@dust-tt/sparkle 0.7.6-rc-3 → 0.7.6
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/cjs/index.js +14 -14
- package/dist/cjs/index.js.map +4 -4
- package/dist/esm/components/AssistantCard.js +1 -1
- package/dist/esm/components/AssistantCard.js.map +1 -1
- package/dist/esm/components/Button.d.ts +10 -25
- package/dist/esm/components/Button.d.ts.map +1 -1
- package/dist/esm/components/Button.js +7 -21
- package/dist/esm/components/Button.js.map +1 -1
- package/dist/esm/components/ButtonGroup.d.ts +2 -2
- package/dist/esm/components/ButtonGroup.d.ts.map +1 -1
- package/dist/esm/components/ButtonGroup.js +2 -4
- package/dist/esm/components/ButtonGroup.js.map +1 -1
- package/dist/esm/components/Card.d.ts +13 -6
- package/dist/esm/components/Card.d.ts.map +1 -1
- package/dist/esm/components/Card.js +2 -2
- package/dist/esm/components/Card.js.map +1 -1
- package/dist/esm/components/InteractiveImageGrid.d.ts +3 -3
- package/dist/esm/components/InteractiveImageGrid.js +4 -4
- package/dist/esm/components/InteractiveImageGrid.js.map +1 -1
- package/dist/esm/components/NavigationList.js +3 -3
- package/dist/esm/components/Tabs.d.ts +1 -14
- package/dist/esm/components/Tabs.d.ts.map +1 -1
- package/dist/esm/components/VoicePicker.d.ts +17 -0
- package/dist/esm/components/VoicePicker.d.ts.map +1 -0
- package/dist/esm/components/VoicePicker.js +137 -0
- package/dist/esm/components/VoicePicker.js.map +1 -0
- package/dist/esm/components/index.d.ts +2 -0
- package/dist/esm/components/index.d.ts.map +1 -1
- package/dist/esm/components/index.js +1 -0
- package/dist/esm/components/index.js.map +1 -1
- package/dist/esm/logo/platforms/Ukg.d.ts +5 -0
- package/dist/esm/logo/platforms/Ukg.d.ts.map +1 -0
- package/dist/esm/logo/platforms/Ukg.js +6 -0
- package/dist/esm/logo/platforms/Ukg.js.map +1 -0
- package/dist/esm/logo/platforms/index.d.ts +1 -0
- package/dist/esm/logo/platforms/index.d.ts.map +1 -1
- package/dist/esm/logo/platforms/index.js +1 -0
- package/dist/esm/logo/platforms/index.js.map +1 -1
- package/dist/esm/logo/src/platforms/UKG.svg +5 -0
- package/dist/esm/lottie/collapseBar.d.ts +21 -21
- package/dist/esm/lottie/dragArea.d.ts +30 -30
- package/dist/esm/lottie/spinnerColor.d.ts +73 -73
- package/dist/esm/lottie/spinnerColorLG.d.ts +125 -125
- package/dist/esm/lottie/spinnerColorXS.d.ts +11 -11
- package/dist/esm/lottie/spinnerDark.d.ts +73 -73
- package/dist/esm/lottie/spinnerDarkLG.d.ts +142 -142
- package/dist/esm/lottie/spinnerDarkXS.d.ts +38 -38
- package/dist/esm/lottie/spinnerLight.d.ts +66 -66
- package/dist/esm/lottie/spinnerLightLG.d.ts +142 -142
- package/dist/esm/lottie/spinnerLightXS.d.ts +38 -38
- package/dist/esm/stories/Button.stories.d.ts +12 -30
- package/dist/esm/stories/Button.stories.d.ts.map +1 -1
- package/dist/esm/stories/Button.stories.js +7 -15
- package/dist/esm/stories/Button.stories.js.map +1 -1
- package/dist/esm/stories/ButtonGroup.stories.d.ts +1 -1
- package/dist/esm/stories/ButtonGroup.stories.js +1 -1
- package/dist/esm/stories/ButtonGroup.stories.js.map +1 -1
- package/dist/esm/stories/Card.stories.js +2 -2
- package/dist/esm/stories/Card.stories.js.map +1 -1
- package/dist/esm/stories/InteractiveImageGrid.stories.d.ts.map +1 -1
- package/dist/esm/stories/InteractiveImageGrid.stories.js.map +1 -1
- package/dist/esm/stories/VoicePicker.stories.d.ts +49 -0
- package/dist/esm/stories/VoicePicker.stories.d.ts.map +1 -0
- package/dist/esm/stories/VoicePicker.stories.js +111 -0
- package/dist/esm/stories/VoicePicker.stories.js.map +1 -0
- package/dist/esm/styles/allotment.css +36 -14
- package/package.json +1 -1
- package/src/components/AssistantCard.tsx +1 -1
- package/src/components/Button.tsx +15 -30
- package/src/components/ButtonGroup.tsx +6 -9
- package/src/components/Card.tsx +2 -7
- package/src/components/InteractiveImageGrid.tsx +4 -4
- package/src/components/NavigationList.tsx +3 -3
- package/src/components/VoicePicker.tsx +267 -0
- package/src/components/index.ts +2 -0
- package/src/logo/platforms/Ukg.tsx +22 -0
- package/src/logo/platforms/index.ts +1 -0
- package/src/logo/src/platforms/UKG.svg +5 -0
- package/src/styles/allotment.css +36 -14
package/src/styles/allotment.css
CHANGED
|
@@ -17,28 +17,37 @@
|
|
|
17
17
|
width: 100%;
|
|
18
18
|
}
|
|
19
19
|
|
|
20
|
-
.allotment-module_splitView__L-yRc
|
|
20
|
+
.allotment-module_splitView__L-yRc
|
|
21
|
+
> .allotment-module_sashContainer__fzwJF
|
|
22
|
+
> .allotment-module_sash__QA-2t {
|
|
21
23
|
pointer-events: auto;
|
|
22
24
|
}
|
|
23
25
|
|
|
24
|
-
.allotment-module_splitView__L-yRc
|
|
26
|
+
.allotment-module_splitView__L-yRc
|
|
27
|
+
> .allotment-module_splitViewContainer__rQnVa {
|
|
25
28
|
height: 100%;
|
|
26
29
|
position: relative;
|
|
27
30
|
white-space: nowrap;
|
|
28
31
|
width: 100%;
|
|
29
32
|
}
|
|
30
33
|
|
|
31
|
-
.allotment-module_splitView__L-yRc
|
|
34
|
+
.allotment-module_splitView__L-yRc
|
|
35
|
+
> .allotment-module_splitViewContainer__rQnVa
|
|
36
|
+
> .allotment-module_splitViewView__MGZ6O {
|
|
32
37
|
overflow: hidden;
|
|
33
38
|
position: absolute;
|
|
34
39
|
white-space: initial;
|
|
35
40
|
}
|
|
36
41
|
|
|
37
|
-
.allotment-module_splitView__L-yRc.allotment-module_vertical__WSwwa
|
|
42
|
+
.allotment-module_splitView__L-yRc.allotment-module_vertical__WSwwa
|
|
43
|
+
> .allotment-module_splitViewContainer__rQnVa
|
|
44
|
+
> .allotment-module_splitViewView__MGZ6O {
|
|
38
45
|
width: 100%;
|
|
39
46
|
}
|
|
40
47
|
|
|
41
|
-
.allotment-module_splitView__L-yRc.allotment-module_horizontal__7doS8
|
|
48
|
+
.allotment-module_splitView__L-yRc.allotment-module_horizontal__7doS8
|
|
49
|
+
> .allotment-module_splitViewContainer__rQnVa
|
|
50
|
+
> .allotment-module_splitViewView__MGZ6O {
|
|
42
51
|
height: 100%;
|
|
43
52
|
}
|
|
44
53
|
|
|
@@ -129,7 +138,8 @@
|
|
|
129
138
|
height: var(--sash-size);
|
|
130
139
|
}
|
|
131
140
|
|
|
132
|
-
.sash-module_sash__K-9lB:not(.sash-module_disabled__Hm-wx)
|
|
141
|
+
.sash-module_sash__K-9lB:not(.sash-module_disabled__Hm-wx)
|
|
142
|
+
> .sash-module_orthogonal-drag-handle__Yii2- {
|
|
133
143
|
content: " ";
|
|
134
144
|
height: calc(var(--sash-size) * 2);
|
|
135
145
|
width: calc(var(--sash-size) * 2);
|
|
@@ -139,36 +149,48 @@
|
|
|
139
149
|
position: absolute;
|
|
140
150
|
}
|
|
141
151
|
|
|
142
|
-
.sash-module_sash__K-9lB.sash-module_horizontal__kFbiw.sash-module_orthogonal-edge-north__f7Noe:not(
|
|
152
|
+
.sash-module_sash__K-9lB.sash-module_horizontal__kFbiw.sash-module_orthogonal-edge-north__f7Noe:not(
|
|
153
|
+
.sash-module_disabled__Hm-wx
|
|
154
|
+
)
|
|
143
155
|
> .sash-module_orthogonal-drag-handle__Yii2-.sash-module_start__uZEDk,
|
|
144
|
-
.sash-module_sash__K-9lB.sash-module_horizontal__kFbiw.sash-module_orthogonal-edge-south__6ZrFC:not(
|
|
156
|
+
.sash-module_sash__K-9lB.sash-module_horizontal__kFbiw.sash-module_orthogonal-edge-south__6ZrFC:not(
|
|
157
|
+
.sash-module_disabled__Hm-wx
|
|
158
|
+
)
|
|
145
159
|
> .sash-module_orthogonal-drag-handle__Yii2-.sash-module_end__0TP-R {
|
|
146
160
|
cursor: nwse-resize;
|
|
147
161
|
}
|
|
148
162
|
|
|
149
|
-
.sash-module_sash__K-9lB.sash-module_horizontal__kFbiw.sash-module_orthogonal-edge-north__f7Noe:not(
|
|
163
|
+
.sash-module_sash__K-9lB.sash-module_horizontal__kFbiw.sash-module_orthogonal-edge-north__f7Noe:not(
|
|
164
|
+
.sash-module_disabled__Hm-wx
|
|
165
|
+
)
|
|
150
166
|
> .sash-module_orthogonal-drag-handle__Yii2-.sash-module_end__0TP-R,
|
|
151
|
-
.sash-module_sash__K-9lB.sash-module_horizontal__kFbiw.sash-module_orthogonal-edge-south__6ZrFC:not(
|
|
167
|
+
.sash-module_sash__K-9lB.sash-module_horizontal__kFbiw.sash-module_orthogonal-edge-south__6ZrFC:not(
|
|
168
|
+
.sash-module_disabled__Hm-wx
|
|
169
|
+
)
|
|
152
170
|
> .sash-module_orthogonal-drag-handle__Yii2-.sash-module_start__uZEDk {
|
|
153
171
|
cursor: nesw-resize;
|
|
154
172
|
}
|
|
155
173
|
|
|
156
|
-
.sash-module_sash__K-9lB.sash-module_vertical__pB-rs
|
|
174
|
+
.sash-module_sash__K-9lB.sash-module_vertical__pB-rs
|
|
175
|
+
> .sash-module_orthogonal-drag-handle__Yii2-.sash-module_start__uZEDk {
|
|
157
176
|
left: calc(var(--sash-size) * -0.5);
|
|
158
177
|
top: calc(var(--sash-size) * -1);
|
|
159
178
|
}
|
|
160
179
|
|
|
161
|
-
.sash-module_sash__K-9lB.sash-module_vertical__pB-rs
|
|
180
|
+
.sash-module_sash__K-9lB.sash-module_vertical__pB-rs
|
|
181
|
+
> .sash-module_orthogonal-drag-handle__Yii2-.sash-module_end__0TP-R {
|
|
162
182
|
left: calc(var(--sash-size) * -0.5);
|
|
163
183
|
bottom: calc(var(--sash-size) * -1);
|
|
164
184
|
}
|
|
165
185
|
|
|
166
|
-
.sash-module_sash__K-9lB.sash-module_horizontal__kFbiw
|
|
186
|
+
.sash-module_sash__K-9lB.sash-module_horizontal__kFbiw
|
|
187
|
+
> .sash-module_orthogonal-drag-handle__Yii2-.sash-module_start__uZEDk {
|
|
167
188
|
top: calc(var(--sash-size) * -0.5);
|
|
168
189
|
left: calc(var(--sash-size) * -1);
|
|
169
190
|
}
|
|
170
191
|
|
|
171
|
-
.sash-module_sash__K-9lB.sash-module_horizontal__kFbiw
|
|
192
|
+
.sash-module_sash__K-9lB.sash-module_horizontal__kFbiw
|
|
193
|
+
> .sash-module_orthogonal-drag-handle__Yii2-.sash-module_end__0TP-R {
|
|
172
194
|
top: calc(var(--sash-size) * -0.5);
|
|
173
195
|
right: calc(var(--sash-size) * -1);
|
|
174
196
|
}
|