rebase on oct-10-2023

This commit is contained in:
Rachit Bhargava
2023-10-10 17:23:21 -04:00
parent d37566ffb6
commit d096058d7d
4789 changed files with 254611 additions and 307223 deletions

View File

@@ -1,6 +1,6 @@
{
"$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 2,
"apiVersion": 3,
"name": "core/social-links",
"title": "Social Icons",
"category": "widgets",
@@ -41,14 +41,16 @@
"providesContext": {
"openInNewTab": "openInNewTab",
"showLabels": "showLabels",
"iconColor": "iconColor",
"iconColorValue": "iconColorValue",
"iconBackgroundColor": "iconBackgroundColor",
"iconBackgroundColorValue": "iconBackgroundColorValue"
},
"supports": {
"align": [ "left", "center", "right" ],
"anchor": true,
"__experimentalExposeControlsToChildren": true,
"__experimentalLayout": {
"layout": {
"allowSwitching": false,
"allowInheriting": false,
"allowVerticalAlignment": false,
@@ -71,7 +73,9 @@
"padding": true,
"units": [ "px", "em", "rem", "vh", "vw" ],
"__experimentalDefaultControls": {
"blockGap": true
"blockGap": true,
"margin": true,
"padding": false
}
}
},

View File

@@ -374,4 +374,8 @@
.wp-block-social-links.is-style-pill-shape .wp-social-link a{
padding-left:.66667em;
padding-right:.66667em;
}
.wp-block-social-links:not(.has-icon-color):not(.has-icon-background-color) .wp-social-link-snapchat .wp-block-social-link-label{
color:#000;
}

File diff suppressed because one or more lines are too long

View File

@@ -374,4 +374,8 @@
.wp-block-social-links.is-style-pill-shape .wp-social-link a{
padding-left:.66667em;
padding-right:.66667em;
}
.wp-block-social-links:not(.has-icon-color):not(.has-icon-background-color) .wp-social-link-snapchat .wp-block-social-link-label{
color:#000;
}

File diff suppressed because one or more lines are too long