@tcn/ui 0.0.2 → 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 (400) 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.d.ts.map +1 -1
  4. package/dist/actions/button/button/button.js +13 -5
  5. package/dist/actions/button/button/button.js.map +1 -1
  6. package/dist/actions/button/button_group/button_group.d.ts.map +1 -1
  7. package/dist/actions/button/button_group/button_group.js +2 -5
  8. package/dist/actions/button/button_group/button_group.js.map +1 -1
  9. package/dist/actions/button/select_group/select_group.js +7 -7
  10. package/dist/actions/button/select_group/select_group.js.map +1 -1
  11. package/dist/actions/button/slim_button/slim_button.d.ts.map +1 -1
  12. package/dist/actions/button/slim_button/slim_button.js +4 -4
  13. package/dist/actions/button/slim_button/slim_button.js.map +1 -1
  14. package/dist/feedback/progress/progress_bar.js +1 -1
  15. package/dist/form/field/common/field_control/field_control.js +6 -6
  16. package/dist/form/field/common/field_control/field_control.js.map +1 -1
  17. package/dist/form/field/common/field_description.js +1 -1
  18. package/dist/form/field/common/field_error.js +3 -4
  19. package/dist/form/field/common/field_error.js.map +1 -1
  20. package/dist/form/field/common/field_header.js +8 -8
  21. package/dist/form/field/common/field_header.js.map +1 -1
  22. package/dist/form/field/common/field_label.js +1 -1
  23. package/dist/form/field/common/status_input/status_input.d.ts.map +1 -1
  24. package/dist/form/field/common/status_input/status_input.js +9 -15
  25. package/dist/form/field/common/status_input/status_input.js.map +1 -1
  26. package/dist/form/field/h_field/h_field.d.ts.map +1 -1
  27. package/dist/form/field/h_field/h_field.js +9 -9
  28. package/dist/form/field/h_field/h_field.js.map +1 -1
  29. package/dist/form/field/v_field/v_field.d.ts.map +1 -1
  30. package/dist/form/field/v_field/v_field.js +8 -8
  31. package/dist/form/field/v_field/v_field.js.map +1 -1
  32. package/dist/form/field_presenters/options_field_presenter.d.ts.map +1 -1
  33. package/dist/form/field_presenters/options_field_presenter.js.map +1 -1
  34. package/dist/form/field_set/field_set.d.ts.map +1 -1
  35. package/dist/form/field_set/field_set.js +12 -19
  36. package/dist/form/field_set/field_set.js.map +1 -1
  37. package/dist/form/form_field.d.ts.map +1 -1
  38. package/dist/form/form_field.js.map +1 -1
  39. package/dist/form/index.d.ts +14 -11
  40. package/dist/form/index.d.ts.map +1 -1
  41. package/dist/form/index.js +27 -20
  42. package/dist/form/index.js.map +1 -1
  43. package/dist/h_body.css +1 -1
  44. package/dist/inputs/checkbox/checkbox.js +12 -12
  45. package/dist/inputs/checkbox/checkbox.js.map +1 -1
  46. package/dist/inputs/color_input/color_input.d.ts.map +1 -1
  47. package/dist/inputs/color_input/color_input.js +13 -17
  48. package/dist/inputs/color_input/color_input.js.map +1 -1
  49. package/dist/inputs/color_input/color_picker.js +6 -6
  50. package/dist/inputs/color_input/color_picker.js.map +1 -1
  51. package/dist/inputs/combo_box/combo_box.js +15 -15
  52. package/dist/inputs/combo_box/combo_box.js.map +1 -1
  53. package/dist/inputs/date_picker/date_picker.js +6 -6
  54. package/dist/inputs/date_picker/date_picker.js.map +1 -1
  55. package/dist/inputs/date_picker/date_picker_date.js +13 -13
  56. package/dist/inputs/date_picker/date_picker_date.js.map +1 -1
  57. package/dist/inputs/date_picker/date_picker_day.js +1 -1
  58. package/dist/inputs/date_picker/date_picker_header.js +24 -24
  59. package/dist/inputs/date_picker/date_picker_header.js.map +1 -1
  60. package/dist/inputs/date_picker/date_picker_input.js +19 -19
  61. package/dist/inputs/date_picker/date_picker_input.js.map +1 -1
  62. package/dist/inputs/date_picker/date_picker_time_selector.d.ts.map +1 -1
  63. package/dist/inputs/date_picker/date_picker_time_selector.js +6 -9
  64. package/dist/inputs/date_picker/date_picker_time_selector.js.map +1 -1
  65. package/dist/inputs/date_picker/date_picker_year_input.js +3 -3
  66. package/dist/inputs/date_picker/date_picker_year_input.js.map +1 -1
  67. package/dist/inputs/date_picker/date_picker_year_selector.d.ts.map +1 -1
  68. package/dist/inputs/date_picker/date_picker_year_selector.js +18 -24
  69. package/dist/inputs/date_picker/date_picker_year_selector.js.map +1 -1
  70. package/dist/inputs/input/input.js +4 -4
  71. package/dist/inputs/input/input.js.map +1 -1
  72. package/dist/inputs/multi_combo_box/multi_combo_box.js +1 -1
  73. package/dist/inputs/multi_combo_box/multi_combo_box.js.map +1 -1
  74. package/dist/inputs/multiselect/multiselect_values.js +8 -8
  75. package/dist/inputs/multiselect/multiselect_values.js.map +1 -1
  76. package/dist/inputs/phone_number_input/phone_number_input.d.ts.map +1 -1
  77. package/dist/inputs/phone_number_input/phone_number_input.js +28 -31
  78. package/dist/inputs/phone_number_input/phone_number_input.js.map +1 -1
  79. package/dist/inputs/radio/radio.js +14 -14
  80. package/dist/inputs/radio/radio.js.map +1 -1
  81. package/dist/inputs/select/select.js +16 -16
  82. package/dist/inputs/select/select.js.map +1 -1
  83. package/dist/inputs/slider/slider.js +7 -7
  84. package/dist/inputs/slider/slider.js.map +1 -1
  85. package/dist/inputs/suggestions/suggestion_item.js +3 -3
  86. package/dist/inputs/suggestions/suggestion_item.js.map +1 -1
  87. package/dist/inputs/suggestions/suggestion_list.js +8 -8
  88. package/dist/inputs/suggestions/suggestion_list.js.map +1 -1
  89. package/dist/inputs/switch/switch.js +14 -14
  90. package/dist/inputs/switch/switch.js.map +1 -1
  91. package/dist/inputs/textarea/textarea.js +6 -6
  92. package/dist/inputs/textarea/textarea.js.map +1 -1
  93. package/dist/inputs/unit_input/unit_input.js +5 -5
  94. package/dist/inputs/unit_input/unit_input.js.map +1 -1
  95. package/dist/layouts/body/h_body.d.ts.map +1 -1
  96. package/dist/layouts/body/h_body.js +12 -11
  97. package/dist/layouts/body/h_body.js.map +1 -1
  98. package/dist/layouts/body/v_body.d.ts.map +1 -1
  99. package/dist/layouts/body/v_body.js +11 -10
  100. package/dist/layouts/body/v_body.js.map +1 -1
  101. package/dist/layouts/column/column.js +16 -16
  102. package/dist/layouts/column/column.js.map +1 -1
  103. package/dist/layouts/divider/divider.d.ts +2 -2
  104. package/dist/layouts/divider/divider.d.ts.map +1 -1
  105. package/dist/layouts/divider/divider.js +22 -21
  106. package/dist/layouts/divider/divider.js.map +1 -1
  107. package/dist/layouts/footer/footer.d.ts +1 -1
  108. package/dist/layouts/footer/footer.d.ts.map +1 -1
  109. package/dist/layouts/footer/footer.js +10 -10
  110. package/dist/layouts/footer/footer.js.map +1 -1
  111. package/dist/layouts/grid/grid.d.ts.map +1 -1
  112. package/dist/layouts/grid/grid.js +22 -31
  113. package/dist/layouts/grid/grid.js.map +1 -1
  114. package/dist/layouts/header/header.d.ts +1 -1
  115. package/dist/layouts/header/header.d.ts.map +1 -1
  116. package/dist/layouts/header/header.js +20 -20
  117. package/dist/layouts/header/header.js.map +1 -1
  118. package/dist/layouts/list/item.js +6 -6
  119. package/dist/layouts/list/item.js.map +1 -1
  120. package/dist/layouts/list/list.js +6 -6
  121. package/dist/layouts/list/list.js.map +1 -1
  122. package/dist/layouts/sidebar_end/sidebar_end.js +15 -15
  123. package/dist/layouts/sidebar_end/sidebar_end.js.map +1 -1
  124. package/dist/layouts/sidebar_start/sidebar_start.js +16 -16
  125. package/dist/layouts/sidebar_start/sidebar_start.js.map +1 -1
  126. package/dist/layouts/utility_bar/utility_bar.d.ts +1 -1
  127. package/dist/layouts/utility_bar/utility_bar.d.ts.map +1 -1
  128. package/dist/layouts/utility_bar/utility_bar.js +20 -15
  129. package/dist/layouts/utility_bar/utility_bar.js.map +1 -1
  130. package/dist/modal.css +1 -1
  131. package/dist/overlay/menu/menu.js +8 -8
  132. package/dist/overlay/menu/menu.js.map +1 -1
  133. package/dist/overlay/tooltip/tooltip.js +10 -10
  134. package/dist/overlay/tooltip/tooltip.js.map +1 -1
  135. package/dist/panel.css +1 -1
  136. package/dist/panel.module-DwGKncon.js +5 -0
  137. package/dist/panel.module-DwGKncon.js.map +1 -0
  138. package/dist/stack.css +1 -1
  139. package/dist/stacks/box/bottom_resize_handle.js +9 -9
  140. package/dist/stacks/box/bottom_resize_handle.js.map +1 -1
  141. package/dist/stacks/box/box.js +42 -42
  142. package/dist/stacks/box/box.js.map +1 -1
  143. package/dist/stacks/box/end_resize_handle.js +6 -6
  144. package/dist/stacks/box/end_resize_handle.js.map +1 -1
  145. package/dist/stacks/box/left_resize_handle.js +3 -3
  146. package/dist/stacks/box/left_resize_handle.js.map +1 -1
  147. package/dist/stacks/box/right_resize_handle.js +8 -8
  148. package/dist/stacks/box/right_resize_handle.js.map +1 -1
  149. package/dist/stacks/box/start_resize_handle.js +7 -7
  150. package/dist/stacks/box/start_resize_handle.js.map +1 -1
  151. package/dist/stacks/box/top_resize_handle.js +8 -8
  152. package/dist/stacks/box/top_resize_handle.js.map +1 -1
  153. package/dist/stacks/h_collapsible_box.js +5 -5
  154. package/dist/stacks/h_collapsible_box.js.map +1 -1
  155. package/dist/stacks/h_stack.js +26 -26
  156. package/dist/stacks/h_stack.js.map +1 -1
  157. package/dist/stacks/spacer.js +5 -5
  158. package/dist/stacks/spacer.js.map +1 -1
  159. package/dist/stacks/story_components/circle.js +6 -6
  160. package/dist/stacks/story_components/circle.js.map +1 -1
  161. package/dist/stacks/story_components/picture_placeholder.js +8 -8
  162. package/dist/stacks/story_components/picture_placeholder.js.map +1 -1
  163. package/dist/stacks/story_components/rect.js +11 -11
  164. package/dist/stacks/story_components/rect.js.map +1 -1
  165. package/dist/stacks/types/styles.d.ts +2 -2
  166. package/dist/stacks/types/styles.d.ts.map +1 -1
  167. package/dist/stacks/v_collapsible_box.js +8 -8
  168. package/dist/stacks/v_collapsible_box.js.map +1 -1
  169. package/dist/stacks/v_stack.js +35 -35
  170. package/dist/stacks/v_stack.js.map +1 -1
  171. package/dist/stacks/z_stack.js +34 -34
  172. package/dist/stacks/z_stack.js.map +1 -1
  173. package/dist/surfaces/alert/alert.js +8 -8
  174. package/dist/surfaces/alert/alert.js.map +1 -1
  175. package/dist/surfaces/card/card.js +8 -8
  176. package/dist/surfaces/card/card.js.map +1 -1
  177. package/dist/surfaces/confirm/confirm.d.ts.map +1 -1
  178. package/dist/surfaces/confirm/confirm.js +13 -20
  179. package/dist/surfaces/confirm/confirm.js.map +1 -1
  180. package/dist/surfaces/drawers/drawer_bottom/drawer_bottom.js +5 -5
  181. package/dist/surfaces/drawers/drawer_bottom/drawer_bottom.js.map +1 -1
  182. package/dist/surfaces/drawers/drawer_end/drawer_end.js +8 -8
  183. package/dist/surfaces/drawers/drawer_end/drawer_end.js.map +1 -1
  184. package/dist/surfaces/drawers/drawer_start/drawer_start.js +4 -4
  185. package/dist/surfaces/drawers/drawer_start/drawer_start.js.map +1 -1
  186. package/dist/surfaces/drawers/drawer_top/drawer_top.js +4 -4
  187. package/dist/surfaces/drawers/drawer_top/drawer_top.js.map +1 -1
  188. package/dist/surfaces/modal/modal.d.ts +2 -4
  189. package/dist/surfaces/modal/modal.d.ts.map +1 -1
  190. package/dist/surfaces/modal/modal.js +16 -7
  191. package/dist/surfaces/modal/modal.js.map +1 -1
  192. package/dist/surfaces/page/h_page.js +6 -6
  193. package/dist/surfaces/page/h_page.js.map +1 -1
  194. package/dist/surfaces/page/v_page.js +9 -9
  195. package/dist/surfaces/page/v_page.js.map +1 -1
  196. package/dist/surfaces/panel/h_panel.d.ts +1 -1
  197. package/dist/surfaces/panel/h_panel.d.ts.map +1 -1
  198. package/dist/surfaces/panel/h_panel.js +36 -31
  199. package/dist/surfaces/panel/h_panel.js.map +1 -1
  200. package/dist/surfaces/panel/v_panel.d.ts +1 -1
  201. package/dist/surfaces/panel/v_panel.d.ts.map +1 -1
  202. package/dist/surfaces/panel/v_panel.js +39 -34
  203. package/dist/surfaces/panel/v_panel.js.map +1 -1
  204. package/dist/surfaces/popover/popover.js +34 -34
  205. package/dist/surfaces/popover/popover.js.map +1 -1
  206. package/dist/surfaces/window/window.d.ts.map +1 -1
  207. package/dist/surfaces/window/window.js +6 -14
  208. package/dist/surfaces/window/window.js.map +1 -1
  209. package/dist/themes/index.d.ts +0 -2
  210. package/dist/themes/index.d.ts.map +1 -1
  211. package/dist/themes/index.js +5 -204
  212. package/dist/themes/index.js.map +1 -1
  213. package/dist/themes/themes/ergo/ergo_theme.css +1 -1
  214. package/dist/tokens/badge/badge.js +13 -13
  215. package/dist/tokens/badge/badge.js.map +1 -1
  216. package/dist/tokens/bubble/bubble.js +16 -17
  217. package/dist/tokens/bubble/bubble.js.map +1 -1
  218. package/dist/tokens/chip/chip.js +10 -11
  219. package/dist/tokens/chip/chip.js.map +1 -1
  220. package/dist/typography/body_text/body_text.js +21 -21
  221. package/dist/typography/body_text/body_text.js.map +1 -1
  222. package/dist/typography/callout/callout.js +16 -16
  223. package/dist/typography/callout/callout.js.map +1 -1
  224. package/dist/typography/caption/caption.js +13 -13
  225. package/dist/typography/caption/caption.js.map +1 -1
  226. package/dist/typography/footnote/footnote.js +14 -14
  227. package/dist/typography/footnote/footnote.js.map +1 -1
  228. package/dist/typography/headline/headline.js +12 -12
  229. package/dist/typography/headline/headline.js.map +1 -1
  230. package/dist/typography/subheadline/subheadline.js +13 -13
  231. package/dist/typography/subheadline/subheadline.js.map +1 -1
  232. package/dist/typography/title/title.d.ts +1 -1
  233. package/dist/typography/title/title.d.ts.map +1 -1
  234. package/dist/typography/title/title.js +19 -19
  235. package/dist/typography/title/title.js.map +1 -1
  236. package/dist/v_body.css +1 -1
  237. package/package.json +23 -4
  238. package/src/actions/button/__stories__/button.stories.tsx +1 -1
  239. package/src/actions/button/__stories__/button_group.stories.tsx +1 -1
  240. package/src/actions/button/__stories__/select_group.stories.tsx +1 -1
  241. package/src/actions/button/__stories__/slim_button.stories.tsx +1 -1
  242. package/src/actions/button/base_button/base_button.tsx +2 -2
  243. package/src/actions/button/button/button.tsx +10 -4
  244. package/src/actions/button/button_group/button_group.tsx +4 -7
  245. package/src/actions/button/select_group/select_group.tsx +3 -3
  246. package/src/actions/button/slim_button/slim_button.tsx +3 -2
  247. package/src/feedback/lazy/lazy.stories.tsx +1 -1
  248. package/src/feedback/loading/__storybook__/loading.stories.tsx +1 -1
  249. package/src/feedback/progress/progress_bar.stories.tsx +1 -1
  250. package/src/form/field/common/field_control/field_control.tsx +2 -2
  251. package/src/form/field/common/field_header.tsx +2 -2
  252. package/src/form/field/common/status_input/status_input.tsx +4 -7
  253. package/src/form/field/field.stories.tsx +2 -1
  254. package/src/form/field/h_field/h_field.stories.tsx +10 -1
  255. package/src/form/field/h_field/h_field.tsx +3 -3
  256. package/src/form/field/v_field/v_field.stories.tsx +10 -1
  257. package/src/form/field/v_field/v_field.tsx +3 -3
  258. package/src/form/field_presenters/options_field_presenter.ts +1 -1
  259. package/src/form/field_set/field_set.stories.tsx +9 -1
  260. package/src/form/field_set/field_set.tsx +4 -7
  261. package/src/form/form_field.tsx +1 -1
  262. package/src/form/index.ts +50 -11
  263. package/src/inputs/checkbox/checkbox.stories.tsx +9 -1
  264. package/src/inputs/checkbox/checkbox.tsx +2 -2
  265. package/src/inputs/color_input/color_input.stories.tsx +9 -1
  266. package/src/inputs/color_input/color_input.tsx +2 -6
  267. package/src/inputs/color_input/color_picker.tsx +2 -2
  268. package/src/inputs/combo_box/combo_box.stories.tsx +14 -5
  269. package/src/inputs/combo_box/combo_box.tsx +2 -2
  270. package/src/inputs/date_picker/date_picker.stories.tsx +18 -10
  271. package/src/inputs/date_picker/date_picker.tsx +3 -3
  272. package/src/inputs/date_picker/date_picker_date.tsx +3 -3
  273. package/src/inputs/date_picker/date_picker_header.tsx +2 -2
  274. package/src/inputs/date_picker/date_picker_input.stories.tsx +15 -7
  275. package/src/inputs/date_picker/date_picker_input.tsx +3 -3
  276. package/src/inputs/date_picker/date_picker_time_selector.tsx +5 -8
  277. package/src/inputs/date_picker/date_picker_year_input.tsx +2 -2
  278. package/src/inputs/date_picker/date_picker_year_selector.tsx +3 -9
  279. package/src/inputs/input/input.stories.tsx +9 -1
  280. package/src/inputs/input/input.tsx +2 -2
  281. package/src/inputs/mask_input/key_capture_input.stories.tsx +9 -1
  282. package/src/inputs/mask_input/mask_input.stories.tsx +10 -1
  283. package/src/inputs/multi_combo_box/multi_combo_box.stories.tsx +10 -1
  284. package/src/inputs/multi_combo_box/multi_combo_box.tsx +2 -2
  285. package/src/inputs/multiselect/multiselect_values.tsx +2 -2
  286. package/src/inputs/multiselect/mutliselect.stories.tsx +10 -1
  287. package/src/inputs/phone_number_input/phone_number_input.stories.tsx +10 -1
  288. package/src/inputs/phone_number_input/phone_number_input.tsx +6 -9
  289. package/src/inputs/radio/radio.stories.tsx +14 -6
  290. package/src/inputs/radio/radio.tsx +2 -2
  291. package/src/inputs/select/select.stories.tsx +18 -9
  292. package/src/inputs/select/select.tsx +2 -2
  293. package/src/inputs/slider/slider.stories.tsx +9 -1
  294. package/src/inputs/slider/slider.tsx +2 -2
  295. package/src/inputs/suggestions/suggestion_item.tsx +2 -2
  296. package/src/inputs/suggestions/suggestion_list.stories.tsx +21 -12
  297. package/src/inputs/suggestions/suggestion_list.tsx +3 -3
  298. package/src/inputs/switch/switch.stories.tsx +9 -1
  299. package/src/inputs/switch/switch.tsx +4 -4
  300. package/src/inputs/textarea/textarea.stories.tsx +9 -1
  301. package/src/inputs/textarea/textarea.tsx +2 -2
  302. package/src/inputs/unit_input/unit_input.stories.tsx +9 -1
  303. package/src/inputs/unit_input/unit_input.tsx +4 -4
  304. package/src/layouts/body/h_body.module.css +3 -2
  305. package/src/layouts/body/h_body.tsx +5 -4
  306. package/src/layouts/body/v_body.module.css +3 -2
  307. package/src/layouts/body/v_body.tsx +5 -4
  308. package/src/layouts/column/column.tsx +3 -3
  309. package/src/layouts/divider/__stories__/divider.stories.tsx +59 -19
  310. package/src/layouts/divider/divider.tsx +6 -5
  311. package/src/layouts/footer/footer.tsx +4 -4
  312. package/src/layouts/grid/grid.stories.tsx +42 -34
  313. package/src/layouts/grid/grid.tsx +2 -7
  314. package/src/layouts/header/header.tsx +4 -4
  315. package/src/layouts/list/item.tsx +2 -2
  316. package/src/layouts/list/list.tsx +2 -2
  317. package/src/layouts/sidebar_end/sidebar_end.tsx +2 -2
  318. package/src/layouts/sidebar_start/sidebar_start.tsx +2 -2
  319. package/src/layouts/utility_bar/utility_bar.tsx +9 -4
  320. package/src/overlay/context_menu/context_menu.stories.tsx +13 -5
  321. package/src/overlay/menu/menu.stories.tsx +22 -14
  322. package/src/overlay/menu/menu.tsx +3 -3
  323. package/src/overlay/popper/popper.stories.tsx +43 -22
  324. package/src/overlay/portal/portal.stories.tsx +10 -1
  325. package/src/overlay/tooltip/tooltip.stories.tsx +9 -2
  326. package/src/overlay/tooltip/tooltip.tsx +2 -2
  327. package/src/stacks/box/bottom_resize_handle.tsx +2 -2
  328. package/src/stacks/box/box.tsx +2 -2
  329. package/src/stacks/box/end_resize_handle.tsx +2 -2
  330. package/src/stacks/box/left_resize_handle.tsx +2 -2
  331. package/src/stacks/box/right_resize_handle.tsx +2 -2
  332. package/src/stacks/box/start_resize_handle.tsx +2 -2
  333. package/src/stacks/box/top_resize_handle.tsx +2 -2
  334. package/src/stacks/collapsible_box.stories.tsx +10 -1
  335. package/src/stacks/h_collapsible_box.tsx +2 -2
  336. package/src/stacks/h_stack.stories.tsx +104 -59
  337. package/src/stacks/h_stack.tsx +2 -2
  338. package/src/stacks/spacer.tsx +2 -2
  339. package/src/stacks/stack.module.css +54 -5
  340. package/src/stacks/stacks.mdx +28 -28
  341. package/src/stacks/story_components/circle.tsx +2 -2
  342. package/src/stacks/story_components/picture_placeholder.tsx +2 -2
  343. package/src/stacks/story_components/rect.tsx +2 -2
  344. package/src/stacks/types/styles.ts +2 -2
  345. package/src/stacks/v_collapsible_box.tsx +2 -2
  346. package/src/stacks/v_stack.stories.tsx +91 -10
  347. package/src/stacks/v_stack.tsx +2 -2
  348. package/src/stacks/z_stack.stories.tsx +9 -1
  349. package/src/stacks/z_stack.tsx +2 -2
  350. package/src/surfaces/alert/alert.stories.tsx +4 -4
  351. package/src/surfaces/alert/alert.tsx +2 -2
  352. package/src/surfaces/card/card.tsx +2 -2
  353. package/src/surfaces/confirm/confirm.stories.tsx +4 -4
  354. package/src/surfaces/confirm/confirm.tsx +3 -6
  355. package/src/surfaces/drawers/__stories__/drawers.stories.tsx +1 -1
  356. package/src/surfaces/drawers/drawer_bottom/drawer_bottom.tsx +2 -2
  357. package/src/surfaces/drawers/drawer_end/drawer_end.tsx +2 -2
  358. package/src/surfaces/drawers/drawer_start/drawer_start.tsx +2 -2
  359. package/src/surfaces/drawers/drawer_top/drawer_top.tsx +2 -2
  360. package/src/surfaces/modal/__stories__/modal.stories.tsx +54 -0
  361. package/src/surfaces/modal/modal.module.css +2 -1
  362. package/src/surfaces/modal/modal.tsx +9 -6
  363. package/src/surfaces/page/h_page.tsx +2 -2
  364. package/src/surfaces/page/v_page.tsx +2 -2
  365. package/src/surfaces/panel/__stories__/panel.stories.tsx +68 -0
  366. package/src/surfaces/panel/__stories__/panel_stories.module.css +13 -0
  367. package/src/surfaces/panel/h_panel.tsx +12 -6
  368. package/src/surfaces/panel/panel.module.css +2 -7
  369. package/src/surfaces/panel/v_panel.tsx +11 -5
  370. package/src/surfaces/popover/popover.tsx +2 -2
  371. package/src/surfaces/window/window.stories.tsx +1 -1
  372. package/src/surfaces/window/window.tsx +2 -6
  373. package/src/themes/index.ts +0 -2
  374. package/src/themes/stories/themes.stories.tsx +1 -1
  375. package/src/themes/themes/ergo/ergo_theme.css +142 -10
  376. package/src/tokens/badge/badge.stories.tsx +6 -6
  377. package/src/tokens/badge/badge.tsx +3 -3
  378. package/src/tokens/bubble/bubble.stories.tsx +16 -9
  379. package/src/tokens/bubble/bubble.tsx +2 -2
  380. package/src/tokens/chip/chip.stories.tsx +1 -1
  381. package/src/tokens/chip/chip.tsx +2 -2
  382. package/src/typography/body_text/body_text.tsx +2 -2
  383. package/src/typography/callout/callout.tsx +2 -2
  384. package/src/typography/caption/caption.tsx +2 -2
  385. package/src/typography/footnote/footnote.tsx +2 -2
  386. package/src/typography/headline/headline.tsx +2 -2
  387. package/src/typography/subheadline/subheadline.tsx +2 -2
  388. package/src/typography/title/title.tsx +3 -3
  389. package/src/typography/typography-showcase.stories.tsx +2 -2
  390. package/src/utils/click_away_listener.stories.tsx +21 -11
  391. package/src/utils/responsive/responsive_renderer.stories.tsx +7 -7
  392. package/src/utils/scroll_away_listener.stories.tsx +11 -1
  393. package/dist/form/field/form_field.d.ts +0 -6
  394. package/dist/form/field/form_field.d.ts.map +0 -1
  395. package/dist/form/field/form_field.js +0 -18
  396. package/dist/form/field/form_field.js.map +0 -1
  397. package/dist/panel.module-CtikcmYB.js +0 -5
  398. package/dist/panel.module-CtikcmYB.js.map +0 -1
  399. package/src/form/field/form_field.tsx +0 -29
  400. package/src/surfaces/modal/modal.stories.tsx +0 -15
