@synergy-design-system/tokens 1.0.0 → 1.0.1
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 +4 -16
- 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 +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,27 +1,15 @@
|
|
|
1
|
-
# @synergy-design-system/tokens-v1.0.0 (2023-12-06)
|
|
1
|
+
# [@synergy-design-system/tokens-v1.0.1](https://github.com/synergy-design-system/synergy-design-system/compare/tokens/1.0.0...tokens/1.0.1) (2023-12-06)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
### Bug Fixes
|
|
5
5
|
|
|
6
|
-
*
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
* 🤔 Fix multiple errors in package.json ([#85](https://github.com/synergy-design-system/synergy-design-system/issues/85)) ([7d18b9a](https://github.com/synergy-design-system/synergy-design-system/commit/7d18b9a43c836a33f9f1beaefd18c4c2abf937c4))
|
|
10
|
-
* changed focus-ring offset and color token ([#157](https://github.com/synergy-design-system/synergy-design-system/issues/157)) ([8a553e5](https://github.com/synergy-design-system/synergy-design-system/commit/8a553e53ca31e3ac5fa44c176fbeec5797cf37a9))
|
|
11
|
-
* correct the GitHub links ([#206](https://github.com/synergy-design-system/synergy-design-system/issues/206)) ([c4be101](https://github.com/synergy-design-system/synergy-design-system/commit/c4be101310dd8f27c8d3874554928c08bff1533f))
|
|
6
|
+
* improve changelogs ([#213](https://github.com/synergy-design-system/synergy-design-system/issues/213)) ([3674aed](https://github.com/synergy-design-system/synergy-design-system/commit/3674aed156b3f604a220be23957ca2da05717472))
|
|
7
|
+
|
|
8
|
+
# @synergy-design-system/tokens-v1.0.0 (2023-12-06)
|
|
12
9
|
|
|
13
10
|
|
|
14
11
|
### Features
|
|
15
12
|
|
|
16
|
-
* ✨ add button tokens ([#109](https://github.com/synergy-design-system/synergy-design-system/issues/109)) ([237148c](https://github.com/synergy-design-system/synergy-design-system/commit/237148ccf64be74fc3721dc5381010c5495890f8))
|
|
17
|
-
* ✨ add scss and js support for tokens ([#120](https://github.com/synergy-design-system/synergy-design-system/issues/120)) ([1830066](https://github.com/synergy-design-system/synergy-design-system/commit/1830066b12a061013a4fb67adaf0856de11f5e9a))
|
|
18
|
-
* ✨ add syn-button ([#118](https://github.com/synergy-design-system/synergy-design-system/issues/118)) ([ca9385b](https://github.com/synergy-design-system/synergy-design-system/commit/ca9385beef3f868679d51088d3fa372423277223))
|
|
19
|
-
* ✨ add syn-radio ([#170](https://github.com/synergy-design-system/synergy-design-system/issues/170)) ([4eb4228](https://github.com/synergy-design-system/synergy-design-system/commit/4eb4228fc814da910662fd85745ccb1717efc2d6))
|
|
20
|
-
* ✨ Add types for @synergy-design-system/tokens ([#187](https://github.com/synergy-design-system/synergy-design-system/issues/187)) ([894b09b](https://github.com/synergy-design-system/synergy-design-system/commit/894b09b13ab68f95f7dbc8b9d91c1f0c7b45163c))
|
|
21
|
-
* ✨ clearable-color ([#106](https://github.com/synergy-design-system/synergy-design-system/issues/106)) ([13cc5ec](https://github.com/synergy-design-system/synergy-design-system/commit/13cc5ecd0a9f4776dae711c78a3d9e40a0d930e8))
|
|
22
|
-
* ✨ React component support ([#88](https://github.com/synergy-design-system/synergy-design-system/issues/88)) ([967b7dd](https://github.com/synergy-design-system/synergy-design-system/commit/967b7ddce3f2e1f6a1c55898c1368f0560947101))
|
|
23
13
|
* init first release ([#210](https://github.com/synergy-design-system/synergy-design-system/issues/210)) ([55fe07e](https://github.com/synergy-design-system/synergy-design-system/commit/55fe07e9454ec159506f24223222786f315e800c))
|
|
24
|
-
* update input-tokens ([#97](https://github.com/synergy-design-system/synergy-design-system/issues/97)) ([630d8e2](https://github.com/synergy-design-system/synergy-design-system/commit/630d8e25b053daae1c78944e5e56577aead1a6c2))
|
|
25
|
-
|
|
26
14
|
* ✨ add CSS theme (light & dark)
|
|
27
15
|
* ✨ add tokens for JS, SCSS
|
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 1.0.0
|
|
2
|
+
* @synergy-design-system/tokens version 1.0.0
|
|
3
3
|
* SICK Global UX Foundation
|
|
4
4
|
* Do not edit directly
|
|
5
|
-
* Generated on Wed, 06 Dec 2023
|
|
5
|
+
* Generated on Wed, 06 Dec 2023 08:58:58 GMT
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
8
|
:root {
|
package/dist/themes/light.css
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @synergy-design-system/tokens version 1.0.0
|
|
2
|
+
* @synergy-design-system/tokens version 1.0.0
|
|
3
3
|
* SICK Global UX Foundation
|
|
4
4
|
* Do not edit directly
|
|
5
|
-
* Generated on Wed, 06 Dec 2023
|
|
5
|
+
* Generated on Wed, 06 Dec 2023 08:58:58 GMT
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
8
|
:root {
|