@lotte-innovate/ui-component-test 0.0.36 → 0.0.40

Sign up to get free protection for your applications and to get access to all the features.
Files changed (253) hide show
  1. package/README.md +133 -163
  2. package/dist/globals.css +4 -0
  3. package/dist/lib/Typography/Header/index.d.ts +1 -1
  4. package/dist/lib/Typography/Text/index.d.ts +1 -1
  5. package/dist/lib/color/constants.d.ts +9 -0
  6. package/dist/lib/components/Accordion/index.d.ts +10 -4
  7. package/dist/lib/components/AlertDialog/AlertDialogAction.d.ts +2 -2
  8. package/dist/lib/components/AlertDialog/AlertDialogCancel.d.ts +2 -2
  9. package/dist/lib/components/AlertDialog/AlertDialogContent.d.ts +1 -1
  10. package/dist/lib/components/AlertDialog/AlertDialogRoot.d.ts +16 -0
  11. package/dist/lib/components/AlertDialog/AlertDialogTrigger.d.ts +2 -2
  12. package/dist/lib/components/AlertDialog/index.d.ts +10 -19
  13. package/dist/lib/components/Avatar/index.d.ts +5 -1
  14. package/dist/lib/components/Badge/index.d.ts +2 -2
  15. package/dist/lib/components/BarChart/index.d.ts +37 -0
  16. package/dist/lib/components/BubbleChart/index.d.ts +15 -18
  17. package/dist/lib/components/Button/index.d.ts +2 -2
  18. package/dist/lib/components/Callout/CalloutIcon.d.ts +2 -1
  19. package/dist/lib/components/Callout/CalloutRoot.d.ts +18 -0
  20. package/dist/lib/components/Callout/index.d.ts +6 -19
  21. package/dist/lib/components/Card/index.d.ts +2 -2
  22. package/dist/lib/components/Checkbox/index.d.ts +1 -1
  23. package/dist/lib/components/CheckboxCard/index.d.ts +1 -1
  24. package/dist/lib/components/CheckboxGroup/CheckboxGroupRoot.d.ts +17 -0
  25. package/dist/lib/components/CheckboxGroup/index.d.ts +5 -16
  26. package/dist/lib/components/ContextMenu/ContextMenuCheckboxItem.d.ts +1 -1
  27. package/dist/lib/components/ContextMenu/ContextMenuContent.d.ts +1 -1
  28. package/dist/lib/components/ContextMenu/ContextMenuGroup.d.ts +1 -1
  29. package/dist/lib/components/ContextMenu/ContextMenuItem.d.ts +1 -1
  30. package/dist/lib/components/ContextMenu/ContextMenuItemIndicator.d.ts +1 -1
  31. package/dist/lib/components/ContextMenu/ContextMenuRadioItem.d.ts +1 -1
  32. package/dist/lib/components/ContextMenu/ContextMenuRoot.d.ts +13 -0
  33. package/dist/lib/components/ContextMenu/ContextMenuSubContent.d.ts +1 -1
  34. package/dist/lib/components/ContextMenu/ContextMenuTrigger.d.ts +1 -1
  35. package/dist/lib/components/ContextMenu/index.d.ts +16 -24
  36. package/dist/lib/components/DataList/DataListLabel.d.ts +1 -1
  37. package/dist/lib/components/DataList/DataListRoot.d.ts +14 -0
  38. package/dist/lib/components/DataList/DataListValue.d.ts +1 -1
  39. package/dist/lib/components/DataList/index.d.ts +7 -16
  40. package/dist/lib/components/Dialog/DialogAction.d.ts +1 -3
  41. package/dist/lib/components/Dialog/DialogCancel.d.ts +1 -1
  42. package/dist/lib/components/Dialog/DialogContent.d.ts +1 -1
  43. package/dist/lib/components/Dialog/DialogRoot.d.ts +15 -0
  44. package/dist/lib/components/Dialog/index.d.ts +14 -17
  45. package/dist/lib/components/DoughnutChart/index.d.ts +12 -13
  46. package/dist/lib/components/DropdownMenu/DropdonMenuRadioGroup.d.ts +0 -5
  47. package/dist/lib/components/DropdownMenu/DropdonMenuSubContent.d.ts +1 -1
  48. package/dist/lib/components/DropdownMenu/DropdownMenuCheckboxItem.d.ts +1 -1
  49. package/dist/lib/components/DropdownMenu/DropdownMenuContent.d.ts +1 -1
  50. package/dist/lib/components/DropdownMenu/DropdownMenuItem.d.ts +3 -1
  51. package/dist/lib/components/DropdownMenu/DropdownMenuItemIndicator.d.ts +1 -1
  52. package/dist/lib/components/DropdownMenu/DropdownMenuLable.d.ts +0 -1
  53. package/dist/lib/components/DropdownMenu/DropdownMenuRadioItem.d.ts +4 -2
  54. package/dist/lib/components/DropdownMenu/DropdownMenuRoot.d.ts +15 -0
  55. package/dist/lib/components/DropdownMenu/DropdownMenuTrigger.d.ts +3 -2
  56. package/dist/lib/components/DropdownMenu/index.d.ts +19 -22
  57. package/dist/lib/components/HoverCard/HoverCardContent.d.ts +2 -2
  58. package/dist/lib/components/HoverCard/HoverCardRoot.d.ts +11 -0
  59. package/dist/lib/components/HoverCard/index.d.ts +9 -9
  60. package/dist/lib/components/IconButton/index.d.ts +1 -1
  61. package/dist/lib/components/Inset/index.d.ts +1 -1
  62. package/dist/lib/components/Label/index.d.ts +1 -1
  63. package/dist/lib/components/LineChart/index.d.ts +43 -0
  64. package/dist/lib/components/Menubar/MenubarContent.d.ts +1 -1
  65. package/dist/lib/components/Menubar/MenubarItem.d.ts +1 -1
  66. package/dist/lib/components/Menubar/MenubarItemIndicator.d.ts +1 -1
  67. package/dist/lib/components/Menubar/MenubarMenu.d.ts +4 -1
  68. package/dist/lib/components/Menubar/MenubarRoot.d.ts +19 -0
  69. package/dist/lib/components/Menubar/MenubarSubContent.d.ts +1 -1
  70. package/dist/lib/components/Menubar/MenubarTrigger.d.ts +1 -1
  71. package/dist/lib/components/Menubar/index.d.ts +18 -30
  72. package/dist/lib/components/NavigationMenu/NavigationMenuContent.d.ts +1 -1
  73. package/dist/lib/components/NavigationMenu/NavigationMenuLink.d.ts +1 -1
  74. package/dist/lib/components/NavigationMenu/NavigationMenuList.d.ts +1 -1
  75. package/dist/lib/components/NavigationMenu/NavigationMenuRoot.d.ts +14 -0
  76. package/dist/lib/components/NavigationMenu/NavigationMenuTrigger.d.ts +1 -1
  77. package/dist/lib/components/NavigationMenu/NavigationMenuViewport.d.ts +2 -2
  78. package/dist/lib/components/NavigationMenu/index.d.ts +11 -20
  79. package/dist/lib/components/PieChart/index.d.ts +12 -13
  80. package/dist/lib/components/Popover/PopoverClose.d.ts +1 -1
  81. package/dist/lib/components/Popover/PopoverContent.d.ts +1 -1
  82. package/dist/lib/components/Popover/PopoverRoot.d.ts +12 -0
  83. package/dist/lib/components/Popover/index.d.ts +10 -11
  84. package/dist/lib/components/Progress/index.d.ts +2 -5
  85. package/dist/lib/components/RadarChart/index.d.ts +19 -21
  86. package/dist/lib/components/Radio/index.d.ts +0 -1
  87. package/dist/lib/components/RadioCards/RadioCardsItem.d.ts +1 -1
  88. package/dist/lib/components/RadioCards/RadioCardsRoot.d.ts +13 -0
  89. package/dist/lib/components/RadioCards/index.d.ts +5 -13
  90. package/dist/lib/components/RadioGroup/RadioGroupRoot.d.ts +15 -0
  91. package/dist/lib/components/RadioGroup/index.d.ts +5 -15
  92. package/dist/lib/components/SegmentedControl/SegmentedControlRoot.d.ts +14 -0
  93. package/dist/lib/components/SegmentedControl/index.d.ts +5 -14
  94. package/dist/lib/components/Select/index.d.ts +17 -8
  95. package/dist/lib/components/Skeleton/index.d.ts +1 -2
  96. package/dist/lib/components/Slider/index.d.ts +1 -2
  97. package/dist/lib/components/TabNav/index.d.ts +6 -2
  98. package/dist/lib/components/Table/index.d.ts +17 -8
  99. package/dist/lib/components/Tabs/index.d.ts +11 -5
  100. package/dist/lib/components/TextArea/index.d.ts +1 -1
  101. package/dist/lib/components/TextField/index.d.ts +7 -4
  102. package/dist/lib/components/Toast/ToastActionButton.d.ts +1 -1
  103. package/dist/lib/components/Toast/ToastRoot.d.ts +27 -0
  104. package/dist/lib/components/Toast/index.d.ts +7 -29
  105. package/dist/lib/components/Toggle/ToggleWithText.d.ts +2 -2
  106. package/dist/lib/components/Toggle/index.d.ts +1 -1
  107. package/dist/lib/components/ToggleGroup/ToggleGroupRoot.d.ts +15 -0
  108. package/dist/lib/components/ToggleGroup/index.d.ts +5 -19
  109. package/dist/lib/components/ToggleSwitch/index.d.ts +1 -1
  110. package/dist/lib/components/Tooltip/index.d.ts +4 -5
  111. package/dist/lib/components/index.d.ts +4 -0
  112. package/dist/lib/constants.d.ts +470 -0
  113. package/dist/lib/types.d.ts +70 -0
  114. package/dist/lib/utils/useDarkMode.d.ts +1 -0
  115. package/dist/lib/utils/utils.d.ts +0 -1
  116. package/package.json +137 -124
  117. package/dist/lib/Typography/Header/index.js +0 -55
  118. package/dist/lib/Typography/Text/index.js +0 -44
  119. package/dist/lib/Typography/index.js +0 -2
  120. package/dist/lib/color/alpha.js +0 -784
  121. package/dist/lib/color/constants.js +0 -200
  122. package/dist/lib/color/dark.js +0 -392
  123. package/dist/lib/color/krdsColors.js +0 -309
  124. package/dist/lib/color/light.js +0 -393
  125. package/dist/lib/components/Accordion/index.js +0 -58
  126. package/dist/lib/components/AlertDialog/AlertDialogAction.js +0 -59
  127. package/dist/lib/components/AlertDialog/AlertDialogCancel.js +0 -56
  128. package/dist/lib/components/AlertDialog/AlertDialogContent.js +0 -49
  129. package/dist/lib/components/AlertDialog/AlertDialogDescription.js +0 -45
  130. package/dist/lib/components/AlertDialog/AlertDialogTitle.js +0 -45
  131. package/dist/lib/components/AlertDialog/AlertDialogTrigger.js +0 -55
  132. package/dist/lib/components/AlertDialog/index.js +0 -37
  133. package/dist/lib/components/AspectRatio/index.js +0 -42
  134. package/dist/lib/components/Avatar/index.js +0 -57
  135. package/dist/lib/components/Badge/index.js +0 -54
  136. package/dist/lib/components/BubbleChart/index.js +0 -43
  137. package/dist/lib/components/Button/index.js +0 -56
  138. package/dist/lib/components/Callout/CalloutIcon.js +0 -57
  139. package/dist/lib/components/Callout/CalloutText.js +0 -52
  140. package/dist/lib/components/Callout/index.js +0 -75
  141. package/dist/lib/components/Card/index.js +0 -64
  142. package/dist/lib/components/Checkbox/index.js +0 -89
  143. package/dist/lib/components/CheckboxCard/index.js +0 -58
  144. package/dist/lib/components/CheckboxGroup/CheckboxGroupItem.js +0 -33
  145. package/dist/lib/components/CheckboxGroup/index.js +0 -35
  146. package/dist/lib/components/ContextMenu/ContextMenuCheckboxItem.js +0 -40
  147. package/dist/lib/components/ContextMenu/ContextMenuContent.js +0 -56
  148. package/dist/lib/components/ContextMenu/ContextMenuGroup.js +0 -30
  149. package/dist/lib/components/ContextMenu/ContextMenuItem.js +0 -59
  150. package/dist/lib/components/ContextMenu/ContextMenuItemIndicator.js +0 -50
  151. package/dist/lib/components/ContextMenu/ContextMenuLabel.js +0 -48
  152. package/dist/lib/components/ContextMenu/ContextMenuRadioGroup.js +0 -31
  153. package/dist/lib/components/ContextMenu/ContextMenuRadioItem.js +0 -41
  154. package/dist/lib/components/ContextMenu/ContextMenuSeparator.js +0 -31
  155. package/dist/lib/components/ContextMenu/ContextMenuSubContent.js +0 -53
  156. package/dist/lib/components/ContextMenu/ContextMenuSubTrigger.js +0 -40
  157. package/dist/lib/components/ContextMenu/ContextMenuTrigger.js +0 -31
  158. package/dist/lib/components/ContextMenu/index.js +0 -54
  159. package/dist/lib/components/DataList/DataListItem.js +0 -43
  160. package/dist/lib/components/DataList/DataListLabel.js +0 -49
  161. package/dist/lib/components/DataList/DataListValue.js +0 -51
  162. package/dist/lib/components/DataList/index.js +0 -57
  163. package/dist/lib/components/Dialog/DialogAction.js +0 -57
  164. package/dist/lib/components/Dialog/DialogCancel.js +0 -53
  165. package/dist/lib/components/Dialog/DialogContent.js +0 -55
  166. package/dist/lib/components/Dialog/DialogDescription.js +0 -45
  167. package/dist/lib/components/Dialog/DialogSlot.js +0 -44
  168. package/dist/lib/components/Dialog/DialogTitle.js +0 -45
  169. package/dist/lib/components/Dialog/DialogTrigger.js +0 -30
  170. package/dist/lib/components/Dialog/index.js +0 -38
  171. package/dist/lib/components/DoughnutChart/index.js +0 -46
  172. package/dist/lib/components/DropdownMenu/DropdonMenuRadioGroup.js +0 -31
  173. package/dist/lib/components/DropdownMenu/DropdonMenuSubContent.js +0 -58
  174. package/dist/lib/components/DropdownMenu/DropdownMenuCheckboxItem.js +0 -38
  175. package/dist/lib/components/DropdownMenu/DropdownMenuContent.js +0 -54
  176. package/dist/lib/components/DropdownMenu/DropdownMenuItem.js +0 -56
  177. package/dist/lib/components/DropdownMenu/DropdownMenuItemIndicator.js +0 -46
  178. package/dist/lib/components/DropdownMenu/DropdownMenuLable.js +0 -46
  179. package/dist/lib/components/DropdownMenu/DropdownMenuRadioItem.js +0 -39
  180. package/dist/lib/components/DropdownMenu/DropdownMenuSeparator.js +0 -31
  181. package/dist/lib/components/DropdownMenu/DropdownMenuSub.js +0 -30
  182. package/dist/lib/components/DropdownMenu/DropdownMenuSubTrigger.js +0 -38
  183. package/dist/lib/components/DropdownMenu/DropdownMenuTrigger.js +0 -51
  184. package/dist/lib/components/DropdownMenu/index.js +0 -43
  185. package/dist/lib/components/HoverCard/HoverCardContent.js +0 -59
  186. package/dist/lib/components/HoverCard/HoverCardTrigger.js +0 -30
  187. package/dist/lib/components/HoverCard/index.js +0 -33
  188. package/dist/lib/components/IconButton/index.js +0 -63
  189. package/dist/lib/components/Inset/index.js +0 -50
  190. package/dist/lib/components/Label/index.js +0 -53
  191. package/dist/lib/components/Menubar/MenubarCheckboxItem.js +0 -38
  192. package/dist/lib/components/Menubar/MenubarContent.js +0 -60
  193. package/dist/lib/components/Menubar/MenubarItem.js +0 -54
  194. package/dist/lib/components/Menubar/MenubarItemIndicator.js +0 -49
  195. package/dist/lib/components/Menubar/MenubarMenu.js +0 -30
  196. package/dist/lib/components/Menubar/MenubarRadioGroup.js +0 -31
  197. package/dist/lib/components/Menubar/MenubarRadioItem.js +0 -40
  198. package/dist/lib/components/Menubar/MenubarSeparator.js +0 -31
  199. package/dist/lib/components/Menubar/MenubarSub.js +0 -30
  200. package/dist/lib/components/Menubar/MenubarSubContent.js +0 -51
  201. package/dist/lib/components/Menubar/MenubarSubTrigger.js +0 -41
  202. package/dist/lib/components/Menubar/MenubarTrigger.js +0 -57
  203. package/dist/lib/components/Menubar/index.js +0 -73
  204. package/dist/lib/components/NavigationMenu/NavigationMenuContent.js +0 -48
  205. package/dist/lib/components/NavigationMenu/NavigationMenuIndicator.js +0 -31
  206. package/dist/lib/components/NavigationMenu/NavigationMenuItem.js +0 -30
  207. package/dist/lib/components/NavigationMenu/NavigationMenuLink.js +0 -51
  208. package/dist/lib/components/NavigationMenu/NavigationMenuList.js +0 -47
  209. package/dist/lib/components/NavigationMenu/NavigationMenuTrigger.js +0 -58
  210. package/dist/lib/components/NavigationMenu/NavigationMenuViewport.js +0 -53
  211. package/dist/lib/components/NavigationMenu/index.js +0 -50
  212. package/dist/lib/components/PieChart/index.js +0 -46
  213. package/dist/lib/components/Popover/PopoverClose.js +0 -46
  214. package/dist/lib/components/Popover/PopoverContent.js +0 -63
  215. package/dist/lib/components/Popover/PopoverTrigger.js +0 -30
  216. package/dist/lib/components/Popover/index.js +0 -34
  217. package/dist/lib/components/Progress/index.js +0 -57
  218. package/dist/lib/components/RadarChart/index.js +0 -43
  219. package/dist/lib/components/Radio/index.js +0 -51
  220. package/dist/lib/components/RadioCards/RadioCardsItem.js +0 -52
  221. package/dist/lib/components/RadioCards/index.js +0 -43
  222. package/dist/lib/components/RadioGroup/RadioGroupItem.js +0 -44
  223. package/dist/lib/components/RadioGroup/index.js +0 -51
  224. package/dist/lib/components/ScrollArea/index.js +0 -36
  225. package/dist/lib/components/SegmentedControl/SegmentedControlItem.js +0 -35
  226. package/dist/lib/components/SegmentedControl/index.js +0 -48
  227. package/dist/lib/components/Select/index.js +0 -83
  228. package/dist/lib/components/Separator/index.js +0 -47
  229. package/dist/lib/components/Skeleton/index.js +0 -43
  230. package/dist/lib/components/Slider/index.js +0 -50
  231. package/dist/lib/components/Spinner/index.js +0 -47
  232. package/dist/lib/components/TabNav/index.js +0 -46
  233. package/dist/lib/components/Table/index.js +0 -89
  234. package/dist/lib/components/Tabs/index.js +0 -59
  235. package/dist/lib/components/TextArea/index.js +0 -58
  236. package/dist/lib/components/TextField/index.js +0 -53
  237. package/dist/lib/components/Toast/ToastActionButton.js +0 -67
  238. package/dist/lib/components/Toast/ToastDescription.js +0 -53
  239. package/dist/lib/components/Toast/ToastTitle.js +0 -53
  240. package/dist/lib/components/Toast/index.js +0 -94
  241. package/dist/lib/components/Toggle/ToggleWithText.js +0 -57
  242. package/dist/lib/components/Toggle/index.js +0 -58
  243. package/dist/lib/components/ToggleGroup/index.js +0 -43
  244. package/dist/lib/components/ToggleGroup/toggleGroupItem.js +0 -52
  245. package/dist/lib/components/ToggleSwitch/index.js +0 -71
  246. package/dist/lib/components/Tooltip/index.js +0 -49
  247. package/dist/lib/components/index.js +0 -48
  248. package/dist/lib/constants.js +0 -569
  249. package/dist/lib/index.js +0 -2
  250. package/dist/lib/types.js +0 -1
  251. package/dist/lib/utils/utils.js +0 -27
  252. package/dist/tailwind.config.js +0 -144
  253. /package/dist/lib/components/ToggleGroup/{toggleGroupItem.d.ts → ToggleGroupItem.d.ts} +0 -0
