geoiq-frontend-ui-kit 2.0.0 → 2.0.2

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 (494) hide show
  1. package/dist/components/atoms/badge/badge.styles.d.ts +2 -2
  2. package/dist/components/atoms/button/button.styles.d.ts +2 -2
  3. package/dist/components/atoms/checkbox/checkbox.styles.d.ts +2 -2
  4. package/dist/components/atoms/switch/switch.styles.d.ts +2 -2
  5. package/dist/components/molecules/alert/alert.styles.d.ts +1 -1
  6. package/dist/components/molecules/creatable-multi-combobox/creatable-multi-combobox.d.ts +4 -0
  7. package/dist/components/molecules/creatable-multi-combobox/creatable-multi-combobox.d.ts.map +1 -0
  8. package/dist/components/molecules/creatable-multi-combobox/creatable-multi-combobox.types.d.ts +49 -0
  9. package/dist/components/molecules/creatable-multi-combobox/creatable-multi-combobox.types.d.ts.map +1 -0
  10. package/dist/components/molecules/creatable-multi-combobox/index.d.ts +4 -0
  11. package/dist/components/molecules/creatable-multi-combobox/index.d.ts.map +1 -0
  12. package/dist/components/molecules/single-select/index.d.ts.map +1 -1
  13. package/dist/components/molecules/single-select/single-select-components.d.ts +3 -1
  14. package/dist/components/molecules/single-select/single-select-components.d.ts.map +1 -1
  15. package/dist/components/molecules/single-select/single-select.types.d.ts +9 -0
  16. package/dist/components/molecules/single-select/single-select.types.d.ts.map +1 -1
  17. package/dist/components/molecules/split-button/split-button.styles.d.ts +3 -3
  18. package/dist/components/molecules/swatch-grid/index.d.ts +3 -0
  19. package/dist/components/molecules/swatch-grid/index.d.ts.map +1 -0
  20. package/dist/components/molecules/swatch-grid/swatch-grid.d.ts +4 -0
  21. package/dist/components/molecules/swatch-grid/swatch-grid.d.ts.map +1 -0
  22. package/dist/components/molecules/swatch-grid/swatch-grid.types.d.ts +17 -0
  23. package/dist/components/molecules/swatch-grid/swatch-grid.types.d.ts.map +1 -0
  24. package/dist/components/molecules/tabs/tabs.d.ts.map +1 -1
  25. package/dist/components/molecules/tabs/tabs.styles.d.ts +2 -2
  26. package/dist/components/molecules/tabs/tabs.types.d.ts +1 -0
  27. package/dist/components/molecules/tabs/tabs.types.d.ts.map +1 -1
  28. package/dist/components/organisms/dialog/dialog.d.ts +1 -1
  29. package/dist/components/organisms/dialog/dialog.d.ts.map +1 -1
  30. package/dist/components/organisms/dialog/dialog.types.d.ts +9 -0
  31. package/dist/components/organisms/dialog/dialog.types.d.ts.map +1 -1
  32. package/dist/components/organisms/image-editor/components/color-picker.d.ts +7 -0
  33. package/dist/components/organisms/image-editor/components/color-picker.d.ts.map +1 -0
  34. package/dist/components/organisms/image-editor/components/layers-list.d.ts +9 -0
  35. package/dist/components/organisms/image-editor/components/layers-list.d.ts.map +1 -0
  36. package/dist/components/organisms/image-editor/components/panel-adjust.d.ts +9 -0
  37. package/dist/components/organisms/image-editor/components/panel-adjust.d.ts.map +1 -0
  38. package/dist/components/organisms/image-editor/components/panel-crop.d.ts +9 -0
  39. package/dist/components/organisms/image-editor/components/panel-crop.d.ts.map +1 -0
  40. package/dist/components/organisms/image-editor/components/panel-insert.d.ts +9 -0
  41. package/dist/components/organisms/image-editor/components/panel-insert.d.ts.map +1 -0
  42. package/dist/components/organisms/image-editor/components/panel-selected.d.ts +9 -0
  43. package/dist/components/organisms/image-editor/components/panel-selected.d.ts.map +1 -0
  44. package/dist/components/organisms/image-editor/components/panel.d.ts +9 -0
  45. package/dist/components/organisms/image-editor/components/panel.d.ts.map +1 -0
  46. package/dist/components/organisms/image-editor/components/portal-context.d.ts +3 -0
  47. package/dist/components/organisms/image-editor/components/portal-context.d.ts.map +1 -0
  48. package/dist/components/organisms/image-editor/components/ribbon.d.ts +9 -0
  49. package/dist/components/organisms/image-editor/components/ribbon.d.ts.map +1 -0
  50. package/dist/components/organisms/image-editor/components/shape-icons.d.ts +4 -0
  51. package/dist/components/organisms/image-editor/components/shape-icons.d.ts.map +1 -0
  52. package/dist/components/organisms/image-editor/components/stage.d.ts +18 -0
  53. package/dist/components/organisms/image-editor/components/stage.d.ts.map +1 -0
  54. package/dist/components/organisms/image-editor/components/status-bar.d.ts +6 -0
  55. package/dist/components/organisms/image-editor/components/status-bar.d.ts.map +1 -0
  56. package/dist/components/organisms/image-editor/image-editor-modal.d.ts +10 -0
  57. package/dist/components/organisms/image-editor/image-editor-modal.d.ts.map +1 -0
  58. package/dist/components/organisms/image-editor/image-editor.d.ts +5 -0
  59. package/dist/components/organisms/image-editor/image-editor.d.ts.map +1 -0
  60. package/dist/components/organisms/image-editor/image-editor.types.d.ts +182 -0
  61. package/dist/components/organisms/image-editor/image-editor.types.d.ts.map +1 -0
  62. package/dist/components/organisms/image-editor/index.d.ts +4 -0
  63. package/dist/components/organisms/image-editor/index.d.ts.map +1 -0
  64. package/dist/components/organisms/image-editor/native-bridge.d.ts +3 -0
  65. package/dist/components/organisms/image-editor/native-bridge.d.ts.map +1 -0
  66. package/dist/components/organisms/image-editor/picture-studio-engine.d.ts +16 -0
  67. package/dist/components/organisms/image-editor/use-image-editor.d.ts +4 -0
  68. package/dist/components/organisms/image-editor/use-image-editor.d.ts.map +1 -0
  69. package/dist/components/organisms/navbar/navbar-desktop.d.ts.map +1 -1
  70. package/dist/components/organisms/navbar/navbar-extended.d.ts.map +1 -1
  71. package/dist/components/organisms/navbar/navbar-mobile.d.ts.map +1 -1
  72. package/dist/components/organisms/navbar/navbar.types.d.ts +17 -0
  73. package/dist/components/organisms/navbar/navbar.types.d.ts.map +1 -1
  74. package/dist/components/organisms/sheet/sheet.d.ts +1 -1
  75. package/dist/components/organisms/sheet/sheet.d.ts.map +1 -1
  76. package/dist/components/organisms/sheet/sheet.types.d.ts +1 -0
  77. package/dist/components/organisms/sheet/sheet.types.d.ts.map +1 -1
  78. package/dist/components/organisms/sidebar/sidebar-components.d.ts +1 -1
  79. package/dist/components/ui/brand-switcher/brand-switcher.d.ts +5 -0
  80. package/dist/components/ui/brand-switcher/brand-switcher.d.ts.map +1 -0
  81. package/dist/components/ui/brand-switcher/brand-switcher.types.d.ts +29 -0
  82. package/dist/components/ui/brand-switcher/brand-switcher.types.d.ts.map +1 -0
  83. package/dist/components/ui/brand-switcher/index.d.ts +3 -0
  84. package/dist/components/ui/brand-switcher/index.d.ts.map +1 -0
  85. package/dist/components/ui/credit-sheet/credit-sheet.d.ts.map +1 -1
  86. package/dist/components/ui/credit-sheet/credit-sheet.types.d.ts +3 -0
  87. package/dist/components/ui/credit-sheet/credit-sheet.types.d.ts.map +1 -1
  88. package/dist/components/ui/credits-indicator/credits-indicator.d.ts +6 -0
  89. package/dist/components/ui/credits-indicator/credits-indicator.d.ts.map +1 -0
  90. package/dist/components/ui/credits-indicator/credits-indicator.styles.d.ts +7 -0
  91. package/dist/components/ui/credits-indicator/credits-indicator.styles.d.ts.map +1 -0
  92. package/dist/components/ui/credits-indicator/credits-indicator.types.d.ts +14 -0
  93. package/dist/components/ui/credits-indicator/credits-indicator.types.d.ts.map +1 -0
  94. package/dist/components/ui/credits-indicator/index.d.ts +3 -0
  95. package/dist/components/ui/credits-indicator/index.d.ts.map +1 -0
  96. package/dist/components/ui/form-renderer/components/form-fields/components/multi-image-picker/index.d.ts.map +1 -1
  97. package/dist/components/ui/form-renderer/components/form-fields/components/single-image-picker/index.d.ts.map +1 -1
  98. package/dist/components/ui/form-renderer/components/form-fields/components/taggable-multi-image-picker/index.d.ts.map +1 -1
  99. package/dist/components/ui/form-renderer/components/form-fields/components/taggable-multi-image-picker-with-input/index.d.ts.map +1 -1
  100. package/dist/components/ui/form-renderer/components/form-fields/index.d.ts.map +1 -1
  101. package/dist/components/ui/form-renderer/components/form-read-only-view.d.ts.map +1 -1
  102. package/dist/components/ui/form-renderer/context/form-values/form-values.context.d.ts +4 -0
  103. package/dist/components/ui/form-renderer/context/form-values/form-values.context.d.ts.map +1 -1
  104. package/dist/components/ui/form-renderer/context/form-values/form-values.provider.d.ts +2 -0
  105. package/dist/components/ui/form-renderer/context/form-values/form-values.provider.d.ts.map +1 -1
  106. package/dist/components/ui/form-renderer/form-renderer.d.ts +10 -0
  107. package/dist/components/ui/form-renderer/form-renderer.d.ts.map +1 -1
  108. package/dist/components/ui/form-renderer/form.enums.d.ts +1 -0
  109. package/dist/components/ui/form-renderer/form.enums.d.ts.map +1 -1
  110. package/dist/components/ui/form-renderer/form.types.d.ts +20 -1
  111. package/dist/components/ui/form-renderer/form.types.d.ts.map +1 -1
  112. package/dist/components/ui/map-marker-hover-card/components/map-cluster-hover-card.d.ts +1 -1
  113. package/dist/components/ui/map-marker-hover-card/components/map-cluster-hover-card.d.ts.map +1 -1
  114. package/dist/components/ui/report-snippet-view/report-snippet-view-components.d.ts.map +1 -1
  115. package/dist/components/ui/request-credits-view/component/request-credit-dialog.d.ts.map +1 -1
  116. package/dist/components/ui/request-credits-view/component/request-credit-dialog.types.d.ts +3 -0
  117. package/dist/components/ui/request-credits-view/component/request-credit-dialog.types.d.ts.map +1 -1
  118. package/dist/components/ui/request-credits-view/index.d.ts +1 -0
  119. package/dist/components/ui/request-credits-view/index.d.ts.map +1 -1
  120. package/dist/components/ui/request-credits-view/request-credits-view.d.ts.map +1 -1
  121. package/dist/components/ui/request-credits-view/request-credits-view.types.d.ts +3 -0
  122. package/dist/components/ui/request-credits-view/request-credits-view.types.d.ts.map +1 -1
  123. package/dist/components/unstyled/spinner/spinner.styles.d.ts +1 -1
  124. package/dist/index.d.ts +8 -0
  125. package/dist/index.d.ts.map +1 -1
  126. package/dist/index.es.js +210 -193
  127. package/dist/index.es.js.map +1 -1
  128. package/dist/index.es10.js +30 -23
  129. package/dist/index.es10.js.map +1 -1
  130. package/dist/index.es100.js +120 -10
  131. package/dist/index.es100.js.map +1 -1
  132. package/dist/index.es101.js +16 -97
  133. package/dist/index.es101.js.map +1 -1
  134. package/dist/index.es102.js +41 -60
  135. package/dist/index.es102.js.map +1 -1
  136. package/dist/index.es103.js +13 -54
  137. package/dist/index.es103.js.map +1 -1
  138. package/dist/index.es104.js +68 -5
  139. package/dist/index.es104.js.map +1 -1
  140. package/dist/index.es105.js +32 -9
  141. package/dist/index.es105.js.map +1 -1
  142. package/dist/index.es106.js +19 -32
  143. package/dist/index.es106.js.map +1 -1
  144. package/dist/index.es107.js +18 -61
  145. package/dist/index.es107.js.map +1 -1
  146. package/dist/index.es108.js +12 -22
  147. package/dist/index.es108.js.map +1 -1
  148. package/dist/index.es109.js +98 -22
  149. package/dist/index.es109.js.map +1 -1
  150. package/dist/index.es11.js +77 -25
  151. package/dist/index.es11.js.map +1 -1
  152. package/dist/index.es110.js +62 -21
  153. package/dist/index.es110.js.map +1 -1
  154. package/dist/index.es111.js +48 -174
  155. package/dist/index.es111.js.map +1 -1
  156. package/dist/index.es112.js +39 -37
  157. package/dist/index.es112.js.map +1 -1
  158. package/dist/index.es113.js +10 -40
  159. package/dist/index.es113.js.map +1 -1
  160. package/dist/index.es114.js +88 -37
  161. package/dist/index.es114.js.map +1 -1
  162. package/dist/index.es115.js +15 -13
  163. package/dist/index.es115.js.map +1 -1
  164. package/dist/index.es116.js +88 -261
  165. package/dist/index.es116.js.map +1 -1
  166. package/dist/index.es117.js +14 -9
  167. package/dist/index.es117.js.map +1 -1
  168. package/dist/index.es118.js +101 -67
  169. package/dist/index.es118.js.map +1 -1
  170. package/dist/index.es119.js +23 -185
  171. package/dist/index.es119.js.map +1 -1
  172. package/dist/index.es12.js +26 -14
  173. package/dist/index.es12.js.map +1 -1
  174. package/dist/index.es120.js +25 -23
  175. package/dist/index.es120.js.map +1 -1
  176. package/dist/index.es121.js +22 -177
  177. package/dist/index.es121.js.map +1 -1
  178. package/dist/index.es122.js +43 -7
  179. package/dist/index.es122.js.map +1 -1
  180. package/dist/index.es123.js +32 -84
  181. package/dist/index.es123.js.map +1 -1
  182. package/dist/index.es124.js +63 -37
  183. package/dist/index.es124.js.map +1 -1
  184. package/dist/index.es125.js +180 -11
  185. package/dist/index.es125.js.map +1 -1
  186. package/dist/index.es126.js +13 -35
  187. package/dist/index.es126.js.map +1 -1
  188. package/dist/index.es127.js +9 -16
  189. package/dist/index.es127.js.map +1 -1
  190. package/dist/index.es128.js +68 -5
  191. package/dist/index.es128.js.map +1 -1
  192. package/dist/index.es129.js +185 -10
  193. package/dist/index.es129.js.map +1 -1
  194. package/dist/index.es13.js +27 -19
  195. package/dist/index.es13.js.map +1 -1
  196. package/dist/index.es130.js +22 -10
  197. package/dist/index.es130.js.map +1 -1
  198. package/dist/index.es131.js +203 -2
  199. package/dist/index.es131.js.map +1 -1
  200. package/dist/index.es132.js +40 -22
  201. package/dist/index.es132.js.map +1 -1
  202. package/dist/index.es133.js +11 -257
  203. package/dist/index.es133.js.map +1 -1
  204. package/dist/index.es134.js +7 -35
  205. package/dist/index.es134.js.map +1 -1
  206. package/dist/index.es135.js +34 -8
  207. package/dist/index.es135.js.map +1 -1
  208. package/dist/index.es136.js +36 -78
  209. package/dist/index.es136.js.map +1 -1
  210. package/dist/index.es137.js +2 -76
  211. package/dist/index.es137.js.map +1 -1
  212. package/dist/index.es138.js +21 -110
  213. package/dist/index.es138.js.map +1 -1
  214. package/dist/index.es139.js +14 -107
  215. package/dist/index.es139.js.map +1 -1
  216. package/dist/index.es14.js +16 -46
  217. package/dist/index.es14.js.map +1 -1
  218. package/dist/index.es140.js +7 -87
  219. package/dist/index.es140.js.map +1 -1
  220. package/dist/index.es141.js +21 -128
  221. package/dist/index.es141.js.map +1 -1
  222. package/dist/index.es142.js +155 -114
  223. package/dist/index.es142.js.map +1 -1
  224. package/dist/index.es143.js +82 -6
  225. package/dist/index.es143.js.map +1 -1
  226. package/dist/index.es144.js +8 -0
  227. package/dist/index.es144.js.map +1 -0
  228. package/dist/index.es145.js +59 -0
  229. package/dist/index.es145.js.map +1 -0
  230. package/dist/index.es146.js +120 -0
  231. package/dist/index.es146.js.map +1 -0
  232. package/dist/index.es147.js +325 -0
  233. package/dist/index.es147.js.map +1 -0
  234. package/dist/index.es148.js +31 -0
  235. package/dist/index.es148.js.map +1 -0
  236. package/dist/index.es149.js +71 -0
  237. package/dist/index.es149.js.map +1 -0
  238. package/dist/index.es15.js +18 -21
  239. package/dist/index.es15.js.map +1 -1
  240. package/dist/index.es150.js +35 -0
  241. package/dist/index.es150.js.map +1 -0
  242. package/dist/index.es151.js +28 -0
  243. package/dist/index.es151.js.map +1 -0
  244. package/dist/index.es152.js +41 -0
  245. package/dist/index.es152.js.map +1 -0
  246. package/dist/index.es153.js +146 -0
  247. package/dist/index.es153.js.map +1 -0
  248. package/dist/index.es154.js +147 -0
  249. package/dist/index.es154.js.map +1 -0
  250. package/dist/index.es155.js +50 -0
  251. package/dist/index.es155.js.map +1 -0
  252. package/dist/index.es156.js +15 -0
  253. package/dist/index.es156.js.map +1 -0
  254. package/dist/index.es157.js +47 -0
  255. package/dist/index.es157.js.map +1 -0
  256. package/dist/index.es158.js +8 -0
  257. package/dist/index.es158.js.map +1 -0
  258. package/dist/index.es159.js +14 -0
  259. package/dist/index.es159.js.map +1 -0
  260. package/dist/index.es16.js +44 -22
  261. package/dist/index.es16.js.map +1 -1
  262. package/dist/index.es160.js +14 -0
  263. package/dist/index.es160.js.map +1 -0
  264. package/dist/index.es161.js +5 -0
  265. package/dist/index.es161.js.map +1 -0
  266. package/dist/index.es162.js +94 -0
  267. package/dist/index.es162.js.map +1 -0
  268. package/dist/index.es163.js +216 -0
  269. package/dist/index.es163.js.map +1 -0
  270. package/dist/index.es164.js +57 -0
  271. package/dist/index.es164.js.map +1 -0
  272. package/dist/index.es165.js +39 -0
  273. package/dist/index.es165.js.map +1 -0
  274. package/dist/index.es166.js +36 -0
  275. package/dist/index.es166.js.map +1 -0
  276. package/dist/index.es167.js +36 -0
  277. package/dist/index.es167.js.map +1 -0
  278. package/dist/index.es168.js +94 -0
  279. package/dist/index.es168.js.map +1 -0
  280. package/dist/index.es169.js +120 -0
  281. package/dist/index.es169.js.map +1 -0
  282. package/dist/index.es17.js +22 -20
  283. package/dist/index.es17.js.map +1 -1
  284. package/dist/index.es170.js +289 -0
  285. package/dist/index.es170.js.map +1 -0
  286. package/dist/index.es171.js +38 -0
  287. package/dist/index.es171.js.map +1 -0
  288. package/dist/index.es172.js +14 -0
  289. package/dist/index.es172.js.map +1 -0
  290. package/dist/index.es173.js +87 -0
  291. package/dist/index.es173.js.map +1 -0
  292. package/dist/index.es174.js +79 -0
  293. package/dist/index.es174.js.map +1 -0
  294. package/dist/index.es175.js +118 -0
  295. package/dist/index.es175.js.map +1 -0
  296. package/dist/index.es176.js +112 -0
  297. package/dist/index.es176.js.map +1 -0
  298. package/dist/index.es177.js +90 -0
  299. package/dist/index.es177.js.map +1 -0
  300. package/dist/index.es178.js +133 -0
  301. package/dist/index.es178.js.map +1 -0
  302. package/dist/index.es179.js +133 -0
  303. package/dist/index.es179.js.map +1 -0
  304. package/dist/index.es18.js +23 -73
  305. package/dist/index.es18.js.map +1 -1
  306. package/dist/index.es180.js +29 -0
  307. package/dist/index.es180.js.map +1 -0
  308. package/dist/index.es181.js +27 -0
  309. package/dist/index.es181.js.map +1 -0
  310. package/dist/index.es182.js +9 -0
  311. package/dist/index.es182.js.map +1 -0
  312. package/dist/index.es19.js +18 -48
  313. package/dist/index.es19.js.map +1 -1
  314. package/dist/index.es2.js +120 -22
  315. package/dist/index.es2.js.map +1 -1
  316. package/dist/index.es20.js +70 -45
  317. package/dist/index.es20.js.map +1 -1
  318. package/dist/index.es21.js +43 -122
  319. package/dist/index.es21.js.map +1 -1
  320. package/dist/index.es22.js +39 -96
  321. package/dist/index.es22.js.map +1 -1
  322. package/dist/index.es23.js +113 -152
  323. package/dist/index.es23.js.map +1 -1
  324. package/dist/index.es24.js +98 -64
  325. package/dist/index.es24.js.map +1 -1
  326. package/dist/index.es25.js +160 -77
  327. package/dist/index.es25.js.map +1 -1
  328. package/dist/index.es26.js +69 -51
  329. package/dist/index.es26.js.map +1 -1
  330. package/dist/index.es27.js +82 -17
  331. package/dist/index.es27.js.map +1 -1
  332. package/dist/index.es28.js +274 -2
  333. package/dist/index.es28.js.map +1 -1
  334. package/dist/index.es29.js +55 -5
  335. package/dist/index.es29.js.map +1 -1
  336. package/dist/index.es3.js +40 -41
  337. package/dist/index.es3.js.map +1 -1
  338. package/dist/index.es30.js +16 -75
  339. package/dist/index.es30.js.map +1 -1
  340. package/dist/index.es31.js +2 -28
  341. package/dist/index.es31.js.map +1 -1
  342. package/dist/index.es32.js +4 -84
  343. package/dist/index.es32.js.map +1 -1
  344. package/dist/index.es33.js +72 -43
  345. package/dist/index.es33.js.map +1 -1
  346. package/dist/index.es34.js +25 -68
  347. package/dist/index.es34.js.map +1 -1
  348. package/dist/index.es35.js +85 -12
  349. package/dist/index.es35.js.map +1 -1
  350. package/dist/index.es36.js +47 -85
  351. package/dist/index.es36.js.map +1 -1
  352. package/dist/index.es37.js +63 -32
  353. package/dist/index.es37.js.map +1 -1
  354. package/dist/index.es38.js +49 -40
  355. package/dist/index.es38.js.map +1 -1
  356. package/dist/index.es39.js +12 -98
  357. package/dist/index.es39.js.map +1 -1
  358. package/dist/index.es4.js +17 -17
  359. package/dist/index.es4.js.map +1 -1
  360. package/dist/index.es40.js +81 -156
  361. package/dist/index.es40.js.map +1 -1
  362. package/dist/index.es41.js +39 -226
  363. package/dist/index.es41.js.map +1 -1
  364. package/dist/index.es42.js +40 -269
  365. package/dist/index.es42.js.map +1 -1
  366. package/dist/index.es43.js +97 -21
  367. package/dist/index.es43.js.map +1 -1
  368. package/dist/index.es44.js +15 -9
  369. package/dist/index.es44.js.map +1 -1
  370. package/dist/index.es45.js +64 -20
  371. package/dist/index.es45.js.map +1 -1
  372. package/dist/index.es46.js +159 -61
  373. package/dist/index.es46.js.map +1 -1
  374. package/dist/index.es47.js +226 -123
  375. package/dist/index.es47.js.map +1 -1
  376. package/dist/index.es48.js +300 -109
  377. package/dist/index.es48.js.map +1 -1
  378. package/dist/index.es49.js +19 -31
  379. package/dist/index.es49.js.map +1 -1
  380. package/dist/index.es5.js +33 -31
  381. package/dist/index.es5.js.map +1 -1
  382. package/dist/index.es50.js +8 -142
  383. package/dist/index.es50.js.map +1 -1
  384. package/dist/index.es51.js +18 -70
  385. package/dist/index.es51.js.map +1 -1
  386. package/dist/index.es52.js +69 -21
  387. package/dist/index.es52.js.map +1 -1
  388. package/dist/index.es53.js +143 -103
  389. package/dist/index.es53.js.map +1 -1
  390. package/dist/index.es54.js +123 -11
  391. package/dist/index.es54.js.map +1 -1
  392. package/dist/index.es55.js +103 -18
  393. package/dist/index.es55.js.map +1 -1
  394. package/dist/index.es56.js +73 -11
  395. package/dist/index.es56.js.map +1 -1
  396. package/dist/index.es57.js +141 -16
  397. package/dist/index.es57.js.map +1 -1
  398. package/dist/index.es58.js +67 -40
  399. package/dist/index.es58.js.map +1 -1
  400. package/dist/index.es59.js +22 -86
  401. package/dist/index.es59.js.map +1 -1
  402. package/dist/index.es6.js +19 -23
  403. package/dist/index.es6.js.map +1 -1
  404. package/dist/index.es60.js +104 -7
  405. package/dist/index.es60.js.map +1 -1
  406. package/dist/index.es61.js +11 -41
  407. package/dist/index.es61.js.map +1 -1
  408. package/dist/index.es62.js +19 -79
  409. package/dist/index.es62.js.map +1 -1
  410. package/dist/index.es63.js +10 -35
  411. package/dist/index.es63.js.map +1 -1
  412. package/dist/index.es64.js +16 -86
  413. package/dist/index.es64.js.map +1 -1
  414. package/dist/index.es65.js +43 -58
  415. package/dist/index.es65.js.map +1 -1
  416. package/dist/index.es66.js +86 -69
  417. package/dist/index.es66.js.map +1 -1
  418. package/dist/index.es67.js +7 -32
  419. package/dist/index.es67.js.map +1 -1
  420. package/dist/index.es68.js +39 -65
  421. package/dist/index.es68.js.map +1 -1
  422. package/dist/index.es69.js +79 -28
  423. package/dist/index.es69.js.map +1 -1
  424. package/dist/index.es7.js +38 -43
  425. package/dist/index.es7.js.map +1 -1
  426. package/dist/index.es70.js +66 -84
  427. package/dist/index.es70.js.map +1 -1
  428. package/dist/index.es71.js +88 -11
  429. package/dist/index.es71.js.map +1 -1
  430. package/dist/index.es72.js +59 -46
  431. package/dist/index.es72.js.map +1 -1
  432. package/dist/index.es73.js +65 -108
  433. package/dist/index.es73.js.map +1 -1
  434. package/dist/index.es74.js +30 -15
  435. package/dist/index.es74.js.map +1 -1
  436. package/dist/index.es75.js +56 -35
  437. package/dist/index.es75.js.map +1 -1
  438. package/dist/index.es76.js +18 -19
  439. package/dist/index.es76.js.map +1 -1
  440. package/dist/index.es77.js +30 -38
  441. package/dist/index.es77.js.map +1 -1
  442. package/dist/index.es78.js +85 -28
  443. package/dist/index.es78.js.map +1 -1
  444. package/dist/index.es79.js +10 -94
  445. package/dist/index.es79.js.map +1 -1
  446. package/dist/index.es8.js +26 -33
  447. package/dist/index.es8.js.map +1 -1
  448. package/dist/index.es80.js +47 -2
  449. package/dist/index.es80.js.map +1 -1
  450. package/dist/index.es81.js +113 -6
  451. package/dist/index.es81.js.map +1 -1
  452. package/dist/index.es82.js +16 -26
  453. package/dist/index.es82.js.map +1 -1
  454. package/dist/index.es83.js +42 -109
  455. package/dist/index.es83.js.map +1 -1
  456. package/dist/index.es84.js +27 -22
  457. package/dist/index.es84.js.map +1 -1
  458. package/dist/index.es85.js +39 -18
  459. package/dist/index.es85.js.map +1 -1
  460. package/dist/index.es86.js +27 -18
  461. package/dist/index.es86.js.map +1 -1
  462. package/dist/index.es87.js +94 -18
  463. package/dist/index.es87.js.map +1 -1
  464. package/dist/index.es88.js +1 -18
  465. package/dist/index.es88.js.map +1 -1
  466. package/dist/index.es89.js +6 -49
  467. package/dist/index.es89.js.map +1 -1
  468. package/dist/index.es9.js +37 -72
  469. package/dist/index.es9.js.map +1 -1
  470. package/dist/index.es90.js +23 -84
  471. package/dist/index.es90.js.map +1 -1
  472. package/dist/index.es91.js +96 -99
  473. package/dist/index.es91.js.map +1 -1
  474. package/dist/index.es92.js +24 -16
  475. package/dist/index.es92.js.map +1 -1
  476. package/dist/index.es93.js +16 -22
  477. package/dist/index.es93.js.map +1 -1
  478. package/dist/index.es94.js +17 -100
  479. package/dist/index.es94.js.map +1 -1
  480. package/dist/index.es95.js +16 -71
  481. package/dist/index.es95.js.map +1 -1
  482. package/dist/index.es96.js +16 -42
  483. package/dist/index.es96.js.map +1 -1
  484. package/dist/index.es97.js +9 -32
  485. package/dist/index.es97.js.map +1 -1
  486. package/dist/index.es98.js +269 -15
  487. package/dist/index.es98.js.map +1 -1
  488. package/dist/index.es99.js +85 -17
  489. package/dist/index.es99.js.map +1 -1
  490. package/dist/lib/constants.d.ts +2 -0
  491. package/dist/lib/constants.d.ts.map +1 -0
  492. package/dist/styles.css +363 -31
  493. package/dist/ui-kit-preset.js +2 -1
  494. package/package.json +1 -1
