@wix/design-system-tokens 1.58.0 → 1.60.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.59.0 - 2024-12-09
2
+
3
+ ### Visual Breaking Changes
4
+
5
+ - breaking(Tokens): text-standard-secondary-light token change for STUDIO [14345](https://github.com/wix-private/wix-design-systems/pull/14345)
6
+
1
7
  ## 1.57.0 - 2024-11-25
2
8
 
3
9
  ### Visual Breaking Changes
package/package.json CHANGED
@@ -1,18 +1,18 @@
1
1
  {
2
2
  "name": "@wix/design-system-tokens",
3
- "version": "1.58.0",
3
+ "version": "1.60.0",
4
4
  "packageManager": "yarn@3.5.0",
5
5
  "author": "augustinasv@wix.com",
6
6
  "license": "MIT",
7
7
  "devDependencies": {
8
8
  "@types/jest": "^27.5.2",
9
9
  "eslint": "^7.32.0",
10
- "eslint-plugin-jsonc": "^2.18.1",
10
+ "eslint-plugin-jsonc": "^2.18.2",
11
11
  "jest": "^27.5.1",
12
12
  "style-dictionary": "^3.9.2",
13
13
  "ts-jest": "^29.2.5",
14
14
  "ts-node": "^10.9.2",
15
- "typescript": "^5.6.3"
15
+ "typescript": "^5.7.2"
16
16
  },
17
17
  "description": "Design system tokens",
18
18
  "scripts": {
@@ -33,5 +33,5 @@
33
33
  "groupId": "com.wixpress"
34
34
  }
35
35
  },
36
- "falconPackageHash": "fc30f10249de7efd685ed3899cc67bea98bea30bd205d85c8320a429"
36
+ "falconPackageHash": "9243c16012ef2d9efc4e7a008e46d37e7adf9fd74dc0c3b1a0d72fe6"
37
37
  }
package/studio/all.css CHANGED
@@ -377,8 +377,8 @@
377
377
  --wds-section-helper-fullwidth-vertical-padding-small: 6px;
378
378
  --wds-section-helper-horizontal-margin: 4px;
379
379
  --wds-section-helper-prefix-offset-margin: 4px;
380
- --wds-section-helper-text-font-line-height: 18px;
381
- --wds-section-helper-text-font-size: 14px;
380
+ --wds-section-helper-text-font-line-height: 16px;
381
+ --wds-section-helper-text-font-size: 12px;
382
382
  --wds-segmented-toggle-border-radius-medium: 4px;
383
383
  --wds-segmented-toggle-border-radius-small: 4px;
384
384
  --wds-segmented-toggle-icononly-padding-horizontal-medium: 4px;
@@ -1038,7 +1038,7 @@
1038
1038
  --wds-color-text-standard-primary: #131720;
1039
1039
  --wds-color-text-standard-primary-light: #ffffff;
1040
1040
  --wds-color-text-standard-secondary: #42454c;
1041
- --wds-color-text-standard-secondary-light: #e2e3ea;
1041
+ --wds-color-text-standard-secondary-light: #acafc4;
1042
1042
  --wds-color-text-success: #25a55a;
1043
1043
  --wds-color-text-urgent: #f96132;
1044
1044
  --wds-color-text-warning: #f9ad4d;
package/studio/all.st.css CHANGED
@@ -1639,7 +1639,7 @@
1639
1639
  --wds-color-text-standard-primary: #131720;
1640
1640
  --wds-color-text-standard-primary-light: #ffffff;
1641
1641
  --wds-color-text-standard-secondary: #42454c;
1642
- --wds-color-text-standard-secondary-light: #e2e3ea;
1642
+ --wds-color-text-standard-secondary-light: #acafc4;
1643
1643
  --wds-color-text-success: #25a55a;
1644
1644
  --wds-color-text-urgent: #f96132;
1645
1645
  --wds-color-text-warning: #f9ad4d;
@@ -1983,8 +1983,8 @@
1983
1983
  --wds-section-helper-fullwidth-vertical-padding-small: 6px;
1984
1984
  --wds-section-helper-horizontal-margin: 4px;
1985
1985
  --wds-section-helper-prefix-offset-margin: 4px;
1986
- --wds-section-helper-text-font-line-height: 18px;
1987
- --wds-section-helper-text-font-size: 14px;
1986
+ --wds-section-helper-text-font-line-height: 16px;
1987
+ --wds-section-helper-text-font-size: 12px;
1988
1988
  --wds-segmented-toggle-border-radius-medium: 4px;
1989
1989
  --wds-segmented-toggle-border-radius-small: 4px;
1990
1990
  --wds-segmented-toggle-icononly-padding-horizontal-medium: 4px;
@@ -1033,8 +1033,8 @@
1033
1033
  --wds-section-helper-fullwidth-vertical-padding-small: 6px;
1034
1034
  --wds-section-helper-horizontal-margin: 4px;
1035
1035
  --wds-section-helper-prefix-offset-margin: 4px;
1036
- --wds-section-helper-text-font-line-height: 18px;
1037
- --wds-section-helper-text-font-size: 14px;
1036
+ --wds-section-helper-text-font-line-height: 16px;
1037
+ --wds-section-helper-text-font-size: 12px;
1038
1038
  --wds-segmented-toggle-border-radius-medium: 4px;
1039
1039
  --wds-segmented-toggle-border-radius-small: 4px;
1040
1040
  --wds-segmented-toggle-icononly-padding-horizontal-medium: 4px;
@@ -616,7 +616,7 @@
616
616
  --wds-color-text-standard-primary: #131720;
617
617
  --wds-color-text-standard-primary-light: #ffffff;
618
618
  --wds-color-text-standard-secondary: #42454c;
619
- --wds-color-text-standard-secondary-light: #e2e3ea;
619
+ --wds-color-text-standard-secondary-light: #acafc4;
620
620
  --wds-color-text-success: #25a55a;
621
621
  --wds-color-text-urgent: #f96132;
622
622
  --wds-color-text-warning: #f9ad4d;