@rovula/ui 0.0.21 → 0.0.22

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 (299) hide show
  1. package/dist/cjs/bundle.css +155 -495
  2. package/dist/cjs/bundle.js +3 -3
  3. package/dist/cjs/bundle.js.map +1 -1
  4. package/dist/cjs/types/components/ActionButton/ActionButton.stories.d.ts +7 -7
  5. package/dist/cjs/types/components/Button/Button.d.ts +1 -1
  6. package/dist/cjs/types/components/Button/Button.styles.d.ts +1 -1
  7. package/dist/cjs/types/components/Button/Buttons.stories.d.ts +13 -13
  8. package/dist/cjs/types/components/Checkbox/Checkbox.stories.d.ts +60 -60
  9. package/dist/cjs/types/components/Dropdown/Dropdown.stories.d.ts +64 -64
  10. package/dist/cjs/types/components/Icon/Icon.d.ts +11 -0
  11. package/dist/cjs/types/components/Icon/Icon.stories.d.ts +508 -0
  12. package/dist/cjs/types/components/Icon/Icon.styles.d.ts +4 -0
  13. package/dist/cjs/types/components/Input/Input.stories.d.ts +115 -115
  14. package/dist/cjs/types/components/Label/Label.stories.d.ts +51 -51
  15. package/dist/cjs/types/components/RadioGroup/RadioGroup.stories.d.ts +54 -54
  16. package/dist/cjs/types/components/Search/Search.stories.d.ts +64 -64
  17. package/dist/cjs/types/components/Slider/Slider.d.ts +5 -0
  18. package/dist/cjs/types/components/Slider/Slider.stories.d.ts +303 -0
  19. package/dist/cjs/types/components/Switch/Switch.d.ts +4 -0
  20. package/dist/cjs/types/components/Switch/Switch.stories.d.ts +305 -0
  21. package/dist/cjs/types/components/Table/Table.stories.d.ts +7 -7
  22. package/dist/cjs/types/components/Tabs/Tabs.d.ts +12 -3
  23. package/dist/cjs/types/components/Tabs/Tabs.stories.d.ts +18 -0
  24. package/dist/cjs/types/components/TextInput/TextInput.stories.d.ts +62 -62
  25. package/dist/cjs/types/components/TextInput/TextInput.styles.d.ts +1 -1
  26. package/dist/cjs/types/icons/heroIconConfig.d.ts +1 -0
  27. package/dist/cjs/types/icons/iconConfig.d.ts +2 -0
  28. package/dist/cjs/types/icons/iconRegistry.d.ts +19 -0
  29. package/dist/cjs/types/icons/index.d.ts +1 -0
  30. package/dist/cjs/types/icons/material-icon/outline/ChevronDownIcon.d.ts +3 -0
  31. package/dist/cjs/types/icons/material-icon/outline/CollapseContentIcon.d.ts +3 -0
  32. package/dist/cjs/types/icons/material-icon/outline/ContentCopyIcon.d.ts +3 -0
  33. package/dist/cjs/types/icons/material-icon/outline/ContentPasteIcon.d.ts +3 -0
  34. package/dist/cjs/types/icons/material-icon/outline/DataTableIcon.d.ts +3 -0
  35. package/dist/cjs/types/icons/material-icon/outline/ExpandCircleDownIcon.d.ts +3 -0
  36. package/dist/cjs/types/icons/material-icon/outline/ExpandCircleRightIcon.d.ts +3 -0
  37. package/dist/cjs/types/icons/material-icon/outline/ExpandCircleUpIcon.d.ts +3 -0
  38. package/dist/cjs/types/icons/material-icon/outline/ExpandContentIcon.d.ts +3 -0
  39. package/dist/cjs/types/icons/material-icon/outline/InterestsIcon.d.ts +3 -0
  40. package/dist/cjs/types/icons/material-icon/outline/SaveIcon.d.ts +3 -0
  41. package/dist/cjs/types/icons/material-icon/outline/TableChartIcon.d.ts +3 -0
  42. package/dist/cjs/types/icons/material-icon/outline/index.d.ts +12 -0
  43. package/dist/cjs/types/icons/material-icon/solid/ChevronDownIcon.d.ts +3 -0
  44. package/dist/cjs/types/icons/material-icon/solid/CollapseContentIcon.d.ts +3 -0
  45. package/dist/cjs/types/icons/material-icon/solid/ContentCopyIcon.d.ts +3 -0
  46. package/dist/cjs/types/icons/material-icon/solid/ContentPasteIcon.d.ts +3 -0
  47. package/dist/cjs/types/icons/material-icon/solid/DataTableIcon.d.ts +3 -0
  48. package/dist/cjs/types/icons/material-icon/solid/ExpandCircleDownIcon.d.ts +3 -0
  49. package/dist/cjs/types/icons/material-icon/solid/ExpandCircleRightIcon.d.ts +3 -0
  50. package/dist/cjs/types/icons/material-icon/solid/ExpandCircleUpIcon.d.ts +3 -0
  51. package/dist/cjs/types/icons/material-icon/solid/ExpandContentIcon.d.ts +3 -0
  52. package/dist/cjs/types/icons/material-icon/solid/InterestsIcon.d.ts +3 -0
  53. package/dist/cjs/types/icons/material-icon/solid/SaveIcon.d.ts +3 -0
  54. package/dist/cjs/types/icons/material-icon/solid/TableChartIcon.d.ts +3 -0
  55. package/dist/cjs/types/icons/material-icon/solid/index.d.ts +12 -0
  56. package/dist/cjs/types/icons/materialIconConfig.d.ts +1 -0
  57. package/dist/cjs/types/icons/type.d.ts +8 -0
  58. package/dist/cjs/types/icons/utils.d.ts +1 -0
  59. package/dist/cjs/types/index.d.ts +4 -0
  60. package/dist/components/ActionButton/ActionButton.js +8 -19
  61. package/dist/components/ActionButton/ActionButton.stories.js +12 -22
  62. package/dist/components/ActionButton/ActionButton.styles.js +33 -8
  63. package/dist/components/AlertDialog/Alert.stories.js +5 -16
  64. package/dist/components/AlertDialog/AlertDialog.js +27 -38
  65. package/dist/components/Avatar/Avatar.js +7 -8
  66. package/dist/components/Avatar/Avatar.stories.js +11 -22
  67. package/dist/components/Avatar/Avatar.styles.js +1 -1
  68. package/dist/components/Avatar/AvatarBase.js +9 -20
  69. package/dist/components/Avatar/AvatarGroup.js +9 -10
  70. package/dist/components/Avatar/AvatarGroup.stories.js +9 -20
  71. package/dist/components/Button/Button.js +4 -15
  72. package/dist/components/Button/Button.styles.js +1 -1
  73. package/dist/components/Button/Buttons.stories.js +18 -29
  74. package/dist/components/Calendar/Calendar.js +3 -14
  75. package/dist/components/Calendar/Calendar.stories.js +6 -17
  76. package/dist/components/Checkbox/Checkbox.js +3 -14
  77. package/dist/components/Checkbox/Checkbox.stories.js +12 -23
  78. package/dist/components/Collapsible/Collapsible.js +14 -17
  79. package/dist/components/Collapsible/Collapsible.stories.js +9 -20
  80. package/dist/components/Collapsible/Collapsible.styles.js +4 -4
  81. package/dist/components/Collapsible/CollapsibleContext.js +9 -10
  82. package/dist/components/DataTable/DataTable.js +25 -26
  83. package/dist/components/DataTable/DataTable.stories.js +10 -21
  84. package/dist/components/DatePicker/DatePicker.js +4 -20
  85. package/dist/components/DatePicker/DatePicker.stories.js +6 -17
  86. package/dist/components/Dialog/Dialog.js +22 -33
  87. package/dist/components/Dialog/Dialog.stories.js +8 -19
  88. package/dist/components/Dropdown/Dropdown.js +26 -37
  89. package/dist/components/Dropdown/Dropdown.stories.js +36 -55
  90. package/dist/components/Dropdown/Dropdown.styles.js +3 -3
  91. package/dist/components/Form/Form.js +26 -87
  92. package/dist/components/Form/Text.js +2 -3
  93. package/dist/components/Form/TextInput.js +2 -3
  94. package/dist/components/Icon/Icon.js +37 -0
  95. package/dist/components/Icon/Icon.stories.js +356 -0
  96. package/dist/components/Icon/Icon.styles.js +25 -0
  97. package/dist/components/Input/Input.js +9 -20
  98. package/dist/components/Input/Input.stories.js +6 -17
  99. package/dist/components/Input/Input.styles.js +1 -1
  100. package/dist/components/Label/Label.js +3 -14
  101. package/dist/components/Label/Label.stories.js +5 -16
  102. package/dist/components/Label/Label.styles.js +1 -1
  103. package/dist/components/Loading/Loading.js +5 -17
  104. package/dist/components/Loading/Loading.stories.js +6 -17
  105. package/dist/components/Navbar/Navbar.js +3 -4
  106. package/dist/components/Navbar/Navbar.stories.js +8 -19
  107. package/dist/components/Popover/Popover.js +5 -16
  108. package/dist/components/Popover/Popover.stories.js +5 -16
  109. package/dist/components/ProgressBar/ProgressBar.js +8 -9
  110. package/dist/components/ProgressBar/ProgressBar.stories.js +14 -27
  111. package/dist/components/RadioGroup/RadioGroup.js +6 -17
  112. package/dist/components/RadioGroup/RadioGroup.stories.js +9 -20
  113. package/dist/components/Search/Search.js +2 -13
  114. package/dist/components/Search/Search.stories.js +10 -21
  115. package/dist/components/Slider/Slider.js +22 -0
  116. package/dist/components/Slider/Slider.stories.js +33 -0
  117. package/dist/components/Switch/Switch.js +22 -0
  118. package/dist/components/Switch/Switch.stories.js +32 -0
  119. package/dist/components/Table/Datagrid.js +2 -3
  120. package/dist/components/Table/Table.js +24 -35
  121. package/dist/components/Table/Table.stories.js +5 -16
  122. package/dist/components/Tabs/Tabs.js +56 -9
  123. package/dist/components/Tabs/Tabs.stories.js +13 -24
  124. package/dist/components/Text/Text.js +3 -4
  125. package/dist/components/Text/Text.stories.js +12 -23
  126. package/dist/components/TextInput/TextInput.js +30 -41
  127. package/dist/components/TextInput/TextInput.stories.js +17 -28
  128. package/dist/components/TextInput/TextInput.styles.js +7 -7
  129. package/dist/components/ThemeToggle.js +3 -3
  130. package/dist/esm/bundle.css +155 -495
  131. package/dist/esm/bundle.js +3 -3
  132. package/dist/esm/bundle.js.map +1 -1
  133. package/dist/esm/types/components/ActionButton/ActionButton.stories.d.ts +7 -7
  134. package/dist/esm/types/components/Button/Button.d.ts +1 -1
  135. package/dist/esm/types/components/Button/Button.styles.d.ts +1 -1
  136. package/dist/esm/types/components/Button/Buttons.stories.d.ts +13 -13
  137. package/dist/esm/types/components/Checkbox/Checkbox.stories.d.ts +60 -60
  138. package/dist/esm/types/components/Dropdown/Dropdown.stories.d.ts +64 -64
  139. package/dist/esm/types/components/Icon/Icon.d.ts +11 -0
  140. package/dist/esm/types/components/Icon/Icon.stories.d.ts +508 -0
  141. package/dist/esm/types/components/Icon/Icon.styles.d.ts +4 -0
  142. package/dist/esm/types/components/Input/Input.stories.d.ts +115 -115
  143. package/dist/esm/types/components/Label/Label.stories.d.ts +51 -51
  144. package/dist/esm/types/components/RadioGroup/RadioGroup.stories.d.ts +54 -54
  145. package/dist/esm/types/components/Search/Search.stories.d.ts +64 -64
  146. package/dist/esm/types/components/Slider/Slider.d.ts +5 -0
  147. package/dist/esm/types/components/Slider/Slider.stories.d.ts +303 -0
  148. package/dist/esm/types/components/Switch/Switch.d.ts +4 -0
  149. package/dist/esm/types/components/Switch/Switch.stories.d.ts +305 -0
  150. package/dist/esm/types/components/Table/Table.stories.d.ts +7 -7
  151. package/dist/esm/types/components/Tabs/Tabs.d.ts +12 -3
  152. package/dist/esm/types/components/Tabs/Tabs.stories.d.ts +18 -0
  153. package/dist/esm/types/components/TextInput/TextInput.stories.d.ts +62 -62
  154. package/dist/esm/types/components/TextInput/TextInput.styles.d.ts +1 -1
  155. package/dist/esm/types/icons/heroIconConfig.d.ts +1 -0
  156. package/dist/esm/types/icons/iconConfig.d.ts +2 -0
  157. package/dist/esm/types/icons/iconRegistry.d.ts +19 -0
  158. package/dist/esm/types/icons/index.d.ts +1 -0
  159. package/dist/esm/types/icons/material-icon/outline/ChevronDownIcon.d.ts +3 -0
  160. package/dist/esm/types/icons/material-icon/outline/CollapseContentIcon.d.ts +3 -0
  161. package/dist/esm/types/icons/material-icon/outline/ContentCopyIcon.d.ts +3 -0
  162. package/dist/esm/types/icons/material-icon/outline/ContentPasteIcon.d.ts +3 -0
  163. package/dist/esm/types/icons/material-icon/outline/DataTableIcon.d.ts +3 -0
  164. package/dist/esm/types/icons/material-icon/outline/ExpandCircleDownIcon.d.ts +3 -0
  165. package/dist/esm/types/icons/material-icon/outline/ExpandCircleRightIcon.d.ts +3 -0
  166. package/dist/esm/types/icons/material-icon/outline/ExpandCircleUpIcon.d.ts +3 -0
  167. package/dist/esm/types/icons/material-icon/outline/ExpandContentIcon.d.ts +3 -0
  168. package/dist/esm/types/icons/material-icon/outline/InterestsIcon.d.ts +3 -0
  169. package/dist/esm/types/icons/material-icon/outline/SaveIcon.d.ts +3 -0
  170. package/dist/esm/types/icons/material-icon/outline/TableChartIcon.d.ts +3 -0
  171. package/dist/esm/types/icons/material-icon/outline/index.d.ts +12 -0
  172. package/dist/esm/types/icons/material-icon/solid/ChevronDownIcon.d.ts +3 -0
  173. package/dist/esm/types/icons/material-icon/solid/CollapseContentIcon.d.ts +3 -0
  174. package/dist/esm/types/icons/material-icon/solid/ContentCopyIcon.d.ts +3 -0
  175. package/dist/esm/types/icons/material-icon/solid/ContentPasteIcon.d.ts +3 -0
  176. package/dist/esm/types/icons/material-icon/solid/DataTableIcon.d.ts +3 -0
  177. package/dist/esm/types/icons/material-icon/solid/ExpandCircleDownIcon.d.ts +3 -0
  178. package/dist/esm/types/icons/material-icon/solid/ExpandCircleRightIcon.d.ts +3 -0
  179. package/dist/esm/types/icons/material-icon/solid/ExpandCircleUpIcon.d.ts +3 -0
  180. package/dist/esm/types/icons/material-icon/solid/ExpandContentIcon.d.ts +3 -0
  181. package/dist/esm/types/icons/material-icon/solid/InterestsIcon.d.ts +3 -0
  182. package/dist/esm/types/icons/material-icon/solid/SaveIcon.d.ts +3 -0
  183. package/dist/esm/types/icons/material-icon/solid/TableChartIcon.d.ts +3 -0
  184. package/dist/esm/types/icons/material-icon/solid/index.d.ts +12 -0
  185. package/dist/esm/types/icons/materialIconConfig.d.ts +1 -0
  186. package/dist/esm/types/icons/type.d.ts +8 -0
  187. package/dist/esm/types/icons/utils.d.ts +1 -0
  188. package/dist/esm/types/index.d.ts +4 -0
  189. package/dist/icons/heroIconConfig.js +13 -0
  190. package/dist/icons/iconConfig.js +2 -0
  191. package/dist/icons/iconRegistry.js +47 -0
  192. package/dist/icons/index.js +1 -0
  193. package/dist/icons/material-icon/outline/ChevronDownIcon.js +3 -0
  194. package/dist/icons/material-icon/outline/CollapseContentIcon.js +3 -0
  195. package/dist/icons/material-icon/outline/ContentCopyIcon.js +3 -0
  196. package/dist/icons/material-icon/outline/ContentPasteIcon.js +3 -0
  197. package/dist/icons/material-icon/outline/DataTableIcon.js +3 -0
  198. package/dist/icons/material-icon/outline/ExpandCircleDownIcon.js +3 -0
  199. package/dist/icons/material-icon/outline/ExpandCircleRightIcon.js +3 -0
  200. package/dist/icons/material-icon/outline/ExpandCircleUpIcon.js +3 -0
  201. package/dist/icons/material-icon/outline/ExpandContentIcon.js +3 -0
  202. package/dist/icons/material-icon/outline/InterestsIcon.js +3 -0
  203. package/dist/icons/material-icon/outline/SaveIcon.js +3 -0
  204. package/dist/icons/material-icon/outline/TableChartIcon.js +3 -0
  205. package/dist/icons/material-icon/outline/index.js +12 -0
  206. package/dist/icons/material-icon/solid/ChevronDownIcon.js +3 -0
  207. package/dist/icons/material-icon/solid/CollapseContentIcon.js +3 -0
  208. package/dist/icons/material-icon/solid/ContentCopyIcon.js +3 -0
  209. package/dist/icons/material-icon/solid/ContentPasteIcon.js +3 -0
  210. package/dist/icons/material-icon/solid/DataTableIcon.js +3 -0
  211. package/dist/icons/material-icon/solid/ExpandCircleDownIcon.js +3 -0
  212. package/dist/icons/material-icon/solid/ExpandCircleRightIcon.js +3 -0
  213. package/dist/icons/material-icon/solid/ExpandCircleUpIcon.js +3 -0
  214. package/dist/icons/material-icon/solid/ExpandContentIcon.js +3 -0
  215. package/dist/icons/material-icon/solid/InterestsIcon.js +3 -0
  216. package/dist/icons/material-icon/solid/SaveIcon.js +3 -0
  217. package/dist/icons/material-icon/solid/TableChartIcon.js +3 -0
  218. package/dist/icons/material-icon/solid/index.js +12 -0
  219. package/dist/icons/materialIconConfig.js +13 -0
  220. package/dist/icons/type.js +1 -0
  221. package/dist/icons/utils.js +6 -0
  222. package/dist/index.d.ts +30 -4
  223. package/dist/index.js +4 -0
  224. package/dist/src/theme/global.css +187 -619
  225. package/dist/stories/ColorGroupPreview.js +6 -9
  226. package/dist/stories/ColorPreview.js +1 -2
  227. package/dist/theme/presets/colors.js +2 -1
  228. package/dist/utils/cn.js +1 -5
  229. package/dist/utils/datetime.js +12 -12
  230. package/package.json +3 -1
  231. package/src/components/ActionButton/ActionButton.stories.tsx +32 -13
  232. package/src/components/ActionButton/ActionButton.styles.ts +33 -8
  233. package/src/components/DataTable/DataTable.tsx +2 -2
  234. package/src/components/Icon/Icon.stories.tsx +450 -0
  235. package/src/components/Icon/Icon.styles.ts +26 -0
  236. package/src/components/Icon/Icon.tsx +67 -0
  237. package/src/components/Slider/Slider.stories.tsx +47 -0
  238. package/src/components/Slider/Slider.tsx +32 -0
  239. package/src/components/Switch/Switch.stories.tsx +46 -0
  240. package/src/components/Switch/Switch.tsx +32 -0
  241. package/src/components/Table/Table.tsx +2 -2
  242. package/src/components/Tabs/Tabs.tsx +99 -12
  243. package/src/icons/heroIconConfig.ts +23 -0
  244. package/src/icons/iconConfig.ts +2 -0
  245. package/src/icons/iconRegistry.ts +76 -0
  246. package/src/icons/index.ts +1 -0
  247. package/src/icons/material-icon/outline/ChevronDownIcon.tsx +22 -0
  248. package/src/icons/material-icon/outline/CollapseContentIcon.tsx +20 -0
  249. package/src/icons/material-icon/outline/ContentCopyIcon.tsx +20 -0
  250. package/src/icons/material-icon/outline/ContentPasteIcon.tsx +20 -0
  251. package/src/icons/material-icon/outline/DataTableIcon.tsx +20 -0
  252. package/src/icons/material-icon/outline/ExpandCircleDownIcon.tsx +20 -0
  253. package/src/icons/material-icon/outline/ExpandCircleRightIcon.tsx +20 -0
  254. package/src/icons/material-icon/outline/ExpandCircleUpIcon.tsx +20 -0
  255. package/src/icons/material-icon/outline/ExpandContentIcon.tsx +20 -0
  256. package/src/icons/material-icon/outline/InterestsIcon.tsx +20 -0
  257. package/src/icons/material-icon/outline/SaveIcon.tsx +20 -0
  258. package/src/icons/material-icon/outline/TableChartIcon.tsx +20 -0
  259. package/src/icons/material-icon/outline/index.ts +12 -0
  260. package/src/icons/material-icon/solid/ChevronDownIcon.tsx +22 -0
  261. package/src/icons/material-icon/solid/CollapseContentIcon.tsx +20 -0
  262. package/src/icons/material-icon/solid/ContentCopyIcon.tsx +20 -0
  263. package/src/icons/material-icon/solid/ContentPasteIcon.tsx +20 -0
  264. package/src/icons/material-icon/solid/DataTableIcon.tsx +20 -0
  265. package/src/icons/material-icon/solid/ExpandCircleDownIcon.tsx +20 -0
  266. package/src/icons/material-icon/solid/ExpandCircleRightIcon.tsx +20 -0
  267. package/src/icons/material-icon/solid/ExpandCircleUpIcon.tsx +20 -0
  268. package/src/icons/material-icon/solid/ExpandContentIcon.tsx +20 -0
  269. package/src/icons/material-icon/solid/InterestsIcon.tsx +20 -0
  270. package/src/icons/material-icon/solid/SaveIcon.tsx +20 -0
  271. package/src/icons/material-icon/solid/TableChartIcon.tsx +20 -0
  272. package/src/icons/material-icon/solid/index.ts +12 -0
  273. package/src/icons/materialIconConfig.tsx +23 -0
  274. package/src/icons/type.ts +11 -0
  275. package/src/icons/utils.ts +6 -0
  276. package/src/index.ts +5 -0
  277. package/src/theme/presets/colors.js +2 -1
  278. package/dist/cjs/types/components/ActionButton/ActionButton.styles copy.d.ts +0 -6
  279. package/dist/cjs/types/components/Button/Button.styles copy.d.ts +0 -7
  280. package/dist/components/ActionButton/ActionButton.styles copy.js +0 -90
  281. package/dist/components/Button/Button.styles copy.js +0 -210
  282. package/dist/esm/types/components/ActionButton/ActionButton.styles copy.d.ts +0 -6
  283. package/dist/esm/types/components/Button/Button.styles copy.d.ts +0 -7
  284. package/src/_theme/global copy.css +0 -761
  285. package/src/_theme/global.css +0 -39
  286. package/src/_theme/main-preset.js +0 -239
  287. package/src/_theme/plugins/utilities/typography.js +0 -81
  288. package/src/_theme/presets/colors copy 2.js +0 -319
  289. package/src/_theme/presets/colors copy.js +0 -229
  290. package/src/_theme/presets/colors.js +0 -94
  291. package/src/_theme/theme.d.ts +0 -69
  292. package/src/_theme/variables/base/button.css +0 -334
  293. package/src/_theme/variables/base/components copy.css +0 -19
  294. package/src/_theme/variables/default/colors.css +0 -292
  295. package/src/_theme/variables/default/typography.css +0 -178
  296. package/src/_theme/variables/xspector/colors.css +0 -468
  297. package/src/_theme/variables/xspector/typography.css +0 -178
  298. package/src/components/ActionButton/ActionButton.styles copy.ts +0 -95
  299. package/src/components/Button/Button.styles copy.ts +0 -214
