@forgedevstack/bear 1.2.3 → 1.2.4

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 (448) hide show
  1. package/dist/components/Accordion/Accordion.cjs +1 -1
  2. package/dist/components/Accordion/Accordion.js +45 -47
  3. package/dist/components/ActionIcon/ActionIcon.types.d.ts +1 -0
  4. package/dist/components/ActiveBar/ActiveBar.const.d.ts +1 -0
  5. package/dist/components/ActiveBar/ActiveBar.types.d.ts +2 -0
  6. package/dist/components/ActivityItem/ActivityItem.const.d.ts +1 -0
  7. package/dist/components/ActivityItem/ActivityItem.types.d.ts +2 -0
  8. package/dist/components/Affix/Affix.types.d.ts +1 -0
  9. package/dist/components/Alert/Alert.cjs +1 -1
  10. package/dist/components/Alert/Alert.js +16 -18
  11. package/dist/components/AlertDialog/AlertDialog.types.d.ts +1 -0
  12. package/dist/components/Anchor/Anchor.types.d.ts +1 -0
  13. package/dist/components/AnimatedCounter/AnimatedCounter.types.d.ts +1 -0
  14. package/dist/components/AppBar/AppBar.const.d.ts +1 -0
  15. package/dist/components/AppBar/AppBar.types.d.ts +2 -0
  16. package/dist/components/AspectRatio/AspectRatio.cjs +1 -1
  17. package/dist/components/AspectRatio/AspectRatio.const.d.ts +1 -0
  18. package/dist/components/AspectRatio/AspectRatio.js +9 -1
  19. package/dist/components/AspectRatio/AspectRatio.types.d.ts +2 -0
  20. package/dist/components/Autocomplete/Autocomplete.types.d.ts +1 -0
  21. package/dist/components/Avatar/Avatar.types.d.ts +1 -0
  22. package/dist/components/BackTop/BackTop.types.d.ts +1 -0
  23. package/dist/components/Badge/Badge.types.d.ts +1 -0
  24. package/dist/components/BearLoader/BearLoader.const.d.ts +1 -0
  25. package/dist/components/BearLoader/BearLoader.types.d.ts +1 -0
  26. package/dist/components/BearLogo/BearLogo.const.d.ts +1 -0
  27. package/dist/components/BearLogo/BearLogo.types.d.ts +2 -0
  28. package/dist/components/Biometric/Biometric.const.d.ts +1 -0
  29. package/dist/components/Biometric/Biometric.types.d.ts +1 -0
  30. package/dist/components/Blockquote/Blockquote.types.d.ts +1 -0
  31. package/dist/components/BottomNavigation/BottomNavigation.const.d.ts +1 -0
  32. package/dist/components/BottomNavigation/BottomNavigation.types.d.ts +2 -0
  33. package/dist/components/BottomSheet/BottomSheet.const.d.ts +1 -0
  34. package/dist/components/BottomSheet/BottomSheet.types.d.ts +2 -0
  35. package/dist/components/Box/Box.const.d.ts +1 -0
  36. package/dist/components/Box/Box.types.d.ts +3 -1
  37. package/dist/components/Breadcrumbs/Breadcrumbs.cjs +1 -1
  38. package/dist/components/Breadcrumbs/Breadcrumbs.js +21 -23
  39. package/dist/components/Button/Button.cjs +1 -1
  40. package/dist/components/Button/Button.js +112 -100
  41. package/dist/components/Button/Button.types.d.ts +5 -1
  42. package/dist/components/ButtonGroup/ButtonGroup.const.d.ts +1 -0
  43. package/dist/components/ButtonGroup/ButtonGroup.types.d.ts +1 -0
  44. package/dist/components/Calendar/Calendar.cjs +1 -1
  45. package/dist/components/Calendar/Calendar.js +3 -2
  46. package/dist/components/Calendar/Calendar.types.d.ts +1 -0
  47. package/dist/components/Card/Card.cjs +1 -1
  48. package/dist/components/Card/Card.js +15 -17
  49. package/dist/components/Card/Card.types.d.ts +1 -0
  50. package/dist/components/CardSkeleton/CardSkeleton.const.d.ts +1 -0
  51. package/dist/components/CardSkeleton/index.d.ts +2 -0
  52. package/dist/components/Carousel/Carousel.types.d.ts +1 -0
  53. package/dist/components/Cascader/Cascader.cjs +1 -1
  54. package/dist/components/Cascader/Cascader.d.ts +1 -2
  55. package/dist/components/Cascader/Cascader.js +3 -3
  56. package/dist/components/Cascader/Cascader.types.d.ts +1 -0
  57. package/dist/components/Chart/Chart.cjs +1 -1
  58. package/dist/components/Chart/Chart.js +6 -2
  59. package/dist/components/Chart/Chart.types.d.ts +1 -0
  60. package/dist/components/Chat/Chat.types.d.ts +1 -0
  61. package/dist/components/Checkbox/Checkbox.cjs +1 -1
  62. package/dist/components/Checkbox/Checkbox.const.cjs +1 -0
  63. package/dist/components/Checkbox/Checkbox.const.d.ts +30 -0
  64. package/dist/components/Checkbox/Checkbox.const.js +58 -0
  65. package/dist/components/Checkbox/Checkbox.d.ts +0 -11
  66. package/dist/components/Checkbox/Checkbox.js +67 -110
  67. package/dist/components/Checkbox/Checkbox.types.d.ts +3 -12
  68. package/dist/components/Checkbox/helpers/CheckboxIndicatorIcon.cjs +1 -0
  69. package/dist/components/Checkbox/helpers/CheckboxIndicatorIcon.d.ts +2 -0
  70. package/dist/components/Checkbox/helpers/CheckboxIndicatorIcon.js +18 -0
  71. package/dist/components/Checkbox/helpers/CheckboxIndicatorIcon.types.d.ts +6 -0
  72. package/dist/components/Checkbox/helpers/index.d.ts +1 -0
  73. package/dist/components/Checkbox/index.d.ts +2 -2
  74. package/dist/components/CheckboxCard/CheckboxCard.types.d.ts +1 -0
  75. package/dist/components/Chip/Chip.const.d.ts +1 -0
  76. package/dist/components/Chip/Chip.types.d.ts +2 -0
  77. package/dist/components/CloseButton/CloseButton.const.d.ts +1 -0
  78. package/dist/components/CloseButton/CloseButton.types.d.ts +1 -0
  79. package/dist/components/CodeBlock/CodeBlock.cjs +2 -2
  80. package/dist/components/CodeBlock/CodeBlock.const.d.ts +1 -0
  81. package/dist/components/CodeBlock/CodeBlock.js +22 -24
  82. package/dist/components/CodeEditor/CodeEditor.types.d.ts +1 -0
  83. package/dist/components/Collapsible/Collapsible.const.d.ts +1 -0
  84. package/dist/components/Collapsible/Collapsible.types.d.ts +2 -0
  85. package/dist/components/ColorPicker/ColorPicker.types.d.ts +2 -0
  86. package/dist/components/ColorSwatch/ColorSwatch.types.d.ts +1 -0
  87. package/dist/components/Columns/Columns.const.d.ts +1 -0
  88. package/dist/components/Columns/Columns.types.d.ts +2 -0
  89. package/dist/components/CommandPalette/CommandPalette.types.d.ts +1 -0
  90. package/dist/components/Confetti/Confetti.types.d.ts +1 -0
  91. package/dist/components/Container/Container.const.d.ts +1 -0
  92. package/dist/components/Container/Container.types.d.ts +1 -0
  93. package/dist/components/ContextMenu/ContextMenu.cjs +1 -1
  94. package/dist/components/ContextMenu/ContextMenu.const.cjs +1 -1
  95. package/dist/components/ContextMenu/ContextMenu.const.d.ts +3 -0
  96. package/dist/components/ContextMenu/ContextMenu.const.js +13 -10
  97. package/dist/components/ContextMenu/ContextMenu.d.ts +1 -3
  98. package/dist/components/ContextMenu/ContextMenu.js +30 -59
  99. package/dist/components/ContextMenu/ContextMenu.types.d.ts +1 -0
  100. package/dist/components/ContextMenu/ContextMenu.utils.cjs +1 -1
  101. package/dist/components/ContextMenu/ContextMenu.utils.d.ts +7 -0
  102. package/dist/components/ContextMenu/ContextMenu.utils.js +11 -2
  103. package/dist/components/ContextMenu/components/ContextMenuMenuList/ContextMenuMenuList.cjs +1 -0
  104. package/dist/components/ContextMenu/components/ContextMenuMenuList/ContextMenuMenuList.d.ts +11 -0
  105. package/dist/components/ContextMenu/components/ContextMenuMenuList/ContextMenuMenuList.js +69 -0
  106. package/dist/components/ContextMenu/components/ContextMenuMenuList/index.d.ts +1 -0
  107. package/dist/components/CopyButton/CopyButton.const.d.ts +1 -0
  108. package/dist/components/CopyButton/CopyButton.types.d.ts +2 -0
  109. package/dist/components/CountdownTimer/CountdownTimer.types.d.ts +1 -0
  110. package/dist/components/CreditInput/CreditInput.types.d.ts +1 -0
  111. package/dist/components/CssBaseline/CssBaseline.cjs +1 -0
  112. package/dist/components/CssBaseline/CssBaseline.const.cjs +5 -0
  113. package/dist/components/CssBaseline/CssBaseline.const.d.ts +2 -0
  114. package/dist/components/CssBaseline/CssBaseline.const.js +9 -0
  115. package/dist/components/CssBaseline/CssBaseline.d.ts +2 -0
  116. package/dist/components/CssBaseline/CssBaseline.js +24 -0
  117. package/dist/components/CssBaseline/CssBaseline.types.d.ts +4 -0
  118. package/dist/components/CssBaseline/index.d.ts +2 -0
  119. package/dist/components/CurrencyInput/CurrencyInput.types.d.ts +1 -0
  120. package/dist/components/DataTable/DataTable.const.d.ts +1 -0
  121. package/dist/components/DataTable/DataTable.types.d.ts +1 -0
  122. package/dist/components/DatePicker/DatePicker.cjs +1 -1
  123. package/dist/components/DatePicker/DatePicker.const.d.ts +1 -0
  124. package/dist/components/DatePicker/DatePicker.js +12 -11
  125. package/dist/components/DatePicker/DatePicker.types.d.ts +2 -0
  126. package/dist/components/DateRangePicker/DateRangePicker.types.d.ts +1 -0
  127. package/dist/components/Descriptions/Descriptions.types.d.ts +1 -0
  128. package/dist/components/DiffSquares/DiffSquares.types.d.ts +1 -0
  129. package/dist/components/DiffViewer/DiffViewer.types.d.ts +1 -0
  130. package/dist/components/Divider/Divider.const.d.ts +1 -0
  131. package/dist/components/Divider/Divider.types.d.ts +1 -0
  132. package/dist/components/Dock/Dock.types.d.ts +1 -0
  133. package/dist/components/Drawer/Drawer.cjs +1 -1
  134. package/dist/components/Drawer/Drawer.js +44 -39
  135. package/dist/components/Drawer/Drawer.types.d.ts +5 -10
  136. package/dist/components/Dropdown/Dropdown.cjs +1 -1
  137. package/dist/components/Dropdown/Dropdown.js +3 -2
  138. package/dist/components/Dropdown/Dropdown.types.d.ts +1 -0
  139. package/dist/components/Editable/Editable.const.d.ts +1 -0
  140. package/dist/components/Editable/Editable.types.d.ts +2 -0
  141. package/dist/components/Em/Em.const.d.ts +1 -0
  142. package/dist/components/Em/Em.types.d.ts +2 -0
  143. package/dist/components/EmojiPicker/EmojiPicker.types.d.ts +2 -0
  144. package/dist/components/EmptyState/EmptyState.const.d.ts +1 -0
  145. package/dist/components/EmptyState/EmptyState.types.d.ts +2 -0
  146. package/dist/components/Fab/Fab.const.d.ts +1 -0
  147. package/dist/components/Fab/Fab.types.d.ts +1 -0
  148. package/dist/components/Fieldset/Fieldset.types.d.ts +1 -0
  149. package/dist/components/FileTree/FileTree.const.d.ts +1 -0
  150. package/dist/components/FileTree/FileTree.types.d.ts +1 -0
  151. package/dist/components/FileUpload/FileUpload.const.d.ts +1 -0
  152. package/dist/components/FileUpload/FileUpload.types.d.ts +2 -0
  153. package/dist/components/Flex/Flex.cjs +1 -1
  154. package/dist/components/Flex/Flex.const.cjs +1 -0
  155. package/dist/components/Flex/Flex.const.d.ts +6 -0
  156. package/dist/components/Flex/Flex.const.js +42 -0
  157. package/dist/components/Flex/Flex.d.ts +0 -11
  158. package/dist/components/Flex/Flex.js +28 -67
  159. package/dist/components/Flex/Flex.types.d.ts +1 -0
  160. package/dist/components/FloatingChat/FloatingChat.types.d.ts +1 -0
  161. package/dist/components/Form/Form.types.d.ts +1 -0
  162. package/dist/components/FormControl/FormControl.cjs +1 -0
  163. package/dist/components/FormControl/FormControl.const.cjs +1 -0
  164. package/dist/components/FormControl/FormControl.const.d.ts +5 -0
  165. package/dist/components/FormControl/FormControl.const.js +8 -0
  166. package/dist/components/FormControl/FormControl.context.cjs +1 -0
  167. package/dist/components/FormControl/FormControl.context.d.ts +2 -0
  168. package/dist/components/FormControl/FormControl.context.js +5 -0
  169. package/dist/components/FormControl/FormControl.d.ts +2 -0
  170. package/dist/components/FormControl/FormControl.js +90 -0
  171. package/dist/components/FormControl/FormControl.types.d.ts +19 -0
  172. package/dist/components/FormControl/index.d.ts +4 -0
  173. package/dist/components/FormField/FormField.cjs +1 -1
  174. package/dist/components/FormField/FormField.js +70 -67
  175. package/dist/components/FormField/FormField.types.d.ts +2 -0
  176. package/dist/components/FormSkeleton/FormSkeleton.cjs +1 -0
  177. package/dist/components/FormSkeleton/FormSkeleton.const.cjs +1 -0
  178. package/dist/components/FormSkeleton/FormSkeleton.const.d.ts +5 -0
  179. package/dist/components/FormSkeleton/FormSkeleton.const.js +8 -0
  180. package/dist/components/FormSkeleton/FormSkeleton.d.ts +2 -0
  181. package/dist/components/FormSkeleton/FormSkeleton.js +32 -0
  182. package/dist/components/FormSkeleton/FormSkeleton.types.d.ts +8 -0
  183. package/dist/components/FormSkeleton/index.d.ts +2 -0
  184. package/dist/components/Gauge/Gauge.cjs +1 -1
  185. package/dist/components/Gauge/Gauge.const.cjs +1 -0
  186. package/dist/components/Gauge/Gauge.const.d.ts +9 -0
  187. package/dist/components/Gauge/Gauge.const.js +12 -0
  188. package/dist/components/Gauge/Gauge.js +71 -95
  189. package/dist/components/Gauge/Gauge.types.d.ts +2 -0
  190. package/dist/components/Gauge/helpers/GaugeArcSvg.cjs +1 -0
  191. package/dist/components/Gauge/helpers/GaugeArcSvg.d.ts +14 -0
  192. package/dist/components/Gauge/helpers/GaugeArcSvg.js +65 -0
  193. package/dist/components/Gauge/hooks/useGauge.cjs +1 -0
  194. package/dist/components/Gauge/hooks/useGauge.d.ts +14 -0
  195. package/dist/components/Gauge/hooks/useGauge.js +42 -0
  196. package/dist/components/GlowCard/GlowCard.types.d.ts +1 -0
  197. package/dist/components/GradientText/GradientText.types.d.ts +1 -0
  198. package/dist/components/Grid/Grid.const.d.ts +1 -0
  199. package/dist/components/Grid/Grid.types.d.ts +1 -0
  200. package/dist/components/Heatmap/Heatmap.types.d.ts +1 -0
  201. package/dist/components/Highlight/Highlight.types.d.ts +1 -0
  202. package/dist/components/HoverCard/HoverCard.const.d.ts +1 -0
  203. package/dist/components/HoverCard/HoverCard.types.d.ts +2 -0
  204. package/dist/components/Icon/Icon.const.d.ts +1 -0
  205. package/dist/components/Icon/Icon.types.d.ts +1 -0
  206. package/dist/components/Icon/icons/misc.cjs +1 -1
  207. package/dist/components/Icon/icons/misc.d.ts +3 -0
  208. package/dist/components/Icon/icons/misc.js +118 -104
  209. package/dist/components/Icon/index.d.ts +3 -0
  210. package/dist/components/Image/Image.const.d.ts +1 -0
  211. package/dist/components/Image/Image.types.d.ts +2 -0
  212. package/dist/components/ImageAnnotation/ImageAnnotation.types.d.ts +1 -0
  213. package/dist/components/ImageGallery/ImageGallery.types.d.ts +1 -0
  214. package/dist/components/Indicator/Indicator.types.d.ts +1 -0
  215. package/dist/components/InfiniteScroll/InfiniteScroll.types.d.ts +1 -0
  216. package/dist/components/Input/Input.cjs +1 -1
  217. package/dist/components/Input/Input.const.cjs +1 -0
  218. package/dist/components/Input/Input.const.d.ts +13 -0
  219. package/dist/components/Input/Input.const.js +16 -0
  220. package/dist/components/Input/Input.js +216 -177
  221. package/dist/components/Input/Input.types.d.ts +8 -27
  222. package/dist/components/InputGroup/InputGroup.const.d.ts +1 -0
  223. package/dist/components/InputGroup/InputGroup.types.d.ts +1 -0
  224. package/dist/components/JsonViewer/JsonViewer.types.d.ts +1 -0
  225. package/dist/components/Kanban/Kanban.cjs +1 -1
  226. package/dist/components/Kanban/Kanban.const.d.ts +1 -0
  227. package/dist/components/Kanban/Kanban.js +9 -8
  228. package/dist/components/Kanban/Kanban.types.d.ts +2 -0
  229. package/dist/components/Kbd/Kbd.const.d.ts +1 -0
  230. package/dist/components/Kbd/Kbd.types.d.ts +2 -0
  231. package/dist/components/Link/Link.const.d.ts +1 -0
  232. package/dist/components/Link/Link.types.d.ts +1 -0
  233. package/dist/components/List/List.cjs +1 -1
  234. package/dist/components/List/List.const.cjs +1 -0
  235. package/dist/components/List/List.const.d.ts +11 -0
  236. package/dist/components/List/List.const.js +18 -0
  237. package/dist/components/List/List.js +96 -105
  238. package/dist/components/List/List.types.d.ts +2 -1
  239. package/dist/components/LoadingOverlay/LoadingOverlay.types.d.ts +1 -0
  240. package/dist/components/Map/Map.types.d.ts +1 -0
  241. package/dist/components/Mark/Mark.const.d.ts +1 -0
  242. package/dist/components/Mark/Mark.types.d.ts +2 -0
  243. package/dist/components/Marquee/Marquee.types.d.ts +1 -0
  244. package/dist/components/Masonry/Masonry.types.d.ts +1 -0
  245. package/dist/components/MediaPlayer/MediaPlayer.types.d.ts +1 -0
  246. package/dist/components/MentionsInput/MentionsInput.const.d.ts +1 -0
  247. package/dist/components/MentionsInput/MentionsInput.types.d.ts +2 -0
  248. package/dist/components/Menu/Menu.const.d.ts +1 -0
  249. package/dist/components/Menu/Menu.types.d.ts +1 -0
  250. package/dist/components/Modal/Modal.cjs +1 -1
  251. package/dist/components/Modal/Modal.js +46 -43
  252. package/dist/components/Modal/Modal.types.d.ts +3 -1
  253. package/dist/components/MultiSelect/MultiSelect.const.d.ts +1 -0
  254. package/dist/components/MultiSelect/MultiSelect.types.d.ts +1 -0
  255. package/dist/components/NavigableSelect/NavigableSelect.types.d.ts +1 -0
  256. package/dist/components/NotificationCenter/NotificationCenter.types.d.ts +1 -0
  257. package/dist/components/NumberFormatter/NumberFormatter.types.d.ts +1 -0
  258. package/dist/components/NumberInput/NumberInput.const.d.ts +1 -0
  259. package/dist/components/NumberInput/NumberInput.types.d.ts +2 -0
  260. package/dist/components/OTPInput/OTPInput.types.d.ts +2 -0
  261. package/dist/components/Overlay/Overlay.const.d.ts +1 -0
  262. package/dist/components/Overlay/Overlay.types.d.ts +1 -0
  263. package/dist/components/PageNav/PageNav.types.d.ts +1 -0
  264. package/dist/components/Pagination/Pagination.const.d.ts +1 -0
  265. package/dist/components/Pagination/Pagination.types.d.ts +1 -0
  266. package/dist/components/Paper/Paper.const.d.ts +1 -0
  267. package/dist/components/Paper/Paper.types.d.ts +1 -0
  268. package/dist/components/PasswordInput/PasswordInput.const.d.ts +1 -0
  269. package/dist/components/PasswordInput/PasswordInput.types.d.ts +2 -0
  270. package/dist/components/PhoneInput/PhoneInput.types.d.ts +1 -0
  271. package/dist/components/Popconfirm/Popconfirm.types.d.ts +1 -0
  272. package/dist/components/Popover/Popover.const.d.ts +1 -0
  273. package/dist/components/Popover/Popover.types.d.ts +2 -0
  274. package/dist/components/Portal/Portal.const.d.ts +1 -0
  275. package/dist/components/Progress/Progress.const.d.ts +1 -0
  276. package/dist/components/Progress/Progress.types.d.ts +1 -0
  277. package/dist/components/PropsPlayground/PropsPlayground.types.d.ts +1 -0
  278. package/dist/components/QRCode/QRCode.types.d.ts +1 -0
  279. package/dist/components/Radio/Radio.cjs +1 -1
  280. package/dist/components/Radio/Radio.const.d.ts +1 -0
  281. package/dist/components/Radio/Radio.js +99 -96
  282. package/dist/components/Radio/Radio.types.d.ts +1 -0
  283. package/dist/components/RadioCard/RadioCard.types.d.ts +1 -0
  284. package/dist/components/Rating/Rating.types.d.ts +1 -0
  285. package/dist/components/ResizablePanel/ResizablePanel.types.d.ts +1 -0
  286. package/dist/components/ResizableTextarea/ResizableTextarea.types.d.ts +1 -0
  287. package/dist/components/Result/Result.types.d.ts +1 -0
  288. package/dist/components/RichEditor/RichEditor.cjs +1 -1
  289. package/dist/components/RichEditor/RichEditor.js +69 -71
  290. package/dist/components/RingProgress/RingProgress.types.d.ts +1 -0
  291. package/dist/components/ScrollArea/ScrollArea.const.d.ts +1 -0
  292. package/dist/components/ScrollArea/ScrollArea.types.d.ts +2 -0
  293. package/dist/components/SegmentedControl/SegmentedControl.const.d.ts +1 -0
  294. package/dist/components/SegmentedControl/SegmentedControl.types.d.ts +2 -0
  295. package/dist/components/Select/Select.cjs +1 -1
  296. package/dist/components/Select/Select.const.d.ts +1 -0
  297. package/dist/components/Select/Select.js +3 -2
  298. package/dist/components/Select/Select.types.d.ts +6 -1
  299. package/dist/components/Sidebar/Sidebar.cjs +1 -1
  300. package/dist/components/Sidebar/Sidebar.js +15 -17
  301. package/dist/components/SignPad/SignPad.cjs +1 -1
  302. package/dist/components/SignPad/SignPad.js +24 -26
  303. package/dist/components/Skeleton/Skeleton.types.d.ts +1 -0
  304. package/dist/components/Slider/Slider.const.d.ts +1 -0
  305. package/dist/components/Slider/Slider.types.d.ts +1 -0
  306. package/dist/components/SliderRange/SliderRange.const.d.ts +1 -0
  307. package/dist/components/SliderRange/SliderRange.types.d.ts +2 -0
  308. package/dist/components/Snackbar/Snackbar.cjs +1 -0
  309. package/dist/components/Snackbar/Snackbar.const.cjs +1 -0
  310. package/dist/components/Snackbar/Snackbar.const.d.ts +13 -0
  311. package/dist/components/Snackbar/Snackbar.const.js +18 -0
  312. package/dist/components/Snackbar/Snackbar.d.ts +2 -0
  313. package/dist/components/Snackbar/Snackbar.js +114 -0
  314. package/dist/components/Snackbar/Snackbar.types.d.ts +44 -0
  315. package/dist/components/Snackbar/hooks/index.d.ts +1 -0
  316. package/dist/components/Snackbar/hooks/useSnackbar.cjs +1 -0
  317. package/dist/components/Snackbar/hooks/useSnackbar.d.ts +2 -0
  318. package/dist/components/Snackbar/hooks/useSnackbar.js +42 -0
  319. package/dist/components/Snackbar/index.d.ts +3 -0
  320. package/dist/components/Sparkline/Sparkline.types.d.ts +2 -0
  321. package/dist/components/SpeedDial/SpeedDial.types.d.ts +1 -0
  322. package/dist/components/Spinner/Spinner.const.d.ts +1 -0
  323. package/dist/components/Spinner/Spinner.types.d.ts +2 -0
  324. package/dist/components/SplitButton/SplitButton.types.d.ts +1 -0
  325. package/dist/components/Spoiler/Spoiler.types.d.ts +1 -0
  326. package/dist/components/Spotlight/Spotlight.types.d.ts +1 -0
  327. package/dist/components/StatCard/StatCard.const.d.ts +1 -0
  328. package/dist/components/StatCard/StatCard.types.d.ts +2 -0
  329. package/dist/components/Statistic/Statistic.const.d.ts +1 -0
  330. package/dist/components/Statistic/Statistic.types.d.ts +2 -0
  331. package/dist/components/Stepper/Stepper.types.d.ts +1 -0
  332. package/dist/components/Switch/Switch.cjs +1 -1
  333. package/dist/components/Switch/Switch.const.cjs +1 -0
  334. package/dist/components/Switch/Switch.const.d.ts +54 -0
  335. package/dist/components/Switch/Switch.const.js +37 -0
  336. package/dist/components/Switch/Switch.d.ts +1 -2
  337. package/dist/components/Switch/Switch.js +51 -80
  338. package/dist/components/Switch/Switch.types.d.ts +18 -10
  339. package/dist/components/Switch/SwitchGroup.cjs +1 -0
  340. package/dist/components/Switch/SwitchGroup.d.ts +2 -0
  341. package/dist/components/Switch/SwitchGroup.js +50 -0
  342. package/dist/components/Switch/index.d.ts +2 -1
  343. package/dist/components/TableSkeleton/TableSkeleton.cjs +1 -0
  344. package/dist/components/TableSkeleton/TableSkeleton.const.cjs +1 -0
  345. package/dist/components/TableSkeleton/TableSkeleton.const.d.ts +6 -0
  346. package/dist/components/TableSkeleton/TableSkeleton.const.js +9 -0
  347. package/dist/components/TableSkeleton/TableSkeleton.d.ts +2 -0
  348. package/dist/components/TableSkeleton/TableSkeleton.js +51 -0
  349. package/dist/components/TableSkeleton/TableSkeleton.types.d.ts +9 -0
  350. package/dist/components/TableSkeleton/index.d.ts +2 -0
  351. package/dist/components/Tabs/Tabs.const.d.ts +1 -0
  352. package/dist/components/Tabs/Tabs.types.d.ts +1 -0
  353. package/dist/components/TagCloud/TagCloud.types.d.ts +1 -0
  354. package/dist/components/TagsInput/TagsInput.const.d.ts +1 -0
  355. package/dist/components/TagsInput/TagsInput.types.d.ts +2 -0
  356. package/dist/components/Terminal/Terminal.types.d.ts +1 -0
  357. package/dist/components/ThemeIcon/ThemeIcon.const.d.ts +1 -0
  358. package/dist/components/ThemeIcon/ThemeIcon.types.d.ts +1 -0
  359. package/dist/components/TimePicker/TimePicker.types.d.ts +2 -0
  360. package/dist/components/Timeline/Timeline.cjs +1 -1
  361. package/dist/components/Timeline/Timeline.const.cjs +1 -1
  362. package/dist/components/Timeline/Timeline.const.d.ts +21 -0
  363. package/dist/components/Timeline/Timeline.const.js +41 -20
  364. package/dist/components/Timeline/Timeline.d.ts +0 -15
  365. package/dist/components/Timeline/Timeline.js +133 -132
  366. package/dist/components/Timeline/Timeline.types.d.ts +7 -0
  367. package/dist/components/TimelineChart/TimelineChart.types.d.ts +1 -0
  368. package/dist/components/Toast/Toast.cjs +1 -1
  369. package/dist/components/Toast/Toast.const.d.ts +1 -0
  370. package/dist/components/Toast/Toast.js +6 -6
  371. package/dist/components/Toast/Toast.types.d.ts +1 -0
  372. package/dist/components/ToggleButton/ToggleButton.cjs +1 -0
  373. package/dist/components/ToggleButton/ToggleButton.const.cjs +1 -0
  374. package/dist/components/ToggleButton/ToggleButton.const.d.ts +6 -0
  375. package/dist/components/ToggleButton/ToggleButton.const.js +15 -0
  376. package/dist/components/ToggleButton/ToggleButton.d.ts +3 -0
  377. package/dist/components/ToggleButton/ToggleButton.js +89 -0
  378. package/dist/components/ToggleButton/ToggleButton.types.d.ts +30 -0
  379. package/dist/components/ToggleButton/index.d.ts +2 -0
  380. package/dist/components/Tooltip/Tooltip.const.d.ts +1 -0
  381. package/dist/components/Tooltip/Tooltip.types.d.ts +2 -0
  382. package/dist/components/Tour/Tour.types.d.ts +1 -0
  383. package/dist/components/TransferList/TransferList.const.d.ts +1 -0
  384. package/dist/components/TransferList/TransferList.types.d.ts +1 -0
  385. package/dist/components/Transition/Transition.types.d.ts +1 -0
  386. package/dist/components/TreeSelect/TreeSelect.types.d.ts +1 -0
  387. package/dist/components/TreeView/TreeView.const.d.ts +1 -0
  388. package/dist/components/TreeView/TreeView.types.d.ts +2 -0
  389. package/dist/components/Typewriter/Typewriter.types.d.ts +1 -0
  390. package/dist/components/Typography/Typography.types.d.ts +1 -0
  391. package/dist/components/VirtualList/VirtualList.cjs +1 -1
  392. package/dist/components/VirtualList/VirtualList.const.cjs +1 -0
  393. package/dist/components/VirtualList/VirtualList.const.d.ts +2 -0
  394. package/dist/components/VirtualList/VirtualList.const.js +4 -0
  395. package/dist/components/VirtualList/VirtualList.js +18 -39
  396. package/dist/components/VirtualList/VirtualList.types.d.ts +2 -0
  397. package/dist/components/VisuallyHidden/VisuallyHidden.const.d.ts +1 -0
  398. package/dist/components/Watermark/Watermark.types.d.ts +1 -0
  399. package/dist/components/index.cjs +1 -1
  400. package/dist/components/index.d.ts +15 -2
  401. package/dist/components/index.js +421 -402
  402. package/dist/context/BearProvider.cjs +1 -1
  403. package/dist/context/BearProvider.d.ts +21 -43
  404. package/dist/context/BearProvider.js +208 -163
  405. package/dist/context/bearProvider.const.cjs +1 -0
  406. package/dist/context/bearProvider.const.d.ts +7 -0
  407. package/dist/context/bearProvider.const.js +8 -0
  408. package/dist/context/bearProvider.types.d.ts +6 -0
  409. package/dist/context/index.cjs +1 -1
  410. package/dist/context/index.d.ts +2 -1
  411. package/dist/context/index.js +8 -6
  412. package/dist/hooks/index.cjs +1 -1
  413. package/dist/hooks/index.d.ts +2 -0
  414. package/dist/hooks/index.js +31 -27
  415. package/dist/hooks/useBearComponent/useBearComponent.cjs +1 -1
  416. package/dist/hooks/useBearComponent/useBearComponent.js +45 -44
  417. package/dist/hooks/useBearDefaultProps.cjs +1 -0
  418. package/dist/hooks/useBearDefaultProps.d.ts +2 -0
  419. package/dist/hooks/useBearDefaultProps.js +8 -0
  420. package/dist/hooks/useFormControl/index.d.ts +1 -0
  421. package/dist/hooks/useFormControl/useFormControl.cjs +1 -0
  422. package/dist/hooks/useFormControl/useFormControl.d.ts +2 -0
  423. package/dist/hooks/useFormControl/useFormControl.js +6 -0
  424. package/dist/index.cjs +1 -1
  425. package/dist/index.js +516 -479
  426. package/dist/styles.css +25 -21
  427. package/dist/types/base.types.d.ts +5 -0
  428. package/dist/types/component.types.d.ts +5 -0
  429. package/dist/types/index.d.ts +1 -0
  430. package/dist/utils/generateBearId.const.cjs +1 -0
  431. package/dist/utils/generateBearId.const.d.ts +5 -0
  432. package/dist/utils/generateBearId.const.js +8 -0
  433. package/dist/utils/generateBearId.types.d.ts +4 -0
  434. package/dist/utils/generateBearId.utils.cjs +1 -0
  435. package/dist/utils/generateBearId.utils.d.ts +4 -0
  436. package/dist/utils/generateBearId.utils.js +29 -0
  437. package/dist/utils/getResponsiveClass.utils.cjs +1 -0
  438. package/dist/utils/getResponsiveClass.utils.d.ts +2 -0
  439. package/dist/utils/getResponsiveClass.utils.js +12 -0
  440. package/dist/utils/index.cjs +1 -1
  441. package/dist/utils/index.d.ts +5 -0
  442. package/dist/utils/index.js +19 -5
  443. package/dist/utils/useBearId.cjs +1 -0
  444. package/dist/utils/useBearId.d.ts +1 -0
  445. package/dist/utils/useBearId.js +15 -0
  446. package/package.json +1 -1
  447. package/dist/components/Toast/Toast.utils.cjs +0 -1
  448. package/dist/components/Toast/Toast.utils.js +0 -4