package/dist/index.es.js CHANGED
@@ -1,201 +1,218 @@
1
- import { AccordionDemo as i } from "./index.es2.js";
2
- import * as o from "./index.es3.js";
3
- import { AvatarDemo as x } from "./index.es4.js";
4
- import * as r from "./index.es5.js";
5
- import { Badge as s } from "./index.es6.js";
6
- import { Button as d } from "./index.es7.js";
7
- import { Checkbox as C } from "./index.es8.js";
8
- import { Input as u } from "./index.es9.js";
9
- import { Progress as c } from "./index.es10.js";
10
- import { RadioGroup as D, RadioGroup as v, RadioGroupItem as A } from "./index.es11.js";
11
- import { Skeleton as h } from "./index.es12.js";
12
- import { Switch as V } from "./index.es13.js";
13
- import { Textarea as w } from "./index.es14.js";
14
- import { TooltipContent as I, TooltipProvider as M, TooltipTrigger as k, TooltipWrapper as H } from "./index.es15.js";
15
- import { default as N } from "./index.es16.js";
16
- import { Typography as E } from "./index.es17.js";
17
- import { Alert as _ } from "./index.es18.js";
18
- import { BreadcrumbDemo as L } from "./index.es19.js";
19
- import { Dropdown as W } from "./index.es20.js";
20
- import { MultiCombobox as z } from "./index.es21.js";
21
- import { MultiSelect as K } from "./index.es22.js";
22
- import { PolarSlider as X } from "./index.es23.js";
23
- import { RangeSlider as Z } from "./index.es24.js";
24
- import { SingleCombobox as oo } from "./index.es25.js";
25
- import { SingleSelect as eo } from "./index.es26.js";
26
- import { Slider as ao } from "./index.es27.js";
27
- import { StepItemStatus as mo } from "./index.es28.js";
28
- import { Stepper as fo } from "./index.es29.js";
29
- import { Tabs as lo } from "./index.es30.js";
30
- import { Toast as no } from "./index.es31.js";
31
- import { ToastAction as Co, ToastClose as go, ToastDescription as uo, ToastIcon as To, ToastPrimitive as co, ToastProvider as bo, ToastTitle as Do, ToastViewport as vo } from "./index.es32.js";
32
- import { SplitButton as Po } from "./index.es33.js";
33
- import { ToggleMultiSelect as Ro } from "./index.es34.js";
34
- import { AlertDialog as Bo } from "./index.es35.js";
35
- import { AlertDialogAction as yo, AlertDialogCancel as Io, AlertDialogContent as Mo, AlertDialogDescription as ko, AlertDialogFooter as Ho, AlertDialogHeader as Go, AlertDialogOverlay as No, AlertDialogPortal as Fo, AlertDialogTitle as Eo, AlertDialogTrigger as Oo } from "./index.es36.js";
36
- import { _Dialog as qo } from "./index.es37.js";
37
- import { SheetPrimary as Uo } from "./index.es38.js";
38
- import * as e from "./index.es39.js";
39
- import { SheetClose as jo } from "./index.es39.js";
40
- import { NavbarDesktop as Jo } from "./index.es40.js";
41
- import { NavbarMobile as Qo } from "./index.es41.js";
42
- import { NavbarExtended as Yo } from "./index.es42.js";
43
- import { Responsive as $o } from "./index.es43.js";
44
- import { Breakpoints as rr } from "./index.es44.js";
45
- import { useResponsive as tr } from "./index.es45.js";
46
- import { StarScore as pr, StarScoreUtils as mr } from "./index.es46.js";
47
- import { default as fr } from "./index.es47.js";
48
- import { AnimatedInput as lr } from "./index.es48.js";
49
- import { default as nr } from "./index.es49.js";
50
- import { MapToolbar as Sr } from "./index.es50.js";
51
- import { Calendar as gr } from "./index.es51.js";
52
- import { _Carousel as Tr } from "./index.es52.js";
53
- import { Command as br, CommandDialog as Dr, CommandEmpty as vr, CommandGroup as Ar, CommandInput as Pr, CommandItem as hr, CommandList as Rr, CommandSeparator as Vr, CommandShortcut as Br } from "./index.es53.js";
54
- import { HoverCardDemo as yr } from "./index.es54.js";
55
- import * as t from "./index.es55.js";
56
- import { PopoverDemo as Mr } from "./index.es56.js";
57
- import { Spinner as Hr } from "./index.es57.js";
58
- import { default as Nr } from "./index.es58.js";
59
- import { TableBody as Er, TableCaption as Or, TableCell as _r, TableFooter as qr, TableHead as Lr, TableHeader as Ur, TableRow as Wr } from "./index.es59.js";
60
- import { default as zr } from "./index.es60.js";
61
- import { OtpInput as Kr } from "./index.es61.js";
62
- import { DatePicker as Xr } from "./index.es62.js";
63
- import { FormRenderer as Zr } from "./index.es63.js";
64
- import { default as oe } from "./index.es64.js";
65
- import { AgentSnippetView as ee } from "./index.es65.js";
66
- import { default as ae } from "./index.es66.js";
67
- import { BadgeVariants as me } from "./index.es67.js";
68
- import { ButtonVariants as fe } from "./index.es68.js";
69
- import { CheckboxVariants as le } from "./index.es69.js";
70
- import { DialogClose as ne, DialogTrigger as de } from "./index.es70.js";
71
- import { RadioGroupVariants as Ce } from "./index.es71.js";
72
- import { SidebarPrimary as ue } from "./index.es72.js";
73
- import * as a from "./index.es73.js";
74
- import { SidebarItem as ce, SidebarSection as be } from "./index.es73.js";
75
- import { SpinnerVariants as ve } from "./index.es74.js";
76
- import { SplitButtonVariants as Pe } from "./index.es75.js";
77
- import { SwitchVariants as Re } from "./index.es76.js";
78
- import { TypographyVariants as Be } from "./index.es77.js";
79
- import { useStepper as ye } from "./index.es78.js";
80
- import { useToast as Me } from "./index.es79.js";
1
+ import { RequestCreditsDialog as i } from "./index.es2.js";
2
+ import { default as x } from "./index.es3.js";
3
+ import { AccordionDemo as s } from "./index.es4.js";
4
+ import * as o from "./index.es5.js";
5
+ import { AvatarDemo as d } from "./index.es6.js";
6
+ import * as r from "./index.es7.js";
7
+ import { Badge as S } from "./index.es8.js";
8
+ import { Button as u } from "./index.es9.js";
9
+ import { Checkbox as c } from "./index.es10.js";
10
+ import { Input as D } from "./index.es11.js";
11
+ import { Progress as A } from "./index.es12.js";
12
+ import { RadioGroup as h, RadioGroup as V, RadioGroupItem as I } from "./index.es13.js";
13
+ import { Skeleton as w } from "./index.es14.js";
14
+ import { Switch as y } from "./index.es15.js";
15
+ import { Textarea as k } from "./index.es16.js";
16
+ import { TooltipContent as G, TooltipProvider as E, TooltipTrigger as N, TooltipWrapper as F } from "./index.es17.js";
17
+ import { default as O } from "./index.es18.js";
18
+ import { Typography as L } from "./index.es19.js";
19
+ import { Alert as W } from "./index.es20.js";
20
+ import { BreadcrumbDemo as z } from "./index.es21.js";
21
+ import { Dropdown as K } from "./index.es22.js";
22
+ import { MultiCombobox as X } from "./index.es23.js";
23
+ import { MultiSelect as Z } from "./index.es24.js";
24
+ import { PolarSlider as oo } from "./index.es25.js";
25
+ import { RangeSlider as eo } from "./index.es26.js";
26
+ import { SingleCombobox as ao } from "./index.es27.js";
27
+ import { CreatableMultiCombobox as mo } from "./index.es28.js";
28
+ import { SingleSelect as fo } from "./index.es29.js";
29
+ import { Slider as lo } from "./index.es30.js";
30
+ import { StepItemStatus as no } from "./index.es31.js";
31
+ import { Stepper as So } from "./index.es32.js";
32
+ import { Tabs as uo } from "./index.es33.js";
33
+ import { Toast as co } from "./index.es34.js";
34
+ import { ToastAction as Do, ToastClose as vo, ToastDescription as Ao, ToastIcon as Po, ToastPrimitive as ho, ToastProvider as Vo, ToastTitle as Io, ToastViewport as Ro } from "./index.es35.js";
35
+ import { SplitButton as Bo } from "./index.es36.js";
36
+ import { ToggleMultiSelect as Mo } from "./index.es37.js";
37
+ import { SwatchGrid as Ho } from "./index.es38.js";
38
+ import { AlertDialog as Eo } from "./index.es39.js";
39
+ import { AlertDialogAction as Fo, AlertDialogCancel as qo, AlertDialogContent as Oo, AlertDialogDescription as _o, AlertDialogFooter as Lo, AlertDialogHeader as Uo, AlertDialogOverlay as Wo, AlertDialogPortal as jo, AlertDialogTitle as zo, AlertDialogTrigger as Jo } from "./index.es40.js";
40
+ import { _Dialog as Qo } from "./index.es41.js";
41
+ import { SheetPrimary as Yo } from "./index.es42.js";
42
+ import * as e from "./index.es43.js";
43
+ import { SheetClose as $o } from "./index.es43.js";
44
+ import { ImageEditor as rr } from "./index.es44.js";
45
+ import { useImageEditor as tr } from "./index.es45.js";
46
+ import { NavbarDesktop as pr } from "./index.es46.js";
47
+ import { NavbarMobile as ir } from "./index.es47.js";
48
+ import { NavbarExtended as xr } from "./index.es48.js";
49
+ import { Responsive as sr } from "./index.es49.js";
50
+ import { Breakpoints as dr } from "./index.es50.js";
51
+ import { useResponsive as Sr } from "./index.es51.js";
52
+ import { StarScore as ur, StarScoreUtils as Tr } from "./index.es52.js";
53
+ import { default as br } from "./index.es53.js";
54
+ import { AnimatedInput as vr } from "./index.es54.js";
55
+ import { CreditsIndicator as Pr } from "./index.es55.js";
56
+ import { BrandSwitcher as Vr } from "./index.es56.js";
57
+ import { MapToolbar as Rr } from "./index.es57.js";
58
+ import { Calendar as Br } from "./index.es58.js";
59
+ import { _Carousel as Mr } from "./index.es59.js";
60
+ import { Command as Hr, CommandDialog as Gr, CommandEmpty as Er, CommandGroup as Nr, CommandInput as Fr, CommandItem as qr, CommandList as Or, CommandSeparator as _r, CommandShortcut as Lr } from "./index.es60.js";
61
+ import { HoverCardDemo as Wr } from "./index.es61.js";
62
+ import * as t from "./index.es62.js";
63
+ import { PopoverDemo as zr } from "./index.es63.js";
64
+ import { Spinner as Kr } from "./index.es64.js";
65
+ import { default as Xr } from "./index.es65.js";
66
+ import { TableBody as Zr, TableCaption as $r, TableCell as oe, TableFooter as re, TableHead as ee, TableHeader as te, TableRow as ae } from "./index.es66.js";
67
+ import { default as me } from "./index.es67.js";
68
+ import { OtpInput as fe } from "./index.es68.js";
69
+ import { DatePicker as le } from "./index.es69.js";
70
+ import { FormRenderer as ne } from "./index.es70.js";
71
+ import { default as Ce } from "./index.es71.js";
72
+ import { AgentSnippetView as ge } from "./index.es72.js";
73
+ import { default as Te } from "./index.es73.js";
74
+ import { BadgeVariants as be } from "./index.es74.js";
75
+ import { ButtonVariants as ve } from "./index.es75.js";
76
+ import { CheckboxVariants as Pe } from "./index.es76.js";
77
+ import { CreditsIndicatorVariants as Ve, CreditsPillVariants as Ie } from "./index.es77.js";
78
+ import { DialogClose as we, DialogTrigger as Be } from "./index.es78.js";
79
+ import { RadioGroupVariants as Me } from "./index.es79.js";
80
+ import { SidebarPrimary as He } from "./index.es80.js";
81
+ import * as a from "./index.es81.js";
82
+ import { SidebarItem as Ee, SidebarSection as Ne } from "./index.es81.js";
83
+ import { SpinnerVariants as qe } from "./index.es82.js";
84
+ import { SplitButtonVariants as _e } from "./index.es83.js";
85
+ import { SwitchVariants as Ue } from "./index.es84.js";
86
+ import { TypographyVariants as je } from "./index.es85.js";
87
+ import { useStepper as Je } from "./index.es86.js";
88
+ import { useToast as Qe } from "./index.es87.js";
81
89
  export {
82
- i as Accordion,
90
+ s as Accordion,
83
91
  o as AccordionPrimitive,
84
- ee as AgentSnippetView,
85
- _ as Alert,
86
- Bo as AlertDialog,
87
- yo as AlertDialogAction,
88
- Io as AlertDialogCancel,
89
- Mo as AlertDialogContent,
90
- ko as AlertDialogDescription,
91
- Ho as AlertDialogFooter,
92
- Go as AlertDialogHeader,
93
- No as AlertDialogOverlay,
94
- Fo as AlertDialogPortal,
95
- Eo as AlertDialogTitle,
96
- Oo as AlertDialogTrigger,
97
- lr as AnimatedInput,
98
- x as Avatar,
92
+ ge as AgentSnippetView,
93
+ W as Alert,
94
+ Eo as AlertDialog,
95
+ Fo as AlertDialogAction,
96
+ qo as AlertDialogCancel,
97
+ Oo as AlertDialogContent,
98
+ _o as AlertDialogDescription,
99
+ Lo as AlertDialogFooter,
100
+ Uo as AlertDialogHeader,
101
+ Wo as AlertDialogOverlay,
102
+ jo as AlertDialogPortal,
103
+ zo as AlertDialogTitle,
104
+ Jo as AlertDialogTrigger,
105
+ vr as AnimatedInput,
106
+ d as Avatar,
99
107
  r as AvatarPrimitive,
100
- s as Badge,
101
- me as BadgeVariants,
102
- L as Breadcrumb,
103
- rr as Breakpoints,
104
- d as Button,
105
- fe as ButtonVariants,
106
- gr as Calendar,
107
- Tr as Carousel,
108
- C as Checkbox,
109
- le as CheckboxVariants,
110
- br as Command,
111
- Dr as CommandDialog,
112
- vr as CommandEmpty,
113
- Ar as CommandGroup,
114
- Pr as CommandInput,
115
- hr as CommandItem,
116
- Rr as CommandList,
117
- Vr as CommandSeparator,
118
- Br as CommandShortcut,
119
- Xr as DatePicker,
120
- qo as Dialog,
121
- ne as DialogClose,
122
- de as DialogTrigger,
123
- W as DropdownMenu,
124
- Zr as FormRenderer,
125
- yr as HoverCard,
108
+ S as Badge,
109
+ be as BadgeVariants,
110
+ Vr as BrandSwitcher,
111
+ z as Breadcrumb,
112
+ dr as Breakpoints,
113
+ u as Button,
114
+ ve as ButtonVariants,
115
+ Br as Calendar,
116
+ Mr as Carousel,
117
+ c as Checkbox,
118
+ Pe as CheckboxVariants,
119
+ Hr as Command,
120
+ Gr as CommandDialog,
121
+ Er as CommandEmpty,
122
+ Nr as CommandGroup,
123
+ Fr as CommandInput,
124
+ qr as CommandItem,
125
+ Or as CommandList,
126
+ _r as CommandSeparator,
127
+ Lr as CommandShortcut,
128
+ mo as CreatableMultiCombobox,
129
+ Pr as CreditsIndicator,
130
+ Ve as CreditsIndicatorVariants,
131
+ Ie as CreditsPillVariants,
132
+ le as DatePicker,
133
+ Qo as Dialog,
134
+ we as DialogClose,
135
+ Be as DialogTrigger,
136
+ K as DropdownMenu,
137
+ ne as FormRenderer,
138
+ Wr as HoverCard,
126
139
  t as HoverCardPrimitive,
127
- u as Input,
128
- zr as MapMarkerHoverCard,
129
- Sr as MapToolbar,
130
- z as MultiCombobox,
131
- K as MultiSelect,
132
- Jo as NavbarDesktop,
133
- Yo as NavbarExtended,
134
- Qo as NavbarMobile,
135
- ae as NotificationPanel,
136
- Kr as OtpInput,
137
- oe as Pagination,
138
- X as PolarSlider,
139
- Mr as Popover,
140
- c as Progress,
141
- D as Radio,
142
- v as RadioGroup,
143
- A as RadioGroupItem,
144
- Ce as RadioGroupVariants,
145
- Z as RangeSlider,
146
- fr as ReportSnippetView,
147
- nr as RequestCreditsView,
148
- $o as Responsive,
149
- Uo as Sheet,
150
- jo as SheetClose,
140
+ rr as ImageEditor,
141
+ D as Input,
142
+ me as MapMarkerHoverCard,
143
+ Rr as MapToolbar,
144
+ X as MultiCombobox,
145
+ Z as MultiSelect,
146
+ pr as NavbarDesktop,
147
+ xr as NavbarExtended,
148
+ ir as NavbarMobile,
149
+ Te as NotificationPanel,
150
+ fe as OtpInput,
151
+ Ce as Pagination,
152
+ oo as PolarSlider,
153
+ zr as Popover,
154
+ A as Progress,
155
+ h as Radio,
156
+ V as RadioGroup,
157
+ I as RadioGroupItem,
158
+ Me as RadioGroupVariants,
159
+ eo as RangeSlider,
160
+ br as ReportSnippetView,
161
+ i as RequestCreditsDialog,
162
+ x as RequestCreditsView,
163
+ sr as Responsive,
164
+ Yo as Sheet,
165
+ $o as SheetClose,
151
166
  e as SheetPrimitive,
152
- ue as Sidebar,
153
- ce as SidebarItem,
167
+ He as Sidebar,
168
+ Ee as SidebarItem,
154
169
  a as SidebarPrimitive,
155
- be as SidebarSection,
156
- oo as SingleCombobox,
157
- eo as SingleSelect,
158
- h as Skeleton,
159
- ao as Slider,
160
- Hr as Spinner,
161
- ve as SpinnerVariants,
162
- Po as SplitButton,
163
- Pe as SplitButtonVariants,
164
- pr as StarScore,
165
- mr as StarScoreUtils,
166
- mo as StepItemStatus,
167
- fo as Stepper,
168
- V as Switch,
169
- Re as SwitchVariants,
170
- Nr as Table,
171
- Er as TableBody,
172
- Or as TableCaption,
173
- _r as TableCell,
174
- qr as TableFooter,
175
- Lr as TableHead,
176
- Ur as TableHeader,
177
- Wr as TableRow,
178
- lo as Tabs,
179
- w as Textarea,
180
- no as Toast,
181
- Co as ToastAction,
182
- go as ToastClose,
183
- uo as ToastDescription,
184
- To as ToastIcon,
185
- co as ToastPrimitive,
186
- bo as ToastProvider,
187
- Do as ToastTitle,
188
- vo as ToastViewport,
189
- Ro as ToggleMultiSelect,
190
- N as Tooltip,
191
- I as TooltipContent,
192
- M as TooltipProvider,
193
- k as TooltipTrigger,
194
- H as TooltipWrapper,
195
- E as Typography,
196
- Be as TypographyVariants,
197
- tr as useResponsive,
198
- ye as useStepper,
199
- Me as useToast
170
+ Ne as SidebarSection,
171
+ ao as SingleCombobox,
172
+ fo as SingleSelect,
173
+ w as Skeleton,
174
+ lo as Slider,
175
+ Kr as Spinner,
176
+ qe as SpinnerVariants,
177
+ Bo as SplitButton,
178
+ _e as SplitButtonVariants,
179
+ ur as StarScore,
180
+ Tr as StarScoreUtils,
181
+ no as StepItemStatus,
182
+ So as Stepper,
183
+ Ho as SwatchGrid,
184
+ y as Switch,
185
+ Ue as SwitchVariants,
186
+ Xr as Table,
187
+ Zr as TableBody,
188
+ $r as TableCaption,
189
+ oe as TableCell,
190
+ re as TableFooter,
191
+ ee as TableHead,
192
+ te as TableHeader,
193
+ ae as TableRow,
194
+ uo as Tabs,
195
+ k as Textarea,
196
+ co as Toast,
197
+ Do as ToastAction,
198
+ vo as ToastClose,
199
+ Ao as ToastDescription,
200
+ Po as ToastIcon,
201
+ ho as ToastPrimitive,
202
+ Vo as ToastProvider,
203
+ Io as ToastTitle,
204
+ Ro as ToastViewport,
205
+ Mo as ToggleMultiSelect,
206
+ O as Tooltip,
207
+ G as TooltipContent,
208
+ E as TooltipProvider,
209
+ N as TooltipTrigger,
210
+ F as TooltipWrapper,
211
+ L as Typography,
212
+ je as TypographyVariants,
213
+ tr as useImageEditor,
214
+ Sr as useResponsive,
215
+ Je as useStepper,
216
+ Qe as useToast
200
217
  };
