@synergy-design-system/tokens 2.5.0 → 2.7.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 +2 -2
- package/dist/themes/light.css +2 -2
- package/package.json +3 -3
- package/src/figma-tokens/_docs.json +292 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
# [@synergy-design-system/tokens-v2.7.0](https://github.com/synergy-design-system/synergy-design-system/compare/tokens/2.6.0...tokens/2.7.0) (2024-08-23)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* ✨ syn-range ([#551](https://github.com/synergy-design-system/synergy-design-system/issues/551)) ([ee0f1fa](https://github.com/synergy-design-system/synergy-design-system/commit/ee0f1fa27dbaf8fe2fac840fba9cc2274715e377))
|
|
7
|
+
|
|
8
|
+
# [@synergy-design-system/tokens-v2.6.0](https://github.com/synergy-design-system/synergy-design-system/compare/tokens/2.5.0...tokens/2.6.0) (2024-08-19)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Features
|
|
12
|
+
|
|
13
|
+
* ✨ create syn-file ([#563](https://github.com/synergy-design-system/synergy-design-system/issues/563)) ([181f121](https://github.com/synergy-design-system/synergy-design-system/commit/181f121ee87e43ba0381ec4288470d3414467d8e))
|
|
14
|
+
|
|
1
15
|
# [@synergy-design-system/tokens-v2.5.0](https://github.com/synergy-design-system/synergy-design-system/compare/tokens/2.4.0...tokens/2.5.0) (2024-07-11)
|
|
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
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @synergy-design-system/tokens version 2.
|
|
2
|
+
* @synergy-design-system/tokens version 2.6.0
|
|
3
3
|
* SICK Global UX Foundation
|
|
4
4
|
* Do not edit directly
|
|
5
|
-
* Generated on
|
|
5
|
+
* Generated on Fri, 23 Aug 2024 07:34:05 GMT
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
8
|
:root, .syn-theme-dark {
|
package/dist/themes/light.css
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @synergy-design-system/tokens version 2.
|
|
2
|
+
* @synergy-design-system/tokens version 2.6.0
|
|
3
3
|
* SICK Global UX Foundation
|
|
4
4
|
* Do not edit directly
|
|
5
|
-
* Generated on
|
|
5
|
+
* Generated on Fri, 23 Aug 2024 07:34:05 GMT
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
8
|
:root, .syn-theme-light {
|
package/package.json
CHANGED
|
@@ -18,8 +18,8 @@
|
|
|
18
18
|
"semantic-release-monorepo": "7.0.5",
|
|
19
19
|
"style-dictionary": "^3.9.2",
|
|
20
20
|
"stylelint": "^16.3.1",
|
|
21
|
-
"@synergy-design-system/
|
|
22
|
-
"@synergy-design-system/
|
|
21
|
+
"@synergy-design-system/eslint-config-syn": "0.1.0",
|
|
22
|
+
"@synergy-design-system/stylelint-config-syn": "0.1.0"
|
|
23
23
|
},
|
|
24
24
|
"exports": {
|
|
25
25
|
".": {
|
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
},
|
|
102
102
|
"type": "module",
|
|
103
103
|
"types": "./dist/js/index.d.ts",
|
|
104
|
-
"version": "2.
|
|
104
|
+
"version": "2.7.0",
|
|
105
105
|
"scripts": {
|
|
106
106
|
"build": "pnpm clean && node scripts/build.js",
|
|
107
107
|
"clean": "rimraf build",
|
|
@@ -960,6 +960,108 @@
|
|
|
960
960
|
}
|
|
961
961
|
}
|
|
962
962
|
},
|
|
963
|
+
"file": {
|
|
964
|
+
"default": {
|
|
965
|
+
"title": {
|
|
966
|
+
"value": "File",
|
|
967
|
+
"type": "text"
|
|
968
|
+
},
|
|
969
|
+
"description": {
|
|
970
|
+
"value": "File control is a component with which a user can select a local file. It shows the value of the selected file.",
|
|
971
|
+
"type": "text"
|
|
972
|
+
}
|
|
973
|
+
},
|
|
974
|
+
"label": {
|
|
975
|
+
"title": {
|
|
976
|
+
"value": "Labels",
|
|
977
|
+
"type": "text"
|
|
978
|
+
},
|
|
979
|
+
"description": {
|
|
980
|
+
"value": "Use the label attribute to give the file selector an accessible label. For labels that contain HTML, use the label slot instead.",
|
|
981
|
+
"type": "text"
|
|
982
|
+
}
|
|
983
|
+
},
|
|
984
|
+
"help-text": {
|
|
985
|
+
"title": {
|
|
986
|
+
"value": "Help Text",
|
|
987
|
+
"type": "text"
|
|
988
|
+
},
|
|
989
|
+
"description": {
|
|
990
|
+
"value": "Add descriptive help text to a file selector with the help-text attribute. For help texts that contain HTML, use the help-text slot instead.",
|
|
991
|
+
"type": "text"
|
|
992
|
+
}
|
|
993
|
+
},
|
|
994
|
+
"multiple": {
|
|
995
|
+
"title": {
|
|
996
|
+
"value": "Multiple",
|
|
997
|
+
"type": "text"
|
|
998
|
+
},
|
|
999
|
+
"description": {
|
|
1000
|
+
"value": "Use the multiple attribute to allow the selection of multiple files.\n\nFigma only: Override the button/droparea and value text directly, to indicate that multiple files are uploaded (“file” -> “files”)",
|
|
1001
|
+
"type": "text"
|
|
1002
|
+
}
|
|
1003
|
+
},
|
|
1004
|
+
"hide-value": {
|
|
1005
|
+
"title": {
|
|
1006
|
+
"value": "Hide Value",
|
|
1007
|
+
"type": "text"
|
|
1008
|
+
},
|
|
1009
|
+
"description": {
|
|
1010
|
+
"value": "There might be situations, where you don’t want to show the selected value (e. g. when something is automatically uploading).",
|
|
1011
|
+
"type": "text"
|
|
1012
|
+
}
|
|
1013
|
+
},
|
|
1014
|
+
"disabled": {
|
|
1015
|
+
"title": {
|
|
1016
|
+
"value": "Disabled",
|
|
1017
|
+
"type": "text"
|
|
1018
|
+
},
|
|
1019
|
+
"description": {
|
|
1020
|
+
"value": "Use the disabled attribute to disable a file input.",
|
|
1021
|
+
"type": "text"
|
|
1022
|
+
}
|
|
1023
|
+
},
|
|
1024
|
+
"sizes": {
|
|
1025
|
+
"title": {
|
|
1026
|
+
"value": "Sizes",
|
|
1027
|
+
"type": "text"
|
|
1028
|
+
},
|
|
1029
|
+
"description": {
|
|
1030
|
+
"value": "Use the size attribute to change a file uploads size.",
|
|
1031
|
+
"type": "text"
|
|
1032
|
+
}
|
|
1033
|
+
},
|
|
1034
|
+
"droparea": {
|
|
1035
|
+
"title": {
|
|
1036
|
+
"value": "Droparea",
|
|
1037
|
+
"type": "text"
|
|
1038
|
+
},
|
|
1039
|
+
"description": {
|
|
1040
|
+
"value": "Use the droparea attribute to switch to a full-width button with a drop area.",
|
|
1041
|
+
"type": "text"
|
|
1042
|
+
}
|
|
1043
|
+
},
|
|
1044
|
+
"focus": {
|
|
1045
|
+
"title": {
|
|
1046
|
+
"value": "Focus / Active",
|
|
1047
|
+
"type": "text"
|
|
1048
|
+
},
|
|
1049
|
+
"description": {
|
|
1050
|
+
"value": "The focus event gives the user feedback that the Dropzone has been focused by the keyboard interaction and that the syn-file component is ready for use.",
|
|
1051
|
+
"type": "text"
|
|
1052
|
+
}
|
|
1053
|
+
},
|
|
1054
|
+
"invalid": {
|
|
1055
|
+
"title": {
|
|
1056
|
+
"value": "Invalid",
|
|
1057
|
+
"type": "text"
|
|
1058
|
+
},
|
|
1059
|
+
"description": {
|
|
1060
|
+
"value": "The invalid status is used to warn the user that the syn-file is invalid. For example, if the entry of text is mandatory and nothing has been entered or if a text has been entered that does not have the correct format.",
|
|
1061
|
+
"type": "text"
|
|
1062
|
+
}
|
|
1063
|
+
}
|
|
1064
|
+
},
|
|
963
1065
|
"format-bytes": {
|
|
964
1066
|
"description": {
|
|
965
1067
|
"value": "Formats a number as a human readable bytes value.",
|
|
@@ -1673,13 +1775,197 @@
|
|
|
1673
1775
|
}
|
|
1674
1776
|
},
|
|
1675
1777
|
"range": {
|
|
1676
|
-
"
|
|
1677
|
-
"
|
|
1678
|
-
|
|
1778
|
+
"default": {
|
|
1779
|
+
"description": {
|
|
1780
|
+
"value": "Ranges allow the user to select values within a given range using a thumb.",
|
|
1781
|
+
"type": "text"
|
|
1782
|
+
},
|
|
1783
|
+
"title": {
|
|
1784
|
+
"value": "Range",
|
|
1785
|
+
"type": "text"
|
|
1786
|
+
}
|
|
1679
1787
|
},
|
|
1680
|
-
"
|
|
1681
|
-
"
|
|
1682
|
-
|
|
1788
|
+
"labels": {
|
|
1789
|
+
"description": {
|
|
1790
|
+
"value": "Use the label attribute to give the range an accessible label. For labels that contain HTML, use the label slot instead.",
|
|
1791
|
+
"type": "text"
|
|
1792
|
+
},
|
|
1793
|
+
"title": {
|
|
1794
|
+
"value": "Labels",
|
|
1795
|
+
"type": "text"
|
|
1796
|
+
}
|
|
1797
|
+
},
|
|
1798
|
+
"help-text": {
|
|
1799
|
+
"description": {
|
|
1800
|
+
"value": "Add descriptive help text to a range with the help-text attribute. For help texts that contain HTML, use the help-text slot instead.",
|
|
1801
|
+
"type": "text"
|
|
1802
|
+
},
|
|
1803
|
+
"title": {
|
|
1804
|
+
"value": "Help Text",
|
|
1805
|
+
"type": "text"
|
|
1806
|
+
}
|
|
1807
|
+
},
|
|
1808
|
+
"focus": {
|
|
1809
|
+
"title": {
|
|
1810
|
+
"value": "Focus / Active",
|
|
1811
|
+
"type": "text"
|
|
1812
|
+
},
|
|
1813
|
+
"description": {
|
|
1814
|
+
"value": "The focus event gives the user feedback that the Range has been focused by the keyboard interaction or active click from the user.",
|
|
1815
|
+
"type": "text"
|
|
1816
|
+
}
|
|
1817
|
+
},
|
|
1818
|
+
"size": {
|
|
1819
|
+
"title": {
|
|
1820
|
+
"value": "Sizes",
|
|
1821
|
+
"type": "text"
|
|
1822
|
+
},
|
|
1823
|
+
"description": {
|
|
1824
|
+
"value": "Use the size attribute to change a range’s size.",
|
|
1825
|
+
"type": "text"
|
|
1826
|
+
}
|
|
1827
|
+
},
|
|
1828
|
+
"invalid": {
|
|
1829
|
+
"title": {
|
|
1830
|
+
"value": "Invalid",
|
|
1831
|
+
"type": "text"
|
|
1832
|
+
},
|
|
1833
|
+
"description": {
|
|
1834
|
+
"value": "The invalid status is used to warn the user that the input is invalid. As range validation is not supported by the browser, you will need to implement your own validation logic.",
|
|
1835
|
+
"type": "text"
|
|
1836
|
+
}
|
|
1837
|
+
},
|
|
1838
|
+
"disabled": {
|
|
1839
|
+
"description": {
|
|
1840
|
+
"value": "Use the disabled attribute to disable a range.",
|
|
1841
|
+
"type": "text"
|
|
1842
|
+
},
|
|
1843
|
+
"title": {
|
|
1844
|
+
"value": "Disabled",
|
|
1845
|
+
"type": "text"
|
|
1846
|
+
}
|
|
1847
|
+
},
|
|
1848
|
+
"prefix-suffix": {
|
|
1849
|
+
"description": {
|
|
1850
|
+
"value": "Add any element to the start and end of range items using the prefix and suffix slots.",
|
|
1851
|
+
"type": "text"
|
|
1852
|
+
},
|
|
1853
|
+
"title": {
|
|
1854
|
+
"value": "Prefix and Suffix",
|
|
1855
|
+
"type": "text"
|
|
1856
|
+
}
|
|
1857
|
+
},
|
|
1858
|
+
"custom-track-colors": {
|
|
1859
|
+
"description": {
|
|
1860
|
+
"value": "You can customize the active and inactive portions of the track using the --track-color-active and --track-color-inactive custom properties.",
|
|
1861
|
+
"type": "text"
|
|
1862
|
+
},
|
|
1863
|
+
"title": {
|
|
1864
|
+
"value": "Custom Track Colors",
|
|
1865
|
+
"type": "text"
|
|
1866
|
+
}
|
|
1867
|
+
},
|
|
1868
|
+
"custom-track-offset": {
|
|
1869
|
+
"description": {
|
|
1870
|
+
"value": "You can customize the initial offset of the active track using the --track-active-offset custom property.",
|
|
1871
|
+
"type": "text"
|
|
1872
|
+
},
|
|
1873
|
+
"title": {
|
|
1874
|
+
"value": "Custom Track Offset",
|
|
1875
|
+
"type": "text"
|
|
1876
|
+
}
|
|
1877
|
+
},
|
|
1878
|
+
"multi-knob": {
|
|
1879
|
+
"description": {
|
|
1880
|
+
"value": "You can add multiple range-thumbs to your range.",
|
|
1881
|
+
"type": "text"
|
|
1882
|
+
},
|
|
1883
|
+
"title": {
|
|
1884
|
+
"value": "Multi thumb",
|
|
1885
|
+
"type": "text"
|
|
1886
|
+
}
|
|
1887
|
+
},
|
|
1888
|
+
"multi-knob-restrict-movement": {
|
|
1889
|
+
"description": {
|
|
1890
|
+
"value": "You can prevent the thumbs from overlapping by listening to the provided `syn-move` event.",
|
|
1891
|
+
"type": "text"
|
|
1892
|
+
},
|
|
1893
|
+
"title": {
|
|
1894
|
+
"value": "Multi thumb with restricted movement",
|
|
1895
|
+
"type": "text"
|
|
1896
|
+
}
|
|
1897
|
+
},
|
|
1898
|
+
"ticks": {
|
|
1899
|
+
"default": {
|
|
1900
|
+
"description": {
|
|
1901
|
+
"value": "Use the ticks slot to insert ticks or groups with ticks to improve positioning.",
|
|
1902
|
+
"type": "text"
|
|
1903
|
+
},
|
|
1904
|
+
"title": {
|
|
1905
|
+
"value": "Ticks",
|
|
1906
|
+
"type": "text"
|
|
1907
|
+
}
|
|
1908
|
+
},
|
|
1909
|
+
"label": {
|
|
1910
|
+
"title": {
|
|
1911
|
+
"value": "Labels",
|
|
1912
|
+
"type": "text"
|
|
1913
|
+
},
|
|
1914
|
+
"description": {
|
|
1915
|
+
"value": "Use the default slot to give the tick a label.",
|
|
1916
|
+
"type": "text"
|
|
1917
|
+
}
|
|
1918
|
+
},
|
|
1919
|
+
"grouping": {
|
|
1920
|
+
"title": {
|
|
1921
|
+
"value": "Grouping",
|
|
1922
|
+
"type": "text"
|
|
1923
|
+
},
|
|
1924
|
+
"description": {
|
|
1925
|
+
"value": "Grouping multiple ticks can be used as a scale. This can be used for uneven distributions as well.",
|
|
1926
|
+
"type": "text"
|
|
1927
|
+
}
|
|
1928
|
+
},
|
|
1929
|
+
"subdivision": {
|
|
1930
|
+
"title": {
|
|
1931
|
+
"value": "Subdivision Ticks",
|
|
1932
|
+
"type": "text"
|
|
1933
|
+
},
|
|
1934
|
+
"description": {
|
|
1935
|
+
"value": "It is possible to divide the space between major ticks for finer scale readings.",
|
|
1936
|
+
"type": "text"
|
|
1937
|
+
}
|
|
1938
|
+
}
|
|
1939
|
+
},
|
|
1940
|
+
"tooltip-placement": {
|
|
1941
|
+
"description": {
|
|
1942
|
+
"value": "By default, the tooltip is shown on top. Set tooltip-placement to bottom to show it below the range.",
|
|
1943
|
+
"type": "text"
|
|
1944
|
+
},
|
|
1945
|
+
"title": {
|
|
1946
|
+
"value": "Tooltip Placement",
|
|
1947
|
+
"type": "text"
|
|
1948
|
+
}
|
|
1949
|
+
},
|
|
1950
|
+
"tooltip-disabled": {
|
|
1951
|
+
"description": {
|
|
1952
|
+
"value": "To disable the tooltip, set tooltip-placement to none.",
|
|
1953
|
+
"type": "text"
|
|
1954
|
+
},
|
|
1955
|
+
"title": {
|
|
1956
|
+
"value": "Disable the Tooltip",
|
|
1957
|
+
"type": "text"
|
|
1958
|
+
}
|
|
1959
|
+
},
|
|
1960
|
+
"tooltip-formatter": {
|
|
1961
|
+
"description": {
|
|
1962
|
+
"value": "You can change the tooltip’s content by setting the tooltipFormatter property to a function that accepts the range’s value as an argument.",
|
|
1963
|
+
"type": "text"
|
|
1964
|
+
},
|
|
1965
|
+
"title": {
|
|
1966
|
+
"value": "Custom Tooltip Formatter",
|
|
1967
|
+
"type": "text"
|
|
1968
|
+
}
|
|
1683
1969
|
}
|
|
1684
1970
|
},
|
|
1685
1971
|
"rating": {
|