@@ -7,6 +7,7 @@ export declare const weightOptions: IWeight[];
7
7
  export declare const themeOptions: ITheme[];
8
8
  export declare const appearanceOptions: IAppearance[];
9
9
  export declare const labelPositionList: string[];
10
+ export declare const pointStyleList: (string | boolean)[];
10
11
  export declare const radiusVariants: {
11
12
  small: {
12
13
  none: string;
@@ -172,6 +173,475 @@ export declare const commonArgTypes: {
172
173
  summary: string;
173
174
  };
174
175
  };
176
+ isColorMixed: {
177
+ table: {
178
+ category: string;
179
+ type: {
180
+ summary: string;
181
+ };
182
+ };
183
+ description: string;
184
+ control: string;
185
+ defaultValue: {
186
+ summary: string;
187
+ };
188
+ };
189
+ chartAppearance: {
190
+ table: {
191
+ category: string;
192
+ type: {
193
+ summary: string;
194
+ };
195
+ };
196
+ options: string[];
197
+ control: string;
198
+ defaultValue: {
199
+ summary: string;
200
+ };
201
+ description: string;
202
+ };
203
+ datasets: {
204
+ name: string;
205
+ description: string;
206
+ table: {
207
+ category: string;
208
+ type: {
209
+ summary: string;
210
+ };
211
+ };
212
+ };
213
+ labels: {
214
+ description: string;
215
+ table: {
216
+ category: string;
217
+ type: {
218
+ summary: string;
219
+ };
220
+ };
221
+ };
222
+ };
223
+ export declare const chartColorStyle: () => Record<string, string>;
224
+ export declare const chartTitleArgTypes: {
225
+ title: {
226
+ description: string;
227
+ table: {
228
+ category: string;
229
+ type: {
230
+ summary: string;
231
+ };
232
+ };
233
+ };
234
+ 'title.display': {
235
+ description: string;
236
+ table: {
237
+ category: string;
238
+ type: {
239
+ summary: string;
240
+ };
241
+ };
242
+ control: {
243
+ type: string;
244
+ defaultValue: boolean;
245
+ };
246
+ defaultValue: {
247
+ summary: boolean;
248
+ };
249
+ };
250
+ 'title.text': {
251
+ description: string;
252
+ table: {
253
+ category: string;
254
+ type: {
255
+ summary: string;
256
+ };
257
+ };
258
+ control: {
259
+ type: string;
260
+ };
261
+ defaultValue: {
262
+ summary: string;
263
+ };
264
+ };
265
+ 'title.position': {
266
+ description: string;
267
+ table: {
268
+ category: string;
269
+ type: {
270
+ summary: string;
271
+ };
272
+ };
273
+ control: {
274
+ type: string;
275
+ };
276
+ options: string[];
277
+ defaultValue: {
278
+ summary: string;
279
+ };
280
+ };
281
+ 'title.align': {
282
+ description: string;
283
+ table: {
284
+ category: string;
285
+ type: {
286
+ summary: string;
287
+ };
288
+ };
289
+ control: {
290
+ type: string;
291
+ };
292
+ options: string[];
293
+ defaultValue: {
294
+ summary: string;
295
+ };
296
+ };
297
+ 'title.font.size': {
298
+ description: string;
299
+ table: {
300
+ category: string;
301
+ type: {
302
+ summary: string;
303
+ };
304
+ };
305
+ control: {
306
+ type: string;
307
+ };
308
+ defaultValue: {
309
+ summary: number;
310
+ };
311
+ };
312
+ };
313
+ export declare const chartLegendArgTypes: {
314
+ legend: {
315
+ description: string;
316
+ table: {
317
+ category: string;
318
+ type: {
319
+ summary: string;
320
+ };
321
+ };
322
+ };
323
+ 'legend.display': {
324
+ description: string;
325
+ table: {
326
+ category: string;
327
+ type: {
328
+ summary: string;
329
+ };
330
+ };
331
+ control: {
332
+ type: string;
333
+ };
334
+ defaultValue: {
335
+ summary: boolean;
336
+ };
337
+ };
338
+ 'legend.align': {
339
+ description: string;
340
+ table: {
341
+ category: string;
342
+ type: {
343
+ summary: string;
344
+ };
345
+ };
346
+ control: {
347
+ type: string;
348
+ };
349
+ options: string[];
350
+ defaultValue: {
351
+ summary: string;
352
+ };
353
+ };
354
+ 'legend.position': {
355
+ description: string;
356
+ table: {
357
+ category: string;
358
+ type: {
359
+ summary: string;
360
+ };
361
+ };
362
+ control: {
363
+ type: string;
364
+ };
365
+ options: string[];
366
+ defaultValue: {
367
+ summary: string;
368
+ };
369
+ };
370
+ 'legend.maxHeight': {
371
+ description: string;
372
+ table: {
373
+ category: string;
374
+ type: {
375
+ summary: string;
376
+ };
377
+ };
378
+ control: {
379
+ type: string;
380
+ };
381
+ defaultValue: {
382
+ summary: number;
383
+ };
384
+ };
385
+ 'legend.maxWidth': {
386
+ description: string;
387
+ table: {
388
+ category: string;
389
+ type: {
390
+ summary: string;
391
+ };
392
+ };
393
+ control: {
394
+ type: string;
395
+ };
396
+ defaultValue: {
397
+ summary: number;
398
+ };
399
+ };
400
+ 'legend.title.display': {
401
+ description: string;
402
+ table: {
403
+ category: string;
404
+ type: {
405
+ summary: string;
406
+ };
407
+ };
408
+ control: {
409
+ type: string;
410
+ };
411
+ defaultValue: {
412
+ summary: boolean;
413
+ };
414
+ };
415
+ 'legend.title.text': {
416
+ description: string;
417
+ table: {
418
+ category: string;
419
+ type: {
420
+ summary: string;
421
+ };
422
+ };
423
+ control: {
424
+ type: string;
425
+ };
426
+ defaultValue: {
427
+ summary: string;
428
+ };
429
+ };
430
+ 'legend.labels.usePointStyle': {
431
+ description: string;
432
+ table: {
433
+ category: string;
434
+ type: {
435
+ summary: string;
436
+ };
437
+ };
438
+ control: {
439
+ type: string;
440
+ };
441
+ defaultValue: {
442
+ summary: string;
443
+ };
444
+ };
445
+ 'legend.labels.pointStyle': {
446
+ description: string;
447
+ table: {
448
+ category: string;
449
+ type: {
450
+ summary: string;
451
+ };
452
+ };
453
+ control: {
454
+ type: string;
455
+ };
456
+ options: (string | boolean)[];
457
+ defaultValue: {
458
+ summary: string;
459
+ };
460
+ };
461
+ };
462
+ export declare const chartDatasetsArgsTypes: {
463
+ 'datasets[n].data': {
464
+ description: string;
465
+ table: {
466
+ category: string;
467
+ type: {
468
+ summary: string;
469
+ };
470
+ };
471
+ };
472
+ 'datasets[n].label': {
473
+ description: string;
474
+ table: {
475
+ category: string;
476
+ type: {
477
+ summary: string;
478
+ };
479
+ };
480
+ };
481
+ 'datasets[n].backgroundColor': {
482
+ description: string;
483
+ table: {
484
+ category: string;
485
+ type: {
486
+ summary: string;
487
+ };
488
+ };
489
+ };
490
+ 'datasets[n].borderColor': {
491
+ description: string;
492
+ table: {
493
+ category: string;
494
+ type: {
495
+ summary: string;
496
+ };
497
+ };
498
+ };
499
+ 'datasets[n].borderWidth': {
500
+ description: string;
501
+ table: {
502
+ category: string;
503
+ type: {
504
+ summary: string;
505
+ };
506
+ };
507
+ };
508
+ 'datasets[n].borderRadius': {
509
+ description: string;
510
+ table: {
511
+ category: string;
512
+ type: {
513
+ summary: string;
514
+ };
515
+ };
516
+ };
517
+ 'datasets[n].hoverBackgroundColor': {
518
+ description: string;
519
+ table: {
520
+ category: string;
521
+ type: {
522
+ summary: string;
523
+ };
524
+ };
525
+ };
526
+ 'datasets[n].hoverBorderColor': {
527
+ description: string;
528
+ table: {
529
+ category: string;
530
+ type: {
531
+ summary: string;
532
+ };
533
+ };
534
+ };
535
+ 'datasets[n].hoverBorderWidth': {
536
+ description: string;
537
+ table: {
538
+ category: string;
539
+ type: {
540
+ summary: string;
541
+ };
542
+ };
543
+ };
544
+ 'datasets[n].hoverBorderRadius': {
545
+ description: string;
546
+ table: {
547
+ category: string;
548
+ type: {
549
+ summary: string;
550
+ };
551
+ };
552
+ };
553
+ 'datasets[n].order': {
554
+ description: string;
555
+ table: {
556
+ category: string;
557
+ type: {
558
+ summary: string;
559
+ };
560
+ };
561
+ };
562
+ 'datasets[n].hidden': {
563
+ description: string;
564
+ table: {
565
+ category: string;
566
+ type: {
567
+ summary: string;
568
+ };
569
+ };
570
+ };
571
+ 'datasets[n].borderDash': {
572
+ description: string;
573
+ table: {
574
+ category: string;
575
+ type: {
576
+ summary: string;
577
+ };
578
+ };
579
+ };
580
+ 'datasets[n].borderDashOffset': {
581
+ description: string;
582
+ table: {
583
+ category: string;
584
+ type: {
585
+ summary: string;
586
+ };
587
+ };
588
+ };
589
+ 'datasets[n].offset': {
590
+ description: string;
591
+ table: {
592
+ category: string;
593
+ type: {
594
+ summary: string;
595
+ };
596
+ };
597
+ };
598
+ 'datasets[n].weight': {
599
+ description: string;
600
+ table: {
601
+ category: string;
602
+ type: {
603
+ summary: string;
604
+ };
605
+ };
606
+ };
607
+ };
608
+ export declare const chartDatalabelsArgsTypes: {
609
+ datalabels: {
610
+ table: {
611
+ disable: boolean;
612
+ };
613
+ };
614
+ 'datalabels.display': {
615
+ description: string;
616
+ table: {
617
+ category: string;
618
+ type: {
619
+ summary: string;
620
+ };
621
+ };
622
+ control: {
623
+ type: string;
624
+ };
625
+ defaultValue: {
626
+ summary: boolean;
627
+ };
628
+ };
629
+ 'datalabels.color': {
630
+ description: string;
631
+ table: {
632
+ category: string;
633
+ type: {
634
+ summary: string;
635
+ };
636
+ };
637
+ control: {
638
+ type: string;
639
+ };
640
+ options: string[];
641
+ defaultValue: {
642
+ summary: string;
643
+ };
644
+ };
175
645
  };
