@discourser/design-system 0.17.0 → 0.19.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-QC7LGFM3.js → chunk-3M22GRHH.js} +530 -3
- package/dist/chunk-3M22GRHH.js.map +1 -0
- package/dist/{chunk-2P7Z5PVP.cjs → chunk-DDXDLT4K.cjs} +546 -2
- package/dist/chunk-DDXDLT4K.cjs.map +1 -0
- package/dist/components/Icons/AudienceIcon.d.ts +6 -0
- package/dist/components/Icons/AudienceIcon.d.ts.map +1 -0
- package/dist/components/Icons/AudienceIcon.figma.d.ts +2 -0
- package/dist/components/Icons/AudienceIcon.figma.d.ts.map +1 -0
- package/dist/components/Icons/AudioSpeakerIcon.d.ts +6 -0
- package/dist/components/Icons/AudioSpeakerIcon.d.ts.map +1 -0
- package/dist/components/Icons/AudioSpeakerIcon.figma.d.ts +2 -0
- package/dist/components/Icons/AudioSpeakerIcon.figma.d.ts.map +1 -0
- package/dist/components/Icons/BookmarkPlusIcon.d.ts +6 -0
- package/dist/components/Icons/BookmarkPlusIcon.d.ts.map +1 -0
- package/dist/components/Icons/BookmarkPlusIcon.figma.d.ts +2 -0
- package/dist/components/Icons/BookmarkPlusIcon.figma.d.ts.map +1 -0
- package/dist/components/Icons/ClipBoardIcon.d.ts +6 -0
- package/dist/components/Icons/ClipBoardIcon.d.ts.map +1 -0
- package/dist/components/Icons/ClipBoardIcon.figma.d.ts +2 -0
- package/dist/components/Icons/ClipBoardIcon.figma.d.ts.map +1 -0
- package/dist/components/Icons/ExitStudioIcon.d.ts +6 -0
- package/dist/components/Icons/ExitStudioIcon.d.ts.map +1 -0
- package/dist/components/Icons/ExitStudioIcon.figma.d.ts +2 -0
- package/dist/components/Icons/ExitStudioIcon.figma.d.ts.map +1 -0
- package/dist/components/Icons/MicrophoneIcon.d.ts +6 -0
- package/dist/components/Icons/MicrophoneIcon.d.ts.map +1 -0
- package/dist/components/Icons/MicrophoneIcon.figma.d.ts +2 -0
- package/dist/components/Icons/MicrophoneIcon.figma.d.ts.map +1 -0
- package/dist/components/Icons/NotebookPenIcon.d.ts +6 -0
- package/dist/components/Icons/NotebookPenIcon.d.ts.map +1 -0
- package/dist/components/Icons/NotebookPenIcon.figma.d.ts +2 -0
- package/dist/components/Icons/NotebookPenIcon.figma.d.ts.map +1 -0
- package/dist/components/Icons/PausePlayIcon.d.ts +6 -0
- package/dist/components/Icons/PausePlayIcon.d.ts.map +1 -0
- package/dist/components/Icons/PausePlayIcon.figma.d.ts +2 -0
- package/dist/components/Icons/PausePlayIcon.figma.d.ts.map +1 -0
- package/dist/components/Icons/PlayIcon.d.ts +6 -0
- package/dist/components/Icons/PlayIcon.d.ts.map +1 -0
- package/dist/components/Icons/PlayIcon.figma.d.ts +2 -0
- package/dist/components/Icons/PlayIcon.figma.d.ts.map +1 -0
- package/dist/components/Icons/RecordIcon.d.ts +6 -0
- package/dist/components/Icons/RecordIcon.d.ts.map +1 -0
- package/dist/components/Icons/RecordIcon.figma.d.ts +2 -0
- package/dist/components/Icons/RecordIcon.figma.d.ts.map +1 -0
- package/dist/components/Icons/RepeatQuestionIcon.d.ts +6 -0
- package/dist/components/Icons/RepeatQuestionIcon.d.ts.map +1 -0
- package/dist/components/Icons/RepeatQuestionIcon.figma.d.ts +2 -0
- package/dist/components/Icons/RepeatQuestionIcon.figma.d.ts.map +1 -0
- package/dist/components/Icons/ScrollTextIcon.d.ts +6 -0
- package/dist/components/Icons/ScrollTextIcon.d.ts.map +1 -0
- package/dist/components/Icons/ScrollTextIcon.figma.d.ts +2 -0
- package/dist/components/Icons/ScrollTextIcon.figma.d.ts.map +1 -0
- package/dist/components/Icons/SparklesIcon.d.ts +6 -0
- package/dist/components/Icons/SparklesIcon.d.ts.map +1 -0
- package/dist/components/Icons/SparklesIcon.figma.d.ts +2 -0
- package/dist/components/Icons/SparklesIcon.figma.d.ts.map +1 -0
- package/dist/components/Icons/SpeechIcon.d.ts +6 -0
- package/dist/components/Icons/SpeechIcon.d.ts.map +1 -0
- package/dist/components/Icons/SpeechIcon.figma.d.ts +2 -0
- package/dist/components/Icons/SpeechIcon.figma.d.ts.map +1 -0
- package/dist/components/Icons/StopPlayIcon.d.ts +6 -0
- package/dist/components/Icons/StopPlayIcon.d.ts.map +1 -0
- package/dist/components/Icons/StopPlayIcon.figma.d.ts +2 -0
- package/dist/components/Icons/StopPlayIcon.figma.d.ts.map +1 -0
- package/dist/components/Icons/TimerIcon.d.ts +6 -0
- package/dist/components/Icons/TimerIcon.d.ts.map +1 -0
- package/dist/components/Icons/TimerIcon.figma.d.ts +2 -0
- package/dist/components/Icons/TimerIcon.figma.d.ts.map +1 -0
- package/dist/components/Icons/UserProfileIcon.d.ts +6 -0
- package/dist/components/Icons/UserProfileIcon.d.ts.map +1 -0
- package/dist/components/Icons/UserProfileIcon.figma.d.ts +2 -0
- package/dist/components/Icons/UserProfileIcon.figma.d.ts.map +1 -0
- package/dist/components/Icons/index.d.ts +17 -0
- package/dist/components/Icons/index.d.ts.map +1 -1
- package/dist/components/index.cjs +120 -52
- package/dist/components/index.d.ts +18 -1
- package/dist/components/index.d.ts.map +1 -1
- package/dist/components/index.js +1 -1
- package/dist/figma-codex.json +308 -2
- package/dist/index.cjs +120 -52
- package/dist/index.js +1 -1
- package/package.json +1 -1
- package/src/components/Icons/AudienceIcon.figma.tsx +10 -0
- package/src/components/Icons/AudienceIcon.tsx +20 -0
- package/src/components/Icons/AudioSpeakerIcon.figma.tsx +10 -0
- package/src/components/Icons/AudioSpeakerIcon.tsx +26 -0
- package/src/components/Icons/BookmarkPlusIcon.figma.tsx +10 -0
- package/src/components/Icons/BookmarkPlusIcon.tsx +26 -0
- package/src/components/Icons/ClipBoardIcon.figma.tsx +10 -0
- package/src/components/Icons/ClipBoardIcon.tsx +61 -0
- package/src/components/Icons/ExitStudioIcon.figma.tsx +10 -0
- package/src/components/Icons/ExitStudioIcon.tsx +34 -0
- package/src/components/Icons/MicrophoneIcon.figma.tsx +10 -0
- package/src/components/Icons/MicrophoneIcon.tsx +40 -0
- package/src/components/Icons/NotebookPenIcon.figma.tsx +10 -0
- package/src/components/Icons/NotebookPenIcon.tsx +26 -0
- package/src/components/Icons/PausePlayIcon.figma.tsx +10 -0
- package/src/components/Icons/PausePlayIcon.tsx +41 -0
- package/src/components/Icons/PlayIcon.figma.tsx +10 -0
- package/src/components/Icons/PlayIcon.tsx +33 -0
- package/src/components/Icons/RecordIcon.figma.tsx +10 -0
- package/src/components/Icons/RecordIcon.tsx +41 -0
- package/src/components/Icons/RepeatQuestionIcon.figma.tsx +10 -0
- package/src/components/Icons/RepeatQuestionIcon.tsx +26 -0
- package/src/components/Icons/ScrollTextIcon.figma.tsx +10 -0
- package/src/components/Icons/ScrollTextIcon.tsx +26 -0
- package/src/components/Icons/SparklesIcon.figma.tsx +10 -0
- package/src/components/Icons/SparklesIcon.tsx +26 -0
- package/src/components/Icons/SpeechIcon.figma.tsx +10 -0
- package/src/components/Icons/SpeechIcon.tsx +26 -0
- package/src/components/Icons/StopPlayIcon.figma.tsx +10 -0
- package/src/components/Icons/StopPlayIcon.tsx +35 -0
- package/src/components/Icons/TimerIcon.figma.tsx +10 -0
- package/src/components/Icons/TimerIcon.tsx +26 -0
- package/src/components/Icons/UserProfileIcon.figma.tsx +10 -0
- package/src/components/Icons/UserProfileIcon.tsx +26 -0
- package/src/components/Icons/index.ts +26 -0
- package/src/components/index.ts +45 -1
- package/dist/chunk-2P7Z5PVP.cjs.map +0 -1
- package/dist/chunk-QC7LGFM3.js.map +0 -1
|
@@ -1,213 +1,281 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkDDXDLT4K_cjs = require('../chunk-DDXDLT4K.cjs');
|
|
4
4
|
require('../chunk-EARF7VDF.cjs');
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
Object.defineProperty(exports, "AbsoluteCenter", {
|
|
9
9
|
enumerable: true,
|
|
10
|
-
get: function () { return
|
|
10
|
+
get: function () { return chunkDDXDLT4K_cjs.AbsoluteCenter_exports; }
|
|
11
11
|
});
|
|
12
12
|
Object.defineProperty(exports, "Accordion", {
|
|
13
13
|
enumerable: true,
|
|
14
|
-
get: function () { return
|
|
14
|
+
get: function () { return chunkDDXDLT4K_cjs.Accordion_exports; }
|
|
15
15
|
});
|
|
16
16
|
Object.defineProperty(exports, "AccountIcon", {
|
|
17
17
|
enumerable: true,
|
|
18
|
-
get: function () { return
|
|
18
|
+
get: function () { return chunkDDXDLT4K_cjs.AccountIcon; }
|
|
19
19
|
});
|
|
20
20
|
Object.defineProperty(exports, "AddScenarioDialog", {
|
|
21
21
|
enumerable: true,
|
|
22
|
-
get: function () { return
|
|
22
|
+
get: function () { return chunkDDXDLT4K_cjs.AddScenarioDialog; }
|
|
23
|
+
});
|
|
24
|
+
Object.defineProperty(exports, "AudienceIcon", {
|
|
25
|
+
enumerable: true,
|
|
26
|
+
get: function () { return chunkDDXDLT4K_cjs.AudienceIcon; }
|
|
27
|
+
});
|
|
28
|
+
Object.defineProperty(exports, "AudioSpeakerIcon", {
|
|
29
|
+
enumerable: true,
|
|
30
|
+
get: function () { return chunkDDXDLT4K_cjs.AudioSpeakerIcon; }
|
|
23
31
|
});
|
|
24
32
|
Object.defineProperty(exports, "Avatar", {
|
|
25
33
|
enumerable: true,
|
|
26
|
-
get: function () { return
|
|
34
|
+
get: function () { return chunkDDXDLT4K_cjs.Avatar_exports; }
|
|
27
35
|
});
|
|
28
36
|
Object.defineProperty(exports, "Badge", {
|
|
29
37
|
enumerable: true,
|
|
30
|
-
get: function () { return
|
|
38
|
+
get: function () { return chunkDDXDLT4K_cjs.Badge; }
|
|
39
|
+
});
|
|
40
|
+
Object.defineProperty(exports, "BookmarkPlusIcon", {
|
|
41
|
+
enumerable: true,
|
|
42
|
+
get: function () { return chunkDDXDLT4K_cjs.BookmarkPlusIcon; }
|
|
31
43
|
});
|
|
32
44
|
Object.defineProperty(exports, "Breadcrumb", {
|
|
33
45
|
enumerable: true,
|
|
34
|
-
get: function () { return
|
|
46
|
+
get: function () { return chunkDDXDLT4K_cjs.Breadcrumb_exports; }
|
|
35
47
|
});
|
|
36
48
|
Object.defineProperty(exports, "Button", {
|
|
37
49
|
enumerable: true,
|
|
38
|
-
get: function () { return
|
|
50
|
+
get: function () { return chunkDDXDLT4K_cjs.Button; }
|
|
39
51
|
});
|
|
40
52
|
Object.defineProperty(exports, "ButtonGroup", {
|
|
41
53
|
enumerable: true,
|
|
42
|
-
get: function () { return
|
|
54
|
+
get: function () { return chunkDDXDLT4K_cjs.ButtonGroup; }
|
|
43
55
|
});
|
|
44
56
|
Object.defineProperty(exports, "Card", {
|
|
45
57
|
enumerable: true,
|
|
46
|
-
get: function () { return
|
|
58
|
+
get: function () { return chunkDDXDLT4K_cjs.Card_exports; }
|
|
47
59
|
});
|
|
48
60
|
Object.defineProperty(exports, "Checkbox", {
|
|
49
61
|
enumerable: true,
|
|
50
|
-
get: function () { return
|
|
62
|
+
get: function () { return chunkDDXDLT4K_cjs.Checkbox_exports; }
|
|
51
63
|
});
|
|
52
64
|
Object.defineProperty(exports, "ChevronUpIcon", {
|
|
53
65
|
enumerable: true,
|
|
54
|
-
get: function () { return
|
|
66
|
+
get: function () { return chunkDDXDLT4K_cjs.ChevronUpIcon; }
|
|
67
|
+
});
|
|
68
|
+
Object.defineProperty(exports, "ClipBoardIcon", {
|
|
69
|
+
enumerable: true,
|
|
70
|
+
get: function () { return chunkDDXDLT4K_cjs.ClipBoardIcon; }
|
|
55
71
|
});
|
|
56
72
|
Object.defineProperty(exports, "ClockIcon", {
|
|
57
73
|
enumerable: true,
|
|
58
|
-
get: function () { return
|
|
74
|
+
get: function () { return chunkDDXDLT4K_cjs.ClockIcon; }
|
|
59
75
|
});
|
|
60
76
|
Object.defineProperty(exports, "CloseButton", {
|
|
61
77
|
enumerable: true,
|
|
62
|
-
get: function () { return
|
|
78
|
+
get: function () { return chunkDDXDLT4K_cjs.CloseButton_exports; }
|
|
63
79
|
});
|
|
64
80
|
Object.defineProperty(exports, "ContentCard", {
|
|
65
81
|
enumerable: true,
|
|
66
|
-
get: function () { return
|
|
82
|
+
get: function () { return chunkDDXDLT4K_cjs.ContentCard_exports; }
|
|
67
83
|
});
|
|
68
84
|
Object.defineProperty(exports, "DashboardIcon", {
|
|
69
85
|
enumerable: true,
|
|
70
|
-
get: function () { return
|
|
86
|
+
get: function () { return chunkDDXDLT4K_cjs.DashboardIcon; }
|
|
71
87
|
});
|
|
72
88
|
Object.defineProperty(exports, "Dialog", {
|
|
73
89
|
enumerable: true,
|
|
74
|
-
get: function () { return
|
|
90
|
+
get: function () { return chunkDDXDLT4K_cjs.Dialog_exports; }
|
|
75
91
|
});
|
|
76
92
|
Object.defineProperty(exports, "DiscourserLogo", {
|
|
77
93
|
enumerable: true,
|
|
78
|
-
get: function () { return
|
|
94
|
+
get: function () { return chunkDDXDLT4K_cjs.DiscourserLogo; }
|
|
79
95
|
});
|
|
80
96
|
Object.defineProperty(exports, "Drawer", {
|
|
81
97
|
enumerable: true,
|
|
82
|
-
get: function () { return
|
|
98
|
+
get: function () { return chunkDDXDLT4K_cjs.Drawer_exports; }
|
|
99
|
+
});
|
|
100
|
+
Object.defineProperty(exports, "ExitStudioIcon", {
|
|
101
|
+
enumerable: true,
|
|
102
|
+
get: function () { return chunkDDXDLT4K_cjs.ExitStudioIcon; }
|
|
83
103
|
});
|
|
84
104
|
Object.defineProperty(exports, "GripDotsVerticalIcon", {
|
|
85
105
|
enumerable: true,
|
|
86
|
-
get: function () { return
|
|
106
|
+
get: function () { return chunkDDXDLT4K_cjs.GripDotsVerticalIcon; }
|
|
87
107
|
});
|
|
88
108
|
Object.defineProperty(exports, "Group", {
|
|
89
109
|
enumerable: true,
|
|
90
|
-
get: function () { return
|
|
110
|
+
get: function () { return chunkDDXDLT4K_cjs.Group_exports; }
|
|
91
111
|
});
|
|
92
112
|
Object.defineProperty(exports, "Header", {
|
|
93
113
|
enumerable: true,
|
|
94
|
-
get: function () { return
|
|
114
|
+
get: function () { return chunkDDXDLT4K_cjs.Header; }
|
|
95
115
|
});
|
|
96
116
|
Object.defineProperty(exports, "HelpIcon", {
|
|
97
117
|
enumerable: true,
|
|
98
|
-
get: function () { return
|
|
118
|
+
get: function () { return chunkDDXDLT4K_cjs.HelpIcon; }
|
|
99
119
|
});
|
|
100
120
|
Object.defineProperty(exports, "Icon", {
|
|
101
121
|
enumerable: true,
|
|
102
|
-
get: function () { return
|
|
122
|
+
get: function () { return chunkDDXDLT4K_cjs.Icon_exports; }
|
|
103
123
|
});
|
|
104
124
|
Object.defineProperty(exports, "IconButton", {
|
|
105
125
|
enumerable: true,
|
|
106
|
-
get: function () { return
|
|
126
|
+
get: function () { return chunkDDXDLT4K_cjs.IconButton; }
|
|
107
127
|
});
|
|
108
128
|
Object.defineProperty(exports, "Input", {
|
|
109
129
|
enumerable: true,
|
|
110
|
-
get: function () { return
|
|
130
|
+
get: function () { return chunkDDXDLT4K_cjs.Input; }
|
|
111
131
|
});
|
|
112
132
|
Object.defineProperty(exports, "InputAddon", {
|
|
113
133
|
enumerable: true,
|
|
114
|
-
get: function () { return
|
|
134
|
+
get: function () { return chunkDDXDLT4K_cjs.InputAddon; }
|
|
115
135
|
});
|
|
116
136
|
Object.defineProperty(exports, "InputGroup", {
|
|
117
137
|
enumerable: true,
|
|
118
|
-
get: function () { return
|
|
138
|
+
get: function () { return chunkDDXDLT4K_cjs.InputGroup; }
|
|
139
|
+
});
|
|
140
|
+
Object.defineProperty(exports, "MicrophoneIcon", {
|
|
141
|
+
enumerable: true,
|
|
142
|
+
get: function () { return chunkDDXDLT4K_cjs.MicrophoneIcon; }
|
|
119
143
|
});
|
|
120
144
|
Object.defineProperty(exports, "NavigationMenu", {
|
|
121
145
|
enumerable: true,
|
|
122
|
-
get: function () { return
|
|
146
|
+
get: function () { return chunkDDXDLT4K_cjs.NavigationMenu; }
|
|
123
147
|
});
|
|
124
148
|
Object.defineProperty(exports, "NotebookIcon", {
|
|
125
149
|
enumerable: true,
|
|
126
|
-
get: function () { return
|
|
150
|
+
get: function () { return chunkDDXDLT4K_cjs.NotebookIcon; }
|
|
151
|
+
});
|
|
152
|
+
Object.defineProperty(exports, "NotebookPenIcon", {
|
|
153
|
+
enumerable: true,
|
|
154
|
+
get: function () { return chunkDDXDLT4K_cjs.NotebookPenIcon; }
|
|
155
|
+
});
|
|
156
|
+
Object.defineProperty(exports, "PausePlayIcon", {
|
|
157
|
+
enumerable: true,
|
|
158
|
+
get: function () { return chunkDDXDLT4K_cjs.PausePlayIcon; }
|
|
159
|
+
});
|
|
160
|
+
Object.defineProperty(exports, "PlayIcon", {
|
|
161
|
+
enumerable: true,
|
|
162
|
+
get: function () { return chunkDDXDLT4K_cjs.PlayIcon; }
|
|
127
163
|
});
|
|
128
164
|
Object.defineProperty(exports, "Popover", {
|
|
129
165
|
enumerable: true,
|
|
130
|
-
get: function () { return
|
|
166
|
+
get: function () { return chunkDDXDLT4K_cjs.Popover_exports; }
|
|
131
167
|
});
|
|
132
168
|
Object.defineProperty(exports, "Progress", {
|
|
133
169
|
enumerable: true,
|
|
134
|
-
get: function () { return
|
|
170
|
+
get: function () { return chunkDDXDLT4K_cjs.Progress_exports; }
|
|
135
171
|
});
|
|
136
172
|
Object.defineProperty(exports, "RadioGroup", {
|
|
137
173
|
enumerable: true,
|
|
138
|
-
get: function () { return
|
|
174
|
+
get: function () { return chunkDDXDLT4K_cjs.RadioGroup_exports; }
|
|
175
|
+
});
|
|
176
|
+
Object.defineProperty(exports, "RecordIcon", {
|
|
177
|
+
enumerable: true,
|
|
178
|
+
get: function () { return chunkDDXDLT4K_cjs.RecordIcon; }
|
|
179
|
+
});
|
|
180
|
+
Object.defineProperty(exports, "RepeatQuestionIcon", {
|
|
181
|
+
enumerable: true,
|
|
182
|
+
get: function () { return chunkDDXDLT4K_cjs.RepeatQuestionIcon; }
|
|
139
183
|
});
|
|
140
184
|
Object.defineProperty(exports, "RightArrowIcon", {
|
|
141
185
|
enumerable: true,
|
|
142
|
-
get: function () { return
|
|
186
|
+
get: function () { return chunkDDXDLT4K_cjs.RightArrowIcon; }
|
|
143
187
|
});
|
|
144
188
|
Object.defineProperty(exports, "ScenarioCard", {
|
|
145
189
|
enumerable: true,
|
|
146
|
-
get: function () { return
|
|
190
|
+
get: function () { return chunkDDXDLT4K_cjs.ScenarioCard; }
|
|
147
191
|
});
|
|
148
192
|
Object.defineProperty(exports, "ScenarioIcon", {
|
|
149
193
|
enumerable: true,
|
|
150
|
-
get: function () { return
|
|
194
|
+
get: function () { return chunkDDXDLT4K_cjs.ScenarioIcon; }
|
|
151
195
|
});
|
|
152
196
|
Object.defineProperty(exports, "ScenarioQueue", {
|
|
153
197
|
enumerable: true,
|
|
154
|
-
get: function () { return
|
|
198
|
+
get: function () { return chunkDDXDLT4K_cjs.ScenarioQueue; }
|
|
155
199
|
});
|
|
156
200
|
Object.defineProperty(exports, "ScenarioSettings", {
|
|
157
201
|
enumerable: true,
|
|
158
|
-
get: function () { return
|
|
202
|
+
get: function () { return chunkDDXDLT4K_cjs.ScenarioSettings; }
|
|
203
|
+
});
|
|
204
|
+
Object.defineProperty(exports, "ScrollTextIcon", {
|
|
205
|
+
enumerable: true,
|
|
206
|
+
get: function () { return chunkDDXDLT4K_cjs.ScrollTextIcon; }
|
|
159
207
|
});
|
|
160
208
|
Object.defineProperty(exports, "Select", {
|
|
161
209
|
enumerable: true,
|
|
162
|
-
get: function () { return
|
|
210
|
+
get: function () { return chunkDDXDLT4K_cjs.Select_exports; }
|
|
163
211
|
});
|
|
164
212
|
Object.defineProperty(exports, "Skeleton", {
|
|
165
213
|
enumerable: true,
|
|
166
|
-
get: function () { return
|
|
214
|
+
get: function () { return chunkDDXDLT4K_cjs.Skeleton_exports; }
|
|
167
215
|
});
|
|
168
216
|
Object.defineProperty(exports, "Slider", {
|
|
169
217
|
enumerable: true,
|
|
170
|
-
get: function () { return
|
|
218
|
+
get: function () { return chunkDDXDLT4K_cjs.Slider_exports; }
|
|
219
|
+
});
|
|
220
|
+
Object.defineProperty(exports, "SparklesIcon", {
|
|
221
|
+
enumerable: true,
|
|
222
|
+
get: function () { return chunkDDXDLT4K_cjs.SparklesIcon; }
|
|
223
|
+
});
|
|
224
|
+
Object.defineProperty(exports, "SpeechIcon", {
|
|
225
|
+
enumerable: true,
|
|
226
|
+
get: function () { return chunkDDXDLT4K_cjs.SpeechIcon; }
|
|
171
227
|
});
|
|
172
228
|
Object.defineProperty(exports, "Spinner", {
|
|
173
229
|
enumerable: true,
|
|
174
|
-
get: function () { return
|
|
230
|
+
get: function () { return chunkDDXDLT4K_cjs.Spinner; }
|
|
175
231
|
});
|
|
176
232
|
Object.defineProperty(exports, "Stepper", {
|
|
177
233
|
enumerable: true,
|
|
178
|
-
get: function () { return
|
|
234
|
+
get: function () { return chunkDDXDLT4K_cjs.Stepper; }
|
|
235
|
+
});
|
|
236
|
+
Object.defineProperty(exports, "StopPlayIcon", {
|
|
237
|
+
enumerable: true,
|
|
238
|
+
get: function () { return chunkDDXDLT4K_cjs.StopPlayIcon; }
|
|
179
239
|
});
|
|
180
240
|
Object.defineProperty(exports, "Switch", {
|
|
181
241
|
enumerable: true,
|
|
182
|
-
get: function () { return
|
|
242
|
+
get: function () { return chunkDDXDLT4K_cjs.Switch_exports; }
|
|
183
243
|
});
|
|
184
244
|
Object.defineProperty(exports, "Tabs", {
|
|
185
245
|
enumerable: true,
|
|
186
|
-
get: function () { return
|
|
246
|
+
get: function () { return chunkDDXDLT4K_cjs.Tabs_exports; }
|
|
187
247
|
});
|
|
188
248
|
Object.defineProperty(exports, "Textarea", {
|
|
189
249
|
enumerable: true,
|
|
190
|
-
get: function () { return
|
|
250
|
+
get: function () { return chunkDDXDLT4K_cjs.Textarea; }
|
|
251
|
+
});
|
|
252
|
+
Object.defineProperty(exports, "TimerIcon", {
|
|
253
|
+
enumerable: true,
|
|
254
|
+
get: function () { return chunkDDXDLT4K_cjs.TimerIcon; }
|
|
191
255
|
});
|
|
192
256
|
Object.defineProperty(exports, "Toaster", {
|
|
193
257
|
enumerable: true,
|
|
194
|
-
get: function () { return
|
|
258
|
+
get: function () { return chunkDDXDLT4K_cjs.Toaster; }
|
|
195
259
|
});
|
|
196
260
|
Object.defineProperty(exports, "Tooltip", {
|
|
197
261
|
enumerable: true,
|
|
198
|
-
get: function () { return
|
|
262
|
+
get: function () { return chunkDDXDLT4K_cjs.Tooltip_exports; }
|
|
263
|
+
});
|
|
264
|
+
Object.defineProperty(exports, "UserProfileIcon", {
|
|
265
|
+
enumerable: true,
|
|
266
|
+
get: function () { return chunkDDXDLT4K_cjs.UserProfileIcon; }
|
|
199
267
|
});
|
|
200
268
|
Object.defineProperty(exports, "difficultyColorMap", {
|
|
201
269
|
enumerable: true,
|
|
202
|
-
get: function () { return
|
|
270
|
+
get: function () { return chunkDDXDLT4K_cjs.difficultyColorMap; }
|
|
203
271
|
});
|
|
204
272
|
Object.defineProperty(exports, "difficultyLabel", {
|
|
205
273
|
enumerable: true,
|
|
206
|
-
get: function () { return
|
|
274
|
+
get: function () { return chunkDDXDLT4K_cjs.difficultyLabel; }
|
|
207
275
|
});
|
|
208
276
|
Object.defineProperty(exports, "toaster", {
|
|
209
277
|
enumerable: true,
|
|
210
|
-
get: function () { return
|
|
278
|
+
get: function () { return chunkDDXDLT4K_cjs.toaster; }
|
|
211
279
|
});
|
|
212
280
|
//# sourceMappingURL=index.cjs.map
|
|
213
281
|
//# sourceMappingURL=index.cjs.map
|
|
@@ -36,7 +36,24 @@ export { HelpIcon, type HelpIconProps } from './Icons/HelpIcon';
|
|
|
36
36
|
export { AccountIcon, type AccountIconProps } from './Icons/AccountIcon';
|
|
37
37
|
export { RightArrowIcon, type RightArrowIconProps, } from './Icons/RightArrowIcon';
|
|
38
38
|
export { ChevronUpIcon, type ChevronUpIconProps } from './Icons/ChevronUpIcon';
|
|
39
|
-
export { DiscourserLogo, type DiscourserLogoProps } from './Icons/DiscourserLogo';
|
|
39
|
+
export { DiscourserLogo, type DiscourserLogoProps, } from './Icons/DiscourserLogo';
|
|
40
|
+
export { TimerIcon, type TimerIconProps } from './Icons/TimerIcon';
|
|
41
|
+
export { ClipBoardIcon, type ClipBoardIconProps } from './Icons/ClipBoardIcon';
|
|
42
|
+
export { MicrophoneIcon, type MicrophoneIconProps, } from './Icons/MicrophoneIcon';
|
|
43
|
+
export { AudienceIcon, type AudienceIconProps } from './Icons/AudienceIcon';
|
|
44
|
+
export { RecordIcon, type RecordIconProps } from './Icons/RecordIcon';
|
|
45
|
+
export { NotebookPenIcon, type NotebookPenIconProps, } from './Icons/NotebookPenIcon';
|
|
46
|
+
export { SparklesIcon, type SparklesIconProps } from './Icons/SparklesIcon';
|
|
47
|
+
export { ScrollTextIcon, type ScrollTextIconProps, } from './Icons/ScrollTextIcon';
|
|
48
|
+
export { RepeatQuestionIcon, type RepeatQuestionIconProps, } from './Icons/RepeatQuestionIcon';
|
|
49
|
+
export { ExitStudioIcon, type ExitStudioIconProps, } from './Icons/ExitStudioIcon';
|
|
50
|
+
export { PausePlayIcon, type PausePlayIconProps } from './Icons/PausePlayIcon';
|
|
51
|
+
export { StopPlayIcon, type StopPlayIconProps } from './Icons/StopPlayIcon';
|
|
52
|
+
export { BookmarkPlusIcon, type BookmarkPlusIconProps, } from './Icons/BookmarkPlusIcon';
|
|
53
|
+
export { AudioSpeakerIcon, type AudioSpeakerIconProps, } from './Icons/AudioSpeakerIcon';
|
|
54
|
+
export { UserProfileIcon, type UserProfileIconProps, } from './Icons/UserProfileIcon';
|
|
55
|
+
export { PlayIcon, type PlayIconProps } from './Icons/PlayIcon';
|
|
56
|
+
export { SpeechIcon, type SpeechIconProps } from './Icons/SpeechIcon';
|
|
40
57
|
export * as Breadcrumb from './Breadcrumb';
|
|
41
58
|
export * as ContentCard from './ContentCard';
|
|
42
59
|
export { Stepper, type StepperRootProps, type StepItem } from './Stepper';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/components/index.ts"],"names":[],"mappings":"AAEA,OAAO,EACL,MAAM,EACN,WAAW,EACX,KAAK,WAAW,EAChB,KAAK,gBAAgB,GACtB,MAAM,UAAU,CAAC;AAGlB,OAAO,EAAE,UAAU,EAAE,KAAK,eAAe,EAAE,MAAM,cAAc,CAAC;AAGhE,OAAO,EAAE,KAAK,EAAE,KAAK,UAAU,EAAE,MAAM,SAAS,CAAC;AACjD,OAAO,EAAE,UAAU,EAAE,KAAK,eAAe,EAAE,MAAM,cAAc,CAAC;AAChE,OAAO,EAAE,UAAU,EAAE,KAAK,eAAe,EAAE,MAAM,cAAc,CAAC;AAChE,OAAO,EAAE,QAAQ,EAAE,KAAK,aAAa,EAAE,MAAM,YAAY,CAAC;AAG1D,OAAO,EAAE,MAAM,EAAE,KAAK,YAAY,EAAE,MAAM,UAAU,CAAC;AAGrD,OAAO,EAAE,KAAK,EAAE,KAAK,UAAU,EAAE,MAAM,SAAS,CAAC;AACjD,OAAO,EAAE,OAAO,EAAE,KAAK,YAAY,EAAE,MAAM,WAAW,CAAC;AACvD,OAAO,EAAE,OAAO,EAAE,OAAO,EAAE,MAAM,SAAS,CAAC;AAG3C,OAAO,KAAK,IAAI,MAAM,QAAQ,CAAC;AAC/B,OAAO,KAAK,MAAM,MAAM,UAAU,CAAC;AACnC,OAAO,KAAK,MAAM,MAAM,UAAU,CAAC;AACnC,OAAO,KAAK,SAAS,MAAM,aAAa,CAAC;AACzC,OAAO,KAAK,MAAM,MAAM,UAAU,CAAC;AACnC,OAAO,KAAK,IAAI,MAAM,QAAQ,CAAC;AAC/B,OAAO,KAAK,QAAQ,MAAM,YAAY,CAAC;AACvC,OAAO,KAAK,UAAU,MAAM,cAAc,CAAC;AAC3C,OAAO,KAAK,MAAM,MAAM,UAAU,CAAC;AACnC,OAAO,KAAK,MAAM,MAAM,UAAU,CAAC;AACnC,OAAO,KAAK,MAAM,MAAM,UAAU,CAAC;AACnC,OAAO,KAAK,QAAQ,MAAM,YAAY,CAAC;AACvC,OAAO,KAAK,QAAQ,MAAM,YAAY,CAAC;AACvC,OAAO,KAAK,OAAO,MAAM,WAAW,CAAC;AACrC,OAAO,KAAK,OAAO,MAAM,WAAW,CAAC;AAGrC,OAAO,KAAK,WAAW,MAAM,eAAe,CAAC;AAC7C,OAAO,KAAK,IAAI,MAAM,QAAQ,CAAC;AAC/B,OAAO,KAAK,cAAc,MAAM,kBAAkB,CAAC;AACnD,OAAO,KAAK,KAAK,MAAM,SAAS,CAAC;AAGjC,OAAO,EACL,oBAAoB,EACpB,KAAK,yBAAyB,GAC/B,MAAM,8BAA8B,CAAC;AACtC,OAAO,EAAE,SAAS,EAAE,KAAK,cAAc,EAAE,MAAM,mBAAmB,CAAC;AACnE,OAAO,EAAE,aAAa,EAAE,KAAK,kBAAkB,EAAE,MAAM,uBAAuB,CAAC;AAC/E,OAAO,EAAE,YAAY,EAAE,KAAK,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AAC5E,OAAO,EAAE,YAAY,EAAE,KAAK,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AAC5E,OAAO,EAAE,QAAQ,EAAE,KAAK,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAChE,OAAO,EAAE,WAAW,EAAE,KAAK,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AACzE,OAAO,EACL,cAAc,EACd,KAAK,mBAAmB,GACzB,MAAM,wBAAwB,CAAC;AAChC,OAAO,EAAE,aAAa,EAAE,KAAK,kBAAkB,EAAE,MAAM,uBAAuB,CAAC;AAC/E,OAAO,EAAE,cAAc,EAAE,KAAK,mBAAmB,EAAE,MAAM,wBAAwB,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/components/index.ts"],"names":[],"mappings":"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"}
|
package/dist/components/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { AbsoluteCenter_exports as AbsoluteCenter, Accordion_exports as Accordion, AccountIcon, AddScenarioDialog, Avatar_exports as Avatar, Badge, Breadcrumb_exports as Breadcrumb, Button, ButtonGroup, Card_exports as Card, Checkbox_exports as Checkbox, ChevronUpIcon, ClockIcon, CloseButton_exports as CloseButton, ContentCard_exports as ContentCard, DashboardIcon, Dialog_exports as Dialog, DiscourserLogo, Drawer_exports as Drawer, GripDotsVerticalIcon, Group_exports as Group, Header, HelpIcon, Icon_exports as Icon, IconButton, Input, InputAddon, InputGroup, NavigationMenu, NotebookIcon, Popover_exports as Popover, Progress_exports as Progress, RadioGroup_exports as RadioGroup, RightArrowIcon, ScenarioCard, ScenarioIcon, ScenarioQueue, ScenarioSettings, Select_exports as Select, Skeleton_exports as Skeleton, Slider_exports as Slider, Spinner, Stepper, Switch_exports as Switch, Tabs_exports as Tabs, Textarea, Toaster, Tooltip_exports as Tooltip, difficultyColorMap, difficultyLabel, toaster } from '../chunk-
|
|
1
|
+
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, 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-3M22GRHH.js';
|
|
2
2
|
import '../chunk-WR5Z5QMQ.js';
|
|
3
3
|
//# sourceMappingURL=index.js.map
|
|
4
4
|
//# sourceMappingURL=index.js.map
|