@discourser/design-system 0.15.1 → 0.17.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/{chunk-UNWXE6UB.cjs → chunk-2P7Z5PVP.cjs} +817 -16
- package/dist/chunk-2P7Z5PVP.cjs.map +1 -0
- package/dist/{chunk-ABC7N32K.cjs → chunk-PFWU7QSM.cjs} +464 -8
- package/dist/chunk-PFWU7QSM.cjs.map +1 -0
- package/dist/{chunk-GD6Q2FUE.js → chunk-QC7LGFM3.js} +808 -18
- package/dist/chunk-QC7LGFM3.js.map +1 -0
- package/dist/{chunk-SBKRSXSZ.js → chunk-SNUJBT5R.js} +464 -8
- package/dist/chunk-SNUJBT5R.js.map +1 -0
- package/dist/components/Accordion.figma.d.ts +2 -0
- package/dist/components/Accordion.figma.d.ts.map +1 -0
- package/dist/components/Breadcrumb.d.ts +2 -0
- package/dist/components/Breadcrumb.d.ts.map +1 -1
- package/dist/components/Breadcrumb.figma.d.ts +2 -0
- package/dist/components/Breadcrumb.figma.d.ts.map +1 -0
- package/dist/components/ContentCard/ContentCard.d.ts +13 -0
- package/dist/components/ContentCard/ContentCard.d.ts.map +1 -0
- package/dist/components/ContentCard/ContentCard.figma.d.ts +2 -0
- package/dist/components/ContentCard/ContentCard.figma.d.ts.map +1 -0
- package/dist/components/ContentCard/index.d.ts +2 -0
- package/dist/components/ContentCard/index.d.ts.map +1 -0
- package/dist/components/{Heading.d.ts → Header.d.ts} +3 -3
- package/dist/components/Header.d.ts.map +1 -0
- package/dist/components/Header.figma.d.ts +2 -0
- package/dist/components/Header.figma.d.ts.map +1 -0
- package/dist/components/Icons/AccountIcon.d.ts +6 -0
- package/dist/components/Icons/AccountIcon.d.ts.map +1 -0
- package/dist/components/Icons/ChevronUpIcon.d.ts +6 -0
- package/dist/components/Icons/ChevronUpIcon.d.ts.map +1 -0
- package/dist/components/Icons/ClockIcon.d.ts.map +1 -1
- package/dist/components/Icons/DashboardIcon.d.ts +6 -0
- package/dist/components/Icons/DashboardIcon.d.ts.map +1 -0
- package/dist/components/Icons/DiscourserLogo.d.ts +6 -0
- package/dist/components/Icons/DiscourserLogo.d.ts.map +1 -0
- package/dist/components/Icons/DiscourserLogo.figma.d.ts +2 -0
- package/dist/components/Icons/DiscourserLogo.figma.d.ts.map +1 -0
- package/dist/components/Icons/GripDotsVerticalIcon.d.ts.map +1 -1
- package/dist/components/Icons/HelpIcon.d.ts +6 -0
- package/dist/components/Icons/HelpIcon.d.ts.map +1 -0
- package/dist/components/Icons/NotebookIcon.d.ts +6 -0
- package/dist/components/Icons/NotebookIcon.d.ts.map +1 -0
- package/dist/components/Icons/RightArrowIcon.d.ts +6 -0
- package/dist/components/Icons/RightArrowIcon.d.ts.map +1 -0
- package/dist/components/Icons/ScenarioIcon.d.ts +6 -0
- package/dist/components/Icons/ScenarioIcon.d.ts.map +1 -0
- package/dist/components/Icons/index.d.ts +9 -1
- package/dist/components/Icons/index.d.ts.map +1 -1
- package/dist/components/NavigationMenu/NavigationMenu.d.ts +3 -0
- package/dist/components/NavigationMenu/NavigationMenu.d.ts.map +1 -0
- package/dist/components/NavigationMenu/NavigationMenu.figma.d.ts +2 -0
- package/dist/components/NavigationMenu/NavigationMenu.figma.d.ts.map +1 -0
- package/dist/components/NavigationMenu/index.d.ts +3 -0
- package/dist/components/NavigationMenu/index.d.ts.map +1 -0
- package/dist/components/NavigationMenu/types.d.ts +25 -0
- package/dist/components/NavigationMenu/types.d.ts.map +1 -0
- package/dist/components/QuickStartPage/QuickStartPage.d.ts +21 -0
- package/dist/components/QuickStartPage/QuickStartPage.d.ts.map +1 -0
- package/dist/components/QuickStartPage/index.d.ts +3 -0
- package/dist/components/QuickStartPage/index.d.ts.map +1 -0
- package/dist/components/ScenarioQueue/ScenarioQueue.figma.d.ts +2 -0
- package/dist/components/ScenarioQueue/ScenarioQueue.figma.d.ts.map +1 -0
- package/dist/components/ScenarioSettings/ScenarioSettings.d.ts +3 -0
- package/dist/components/ScenarioSettings/ScenarioSettings.d.ts.map +1 -0
- package/dist/components/ScenarioSettings/ScenarioSettings.figma.d.ts +2 -0
- package/dist/components/ScenarioSettings/ScenarioSettings.figma.d.ts.map +1 -0
- package/dist/components/ScenarioSettings/index.d.ts +3 -0
- package/dist/components/ScenarioSettings/index.d.ts.map +1 -0
- package/dist/components/ScenarioSettings/types.d.ts +54 -0
- package/dist/components/ScenarioSettings/types.d.ts.map +1 -0
- package/dist/components/index.cjs +86 -42
- package/dist/components/index.d.ts +14 -3
- package/dist/components/index.d.ts.map +1 -1
- package/dist/components/index.js +1 -1
- package/dist/figma-codex/config.d.ts +8 -0
- package/dist/figma-codex/config.d.ts.map +1 -0
- package/dist/figma-codex/fixtures/CompoundComponent/CompoundComponent.d.ts +6 -0
- package/dist/figma-codex/fixtures/CompoundComponent/CompoundComponent.d.ts.map +1 -0
- package/dist/figma-codex/fixtures/CompoundComponent/index.d.ts +2 -0
- package/dist/figma-codex/fixtures/CompoundComponent/index.d.ts.map +1 -0
- package/dist/figma-codex/fixtures/CompoundComponent.figma.d.ts +2 -0
- package/dist/figma-codex/fixtures/CompoundComponent.figma.d.ts.map +1 -0
- package/dist/figma-codex/fixtures/SimpleComponent.d.ts +8 -0
- package/dist/figma-codex/fixtures/SimpleComponent.d.ts.map +1 -0
- package/dist/figma-codex/fixtures/SimpleComponent.figma.d.ts +2 -0
- package/dist/figma-codex/fixtures/SimpleComponent.figma.d.ts.map +1 -0
- package/dist/figma-codex/generate.d.ts +6 -0
- package/dist/figma-codex/generate.d.ts.map +1 -0
- package/dist/figma-codex/parser.d.ts +18 -0
- package/dist/figma-codex/parser.d.ts.map +1 -0
- package/dist/figma-codex/resolver.d.ts +5 -0
- package/dist/figma-codex/resolver.d.ts.map +1 -0
- package/dist/figma-codex/schema.d.ts +60 -0
- package/dist/figma-codex/schema.d.ts.map +1 -0
- package/dist/figma-codex/writer.d.ts +8 -0
- package/dist/figma-codex/writer.d.ts.map +1 -0
- package/dist/figma-codex.json +373 -0
- package/dist/index.cjs +90 -46
- package/dist/index.js +2 -2
- package/dist/preset/index.cjs +2 -2
- package/dist/preset/index.d.ts.map +1 -1
- package/dist/preset/index.js +1 -1
- package/dist/preset/recipes/accordion.d.ts.map +1 -1
- package/dist/preset/recipes/breadcrumb.d.ts.map +1 -1
- package/dist/preset/recipes/content-card.d.ts +2 -0
- package/dist/preset/recipes/content-card.d.ts.map +1 -0
- package/dist/preset/recipes/index.d.ts +4 -0
- package/dist/preset/recipes/index.d.ts.map +1 -1
- package/dist/preset/recipes/navigation-menu.d.ts +2 -0
- package/dist/preset/recipes/navigation-menu.d.ts.map +1 -0
- package/dist/preset/recipes/scenario-settings.d.ts +2 -0
- package/dist/preset/recipes/scenario-settings.d.ts.map +1 -0
- package/package.json +26 -2
- package/src/components/Accordion.figma.tsx +20 -0
- package/src/components/Breadcrumb.figma.tsx +18 -0
- package/src/components/Breadcrumb.tsx +33 -15
- package/src/components/ContentCard/ContentCard.figma.tsx +21 -0
- package/src/components/ContentCard/ContentCard.test.tsx +197 -0
- package/src/components/ContentCard/ContentCard.tsx +19 -0
- package/src/components/ContentCard/index.ts +13 -0
- package/src/components/Header.figma.tsx +25 -0
- package/src/components/{Heading.tsx → Header.tsx} +2 -2
- package/src/components/Icons/AccountIcon.tsx +26 -0
- package/src/components/Icons/ChevronUpIcon.tsx +24 -0
- package/src/components/Icons/ClockIcon.tsx +6 -6
- package/src/components/Icons/DashboardIcon.tsx +47 -0
- package/src/components/Icons/Discourser-Logo.svg +14 -0
- package/src/components/Icons/DiscourserLogo.figma.tsx +10 -0
- package/src/components/Icons/DiscourserLogo.tsx +72 -0
- package/src/components/Icons/GripDotsVerticalIcon.tsx +6 -6
- package/src/components/Icons/HelpIcon.tsx +26 -0
- package/src/components/Icons/NotebookIcon.tsx +26 -0
- package/src/components/Icons/RightArrowIcon.tsx +23 -0
- package/src/components/Icons/ScenarioIcon.tsx +26 -0
- package/src/components/Icons/index.ts +13 -2
- package/src/components/NavigationMenu/NavigationMenu.figma.tsx +26 -0
- package/src/components/NavigationMenu/NavigationMenu.test.tsx +524 -0
- package/src/components/NavigationMenu/NavigationMenu.tsx +102 -0
- package/src/components/NavigationMenu/index.ts +2 -0
- package/src/components/NavigationMenu/types.ts +27 -0
- package/src/components/QuickStartPage/QuickStartPage.tsx +627 -0
- package/src/components/QuickStartPage/index.ts +2 -0
- package/src/components/ScenarioQueue/ScenarioQueue.figma.tsx +37 -0
- package/src/components/ScenarioSettings/ScenarioSettings.figma.tsx +12 -0
- package/src/components/ScenarioSettings/ScenarioSettings.test.tsx +406 -0
- package/src/components/ScenarioSettings/ScenarioSettings.tsx +386 -0
- package/src/components/ScenarioSettings/index.ts +11 -0
- package/src/components/ScenarioSettings/types.ts +70 -0
- package/src/components/__tests__/Breadcrumb.test.tsx +94 -0
- package/src/components/index.ts +38 -4
- package/src/figma-codex/README.md +186 -0
- package/src/figma-codex/__tests__/config.test.ts +63 -0
- package/src/figma-codex/__tests__/generate.test.ts +78 -0
- package/src/figma-codex/__tests__/parser.test.ts +138 -0
- package/src/figma-codex/__tests__/resolver.test.ts +196 -0
- package/src/figma-codex/__tests__/writer.test.ts +111 -0
- package/src/figma-codex/config.ts +42 -0
- package/src/figma-codex/fixtures/CompoundComponent/CompoundComponent.tsx +17 -0
- package/src/figma-codex/fixtures/CompoundComponent/index.ts +1 -0
- package/src/figma-codex/fixtures/CompoundComponent.figma.tsx +14 -0
- package/src/figma-codex/fixtures/SimpleComponent.figma.tsx +10 -0
- package/src/figma-codex/fixtures/SimpleComponent.tsx +10 -0
- package/src/figma-codex/fixtures/expected-output.json +78 -0
- package/src/figma-codex/generate.ts +106 -0
- package/src/figma-codex/parser.ts +138 -0
- package/src/figma-codex/resolver.ts +280 -0
- package/src/figma-codex/schema.ts +79 -0
- package/src/figma-codex/writer.ts +54 -0
- package/src/preset/index.ts +6 -0
- package/src/preset/recipes/accordion.ts +8 -5
- package/src/preset/recipes/breadcrumb.ts +34 -2
- package/src/preset/recipes/content-card.ts +124 -0
- package/src/preset/recipes/index.ts +4 -0
- package/src/preset/recipes/navigation-menu.ts +97 -0
- package/src/preset/recipes/scenario-settings.ts +182 -0
- package/src/test/setup.ts +12 -9
- package/dist/chunk-ABC7N32K.cjs.map +0 -1
- package/dist/chunk-GD6Q2FUE.js.map +0 -1
- package/dist/chunk-SBKRSXSZ.js.map +0 -1
- package/dist/chunk-UNWXE6UB.cjs.map +0 -1
- package/dist/components/Heading.d.ts.map +0 -1
|
@@ -0,0 +1,373 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": "1.0.0",
|
|
3
|
+
"packageName": "@discourser/design-system",
|
|
4
|
+
"generatedAt": "2026-02-27T23:54:31.947Z",
|
|
5
|
+
"gitHash": "7d3dad6e",
|
|
6
|
+
"figmaFiles": {
|
|
7
|
+
"GaHmFfmvO4loUzuZS4TgEz": {
|
|
8
|
+
"fileKey": "GaHmFfmvO4loUzuZS4TgEz"
|
|
9
|
+
}
|
|
10
|
+
},
|
|
11
|
+
"components": {
|
|
12
|
+
"Accordion": {
|
|
13
|
+
"name": "Accordion",
|
|
14
|
+
"type": "compound",
|
|
15
|
+
"figma": {
|
|
16
|
+
"fileKey": "GaHmFfmvO4loUzuZS4TgEz",
|
|
17
|
+
"nodeId": "38:8232",
|
|
18
|
+
"url": "https://www.figma.com/design/GaHmFfmvO4loUzuZS4TgEz/Discourser.AI--V1?node-id=38-8232"
|
|
19
|
+
},
|
|
20
|
+
"imports": {
|
|
21
|
+
"primary": "import * as Accordion from '@discourser/design-system/Accordion'",
|
|
22
|
+
"namedExports": [
|
|
23
|
+
"Accordion.ItemBody"
|
|
24
|
+
],
|
|
25
|
+
"subpath": "@discourser/design-system/Accordion"
|
|
26
|
+
},
|
|
27
|
+
"props": [],
|
|
28
|
+
"subComponents": [
|
|
29
|
+
{
|
|
30
|
+
"name": "ItemBody",
|
|
31
|
+
"element": "div"
|
|
32
|
+
}
|
|
33
|
+
],
|
|
34
|
+
"example": "<Accordion.Root collapsible>\n <Accordion.Item value=\"item-1\">\n <Accordion.ItemTrigger>\n <span>Trigger</span>\n <Accordion.ItemIndicator />\n </Accordion.ItemTrigger>\n <Accordion.ItemContent>Content</Accordion.ItemContent>\n </Accordion.Item>\n </Accordion.Root>",
|
|
35
|
+
"sourcePath": "src/components/Accordion.tsx"
|
|
36
|
+
},
|
|
37
|
+
"Breadcrumb": {
|
|
38
|
+
"name": "Breadcrumb",
|
|
39
|
+
"type": "compound",
|
|
40
|
+
"figma": {
|
|
41
|
+
"fileKey": "GaHmFfmvO4loUzuZS4TgEz",
|
|
42
|
+
"nodeId": "38:7978",
|
|
43
|
+
"url": "https://www.figma.com/design/GaHmFfmvO4loUzuZS4TgEz/Discourser.AI--V1?node-id=38-7978"
|
|
44
|
+
},
|
|
45
|
+
"imports": {
|
|
46
|
+
"primary": "import * as Breadcrumb from '@discourser/design-system/Breadcrumb'",
|
|
47
|
+
"namedExports": [
|
|
48
|
+
"Breadcrumb.Root",
|
|
49
|
+
"Breadcrumb.List",
|
|
50
|
+
"Breadcrumb.Item",
|
|
51
|
+
"Breadcrumb.Link",
|
|
52
|
+
"Breadcrumb.Ellipsis",
|
|
53
|
+
"Breadcrumb.Separator",
|
|
54
|
+
"Breadcrumb.CurrentLink"
|
|
55
|
+
],
|
|
56
|
+
"subpath": "@discourser/design-system/Breadcrumb"
|
|
57
|
+
},
|
|
58
|
+
"props": [],
|
|
59
|
+
"subComponents": [
|
|
60
|
+
{
|
|
61
|
+
"name": "Root",
|
|
62
|
+
"element": "nav"
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
"name": "List",
|
|
66
|
+
"element": "ol"
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"name": "Item",
|
|
70
|
+
"element": "li"
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
"name": "Link",
|
|
74
|
+
"element": "a"
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
"name": "Ellipsis",
|
|
78
|
+
"element": "li"
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
"name": "Separator",
|
|
82
|
+
"element": "li"
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
"name": "CurrentLink",
|
|
86
|
+
"element": "span"
|
|
87
|
+
}
|
|
88
|
+
],
|
|
89
|
+
"example": "<Breadcrumb.Root>\n <Breadcrumb.List>\n <Breadcrumb.Item>\n <Breadcrumb.Link href=\"#\">Home</Breadcrumb.Link>\n </Breadcrumb.Item>\n <Breadcrumb.Separator />\n <Breadcrumb.Item>\n <Breadcrumb.CurrentLink>Current</Breadcrumb.CurrentLink>\n </Breadcrumb.Item>\n </Breadcrumb.List>\n </Breadcrumb.Root>",
|
|
90
|
+
"sourcePath": "src/components/Breadcrumb.tsx"
|
|
91
|
+
},
|
|
92
|
+
"ContentCard": {
|
|
93
|
+
"name": "ContentCard",
|
|
94
|
+
"type": "compound",
|
|
95
|
+
"figma": {
|
|
96
|
+
"fileKey": "GaHmFfmvO4loUzuZS4TgEz",
|
|
97
|
+
"nodeId": "478:5957",
|
|
98
|
+
"url": "https://www.figma.com/design/GaHmFfmvO4loUzuZS4TgEz/Discourser.AI--V1?node-id=478-5957"
|
|
99
|
+
},
|
|
100
|
+
"imports": {
|
|
101
|
+
"primary": "import * as ContentCard from '@discourser/design-system/ContentCard'",
|
|
102
|
+
"namedExports": [
|
|
103
|
+
"ContentCard.Root",
|
|
104
|
+
"ContentCard.Header",
|
|
105
|
+
"ContentCard.Title",
|
|
106
|
+
"ContentCard.BadgeBar",
|
|
107
|
+
"ContentCard.Body",
|
|
108
|
+
"ContentCard.Section",
|
|
109
|
+
"ContentCard.SectionTitle",
|
|
110
|
+
"ContentCard.Separator",
|
|
111
|
+
"ContentCard.List",
|
|
112
|
+
"ContentCard.ListItem"
|
|
113
|
+
],
|
|
114
|
+
"subpath": "@discourser/design-system/ContentCard"
|
|
115
|
+
},
|
|
116
|
+
"props": [],
|
|
117
|
+
"subComponents": [
|
|
118
|
+
{
|
|
119
|
+
"name": "Root",
|
|
120
|
+
"element": "div"
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
"name": "Header",
|
|
124
|
+
"element": "div"
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
"name": "Title",
|
|
128
|
+
"element": "h2"
|
|
129
|
+
},
|
|
130
|
+
{
|
|
131
|
+
"name": "BadgeBar",
|
|
132
|
+
"element": "div"
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
"name": "Body",
|
|
136
|
+
"element": "div"
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
"name": "Section",
|
|
140
|
+
"element": "section"
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
"name": "SectionTitle",
|
|
144
|
+
"element": "h3"
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
"name": "Separator",
|
|
148
|
+
"element": "hr"
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
"name": "List",
|
|
152
|
+
"element": "ul"
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
"name": "ListItem",
|
|
156
|
+
"element": "li"
|
|
157
|
+
}
|
|
158
|
+
],
|
|
159
|
+
"example": "<ContentCard.Root>\n <ContentCard.Header>\n <ContentCard.Title>Title</ContentCard.Title>\n <ContentCard.BadgeBar>badges</ContentCard.BadgeBar>\n </ContentCard.Header>\n <ContentCard.Body>Content</ContentCard.Body>\n <ContentCard.Separator />\n <ContentCard.Section>\n <ContentCard.SectionTitle>Section</ContentCard.SectionTitle>\n <ContentCard.List>\n <ContentCard.ListItem>Item</ContentCard.ListItem>\n </ContentCard.List>\n </ContentCard.Section>\n </ContentCard.Root>",
|
|
160
|
+
"sourcePath": "src/components/ContentCard/index.ts"
|
|
161
|
+
},
|
|
162
|
+
"Header": {
|
|
163
|
+
"name": "Header",
|
|
164
|
+
"type": "simple",
|
|
165
|
+
"figma": {
|
|
166
|
+
"fileKey": "GaHmFfmvO4loUzuZS4TgEz",
|
|
167
|
+
"nodeId": "485:4697",
|
|
168
|
+
"url": "https://www.figma.com/design/GaHmFfmvO4loUzuZS4TgEz/Discourser.AI--V1?node-id=485-4697"
|
|
169
|
+
},
|
|
170
|
+
"imports": {
|
|
171
|
+
"primary": "import { Header } from '@discourser/design-system/Header'",
|
|
172
|
+
"namedExports": [
|
|
173
|
+
"Header"
|
|
174
|
+
]
|
|
175
|
+
},
|
|
176
|
+
"props": [],
|
|
177
|
+
"example": "<Header size={size}>Heading Text</Header>",
|
|
178
|
+
"sourcePath": "src/components/Header.tsx"
|
|
179
|
+
},
|
|
180
|
+
"DiscourserLogo": {
|
|
181
|
+
"name": "DiscourserLogo",
|
|
182
|
+
"type": "simple",
|
|
183
|
+
"figma": {
|
|
184
|
+
"fileKey": "GaHmFfmvO4loUzuZS4TgEz",
|
|
185
|
+
"nodeId": "491:4933",
|
|
186
|
+
"url": "https://www.figma.com/design/GaHmFfmvO4loUzuZS4TgEz/Discourser.AI--V1?node-id=491-4933"
|
|
187
|
+
},
|
|
188
|
+
"imports": {
|
|
189
|
+
"primary": "import { DiscourserLogo } from '@discourser/design-system/DiscourserLogo'",
|
|
190
|
+
"namedExports": [
|
|
191
|
+
"DiscourserLogo"
|
|
192
|
+
]
|
|
193
|
+
},
|
|
194
|
+
"props": [],
|
|
195
|
+
"example": "<DiscourserLogo />",
|
|
196
|
+
"sourcePath": "src/components/Icons/DiscourserLogo.tsx"
|
|
197
|
+
},
|
|
198
|
+
"NavigationMenu": {
|
|
199
|
+
"name": "NavigationMenu",
|
|
200
|
+
"type": "composite",
|
|
201
|
+
"figma": {
|
|
202
|
+
"fileKey": "GaHmFfmvO4loUzuZS4TgEz",
|
|
203
|
+
"nodeId": "38:8485",
|
|
204
|
+
"url": "https://www.figma.com/design/GaHmFfmvO4loUzuZS4TgEz/Discourser.AI--V1?node-id=38-8485"
|
|
205
|
+
},
|
|
206
|
+
"imports": {
|
|
207
|
+
"primary": "import { NavigationMenu } from '@discourser/design-system/NavigationMenu'",
|
|
208
|
+
"namedExports": [
|
|
209
|
+
"NavigationMenu"
|
|
210
|
+
],
|
|
211
|
+
"subpath": "@discourser/design-system/NavigationMenu"
|
|
212
|
+
},
|
|
213
|
+
"props": [
|
|
214
|
+
{
|
|
215
|
+
"name": "sections",
|
|
216
|
+
"type": "NavSection[]",
|
|
217
|
+
"required": true
|
|
218
|
+
},
|
|
219
|
+
{
|
|
220
|
+
"name": "activeHref",
|
|
221
|
+
"type": "string",
|
|
222
|
+
"required": false
|
|
223
|
+
},
|
|
224
|
+
{
|
|
225
|
+
"name": "defaultOpenSections",
|
|
226
|
+
"type": "string[]",
|
|
227
|
+
"required": false
|
|
228
|
+
},
|
|
229
|
+
{
|
|
230
|
+
"name": "onNavigate",
|
|
231
|
+
"type": "(href: string) => void",
|
|
232
|
+
"required": false
|
|
233
|
+
},
|
|
234
|
+
{
|
|
235
|
+
"name": "renderLink",
|
|
236
|
+
"type": "(props: { href: string; children: React.ReactNode; isActive: boolean; className: string; }) => React.ReactNode",
|
|
237
|
+
"required": false
|
|
238
|
+
},
|
|
239
|
+
{
|
|
240
|
+
"name": "ariaLabel",
|
|
241
|
+
"type": "string",
|
|
242
|
+
"required": false
|
|
243
|
+
}
|
|
244
|
+
],
|
|
245
|
+
"example": "<NavigationMenu\n sections={[\n {\n value: 'dashboard',\n title: 'Dashboard',\n icon: null,\n items: [\n { label: 'Quick Start', href: '/dashboard/quick-start' },\n { label: 'Progress', href: '/dashboard/progress' },\n ],\n },\n ]}\n defaultOpenSections={['dashboard']}\n activeHref=\"/dashboard/quick-start\"\n />",
|
|
246
|
+
"sourcePath": "src/components/NavigationMenu/NavigationMenu.tsx"
|
|
247
|
+
},
|
|
248
|
+
"ScenarioQueue": {
|
|
249
|
+
"name": "ScenarioQueue",
|
|
250
|
+
"type": "composite",
|
|
251
|
+
"figma": {
|
|
252
|
+
"fileKey": "GaHmFfmvO4loUzuZS4TgEz",
|
|
253
|
+
"nodeId": "478:5757",
|
|
254
|
+
"url": "https://www.figma.com/design/GaHmFfmvO4loUzuZS4TgEz/Discourser.AI--V1?node-id=478-5757"
|
|
255
|
+
},
|
|
256
|
+
"imports": {
|
|
257
|
+
"primary": "import { ScenarioQueue } from '@discourser/design-system/ScenarioQueue'",
|
|
258
|
+
"namedExports": [
|
|
259
|
+
"ScenarioQueue"
|
|
260
|
+
],
|
|
261
|
+
"subpath": "@discourser/design-system/ScenarioQueue"
|
|
262
|
+
},
|
|
263
|
+
"props": [
|
|
264
|
+
{
|
|
265
|
+
"name": "scenarios",
|
|
266
|
+
"type": "Scenario[]",
|
|
267
|
+
"required": true,
|
|
268
|
+
"description": "All scenarios — the component splits them by status internally"
|
|
269
|
+
},
|
|
270
|
+
{
|
|
271
|
+
"name": "onReorder",
|
|
272
|
+
"type": "(reorderedIds: string[]) => void",
|
|
273
|
+
"required": false,
|
|
274
|
+
"description": "Called when user reorders cards in the \"In Queue\" tab"
|
|
275
|
+
},
|
|
276
|
+
{
|
|
277
|
+
"name": "onRequeue",
|
|
278
|
+
"type": "(scenarioId: string) => void",
|
|
279
|
+
"required": false,
|
|
280
|
+
"description": "Called when user toggles a completed scenario back to the queue"
|
|
281
|
+
},
|
|
282
|
+
{
|
|
283
|
+
"name": "onRemove",
|
|
284
|
+
"type": "(scenarioId: string) => void",
|
|
285
|
+
"required": false,
|
|
286
|
+
"description": "Called when user removes a scenario from the queue"
|
|
287
|
+
},
|
|
288
|
+
{
|
|
289
|
+
"name": "renderAddScenarioContent",
|
|
290
|
+
"type": "(props: { onClose: () => void }) => ReactNode",
|
|
291
|
+
"required": false,
|
|
292
|
+
"description": "* Render prop / slot for the Add Scenario modal body. The design system provides the Dialog shell; the consumer (discourser.ai) provides the collection content. * Receives `onClose` to allow the consumer to close the modal after selection."
|
|
293
|
+
},
|
|
294
|
+
{
|
|
295
|
+
"name": "onBrowseMore",
|
|
296
|
+
"type": "() => void",
|
|
297
|
+
"required": false,
|
|
298
|
+
"description": "Called when user clicks \"Browse More Scenarios\" link inside the modal"
|
|
299
|
+
},
|
|
300
|
+
{
|
|
301
|
+
"name": "onBuildCustom",
|
|
302
|
+
"type": "() => void",
|
|
303
|
+
"required": false,
|
|
304
|
+
"description": "Called when user clicks \"Build Custom Scenario\" link inside the modal"
|
|
305
|
+
}
|
|
306
|
+
],
|
|
307
|
+
"example": "<ScenarioQueue scenarios={scenarios} />",
|
|
308
|
+
"sourcePath": "src/components/ScenarioQueue/ScenarioQueue.tsx"
|
|
309
|
+
},
|
|
310
|
+
"ScenarioSettings": {
|
|
311
|
+
"name": "ScenarioSettings",
|
|
312
|
+
"type": "composite",
|
|
313
|
+
"figma": {
|
|
314
|
+
"fileKey": "GaHmFfmvO4loUzuZS4TgEz",
|
|
315
|
+
"nodeId": "38:8240",
|
|
316
|
+
"url": "https://www.figma.com/design/GaHmFfmvO4loUzuZS4TgEz/Discourser.AI--V1?node-id=38-8240"
|
|
317
|
+
},
|
|
318
|
+
"imports": {
|
|
319
|
+
"primary": "import { ScenarioSettings } from '@discourser/design-system/ScenarioSettings'",
|
|
320
|
+
"namedExports": [
|
|
321
|
+
"ScenarioSettings"
|
|
322
|
+
],
|
|
323
|
+
"subpath": "@discourser/design-system/ScenarioSettings"
|
|
324
|
+
},
|
|
325
|
+
"props": [
|
|
326
|
+
{
|
|
327
|
+
"name": "defaultValue",
|
|
328
|
+
"type": "string[]",
|
|
329
|
+
"required": false,
|
|
330
|
+
"description": "* Section IDs that start expanded. Defaults to all six sections, or ['conversation-flow'] when singleOpen is true."
|
|
331
|
+
},
|
|
332
|
+
{
|
|
333
|
+
"name": "singleOpen",
|
|
334
|
+
"type": "boolean",
|
|
335
|
+
"required": false,
|
|
336
|
+
"description": "* When true, only one accordion section can be open at a time. @default false"
|
|
337
|
+
},
|
|
338
|
+
{
|
|
339
|
+
"name": "adjustmentDialogContent",
|
|
340
|
+
"type": "Partial<Record<AdjustableSectionId, ReactNode>>",
|
|
341
|
+
"required": false,
|
|
342
|
+
"description": "* ReactNode content to render inside each adjustable section's dialog. Keyed by section ID. Falls back to a placeholder when not provided."
|
|
343
|
+
},
|
|
344
|
+
{
|
|
345
|
+
"name": "renderAdjustmentDialog",
|
|
346
|
+
"type": "(sectionId: AdjustableSectionId) => ReactNode",
|
|
347
|
+
"required": false,
|
|
348
|
+
"description": "* Alternative render-function API for dialog content. Takes precedence over adjustmentDialogContent when both are provided."
|
|
349
|
+
},
|
|
350
|
+
{
|
|
351
|
+
"name": "defaultDuration",
|
|
352
|
+
"type": "DurationValue",
|
|
353
|
+
"required": false,
|
|
354
|
+
"description": "* Default selected value for the Duration radio group. @default 'quick'"
|
|
355
|
+
},
|
|
356
|
+
{
|
|
357
|
+
"name": "defaultQuestionCount",
|
|
358
|
+
"type": "QuestionCountValue",
|
|
359
|
+
"required": false,
|
|
360
|
+
"description": "* Default selected value for the Number of Questions radio group. @default 'brief'"
|
|
361
|
+
},
|
|
362
|
+
{
|
|
363
|
+
"name": "onSelectionChange",
|
|
364
|
+
"type": "(sectionId: RadioSectionId, value: string) => void",
|
|
365
|
+
"required": false,
|
|
366
|
+
"description": "* Called when a radio group selection changes. @param sectionId - 'duration' or 'number-of-questions' @param value - the selected radio value"
|
|
367
|
+
}
|
|
368
|
+
],
|
|
369
|
+
"example": "<ScenarioSettings\n defaultValue={['duration', 'number-of-questions']}\n defaultDuration=\"standard\"\n defaultQuestionCount=\"standard\"\n />",
|
|
370
|
+
"sourcePath": "src/components/ScenarioSettings/index.ts"
|
|
371
|
+
}
|
|
372
|
+
}
|
|
373
|
+
}
|
package/dist/index.cjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
var
|
|
3
|
+
var chunkPFWU7QSM_cjs = require('./chunk-PFWU7QSM.cjs');
|
|
4
|
+
var chunk2P7Z5PVP_cjs = require('./chunk-2P7Z5PVP.cjs');
|
|
5
5
|
require('./chunk-EARF7VDF.cjs');
|
|
6
6
|
var clsx = require('clsx');
|
|
7
7
|
|
|
@@ -11,175 +11,219 @@ function cn(...inputs) {
|
|
|
11
11
|
|
|
12
12
|
Object.defineProperty(exports, "activeLanguage", {
|
|
13
13
|
enumerable: true,
|
|
14
|
-
get: function () { return
|
|
14
|
+
get: function () { return chunkPFWU7QSM_cjs.material3Language; }
|
|
15
15
|
});
|
|
16
16
|
Object.defineProperty(exports, "discourserPandaPreset", {
|
|
17
17
|
enumerable: true,
|
|
18
|
-
get: function () { return
|
|
18
|
+
get: function () { return chunkPFWU7QSM_cjs.discourserPandaPreset; }
|
|
19
19
|
});
|
|
20
20
|
Object.defineProperty(exports, "transformToPandaTheme", {
|
|
21
21
|
enumerable: true,
|
|
22
|
-
get: function () { return
|
|
22
|
+
get: function () { return chunkPFWU7QSM_cjs.transformToPandaTheme; }
|
|
23
23
|
});
|
|
24
24
|
Object.defineProperty(exports, "AbsoluteCenter", {
|
|
25
25
|
enumerable: true,
|
|
26
|
-
get: function () { return
|
|
26
|
+
get: function () { return chunk2P7Z5PVP_cjs.AbsoluteCenter_exports; }
|
|
27
27
|
});
|
|
28
28
|
Object.defineProperty(exports, "Accordion", {
|
|
29
29
|
enumerable: true,
|
|
30
|
-
get: function () { return
|
|
30
|
+
get: function () { return chunk2P7Z5PVP_cjs.Accordion_exports; }
|
|
31
|
+
});
|
|
32
|
+
Object.defineProperty(exports, "AccountIcon", {
|
|
33
|
+
enumerable: true,
|
|
34
|
+
get: function () { return chunk2P7Z5PVP_cjs.AccountIcon; }
|
|
31
35
|
});
|
|
32
36
|
Object.defineProperty(exports, "AddScenarioDialog", {
|
|
33
37
|
enumerable: true,
|
|
34
|
-
get: function () { return
|
|
38
|
+
get: function () { return chunk2P7Z5PVP_cjs.AddScenarioDialog; }
|
|
35
39
|
});
|
|
36
40
|
Object.defineProperty(exports, "Avatar", {
|
|
37
41
|
enumerable: true,
|
|
38
|
-
get: function () { return
|
|
42
|
+
get: function () { return chunk2P7Z5PVP_cjs.Avatar_exports; }
|
|
39
43
|
});
|
|
40
44
|
Object.defineProperty(exports, "Badge", {
|
|
41
45
|
enumerable: true,
|
|
42
|
-
get: function () { return
|
|
46
|
+
get: function () { return chunk2P7Z5PVP_cjs.Badge; }
|
|
43
47
|
});
|
|
44
48
|
Object.defineProperty(exports, "Breadcrumb", {
|
|
45
49
|
enumerable: true,
|
|
46
|
-
get: function () { return
|
|
50
|
+
get: function () { return chunk2P7Z5PVP_cjs.Breadcrumb_exports; }
|
|
47
51
|
});
|
|
48
52
|
Object.defineProperty(exports, "Button", {
|
|
49
53
|
enumerable: true,
|
|
50
|
-
get: function () { return
|
|
54
|
+
get: function () { return chunk2P7Z5PVP_cjs.Button; }
|
|
51
55
|
});
|
|
52
56
|
Object.defineProperty(exports, "ButtonGroup", {
|
|
53
57
|
enumerable: true,
|
|
54
|
-
get: function () { return
|
|
58
|
+
get: function () { return chunk2P7Z5PVP_cjs.ButtonGroup; }
|
|
55
59
|
});
|
|
56
60
|
Object.defineProperty(exports, "Card", {
|
|
57
61
|
enumerable: true,
|
|
58
|
-
get: function () { return
|
|
62
|
+
get: function () { return chunk2P7Z5PVP_cjs.Card_exports; }
|
|
59
63
|
});
|
|
60
64
|
Object.defineProperty(exports, "Checkbox", {
|
|
61
65
|
enumerable: true,
|
|
62
|
-
get: function () { return
|
|
66
|
+
get: function () { return chunk2P7Z5PVP_cjs.Checkbox_exports; }
|
|
67
|
+
});
|
|
68
|
+
Object.defineProperty(exports, "ChevronUpIcon", {
|
|
69
|
+
enumerable: true,
|
|
70
|
+
get: function () { return chunk2P7Z5PVP_cjs.ChevronUpIcon; }
|
|
63
71
|
});
|
|
64
72
|
Object.defineProperty(exports, "ClockIcon", {
|
|
65
73
|
enumerable: true,
|
|
66
|
-
get: function () { return
|
|
74
|
+
get: function () { return chunk2P7Z5PVP_cjs.ClockIcon; }
|
|
67
75
|
});
|
|
68
76
|
Object.defineProperty(exports, "CloseButton", {
|
|
69
77
|
enumerable: true,
|
|
70
|
-
get: function () { return
|
|
78
|
+
get: function () { return chunk2P7Z5PVP_cjs.CloseButton_exports; }
|
|
79
|
+
});
|
|
80
|
+
Object.defineProperty(exports, "ContentCard", {
|
|
81
|
+
enumerable: true,
|
|
82
|
+
get: function () { return chunk2P7Z5PVP_cjs.ContentCard_exports; }
|
|
83
|
+
});
|
|
84
|
+
Object.defineProperty(exports, "DashboardIcon", {
|
|
85
|
+
enumerable: true,
|
|
86
|
+
get: function () { return chunk2P7Z5PVP_cjs.DashboardIcon; }
|
|
71
87
|
});
|
|
72
88
|
Object.defineProperty(exports, "Dialog", {
|
|
73
89
|
enumerable: true,
|
|
74
|
-
get: function () { return
|
|
90
|
+
get: function () { return chunk2P7Z5PVP_cjs.Dialog_exports; }
|
|
91
|
+
});
|
|
92
|
+
Object.defineProperty(exports, "DiscourserLogo", {
|
|
93
|
+
enumerable: true,
|
|
94
|
+
get: function () { return chunk2P7Z5PVP_cjs.DiscourserLogo; }
|
|
75
95
|
});
|
|
76
96
|
Object.defineProperty(exports, "Drawer", {
|
|
77
97
|
enumerable: true,
|
|
78
|
-
get: function () { return
|
|
98
|
+
get: function () { return chunk2P7Z5PVP_cjs.Drawer_exports; }
|
|
79
99
|
});
|
|
80
100
|
Object.defineProperty(exports, "GripDotsVerticalIcon", {
|
|
81
101
|
enumerable: true,
|
|
82
|
-
get: function () { return
|
|
102
|
+
get: function () { return chunk2P7Z5PVP_cjs.GripDotsVerticalIcon; }
|
|
83
103
|
});
|
|
84
104
|
Object.defineProperty(exports, "Group", {
|
|
85
105
|
enumerable: true,
|
|
86
|
-
get: function () { return
|
|
106
|
+
get: function () { return chunk2P7Z5PVP_cjs.Group_exports; }
|
|
107
|
+
});
|
|
108
|
+
Object.defineProperty(exports, "Header", {
|
|
109
|
+
enumerable: true,
|
|
110
|
+
get: function () { return chunk2P7Z5PVP_cjs.Header; }
|
|
87
111
|
});
|
|
88
|
-
Object.defineProperty(exports, "
|
|
112
|
+
Object.defineProperty(exports, "HelpIcon", {
|
|
89
113
|
enumerable: true,
|
|
90
|
-
get: function () { return
|
|
114
|
+
get: function () { return chunk2P7Z5PVP_cjs.HelpIcon; }
|
|
91
115
|
});
|
|
92
116
|
Object.defineProperty(exports, "Icon", {
|
|
93
117
|
enumerable: true,
|
|
94
|
-
get: function () { return
|
|
118
|
+
get: function () { return chunk2P7Z5PVP_cjs.Icon_exports; }
|
|
95
119
|
});
|
|
96
120
|
Object.defineProperty(exports, "IconButton", {
|
|
97
121
|
enumerable: true,
|
|
98
|
-
get: function () { return
|
|
122
|
+
get: function () { return chunk2P7Z5PVP_cjs.IconButton; }
|
|
99
123
|
});
|
|
100
124
|
Object.defineProperty(exports, "Input", {
|
|
101
125
|
enumerable: true,
|
|
102
|
-
get: function () { return
|
|
126
|
+
get: function () { return chunk2P7Z5PVP_cjs.Input; }
|
|
103
127
|
});
|
|
104
128
|
Object.defineProperty(exports, "InputAddon", {
|
|
105
129
|
enumerable: true,
|
|
106
|
-
get: function () { return
|
|
130
|
+
get: function () { return chunk2P7Z5PVP_cjs.InputAddon; }
|
|
107
131
|
});
|
|
108
132
|
Object.defineProperty(exports, "InputGroup", {
|
|
109
133
|
enumerable: true,
|
|
110
|
-
get: function () { return
|
|
134
|
+
get: function () { return chunk2P7Z5PVP_cjs.InputGroup; }
|
|
135
|
+
});
|
|
136
|
+
Object.defineProperty(exports, "NavigationMenu", {
|
|
137
|
+
enumerable: true,
|
|
138
|
+
get: function () { return chunk2P7Z5PVP_cjs.NavigationMenu; }
|
|
139
|
+
});
|
|
140
|
+
Object.defineProperty(exports, "NotebookIcon", {
|
|
141
|
+
enumerable: true,
|
|
142
|
+
get: function () { return chunk2P7Z5PVP_cjs.NotebookIcon; }
|
|
111
143
|
});
|
|
112
144
|
Object.defineProperty(exports, "Popover", {
|
|
113
145
|
enumerable: true,
|
|
114
|
-
get: function () { return
|
|
146
|
+
get: function () { return chunk2P7Z5PVP_cjs.Popover_exports; }
|
|
115
147
|
});
|
|
116
148
|
Object.defineProperty(exports, "Progress", {
|
|
117
149
|
enumerable: true,
|
|
118
|
-
get: function () { return
|
|
150
|
+
get: function () { return chunk2P7Z5PVP_cjs.Progress_exports; }
|
|
119
151
|
});
|
|
120
152
|
Object.defineProperty(exports, "RadioGroup", {
|
|
121
153
|
enumerable: true,
|
|
122
|
-
get: function () { return
|
|
154
|
+
get: function () { return chunk2P7Z5PVP_cjs.RadioGroup_exports; }
|
|
155
|
+
});
|
|
156
|
+
Object.defineProperty(exports, "RightArrowIcon", {
|
|
157
|
+
enumerable: true,
|
|
158
|
+
get: function () { return chunk2P7Z5PVP_cjs.RightArrowIcon; }
|
|
123
159
|
});
|
|
124
160
|
Object.defineProperty(exports, "ScenarioCard", {
|
|
125
161
|
enumerable: true,
|
|
126
|
-
get: function () { return
|
|
162
|
+
get: function () { return chunk2P7Z5PVP_cjs.ScenarioCard; }
|
|
163
|
+
});
|
|
164
|
+
Object.defineProperty(exports, "ScenarioIcon", {
|
|
165
|
+
enumerable: true,
|
|
166
|
+
get: function () { return chunk2P7Z5PVP_cjs.ScenarioIcon; }
|
|
127
167
|
});
|
|
128
168
|
Object.defineProperty(exports, "ScenarioQueue", {
|
|
129
169
|
enumerable: true,
|
|
130
|
-
get: function () { return
|
|
170
|
+
get: function () { return chunk2P7Z5PVP_cjs.ScenarioQueue; }
|
|
171
|
+
});
|
|
172
|
+
Object.defineProperty(exports, "ScenarioSettings", {
|
|
173
|
+
enumerable: true,
|
|
174
|
+
get: function () { return chunk2P7Z5PVP_cjs.ScenarioSettings; }
|
|
131
175
|
});
|
|
132
176
|
Object.defineProperty(exports, "Select", {
|
|
133
177
|
enumerable: true,
|
|
134
|
-
get: function () { return
|
|
178
|
+
get: function () { return chunk2P7Z5PVP_cjs.Select_exports; }
|
|
135
179
|
});
|
|
136
180
|
Object.defineProperty(exports, "Skeleton", {
|
|
137
181
|
enumerable: true,
|
|
138
|
-
get: function () { return
|
|
182
|
+
get: function () { return chunk2P7Z5PVP_cjs.Skeleton_exports; }
|
|
139
183
|
});
|
|
140
184
|
Object.defineProperty(exports, "Slider", {
|
|
141
185
|
enumerable: true,
|
|
142
|
-
get: function () { return
|
|
186
|
+
get: function () { return chunk2P7Z5PVP_cjs.Slider_exports; }
|
|
143
187
|
});
|
|
144
188
|
Object.defineProperty(exports, "Spinner", {
|
|
145
189
|
enumerable: true,
|
|
146
|
-
get: function () { return
|
|
190
|
+
get: function () { return chunk2P7Z5PVP_cjs.Spinner; }
|
|
147
191
|
});
|
|
148
192
|
Object.defineProperty(exports, "Stepper", {
|
|
149
193
|
enumerable: true,
|
|
150
|
-
get: function () { return
|
|
194
|
+
get: function () { return chunk2P7Z5PVP_cjs.Stepper; }
|
|
151
195
|
});
|
|
152
196
|
Object.defineProperty(exports, "Switch", {
|
|
153
197
|
enumerable: true,
|
|
154
|
-
get: function () { return
|
|
198
|
+
get: function () { return chunk2P7Z5PVP_cjs.Switch_exports; }
|
|
155
199
|
});
|
|
156
200
|
Object.defineProperty(exports, "Tabs", {
|
|
157
201
|
enumerable: true,
|
|
158
|
-
get: function () { return
|
|
202
|
+
get: function () { return chunk2P7Z5PVP_cjs.Tabs_exports; }
|
|
159
203
|
});
|
|
160
204
|
Object.defineProperty(exports, "Textarea", {
|
|
161
205
|
enumerable: true,
|
|
162
|
-
get: function () { return
|
|
206
|
+
get: function () { return chunk2P7Z5PVP_cjs.Textarea; }
|
|
163
207
|
});
|
|
164
208
|
Object.defineProperty(exports, "Toaster", {
|
|
165
209
|
enumerable: true,
|
|
166
|
-
get: function () { return
|
|
210
|
+
get: function () { return chunk2P7Z5PVP_cjs.Toaster; }
|
|
167
211
|
});
|
|
168
212
|
Object.defineProperty(exports, "Tooltip", {
|
|
169
213
|
enumerable: true,
|
|
170
|
-
get: function () { return
|
|
214
|
+
get: function () { return chunk2P7Z5PVP_cjs.Tooltip_exports; }
|
|
171
215
|
});
|
|
172
216
|
Object.defineProperty(exports, "difficultyColorMap", {
|
|
173
217
|
enumerable: true,
|
|
174
|
-
get: function () { return
|
|
218
|
+
get: function () { return chunk2P7Z5PVP_cjs.difficultyColorMap; }
|
|
175
219
|
});
|
|
176
220
|
Object.defineProperty(exports, "difficultyLabel", {
|
|
177
221
|
enumerable: true,
|
|
178
|
-
get: function () { return
|
|
222
|
+
get: function () { return chunk2P7Z5PVP_cjs.difficultyLabel; }
|
|
179
223
|
});
|
|
180
224
|
Object.defineProperty(exports, "toaster", {
|
|
181
225
|
enumerable: true,
|
|
182
|
-
get: function () { return
|
|
226
|
+
get: function () { return chunk2P7Z5PVP_cjs.toaster; }
|
|
183
227
|
});
|
|
184
228
|
exports.cn = cn;
|
|
185
229
|
//# sourceMappingURL=index.cjs.map
|
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { material3Language as activeLanguage, discourserPandaPreset, transformToPandaTheme } from './chunk-
|
|
2
|
-
export { AbsoluteCenter_exports as AbsoluteCenter, Accordion_exports as Accordion, AddScenarioDialog, Avatar_exports as Avatar, Badge, Breadcrumb_exports as Breadcrumb, Button, ButtonGroup, Card_exports as Card, Checkbox_exports as Checkbox, ClockIcon, CloseButton_exports as CloseButton, Dialog_exports as Dialog, Drawer_exports as Drawer, GripDotsVerticalIcon, Group_exports as Group,
|
|
1
|
+
export { material3Language as activeLanguage, discourserPandaPreset, transformToPandaTheme } from './chunk-SNUJBT5R.js';
|
|
2
|
+
export { AbsoluteCenter_exports as AbsoluteCenter, Accordion_exports as Accordion, AccountIcon, AddScenarioDialog, Avatar_exports as Avatar, Badge, Breadcrumb_exports as Breadcrumb, Button, ButtonGroup, Card_exports as Card, Checkbox_exports as Checkbox, ChevronUpIcon, ClockIcon, CloseButton_exports as CloseButton, ContentCard_exports as ContentCard, DashboardIcon, Dialog_exports as Dialog, DiscourserLogo, Drawer_exports as Drawer, GripDotsVerticalIcon, Group_exports as Group, Header, HelpIcon, Icon_exports as Icon, IconButton, Input, InputAddon, InputGroup, NavigationMenu, NotebookIcon, Popover_exports as Popover, Progress_exports as Progress, RadioGroup_exports as RadioGroup, RightArrowIcon, ScenarioCard, ScenarioIcon, ScenarioQueue, ScenarioSettings, Select_exports as Select, Skeleton_exports as Skeleton, Slider_exports as Slider, Spinner, Stepper, Switch_exports as Switch, Tabs_exports as Tabs, Textarea, Toaster, Tooltip_exports as Tooltip, difficultyColorMap, difficultyLabel, toaster } from './chunk-QC7LGFM3.js';
|
|
3
3
|
import './chunk-WR5Z5QMQ.js';
|
|
4
4
|
import { clsx } from 'clsx';
|
|
5
5
|
|
package/dist/preset/index.cjs
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkPFWU7QSM_cjs = require('../chunk-PFWU7QSM.cjs');
|
|
4
4
|
require('../chunk-EARF7VDF.cjs');
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
Object.defineProperty(exports, "discourserPandaPreset", {
|
|
9
9
|
enumerable: true,
|
|
10
|
-
get: function () { return
|
|
10
|
+
get: function () { return chunkPFWU7QSM_cjs.discourserPandaPreset; }
|
|
11
11
|
});
|
|
12
12
|
//# sourceMappingURL=index.cjs.map
|
|
13
13
|
//# sourceMappingURL=index.cjs.map
|