@discourser/design-system 0.25.3 → 0.26.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +76 -73
- package/dist/{chunk-ZPECW4N2.js → chunk-4XOWPACJ.js} +257 -105
- package/dist/chunk-4XOWPACJ.js.map +1 -0
- package/dist/{chunk-QNCZYFUJ.cjs → chunk-AZ6QU2L2.cjs} +257 -105
- package/dist/chunk-AZ6QU2L2.cjs.map +1 -0
- package/dist/{chunk-TBLDQATQ.cjs → chunk-EBDNCZF6.cjs} +94 -54
- package/dist/chunk-EBDNCZF6.cjs.map +1 -0
- package/dist/{chunk-UHSL4N44.js → chunk-MAVUSE4F.js} +94 -55
- package/dist/chunk-MAVUSE4F.js.map +1 -0
- package/dist/components/Checkbox.d.ts +1 -1
- package/dist/components/Icons/LeftArrowIcon.d.ts +6 -0
- package/dist/components/Icons/LeftArrowIcon.d.ts.map +1 -0
- package/dist/components/Icons/RightArrowIcon.d.ts.map +1 -1
- package/dist/components/Icons/index.d.ts +1 -0
- package/dist/components/Icons/index.d.ts.map +1 -1
- package/dist/components/index.cjs +79 -75
- 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/contracts/design-language.contract.d.ts +52 -18
- package/dist/contracts/design-language.contract.d.ts.map +1 -1
- package/dist/figma-codex.json +2 -2
- package/dist/index.cjs +83 -79
- package/dist/index.js +2 -2
- package/dist/languages/material3.language.d.ts.map +1 -1
- package/dist/languages/transform.d.ts +5 -5
- package/dist/languages/transform.d.ts.map +1 -1
- package/dist/preset/index.cjs +2 -2
- package/dist/preset/index.js +1 -1
- package/docs/token-name-mapping.json +614 -42
- package/docs/token-name-mapping.md +117 -29
- package/package.json +1 -1
- package/src/components/Icons/LeftArrowIcon.tsx +28 -0
- package/src/components/Icons/RightArrowIcon.tsx +7 -2
- package/src/components/Icons/index.ts +1 -0
- package/src/components/index.ts +1 -0
- package/src/contracts/design-language.contract.ts +69 -20
- package/src/languages/material3.language.ts +249 -80
- package/src/languages/transform.ts +45 -48
- package/src/preset/__tests__/translation-token-accuracy.test.ts +13 -0
- package/src/stories/foundations/Colors.mdx +9 -1
- package/src/stories/foundations/Elevation.mdx +23 -17
- package/src/stories/foundations/TokenReference.stories.tsx +970 -0
- package/src/stories/foundations/TonalPaletteDerivation.stories.tsx +782 -0
- package/src/stories/foundations/Typography.mdx +125 -25
- package/dist/chunk-QNCZYFUJ.cjs.map +0 -1
- package/dist/chunk-TBLDQATQ.cjs.map +0 -1
- package/dist/chunk-UHSL4N44.js.map +0 -1
- package/dist/chunk-ZPECW4N2.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 chunkAZ6QU2L2_cjs = require('./chunk-AZ6QU2L2.cjs');
|
|
4
|
+
var chunkEBDNCZF6_cjs = require('./chunk-EBDNCZF6.cjs');
|
|
5
5
|
require('./chunk-EARF7VDF.cjs');
|
|
6
6
|
var clsx = require('clsx');
|
|
7
7
|
|
|
@@ -11,311 +11,315 @@ function cn(...inputs) {
|
|
|
11
11
|
|
|
12
12
|
Object.defineProperty(exports, "activeLanguage", {
|
|
13
13
|
enumerable: true,
|
|
14
|
-
get: function () { return
|
|
14
|
+
get: function () { return chunkAZ6QU2L2_cjs.material3Language; }
|
|
15
15
|
});
|
|
16
16
|
Object.defineProperty(exports, "discourserPandaPreset", {
|
|
17
17
|
enumerable: true,
|
|
18
|
-
get: function () { return
|
|
18
|
+
get: function () { return chunkAZ6QU2L2_cjs.discourserPandaPreset; }
|
|
19
19
|
});
|
|
20
20
|
Object.defineProperty(exports, "transformToPandaTheme", {
|
|
21
21
|
enumerable: true,
|
|
22
|
-
get: function () { return
|
|
22
|
+
get: function () { return chunkAZ6QU2L2_cjs.transformToPandaTheme; }
|
|
23
23
|
});
|
|
24
24
|
Object.defineProperty(exports, "AbsoluteCenter", {
|
|
25
25
|
enumerable: true,
|
|
26
|
-
get: function () { return
|
|
26
|
+
get: function () { return chunkEBDNCZF6_cjs.AbsoluteCenter_exports; }
|
|
27
27
|
});
|
|
28
28
|
Object.defineProperty(exports, "Accordion", {
|
|
29
29
|
enumerable: true,
|
|
30
|
-
get: function () { return
|
|
30
|
+
get: function () { return chunkEBDNCZF6_cjs.Accordion_exports; }
|
|
31
31
|
});
|
|
32
32
|
Object.defineProperty(exports, "AccountIcon", {
|
|
33
33
|
enumerable: true,
|
|
34
|
-
get: function () { return
|
|
34
|
+
get: function () { return chunkEBDNCZF6_cjs.AccountIcon; }
|
|
35
35
|
});
|
|
36
36
|
Object.defineProperty(exports, "AddScenarioDialog", {
|
|
37
37
|
enumerable: true,
|
|
38
|
-
get: function () { return
|
|
38
|
+
get: function () { return chunkEBDNCZF6_cjs.AddScenarioDialog; }
|
|
39
39
|
});
|
|
40
40
|
Object.defineProperty(exports, "AudienceIcon", {
|
|
41
41
|
enumerable: true,
|
|
42
|
-
get: function () { return
|
|
42
|
+
get: function () { return chunkEBDNCZF6_cjs.AudienceIcon; }
|
|
43
43
|
});
|
|
44
44
|
Object.defineProperty(exports, "AudioSpeakerIcon", {
|
|
45
45
|
enumerable: true,
|
|
46
|
-
get: function () { return
|
|
46
|
+
get: function () { return chunkEBDNCZF6_cjs.AudioSpeakerIcon; }
|
|
47
47
|
});
|
|
48
48
|
Object.defineProperty(exports, "Avatar", {
|
|
49
49
|
enumerable: true,
|
|
50
|
-
get: function () { return
|
|
50
|
+
get: function () { return chunkEBDNCZF6_cjs.Avatar_exports; }
|
|
51
51
|
});
|
|
52
52
|
Object.defineProperty(exports, "Badge", {
|
|
53
53
|
enumerable: true,
|
|
54
|
-
get: function () { return
|
|
54
|
+
get: function () { return chunkEBDNCZF6_cjs.Badge; }
|
|
55
55
|
});
|
|
56
56
|
Object.defineProperty(exports, "BookmarkPlusIcon", {
|
|
57
57
|
enumerable: true,
|
|
58
|
-
get: function () { return
|
|
58
|
+
get: function () { return chunkEBDNCZF6_cjs.BookmarkPlusIcon; }
|
|
59
59
|
});
|
|
60
60
|
Object.defineProperty(exports, "Breadcrumb", {
|
|
61
61
|
enumerable: true,
|
|
62
|
-
get: function () { return
|
|
62
|
+
get: function () { return chunkEBDNCZF6_cjs.Breadcrumb_exports; }
|
|
63
63
|
});
|
|
64
64
|
Object.defineProperty(exports, "Button", {
|
|
65
65
|
enumerable: true,
|
|
66
|
-
get: function () { return
|
|
66
|
+
get: function () { return chunkEBDNCZF6_cjs.Button; }
|
|
67
67
|
});
|
|
68
68
|
Object.defineProperty(exports, "ButtonGroup", {
|
|
69
69
|
enumerable: true,
|
|
70
|
-
get: function () { return
|
|
70
|
+
get: function () { return chunkEBDNCZF6_cjs.ButtonGroup; }
|
|
71
71
|
});
|
|
72
72
|
Object.defineProperty(exports, "Card", {
|
|
73
73
|
enumerable: true,
|
|
74
|
-
get: function () { return
|
|
74
|
+
get: function () { return chunkEBDNCZF6_cjs.Card_exports; }
|
|
75
75
|
});
|
|
76
76
|
Object.defineProperty(exports, "Checkbox", {
|
|
77
77
|
enumerable: true,
|
|
78
|
-
get: function () { return
|
|
78
|
+
get: function () { return chunkEBDNCZF6_cjs.Checkbox_exports; }
|
|
79
79
|
});
|
|
80
80
|
Object.defineProperty(exports, "ChevronUpDownIcon", {
|
|
81
81
|
enumerable: true,
|
|
82
|
-
get: function () { return
|
|
82
|
+
get: function () { return chunkEBDNCZF6_cjs.ChevronUpDownIcon; }
|
|
83
83
|
});
|
|
84
84
|
Object.defineProperty(exports, "ChevronUpIcon", {
|
|
85
85
|
enumerable: true,
|
|
86
|
-
get: function () { return
|
|
86
|
+
get: function () { return chunkEBDNCZF6_cjs.ChevronUpIcon; }
|
|
87
87
|
});
|
|
88
88
|
Object.defineProperty(exports, "ClipBoardIcon", {
|
|
89
89
|
enumerable: true,
|
|
90
|
-
get: function () { return
|
|
90
|
+
get: function () { return chunkEBDNCZF6_cjs.ClipBoardIcon; }
|
|
91
91
|
});
|
|
92
92
|
Object.defineProperty(exports, "ClockIcon", {
|
|
93
93
|
enumerable: true,
|
|
94
|
-
get: function () { return
|
|
94
|
+
get: function () { return chunkEBDNCZF6_cjs.ClockIcon; }
|
|
95
95
|
});
|
|
96
96
|
Object.defineProperty(exports, "CloseButton", {
|
|
97
97
|
enumerable: true,
|
|
98
|
-
get: function () { return
|
|
98
|
+
get: function () { return chunkEBDNCZF6_cjs.CloseButton_exports; }
|
|
99
99
|
});
|
|
100
100
|
Object.defineProperty(exports, "ContentCard", {
|
|
101
101
|
enumerable: true,
|
|
102
|
-
get: function () { return
|
|
102
|
+
get: function () { return chunkEBDNCZF6_cjs.ContentCard_exports; }
|
|
103
103
|
});
|
|
104
104
|
Object.defineProperty(exports, "DashboardIcon", {
|
|
105
105
|
enumerable: true,
|
|
106
|
-
get: function () { return
|
|
106
|
+
get: function () { return chunkEBDNCZF6_cjs.DashboardIcon; }
|
|
107
107
|
});
|
|
108
108
|
Object.defineProperty(exports, "Dialog", {
|
|
109
109
|
enumerable: true,
|
|
110
|
-
get: function () { return
|
|
110
|
+
get: function () { return chunkEBDNCZF6_cjs.Dialog_exports; }
|
|
111
111
|
});
|
|
112
112
|
Object.defineProperty(exports, "DiscourserLogo", {
|
|
113
113
|
enumerable: true,
|
|
114
|
-
get: function () { return
|
|
114
|
+
get: function () { return chunkEBDNCZF6_cjs.DiscourserLogo; }
|
|
115
115
|
});
|
|
116
116
|
Object.defineProperty(exports, "Divider", {
|
|
117
117
|
enumerable: true,
|
|
118
|
-
get: function () { return
|
|
118
|
+
get: function () { return chunkEBDNCZF6_cjs.Divider; }
|
|
119
119
|
});
|
|
120
120
|
Object.defineProperty(exports, "Drawer", {
|
|
121
121
|
enumerable: true,
|
|
122
|
-
get: function () { return
|
|
122
|
+
get: function () { return chunkEBDNCZF6_cjs.Drawer_exports; }
|
|
123
123
|
});
|
|
124
124
|
Object.defineProperty(exports, "ExitStudioIcon", {
|
|
125
125
|
enumerable: true,
|
|
126
|
-
get: function () { return
|
|
126
|
+
get: function () { return chunkEBDNCZF6_cjs.ExitStudioIcon; }
|
|
127
127
|
});
|
|
128
128
|
Object.defineProperty(exports, "GripDotsVerticalIcon", {
|
|
129
129
|
enumerable: true,
|
|
130
|
-
get: function () { return
|
|
130
|
+
get: function () { return chunkEBDNCZF6_cjs.GripDotsVerticalIcon; }
|
|
131
131
|
});
|
|
132
132
|
Object.defineProperty(exports, "Group", {
|
|
133
133
|
enumerable: true,
|
|
134
|
-
get: function () { return
|
|
134
|
+
get: function () { return chunkEBDNCZF6_cjs.Group_exports; }
|
|
135
135
|
});
|
|
136
136
|
Object.defineProperty(exports, "Header", {
|
|
137
137
|
enumerable: true,
|
|
138
|
-
get: function () { return
|
|
138
|
+
get: function () { return chunkEBDNCZF6_cjs.Header; }
|
|
139
139
|
});
|
|
140
140
|
Object.defineProperty(exports, "HelpIcon", {
|
|
141
141
|
enumerable: true,
|
|
142
|
-
get: function () { return
|
|
142
|
+
get: function () { return chunkEBDNCZF6_cjs.HelpIcon; }
|
|
143
143
|
});
|
|
144
144
|
Object.defineProperty(exports, "Icon", {
|
|
145
145
|
enumerable: true,
|
|
146
|
-
get: function () { return
|
|
146
|
+
get: function () { return chunkEBDNCZF6_cjs.Icon_exports; }
|
|
147
147
|
});
|
|
148
148
|
Object.defineProperty(exports, "IconButton", {
|
|
149
149
|
enumerable: true,
|
|
150
|
-
get: function () { return
|
|
150
|
+
get: function () { return chunkEBDNCZF6_cjs.IconButton; }
|
|
151
151
|
});
|
|
152
152
|
Object.defineProperty(exports, "Input", {
|
|
153
153
|
enumerable: true,
|
|
154
|
-
get: function () { return
|
|
154
|
+
get: function () { return chunkEBDNCZF6_cjs.Input; }
|
|
155
155
|
});
|
|
156
156
|
Object.defineProperty(exports, "InputAddon", {
|
|
157
157
|
enumerable: true,
|
|
158
|
-
get: function () { return
|
|
158
|
+
get: function () { return chunkEBDNCZF6_cjs.InputAddon; }
|
|
159
159
|
});
|
|
160
160
|
Object.defineProperty(exports, "InputGroup", {
|
|
161
161
|
enumerable: true,
|
|
162
|
-
get: function () { return
|
|
162
|
+
get: function () { return chunkEBDNCZF6_cjs.InputGroup; }
|
|
163
|
+
});
|
|
164
|
+
Object.defineProperty(exports, "LeftArrowIcon", {
|
|
165
|
+
enumerable: true,
|
|
166
|
+
get: function () { return chunkEBDNCZF6_cjs.LeftArrowIcon; }
|
|
163
167
|
});
|
|
164
168
|
Object.defineProperty(exports, "LoginIcon", {
|
|
165
169
|
enumerable: true,
|
|
166
|
-
get: function () { return
|
|
170
|
+
get: function () { return chunkEBDNCZF6_cjs.LoginIcon; }
|
|
167
171
|
});
|
|
168
172
|
Object.defineProperty(exports, "LogoutIcon", {
|
|
169
173
|
enumerable: true,
|
|
170
|
-
get: function () { return
|
|
174
|
+
get: function () { return chunkEBDNCZF6_cjs.LogoutIcon; }
|
|
171
175
|
});
|
|
172
176
|
Object.defineProperty(exports, "MicrophoneIcon", {
|
|
173
177
|
enumerable: true,
|
|
174
|
-
get: function () { return
|
|
178
|
+
get: function () { return chunkEBDNCZF6_cjs.MicrophoneIcon; }
|
|
175
179
|
});
|
|
176
180
|
Object.defineProperty(exports, "NavigationMenu", {
|
|
177
181
|
enumerable: true,
|
|
178
|
-
get: function () { return
|
|
182
|
+
get: function () { return chunkEBDNCZF6_cjs.NavigationMenu; }
|
|
179
183
|
});
|
|
180
184
|
Object.defineProperty(exports, "NotebookIcon", {
|
|
181
185
|
enumerable: true,
|
|
182
|
-
get: function () { return
|
|
186
|
+
get: function () { return chunkEBDNCZF6_cjs.NotebookIcon; }
|
|
183
187
|
});
|
|
184
188
|
Object.defineProperty(exports, "NotebookPenIcon", {
|
|
185
189
|
enumerable: true,
|
|
186
|
-
get: function () { return
|
|
190
|
+
get: function () { return chunkEBDNCZF6_cjs.NotebookPenIcon; }
|
|
187
191
|
});
|
|
188
192
|
Object.defineProperty(exports, "PausePlayIcon", {
|
|
189
193
|
enumerable: true,
|
|
190
|
-
get: function () { return
|
|
194
|
+
get: function () { return chunkEBDNCZF6_cjs.PausePlayIcon; }
|
|
191
195
|
});
|
|
192
196
|
Object.defineProperty(exports, "PlayIcon", {
|
|
193
197
|
enumerable: true,
|
|
194
|
-
get: function () { return
|
|
198
|
+
get: function () { return chunkEBDNCZF6_cjs.PlayIcon; }
|
|
195
199
|
});
|
|
196
200
|
Object.defineProperty(exports, "Popover", {
|
|
197
201
|
enumerable: true,
|
|
198
|
-
get: function () { return
|
|
202
|
+
get: function () { return chunkEBDNCZF6_cjs.Popover_exports; }
|
|
199
203
|
});
|
|
200
204
|
Object.defineProperty(exports, "Progress", {
|
|
201
205
|
enumerable: true,
|
|
202
|
-
get: function () { return
|
|
206
|
+
get: function () { return chunkEBDNCZF6_cjs.Progress_exports; }
|
|
203
207
|
});
|
|
204
208
|
Object.defineProperty(exports, "RadioGroup", {
|
|
205
209
|
enumerable: true,
|
|
206
|
-
get: function () { return
|
|
210
|
+
get: function () { return chunkEBDNCZF6_cjs.RadioGroup_exports; }
|
|
207
211
|
});
|
|
208
212
|
Object.defineProperty(exports, "RecordIcon", {
|
|
209
213
|
enumerable: true,
|
|
210
|
-
get: function () { return
|
|
214
|
+
get: function () { return chunkEBDNCZF6_cjs.RecordIcon; }
|
|
211
215
|
});
|
|
212
216
|
Object.defineProperty(exports, "RepeatQuestionIcon", {
|
|
213
217
|
enumerable: true,
|
|
214
|
-
get: function () { return
|
|
218
|
+
get: function () { return chunkEBDNCZF6_cjs.RepeatQuestionIcon; }
|
|
215
219
|
});
|
|
216
220
|
Object.defineProperty(exports, "RightArrowIcon", {
|
|
217
221
|
enumerable: true,
|
|
218
|
-
get: function () { return
|
|
222
|
+
get: function () { return chunkEBDNCZF6_cjs.RightArrowIcon; }
|
|
219
223
|
});
|
|
220
224
|
Object.defineProperty(exports, "ScenarioCard", {
|
|
221
225
|
enumerable: true,
|
|
222
|
-
get: function () { return
|
|
226
|
+
get: function () { return chunkEBDNCZF6_cjs.ScenarioCard; }
|
|
223
227
|
});
|
|
224
228
|
Object.defineProperty(exports, "ScenarioIcon", {
|
|
225
229
|
enumerable: true,
|
|
226
|
-
get: function () { return
|
|
230
|
+
get: function () { return chunkEBDNCZF6_cjs.ScenarioIcon; }
|
|
227
231
|
});
|
|
228
232
|
Object.defineProperty(exports, "ScenarioQueue", {
|
|
229
233
|
enumerable: true,
|
|
230
|
-
get: function () { return
|
|
234
|
+
get: function () { return chunkEBDNCZF6_cjs.ScenarioQueue; }
|
|
231
235
|
});
|
|
232
236
|
Object.defineProperty(exports, "ScenarioSettings", {
|
|
233
237
|
enumerable: true,
|
|
234
|
-
get: function () { return
|
|
238
|
+
get: function () { return chunkEBDNCZF6_cjs.ScenarioSettings; }
|
|
235
239
|
});
|
|
236
240
|
Object.defineProperty(exports, "ScrollTextIcon", {
|
|
237
241
|
enumerable: true,
|
|
238
|
-
get: function () { return
|
|
242
|
+
get: function () { return chunkEBDNCZF6_cjs.ScrollTextIcon; }
|
|
239
243
|
});
|
|
240
244
|
Object.defineProperty(exports, "Select", {
|
|
241
245
|
enumerable: true,
|
|
242
|
-
get: function () { return
|
|
246
|
+
get: function () { return chunkEBDNCZF6_cjs.Select_exports; }
|
|
243
247
|
});
|
|
244
248
|
Object.defineProperty(exports, "SettingsPopover", {
|
|
245
249
|
enumerable: true,
|
|
246
|
-
get: function () { return
|
|
250
|
+
get: function () { return chunkEBDNCZF6_cjs.SettingsPopover; }
|
|
247
251
|
});
|
|
248
252
|
Object.defineProperty(exports, "Skeleton", {
|
|
249
253
|
enumerable: true,
|
|
250
|
-
get: function () { return
|
|
254
|
+
get: function () { return chunkEBDNCZF6_cjs.Skeleton_exports; }
|
|
251
255
|
});
|
|
252
256
|
Object.defineProperty(exports, "Slider", {
|
|
253
257
|
enumerable: true,
|
|
254
|
-
get: function () { return
|
|
258
|
+
get: function () { return chunkEBDNCZF6_cjs.Slider_exports; }
|
|
255
259
|
});
|
|
256
260
|
Object.defineProperty(exports, "SparklesIcon", {
|
|
257
261
|
enumerable: true,
|
|
258
|
-
get: function () { return
|
|
262
|
+
get: function () { return chunkEBDNCZF6_cjs.SparklesIcon; }
|
|
259
263
|
});
|
|
260
264
|
Object.defineProperty(exports, "SpeechIcon", {
|
|
261
265
|
enumerable: true,
|
|
262
|
-
get: function () { return
|
|
266
|
+
get: function () { return chunkEBDNCZF6_cjs.SpeechIcon; }
|
|
263
267
|
});
|
|
264
268
|
Object.defineProperty(exports, "Spinner", {
|
|
265
269
|
enumerable: true,
|
|
266
|
-
get: function () { return
|
|
270
|
+
get: function () { return chunkEBDNCZF6_cjs.Spinner; }
|
|
267
271
|
});
|
|
268
272
|
Object.defineProperty(exports, "Stepper", {
|
|
269
273
|
enumerable: true,
|
|
270
|
-
get: function () { return
|
|
274
|
+
get: function () { return chunkEBDNCZF6_cjs.Stepper; }
|
|
271
275
|
});
|
|
272
276
|
Object.defineProperty(exports, "StopPlayIcon", {
|
|
273
277
|
enumerable: true,
|
|
274
|
-
get: function () { return
|
|
278
|
+
get: function () { return chunkEBDNCZF6_cjs.StopPlayIcon; }
|
|
275
279
|
});
|
|
276
280
|
Object.defineProperty(exports, "StudioControls", {
|
|
277
281
|
enumerable: true,
|
|
278
|
-
get: function () { return
|
|
282
|
+
get: function () { return chunkEBDNCZF6_cjs.StudioControls; }
|
|
279
283
|
});
|
|
280
284
|
Object.defineProperty(exports, "Switch", {
|
|
281
285
|
enumerable: true,
|
|
282
|
-
get: function () { return
|
|
286
|
+
get: function () { return chunkEBDNCZF6_cjs.Switch_exports; }
|
|
283
287
|
});
|
|
284
288
|
Object.defineProperty(exports, "Tabs", {
|
|
285
289
|
enumerable: true,
|
|
286
|
-
get: function () { return
|
|
290
|
+
get: function () { return chunkEBDNCZF6_cjs.Tabs_exports; }
|
|
287
291
|
});
|
|
288
292
|
Object.defineProperty(exports, "Textarea", {
|
|
289
293
|
enumerable: true,
|
|
290
|
-
get: function () { return
|
|
294
|
+
get: function () { return chunkEBDNCZF6_cjs.Textarea; }
|
|
291
295
|
});
|
|
292
296
|
Object.defineProperty(exports, "TimerIcon", {
|
|
293
297
|
enumerable: true,
|
|
294
|
-
get: function () { return
|
|
298
|
+
get: function () { return chunkEBDNCZF6_cjs.TimerIcon; }
|
|
295
299
|
});
|
|
296
300
|
Object.defineProperty(exports, "Toaster", {
|
|
297
301
|
enumerable: true,
|
|
298
|
-
get: function () { return
|
|
302
|
+
get: function () { return chunkEBDNCZF6_cjs.Toaster; }
|
|
299
303
|
});
|
|
300
304
|
Object.defineProperty(exports, "Tooltip", {
|
|
301
305
|
enumerable: true,
|
|
302
|
-
get: function () { return
|
|
306
|
+
get: function () { return chunkEBDNCZF6_cjs.Tooltip_exports; }
|
|
303
307
|
});
|
|
304
308
|
Object.defineProperty(exports, "UserProfileIcon", {
|
|
305
309
|
enumerable: true,
|
|
306
|
-
get: function () { return
|
|
310
|
+
get: function () { return chunkEBDNCZF6_cjs.UserProfileIcon; }
|
|
307
311
|
});
|
|
308
312
|
Object.defineProperty(exports, "difficultyColorMap", {
|
|
309
313
|
enumerable: true,
|
|
310
|
-
get: function () { return
|
|
314
|
+
get: function () { return chunkEBDNCZF6_cjs.difficultyColorMap; }
|
|
311
315
|
});
|
|
312
316
|
Object.defineProperty(exports, "difficultyLabel", {
|
|
313
317
|
enumerable: true,
|
|
314
|
-
get: function () { return
|
|
318
|
+
get: function () { return chunkEBDNCZF6_cjs.difficultyLabel; }
|
|
315
319
|
});
|
|
316
320
|
Object.defineProperty(exports, "toaster", {
|
|
317
321
|
enumerable: true,
|
|
318
|
-
get: function () { return
|
|
322
|
+
get: function () { return chunkEBDNCZF6_cjs.toaster; }
|
|
319
323
|
});
|
|
320
324
|
exports.cn = cn;
|
|
321
325
|
//# 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, StudioControls, 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-4XOWPACJ.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, LeftArrowIcon, 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-MAVUSE4F.js';
|
|
3
3
|
import './chunk-WR5Z5QMQ.js';
|
|
4
4
|
import { clsx } from 'clsx';
|
|
5
5
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"material3.language.d.ts","sourceRoot":"","sources":["../../src/languages/material3.language.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,uCAAuC,CAAC;AAEpF;;;;;GAKG;
|
|
1
|
+
{"version":3,"file":"material3.language.d.ts","sourceRoot":"","sources":["../../src/languages/material3.language.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,uCAAuC,CAAC;AAEpF;;;;;GAKG;AAKH,eAAO,MAAM,iBAAiB,EAAE,sBAiiB/B,CAAC"}
|
|
@@ -79,12 +79,12 @@ export declare function transformToPandaTheme(language: DesignLanguageContract):
|
|
|
79
79
|
textStyles: {
|
|
80
80
|
[k: string]: {
|
|
81
81
|
value: {
|
|
82
|
-
fontVariationSettings?:
|
|
82
|
+
fontVariationSettings?: string | undefined;
|
|
83
83
|
fontFamily: string;
|
|
84
|
-
fontSize:
|
|
85
|
-
lineHeight:
|
|
86
|
-
fontWeight:
|
|
87
|
-
letterSpacing:
|
|
84
|
+
fontSize: string;
|
|
85
|
+
lineHeight: string;
|
|
86
|
+
fontWeight: string;
|
|
87
|
+
letterSpacing: string;
|
|
88
88
|
};
|
|
89
89
|
};
|
|
90
90
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"transform.d.ts","sourceRoot":"","sources":["../../src/languages/transform.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,sBAAsB,
|
|
1
|
+
{"version":3,"file":"transform.d.ts","sourceRoot":"","sources":["../../src/languages/transform.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,sBAAsB,EAGvB,MAAM,uCAAuC,CAAC;AAC/C;;GAEG;AACH,wBAAgB,qBAAqB,CAAC,QAAQ,EAAE,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAMrE"}
|
package/dist/preset/index.cjs
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkAZ6QU2L2_cjs = require('../chunk-AZ6QU2L2.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 chunkAZ6QU2L2_cjs.discourserPandaPreset; }
|
|
11
11
|
});
|
|
12
12
|
//# sourceMappingURL=index.cjs.map
|
|
13
13
|
//# sourceMappingURL=index.cjs.map
|
package/dist/preset/index.js
CHANGED