@synergy-design-system/tokens 2.15.1 → 2.17.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 +14 -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 +1 -1
- package/src/figma-tokens/_docs.json +63 -43
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
# [@synergy-design-system/tokens-v2.17.0](https://github.com/synergy-design-system/synergy-design-system/compare/tokens/2.16.0...tokens/2.17.0) (2025-01-10)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* ✨ range: restrain knobs via property ([#725](https://github.com/synergy-design-system/synergy-design-system/issues/725)) ([3dcbfe2](https://github.com/synergy-design-system/synergy-design-system/commit/3dcbfe224ede07866358c86b07e48744969e5ec4))
|
|
7
|
+
|
|
8
|
+
# [@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)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Features
|
|
12
|
+
|
|
13
|
+
* ✨ 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))
|
|
14
|
+
|
|
1
15
|
# [@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
16
|
|
|
3
17
|
|
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
|
@@ -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": {
|
|
@@ -1995,52 +2005,10 @@
|
|
|
1995
2005
|
"type": "text"
|
|
1996
2006
|
},
|
|
1997
2007
|
"description": {
|
|
1998
|
-
"value": "
|
|
2008
|
+
"value": "Set the restrict-movement attribute to true to prevent the thumbs from overlapping.",
|
|
1999
2009
|
"type": "text"
|
|
2000
2010
|
}
|
|
2001
2011
|
},
|
|
2002
|
-
"ticks": {
|
|
2003
|
-
"default": {
|
|
2004
|
-
"title": {
|
|
2005
|
-
"value": "Ticks",
|
|
2006
|
-
"type": "text"
|
|
2007
|
-
},
|
|
2008
|
-
"description": {
|
|
2009
|
-
"value": "Use the ticks slot to insert ticks or groups with ticks to improve positioning.",
|
|
2010
|
-
"type": "text"
|
|
2011
|
-
}
|
|
2012
|
-
},
|
|
2013
|
-
"label": {
|
|
2014
|
-
"title": {
|
|
2015
|
-
"value": "Labels",
|
|
2016
|
-
"type": "text"
|
|
2017
|
-
},
|
|
2018
|
-
"description": {
|
|
2019
|
-
"value": "Use the default slot to give the tick a label.",
|
|
2020
|
-
"type": "text"
|
|
2021
|
-
}
|
|
2022
|
-
},
|
|
2023
|
-
"grouping": {
|
|
2024
|
-
"title": {
|
|
2025
|
-
"value": "Grouping",
|
|
2026
|
-
"type": "text"
|
|
2027
|
-
},
|
|
2028
|
-
"description": {
|
|
2029
|
-
"value": "Grouping multiple ticks can be used as a scale. This can be used for uneven distributions as well.",
|
|
2030
|
-
"type": "text"
|
|
2031
|
-
}
|
|
2032
|
-
},
|
|
2033
|
-
"subdivision": {
|
|
2034
|
-
"title": {
|
|
2035
|
-
"value": "Subdivision Ticks",
|
|
2036
|
-
"type": "text"
|
|
2037
|
-
},
|
|
2038
|
-
"description": {
|
|
2039
|
-
"value": "It is possible to divide the space between major ticks for finer scale readings.",
|
|
2040
|
-
"type": "text"
|
|
2041
|
-
}
|
|
2042
|
-
}
|
|
2043
|
-
},
|
|
2044
2012
|
"tooltip-placement": {
|
|
2045
2013
|
"title": {
|
|
2046
2014
|
"value": "Tooltip Placement",
|
|
@@ -2072,6 +2040,48 @@
|
|
|
2072
2040
|
}
|
|
2073
2041
|
}
|
|
2074
2042
|
},
|
|
2043
|
+
"range-tick": {
|
|
2044
|
+
"default": {
|
|
2045
|
+
"title": {
|
|
2046
|
+
"value": "Ticks",
|
|
2047
|
+
"type": "text"
|
|
2048
|
+
},
|
|
2049
|
+
"description": {
|
|
2050
|
+
"value": "Use the ticks slot to insert ticks or groups with ticks to improve positioning.",
|
|
2051
|
+
"type": "text"
|
|
2052
|
+
}
|
|
2053
|
+
},
|
|
2054
|
+
"label": {
|
|
2055
|
+
"title": {
|
|
2056
|
+
"value": "Labels",
|
|
2057
|
+
"type": "text"
|
|
2058
|
+
},
|
|
2059
|
+
"description": {
|
|
2060
|
+
"value": "Use the default slot to give the tick a label.",
|
|
2061
|
+
"type": "text"
|
|
2062
|
+
}
|
|
2063
|
+
},
|
|
2064
|
+
"grouping": {
|
|
2065
|
+
"title": {
|
|
2066
|
+
"value": "Grouping",
|
|
2067
|
+
"type": "text"
|
|
2068
|
+
},
|
|
2069
|
+
"description": {
|
|
2070
|
+
"value": "Grouping multiple ticks can be used as a scale. This can be used for uneven distributions as well.",
|
|
2071
|
+
"type": "text"
|
|
2072
|
+
}
|
|
2073
|
+
},
|
|
2074
|
+
"subdivision": {
|
|
2075
|
+
"title": {
|
|
2076
|
+
"value": "Subdivision Ticks",
|
|
2077
|
+
"type": "text"
|
|
2078
|
+
},
|
|
2079
|
+
"description": {
|
|
2080
|
+
"value": "It is possible to divide the space between major ticks for finer scale readings.",
|
|
2081
|
+
"type": "text"
|
|
2082
|
+
}
|
|
2083
|
+
}
|
|
2084
|
+
},
|
|
2075
2085
|
"rating": {
|
|
2076
2086
|
"description": {
|
|
2077
2087
|
"value": "Ratings give users a way to quickly view and provide feedback.",
|
|
@@ -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": {
|