@discourser/design-system 0.23.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-AGZVRI36.cjs → chunk-TBLDQATQ.cjs} +688 -12
- package/dist/chunk-TBLDQATQ.cjs.map +1 -0
- package/dist/{chunk-KQOHRIUP.js → chunk-UHSL4N44.js} +685 -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/Icons/ChevronUpDownIcon.d.ts +6 -0
- package/dist/components/Icons/ChevronUpDownIcon.d.ts.map +1 -0
- package/dist/components/Icons/LoginIcon.d.ts +6 -0
- package/dist/components/Icons/LoginIcon.d.ts.map +1 -0
- package/dist/components/Icons/LogoutIcon.d.ts +6 -0
- package/dist/components/Icons/LogoutIcon.d.ts.map +1 -0
- package/dist/components/Icons/index.d.ts +3 -0
- package/dist/components/Icons/index.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.d.ts +3 -0
- package/dist/components/SettingsPopover/SettingsPopover.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/SettingsPopover/index.d.ts +3 -0
- package/dist/components/SettingsPopover/index.d.ts.map +1 -0
- package/dist/components/SettingsPopover/types.d.ts +30 -0
- package/dist/components/SettingsPopover/types.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 +90 -70
- package/dist/components/index.d.ts +5 -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 +94 -74
- 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 +6 -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/ChevronUpDownIcon.tsx +23 -0
- package/src/components/Icons/LoginIcon.tsx +71 -0
- package/src/components/Icons/LogoutIcon.tsx +43 -0
- 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/Icons/index.ts +6 -0
- 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/SettingsPopover/SettingsPopover.test.tsx +256 -0
- package/src/components/SettingsPopover/SettingsPopover.tsx +159 -0
- package/src/components/SettingsPopover/index.ts +2 -0
- package/src/components/SettingsPopover/types.ts +37 -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 +16 -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-AGZVRI36.cjs.map +0 -1
- package/dist/chunk-HN2IHIMR.js.map +0 -1
- package/dist/chunk-KIJKNZ73.cjs.map +0 -1
- package/dist/chunk-KQOHRIUP.js.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,291 +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
|
+
});
|
|
80
|
+
Object.defineProperty(exports, "ChevronUpDownIcon", {
|
|
81
|
+
enumerable: true,
|
|
82
|
+
get: function () { return chunkTBLDQATQ_cjs.ChevronUpDownIcon; }
|
|
79
83
|
});
|
|
80
84
|
Object.defineProperty(exports, "ChevronUpIcon", {
|
|
81
85
|
enumerable: true,
|
|
82
|
-
get: function () { return
|
|
86
|
+
get: function () { return chunkTBLDQATQ_cjs.ChevronUpIcon; }
|
|
83
87
|
});
|
|
84
88
|
Object.defineProperty(exports, "ClipBoardIcon", {
|
|
85
89
|
enumerable: true,
|
|
86
|
-
get: function () { return
|
|
90
|
+
get: function () { return chunkTBLDQATQ_cjs.ClipBoardIcon; }
|
|
87
91
|
});
|
|
88
92
|
Object.defineProperty(exports, "ClockIcon", {
|
|
89
93
|
enumerable: true,
|
|
90
|
-
get: function () { return
|
|
94
|
+
get: function () { return chunkTBLDQATQ_cjs.ClockIcon; }
|
|
91
95
|
});
|
|
92
96
|
Object.defineProperty(exports, "CloseButton", {
|
|
93
97
|
enumerable: true,
|
|
94
|
-
get: function () { return
|
|
98
|
+
get: function () { return chunkTBLDQATQ_cjs.CloseButton_exports; }
|
|
95
99
|
});
|
|
96
100
|
Object.defineProperty(exports, "ContentCard", {
|
|
97
101
|
enumerable: true,
|
|
98
|
-
get: function () { return
|
|
102
|
+
get: function () { return chunkTBLDQATQ_cjs.ContentCard_exports; }
|
|
99
103
|
});
|
|
100
104
|
Object.defineProperty(exports, "DashboardIcon", {
|
|
101
105
|
enumerable: true,
|
|
102
|
-
get: function () { return
|
|
106
|
+
get: function () { return chunkTBLDQATQ_cjs.DashboardIcon; }
|
|
103
107
|
});
|
|
104
108
|
Object.defineProperty(exports, "Dialog", {
|
|
105
109
|
enumerable: true,
|
|
106
|
-
get: function () { return
|
|
110
|
+
get: function () { return chunkTBLDQATQ_cjs.Dialog_exports; }
|
|
107
111
|
});
|
|
108
112
|
Object.defineProperty(exports, "DiscourserLogo", {
|
|
109
113
|
enumerable: true,
|
|
110
|
-
get: function () { return
|
|
114
|
+
get: function () { return chunkTBLDQATQ_cjs.DiscourserLogo; }
|
|
111
115
|
});
|
|
112
116
|
Object.defineProperty(exports, "Divider", {
|
|
113
117
|
enumerable: true,
|
|
114
|
-
get: function () { return
|
|
118
|
+
get: function () { return chunkTBLDQATQ_cjs.Divider; }
|
|
115
119
|
});
|
|
116
120
|
Object.defineProperty(exports, "Drawer", {
|
|
117
121
|
enumerable: true,
|
|
118
|
-
get: function () { return
|
|
122
|
+
get: function () { return chunkTBLDQATQ_cjs.Drawer_exports; }
|
|
119
123
|
});
|
|
120
124
|
Object.defineProperty(exports, "ExitStudioIcon", {
|
|
121
125
|
enumerable: true,
|
|
122
|
-
get: function () { return
|
|
126
|
+
get: function () { return chunkTBLDQATQ_cjs.ExitStudioIcon; }
|
|
123
127
|
});
|
|
124
128
|
Object.defineProperty(exports, "GripDotsVerticalIcon", {
|
|
125
129
|
enumerable: true,
|
|
126
|
-
get: function () { return
|
|
130
|
+
get: function () { return chunkTBLDQATQ_cjs.GripDotsVerticalIcon; }
|
|
127
131
|
});
|
|
128
132
|
Object.defineProperty(exports, "Group", {
|
|
129
133
|
enumerable: true,
|
|
130
|
-
get: function () { return
|
|
134
|
+
get: function () { return chunkTBLDQATQ_cjs.Group_exports; }
|
|
131
135
|
});
|
|
132
136
|
Object.defineProperty(exports, "Header", {
|
|
133
137
|
enumerable: true,
|
|
134
|
-
get: function () { return
|
|
138
|
+
get: function () { return chunkTBLDQATQ_cjs.Header; }
|
|
135
139
|
});
|
|
136
140
|
Object.defineProperty(exports, "HelpIcon", {
|
|
137
141
|
enumerable: true,
|
|
138
|
-
get: function () { return
|
|
142
|
+
get: function () { return chunkTBLDQATQ_cjs.HelpIcon; }
|
|
139
143
|
});
|
|
140
144
|
Object.defineProperty(exports, "Icon", {
|
|
141
145
|
enumerable: true,
|
|
142
|
-
get: function () { return
|
|
146
|
+
get: function () { return chunkTBLDQATQ_cjs.Icon_exports; }
|
|
143
147
|
});
|
|
144
148
|
Object.defineProperty(exports, "IconButton", {
|
|
145
149
|
enumerable: true,
|
|
146
|
-
get: function () { return
|
|
150
|
+
get: function () { return chunkTBLDQATQ_cjs.IconButton; }
|
|
147
151
|
});
|
|
148
152
|
Object.defineProperty(exports, "Input", {
|
|
149
153
|
enumerable: true,
|
|
150
|
-
get: function () { return
|
|
154
|
+
get: function () { return chunkTBLDQATQ_cjs.Input; }
|
|
151
155
|
});
|
|
152
156
|
Object.defineProperty(exports, "InputAddon", {
|
|
153
157
|
enumerable: true,
|
|
154
|
-
get: function () { return
|
|
158
|
+
get: function () { return chunkTBLDQATQ_cjs.InputAddon; }
|
|
155
159
|
});
|
|
156
160
|
Object.defineProperty(exports, "InputGroup", {
|
|
157
161
|
enumerable: true,
|
|
158
|
-
get: function () { return
|
|
162
|
+
get: function () { return chunkTBLDQATQ_cjs.InputGroup; }
|
|
163
|
+
});
|
|
164
|
+
Object.defineProperty(exports, "LoginIcon", {
|
|
165
|
+
enumerable: true,
|
|
166
|
+
get: function () { return chunkTBLDQATQ_cjs.LoginIcon; }
|
|
167
|
+
});
|
|
168
|
+
Object.defineProperty(exports, "LogoutIcon", {
|
|
169
|
+
enumerable: true,
|
|
170
|
+
get: function () { return chunkTBLDQATQ_cjs.LogoutIcon; }
|
|
159
171
|
});
|
|
160
172
|
Object.defineProperty(exports, "MicrophoneIcon", {
|
|
161
173
|
enumerable: true,
|
|
162
|
-
get: function () { return
|
|
174
|
+
get: function () { return chunkTBLDQATQ_cjs.MicrophoneIcon; }
|
|
163
175
|
});
|
|
164
176
|
Object.defineProperty(exports, "NavigationMenu", {
|
|
165
177
|
enumerable: true,
|
|
166
|
-
get: function () { return
|
|
178
|
+
get: function () { return chunkTBLDQATQ_cjs.NavigationMenu; }
|
|
167
179
|
});
|
|
168
180
|
Object.defineProperty(exports, "NotebookIcon", {
|
|
169
181
|
enumerable: true,
|
|
170
|
-
get: function () { return
|
|
182
|
+
get: function () { return chunkTBLDQATQ_cjs.NotebookIcon; }
|
|
171
183
|
});
|
|
172
184
|
Object.defineProperty(exports, "NotebookPenIcon", {
|
|
173
185
|
enumerable: true,
|
|
174
|
-
get: function () { return
|
|
186
|
+
get: function () { return chunkTBLDQATQ_cjs.NotebookPenIcon; }
|
|
175
187
|
});
|
|
176
188
|
Object.defineProperty(exports, "PausePlayIcon", {
|
|
177
189
|
enumerable: true,
|
|
178
|
-
get: function () { return
|
|
190
|
+
get: function () { return chunkTBLDQATQ_cjs.PausePlayIcon; }
|
|
179
191
|
});
|
|
180
192
|
Object.defineProperty(exports, "PlayIcon", {
|
|
181
193
|
enumerable: true,
|
|
182
|
-
get: function () { return
|
|
194
|
+
get: function () { return chunkTBLDQATQ_cjs.PlayIcon; }
|
|
183
195
|
});
|
|
184
196
|
Object.defineProperty(exports, "Popover", {
|
|
185
197
|
enumerable: true,
|
|
186
|
-
get: function () { return
|
|
198
|
+
get: function () { return chunkTBLDQATQ_cjs.Popover_exports; }
|
|
187
199
|
});
|
|
188
200
|
Object.defineProperty(exports, "Progress", {
|
|
189
201
|
enumerable: true,
|
|
190
|
-
get: function () { return
|
|
202
|
+
get: function () { return chunkTBLDQATQ_cjs.Progress_exports; }
|
|
191
203
|
});
|
|
192
204
|
Object.defineProperty(exports, "RadioGroup", {
|
|
193
205
|
enumerable: true,
|
|
194
|
-
get: function () { return
|
|
206
|
+
get: function () { return chunkTBLDQATQ_cjs.RadioGroup_exports; }
|
|
195
207
|
});
|
|
196
208
|
Object.defineProperty(exports, "RecordIcon", {
|
|
197
209
|
enumerable: true,
|
|
198
|
-
get: function () { return
|
|
210
|
+
get: function () { return chunkTBLDQATQ_cjs.RecordIcon; }
|
|
199
211
|
});
|
|
200
212
|
Object.defineProperty(exports, "RepeatQuestionIcon", {
|
|
201
213
|
enumerable: true,
|
|
202
|
-
get: function () { return
|
|
214
|
+
get: function () { return chunkTBLDQATQ_cjs.RepeatQuestionIcon; }
|
|
203
215
|
});
|
|
204
216
|
Object.defineProperty(exports, "RightArrowIcon", {
|
|
205
217
|
enumerable: true,
|
|
206
|
-
get: function () { return
|
|
218
|
+
get: function () { return chunkTBLDQATQ_cjs.RightArrowIcon; }
|
|
207
219
|
});
|
|
208
220
|
Object.defineProperty(exports, "ScenarioCard", {
|
|
209
221
|
enumerable: true,
|
|
210
|
-
get: function () { return
|
|
222
|
+
get: function () { return chunkTBLDQATQ_cjs.ScenarioCard; }
|
|
211
223
|
});
|
|
212
224
|
Object.defineProperty(exports, "ScenarioIcon", {
|
|
213
225
|
enumerable: true,
|
|
214
|
-
get: function () { return
|
|
226
|
+
get: function () { return chunkTBLDQATQ_cjs.ScenarioIcon; }
|
|
215
227
|
});
|
|
216
228
|
Object.defineProperty(exports, "ScenarioQueue", {
|
|
217
229
|
enumerable: true,
|
|
218
|
-
get: function () { return
|
|
230
|
+
get: function () { return chunkTBLDQATQ_cjs.ScenarioQueue; }
|
|
219
231
|
});
|
|
220
232
|
Object.defineProperty(exports, "ScenarioSettings", {
|
|
221
233
|
enumerable: true,
|
|
222
|
-
get: function () { return
|
|
234
|
+
get: function () { return chunkTBLDQATQ_cjs.ScenarioSettings; }
|
|
223
235
|
});
|
|
224
236
|
Object.defineProperty(exports, "ScrollTextIcon", {
|
|
225
237
|
enumerable: true,
|
|
226
|
-
get: function () { return
|
|
238
|
+
get: function () { return chunkTBLDQATQ_cjs.ScrollTextIcon; }
|
|
227
239
|
});
|
|
228
240
|
Object.defineProperty(exports, "Select", {
|
|
229
241
|
enumerable: true,
|
|
230
|
-
get: function () { return
|
|
242
|
+
get: function () { return chunkTBLDQATQ_cjs.Select_exports; }
|
|
243
|
+
});
|
|
244
|
+
Object.defineProperty(exports, "SettingsPopover", {
|
|
245
|
+
enumerable: true,
|
|
246
|
+
get: function () { return chunkTBLDQATQ_cjs.SettingsPopover; }
|
|
231
247
|
});
|
|
232
248
|
Object.defineProperty(exports, "Skeleton", {
|
|
233
249
|
enumerable: true,
|
|
234
|
-
get: function () { return
|
|
250
|
+
get: function () { return chunkTBLDQATQ_cjs.Skeleton_exports; }
|
|
235
251
|
});
|
|
236
252
|
Object.defineProperty(exports, "Slider", {
|
|
237
253
|
enumerable: true,
|
|
238
|
-
get: function () { return
|
|
254
|
+
get: function () { return chunkTBLDQATQ_cjs.Slider_exports; }
|
|
239
255
|
});
|
|
240
256
|
Object.defineProperty(exports, "SparklesIcon", {
|
|
241
257
|
enumerable: true,
|
|
242
|
-
get: function () { return
|
|
258
|
+
get: function () { return chunkTBLDQATQ_cjs.SparklesIcon; }
|
|
243
259
|
});
|
|
244
260
|
Object.defineProperty(exports, "SpeechIcon", {
|
|
245
261
|
enumerable: true,
|
|
246
|
-
get: function () { return
|
|
262
|
+
get: function () { return chunkTBLDQATQ_cjs.SpeechIcon; }
|
|
247
263
|
});
|
|
248
264
|
Object.defineProperty(exports, "Spinner", {
|
|
249
265
|
enumerable: true,
|
|
250
|
-
get: function () { return
|
|
266
|
+
get: function () { return chunkTBLDQATQ_cjs.Spinner; }
|
|
251
267
|
});
|
|
252
268
|
Object.defineProperty(exports, "Stepper", {
|
|
253
269
|
enumerable: true,
|
|
254
|
-
get: function () { return
|
|
270
|
+
get: function () { return chunkTBLDQATQ_cjs.Stepper; }
|
|
255
271
|
});
|
|
256
272
|
Object.defineProperty(exports, "StopPlayIcon", {
|
|
257
273
|
enumerable: true,
|
|
258
|
-
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; }
|
|
259
279
|
});
|
|
260
280
|
Object.defineProperty(exports, "Switch", {
|
|
261
281
|
enumerable: true,
|
|
262
|
-
get: function () { return
|
|
282
|
+
get: function () { return chunkTBLDQATQ_cjs.Switch_exports; }
|
|
263
283
|
});
|
|
264
284
|
Object.defineProperty(exports, "Tabs", {
|
|
265
285
|
enumerable: true,
|
|
266
|
-
get: function () { return
|
|
286
|
+
get: function () { return chunkTBLDQATQ_cjs.Tabs_exports; }
|
|
267
287
|
});
|
|
268
288
|
Object.defineProperty(exports, "Textarea", {
|
|
269
289
|
enumerable: true,
|
|
270
|
-
get: function () { return
|
|
290
|
+
get: function () { return chunkTBLDQATQ_cjs.Textarea; }
|
|
271
291
|
});
|
|
272
292
|
Object.defineProperty(exports, "TimerIcon", {
|
|
273
293
|
enumerable: true,
|
|
274
|
-
get: function () { return
|
|
294
|
+
get: function () { return chunkTBLDQATQ_cjs.TimerIcon; }
|
|
275
295
|
});
|
|
276
296
|
Object.defineProperty(exports, "Toaster", {
|
|
277
297
|
enumerable: true,
|
|
278
|
-
get: function () { return
|
|
298
|
+
get: function () { return chunkTBLDQATQ_cjs.Toaster; }
|
|
279
299
|
});
|
|
280
300
|
Object.defineProperty(exports, "Tooltip", {
|
|
281
301
|
enumerable: true,
|
|
282
|
-
get: function () { return
|
|
302
|
+
get: function () { return chunkTBLDQATQ_cjs.Tooltip_exports; }
|
|
283
303
|
});
|
|
284
304
|
Object.defineProperty(exports, "UserProfileIcon", {
|
|
285
305
|
enumerable: true,
|
|
286
|
-
get: function () { return
|
|
306
|
+
get: function () { return chunkTBLDQATQ_cjs.UserProfileIcon; }
|
|
287
307
|
});
|
|
288
308
|
Object.defineProperty(exports, "difficultyColorMap", {
|
|
289
309
|
enumerable: true,
|
|
290
|
-
get: function () { return
|
|
310
|
+
get: function () { return chunkTBLDQATQ_cjs.difficultyColorMap; }
|
|
291
311
|
});
|
|
292
312
|
Object.defineProperty(exports, "difficultyLabel", {
|
|
293
313
|
enumerable: true,
|
|
294
|
-
get: function () { return
|
|
314
|
+
get: function () { return chunkTBLDQATQ_cjs.difficultyLabel; }
|
|
295
315
|
});
|
|
296
316
|
Object.defineProperty(exports, "toaster", {
|
|
297
317
|
enumerable: true,
|
|
298
|
-
get: function () { return
|
|
318
|
+
get: function () { return chunkTBLDQATQ_cjs.toaster; }
|
|
299
319
|
});
|
|
300
320
|
exports.cn = cn;
|
|
301
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, 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, 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, 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
|
+
}
|