@assure-one/design-system 1.34.0 → 1.35.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.
@@ -556,4 +556,4 @@ declare const systemTokens: {
556
556
  };
557
557
  type SystemTokens = typeof systemTokens;
558
558
 
559
- export { type ColorName as C, type ReferenceTokens as R, type SystemTokens as S, reference as a, spacing as b, colors as c, surfaces as d, systemTokens as e, breakpoints as f, iconSizes as i, layout as l, motion as m, overlays as o, radii as r, shadows as s, typography as t, zIndex as z };
559
+ export { type ColorName as C, type ReferenceTokens as R, type SystemTokens as S, reference as a, breakpoints as b, colors as c, spacing as d, surfaces as e, systemTokens as f, iconSizes as i, layout as l, motion as m, overlays as o, radii as r, shadows as s, typography as t, zIndex as z };
@@ -1,4 +1,4 @@
1
- export { C as ColorName, R as ReferenceTokens, S as SystemTokens, f as breakpoints, c as colors, i as iconSizes, l as layout, m as motion, o as overlays, r as radii, a as reference, s as shadows, b as spacing, d as surfaces, e as systemTokens, t as typography, z as zIndex } from '../system-BDU18fVg.js';
1
+ export { C as ColorName, R as ReferenceTokens, S as SystemTokens, b as breakpoints, c as colors, i as iconSizes, l as layout, m as motion, o as overlays, r as radii, a as reference, s as shadows, d as spacing, e as surfaces, f as systemTokens, t as typography, z as zIndex } from '../system-lyhOUTpa.js';
2
2
 
3
3
  /**
4
4
  * The seed a host supplies per tenant.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@assure-one/design-system",
3
- "version": "1.34.0",
3
+ "version": "1.35.0",
4
4
  "description": "Assure One design system — tokens, primitives, and patterns for the Assure Suite.",
5
5
  "license": "UNLICENSED",
6
6
  "private": false,
@@ -27,6 +27,10 @@
27
27
  "types": "./dist/tokens/index.d.ts",
28
28
  "import": "./dist/tokens/index.js"
29
29
  },
30
+ "./icons": {
31
+ "types": "./dist/icons/index.d.ts",
32
+ "import": "./dist/icons/index.js"
33
+ },
30
34
  "./testing": {
31
35
  "import": {
32
36
  "types": "./dist/testing/index.d.ts",
@@ -158,6 +162,8 @@
158
162
  "build:css": "tailwindcss -i ./src/tokens/consumer.css -o ./dist/styles.css --minify && node scripts/css/compat.mjs",
159
163
  "class-flip": "node scripts/class-flip/run.mjs",
160
164
  "class-flip:check": "node scripts/class-flip/run.mjs --check",
165
+ "icons:generate": "node scripts/icons/generate.mjs",
166
+ "icons:check": "node scripts/icons/generate.mjs --check",
161
167
  "build:css:entries": "node scripts/build-css-entries.mjs",
162
168
  "build:testing": "tsup --config tsup.testing.config.ts",
163
169
  "dev": "tsup --watch",