@sentropic/design-system-themes 0.7.0 → 0.9.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/css/entropic.css CHANGED
@@ -1,6 +1,51 @@
1
1
  /* Generated by packages/themes/scripts/build-css.mjs. */
2
2
  /* Theme: Entropic (entropic) */
3
3
  [data-st-theme="entropic"] {
4
+ --st-foundation-color-blue-10: oklch(97% 0.02 242);
5
+ --st-foundation-color-blue-60: oklch(50% 0.134 242.749);
6
+ --st-foundation-color-blue-80: oklch(32% 0.11 242);
7
+ --st-foundation-color-cyan-10: oklch(96% 0.04 195);
8
+ --st-foundation-color-cyan-50: oklch(70.4% 0.14 182.503);
9
+ --st-foundation-color-cyan-70: oklch(48% 0.12 190);
10
+ --st-foundation-color-slate-0: #ffffff;
11
+ --st-foundation-color-slate-10: #f8fafc;
12
+ --st-foundation-color-slate-20: #e2e8f0;
13
+ --st-foundation-color-slate-60: #475569;
14
+ --st-foundation-color-slate-80: #1e293b;
15
+ --st-foundation-color-slate-90: #0f172a;
16
+ --st-foundation-color-feedback-success: #16a34a;
17
+ --st-foundation-color-feedback-warning: #d97706;
18
+ --st-foundation-color-feedback-error: #dc2626;
19
+ --st-foundation-color-feedback-info: #2563eb;
20
+ --st-foundation-font-sans: Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
21
+ --st-foundation-font-display: Inter, system-ui, sans-serif;
22
+ --st-foundation-font-mono: 'SFMono-Regular', Consolas, 'Liberation Mono', monospace;
23
+ --st-foundation-spacing-0: 0;
24
+ --st-foundation-spacing-1: 0.25rem;
25
+ --st-foundation-spacing-2: 0.5rem;
26
+ --st-foundation-spacing-3: 0.75rem;
27
+ --st-foundation-spacing-4: 1rem;
28
+ --st-foundation-spacing-6: 1.5rem;
29
+ --st-foundation-spacing-8: 2rem;
30
+ --st-foundation-spacing-12: 3rem;
31
+ --st-foundation-spacing-16: 4rem;
32
+ --st-foundation-radius-none: 0;
33
+ --st-foundation-radius-sm: 0.25rem;
34
+ --st-foundation-radius-md: 0.375rem;
35
+ --st-foundation-radius-lg: 0.5rem;
36
+ --st-foundation-radius-pill: 999px;
37
+ --st-foundation-shadow-subtle: 0 1px 2px rgb(15 23 42 / 0.08);
38
+ --st-foundation-shadow-medium: 0 8px 24px rgb(15 23 42 / 0.12);
39
+ --st-foundation-shadow-floating: 0 18px 45px rgb(15 23 42 / 0.18);
40
+ --st-foundation-motion-fast: 120ms;
41
+ --st-foundation-motion-normal: 180ms;
42
+ --st-foundation-motion-slow: 280ms;
43
+ --st-foundation-motion-easing: cubic-bezier(0.4, 0, 0.2, 1);
44
+ --st-foundation-z-header: 50;
45
+ --st-foundation-z-toast: 60;
46
+ --st-foundation-z-overlay: 80;
47
+ --st-foundation-z-modal: 100;
48
+ --st-foundation-z-chat: 110;
4
49
  --st-semantic-surface-default: #ffffff;
5
50
  --st-semantic-surface-subtle: #f8fafc;
6
51
  --st-semantic-surface-raised: #ffffff;
@@ -110,13 +155,13 @@
110
155
  --st-component-overlay-border: #e2e8f0;
111
156
  --st-component-overlay-shadow: 0 18px 45px rgb(15 23 42 / 0.18);
112
157
  --st-component-overlay-radius: 0.5rem;
113
- --st-component-overlay-zIndex: 90;
158
+ --st-component-overlay-zIndex: 100;
114
159
  --st-component-drawer-backdrop: rgb(15 23 42 / 0.48);
115
160
  --st-component-drawer-surface: #ffffff;
116
161
  --st-component-drawer-border: #e2e8f0;
117
162
  --st-component-drawer-shadow: 0 18px 45px rgb(15 23 42 / 0.18);
118
163
  --st-component-drawer-width: 24rem;
119
- --st-component-drawer-zIndex: 90;
164
+ --st-component-drawer-zIndex: 100;
120
165
  --st-component-emptyState-background: #f8fafc;
121
166
  --st-component-emptyState-border: #e2e8f0;
122
167
  --st-component-emptyState-titleText: #0f172a;
@@ -140,7 +185,7 @@
140
185
  --st-component-toast-successBorder: #16a34a;
141
186
  --st-component-toast-warningBorder: #d97706;
142
187
  --st-component-toast-errorBorder: #dc2626;
143
- --st-component-toast-zIndex: 100;
188
+ --st-component-toast-zIndex: 60;
144
189
  --st-component-dataTable-headerBackground: #f8fafc;
145
190
  --st-component-dataTable-rowBackground: #ffffff;
146
191
  --st-component-dataTable-rowHoverBackground: #f8fafc;
package/css/forge.css CHANGED
@@ -1,6 +1,51 @@
1
1
  /* Generated by packages/themes/scripts/build-css.mjs. */
2
2
  /* Theme: Sent Tech Forge (forge) */
3
3
  [data-st-theme="forge"] {
4
+ --st-foundation-color-blue-10: oklch(97% 0.02 242);
5
+ --st-foundation-color-blue-60: oklch(50% 0.134 242.749);
6
+ --st-foundation-color-blue-80: oklch(32% 0.11 242);
7
+ --st-foundation-color-cyan-10: oklch(96% 0.04 195);
8
+ --st-foundation-color-cyan-50: oklch(70.4% 0.14 182.503);
9
+ --st-foundation-color-cyan-70: oklch(48% 0.12 190);
10
+ --st-foundation-color-slate-0: #ffffff;
11
+ --st-foundation-color-slate-10: #f8fafc;
12
+ --st-foundation-color-slate-20: #e2e8f0;
13
+ --st-foundation-color-slate-60: #475569;
14
+ --st-foundation-color-slate-80: #1e293b;
15
+ --st-foundation-color-slate-90: #0f172a;
16
+ --st-foundation-color-feedback-success: #16a34a;
17
+ --st-foundation-color-feedback-warning: #d97706;
18
+ --st-foundation-color-feedback-error: #dc2626;
19
+ --st-foundation-color-feedback-info: #2563eb;
20
+ --st-foundation-font-sans: Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
21
+ --st-foundation-font-display: Inter, system-ui, sans-serif;
22
+ --st-foundation-font-mono: 'SFMono-Regular', Consolas, 'Liberation Mono', monospace;
23
+ --st-foundation-spacing-0: 0;
24
+ --st-foundation-spacing-1: 0.25rem;
25
+ --st-foundation-spacing-2: 0.5rem;
26
+ --st-foundation-spacing-3: 0.75rem;
27
+ --st-foundation-spacing-4: 1rem;
28
+ --st-foundation-spacing-6: 1.5rem;
29
+ --st-foundation-spacing-8: 2rem;
30
+ --st-foundation-spacing-12: 3rem;
31
+ --st-foundation-spacing-16: 4rem;
32
+ --st-foundation-radius-none: 0;
33
+ --st-foundation-radius-sm: 0.25rem;
34
+ --st-foundation-radius-md: 0.375rem;
35
+ --st-foundation-radius-lg: 0.5rem;
36
+ --st-foundation-radius-pill: 999px;
37
+ --st-foundation-shadow-subtle: 0 1px 2px rgb(15 23 42 / 0.08);
38
+ --st-foundation-shadow-medium: 0 8px 24px rgb(15 23 42 / 0.12);
39
+ --st-foundation-shadow-floating: 0 18px 45px rgb(15 23 42 / 0.18);
40
+ --st-foundation-motion-fast: 120ms;
41
+ --st-foundation-motion-normal: 180ms;
42
+ --st-foundation-motion-slow: 280ms;
43
+ --st-foundation-motion-easing: cubic-bezier(0.4, 0, 0.2, 1);
44
+ --st-foundation-z-header: 50;
45
+ --st-foundation-z-toast: 60;
46
+ --st-foundation-z-overlay: 80;
47
+ --st-foundation-z-modal: 100;
48
+ --st-foundation-z-chat: 110;
4
49
  --st-semantic-surface-default: #ffffff;
5
50
  --st-semantic-surface-subtle: #f8fafc;
6
51
  --st-semantic-surface-raised: #ffffff;
@@ -110,13 +155,13 @@
110
155
  --st-component-overlay-border: #e2e8f0;
111
156
  --st-component-overlay-shadow: 0 18px 45px rgb(15 23 42 / 0.18);
112
157
  --st-component-overlay-radius: 0.5rem;
113
- --st-component-overlay-zIndex: 90;
158
+ --st-component-overlay-zIndex: 100;
114
159
  --st-component-drawer-backdrop: rgb(15 23 42 / 0.48);
115
160
  --st-component-drawer-surface: #ffffff;
116
161
  --st-component-drawer-border: #e2e8f0;
117
162
  --st-component-drawer-shadow: 0 18px 45px rgb(15 23 42 / 0.18);
118
163
  --st-component-drawer-width: 24rem;
119
- --st-component-drawer-zIndex: 90;
164
+ --st-component-drawer-zIndex: 100;
120
165
  --st-component-emptyState-background: #f8fafc;
121
166
  --st-component-emptyState-border: #e2e8f0;
122
167
  --st-component-emptyState-titleText: #0f172a;
@@ -140,7 +185,7 @@
140
185
  --st-component-toast-successBorder: #16a34a;
141
186
  --st-component-toast-warningBorder: #d97706;
142
187
  --st-component-toast-errorBorder: #dc2626;
143
- --st-component-toast-zIndex: 100;
188
+ --st-component-toast-zIndex: 60;
144
189
  --st-component-dataTable-headerBackground: #f8fafc;
145
190
  --st-component-dataTable-rowBackground: #ffffff;
146
191
  --st-component-dataTable-rowHoverBackground: #f8fafc;
package/css/sent-tech.css CHANGED
@@ -1,6 +1,51 @@
1
1
  /* Generated by packages/themes/scripts/build-css.mjs. */
2
2
  /* Theme: Sent Tech (sent-tech) */
3
3
  [data-st-theme="sent-tech"] {
4
+ --st-foundation-color-blue-10: oklch(97% 0.02 242);
5
+ --st-foundation-color-blue-60: oklch(50% 0.134 242.749);
6
+ --st-foundation-color-blue-80: oklch(32% 0.11 242);
7
+ --st-foundation-color-cyan-10: oklch(96% 0.04 195);
8
+ --st-foundation-color-cyan-50: oklch(70.4% 0.14 182.503);
9
+ --st-foundation-color-cyan-70: oklch(48% 0.12 190);
10
+ --st-foundation-color-slate-0: #ffffff;
11
+ --st-foundation-color-slate-10: #f8fafc;
12
+ --st-foundation-color-slate-20: #e2e8f0;
13
+ --st-foundation-color-slate-60: #475569;
14
+ --st-foundation-color-slate-80: #1e293b;
15
+ --st-foundation-color-slate-90: #0f172a;
16
+ --st-foundation-color-feedback-success: #16a34a;
17
+ --st-foundation-color-feedback-warning: #d97706;
18
+ --st-foundation-color-feedback-error: #dc2626;
19
+ --st-foundation-color-feedback-info: #2563eb;
20
+ --st-foundation-font-sans: Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
21
+ --st-foundation-font-display: Inter, system-ui, sans-serif;
22
+ --st-foundation-font-mono: 'SFMono-Regular', Consolas, 'Liberation Mono', monospace;
23
+ --st-foundation-spacing-0: 0;
24
+ --st-foundation-spacing-1: 0.25rem;
25
+ --st-foundation-spacing-2: 0.5rem;
26
+ --st-foundation-spacing-3: 0.75rem;
27
+ --st-foundation-spacing-4: 1rem;
28
+ --st-foundation-spacing-6: 1.5rem;
29
+ --st-foundation-spacing-8: 2rem;
30
+ --st-foundation-spacing-12: 3rem;
31
+ --st-foundation-spacing-16: 4rem;
32
+ --st-foundation-radius-none: 0;
33
+ --st-foundation-radius-sm: 0.25rem;
34
+ --st-foundation-radius-md: 0.375rem;
35
+ --st-foundation-radius-lg: 0.5rem;
36
+ --st-foundation-radius-pill: 999px;
37
+ --st-foundation-shadow-subtle: 0 1px 2px rgb(15 23 42 / 0.08);
38
+ --st-foundation-shadow-medium: 0 8px 24px rgb(15 23 42 / 0.12);
39
+ --st-foundation-shadow-floating: 0 18px 45px rgb(15 23 42 / 0.18);
40
+ --st-foundation-motion-fast: 120ms;
41
+ --st-foundation-motion-normal: 180ms;
42
+ --st-foundation-motion-slow: 280ms;
43
+ --st-foundation-motion-easing: cubic-bezier(0.4, 0, 0.2, 1);
44
+ --st-foundation-z-header: 50;
45
+ --st-foundation-z-toast: 60;
46
+ --st-foundation-z-overlay: 80;
47
+ --st-foundation-z-modal: 100;
48
+ --st-foundation-z-chat: 110;
4
49
  --st-semantic-surface-default: #ffffff;
5
50
  --st-semantic-surface-subtle: #f8fafc;
6
51
  --st-semantic-surface-raised: #ffffff;
@@ -110,13 +155,13 @@
110
155
  --st-component-overlay-border: #e2e8f0;
111
156
  --st-component-overlay-shadow: 0 18px 45px rgb(15 23 42 / 0.18);
112
157
  --st-component-overlay-radius: 0.5rem;
113
- --st-component-overlay-zIndex: 90;
158
+ --st-component-overlay-zIndex: 100;
114
159
  --st-component-drawer-backdrop: rgb(15 23 42 / 0.48);
115
160
  --st-component-drawer-surface: #ffffff;
116
161
  --st-component-drawer-border: #e2e8f0;
117
162
  --st-component-drawer-shadow: 0 18px 45px rgb(15 23 42 / 0.18);
118
163
  --st-component-drawer-width: 24rem;
119
- --st-component-drawer-zIndex: 90;
164
+ --st-component-drawer-zIndex: 100;
120
165
  --st-component-emptyState-background: #f8fafc;
121
166
  --st-component-emptyState-border: #e2e8f0;
122
167
  --st-component-emptyState-titleText: #0f172a;
@@ -140,7 +185,7 @@
140
185
  --st-component-toast-successBorder: #16a34a;
141
186
  --st-component-toast-warningBorder: #d97706;
142
187
  --st-component-toast-errorBorder: #dc2626;
143
- --st-component-toast-zIndex: 100;
188
+ --st-component-toast-zIndex: 60;
144
189
  --st-component-dataTable-headerBackground: #f8fafc;
145
190
  --st-component-dataTable-rowBackground: #ffffff;
146
191
  --st-component-dataTable-rowHoverBackground: #f8fafc;
@@ -7,6 +7,7 @@ describe("compileTheme", () => {
7
7
  it("compiles a tenant theme into scoped CSS variables", () => {
8
8
  const css = compileTheme(sentTechTheme);
9
9
  expect(css).toContain('[data-st-theme="sent-tech"]');
10
+ expect(css).toContain("--st-foundation-font-sans:");
10
11
  expect(css).toContain("--st-semantic-action-primary:");
11
12
  expect(css).toContain("--st-component-chat-composerSurface:");
12
13
  });
@@ -16,6 +17,7 @@ describe("compileTheme", () => {
16
17
  it("exports build-time CSS for Forge low-coupling integration", () => {
17
18
  const css = readFileSync(join(process.cwd(), "css", "forge.css"), "utf8");
18
19
  expect(css).toContain('[data-st-theme="forge"]');
20
+ expect(css).toContain("--st-foundation-font-sans");
19
21
  expect(css).toContain("--st-semantic-action-primary");
20
22
  expect(css).toContain("--st-component-dataTable-headerBackground");
21
23
  });
@@ -1 +1 @@
1
- {"version":3,"file":"compile.test.js","sourceRoot":"","sources":["../src/compile.test.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,SAAS,CAAC;AACvC,OAAO,EAAE,IAAI,EAAE,MAAM,WAAW,CAAC;AACjC,OAAO,EAAE,QAAQ,EAAE,MAAM,EAAE,EAAE,EAAE,MAAM,QAAQ,CAAC;AAC9C,OAAO,EAAE,YAAY,EAAE,MAAM,cAAc,CAAC;AAC5C,OAAO,EAAE,aAAa,EAAE,MAAM,uBAAuB,CAAC;AAEtD,QAAQ,CAAC,cAAc,EAAE,GAAG,EAAE;IAC5B,EAAE,CAAC,mDAAmD,EAAE,GAAG,EAAE;QAC3D,MAAM,GAAG,GAAG,YAAY,CAAC,aAAa,CAAC,CAAC;QACxC,MAAM,CAAC,GAAG,CAAC,CAAC,SAAS,CAAC,6BAA6B,CAAC,CAAC;QACrD,MAAM,CAAC,GAAG,CAAC,CAAC,SAAS,CAAC,+BAA+B,CAAC,CAAC;QACvD,MAAM,CAAC,GAAG,CAAC,CAAC,SAAS,CAAC,sCAAsC,CAAC,CAAC;IAChE,CAAC,CAAC,CAAC;IAEH,EAAE,CAAC,0BAA0B,EAAE,GAAG,EAAE;QAClC,MAAM,CAAC,GAAG,EAAE,CAAC,YAAY,CAAC,EAAE,EAAE,EAAE,EAAE,EAAE,KAAK,EAAE,QAAQ,EAAE,IAAI,EAAE,OAAO,EAAE,MAAM,EAAE,EAAE,EAAE,CAAC,CAAC,CAAC,OAAO,CACxF,sBAAsB,CACvB,CAAC;IACJ,CAAC,CAAC,CAAC;IAEH,EAAE,CAAC,2DAA2D,EAAE,GAAG,EAAE;QACnE,MAAM,GAAG,GAAG,YAAY,CAAC,IAAI,CAAC,OAAO,CAAC,GAAG,EAAE,EAAE,KAAK,EAAE,WAAW,CAAC,EAAE,MAAM,CAAC,CAAC;QAC1E,MAAM,CAAC,GAAG,CAAC,CAAC,SAAS,CAAC,yBAAyB,CAAC,CAAC;QACjD,MAAM,CAAC,GAAG,CAAC,CAAC,SAAS,CAAC,8BAA8B,CAAC,CAAC;QACtD,MAAM,CAAC,GAAG,CAAC,CAAC,SAAS,CAAC,2CAA2C,CAAC,CAAC;IACrE,CAAC,CAAC,CAAC;AACL,CAAC,CAAC,CAAC"}
1
+ {"version":3,"file":"compile.test.js","sourceRoot":"","sources":["../src/compile.test.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,SAAS,CAAC;AACvC,OAAO,EAAE,IAAI,EAAE,MAAM,WAAW,CAAC;AACjC,OAAO,EAAE,QAAQ,EAAE,MAAM,EAAE,EAAE,EAAE,MAAM,QAAQ,CAAC;AAC9C,OAAO,EAAE,YAAY,EAAE,MAAM,cAAc,CAAC;AAC5C,OAAO,EAAE,aAAa,EAAE,MAAM,uBAAuB,CAAC;AAEtD,QAAQ,CAAC,cAAc,EAAE,GAAG,EAAE;IAC5B,EAAE,CAAC,mDAAmD,EAAE,GAAG,EAAE;QAC3D,MAAM,GAAG,GAAG,YAAY,CAAC,aAAa,CAAC,CAAC;QACxC,MAAM,CAAC,GAAG,CAAC,CAAC,SAAS,CAAC,6BAA6B,CAAC,CAAC;QACrD,MAAM,CAAC,GAAG,CAAC,CAAC,SAAS,CAAC,4BAA4B,CAAC,CAAC;QACpD,MAAM,CAAC,GAAG,CAAC,CAAC,SAAS,CAAC,+BAA+B,CAAC,CAAC;QACvD,MAAM,CAAC,GAAG,CAAC,CAAC,SAAS,CAAC,sCAAsC,CAAC,CAAC;IAChE,CAAC,CAAC,CAAC;IAEH,EAAE,CAAC,0BAA0B,EAAE,GAAG,EAAE;QAClC,MAAM,CAAC,GAAG,EAAE,CAAC,YAAY,CAAC,EAAE,EAAE,EAAE,EAAE,EAAE,KAAK,EAAE,QAAQ,EAAE,IAAI,EAAE,OAAO,EAAE,MAAM,EAAE,EAAE,EAAE,CAAC,CAAC,CAAC,OAAO,CACxF,sBAAsB,CACvB,CAAC;IACJ,CAAC,CAAC,CAAC;IAEH,EAAE,CAAC,2DAA2D,EAAE,GAAG,EAAE;QACnE,MAAM,GAAG,GAAG,YAAY,CAAC,IAAI,CAAC,OAAO,CAAC,GAAG,EAAE,EAAE,KAAK,EAAE,WAAW,CAAC,EAAE,MAAM,CAAC,CAAC;QAC1E,MAAM,CAAC,GAAG,CAAC,CAAC,SAAS,CAAC,yBAAyB,CAAC,CAAC;QACjD,MAAM,CAAC,GAAG,CAAC,CAAC,SAAS,CAAC,2BAA2B,CAAC,CAAC;QACnD,MAAM,CAAC,GAAG,CAAC,CAAC,SAAS,CAAC,8BAA8B,CAAC,CAAC;QACtD,MAAM,CAAC,GAAG,CAAC,CAAC,SAAS,CAAC,2CAA2C,CAAC,CAAC;IACrE,CAAC,CAAC,CAAC;AACL,CAAC,CAAC,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"entropic.d.ts","sourceRoot":"","sources":["../../src/themes/entropic.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,cAAc,CAAC;AAEhD,eAAO,MAAM,aAAa,EAAE,WAsB3B,CAAC"}
1
+ {"version":3,"file":"entropic.d.ts","sourceRoot":"","sources":["../../src/themes/entropic.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,cAAc,CAAC;AAEhD,eAAO,MAAM,aAAa,EAAE,WAuB3B,CAAC"}
@@ -1,23 +1,24 @@
1
- import { component, semantic } from "@sentropic/design-system-tokens";
1
+ import { component, foundation, semantic } from "@sentropic/design-system-tokens";
2
2
  export const entropicTheme = {
3
3
  id: "entropic",
4
4
  label: "Entropic",
5
5
  mode: "light",
6
6
  tokens: {
7
+ foundation,
7
8
  semantic: {
8
9
  ...semantic,
9
10
  action: {
10
11
  ...semantic.action,
11
12
  primary: "oklch(50% 0.134 242.749)",
12
- primaryText: "#ffffff"
13
+ primaryText: semantic.action.primaryText
13
14
  }
14
15
  },
15
16
  component: {
16
17
  ...component,
17
18
  chat: {
18
19
  ...component.chat,
19
- composerSurface: "#ffffff",
20
- toolCallSurface: "#f8fafc"
20
+ composerSurface: semantic.surface.raised,
21
+ toolCallSurface: semantic.surface.subtle
21
22
  }
22
23
  }
23
24
  }
@@ -1 +1 @@
1
- {"version":3,"file":"entropic.js","sourceRoot":"","sources":["../../src/themes/entropic.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,iCAAiC,CAAC;AAGtE,MAAM,CAAC,MAAM,aAAa,GAAgB;IACxC,EAAE,EAAE,UAAU;IACd,KAAK,EAAE,UAAU;IACjB,IAAI,EAAE,OAAO;IACb,MAAM,EAAE;QACN,QAAQ,EAAE;YACR,GAAG,QAAQ;YACX,MAAM,EAAE;gBACN,GAAG,QAAQ,CAAC,MAAM;gBAClB,OAAO,EAAE,0BAA0B;gBACnC,WAAW,EAAE,SAAS;aACvB;SACF;QACD,SAAS,EAAE;YACT,GAAG,SAAS;YACZ,IAAI,EAAE;gBACJ,GAAG,SAAS,CAAC,IAAI;gBACjB,eAAe,EAAE,SAAS;gBAC1B,eAAe,EAAE,SAAS;aAC3B;SACF;KACF;CACF,CAAC"}
1
+ {"version":3,"file":"entropic.js","sourceRoot":"","sources":["../../src/themes/entropic.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,UAAU,EAAE,QAAQ,EAAE,MAAM,iCAAiC,CAAC;AAGlF,MAAM,CAAC,MAAM,aAAa,GAAgB;IACxC,EAAE,EAAE,UAAU;IACd,KAAK,EAAE,UAAU;IACjB,IAAI,EAAE,OAAO;IACb,MAAM,EAAE;QACN,UAAU;QACV,QAAQ,EAAE;YACR,GAAG,QAAQ;YACX,MAAM,EAAE;gBACN,GAAG,QAAQ,CAAC,MAAM;gBAClB,OAAO,EAAE,0BAA0B;gBACnC,WAAW,EAAE,QAAQ,CAAC,MAAM,CAAC,WAAW;aACzC;SACF;QACD,SAAS,EAAE;YACT,GAAG,SAAS;YACZ,IAAI,EAAE;gBACJ,GAAG,SAAS,CAAC,IAAI;gBACjB,eAAe,EAAE,QAAQ,CAAC,OAAO,CAAC,MAAM;gBACxC,eAAe,EAAE,QAAQ,CAAC,OAAO,CAAC,MAAM;aACzC;SACF;KACF;CACF,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"forge.d.ts","sourceRoot":"","sources":["../../src/themes/forge.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,cAAc,CAAC;AAEhD,eAAO,MAAM,UAAU,EAAE,WAexB,CAAC"}
1
+ {"version":3,"file":"forge.d.ts","sourceRoot":"","sources":["../../src/themes/forge.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,cAAc,CAAC;AAEhD,eAAO,MAAM,UAAU,EAAE,WAgBxB,CAAC"}
@@ -1,9 +1,10 @@
1
- import { component, semantic } from "@sentropic/design-system-tokens";
1
+ import { component, foundation, semantic } from "@sentropic/design-system-tokens";
2
2
  export const forgeTheme = {
3
3
  id: "forge",
4
4
  label: "Sent Tech Forge",
5
5
  mode: "light",
6
6
  tokens: {
7
+ foundation,
7
8
  semantic: {
8
9
  ...semantic,
9
10
  action: {
@@ -1 +1 @@
1
- {"version":3,"file":"forge.js","sourceRoot":"","sources":["../../src/themes/forge.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,iCAAiC,CAAC;AAGtE,MAAM,CAAC,MAAM,UAAU,GAAgB;IACrC,EAAE,EAAE,OAAO;IACX,KAAK,EAAE,iBAAiB;IACxB,IAAI,EAAE,OAAO;IACb,MAAM,EAAE;QACN,QAAQ,EAAE;YACR,GAAG,QAAQ;YACX,MAAM,EAAE;gBACN,GAAG,QAAQ,CAAC,MAAM;gBAClB,OAAO,EAAE,kBAAkB;gBAC3B,WAAW,EAAE,gBAAgB;aAC9B;SACF;QACD,SAAS;KACV;CACF,CAAC"}
1
+ {"version":3,"file":"forge.js","sourceRoot":"","sources":["../../src/themes/forge.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,UAAU,EAAE,QAAQ,EAAE,MAAM,iCAAiC,CAAC;AAGlF,MAAM,CAAC,MAAM,UAAU,GAAgB;IACrC,EAAE,EAAE,OAAO;IACX,KAAK,EAAE,iBAAiB;IACxB,IAAI,EAAE,OAAO;IACb,MAAM,EAAE;QACN,UAAU;QACV,QAAQ,EAAE;YACR,GAAG,QAAQ;YACX,MAAM,EAAE;gBACN,GAAG,QAAQ,CAAC,MAAM;gBAClB,OAAO,EAAE,kBAAkB;gBAC3B,WAAW,EAAE,gBAAgB;aAC9B;SACF;QACD,SAAS;KACV;CACF,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"sent-tech.d.ts","sourceRoot":"","sources":["../../src/themes/sent-tech.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,cAAc,CAAC;AAEhD,eAAO,MAAM,aAAa,EAAE,WAQ3B,CAAC"}
1
+ {"version":3,"file":"sent-tech.d.ts","sourceRoot":"","sources":["../../src/themes/sent-tech.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,cAAc,CAAC;AAEhD,eAAO,MAAM,aAAa,EAAE,WAS3B,CAAC"}
@@ -1,9 +1,10 @@
1
- import { component, semantic } from "@sentropic/design-system-tokens";
1
+ import { component, foundation, semantic } from "@sentropic/design-system-tokens";
2
2
  export const sentTechTheme = {
3
3
  id: "sent-tech",
4
4
  label: "Sent Tech",
5
5
  mode: "light",
6
6
  tokens: {
7
+ foundation,
7
8
  semantic,
8
9
  component
9
10
  }
@@ -1 +1 @@
1
- {"version":3,"file":"sent-tech.js","sourceRoot":"","sources":["../../src/themes/sent-tech.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,iCAAiC,CAAC;AAGtE,MAAM,CAAC,MAAM,aAAa,GAAgB;IACxC,EAAE,EAAE,WAAW;IACf,KAAK,EAAE,WAAW;IAClB,IAAI,EAAE,OAAO;IACb,MAAM,EAAE;QACN,QAAQ;QACR,SAAS;KACV;CACF,CAAC"}
1
+ {"version":3,"file":"sent-tech.js","sourceRoot":"","sources":["../../src/themes/sent-tech.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,UAAU,EAAE,QAAQ,EAAE,MAAM,iCAAiC,CAAC;AAGlF,MAAM,CAAC,MAAM,aAAa,GAAgB;IACxC,EAAE,EAAE,WAAW;IACf,KAAK,EAAE,WAAW;IAClB,IAAI,EAAE,OAAO;IACb,MAAM,EAAE;QACN,UAAU;QACV,QAAQ;QACR,SAAS;KACV;CACF,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentropic/design-system-themes",
3
- "version": "0.7.0",
3
+ "version": "0.9.0",
4
4
  "type": "module",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -29,7 +29,7 @@
29
29
  "css"
30
30
  ],
31
31
  "dependencies": {
32
- "@sentropic/design-system-tokens": "0.7.0"
32
+ "@sentropic/design-system-tokens": "0.9.0"
33
33
  },
34
34
  "scripts": {
35
35
  "build": "tsc -p tsconfig.json && npm run build:css",