@orion-ds/react 5.2.0 → 5.3.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/README.md +1 -5
- package/dist/components/ThemeController/ThemeController.cjs +1 -1
- package/dist/components/ThemeController/ThemeController.d.ts.map +1 -1
- package/dist/components/ThemeController/ThemeController.mjs +21 -26
- package/dist/tokens/types.d.ts +77 -33
- package/dist/tokens/types.d.ts.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -14,7 +14,7 @@ TypeScript-first React component library built on the Orion Design System. Featu
|
|
|
14
14
|
- 🤖 **AI-First Design** - Optimized for AI/LLM code generation (see AI_GUIDE.md)
|
|
15
15
|
- ✅ **70+ Components** - Fully typed with IntelliSense support
|
|
16
16
|
- 📐 **25+ Sections** - Pre-built page sections (Hero, Features, Pricing, etc.)
|
|
17
|
-
- 📄 **
|
|
17
|
+
- 📄 **7 Templates** - Complete page templates (Dashboard, Login, Profile, Settings, Chat, etc.)
|
|
18
18
|
- 🎨 **Theme Switching** - Light/Dark modes with CSS variables
|
|
19
19
|
- 🏢 **Multi-Brand** - orion, red, deepblue, orange, lemon brands
|
|
20
20
|
- 🎯 **Lucide Icons** - 5000+ icons built-in
|
|
@@ -279,7 +279,6 @@ console.warn('Missing fonts:', missing);
|
|
|
279
279
|
|
|
280
280
|
### AI & Collaboration
|
|
281
281
|
|
|
282
|
-
- **Chat** - Conversational UI component
|
|
283
282
|
- **AgentCard** - Agent profile card
|
|
284
283
|
- **CommandBar** - Command palette
|
|
285
284
|
- **NotificationCenter** - Notification management
|
|
@@ -331,7 +330,6 @@ Complete full-page templates ready to use:
|
|
|
331
330
|
| `LoginTemplate` | Authentication and login flows |
|
|
332
331
|
| `ProfilePageTemplate` | User profile pages |
|
|
333
332
|
| `SettingsTemplate` | Settings and preferences pages |
|
|
334
|
-
| `ChatPageTemplate` | AI chat interface and conversations |
|
|
335
333
|
| `AgentWorkspace` | AI agent builder and management |
|
|
336
334
|
| `AgentEditor` | AI agent configuration editor |
|
|
337
335
|
| `KanbanPageTemplate` | Kanban board for task management |
|
|
@@ -409,7 +407,6 @@ These components require optional peer dependencies. Install only what you need:
|
|
|
409
407
|
| `@orion-ds/react/calendar` | `Calendar`, `DatePicker` | `date-fns` | `npm install date-fns` |
|
|
410
408
|
| `@orion-ds/react/editor` | `CodeEditor` | `react-syntax-highlighter` | `npm install react-syntax-highlighter` |
|
|
411
409
|
| `@orion-ds/react/dnd` | `CollapsibleFolder`, `KanbanBoard` | `@dnd-kit/core`, `@dnd-kit/sortable`, `@dnd-kit/utilities` | `npm install @dnd-kit/core @dnd-kit/sortable @dnd-kit/utilities` |
|
|
412
|
-
| `@orion-ds/react/rich` | `Chat`, `RichText` | `react-markdown`, `remark-gfm`, `react-syntax-highlighter` | `npm install react-markdown remark-gfm react-syntax-highlighter` |
|
|
413
410
|
|
|
414
411
|
```typescript
|
|
415
412
|
// Only import if you've installed the peer dependency
|
|
@@ -417,7 +414,6 @@ import { ChartContainer } from "@orion-ds/react/chart"; // requires recharts
|
|
|
417
414
|
import { Calendar } from "@orion-ds/react/calendar"; // requires date-fns
|
|
418
415
|
import { CodeEditor } from "@orion-ds/react/editor"; // requires react-syntax-highlighter
|
|
419
416
|
import { CollapsibleFolder } from "@orion-ds/react/dnd"; // requires @dnd-kit/*
|
|
420
|
-
import { Chat } from "@orion-ds/react/rich"; // requires react-markdown
|
|
421
417
|
```
|
|
422
418
|
|
|
423
419
|
### Sections & Templates
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),S=require("../../contexts/ThemeContext.cjs"),z=require("../../hooks/useTheme.cjs"),h=require("../Switch/Switch.cjs"),c=require("../Button/Button.cjs"),d=require("../Card/Card.cjs"),i=require("../Badge/Badge.cjs"),T=require("../Radio/Radio.cjs"),w=require("../Alert/Alert.cjs"),n={orion:{accent:"#1B5BFF",radius:"12px",description:"Blue accent • 12px radius"},red:{accent:"#D7282F",radius:"9999px",description:"Red accent • Pill buttons"},deepblue:{accent:"#006FBA",radius:"12px",description:"Deep Blue accent • 12px radius"},orange:{accent:"#F15D22",radius:"9999px",description:"Red-Orange accent • Pill buttons"},lemon:{accent:"#72FF43",radius:"9999px",description:"Lime green accent • Highly rounded"}},v=({showBrandSelector:o=!0,showThemeToggle:p=!0,showSummary:y=!0,compact:m=!1,className:g,style:u,onThemeChange:j,onBrandChange:f})=>{const B=z.useTheme();let x=null;try{x=S.useThemeContext()}catch{}const{theme:t,brand:C,setTheme:k,setBrand:b}=x??B,a=C,s=r=>{k(r),j?.(r)},l=r=>{b(r),f?.(r)};return m?e.jsxs("div",{className:g,style:{display:"flex",gap:"var(--spacing-3)",alignItems:"center",flexWrap:"wrap"},children:[p&&e.jsxs("div",{style:{display:"flex",alignItems:"center",gap:"var(--spacing-2)"},children:[e.jsx("span",{style:{fontSize:"20px"},children:"☀️"}),e.jsx(h.Switch,{checked:t==="dark",onChange:r=>s(r.target.checked?"dark":"light")}),e.jsx("span",{style:{fontSize:"20px"},children:"🌙"})]}),o&&e.jsx("div",{style:{display:"flex",gap:"var(--spacing-2)"},children:Object.keys(n).map(r=>e.jsx(c.Button,{variant:a===r?"primary":"secondary",size:"sm",onClick:()=>l(r),children:r.charAt(0).toUpperCase()+r.slice(1)},r))})]}):e.jsxs(d.Card,{variant:"elevated",className:g,style:{background:"var(--interactive-primary)",color:"var(--interactive-primary-text)",...u},children:[e.jsx(d.Card.Header,{children:e.jsxs("div",{style:{display:"flex",alignItems:"center",gap:"var(--spacing-2)"},children:[e.jsx("span",{style:{fontSize:"24px"},children:"🎨"}),e.jsxs("div",{children:[e.jsx("h3",{style:{margin:0,color:"var(--interactive-primary-text)"},children:"Theme & Brand Settings"}),e.jsx("p",{style:{margin:0,fontSize:"var(--text-sm)",opacity:.9,color:"var(--interactive-primary-text)"},children:"Customize the appearance in real-time"})]})]})}),e.jsx(d.Card.Body,{style:{background:"var(--surface-base)",color:"var(--text-primary)"},children:e.jsxs("div",{style:{display:"grid",gap:"var(--spacing-6)"},children:[p&&e.jsxs("div",{children:[e.jsxs("div",{style:{display:"flex",alignItems:"center",justifyContent:"space-between",marginBottom:"var(--spacing-3)"},children:[e.jsxs("div",{children:[e.jsx("label",{style:{display:"block",fontSize:"var(--text-lg)",fontWeight:"var(--font-weight-bold)",color:"var(--text-primary)",marginBottom:"var(--spacing-1)"},children:"Color Mode"}),e.jsx("p",{style:{fontSize:"var(--text-sm)",color:"var(--text-secondary)",margin:0},children:"Switch between light and dark themes"})]}),e.jsx(i.Badge,{variant:t==="light"?"warning":"primary",size:"lg",children:t==="light"?"☀️ Light":"🌙 Dark"})]}),e.jsxs("div",{style:{display:"flex",alignItems:"center",gap:"var(--spacing-3)",padding:"var(--spacing-4)",background:"var(--surface-subtle)",borderRadius:"var(--radius-control)",border:"2px solid var(--border-subtle)"},children:[e.jsx("span",{style:{fontSize:"32px"},children:"☀️"}),e.jsx(h.Switch,{checked:t==="dark",onChange:r=>s(r.target.checked?"dark":"light"),size:"lg"}),e.jsx("span",{style:{fontSize:"32px"},children:"🌙"}),e.jsxs("div",{style:{marginLeft:"auto",display:"flex",gap:"var(--spacing-2)"},children:[e.jsx(c.Button,{variant:t==="light"?"primary":"ghost",size:"sm",onClick:()=>s("light"),children:"Light"}),e.jsx(c.Button,{variant:t==="dark"?"primary":"ghost",size:"sm",onClick:()=>s("dark"),children:"Dark"})]})]})]}),o&&e.jsxs("div",{children:[e.jsxs("div",{style:{marginBottom:"var(--spacing-3)"},children:[e.jsx("label",{style:{display:"block",fontSize:"var(--text-lg)",fontWeight:"var(--font-weight-bold)",color:"var(--text-primary)",marginBottom:"var(--spacing-1)"},children:"Brand Identity"}),e.jsx("p",{style:{fontSize:"var(--text-sm)",color:"var(--text-secondary)",margin:0},children:"Select a brand to see different accent colors and styling"})]}),e.jsx("div",{style:{display:"grid",gridTemplateColumns:"repeat(auto-fit, minmax(250px, 1fr))",gap:"var(--spacing-3)"},children:Object.keys(n).map(r=>e.jsxs("div",{onClick:()=>l(r),style:{padding:"var(--spacing-4)",background:a===r?"var(--interactive-primary)":"var(--surface-subtle)",color:a===r?"white":"var(--text-primary)",borderRadius:"var(--radius-control)",border:`2px solid ${a===r?"var(--interactive-primary)":"var(--border-subtle)"}`,cursor:"pointer",transition:"all 150ms ease"},children:[e.jsxs("div",{style:{display:"flex",alignItems:"center",justifyContent:"space-between",marginBottom:"var(--spacing-2)"},children:[e.jsx(T.Radio,{name:"brand",value:r,checked:a===r,onChange:()=>l(r),label:r.charAt(0).toUpperCase()+r.slice(1),size:"lg"}),a===r&&e.jsx(i.Badge,{variant:"success",children:"Active"})]}),e.jsx("p",{style:{fontSize:"var(--text-sm)",margin:0,opacity:.8},children:n[r].description})]},r))})]}),y&&e.jsx(w.Alert,{variant:"info",title:"Current Settings",children:e.jsxs("div",{style:{display:"flex",gap:"var(--spacing-2)",flexWrap:"wrap"},children:[e.jsxs(i.Badge,{variant:"primary",children:["Theme: ",t]}),e.jsxs(i.Badge,{variant:"secondary",children:["Brand: ",a]}),e.jsxs(i.Badge,{variant:"secondary",children:["Accent: ",n[a].accent]}),e.jsxs(i.Badge,{variant:"secondary",children:["Radius:"," ",n[a].radius==="9999px"?"9999px (pills)":n[a].radius]})]})})]})})]})};v.displayName="ThemeController";exports.ThemeController=v;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ThemeController.d.ts","sourceRoot":"","sources":["../../../src/components/ThemeController/ThemeController.tsx"],"names":[],"mappings":"AAEA;;;;;;;;;;;;;;;;;;;GAmBG;AAEH,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,yBAAyB,CAAC;
|
|
1
|
+
{"version":3,"file":"ThemeController.d.ts","sourceRoot":"","sources":["../../../src/components/ThemeController/ThemeController.tsx"],"names":[],"mappings":"AAEA;;;;;;;;;;;;;;;;;;;GAmBG;AAEH,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,yBAAyB,CAAC;AA8CpE,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,EAAE,CAAC,oBAAoB,CAwU1D,CAAC"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsxs as a, jsx as r } from "react/jsx-runtime";
|
|
2
|
-
import { useThemeContext as
|
|
3
|
-
import { useTheme as
|
|
2
|
+
import { useThemeContext as S } from "../../contexts/ThemeContext.mjs";
|
|
3
|
+
import { useTheme as w } from "../../hooks/useTheme.mjs";
|
|
4
4
|
import { Switch as v } from "../Switch/Switch.mjs";
|
|
5
|
-
import { Button as
|
|
5
|
+
import { Button as s } from "../Button/Button.mjs";
|
|
6
6
|
import { Card as o } from "../Card/Card.mjs";
|
|
7
7
|
import { Badge as n } from "../Badge/Badge.mjs";
|
|
8
8
|
import { Radio as F } from "../Radio/Radio.mjs";
|
|
@@ -28,11 +28,6 @@ const l = {
|
|
|
28
28
|
radius: "9999px",
|
|
29
29
|
description: "Red-Orange accent • Pill buttons"
|
|
30
30
|
},
|
|
31
|
-
ember: {
|
|
32
|
-
accent: "#F15D22",
|
|
33
|
-
radius: "12px",
|
|
34
|
-
description: "Orange accent • Black buttons • 12px radius"
|
|
35
|
-
},
|
|
36
31
|
lemon: {
|
|
37
32
|
accent: "#72FF43",
|
|
38
33
|
radius: "9999px",
|
|
@@ -40,29 +35,29 @@ const l = {
|
|
|
40
35
|
}
|
|
41
36
|
}, T = ({
|
|
42
37
|
showBrandSelector: p = !0,
|
|
43
|
-
showThemeToggle:
|
|
38
|
+
showThemeToggle: h = !0,
|
|
44
39
|
showSummary: y = !0,
|
|
45
40
|
compact: u = !1,
|
|
46
|
-
className:
|
|
41
|
+
className: g,
|
|
47
42
|
style: x,
|
|
48
43
|
onThemeChange: f,
|
|
49
44
|
onBrandChange: k
|
|
50
45
|
}) => {
|
|
51
|
-
const C =
|
|
46
|
+
const C = w();
|
|
52
47
|
let m = null;
|
|
53
48
|
try {
|
|
54
|
-
m =
|
|
49
|
+
m = S();
|
|
55
50
|
} catch {
|
|
56
51
|
}
|
|
57
|
-
const { theme: t, brand:
|
|
58
|
-
|
|
59
|
-
},
|
|
60
|
-
|
|
52
|
+
const { theme: t, brand: b, setTheme: z, setBrand: B } = m ?? C, i = b, c = (e) => {
|
|
53
|
+
z(e), f?.(e);
|
|
54
|
+
}, d = (e) => {
|
|
55
|
+
B(e), k?.(e);
|
|
61
56
|
};
|
|
62
57
|
return u ? /* @__PURE__ */ a(
|
|
63
58
|
"div",
|
|
64
59
|
{
|
|
65
|
-
className:
|
|
60
|
+
className: g,
|
|
66
61
|
style: {
|
|
67
62
|
display: "flex",
|
|
68
63
|
gap: "var(--spacing-3)",
|
|
@@ -70,7 +65,7 @@ const l = {
|
|
|
70
65
|
flexWrap: "wrap"
|
|
71
66
|
},
|
|
72
67
|
children: [
|
|
73
|
-
|
|
68
|
+
h && /* @__PURE__ */ a(
|
|
74
69
|
"div",
|
|
75
70
|
{
|
|
76
71
|
style: {
|
|
@@ -92,11 +87,11 @@ const l = {
|
|
|
92
87
|
}
|
|
93
88
|
),
|
|
94
89
|
p && /* @__PURE__ */ r("div", { style: { display: "flex", gap: "var(--spacing-2)" }, children: Object.keys(l).map((e) => /* @__PURE__ */ r(
|
|
95
|
-
|
|
90
|
+
s,
|
|
96
91
|
{
|
|
97
92
|
variant: i === e ? "primary" : "secondary",
|
|
98
93
|
size: "sm",
|
|
99
|
-
onClick: () =>
|
|
94
|
+
onClick: () => d(e),
|
|
100
95
|
children: e.charAt(0).toUpperCase() + e.slice(1)
|
|
101
96
|
},
|
|
102
97
|
e
|
|
@@ -107,7 +102,7 @@ const l = {
|
|
|
107
102
|
o,
|
|
108
103
|
{
|
|
109
104
|
variant: "elevated",
|
|
110
|
-
className:
|
|
105
|
+
className: g,
|
|
111
106
|
style: {
|
|
112
107
|
background: "var(--interactive-primary)",
|
|
113
108
|
color: "var(--interactive-primary-text)",
|
|
@@ -150,7 +145,7 @@ const l = {
|
|
|
150
145
|
color: "var(--text-primary)"
|
|
151
146
|
},
|
|
152
147
|
children: /* @__PURE__ */ a("div", { style: { display: "grid", gap: "var(--spacing-6)" }, children: [
|
|
153
|
-
|
|
148
|
+
h && /* @__PURE__ */ a("div", { children: [
|
|
154
149
|
/* @__PURE__ */ a(
|
|
155
150
|
"div",
|
|
156
151
|
{
|
|
@@ -231,7 +226,7 @@ const l = {
|
|
|
231
226
|
},
|
|
232
227
|
children: [
|
|
233
228
|
/* @__PURE__ */ r(
|
|
234
|
-
|
|
229
|
+
s,
|
|
235
230
|
{
|
|
236
231
|
variant: t === "light" ? "primary" : "ghost",
|
|
237
232
|
size: "sm",
|
|
@@ -240,7 +235,7 @@ const l = {
|
|
|
240
235
|
}
|
|
241
236
|
),
|
|
242
237
|
/* @__PURE__ */ r(
|
|
243
|
-
|
|
238
|
+
s,
|
|
244
239
|
{
|
|
245
240
|
variant: t === "dark" ? "primary" : "ghost",
|
|
246
241
|
size: "sm",
|
|
@@ -293,7 +288,7 @@ const l = {
|
|
|
293
288
|
children: Object.keys(l).map((e) => /* @__PURE__ */ a(
|
|
294
289
|
"div",
|
|
295
290
|
{
|
|
296
|
-
onClick: () =>
|
|
291
|
+
onClick: () => d(e),
|
|
297
292
|
style: {
|
|
298
293
|
padding: "var(--spacing-4)",
|
|
299
294
|
background: i === e ? "var(--interactive-primary)" : "var(--surface-subtle)",
|
|
@@ -320,7 +315,7 @@ const l = {
|
|
|
320
315
|
name: "brand",
|
|
321
316
|
value: e,
|
|
322
317
|
checked: i === e,
|
|
323
|
-
onChange: () =>
|
|
318
|
+
onChange: () => d(e),
|
|
324
319
|
label: e.charAt(0).toUpperCase() + e.slice(1),
|
|
325
320
|
size: "lg"
|
|
326
321
|
}
|
package/dist/tokens/types.d.ts
CHANGED
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Orion Design System - TypeScript Type Definitions
|
|
3
3
|
*
|
|
4
|
-
*
|
|
4
|
+
* DYNAMICALLY GENERATED from JSON token files.
|
|
5
5
|
* DO NOT EDIT MANUALLY - Run 'npm run build:tokens' to regenerate.
|
|
6
|
+
*
|
|
7
|
+
* This file uses introspection to match JSON structure exactly,
|
|
8
|
+
* preventing type mismatches when tokens change.
|
|
6
9
|
*/
|
|
7
10
|
export type ColorShades = {
|
|
8
11
|
'50': string;
|
|
@@ -23,6 +26,7 @@ export interface BrandColors {
|
|
|
23
26
|
red: ColorShades;
|
|
24
27
|
orange: ColorShades;
|
|
25
28
|
lemon: ColorShades;
|
|
29
|
+
[key: string]: ColorShades;
|
|
26
30
|
}
|
|
27
31
|
export interface NeutralColors {
|
|
28
32
|
0: string;
|
|
@@ -37,10 +41,15 @@ export interface NeutralColors {
|
|
|
37
41
|
800: string;
|
|
38
42
|
900: string;
|
|
39
43
|
950: string;
|
|
40
|
-
1000
|
|
44
|
+
1000?: string;
|
|
45
|
+
[key: string]: any;
|
|
41
46
|
}
|
|
42
47
|
export interface StatusColors {
|
|
48
|
+
100?: string;
|
|
49
|
+
300?: string;
|
|
43
50
|
500: string;
|
|
51
|
+
700?: string;
|
|
52
|
+
[key: string]: any;
|
|
44
53
|
}
|
|
45
54
|
export interface ColorPrimitives {
|
|
46
55
|
brand: BrandColors;
|
|
@@ -55,14 +64,17 @@ export interface TypographyFamily {
|
|
|
55
64
|
primary: string;
|
|
56
65
|
secondary: string;
|
|
57
66
|
mono: string;
|
|
67
|
+
[key: string]: string;
|
|
58
68
|
}
|
|
59
69
|
export interface TypographyWeight {
|
|
60
70
|
regular: string;
|
|
61
71
|
medium: string;
|
|
62
72
|
bold: string;
|
|
73
|
+
[key: string]: string;
|
|
63
74
|
}
|
|
64
75
|
export interface TypographySize {
|
|
65
76
|
10: string;
|
|
77
|
+
11: string;
|
|
66
78
|
12: string;
|
|
67
79
|
13: string;
|
|
68
80
|
14: string;
|
|
@@ -75,6 +87,7 @@ export interface TypographySize {
|
|
|
75
87
|
64: string;
|
|
76
88
|
80: string;
|
|
77
89
|
96: string;
|
|
90
|
+
[key: string]: any;
|
|
78
91
|
}
|
|
79
92
|
export interface TypographyLineHeight {
|
|
80
93
|
none: string;
|
|
@@ -83,49 +96,56 @@ export interface TypographyLineHeight {
|
|
|
83
96
|
normal: string;
|
|
84
97
|
relaxed: string;
|
|
85
98
|
loose: string;
|
|
99
|
+
[key: string]: string;
|
|
86
100
|
}
|
|
87
101
|
export interface TypographyPrimitives {
|
|
88
102
|
family: TypographyFamily;
|
|
89
103
|
weight: TypographyWeight;
|
|
90
104
|
size: TypographySize;
|
|
91
105
|
lineHeight: TypographyLineHeight;
|
|
106
|
+
[key: string]: any;
|
|
92
107
|
}
|
|
93
108
|
export interface SpacingPrimitives {
|
|
94
|
-
0: string;
|
|
95
|
-
|
|
109
|
+
'0': string;
|
|
110
|
+
'1': string;
|
|
111
|
+
'2': string;
|
|
112
|
+
'3': string;
|
|
113
|
+
'4': string;
|
|
114
|
+
'5': string;
|
|
96
115
|
'05': string;
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
20: string;
|
|
111
|
-
24: string;
|
|
112
|
-
32: string;
|
|
116
|
+
'6': string;
|
|
117
|
+
'7': string;
|
|
118
|
+
'8': string;
|
|
119
|
+
'9': string;
|
|
120
|
+
'10': string;
|
|
121
|
+
'11': string;
|
|
122
|
+
'12': string;
|
|
123
|
+
'16': string;
|
|
124
|
+
'20': string;
|
|
125
|
+
'24': string;
|
|
126
|
+
'32': string;
|
|
127
|
+
'px': string;
|
|
128
|
+
[key: string]: any;
|
|
113
129
|
}
|
|
114
130
|
export interface RadiusPrimitives {
|
|
115
|
-
0: string;
|
|
116
|
-
|
|
117
|
-
|
|
131
|
+
'0': string;
|
|
132
|
+
'2xl': string;
|
|
133
|
+
'3xl'?: string;
|
|
134
|
+
full: string;
|
|
118
135
|
lg: string;
|
|
119
136
|
'lg-2': string;
|
|
137
|
+
md: string;
|
|
138
|
+
sm: string;
|
|
120
139
|
xl: string;
|
|
121
|
-
|
|
122
|
-
|
|
140
|
+
xs?: string;
|
|
141
|
+
[key: string]: any;
|
|
123
142
|
}
|
|
124
143
|
export interface BlurPrimitives {
|
|
125
144
|
sm: string;
|
|
126
145
|
md: string;
|
|
127
146
|
lg: string;
|
|
128
147
|
xl: string;
|
|
148
|
+
[key: string]: string;
|
|
129
149
|
}
|
|
130
150
|
export interface IconPrimitives {
|
|
131
151
|
library: string;
|
|
@@ -135,8 +155,10 @@ export interface IconPrimitives {
|
|
|
135
155
|
md: string;
|
|
136
156
|
lg: string;
|
|
137
157
|
xl: string;
|
|
158
|
+
[key: string]: string;
|
|
138
159
|
};
|
|
139
160
|
stroke: string;
|
|
161
|
+
[key: string]: any;
|
|
140
162
|
}
|
|
141
163
|
export interface Primitives {
|
|
142
164
|
project?: {
|
|
@@ -147,8 +169,11 @@ export interface Primitives {
|
|
|
147
169
|
typography: TypographyPrimitives;
|
|
148
170
|
spacing: SpacingPrimitives;
|
|
149
171
|
radius: RadiusPrimitives;
|
|
172
|
+
radiusScale?: Record<string, any>;
|
|
150
173
|
blur: BlurPrimitives;
|
|
151
174
|
icon: IconPrimitives;
|
|
175
|
+
zIndex?: Record<string, any>;
|
|
176
|
+
transition?: Record<string, any>;
|
|
152
177
|
}
|
|
153
178
|
export interface SurfaceSemantics {
|
|
154
179
|
base: string;
|
|
@@ -159,6 +184,13 @@ export interface SurfaceSemantics {
|
|
|
159
184
|
glass: string;
|
|
160
185
|
sunken: string;
|
|
161
186
|
overlay: string;
|
|
187
|
+
[key: string]: string;
|
|
188
|
+
}
|
|
189
|
+
export interface TextOnBrandSemantics {
|
|
190
|
+
primary: string;
|
|
191
|
+
secondary: string;
|
|
192
|
+
tertiary: string;
|
|
193
|
+
[key: string]: string;
|
|
162
194
|
}
|
|
163
195
|
export interface TextSemantics {
|
|
164
196
|
primary: string;
|
|
@@ -166,35 +198,43 @@ export interface TextSemantics {
|
|
|
166
198
|
tertiary: string;
|
|
167
199
|
inverse: string;
|
|
168
200
|
brand: string;
|
|
201
|
+
'on-brand'?: TextOnBrandSemantics;
|
|
202
|
+
[key: string]: any;
|
|
169
203
|
}
|
|
170
204
|
export interface BorderSemantics {
|
|
171
205
|
subtle: string;
|
|
172
206
|
strong: string;
|
|
173
207
|
interactive: string;
|
|
208
|
+
[key: string]: string;
|
|
174
209
|
}
|
|
175
210
|
export interface InteractivePrimarySemantics {
|
|
176
211
|
default: string;
|
|
177
212
|
hover: string;
|
|
178
213
|
text: string;
|
|
214
|
+
[key: string]: string;
|
|
179
215
|
}
|
|
180
216
|
export interface InteractiveSecondarySemantics {
|
|
181
217
|
default: string;
|
|
182
218
|
hover: string;
|
|
183
219
|
text: string;
|
|
220
|
+
[key: string]: string;
|
|
184
221
|
}
|
|
185
222
|
export interface InteractiveGhostSemantics {
|
|
186
223
|
hover: string;
|
|
224
|
+
[key: string]: string;
|
|
187
225
|
}
|
|
188
226
|
export interface InteractiveSemantics {
|
|
189
227
|
primary: InteractivePrimarySemantics;
|
|
190
228
|
secondary: InteractiveSecondarySemantics;
|
|
191
229
|
ghost: InteractiveGhostSemantics;
|
|
230
|
+
[key: string]: any;
|
|
192
231
|
}
|
|
193
232
|
export interface StatusSemantics {
|
|
194
233
|
error: string;
|
|
195
234
|
success: string;
|
|
196
235
|
warning: string;
|
|
197
236
|
info: string;
|
|
237
|
+
[key: string]: string;
|
|
198
238
|
}
|
|
199
239
|
export interface SoftSemantics {
|
|
200
240
|
brand: string;
|
|
@@ -215,6 +255,8 @@ export interface SemanticTokens {
|
|
|
215
255
|
interactive: InteractiveSemantics;
|
|
216
256
|
status: StatusSemantics;
|
|
217
257
|
soft: SoftSemantics;
|
|
258
|
+
alert?: Record<string, any>;
|
|
259
|
+
chart?: Record<string, any>;
|
|
218
260
|
focus?: {
|
|
219
261
|
ring: string;
|
|
220
262
|
};
|
|
@@ -244,7 +286,7 @@ export interface BrandConfig {
|
|
|
244
286
|
};
|
|
245
287
|
geometry: {
|
|
246
288
|
radiusControl: string;
|
|
247
|
-
radiusContainer
|
|
289
|
+
radiusContainer?: string;
|
|
248
290
|
buttonStyle: string;
|
|
249
291
|
};
|
|
250
292
|
semantic: {
|
|
@@ -264,15 +306,16 @@ export interface BrandConfig {
|
|
|
264
306
|
css: string;
|
|
265
307
|
attribute: string | null;
|
|
266
308
|
};
|
|
309
|
+
[key: string]: any;
|
|
267
310
|
}
|
|
268
|
-
export type ColorTokenPath = `color.brand
|
|
269
|
-
export type TypographyTokenPath = `typography.family
|
|
270
|
-
export type SpacingTokenPath = `spacing
|
|
271
|
-
export type RadiusTokenPath = `radius
|
|
272
|
-
export type BlurTokenPath = `blur
|
|
311
|
+
export type ColorTokenPath = `color.brand.\${Brand}.\${keyof ColorShades}` | `color.neutral.\${keyof NeutralColors}` | `color.neutralPure.\${keyof NeutralColors}` | 'color.error.500' | 'color.success.500' | 'color.warning.500' | 'color.info.500';
|
|
312
|
+
export type TypographyTokenPath = `typography.family.\${keyof TypographyFamily}` | `typography.weight.\${keyof TypographyWeight}` | `typography.size.\${keyof TypographySize}` | `typography.lineHeight.\${keyof TypographyLineHeight}`;
|
|
313
|
+
export type SpacingTokenPath = `spacing.\${keyof SpacingPrimitives}`;
|
|
314
|
+
export type RadiusTokenPath = `radius.\${keyof RadiusPrimitives}`;
|
|
315
|
+
export type BlurTokenPath = `blur.\${keyof BlurPrimitives}`;
|
|
273
316
|
export type TokenPath = ColorTokenPath | TypographyTokenPath | SpacingTokenPath | RadiusTokenPath | BlurTokenPath;
|
|
274
|
-
export type SemanticTokenPath = `surface
|
|
275
|
-
export type CSSVariableName =
|
|
317
|
+
export type SemanticTokenPath = `surface.\${keyof SurfaceSemantics}` | `text.\${keyof TextSemantics}` | `border.\${keyof BorderSemantics}` | `interactive.primary.\${keyof InteractivePrimarySemantics}` | `interactive.secondary.\${keyof InteractiveSecondarySemantics}` | `interactive.ghost.\${keyof InteractiveGhostSemantics}` | `status.\${keyof StatusSemantics}` | `soft.\${keyof SoftSemantics}`;
|
|
318
|
+
export type CSSVariableName = `--\${string}`;
|
|
276
319
|
export interface CSSVariableMap {
|
|
277
320
|
'--surface-base': string;
|
|
278
321
|
'--surface-subtle': string;
|
|
@@ -318,6 +361,7 @@ export interface CSSVariableMap {
|
|
|
318
361
|
'--radius-2xl': string;
|
|
319
362
|
'--radius-full': string;
|
|
320
363
|
'--radius-control': string;
|
|
364
|
+
[key: string]: any;
|
|
321
365
|
}
|
|
322
366
|
/** Get nested property type from dot notation path */
|
|
323
367
|
export type GetTokenValue<T, Path extends string> = Path extends `${infer Key}.${infer Rest}` ? Key extends keyof T ? GetTokenValue<T[Key], Rest> : never : Path extends keyof T ? T[Path] : never;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/tokens/types.ts"],"names":[],"mappings":"AAAA
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/tokens/types.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED