@synergy-design-system/tokens 1.0.0-main.8 β 1.0.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 +19 -47
- package/LICENSE +5 -24
- package/README.md +1 -1
- package/dist/js/index.d.ts +935 -0
- package/dist/js/index.js +4 -4
- package/dist/scss/_tokens.scss +4 -4
- package/dist/themes/dark.css +7 -10
- package/dist/themes/light.css +7 -10
- package/package.json +11 -12
- package/src/figma-tokens/$metadata.json +1 -1
- package/src/figma-tokens/$themes.json +1 -1
- package/src/figma-tokens/_docs.json +280 -23
- package/src/figma-tokens/semantic/focus-ring.json +3 -3
- package/src/figma-tokens/semantic/input.json +0 -6
- package/src/figma-tokens/semantic/toggle.json +18 -0
- package/src/figma-tokens/semantic/toggles.json +0 -16
package/CHANGELOG.md
CHANGED
|
@@ -1,55 +1,27 @@
|
|
|
1
|
-
#
|
|
1
|
+
# @synergy-design-system/tokens-v1.0.0 (2023-12-06)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
### Bug Fixes
|
|
5
5
|
|
|
6
|
-
* π
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
* β¨ add syn-button ([#118](https://github.com/SickDesignSystem/synergy/issues/118)) ([ca9385b](https://github.com/SickDesignSystem/synergy/commit/ca9385beef3f868679d51088d3fa372423277223))
|
|
14
|
-
|
|
15
|
-
# [@synergy-design-system/tokens-v1.0.0-main.6](https://github.com/SickDesignSystem/synergy/compare/tokens/1.0.0-main.5...tokens/1.0.0-main.6) (2023-11-07)
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
### Features
|
|
19
|
-
|
|
20
|
-
* β¨ add scss and js support for tokens ([#120](https://github.com/SickDesignSystem/synergy/issues/120)) ([1830066](https://github.com/SickDesignSystem/synergy/commit/1830066b12a061013a4fb67adaf0856de11f5e9a))
|
|
21
|
-
|
|
22
|
-
# [@synergy-design-system/tokens-v1.0.0-main.5](https://github.com/SickDesignSystem/synergy/compare/tokens/1.0.0-main.4...tokens/1.0.0-main.5) (2023-11-07)
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
### Features
|
|
26
|
-
|
|
27
|
-
* β¨ clearable-color ([#106](https://github.com/SickDesignSystem/synergy/issues/106)) ([13cc5ec](https://github.com/SickDesignSystem/synergy/commit/13cc5ecd0a9f4776dae711c78a3d9e40a0d930e8))
|
|
28
|
-
|
|
29
|
-
# [@synergy-design-system/tokens-v1.0.0-main.4](https://github.com/SickDesignSystem/synergy/compare/tokens/1.0.0-main.3...tokens/1.0.0-main.4) (2023-11-02)
|
|
6
|
+
* π add toggle tokens namespacing ([#160](https://github.com/synergy-design-system/synergy-design-system/issues/160)) ([8734cf2](https://github.com/synergy-design-system/synergy-design-system/commit/8734cf201e199defa23ff1419f20fa1efdf2fc56))
|
|
7
|
+
* π fix focus ring offset ([#159](https://github.com/synergy-design-system/synergy-design-system/issues/159)) ([816983e](https://github.com/synergy-design-system/synergy-design-system/commit/816983ed01d22c5aa0bda18892e399d26462b1ef))
|
|
8
|
+
* π use correct focus ring width ([#144](https://github.com/synergy-design-system/synergy-design-system/issues/144)) ([12d3cbe](https://github.com/synergy-design-system/synergy-design-system/commit/12d3cbe9241a4edca0afabc20dad74cd9874d3b0))
|
|
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))
|
|
30
12
|
|
|
31
13
|
|
|
32
14
|
### Features
|
|
33
15
|
|
|
34
|
-
* β¨ add button tokens ([#109](https://github.com/
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
*
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
### Features
|
|
47
|
-
|
|
48
|
-
* β¨ React component support ([#88](https://github.com/SickDesignSystem/synergy/issues/88)) ([967b7dd](https://github.com/SickDesignSystem/synergy/commit/967b7ddce3f2e1f6a1c55898c1368f0560947101))
|
|
49
|
-
|
|
50
|
-
# @synergy-design-system/tokens-v1.0.0-main.1 (2023-10-23)
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
### Bug Fixes
|
|
54
|
-
|
|
55
|
-
* π€ Fix multiple errors in package.json ([#85](https://github.com/SickDesignSystem/synergy/issues/85)) ([7d18b9a](https://github.com/SickDesignSystem/synergy/commit/7d18b9a43c836a33f9f1beaefd18c4c2abf937c4))
|
|
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
|
+
* 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
|
+
* β¨ add CSS theme (light & dark)
|
|
27
|
+
* β¨ add tokens for JS, SCSS
|
package/LICENSE
CHANGED
|
@@ -1,28 +1,9 @@
|
|
|
1
|
-
|
|
1
|
+
The MIT License
|
|
2
2
|
|
|
3
|
-
Copyright
|
|
3
|
+
Copyright 2023 SICK AG
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
modification, are permitted provided that the following conditions are met:
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the βSoftwareβ), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
7
6
|
|
|
8
|
-
|
|
9
|
-
list of conditions and the following disclaimer.
|
|
7
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
10
8
|
|
|
11
|
-
|
|
12
|
-
this list of conditions and the following disclaimer in the documentation
|
|
13
|
-
and/or other materials provided with the distribution.
|
|
14
|
-
|
|
15
|
-
3. Neither the name of the copyright holder nor the names of its
|
|
16
|
-
contributors may be used to endorse or promote products derived from
|
|
17
|
-
this software without specific prior written permission.
|
|
18
|
-
|
|
19
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
|
20
|
-
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
21
|
-
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
22
|
-
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
|
|
23
|
-
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
24
|
-
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
|
25
|
-
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
|
26
|
-
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
|
27
|
-
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
28
|
-
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
9
|
+
THE SOFTWARE IS PROVIDED βAS ISβ, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
package/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# @synergy-design-system/tokens
|
|
2
2
|
|
|
3
3
|
This package provides the design tokens that form the base for all components of the synergy design system.
|
|
4
|
-
It provides multiple exports that can be consumed
|
|
4
|
+
It provides multiple exports for colors, spacings, shadows, sizings, etc. that can be also consumed by applications directly.
|
|
5
5
|
|
|
6
6
|
---
|
|
7
7
|
|