@synergy-design-system/tokens 2.15.1 → 2.16.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 +7 -0
- package/dist/js/index.d.ts +1 -1
- package/dist/js/index.js +1 -1
- package/dist/scss/_tokens.scss +1 -1
- package/dist/themes/dark.css +1 -1
- package/dist/themes/light.css +1 -1
- package/package.json +3 -3
- package/src/figma-tokens/_docs.json +21 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
# [@synergy-design-system/tokens-v2.16.0](https://github.com/synergy-design-system/synergy-design-system/compare/tokens/2.15.1...tokens/2.16.0) (2025-01-08)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* ✨ syn-select: dropdown items should be same size as the select itself ([#707](https://github.com/synergy-design-system/synergy-design-system/issues/707)) ([a4e5703](https://github.com/synergy-design-system/synergy-design-system/commit/a4e5703b9c1280ad1711f748d3825ee4f6e3806c))
|
|
7
|
+
|
|
1
8
|
# [@synergy-design-system/tokens-v2.15.1](https://github.com/synergy-design-system/synergy-design-system/compare/tokens/2.15.0...tokens/2.15.1) (2024-12-05)
|
|
2
9
|
|
|
3
10
|
|
package/dist/js/index.d.ts
CHANGED
package/dist/js/index.js
CHANGED
package/dist/scss/_tokens.scss
CHANGED
package/dist/themes/dark.css
CHANGED
package/dist/themes/light.css
CHANGED
package/package.json
CHANGED
|
@@ -20,8 +20,8 @@
|
|
|
20
20
|
"style-dictionary": "^4.2.0",
|
|
21
21
|
"stylelint": "^16.10.0",
|
|
22
22
|
"typescript": "^5.7.2",
|
|
23
|
-
"@synergy-design-system/
|
|
24
|
-
"@synergy-design-system/
|
|
23
|
+
"@synergy-design-system/stylelint-config-syn": "0.1.0",
|
|
24
|
+
"@synergy-design-system/eslint-config-syn": "0.1.0"
|
|
25
25
|
},
|
|
26
26
|
"exports": {
|
|
27
27
|
".": {
|
|
@@ -107,7 +107,7 @@
|
|
|
107
107
|
},
|
|
108
108
|
"type": "module",
|
|
109
109
|
"types": "./dist/js/index.d.ts",
|
|
110
|
-
"version": "2.
|
|
110
|
+
"version": "2.16.0",
|
|
111
111
|
"scripts": {
|
|
112
112
|
"build": "pnpm clean && node scripts/build.js",
|
|
113
113
|
"clean": "rimraf build",
|
|
@@ -1630,6 +1630,16 @@
|
|
|
1630
1630
|
"value": "Add icons to the start and end of menu items using the prefix and suffix slots.",
|
|
1631
1631
|
"type": "text"
|
|
1632
1632
|
}
|
|
1633
|
+
},
|
|
1634
|
+
"sizes": {
|
|
1635
|
+
"title": {
|
|
1636
|
+
"value": "*Sizes",
|
|
1637
|
+
"type": "text"
|
|
1638
|
+
},
|
|
1639
|
+
"description": {
|
|
1640
|
+
"value": "Figma only: Use the size attribute to change a option size. The size of all options should follow the parents's size attribute. In development the size will be automatically set by the parent element size.",
|
|
1641
|
+
"type": "text"
|
|
1642
|
+
}
|
|
1633
1643
|
}
|
|
1634
1644
|
},
|
|
1635
1645
|
"popup": {
|
|
@@ -2840,6 +2850,16 @@
|
|
|
2840
2850
|
"value": "Add icons to the start and end of menu items using the prefix and suffix slots.",
|
|
2841
2851
|
"type": "text"
|
|
2842
2852
|
}
|
|
2853
|
+
},
|
|
2854
|
+
"sizes": {
|
|
2855
|
+
"title": {
|
|
2856
|
+
"value": "*Sizes",
|
|
2857
|
+
"type": "text"
|
|
2858
|
+
},
|
|
2859
|
+
"description": {
|
|
2860
|
+
"value": "Figma only: Use the size attribute to change a optgroup size. The size of all optgroups should follow the parent's size attribute. In development the size will be automatically set by the parent element size.",
|
|
2861
|
+
"type": "text"
|
|
2862
|
+
}
|
|
2843
2863
|
}
|
|
2844
2864
|
},
|
|
2845
2865
|
"styles": {
|
|
@@ -3923,4 +3943,4 @@
|
|
|
3923
3943
|
}
|
|
3924
3944
|
}
|
|
3925
3945
|
}
|
|
3926
|
-
}
|
|
3946
|
+
}
|