@synergy-design-system/tokens 2.16.0 → 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 +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 +44 -44
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
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
|
+
|
|
1
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)
|
|
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/eslint-config-syn": "0.1.0",
|
|
24
|
+
"@synergy-design-system/stylelint-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.17.0",
|
|
111
111
|
"scripts": {
|
|
112
112
|
"build": "pnpm clean && node scripts/build.js",
|
|
113
113
|
"clean": "rimraf build",
|
|
@@ -2005,52 +2005,10 @@
|
|
|
2005
2005
|
"type": "text"
|
|
2006
2006
|
},
|
|
2007
2007
|
"description": {
|
|
2008
|
-
"value": "
|
|
2008
|
+
"value": "Set the restrict-movement attribute to true to prevent the thumbs from overlapping.",
|
|
2009
2009
|
"type": "text"
|
|
2010
2010
|
}
|
|
2011
2011
|
},
|
|
2012
|
-
"ticks": {
|
|
2013
|
-
"default": {
|
|
2014
|
-
"title": {
|
|
2015
|
-
"value": "Ticks",
|
|
2016
|
-
"type": "text"
|
|
2017
|
-
},
|
|
2018
|
-
"description": {
|
|
2019
|
-
"value": "Use the ticks slot to insert ticks or groups with ticks to improve positioning.",
|
|
2020
|
-
"type": "text"
|
|
2021
|
-
}
|
|
2022
|
-
},
|
|
2023
|
-
"label": {
|
|
2024
|
-
"title": {
|
|
2025
|
-
"value": "Labels",
|
|
2026
|
-
"type": "text"
|
|
2027
|
-
},
|
|
2028
|
-
"description": {
|
|
2029
|
-
"value": "Use the default slot to give the tick a label.",
|
|
2030
|
-
"type": "text"
|
|
2031
|
-
}
|
|
2032
|
-
},
|
|
2033
|
-
"grouping": {
|
|
2034
|
-
"title": {
|
|
2035
|
-
"value": "Grouping",
|
|
2036
|
-
"type": "text"
|
|
2037
|
-
},
|
|
2038
|
-
"description": {
|
|
2039
|
-
"value": "Grouping multiple ticks can be used as a scale. This can be used for uneven distributions as well.",
|
|
2040
|
-
"type": "text"
|
|
2041
|
-
}
|
|
2042
|
-
},
|
|
2043
|
-
"subdivision": {
|
|
2044
|
-
"title": {
|
|
2045
|
-
"value": "Subdivision Ticks",
|
|
2046
|
-
"type": "text"
|
|
2047
|
-
},
|
|
2048
|
-
"description": {
|
|
2049
|
-
"value": "It is possible to divide the space between major ticks for finer scale readings.",
|
|
2050
|
-
"type": "text"
|
|
2051
|
-
}
|
|
2052
|
-
}
|
|
2053
|
-
},
|
|
2054
2012
|
"tooltip-placement": {
|
|
2055
2013
|
"title": {
|
|
2056
2014
|
"value": "Tooltip Placement",
|
|
@@ -2082,6 +2040,48 @@
|
|
|
2082
2040
|
}
|
|
2083
2041
|
}
|
|
2084
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
|
+
},
|
|
2085
2085
|
"rating": {
|
|
2086
2086
|
"description": {
|
|
2087
2087
|
"value": "Ratings give users a way to quickly view and provide feedback.",
|
|
@@ -3943,4 +3943,4 @@
|
|
|
3943
3943
|
}
|
|
3944
3944
|
}
|
|
3945
3945
|
}
|
|
3946
|
-
}
|
|
3946
|
+
}
|