@wix/design-system-tokens 1.131.0 → 1.131.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/odeditor/all.css +1 -0
- package/odeditor/all.scss +1 -0
- package/odeditor/all.st.css +2 -0
- package/odeditor/component.st.css +2 -0
- package/package.json +2 -2
package/odeditor/all.css
CHANGED
|
@@ -1127,6 +1127,7 @@
|
|
|
1127
1127
|
--wds-popover-menu-paddings-vertical: var(--wds-space-200);
|
|
1128
1128
|
--wds-popover-menu-paddings-horizontal: var(--wds-space-200);
|
|
1129
1129
|
--wds-popover-menu-border-radius: var(--wds-border-radius-600);
|
|
1130
|
+
--wds-popover-border-radius: var(--wds-border-radius-600);
|
|
1130
1131
|
--wds-popover-border-width: var(--wds-border-width-none);
|
|
1131
1132
|
--wds-popover-border-fill: var(--wds-color-black-100-transparent-0);
|
|
1132
1133
|
--wds-palette-border: var(--wds-border-radius-200);
|
package/odeditor/all.scss
CHANGED
|
@@ -789,6 +789,7 @@
|
|
|
789
789
|
--wds-popover-menu-paddings-horizontal: var(--wds-space-200);
|
|
790
790
|
--wds-popover-menu-border-radius: var(--wds-border-radius-600);
|
|
791
791
|
--wds-popover-border-width: var(--wds-border-width-none);
|
|
792
|
+
--wds-popover-border-radius: var(--wds-border-radius-600);
|
|
792
793
|
--wds-popover-border-fill: var(--wds-color-black-100-transparent-0);
|
|
793
794
|
--wds-palette-border: var(--wds-border-radius-200);
|
|
794
795
|
--wds-pagination-padding-vertical: var(--wds-space-50);
|
package/odeditor/all.st.css
CHANGED
|
@@ -1253,6 +1253,7 @@
|
|
|
1253
1253
|
@property st-global(--wds-pagination-padding-vertical);
|
|
1254
1254
|
@property st-global(--wds-palette-border);
|
|
1255
1255
|
@property st-global(--wds-popover-border-fill);
|
|
1256
|
+
@property st-global(--wds-popover-border-radius);
|
|
1256
1257
|
@property st-global(--wds-popover-border-width);
|
|
1257
1258
|
@property st-global(--wds-popover-fill);
|
|
1258
1259
|
@property st-global(--wds-popover-menu-border-radius);
|
|
@@ -3240,6 +3241,7 @@
|
|
|
3240
3241
|
--wds-pagination-padding-vertical: 2px;
|
|
3241
3242
|
--wds-palette-border: 4px;
|
|
3242
3243
|
--wds-popover-border-fill: rgba(19, 23, 32, 0);
|
|
3244
|
+
--wds-popover-border-radius: 12px;
|
|
3243
3245
|
--wds-popover-border-width: 0px;
|
|
3244
3246
|
--wds-popover-fill: #ffffff;
|
|
3245
3247
|
--wds-popover-menu-border-radius: 12px;
|
|
@@ -690,6 +690,7 @@
|
|
|
690
690
|
@property st-global(--wds-pagination-padding-vertical);
|
|
691
691
|
@property st-global(--wds-palette-border);
|
|
692
692
|
@property st-global(--wds-popover-border-fill);
|
|
693
|
+
@property st-global(--wds-popover-border-radius);
|
|
693
694
|
@property st-global(--wds-popover-border-width);
|
|
694
695
|
@property st-global(--wds-popover-fill);
|
|
695
696
|
@property st-global(--wds-popover-menu-border-radius);
|
|
@@ -1962,6 +1963,7 @@
|
|
|
1962
1963
|
--wds-pagination-padding-vertical: 2px;
|
|
1963
1964
|
--wds-palette-border: 4px;
|
|
1964
1965
|
--wds-popover-border-fill: rgba(19, 23, 32, 0);
|
|
1966
|
+
--wds-popover-border-radius: 12px;
|
|
1965
1967
|
--wds-popover-border-width: 0px;
|
|
1966
1968
|
--wds-popover-fill: #ffffff;
|
|
1967
1969
|
--wds-popover-menu-border-radius: 12px;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/design-system-tokens",
|
|
3
|
-
"version": "1.131.
|
|
3
|
+
"version": "1.131.1",
|
|
4
4
|
"packageManager": "yarn@3.5.0",
|
|
5
5
|
"author": "augustinasv@wix.com",
|
|
6
6
|
"license": "MIT",
|
|
@@ -33,5 +33,5 @@
|
|
|
33
33
|
"groupId": "com.wixpress"
|
|
34
34
|
}
|
|
35
35
|
},
|
|
36
|
-
"falconPackageHash": "
|
|
36
|
+
"falconPackageHash": "15c28a628db8c3a2ecad8e9e7b1d3bba0dc60f86e8574850e20a5a82"
|
|
37
37
|
}
|