176
646
  export declare const blackText: string[];
177
647
  export declare const primaryColorStyle: () => Record<string, string>;
@@ -9,3 +9,73 @@ export type PointStyle = 'circle' | 'cross' | 'crossRot' | 'dash' | 'line' | 're
9
9
  export type IColor = 'slate' | 'olive' | 'sand' | 'tomato' | 'red' | 'ruby' | 'crimson' | 'pink' | 'plum' | 'purple' | 'violet' | 'iris' | 'indigo' | 'blue' | 'cyan' | 'teal' | 'jade' | 'green' | 'grass' | 'brown' | 'bronze' | 'gold' | 'sky' | 'mint' | 'lime' | 'yellow' | 'amber' | 'orange' | 'black' | 'white';
10
10
  export type IDarkColor = 'blackDark' | 'whiteDark' | 'slateDark' | 'oliveDark' | 'sandDark' | 'tomatoDark' | 'redDark' | 'rubyDark' | 'crimsonDark' | 'pinkDark' | 'plumDark' | 'purpleDark' | 'violetDark' | 'irisDark' | 'indigoDark' | 'blueDark' | 'cyanDark' | 'tealDark' | 'jadeDark' | 'greenDark' | 'grassDark' | 'brownDark' | 'bronzeDark' | 'goldDark' | 'skyDark' | 'mintDark' | 'limeDark' | 'yellowDark' | 'amberDark' | 'orangeDark' | 'slateDarkA' | 'oliveDarkA' | 'sandDarkA' | 'tomatoDarkA' | 'redDarkA' | 'rubyDarkA' | 'crimsonDarkA' | 'pinkDarkA' | 'plumDarkA' | 'purpleDarkA' | 'violetDarkA' | 'irisDarkA' | 'indigoDarkA' | 'blueDarkA' | 'cyanDarkA' | 'tealDarkA' | 'jadeDarkA' | 'greenDarkA' | 'grassDarkA' | 'brownDarkA' | 'bronzeDarkA' | 'goldDarkA' | 'skyDarkA' | 'mintDarkA' | 'limeDarkA' | 'yellowDarkA' | 'amberDarkA' | 'orangeDarkA';
