@synergy-design-system/tokens 2.17.0 → 2.18.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 +8 -8
- package/src/figma-tokens/_docs.json +10 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
# [@synergy-design-system/tokens-v2.18.0](https://github.com/synergy-design-system/synergy-design-system/compare/tokens/2.17.0...tokens/2.18.0) (2025-02-10)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* ✨Update shoelace and deps to latest version ([#769](https://github.com/synergy-design-system/synergy-design-system/issues/769)) ([143d88f](https://github.com/synergy-design-system/synergy-design-system/commit/143d88f0a50c47a996be0cb1527629802266800e))
|
|
7
|
+
|
|
1
8
|
# [@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
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
|
@@ -8,18 +8,18 @@
|
|
|
8
8
|
"@semantic-release/changelog": "^6.0.3",
|
|
9
9
|
"@semantic-release/exec": "^6.0.3",
|
|
10
10
|
"@semantic-release/git": "^10.0.1",
|
|
11
|
-
"@tokens-studio/sd-transforms": "^1.2.
|
|
12
|
-
"@types/node": "^20.17.
|
|
13
|
-
"chalk": "^5.
|
|
11
|
+
"@tokens-studio/sd-transforms": "^1.2.9",
|
|
12
|
+
"@types/node": "^20.17.17",
|
|
13
|
+
"chalk": "^5.4.1",
|
|
14
14
|
"change-case": "^5.4.4",
|
|
15
15
|
"eslint": "^8.57.1",
|
|
16
|
-
"eslint-import-resolver-typescript": "^3.
|
|
16
|
+
"eslint-import-resolver-typescript": "^3.7.0",
|
|
17
17
|
"rimraf": "^6.0.1",
|
|
18
18
|
"semantic-release": "^19.0.5",
|
|
19
19
|
"semantic-release-monorepo": "7.0.5",
|
|
20
|
-
"style-dictionary": "^4.2
|
|
21
|
-
"stylelint": "^16.
|
|
22
|
-
"typescript": "^5.7.
|
|
20
|
+
"style-dictionary": "^4.3.2",
|
|
21
|
+
"stylelint": "^16.14.1",
|
|
22
|
+
"typescript": "^5.7.3",
|
|
23
23
|
"@synergy-design-system/eslint-config-syn": "0.1.0",
|
|
24
24
|
"@synergy-design-system/stylelint-config-syn": "0.1.0"
|
|
25
25
|
},
|
|
@@ -107,7 +107,7 @@
|
|
|
107
107
|
},
|
|
108
108
|
"type": "module",
|
|
109
109
|
"types": "./dist/js/index.d.ts",
|
|
110
|
-
"version": "2.
|
|
110
|
+
"version": "2.18.0",
|
|
111
111
|
"scripts": {
|
|
112
112
|
"build": "pnpm clean && node scripts/build.js",
|
|
113
113
|
"clean": "rimraf build",
|
|
@@ -2984,6 +2984,16 @@
|
|
|
2984
2984
|
"value": "These examples demonstrate the usage of syn-tag in various contexts: In combination with multiple filters and within a standalone tag group.",
|
|
2985
2985
|
"type": "text"
|
|
2986
2986
|
}
|
|
2987
|
+
},
|
|
2988
|
+
"breadcrumb": {
|
|
2989
|
+
"title": {
|
|
2990
|
+
"value": "Breadcrumb",
|
|
2991
|
+
"type": "text"
|
|
2992
|
+
},
|
|
2993
|
+
"description": {
|
|
2994
|
+
"value": "These examples demonstrate the use of syn-breadcrumb in desktop and mobile views. \n\nOn desktop, if there's room, always show the full breadcrumb trail.\n\nIf the viewport has not enough space for all breadcrumb items, it is possible to display a truncated version of the breadcrumb and move the items between Home and the parent page into a dropdown menu. \n\nAlternatively, an even shorter version can display only the name/link of the parent page and the prefix icon with the back arrow to navigate one level up.\n\nFor more information on breadcrumbs, visit Nielsen Norman Group:
https://www.nngroup.com/articles/breadcrumbs/",
|
|
2995
|
+
"type": "text"
|
|
2996
|
+
}
|
|
2987
2997
|
}
|
|
2988
2998
|
},
|
|
2989
2999
|
"nav-item": {
|