@@ -7,61 +7,19 @@ declare const meta: {
7
7
  layout: string;
8
8
  };
9
9
  decorators: ((Story: import("@storybook/types").PartialStoryFn<import("@storybook/react").ReactRenderer, {
10
- color?: string | undefined;
11
- disabled?: boolean | undefined;
12
- className?: string | undefined;
13
- title?: string | undefined;
14
- children?: React.ReactNode;
15
- name?: string | undefined;
16
- value?: string | undefined;
17
- defaultChecked?: boolean | undefined;
18
- defaultValue?: string | undefined;
19
- suppressContentEditableWarning?: boolean | undefined;
20
10
  suppressHydrationWarning?: boolean | undefined;
21
- accessKey?: string | undefined;
22
- autoFocus?: boolean | undefined;
23
- contentEditable?: "inherit" | (boolean | "true" | "false") | "plaintext-only" | undefined;
24
- contextMenu?: string | undefined;
25
- dir?: import("@radix-ui/react-roving-focus").Direction | undefined;
26
- draggable?: (boolean | "true" | "false") | undefined;
27
- hidden?: boolean | undefined;
11
+ className?: string | undefined;
12
+ color?: string | undefined;
28
13
  id?: string | undefined;
29
14
  lang?: string | undefined;
30
- nonce?: string | undefined;
31
- slot?: string | undefined;
32
- spellCheck?: (boolean | "true" | "false") | undefined;
15
+ name?: string | undefined;
33
16
  style?: React.CSSProperties | undefined;
34
- tabIndex?: number | undefined;
35
- translate?: "yes" | "no" | undefined;
36
- radioGroup?: string | undefined;
37
17
  role?: React.AriaRole | undefined;
38
- about?: string | undefined;
39
- content?: string | undefined;
40
- datatype?: string | undefined;
41
- inlist?: any;
42
- prefix?: string | undefined;
43
- property?: string | undefined;
44
- rel?: string | undefined;
45
- resource?: string | undefined;
46
- rev?: string | undefined;
47
- typeof?: string | undefined;
48
- vocab?: string | undefined;
49
- autoCapitalize?: string | undefined;
50
- autoCorrect?: string | undefined;
51
- autoSave?: string | undefined;
52
- itemProp?: string | undefined;
53
- itemScope?: boolean | undefined;
54
- itemType?: string | undefined;
55
- itemID?: string | undefined;
56
- itemRef?: string | undefined;
57
- results?: number | undefined;
58
- security?: string | undefined;
59
- unselectable?: "off" | "on" | undefined;
60
- inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
61
- is?: string | undefined;
18
+ tabIndex?: number | undefined;
19
+ orientation?: "horizontal" | "vertical" | undefined;
62
20
  "aria-activedescendant"?: string | undefined;
63
21
  "aria-atomic"?: (boolean | "true" | "false") | undefined;
64
- "aria-autocomplete"?: "none" | "list" | "inline" | "both" | undefined;
22
+ "aria-autocomplete"?: "list" | "none" | "inline" | "both" | undefined;
65
23
  "aria-braillelabel"?: string | undefined;
66
24
  "aria-brailleroledescription"?: string | undefined;
67
25
  "aria-busy"?: (boolean | "true" | "false") | undefined;
@@ -71,7 +29,7 @@ declare const meta: {
71
29
  "aria-colindextext"?: string | undefined;
72
30
  "aria-colspan"?: number | undefined;
73
31
  "aria-controls"?: string | undefined;
74
- "aria-current"?: boolean | "true" | "false" | "date" | "time" | "step" | "page" | "location" | undefined;
32
+ "aria-current"?: boolean | "true" | "false" | "page" | "step" | "location" | "date" | "time" | undefined;
75
33
  "aria-describedby"?: string | undefined;
76
34
  "aria-description"?: string | undefined;
77
35
  "aria-details"?: string | undefined;
@@ -81,14 +39,14 @@ declare const meta: {
81
39
  "aria-expanded"?: (boolean | "true" | "false") | undefined;
82
40
  "aria-flowto"?: string | undefined;
83
41
  "aria-grabbed"?: (boolean | "true" | "false") | undefined;
84
- "aria-haspopup"?: boolean | "true" | "false" | "dialog" | "grid" | "listbox" | "menu" | "tree" | undefined;
42
+ "aria-haspopup"?: boolean | "dialog" | "grid" | "listbox" | "menu" | "tree" | "true" | "false" | undefined;
85
43
  "aria-hidden"?: (boolean | "true" | "false") | undefined;
86
44
  "aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
87
45
  "aria-keyshortcuts"?: string | undefined;
88
46
  "aria-label"?: string | undefined;
89
47
  "aria-labelledby"?: string | undefined;
90
48
  "aria-level"?: number | undefined;
91
- "aria-live"?: "polite" | "off" | "assertive" | undefined;
49
+ "aria-live"?: "off" | "assertive" | "polite" | undefined;
92
50
  "aria-modal"?: (boolean | "true" | "false") | undefined;
93
51
  "aria-multiline"?: (boolean | "true" | "false") | undefined;
94
52
  "aria-multiselectable"?: (boolean | "true" | "false") | undefined;
@@ -98,7 +56,7 @@ declare const meta: {
98
56
  "aria-posinset"?: number | undefined;
99
57
  "aria-pressed"?: boolean | "true" | "false" | "mixed" | undefined;
100
58
  "aria-readonly"?: (boolean | "true" | "false") | undefined;
101
- "aria-relevant"?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
59
+ "aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
102
60
  "aria-required"?: (boolean | "true" | "false") | undefined;
103
61
  "aria-roledescription"?: string | undefined;
104
62
  "aria-rowcount"?: number | undefined;
@@ -112,6 +70,7 @@ declare const meta: {
112
70
  "aria-valuemin"?: number | undefined;
113
71
  "aria-valuenow"?: number | undefined;
114
72
  "aria-valuetext"?: string | undefined;
73
+ children?: React.ReactNode;
115
74
  dangerouslySetInnerHTML?: {
116
75
  __html: string | TrustedHTML;
117
76
  } | undefined;
@@ -275,9 +234,50 @@ declare const meta: {
275
234
  onAnimationIterationCapture?: React.AnimationEventHandler<HTMLDivElement> | undefined;
276
235
  onTransitionEnd?: React.TransitionEventHandler<HTMLDivElement> | undefined;
277
236
  onTransitionEndCapture?: React.TransitionEventHandler<HTMLDivElement> | undefined;
278
- required?: boolean | undefined;
279
- orientation?: "horizontal" | "vertical" | undefined;
280
237
  key?: React.Key | null | undefined;
238
+ disabled?: boolean | undefined;
239
+ title?: string | undefined;
240
+ value?: string | undefined;
241
+ defaultChecked?: boolean | undefined;
242
+ defaultValue?: string | undefined;
243
+ suppressContentEditableWarning?: boolean | undefined;
244
+ accessKey?: string | undefined;
245
+ autoFocus?: boolean | undefined;
246
+ contentEditable?: "inherit" | (boolean | "true" | "false") | "plaintext-only" | undefined;
247
+ contextMenu?: string | undefined;
248
+ dir?: import("@radix-ui/react-roving-focus").Direction | undefined;
249
+ draggable?: (boolean | "true" | "false") | undefined;
250
+ hidden?: boolean | undefined;
251
+ nonce?: string | undefined;
252
+ slot?: string | undefined;
253
+ spellCheck?: (boolean | "true" | "false") | undefined;
254
+ translate?: "no" | "yes" | undefined;
255
+ radioGroup?: string | undefined;
256
+ about?: string | undefined;
257
+ content?: string | undefined;
258
+ datatype?: string | undefined;
259
+ inlist?: any;
260
+ prefix?: string | undefined;
261
+ property?: string | undefined;
262
+ rel?: string | undefined;
263
+ resource?: string | undefined;
264
+ rev?: string | undefined;
265
+ typeof?: string | undefined;
266
+ vocab?: string | undefined;
267
+ autoCapitalize?: string | undefined;
268
+ autoCorrect?: string | undefined;
269
+ autoSave?: string | undefined;
270
+ itemProp?: string | undefined;
271
+ itemScope?: boolean | undefined;
272
+ itemType?: string | undefined;
273
+ itemID?: string | undefined;
274
+ itemRef?: string | undefined;
275
+ results?: number | undefined;
276
+ security?: string | undefined;
277
+ unselectable?: "off" | "on" | undefined;
278
+ inputMode?: "none" | "search" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
279
+ is?: string | undefined;
280
+ required?: boolean | undefined;
281
281
  asChild?: boolean | undefined;
282
282
  loop?: boolean | undefined;
283
283
  onValueChange?: ((value: string) => void) | undefined;
@@ -43,67 +43,21 @@ declare const meta: {
43
43
  value?: Options | undefined;
44
44
  onChangeText?: React.ChangeEventHandler<HTMLInputElement> | undefined;
45
45
  onSelect?: (((value: Options) => void) & React.ReactEventHandler<HTMLInputElement>) | undefined;
46
- color?: string | undefined;
47
- form?: string | undefined;
48
- list?: string | undefined;
49
- title?: string | undefined;
50
- children?: React.ReactNode;
51
- startIcon?: React.ReactNode;
52
- endIcon?: React.ReactNode;
53
- formAction?: string | undefined;
54
- formEncType?: string | undefined;
55
- formMethod?: string | undefined;
56
- formNoValidate?: boolean | undefined;
57
- formTarget?: string | undefined;
58
- name?: string | undefined;
59
- type?: React.HTMLInputTypeAttribute | undefined;
60
- defaultChecked?: boolean | undefined;
61
- defaultValue?: string | number | readonly string[] | undefined;
62
- suppressContentEditableWarning?: boolean | undefined;
63
46
  suppressHydrationWarning?: boolean | undefined;
64
- accessKey?: string | undefined;
65
- autoFocus?: boolean | undefined;
66
- contentEditable?: "inherit" | (boolean | "true" | "false") | "plaintext-only" | undefined;
67
- contextMenu?: string | undefined;
68
- dir?: string | undefined;
69
- draggable?: (boolean | "true" | "false") | undefined;
70
- hidden?: boolean | undefined;
47
+ color?: string | undefined;
48
+ height?: string | number | undefined;
71
49
  lang?: string | undefined;
72
- nonce?: string | undefined;
73
- slot?: string | undefined;
74
- spellCheck?: (boolean | "true" | "false") | undefined;
50
+ max?: string | number | undefined;
51
+ min?: string | number | undefined;
52
+ name?: string | undefined;
75
53
  style?: React.CSSProperties | undefined;
76
- tabIndex?: number | undefined;
77
- translate?: "yes" | "no" | undefined;
78
- radioGroup?: string | undefined;
54
+ type?: React.HTMLInputTypeAttribute | undefined;
55
+ width?: string | number | undefined;
79
56
  role?: React.AriaRole | undefined;
80
- about?: string | undefined;
81
- content?: string | undefined;
82
- datatype?: string | undefined;
83
- inlist?: any;
84
- prefix?: string | undefined;
85
- property?: string | undefined;
86
- rel?: string | undefined;
87
- resource?: string | undefined;
88
- rev?: string | undefined;
89
- typeof?: string | undefined;
90
- vocab?: string | undefined;
91
- autoCapitalize?: string | undefined;
92
- autoCorrect?: string | undefined;
93
- autoSave?: string | undefined;
94
- itemProp?: string | undefined;
95
- itemScope?: boolean | undefined;
96
- itemType?: string | undefined;
97
- itemID?: string | undefined;
98
- itemRef?: string | undefined;
99
- results?: number | undefined;
100
- security?: string | undefined;
101
- unselectable?: "off" | "on" | undefined;
102
- inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
103
- is?: string | undefined;
57
+ tabIndex?: number | undefined;
104
58
  "aria-activedescendant"?: string | undefined;
105
59
  "aria-atomic"?: (boolean | "true" | "false") | undefined;
106
- "aria-autocomplete"?: "none" | "list" | "inline" | "both" | undefined;
60
+ "aria-autocomplete"?: "list" | "none" | "inline" | "both" | undefined;
107
61
  "aria-braillelabel"?: string | undefined;
108
62
  "aria-brailleroledescription"?: string | undefined;
109
63
  "aria-busy"?: (boolean | "true" | "false") | undefined;
@@ -113,7 +67,7 @@ declare const meta: {
113
67
  "aria-colindextext"?: string | undefined;
114
68
  "aria-colspan"?: number | undefined;
115
69
  "aria-controls"?: string | undefined;
116
- "aria-current"?: boolean | "true" | "false" | "date" | "time" | "step" | "page" | "location" | undefined;
70
+ "aria-current"?: boolean | "true" | "false" | "page" | "step" | "location" | "date" | "time" | undefined;
117
71
  "aria-describedby"?: string | undefined;
118
72
  "aria-description"?: string | undefined;
119
73
  "aria-details"?: string | undefined;
@@ -123,14 +77,14 @@ declare const meta: {
123
77
  "aria-expanded"?: (boolean | "true" | "false") | undefined;
124
78
  "aria-flowto"?: string | undefined;
125
79
  "aria-grabbed"?: (boolean | "true" | "false") | undefined;
126
- "aria-haspopup"?: boolean | "true" | "false" | "dialog" | "grid" | "listbox" | "menu" | "tree" | undefined;
80
+ "aria-haspopup"?: boolean | "dialog" | "grid" | "listbox" | "menu" | "tree" | "true" | "false" | undefined;
127
81
  "aria-hidden"?: (boolean | "true" | "false") | undefined;
128
82
  "aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
129
83
  "aria-keyshortcuts"?: string | undefined;
130
84
  "aria-label"?: string | undefined;
131
85
  "aria-labelledby"?: string | undefined;
132
86
  "aria-level"?: number | undefined;
133
- "aria-live"?: "polite" | "off" | "assertive" | undefined;
87
+ "aria-live"?: "off" | "assertive" | "polite" | undefined;
134
88
  "aria-modal"?: (boolean | "true" | "false") | undefined;
135
89
  "aria-multiline"?: (boolean | "true" | "false") | undefined;
136
90
  "aria-multiselectable"?: (boolean | "true" | "false") | undefined;
@@ -140,7 +94,7 @@ declare const meta: {
140
94
  "aria-posinset"?: number | undefined;
141
95
  "aria-pressed"?: boolean | "true" | "false" | "mixed" | undefined;
142
96
  "aria-readonly"?: (boolean | "true" | "false") | undefined;
143
- "aria-relevant"?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
97
+ "aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
144
98
  "aria-required"?: (boolean | "true" | "false") | undefined;
145
99
  "aria-roledescription"?: string | undefined;
146
100
  "aria-rowcount"?: number | undefined;
@@ -154,6 +108,7 @@ declare const meta: {
154
108
  "aria-valuemin"?: number | undefined;
155
109
  "aria-valuenow"?: number | undefined;
156
110
  "aria-valuetext"?: string | undefined;
111
+ children?: React.ReactNode;
157
112
  dangerouslySetInnerHTML?: {
158
113
  __html: string | TrustedHTML;
159
114
  } | undefined;
@@ -316,6 +271,56 @@ declare const meta: {
316
271
  onAnimationIterationCapture?: React.AnimationEventHandler<HTMLInputElement> | undefined;
317
272
  onTransitionEnd?: React.TransitionEventHandler<HTMLInputElement> | undefined;
318
273
  onTransitionEndCapture?: React.TransitionEventHandler<HTMLInputElement> | undefined;
274
+ form?: string | undefined;
275
+ list?: string | undefined;
276
+ step?: string | number | undefined;
277
+ title?: string | undefined;
278
+ startIcon?: React.ReactNode;
279
+ endIcon?: React.ReactNode;
280
+ formAction?: string | undefined;
281
+ formEncType?: string | undefined;
282
+ formMethod?: string | undefined;
283
+ formNoValidate?: boolean | undefined;
284
+ formTarget?: string | undefined;
285
+ defaultChecked?: boolean | undefined;
286
+ defaultValue?: string | number | readonly string[] | undefined;
287
+ suppressContentEditableWarning?: boolean | undefined;
288
+ accessKey?: string | undefined;
289
+ autoFocus?: boolean | undefined;
290
+ contentEditable?: "inherit" | (boolean | "true" | "false") | "plaintext-only" | undefined;
291
+ contextMenu?: string | undefined;
292
+ dir?: string | undefined;
293
+ draggable?: (boolean | "true" | "false") | undefined;
294
+ hidden?: boolean | undefined;
295
+ nonce?: string | undefined;
296
+ slot?: string | undefined;
297
+ spellCheck?: (boolean | "true" | "false") | undefined;
298
+ translate?: "no" | "yes" | undefined;
299
+ radioGroup?: string | undefined;
300
+ about?: string | undefined;
301
+ content?: string | undefined;
302
+ datatype?: string | undefined;
303
+ inlist?: any;
304
+ prefix?: string | undefined;
305
+ property?: string | undefined;
306
+ rel?: string | undefined;
307
+ resource?: string | undefined;
308
+ rev?: string | undefined;
309
+ typeof?: string | undefined;
310
+ vocab?: string | undefined;
311
+ autoCapitalize?: string | undefined;
312
+ autoCorrect?: string | undefined;
313
+ autoSave?: string | undefined;
314
+ itemProp?: string | undefined;
315
+ itemScope?: boolean | undefined;
316
+ itemType?: string | undefined;
317
+ itemID?: string | undefined;
318
+ itemRef?: string | undefined;
319
+ results?: number | undefined;
320
+ security?: string | undefined;
321
+ unselectable?: "off" | "on" | undefined;
322
+ inputMode?: "none" | "search" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
323
+ is?: string | undefined;
319
324
  hasClearIcon?: boolean | undefined;
320
325
  hasSearchIcon?: boolean | undefined;
321
326
  accept?: string | undefined;
@@ -324,18 +329,13 @@ declare const meta: {
324
329
  capture?: boolean | "user" | "environment" | undefined;
325
330
  checked?: boolean | undefined;
326
331
  enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send" | undefined;
327
- height?: string | number | undefined;
328
- max?: string | number | undefined;
329
332
  maxLength?: number | undefined;
330
- min?: string | number | undefined;
331
333
  minLength?: number | undefined;
332
334
  multiple?: boolean | undefined;
333
335
  pattern?: string | undefined;
334
336
  placeholder?: string | undefined;
335
337
  readOnly?: boolean | undefined;
336
338
  src?: string | undefined;
337
- step?: string | number | undefined;
338
- width?: string | number | undefined;
339
339
  labelClassName?: string | undefined;
340
340
  ref?: React.LegacyRef<HTMLInputElement> | undefined;
341
341
  key?: React.Key | null | undefined;
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ import * as SliderPrimitive from "@radix-ui/react-slider";
3
+ declare const Slider: React.ForwardRefExoticComponent<Omit<SliderPrimitive.SliderProps & React.RefAttributes<HTMLSpanElement>, "ref"> & React.RefAttributes<HTMLSpanElement>>;
4
+ export type SliderProps = React.ComponentProps<typeof Slider>;
5
+ export { Slider };