@@ -1,8 +1,9 @@
1
+ import React from 'react';
2
+ import { clsx } from 'clsx';
1
3
  import { Box, type BoxProps } from '../../stacks/box/box.js';
4
+ import type { Alignment } from '../../stacks/types/alignment.js';
2
5
  import { VStack } from '../../stacks/v_stack.js';
3
- import { Alignment } from '../../stacks/types/alignment.js';
4
- import classNames from 'classnames';
5
- import React from 'react';
6
+ // Styles
6
7
  import styles from './panel.module.css';
7
8
 
8
9
  export interface VPanelProps extends Omit<BoxProps, 'as'> {
@@ -37,7 +38,7 @@ export const VPanel = React.forwardRef<HTMLElement, VPanelProps>(function VPanel
37
38
  maxHeight={maxHeight}
38
39
  data-h-alignment={hAlign}
39
40
  data-v-alignment={vAlign}
40
- className={classNames(className, styles['panel'], 'panel')}
41
+ className={clsx(className, 'panel', 'tcn-panel', 'tcn-v-panel')}
41
42
  {...props}
42
43
  >
43
44
  <VStack
@@ -49,7 +50,12 @@ export const VPanel = React.forwardRef<HTMLElement, VPanelProps>(function VPanel
49
50
  hAlign={hAlign}
50
51
  vAlign={vAlign}
51
52
  ref={ref}
52
- className={classNames(styles['panel-stack'], className, 'panel-stack')}
53
+ className={clsx(
54
+ styles['panel-stack'],
55
+ className,
56
+ 'panel-stack',
57
+ 'tcn-panel-stack'
58
+ )}
53
59
  zIndex={0}
54
60
  >
55
61
  {children}
@@ -1,4 +1,4 @@
1
- import classnames from 'classnames';
1
+ import { clsx } from 'clsx';
2
2
  import { VStack } from '../../stacks/v_stack.js';
3
3
  import { Popper, type PopperProps } from '../../overlay/popper/popper.js';
4
4
  import { VStackProps } from '../../stacks/v_stack.js';
@@ -45,7 +45,7 @@ export function Popover({
45
45
  open={open}
46
46
  onClose={onClose}
47
47
  >
48
- <VStack inline width="auto" className={classnames(className, 'popover')} {...props}>
48
+ <VStack inline width="auto" className={clsx(className, 'popover')} {...props}>
49
49
  {children}
50
50
  </VStack>
51
51
  </Popper>
@@ -1,7 +1,7 @@
1
1
  import { Window } from './window.js';
2
2
 
3
3
  export default {
4
- title: 'Frame / Window',
4
+ title: 'Surfaces/Window',
5
5
  component: Window,
6
6
  tags: ['autodocs'],
7
7
  };
@@ -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 './window.module.css';
5
5
 
@@ -10,11 +10,7 @@ export const Window = React.forwardRef<HTMLDivElement, WindowProps>(function Win
10
10
  ref
11
11
  ) {
12
12
  return (
13
- <VStack
14
- ref={ref}
15
- className={classNames(styles.window, className, 'window')}
16
- {...props}
17
- >
13
+ <VStack ref={ref} className={clsx(styles.window, className, 'window')} {...props}>
18
14
  {children}
19
15
  </VStack>
20
16
  );
@@ -1,5 +1,3 @@
1
1
  export * from './theme_variables.js';
2
2
  export * from './theme.js';
3
- export * from './themes/windows_98/windows_98_theme.js';
4
- export * from './themes/ergo/ergo_theme.js';
5
3
  export * from './stylesheets/reset.js';
@@ -10,7 +10,7 @@ export default {
10
10
  title: 'Themes',
11
11
  };
12
12
 
13
- export function ThemesStories() {
13
+ export function Themes() {
14
14
  const [theme, setTheme] = useState<'windows98' | 'ergo'>('windows98');
15
15
 
16
16
  const styleSheet = theme === 'windows98' ? windows98StyleSheet : ergoStyleSheet;
@@ -136,13 +136,13 @@ legend {
136
136
  /* ===== CSS VARIABLES ===== */
137
137
  :root {
138
138
  --scalar: 1;
139
- --gap-small: 2px;
140
- --gap-medium: 4px;
141
- --gap-large: 8px;
139
+ --gap-small: 4px;
140
+ --gap-medium: 8px;
141
+ --gap-large: 16px;
142
142
 
143
- --padding-small: 2px;
144
- --padding-medium: 4px;
145
- --padding-large: 8px;
143
+ --padding-small: 4px;
144
+ --padding-medium: 8px;
145
+ --padding-large: 16px;
146
146
 
147
147
  --status-color-disabled: #7f7f7f;
148
148
  --status-color-info: #008cff;
@@ -170,9 +170,8 @@ legend {
170
170
  --quaternary-color: #008cff;
171
171
  --quaternary-color-strong: #008cff;
172
172
 
173
- --font-color: #222222;
174
- --font-family:
175
- "Arial", "Helvetica Neue", Helvetica, "Liberation Sans", "Arimo", sans-serif;
173
+ --font-color: #395578;
174
+ --font-family: "Lato", sans-serif;
176
175
  --font-size: 12px;
177
176
 
178
177
  --background-color-primary: #ffffff;
@@ -180,15 +179,148 @@ legend {
180
179
  --background-color-tertiary: #ffffff;
181
180
  --background-color-quaternary: #ffffff;
182
181
 
183
- --foreground-color-primary: #222222;
182
+ --foreground-color-primary: #aaa;
184
183
  --foreground-color-secondary: #222222;
185
184
  --foreground-color-tertiary: #222222;
186
185
  --foreground-color-quaternary: #222222;
187
186
 
188
187
  --accent-color: #008cff;
188
+
189
+ --shape-radius-small: 2px;
190
+ --shape-radius-medium: 4px;
191
+ --shape-radius-large: 8px;
189
192
  }
190
193
 
191
194
  * {
192
195
  position: relative;
193
196
  box-sizing: border-box;
194
197
  }
198
+
199
+ /* ===== SURFACES ===== */
200
+
201
+ .tcn-veil {
202
+ background-color: rgba(0, 0, 0, 0.5);
203
+ }
204
+
205
+ /* MODAL: */
206
+ .tcn-modal {
207
+ --v-inset: var(--padding-large);
208
+ background-color: var(--background-color-primary);
209
+ border-radius: var(--shape-radius-medium);
210
+ /* TODO: This should be a variable */
211
+ border: 1px solid rgba(170, 170, 170, 1);
212
+ overflow: hidden;
213
+ :where(.tcn-header) {
214
+ min-height: 40px;
215
+ /* TODO: This should be a variable */
216
+ background-color: rgb(73, 116, 133);
217
+ color: white;
218
+ padding: 0 var(--v-inset);
219
+ gap: var(--gap-medium);
220
+
221
+ :where(.tcn-title) {
222
+ color: white;
223
+ }
224
+
225
+ :where(.tcn-button) {
226
+ padding: 0;
227
+ min-width: 18px;
228
+ min-height: 18px;
229
+ color: white;
230
+ }
231
+
232
+ :where(.tcn-button)[data-hierarchy="tertiary"] {
233
+ color: white;
234
+ }
235
+
236
+ :where(.tcn-divider) {
237
+ padding: 4px 0;
238
+ :where(.tcn-divider-line) {
239
+ width: 1.5px;
240
+ min-height: 18px;
241
+ height: auto;
242
+ }
243
+ }
244
+ }
245
+
246
+ :where(.tcn-utility-bar) {
247
+ min-height: 32px;
248
+ border-bottom: 1px solid var(--foreground-color-primary);
249
+ padding: 0 var(--v-inset);
250
+
251
+ :where(.tcn-button) {
252
+ padding: 0;
253
+ min-width: 18px;
254
+ min-height: 18px;
255
+ }
256
+ }
257
+
258
+ :where(.tcn-body) {
259
+ padding: 0 var(--v-inset);
260
+ gap: var(--gap-medium);
261
+ }
262
+
263
+ :where(.tcn-footer) {
264
+ gap: var(--gap-medium);
265
+ min-height: 40px;
266
+ border-top: 1px solid var(--foreground-color-primary);
267
+ padding: 0 var(--v-inset);
268
+ }
269
+ }
270
+
271
+ /* PANEL */
272
+ .tcn-panel {
273
+ --v-inset: var(--padding-large);
274
+ background-color: var(--background-color-primary);
275
+ border-radius: var(--shape-radius-medium);
276
+
277
+ :where(.tcn-header) {
278
+ min-height: 40px;
279
+ border-bottom: 1px solid var(--foreground-color-primary);
280
+ padding: 0 var(--v-inset);
281
+ gap: var(--gap-medium);
282
+
283
+ :where(.tcn-title) {
284
+ font-weight: 700;
285
+ }
286
+
287
+ :where(.tcn-button) {
288
+ padding: 0;
289
+ min-width: 18px;
290
+ min-height: 18px;
291
+ }
292
+
293
+ :where(.tcn-divider) {
294
+ padding: 4px 0;
295
+ :where(.tcn-divider-line) {
296
+ width: 1.5px;
297
+ min-height: 18px;
298
+ height: auto;
299
+ }
300
+ }
301
+ }
302
+
303
+ :where(.tcn-utility-bar) {
304
+ min-height: 32px;
305
+ border-bottom: 1px solid var(--foreground-color-primary);
306
+ padding: 0 var(--v-inset);
307
+
308
+ :where(.tcn-button) {
309
+ padding: 0;
310
+ min-width: 18px;
311
+ min-height: 18px;
312
+ }
313
+ }
314
+
315
+ :where(.tcn-body) {
316
+ padding: 0 var(--v-inset);
317
+ gap: var(--gap-medium);
318
+ }
319
+
320
+ :where(.tcn-footer) {
321
+ gap: var(--gap-medium);
322
+ min-height: 40px;
323
+ border-top: 1px solid var(--foreground-color-primary);
324
+ padding: 0 var(--v-inset);
325
+ }
326
+ }
@@ -1,25 +1,25 @@
1
1
  import { ZStack } from '../../stacks/z_stack.js';
2
2
  import React from 'react';
3
- import { Badge } from './badge.js';
3
+ import { Badge as BadgeComponent } from './badge.js';
4
4
  import { Button } from '../../actions/index.js';
5
5
 
6
6
  export default {
7
- title: 'src/Badge',
8
- component: Badge,
7
+ title: 'Tokens/Badge',
8
+ component: BadgeComponent,
9
9
  tags: ['autodocs'],
10
10
  };
11
11
 
12
- export function Default(props: any) {
12
+ export function Badge(props: any) {
13
13
  return (
14
14
  <ZStack>
15
- <Badge
15
+ <BadgeComponent
16
16
  value={10}
17
17
  // backgroundColor="var(--accent-color)"
18
18
  // textColor="white"
19
19
  {...props}
20
20
  >
21
21
  <Button>Hello</Button>
22
- </Badge>
22
+ </BadgeComponent>
23
23
  </ZStack>
24
24
  );
25
25
  }
@@ -1,5 +1,5 @@
1
1
  import React, { HTMLAttributes } 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';
@@ -33,7 +33,7 @@ export const Badge = React.forwardRef(
33
33
  vAlign="end"
34
34
  hAlign="end"
35
35
  zIndex={0}
36
- className={classNames('badge', className)}
36
+ className={clsx('badge', className)}
37
37
  {...props}
38
38
  >
39
39
  <ZStack zIndex={0} inline width="auto" height="auto">
@@ -41,7 +41,7 @@ export const Badge = React.forwardRef(
41
41
  </ZStack>
42
42
  <VStack zIndex={1} height="100%" width="auto">
43
43
  <Bubble
44
- className={classNames(styles['badge-bubble'], 'badge-bubble')}
44
+ className={clsx(styles['badge-bubble'], 'badge-bubble')}
45
45
  backgroundColor={backgroundColor}
46
46
  textColor={color}
47
47
  elevate
@@ -1,10 +1,23 @@
1
1
  import React from 'react';
2
- import { Bubble } from './bubble.js';
2
+ import { Bubble as BubbleComponent } from './bubble.js';
3
3
 
4
- export const Base = (args: any) => {
5
- return <Bubble {...args}>0</Bubble>;
4
+ export default {
5
+ title: 'Tokens/Bubble',
6
+ component: BubbleComponent,
7
+ tags: ['autodocs'],
8
+ parameters: {
9
+ docs: {
10
+ description: {
11
+ component: 'A bubble component that can be used to display a badge.',
12
+ },
13
+ },
14
+ },
6
15
  };
7
16
 
17
+ export function Bubble(args: any) {
18
+ return <BubbleComponent {...args}>0</BubbleComponent>;
19
+ }
20
+
8
21
  export const Styled = () => {
9
22
  return (
10
23
  <div>This story needs to be updated.</div>
@@ -160,9 +173,3 @@ const _randomWords = [
160
173
  'Enduring',
161
174
  'Lasting',
162
175
  ];
163
-
164
- export default {
165
- title: 'src/Bubble',
166
- component: Bubble,
167
- tags: ['autodocs'],
168
- };
@@ -1,4 +1,4 @@
1
- import classNames from 'classnames';
1
+ import { clsx } from 'clsx';
2
2
  import React, { HTMLAttributes } from 'react';
3
3
  import styles from './bubble.module.css';
4
4
  import { theme } from '../../themes/index.js';
@@ -35,7 +35,7 @@ export const Bubble = React.forwardRef(function Bubble(
35
35
  return (
36
36
  <HStack
37
37
  inline
38
- className={classNames(styles.bubble, 'bubble', className)}
38
+ className={clsx(styles.bubble, 'bubble', className)}
39
39
  width="auto"
40
40
  height="auto"
41
41
  ref={ref}
@@ -7,7 +7,7 @@ import { BodyText } from '../../typography/index.js';
7
7
  import { CrossIcon } from '@tcn/icons/cross_icon.js';
8
8
 
9
9
  export default {
10
- title: 'src/Chip',
10
+ title: 'Tokens/Chip',
11
11
  component: Chip,
12
12
  tags: ['autodocs'],
13
13
  };
@@ -1,5 +1,5 @@
1
1
  import { HStack, HStackProps } from '../../stacks/h_stack.js';
2
- import classNames from 'classnames';
2
+ import { clsx } from 'clsx';
3
3
  import React from 'react';
4
4
  import styles from './chip.module.css';
5
5
  import { theme } from '../../themes/index.js';
@@ -26,7 +26,7 @@ export const Chip = React.forwardRef(function Chip(
26
26
  width="auto"
27
27
  height="auto"
28
28
  vAlign="center"
29
- className={classNames(styles.chip, 'chip', className)}
29
+ className={clsx(styles.chip, 'chip', className)}
30
30
  style={finalStyle}
31
31
  {...props}
32
32
  >
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
2
  import { Emphasis, Hierarchy, Size } from '../../utils/index.js';
3
3
  import type { WithDetailedHTMLProps } from '../../stacks/types/as.js';
4
- import classnames from 'classnames';
4
+ import { clsx } from 'clsx';
5
5
  import styles from './body_text.module.css';
6
6
 
7
7
  export interface BodyTextOwnProps {
@@ -65,7 +65,7 @@ export function BodyText({
65
65
  data-hierarchy={hierarchy}
66
66
  data-emphasis={emphasis}
67
67
  data-selectable={selectable}
68
- className={classnames(styles['body-text'], 'body-text', className)}
68
+ className={clsx(styles['body-text'], 'body-text', className)}
69
69
  style={style}
70
70
  data-size={size}
71
71
  data-word-break={breakWords}
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import classnames from 'classnames';
2
+ import { clsx } from 'clsx';
3
3
  import { Emphasis, Hierarchy, Size } from '../../utils/index.js';
4
4
  import type { WithDetailedHTMLProps } from '../../stacks/types/as.js';
5
5
  import styles from './callout.module.css';
@@ -64,7 +64,7 @@ export function Callout({
64
64
  data-hierarchy={hierarchy}
65
65
  data-emphasis={emphasis}
66
66
  data-selectable={selectable}
67
- className={classnames(styles['callout'], 'callout', className)}
67
+ className={clsx(styles['callout'], 'callout', className)}
68
68
  style={style}
69
69
  data-size={size}
70
70
  >
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import classnames from 'classnames';
2
+ import { clsx } from 'clsx';
3
3
  import { Emphasis, Hierarchy, Size } from '../../utils/index.js';
4
4
  import type { WithDetailedHTMLProps } from '../../stacks/types/as.js';
5
5
  import styles from './caption.module.css';
@@ -64,7 +64,7 @@ export function Caption({
64
64
  data-hierarchy={hierarchy}
65
65
  data-emphasis={emphasis}
66
66
  data-selectable={selectable}
67
- className={classnames(styles['caption'], 'caption', className)}
67
+ className={clsx(styles['caption'], 'caption', className)}
68
68
  style={style}
69
69
  data-size={size}
70
70
  >
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import classnames from 'classnames';
2
+ import { clsx } from 'clsx';
3
3
  import { Emphasis, Hierarchy, Size } from '../../utils/index.js';
4
4
  import type { WithDetailedHTMLProps } from '../../stacks/types/as.js';
5
5
  import styles from './footnote.module.css';
@@ -64,7 +64,7 @@ export function Footnote({
64
64
  data-hierarchy={hierarchy}
65
65
  data-emphasis={emphasis}
66
66
  data-selectable={selectable}
67
- className={classnames(styles['footnote'], 'footnote', className)}
67
+ className={clsx(styles['footnote'], 'footnote', className)}
68
68
  style={style}
69
69
  data-size={size}
70
70
  >
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import classnames from 'classnames';
2
+ import { clsx } from 'clsx';
3
3
  import { Emphasis, Hierarchy, Size } from '../../utils/index.js';
4
4
  import type { WithDetailedHTMLProps } from '../../stacks/types/as.js';
5
5
  import styles from './headline.module.css';
@@ -74,7 +74,7 @@ export function Headline({
74
74
  data-hierarchy={hierarchy}
75
75
  data-emphasis={emphasis}
76
76
  data-selectable={selectable}
77
- className={classnames(styles['headline'], 'headline', className)}
77
+ className={clsx(styles['headline'], 'headline', className)}
78
78
  style={style}
79
79
  data-size={size}
80
80
  >
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import classnames from 'classnames';
2
+ import { clsx } from 'clsx';
3
3
  import { Emphasis, Hierarchy, Size } from '../../utils/index.js';
4
4
  import type { WithDetailedHTMLProps } from '../../stacks/types/as.js';
5
5
  import styles from './subheadline.module.css';
@@ -77,7 +77,7 @@ export function Subheadline({
77
77
  data-hierarchy={hierarchy}
78
78
  data-emphasis={emphasis}
79
79
  data-selectable={selectable}
80
- className={classnames(styles['subheadline'], 'subheadline', className)}
80
+ className={clsx(styles['subheadline'], 'subheadline', className)}
81
81
  style={style}
82
82
  data-size={size}
83
83
  >
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
- import classnames from 'classnames';
3
- import { Emphasis, Hierarchy, Size } from '../../utils/index.js';
2
+ import { clsx } from 'clsx';
4
3
  import type { WithDetailedHTMLProps } from '../../stacks/types/as.js';
4
+ import type { Emphasis, Hierarchy, Size } from '../../utils/index.js';
5
5
  import styles from './title.module.css';
6
6
 
7
7
  export interface TitleOwnProps {
@@ -78,7 +78,7 @@ export function Title({
78
78
  data-hierarchy={hierarchy}
79
79
  data-emphasis={emphasis}
80
80
  data-selectable={selectable}
81
- className={classnames(styles['title'], 'title', className)}
81
+ className={clsx(styles['title'], 'title', 'tcn-title', className)}
82
82
  style={style}
83
83
  data-size={size}
84
84
  >
@@ -11,13 +11,13 @@ import { Subheadline } from './subheadline/subheadline.js';
11
11
  import { Title } from './title/title.js';
12
12
 
13
13
  export default {
14
- title: 'Showcase',
14
+ title: 'Typography/Showcase',
15
15
  parameters: {
16
16
  layout: 'fullscreen',
17
17
  },
18
18
  };
19
19
 
20
- export function Typography() {
20
+ export function Showcase() {
21
21
  return (
22
22
  <VStack gap="30px" maxWidth="800px">
23
23
  <HStack height="auto">
@@ -1,16 +1,26 @@
1
1
  import React, { useRef, useState } from 'react';
2
- import { ClickAwayListener } from './click_away_listener.js';
2
+ import { ClickAwayListener as ClickAwayListenerComponent } from './click_away_listener.js';
3
3
 
4
4
  export default {
5
- title: 'Click Away Listener',
5
+ title: 'Utils/Click Away Listener',
6
+ component: ClickAwayListenerComponent,
7
+ tags: ['autodocs'],
8
+ parameters: {
9
+ docs: {
10
+ description: {
11
+ component:
12
+ 'A utility component that can be used to listen for click away events.',
13
+ },
14
+ },
15
+ },
6
16
  };
7
17
 
8
- export function Baseline() {
18
+ export function ClickAwayListener() {
9
19
  const [message, setMessage] = useState('');
10
20
 
11
21
  return (
12
22
  <div>
13
- <ClickAwayListener
23
+ <ClickAwayListenerComponent
14
24
  onClickAway={() => {
15
25
  setMessage('Clicked Outside');
16
26
  }}
@@ -27,7 +37,7 @@ export function Baseline() {
27
37
  >
28
38
  {message}
29
39
  </div>
30
- </ClickAwayListener>
40
+ </ClickAwayListenerComponent>
31
41
  </div>
32
42
  );
33
43
  }
@@ -40,7 +50,7 @@ export function OtherRefChecks() {
40
50
 
41
51
  return (
42
52
  <div>
43
- <ClickAwayListener
53
+ <ClickAwayListenerComponent
44
54
  refs={refs}
45
55
  onClickAway={() => {
46
56
  setMessage('Clicked Outside');
@@ -58,7 +68,7 @@ export function OtherRefChecks() {
58
68
  >
59
69
  {message}&nbsp;
60
70
  </div>
61
- </ClickAwayListener>
71
+ </ClickAwayListenerComponent>
62
72
  <div
63
73
  ref={redRef}
64
74
  style={{
@@ -107,7 +117,7 @@ export function MountOnFocus() {
107
117
  }}
108
118
  />
109
119
  {show && (
110
- <ClickAwayListener
120
+ <ClickAwayListenerComponent
111
121
  refs={refs}
112
122
  onClickAway={() => {
113
123
  setMessage('Clicked Outside');
@@ -129,7 +139,7 @@ export function MountOnFocus() {
129
139
  >
130
140
  {message}&nbsp;
131
141
  </div>
132
- </ClickAwayListener>
142
+ </ClickAwayListenerComponent>
133
143
  )}
134
144
  </div>
135
145
  );
@@ -218,7 +228,7 @@ export function WithException() {
218
228
  </div>
219
229
 
220
230
  {/* Main click away listener */}
221
- <ClickAwayListener onClickAway={handleClickAway} isException={isException}>
231
+ <ClickAwayListenerComponent onClickAway={handleClickAway} isException={isException}>
222
232
  <div
223
233
  style={{
224
234
  marginTop: '100px',
@@ -246,7 +256,7 @@ export function WithException() {
246
256
  </p>
247
257
  </div>
248
258
  </div>
249
- </ClickAwayListener>
259
+ </ClickAwayListenerComponent>
250
260
 
251
261
  {/* Regular area that will trigger click away */}
252
262
  <div