@nysds/tokens 1.14.0 → 1.15.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.
Files changed (2) hide show
  1. package/dist/tokens.css +6 -0
  2. package/package.json +2 -2
package/dist/tokens.css CHANGED
@@ -1,3 +1,9 @@
1
+ /*!
2
+ * New York State Design System v1.15.1
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.14.0",
3
+ "version": "1.15.1",
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": {