201
218
  //# sourceMappingURL=index.es.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.es.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"index.es.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -1,31 +1,38 @@
1
- import * as r from "react";
2
- import * as a from "@radix-ui/react-progress";
3
- import { cn as i } from "./index.es81.js";
4
- import { ProgressVariants as n } from "./index.es105.js";
5
- const l = r.forwardRef(({ className: t, value: o, ...e }, m) => {
6
- const s = (o || 0) / (e.max || 100) * 100;
7
- return /* @__PURE__ */ r.createElement(
8
- a.Root,
1
+ import * as e from "react";
2
+ import * as r from "@radix-ui/react-checkbox";
3
+ import { Check as s } from "lucide-react";
4
+ import { CheckboxVariants as l, CheckVariants as f } from "./index.es76.js";
5
+ import { cn as t } from "./index.es89.js";
6
+ const n = e.forwardRef(({ className: o, size: a, id: m, ...c }, i) => /* @__PURE__ */ e.createElement(
7
+ r.Root,
8
+ {
9
+ id: m,
10
+ ref: i,
11
+ className: t(l({ className: o, size: a })),
12
+ ...c
13
+ },
14
+ /* @__PURE__ */ e.createElement(
15
+ r.Indicator,
9
16
  {
10
- ref: m,
11
- className: i(n({ className: t })),
12
- max: e.max || 100,
13
- ...e,
14
- id: e.id
17
+ className: t(
18
+ "flex items-center justify-center text-current h-full w-full"
19
+ )
15
20
  },
16
- /* @__PURE__ */ r.createElement(
17
- a.Indicator,
21
+ /* @__PURE__ */ e.createElement(
22
+ s,
18
23
  {
19
- className: "flex-1 h-full transition-all rounded bg-hover-p1 ",
20
- style: {
21
- transform: `translateX(-${100 - s}%)`
22
- }
24
+ height: 14,
25
+ width: 16,
26
+ className: t(f({ size: a })),
27
+ strokeWidth: 3
23
28
  }
24
29
  )
25
- );
26
- });
27
- l.displayName = a.Root.displayName;
30
+ )
31
+ ));
32
+ n.displayName = r.Root.displayName;
28
33
  export {
29
- l as Progress
34
+ f as CheckVariants,
35
+ n as Checkbox,
36
+ l as CheckboxVariants
30
37
  };
31
38
  //# sourceMappingURL=index.es10.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.es10.js","sources":["../src/components/atoms/progress/progress.tsx"],"sourcesContent":["import * as React from 'react'\nimport * as ProgressPrimitive from '@radix-ui/react-progress'\n\nimport { cn } from '@/lib/utils'\nimport { ProgressVariants } from './progress.styles'\n\nconst Progress = React.forwardRef<\n React.ElementRef<typeof ProgressPrimitive.Root>,\n React.ComponentPropsWithoutRef<typeof ProgressPrimitive.Root>\n>(({ className, value, ...props }, ref) => {\n const completionPercentage = ((value || 0) / (props.max || 100)) * 100\n return (\n <ProgressPrimitive.Root\n ref={ref}\n className={cn(ProgressVariants({ className }))}\n max={props.max || 100}\n {...props}\n id={props.id}\n >\n <ProgressPrimitive.Indicator\n className=\"flex-1 h-full transition-all rounded bg-hover-p1 \"\n style={{\n transform: `translateX(-${100 - completionPercentage}%)`,\n }}\n />\n </ProgressPrimitive.Root>\n )\n})\n\nProgress.displayName = ProgressPrimitive.Root.displayName\n\nexport { Progress }\n"],"names":["Progress","React","className","value","props","ref","completionPercentage","ProgressPrimitive","cn","ProgressVariants"],"mappings":";;;;AAMA,MAAMA,IAAWC,EAAM,WAGrB,CAAC,EAAE,WAAAC,GAAW,OAAAC,GAAO,GAAGC,EAAA,GAASC,MAAQ;AACzC,QAAMC,KAAyBH,KAAS,MAAMC,EAAM,OAAO,OAAQ;AACnE,SACE,gBAAAH,EAAA;AAAA,IAACM,EAAkB;AAAA,IAAlB;AAAA,MACC,KAAAF;AAAA,MACA,WAAWG,EAAGC,EAAiB,EAAE,WAAAP,EAAA,CAAW,CAAC;AAAA,MAC7C,KAAKE,EAAM,OAAO;AAAA,MACjB,GAAGA;AAAA,MACJ,IAAIA,EAAM;AAAA,IAAA;AAAA,IAEV,gBAAAH,EAAA;AAAA,MAACM,EAAkB;AAAA,MAAlB;AAAA,QACC,WAAU;AAAA,QACV,OAAO;AAAA,UACL,WAAW,eAAe,MAAMD,CAAoB;AAAA,QAAA;AAAA,MACtD;AAAA,IAAA;AAAA,EACF;AAGN,CAAC;AAEDN,EAAS,cAAcO,EAAkB,KAAK;"}
1
+ {"version":3,"file":"index.es10.js","sources":["../src/components/atoms/checkbox/checkbox.tsx"],"sourcesContent":["'use client'\n\nimport * as React from 'react'\nimport * as CheckboxPrimitive from '@radix-ui/react-checkbox'\nimport { Check } from 'lucide-react'\nimport { CheckboxVariants, CheckVariants } from './checkbox.styles'\n\nimport { cn } from '@/lib/utils'\nimport { CheckboxProps } from './checkbox.types'\n\nconst Checkbox = React.forwardRef<\n React.ElementRef<typeof CheckboxPrimitive.Root>,\n React.ComponentPropsWithoutRef<typeof CheckboxPrimitive.Root> & CheckboxProps\n>(({ className, size, id, ...props }, ref) => (\n <CheckboxPrimitive.Root\n id={id}\n ref={ref}\n className={cn(CheckboxVariants({ className, size }))}\n {...props}\n >\n <CheckboxPrimitive.Indicator\n className={cn(\n 'flex items-center justify-center text-current h-full w-full'\n )}\n >\n <Check\n height={14}\n width={16}\n className={cn(CheckVariants({ size }))}\n strokeWidth={3}\n />\n </CheckboxPrimitive.Indicator>\n </CheckboxPrimitive.Root>\n))\n\nCheckbox.displayName = CheckboxPrimitive.Root.displayName\n\nexport { Checkbox, CheckboxVariants, CheckVariants }\n"],"names":["Checkbox","React","className","size","id","props","ref","CheckboxPrimitive","cn","CheckboxVariants","Check","CheckVariants"],"mappings":";;;;;AAUA,MAAMA,IAAWC,EAAM,WAGrB,CAAC,EAAE,WAAAC,GAAW,MAAAC,GAAM,IAAAC,GAAI,GAAGC,EAAA,GAASC,MACpC,gBAAAL,EAAA;AAAA,EAACM,EAAkB;AAAA,EAAlB;AAAA,IACC,IAAAH;AAAA,IACA,KAAAE;AAAA,IACA,WAAWE,EAAGC,EAAiB,EAAE,WAAAP,GAAW,MAAAC,EAAA,CAAM,CAAC;AAAA,IAClD,GAAGE;AAAA,EAAA;AAAA,EAEJ,gBAAAJ,EAAA;AAAA,IAACM,EAAkB;AAAA,IAAlB;AAAA,MACC,WAAWC;AAAA,QACT;AAAA,MAAA;AAAA,IACF;AAAA,IAEA,gBAAAP,EAAA;AAAA,MAACS;AAAA,MAAA;AAAA,QACC,QAAQ;AAAA,QACR,OAAO;AAAA,QACP,WAAWF,EAAGG,EAAc,EAAE,MAAAR,EAAA,CAAM,CAAC;AAAA,QACrC,aAAa;AAAA,MAAA;AAAA,IAAA;AAAA,EACf;AAEJ,CACD;AAEDH,EAAS,cAAcO,EAAkB,KAAK;"}
@@ -1,15 +1,125 @@
1
- import e from "react";
2
- import { AccordionDemo as r } from "./index.es2.js";
3
- import { Typography as o } from "./index.es17.js";
4
- const n = ({ sharedMarkets: t }) => t ? /* @__PURE__ */ e.createElement(
5
- r,
1
+ import * as e from "react";
2
+ import * as t from "@radix-ui/react-dropdown-menu";
3
+ import { ChevronRight as l, Check as i, Circle as m } from "lucide-react";
4
+ import { cn as d } from "./index.es89.js";
5
+ const h = t.Root, E = t.Trigger, D = t.Group, M = t.Portal, R = t.Sub, c = e.forwardRef(({ className: o, inset: n, children: a, ...r }, s) => /* @__PURE__ */ e.createElement(
6
+ t.SubTrigger,
6
7
  {
7
- trigger: /* @__PURE__ */ e.createElement(o, { variant: "body1", className: "text-light-2" }, "Shared markets"),
8
- content: /* @__PURE__ */ e.createElement("div", null, t),
9
- triggerProps: { className: "cursor-pointer my-2" }
8
+ ref: s,
9
+ className: d(
10
+ "flex cursor-default select-none items-center rounded-sm px-2 py-1.5 text-sm outline-none focus:bg-accent data-[state=open]:bg-accent",
11
+ n && "pl-8",
12
+ o
13
+ ),
14
+ ...r
15
+ },
16
+ a,
17
+ /* @__PURE__ */ e.createElement(l, { className: "w-4 h-4 ml-auto" })
18
+ ));
19
+ c.displayName = t.SubTrigger.displayName;
20
+ const p = e.forwardRef(({ className: o, ...n }, a) => /* @__PURE__ */ e.createElement(
21
+ t.SubContent,
22
+ {
23
+ ref: a,
24
+ className: d(
25
+ "z-50 min-w-[8rem] overflow-hidden rounded-md border bg-popover p-1 text-popover-foreground shadow-lg data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2",
26
+ o
27
+ ),
28
+ ...n
29
+ }
30
+ ));
31
+ p.displayName = t.SubContent.displayName;
32
+ const u = e.forwardRef(({ className: o, sideOffset: n = 4, ...a }, r) => /* @__PURE__ */ e.createElement(t.Portal, { container: a?.container }, /* @__PURE__ */ e.createElement(
33
+ t.Content,
34
+ {
35
+ ref: r,
36
+ sideOffset: n,
37
+ className: d(
38
+ "z-50 min-w-[8rem] overflow-hidden rounded-md border bg-popover p-1 text-popover-foreground shadow-md data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2",
39
+ o
40
+ ),
41
+ ...a
42
+ }
43
+ )));
44
+ u.displayName = t.Content.displayName;
45
+ const f = e.forwardRef(({ className: o, inset: n, ...a }, r) => /* @__PURE__ */ e.createElement(
46
+ t.Item,
47
+ {
48
+ ref: r,
49
+ className: d(
50
+ "relative flex select-none items-center rounded-md outline-none transition-colors focus:bg-accent focus:text-accent-foreground data-[disabled]:opacity-50 cursor-pointer data-[disabled]:cursor-not-allowed",
51
+ n && "pl-8",
52
+ o
53
+ ),
54
+ ...a
55
+ }
56
+ ));
57
+ f.displayName = t.Item.displayName;
58
+ const b = e.forwardRef(({ className: o, children: n, checked: a, ...r }, s) => /* @__PURE__ */ e.createElement(
59
+ t.CheckboxItem,
60
+ {
61
+ ref: s,
62
+ className: d(
63
+ "relative flex cursor-default select-none items-center rounded-sm py-1.5 pl-8 pr-2 text-sm outline-none transition-colors focus:bg-accent focus:text-accent-foreground data-[disabled]:pointer-events-none data-[disabled]:opacity-50",
64
+ o
65
+ ),
66
+ checked: a,
67
+ disabled: !0,
68
+ ...r
69
+ },
70
+ /* @__PURE__ */ e.createElement("span", { className: "absolute left-2 flex h-3.5 w-3.5 items-center justify-center" }, /* @__PURE__ */ e.createElement(t.ItemIndicator, null, /* @__PURE__ */ e.createElement(i, { className: "w-4 h-4" }))),
71
+ n
72
+ ));
73
+ b.displayName = t.CheckboxItem.displayName;
74
+ const w = e.forwardRef(({ className: o, children: n, ...a }, r) => /* @__PURE__ */ e.createElement(
75
+ t.RadioItem,
76
+ {
77
+ ref: r,
78
+ className: d(
79
+ "relative flex cursor-default select-none items-center rounded-sm py-1.5 pl-8 pr-2 text-sm outline-none transition-colors focus:bg-accent focus:text-accent-foreground data-[disabled]:pointer-events-none data-[disabled]:opacity-50",
80
+ o
81
+ ),
82
+ ...a
83
+ },
84
+ /* @__PURE__ */ e.createElement("span", { className: "absolute left-2 flex h-3.5 w-3.5 items-center justify-center" }, /* @__PURE__ */ e.createElement(t.ItemIndicator, null, /* @__PURE__ */ e.createElement(m, { className: "w-2 h-2 fill-current" }))),
85
+ n
86
+ ));
87
+ w.displayName = t.RadioItem.displayName;
88
+ const g = e.forwardRef(({ className: o, inset: n, ...a }, r) => /* @__PURE__ */ e.createElement(
89
+ t.Label,
90
+ {
91
+ ref: r,
92
+ className: d(
93
+ "px-2 py-1.5 text-sm font-semibold",
94
+ n && "pl-8",
95
+ o
96
+ ),
97
+ ...a
98
+ }
99
+ ));
100
+ g.displayName = t.Label.displayName;
101
+ const N = e.forwardRef(({ className: o, ...n }, a) => /* @__PURE__ */ e.createElement(
102
+ t.Separator,
103
+ {
104
+ ref: a,
105
+ className: d("-mx-1 my-1 h-px bg-muted", o),
106
+ ...n
10
107
  }
11
- ) : null;
108
+ ));
109
+ N.displayName = t.Separator.displayName;
12
110
  export {
13
- n as SharedMarketsSection
111
+ h as DropdownMenu,
112
+ b as DropdownMenuCheckboxItem,
113
+ u as DropdownMenuContent,
114
+ D as DropdownMenuGroup,
115
+ f as DropdownMenuItem,
116
+ g as DropdownMenuLabel,
117
+ M as DropdownMenuPortal,
118
+ w as DropdownMenuRadioItem,
119
+ N as DropdownMenuSeparator,
120
+ R as DropdownMenuSub,
121
+ p as DropdownMenuSubContent,
122
+ c as DropdownMenuSubTrigger,
123
+ E as DropdownMenuTrigger
14
124
  };
15
125
  //# sourceMappingURL=index.es100.js.map