first commit

This commit is contained in:
Roman Pyrih
2026-05-21 15:33:11 +02:00
commit acb036dbd9
8059 changed files with 2885104 additions and 0 deletions

View File

@@ -0,0 +1,62 @@
{
"$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 3,
"name": "core/term-template",
"title": "Term Template",
"category": "theme",
"ancestor": [ "core/terms-query" ],
"description": "Contains the block elements used to render a taxonomy term, like the name, description, and more.",
"textdomain": "default",
"usesContext": [ "termQuery" ],
"supports": {
"anchor": true,
"reusable": false,
"html": false,
"align": [ "wide", "full" ],
"layout": true,
"color": {
"gradients": true,
"link": true,
"__experimentalDefaultControls": {
"background": true,
"text": true
}
},
"typography": {
"fontSize": true,
"lineHeight": true,
"__experimentalFontFamily": true,
"__experimentalFontWeight": true,
"__experimentalFontStyle": true,
"__experimentalTextTransform": true,
"__experimentalTextDecoration": true,
"__experimentalLetterSpacing": true,
"__experimentalDefaultControls": {
"fontSize": true
}
},
"spacing": {
"margin": true,
"padding": true,
"blockGap": {
"__experimentalDefault": "1.25em"
},
"__experimentalDefaultControls": {
"blockGap": true,
"padding": false,
"margin": false
}
},
"interactivity": {
"clientNavigation": true
},
"__experimentalBorder": {
"radius": true,
"color": true,
"width": true,
"style": true
}
},
"style": "wp-block-term-template",
"editorStyle": "wp-block-term-template-editor"
}

View File

@@ -0,0 +1,27 @@
/**
* Colors
*/
.wp-block-term-template .term-loading .term-loading-placeholder {
width: 100%;
height: 1.5em;
margin-bottom: 0.25em;
background-color: #f0f0f0;
border-radius: 2px;
}
@media not (prefers-reduced-motion) {
.wp-block-term-template .term-loading .term-loading-placeholder {
animation: loadingpulse 1.5s ease-in-out infinite;
}
}
@keyframes loadingpulse {
0% {
opacity: 1;
}
50% {
opacity: 0.5;
}
100% {
opacity: 1;
}
}

View File

@@ -0,0 +1 @@
.wp-block-term-template .term-loading .term-loading-placeholder{background-color:#f0f0f0;border-radius:2px;height:1.5em;margin-bottom:.25em;width:100%}@media not (prefers-reduced-motion){.wp-block-term-template .term-loading .term-loading-placeholder{animation:loadingpulse 1.5s ease-in-out infinite}}@keyframes loadingpulse{0%{opacity:1}50%{opacity:.5}to{opacity:1}}

View File

@@ -0,0 +1,27 @@
/**
* Colors
*/
.wp-block-term-template .term-loading .term-loading-placeholder {
width: 100%;
height: 1.5em;
margin-bottom: 0.25em;
background-color: #f0f0f0;
border-radius: 2px;
}
@media not (prefers-reduced-motion) {
.wp-block-term-template .term-loading .term-loading-placeholder {
animation: loadingpulse 1.5s ease-in-out infinite;
}
}
@keyframes loadingpulse {
0% {
opacity: 1;
}
50% {
opacity: 0.5;
}
100% {
opacity: 1;
}
}

View File

@@ -0,0 +1 @@
.wp-block-term-template .term-loading .term-loading-placeholder{background-color:#f0f0f0;border-radius:2px;height:1.5em;margin-bottom:.25em;width:100%}@media not (prefers-reduced-motion){.wp-block-term-template .term-loading .term-loading-placeholder{animation:loadingpulse 1.5s ease-in-out infinite}}@keyframes loadingpulse{0%{opacity:1}50%{opacity:.5}to{opacity:1}}

View File

@@ -0,0 +1,8 @@
.wp-block-term-template {
margin-top: 0;
margin-bottom: 0;
max-width: 100%;
list-style: none;
padding: 0;
box-sizing: border-box;
}

View File

@@ -0,0 +1 @@
.wp-block-term-template{box-sizing:border-box;list-style:none;margin-bottom:0;margin-top:0;max-width:100%;padding:0}

View File

@@ -0,0 +1,8 @@
.wp-block-term-template {
margin-top: 0;
margin-bottom: 0;
max-width: 100%;
list-style: none;
padding: 0;
box-sizing: border-box;
}

View File

@@ -0,0 +1 @@
.wp-block-term-template{box-sizing:border-box;list-style:none;margin-bottom:0;margin-top:0;max-width:100%;padding:0}