@wix/design-system-tokens 1.115.1 → 1.116.0

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/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ ## 1.116.0 - 2025-06-27
2
+
3
+ ### Visual Breaking Changes
4
+
5
+ - breaking(CustomModalLayout): tokenization [15000](https://github.com/wix-private/wix-design-systems/pull/15000)
6
+
1
7
  ## 1.115.0 - 2025-06-23
2
8
 
3
9
  ### Visual Breaking Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/design-system-tokens",
3
- "version": "1.115.1",
3
+ "version": "1.116.0",
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": "fe2655dad50323a24cc2c25a2ea645d63e3130f47d3b95e0381fb41b"
36
+ "falconPackageHash": "0576f8a091f816875d738261ae2fe4a24b65798c4d9d4a22476e7cc2"
37
37
  }
package/wixel/all.css CHANGED
@@ -1129,8 +1129,8 @@
1129
1129
  --wds-custom-modal-footnote-link-font-weight: var(--wds-font-weight-regular);
1130
1130
  --wds-custom-modal-footer-padding-vertical: var(--wds-space-400);
1131
1131
  --wds-custom-modal-footer-padding-horizon: var(--wds-space-600);
1132
- --wds-custom-modal-content-paddings-vertical: var(--wds-space-600);
1133
- --wds-custom-modal-content-paddings-horizon: var(--wds-space-600);
1132
+ --wds-custom-modal-content-padding-vertical: var(--wds-space-600);
1133
+ --wds-custom-modal-content-padding-horizon: var(--wds-space-600);
1134
1134
  --wds-custom-modal-border-radius: var(--wds-border-radius-200);
1135
1135
  --wds-counter-badge-size-small: var(--wds-space-475);
1136
1136
  --wds-counter-badge-size-medium: var(--wds-space-600);
package/wixel/all.st.css CHANGED
@@ -673,8 +673,8 @@
673
673
  @property st-global(--wds-counter-badge-size-medium);
674
674
  @property st-global(--wds-counter-badge-size-small);
675
675
  @property st-global(--wds-custom-modal-border-radius);
676
- @property st-global(--wds-custom-modal-content-paddings-horizon);
677
- @property st-global(--wds-custom-modal-content-paddings-vertical);
676
+ @property st-global(--wds-custom-modal-content-padding-horizon);
677
+ @property st-global(--wds-custom-modal-content-padding-vertical);
678
678
  @property st-global(--wds-custom-modal-footer-padding-horizon);
679
679
  @property st-global(--wds-custom-modal-footer-padding-vertical);
680
680
  @property st-global(--wds-custom-modal-footnote-link-font-weight);
@@ -2257,8 +2257,8 @@
2257
2257
  --wds-counter-badge-size-medium: 24px;
2258
2258
  --wds-counter-badge-size-small: 18px;
2259
2259
  --wds-custom-modal-border-radius: 4px;
2260
- --wds-custom-modal-content-paddings-horizon: 24px;
2261
- --wds-custom-modal-content-paddings-vertical: 24px;
2260
+ --wds-custom-modal-content-padding-horizon: 24px;
2261
+ --wds-custom-modal-content-padding-vertical: 24px;
2262
2262
  --wds-custom-modal-footer-padding-horizon: 24px;
2263
2263
  --wds-custom-modal-footer-padding-vertical: 16px;
2264
2264
  --wds-custom-modal-footnote-link-font-weight: 400;
@@ -194,8 +194,8 @@
194
194
  @property st-global(--wds-counter-badge-size-medium);
195
195
  @property st-global(--wds-counter-badge-size-small);
196
196
  @property st-global(--wds-custom-modal-border-radius);
197
- @property st-global(--wds-custom-modal-content-paddings-horizon);
198
- @property st-global(--wds-custom-modal-content-paddings-vertical);
197
+ @property st-global(--wds-custom-modal-content-padding-horizon);
198
+ @property st-global(--wds-custom-modal-content-padding-vertical);
199
199
  @property st-global(--wds-custom-modal-footer-padding-horizon);
200
200
  @property st-global(--wds-custom-modal-footer-padding-vertical);
201
201
  @property st-global(--wds-custom-modal-footnote-link-font-weight);
@@ -1151,8 +1151,8 @@
1151
1151
  --wds-counter-badge-size-medium: 24px;
1152
1152
  --wds-counter-badge-size-small: 18px;
1153
1153
  --wds-custom-modal-border-radius: 4px;
1154
- --wds-custom-modal-content-paddings-horizon: 24px;
1155
- --wds-custom-modal-content-paddings-vertical: 24px;
1154
+ --wds-custom-modal-content-padding-horizon: 24px;
1155
+ --wds-custom-modal-content-padding-vertical: 24px;
1156
1156
  --wds-custom-modal-footer-padding-horizon: 24px;
1157
1157
  --wds-custom-modal-footer-padding-vertical: 16px;
1158
1158
  --wds-custom-modal-footnote-link-font-weight: 400;