@tcn/ui 0.0.3 → 0.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (348) hide show
  1. package/dist/actions/button/base_button/base_button.js +8 -8
  2. package/dist/actions/button/base_button/base_button.js.map +1 -1
  3. package/dist/actions/button/button/button.js +5 -5
  4. package/dist/actions/button/button/button.js.map +1 -1
  5. package/dist/actions/button/button_group/button_group.d.ts.map +1 -1
  6. package/dist/actions/button/button_group/button_group.js +2 -5
  7. package/dist/actions/button/button_group/button_group.js.map +1 -1
  8. package/dist/actions/button/select_group/select_group.js +7 -7
  9. package/dist/actions/button/select_group/select_group.js.map +1 -1
  10. package/dist/actions/button/slim_button/slim_button.d.ts.map +1 -1
  11. package/dist/actions/button/slim_button/slim_button.js +4 -4
  12. package/dist/actions/button/slim_button/slim_button.js.map +1 -1
  13. package/dist/feedback/progress/progress_bar.js +1 -1
  14. package/dist/form/field/common/field_control/field_control.js +6 -6
  15. package/dist/form/field/common/field_control/field_control.js.map +1 -1
  16. package/dist/form/field/common/field_description.js +1 -1
  17. package/dist/form/field/common/field_error.js +3 -4
  18. package/dist/form/field/common/field_error.js.map +1 -1
  19. package/dist/form/field/common/field_header.js +8 -8
  20. package/dist/form/field/common/field_header.js.map +1 -1
  21. package/dist/form/field/common/field_label.js +1 -1
  22. package/dist/form/field/common/status_input/status_input.d.ts.map +1 -1
  23. package/dist/form/field/common/status_input/status_input.js +9 -15
  24. package/dist/form/field/common/status_input/status_input.js.map +1 -1
  25. package/dist/form/field/h_field/h_field.js +9 -9
  26. package/dist/form/field/h_field/h_field.js.map +1 -1
  27. package/dist/form/field/v_field/v_field.js +8 -8
  28. package/dist/form/field/v_field/v_field.js.map +1 -1
  29. package/dist/form/field_set/field_set.d.ts.map +1 -1
  30. package/dist/form/field_set/field_set.js +12 -19
  31. package/dist/form/field_set/field_set.js.map +1 -1
  32. package/dist/inputs/checkbox/checkbox.js +12 -12
  33. package/dist/inputs/checkbox/checkbox.js.map +1 -1
  34. package/dist/inputs/color_input/color_input.d.ts.map +1 -1
  35. package/dist/inputs/color_input/color_input.js +13 -17
  36. package/dist/inputs/color_input/color_input.js.map +1 -1
  37. package/dist/inputs/color_input/color_picker.js +6 -6
  38. package/dist/inputs/color_input/color_picker.js.map +1 -1
  39. package/dist/inputs/combo_box/combo_box.js +15 -15
  40. package/dist/inputs/combo_box/combo_box.js.map +1 -1
  41. package/dist/inputs/date_picker/date_picker.js +6 -6
  42. package/dist/inputs/date_picker/date_picker.js.map +1 -1
  43. package/dist/inputs/date_picker/date_picker_date.js +13 -13
  44. package/dist/inputs/date_picker/date_picker_date.js.map +1 -1
  45. package/dist/inputs/date_picker/date_picker_day.js +1 -1
  46. package/dist/inputs/date_picker/date_picker_header.js +24 -24
  47. package/dist/inputs/date_picker/date_picker_header.js.map +1 -1
  48. package/dist/inputs/date_picker/date_picker_input.js +19 -19
  49. package/dist/inputs/date_picker/date_picker_input.js.map +1 -1
  50. package/dist/inputs/date_picker/date_picker_time_selector.d.ts.map +1 -1
  51. package/dist/inputs/date_picker/date_picker_time_selector.js +6 -9
  52. package/dist/inputs/date_picker/date_picker_time_selector.js.map +1 -1
  53. package/dist/inputs/date_picker/date_picker_year_input.js +3 -3
  54. package/dist/inputs/date_picker/date_picker_year_input.js.map +1 -1
  55. package/dist/inputs/date_picker/date_picker_year_selector.d.ts.map +1 -1
  56. package/dist/inputs/date_picker/date_picker_year_selector.js +18 -24
  57. package/dist/inputs/date_picker/date_picker_year_selector.js.map +1 -1
  58. package/dist/inputs/input/input.js +4 -4
  59. package/dist/inputs/input/input.js.map +1 -1
  60. package/dist/inputs/multi_combo_box/multi_combo_box.js +1 -1
  61. package/dist/inputs/multi_combo_box/multi_combo_box.js.map +1 -1
  62. package/dist/inputs/multiselect/multiselect_values.js +8 -8
  63. package/dist/inputs/multiselect/multiselect_values.js.map +1 -1
  64. package/dist/inputs/phone_number_input/phone_number_input.d.ts.map +1 -1
  65. package/dist/inputs/phone_number_input/phone_number_input.js +28 -31
  66. package/dist/inputs/phone_number_input/phone_number_input.js.map +1 -1
  67. package/dist/inputs/radio/radio.js +14 -14
  68. package/dist/inputs/radio/radio.js.map +1 -1
  69. package/dist/inputs/select/select.js +16 -16
  70. package/dist/inputs/select/select.js.map +1 -1
  71. package/dist/inputs/slider/slider.js +7 -7
  72. package/dist/inputs/slider/slider.js.map +1 -1
  73. package/dist/inputs/suggestions/suggestion_item.js +3 -3
  74. package/dist/inputs/suggestions/suggestion_item.js.map +1 -1
  75. package/dist/inputs/suggestions/suggestion_list.js +8 -8
  76. package/dist/inputs/suggestions/suggestion_list.js.map +1 -1
  77. package/dist/inputs/switch/switch.js +14 -14
  78. package/dist/inputs/switch/switch.js.map +1 -1
  79. package/dist/inputs/textarea/textarea.js +6 -6
  80. package/dist/inputs/textarea/textarea.js.map +1 -1
  81. package/dist/inputs/unit_input/unit_input.js +5 -5
  82. package/dist/inputs/unit_input/unit_input.js.map +1 -1
  83. package/dist/layouts/body/h_body.js +10 -10
  84. package/dist/layouts/body/h_body.js.map +1 -1
  85. package/dist/layouts/body/v_body.js +8 -8
  86. package/dist/layouts/body/v_body.js.map +1 -1
  87. package/dist/layouts/column/column.js +16 -16
  88. package/dist/layouts/column/column.js.map +1 -1
  89. package/dist/layouts/divider/divider.js +9 -9
  90. package/dist/layouts/divider/divider.js.map +1 -1
  91. package/dist/layouts/footer/footer.js +7 -7
  92. package/dist/layouts/footer/footer.js.map +1 -1
  93. package/dist/layouts/grid/grid.d.ts.map +1 -1
  94. package/dist/layouts/grid/grid.js +22 -31
  95. package/dist/layouts/grid/grid.js.map +1 -1
  96. package/dist/layouts/header/header.js +11 -11
  97. package/dist/layouts/header/header.js.map +1 -1
  98. package/dist/layouts/list/item.js +6 -6
  99. package/dist/layouts/list/item.js.map +1 -1
  100. package/dist/layouts/list/list.js +6 -6
  101. package/dist/layouts/list/list.js.map +1 -1
  102. package/dist/layouts/sidebar_end/sidebar_end.js +15 -15
  103. package/dist/layouts/sidebar_end/sidebar_end.js.map +1 -1
  104. package/dist/layouts/sidebar_start/sidebar_start.js +16 -16
  105. package/dist/layouts/sidebar_start/sidebar_start.js.map +1 -1
  106. package/dist/layouts/utility_bar/utility_bar.js +14 -14
  107. package/dist/layouts/utility_bar/utility_bar.js.map +1 -1
  108. package/dist/modal.css +1 -1
  109. package/dist/overlay/menu/menu.js +8 -8
  110. package/dist/overlay/menu/menu.js.map +1 -1
  111. package/dist/overlay/tooltip/tooltip.js +10 -10
  112. package/dist/overlay/tooltip/tooltip.js.map +1 -1
  113. package/dist/stacks/box/bottom_resize_handle.js +9 -9
  114. package/dist/stacks/box/bottom_resize_handle.js.map +1 -1
  115. package/dist/stacks/box/box.js +42 -42
  116. package/dist/stacks/box/box.js.map +1 -1
  117. package/dist/stacks/box/end_resize_handle.js +6 -6
  118. package/dist/stacks/box/end_resize_handle.js.map +1 -1
  119. package/dist/stacks/box/left_resize_handle.js +3 -3
  120. package/dist/stacks/box/left_resize_handle.js.map +1 -1
  121. package/dist/stacks/box/right_resize_handle.js +8 -8
  122. package/dist/stacks/box/right_resize_handle.js.map +1 -1
  123. package/dist/stacks/box/start_resize_handle.js +7 -7
  124. package/dist/stacks/box/start_resize_handle.js.map +1 -1
  125. package/dist/stacks/box/top_resize_handle.js +8 -8
  126. package/dist/stacks/box/top_resize_handle.js.map +1 -1
  127. package/dist/stacks/h_collapsible_box.js +5 -5
  128. package/dist/stacks/h_collapsible_box.js.map +1 -1
  129. package/dist/stacks/h_stack.js +26 -26
  130. package/dist/stacks/h_stack.js.map +1 -1
  131. package/dist/stacks/spacer.js +5 -5
  132. package/dist/stacks/spacer.js.map +1 -1
  133. package/dist/stacks/story_components/circle.js +6 -6
  134. package/dist/stacks/story_components/circle.js.map +1 -1
  135. package/dist/stacks/story_components/picture_placeholder.js +8 -8
  136. package/dist/stacks/story_components/picture_placeholder.js.map +1 -1
  137. package/dist/stacks/story_components/rect.js +11 -11
  138. package/dist/stacks/story_components/rect.js.map +1 -1
  139. package/dist/stacks/v_collapsible_box.js +8 -8
  140. package/dist/stacks/v_collapsible_box.js.map +1 -1
  141. package/dist/stacks/v_stack.js +35 -35
  142. package/dist/stacks/v_stack.js.map +1 -1
  143. package/dist/stacks/z_stack.js +34 -34
  144. package/dist/stacks/z_stack.js.map +1 -1
  145. package/dist/surfaces/alert/alert.js +8 -8
  146. package/dist/surfaces/alert/alert.js.map +1 -1
  147. package/dist/surfaces/card/card.js +8 -8
  148. package/dist/surfaces/card/card.js.map +1 -1
  149. package/dist/surfaces/confirm/confirm.d.ts.map +1 -1
  150. package/dist/surfaces/confirm/confirm.js +13 -20
  151. package/dist/surfaces/confirm/confirm.js.map +1 -1
  152. package/dist/surfaces/drawers/drawer_bottom/drawer_bottom.js +5 -5
  153. package/dist/surfaces/drawers/drawer_bottom/drawer_bottom.js.map +1 -1
  154. package/dist/surfaces/drawers/drawer_end/drawer_end.js +8 -8
  155. package/dist/surfaces/drawers/drawer_end/drawer_end.js.map +1 -1
  156. package/dist/surfaces/drawers/drawer_start/drawer_start.js +4 -4
  157. package/dist/surfaces/drawers/drawer_start/drawer_start.js.map +1 -1
  158. package/dist/surfaces/drawers/drawer_top/drawer_top.js +4 -4
  159. package/dist/surfaces/drawers/drawer_top/drawer_top.js.map +1 -1
  160. package/dist/surfaces/modal/modal.d.ts +2 -4
  161. package/dist/surfaces/modal/modal.d.ts.map +1 -1
  162. package/dist/surfaces/modal/modal.js +16 -7
  163. package/dist/surfaces/modal/modal.js.map +1 -1
  164. package/dist/surfaces/page/h_page.js +6 -6
  165. package/dist/surfaces/page/h_page.js.map +1 -1
  166. package/dist/surfaces/page/v_page.js +9 -9
  167. package/dist/surfaces/page/v_page.js.map +1 -1
  168. package/dist/surfaces/panel/h_panel.d.ts.map +1 -1
  169. package/dist/surfaces/panel/h_panel.js +18 -24
  170. package/dist/surfaces/panel/h_panel.js.map +1 -1
  171. package/dist/surfaces/panel/v_panel.js +9 -9
  172. package/dist/surfaces/panel/v_panel.js.map +1 -1
  173. package/dist/surfaces/popover/popover.js +34 -34
  174. package/dist/surfaces/popover/popover.js.map +1 -1
  175. package/dist/surfaces/window/window.d.ts.map +1 -1
  176. package/dist/surfaces/window/window.js +6 -14
  177. package/dist/surfaces/window/window.js.map +1 -1
  178. package/dist/themes/index.d.ts +0 -2
  179. package/dist/themes/index.d.ts.map +1 -1
  180. package/dist/themes/index.js +5 -266
  181. package/dist/themes/index.js.map +1 -1
  182. package/dist/themes/themes/ergo/ergo_theme.css +1 -1
  183. package/dist/tokens/badge/badge.js +13 -13
  184. package/dist/tokens/badge/badge.js.map +1 -1
  185. package/dist/tokens/bubble/bubble.js +16 -17
  186. package/dist/tokens/bubble/bubble.js.map +1 -1
  187. package/dist/tokens/chip/chip.js +10 -11
  188. package/dist/tokens/chip/chip.js.map +1 -1
  189. package/dist/typography/body_text/body_text.js +21 -21
  190. package/dist/typography/body_text/body_text.js.map +1 -1
  191. package/dist/typography/callout/callout.js +16 -16
  192. package/dist/typography/callout/callout.js.map +1 -1
  193. package/dist/typography/caption/caption.js +13 -13
  194. package/dist/typography/caption/caption.js.map +1 -1
  195. package/dist/typography/footnote/footnote.js +14 -14
  196. package/dist/typography/footnote/footnote.js.map +1 -1
  197. package/dist/typography/headline/headline.js +12 -12
  198. package/dist/typography/headline/headline.js.map +1 -1
  199. package/dist/typography/subheadline/subheadline.js +13 -13
  200. package/dist/typography/subheadline/subheadline.js.map +1 -1
  201. package/dist/typography/title/title.js +22 -22
  202. package/dist/typography/title/title.js.map +1 -1
  203. package/package.json +21 -2
  204. package/src/actions/button/__stories__/button.stories.tsx +1 -1
  205. package/src/actions/button/__stories__/button_group.stories.tsx +1 -1
  206. package/src/actions/button/__stories__/select_group.stories.tsx +1 -1
  207. package/src/actions/button/__stories__/slim_button.stories.tsx +1 -1
  208. package/src/actions/button/base_button/base_button.tsx +2 -2
  209. package/src/actions/button/button/button.tsx +3 -3
  210. package/src/actions/button/button_group/button_group.tsx +4 -7
  211. package/src/actions/button/select_group/select_group.tsx +3 -3
  212. package/src/actions/button/slim_button/slim_button.tsx +3 -2
  213. package/src/feedback/lazy/lazy.stories.tsx +1 -1
  214. package/src/feedback/loading/__storybook__/loading.stories.tsx +1 -1
  215. package/src/feedback/progress/progress_bar.stories.tsx +1 -1
  216. package/src/form/field/common/field_control/field_control.tsx +2 -2
  217. package/src/form/field/common/field_header.tsx +2 -2
  218. package/src/form/field/common/status_input/status_input.tsx +3 -6
  219. package/src/form/field/field.stories.tsx +2 -1
  220. package/src/form/field/h_field/h_field.stories.tsx +10 -1
  221. package/src/form/field/h_field/h_field.tsx +2 -2
  222. package/src/form/field/v_field/v_field.stories.tsx +10 -1
  223. package/src/form/field/v_field/v_field.tsx +2 -2
  224. package/src/form/field_set/field_set.stories.tsx +9 -1
  225. package/src/form/field_set/field_set.tsx +4 -7
  226. package/src/inputs/checkbox/checkbox.stories.tsx +9 -1
  227. package/src/inputs/checkbox/checkbox.tsx +2 -2
  228. package/src/inputs/color_input/color_input.stories.tsx +9 -1
  229. package/src/inputs/color_input/color_input.tsx +2 -6
  230. package/src/inputs/color_input/color_picker.tsx +2 -2
  231. package/src/inputs/combo_box/combo_box.stories.tsx +14 -5
  232. package/src/inputs/combo_box/combo_box.tsx +2 -2
  233. package/src/inputs/date_picker/date_picker.stories.tsx +18 -10
  234. package/src/inputs/date_picker/date_picker.tsx +3 -3
  235. package/src/inputs/date_picker/date_picker_date.tsx +3 -3
  236. package/src/inputs/date_picker/date_picker_header.tsx +2 -2
  237. package/src/inputs/date_picker/date_picker_input.stories.tsx +15 -7
  238. package/src/inputs/date_picker/date_picker_input.tsx +3 -3
  239. package/src/inputs/date_picker/date_picker_time_selector.tsx +5 -8
  240. package/src/inputs/date_picker/date_picker_year_input.tsx +2 -2
  241. package/src/inputs/date_picker/date_picker_year_selector.tsx +3 -9
  242. package/src/inputs/input/input.stories.tsx +9 -1
  243. package/src/inputs/input/input.tsx +2 -2
  244. package/src/inputs/mask_input/key_capture_input.stories.tsx +9 -1
  245. package/src/inputs/mask_input/mask_input.stories.tsx +10 -1
  246. package/src/inputs/multi_combo_box/multi_combo_box.stories.tsx +10 -1
  247. package/src/inputs/multi_combo_box/multi_combo_box.tsx +2 -2
  248. package/src/inputs/multiselect/multiselect_values.tsx +2 -2
  249. package/src/inputs/multiselect/mutliselect.stories.tsx +10 -1
  250. package/src/inputs/phone_number_input/phone_number_input.stories.tsx +10 -1
  251. package/src/inputs/phone_number_input/phone_number_input.tsx +6 -9
  252. package/src/inputs/radio/radio.stories.tsx +14 -6
  253. package/src/inputs/radio/radio.tsx +2 -2
  254. package/src/inputs/select/select.stories.tsx +18 -9
  255. package/src/inputs/select/select.tsx +2 -2
  256. package/src/inputs/slider/slider.stories.tsx +9 -1
  257. package/src/inputs/slider/slider.tsx +2 -2
  258. package/src/inputs/suggestions/suggestion_item.tsx +2 -2
  259. package/src/inputs/suggestions/suggestion_list.stories.tsx +21 -12
  260. package/src/inputs/suggestions/suggestion_list.tsx +3 -3
  261. package/src/inputs/switch/switch.stories.tsx +9 -1
  262. package/src/inputs/switch/switch.tsx +4 -4
  263. package/src/inputs/textarea/textarea.stories.tsx +9 -1
  264. package/src/inputs/textarea/textarea.tsx +2 -2
  265. package/src/inputs/unit_input/unit_input.stories.tsx +9 -1
  266. package/src/inputs/unit_input/unit_input.tsx +4 -4
  267. package/src/layouts/body/h_body.tsx +2 -2
  268. package/src/layouts/body/v_body.tsx +2 -2
  269. package/src/layouts/column/column.tsx +3 -3
  270. package/src/layouts/divider/__stories__/divider.stories.tsx +59 -19
  271. package/src/layouts/divider/divider.tsx +3 -3
  272. package/src/layouts/footer/footer.tsx +2 -2
  273. package/src/layouts/grid/grid.stories.tsx +42 -34
  274. package/src/layouts/grid/grid.tsx +2 -7
  275. package/src/layouts/header/header.tsx +2 -2
  276. package/src/layouts/list/item.tsx +2 -2
  277. package/src/layouts/list/list.tsx +2 -2
  278. package/src/layouts/sidebar_end/sidebar_end.tsx +2 -2
  279. package/src/layouts/sidebar_start/sidebar_start.tsx +2 -2
  280. package/src/layouts/utility_bar/utility_bar.tsx +2 -2
  281. package/src/overlay/context_menu/context_menu.stories.tsx +13 -5
  282. package/src/overlay/menu/menu.stories.tsx +22 -14
  283. package/src/overlay/menu/menu.tsx +3 -3
  284. package/src/overlay/popper/popper.stories.tsx +43 -22
  285. package/src/overlay/portal/portal.stories.tsx +10 -1
  286. package/src/overlay/tooltip/tooltip.stories.tsx +9 -2
  287. package/src/overlay/tooltip/tooltip.tsx +2 -2
  288. package/src/stacks/box/bottom_resize_handle.tsx +2 -2
  289. package/src/stacks/box/box.tsx +2 -2
  290. package/src/stacks/box/end_resize_handle.tsx +2 -2
  291. package/src/stacks/box/left_resize_handle.tsx +2 -2
  292. package/src/stacks/box/right_resize_handle.tsx +2 -2
  293. package/src/stacks/box/start_resize_handle.tsx +2 -2
  294. package/src/stacks/box/top_resize_handle.tsx +2 -2
  295. package/src/stacks/collapsible_box.stories.tsx +10 -1
  296. package/src/stacks/h_collapsible_box.tsx +2 -2
  297. package/src/stacks/h_stack.stories.tsx +104 -59
  298. package/src/stacks/h_stack.tsx +2 -2
  299. package/src/stacks/spacer.tsx +2 -2
  300. package/src/stacks/story_components/circle.tsx +2 -2
  301. package/src/stacks/story_components/picture_placeholder.tsx +2 -2
  302. package/src/stacks/story_components/rect.tsx +2 -2
  303. package/src/stacks/v_collapsible_box.tsx +2 -2
  304. package/src/stacks/v_stack.stories.tsx +91 -10
  305. package/src/stacks/v_stack.tsx +2 -2
  306. package/src/stacks/z_stack.stories.tsx +9 -1
  307. package/src/stacks/z_stack.tsx +2 -2
  308. package/src/surfaces/alert/alert.stories.tsx +4 -4
  309. package/src/surfaces/alert/alert.tsx +2 -2
  310. package/src/surfaces/card/card.tsx +2 -2
  311. package/src/surfaces/confirm/confirm.stories.tsx +4 -4
  312. package/src/surfaces/confirm/confirm.tsx +3 -6
  313. package/src/surfaces/drawers/__stories__/drawers.stories.tsx +1 -1
  314. package/src/surfaces/drawers/drawer_bottom/drawer_bottom.tsx +2 -2
  315. package/src/surfaces/drawers/drawer_end/drawer_end.tsx +2 -2
  316. package/src/surfaces/drawers/drawer_start/drawer_start.tsx +2 -2
  317. package/src/surfaces/drawers/drawer_top/drawer_top.tsx +2 -2
  318. package/src/surfaces/modal/__stories__/modal.stories.tsx +54 -0
  319. package/src/surfaces/modal/modal.module.css +2 -1
  320. package/src/surfaces/modal/modal.tsx +9 -6
  321. package/src/surfaces/page/h_page.tsx +2 -2
  322. package/src/surfaces/page/v_page.tsx +2 -2
  323. package/src/surfaces/panel/h_panel.tsx +3 -9
  324. package/src/surfaces/panel/v_panel.tsx +3 -3
  325. package/src/surfaces/popover/popover.tsx +2 -2
  326. package/src/surfaces/window/window.stories.tsx +1 -1
  327. package/src/surfaces/window/window.tsx +2 -6
  328. package/src/themes/index.ts +0 -2
  329. package/src/themes/stories/themes.stories.tsx +1 -1
  330. package/src/themes/themes/ergo/ergo_theme.css +70 -0
  331. package/src/tokens/badge/badge.stories.tsx +6 -6
  332. package/src/tokens/badge/badge.tsx +3 -3
  333. package/src/tokens/bubble/bubble.stories.tsx +16 -9
  334. package/src/tokens/bubble/bubble.tsx +2 -2
  335. package/src/tokens/chip/chip.stories.tsx +1 -1
  336. package/src/tokens/chip/chip.tsx +2 -2
  337. package/src/typography/body_text/body_text.tsx +2 -2
  338. package/src/typography/callout/callout.tsx +2 -2
  339. package/src/typography/caption/caption.tsx +2 -2
  340. package/src/typography/footnote/footnote.tsx +2 -2
  341. package/src/typography/headline/headline.tsx +2 -2
  342. package/src/typography/subheadline/subheadline.tsx +2 -2
  343. package/src/typography/title/title.tsx +2 -2
  344. package/src/typography/typography-showcase.stories.tsx +2 -2
  345. package/src/utils/click_away_listener.stories.tsx +21 -11
  346. package/src/utils/responsive/responsive_renderer.stories.tsx +7 -7
  347. package/src/utils/scroll_away_listener.stories.tsx +11 -1
  348. package/src/surfaces/modal/modal.stories.tsx +0 -15
