@nysds/tokens 1.0.0 → 1.15.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/dist/tokens.css +6 -0
- package/package.json +2 -2
- package/src/tokens.json +1 -1
package/dist/tokens.css
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* New York State Design System (v1.15.0)
|
|
3
|
+
* Description: A design system for New York State's digital products.
|
|
4
|
+
* Repository: https://github.com/its-hcd/nysds
|
|
5
|
+
* License: MIT
|
|
6
|
+
*/
|
|
1
7
|
/* -------------------------------------------
|
|
2
8
|
* Autogenerated by ⛋ Terrazzo. DO NOT EDIT!
|
|
3
9
|
* ------------------------------------------- */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nysds/tokens",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.15.0",
|
|
4
4
|
"description": "Design tokens for the New York State Design System in DTCG 2025.10 format",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "src/tokens.json",
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"css.scss"
|
|
16
16
|
],
|
|
17
17
|
"scripts": {
|
|
18
|
-
"build": "tz build",
|
|
18
|
+
"build": "tz build && node ../../src/scripts/add-banner-tokens.mjs",
|
|
19
19
|
"dev": "tz build --watch"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
package/src/tokens.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"$schema": "https://www.designtokens.org/schemas/2025.10/
|
|
2
|
+
"$schema": "https://www.designtokens.org/schemas/2025.10/format.json",
|
|
3
3
|
|
|
4
4
|
"primitive": {
|
|
5
5
|
"$description": "Raw foundational values - not for direct use in code, referenced by applied tokens",
|