11
11
  export type IAlphaColor = 'slateA' | 'oliveA' | 'sandA' | 'tomatoA' | 'redA' | 'rubyA' | 'crimsonA' | 'pinkA' | 'plumA' | 'purpleA' | 'violetA' | 'irisA' | 'indigoA' | 'blueA' | 'cyanA' | 'tealA' | 'jadeA' | 'greenA' | 'grassA' | 'brownA' | 'bronzeA' | 'goldA' | 'skyA' | 'mintA' | 'limeA' | 'yellowA' | 'amberA' | 'orangeA';
12
+ export type IChartTitle = {
13
+ text?: string | string[];
14
+ display?: boolean;
15
+ position?: 'top' | 'right' | 'bottom' | 'left';
16
+ align?: 'start' | 'center' | 'end';
17
+ font?: {
18
+ size?: number;
19
+ weight?: 'normal' | 'bold' | 'lighter' | 'bolder' | number;
20
+ lineHeight?: number;
21
+ };
22
+ };
23
+ export type IChartLegend = {
24
+ display?: boolean;
25
+ align?: 'start' | 'center' | 'end';
26
+ position?: 'top' | 'right' | 'bottom' | 'left';
27
+ maxHeight?: number;
28
+ maxWidth?: number;
29
+ fullSize?: boolean;
30
+ reverse?: boolean;
31
+ labels?: {
32
+ boxWidth?: number;
33
+ boxHeight?: number;
34
+ padding?: number;
35
+ textAlign?: 'left' | 'right' | 'center';
36
+ color?: string;
37
+ usePointStyle?: boolean;
38
+ pointStyle?: PointStyle;
39
+ pointStyleWidth?: number;
40
+ useBorderRadius?: boolean;
41
+ borderRadius?: number;
42
+ };
43
+ rtl?: boolean;
44
+ textDirection?: 'rtl' | 'ltr';
45
+ title?: {
46
+ color?: string;
47
+ display?: boolean;
48
+ padding?: number;
49
+ text?: string;
50
+ };
51
+ };
52
+ export type IChartDatasets = {
53
+ label?: string;
54
+ backgroundColor?: string[] | string;
55
+ borderColor?: string[] | string;
56
+ borderWidth?: number;
57
+ borderRadius?: number;
58
+ borderDash?: number[];
59
+ borderDashOffset?: number;
60
+ hoverBackgroundColor?: string;
61
+ hoverBorderColor?: string;
62
+ hoverBorderWidth?: number;
63
+ pointStyle?: PointStyle;
64
+ offset?: number;
65
+ spacing?: number;
66
+ weight?: number;
67
+ order?: number;
68
+ hidden?: boolean;
69
+ };
70
+ export type IChartDataLabels = {
71
+ display?: boolean;
72
+ color?: string;
73
+ align?: 'start' | 'center' | 'end' | number;
74
+ backgroundColor?: string | ((context: any) => string);
75
+ borderColor?: string;
76
+ borderRadius?: number;
77
+ borderWidth?: number;
78
+ font?: object;
79
+ formatter?: (x: number) => number;
80
+ padding?: number;
81
+ };
@@ -0,0 +1 @@
1
+ export declare const useDarkMode: (isRAxes?: boolean) => any[];
@@ -1,3 +1,2 @@
1
1
  import { type ClassValue } from 'clsx';
2
2
  export declare function cn(...inputs: ClassValue[]): string;
3
- export declare function textColorFormat(colors: Record<string, Record<string, string>>): Record<string, string>;