@@ -1,22 +1,26 @@
1
1
  import React from 'react';
2
2
  import { Meta } from '@storybook/react-vite';
3
3
  import { Circle } from './story_components/circle.js';
4
- import { HStack, HStackProps } from './h_stack.js';
5
- import { HorizontalBorder } from './story_components/horizontal_border.js';
4
+ import { HStack as HStackComponent, type HStackProps } from './h_stack.js';
6
5
  import { Spacer } from './spacer.js';
7
6
  import { Rect } from './story_components/rect.js';
8
- import { ZStack } from './z_stack.js';
7
+ import { StyleBox } from './story_components/style_box.js';
9
8
 
10
9
  const meta: Meta<HStackProps> = {
11
- title: 'HStack',
12
- component: HStack,
10
+ title: 'Stacks/HStack',
11
+ component: HStackComponent,
12
+ tags: ['autodocs'],
13
+ parameters: {
14
+ docs: {
15
+ description: {
16
+ component:
17
+ 'A horizontal stack component that can be used to arrange elements horizontally.',
18
+ },
19
+ },
20
+ },
13
21
  args: {
14
- minWidth: '400px',
15
22
  width: '400px',
16
- maxWidth: '400px',
17
- minHeight: '150px',
18
23
  height: '150px',
19
- maxHeight: '150px',
20
24
  },
21
25
  argTypes: {
22
26
  as: { table: { disable: true } },
@@ -26,12 +30,12 @@ const meta: Meta<HStackProps> = {
26
30
  inline: { table: { disable: true } },
27
31
  style: { table: { disable: true } },
28
32
  overflowX: {
29
- options: ['auto', 'hidden', 'visible'],
30
- control: { type: 'radio' },
33
+ options: [undefined, 'auto', 'scroll', 'hidden', 'visible'],
34
+ control: { type: 'select' },
31
35
  },
32
36
  overflowY: {
33
- options: ['auto', 'hidden', 'visible'],
34
- control: { type: 'radio' },
37
+ options: [undefined, 'hidden', 'visible'],
38
+ control: { type: 'select' },
35
39
  },
36
40
  vAlign: {
37
41
  options: ['start', 'center', 'end'],
@@ -41,67 +45,108 @@ const meta: Meta<HStackProps> = {
41
45
  options: ['start', 'center', 'end'],
42
46
  control: { type: 'radio' },
43
47
  },
48
+ width: {
49
+ control: { type: 'text' },
50
+ },
51
+ minWidth: {
52
+ control: { type: 'text' },
53
+ },
54
+ maxWidth: {
55
+ control: { type: 'text' },
56
+ },
57
+ height: {
58
+ control: { type: 'text' },
59
+ },
60
+ minHeight: {
61
+ control: { type: 'text' },
62
+ },
63
+ maxHeight: {
64
+ control: { type: 'text' },
65
+ },
66
+ allowFlow: {
67
+ control: { type: 'boolean' },
68
+ },
69
+ gap: {
70
+ control: { type: 'text' },
71
+ },
72
+ growWeight: {
73
+ control: { type: 'number' },
74
+ },
75
+ shrinkWeight: {
76
+ control: { type: 'number' },
77
+ },
44
78
  },
45
79
  };
46
80
 
47
81
  export default meta;
48
82
 
49
- export function Default(props: HStackProps) {
83
+ export function HStack(props: HStackProps) {
50
84
  return (
51
- <ZStack>
52
- <HorizontalBorder>
53
- <HStack {...props}>
54
- <Rect
55
- width="75px"
56
- height="75px"
57
- onClick={() => {
58
- // biome-ignore lint/suspicious/noConsole: Storybook
59
- console.log('hello');
60
- }}
61
- />
62
- <Spacer width="25px" />
63
- <Circle size="75px" />
64
- </HStack>
65
- </HorizontalBorder>
66
- </ZStack>
85
+ <StyleBox border="1px dashed #ccc" backgroundColor="white">
86
+ <HStackComponent {...props}>
87
+ <Rect
88
+ width="75px"
89
+ height="75px"
90
+ onClick={() => {
91
+ // biome-ignore lint/suspicious/noConsole: Storybook
92
+ console.log('hello');
93
+ }}
94
+ />
95
+ <Spacer width="25px" />
96
+ <Circle size="75px" />
97
+ </HStackComponent>
98
+ </StyleBox>
67
99
  );
68
100
  }
69
101
 
102
+ HStack.storyName = 'HStack';
103
+
70
104
  export function ManyChildren(props: HStackProps) {
71
105
  return (
72
- <ZStack>
73
- <HorizontalBorder>
74
- <HStack {...props} height="auto">
75
- <Rect width="75px" height="75px" />
76
- <Spacer width="25px" />
77
- <Circle size="75px" />
78
- <Spacer width="25px" />
79
- <Rect width="75px" height="75px" />
80
- <Spacer width="25px" />
81
- <Circle size="75px" />
82
- <Spacer width="25px" />
83
- <Rect width="75px" height="75px" />
84
- <Spacer width="25px" />
85
- <Circle size="75px" />
86
- <Spacer width="25px" />
87
- <Rect width="75px" height="75px" />
88
- <Spacer width="25px" />
89
- <Circle size="75px" />
90
- <Spacer width="25px" />
91
- <Rect width="75px" height="75px" />
92
- <Spacer width="25px" />
93
- <Circle size="75px" />
94
- </HStack>
95
- </HorizontalBorder>
96
- </ZStack>
106
+ <StyleBox
107
+ border="1px dashed #ccc"
108
+ backgroundColor="white"
109
+ width="100%"
110
+ overflowX="auto"
111
+ >
112
+ <HStackComponent height="auto" {...props}>
113
+ <Rect width="75px" height="75px" />
114
+ <Spacer width="25px" />
115
+ <Circle size="75px" />
116
+ <Spacer width="25px" />
117
+ <Rect width="75px" height="75px" />
118
+ <Spacer width="25px" />
119
+ <Circle size="75px" />
120
+ <Spacer width="25px" />
121
+ <Rect width="75px" height="75px" />
122
+ <Spacer width="25px" />
123
+ <Circle size="75px" />
124
+ <Spacer width="25px" />
125
+ <Rect width="75px" height="75px" />
126
+ <Spacer width="25px" />
127
+ <Circle size="75px" />
128
+ <Spacer width="25px" />
129
+ <Rect width="75px" height="75px" />
130
+ <Spacer width="25px" />
131
+ <Circle size="75px" />
132
+ </HStackComponent>
133
+ </StyleBox>
97
134
  );
98
135
  }
99
136
 
100
137
  export function Padding() {
101
138
  return (
102
- <HStack height="auto" style={{ border: '1px dashed #ccc' }} padding="30px">
103
- <Circle></Circle>
104
- <Circle></Circle>
105
- </HStack>
139
+ <StyleBox
140
+ border="1px dashed #ccc"
141
+ backgroundColor="white"
142
+ width="100%"
143
+ overflowX="auto"
144
+ >
145
+ {' '}
146
+ <HStackComponent height="auto" padding="30px">
147
+ <Circle></Circle>
148
+ <Circle></Circle>
149
+ </HStackComponent>
150
+ </StyleBox>
106
151
  );
107
152
  }
@@ -1,4 +1,4 @@
1
- import classNames from 'classnames';
1
+ import { clsx } from 'clsx';
2
2
  import React, { HTMLAttributes } from 'react';
3
3
  import { removeUndefinedProperties } from './utils/remove_undefined_properties.js';
4
4
  import { CommonProps } from './types/common.js';
@@ -96,7 +96,7 @@ export const HStack = React.forwardRef(function HStack<T extends HTMLElement>(
96
96
  return (
97
97
  <As
98
98
  ref={ref}
99
- className={classNames(styles['h-stack'], className, 'h-stack', 'stack')}
99
+ className={clsx(styles['h-stack'], className, 'h-stack', 'stack')}
100
100
  style={finalStyles}
101
101
  data-inline={Boolean(inline)}
102
102
  data-allow-flow={Boolean(allowFlow)}
@@ -1,4 +1,4 @@
1
- import classNames from 'classnames';
1
+ import { clsx } from 'clsx';
2
2
  import React from 'react';
3
3
 
4
4
  export interface SpacerProps {
@@ -41,7 +41,7 @@ export const Spacer = React.forwardRef<HTMLDivElement, SpacerProps>(function Spa
41
41
  zIndex: 1,
42
42
  flex,
43
43
  }}
44
- className={classNames('spacer', className)}
44
+ className={clsx('spacer', className)}
45
45
  ></div>
46
46
  );
47
47
  });
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
2
  import { ZStack, ZStackProps } from '../z_stack.js';
3
3
  import styles from './circle.module.css';
4
- import classNames from 'classnames';
4
+ import { clsx } from 'clsx';
5
5
 
6
6
  export interface CircleProps extends ZStackProps {
7
7
  color?: string;
@@ -23,7 +23,7 @@ export const Circle = React.forwardRef(function Circle(
23
23
  style={finalStyle}
24
24
  width={size}
25
25
  height={size}
26
- className={classNames(className, styles['circle'])}
26
+ className={clsx(className, styles['circle'])}
27
27
  {...props}
28
28
  />
29
29
  );
@@ -1,6 +1,6 @@
1
1
  import React, { HTMLAttributes } from 'react';
2
2
  import styles from './picture_placeholder.module.css';
3
- import classNames from 'classnames';
3
+ import { clsx } from 'clsx';
4
4
 
5
5
  export interface PicturePlaceholderProps extends HTMLAttributes<SVGSVGElement> {
6
6
  color?: string;
@@ -29,7 +29,7 @@ export const PicturePlaceholder = React.forwardRef(function PicturePlaceholder(
29
29
  height={size}
30
30
  viewBox="0 0 16 16"
31
31
  xmlns="http://www.w3.org/2000/svg"
32
- className={classNames(className, styles['picture-placeholder'])}
32
+ className={clsx(className, styles['picture-placeholder'])}
33
33
  style={finalStyle}
34
34
  {...props}
35
35
  >
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
2
  import { Box, BoxProps } from '../box/box.js';
3
3
  import styles from './rect.module.css';
4
- import classNames from 'classnames';
4
+ import { clsx } from 'clsx';
5
5
 
6
6
  export interface RectProps extends BoxProps {
7
7
  color?: string;
@@ -27,7 +27,7 @@ export const Rect = React.forwardRef(function Rect(
27
27
  <Box
28
28
  ref={ref}
29
29
  style={finalStyle}
30
- className={classNames(className, styles['rect'])}
30
+ className={clsx(className, styles['rect'])}
31
31
  width={width}
32
32
  height={height}
33
33
  {...props}
@@ -1,6 +1,6 @@
1
1
  import React, { useLayoutEffect } from 'react';
2
2
  import { useForkRef } from '../utils/index.js';
3
- import classNames from 'classnames';
3
+ import { clsx } from 'clsx';
4
4
  import { Box, BoxProps } from './box/box.js';
5
5
  import styles from './collapsible_box.module.css';
6
6
  import { useIsCollapsed } from './utils/use_is_collapsed.js';
@@ -41,7 +41,7 @@ export const VCollapsibleBox = React.forwardRef(function CollapsibleBox(
41
41
  collapsibleRef.current?.style.setProperty('--collapsible-size', `${height}px`);
42
42
  props.onHeightResizeEnd?.(height);
43
43
  }}
44
- className={classNames(props.className, styles['collapsible-box'])}
44
+ className={clsx(props.className, styles['collapsible-box'])}
45
45
  children={children}
46
46
  />
47
47
  );
@@ -1,23 +1,95 @@
1
+ import { Meta } from '@storybook/react-vite';
1
2
  import { Circle } from './story_components/circle.js';
2
3
  import { StyleBox } from './story_components/style_box.js';
3
- import { VStack } from './v_stack.js';
4
+ import { VStack as VStackComponent, type VStackProps } from './v_stack.js';
4
5
  import { Rect } from './story_components/rect.js';
5
6
  import { PicturePlaceholder } from './story_components/picture_placeholder.js';
6
7
 
7
- export default {
8
- title: 'VStack',
8
+ const meta: Meta<VStackProps> = {
9
+ title: 'Stacks/VStack',
10
+ component: VStackComponent,
11
+ tags: ['autodocs'],
12
+ parameters: {
13
+ docs: {
14
+ description: {
15
+ component:
16
+ 'A vertical stack component that can be used to arrange elements vertically.',
17
+ },
18
+ },
19
+ },
20
+ args: {
21
+ width: '150px',
22
+ vAlign: 'center',
23
+ gap: '25px',
24
+ },
25
+ argTypes: {
26
+ as: { table: { disable: true } },
27
+ children: { table: { disable: true } },
28
+ zIndex: { table: { disable: true } },
29
+ className: { table: { disable: true } },
30
+ inline: { table: { disable: true } },
31
+ style: { table: { disable: true } },
32
+ overflowX: {
33
+ options: [undefined, 'hidden', 'visible'],
34
+ control: { type: 'select' },
35
+ },
36
+ overflowY: {
37
+ options: [undefined, 'auto', 'scroll', 'hidden', 'visible'],
38
+ control: { type: 'select' },
39
+ },
40
+ vAlign: {
41
+ options: ['start', 'center', 'end'],
42
+ control: { type: 'radio' },
43
+ },
44
+ hAlign: {
45
+ options: ['start', 'center', 'end'],
46
+ control: { type: 'radio' },
47
+ },
48
+ width: {
49
+ control: { type: 'text' },
50
+ },
51
+ minWidth: {
52
+ control: { type: 'text' },
53
+ },
54
+ maxWidth: {
55
+ control: { type: 'text' },
56
+ },
57
+ height: {
58
+ control: { type: 'text' },
59
+ },
60
+ minHeight: {
61
+ control: { type: 'text' },
62
+ },
63
+ maxHeight: {
64
+ control: { type: 'text' },
65
+ },
66
+ allowFlow: {
67
+ control: { type: 'boolean' },
68
+ },
69
+ gap: {
70
+ control: { type: 'text' },
71
+ },
72
+ growWeight: {
73
+ control: { type: 'number' },
74
+ },
75
+ shrinkWeight: {
76
+ control: { type: 'number' },
77
+ },
78
+ },
9
79
  };
10
80
 
11
- export function Basic({ transform }: { transform?: string }) {
81
+ export default meta;
82
+
83
+ export function VStack(props: VStackProps) {
12
84
  return (
13
85
  <StyleBox
14
86
  borderLeft="1px dashed #ccc"
15
- width="150px"
87
+ width="auto"
16
88
  height="auto"
17
89
  borderRight="1px dashed #ccc"
18
- transform={transform}
90
+ backgroundColor="white"
19
91
  >
20
- <VStack vAlign="center" gap="25px">
92
+ <VStackComponent {...props}>
21
93
  <Rect width="150px" height="150px" color="#acdef0">
22
94
  Content
23
95
  </Rect>
@@ -25,16 +97,25 @@ export function Basic({ transform }: { transform?: string }) {
25
97
  Content
26
98
  </Circle>
27
99
  <PicturePlaceholder size="150px" />
28
- </VStack>
100
+ </VStackComponent>
29
101
  </StyleBox>
30
102
  );
31
103
  }
32
104
 
105
+ VStack.storyName = 'VStack';
106
+
33
107
  export function Padding() {
34
108
  return (
35
- <VStack width="auto" style={{ border: '1px dashed #ccc' }} padding="30px">
109
+ <StyleBox
110
+ borderLeft="1px dashed #ccc"
111
+ width="auto"
112
+ height="auto"
113
+ borderRight="1px dashed #ccc"
114
+ backgroundColor="white"
115
+ padding="30px"
116
+ >
36
117
  <Circle></Circle>
37
118
  <Circle></Circle>
38
- </VStack>
119
+ </StyleBox>
39
120
  );
40
121
  }
@@ -1,4 +1,4 @@
1
- import classNames from 'classnames';
1
+ import { clsx } from 'clsx';
2
2
  import React, { HTMLAttributes } from 'react';
3
3
  import { removeUndefinedProperties } from './utils/remove_undefined_properties.js';
4
4
  import { CommonProps } from './types/common.js';
@@ -100,7 +100,7 @@ export const VStack = React.forwardRef(function VStack<
100
100
  return (
101
101
  <As
102
102
  ref={ref}
103
- className={classNames(styles['v-stack'], className, 'v-stack', 'stack')}
103
+ className={clsx(styles['v-stack'], className, 'v-stack', 'stack')}
104
104
  style={finalStyles}
105
105
  data-inline={Boolean(inline)}
106
106
  data-allow-flow={Boolean(allowFlow)}
@@ -4,8 +4,16 @@ import { StyleBox } from './story_components/style_box.js';
4
4
  import { ZStack } from './z_stack.js';
5
5
 
6
6
  export default {
7
- title: 'ZStack',
7
+ title: 'Stacks/ZStack',
8
8
  component: ZStack,
9
+ tags: ['autodocs'],
10
+ parameters: {
11
+ docs: {
12
+ description: {
13
+ component: 'A stack component that can be used to arrange elements in a z-axis.',
14
+ },
15
+ },
16
+ },
9
17
  };
10
18
 
11
19
  function forEachNumber(startIndex: number, endIndex: number) {
@@ -1,4 +1,4 @@
1
- import classNames from 'classnames';
1
+ import { clsx } from 'clsx';
2
2
  import React, { HTMLAttributes } from 'react';
3
3
  import { removeUndefinedProperties } from './utils/remove_undefined_properties.js';
4
4
  import { CommonProps } from './types/common.js';
@@ -90,7 +90,7 @@ export const ZStack = React.forwardRef(function ZStack<T extends HTMLElement>(
90
90
  ...removeUndefinedProperties(defaultStyles),
91
91
  ...style,
92
92
  }}
93
- className={classNames(styles['z-stack'], className, 'z-stack', 'stack')}
93
+ className={clsx(styles['z-stack'], className, 'z-stack', 'stack')}
94
94
  data-inline={Boolean(inline)}
95
95
  data-v-alignment={vAlign}
96
96
  data-h-alignment={hAlign}
@@ -1,14 +1,14 @@
1
1
  import { ZStack } from '../../stacks/z_stack.js';
2
2
  import React, { useState } from 'react';
3
- import { Alert } from './alert.js';
3
+ import { Alert as AlertComponent } from './alert.js';
4
4
  import { Button } from '../../actions/index.js';
5
5
  import { AlertTriangleIcon } from '@tcn/icons/alert_triangle_icon.js';
6
6
 
7
7
  export default {
8
- title: 'Alert',
8
+ title: 'Surfaces/Alert',
9
9
  };
10
10
 
11
- export function Baseline() {
11
+ export function Alert() {
12
12
  const [showAlert, setShowAlert] = useState(false);
13
13
 
14
14
  function open() {
@@ -21,7 +21,7 @@ export function Baseline() {
21
21
  return (
22
22
  <ZStack>
23
23
  <Button onClick={open}>Open Alert</Button>
24
- <Alert
24
+ <AlertComponent
25
25
  title="STOP"
26
26
  graphic={<AlertTriangleIcon color="#ff6565" width="80px" height="80px" />}
27
27
  description="This is where you should say something helpful to the user."
@@ -1,4 +1,4 @@
1
- import classNames from 'classnames';
1
+ import { clsx } from 'clsx';
2
2
  import React from 'react';
3
3
  import { Button } from '../../actions/index.js';
4
4
  import { Confirm, ConfirmProps } from '../confirm/confirm.js';
@@ -18,7 +18,7 @@ export const Alert = React.forwardRef(function Alert(
18
18
  return (
19
19
  <Confirm
20
20
  ref={ref}
21
- className={classNames(className, 'alert')}
21
+ className={clsx(className, 'alert')}
22
22
  {...props}
23
23
  actions={
24
24
  <Button onClick={onAccept} hierarchy="primary" width="100%">
@@ -1,5 +1,5 @@
1
1
  import { VStack, type VStackProps } from '../../stacks/v_stack.js';
2
- import classNames from 'classnames';
2
+ import { clsx } from 'clsx';
3
3
  import React from 'react';
4
4
  import styles from './card.module.css';
5
5
 
@@ -15,7 +15,7 @@ export const Card = React.forwardRef<HTMLElement, CardProps>(function VPanel(
15
15
  <VStack
16
16
  ref={ref}
17
17
  as="section"
18
- className={classNames(className, styles.card, 'card')}
18
+ className={clsx(className, styles.card, 'card')}
19
19
  {...props}
20
20
  >
21
21
  {children}
@@ -1,14 +1,14 @@
1
1
  import { ZStack } from '../../stacks/z_stack.js';
2
2
  import React, { useState } from 'react';
3
3
  import { Button } from '../../actions/index.js';
4
- import { Confirm } from './confirm.js';
4
+ import { Confirm as ConfirmComponent } from './confirm.js';
5
5
  import { BulbIcon } from '@tcn/icons/bulb_icon.js';
6
6
 
7
7
  export default {
8
- title: 'Confirm',
8
+ title: 'Surfaces/Confirm',
9
9
  };
10
10
 
11
- export function Baseline() {
11
+ export function Confirm() {
12
12
  const [showAlert, setShowAlert] = useState(false);
13
13
 
14
14
  function open() {
@@ -22,7 +22,7 @@ export function Baseline() {
22
22
  return (
23
23
  <ZStack>
24
24
  <Button onClick={open}>Show Tip</Button>
25
- <Confirm
25
+ <ConfirmComponent
26
26
  title="Tip"
27
27
  description="This is where you should say something helpful to the user."
28
28
  graphic={<BulbIcon color="#e48139" width="100px" height="100px" />}
@@ -1,5 +1,5 @@
1
1
  import React, { useLayoutEffect, useRef, useState } from 'react';
2
- import classNames from 'classnames';
2
+ import { clsx } from 'clsx';
3
3
  import { Spacer } from '../../stacks/spacer.js';
4
4
  import { VStack } from '../../stacks/v_stack.js';
5
5
  import { ZStack } from '../../stacks/z_stack.js';
@@ -62,7 +62,7 @@ export const Confirm = React.forwardRef(function Confirm(
62
62
  <Box onClick={shakeConfirm} {...veilProps} height="100%"></Box>
63
63
  <div
64
64
  ref={ref}
65
- className={classNames(styles.confirm, className, 'confirm')}
65
+ className={clsx(styles.confirm, className, 'confirm')}
66
66
  data-shake={shake}
67
67
  {...props}
68
68
  >
@@ -75,10 +75,7 @@ export const Confirm = React.forwardRef(function Confirm(
75
75
  {description}
76
76
  </BodyText>
77
77
  <Spacer height="16px" />
78
- <Box
79
- className={classNames(styles.actions, 'confirm-actions')}
80
- height="auto"
81
- >
78
+ <Box className={clsx(styles.actions, 'confirm-actions')} height="auto">
82
79
  {actions}
83
80
  </Box>
84
81
  </VStack>
@@ -4,7 +4,7 @@ import { DrawerTop } from '../drawer_top/drawer_top';
4
4
  import { DrawerBottom } from '../drawer_bottom/drawer_bottom';
5
5
 
6
6
  export default {
7
- title: 'Drawers / Drawers',
7
+ title: 'Surfaces/Drawers',
8
8
  component: DrawerStart,
9
9
  tags: ['autodocs'],
10
10
  };
@@ -1,5 +1,5 @@
1
1
  import { VStack, type VStackProps } from '../../../stacks/v_stack.js';
2
- import classNames from 'classnames';
2
+ import { clsx } from 'clsx';
3
3
  import React from 'react';
4
4
  import styles from './drawer_bottom.module.css';
5
5
 
@@ -13,7 +13,7 @@ export const DrawerBottom = React.forwardRef<HTMLElement, DrawerBottomProps>(
13
13
  <VStack
14
14
  ref={ref}
15
15
  as="section"
16
- className={classNames(styles.drawerBottom, className, 'drawer-bottom')}
16
+ className={clsx(styles.drawerBottom, className, 'drawer-bottom')}
17
17
  {...props}
18
18
  >
19
19
  {children}
@@ -1,5 +1,5 @@
1
1
  import { VStack, type VStackProps } from '../../../stacks/v_stack.js';
2
- import classNames from 'classnames';
2
+ import { clsx } from 'clsx';
3
3
  import React from 'react';
4
4
  import styles from './drawer_end.module.css';
5
5
 
@@ -15,7 +15,7 @@ export const DrawerEnd = React.forwardRef<HTMLElement, DrawerEndProps>(function
15
15
  <VStack
16
16
  ref={ref}
17
17
  as="section"
18
- className={classNames(styles.drawerEnd, className, 'drawerEnd')}
18
+ className={clsx(styles.drawerEnd, className, 'drawerEnd')}
19
19
  {...props}
20
20
  >
21
21
  {children}