@@ -1,6 +1,6 @@
1
- import { jsxs as e, jsx as c } from "react/jsx-runtime";
2
- import { Icon as i } from "../Icon.js";
3
- const r = (n) => /* @__PURE__ */ e(i, { ...n, children: [
1
+ import { jsxs as i, jsx as c } from "react/jsx-runtime";
2
+ import { Icon as e } from "../Icon.js";
3
+ const y = (n) => /* @__PURE__ */ i(e, { ...n, children: [
4
4
  /* @__PURE__ */ c("circle", { cx: "12", cy: "12", r: "5" }),
5
5
  /* @__PURE__ */ c("line", { x1: "12", y1: "1", x2: "12", y2: "3" }),
6
6
  /* @__PURE__ */ c("line", { x1: "12", y1: "21", x2: "12", y2: "23" }),
@@ -10,12 +10,12 @@ const r = (n) => /* @__PURE__ */ e(i, { ...n, children: [
10
10
  /* @__PURE__ */ c("line", { x1: "21", y1: "12", x2: "23", y2: "12" }),
11
11
  /* @__PURE__ */ c("line", { x1: "4.22", y1: "19.78", x2: "5.64", y2: "18.36" }),
12
12
  /* @__PURE__ */ c("line", { x1: "18.36", y1: "5.64", x2: "19.78", y2: "4.22" })
13
- ] }), x = (n) => /* @__PURE__ */ c(i, { ...n, children: /* @__PURE__ */ c("path", { d: "M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z" }) }), t = (n) => /* @__PURE__ */ c(i, { ...n, children: /* @__PURE__ */ c("path", { d: "M18 10h-1.26A8 8 0 1 0 9 20h9a5 5 0 0 0 0-10z" }) }), h = (n) => /* @__PURE__ */ e(i, { ...n, children: [
13
+ ] }), t = (n) => /* @__PURE__ */ c(e, { ...n, children: /* @__PURE__ */ c("path", { d: "M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z" }) }), x = (n) => /* @__PURE__ */ c(e, { ...n, children: /* @__PURE__ */ c("path", { d: "M18 10h-1.26A8 8 0 1 0 9 20h9a5 5 0 0 0 0-10z" }) }), h = (n) => /* @__PURE__ */ i(e, { ...n, children: [
14
14
  /* @__PURE__ */ c("line", { x1: "16", y1: "13", x2: "16", y2: "21" }),
15
15
  /* @__PURE__ */ c("line", { x1: "8", y1: "13", x2: "8", y2: "21" }),
16
16
  /* @__PURE__ */ c("line", { x1: "12", y1: "15", x2: "12", y2: "23" }),
17
17
  /* @__PURE__ */ c("path", { d: "M20 16.58A5 5 0 0 0 18 7h-1.26A8 8 0 1 0 4 15.25" })
18
- ] }), o = (n) => /* @__PURE__ */ e(i, { ...n, children: [
18
+ ] }), o = (n) => /* @__PURE__ */ i(e, { ...n, children: [
19
19
  /* @__PURE__ */ c("path", { d: "M20 17.58A5 5 0 0 0 18 8h-1.26A8 8 0 1 0 4 16.25" }),
20
20
  /* @__PURE__ */ c("line", { x1: "8", y1: "16", x2: "8.01", y2: "16" }),
21
21
  /* @__PURE__ */ c("line", { x1: "8", y1: "20", x2: "8.01", y2: "20" }),
@@ -23,34 +23,34 @@ const r = (n) => /* @__PURE__ */ e(i, { ...n, children: [
23
23
  /* @__PURE__ */ c("line", { x1: "12", y1: "22", x2: "12.01", y2: "22" }),
24
24
  /* @__PURE__ */ c("line", { x1: "16", y1: "16", x2: "16.01", y2: "16" }),
25
25
  /* @__PURE__ */ c("line", { x1: "16", y1: "20", x2: "16.01", y2: "20" })
26
- ] }), d = (n) => /* @__PURE__ */ e(i, { ...n, children: [
26
+ ] }), d = (n) => /* @__PURE__ */ i(e, { ...n, children: [
27
27
  /* @__PURE__ */ c("path", { d: "M19 16.9A5 5 0 0 0 18 7h-1.26a8 8 0 1 0-11.62 9" }),
28
28
  /* @__PURE__ */ c("polyline", { points: "13 11 9 17 15 17 11 23" })
29
- ] }), a = (n) => /* @__PURE__ */ c(i, { ...n, children: /* @__PURE__ */ c("path", { d: "M9.59 4.59A2 2 0 1 1 11 8H2m10.59 11.41A2 2 0 1 0 14 16H2m15.73-8.27A2.5 2.5 0 1 1 19.5 12H2" }) }), s = (n) => /* @__PURE__ */ c(i, { ...n, children: /* @__PURE__ */ c("path", { d: "M12 2.69l5.66 5.66a8 8 0 1 1-11.31 0z" }) }), p = (n) => /* @__PURE__ */ c(i, { ...n, children: /* @__PURE__ */ c("path", { d: "M14 14.76V3.5a2.5 2.5 0 0 0-5 0v11.26a4.5 4.5 0 1 0 5 0z" }) }), I = (n) => /* @__PURE__ */ c(i, { ...n, children: /* @__PURE__ */ c("path", { d: "M23 12a11.05 11.05 0 0 0-22 0zm-5 7a3 3 0 0 1-6 0v-7" }) }), M = (n) => /* @__PURE__ */ e(i, { ...n, children: [
29
+ ] }), a = (n) => /* @__PURE__ */ c(e, { ...n, children: /* @__PURE__ */ c("path", { d: "M9.59 4.59A2 2 0 1 1 11 8H2m10.59 11.41A2 2 0 1 0 14 16H2m15.73-8.27A2.5 2.5 0 1 1 19.5 12H2" }) }), s = (n) => /* @__PURE__ */ c(e, { ...n, children: /* @__PURE__ */ c("path", { d: "M12 2.69l5.66 5.66a8 8 0 1 1-11.31 0z" }) }), p = (n) => /* @__PURE__ */ c(e, { ...n, children: /* @__PURE__ */ c("path", { d: "M14 14.76V3.5a2.5 2.5 0 0 0-5 0v11.26a4.5 4.5 0 1 0 5 0z" }) }), I = (n) => /* @__PURE__ */ c(e, { ...n, children: /* @__PURE__ */ c("path", { d: "M23 12a11.05 11.05 0 0 0-22 0zm-5 7a3 3 0 0 1-6 0v-7" }) }), M = (n) => /* @__PURE__ */ i(e, { ...n, children: [
30
30
  /* @__PURE__ */ c("rect", { x: "5", y: "2", width: "14", height: "20", rx: "2", ry: "2" }),
31
31
  /* @__PURE__ */ c("line", { x1: "12", y1: "18", x2: "12.01", y2: "18" })
32
- ] }), v = (n) => /* @__PURE__ */ e(i, { ...n, children: [
32
+ ] }), g = (n) => /* @__PURE__ */ i(e, { ...n, children: [
33
33
  /* @__PURE__ */ c("rect", { x: "4", y: "2", width: "16", height: "20", rx: "2", ry: "2" }),
34
34
  /* @__PURE__ */ c("line", { x1: "12", y1: "18", x2: "12.01", y2: "18" })
35
- ] }), g = (n) => /* @__PURE__ */ e(i, { ...n, children: [
35
+ ] }), v = (n) => /* @__PURE__ */ i(e, { ...n, children: [
36
36
  /* @__PURE__ */ c("rect", { x: "3", y: "4", width: "18", height: "12", rx: "2", ry: "2" }),
37
37
  /* @__PURE__ */ c("line", { x1: "2", y1: "20", x2: "22", y2: "20" })
38
- ] }), A = (n) => /* @__PURE__ */ e(i, { ...n, children: [
38
+ ] }), w = (n) => /* @__PURE__ */ i(e, { ...n, children: [
39
39
  /* @__PURE__ */ c("rect", { x: "2", y: "3", width: "20", height: "14", rx: "2", ry: "2" }),
40
40
  /* @__PURE__ */ c("line", { x1: "8", y1: "21", x2: "16", y2: "21" }),
41
41
  /* @__PURE__ */ c("line", { x1: "12", y1: "17", x2: "12", y2: "21" })
42
- ] }), w = (n) => /* @__PURE__ */ e(i, { ...n, children: [
42
+ ] }), A = (n) => /* @__PURE__ */ i(e, { ...n, children: [
43
43
  /* @__PURE__ */ c("circle", { cx: "12", cy: "12", r: "7" }),
44
44
  /* @__PURE__ */ c("polyline", { points: "12 9 12 12 13.5 13.5" }),
45
45
  /* @__PURE__ */ c("path", { d: "M16.51 17.35l-.35 3.83a2 2 0 0 1-2 1.82H9.83a2 2 0 0 1-2-1.82l-.35-3.83m.01-10.7l.35-3.83A2 2 0 0 1 9.83 1h4.35a2 2 0 0 1 2 1.82l.35 3.83" })
46
- ] }), z = (n) => /* @__PURE__ */ e(i, { ...n, children: [
46
+ ] }), z = (n) => /* @__PURE__ */ i(e, { ...n, children: [
47
47
  /* @__PURE__ */ c("rect", { x: "2", y: "7", width: "20", height: "15", rx: "2", ry: "2" }),
48
48
  /* @__PURE__ */ c("polyline", { points: "17 2 12 7 7 2" })
49
- ] }), C = (n) => /* @__PURE__ */ e(i, { ...n, children: [
49
+ ] }), C = (n) => /* @__PURE__ */ i(e, { ...n, children: [
50
50
  /* @__PURE__ */ c("polyline", { points: "6 9 6 2 18 2 18 9" }),
51
51
  /* @__PURE__ */ c("path", { d: "M6 18H4a2 2 0 0 1-2-2v-5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2h-2" }),
52
52
  /* @__PURE__ */ c("rect", { x: "6", y: "14", width: "12", height: "8" })
53
- ] }), H = (n) => /* @__PURE__ */ e(i, { ...n, children: [
53
+ ] }), H = (n) => /* @__PURE__ */ i(e, { ...n, children: [
54
54
  /* @__PURE__ */ c("rect", { x: "2", y: "4", width: "20", height: "16", rx: "2", ry: "2" }),
55
55
  /* @__PURE__ */ c("line", { x1: "6", y1: "8", x2: "6.01", y2: "8" }),
56
56
  /* @__PURE__ */ c("line", { x1: "10", y1: "8", x2: "10.01", y2: "8" }),
@@ -60,20 +60,20 @@ const r = (n) => /* @__PURE__ */ e(i, { ...n, children: [
60
60
  /* @__PURE__ */ c("line", { x1: "12", y1: "12", x2: "12.01", y2: "12" }),
61
61
  /* @__PURE__ */ c("line", { x1: "16", y1: "12", x2: "16.01", y2: "12" }),
62
62
  /* @__PURE__ */ c("line", { x1: "7", y1: "16", x2: "17", y2: "16" })
63
- ] }), u = (n) => /* @__PURE__ */ e(i, { ...n, children: [
63
+ ] }), u = (n) => /* @__PURE__ */ i(e, { ...n, children: [
64
64
  /* @__PURE__ */ c("rect", { x: "6", y: "3", width: "12", height: "18", rx: "6" }),
65
65
  /* @__PURE__ */ c("line", { x1: "12", y1: "7", x2: "12", y2: "11" })
66
- ] }), m = (n) => /* @__PURE__ */ e(i, { ...n, children: [
66
+ ] }), m = (n) => /* @__PURE__ */ i(e, { ...n, children: [
67
67
  /* @__PURE__ */ c("line", { x1: "22", y1: "12", x2: "2", y2: "12" }),
68
68
  /* @__PURE__ */ c("path", { d: "M5.45 5.11L2 12v6a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-6l-3.45-6.89A2 2 0 0 0 16.76 4H7.24a2 2 0 0 0-1.79 1.11z" }),
69
69
  /* @__PURE__ */ c("line", { x1: "6", y1: "16", x2: "6.01", y2: "16" }),
70
70
  /* @__PURE__ */ c("line", { x1: "10", y1: "16", x2: "10.01", y2: "16" })
71
- ] }), L = (n) => /* @__PURE__ */ e(i, { ...n, children: [
71
+ ] }), L = (n) => /* @__PURE__ */ i(e, { ...n, children: [
72
72
  /* @__PURE__ */ c("rect", { x: "2", y: "2", width: "20", height: "8", rx: "2", ry: "2" }),
73
73
  /* @__PURE__ */ c("rect", { x: "2", y: "14", width: "20", height: "8", rx: "2", ry: "2" }),
74
74
  /* @__PURE__ */ c("line", { x1: "6", y1: "6", x2: "6.01", y2: "6" }),
75
75
  /* @__PURE__ */ c("line", { x1: "6", y1: "18", x2: "6.01", y2: "18" })
76
- ] }), k = (n) => /* @__PURE__ */ e(i, { ...n, children: [
76
+ ] }), k = (n) => /* @__PURE__ */ i(e, { ...n, children: [
77
77
  /* @__PURE__ */ c("rect", { x: "4", y: "4", width: "16", height: "16", rx: "2", ry: "2" }),
78
78
  /* @__PURE__ */ c("rect", { x: "9", y: "9", width: "6", height: "6" }),
79
79
  /* @__PURE__ */ c("line", { x1: "9", y1: "1", x2: "9", y2: "4" }),
@@ -84,48 +84,48 @@ const r = (n) => /* @__PURE__ */ e(i, { ...n, children: [
84
84
  /* @__PURE__ */ c("line", { x1: "20", y1: "14", x2: "23", y2: "14" }),
85
85
  /* @__PURE__ */ c("line", { x1: "1", y1: "9", x2: "4", y2: "9" }),
86
86
  /* @__PURE__ */ c("line", { x1: "1", y1: "14", x2: "4", y2: "14" })
87
- ] }), V = (n) => /* @__PURE__ */ c(i, { ...n, children: /* @__PURE__ */ c("polyline", { points: "6.5 6.5 17.5 17.5 12 23 12 1 17.5 6.5 6.5 17.5" }) }), f = (n) => /* @__PURE__ */ e(i, { ...n, children: [
87
+ ] }), f = (n) => /* @__PURE__ */ c(e, { ...n, children: /* @__PURE__ */ c("polyline", { points: "6.5 6.5 17.5 17.5 12 23 12 1 17.5 6.5 6.5 17.5" }) }), S = (n) => /* @__PURE__ */ i(e, { ...n, children: [
88
88
  /* @__PURE__ */ c("circle", { cx: "10", cy: "18", r: "2" }),
89
89
  /* @__PURE__ */ c("circle", { cx: "4", cy: "6", r: "2" }),
90
90
  /* @__PURE__ */ c("circle", { cx: "20", cy: "6", r: "2" }),
91
91
  /* @__PURE__ */ c("path", { d: "M12 2v16" }),
92
92
  /* @__PURE__ */ c("path", { d: "m4 8 6 4" }),
93
93
  /* @__PURE__ */ c("path", { d: "m20 8-6 4" })
94
- ] }), S = (n) => /* @__PURE__ */ e(i, { ...n, children: [
94
+ ] }), T = (n) => /* @__PURE__ */ i(e, { ...n, children: [
95
95
  /* @__PURE__ */ c("path", { d: "M18 8A6 6 0 0 0 6 8c0 7-3 9-3 9h18s-3-2-3-9" }),
96
96
  /* @__PURE__ */ c("path", { d: "M13.73 21a2 2 0 0 1-3.46 0" })
97
- ] }), T = (n) => /* @__PURE__ */ e(i, { ...n, children: [
97
+ ] }), V = (n) => /* @__PURE__ */ i(e, { ...n, children: [
98
98
  /* @__PURE__ */ c("rect", { x: "3", y: "4", width: "18", height: "18", rx: "2", ry: "2" }),
99
99
  /* @__PURE__ */ c("line", { x1: "16", y1: "2", x2: "16", y2: "6" }),
100
100
  /* @__PURE__ */ c("line", { x1: "8", y1: "2", x2: "8", y2: "6" }),
101
101
  /* @__PURE__ */ c("line", { x1: "3", y1: "10", x2: "21", y2: "10" })
102
- ] }), b = (n) => /* @__PURE__ */ e(i, { ...n, children: [
102
+ ] }), b = (n) => /* @__PURE__ */ i(e, { ...n, children: [
103
103
  /* @__PURE__ */ c("circle", { cx: "12", cy: "12", r: "10" }),
104
104
  /* @__PURE__ */ c("polyline", { points: "12 6 12 12 16 14" })
105
- ] }), B = (n) => /* @__PURE__ */ e(i, { ...n, children: [
105
+ ] }), B = (n) => /* @__PURE__ */ i(e, { ...n, children: [
106
106
  /* @__PURE__ */ c("circle", { cx: "12", cy: "13", r: "8" }),
107
107
  /* @__PURE__ */ c("path", { d: "M12 9v4l2 2" }),
108
108
  /* @__PURE__ */ c("path", { d: "M5 3 2 6" }),
109
109
  /* @__PURE__ */ c("path", { d: "m22 6-3-3" }),
110
110
  /* @__PURE__ */ c("path", { d: "M6.38 18.7 4 21" }),
111
111
  /* @__PURE__ */ c("path", { d: "M17.64 18.67 20 21" })
112
- ] }), P = (n) => /* @__PURE__ */ e(i, { ...n, children: [
112
+ ] }), P = (n) => /* @__PURE__ */ i(e, { ...n, children: [
113
113
  /* @__PURE__ */ c("polyline", { points: "20 12 20 22 4 22 4 12" }),
114
114
  /* @__PURE__ */ c("rect", { x: "2", y: "7", width: "20", height: "5" }),
115
115
  /* @__PURE__ */ c("line", { x1: "12", y1: "22", x2: "12", y2: "7" }),
116
116
  /* @__PURE__ */ c("path", { d: "M12 7H7.5a2.5 2.5 0 0 1 0-5C11 2 12 7 12 7z" }),
117
117
  /* @__PURE__ */ c("path", { d: "M12 7h4.5a2.5 2.5 0 0 0 0-5C13 2 12 7 12 7z" })
118
- ] }), U = (n) => /* @__PURE__ */ c(i, { ...n, children: /* @__PURE__ */ c("path", { d: "M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z" }) }), G = (n) => /* @__PURE__ */ e(i, { ...n, children: [
118
+ ] }), U = (n) => /* @__PURE__ */ c(e, { ...n, children: /* @__PURE__ */ c("path", { d: "M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z" }) }), G = (n) => /* @__PURE__ */ i(e, { ...n, children: [
119
119
  /* @__PURE__ */ c("path", { d: "M18 8h1a4 4 0 0 1 0 8h-1" }),
120
120
  /* @__PURE__ */ c("path", { d: "M2 8h16v9a4 4 0 0 1-4 4H6a4 4 0 0 1-4-4V8z" }),
121
121
  /* @__PURE__ */ c("line", { x1: "6", y1: "1", x2: "6", y2: "4" }),
122
122
  /* @__PURE__ */ c("line", { x1: "10", y1: "1", x2: "10", y2: "4" }),
123
123
  /* @__PURE__ */ c("line", { x1: "14", y1: "1", x2: "14", y2: "4" })
124
- ] }), D = (n) => /* @__PURE__ */ c(i, { ...n, children: /* @__PURE__ */ c("polygon", { points: "13 2 3 14 12 14 11 22 21 10 12 10 13 2" }) }), Z = (n) => /* @__PURE__ */ e(i, { ...n, children: [
124
+ ] }), D = (n) => /* @__PURE__ */ c(e, { ...n, children: /* @__PURE__ */ c("polygon", { points: "13 2 3 14 12 14 11 22 21 10 12 10 13 2" }) }), F = (n) => /* @__PURE__ */ i(e, { ...n, children: [
125
125
  /* @__PURE__ */ c("circle", { cx: "12", cy: "5", r: "3" }),
126
126
  /* @__PURE__ */ c("line", { x1: "12", y1: "22", x2: "12", y2: "8" }),
127
127
  /* @__PURE__ */ c("path", { d: "M5 12H2a10 10 0 0 0 20 0h-3" })
128
- ] }), F = (n) => /* @__PURE__ */ e(i, { ...n, children: [
128
+ ] }), Z = (n) => /* @__PURE__ */ i(e, { ...n, children: [
129
129
  /* @__PURE__ */ c("circle", { cx: "12", cy: "12", r: "10" }),
130
130
  /* @__PURE__ */ c("line", { x1: "14.31", y1: "8", x2: "20.05", y2: "17.94" }),
131
131
  /* @__PURE__ */ c("line", { x1: "9.69", y1: "8", x2: "21.17", y2: "8" }),
@@ -133,34 +133,34 @@ const r = (n) => /* @__PURE__ */ e(i, { ...n, children: [
133
133
  /* @__PURE__ */ c("line", { x1: "9.69", y1: "16", x2: "3.95", y2: "6.06" }),
134
134
  /* @__PURE__ */ c("line", { x1: "14.31", y1: "16", x2: "2.83", y2: "16" }),
135
135
  /* @__PURE__ */ c("line", { x1: "16.62", y1: "12", x2: "10.88", y2: "21.94" })
136
- ] }), R = (n) => /* @__PURE__ */ e(i, { ...n, children: [
136
+ ] }), R = (n) => /* @__PURE__ */ i(e, { ...n, children: [
137
137
  /* @__PURE__ */ c("circle", { cx: "12", cy: "8", r: "7" }),
138
138
  /* @__PURE__ */ c("polyline", { points: "8.21 13.89 7 23 12 20 17 23 15.79 13.88" })
139
- ] }), W = (n) => /* @__PURE__ */ e(i, { ...n, children: [
139
+ ] }), W = (n) => /* @__PURE__ */ i(e, { ...n, children: [
140
140
  /* @__PURE__ */ c("circle", { cx: "12", cy: "12", r: "10" }),
141
141
  /* @__PURE__ */ c("polygon", { points: "16.24 7.76 14.12 14.12 7.76 16.24 9.88 9.88 16.24 7.76" })
142
- ] }), j = (n) => /* @__PURE__ */ e(i, { ...n, children: [
142
+ ] }), j = (n) => /* @__PURE__ */ i(e, { ...n, children: [
143
143
  /* @__PURE__ */ c("circle", { cx: "12", cy: "12", r: "10" }),
144
144
  /* @__PURE__ */ c("circle", { cx: "12", cy: "12", r: "6" }),
145
145
  /* @__PURE__ */ c("circle", { cx: "12", cy: "12", r: "2" })
146
- ] }), X = (n) => /* @__PURE__ */ e(i, { ...n, children: [
146
+ ] }), X = (n) => /* @__PURE__ */ i(e, { ...n, children: [
147
147
  /* @__PURE__ */ c("circle", { cx: "12", cy: "12", r: "10" }),
148
148
  /* @__PURE__ */ c("line", { x1: "22", y1: "12", x2: "18", y2: "12" }),
149
149
  /* @__PURE__ */ c("line", { x1: "6", y1: "12", x2: "2", y2: "12" }),
150
150
  /* @__PURE__ */ c("line", { x1: "12", y1: "6", x2: "12", y2: "2" }),
151
151
  /* @__PURE__ */ c("line", { x1: "12", y1: "22", x2: "12", y2: "18" })
152
- ] }), q = (n) => /* @__PURE__ */ e(i, { ...n, children: [
152
+ ] }), q = (n) => /* @__PURE__ */ i(e, { ...n, children: [
153
153
  /* @__PURE__ */ c("polygon", { points: "1 6 1 22 8 18 16 22 23 18 23 2 16 6 8 2 1 6" }),
154
154
  /* @__PURE__ */ c("line", { x1: "8", y1: "2", x2: "8", y2: "18" }),
155
155
  /* @__PURE__ */ c("line", { x1: "16", y1: "6", x2: "16", y2: "22" })
156
- ] }), K = (n) => /* @__PURE__ */ e(i, { ...n, children: [
156
+ ] }), K = (n) => /* @__PURE__ */ i(e, { ...n, children: [
157
157
  /* @__PURE__ */ c("path", { d: "M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z" }),
158
158
  /* @__PURE__ */ c("circle", { cx: "12", cy: "10", r: "3" })
159
- ] }), N = (n) => /* @__PURE__ */ c(i, { ...n, children: /* @__PURE__ */ c("polygon", { points: "3 11 22 2 13 21 11 13 3 11" }) }), Y = (n) => /* @__PURE__ */ e(i, { ...n, children: [
159
+ ] }), N = (n) => /* @__PURE__ */ c(e, { ...n, children: /* @__PURE__ */ c("polygon", { points: "3 11 22 2 13 21 11 13 3 11" }) }), Y = (n) => /* @__PURE__ */ i(e, { ...n, children: [
160
160
  /* @__PURE__ */ c("circle", { cx: "12", cy: "12", r: "10" }),
161
161
  /* @__PURE__ */ c("line", { x1: "2", y1: "12", x2: "22", y2: "12" }),
162
162
  /* @__PURE__ */ c("path", { d: "M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z" })
163
- ] }), E = (n) => /* @__PURE__ */ e(i, { ...n, children: [
163
+ ] }), E = (n) => /* @__PURE__ */ i(e, { ...n, children: [
164
164
  /* @__PURE__ */ c("circle", { cx: "12", cy: "12", r: "10" }),
165
165
  /* @__PURE__ */ c("circle", { cx: "12", cy: "12", r: "4" }),
166
166
  /* @__PURE__ */ c("line", { x1: "4.93", y1: "4.93", x2: "9.17", y2: "9.17" }),
@@ -168,96 +168,96 @@ const r = (n) => /* @__PURE__ */ e(i, { ...n, children: [
168
168
  /* @__PURE__ */ c("line", { x1: "14.83", y1: "9.17", x2: "19.07", y2: "4.93" }),
169
169
  /* @__PURE__ */ c("line", { x1: "14.83", y1: "9.17", x2: "18.36", y2: "5.64" }),
170
170
  /* @__PURE__ */ c("line", { x1: "4.93", y1: "19.07", x2: "9.17", y2: "14.83" })
171
- ] }), J = (n) => /* @__PURE__ */ e(i, { ...n, children: [
171
+ ] }), J = (n) => /* @__PURE__ */ i(e, { ...n, children: [
172
172
  /* @__PURE__ */ c("line", { x1: "16.5", y1: "9.4", x2: "7.5", y2: "4.21" }),
173
173
  /* @__PURE__ */ c("path", { d: "M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z" }),
174
174
  /* @__PURE__ */ c("polyline", { points: "3.27 6.96 12 12.01 20.73 6.96" }),
175
175
  /* @__PURE__ */ c("line", { x1: "12", y1: "22.08", x2: "12", y2: "12" })
176
- ] }), O = (n) => /* @__PURE__ */ e(i, { ...n, children: [
176
+ ] }), O = (n) => /* @__PURE__ */ i(e, { ...n, children: [
177
177
  /* @__PURE__ */ c("path", { d: "M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z" }),
178
178
  /* @__PURE__ */ c("polyline", { points: "3.27 6.96 12 12.01 20.73 6.96" }),
179
179
  /* @__PURE__ */ c("line", { x1: "12", y1: "22.08", x2: "12", y2: "12" })
180
- ] }), Q = (n) => /* @__PURE__ */ e(i, { ...n, children: [
180
+ ] }), Q = (n) => /* @__PURE__ */ i(e, { ...n, children: [
181
181
  /* @__PURE__ */ c("rect", { x: "1", y: "3", width: "15", height: "13" }),
182
182
  /* @__PURE__ */ c("polygon", { points: "16 8 20 8 23 11 23 16 16 16 16 8" }),
183
183
  /* @__PURE__ */ c("circle", { cx: "5.5", cy: "18.5", r: "2.5" }),
184
184
  /* @__PURE__ */ c("circle", { cx: "18.5", cy: "18.5", r: "2.5" })
185
- ] }), _ = (n) => /* @__PURE__ */ c(i, { ...n, children: /* @__PURE__ */ c("polyline", { points: "22 12 18 12 15 21 9 3 6 12 2 12" }) }), $ = (n) => /* @__PURE__ */ e(i, { ...n, children: [
185
+ ] }), _ = (n) => /* @__PURE__ */ c(e, { ...n, children: /* @__PURE__ */ c("polyline", { points: "22 12 18 12 15 21 9 3 6 12 2 12" }) }), $ = (n) => /* @__PURE__ */ i(e, { ...n, children: [
186
186
  /* @__PURE__ */ c("path", { d: "M21.21 15.89A10 10 0 1 1 8 2.83" }),
187
187
  /* @__PURE__ */ c("path", { d: "M22 12A10 10 0 0 0 12 2v10z" })
188
- ] }), c1 = (n) => /* @__PURE__ */ e(i, { ...n, children: [
188
+ ] }), c1 = (n) => /* @__PURE__ */ i(e, { ...n, children: [
189
189
  /* @__PURE__ */ c("line", { x1: "12", y1: "20", x2: "12", y2: "10" }),
190
190
  /* @__PURE__ */ c("line", { x1: "18", y1: "20", x2: "18", y2: "4" }),
191
191
  /* @__PURE__ */ c("line", { x1: "6", y1: "20", x2: "6", y2: "16" })
192
- ] }), n1 = (n) => /* @__PURE__ */ e(i, { ...n, children: [
192
+ ] }), n1 = (n) => /* @__PURE__ */ i(e, { ...n, children: [
193
193
  /* @__PURE__ */ c("polyline", { points: "23 6 13.5 15.5 8.5 10.5 1 18" }),
194
194
  /* @__PURE__ */ c("polyline", { points: "17 6 23 6 23 12" })
195
- ] }), i1 = (n) => /* @__PURE__ */ e(i, { ...n, children: [
195
+ ] }), e1 = (n) => /* @__PURE__ */ i(e, { ...n, children: [
196
196
  /* @__PURE__ */ c("polyline", { points: "23 18 13.5 8.5 8.5 13.5 1 6" }),
197
197
  /* @__PURE__ */ c("polyline", { points: "17 18 23 18 23 12" })
198
- ] }), e1 = (n) => /* @__PURE__ */ e(i, { ...n, children: [
198
+ ] }), i1 = (n) => /* @__PURE__ */ i(e, { ...n, children: [
199
199
  /* @__PURE__ */ c("line", { x1: "12", y1: "1", x2: "12", y2: "23" }),
200
200
  /* @__PURE__ */ c("path", { d: "M17 5H9.5a3.5 3.5 0 0 0 0 7h5a3.5 3.5 0 0 1 0 7H6" })
201
- ] }), l1 = (n) => /* @__PURE__ */ e(i, { ...n, children: [
201
+ ] }), l1 = (n) => /* @__PURE__ */ i(e, { ...n, children: [
202
202
  /* @__PURE__ */ c("rect", { x: "1", y: "4", width: "22", height: "16", rx: "2", ry: "2" }),
203
203
  /* @__PURE__ */ c("line", { x1: "1", y1: "10", x2: "23", y2: "10" })
204
- ] }), y1 = (n) => /* @__PURE__ */ e(i, { ...n, children: [
204
+ ] }), r1 = (n) => /* @__PURE__ */ i(e, { ...n, children: [
205
205
  /* @__PURE__ */ c("rect", { x: "2", y: "7", width: "20", height: "14", rx: "2", ry: "2" }),
206
206
  /* @__PURE__ */ c("path", { d: "M16 21V5a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v16" })
207
- ] }), r1 = (n) => /* @__PURE__ */ e(i, { ...n, children: [
207
+ ] }), y1 = (n) => /* @__PURE__ */ i(e, { ...n, children: [
208
208
  /* @__PURE__ */ c("circle", { cx: "12", cy: "12", r: "10" }),
209
209
  /* @__PURE__ */ c("line", { x1: "4.93", y1: "4.93", x2: "19.07", y2: "19.07" })
210
- ] }), x1 = (n) => /* @__PURE__ */ e(i, { ...n, children: [
210
+ ] }), t1 = (n) => /* @__PURE__ */ i(e, { ...n, children: [
211
211
  /* @__PURE__ */ c("path", { d: "M20.24 12.24a6 6 0 0 0-8.49-8.49L5 10.5V19h8.5z" }),
212
212
  /* @__PURE__ */ c("line", { x1: "16", y1: "8", x2: "2", y2: "22" }),
213
213
  /* @__PURE__ */ c("line", { x1: "17.5", y1: "15", x2: "9", y2: "15" })
214
- ] }), t1 = (n) => /* @__PURE__ */ e(i, { ...n, children: [
214
+ ] }), x1 = (n) => /* @__PURE__ */ i(e, { ...n, children: [
215
215
  /* @__PURE__ */ c("circle", { cx: "6", cy: "6", r: "3" }),
216
216
  /* @__PURE__ */ c("circle", { cx: "6", cy: "18", r: "3" }),
217
217
  /* @__PURE__ */ c("line", { x1: "20", y1: "4", x2: "8.12", y2: "15.88" }),
218
218
  /* @__PURE__ */ c("line", { x1: "14.47", y1: "14.48", x2: "20", y2: "20" }),
219
219
  /* @__PURE__ */ c("line", { x1: "8.12", y1: "8.12", x2: "12", y2: "12" })
220
- ] }), h1 = (n) => /* @__PURE__ */ e(i, { ...n, children: [
220
+ ] }), h1 = (n) => /* @__PURE__ */ i(e, { ...n, children: [
221
221
  /* @__PURE__ */ c("line", { x1: "6", y1: "3", x2: "6", y2: "15" }),
222
222
  /* @__PURE__ */ c("circle", { cx: "18", cy: "6", r: "3" }),
223
223
  /* @__PURE__ */ c("circle", { cx: "6", cy: "18", r: "3" }),
224
224
  /* @__PURE__ */ c("path", { d: "M18 9a9 9 0 0 1-9 9" })
225
- ] }), o1 = (n) => /* @__PURE__ */ e(i, { ...n, children: [
225
+ ] }), o1 = (n) => /* @__PURE__ */ i(e, { ...n, children: [
226
226
  /* @__PURE__ */ c("circle", { cx: "12", cy: "12", r: "4" }),
227
227
  /* @__PURE__ */ c("line", { x1: "1.05", y1: "12", x2: "7", y2: "12" }),
228
228
  /* @__PURE__ */ c("line", { x1: "17.01", y1: "12", x2: "22.96", y2: "12" })
229
- ] }), d1 = (n) => /* @__PURE__ */ e(i, { ...n, children: [
229
+ ] }), d1 = (n) => /* @__PURE__ */ i(e, { ...n, children: [
230
230
  /* @__PURE__ */ c("circle", { cx: "18", cy: "18", r: "3" }),
231
231
  /* @__PURE__ */ c("circle", { cx: "6", cy: "6", r: "3" }),
232
232
  /* @__PURE__ */ c("path", { d: "M6 21V9a9 9 0 0 0 9 9" })
233
- ] }), a1 = (n) => /* @__PURE__ */ e(i, { ...n, children: [
233
+ ] }), a1 = (n) => /* @__PURE__ */ i(e, { ...n, children: [
234
234
  /* @__PURE__ */ c("circle", { cx: "18", cy: "18", r: "3" }),
235
235
  /* @__PURE__ */ c("circle", { cx: "6", cy: "6", r: "3" }),
236
236
  /* @__PURE__ */ c("path", { d: "M13 6h3a2 2 0 0 1 2 2v7" }),
237
237
  /* @__PURE__ */ c("line", { x1: "6", y1: "9", x2: "6", y2: "21" })
238
- ] }), s1 = (n) => /* @__PURE__ */ e(i, { ...n, children: [
238
+ ] }), s1 = (n) => /* @__PURE__ */ i(e, { ...n, children: [
239
239
  /* @__PURE__ */ c("polyline", { points: "4 17 10 11 4 5" }),
240
240
  /* @__PURE__ */ c("line", { x1: "12", y1: "19", x2: "20", y2: "19" })
241
- ] }), p1 = (n) => /* @__PURE__ */ e(i, { ...n, children: [
241
+ ] }), p1 = (n) => /* @__PURE__ */ i(e, { ...n, children: [
242
242
  /* @__PURE__ */ c("line", { x1: "4", y1: "9", x2: "20", y2: "9" }),
243
243
  /* @__PURE__ */ c("line", { x1: "4", y1: "15", x2: "20", y2: "15" }),
244
244
  /* @__PURE__ */ c("line", { x1: "10", y1: "3", x2: "8", y2: "21" }),
245
245
  /* @__PURE__ */ c("line", { x1: "16", y1: "3", x2: "14", y2: "21" })
246
- ] }), I1 = (n) => /* @__PURE__ */ e(i, { ...n, children: [
246
+ ] }), I1 = (n) => /* @__PURE__ */ i(e, { ...n, children: [
247
247
  /* @__PURE__ */ c("path", { d: "M15 22v-4a4.8 4.8 0 0 0-1-3.5c3 0 6-2 6-5.5.08-1.25-.27-2.48-1-3.5.28-1.15.28-2.35 0-3.5 0 0-1 0-3 1.5-2.64-.5-5.36-.5-8 0C6 2 5 2 5 2c-.3 1.15-.3 2.35 0 3.5A5.403 5.403 0 0 0 4 9c0 3.5 3 5.5 6 5.5-.39.49-.68 1.05-.85 1.65-.17.6-.22 1.23-.15 1.85v4" }),
248
248
  /* @__PURE__ */ c("path", { d: "M9 18c-4.51 2-5-2-7-2" })
249
- ] }), M1 = (n) => /* @__PURE__ */ c(i, { ...n, children: /* @__PURE__ */ c("path", { d: "M22 4s-.7 2.1-2 3.4c1.6 10-9.4 17.3-18 11.6 2.2.1 4.4-.6 6-2C3 15.5.5 9.6 3 5c2.2 2.6 5.6 4.1 9 4-.9-4.2 4-6.6 7-3.8 1.1 0 3-1.2 3-1.2z" }) }), v1 = (n) => /* @__PURE__ */ e(i, { ...n, children: [
249
+ ] }), M1 = (n) => /* @__PURE__ */ c(e, { ...n, children: /* @__PURE__ */ c("path", { d: "M22 4s-.7 2.1-2 3.4c1.6 10-9.4 17.3-18 11.6 2.2.1 4.4-.6 6-2C3 15.5.5 9.6 3 5c2.2 2.6 5.6 4.1 9 4-.9-4.2 4-6.6 7-3.8 1.1 0 3-1.2 3-1.2z" }) }), g1 = (n) => /* @__PURE__ */ i(e, { ...n, children: [
250
250
  /* @__PURE__ */ c("path", { d: "M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z" }),
251
251
  /* @__PURE__ */ c("rect", { x: "2", y: "9", width: "4", height: "12" }),
252
252
  /* @__PURE__ */ c("circle", { cx: "4", cy: "4", r: "2" })
253
- ] }), g1 = (n) => /* @__PURE__ */ c(i, { ...n, children: /* @__PURE__ */ c("path", { d: "M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z" }) }), A1 = (n) => /* @__PURE__ */ e(i, { ...n, children: [
253
+ ] }), v1 = (n) => /* @__PURE__ */ c(e, { ...n, children: /* @__PURE__ */ c("path", { d: "M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z" }) }), w1 = (n) => /* @__PURE__ */ i(e, { ...n, children: [
254
254
  /* @__PURE__ */ c("rect", { x: "2", y: "2", width: "20", height: "20", rx: "5", ry: "5" }),
255
255
  /* @__PURE__ */ c("path", { d: "M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z" }),
256
256
  /* @__PURE__ */ c("line", { x1: "17.5", y1: "6.5", x2: "17.51", y2: "6.5" })
257
- ] }), w1 = (n) => /* @__PURE__ */ e(i, { ...n, children: [
257
+ ] }), A1 = (n) => /* @__PURE__ */ i(e, { ...n, children: [
258
258
  /* @__PURE__ */ c("path", { d: "M22.54 6.42a2.78 2.78 0 0 0-1.94-2C18.88 4 12 4 12 4s-6.88 0-8.6.46a2.78 2.78 0 0 0-1.94 2A29 29 0 0 0 1 11.75a29 29 0 0 0 .46 5.33A2.78 2.78 0 0 0 3.4 19c1.72.46 8.6.46 8.6.46s6.88 0 8.6-.46a2.78 2.78 0 0 0 1.94-2 29 29 0 0 0 .46-5.25 29 29 0 0 0-.46-5.33z" }),
259
259
  /* @__PURE__ */ c("polygon", { points: "9.75 15.02 15.5 11.75 9.75 8.48 9.75 15.02" })
260
- ] }), z1 = (n) => /* @__PURE__ */ e(i, { ...n, children: [
260
+ ] }), z1 = (n) => /* @__PURE__ */ i(e, { ...n, children: [
261
261
  /* @__PURE__ */ c("rect", { x: "13", y: "2", width: "3", height: "8", rx: "1.5" }),
262
262
  /* @__PURE__ */ c("path", { d: "M19 8.5V10h1.5A1.5 1.5 0 1 0 19 8.5" }),
263
263
  /* @__PURE__ */ c("rect", { x: "8", y: "14", width: "3", height: "8", rx: "1.5" }),
@@ -266,45 +266,45 @@ const r = (n) => /* @__PURE__ */ e(i, { ...n, children: [
266
266
  /* @__PURE__ */ c("path", { d: "M15.5 19H14v1.5a1.5 1.5 0 1 0 1.5-1.5" }),
267
267
  /* @__PURE__ */ c("rect", { x: "2", y: "8", width: "8", height: "3", rx: "1.5" }),
268
268
  /* @__PURE__ */ c("path", { d: "M8.5 5H10V3.5A1.5 1.5 0 1 0 8.5 5" })
269
- ] }), C1 = (n) => /* @__PURE__ */ c(i, { ...n, children: /* @__PURE__ */ c("path", { d: "M18.93 5.34a16.89 16.89 0 0 0-4.07-1.23 12.08 12.08 0 0 0-.55 1.1 15.66 15.66 0 0 0-4.62 0 11.54 11.54 0 0 0-.56-1.1 16.85 16.85 0 0 0-4.07 1.24A17.18 17.18 0 0 0 2.1 17.89a17.05 17.05 0 0 0 5.12 2.53 12.32 12.32 0 0 0 1.09-1.74 10.98 10.98 0 0 1-1.72-.81c.14-.1.28-.21.42-.32a12.26 12.26 0 0 0 10.38 0c.14.11.28.22.42.32-.55.32-1.13.59-1.73.82a12.27 12.27 0 0 0 1.09 1.74 17 17 0 0 0 5.12-2.54 17.14 17.14 0 0 0-2.96-12.54ZM8.68 14.81c-1.13 0-2.06-1.01-2.06-2.26s.91-2.27 2.06-2.27 2.08 1.02 2.06 2.27-.91 2.26-2.06 2.26Zm7.64 0c-1.13 0-2.06-1.01-2.06-2.26s.91-2.27 2.06-2.27 2.08 1.02 2.06 2.27-.91 2.26-2.06 2.26Z" }) }), H1 = (n) => /* @__PURE__ */ e(i, { ...n, children: [
269
+ ] }), C1 = (n) => /* @__PURE__ */ c(e, { ...n, children: /* @__PURE__ */ c("path", { d: "M18.93 5.34a16.89 16.89 0 0 0-4.07-1.23 12.08 12.08 0 0 0-.55 1.1 15.66 15.66 0 0 0-4.62 0 11.54 11.54 0 0 0-.56-1.1 16.85 16.85 0 0 0-4.07 1.24A17.18 17.18 0 0 0 2.1 17.89a17.05 17.05 0 0 0 5.12 2.53 12.32 12.32 0 0 0 1.09-1.74 10.98 10.98 0 0 1-1.72-.81c.14-.1.28-.21.42-.32a12.26 12.26 0 0 0 10.38 0c.14.11.28.22.42.32-.55.32-1.13.59-1.73.82a12.27 12.27 0 0 0 1.09 1.74 17 17 0 0 0 5.12-2.54 17.14 17.14 0 0 0-2.96-12.54ZM8.68 14.81c-1.13 0-2.06-1.01-2.06-2.26s.91-2.27 2.06-2.27 2.08 1.02 2.06 2.27-.91 2.26-2.06 2.26Zm7.64 0c-1.13 0-2.06-1.01-2.06-2.26s.91-2.27 2.06-2.27 2.08 1.02 2.06 2.27-.91 2.26-2.06 2.26Z" }) }), H1 = (n) => /* @__PURE__ */ i(e, { ...n, children: [
270
270
  /* @__PURE__ */ c("path", { d: "M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2" }),
271
271
  /* @__PURE__ */ c("circle", { cx: "12", cy: "7", r: "4" })
272
- ] }), u1 = (n) => /* @__PURE__ */ e(i, { ...n, children: [
272
+ ] }), u1 = (n) => /* @__PURE__ */ i(e, { ...n, children: [
273
273
  /* @__PURE__ */ c("path", { d: "M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2" }),
274
274
  /* @__PURE__ */ c("circle", { cx: "9", cy: "7", r: "4" }),
275
275
  /* @__PURE__ */ c("path", { d: "M23 21v-2a4 4 0 0 0-3-3.87" }),
276
276
  /* @__PURE__ */ c("path", { d: "M16 3.13a4 4 0 0 1 0 7.75" })
277
- ] }), m1 = (n) => /* @__PURE__ */ e(i, { ...n, children: [
277
+ ] }), m1 = (n) => /* @__PURE__ */ i(e, { ...n, children: [
278
278
  /* @__PURE__ */ c("path", { d: "M16 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2" }),
279
279
  /* @__PURE__ */ c("circle", { cx: "8.5", cy: "7", r: "4" }),
280
280
  /* @__PURE__ */ c("line", { x1: "20", y1: "8", x2: "20", y2: "14" }),
281
281
  /* @__PURE__ */ c("line", { x1: "23", y1: "11", x2: "17", y2: "11" })
282
- ] }), L1 = (n) => /* @__PURE__ */ e(i, { ...n, children: [
282
+ ] }), L1 = (n) => /* @__PURE__ */ i(e, { ...n, children: [
283
283
  /* @__PURE__ */ c("path", { d: "M16 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2" }),
284
284
  /* @__PURE__ */ c("circle", { cx: "8.5", cy: "7", r: "4" }),
285
285
  /* @__PURE__ */ c("line", { x1: "23", y1: "11", x2: "17", y2: "11" })
286
- ] }), k1 = (n) => /* @__PURE__ */ e(i, { ...n, children: [
286
+ ] }), k1 = (n) => /* @__PURE__ */ i(e, { ...n, children: [
287
287
  /* @__PURE__ */ c("path", { d: "M16 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2" }),
288
288
  /* @__PURE__ */ c("circle", { cx: "8.5", cy: "7", r: "4" }),
289
289
  /* @__PURE__ */ c("polyline", { points: "17 11 19 13 23 9" })
290
- ] }), V1 = (n) => /* @__PURE__ */ e(i, { ...n, children: [
290
+ ] }), f1 = (n) => /* @__PURE__ */ i(e, { ...n, children: [
291
291
  /* @__PURE__ */ c("path", { d: "M16 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2" }),
292
292
  /* @__PURE__ */ c("circle", { cx: "8.5", cy: "7", r: "4" }),
293
293
  /* @__PURE__ */ c("line", { x1: "18", y1: "8", x2: "23", y2: "13" }),
294
294
  /* @__PURE__ */ c("line", { x1: "23", y1: "8", x2: "18", y2: "13" })
295
- ] }), f1 = (n) => /* @__PURE__ */ e(i, { ...n, children: [
295
+ ] }), S1 = (n) => /* @__PURE__ */ i(e, { ...n, children: [
296
296
  /* @__PURE__ */ c("line", { x1: "12", y1: "5", x2: "12", y2: "19" }),
297
297
  /* @__PURE__ */ c("line", { x1: "5", y1: "12", x2: "19", y2: "12" })
298
- ] }), S1 = (n) => /* @__PURE__ */ c(i, { ...n, children: /* @__PURE__ */ c("line", { x1: "5", y1: "12", x2: "19", y2: "12" }) }), T1 = (n) => /* @__PURE__ */ e(i, { ...n, children: [
298
+ ] }), T1 = (n) => /* @__PURE__ */ c(e, { ...n, children: /* @__PURE__ */ c("line", { x1: "5", y1: "12", x2: "19", y2: "12" }) }), V1 = (n) => /* @__PURE__ */ i(e, { ...n, children: [
299
299
  /* @__PURE__ */ c("line", { x1: "18", y1: "6", x2: "6", y2: "18" }),
300
300
  /* @__PURE__ */ c("line", { x1: "6", y1: "6", x2: "18", y2: "18" })
301
- ] }), b1 = (n) => /* @__PURE__ */ e(i, { ...n, children: [
301
+ ] }), b1 = (n) => /* @__PURE__ */ i(e, { ...n, children: [
302
302
  /* @__PURE__ */ c("ellipse", { cx: "12", cy: "16", rx: "6", ry: "5" }),
303
303
  /* @__PURE__ */ c("circle", { cx: "6", cy: "9", r: "2.5" }),
304
304
  /* @__PURE__ */ c("circle", { cx: "18", cy: "9", r: "2.5" }),
305
305
  /* @__PURE__ */ c("circle", { cx: "9", cy: "6", r: "2" }),
306
306
  /* @__PURE__ */ c("circle", { cx: "15", cy: "6", r: "2" })
307
- ] }), B1 = (n) => /* @__PURE__ */ e(i, { ...n, children: [
307
+ ] }), B1 = (n) => /* @__PURE__ */ i(e, { ...n, children: [
308
308
  /* @__PURE__ */ c("circle", { cx: "12", cy: "12", r: "10" }),
309
309
  /* @__PURE__ */ c("circle", { cx: "6", cy: "6", r: "3" }),
310
310
  /* @__PURE__ */ c("circle", { cx: "18", cy: "6", r: "3" }),
@@ -312,54 +312,65 @@ const r = (n) => /* @__PURE__ */ e(i, { ...n, children: [
312
312
  /* @__PURE__ */ c("circle", { cx: "12", cy: "12", r: "1.5", fill: "currentColor" }),
313
313
  /* @__PURE__ */ c("circle", { cx: "8", cy: "10", r: "1.5", fill: "currentColor" }),
314
314
  /* @__PURE__ */ c("circle", { cx: "16", cy: "10", r: "1.5", fill: "currentColor" })
315
- ] }), P1 = (n) => /* @__PURE__ */ e(i, { ...n, children: [
315
+ ] }), P1 = (n) => /* @__PURE__ */ i(e, { ...n, children: [
316
316
  /* @__PURE__ */ c("rect", { x: "3", y: "3", width: "7", height: "7", rx: "1" }),
317
317
  /* @__PURE__ */ c("rect", { x: "14", y: "3", width: "7", height: "7", rx: "1" }),
318
318
  /* @__PURE__ */ c("rect", { x: "14", y: "14", width: "7", height: "7", rx: "1" }),
319
319
  /* @__PURE__ */ c("rect", { x: "3", y: "14", width: "7", height: "7", rx: "1" })
320
- ] }), U1 = (n) => /* @__PURE__ */ e(i, { ...n, children: [
320
+ ] }), U1 = (n) => /* @__PURE__ */ i(e, { ...n, children: [
321
321
  /* @__PURE__ */ c("circle", { cx: "13.5", cy: "6.5", r: "1.5" }),
322
322
  /* @__PURE__ */ c("circle", { cx: "17.5", cy: "10.5", r: "1.5" }),
323
323
  /* @__PURE__ */ c("circle", { cx: "8.5", cy: "7.5", r: "1.5" }),
324
324
  /* @__PURE__ */ c("circle", { cx: "6.5", cy: "12.5", r: "1.5" }),
325
325
  /* @__PURE__ */ c("path", { d: "M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10c.9 0 1.7-.1 2.5-.3-.2-.2-.3-.5-.3-.8 0-.5.2-1 .6-1.3.4-.3.9-.5 1.4-.5h1.6c1.5 0 2.7-1.2 2.7-2.7 0-5.8-4.5-10.4-8.5-10.4z" })
326
- ] }), G1 = (n) => /* @__PURE__ */ c(i, { ...n, children: /* @__PURE__ */ c("path", { d: "M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.77-3.77a6 6 0 0 1-7.94 7.94l-6.91 6.91a2.12 2.12 0 0 1-3-3l6.91-6.91a6 6 0 0 1 7.94-7.94l-3.76 3.76z" }) }), D1 = (n) => /* @__PURE__ */ e(i, { ...n, children: [
326
+ ] }), G1 = (n) => /* @__PURE__ */ c(e, { ...n, children: /* @__PURE__ */ c("path", { d: "M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.77-3.77a6 6 0 0 1-7.94 7.94l-6.91 6.91a2.12 2.12 0 0 1-3-3l6.91-6.91a6 6 0 0 1 7.94-7.94l-3.76 3.76z" }) }), D1 = (n) => /* @__PURE__ */ i(e, { ...n, children: [
327
327
  /* @__PURE__ */ c("circle", { cx: "12", cy: "4.5", r: "2.5" }),
328
328
  /* @__PURE__ */ c("path", { d: "M12 7v5" }),
329
329
  /* @__PURE__ */ c("path", { d: "M7 12l5 3 5-3" }),
330
330
  /* @__PURE__ */ c("path", { d: "M8 21l4-6 4 6" })
331
- ] }), Z1 = (n) => /* @__PURE__ */ e(i, { ...n, children: [
331
+ ] }), F1 = (n) => /* @__PURE__ */ i(e, { ...n, children: [
332
332
  /* @__PURE__ */ c("rect", { x: "3", y: "3", width: "18", height: "18", rx: "2" }),
333
333
  /* @__PURE__ */ c("path", { d: "M12 8v8" }),
334
334
  /* @__PURE__ */ c("path", { d: "M8 8h8" }),
335
335
  /* @__PURE__ */ c("path", { d: "M16 12h-2.5a1.5 1.5 0 0 0 0 3H15a1.5 1.5 0 0 1 0 3h-3" })
336
- ] }), F1 = (n) => /* @__PURE__ */ e(i, { ...n, children: [
336
+ ] }), Z1 = (n) => /* @__PURE__ */ i(e, { ...n, children: [
337
337
  /* @__PURE__ */ c("path", { d: "M12 3l1.5 4.5L18 9l-4.5 1.5L12 15l-1.5-4.5L6 9l4.5-1.5L12 3z" }),
338
338
  /* @__PURE__ */ c("path", { d: "M5 16l.75 2.25L8 19l-2.25.75L5 22l-.75-2.25L2 19l2.25-.75L5 16z" }),
339
339
  /* @__PURE__ */ c("path", { d: "M19 14l.5 1.5L21 16l-1.5.5L19 18l-.5-1.5L17 16l1.5-.5L19 14z" })
340
- ] }), R1 = (n) => /* @__PURE__ */ e(i, { ...n, children: [
340
+ ] }), R1 = (n) => /* @__PURE__ */ i(e, { ...n, children: [
341
341
  /* @__PURE__ */ c("path", { d: "M4.5 16.5c-1.5 1.26-2 5-2 5s3.74-.5 5-2c.71-.84.7-2.13-.09-2.91a2.18 2.18 0 0 0-2.91-.09z" }),
342
342
  /* @__PURE__ */ c("path", { d: "M12 15l-3-3a22 22 0 0 1 2-3.95A12.88 12.88 0 0 1 22 2c0 2.72-.78 7.5-6 11a22.35 22.35 0 0 1-4 2z" }),
343
343
  /* @__PURE__ */ c("path", { d: "M9 12H4s.55-3.03 2-4c1.62-1.08 5 0 5 0" }),
344
344
  /* @__PURE__ */ c("path", { d: "M12 15v5s3.03-.55 4-2c1.08-1.62 0-5 0-5" })
345
+ ] }), W1 = (n) => /* @__PURE__ */ i(e, { ...n, children: [
346
+ /* @__PURE__ */ c("rect", { x: "3", y: "7", width: "18", height: "10", rx: "2" }),
347
+ /* @__PURE__ */ c("rect", { x: "5", y: "9", width: "7", height: "6", rx: "1", fill: "currentColor", stroke: "none" })
348
+ ] }), j1 = (n) => /* @__PURE__ */ i(e, { ...n, children: [
349
+ /* @__PURE__ */ c("rect", { x: "4", y: "4", width: "16", height: "16", rx: "2" }),
350
+ /* @__PURE__ */ c("line", { x1: "8", y1: "9", x2: "16", y2: "9" }),
351
+ /* @__PURE__ */ c("rect", { x: "8", y: "12", width: "8", height: "5", rx: "1" })
352
+ ] }), X1 = (n) => /* @__PURE__ */ i(e, { ...n, children: [
353
+ /* @__PURE__ */ c("rect", { x: "3", y: "11", width: "18", height: "8", rx: "2" }),
354
+ /* @__PURE__ */ c("line", { x1: "7", y1: "15", x2: "13", y2: "15" }),
355
+ /* @__PURE__ */ c("line", { x1: "16", y1: "15", x2: "16.01", y2: "15" })
345
356
  ] });
346
357
  export {
347
358
  D1 as AccessibilityIcon,
348
359
  _ as ActivityIcon,
349
360
  B as AlarmClockIcon,
350
- Z as AnchorIcon,
351
- F as ApertureIcon,
361
+ F as AnchorIcon,
362
+ Z as ApertureIcon,
352
363
  R as AwardIcon,
353
364
  c1 as BarChartIcon,
354
365
  B1 as BearFaceIcon,
355
366
  b1 as BearPawIcon,
356
- S as BellIcon,
357
- V as BluetoothIcon,
367
+ T as BellIcon,
368
+ f as BluetoothIcon,
358
369
  O as BoxIcon,
359
- y1 as BriefcaseIcon,
360
- T as CalendarIcon,
370
+ r1 as BriefcaseIcon,
371
+ V as CalendarIcon,
361
372
  b as ClockIcon,
362
- t as CloudIcon,
373
+ x as CloudIcon,
363
374
  d as CloudLightningIcon,
364
375
  h as CloudRainIcon,
365
376
  o as CloudSnowIcon,
@@ -368,12 +379,13 @@ export {
368
379
  k as CpuIcon,
369
380
  l1 as CreditCardIcon,
370
381
  X as CrosshairIcon,
371
- A as DesktopIcon,
382
+ w as DesktopIcon,
372
383
  C1 as DiscordIcon,
373
- e1 as DollarSignIcon,
384
+ i1 as DollarSignIcon,
374
385
  s as DropletIcon,
375
- g1 as FacebookIcon,
376
- x1 as FeatherIcon,
386
+ v1 as FacebookIcon,
387
+ t1 as FeatherIcon,
388
+ j1 as FormControlIcon,
377
389
  P as GiftIcon,
378
390
  h1 as GitBranchIcon,
379
391
  o1 as GitCommitIcon,
@@ -385,52 +397,54 @@ export {
385
397
  m as HardDriveIcon,
386
398
  p1 as HashIcon,
387
399
  U as HeartIcon,
388
- A1 as InstagramIcon,
400
+ w1 as InstagramIcon,
389
401
  H as KeyboardIcon,
390
- g as LaptopIcon,
402
+ v as LaptopIcon,
391
403
  E as LifeBuoyIcon,
392
- v1 as LinkedinIcon,
404
+ g1 as LinkedinIcon,
393
405
  q as MapIcon,
394
406
  K as MapPinIcon,
395
- S1 as MinusIcon,
396
- x as MoonIcon,
407
+ T1 as MinusIcon,
408
+ t as MoonIcon,
397
409
  u as MouseIcon,
398
410
  N as NavigationIcon,
399
411
  J as PackageIcon,
400
412
  U1 as PaletteIcon,
401
413
  $ as PieChartIcon,
402
- f1 as PlusIcon,
414
+ S1 as PlusIcon,
403
415
  C as PrinterIcon,
404
416
  R1 as RocketIcon,
405
- t1 as ScissorsIcon,
417
+ x1 as ScissorsIcon,
406
418
  L as ServerIcon,
407
419
  z1 as SlackIcon,
408
- r1 as SlashIcon,
420
+ y1 as SlashIcon,
409
421
  M as SmartphoneIcon,
410
- F1 as SparklesIcon,
411
- r as SunIcon,
412
- v as TabletIcon,
422
+ X1 as SnackbarIcon,
423
+ Z1 as SparklesIcon,
424
+ y as SunIcon,
425
+ g as TabletIcon,
413
426
  j as TargetIcon,
414
427
  s1 as TerminalIcon,
415
428
  p as ThermometerIcon,
416
- i1 as TrendingDownIcon,
429
+ W1 as ToggleButtonIcon,
430
+ e1 as TrendingDownIcon,
417
431
  n1 as TrendingUpIcon,
418
432
  Q as TruckIcon,
419
433
  z as TvIcon,
420
434
  M1 as TwitterIcon,
421
- Z1 as TypeScriptIcon,
435
+ F1 as TypeScriptIcon,
422
436
  I as UmbrellaIcon,
423
- f as UsbIcon,
437
+ S as UsbIcon,
424
438
  k1 as UserCheckIcon,
425
439
  H1 as UserIcon,
426
440
  L1 as UserMinusIcon,
427
441
  m1 as UserPlusIcon,
428
- V1 as UserXIcon,
442
+ f1 as UserXIcon,
429
443
  u1 as UsersIcon,
430
- w as WatchIcon,
444
+ A as WatchIcon,
431
445
  a as WindIcon,
432
446
  G1 as WrenchIcon,
433
- T1 as XIcon,
434
- w1 as YoutubeIcon,
447
+ V1 as XIcon,
448
+ A1 as YoutubeIcon,
435
449
  D as ZapIcon
436
450
  };
@@ -238,6 +238,9 @@ export declare const BearIcons: {
238
238
  TypeScriptIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
239
239
  SparklesIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
240
240
  RocketIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
241
+ ToggleButtonIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
242
+ FormControlIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
243
+ SnackbarIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
241
244
  BoldIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
242
245
  ItalicIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
243
246
  UnderlineIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
@@ -0,0 +1 @@
1
+ export declare const I_M_A_G_E_ROOT_CLASS = "Bear-Image";
@@ -1,5 +1,7 @@
1
1
  import { ImgHTMLAttributes } from 'react';
2
2
  export interface ImageProps extends Omit<ImgHTMLAttributes<HTMLImageElement>, 'onError' | 'onLoad'> {
3
+ testId?: string;
4
+ id?: string;
3
5
  src: string;
4
6
  alt: string;
5
7
  fallback?: string;
@@ -7,6 +7,7 @@ export interface Annotation {
7
7
  color?: string;
8
8
  }
9
9
  export interface ImageAnnotationProps extends Omit<HTMLAttributes<HTMLDivElement>, 'children' | 'onChange'> {
10
+ id?: string;
10
11
  /** Image source URL */
11
12
  src: string;
12
13
  /** Alt text */
@@ -6,6 +6,7 @@ export interface GalleryImage {
6
6
  caption?: string;
7
7
  }
8
8
  export interface ImageGalleryProps extends HTMLAttributes<HTMLDivElement> {
9
+ id?: string;
9
10
  images: GalleryImage[];
10
11
  columns?: number;
11
12
  gap?: number;