@discourser/design-system 0.24.0 → 0.25.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-KIJKNZ73.cjs → chunk-QNCZYFUJ.cjs} +46 -11
- package/dist/chunk-QNCZYFUJ.cjs.map +1 -0
- package/dist/{chunk-VOH2QELR.cjs → chunk-TBLDQATQ.cjs} +377 -12
- package/dist/chunk-TBLDQATQ.cjs.map +1 -0
- package/dist/{chunk-VN2QX6S7.js → chunk-UHSL4N44.js} +378 -14
- package/dist/chunk-UHSL4N44.js.map +1 -0
- package/dist/{chunk-HN2IHIMR.js → chunk-ZPECW4N2.js} +46 -11
- package/dist/chunk-ZPECW4N2.js.map +1 -0
- package/dist/components/Badge.figma.d.ts +2 -0
- package/dist/components/Badge.figma.d.ts.map +1 -0
- package/dist/components/Button.figma.d.ts +2 -0
- package/dist/components/Button.figma.d.ts.map +1 -0
- package/dist/components/Card.figma.d.ts +2 -0
- package/dist/components/Card.figma.d.ts.map +1 -0
- package/dist/components/Icons/AudienceIcon.d.ts.map +1 -1
- package/dist/components/Input.figma.d.ts +2 -0
- package/dist/components/Input.figma.d.ts.map +1 -0
- package/dist/components/RadioGroup.figma.d.ts +2 -0
- package/dist/components/RadioGroup.figma.d.ts.map +1 -0
- package/dist/components/SettingsPopover/SettingsPopover.figma.d.ts +2 -0
- package/dist/components/SettingsPopover/SettingsPopover.figma.d.ts.map +1 -0
- package/dist/components/Slider.figma.d.ts +2 -0
- package/dist/components/Slider.figma.d.ts.map +1 -0
- package/dist/components/Stepper/Stepper.figma.d.ts +2 -0
- package/dist/components/Stepper/Stepper.figma.d.ts.map +1 -0
- package/dist/components/StudioControls/StudioControls.d.ts +3 -0
- package/dist/components/StudioControls/StudioControls.d.ts.map +1 -0
- package/dist/components/StudioControls/StudioControls.figma.d.ts +2 -0
- package/dist/components/StudioControls/StudioControls.figma.d.ts.map +1 -0
- package/dist/components/StudioControls/index.d.ts +3 -0
- package/dist/components/StudioControls/index.d.ts.map +1 -0
- package/dist/components/StudioControls/types.d.ts +17 -0
- package/dist/components/StudioControls/types.d.ts.map +1 -0
- package/dist/components/Switch.figma.d.ts +2 -0
- package/dist/components/Switch.figma.d.ts.map +1 -0
- package/dist/components/index.cjs +78 -74
- package/dist/components/index.d.ts +1 -0
- package/dist/components/index.d.ts.map +1 -1
- package/dist/components/index.js +1 -1
- package/dist/figma-codex/parser.d.ts +2 -0
- package/dist/figma-codex/parser.d.ts.map +1 -1
- package/dist/figma-codex/resolver.d.ts.map +1 -1
- package/dist/figma-codex/schema.d.ts +7 -0
- package/dist/figma-codex/schema.d.ts.map +1 -1
- package/dist/figma-codex.json +408 -2
- package/dist/index.cjs +82 -78
- package/dist/index.js +2 -2
- package/dist/preset/index.cjs +2 -2
- package/dist/preset/index.js +1 -1
- package/dist/preset/recipes/badge.d.ts.map +1 -1
- package/dist/preset/recipes/index.d.ts +1 -0
- package/dist/preset/recipes/index.d.ts.map +1 -1
- package/dist/preset/recipes/studio-controls.d.ts +2 -0
- package/dist/preset/recipes/studio-controls.d.ts.map +1 -0
- package/dist/preset/recipes/switch.d.ts.map +1 -1
- package/docs/figma-mcp-return/card-audit.json +31 -0
- package/docs/figma-mcp-return/conversation-prelaunch-audit.json +51 -0
- package/docs/figma-mcp-return/conversation_lobby-design-context.md +359 -0
- package/docs/figma-mcp-return/conversation_lobby-metadata.xml +1 -0
- package/docs/figma-mcp-return/discourser-accordion-audit.json +264 -0
- package/docs/figma-mcp-return/discourser-accordion-design-context-v2.tsx +350 -0
- package/docs/figma-mcp-return/discourser-accordion-design-context.tsx +130 -0
- package/docs/figma-mcp-return/discourser-accordion-metadata-v2.xml +1 -0
- package/docs/figma-mcp-return/discourser-accordion-metadata.xml +1 -0
- package/docs/figma-mcp-return/kai-resolution-simulation.md +181 -0
- package/docs/figma-mcp-return/prelaunch-comparison-analysis.md +126 -0
- package/docs/figma-mcp-return/prelaunch-get-design-context.md +982 -0
- package/docs/figma-mcp-return/prelaunch-get-metadata.md +7 -0
- package/docs/figma-mcp-return/prelaunch-get-metadata.xml +3 -0
- package/docs/figma-mcp-return/prelaunch-post-component-update.md +791 -0
- package/docs/figma-mcp-return/prelaunch-post-rebind-design-context.md +969 -0
- package/docs/figma-mcp-return/radio-group-audit.json +23 -0
- package/docs/figma-mcp-return/switch-audit.json +38 -0
- package/docs/session-summary-2026-03-29.md +98 -0
- package/package.json +2 -1
- package/src/components/Badge.figma.tsx +39 -0
- package/src/components/Button.figma.tsx +18 -0
- package/src/components/Card.figma.tsx +33 -0
- package/src/components/Icons/AudienceIcon.tsx +3 -1
- package/src/components/Icons/AudioSpeakerIcon.tsx +1 -1
- package/src/components/Icons/MicrophoneIcon.tsx +3 -3
- package/src/components/Icons/RecordIcon.tsx +4 -4
- package/src/components/Icons/TimerIcon.tsx +1 -1
- package/src/components/Input.figma.tsx +17 -0
- package/src/components/RadioGroup.figma.tsx +38 -0
- package/src/components/SettingsPopover/SettingsPopover.figma.tsx +17 -0
- package/src/components/Slider.figma.tsx +20 -0
- package/src/components/Stepper/Stepper.figma.tsx +19 -0
- package/src/components/StudioControls/StudioControls.figma.tsx +25 -0
- package/src/components/StudioControls/StudioControls.tsx +381 -0
- package/src/components/StudioControls/index.ts +2 -0
- package/src/components/StudioControls/types.ts +17 -0
- package/src/components/Switch.figma.tsx +32 -0
- package/src/components/index.ts +5 -0
- package/src/figma-codex/parser.ts +55 -0
- package/src/figma-codex/resolver.ts +1 -0
- package/src/figma-codex/schema.ts +9 -0
- package/src/preset/recipes/badge.ts +41 -7
- package/src/preset/recipes/index.ts +1 -0
- package/src/preset/recipes/studio-controls.ts +252 -0
- package/src/preset/recipes/switch.ts +5 -4
- package/dist/chunk-HN2IHIMR.js.map +0 -1
- package/dist/chunk-KIJKNZ73.cjs.map +0 -1
- package/dist/chunk-VN2QX6S7.js.map +0 -1
- package/dist/chunk-VOH2QELR.cjs.map +0 -1
package/dist/index.cjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
var
|
|
3
|
+
var chunkQNCZYFUJ_cjs = require('./chunk-QNCZYFUJ.cjs');
|
|
4
|
+
var chunkTBLDQATQ_cjs = require('./chunk-TBLDQATQ.cjs');
|
|
5
5
|
require('./chunk-EARF7VDF.cjs');
|
|
6
6
|
var clsx = require('clsx');
|
|
7
7
|
|
|
@@ -11,307 +11,311 @@ function cn(...inputs) {
|
|
|
11
11
|
|
|
12
12
|
Object.defineProperty(exports, "activeLanguage", {
|
|
13
13
|
enumerable: true,
|
|
14
|
-
get: function () { return
|
|
14
|
+
get: function () { return chunkQNCZYFUJ_cjs.material3Language; }
|
|
15
15
|
});
|
|
16
16
|
Object.defineProperty(exports, "discourserPandaPreset", {
|
|
17
17
|
enumerable: true,
|
|
18
|
-
get: function () { return
|
|
18
|
+
get: function () { return chunkQNCZYFUJ_cjs.discourserPandaPreset; }
|
|
19
19
|
});
|
|
20
20
|
Object.defineProperty(exports, "transformToPandaTheme", {
|
|
21
21
|
enumerable: true,
|
|
22
|
-
get: function () { return
|
|
22
|
+
get: function () { return chunkQNCZYFUJ_cjs.transformToPandaTheme; }
|
|
23
23
|
});
|
|
24
24
|
Object.defineProperty(exports, "AbsoluteCenter", {
|
|
25
25
|
enumerable: true,
|
|
26
|
-
get: function () { return
|
|
26
|
+
get: function () { return chunkTBLDQATQ_cjs.AbsoluteCenter_exports; }
|
|
27
27
|
});
|
|
28
28
|
Object.defineProperty(exports, "Accordion", {
|
|
29
29
|
enumerable: true,
|
|
30
|
-
get: function () { return
|
|
30
|
+
get: function () { return chunkTBLDQATQ_cjs.Accordion_exports; }
|
|
31
31
|
});
|
|
32
32
|
Object.defineProperty(exports, "AccountIcon", {
|
|
33
33
|
enumerable: true,
|
|
34
|
-
get: function () { return
|
|
34
|
+
get: function () { return chunkTBLDQATQ_cjs.AccountIcon; }
|
|
35
35
|
});
|
|
36
36
|
Object.defineProperty(exports, "AddScenarioDialog", {
|
|
37
37
|
enumerable: true,
|
|
38
|
-
get: function () { return
|
|
38
|
+
get: function () { return chunkTBLDQATQ_cjs.AddScenarioDialog; }
|
|
39
39
|
});
|
|
40
40
|
Object.defineProperty(exports, "AudienceIcon", {
|
|
41
41
|
enumerable: true,
|
|
42
|
-
get: function () { return
|
|
42
|
+
get: function () { return chunkTBLDQATQ_cjs.AudienceIcon; }
|
|
43
43
|
});
|
|
44
44
|
Object.defineProperty(exports, "AudioSpeakerIcon", {
|
|
45
45
|
enumerable: true,
|
|
46
|
-
get: function () { return
|
|
46
|
+
get: function () { return chunkTBLDQATQ_cjs.AudioSpeakerIcon; }
|
|
47
47
|
});
|
|
48
48
|
Object.defineProperty(exports, "Avatar", {
|
|
49
49
|
enumerable: true,
|
|
50
|
-
get: function () { return
|
|
50
|
+
get: function () { return chunkTBLDQATQ_cjs.Avatar_exports; }
|
|
51
51
|
});
|
|
52
52
|
Object.defineProperty(exports, "Badge", {
|
|
53
53
|
enumerable: true,
|
|
54
|
-
get: function () { return
|
|
54
|
+
get: function () { return chunkTBLDQATQ_cjs.Badge; }
|
|
55
55
|
});
|
|
56
56
|
Object.defineProperty(exports, "BookmarkPlusIcon", {
|
|
57
57
|
enumerable: true,
|
|
58
|
-
get: function () { return
|
|
58
|
+
get: function () { return chunkTBLDQATQ_cjs.BookmarkPlusIcon; }
|
|
59
59
|
});
|
|
60
60
|
Object.defineProperty(exports, "Breadcrumb", {
|
|
61
61
|
enumerable: true,
|
|
62
|
-
get: function () { return
|
|
62
|
+
get: function () { return chunkTBLDQATQ_cjs.Breadcrumb_exports; }
|
|
63
63
|
});
|
|
64
64
|
Object.defineProperty(exports, "Button", {
|
|
65
65
|
enumerable: true,
|
|
66
|
-
get: function () { return
|
|
66
|
+
get: function () { return chunkTBLDQATQ_cjs.Button; }
|
|
67
67
|
});
|
|
68
68
|
Object.defineProperty(exports, "ButtonGroup", {
|
|
69
69
|
enumerable: true,
|
|
70
|
-
get: function () { return
|
|
70
|
+
get: function () { return chunkTBLDQATQ_cjs.ButtonGroup; }
|
|
71
71
|
});
|
|
72
72
|
Object.defineProperty(exports, "Card", {
|
|
73
73
|
enumerable: true,
|
|
74
|
-
get: function () { return
|
|
74
|
+
get: function () { return chunkTBLDQATQ_cjs.Card_exports; }
|
|
75
75
|
});
|
|
76
76
|
Object.defineProperty(exports, "Checkbox", {
|
|
77
77
|
enumerable: true,
|
|
78
|
-
get: function () { return
|
|
78
|
+
get: function () { return chunkTBLDQATQ_cjs.Checkbox_exports; }
|
|
79
79
|
});
|
|
80
80
|
Object.defineProperty(exports, "ChevronUpDownIcon", {
|
|
81
81
|
enumerable: true,
|
|
82
|
-
get: function () { return
|
|
82
|
+
get: function () { return chunkTBLDQATQ_cjs.ChevronUpDownIcon; }
|
|
83
83
|
});
|
|
84
84
|
Object.defineProperty(exports, "ChevronUpIcon", {
|
|
85
85
|
enumerable: true,
|
|
86
|
-
get: function () { return
|
|
86
|
+
get: function () { return chunkTBLDQATQ_cjs.ChevronUpIcon; }
|
|
87
87
|
});
|
|
88
88
|
Object.defineProperty(exports, "ClipBoardIcon", {
|
|
89
89
|
enumerable: true,
|
|
90
|
-
get: function () { return
|
|
90
|
+
get: function () { return chunkTBLDQATQ_cjs.ClipBoardIcon; }
|
|
91
91
|
});
|
|
92
92
|
Object.defineProperty(exports, "ClockIcon", {
|
|
93
93
|
enumerable: true,
|
|
94
|
-
get: function () { return
|
|
94
|
+
get: function () { return chunkTBLDQATQ_cjs.ClockIcon; }
|
|
95
95
|
});
|
|
96
96
|
Object.defineProperty(exports, "CloseButton", {
|
|
97
97
|
enumerable: true,
|
|
98
|
-
get: function () { return
|
|
98
|
+
get: function () { return chunkTBLDQATQ_cjs.CloseButton_exports; }
|
|
99
99
|
});
|
|
100
100
|
Object.defineProperty(exports, "ContentCard", {
|
|
101
101
|
enumerable: true,
|
|
102
|
-
get: function () { return
|
|
102
|
+
get: function () { return chunkTBLDQATQ_cjs.ContentCard_exports; }
|
|
103
103
|
});
|
|
104
104
|
Object.defineProperty(exports, "DashboardIcon", {
|
|
105
105
|
enumerable: true,
|
|
106
|
-
get: function () { return
|
|
106
|
+
get: function () { return chunkTBLDQATQ_cjs.DashboardIcon; }
|
|
107
107
|
});
|
|
108
108
|
Object.defineProperty(exports, "Dialog", {
|
|
109
109
|
enumerable: true,
|
|
110
|
-
get: function () { return
|
|
110
|
+
get: function () { return chunkTBLDQATQ_cjs.Dialog_exports; }
|
|
111
111
|
});
|
|
112
112
|
Object.defineProperty(exports, "DiscourserLogo", {
|
|
113
113
|
enumerable: true,
|
|
114
|
-
get: function () { return
|
|
114
|
+
get: function () { return chunkTBLDQATQ_cjs.DiscourserLogo; }
|
|
115
115
|
});
|
|
116
116
|
Object.defineProperty(exports, "Divider", {
|
|
117
117
|
enumerable: true,
|
|
118
|
-
get: function () { return
|
|
118
|
+
get: function () { return chunkTBLDQATQ_cjs.Divider; }
|
|
119
119
|
});
|
|
120
120
|
Object.defineProperty(exports, "Drawer", {
|
|
121
121
|
enumerable: true,
|
|
122
|
-
get: function () { return
|
|
122
|
+
get: function () { return chunkTBLDQATQ_cjs.Drawer_exports; }
|
|
123
123
|
});
|
|
124
124
|
Object.defineProperty(exports, "ExitStudioIcon", {
|
|
125
125
|
enumerable: true,
|
|
126
|
-
get: function () { return
|
|
126
|
+
get: function () { return chunkTBLDQATQ_cjs.ExitStudioIcon; }
|
|
127
127
|
});
|
|
128
128
|
Object.defineProperty(exports, "GripDotsVerticalIcon", {
|
|
129
129
|
enumerable: true,
|
|
130
|
-
get: function () { return
|
|
130
|
+
get: function () { return chunkTBLDQATQ_cjs.GripDotsVerticalIcon; }
|
|
131
131
|
});
|
|
132
132
|
Object.defineProperty(exports, "Group", {
|
|
133
133
|
enumerable: true,
|
|
134
|
-
get: function () { return
|
|
134
|
+
get: function () { return chunkTBLDQATQ_cjs.Group_exports; }
|
|
135
135
|
});
|
|
136
136
|
Object.defineProperty(exports, "Header", {
|
|
137
137
|
enumerable: true,
|
|
138
|
-
get: function () { return
|
|
138
|
+
get: function () { return chunkTBLDQATQ_cjs.Header; }
|
|
139
139
|
});
|
|
140
140
|
Object.defineProperty(exports, "HelpIcon", {
|
|
141
141
|
enumerable: true,
|
|
142
|
-
get: function () { return
|
|
142
|
+
get: function () { return chunkTBLDQATQ_cjs.HelpIcon; }
|
|
143
143
|
});
|
|
144
144
|
Object.defineProperty(exports, "Icon", {
|
|
145
145
|
enumerable: true,
|
|
146
|
-
get: function () { return
|
|
146
|
+
get: function () { return chunkTBLDQATQ_cjs.Icon_exports; }
|
|
147
147
|
});
|
|
148
148
|
Object.defineProperty(exports, "IconButton", {
|
|
149
149
|
enumerable: true,
|
|
150
|
-
get: function () { return
|
|
150
|
+
get: function () { return chunkTBLDQATQ_cjs.IconButton; }
|
|
151
151
|
});
|
|
152
152
|
Object.defineProperty(exports, "Input", {
|
|
153
153
|
enumerable: true,
|
|
154
|
-
get: function () { return
|
|
154
|
+
get: function () { return chunkTBLDQATQ_cjs.Input; }
|
|
155
155
|
});
|
|
156
156
|
Object.defineProperty(exports, "InputAddon", {
|
|
157
157
|
enumerable: true,
|
|
158
|
-
get: function () { return
|
|
158
|
+
get: function () { return chunkTBLDQATQ_cjs.InputAddon; }
|
|
159
159
|
});
|
|
160
160
|
Object.defineProperty(exports, "InputGroup", {
|
|
161
161
|
enumerable: true,
|
|
162
|
-
get: function () { return
|
|
162
|
+
get: function () { return chunkTBLDQATQ_cjs.InputGroup; }
|
|
163
163
|
});
|
|
164
164
|
Object.defineProperty(exports, "LoginIcon", {
|
|
165
165
|
enumerable: true,
|
|
166
|
-
get: function () { return
|
|
166
|
+
get: function () { return chunkTBLDQATQ_cjs.LoginIcon; }
|
|
167
167
|
});
|
|
168
168
|
Object.defineProperty(exports, "LogoutIcon", {
|
|
169
169
|
enumerable: true,
|
|
170
|
-
get: function () { return
|
|
170
|
+
get: function () { return chunkTBLDQATQ_cjs.LogoutIcon; }
|
|
171
171
|
});
|
|
172
172
|
Object.defineProperty(exports, "MicrophoneIcon", {
|
|
173
173
|
enumerable: true,
|
|
174
|
-
get: function () { return
|
|
174
|
+
get: function () { return chunkTBLDQATQ_cjs.MicrophoneIcon; }
|
|
175
175
|
});
|
|
176
176
|
Object.defineProperty(exports, "NavigationMenu", {
|
|
177
177
|
enumerable: true,
|
|
178
|
-
get: function () { return
|
|
178
|
+
get: function () { return chunkTBLDQATQ_cjs.NavigationMenu; }
|
|
179
179
|
});
|
|
180
180
|
Object.defineProperty(exports, "NotebookIcon", {
|
|
181
181
|
enumerable: true,
|
|
182
|
-
get: function () { return
|
|
182
|
+
get: function () { return chunkTBLDQATQ_cjs.NotebookIcon; }
|
|
183
183
|
});
|
|
184
184
|
Object.defineProperty(exports, "NotebookPenIcon", {
|
|
185
185
|
enumerable: true,
|
|
186
|
-
get: function () { return
|
|
186
|
+
get: function () { return chunkTBLDQATQ_cjs.NotebookPenIcon; }
|
|
187
187
|
});
|
|
188
188
|
Object.defineProperty(exports, "PausePlayIcon", {
|
|
189
189
|
enumerable: true,
|
|
190
|
-
get: function () { return
|
|
190
|
+
get: function () { return chunkTBLDQATQ_cjs.PausePlayIcon; }
|
|
191
191
|
});
|
|
192
192
|
Object.defineProperty(exports, "PlayIcon", {
|
|
193
193
|
enumerable: true,
|
|
194
|
-
get: function () { return
|
|
194
|
+
get: function () { return chunkTBLDQATQ_cjs.PlayIcon; }
|
|
195
195
|
});
|
|
196
196
|
Object.defineProperty(exports, "Popover", {
|
|
197
197
|
enumerable: true,
|
|
198
|
-
get: function () { return
|
|
198
|
+
get: function () { return chunkTBLDQATQ_cjs.Popover_exports; }
|
|
199
199
|
});
|
|
200
200
|
Object.defineProperty(exports, "Progress", {
|
|
201
201
|
enumerable: true,
|
|
202
|
-
get: function () { return
|
|
202
|
+
get: function () { return chunkTBLDQATQ_cjs.Progress_exports; }
|
|
203
203
|
});
|
|
204
204
|
Object.defineProperty(exports, "RadioGroup", {
|
|
205
205
|
enumerable: true,
|
|
206
|
-
get: function () { return
|
|
206
|
+
get: function () { return chunkTBLDQATQ_cjs.RadioGroup_exports; }
|
|
207
207
|
});
|
|
208
208
|
Object.defineProperty(exports, "RecordIcon", {
|
|
209
209
|
enumerable: true,
|
|
210
|
-
get: function () { return
|
|
210
|
+
get: function () { return chunkTBLDQATQ_cjs.RecordIcon; }
|
|
211
211
|
});
|
|
212
212
|
Object.defineProperty(exports, "RepeatQuestionIcon", {
|
|
213
213
|
enumerable: true,
|
|
214
|
-
get: function () { return
|
|
214
|
+
get: function () { return chunkTBLDQATQ_cjs.RepeatQuestionIcon; }
|
|
215
215
|
});
|
|
216
216
|
Object.defineProperty(exports, "RightArrowIcon", {
|
|
217
217
|
enumerable: true,
|
|
218
|
-
get: function () { return
|
|
218
|
+
get: function () { return chunkTBLDQATQ_cjs.RightArrowIcon; }
|
|
219
219
|
});
|
|
220
220
|
Object.defineProperty(exports, "ScenarioCard", {
|
|
221
221
|
enumerable: true,
|
|
222
|
-
get: function () { return
|
|
222
|
+
get: function () { return chunkTBLDQATQ_cjs.ScenarioCard; }
|
|
223
223
|
});
|
|
224
224
|
Object.defineProperty(exports, "ScenarioIcon", {
|
|
225
225
|
enumerable: true,
|
|
226
|
-
get: function () { return
|
|
226
|
+
get: function () { return chunkTBLDQATQ_cjs.ScenarioIcon; }
|
|
227
227
|
});
|
|
228
228
|
Object.defineProperty(exports, "ScenarioQueue", {
|
|
229
229
|
enumerable: true,
|
|
230
|
-
get: function () { return
|
|
230
|
+
get: function () { return chunkTBLDQATQ_cjs.ScenarioQueue; }
|
|
231
231
|
});
|
|
232
232
|
Object.defineProperty(exports, "ScenarioSettings", {
|
|
233
233
|
enumerable: true,
|
|
234
|
-
get: function () { return
|
|
234
|
+
get: function () { return chunkTBLDQATQ_cjs.ScenarioSettings; }
|
|
235
235
|
});
|
|
236
236
|
Object.defineProperty(exports, "ScrollTextIcon", {
|
|
237
237
|
enumerable: true,
|
|
238
|
-
get: function () { return
|
|
238
|
+
get: function () { return chunkTBLDQATQ_cjs.ScrollTextIcon; }
|
|
239
239
|
});
|
|
240
240
|
Object.defineProperty(exports, "Select", {
|
|
241
241
|
enumerable: true,
|
|
242
|
-
get: function () { return
|
|
242
|
+
get: function () { return chunkTBLDQATQ_cjs.Select_exports; }
|
|
243
243
|
});
|
|
244
244
|
Object.defineProperty(exports, "SettingsPopover", {
|
|
245
245
|
enumerable: true,
|
|
246
|
-
get: function () { return
|
|
246
|
+
get: function () { return chunkTBLDQATQ_cjs.SettingsPopover; }
|
|
247
247
|
});
|
|
248
248
|
Object.defineProperty(exports, "Skeleton", {
|
|
249
249
|
enumerable: true,
|
|
250
|
-
get: function () { return
|
|
250
|
+
get: function () { return chunkTBLDQATQ_cjs.Skeleton_exports; }
|
|
251
251
|
});
|
|
252
252
|
Object.defineProperty(exports, "Slider", {
|
|
253
253
|
enumerable: true,
|
|
254
|
-
get: function () { return
|
|
254
|
+
get: function () { return chunkTBLDQATQ_cjs.Slider_exports; }
|
|
255
255
|
});
|
|
256
256
|
Object.defineProperty(exports, "SparklesIcon", {
|
|
257
257
|
enumerable: true,
|
|
258
|
-
get: function () { return
|
|
258
|
+
get: function () { return chunkTBLDQATQ_cjs.SparklesIcon; }
|
|
259
259
|
});
|
|
260
260
|
Object.defineProperty(exports, "SpeechIcon", {
|
|
261
261
|
enumerable: true,
|
|
262
|
-
get: function () { return
|
|
262
|
+
get: function () { return chunkTBLDQATQ_cjs.SpeechIcon; }
|
|
263
263
|
});
|
|
264
264
|
Object.defineProperty(exports, "Spinner", {
|
|
265
265
|
enumerable: true,
|
|
266
|
-
get: function () { return
|
|
266
|
+
get: function () { return chunkTBLDQATQ_cjs.Spinner; }
|
|
267
267
|
});
|
|
268
268
|
Object.defineProperty(exports, "Stepper", {
|
|
269
269
|
enumerable: true,
|
|
270
|
-
get: function () { return
|
|
270
|
+
get: function () { return chunkTBLDQATQ_cjs.Stepper; }
|
|
271
271
|
});
|
|
272
272
|
Object.defineProperty(exports, "StopPlayIcon", {
|
|
273
273
|
enumerable: true,
|
|
274
|
-
get: function () { return
|
|
274
|
+
get: function () { return chunkTBLDQATQ_cjs.StopPlayIcon; }
|
|
275
|
+
});
|
|
276
|
+
Object.defineProperty(exports, "StudioControls", {
|
|
277
|
+
enumerable: true,
|
|
278
|
+
get: function () { return chunkTBLDQATQ_cjs.StudioControls; }
|
|
275
279
|
});
|
|
276
280
|
Object.defineProperty(exports, "Switch", {
|
|
277
281
|
enumerable: true,
|
|
278
|
-
get: function () { return
|
|
282
|
+
get: function () { return chunkTBLDQATQ_cjs.Switch_exports; }
|
|
279
283
|
});
|
|
280
284
|
Object.defineProperty(exports, "Tabs", {
|
|
281
285
|
enumerable: true,
|
|
282
|
-
get: function () { return
|
|
286
|
+
get: function () { return chunkTBLDQATQ_cjs.Tabs_exports; }
|
|
283
287
|
});
|
|
284
288
|
Object.defineProperty(exports, "Textarea", {
|
|
285
289
|
enumerable: true,
|
|
286
|
-
get: function () { return
|
|
290
|
+
get: function () { return chunkTBLDQATQ_cjs.Textarea; }
|
|
287
291
|
});
|
|
288
292
|
Object.defineProperty(exports, "TimerIcon", {
|
|
289
293
|
enumerable: true,
|
|
290
|
-
get: function () { return
|
|
294
|
+
get: function () { return chunkTBLDQATQ_cjs.TimerIcon; }
|
|
291
295
|
});
|
|
292
296
|
Object.defineProperty(exports, "Toaster", {
|
|
293
297
|
enumerable: true,
|
|
294
|
-
get: function () { return
|
|
298
|
+
get: function () { return chunkTBLDQATQ_cjs.Toaster; }
|
|
295
299
|
});
|
|
296
300
|
Object.defineProperty(exports, "Tooltip", {
|
|
297
301
|
enumerable: true,
|
|
298
|
-
get: function () { return
|
|
302
|
+
get: function () { return chunkTBLDQATQ_cjs.Tooltip_exports; }
|
|
299
303
|
});
|
|
300
304
|
Object.defineProperty(exports, "UserProfileIcon", {
|
|
301
305
|
enumerable: true,
|
|
302
|
-
get: function () { return
|
|
306
|
+
get: function () { return chunkTBLDQATQ_cjs.UserProfileIcon; }
|
|
303
307
|
});
|
|
304
308
|
Object.defineProperty(exports, "difficultyColorMap", {
|
|
305
309
|
enumerable: true,
|
|
306
|
-
get: function () { return
|
|
310
|
+
get: function () { return chunkTBLDQATQ_cjs.difficultyColorMap; }
|
|
307
311
|
});
|
|
308
312
|
Object.defineProperty(exports, "difficultyLabel", {
|
|
309
313
|
enumerable: true,
|
|
310
|
-
get: function () { return
|
|
314
|
+
get: function () { return chunkTBLDQATQ_cjs.difficultyLabel; }
|
|
311
315
|
});
|
|
312
316
|
Object.defineProperty(exports, "toaster", {
|
|
313
317
|
enumerable: true,
|
|
314
|
-
get: function () { return
|
|
318
|
+
get: function () { return chunkTBLDQATQ_cjs.toaster; }
|
|
315
319
|
});
|
|
316
320
|
exports.cn = cn;
|
|
317
321
|
//# 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, AccountIcon, AddScenarioDialog, AudienceIcon, AudioSpeakerIcon, Avatar_exports as Avatar, Badge, BookmarkPlusIcon, Breadcrumb_exports as Breadcrumb, Button, ButtonGroup, Card_exports as Card, Checkbox_exports as Checkbox, ChevronUpDownIcon, ChevronUpIcon, ClipBoardIcon, ClockIcon, CloseButton_exports as CloseButton, ContentCard_exports as ContentCard, DashboardIcon, Dialog_exports as Dialog, DiscourserLogo, Divider, Drawer_exports as Drawer, ExitStudioIcon, GripDotsVerticalIcon, Group_exports as Group, Header, HelpIcon, Icon_exports as Icon, IconButton, Input, InputAddon, InputGroup, LoginIcon, LogoutIcon, MicrophoneIcon, NavigationMenu, NotebookIcon, NotebookPenIcon, PausePlayIcon, PlayIcon, Popover_exports as Popover, Progress_exports as Progress, RadioGroup_exports as RadioGroup, RecordIcon, RepeatQuestionIcon, RightArrowIcon, ScenarioCard, ScenarioIcon, ScenarioQueue, ScenarioSettings, ScrollTextIcon, Select_exports as Select, SettingsPopover, Skeleton_exports as Skeleton, Slider_exports as Slider, SparklesIcon, SpeechIcon, Spinner, Stepper, StopPlayIcon, Switch_exports as Switch, Tabs_exports as Tabs, Textarea, TimerIcon, Toaster, Tooltip_exports as Tooltip, UserProfileIcon, difficultyColorMap, difficultyLabel, toaster } from './chunk-
|
|
1
|
+
export { material3Language as activeLanguage, discourserPandaPreset, transformToPandaTheme } from './chunk-ZPECW4N2.js';
|
|
2
|
+
export { AbsoluteCenter_exports as AbsoluteCenter, Accordion_exports as Accordion, AccountIcon, AddScenarioDialog, AudienceIcon, AudioSpeakerIcon, Avatar_exports as Avatar, Badge, BookmarkPlusIcon, Breadcrumb_exports as Breadcrumb, Button, ButtonGroup, Card_exports as Card, Checkbox_exports as Checkbox, ChevronUpDownIcon, ChevronUpIcon, ClipBoardIcon, ClockIcon, CloseButton_exports as CloseButton, ContentCard_exports as ContentCard, DashboardIcon, Dialog_exports as Dialog, DiscourserLogo, Divider, Drawer_exports as Drawer, ExitStudioIcon, GripDotsVerticalIcon, Group_exports as Group, Header, HelpIcon, Icon_exports as Icon, IconButton, Input, InputAddon, InputGroup, LoginIcon, LogoutIcon, MicrophoneIcon, NavigationMenu, NotebookIcon, NotebookPenIcon, PausePlayIcon, PlayIcon, Popover_exports as Popover, Progress_exports as Progress, RadioGroup_exports as RadioGroup, RecordIcon, RepeatQuestionIcon, RightArrowIcon, ScenarioCard, ScenarioIcon, ScenarioQueue, ScenarioSettings, ScrollTextIcon, Select_exports as Select, SettingsPopover, Skeleton_exports as Skeleton, Slider_exports as Slider, SparklesIcon, SpeechIcon, Spinner, Stepper, StopPlayIcon, StudioControls, Switch_exports as Switch, Tabs_exports as Tabs, Textarea, TimerIcon, Toaster, Tooltip_exports as Tooltip, UserProfileIcon, difficultyColorMap, difficultyLabel, toaster } from './chunk-UHSL4N44.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 chunkQNCZYFUJ_cjs = require('../chunk-QNCZYFUJ.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 chunkQNCZYFUJ_cjs.discourserPandaPreset; }
|
|
11
11
|
});
|
|
12
12
|
//# sourceMappingURL=index.cjs.map
|
|
13
13
|
//# sourceMappingURL=index.cjs.map
|
package/dist/preset/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"badge.d.ts","sourceRoot":"","sources":["../../../src/preset/recipes/badge.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK,
|
|
1
|
+
{"version":3,"file":"badge.d.ts","sourceRoot":"","sources":["../../../src/preset/recipes/badge.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK,mFAgFhB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/preset/recipes/index.ts"],"names":[],"mappings":"AACA,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,eAAe,CAAC;AAC9B,cAAc,eAAe,CAAC;AAC9B,cAAc,SAAS,CAAC;AAGxB,cAAc,QAAQ,CAAC;AACvB,cAAc,aAAa,CAAC;AAC5B,cAAc,UAAU,CAAC;AACzB,cAAc,QAAQ,CAAC;AAGvB,cAAc,cAAc,CAAC;AAC7B,cAAc,mBAAmB,CAAC;AAGlC,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,eAAe,CAAC;AAC9B,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,UAAU,CAAC;AAGzB,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,YAAY,CAAC;AAC3B,cAAc,YAAY,CAAC;AAC3B,cAAc,WAAW,CAAC;AAC1B,cAAc,SAAS,CAAC;AAGxB,cAAc,UAAU,CAAC;AACzB,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAG1B,cAAc,WAAW,CAAC;AAG1B,cAAc,mBAAmB,CAAC;AAClC,cAAc,SAAS,CAAC;AAGxB,cAAc,WAAW,CAAC;AAC1B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,iBAAiB,CAAC;AAChC,cAAc,kBAAkB,CAAC;AACjC,cAAc,qBAAqB,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/preset/recipes/index.ts"],"names":[],"mappings":"AACA,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,eAAe,CAAC;AAC9B,cAAc,eAAe,CAAC;AAC9B,cAAc,SAAS,CAAC;AAGxB,cAAc,QAAQ,CAAC;AACvB,cAAc,aAAa,CAAC;AAC5B,cAAc,UAAU,CAAC;AACzB,cAAc,QAAQ,CAAC;AAGvB,cAAc,cAAc,CAAC;AAC7B,cAAc,mBAAmB,CAAC;AAGlC,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,eAAe,CAAC;AAC9B,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,UAAU,CAAC;AAGzB,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,YAAY,CAAC;AAC3B,cAAc,YAAY,CAAC;AAC3B,cAAc,WAAW,CAAC;AAC1B,cAAc,SAAS,CAAC;AAGxB,cAAc,UAAU,CAAC;AACzB,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAG1B,cAAc,WAAW,CAAC;AAG1B,cAAc,mBAAmB,CAAC;AAClC,cAAc,SAAS,CAAC;AAGxB,cAAc,WAAW,CAAC;AAC1B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,iBAAiB,CAAC;AAChC,cAAc,kBAAkB,CAAC;AACjC,cAAc,qBAAqB,CAAC;AACpC,cAAc,mBAAmB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"studio-controls.d.ts","sourceRoot":"","sources":["../../../src/preset/recipes/studio-controls.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,cAAc,0CAyPzB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"switch.d.ts","sourceRoot":"","sources":["../../../src/preset/recipes/switch.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,YAAY,
|
|
1
|
+
{"version":3,"file":"switch.d.ts","sourceRoot":"","sources":["../../../src/preset/recipes/switch.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,YAAY,0CAqIvB,CAAC"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
{
|
|
2
|
+
"auditTarget": "950:1681",
|
|
3
|
+
"componentSetName": "Card",
|
|
4
|
+
"totalComponents": 3,
|
|
5
|
+
"totalUnboundNodes": 1,
|
|
6
|
+
"flagged": [
|
|
7
|
+
{
|
|
8
|
+
"name": "Variant=Subtle",
|
|
9
|
+
"type": "COMPONENT",
|
|
10
|
+
"unboundFills": [{ "index": 0, "hex": "#e0e1df", "note": "neutral/40 @ 19% alpha over white — alpha slot, EXPECTED" }]
|
|
11
|
+
}
|
|
12
|
+
],
|
|
13
|
+
"notes": "1 unbound node: Subtle variant root fill is alpha-composited hardcoded hex. Expected — matches recipe token neutral.subtle.bg which has no single bindable variable. Elevated drop shadow is also hardcoded (rgba(0,0,0,0.15)) — effects cannot be bound to variables in Figma.",
|
|
14
|
+
"expectedHardcoded": {
|
|
15
|
+
"subtle.root.fill": "#e0e1df (neutral/40 @ 19% over white)",
|
|
16
|
+
"elevated.dropShadow": "rgba(0,0,0,0.15) 0 8px 24px — Figma effects cannot bind variables"
|
|
17
|
+
},
|
|
18
|
+
"variableBindings": {
|
|
19
|
+
"elevated.root.fill": "Semantic surface",
|
|
20
|
+
"outline.root.fill": "Semantic surface",
|
|
21
|
+
"outline.root.stroke": "Semantic outline/variant",
|
|
22
|
+
"header.title.fill": "Semantic onSurface",
|
|
23
|
+
"header.description.fill": "Semantic onSurface/variant",
|
|
24
|
+
"body.text.fill": "Semantic onSurface",
|
|
25
|
+
"footer.actionButton.fill": "Semantic primary",
|
|
26
|
+
"footer.actionButton.label.fill": "Semantic onPrimary",
|
|
27
|
+
"footer.cancelButton.stroke": "Semantic outline/variant",
|
|
28
|
+
"footer.cancelButton.label.fill": "Semantic onSurface",
|
|
29
|
+
"root.cornerRadius": "Spacing & Shape radii/large"
|
|
30
|
+
}
|
|
31
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
{
|
|
2
|
+
"auditTarget": "66:2739",
|
|
3
|
+
"auditDate": "2026-03-29",
|
|
4
|
+
"nodeName": "Scenario/Studio Conversation/ Prelaunch",
|
|
5
|
+
"summary": {
|
|
6
|
+
"totalUnboundNodes": 271,
|
|
7
|
+
"totalVariableBindings": 816,
|
|
8
|
+
"externalLibraryBindings": 757,
|
|
9
|
+
"localDDSBindings": 59,
|
|
10
|
+
"externalLibraryCollection": "@discourser/design-system (VariableCollectionId:103:1758)"
|
|
11
|
+
},
|
|
12
|
+
"finding": "Frame uses 73 unique variables from the external @discourser/design-system library collection. These are NOT the local DDS Semantic/Primitives/Spacing & Shape collections. The specific dirty tokens named (Primary/500, Accent/500, Stone/60%/500, Stone/60%/400) were NOT found in this frame by those names.",
|
|
13
|
+
"externalColorBindingsByVariable": [
|
|
14
|
+
{ "varName": "muted-foreground", "count": 18, "candidateDDSToken": "?" },
|
|
15
|
+
{ "varName": "primary/50", "count": 11, "candidateDDSToken": "primary (Semantic)" },
|
|
16
|
+
{ "varName": "primary-foreground", "count": 8, "candidateDDSToken": "onPrimary (Semantic)" },
|
|
17
|
+
{ "varName": "foreground", "count": 8, "candidateDDSToken": "onSurface (Semantic)" },
|
|
18
|
+
{ "varName": "custom/bg-input-30", "count": 8, "candidateDDSToken": "?" },
|
|
19
|
+
{ "varName": "border", "count": 8, "candidateDDSToken": "outline/variant (Semantic)" },
|
|
20
|
+
{ "varName": "secondary/50", "count": 3, "candidateDDSToken": "secondary (Semantic)" },
|
|
21
|
+
{ "varName": "surface", "count": 2, "candidateDDSToken": "surface (Semantic)" },
|
|
22
|
+
{ "varName": "muted", "count": 2, "candidateDDSToken": "?" },
|
|
23
|
+
{ "varName": "neutral/40", "count": 2, "candidateDDSToken": "neutral/40 (Primitives)" },
|
|
24
|
+
{ "varName": "neutral/50", "count": 2, "candidateDDSToken": "neutral/50 (Primitives)" },
|
|
25
|
+
{ "varName": "secondary/70", "count": 2, "candidateDDSToken": "secondary/70 (Primitives)" },
|
|
26
|
+
{ "varName": "primary/60", "count": 2, "candidateDDSToken": "primary/60 (Primitives)" },
|
|
27
|
+
{ "varName": "surfacecontainerhigh", "count": 1, "candidateDDSToken": "surface/container/high (Semantic - if exists)" },
|
|
28
|
+
{ "varName": "neutral/90", "count": 1, "candidateDDSToken": "neutral/90 (Primitives)" },
|
|
29
|
+
{ "varName": "surfacecontainer", "count": 1, "candidateDDSToken": "?" },
|
|
30
|
+
{ "varName": "secondary/80", "count": 1, "candidateDDSToken": "secondary/80 (Primitives)" },
|
|
31
|
+
{ "varName": "neutral/20", "count": 1, "candidateDDSToken": "neutral/20 (Primitives)" },
|
|
32
|
+
{ "varName": "neutral/99", "count": 1, "candidateDDSToken": "neutral/99 (Primitives)" },
|
|
33
|
+
{ "varName": "onprimary", "count": 1, "candidateDDSToken": "onPrimary (Semantic)" },
|
|
34
|
+
{ "varName": "secondary/40", "count": 1, "candidateDDSToken": "secondary/40 (Primitives)" }
|
|
35
|
+
],
|
|
36
|
+
"localPrimitivesBindings": [
|
|
37
|
+
{ "nodeId": "I697:5275;38:7980", "varName": "primary/80", "property": "fills" },
|
|
38
|
+
{ "nodeId": "I697:5275;38:7982;685:5159", "varName": "primary/95", "property": "strokes" },
|
|
39
|
+
{ "nodeId": "I697:5275;38:7985", "varName": "primary/80", "property": "fills" },
|
|
40
|
+
{ "nodeId": "I697:5275;38:7987;685:5159", "varName": "primary/95", "property": "strokes" },
|
|
41
|
+
{ "nodeId": "I697:5275;685:5136", "varName": "primary/99", "property": "fills" },
|
|
42
|
+
{ "nodeId": "38:3464", "varName": "primary/10", "property": "fills" },
|
|
43
|
+
{ "nodeId": "38:3465", "varName": "primary/80", "property": "fills" }
|
|
44
|
+
],
|
|
45
|
+
"status": "AWAITING_CLARIFICATION",
|
|
46
|
+
"notes": [
|
|
47
|
+
"Most bindings are deep inside component instances (I-prefix node IDs) - these cannot be directly rebound via instance overrides, they come from master components.",
|
|
48
|
+
"Top-level rebindable nodes: 66:2739 (root fill), 573:7508 (Left Side Nav), 38:3464 (Clock frame), 38:3465 (15:00 text), 38:3433 (image background).",
|
|
49
|
+
"The named dirty tokens Primary/500 / Accent/500 / Stone/60%/500 / Stone/60%/400 may refer to an older version of this file or a different library not currently linked."
|
|
50
|
+
]
|
|
51
|
+
}
|