@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.
Files changed (79) hide show
  1. package/dist/cjs/index.js +14 -14
  2. package/dist/cjs/index.js.map +4 -4
  3. package/dist/esm/components/AssistantCard.js +1 -1
  4. package/dist/esm/components/AssistantCard.js.map +1 -1
  5. package/dist/esm/components/Button.d.ts +10 -25
  6. package/dist/esm/components/Button.d.ts.map +1 -1
  7. package/dist/esm/components/Button.js +7 -21
  8. package/dist/esm/components/Button.js.map +1 -1
  9. package/dist/esm/components/ButtonGroup.d.ts +2 -2
  10. package/dist/esm/components/ButtonGroup.d.ts.map +1 -1
  11. package/dist/esm/components/ButtonGroup.js +2 -4
  12. package/dist/esm/components/ButtonGroup.js.map +1 -1
  13. package/dist/esm/components/Card.d.ts +13 -6
  14. package/dist/esm/components/Card.d.ts.map +1 -1
  15. package/dist/esm/components/Card.js +2 -2
  16. package/dist/esm/components/Card.js.map +1 -1
  17. package/dist/esm/components/InteractiveImageGrid.d.ts +3 -3
  18. package/dist/esm/components/InteractiveImageGrid.js +4 -4
  19. package/dist/esm/components/InteractiveImageGrid.js.map +1 -1
  20. package/dist/esm/components/NavigationList.js +3 -3
  21. package/dist/esm/components/Tabs.d.ts +1 -14
  22. package/dist/esm/components/Tabs.d.ts.map +1 -1
  23. package/dist/esm/components/VoicePicker.d.ts +17 -0
  24. package/dist/esm/components/VoicePicker.d.ts.map +1 -0
  25. package/dist/esm/components/VoicePicker.js +137 -0
  26. package/dist/esm/components/VoicePicker.js.map +1 -0
  27. package/dist/esm/components/index.d.ts +2 -0
  28. package/dist/esm/components/index.d.ts.map +1 -1
  29. package/dist/esm/components/index.js +1 -0
  30. package/dist/esm/components/index.js.map +1 -1
  31. package/dist/esm/logo/platforms/Ukg.d.ts +5 -0
  32. package/dist/esm/logo/platforms/Ukg.d.ts.map +1 -0
  33. package/dist/esm/logo/platforms/Ukg.js +6 -0
  34. package/dist/esm/logo/platforms/Ukg.js.map +1 -0
  35. package/dist/esm/logo/platforms/index.d.ts +1 -0
  36. package/dist/esm/logo/platforms/index.d.ts.map +1 -1
  37. package/dist/esm/logo/platforms/index.js +1 -0
  38. package/dist/esm/logo/platforms/index.js.map +1 -1
  39. package/dist/esm/logo/src/platforms/UKG.svg +5 -0
  40. package/dist/esm/lottie/collapseBar.d.ts +21 -21
  41. package/dist/esm/lottie/dragArea.d.ts +30 -30
  42. package/dist/esm/lottie/spinnerColor.d.ts +73 -73
  43. package/dist/esm/lottie/spinnerColorLG.d.ts +125 -125
  44. package/dist/esm/lottie/spinnerColorXS.d.ts +11 -11
  45. package/dist/esm/lottie/spinnerDark.d.ts +73 -73
  46. package/dist/esm/lottie/spinnerDarkLG.d.ts +142 -142
  47. package/dist/esm/lottie/spinnerDarkXS.d.ts +38 -38
  48. package/dist/esm/lottie/spinnerLight.d.ts +66 -66
  49. package/dist/esm/lottie/spinnerLightLG.d.ts +142 -142
  50. package/dist/esm/lottie/spinnerLightXS.d.ts +38 -38
  51. package/dist/esm/stories/Button.stories.d.ts +12 -30
  52. package/dist/esm/stories/Button.stories.d.ts.map +1 -1
  53. package/dist/esm/stories/Button.stories.js +7 -15
  54. package/dist/esm/stories/Button.stories.js.map +1 -1
  55. package/dist/esm/stories/ButtonGroup.stories.d.ts +1 -1
  56. package/dist/esm/stories/ButtonGroup.stories.js +1 -1
  57. package/dist/esm/stories/ButtonGroup.stories.js.map +1 -1
  58. package/dist/esm/stories/Card.stories.js +2 -2
  59. package/dist/esm/stories/Card.stories.js.map +1 -1
  60. package/dist/esm/stories/InteractiveImageGrid.stories.d.ts.map +1 -1
  61. package/dist/esm/stories/InteractiveImageGrid.stories.js.map +1 -1
  62. package/dist/esm/stories/VoicePicker.stories.d.ts +49 -0
  63. package/dist/esm/stories/VoicePicker.stories.d.ts.map +1 -0
  64. package/dist/esm/stories/VoicePicker.stories.js +111 -0
  65. package/dist/esm/stories/VoicePicker.stories.js.map +1 -0
  66. package/dist/esm/styles/allotment.css +36 -14
  67. package/package.json +1 -1
  68. package/src/components/AssistantCard.tsx +1 -1
  69. package/src/components/Button.tsx +15 -30
  70. package/src/components/ButtonGroup.tsx +6 -9
  71. package/src/components/Card.tsx +2 -7
  72. package/src/components/InteractiveImageGrid.tsx +4 -4
  73. package/src/components/NavigationList.tsx +3 -3
  74. package/src/components/VoicePicker.tsx +267 -0
  75. package/src/components/index.ts +2 -0
  76. package/src/logo/platforms/Ukg.tsx +22 -0
  77. package/src/logo/platforms/index.ts +1 -0
  78. package/src/logo/src/platforms/UKG.svg +5 -0
  79. package/src/styles/allotment.css +36 -14
@@ -17,28 +17,37 @@
17
17
  width: 100%;
18
18
  }
19
19
 
20
- .allotment-module_splitView__L-yRc > .allotment-module_sashContainer__fzwJF > .allotment-module_sash__QA-2t {
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 > .allotment-module_splitViewContainer__rQnVa {
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 > .allotment-module_splitViewContainer__rQnVa > .allotment-module_splitViewView__MGZ6O {
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 > .allotment-module_splitViewContainer__rQnVa > .allotment-module_splitViewView__MGZ6O {
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 > .allotment-module_splitViewContainer__rQnVa > .allotment-module_splitViewView__MGZ6O {
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) > .sash-module_orthogonal-drag-handle__Yii2- {
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(.sash-module_disabled__Hm-wx)
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(.sash-module_disabled__Hm-wx)
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(.sash-module_disabled__Hm-wx)
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(.sash-module_disabled__Hm-wx)
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 > .sash-module_orthogonal-drag-handle__Yii2-.sash-module_start__uZEDk {
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 > .sash-module_orthogonal-drag-handle__Yii2-.sash-module_end__0TP-R {
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 > .sash-module_orthogonal-drag-handle__Yii2-.sash-module_start__uZEDk {
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 > .sash-module_orthogonal-drag-handle__Yii2-.sash-module_end__0TP-R {
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
  }