@tcn/ui 0.0.1

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 (1154) hide show
  1. package/README.md +11 -0
  2. package/dist/actions/button/base_button/base_button.d.ts +15 -0
  3. package/dist/actions/button/base_button/base_button.d.ts.map +1 -0
  4. package/dist/actions/button/base_button/base_button.js +56 -0
  5. package/dist/actions/button/base_button/base_button.js.map +1 -0
  6. package/dist/actions/button/button/button.d.ts +6 -0
  7. package/dist/actions/button/button/button.d.ts.map +1 -0
  8. package/dist/actions/button/button/button.js +11 -0
  9. package/dist/actions/button/button/button.js.map +1 -0
  10. package/dist/actions/button/button_group/button_group.d.ts +12 -0
  11. package/dist/actions/button/button_group/button_group.d.ts.map +1 -0
  12. package/dist/actions/button/button_group/button_group.js +57 -0
  13. package/dist/actions/button/button_group/button_group.js.map +1 -0
  14. package/dist/actions/button/select_group/select_group.d.ts +13 -0
  15. package/dist/actions/button/select_group/select_group.d.ts.map +1 -0
  16. package/dist/actions/button/select_group/select_group.js +51 -0
  17. package/dist/actions/button/select_group/select_group.js.map +1 -0
  18. package/dist/actions/button/select_group/single_select_group.d.ts +10 -0
  19. package/dist/actions/button/select_group/single_select_group.d.ts.map +1 -0
  20. package/dist/actions/button/select_group/single_select_group.js +34 -0
  21. package/dist/actions/button/select_group/single_select_group.js.map +1 -0
  22. package/dist/actions/button/slim_button/slim_button.d.ts +4 -0
  23. package/dist/actions/button/slim_button/slim_button.d.ts.map +1 -0
  24. package/dist/actions/button/slim_button/slim_button.js +19 -0
  25. package/dist/actions/button/slim_button/slim_button.js.map +1 -0
  26. package/dist/actions/index.d.ts +7 -0
  27. package/dist/actions/index.d.ts.map +1 -0
  28. package/dist/actions/index.js +15 -0
  29. package/dist/actions/index.js.map +1 -0
  30. package/dist/badge.css +1 -0
  31. package/dist/base_button.css +1 -0
  32. package/dist/body_text.css +1 -0
  33. package/dist/body_text.module-h4XQE2pC.js +5 -0
  34. package/dist/body_text.module-h4XQE2pC.js.map +1 -0
  35. package/dist/bottom_resize_handle.css +1 -0
  36. package/dist/bubble.css +1 -0
  37. package/dist/button.css +1 -0
  38. package/dist/button_group.css +1 -0
  39. package/dist/callout.css +1 -0
  40. package/dist/callout.module-D8ECmxpO.js +5 -0
  41. package/dist/callout.module-D8ECmxpO.js.map +1 -0
  42. package/dist/caption.css +1 -0
  43. package/dist/caption.module-DDq0H4xZ.js +5 -0
  44. package/dist/caption.module-DDq0H4xZ.js.map +1 -0
  45. package/dist/card.css +1 -0
  46. package/dist/checkbox.css +1 -0
  47. package/dist/chip.css +1 -0
  48. package/dist/circle.css +1 -0
  49. package/dist/collapsible_box.css +1 -0
  50. package/dist/collapsible_box.module-BiS98xXA.js +5 -0
  51. package/dist/collapsible_box.module-BiS98xXA.js.map +1 -0
  52. package/dist/color_input.css +1 -0
  53. package/dist/color_picker.css +1 -0
  54. package/dist/column.css +1 -0
  55. package/dist/confirm.css +1 -0
  56. package/dist/date_picker.css +1 -0
  57. package/dist/date_picker_date.css +1 -0
  58. package/dist/date_picker_day.css +1 -0
  59. package/dist/date_picker_header.css +1 -0
  60. package/dist/date_picker_input.css +1 -0
  61. package/dist/date_picker_time_selector.css +1 -0
  62. package/dist/date_picker_year_input.css +1 -0
  63. package/dist/date_picker_year_selector.css +1 -0
  64. package/dist/divider.css +1 -0
  65. package/dist/drawer_bottom.css +1 -0
  66. package/dist/drawer_end.css +1 -0
  67. package/dist/drawer_start.css +1 -0
  68. package/dist/drawer_top.css +1 -0
  69. package/dist/end_resize_handle.css +1 -0
  70. package/dist/feedback/index.d.ts +4 -0
  71. package/dist/feedback/index.d.ts.map +1 -0
  72. package/dist/feedback/index.js +9 -0
  73. package/dist/feedback/index.js.map +1 -0
  74. package/dist/feedback/lazy/lazy.d.ts +11 -0
  75. package/dist/feedback/lazy/lazy.d.ts.map +1 -0
  76. package/dist/feedback/lazy/lazy.js +27 -0
  77. package/dist/feedback/lazy/lazy.js.map +1 -0
  78. package/dist/feedback/loading/loading.d.ts +11 -0
  79. package/dist/feedback/loading/loading.d.ts.map +1 -0
  80. package/dist/feedback/loading/loading.js +52 -0
  81. package/dist/feedback/loading/loading.js.map +1 -0
  82. package/dist/feedback/progress/progress_bar.d.ts +7 -0
  83. package/dist/feedback/progress/progress_bar.d.ts.map +1 -0
  84. package/dist/feedback/progress/progress_bar.js +41 -0
  85. package/dist/feedback/progress/progress_bar.js.map +1 -0
  86. package/dist/field_control.css +1 -0
  87. package/dist/field_set.css +1 -0
  88. package/dist/footer.css +1 -0
  89. package/dist/footnote.css +1 -0
  90. package/dist/footnote.module-DEyFuqOr.js +5 -0
  91. package/dist/footnote.module-DEyFuqOr.js.map +1 -0
  92. package/dist/form/field/common/field_control/field_control.d.ts +13 -0
  93. package/dist/form/field/common/field_control/field_control.d.ts.map +1 -0
  94. package/dist/form/field/common/field_control/field_control.js +38 -0
  95. package/dist/form/field/common/field_control/field_control.js.map +1 -0
  96. package/dist/form/field/common/field_description.d.ts +7 -0
  97. package/dist/form/field/common/field_description.d.ts.map +1 -0
  98. package/dist/form/field/common/field_description.js +25 -0
  99. package/dist/form/field/common/field_description.js.map +1 -0
  100. package/dist/form/field/common/field_error.d.ts +6 -0
  101. package/dist/form/field/common/field_error.d.ts.map +1 -0
  102. package/dist/form/field/common/field_error.js +35 -0
  103. package/dist/form/field/common/field_error.js.map +1 -0
  104. package/dist/form/field/common/field_header.d.ts +12 -0
  105. package/dist/form/field/common/field_header.d.ts.map +1 -0
  106. package/dist/form/field/common/field_header.js +28 -0
  107. package/dist/form/field/common/field_header.js.map +1 -0
  108. package/dist/form/field/common/field_label.d.ts +8 -0
  109. package/dist/form/field/common/field_label.d.ts.map +1 -0
  110. package/dist/form/field/common/field_label.js +38 -0
  111. package/dist/form/field/common/field_label.js.map +1 -0
  112. package/dist/form/field/common/status_input/status_input.d.ts +14 -0
  113. package/dist/form/field/common/status_input/status_input.d.ts.map +1 -0
  114. package/dist/form/field/common/status_input/status_input.js +56 -0
  115. package/dist/form/field/common/status_input/status_input.js.map +1 -0
  116. package/dist/form/field/common/types.d.ts +10 -0
  117. package/dist/form/field/common/types.d.ts.map +1 -0
  118. package/dist/form/field/common/types.js +2 -0
  119. package/dist/form/field/common/types.js.map +1 -0
  120. package/dist/form/field/field.d.ts +10 -0
  121. package/dist/form/field/field.d.ts.map +1 -0
  122. package/dist/form/field/field.js +19 -0
  123. package/dist/form/field/field.js.map +1 -0
  124. package/dist/form/field/form_field.d.ts +6 -0
  125. package/dist/form/field/form_field.d.ts.map +1 -0
  126. package/dist/form/field/form_field.js +18 -0
  127. package/dist/form/field/form_field.js.map +1 -0
  128. package/dist/form/field/h_field/h_field.d.ts +11 -0
  129. package/dist/form/field/h_field/h_field.d.ts.map +1 -0
  130. package/dist/form/field/h_field/h_field.js +60 -0
  131. package/dist/form/field/h_field/h_field.js.map +1 -0
  132. package/dist/form/field/v_field/v_field.d.ts +10 -0
  133. package/dist/form/field/v_field/v_field.d.ts.map +1 -0
  134. package/dist/form/field/v_field/v_field.js +68 -0
  135. package/dist/form/field/v_field/v_field.js.map +1 -0
  136. package/dist/form/field_presenters/field_presenter.d.ts +39 -0
  137. package/dist/form/field_presenters/field_presenter.d.ts.map +1 -0
  138. package/dist/form/field_presenters/field_presenter.js +71 -0
  139. package/dist/form/field_presenters/field_presenter.js.map +1 -0
  140. package/dist/form/field_presenters/options_field_presenter.d.ts +15 -0
  141. package/dist/form/field_presenters/options_field_presenter.d.ts.map +1 -0
  142. package/dist/form/field_presenters/options_field_presenter.js +18 -0
  143. package/dist/form/field_presenters/options_field_presenter.js.map +1 -0
  144. package/dist/form/field_set/field_set.d.ts +13 -0
  145. package/dist/form/field_set/field_set.d.ts.map +1 -0
  146. package/dist/form/field_set/field_set.js +65 -0
  147. package/dist/form/field_set/field_set.js.map +1 -0
  148. package/dist/form/form_field.d.ts +6 -0
  149. package/dist/form/form_field.d.ts.map +1 -0
  150. package/dist/form/form_field.js +18 -0
  151. package/dist/form/form_field.js.map +1 -0
  152. package/dist/form/index.d.ts +6 -0
  153. package/dist/form/index.d.ts.map +1 -0
  154. package/dist/form/index.js +11 -0
  155. package/dist/form/index.js.map +1 -0
  156. package/dist/grid.css +1 -0
  157. package/dist/h_field.css +1 -0
  158. package/dist/header.css +1 -0
  159. package/dist/headline.css +1 -0
  160. package/dist/headline.module-BiwHBtGf.js +5 -0
  161. package/dist/headline.module-BiwHBtGf.js.map +1 -0
  162. package/dist/input.css +1 -0
  163. package/dist/inputs/checkbox/checkbox.d.ts +11 -0
  164. package/dist/inputs/checkbox/checkbox.d.ts.map +1 -0
  165. package/dist/inputs/checkbox/checkbox.js +34 -0
  166. package/dist/inputs/checkbox/checkbox.js.map +1 -0
  167. package/dist/inputs/checkbox/checkbox_row.d.ts +8 -0
  168. package/dist/inputs/checkbox/checkbox_row.d.ts.map +1 -0
  169. package/dist/inputs/checkbox/checkbox_row.js +16 -0
  170. package/dist/inputs/checkbox/checkbox_row.js.map +1 -0
  171. package/dist/inputs/color_input/color_input.d.ts +13 -0
  172. package/dist/inputs/color_input/color_input.d.ts.map +1 -0
  173. package/dist/inputs/color_input/color_input.js +145 -0
  174. package/dist/inputs/color_input/color_input.js.map +1 -0
  175. package/dist/inputs/color_input/color_picker.d.ts +8 -0
  176. package/dist/inputs/color_input/color_picker.d.ts.map +1 -0
  177. package/dist/inputs/color_input/color_picker.js +39 -0
  178. package/dist/inputs/color_input/color_picker.js.map +1 -0
  179. package/dist/inputs/combo_box/combo_box.d.ts +11 -0
  180. package/dist/inputs/combo_box/combo_box.d.ts.map +1 -0
  181. package/dist/inputs/combo_box/combo_box.js +91 -0
  182. package/dist/inputs/combo_box/combo_box.js.map +1 -0
  183. package/dist/inputs/date_picker/date_picker.d.ts +20 -0
  184. package/dist/inputs/date_picker/date_picker.d.ts.map +1 -0
  185. package/dist/inputs/date_picker/date_picker.js +114 -0
  186. package/dist/inputs/date_picker/date_picker.js.map +1 -0
  187. package/dist/inputs/date_picker/date_picker_body.d.ts +7 -0
  188. package/dist/inputs/date_picker/date_picker_body.d.ts.map +1 -0
  189. package/dist/inputs/date_picker/date_picker_body.js +26 -0
  190. package/dist/inputs/date_picker/date_picker_body.js.map +1 -0
  191. package/dist/inputs/date_picker/date_picker_date.d.ts +8 -0
  192. package/dist/inputs/date_picker/date_picker_date.d.ts.map +1 -0
  193. package/dist/inputs/date_picker/date_picker_date.js +71 -0
  194. package/dist/inputs/date_picker/date_picker_date.js.map +1 -0
  195. package/dist/inputs/date_picker/date_picker_day.d.ts +6 -0
  196. package/dist/inputs/date_picker/date_picker_day.d.ts.map +1 -0
  197. package/dist/inputs/date_picker/date_picker_day.js +25 -0
  198. package/dist/inputs/date_picker/date_picker_day.js.map +1 -0
  199. package/dist/inputs/date_picker/date_picker_header.d.ts +7 -0
  200. package/dist/inputs/date_picker/date_picker_header.d.ts.map +1 -0
  201. package/dist/inputs/date_picker/date_picker_header.js +87 -0
  202. package/dist/inputs/date_picker/date_picker_header.js.map +1 -0
  203. package/dist/inputs/date_picker/date_picker_input.d.ts +24 -0
  204. package/dist/inputs/date_picker/date_picker_input.d.ts.map +1 -0
  205. package/dist/inputs/date_picker/date_picker_input.js +139 -0
  206. package/dist/inputs/date_picker/date_picker_input.js.map +1 -0
  207. package/dist/inputs/date_picker/date_picker_presenter.d.ts +45 -0
  208. package/dist/inputs/date_picker/date_picker_presenter.d.ts.map +1 -0
  209. package/dist/inputs/date_picker/date_picker_presenter.js +170 -0
  210. package/dist/inputs/date_picker/date_picker_presenter.js.map +1 -0
  211. package/dist/inputs/date_picker/date_picker_time_selector.d.ts +13 -0
  212. package/dist/inputs/date_picker/date_picker_time_selector.d.ts.map +1 -0
  213. package/dist/inputs/date_picker/date_picker_time_selector.js +90 -0
  214. package/dist/inputs/date_picker/date_picker_time_selector.js.map +1 -0
  215. package/dist/inputs/date_picker/date_picker_year_input.d.ts +6 -0
  216. package/dist/inputs/date_picker/date_picker_year_input.d.ts.map +1 -0
  217. package/dist/inputs/date_picker/date_picker_year_input.js +51 -0
  218. package/dist/inputs/date_picker/date_picker_year_input.js.map +1 -0
  219. package/dist/inputs/date_picker/date_picker_year_selector.d.ts +7 -0
  220. package/dist/inputs/date_picker/date_picker_year_selector.d.ts.map +1 -0
  221. package/dist/inputs/date_picker/date_picker_year_selector.js +116 -0
  222. package/dist/inputs/date_picker/date_picker_year_selector.js.map +1 -0
  223. package/dist/inputs/index.d.ts +46 -0
  224. package/dist/inputs/index.d.ts.map +1 -0
  225. package/dist/inputs/index.js +90 -0
  226. package/dist/inputs/index.js.map +1 -0
  227. package/dist/inputs/input/input.d.ts +14 -0
  228. package/dist/inputs/input/input.d.ts.map +1 -0
  229. package/dist/inputs/input/input.js +24 -0
  230. package/dist/inputs/input/input.js.map +1 -0
  231. package/dist/inputs/mask_input/alpha_character.d.ts +10 -0
  232. package/dist/inputs/mask_input/alpha_character.d.ts.map +1 -0
  233. package/dist/inputs/mask_input/alpha_character.js +15 -0
  234. package/dist/inputs/mask_input/alpha_character.js.map +1 -0
  235. package/dist/inputs/mask_input/alpha_numeric_character.d.ts +10 -0
  236. package/dist/inputs/mask_input/alpha_numeric_character.d.ts.map +1 -0
  237. package/dist/inputs/mask_input/alpha_numeric_character.js +15 -0
  238. package/dist/inputs/mask_input/alpha_numeric_character.js.map +1 -0
  239. package/dist/inputs/mask_input/character.d.ts +14 -0
  240. package/dist/inputs/mask_input/character.d.ts.map +1 -0
  241. package/dist/inputs/mask_input/character.js +26 -0
  242. package/dist/inputs/mask_input/character.js.map +1 -0
  243. package/dist/inputs/mask_input/constant_character.d.ts +10 -0
  244. package/dist/inputs/mask_input/constant_character.d.ts.map +1 -0
  245. package/dist/inputs/mask_input/constant_character.js +23 -0
  246. package/dist/inputs/mask_input/constant_character.js.map +1 -0
  247. package/dist/inputs/mask_input/key_capture_input.d.ts +11 -0
  248. package/dist/inputs/mask_input/key_capture_input.d.ts.map +1 -0
  249. package/dist/inputs/mask_input/key_capture_input.js +79 -0
  250. package/dist/inputs/mask_input/key_capture_input.js.map +1 -0
  251. package/dist/inputs/mask_input/language_character.d.ts +10 -0
  252. package/dist/inputs/mask_input/language_character.d.ts.map +1 -0
  253. package/dist/inputs/mask_input/language_character.js +15 -0
  254. package/dist/inputs/mask_input/language_character.js.map +1 -0
  255. package/dist/inputs/mask_input/mask.d.ts +38 -0
  256. package/dist/inputs/mask_input/mask.d.ts.map +1 -0
  257. package/dist/inputs/mask_input/mask.js +174 -0
  258. package/dist/inputs/mask_input/mask.js.map +1 -0
  259. package/dist/inputs/mask_input/mask_config.d.ts +26 -0
  260. package/dist/inputs/mask_input/mask_config.d.ts.map +1 -0
  261. package/dist/inputs/mask_input/mask_config.js +2 -0
  262. package/dist/inputs/mask_input/mask_config.js.map +1 -0
  263. package/dist/inputs/mask_input/mask_cursor.d.ts +14 -0
  264. package/dist/inputs/mask_input/mask_cursor.d.ts.map +1 -0
  265. package/dist/inputs/mask_input/mask_cursor.js +2 -0
  266. package/dist/inputs/mask_input/mask_cursor.js.map +1 -0
  267. package/dist/inputs/mask_input/mask_input.d.ts +13 -0
  268. package/dist/inputs/mask_input/mask_input.d.ts.map +1 -0
  269. package/dist/inputs/mask_input/mask_input.js +122 -0
  270. package/dist/inputs/mask_input/mask_input.js.map +1 -0
  271. package/dist/inputs/mask_input/mask_presenter.d.ts +45 -0
  272. package/dist/inputs/mask_input/mask_presenter.d.ts.map +1 -0
  273. package/dist/inputs/mask_input/mask_presenter.js +146 -0
  274. package/dist/inputs/mask_input/mask_presenter.js.map +1 -0
  275. package/dist/inputs/mask_input/numeric_character.d.ts +10 -0
  276. package/dist/inputs/mask_input/numeric_character.d.ts.map +1 -0
  277. package/dist/inputs/mask_input/numeric_character.js +15 -0
  278. package/dist/inputs/mask_input/numeric_character.js.map +1 -0
  279. package/dist/inputs/mask_input/regex_character.d.ts +13 -0
  280. package/dist/inputs/mask_input/regex_character.d.ts.map +1 -0
  281. package/dist/inputs/mask_input/regex_character.js +33 -0
  282. package/dist/inputs/mask_input/regex_character.js.map +1 -0
  283. package/dist/inputs/multi_combo_box/multi_combo_box.d.ts +16 -0
  284. package/dist/inputs/multi_combo_box/multi_combo_box.d.ts.map +1 -0
  285. package/dist/inputs/multi_combo_box/multi_combo_box.js +101 -0
  286. package/dist/inputs/multi_combo_box/multi_combo_box.js.map +1 -0
  287. package/dist/inputs/multiselect/multiselect.d.ts +11 -0
  288. package/dist/inputs/multiselect/multiselect.d.ts.map +1 -0
  289. package/dist/inputs/multiselect/multiselect.js +105 -0
  290. package/dist/inputs/multiselect/multiselect.js.map +1 -0
  291. package/dist/inputs/multiselect/multiselect_inline_values.d.ts +9 -0
  292. package/dist/inputs/multiselect/multiselect_inline_values.d.ts.map +1 -0
  293. package/dist/inputs/multiselect/multiselect_inline_values.js +49 -0
  294. package/dist/inputs/multiselect/multiselect_inline_values.js.map +1 -0
  295. package/dist/inputs/multiselect/multiselect_row.d.ts +10 -0
  296. package/dist/inputs/multiselect/multiselect_row.d.ts.map +1 -0
  297. package/dist/inputs/multiselect/multiselect_row.js +35 -0
  298. package/dist/inputs/multiselect/multiselect_row.js.map +1 -0
  299. package/dist/inputs/multiselect/multiselect_values.d.ts +10 -0
  300. package/dist/inputs/multiselect/multiselect_values.d.ts.map +1 -0
  301. package/dist/inputs/multiselect/multiselect_values.js +62 -0
  302. package/dist/inputs/multiselect/multiselect_values.js.map +1 -0
  303. package/dist/inputs/options/option.d.ts +11 -0
  304. package/dist/inputs/options/option.d.ts.map +1 -0
  305. package/dist/inputs/options/option.js +10 -0
  306. package/dist/inputs/options/option.js.map +1 -0
  307. package/dist/inputs/options/utils.d.ts +5 -0
  308. package/dist/inputs/options/utils.d.ts.map +1 -0
  309. package/dist/inputs/options/utils.js +13 -0
  310. package/dist/inputs/options/utils.js.map +1 -0
  311. package/dist/inputs/phone_number_input/countries_phone_information.d.ts +11 -0
  312. package/dist/inputs/phone_number_input/countries_phone_information.d.ts.map +1 -0
  313. package/dist/inputs/phone_number_input/countries_phone_information.js +840 -0
  314. package/dist/inputs/phone_number_input/countries_phone_information.js.map +1 -0
  315. package/dist/inputs/phone_number_input/phone_number_input.d.ts +15 -0
  316. package/dist/inputs/phone_number_input/phone_number_input.d.ts.map +1 -0
  317. package/dist/inputs/phone_number_input/phone_number_input.js +209 -0
  318. package/dist/inputs/phone_number_input/phone_number_input.js.map +1 -0
  319. package/dist/inputs/phone_number_input/utils.d.ts +2 -0
  320. package/dist/inputs/phone_number_input/utils.d.ts.map +1 -0
  321. package/dist/inputs/phone_number_input/utils.js +7 -0
  322. package/dist/inputs/phone_number_input/utils.js.map +1 -0
  323. package/dist/inputs/radio/radio.d.ts +13 -0
  324. package/dist/inputs/radio/radio.d.ts.map +1 -0
  325. package/dist/inputs/radio/radio.js +57 -0
  326. package/dist/inputs/radio/radio.js.map +1 -0
  327. package/dist/inputs/radio/radio_row.d.ts +9 -0
  328. package/dist/inputs/radio/radio_row.d.ts.map +1 -0
  329. package/dist/inputs/radio/radio_row.js +19 -0
  330. package/dist/inputs/radio/radio_row.js.map +1 -0
  331. package/dist/inputs/select/select.d.ts +13 -0
  332. package/dist/inputs/select/select.d.ts.map +1 -0
  333. package/dist/inputs/select/select.js +107 -0
  334. package/dist/inputs/select/select.js.map +1 -0
  335. package/dist/inputs/slider/slider.d.ts +12 -0
  336. package/dist/inputs/slider/slider.d.ts.map +1 -0
  337. package/dist/inputs/slider/slider.js +42 -0
  338. package/dist/inputs/slider/slider.js.map +1 -0
  339. package/dist/inputs/slider/slider_row.d.ts +8 -0
  340. package/dist/inputs/slider/slider_row.d.ts.map +1 -0
  341. package/dist/inputs/slider/slider_row.js +16 -0
  342. package/dist/inputs/slider/slider_row.js.map +1 -0
  343. package/dist/inputs/suggestions/suggestion_item.d.ts +9 -0
  344. package/dist/inputs/suggestions/suggestion_item.d.ts.map +1 -0
  345. package/dist/inputs/suggestions/suggestion_item.js +38 -0
  346. package/dist/inputs/suggestions/suggestion_item.js.map +1 -0
  347. package/dist/inputs/suggestions/suggestion_list.d.ts +15 -0
  348. package/dist/inputs/suggestions/suggestion_list.d.ts.map +1 -0
  349. package/dist/inputs/suggestions/suggestion_list.js +240 -0
  350. package/dist/inputs/suggestions/suggestion_list.js.map +1 -0
  351. package/dist/inputs/switch/switch.d.ts +11 -0
  352. package/dist/inputs/switch/switch.d.ts.map +1 -0
  353. package/dist/inputs/switch/switch.js +71 -0
  354. package/dist/inputs/switch/switch.js.map +1 -0
  355. package/dist/inputs/switch/switch_row.d.ts +8 -0
  356. package/dist/inputs/switch/switch_row.d.ts.map +1 -0
  357. package/dist/inputs/switch/switch_row.js +16 -0
  358. package/dist/inputs/switch/switch_row.js.map +1 -0
  359. package/dist/inputs/textarea/textarea.d.ts +11 -0
  360. package/dist/inputs/textarea/textarea.d.ts.map +1 -0
  361. package/dist/inputs/textarea/textarea.js +22 -0
  362. package/dist/inputs/textarea/textarea.js.map +1 -0
  363. package/dist/inputs/textarea/textarea_row.d.ts +8 -0
  364. package/dist/inputs/textarea/textarea_row.d.ts.map +1 -0
  365. package/dist/inputs/textarea/textarea_row.js +12 -0
  366. package/dist/inputs/textarea/textarea_row.js.map +1 -0
  367. package/dist/inputs/unit_input/unit_input.d.ts +14 -0
  368. package/dist/inputs/unit_input/unit_input.d.ts.map +1 -0
  369. package/dist/inputs/unit_input/unit_input.js +83 -0
  370. package/dist/inputs/unit_input/unit_input.js.map +1 -0
  371. package/dist/layouts/column/column.d.ts +10 -0
  372. package/dist/layouts/column/column.d.ts.map +1 -0
  373. package/dist/layouts/column/column.js +52 -0
  374. package/dist/layouts/column/column.js.map +1 -0
  375. package/dist/layouts/divider/divider.d.ts +26 -0
  376. package/dist/layouts/divider/divider.d.ts.map +1 -0
  377. package/dist/layouts/divider/divider.js +54 -0
  378. package/dist/layouts/divider/divider.js.map +1 -0
  379. package/dist/layouts/draggable_list/draggable_list.d.ts +2 -0
  380. package/dist/layouts/draggable_list/draggable_list.d.ts.map +1 -0
  381. package/dist/layouts/draggable_list/draggable_list.js +6 -0
  382. package/dist/layouts/draggable_list/draggable_list.js.map +1 -0
  383. package/dist/layouts/drawers/drawer_bottom/drawer_bottom.d.ts +7 -0
  384. package/dist/layouts/drawers/drawer_bottom/drawer_bottom.d.ts.map +1 -0
  385. package/dist/layouts/drawers/drawer_bottom/drawer_bottom.js +22 -0
  386. package/dist/layouts/drawers/drawer_bottom/drawer_bottom.js.map +1 -0
  387. package/dist/layouts/drawers/drawer_end/drawer_end.d.ts +7 -0
  388. package/dist/layouts/drawers/drawer_end/drawer_end.d.ts.map +1 -0
  389. package/dist/layouts/drawers/drawer_end/drawer_end.js +20 -0
  390. package/dist/layouts/drawers/drawer_end/drawer_end.js.map +1 -0
  391. package/dist/layouts/drawers/drawer_start/drawer_start.d.ts +7 -0
  392. package/dist/layouts/drawers/drawer_start/drawer_start.d.ts.map +1 -0
  393. package/dist/layouts/drawers/drawer_start/drawer_start.js +22 -0
  394. package/dist/layouts/drawers/drawer_start/drawer_start.js.map +1 -0
  395. package/dist/layouts/drawers/drawer_top/drawer_top.d.ts +7 -0
  396. package/dist/layouts/drawers/drawer_top/drawer_top.d.ts.map +1 -0
  397. package/dist/layouts/drawers/drawer_top/drawer_top.js +20 -0
  398. package/dist/layouts/drawers/drawer_top/drawer_top.js.map +1 -0
  399. package/dist/layouts/footer/footer.d.ts +10 -0
  400. package/dist/layouts/footer/footer.d.ts.map +1 -0
  401. package/dist/layouts/footer/footer.js +22 -0
  402. package/dist/layouts/footer/footer.js.map +1 -0
  403. package/dist/layouts/grid/grid.d.ts +29 -0
  404. package/dist/layouts/grid/grid.d.ts.map +1 -0
  405. package/dist/layouts/grid/grid.js +78 -0
  406. package/dist/layouts/grid/grid.js.map +1 -0
  407. package/dist/layouts/header/header.d.ts +9 -0
  408. package/dist/layouts/header/header.d.ts.map +1 -0
  409. package/dist/layouts/header/header.js +30 -0
  410. package/dist/layouts/header/header.js.map +1 -0
  411. package/dist/layouts/index.d.ts +15 -0
  412. package/dist/layouts/index.d.ts.map +1 -0
  413. package/dist/layouts/index.js +31 -0
  414. package/dist/layouts/index.js.map +1 -0
  415. package/dist/layouts/list/item.d.ts +7 -0
  416. package/dist/layouts/list/item.d.ts.map +1 -0
  417. package/dist/layouts/list/item.js +11 -0
  418. package/dist/layouts/list/item.js.map +1 -0
  419. package/dist/layouts/list/list.d.ts +7 -0
  420. package/dist/layouts/list/list.d.ts.map +1 -0
  421. package/dist/layouts/list/list.js +20 -0
  422. package/dist/layouts/list/list.js.map +1 -0
  423. package/dist/layouts/list/section_header.d.ts +6 -0
  424. package/dist/layouts/list/section_header.d.ts.map +1 -0
  425. package/dist/layouts/list/section_header.js +12 -0
  426. package/dist/layouts/list/section_header.js.map +1 -0
  427. package/dist/layouts/sidebar_end/sidebar_end.d.ts +11 -0
  428. package/dist/layouts/sidebar_end/sidebar_end.d.ts.map +1 -0
  429. package/dist/layouts/sidebar_end/sidebar_end.js +58 -0
  430. package/dist/layouts/sidebar_end/sidebar_end.js.map +1 -0
  431. package/dist/layouts/sidebar_start/sidebar_start.d.ts +11 -0
  432. package/dist/layouts/sidebar_start/sidebar_start.d.ts.map +1 -0
  433. package/dist/layouts/sidebar_start/sidebar_start.js +55 -0
  434. package/dist/layouts/sidebar_start/sidebar_start.js.map +1 -0
  435. package/dist/layouts/utility_bar/utility_bar.d.ts +9 -0
  436. package/dist/layouts/utility_bar/utility_bar.d.ts.map +1 -0
  437. package/dist/layouts/utility_bar/utility_bar.js +32 -0
  438. package/dist/layouts/utility_bar/utility_bar.js.map +1 -0
  439. package/dist/left_resize_handle.css +1 -0
  440. package/dist/loading.css +1 -0
  441. package/dist/menu.css +1 -0
  442. package/dist/modal.css +1 -0
  443. package/dist/multi_combo_box.css +1 -0
  444. package/dist/multiselect.css +1 -0
  445. package/dist/multiselect_values.css +1 -0
  446. package/dist/multiselect_values.module-BMJOyYHe.js +5 -0
  447. package/dist/multiselect_values.module-BMJOyYHe.js.map +1 -0
  448. package/dist/overlay/context_menu/context_menu.d.ts +10 -0
  449. package/dist/overlay/context_menu/context_menu.d.ts.map +1 -0
  450. package/dist/overlay/context_menu/context_menu.js +45 -0
  451. package/dist/overlay/context_menu/context_menu.js.map +1 -0
  452. package/dist/overlay/menu/menu.d.ts +29 -0
  453. package/dist/overlay/menu/menu.d.ts.map +1 -0
  454. package/dist/overlay/menu/menu.js +165 -0
  455. package/dist/overlay/menu/menu.js.map +1 -0
  456. package/dist/overlay/popper/popper.d.ts +22 -0
  457. package/dist/overlay/popper/popper.d.ts.map +1 -0
  458. package/dist/overlay/popper/popper.js +111 -0
  459. package/dist/overlay/popper/popper.js.map +1 -0
  460. package/dist/overlay/portal/portal.css +1 -0
  461. package/dist/overlay/portal/portal.d.ts +7 -0
  462. package/dist/overlay/portal/portal.d.ts.map +1 -0
  463. package/dist/overlay/portal/portal_platform.d.ts +27 -0
  464. package/dist/overlay/portal/portal_platform.d.ts.map +1 -0
  465. package/dist/overlay/portal/portal_platform.js +70 -0
  466. package/dist/overlay/portal/portal_platform.js.map +1 -0
  467. package/dist/overlay/portal/portal_platform_context.d.ts +6 -0
  468. package/dist/overlay/portal/portal_platform_context.d.ts.map +1 -0
  469. package/dist/overlay/portal/portal_platform_context.js +12 -0
  470. package/dist/overlay/portal/portal_platform_context.js.map +1 -0
  471. package/dist/overlay/tooltip/tooltip.d.ts +7 -0
  472. package/dist/overlay/tooltip/tooltip.d.ts.map +1 -0
  473. package/dist/overlay/tooltip/tooltip.js +20 -0
  474. package/dist/overlay/tooltip/tooltip.js.map +1 -0
  475. package/dist/page.css +1 -0
  476. package/dist/page.module-DXhph-u6.js +5 -0
  477. package/dist/page.module-DXhph-u6.js.map +1 -0
  478. package/dist/panel.css +1 -0
  479. package/dist/panel.module-CtikcmYB.js +5 -0
  480. package/dist/panel.module-CtikcmYB.js.map +1 -0
  481. package/dist/phone_number_input.css +1 -0
  482. package/dist/picture_placeholder.css +1 -0
  483. package/dist/popper.css +1 -0
  484. package/dist/portal-qqIp4SIl.js +12 -0
  485. package/dist/portal-qqIp4SIl.js.map +1 -0
  486. package/dist/progress_bar.css +1 -0
  487. package/dist/radio.css +1 -0
  488. package/dist/rect.css +1 -0
  489. package/dist/right_resize_handle.css +1 -0
  490. package/dist/select.css +1 -0
  491. package/dist/select_group.css +1 -0
  492. package/dist/sidebar_end.css +1 -0
  493. package/dist/sidebar_start.css +1 -0
  494. package/dist/slider.css +1 -0
  495. package/dist/slim_button.css +1 -0
  496. package/dist/stack.css +1 -0
  497. package/dist/stack.module-CBV1f12Z.js +5 -0
  498. package/dist/stack.module-CBV1f12Z.js.map +1 -0
  499. package/dist/stacks/box/bottom_resize_handle.d.ts +10 -0
  500. package/dist/stacks/box/bottom_resize_handle.d.ts.map +1 -0
  501. package/dist/stacks/box/bottom_resize_handle.js +33 -0
  502. package/dist/stacks/box/bottom_resize_handle.js.map +1 -0
  503. package/dist/stacks/box/box.d.ts +42 -0
  504. package/dist/stacks/box/box.d.ts.map +1 -0
  505. package/dist/stacks/box/box.js +168 -0
  506. package/dist/stacks/box/box.js.map +1 -0
  507. package/dist/stacks/box/end_resize_handle.d.ts +10 -0
  508. package/dist/stacks/box/end_resize_handle.d.ts.map +1 -0
  509. package/dist/stacks/box/end_resize_handle.js +33 -0
  510. package/dist/stacks/box/end_resize_handle.js.map +1 -0
  511. package/dist/stacks/box/handle_props.d.ts +7 -0
  512. package/dist/stacks/box/handle_props.d.ts.map +1 -0
  513. package/dist/stacks/box/handle_props.js +2 -0
  514. package/dist/stacks/box/handle_props.js.map +1 -0
  515. package/dist/stacks/box/left_resize_handle.d.ts +10 -0
  516. package/dist/stacks/box/left_resize_handle.d.ts.map +1 -0
  517. package/dist/stacks/box/left_resize_handle.js +35 -0
  518. package/dist/stacks/box/left_resize_handle.js.map +1 -0
  519. package/dist/stacks/box/resize_handlers.d.ts +3 -0
  520. package/dist/stacks/box/resize_handlers.d.ts.map +1 -0
  521. package/dist/stacks/box/resize_handlers.js +50 -0
  522. package/dist/stacks/box/resize_handlers.js.map +1 -0
  523. package/dist/stacks/box/right_resize_handle.d.ts +10 -0
  524. package/dist/stacks/box/right_resize_handle.d.ts.map +1 -0
  525. package/dist/stacks/box/right_resize_handle.js +35 -0
  526. package/dist/stacks/box/right_resize_handle.js.map +1 -0
  527. package/dist/stacks/box/start_resize_handle.d.ts +10 -0
  528. package/dist/stacks/box/start_resize_handle.d.ts.map +1 -0
  529. package/dist/stacks/box/start_resize_handle.js +34 -0
  530. package/dist/stacks/box/start_resize_handle.js.map +1 -0
  531. package/dist/stacks/box/top_resize_handle.d.ts +10 -0
  532. package/dist/stacks/box/top_resize_handle.d.ts.map +1 -0
  533. package/dist/stacks/box/top_resize_handle.js +34 -0
  534. package/dist/stacks/box/top_resize_handle.js.map +1 -0
  535. package/dist/stacks/h_collapsible_box.d.ts +8 -0
  536. package/dist/stacks/h_collapsible_box.d.ts.map +1 -0
  537. package/dist/stacks/h_collapsible_box.js +40 -0
  538. package/dist/stacks/h_collapsible_box.js.map +1 -0
  539. package/dist/stacks/h_stack.d.ts +10 -0
  540. package/dist/stacks/h_stack.d.ts.map +1 -0
  541. package/dist/stacks/h_stack.js +101 -0
  542. package/dist/stacks/h_stack.js.map +1 -0
  543. package/dist/stacks/index.d.ts +12 -0
  544. package/dist/stacks/index.d.ts.map +1 -0
  545. package/dist/stacks/index.js +17 -0
  546. package/dist/stacks/index.js.map +1 -0
  547. package/dist/stacks/spacer.d.ts +12 -0
  548. package/dist/stacks/spacer.d.ts.map +1 -0
  549. package/dist/stacks/spacer.js +37 -0
  550. package/dist/stacks/spacer.js.map +1 -0
  551. package/dist/stacks/story_components/circle.d.ts +8 -0
  552. package/dist/stacks/story_components/circle.d.ts.map +1 -0
  553. package/dist/stacks/story_components/circle.js +25 -0
  554. package/dist/stacks/story_components/circle.js.map +1 -0
  555. package/dist/stacks/story_components/horizontal_border.d.ts +5 -0
  556. package/dist/stacks/story_components/horizontal_border.d.ts.map +1 -0
  557. package/dist/stacks/story_components/horizontal_border.js +18 -0
  558. package/dist/stacks/story_components/horizontal_border.js.map +1 -0
  559. package/dist/stacks/story_components/picture_placeholder.d.ts +7 -0
  560. package/dist/stacks/story_components/picture_placeholder.d.ts.map +1 -0
  561. package/dist/stacks/story_components/picture_placeholder.js +39 -0
  562. package/dist/stacks/story_components/picture_placeholder.js.map +1 -0
  563. package/dist/stacks/story_components/rect.d.ts +7 -0
  564. package/dist/stacks/story_components/rect.d.ts.map +1 -0
  565. package/dist/stacks/story_components/rect.js +32 -0
  566. package/dist/stacks/story_components/rect.js.map +1 -0
  567. package/dist/stacks/story_components/style_box.d.ts +5 -0
  568. package/dist/stacks/story_components/style_box.d.ts.map +1 -0
  569. package/dist/stacks/story_components/style_box.js +12 -0
  570. package/dist/stacks/story_components/style_box.js.map +1 -0
  571. package/dist/stacks/types/alignment.d.ts +2 -0
  572. package/dist/stacks/types/alignment.d.ts.map +1 -0
  573. package/dist/stacks/types/as.d.ts +5 -0
  574. package/dist/stacks/types/as.d.ts.map +1 -0
  575. package/dist/stacks/types/common.d.ts +5 -0
  576. package/dist/stacks/types/common.d.ts.map +1 -0
  577. package/dist/stacks/types/styles.d.ts +42 -0
  578. package/dist/stacks/types/styles.d.ts.map +1 -0
  579. package/dist/stacks/utils/extract_style_props.d.ts +10 -0
  580. package/dist/stacks/utils/extract_style_props.d.ts.map +1 -0
  581. package/dist/stacks/utils/extract_style_props.js +297 -0
  582. package/dist/stacks/utils/extract_style_props.js.map +1 -0
  583. package/dist/stacks/utils/isCustomSizeProp.d.ts +2 -0
  584. package/dist/stacks/utils/isCustomSizeProp.d.ts.map +1 -0
  585. package/dist/stacks/utils/isCustomSizeProp.js +7 -0
  586. package/dist/stacks/utils/isCustomSizeProp.js.map +1 -0
  587. package/dist/stacks/utils/remove_undefined_properties.d.ts +2 -0
  588. package/dist/stacks/utils/remove_undefined_properties.d.ts.map +1 -0
  589. package/dist/stacks/utils/remove_undefined_properties.js +10 -0
  590. package/dist/stacks/utils/remove_undefined_properties.js.map +1 -0
  591. package/dist/stacks/utils/use_is_collapsed.d.ts +3 -0
  592. package/dist/stacks/utils/use_is_collapsed.d.ts.map +1 -0
  593. package/dist/stacks/utils/use_is_collapsed.js +22 -0
  594. package/dist/stacks/utils/use_is_collapsed.js.map +1 -0
  595. package/dist/stacks/v_collapsible_box.d.ts +8 -0
  596. package/dist/stacks/v_collapsible_box.d.ts.map +1 -0
  597. package/dist/stacks/v_collapsible_box.js +40 -0
  598. package/dist/stacks/v_collapsible_box.js.map +1 -0
  599. package/dist/stacks/v_stack.d.ts +10 -0
  600. package/dist/stacks/v_stack.d.ts.map +1 -0
  601. package/dist/stacks/v_stack.js +102 -0
  602. package/dist/stacks/v_stack.js.map +1 -0
  603. package/dist/stacks/z_stack.d.ts +12 -0
  604. package/dist/stacks/z_stack.d.ts.map +1 -0
  605. package/dist/stacks/z_stack.js +89 -0
  606. package/dist/stacks/z_stack.js.map +1 -0
  607. package/dist/start_resize_handle.css +1 -0
  608. package/dist/status_input.css +1 -0
  609. package/dist/subheadline.css +1 -0
  610. package/dist/subheadline.module-C-v7zMkQ.js +5 -0
  611. package/dist/subheadline.module-C-v7zMkQ.js.map +1 -0
  612. package/dist/suggestion_item.css +1 -0
  613. package/dist/suggestion_list.css +1 -0
  614. package/dist/surfaces/alert/alert.d.ts +11 -0
  615. package/dist/surfaces/alert/alert.d.ts.map +1 -0
  616. package/dist/surfaces/alert/alert.js +25 -0
  617. package/dist/surfaces/alert/alert.js.map +1 -0
  618. package/dist/surfaces/card/card.d.ts +7 -0
  619. package/dist/surfaces/card/card.d.ts.map +1 -0
  620. package/dist/surfaces/card/card.js +20 -0
  621. package/dist/surfaces/card/card.js.map +1 -0
  622. package/dist/surfaces/confirm/confirm.d.ts +12 -0
  623. package/dist/surfaces/confirm/confirm.d.ts.map +1 -0
  624. package/dist/surfaces/confirm/confirm.js +70 -0
  625. package/dist/surfaces/confirm/confirm.js.map +1 -0
  626. package/dist/surfaces/index.d.ts +11 -0
  627. package/dist/surfaces/index.d.ts.map +1 -0
  628. package/dist/surfaces/index.js +23 -0
  629. package/dist/surfaces/index.js.map +1 -0
  630. package/dist/surfaces/modal/modal.d.ts +7 -0
  631. package/dist/surfaces/modal/modal.d.ts.map +1 -0
  632. package/dist/surfaces/modal/modal.js +11 -0
  633. package/dist/surfaces/modal/modal.js.map +1 -0
  634. package/dist/surfaces/page/h_page.d.ts +6 -0
  635. package/dist/surfaces/page/h_page.d.ts.map +1 -0
  636. package/dist/surfaces/page/h_page.js +22 -0
  637. package/dist/surfaces/page/h_page.js.map +1 -0
  638. package/dist/surfaces/page/v_page.d.ts +6 -0
  639. package/dist/surfaces/page/v_page.d.ts.map +1 -0
  640. package/dist/surfaces/page/v_page.js +21 -0
  641. package/dist/surfaces/page/v_page.js.map +1 -0
  642. package/dist/surfaces/panel/h_panel.d.ts +9 -0
  643. package/dist/surfaces/panel/h_panel.d.ts.map +1 -0
  644. package/dist/surfaces/panel/h_panel.js +56 -0
  645. package/dist/surfaces/panel/h_panel.js.map +1 -0
  646. package/dist/surfaces/panel/v_panel.d.ts +9 -0
  647. package/dist/surfaces/panel/v_panel.d.ts.map +1 -0
  648. package/dist/surfaces/panel/v_panel.js +56 -0
  649. package/dist/surfaces/panel/v_panel.js.map +1 -0
  650. package/dist/surfaces/popover/popover.d.ts +6 -0
  651. package/dist/surfaces/popover/popover.d.ts.map +1 -0
  652. package/dist/surfaces/popover/popover.js +52 -0
  653. package/dist/surfaces/popover/popover.js.map +1 -0
  654. package/dist/surfaces/window/window.d.ts +5 -0
  655. package/dist/surfaces/window/window.d.ts.map +1 -0
  656. package/dist/surfaces/window/window.js +19 -0
  657. package/dist/surfaces/window/window.js.map +1 -0
  658. package/dist/switch.css +1 -0
  659. package/dist/textarea.css +1 -0
  660. package/dist/themes/index.d.ts +6 -0
  661. package/dist/themes/index.d.ts.map +1 -0
  662. package/dist/themes/index.js +343 -0
  663. package/dist/themes/index.js.map +1 -0
  664. package/dist/themes/stories/button_showcase.d.ts +2 -0
  665. package/dist/themes/stories/button_showcase.d.ts.map +1 -0
  666. package/dist/themes/stories/controls_fieldset.d.ts +2 -0
  667. package/dist/themes/stories/controls_fieldset.d.ts.map +1 -0
  668. package/dist/themes/stories/menu_showcase.d.ts +2 -0
  669. package/dist/themes/stories/menu_showcase.d.ts.map +1 -0
  670. package/dist/themes/stylesheets/reset.css +1 -0
  671. package/dist/themes/stylesheets/reset.d.ts +2 -0
  672. package/dist/themes/stylesheets/reset.d.ts.map +1 -0
  673. package/dist/themes/theme.d.ts +7 -0
  674. package/dist/themes/theme.d.ts.map +1 -0
  675. package/dist/themes/theme.js +10 -0
  676. package/dist/themes/theme.js.map +1 -0
  677. package/dist/themes/theme_variables.d.ts +66 -0
  678. package/dist/themes/theme_variables.d.ts.map +1 -0
  679. package/dist/themes/theme_variables.js +69 -0
  680. package/dist/themes/theme_variables.js.map +1 -0
  681. package/dist/themes/themes/ergo/ergo_theme.css +1 -0
  682. package/dist/themes/themes/ergo/ergo_theme.d.ts +2 -0
  683. package/dist/themes/themes/ergo/ergo_theme.d.ts.map +1 -0
  684. package/dist/themes/themes/windows_98/windows_98.css +1 -0
  685. package/dist/themes/themes/windows_98/windows_98_theme.d.ts +2 -0
  686. package/dist/themes/themes/windows_98/windows_98_theme.d.ts.map +1 -0
  687. package/dist/themes/themes/windows_98/windows_98_theme.js +1171 -0
  688. package/dist/themes/themes/windows_98/windows_98_theme.js.map +1 -0
  689. package/dist/title.css +1 -0
  690. package/dist/title.module-B16de2jd.js +5 -0
  691. package/dist/title.module-B16de2jd.js.map +1 -0
  692. package/dist/tokens/badge/badge.d.ts +8 -0
  693. package/dist/tokens/badge/badge.d.ts.map +1 -0
  694. package/dist/tokens/badge/badge.js +50 -0
  695. package/dist/tokens/badge/badge.js.map +1 -0
  696. package/dist/tokens/bubble/bubble.d.ts +11 -0
  697. package/dist/tokens/bubble/bubble.d.ts.map +1 -0
  698. package/dist/tokens/bubble/bubble.js +44 -0
  699. package/dist/tokens/bubble/bubble.js.map +1 -0
  700. package/dist/tokens/chip/chip.d.ts +9 -0
  701. package/dist/tokens/chip/chip.d.ts.map +1 -0
  702. package/dist/tokens/chip/chip.js +30 -0
  703. package/dist/tokens/chip/chip.js.map +1 -0
  704. package/dist/tokens/index.d.ts +4 -0
  705. package/dist/tokens/index.d.ts.map +1 -0
  706. package/dist/tokens/index.js +9 -0
  707. package/dist/tokens/index.js.map +1 -0
  708. package/dist/tooltip.css +1 -0
  709. package/dist/top_resize_handle.css +1 -0
  710. package/dist/typography/body_text/body_text.d.ts +18 -0
  711. package/dist/typography/body_text/body_text.d.ts.map +1 -0
  712. package/dist/typography/body_text/body_text.js +37 -0
  713. package/dist/typography/body_text/body_text.js.map +1 -0
  714. package/dist/typography/callout/callout.d.ts +18 -0
  715. package/dist/typography/callout/callout.d.ts.map +1 -0
  716. package/dist/typography/callout/callout.js +35 -0
  717. package/dist/typography/callout/callout.js.map +1 -0
  718. package/dist/typography/caption/caption.d.ts +18 -0
  719. package/dist/typography/caption/caption.d.ts.map +1 -0
  720. package/dist/typography/caption/caption.js +35 -0
  721. package/dist/typography/caption/caption.js.map +1 -0
  722. package/dist/typography/footnote/footnote.d.ts +18 -0
  723. package/dist/typography/footnote/footnote.d.ts.map +1 -0
  724. package/dist/typography/footnote/footnote.js +35 -0
  725. package/dist/typography/footnote/footnote.js.map +1 -0
  726. package/dist/typography/headline/headline.d.ts +18 -0
  727. package/dist/typography/headline/headline.d.ts.map +1 -0
  728. package/dist/typography/headline/headline.js +36 -0
  729. package/dist/typography/headline/headline.js.map +1 -0
  730. package/dist/typography/index.d.ts +8 -0
  731. package/dist/typography/index.d.ts.map +1 -0
  732. package/dist/typography/index.js +17 -0
  733. package/dist/typography/index.js.map +1 -0
  734. package/dist/typography/subheadline/subheadline.d.ts +18 -0
  735. package/dist/typography/subheadline/subheadline.d.ts.map +1 -0
  736. package/dist/typography/subheadline/subheadline.js +36 -0
  737. package/dist/typography/subheadline/subheadline.js.map +1 -0
  738. package/dist/typography/title/title.d.ts +19 -0
  739. package/dist/typography/title/title.d.ts.map +1 -0
  740. package/dist/typography/title/title.js +37 -0
  741. package/dist/typography/title/title.js.map +1 -0
  742. package/dist/unit_input.css +1 -0
  743. package/dist/utility_bar.css +1 -0
  744. package/dist/utils/calendar/calendar_date.d.ts +10 -0
  745. package/dist/utils/calendar/calendar_date.d.ts.map +1 -0
  746. package/dist/utils/calendar/calendar_date.js +2 -0
  747. package/dist/utils/calendar/calendar_date.js.map +1 -0
  748. package/dist/utils/calendar/calendar_dates_generator.d.ts +10 -0
  749. package/dist/utils/calendar/calendar_dates_generator.d.ts.map +1 -0
  750. package/dist/utils/calendar/calendar_dates_generator.js +37 -0
  751. package/dist/utils/calendar/calendar_dates_generator.js.map +1 -0
  752. package/dist/utils/calendar/get_days_of_week.d.ts +2 -0
  753. package/dist/utils/calendar/get_days_of_week.d.ts.map +1 -0
  754. package/dist/utils/calendar/get_days_of_week.js +12 -0
  755. package/dist/utils/calendar/get_days_of_week.js.map +1 -0
  756. package/dist/utils/calendar/get_months_of_year.d.ts +2 -0
  757. package/dist/utils/calendar/get_months_of_year.d.ts.map +1 -0
  758. package/dist/utils/calendar/get_months_of_year.js +18 -0
  759. package/dist/utils/calendar/get_months_of_year.js.map +1 -0
  760. package/dist/utils/calendar/month.d.ts +16 -0
  761. package/dist/utils/calendar/month.d.ts.map +1 -0
  762. package/dist/utils/calendar/month.js +18 -0
  763. package/dist/utils/calendar/month.js.map +1 -0
  764. package/dist/utils/click_away_listener.d.ts +11 -0
  765. package/dist/utils/click_away_listener.d.ts.map +1 -0
  766. package/dist/utils/click_away_listener.js +58 -0
  767. package/dist/utils/click_away_listener.js.map +1 -0
  768. package/dist/utils/default_value.d.ts +2 -0
  769. package/dist/utils/default_value.d.ts.map +1 -0
  770. package/dist/utils/default_value.js +7 -0
  771. package/dist/utils/default_value.js.map +1 -0
  772. package/dist/utils/focus_redirect.d.ts +6 -0
  773. package/dist/utils/focus_redirect.d.ts.map +1 -0
  774. package/dist/utils/focus_redirect.js +24 -0
  775. package/dist/utils/focus_redirect.js.map +1 -0
  776. package/dist/utils/hooks/make_context_hook.d.ts +5 -0
  777. package/dist/utils/hooks/make_context_hook.d.ts.map +1 -0
  778. package/dist/utils/hooks/make_context_hook.js +11 -0
  779. package/dist/utils/hooks/make_context_hook.js.map +1 -0
  780. package/dist/utils/hooks/use_draggable.d.ts +8 -0
  781. package/dist/utils/hooks/use_draggable.d.ts.map +1 -0
  782. package/dist/utils/hooks/use_draggable.js +30 -0
  783. package/dist/utils/hooks/use_draggable.js.map +1 -0
  784. package/dist/utils/hooks/use_fork_ref.d.ts +3 -0
  785. package/dist/utils/hooks/use_fork_ref.d.ts.map +1 -0
  786. package/dist/utils/hooks/use_fork_ref.js +12 -0
  787. package/dist/utils/hooks/use_fork_ref.js.map +1 -0
  788. package/dist/utils/hooks/use_media_query.d.ts +9 -0
  789. package/dist/utils/hooks/use_media_query.d.ts.map +1 -0
  790. package/dist/utils/hooks/use_media_query.js +16 -0
  791. package/dist/utils/hooks/use_media_query.js.map +1 -0
  792. package/dist/utils/hooks/use_resize_observer.d.ts +9 -0
  793. package/dist/utils/hooks/use_resize_observer.d.ts.map +1 -0
  794. package/dist/utils/hooks/use_resize_observer.js +78 -0
  795. package/dist/utils/hooks/use_resize_observer.js.map +1 -0
  796. package/dist/utils/index.d.ts +17 -0
  797. package/dist/utils/index.d.ts.map +1 -0
  798. package/dist/utils/index.js +30 -0
  799. package/dist/utils/index.js.map +1 -0
  800. package/dist/utils/responsive/responsive_renderer.d.ts +21 -0
  801. package/dist/utils/responsive/responsive_renderer.d.ts.map +1 -0
  802. package/dist/utils/responsive/responsive_renderer.js +12 -0
  803. package/dist/utils/responsive/responsive_renderer.js.map +1 -0
  804. package/dist/utils/scroll_away_listener.d.ts +18 -0
  805. package/dist/utils/scroll_away_listener.d.ts.map +1 -0
  806. package/dist/utils/scroll_away_listener.js +23 -0
  807. package/dist/utils/scroll_away_listener.js.map +1 -0
  808. package/dist/utils/types/dimensions.d.ts +15 -0
  809. package/dist/utils/types/dimensions.d.ts.map +1 -0
  810. package/dist/utils/types/variations.d.ts +5 -0
  811. package/dist/utils/types/variations.d.ts.map +1 -0
  812. package/dist/v_field.css +0 -0
  813. package/dist/window.css +1 -0
  814. package/package.json +136 -0
  815. package/src/actions/button/__stories__/button.stories.tsx +159 -0
  816. package/src/actions/button/__stories__/button_group.stories.tsx +106 -0
  817. package/src/actions/button/__stories__/select_group.stories.tsx +156 -0
  818. package/src/actions/button/__stories__/slim_button.stories.tsx +274 -0
  819. package/src/actions/button/base_button/base_button.module.css +15 -0
  820. package/src/actions/button/base_button/base_button.tsx +81 -0
  821. package/src/actions/button/button/button.module.css +129 -0
  822. package/src/actions/button/button/button.tsx +21 -0
  823. package/src/actions/button/button_group/button_group.module.css +67 -0
  824. package/src/actions/button/button_group/button_group.tsx +69 -0
  825. package/src/actions/button/select_group/select_group.module.css +67 -0
  826. package/src/actions/button/select_group/select_group.tsx +78 -0
  827. package/src/actions/button/select_group/single_select_group.tsx +48 -0
  828. package/src/actions/button/slim_button/slim_button.module.css +33 -0
  829. package/src/actions/button/slim_button/slim_button.tsx +18 -0
  830. package/src/actions/index.ts +19 -0
  831. package/src/feedback/index.ts +3 -0
  832. package/src/feedback/lazy/lazy.stories.tsx +56 -0
  833. package/src/feedback/lazy/lazy.tsx +53 -0
  834. package/src/feedback/loading/__storybook__/loading.stories.tsx +81 -0
  835. package/src/feedback/loading/__storybook__/storybook_custom_lines.module.css +3 -0
  836. package/src/feedback/loading/loading.module.css +20 -0
  837. package/src/feedback/loading/loading.tsx +71 -0
  838. package/src/feedback/progress/progress_bar.module.css +59 -0
  839. package/src/feedback/progress/progress_bar.stories.tsx +48 -0
  840. package/src/feedback/progress/progress_bar.tsx +43 -0
  841. package/src/feedback/storybook.module.css +5 -0
  842. package/src/form/field/common/field_control/field_control.module.css +20 -0
  843. package/src/form/field/common/field_control/field_control.tsx +53 -0
  844. package/src/form/field/common/field_description.tsx +26 -0
  845. package/src/form/field/common/field_error.tsx +37 -0
  846. package/src/form/field/common/field_header.tsx +40 -0
  847. package/src/form/field/common/field_label.tsx +38 -0
  848. package/src/form/field/common/status_input/status_input.module.css +10 -0
  849. package/src/form/field/common/status_input/status_input.tsx +84 -0
  850. package/src/form/field/common/types.ts +9 -0
  851. package/src/form/field/field.stories.tsx +131 -0
  852. package/src/form/field/field.tsx +37 -0
  853. package/src/form/field/form_field.tsx +29 -0
  854. package/src/form/field/h_field/h_field.module.css +6 -0
  855. package/src/form/field/h_field/h_field.stories.tsx +90 -0
  856. package/src/form/field/h_field/h_field.tsx +70 -0
  857. package/src/form/field/v_field/v_field.module.css +0 -0
  858. package/src/form/field/v_field/v_field.stories.tsx +90 -0
  859. package/src/form/field/v_field/v_field.tsx +74 -0
  860. package/src/form/field_presenters/field_presenter.ts +162 -0
  861. package/src/form/field_presenters/options_field_presenter.ts +36 -0
  862. package/src/form/field_set/field_set.module.css +17 -0
  863. package/src/form/field_set/field_set.stories.tsx +102 -0
  864. package/src/form/field_set/field_set.tsx +65 -0
  865. package/src/form/form_field.tsx +29 -0
  866. package/src/form/index.ts +5 -0
  867. package/src/inputs/__storybook__/stories.module.css +5 -0
  868. package/src/inputs/checkbox/checkbox.module.css +51 -0
  869. package/src/inputs/checkbox/checkbox.stories.tsx +48 -0
  870. package/src/inputs/checkbox/checkbox.tsx +43 -0
  871. package/src/inputs/checkbox/checkbox_row.tsx +29 -0
  872. package/src/inputs/color_input/color_input.module.css +62 -0
  873. package/src/inputs/color_input/color_input.stories.tsx +39 -0
  874. package/src/inputs/color_input/color_input.tsx +153 -0
  875. package/src/inputs/color_input/color_picker.module.css +13 -0
  876. package/src/inputs/color_input/color_picker.tsx +41 -0
  877. package/src/inputs/combo_box/combo_box.stories.tsx +93 -0
  878. package/src/inputs/combo_box/combo_box.tsx +153 -0
  879. package/src/inputs/date_picker/date_picker.module.css +20 -0
  880. package/src/inputs/date_picker/date_picker.stories.tsx +126 -0
  881. package/src/inputs/date_picker/date_picker.tsx +170 -0
  882. package/src/inputs/date_picker/date_picker_body.tsx +53 -0
  883. package/src/inputs/date_picker/date_picker_date.module.css +78 -0
  884. package/src/inputs/date_picker/date_picker_date.tsx +99 -0
  885. package/src/inputs/date_picker/date_picker_day.module.css +4 -0
  886. package/src/inputs/date_picker/date_picker_day.tsx +29 -0
  887. package/src/inputs/date_picker/date_picker_header.module.css +3 -0
  888. package/src/inputs/date_picker/date_picker_header.tsx +98 -0
  889. package/src/inputs/date_picker/date_picker_input.module.css +61 -0
  890. package/src/inputs/date_picker/date_picker_input.stories.tsx +108 -0
  891. package/src/inputs/date_picker/date_picker_input.tsx +180 -0
  892. package/src/inputs/date_picker/date_picker_presenter.ts +426 -0
  893. package/src/inputs/date_picker/date_picker_time_selector.module.css +33 -0
  894. package/src/inputs/date_picker/date_picker_time_selector.tsx +112 -0
  895. package/src/inputs/date_picker/date_picker_year_input.module.css +49 -0
  896. package/src/inputs/date_picker/date_picker_year_input.tsx +51 -0
  897. package/src/inputs/date_picker/date_picker_year_selector.module.css +51 -0
  898. package/src/inputs/date_picker/date_picker_year_selector.tsx +130 -0
  899. package/src/inputs/index.ts +60 -0
  900. package/src/inputs/input/input.module.css +80 -0
  901. package/src/inputs/input/input.stories.tsx +129 -0
  902. package/src/inputs/input/input.tsx +36 -0
  903. package/src/inputs/mask_input/__tests__/mask_presenter.test.ts +131 -0
  904. package/src/inputs/mask_input/alpha_character.ts +13 -0
  905. package/src/inputs/mask_input/alpha_numeric_character.ts +13 -0
  906. package/src/inputs/mask_input/character.ts +31 -0
  907. package/src/inputs/mask_input/constant_character.ts +46 -0
  908. package/src/inputs/mask_input/key_capture_input.stories.tsx +69 -0
  909. package/src/inputs/mask_input/key_capture_input.tsx +144 -0
  910. package/src/inputs/mask_input/language_character.ts +13 -0
  911. package/src/inputs/mask_input/mask.ts +309 -0
  912. package/src/inputs/mask_input/mask_config.ts +25 -0
  913. package/src/inputs/mask_input/mask_cursor.ts +23 -0
  914. package/src/inputs/mask_input/mask_input.stories.tsx +63 -0
  915. package/src/inputs/mask_input/mask_input.tsx +246 -0
  916. package/src/inputs/mask_input/mask_presenter.ts +306 -0
  917. package/src/inputs/mask_input/numeric_character.ts +13 -0
  918. package/src/inputs/mask_input/regex_character.ts +62 -0
  919. package/src/inputs/multi_combo_box/multi_combo_box.module.css +3 -0
  920. package/src/inputs/multi_combo_box/multi_combo_box.stories.tsx +71 -0
  921. package/src/inputs/multi_combo_box/multi_combo_box.tsx +133 -0
  922. package/src/inputs/multiselect/multiselect.module.css +3 -0
  923. package/src/inputs/multiselect/multiselect.tsx +133 -0
  924. package/src/inputs/multiselect/multiselect_inline_values.tsx +49 -0
  925. package/src/inputs/multiselect/multiselect_row.tsx +57 -0
  926. package/src/inputs/multiselect/multiselect_values.module.css +31 -0
  927. package/src/inputs/multiselect/multiselect_values.tsx +63 -0
  928. package/src/inputs/multiselect/mutliselect.stories.tsx +112 -0
  929. package/src/inputs/options/option.tsx +23 -0
  930. package/src/inputs/options/utils.ts +18 -0
  931. package/src/inputs/phone_number_input/__tests__/utils.test.ts +52 -0
  932. package/src/inputs/phone_number_input/countries_phone_information.ts +846 -0
  933. package/src/inputs/phone_number_input/phone_number_input.module.css +50 -0
  934. package/src/inputs/phone_number_input/phone_number_input.stories.tsx +119 -0
  935. package/src/inputs/phone_number_input/phone_number_input.tsx +329 -0
  936. package/src/inputs/phone_number_input/utils.ts +7 -0
  937. package/src/inputs/radio/radio.module.css +87 -0
  938. package/src/inputs/radio/radio.stories.tsx +20 -0
  939. package/src/inputs/radio/radio.tsx +68 -0
  940. package/src/inputs/radio/radio_row.tsx +45 -0
  941. package/src/inputs/select/select.module.css +66 -0
  942. package/src/inputs/select/select.stories.tsx +173 -0
  943. package/src/inputs/select/select.tsx +160 -0
  944. package/src/inputs/slider/slider.module.css +150 -0
  945. package/src/inputs/slider/slider.stories.tsx +52 -0
  946. package/src/inputs/slider/slider.tsx +57 -0
  947. package/src/inputs/slider/slider_row.tsx +33 -0
  948. package/src/inputs/suggestions/suggestion_item.module.css +54 -0
  949. package/src/inputs/suggestions/suggestion_item.tsx +53 -0
  950. package/src/inputs/suggestions/suggestion_list.module.css +29 -0
  951. package/src/inputs/suggestions/suggestion_list.stories.tsx +348 -0
  952. package/src/inputs/suggestions/suggestion_list.tsx +411 -0
  953. package/src/inputs/switch/TODO.md +3 -0
  954. package/src/inputs/switch/switch.module.css +110 -0
  955. package/src/inputs/switch/switch.stories.tsx +63 -0
  956. package/src/inputs/switch/switch.tsx +82 -0
  957. package/src/inputs/switch/switch_row.tsx +33 -0
  958. package/src/inputs/textarea/textarea.module.css +66 -0
  959. package/src/inputs/textarea/textarea.stories.tsx +44 -0
  960. package/src/inputs/textarea/textarea.tsx +32 -0
  961. package/src/inputs/textarea/textarea_row.tsx +24 -0
  962. package/src/inputs/unit_input/unit_input.module.css +23 -0
  963. package/src/inputs/unit_input/unit_input.stories.tsx +100 -0
  964. package/src/inputs/unit_input/unit_input.tsx +115 -0
  965. package/src/layouts/column/column.module.css +33 -0
  966. package/src/layouts/column/column.tsx +57 -0
  967. package/src/layouts/divider/__stories__/divider.stories.tsx +103 -0
  968. package/src/layouts/divider/divider.module.css +102 -0
  969. package/src/layouts/divider/divider.tsx +81 -0
  970. package/src/layouts/draggable_list/draggable_list.tsx +5 -0
  971. package/src/layouts/drawers/__stories__/drawers.stories.tsx +26 -0
  972. package/src/layouts/drawers/drawer_bottom/drawer_bottom.module.css +3 -0
  973. package/src/layouts/drawers/drawer_bottom/drawer_bottom.tsx +23 -0
  974. package/src/layouts/drawers/drawer_end/drawer_end.module.css +3 -0
  975. package/src/layouts/drawers/drawer_end/drawer_end.tsx +24 -0
  976. package/src/layouts/drawers/drawer_start/drawer_start.module.css +3 -0
  977. package/src/layouts/drawers/drawer_start/drawer_start.tsx +23 -0
  978. package/src/layouts/drawers/drawer_top/drawer_top.module.css +3 -0
  979. package/src/layouts/drawers/drawer_top/drawer_top.tsx +24 -0
  980. package/src/layouts/footer/footer.module.css +31 -0
  981. package/src/layouts/footer/footer.tsx +29 -0
  982. package/src/layouts/grid/grid.module.css +22 -0
  983. package/src/layouts/grid/grid.stories.tsx +260 -0
  984. package/src/layouts/grid/grid.tsx +120 -0
  985. package/src/layouts/header/header.module.css +6 -0
  986. package/src/layouts/header/header.tsx +37 -0
  987. package/src/layouts/index.ts +14 -0
  988. package/src/layouts/list/item.tsx +18 -0
  989. package/src/layouts/list/list.tsx +23 -0
  990. package/src/layouts/list/section_header.module.css +18 -0
  991. package/src/layouts/list/section_header.tsx +15 -0
  992. package/src/layouts/sidebar_end/sidebar_end.module.css +31 -0
  993. package/src/layouts/sidebar_end/sidebar_end.tsx +64 -0
  994. package/src/layouts/sidebar_start/sidebar_start.module.css +31 -0
  995. package/src/layouts/sidebar_start/sidebar_start.tsx +61 -0
  996. package/src/layouts/utility_bar/utility_bar.module.css +7 -0
  997. package/src/layouts/utility_bar/utility_bar.tsx +39 -0
  998. package/src/overlay/context_menu/context_menu.stories.tsx +79 -0
  999. package/src/overlay/context_menu/context_menu.tsx +55 -0
  1000. package/src/overlay/menu/menu.module.css +33 -0
  1001. package/src/overlay/menu/menu.stories.tsx +345 -0
  1002. package/src/overlay/menu/menu.tsx +267 -0
  1003. package/src/overlay/popper/popper.module.css +10 -0
  1004. package/src/overlay/popper/popper.stories.tsx +431 -0
  1005. package/src/overlay/popper/popper.tsx +218 -0
  1006. package/src/overlay/portal/portal.css +35 -0
  1007. package/src/overlay/portal/portal.stories.tsx +43 -0
  1008. package/src/overlay/portal/portal.tsx +26 -0
  1009. package/src/overlay/portal/portal_platform.tsx +120 -0
  1010. package/src/overlay/portal/portal_platform_context.ts +11 -0
  1011. package/src/overlay/tooltip/tooltip.module.css +3 -0
  1012. package/src/overlay/tooltip/tooltip.stories.tsx +15 -0
  1013. package/src/overlay/tooltip/tooltip.tsx +24 -0
  1014. package/src/stacks/box/bottom_resize_handle.module.css +10 -0
  1015. package/src/stacks/box/bottom_resize_handle.tsx +42 -0
  1016. package/src/stacks/box/box.tsx +220 -0
  1017. package/src/stacks/box/end_resize_handle.module.css +17 -0
  1018. package/src/stacks/box/end_resize_handle.tsx +42 -0
  1019. package/src/stacks/box/handle_props.ts +6 -0
  1020. package/src/stacks/box/left_resize_handle.module.css +10 -0
  1021. package/src/stacks/box/left_resize_handle.tsx +43 -0
  1022. package/src/stacks/box/resize_handlers.ts +129 -0
  1023. package/src/stacks/box/right_resize_handle.module.css +10 -0
  1024. package/src/stacks/box/right_resize_handle.tsx +43 -0
  1025. package/src/stacks/box/start_resize_handle.module.css +17 -0
  1026. package/src/stacks/box/start_resize_handle.tsx +42 -0
  1027. package/src/stacks/box/top_resize_handle.module.css +10 -0
  1028. package/src/stacks/box/top_resize_handle.tsx +41 -0
  1029. package/src/stacks/collapsible_box.module.css +37 -0
  1030. package/src/stacks/collapsible_box.stories.tsx +66 -0
  1031. package/src/stacks/demo.module.css +4 -0
  1032. package/src/stacks/demo.stories.tsx +145 -0
  1033. package/src/stacks/h_collapsible_box.tsx +48 -0
  1034. package/src/stacks/h_stack.stories.tsx +107 -0
  1035. package/src/stacks/h_stack.tsx +114 -0
  1036. package/src/stacks/index.ts +11 -0
  1037. package/src/stacks/spacer.tsx +47 -0
  1038. package/src/stacks/stack.module.css +357 -0
  1039. package/src/stacks/stacks.mdx +240 -0
  1040. package/src/stacks/story_components/circle.module.css +7 -0
  1041. package/src/stacks/story_components/circle.tsx +30 -0
  1042. package/src/stacks/story_components/horizontal_border.tsx +15 -0
  1043. package/src/stacks/story_components/picture_placeholder.module.css +3 -0
  1044. package/src/stacks/story_components/picture_placeholder.tsx +42 -0
  1045. package/src/stacks/story_components/rect.module.css +8 -0
  1046. package/src/stacks/story_components/rect.tsx +36 -0
  1047. package/src/stacks/story_components/style_box.tsx +19 -0
  1048. package/src/stacks/types/alignment.ts +1 -0
  1049. package/src/stacks/types/as.tsx +11 -0
  1050. package/src/stacks/types/common.ts +4 -0
  1051. package/src/stacks/types/styles.ts +44 -0
  1052. package/src/stacks/utils/extract_style_props.ts +323 -0
  1053. package/src/stacks/utils/isCustomSizeProp.ts +3 -0
  1054. package/src/stacks/utils/remove_undefined_properties.ts +11 -0
  1055. package/src/stacks/utils/use_is_collapsed.ts +33 -0
  1056. package/src/stacks/v_collapsible_box.tsx +48 -0
  1057. package/src/stacks/v_stack.stories.tsx +40 -0
  1058. package/src/stacks/v_stack.tsx +118 -0
  1059. package/src/stacks/z_stack.stories.tsx +119 -0
  1060. package/src/stacks/z_stack.tsx +104 -0
  1061. package/src/surfaces/alert/alert.stories.tsx +33 -0
  1062. package/src/surfaces/alert/alert.tsx +30 -0
  1063. package/src/surfaces/card/card.module.css +5 -0
  1064. package/src/surfaces/card/card.tsx +24 -0
  1065. package/src/surfaces/confirm/confirm.module.css +40 -0
  1066. package/src/surfaces/confirm/confirm.stories.tsx +43 -0
  1067. package/src/surfaces/confirm/confirm.tsx +91 -0
  1068. package/src/surfaces/index.ts +10 -0
  1069. package/src/surfaces/modal/modal.module.css +3 -0
  1070. package/src/surfaces/modal/modal.stories.tsx +15 -0
  1071. package/src/surfaces/modal/modal.tsx +19 -0
  1072. package/src/surfaces/page/h_page.tsx +23 -0
  1073. package/src/surfaces/page/page.module.css +12 -0
  1074. package/src/surfaces/page/v_page.tsx +22 -0
  1075. package/src/surfaces/panel/h_panel.tsx +59 -0
  1076. package/src/surfaces/panel/panel.module.css +14 -0
  1077. package/src/surfaces/panel/v_panel.tsx +59 -0
  1078. package/src/surfaces/popover/popover.tsx +53 -0
  1079. package/src/surfaces/window/window.module.css +5 -0
  1080. package/src/surfaces/window/window.stories.tsx +15 -0
  1081. package/src/surfaces/window/window.tsx +21 -0
  1082. package/src/themes/index.ts +5 -0
  1083. package/src/themes/stories/button_showcase.tsx +153 -0
  1084. package/src/themes/stories/controls_fieldset.tsx +249 -0
  1085. package/src/themes/stories/menu_showcase.tsx +508 -0
  1086. package/src/themes/stories/themes.stories.tsx +35 -0
  1087. package/src/themes/stylesheets/reset.css +134 -0
  1088. package/src/themes/stylesheets/reset.ts +4 -0
  1089. package/src/themes/theme.tsx +14 -0
  1090. package/src/themes/theme_variables.ts +81 -0
  1091. package/src/themes/themes/ergo/ergo_theme.css +194 -0
  1092. package/src/themes/themes/ergo/ergo_theme.ts +4 -0
  1093. package/src/themes/themes/windows_98/windows_98.css +1165 -0
  1094. package/src/themes/themes/windows_98/windows_98_theme.ts +4 -0
  1095. package/src/tokens/badge/badge.module.css +14 -0
  1096. package/src/tokens/badge/badge.stories.tsx +25 -0
  1097. package/src/tokens/badge/badge.tsx +56 -0
  1098. package/src/tokens/bubble/bubble.module.css +11 -0
  1099. package/src/tokens/bubble/bubble.stories.tsx +168 -0
  1100. package/src/tokens/bubble/bubble.tsx +53 -0
  1101. package/src/tokens/chip/chip.module.css +13 -0
  1102. package/src/tokens/chip/chip.stories.tsx +51 -0
  1103. package/src/tokens/chip/chip.tsx +36 -0
  1104. package/src/tokens/index.ts +3 -0
  1105. package/src/typography/__tests__/sanity.test.ts +7 -0
  1106. package/src/typography/body_text/body_text.module.css +60 -0
  1107. package/src/typography/body_text/body_text.stories.tsx +46 -0
  1108. package/src/typography/body_text/body_text.tsx +76 -0
  1109. package/src/typography/callout/callout.module.css +55 -0
  1110. package/src/typography/callout/callout.stories.tsx +94 -0
  1111. package/src/typography/callout/callout.tsx +74 -0
  1112. package/src/typography/caption/caption.module.css +55 -0
  1113. package/src/typography/caption/caption.stories.tsx +94 -0
  1114. package/src/typography/caption/caption.tsx +74 -0
  1115. package/src/typography/footnote/footnote.module.css +55 -0
  1116. package/src/typography/footnote/footnote.stories.tsx +94 -0
  1117. package/src/typography/footnote/footnote.tsx +74 -0
  1118. package/src/typography/headline/headline.module.css +56 -0
  1119. package/src/typography/headline/headline.stories.tsx +94 -0
  1120. package/src/typography/headline/headline.tsx +84 -0
  1121. package/src/typography/index.ts +7 -0
  1122. package/src/typography/subheadline/subheadline.module.css +56 -0
  1123. package/src/typography/subheadline/subheadline.stories.tsx +94 -0
  1124. package/src/typography/subheadline/subheadline.tsx +87 -0
  1125. package/src/typography/title/title.module.css +53 -0
  1126. package/src/typography/title/title.stories.tsx +46 -0
  1127. package/src/typography/title/title.tsx +88 -0
  1128. package/src/typography/typography-showcase.stories.tsx +347 -0
  1129. package/src/utils/__stories__/use_draggable.stories.tsx +217 -0
  1130. package/src/utils/calendar/calendar_date.ts +10 -0
  1131. package/src/utils/calendar/calendar_dates_generator.ts +59 -0
  1132. package/src/utils/calendar/get_days_of_week.ts +17 -0
  1133. package/src/utils/calendar/get_months_of_year.ts +32 -0
  1134. package/src/utils/calendar/month.ts +16 -0
  1135. package/src/utils/click_away_listener.stories.tsx +264 -0
  1136. package/src/utils/click_away_listener.tsx +124 -0
  1137. package/src/utils/default_value.test.ts +20 -0
  1138. package/src/utils/default_value.ts +3 -0
  1139. package/src/utils/focus_redirect.tsx +26 -0
  1140. package/src/utils/hooks/make_context_hook.ts +17 -0
  1141. package/src/utils/hooks/use_draggable.ts +74 -0
  1142. package/src/utils/hooks/use_fork_ref.ts +18 -0
  1143. package/src/utils/hooks/use_media_query.ts +32 -0
  1144. package/src/utils/hooks/use_resize_observer.ts +148 -0
  1145. package/src/utils/index.ts +20 -0
  1146. package/src/utils/responsive/responsive_renderer.stories.tsx +77 -0
  1147. package/src/utils/responsive/responsive_renderer.tsx +31 -0
  1148. package/src/utils/scroll_away_listener.stories.tsx +293 -0
  1149. package/src/utils/scroll_away_listener.tsx +55 -0
  1150. package/src/utils/types/dimensions.ts +16 -0
  1151. package/src/utils/types/variations.ts +4 -0
  1152. package/tsconfig.json +30 -0
  1153. package/types/css_variables.d.ts +8 -0
  1154. package/types/file_types.d.ts +54 -0
@@ -0,0 +1,39 @@
1
+ import { jsx as e } from "react/jsx-runtime";
2
+ import m from "react";
3
+ import s from "classnames";
4
+ import '../../picture_placeholder.css';const i = "_picture-placeholder_ec357fb", a = { "picture-placeholder": i }, f = m.forwardRef(function({
5
+ color: r = "currentColor",
6
+ size: c = "150px",
7
+ style: l,
8
+ className: o,
9
+ ...t
10
+ }, h) {
11
+ const v = {
12
+ ...l,
13
+ "--color": r
14
+ };
15
+ return /* @__PURE__ */ e(
16
+ "svg",
17
+ {
18
+ ref: h,
19
+ width: c,
20
+ height: c,
21
+ viewBox: "0 0 16 16",
22
+ xmlns: "http://www.w3.org/2000/svg",
23
+ className: s(o, a["picture-placeholder"]),
24
+ style: v,
25
+ ...t,
26
+ children: /* @__PURE__ */ e(
27
+ "path",
28
+ {
29
+ d: "m 4 1 c -1.644531 0 -3 1.355469 -3 3 v 1 h 1 v -1 c 0 -1.109375 0.890625 -2 2 -2 h 1 v -1 z m 2 0 v 1 h 4 v -1 z m 5 0 v 1 h 1 c 1.109375 0 2 0.890625 2 2 v 1 h 1 v -1 c 0 -1.644531 -1.355469 -3 -3 -3 z m -5 4 c -0.550781 0 -1 0.449219 -1 1 s 0.449219 1 1 1 s 1 -0.449219 1 -1 s -0.449219 -1 -1 -1 z m -5 1 v 4 h 1 v -4 z m 13 0 v 4 h 1 v -4 z m -4.5 2 l -2 2 l -1.5 -1 l -2 2 v 0.5 c 0 0.5 0.5 0.5 0.5 0.5 h 7 s 0.472656 -0.035156 0.5 -0.5 v -1 z m -8.5 3 v 1 c 0 1.644531 1.355469 3 3 3 h 1 v -1 h -1 c -1.109375 0 -2 -0.890625 -2 -2 v -1 z m 13 0 v 1 c 0 1.109375 -0.890625 2 -2 2 h -1 v 1 h 1 c 1.644531 0 3 -1.355469 3 -3 v -1 z m -8 3 v 1 h 4 v -1 z m 0 0",
30
+ fill: "currentColor"
31
+ }
32
+ )
33
+ }
34
+ );
35
+ });
36
+ export {
37
+ f as PicturePlaceholder
38
+ };
39
+ //# sourceMappingURL=picture_placeholder.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"picture_placeholder.js","sources":["../../../src/stacks/story_components/picture_placeholder.tsx"],"sourcesContent":["import React, { HTMLAttributes } from 'react';\nimport styles from './picture_placeholder.module.css';\nimport classNames from 'classnames';\n\nexport interface PicturePlaceholderProps extends HTMLAttributes<SVGSVGElement> {\n color?: string;\n size?: string;\n}\n\nexport const PicturePlaceholder = React.forwardRef(function PicturePlaceholder(\n {\n color = 'currentColor',\n size = '150px',\n style,\n className,\n ...props\n }: PicturePlaceholderProps,\n ref: React.Ref<SVGSVGElement>\n) {\n const finalStyle = {\n ...style,\n '--color': color,\n };\n\n return (\n <svg\n ref={ref}\n width={size}\n height={size}\n viewBox=\"0 0 16 16\"\n xmlns=\"http://www.w3.org/2000/svg\"\n className={classNames(className, styles['picture-placeholder'])}\n style={finalStyle}\n {...props}\n >\n <path\n d=\"m 4 1 c -1.644531 0 -3 1.355469 -3 3 v 1 h 1 v -1 c 0 -1.109375 0.890625 -2 2 -2 h 1 v -1 z m 2 0 v 1 h 4 v -1 z m 5 0 v 1 h 1 c 1.109375 0 2 0.890625 2 2 v 1 h 1 v -1 c 0 -1.644531 -1.355469 -3 -3 -3 z m -5 4 c -0.550781 0 -1 0.449219 -1 1 s 0.449219 1 1 1 s 1 -0.449219 1 -1 s -0.449219 -1 -1 -1 z m -5 1 v 4 h 1 v -4 z m 13 0 v 4 h 1 v -4 z m -4.5 2 l -2 2 l -1.5 -1 l -2 2 v 0.5 c 0 0.5 0.5 0.5 0.5 0.5 h 7 s 0.472656 -0.035156 0.5 -0.5 v -1 z m -8.5 3 v 1 c 0 1.644531 1.355469 3 3 3 h 1 v -1 h -1 c -1.109375 0 -2 -0.890625 -2 -2 v -1 z m 13 0 v 1 c 0 1.109375 -0.890625 2 -2 2 h -1 v 1 h 1 c 1.644531 0 3 -1.355469 3 -3 v -1 z m -8 3 v 1 h 4 v -1 z m 0 0\"\n fill=\"currentColor\"\n />\n </svg>\n );\n});\n"],"names":["PicturePlaceholder","React","color","size","style","className","props","ref","finalStyle","jsx","classNames","styles"],"mappings":";;;4EASaA,IAAqBC,EAAM,WAAW,SACjD;AAAA,EACE,OAAAC,IAAQ;AAAA,EACR,MAAAC,IAAO;AAAA,EACP,OAAAC;AAAA,EACA,WAAAC;AAAA,EACA,GAAGC;AACL,GACAC,GACA;AACA,QAAMC,IAAa;AAAA,IACjB,GAAGJ;AAAA,IACH,WAAWF;AAAA,EAAA;AAGb,SACE,gBAAAO;AAAA,IAAC;AAAA,IAAA;AAAA,MACC,KAAAF;AAAA,MACA,OAAOJ;AAAA,MACP,QAAQA;AAAA,MACR,SAAQ;AAAA,MACR,OAAM;AAAA,MACN,WAAWO,EAAWL,GAAWM,EAAO,qBAAqB,CAAC;AAAA,MAC9D,OAAOH;AAAA,MACN,GAAGF;AAAA,MAEJ,UAAA,gBAAAG;AAAA,QAAC;AAAA,QAAA;AAAA,UACC,GAAE;AAAA,UACF,MAAK;AAAA,QAAA;AAAA,MAAA;AAAA,IACP;AAAA,EAAA;AAGN,CAAC;"}
@@ -0,0 +1,7 @@
1
+ import { default as React } from 'react';
2
+ import { BoxProps } from '../box/box.js';
3
+ export interface RectProps extends BoxProps {
4
+ color?: string;
5
+ }
6
+ export declare const Rect: React.ForwardRefExoticComponent<RectProps & React.RefAttributes<HTMLDivElement>>;
7
+ //# sourceMappingURL=rect.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"rect.d.ts","sourceRoot":"","sources":["../../../src/stacks/story_components/rect.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAO,QAAQ,EAAE,MAAM,eAAe,CAAC;AAI9C,MAAM,WAAW,SAAU,SAAQ,QAAQ;IACzC,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,eAAO,MAAM,IAAI,kFA0Bf,CAAC"}
@@ -0,0 +1,32 @@
1
+ import { jsx as f } from "react/jsx-runtime";
2
+ import n from "react";
3
+ import { Box as l } from "../box/box.js";
4
+ import i from "classnames";
5
+ import '../../rect.css';const p = "_rect_60482cd", R = { rect: p }, _ = n.forwardRef(function({
6
+ color: t = "#acdef0",
7
+ style: o,
8
+ className: r,
9
+ width: c = "100%",
10
+ height: e = "auto",
11
+ ...s
12
+ }, m) {
13
+ const a = {
14
+ ...o,
15
+ "--color": t
16
+ };
17
+ return /* @__PURE__ */ f(
18
+ l,
19
+ {
20
+ ref: m,
21
+ style: a,
22
+ className: i(r, R.rect),
23
+ width: c,
24
+ height: e,
25
+ ...s
26
+ }
27
+ );
28
+ });
29
+ export {
30
+ _ as Rect
31
+ };
32
+ //# sourceMappingURL=rect.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"rect.js","sources":["../../../src/stacks/story_components/rect.tsx"],"sourcesContent":["import React from 'react';\nimport { Box, BoxProps } from '../box/box.js';\nimport styles from './rect.module.css';\nimport classNames from 'classnames';\n\nexport interface RectProps extends BoxProps {\n color?: string;\n}\n\nexport const Rect = React.forwardRef(function Rect(\n {\n color = '#acdef0',\n style,\n className,\n width = '100%',\n height = 'auto',\n ...props\n }: RectProps,\n ref: React.Ref<HTMLDivElement>\n) {\n const finalStyle = {\n ...style,\n '--color': color,\n };\n\n return (\n <Box\n ref={ref}\n style={finalStyle}\n className={classNames(className, styles['rect'])}\n width={width}\n height={height}\n {...props}\n />\n );\n});\n"],"names":["Rect","React","color","style","className","width","height","props","ref","finalStyle","jsx","Box","classNames","styles"],"mappings":";;;;4CASaA,IAAOC,EAAM,WAAW,SACnC;AAAA,EACE,OAAAC,IAAQ;AAAA,EACR,OAAAC;AAAA,EACA,WAAAC;AAAA,EACA,OAAAC,IAAQ;AAAA,EACR,QAAAC,IAAS;AAAA,EACT,GAAGC;AACL,GACAC,GACA;AACA,QAAMC,IAAa;AAAA,IACjB,GAAGN;AAAA,IACH,WAAWD;AAAA,EAAA;AAGb,SACE,gBAAAQ;AAAA,IAACC;AAAA,IAAA;AAAA,MACC,KAAAH;AAAA,MACA,OAAOC;AAAA,MACP,WAAWG,EAAWR,GAAWS,EAAO,IAAO;AAAA,MAC/C,OAAAR;AAAA,MACA,QAAAC;AAAA,MACC,GAAGC;AAAA,IAAA;AAAA,EAAA;AAGV,CAAC;"}
@@ -0,0 +1,5 @@
1
+ import { default as React } from 'react';
2
+ import { BoxProps } from '../box/box.js';
3
+ export type StyleBoxProps = React.CSSProperties & Omit<BoxProps, 'style'>;
4
+ export declare const StyleBox: React.ForwardRefExoticComponent<React.CSSProperties & Omit<BoxProps, "style"> & React.RefAttributes<HTMLDivElement>>;
5
+ //# sourceMappingURL=style_box.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"style_box.d.ts","sourceRoot":"","sources":["../../../src/stacks/story_components/style_box.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AAIzC,MAAM,MAAM,aAAa,GAAG,KAAK,CAAC,aAAa,GAAG,IAAI,CAAC,QAAQ,EAAE,OAAO,CAAC,CAAC;AAE1E,eAAO,MAAM,QAAQ,sHAWnB,CAAC"}
@@ -0,0 +1,12 @@
1
+ import { jsx as p } from "react/jsx-runtime";
2
+ import s from "react";
3
+ import { Box as i } from "../box/box.js";
4
+ import { extractStyleProps as n } from "../utils/extract_style_props.js";
5
+ const B = s.forwardRef(function({ className: o, children: r, ...t }, e) {
6
+ const [m, f] = n(t);
7
+ return /* @__PURE__ */ p(i, { ref: e, className: o, style: m, ...f, children: r });
8
+ });
9
+ export {
10
+ B as StyleBox
11
+ };
12
+ //# sourceMappingURL=style_box.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"style_box.js","sources":["../../../src/stacks/story_components/style_box.tsx"],"sourcesContent":["import React from 'react';\nimport { BoxProps } from '../box/box.js';\nimport { Box } from '../box/box.js';\nimport { extractStyleProps } from '../utils/extract_style_props.js';\n\nexport type StyleBoxProps = React.CSSProperties & Omit<BoxProps, 'style'>;\n\nexport const StyleBox = React.forwardRef(function StyleBox(\n { className, children, ...props }: StyleBoxProps,\n ref: React.Ref<HTMLDivElement>\n) {\n const [styleProps, remainder] = extractStyleProps(props);\n\n return (\n <Box ref={ref} className={className} style={styleProps} {...remainder}>\n {children}\n </Box>\n );\n});\n"],"names":["StyleBox","React","className","children","props","ref","styleProps","remainder","extractStyleProps","jsx","Box"],"mappings":";;;;AAOO,MAAMA,IAAWC,EAAM,WAAW,SACvC,EAAE,WAAAC,GAAW,UAAAC,GAAU,GAAGC,EAAA,GAC1BC,GACA;AACA,QAAM,CAACC,GAAYC,CAAS,IAAIC,EAAkBJ,CAAK;AAEvD,SACE,gBAAAK,EAACC,KAAI,KAAAL,GAAU,WAAAH,GAAsB,OAAOI,GAAa,GAAGC,GACzD,UAAAJ,GACH;AAEJ,CAAC;"}
@@ -0,0 +1,2 @@
1
+ export type Alignment = 'start' | 'center' | 'end';
2
+ //# sourceMappingURL=alignment.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"alignment.d.ts","sourceRoot":"","sources":["../../../src/stacks/types/alignment.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,SAAS,GAAG,OAAO,GAAG,QAAQ,GAAG,KAAK,CAAC"}
@@ -0,0 +1,5 @@
1
+ export type WithDetailedHTMLProps<Props = any, Tag extends keyof JSX.IntrinsicElements = keyof JSX.IntrinsicElements> = JSX.IntrinsicElements[Tag] & Props;
2
+ export type AsWithDetailedHTMLProps<Props = any, Tag extends keyof JSX.IntrinsicElements = keyof JSX.IntrinsicElements> = WithDetailedHTMLProps<Props, Tag> & {
3
+ as?: Tag;
4
+ };
5
+ //# sourceMappingURL=as.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"as.d.ts","sourceRoot":"","sources":["../../../src/stacks/types/as.tsx"],"names":[],"mappings":"AAAA,MAAM,MAAM,qBAAqB,CAC/B,KAAK,GAAG,GAAG,EACX,GAAG,SAAS,MAAM,GAAG,CAAC,iBAAiB,GAAG,MAAM,GAAG,CAAC,iBAAiB,IACnE,GAAG,CAAC,iBAAiB,CAAC,GAAG,CAAC,GAAG,KAAK,CAAC;AAEvC,MAAM,MAAM,uBAAuB,CACjC,KAAK,GAAG,GAAG,EACX,GAAG,SAAS,MAAM,GAAG,CAAC,iBAAiB,GAAG,MAAM,GAAG,CAAC,iBAAiB,IACnE,qBAAqB,CAAC,KAAK,EAAE,GAAG,CAAC,GAAG;IACtC,EAAE,CAAC,EAAE,GAAG,CAAC;CACV,CAAC"}
@@ -0,0 +1,5 @@
1
+ export interface CommonProps {
2
+ style?: React.CSSProperties;
3
+ className?: string;
4
+ }
5
+ //# sourceMappingURL=common.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"common.d.ts","sourceRoot":"","sources":["../../../src/stacks/types/common.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,WAAW;IAC1B,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IAC5B,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB"}
@@ -0,0 +1,42 @@
1
+ import { Alignment } from './alignment.js';
2
+ export interface StackStyleProps {
3
+ hAlign?: Alignment;
4
+ vAlign?: Alignment;
5
+ width?: 'default' | 'flex' | 'auto' | string | number;
6
+ minWidth?: string | number;
7
+ maxWidth?: string | number;
8
+ height?: 'default' | 'flex' | 'auto' | string | number;
9
+ minHeight?: string | number;
10
+ maxHeight?: string | number;
11
+ growWeight?: number;
12
+ shrinkWeight?: number;
13
+ padding?: string;
14
+ paddingInline?: string;
15
+ paddingBlock?: string;
16
+ paddingInlineStart?: string;
17
+ paddingInlineEnd?: string;
18
+ paddingTop?: string;
19
+ paddingBottom?: string;
20
+ margin?: string;
21
+ marginInline?: string;
22
+ marginBlock?: string;
23
+ marginInlineStart?: string;
24
+ marginInlineEnd?: string;
25
+ marginTop?: string;
26
+ marginBottom?: string;
27
+ zIndex?: string | number;
28
+ gap?: string;
29
+ rowGap?: string;
30
+ columnGap?: string;
31
+ allowFlow?: boolean;
32
+ inline?: boolean;
33
+ }
34
+ export interface VerticalProps {
35
+ overflowX?: 'hidden' | 'visible';
36
+ overflowY?: 'hidden' | 'scroll' | 'auto' | 'visible';
37
+ }
38
+ export interface HorizontalProps {
39
+ overflowX?: 'hidden' | 'scroll' | 'auto' | 'visible';
40
+ overflowY?: 'hidden' | 'visible';
41
+ }
42
+ //# sourceMappingURL=styles.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../src/stacks/types/styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAE3C,MAAM,WAAW,eAAe;IAC9B,MAAM,CAAC,EAAE,SAAS,CAAC;IACnB,MAAM,CAAC,EAAE,SAAS,CAAC;IACnB,KAAK,CAAC,EAAE,SAAS,GAAG,MAAM,GAAG,MAAM,GAAG,MAAM,GAAG,MAAM,CAAC;IACtD,QAAQ,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAC3B,QAAQ,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAC3B,MAAM,CAAC,EAAE,SAAS,GAAG,MAAM,GAAG,MAAM,GAAG,MAAM,GAAG,MAAM,CAAC;IACvD,SAAS,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAC5B,SAAS,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAC5B,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACzB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB;AAED,MAAM,WAAW,aAAa;IAC5B,SAAS,CAAC,EAAE,QAAQ,GAAG,SAAS,CAAC;IACjC,SAAS,CAAC,EAAE,QAAQ,GAAG,QAAQ,GAAG,MAAM,GAAG,SAAS,CAAC;CACtD;AAED,MAAM,WAAW,eAAe;IAC9B,SAAS,CAAC,EAAE,QAAQ,GAAG,QAAQ,GAAG,MAAM,GAAG,SAAS,CAAC;IACrD,SAAS,CAAC,EAAE,QAAQ,GAAG,SAAS,CAAC;CAClC"}
@@ -0,0 +1,10 @@
1
+ import { CSSProperties } from 'react';
2
+ /**
3
+ * Extracts CSS properties from an object and returns a CSSProperties object.
4
+ * This function filters out non-CSS properties and only includes valid CSS properties.
5
+ *
6
+ * @param obj - The object containing potential CSS properties
7
+ * @returns A CSSProperties object with only valid CSS properties
8
+ */
9
+ export declare function extractStyleProps(obj: Record<string, any>): [CSSProperties, Record<string, any>];
10
+ //# sourceMappingURL=extract_style_props.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"extract_style_props.d.ts","sourceRoot":"","sources":["../../../src/stacks/utils/extract_style_props.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AA4S3C;;;;;;GAMG;AACH,wBAAgB,iBAAiB,CAC/B,GAAG,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GACvB,CAAC,aAAa,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC,CAatC"}
@@ -0,0 +1,297 @@
1
+ const n = /* @__PURE__ */ new Set([
2
+ // Layout properties
3
+ "display",
4
+ "position",
5
+ "top",
6
+ "right",
7
+ "bottom",
8
+ "left",
9
+ "zIndex",
10
+ "float",
11
+ "clear",
12
+ "overflow",
13
+ "overflowX",
14
+ "overflowY",
15
+ "clip",
16
+ // Box model properties
17
+ "width",
18
+ "minWidth",
19
+ "maxWidth",
20
+ "height",
21
+ "minHeight",
22
+ "maxHeight",
23
+ "margin",
24
+ "marginTop",
25
+ "marginRight",
26
+ "marginBottom",
27
+ "marginLeft",
28
+ "marginInline",
29
+ "marginInlineStart",
30
+ "marginInlineEnd",
31
+ "marginBlock",
32
+ "marginBlockStart",
33
+ "marginBlockEnd",
34
+ "padding",
35
+ "paddingTop",
36
+ "paddingRight",
37
+ "paddingBottom",
38
+ "paddingLeft",
39
+ "paddingInline",
40
+ "paddingInlineStart",
41
+ "paddingInlineEnd",
42
+ "paddingBlock",
43
+ "paddingBlockStart",
44
+ "paddingBlockEnd",
45
+ "border",
46
+ "borderWidth",
47
+ "borderStyle",
48
+ "borderColor",
49
+ "borderRadius",
50
+ "borderTop",
51
+ "borderTopWidth",
52
+ "borderTopStyle",
53
+ "borderTopColor",
54
+ "borderTopLeftRadius",
55
+ "borderTopRightRadius",
56
+ "borderRight",
57
+ "borderRightWidth",
58
+ "borderRightStyle",
59
+ "borderRightColor",
60
+ "borderBottom",
61
+ "borderBottomWidth",
62
+ "borderBottomStyle",
63
+ "borderBottomColor",
64
+ "borderBottomLeftRadius",
65
+ "borderBottomRightRadius",
66
+ "borderLeft",
67
+ "borderLeftWidth",
68
+ "borderLeftStyle",
69
+ "borderLeftColor",
70
+ "borderInline",
71
+ "borderInlineStart",
72
+ "borderInlineEnd",
73
+ "borderBlock",
74
+ "borderBlockStart",
75
+ "borderBlockEnd",
76
+ "outline",
77
+ "outlineWidth",
78
+ "outlineStyle",
79
+ "outlineColor",
80
+ "outlineOffset",
81
+ "boxShadow",
82
+ "boxSizing",
83
+ // Flexbox properties
84
+ "flex",
85
+ "flexGrow",
86
+ "flexShrink",
87
+ "flexBasis",
88
+ "flexDirection",
89
+ "flexWrap",
90
+ "justifyContent",
91
+ "alignItems",
92
+ "alignContent",
93
+ "alignSelf",
94
+ "order",
95
+ "gap",
96
+ "rowGap",
97
+ "columnGap",
98
+ // Grid properties
99
+ "grid",
100
+ "gridTemplate",
101
+ "gridTemplateAreas",
102
+ "gridTemplateColumns",
103
+ "gridTemplateRows",
104
+ "gridArea",
105
+ "gridColumn",
106
+ "gridColumnStart",
107
+ "gridColumnEnd",
108
+ "gridRow",
109
+ "gridRowStart",
110
+ "gridRowEnd",
111
+ "gridGap",
112
+ "gridRowGap",
113
+ "gridColumnGap",
114
+ "justifyItems",
115
+ "justifySelf",
116
+ // Typography properties
117
+ "color",
118
+ "font",
119
+ "fontFamily",
120
+ "fontSize",
121
+ "fontSizeAdjust",
122
+ "fontStretch",
123
+ "fontStyle",
124
+ "fontVariant",
125
+ "fontWeight",
126
+ "lineHeight",
127
+ "letterSpacing",
128
+ "textAlign",
129
+ "textDecoration",
130
+ "textIndent",
131
+ "textOverflow",
132
+ "textShadow",
133
+ "textTransform",
134
+ "verticalAlign",
135
+ "whiteSpace",
136
+ "wordBreak",
137
+ "wordSpacing",
138
+ "wordWrap",
139
+ "writingMode",
140
+ "textOrientation",
141
+ // Background properties
142
+ "background",
143
+ "backgroundColor",
144
+ "backgroundImage",
145
+ "backgroundPosition",
146
+ "backgroundSize",
147
+ "backgroundRepeat",
148
+ "backgroundAttachment",
149
+ "backgroundClip",
150
+ "backgroundOrigin",
151
+ // Visual properties
152
+ "opacity",
153
+ "visibility",
154
+ "cursor",
155
+ "pointerEvents",
156
+ "userSelect",
157
+ "resize",
158
+ "transform",
159
+ "transformOrigin",
160
+ "transition",
161
+ "animation",
162
+ "animationName",
163
+ "animationDuration",
164
+ "animationTimingFunction",
165
+ "animationDelay",
166
+ "animationIterationCount",
167
+ "animationDirection",
168
+ "animationFillMode",
169
+ "animationPlayState",
170
+ // Print properties
171
+ "pageBreakAfter",
172
+ "pageBreakBefore",
173
+ "pageBreakInside",
174
+ "orphans",
175
+ "widows",
176
+ // Other properties
177
+ "content",
178
+ "quotes",
179
+ "counterReset",
180
+ "counterIncrement",
181
+ "listStyle",
182
+ "listStyleType",
183
+ "listStylePosition",
184
+ "listStyleImage",
185
+ "tableLayout",
186
+ "emptyCells",
187
+ "captionSide",
188
+ "borderCollapse",
189
+ "borderSpacing",
190
+ "speak",
191
+ "speakHeader",
192
+ "speakNumeral",
193
+ "speakPunctuation",
194
+ "speechRate",
195
+ "voiceFamily",
196
+ "pitch",
197
+ "pitchRange",
198
+ "stress",
199
+ "richness",
200
+ "azimuth",
201
+ "elevation",
202
+ "playDuring",
203
+ "volume",
204
+ "pause",
205
+ "pauseBefore",
206
+ "pauseAfter",
207
+ "cue",
208
+ "cueBefore",
209
+ "cueAfter",
210
+ "markerOffset",
211
+ "marks",
212
+ "size",
213
+ "page",
214
+ "zoom",
215
+ // Additional modern CSS properties
216
+ "aspectRatio",
217
+ "contain",
218
+ "container",
219
+ "containerName",
220
+ "containerType",
221
+ "containerQuery",
222
+ "isolation",
223
+ "mixBlendMode",
224
+ "backdropFilter",
225
+ "filter",
226
+ "mask",
227
+ "maskImage",
228
+ "maskMode",
229
+ "maskPosition",
230
+ "maskSize",
231
+ "maskRepeat",
232
+ "maskOrigin",
233
+ "maskClip",
234
+ "maskComposite",
235
+ "clipPath",
236
+ "shapeOutside",
237
+ "shapeImageThreshold",
238
+ "shapeMargin",
239
+ "offset",
240
+ "offsetDistance",
241
+ "offsetPath",
242
+ "offsetRotate",
243
+ "offsetAnchor",
244
+ "scrollBehavior",
245
+ "scrollMargin",
246
+ "scrollMarginTop",
247
+ "scrollMarginRight",
248
+ "scrollMarginBottom",
249
+ "scrollMarginLeft",
250
+ "scrollMarginBlock",
251
+ "scrollMarginBlockStart",
252
+ "scrollMarginBlockEnd",
253
+ "scrollMarginInline",
254
+ "scrollMarginInlineStart",
255
+ "scrollMarginInlineEnd",
256
+ "scrollPadding",
257
+ "scrollPaddingTop",
258
+ "scrollPaddingRight",
259
+ "scrollPaddingBottom",
260
+ "scrollPaddingLeft",
261
+ "scrollPaddingBlock",
262
+ "scrollPaddingBlockStart",
263
+ "scrollPaddingBlockEnd",
264
+ "scrollPaddingInline",
265
+ "scrollPaddingInlineStart",
266
+ "scrollPaddingInlineEnd",
267
+ "scrollSnapType",
268
+ "scrollSnapStrictness",
269
+ "scrollSnapAlign",
270
+ "scrollSnapStop",
271
+ "overscrollBehavior",
272
+ "overscrollBehaviorX",
273
+ "overscrollBehaviorY",
274
+ "touchAction",
275
+ "willChange",
276
+ "containIntrinsicSize",
277
+ "containIntrinsicWidth",
278
+ "containIntrinsicHeight",
279
+ "containIntrinsicBlockSize",
280
+ "containIntrinsicInlineSize",
281
+ "logicalWidth",
282
+ "logicalHeight",
283
+ "minLogicalWidth",
284
+ "maxLogicalWidth",
285
+ "minLogicalHeight",
286
+ "maxLogicalHeight"
287
+ ]);
288
+ function a(r) {
289
+ const i = {}, e = {};
290
+ for (const [o, t] of Object.entries(r))
291
+ n.has(o) || o.startsWith("--") ? i[o] = t : e[o] = t;
292
+ return [i, e];
293
+ }
294
+ export {
295
+ a as extractStyleProps
296
+ };
297
+ //# sourceMappingURL=extract_style_props.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"extract_style_props.js","sources":["../../../src/stacks/utils/extract_style_props.ts"],"sourcesContent":["import type { CSSProperties } from 'react';\n\n// Comprehensive list of valid CSS properties in camelCase format\nconst VALID_CSS_PROPERTIES = new Set([\n // Layout properties\n 'display',\n 'position',\n 'top',\n 'right',\n 'bottom',\n 'left',\n 'zIndex',\n 'float',\n 'clear',\n 'overflow',\n 'overflowX',\n 'overflowY',\n 'clip',\n\n // Box model properties\n 'width',\n 'minWidth',\n 'maxWidth',\n 'height',\n 'minHeight',\n 'maxHeight',\n 'margin',\n 'marginTop',\n 'marginRight',\n 'marginBottom',\n 'marginLeft',\n 'marginInline',\n 'marginInlineStart',\n 'marginInlineEnd',\n 'marginBlock',\n 'marginBlockStart',\n 'marginBlockEnd',\n 'padding',\n 'paddingTop',\n 'paddingRight',\n 'paddingBottom',\n 'paddingLeft',\n 'paddingInline',\n 'paddingInlineStart',\n 'paddingInlineEnd',\n 'paddingBlock',\n 'paddingBlockStart',\n 'paddingBlockEnd',\n 'border',\n 'borderWidth',\n 'borderStyle',\n 'borderColor',\n 'borderRadius',\n 'borderTop',\n 'borderTopWidth',\n 'borderTopStyle',\n 'borderTopColor',\n 'borderTopLeftRadius',\n 'borderTopRightRadius',\n 'borderRight',\n 'borderRightWidth',\n 'borderRightStyle',\n 'borderRightColor',\n 'borderBottom',\n 'borderBottomWidth',\n 'borderBottomStyle',\n 'borderBottomColor',\n 'borderBottomLeftRadius',\n 'borderBottomRightRadius',\n 'borderLeft',\n 'borderLeftWidth',\n 'borderLeftStyle',\n 'borderLeftColor',\n 'borderInline',\n 'borderInlineStart',\n 'borderInlineEnd',\n 'borderBlock',\n 'borderBlockStart',\n 'borderBlockEnd',\n 'outline',\n 'outlineWidth',\n 'outlineStyle',\n 'outlineColor',\n 'outlineOffset',\n 'boxShadow',\n 'boxSizing',\n\n // Flexbox properties\n 'flex',\n 'flexGrow',\n 'flexShrink',\n 'flexBasis',\n 'flexDirection',\n 'flexWrap',\n 'justifyContent',\n 'alignItems',\n 'alignContent',\n 'alignSelf',\n 'order',\n 'gap',\n 'rowGap',\n 'columnGap',\n\n // Grid properties\n 'grid',\n 'gridTemplate',\n 'gridTemplateAreas',\n 'gridTemplateColumns',\n 'gridTemplateRows',\n 'gridArea',\n 'gridColumn',\n 'gridColumnStart',\n 'gridColumnEnd',\n 'gridRow',\n 'gridRowStart',\n 'gridRowEnd',\n 'gridGap',\n 'gridRowGap',\n 'gridColumnGap',\n 'justifyItems',\n 'justifySelf',\n\n // Typography properties\n 'color',\n 'font',\n 'fontFamily',\n 'fontSize',\n 'fontSizeAdjust',\n 'fontStretch',\n 'fontStyle',\n 'fontVariant',\n 'fontWeight',\n 'lineHeight',\n 'letterSpacing',\n 'textAlign',\n 'textDecoration',\n 'textIndent',\n 'textOverflow',\n 'textShadow',\n 'textTransform',\n 'verticalAlign',\n 'whiteSpace',\n 'wordBreak',\n 'wordSpacing',\n 'wordWrap',\n 'writingMode',\n 'textOrientation',\n\n // Background properties\n 'background',\n 'backgroundColor',\n 'backgroundImage',\n 'backgroundPosition',\n 'backgroundSize',\n 'backgroundRepeat',\n 'backgroundAttachment',\n 'backgroundClip',\n 'backgroundOrigin',\n\n // Visual properties\n 'opacity',\n 'visibility',\n 'cursor',\n 'pointerEvents',\n 'userSelect',\n 'resize',\n 'transform',\n 'transformOrigin',\n 'transition',\n 'animation',\n 'animationName',\n 'animationDuration',\n 'animationTimingFunction',\n 'animationDelay',\n 'animationIterationCount',\n 'animationDirection',\n 'animationFillMode',\n 'animationPlayState',\n\n // Print properties\n 'pageBreakAfter',\n 'pageBreakBefore',\n 'pageBreakInside',\n 'orphans',\n 'widows',\n\n // Other properties\n 'content',\n 'quotes',\n 'counterReset',\n 'counterIncrement',\n 'listStyle',\n 'listStyleType',\n 'listStylePosition',\n 'listStyleImage',\n 'tableLayout',\n 'emptyCells',\n 'captionSide',\n 'borderCollapse',\n 'borderSpacing',\n 'speak',\n 'speakHeader',\n 'speakNumeral',\n 'speakPunctuation',\n 'speechRate',\n 'voiceFamily',\n 'pitch',\n 'pitchRange',\n 'stress',\n 'richness',\n 'azimuth',\n 'elevation',\n 'playDuring',\n 'volume',\n 'pause',\n 'pauseBefore',\n 'pauseAfter',\n 'cue',\n 'cueBefore',\n 'cueAfter',\n 'markerOffset',\n 'marks',\n 'size',\n 'page',\n 'zoom',\n\n // Additional modern CSS properties\n 'aspectRatio',\n 'contain',\n 'container',\n 'containerName',\n 'containerType',\n 'containerQuery',\n 'isolation',\n 'mixBlendMode',\n 'backdropFilter',\n 'filter',\n 'mask',\n 'maskImage',\n 'maskMode',\n 'maskPosition',\n 'maskSize',\n 'maskRepeat',\n 'maskOrigin',\n 'maskClip',\n 'maskComposite',\n 'clipPath',\n 'shapeOutside',\n 'shapeImageThreshold',\n 'shapeMargin',\n 'offset',\n 'offsetDistance',\n 'offsetPath',\n 'offsetRotate',\n 'offsetAnchor',\n 'scrollBehavior',\n 'scrollMargin',\n 'scrollMarginTop',\n 'scrollMarginRight',\n 'scrollMarginBottom',\n 'scrollMarginLeft',\n 'scrollMarginBlock',\n 'scrollMarginBlockStart',\n 'scrollMarginBlockEnd',\n 'scrollMarginInline',\n 'scrollMarginInlineStart',\n 'scrollMarginInlineEnd',\n 'scrollPadding',\n 'scrollPaddingTop',\n 'scrollPaddingRight',\n 'scrollPaddingBottom',\n 'scrollPaddingLeft',\n 'scrollPaddingBlock',\n 'scrollPaddingBlockStart',\n 'scrollPaddingBlockEnd',\n 'scrollPaddingInline',\n 'scrollPaddingInlineStart',\n 'scrollPaddingInlineEnd',\n 'scrollSnapType',\n 'scrollSnapStrictness',\n 'scrollSnapAlign',\n 'scrollSnapStop',\n 'overscrollBehavior',\n 'overscrollBehaviorX',\n 'overscrollBehaviorY',\n 'touchAction',\n 'willChange',\n 'containIntrinsicSize',\n 'containIntrinsicWidth',\n 'containIntrinsicHeight',\n 'containIntrinsicBlockSize',\n 'containIntrinsicInlineSize',\n 'logicalWidth',\n 'logicalHeight',\n 'minLogicalWidth',\n 'maxLogicalWidth',\n 'minLogicalHeight',\n 'maxLogicalHeight',\n]);\n\n/**\n * Extracts CSS properties from an object and returns a CSSProperties object.\n * This function filters out non-CSS properties and only includes valid CSS properties.\n *\n * @param obj - The object containing potential CSS properties\n * @returns A CSSProperties object with only valid CSS properties\n */\nexport function extractStyleProps(\n obj: Record<string, any>\n): [CSSProperties, Record<string, any>] {\n const cssProperties: CSSProperties = {};\n const remainder: Record<string, any> = {};\n for (const [key, value] of Object.entries(obj)) {\n // Check if the key is a valid CSS property or a CSS custom property\n if (VALID_CSS_PROPERTIES.has(key) || key.startsWith('--')) {\n (cssProperties as any)[key] = value;\n } else {\n remainder[key] = value;\n }\n }\n\n return [cssProperties, remainder];\n}\n"],"names":["VALID_CSS_PROPERTIES","extractStyleProps","obj","cssProperties","remainder","key","value"],"mappings":"AAGA,MAAMA,wBAA2B,IAAI;AAAA;AAAA,EAEnC;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA;AAAA,EAGA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA;AAAA,EAGA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA;AAAA,EAGA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA;AAAA,EAGA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA;AAAA,EAGA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA;AAAA,EAGA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA;AAAA,EAGA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA;AAAA,EAGA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA;AAAA,EAGA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AACF,CAAC;AASM,SAASC,EACdC,GACsC;AACtC,QAAMC,IAA+B,CAAA,GAC/BC,IAAiC,CAAA;AACvC,aAAW,CAACC,GAAKC,CAAK,KAAK,OAAO,QAAQJ,CAAG;AAE3C,IAAIF,EAAqB,IAAIK,CAAG,KAAKA,EAAI,WAAW,IAAI,IACrDF,EAAsBE,CAAG,IAAIC,IAE9BF,EAAUC,CAAG,IAAIC;AAIrB,SAAO,CAACH,GAAeC,CAAS;AAClC;"}
@@ -0,0 +1,2 @@
1
+ export declare function isCustomSizeProp(prop: string | number): prop is "default" | "flex";
2
+ //# sourceMappingURL=isCustomSizeProp.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"isCustomSizeProp.d.ts","sourceRoot":"","sources":["../../../src/stacks/utils/isCustomSizeProp.ts"],"names":[],"mappings":"AAAA,wBAAgB,gBAAgB,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM,8BAErD"}
@@ -0,0 +1,7 @@
1
+ function t(e) {
2
+ return e === "flex" || e === "default";
3
+ }
4
+ export {
5
+ t as isCustomSizeProp
6
+ };
7
+ //# sourceMappingURL=isCustomSizeProp.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"isCustomSizeProp.js","sources":["../../../src/stacks/utils/isCustomSizeProp.ts"],"sourcesContent":["export function isCustomSizeProp(prop: string | number) {\n return prop === 'flex' || prop === 'default';\n}\n"],"names":["isCustomSizeProp","prop"],"mappings":"AAAO,SAASA,EAAiBC,GAAuB;AACtD,SAAOA,MAAS,UAAUA,MAAS;AACrC;"}
@@ -0,0 +1,2 @@
1
+ export declare function removeUndefinedProperties<T extends object>(obj: T): any;
2
+ //# sourceMappingURL=remove_undefined_properties.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"remove_undefined_properties.d.ts","sourceRoot":"","sources":["../../../src/stacks/utils/remove_undefined_properties.ts"],"names":[],"mappings":"AAAA,wBAAgB,yBAAyB,CAAC,CAAC,SAAS,MAAM,EAAE,GAAG,EAAE,CAAC,OAUjE"}
@@ -0,0 +1,10 @@
1
+ function t(e) {
2
+ const r = {};
3
+ return Object.keys(e).forEach((n) => {
4
+ typeof e[n] < "u" && (r[n] = e[n]);
5
+ }), r;
6
+ }
7
+ export {
8
+ t as removeUndefinedProperties
9
+ };
10
+ //# sourceMappingURL=remove_undefined_properties.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"remove_undefined_properties.js","sources":["../../../src/stacks/utils/remove_undefined_properties.ts"],"sourcesContent":["export function removeUndefinedProperties<T extends object>(obj: T) {\n const result: any = {};\n\n Object.keys(obj).forEach(k => {\n if (typeof (obj as any)[k] !== 'undefined') {\n result[k] = (obj as any)[k];\n }\n });\n\n return result;\n}\n"],"names":["removeUndefinedProperties","obj","result","k"],"mappings":"AAAO,SAASA,EAA4CC,GAAQ;AAClE,QAAMC,IAAc,CAAA;AAEpB,gBAAO,KAAKD,CAAG,EAAE,QAAQ,CAAAE,MAAK;AAC5B,IAAI,OAAQF,EAAYE,CAAC,IAAM,QAC7BD,EAAOC,CAAC,IAAKF,EAAYE,CAAC;AAAA,EAE9B,CAAC,GAEMD;AACT;"}
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ export declare function useIsCollapsed(open: boolean, collapsibleRef: React.RefObject<HTMLElement | null>): boolean;
3
+ //# sourceMappingURL=use_is_collapsed.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"use_is_collapsed.d.ts","sourceRoot":"","sources":["../../../src/stacks/utils/use_is_collapsed.ts"],"names":[],"mappings":"AAAA,OAAO,KAA0B,MAAM,OAAO,CAAC;AAE/C,wBAAgB,cAAc,CAC5B,IAAI,EAAE,OAAO,EACb,cAAc,EAAE,KAAK,CAAC,SAAS,CAAC,WAAW,GAAG,IAAI,CAAC,GAClD,OAAO,CA2BT"}
@@ -0,0 +1,22 @@
1
+ import d, { useLayoutEffect as l } from "react";
2
+ function c(a, s) {
3
+ const [i, n] = d.useState(!a);
4
+ return l(() => {
5
+ const t = s.current;
6
+ if (!t) return;
7
+ const o = () => {
8
+ const { isCollapsed: e } = t.dataset;
9
+ e === "false" && n(!1);
10
+ }, r = () => {
11
+ const { isCollapsed: e } = t.dataset;
12
+ e === "true" && n(!0);
13
+ };
14
+ return t.addEventListener("transitionstart", o), t.addEventListener("transitionend", r), () => {
15
+ t.removeEventListener("transitionstart", o), t.removeEventListener("transitionend", r);
16
+ };
17
+ }, [s]), i;
18
+ }
19
+ export {
20
+ c as useIsCollapsed
21
+ };
22
+ //# sourceMappingURL=use_is_collapsed.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"use_is_collapsed.js","sources":["../../../src/stacks/utils/use_is_collapsed.ts"],"sourcesContent":["import React, { useLayoutEffect } from 'react';\n\nexport function useIsCollapsed(\n open: boolean,\n collapsibleRef: React.RefObject<HTMLElement | null>\n): boolean {\n const [isCollapsed, setIsCollapsed] = React.useState(!open);\n\n useLayoutEffect(() => {\n const collapseEl = collapsibleRef.current;\n if (!collapseEl) return;\n const onTransitionStart = () => {\n const { isCollapsed } = collapseEl.dataset;\n if (isCollapsed === 'false') {\n setIsCollapsed(false);\n }\n };\n const onTransitionEnd = () => {\n const { isCollapsed } = collapseEl.dataset;\n if (isCollapsed === 'true') {\n setIsCollapsed(true);\n }\n };\n collapseEl.addEventListener('transitionstart', onTransitionStart);\n collapseEl.addEventListener('transitionend', onTransitionEnd);\n return () => {\n collapseEl.removeEventListener('transitionstart', onTransitionStart);\n collapseEl.removeEventListener('transitionend', onTransitionEnd);\n };\n }, [collapsibleRef]);\n\n return isCollapsed;\n}\n"],"names":["useIsCollapsed","open","collapsibleRef","isCollapsed","setIsCollapsed","React","useLayoutEffect","collapseEl","onTransitionStart","onTransitionEnd"],"mappings":";AAEO,SAASA,EACdC,GACAC,GACS;AACT,QAAM,CAACC,GAAaC,CAAc,IAAIC,EAAM,SAAS,CAACJ,CAAI;AAE1D,SAAAK,EAAgB,MAAM;AACpB,UAAMC,IAAaL,EAAe;AAClC,QAAI,CAACK,EAAY;AACjB,UAAMC,IAAoB,MAAM;AAC9B,YAAM,EAAE,aAAAL,EAAAA,IAAgBI,EAAW;AACnC,MAAIJ,MAAgB,WAClBC,EAAe,EAAK;AAAA,IAExB,GACMK,IAAkB,MAAM;AAC5B,YAAM,EAAE,aAAAN,EAAAA,IAAgBI,EAAW;AACnC,MAAIJ,MAAgB,UAClBC,EAAe,EAAI;AAAA,IAEvB;AACA,WAAAG,EAAW,iBAAiB,mBAAmBC,CAAiB,GAChED,EAAW,iBAAiB,iBAAiBE,CAAe,GACrD,MAAM;AACX,MAAAF,EAAW,oBAAoB,mBAAmBC,CAAiB,GACnED,EAAW,oBAAoB,iBAAiBE,CAAe;AAAA,IACjE;AAAA,EACF,GAAG,CAACP,CAAc,CAAC,GAEZC;AACT;"}
@@ -0,0 +1,8 @@
1
+ import { default as React } from 'react';
2
+ import { BoxProps } from './box/box.js';
3
+ export interface VCollapsibleBoxProps extends BoxProps {
4
+ open?: boolean;
5
+ defaultHeight?: string;
6
+ }
7
+ export declare const VCollapsibleBox: React.ForwardRefExoticComponent<VCollapsibleBoxProps & React.RefAttributes<HTMLDivElement>>;
8
+ //# sourceMappingURL=v_collapsible_box.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"v_collapsible_box.d.ts","sourceRoot":"","sources":["../../src/stacks/v_collapsible_box.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA0B,MAAM,OAAO,CAAC;AAG/C,OAAO,EAAO,QAAQ,EAAE,MAAM,cAAc,CAAC;AAI7C,MAAM,WAAW,oBAAqB,SAAQ,QAAQ;IACpD,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB;AAED,eAAO,MAAM,eAAe,6FAmC1B,CAAC"}