@tale-ui/react 0.1.0 → 0.2.0

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 (292) hide show
  1. package/README.md +58 -25
  2. package/_cx.d.ts +4 -0
  3. package/_cx.js +15 -0
  4. package/accordion/Accordion.styled.d.ts +14 -0
  5. package/accordion/Accordion.styled.js +79 -0
  6. package/accordion/index.d.ts +1 -1
  7. package/accordion/index.js +1 -1
  8. package/alert-dialog/AlertDialog.styled.d.ts +13 -0
  9. package/alert-dialog/AlertDialog.styled.js +58 -0
  10. package/alert-dialog/index.d.ts +1 -1
  11. package/alert-dialog/index.js +1 -1
  12. package/autocomplete/Autocomplete.styled.d.ts +11 -0
  13. package/autocomplete/Autocomplete.styled.js +134 -0
  14. package/autocomplete/index.d.ts +1 -1
  15. package/autocomplete/index.js +1 -1
  16. package/avatar/Avatar.styled.d.ts +10 -0
  17. package/avatar/Avatar.styled.js +42 -0
  18. package/avatar/index.d.ts +1 -1
  19. package/avatar/index.js +1 -1
  20. package/button/Button.styled.d.ts +10 -0
  21. package/button/Button.styled.js +23 -0
  22. package/button/index.d.ts +2 -2
  23. package/button/index.js +1 -1
  24. package/checkbox/Checkbox.styled.d.ts +3 -0
  25. package/checkbox/Checkbox.styled.js +31 -0
  26. package/checkbox/index.d.ts +1 -1
  27. package/checkbox/index.js +1 -1
  28. package/collapsible/Collapsible.styled.d.ts +4 -0
  29. package/collapsible/Collapsible.styled.js +41 -0
  30. package/collapsible/index.d.ts +1 -1
  31. package/collapsible/index.js +1 -1
  32. package/combobox/Combobox.styled.d.ts +38 -0
  33. package/combobox/Combobox.styled.js +115 -0
  34. package/combobox/index.d.ts +1 -1
  35. package/combobox/index.js +1 -1
  36. package/container/Container.d.ts +12 -0
  37. package/container/Container.js +40 -0
  38. package/container/index.d.ts +2 -0
  39. package/container/index.js +18 -0
  40. package/context-menu/ContextMenu.styled.d.ts +21 -0
  41. package/context-menu/ContextMenu.styled.js +111 -0
  42. package/context-menu/index.d.ts +1 -1
  43. package/context-menu/index.js +1 -1
  44. package/context-menu/root/ContextMenuRoot.d.ts +1 -2
  45. package/dialog/Dialog.styled.d.ts +34 -0
  46. package/dialog/Dialog.styled.js +58 -0
  47. package/dialog/index.d.ts +1 -1
  48. package/dialog/index.js +1 -1
  49. package/drawer/Drawer.styled.d.ts +28 -0
  50. package/drawer/Drawer.styled.js +71 -0
  51. package/drawer/index.d.ts +1 -1
  52. package/drawer/index.js +1 -1
  53. package/esm/_cx.d.ts +4 -0
  54. package/esm/_cx.js +9 -0
  55. package/esm/accordion/Accordion.styled.d.ts +14 -0
  56. package/esm/accordion/Accordion.styled.js +72 -0
  57. package/esm/accordion/index.d.ts +1 -1
  58. package/esm/accordion/index.js +1 -1
  59. package/esm/alert-dialog/AlertDialog.styled.d.ts +13 -0
  60. package/esm/alert-dialog/AlertDialog.styled.js +51 -0
  61. package/esm/alert-dialog/index.d.ts +1 -1
  62. package/esm/alert-dialog/index.js +1 -1
  63. package/esm/autocomplete/Autocomplete.styled.d.ts +11 -0
  64. package/esm/autocomplete/Autocomplete.styled.js +49 -0
  65. package/esm/autocomplete/index.d.ts +1 -1
  66. package/esm/autocomplete/index.js +1 -1
  67. package/esm/avatar/Avatar.styled.d.ts +10 -0
  68. package/esm/avatar/Avatar.styled.js +35 -0
  69. package/esm/avatar/index.d.ts +1 -1
  70. package/esm/avatar/index.js +1 -1
  71. package/esm/button/Button.styled.d.ts +10 -0
  72. package/esm/button/Button.styled.js +16 -0
  73. package/esm/button/index.d.ts +2 -2
  74. package/esm/button/index.js +1 -1
  75. package/esm/checkbox/Checkbox.styled.d.ts +3 -0
  76. package/esm/checkbox/Checkbox.styled.js +24 -0
  77. package/esm/checkbox/index.d.ts +1 -1
  78. package/esm/checkbox/index.js +1 -1
  79. package/esm/collapsible/Collapsible.styled.d.ts +4 -0
  80. package/esm/collapsible/Collapsible.styled.js +34 -0
  81. package/esm/collapsible/index.d.ts +1 -1
  82. package/esm/collapsible/index.js +1 -1
  83. package/esm/combobox/Combobox.styled.d.ts +38 -0
  84. package/esm/combobox/Combobox.styled.js +102 -0
  85. package/esm/combobox/index.d.ts +1 -1
  86. package/esm/combobox/index.js +1 -1
  87. package/esm/container/Container.d.ts +12 -0
  88. package/esm/container/Container.js +32 -0
  89. package/esm/container/index.d.ts +2 -0
  90. package/esm/container/index.js +1 -0
  91. package/esm/context-menu/ContextMenu.styled.d.ts +21 -0
  92. package/esm/context-menu/ContextMenu.styled.js +104 -0
  93. package/esm/context-menu/index.d.ts +1 -1
  94. package/esm/context-menu/index.js +1 -1
  95. package/esm/context-menu/root/ContextMenuRoot.d.ts +1 -2
  96. package/esm/dialog/Dialog.styled.d.ts +34 -0
  97. package/esm/dialog/Dialog.styled.js +51 -0
  98. package/esm/dialog/index.d.ts +1 -1
  99. package/esm/dialog/index.js +1 -1
  100. package/esm/drawer/Drawer.styled.d.ts +28 -0
  101. package/esm/drawer/Drawer.styled.js +64 -0
  102. package/esm/drawer/index.d.ts +1 -1
  103. package/esm/drawer/index.js +1 -1
  104. package/esm/field/Field.styled.d.ts +14 -0
  105. package/esm/field/Field.styled.js +45 -0
  106. package/esm/field/index.d.ts +1 -1
  107. package/esm/field/index.js +1 -1
  108. package/esm/fieldset/Fieldset.styled.d.ts +3 -0
  109. package/esm/fieldset/Fieldset.styled.js +24 -0
  110. package/esm/fieldset/index.d.ts +1 -1
  111. package/esm/fieldset/index.js +1 -1
  112. package/esm/form/Form.styled.d.ts +12 -0
  113. package/esm/form/Form.styled.js +14 -0
  114. package/esm/form/index.d.ts +2 -2
  115. package/esm/form/index.js +1 -1
  116. package/esm/index.d.ts +1 -1
  117. package/esm/index.js +2 -2
  118. package/esm/input/Input.styled.d.ts +8 -0
  119. package/esm/input/Input.styled.js +15 -0
  120. package/esm/input/index.d.ts +2 -2
  121. package/esm/input/index.js +1 -1
  122. package/esm/menu/Menu.styled.d.ts +57 -0
  123. package/esm/menu/Menu.styled.js +106 -0
  124. package/esm/menu/index.d.ts +1 -1
  125. package/esm/menu/index.js +1 -1
  126. package/esm/menubar/Menubar.styled.d.ts +7 -0
  127. package/esm/menubar/Menubar.styled.js +14 -0
  128. package/esm/menubar/index.d.ts +1 -1
  129. package/esm/menubar/index.js +1 -1
  130. package/esm/meter/Meter.styled.d.ts +6 -0
  131. package/esm/meter/Meter.styled.js +45 -0
  132. package/esm/meter/index.d.ts +1 -1
  133. package/esm/meter/index.js +1 -1
  134. package/esm/navigation-menu/NavigationMenu.styled.d.ts +23 -0
  135. package/esm/navigation-menu/NavigationMenu.styled.js +89 -0
  136. package/esm/navigation-menu/index.d.ts +1 -1
  137. package/esm/navigation-menu/index.js +1 -1
  138. package/esm/number-field/NumberField.styled.d.ts +16 -0
  139. package/esm/number-field/NumberField.styled.js +59 -0
  140. package/esm/number-field/index.d.ts +1 -1
  141. package/esm/number-field/index.js +1 -1
  142. package/esm/popover/Popover.styled.d.ts +42 -0
  143. package/esm/popover/Popover.styled.js +62 -0
  144. package/esm/popover/index.d.ts +1 -1
  145. package/esm/popover/index.js +1 -1
  146. package/esm/preview-card/PreviewCard.styled.d.ts +39 -0
  147. package/esm/preview-card/PreviewCard.styled.js +32 -0
  148. package/esm/preview-card/index.d.ts +1 -1
  149. package/esm/preview-card/index.js +1 -1
  150. package/esm/progress/Progress.styled.d.ts +8 -0
  151. package/esm/progress/Progress.styled.js +36 -0
  152. package/esm/progress/index.d.ts +1 -1
  153. package/esm/progress/index.js +1 -1
  154. package/esm/radio/Radio.styled.d.ts +11 -0
  155. package/esm/radio/Radio.styled.js +27 -0
  156. package/esm/radio/index.d.ts +1 -1
  157. package/esm/radio/index.js +1 -1
  158. package/esm/scroll-area/ScrollArea.styled.d.ts +7 -0
  159. package/esm/scroll-area/ScrollArea.styled.js +55 -0
  160. package/esm/scroll-area/index.d.ts +1 -1
  161. package/esm/scroll-area/index.js +1 -1
  162. package/esm/select/Select.styled.d.ts +33 -0
  163. package/esm/select/Select.styled.js +118 -0
  164. package/esm/select/index.d.ts +1 -1
  165. package/esm/select/index.js +1 -1
  166. package/esm/separator/Separator.styled.d.ts +7 -0
  167. package/esm/separator/Separator.styled.js +16 -0
  168. package/esm/separator/index.d.ts +2 -2
  169. package/esm/separator/index.js +1 -1
  170. package/esm/slider/Slider.styled.d.ts +16 -0
  171. package/esm/slider/Slider.styled.js +55 -0
  172. package/esm/slider/index.d.ts +1 -1
  173. package/esm/slider/index.js +1 -1
  174. package/esm/switch/Switch.styled.d.ts +3 -0
  175. package/esm/switch/Switch.styled.js +24 -0
  176. package/esm/switch/index.d.ts +1 -1
  177. package/esm/switch/index.js +1 -1
  178. package/esm/tabs/Tabs.styled.d.ts +14 -0
  179. package/esm/tabs/Tabs.styled.js +54 -0
  180. package/esm/tabs/index.d.ts +1 -1
  181. package/esm/tabs/index.js +1 -1
  182. package/esm/toast/Toast.styled.d.ts +21 -0
  183. package/esm/toast/Toast.styled.js +80 -0
  184. package/esm/toast/index.d.ts +1 -1
  185. package/esm/toast/index.js +1 -1
  186. package/esm/toggle/Toggle.styled.d.ts +10 -0
  187. package/esm/toggle/Toggle.styled.js +26 -0
  188. package/esm/toggle/index.d.ts +2 -2
  189. package/esm/toggle/index.js +1 -1
  190. package/esm/toolbar/Toolbar.styled.d.ts +7 -0
  191. package/esm/toolbar/Toolbar.styled.js +64 -0
  192. package/esm/toolbar/index.d.ts +1 -1
  193. package/esm/toolbar/index.js +1 -1
  194. package/esm/tooltip/Tooltip.styled.d.ts +39 -0
  195. package/esm/tooltip/Tooltip.styled.js +32 -0
  196. package/esm/tooltip/index.d.ts +1 -1
  197. package/esm/tooltip/index.js +1 -1
  198. package/field/Field.styled.d.ts +14 -0
  199. package/field/Field.styled.js +70 -0
  200. package/field/index.d.ts +1 -1
  201. package/field/index.js +1 -1
  202. package/fieldset/Fieldset.styled.d.ts +3 -0
  203. package/fieldset/Fieldset.styled.js +31 -0
  204. package/fieldset/index.d.ts +1 -1
  205. package/fieldset/index.js +1 -1
  206. package/form/Form.styled.d.ts +12 -0
  207. package/form/Form.styled.js +21 -0
  208. package/form/index.d.ts +2 -2
  209. package/form/index.js +1 -1
  210. package/index.d.ts +1 -1
  211. package/index.js +12 -12
  212. package/input/Input.styled.d.ts +8 -0
  213. package/input/Input.styled.js +22 -0
  214. package/input/index.d.ts +2 -2
  215. package/input/index.js +1 -1
  216. package/menu/Menu.styled.d.ts +57 -0
  217. package/menu/Menu.styled.js +120 -0
  218. package/menu/index.d.ts +1 -1
  219. package/menu/index.js +1 -1
  220. package/menubar/Menubar.styled.d.ts +7 -0
  221. package/menubar/Menubar.styled.js +21 -0
  222. package/menubar/index.d.ts +1 -1
  223. package/menubar/index.js +1 -1
  224. package/meter/Meter.styled.d.ts +6 -0
  225. package/meter/Meter.styled.js +52 -0
  226. package/meter/index.d.ts +1 -1
  227. package/meter/index.js +1 -1
  228. package/navigation-menu/NavigationMenu.styled.d.ts +23 -0
  229. package/navigation-menu/NavigationMenu.styled.js +96 -0
  230. package/navigation-menu/index.d.ts +1 -1
  231. package/navigation-menu/index.js +1 -1
  232. package/number-field/NumberField.styled.d.ts +16 -0
  233. package/number-field/NumberField.styled.js +77 -0
  234. package/number-field/index.d.ts +1 -1
  235. package/number-field/index.js +1 -1
  236. package/package.json +21 -4
  237. package/popover/Popover.styled.d.ts +42 -0
  238. package/popover/Popover.styled.js +69 -0
  239. package/popover/index.d.ts +1 -1
  240. package/popover/index.js +1 -1
  241. package/preview-card/PreviewCard.styled.d.ts +39 -0
  242. package/preview-card/PreviewCard.styled.js +39 -0
  243. package/preview-card/index.d.ts +1 -1
  244. package/preview-card/index.js +1 -1
  245. package/progress/Progress.styled.d.ts +8 -0
  246. package/progress/Progress.styled.js +49 -0
  247. package/progress/index.d.ts +1 -1
  248. package/progress/index.js +1 -1
  249. package/radio/Radio.styled.d.ts +11 -0
  250. package/radio/Radio.styled.js +34 -0
  251. package/radio/index.d.ts +1 -1
  252. package/radio/index.js +1 -1
  253. package/scroll-area/ScrollArea.styled.d.ts +7 -0
  254. package/scroll-area/ScrollArea.styled.js +67 -0
  255. package/scroll-area/index.d.ts +1 -1
  256. package/scroll-area/index.js +1 -1
  257. package/select/Select.styled.d.ts +33 -0
  258. package/select/Select.styled.js +125 -0
  259. package/select/index.d.ts +1 -1
  260. package/select/index.js +1 -1
  261. package/separator/Separator.styled.d.ts +7 -0
  262. package/separator/Separator.styled.js +23 -0
  263. package/separator/index.d.ts +2 -2
  264. package/separator/index.js +1 -1
  265. package/slider/Slider.styled.d.ts +16 -0
  266. package/slider/Slider.styled.js +67 -0
  267. package/slider/index.d.ts +1 -1
  268. package/slider/index.js +1 -1
  269. package/switch/Switch.styled.d.ts +3 -0
  270. package/switch/Switch.styled.js +31 -0
  271. package/switch/index.d.ts +1 -1
  272. package/switch/index.js +1 -1
  273. package/tabs/Tabs.styled.d.ts +14 -0
  274. package/tabs/Tabs.styled.js +61 -0
  275. package/tabs/index.d.ts +1 -1
  276. package/tabs/index.js +1 -1
  277. package/toast/Toast.styled.d.ts +21 -0
  278. package/toast/Toast.styled.js +87 -0
  279. package/toast/index.d.ts +1 -1
  280. package/toast/index.js +1 -1
  281. package/toggle/Toggle.styled.d.ts +10 -0
  282. package/toggle/Toggle.styled.js +33 -0
  283. package/toggle/index.d.ts +2 -2
  284. package/toggle/index.js +7 -1
  285. package/toolbar/Toolbar.styled.d.ts +7 -0
  286. package/toolbar/Toolbar.styled.js +71 -0
  287. package/toolbar/index.d.ts +1 -1
  288. package/toolbar/index.js +1 -1
  289. package/tooltip/Tooltip.styled.d.ts +39 -0
  290. package/tooltip/Tooltip.styled.js +39 -0
  291. package/tooltip/index.d.ts +1 -1
  292. package/tooltip/index.js +1 -1
package/README.md CHANGED
@@ -1,47 +1,80 @@
1
- <!-- markdownlint-disable MD041 -->
1
+ # @tale-ui/react
2
2
 
3
- <a href="https://base-ui.com" rel="noopener" target="_blank"><img width="150" height="133" src="https://base-ui.com/static/logo.svg" alt="Tale UI logo"></a>
4
-
5
- Tale UI is a library of unstyled React components. You gain complete control over your app's CSS and accessibility features.
3
+ An accessible React component library with BEM class names applied automatically. Style via `@tale-ui/react-styles` (built on `@tale-ui/core` design tokens) and override using `className`.
6
4
 
7
5
  ## Installation
8
6
 
9
- Install the package in your project directory with:
10
-
11
7
  ```bash
12
- npm install @tale-ui/react
8
+ pnpm add @tale-ui/react @tale-ui/react-styles
13
9
  ```
14
10
 
15
- ## Documentation
11
+ `@tale-ui/react-styles` provides the CSS for every component — built on `@tale-ui/core` design tokens.
16
12
 
17
- <!-- #default-branch-switch -->
13
+ ## Quick Start
18
14
 
19
- Visit [tale-ui.com](https://base-ui.com) to view the full documentation.
15
+ ```tsx
16
+ import '@tale-ui/react-styles';
17
+ import { Button } from '@tale-ui/react/button';
20
18
 
21
- ## Questions
19
+ export default function App() {
20
+ return <Button variant="primary">Click me</Button>;
21
+ }
22
+ ```
22
23
 
23
- For how-to questions that don't involve making changes to the code base, please use [Stack Overflow](https://stackoverflow.com/questions/tagged/base-ui) instead of GitHub issues.
24
- Use the "tale-ui" tag on Stack Overflow to make it easier for the community to find your question.
24
+ For the full setup guide (colours, typography, dark mode): [docs/react-setup.md](../../docs/react-setup.md)
25
25
 
26
- ## Contributing
26
+ ## Components
27
27
 
28
- Read the [contributing guide](../../CONTRIBUTING.md) to learn about our development process, how to propose bug fixes and improvements, and how to build and test your changes.
28
+ ### Form Controls
29
29
 
30
- Contributing to Tale UI is about more than just issues and pull requests!
31
- There are many other ways to [support Tale UI](https://mui.com/material-ui/getting-started/faq/#mui-is-awesome-how-can-i-support-the-project) beyond contributing to the code base.
30
+ Button · Checkbox · Checkbox Group · Combobox · Input · Number Field · Radio · Radio Group · Select · Slider · Switch · Toggle · Toggle Group
32
31
 
33
- ## Changelog
32
+ ### Layout
34
33
 
35
- The [changelog](https://github.com/mui/base-ui/releases) is regularly updated to reflect what's changed in each new release.
34
+ Accordion · Collapsible · Scroll Area · Separator · Tabs
36
35
 
37
- ## Roadmap
36
+ ### Overlay
38
37
 
39
- Future plans and high-priority features and enhancements can be found in the [roadmap](https://github.com/orgs/mui/projects/1).
38
+ Alert Dialog · Dialog · Drawer · Popover · Preview Card · Tooltip
40
39
 
41
- ## License
40
+ ### Navigation
41
+
42
+ Context Menu · Menu · Menubar · Navigation Menu · Toolbar
43
+
44
+ ### Feedback & Display
45
+
46
+ Avatar · Meter · Progress · Toast
47
+
48
+ ### Form Structure
49
+
50
+ Autocomplete · Field · Fieldset · Form
51
+
52
+ ### Utilities
42
53
 
43
- This project is licensed under the terms of the [MIT license](../../LICENSE).
54
+ Container · CSP Provider · Direction Provider · `mergeProps` · `useRender`
44
55
 
45
- ## Security
56
+ All components are imported from `@tale-ui/react/{name}`:
57
+
58
+ ```ts
59
+ import { Dialog } from '@tale-ui/react/dialog';
60
+ import { Select } from '@tale-ui/react/select';
61
+ import { Container } from '@tale-ui/react/container';
62
+ ```
63
+
64
+ ## Styling
65
+
66
+ Components apply BEM base class names automatically (e.g. `tale-button`, `tale-select__popup`). State is exposed via data attributes (`data-disabled`, `data-open`, `data-checked`, etc.) for CSS selectors.
67
+
68
+ Components that support visual variants accept `variant` and/or `size` props — these apply the corresponding BEM modifier class automatically. Pass an extra `className` to add any modifier not exposed as a prop.
69
+
70
+ CSS rules live in `@tale-ui/react-styles`. See the [styles README](../styles/README.md) for architecture details and CSS class naming conventions.
71
+
72
+ ## Documentation
73
+
74
+ - [React setup guide](../../docs/react-setup.md) — full consumer walkthrough
75
+ - [CSS design tokens](../css/docs/design-tokens.md) — all token values
76
+ - [Contributing](../../CONTRIBUTING.md)
77
+
78
+ ## License
46
79
 
47
- For details of supported versions and contact details for reporting security issues, please refer to the [security policy](https://github.com/mui/base-ui/security/policy).
80
+ MIT see [LICENSE](../../LICENSE).
package/_cx.d.ts ADDED
@@ -0,0 +1,4 @@
1
+ type ClassNameFn = (state: any) => string | undefined;
2
+ type ClassName = string | ClassNameFn | undefined;
3
+ export declare function cx(base: string, extra?: ClassName): ClassName;
4
+ export {};
package/_cx.js ADDED
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.cx = cx;
7
+ function cx(base, extra) {
8
+ if (typeof extra === 'function') {
9
+ return state => {
10
+ const result = extra(state);
11
+ return result ? `${base} ${result}` : base;
12
+ };
13
+ }
14
+ return extra ? `${base} ${extra}` : base;
15
+ }
@@ -0,0 +1,14 @@
1
+ import * as H from "./index.parts.js";
2
+ import type { AccordionValue, AccordionRootState, AccordionRootProps, AccordionRootChangeEventReason, AccordionRootChangeEventDetails } from "./root/AccordionRoot.js";
3
+ export declare const Root: typeof H.Root;
4
+ export declare namespace Root {
5
+ type Value<TValue = any> = AccordionValue<TValue>;
6
+ type State<TValue = any> = AccordionRootState<TValue>;
7
+ type Props<TValue = any> = AccordionRootProps<TValue>;
8
+ type ChangeEventReason = AccordionRootChangeEventReason;
9
+ type ChangeEventDetails = AccordionRootChangeEventDetails;
10
+ }
11
+ export declare const Item: typeof H.Item;
12
+ export declare const Header: typeof H.Header;
13
+ export declare const Trigger: typeof H.Trigger;
14
+ export declare const Panel: typeof H.Panel;
@@ -0,0 +1,79 @@
1
+ "use strict";
2
+
3
+ var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
4
+ Object.defineProperty(exports, "__esModule", {
5
+ value: true
6
+ });
7
+ exports.Trigger = exports.Root = exports.Panel = exports.Item = exports.Header = void 0;
8
+ var React = _interopRequireWildcard(require("react"));
9
+ var H = _interopRequireWildcard(require("./index.parts"));
10
+ var _cx = require("../_cx");
11
+ var _jsxRuntime = require("react/jsx-runtime");
12
+ var _svg, _ChevronIcon;
13
+ function ChevronIcon() {
14
+ return _svg || (_svg = /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
15
+ className: "tale-accordion__trigger-icon",
16
+ viewBox: "0 0 16 16",
17
+ fill: "none",
18
+ stroke: "currentColor",
19
+ strokeWidth: "1.5",
20
+ strokeLinecap: "round",
21
+ strokeLinejoin: "round",
22
+ "aria-hidden": true,
23
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)("polyline", {
24
+ points: "4,6 8,10 12,6"
25
+ })
26
+ }));
27
+ }
28
+ const StyledRoot = /*#__PURE__*/React.forwardRef(({
29
+ className,
30
+ ...props
31
+ }, ref) => /*#__PURE__*/(0, _jsxRuntime.jsx)(H.Root, {
32
+ className: (0, _cx.cx)('tale-accordion', className),
33
+ ref: ref,
34
+ ...props
35
+ }));
36
+ StyledRoot.displayName = 'Accordion.Root';
37
+ const Root = exports.Root = StyledRoot;
38
+ const StyledItem = /*#__PURE__*/React.forwardRef(({
39
+ className,
40
+ ...props
41
+ }, ref) => /*#__PURE__*/(0, _jsxRuntime.jsx)(H.Item, {
42
+ className: (0, _cx.cx)('tale-accordion__item', className),
43
+ ref: ref,
44
+ ...props
45
+ }));
46
+ StyledItem.displayName = 'Accordion.Item';
47
+ const Item = exports.Item = StyledItem;
48
+ const StyledHeader = /*#__PURE__*/React.forwardRef(({
49
+ className,
50
+ ...props
51
+ }, ref) => /*#__PURE__*/(0, _jsxRuntime.jsx)(H.Header, {
52
+ className: (0, _cx.cx)('tale-accordion__header', className),
53
+ ref: ref,
54
+ ...props
55
+ }));
56
+ StyledHeader.displayName = 'Accordion.Header';
57
+ const Header = exports.Header = StyledHeader;
58
+ const StyledTrigger = /*#__PURE__*/React.forwardRef(({
59
+ className,
60
+ children,
61
+ ...props
62
+ }, ref) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(H.Trigger, {
63
+ className: (0, _cx.cx)('tale-accordion__trigger', className),
64
+ ref: ref,
65
+ ...props,
66
+ children: [children, _ChevronIcon || (_ChevronIcon = /*#__PURE__*/(0, _jsxRuntime.jsx)(ChevronIcon, {}))]
67
+ }));
68
+ StyledTrigger.displayName = 'Accordion.Trigger';
69
+ const Trigger = exports.Trigger = StyledTrigger;
70
+ const StyledPanel = /*#__PURE__*/React.forwardRef(({
71
+ className,
72
+ ...props
73
+ }, ref) => /*#__PURE__*/(0, _jsxRuntime.jsx)(H.Panel, {
74
+ className: (0, _cx.cx)('tale-accordion__panel', className),
75
+ ref: ref,
76
+ ...props
77
+ }));
78
+ StyledPanel.displayName = 'Accordion.Panel';
79
+ const Panel = exports.Panel = StyledPanel;
@@ -1,4 +1,4 @@
1
- export * as Accordion from "./index.parts.js";
1
+ export * as Accordion from "./Accordion.styled.js";
2
2
  export type * from "./root/AccordionRoot.js";
3
3
  export type * from "./item/AccordionItem.js";
4
4
  export type * from "./header/AccordionHeader.js";
@@ -5,5 +5,5 @@ Object.defineProperty(exports, "__esModule", {
5
5
  value: true
6
6
  });
7
7
  exports.Accordion = void 0;
8
- var _Accordion = _interopRequireWildcard(require("./index.parts"));
8
+ var _Accordion = _interopRequireWildcard(require("./Accordion.styled"));
9
9
  exports.Accordion = _Accordion;
@@ -0,0 +1,13 @@
1
+ import * as React from 'react';
2
+ import * as H from "./index.parts.js";
3
+ export declare const Root: typeof H.Root;
4
+ export declare const Portal: React.ForwardRefExoticComponent<Omit<import("../index.js").DialogPortalProps, "ref"> & React.RefAttributes<HTMLDivElement>>;
5
+ export declare const Viewport: React.ForwardRefExoticComponent<Omit<import("../index.js").DialogViewportProps, "ref"> & React.RefAttributes<HTMLDivElement>>;
6
+ export declare const Trigger: H.Trigger;
7
+ export declare const createHandle: typeof H.createHandle;
8
+ export declare const Handle: typeof H.Handle;
9
+ export declare const Backdrop: React.ForwardRefExoticComponent<Omit<Omit<import("../index.js").DialogBackdropProps, "ref"> & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
10
+ export declare const Popup: React.ForwardRefExoticComponent<Omit<Omit<import("../index.js").DialogPopupProps, "ref"> & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
11
+ export declare const Title: React.ForwardRefExoticComponent<Omit<Omit<import("../index.js").DialogTitleProps, "ref"> & React.RefAttributes<HTMLHeadingElement>, "ref"> & React.RefAttributes<HTMLHeadingElement>>;
12
+ export declare const Description: React.ForwardRefExoticComponent<Omit<Omit<import("../index.js").DialogDescriptionProps, "ref"> & React.RefAttributes<HTMLParagraphElement>, "ref"> & React.RefAttributes<HTMLParagraphElement>>;
13
+ export declare const Close: React.ForwardRefExoticComponent<Omit<import("../index.js").DialogCloseProps, "ref"> & React.RefAttributes<HTMLButtonElement>>;
@@ -0,0 +1,58 @@
1
+ "use strict";
2
+
3
+ var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
4
+ Object.defineProperty(exports, "__esModule", {
5
+ value: true
6
+ });
7
+ exports.createHandle = exports.Viewport = exports.Trigger = exports.Title = exports.Root = exports.Portal = exports.Popup = exports.Handle = exports.Description = exports.Close = exports.Backdrop = void 0;
8
+ var React = _interopRequireWildcard(require("react"));
9
+ var H = _interopRequireWildcard(require("./index.parts"));
10
+ var _cx = require("../_cx");
11
+ var _jsxRuntime = require("react/jsx-runtime");
12
+ const Root = exports.Root = H.Root;
13
+ const Portal = exports.Portal = H.Portal;
14
+ const Viewport = exports.Viewport = H.Viewport;
15
+ const Trigger = exports.Trigger = H.Trigger;
16
+ const createHandle = exports.createHandle = H.createHandle;
17
+ const Handle = exports.Handle = H.Handle;
18
+ const Backdrop = exports.Backdrop = /*#__PURE__*/React.forwardRef(({
19
+ className,
20
+ ...props
21
+ }, ref) => /*#__PURE__*/(0, _jsxRuntime.jsx)(H.Backdrop, {
22
+ className: (0, _cx.cx)('tale-alert-dialog__backdrop', className),
23
+ ref: ref,
24
+ ...props
25
+ }));
26
+ if (process.env.NODE_ENV !== "production") Backdrop.displayName = "Backdrop";
27
+ Backdrop.displayName = 'AlertDialog.Backdrop';
28
+ const Popup = exports.Popup = /*#__PURE__*/React.forwardRef(({
29
+ className,
30
+ ...props
31
+ }, ref) => /*#__PURE__*/(0, _jsxRuntime.jsx)(H.Popup, {
32
+ className: (0, _cx.cx)('tale-alert-dialog__popup', className),
33
+ ref: ref,
34
+ ...props
35
+ }));
36
+ if (process.env.NODE_ENV !== "production") Popup.displayName = "Popup";
37
+ Popup.displayName = 'AlertDialog.Popup';
38
+ const Title = exports.Title = /*#__PURE__*/React.forwardRef(({
39
+ className,
40
+ ...props
41
+ }, ref) => /*#__PURE__*/(0, _jsxRuntime.jsx)(H.Title, {
42
+ className: (0, _cx.cx)('tale-alert-dialog__title', className),
43
+ ref: ref,
44
+ ...props
45
+ }));
46
+ if (process.env.NODE_ENV !== "production") Title.displayName = "Title";
47
+ Title.displayName = 'AlertDialog.Title';
48
+ const Description = exports.Description = /*#__PURE__*/React.forwardRef(({
49
+ className,
50
+ ...props
51
+ }, ref) => /*#__PURE__*/(0, _jsxRuntime.jsx)(H.Description, {
52
+ className: (0, _cx.cx)('tale-alert-dialog__description', className),
53
+ ref: ref,
54
+ ...props
55
+ }));
56
+ if (process.env.NODE_ENV !== "production") Description.displayName = "Description";
57
+ Description.displayName = 'AlertDialog.Description';
58
+ const Close = exports.Close = H.Close;
@@ -1,2 +1,2 @@
1
- export * as AlertDialog from "./index.parts.js";
1
+ export * as AlertDialog from "./AlertDialog.styled.js";
2
2
  export type * from "./root/AlertDialogRoot.js";
@@ -5,5 +5,5 @@ Object.defineProperty(exports, "__esModule", {
5
5
  value: true
6
6
  });
7
7
  exports.AlertDialog = void 0;
8
- var _AlertDialog = _interopRequireWildcard(require("./index.parts"));
8
+ var _AlertDialog = _interopRequireWildcard(require("./AlertDialog.styled"));
9
9
  exports.AlertDialog = _AlertDialog;
@@ -0,0 +1,11 @@
1
+ import * as React from 'react';
2
+ import * as H from "./index.parts.js";
3
+ export declare const Root: typeof H.Root;
4
+ export declare const Portal: React.ForwardRefExoticComponent<Omit<import("./index.js").AutocompletePortalProps, "ref"> & React.RefAttributes<HTMLDivElement>>;
5
+ export declare const Positioner: React.ForwardRefExoticComponent<Omit<import("./index.js").AutocompletePositionerProps, "ref"> & React.RefAttributes<HTMLDivElement>>;
6
+ export declare const List: React.ForwardRefExoticComponent<Omit<import("./index.js").AutocompleteListProps, "ref"> & React.RefAttributes<HTMLDivElement>>;
7
+ export declare const Input: typeof H.Input;
8
+ export declare const Popup: typeof H.Popup;
9
+ export declare const Empty: typeof H.Empty;
10
+ export declare const Item: typeof H.Item;
11
+ export { Value, Trigger, Icon, Clear, Backdrop, Arrow, Group, GroupLabel, Row, Collection, Separator, useFilter, useFilteredItems } from "./index.parts.js";
@@ -0,0 +1,134 @@
1
+ "use strict";
2
+
3
+ var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
4
+ Object.defineProperty(exports, "__esModule", {
5
+ value: true
6
+ });
7
+ Object.defineProperty(exports, "Arrow", {
8
+ enumerable: true,
9
+ get: function () {
10
+ return H.Arrow;
11
+ }
12
+ });
13
+ Object.defineProperty(exports, "Backdrop", {
14
+ enumerable: true,
15
+ get: function () {
16
+ return H.Backdrop;
17
+ }
18
+ });
19
+ Object.defineProperty(exports, "Clear", {
20
+ enumerable: true,
21
+ get: function () {
22
+ return H.Clear;
23
+ }
24
+ });
25
+ Object.defineProperty(exports, "Collection", {
26
+ enumerable: true,
27
+ get: function () {
28
+ return H.Collection;
29
+ }
30
+ });
31
+ exports.Empty = void 0;
32
+ Object.defineProperty(exports, "Group", {
33
+ enumerable: true,
34
+ get: function () {
35
+ return H.Group;
36
+ }
37
+ });
38
+ Object.defineProperty(exports, "GroupLabel", {
39
+ enumerable: true,
40
+ get: function () {
41
+ return H.GroupLabel;
42
+ }
43
+ });
44
+ Object.defineProperty(exports, "Icon", {
45
+ enumerable: true,
46
+ get: function () {
47
+ return H.Icon;
48
+ }
49
+ });
50
+ exports.Root = exports.Positioner = exports.Portal = exports.Popup = exports.List = exports.Item = exports.Input = void 0;
51
+ Object.defineProperty(exports, "Row", {
52
+ enumerable: true,
53
+ get: function () {
54
+ return H.Row;
55
+ }
56
+ });
57
+ Object.defineProperty(exports, "Separator", {
58
+ enumerable: true,
59
+ get: function () {
60
+ return H.Separator;
61
+ }
62
+ });
63
+ Object.defineProperty(exports, "Trigger", {
64
+ enumerable: true,
65
+ get: function () {
66
+ return H.Trigger;
67
+ }
68
+ });
69
+ Object.defineProperty(exports, "Value", {
70
+ enumerable: true,
71
+ get: function () {
72
+ return H.Value;
73
+ }
74
+ });
75
+ Object.defineProperty(exports, "useFilter", {
76
+ enumerable: true,
77
+ get: function () {
78
+ return H.useFilter;
79
+ }
80
+ });
81
+ Object.defineProperty(exports, "useFilteredItems", {
82
+ enumerable: true,
83
+ get: function () {
84
+ return H.useFilteredItems;
85
+ }
86
+ });
87
+ var React = _interopRequireWildcard(require("react"));
88
+ var H = _interopRequireWildcard(require("./index.parts"));
89
+ var _cx = require("../_cx");
90
+ var _jsxRuntime = require("react/jsx-runtime");
91
+ const Root = exports.Root = H.Root;
92
+ const Portal = exports.Portal = H.Portal;
93
+ const Positioner = exports.Positioner = H.Positioner;
94
+ const List = exports.List = H.List;
95
+ const StyledInput = /*#__PURE__*/React.forwardRef(({
96
+ className,
97
+ ...props
98
+ }, ref) => /*#__PURE__*/(0, _jsxRuntime.jsx)(H.Input, {
99
+ className: (0, _cx.cx)('tale-autocomplete__input', className),
100
+ ref: ref,
101
+ ...props
102
+ }));
103
+ StyledInput.displayName = 'Autocomplete.Input';
104
+ const Input = exports.Input = StyledInput;
105
+ const StyledPopup = /*#__PURE__*/React.forwardRef(({
106
+ className,
107
+ ...props
108
+ }, ref) => /*#__PURE__*/(0, _jsxRuntime.jsx)(H.Popup, {
109
+ className: (0, _cx.cx)('tale-autocomplete__popup', className),
110
+ ref: ref,
111
+ ...props
112
+ }));
113
+ StyledPopup.displayName = 'Autocomplete.Popup';
114
+ const Popup = exports.Popup = StyledPopup;
115
+ const StyledEmpty = /*#__PURE__*/React.forwardRef(({
116
+ className,
117
+ ...props
118
+ }, ref) => /*#__PURE__*/(0, _jsxRuntime.jsx)(H.Empty, {
119
+ className: (0, _cx.cx)('tale-autocomplete__empty', className),
120
+ ref: ref,
121
+ ...props
122
+ }));
123
+ StyledEmpty.displayName = 'Autocomplete.Empty';
124
+ const Empty = exports.Empty = StyledEmpty;
125
+ const StyledItem = /*#__PURE__*/React.forwardRef(({
126
+ className,
127
+ ...props
128
+ }, ref) => /*#__PURE__*/(0, _jsxRuntime.jsx)(H.Item, {
129
+ className: (0, _cx.cx)('tale-autocomplete__item', className),
130
+ ref: ref,
131
+ ...props
132
+ }));
133
+ StyledItem.displayName = 'Autocomplete.Item';
134
+ const Item = exports.Item = StyledItem;
@@ -1,4 +1,4 @@
1
- export * as Autocomplete from "./index.parts.js";
1
+ export * as Autocomplete from "./Autocomplete.styled.js";
2
2
  export type * from "./root/AutocompleteRoot.js";
3
3
  export type * from "./value/AutocompleteValue.js";
4
4
  export type { ComboboxTriggerProps as AutocompleteTriggerProps, ComboboxTriggerState as AutocompleteTriggerState } from "../combobox/trigger/ComboboxTrigger.js";
@@ -5,5 +5,5 @@ Object.defineProperty(exports, "__esModule", {
5
5
  value: true
6
6
  });
7
7
  exports.Autocomplete = void 0;
8
- var _Autocomplete = _interopRequireWildcard(require("./index.parts"));
8
+ var _Autocomplete = _interopRequireWildcard(require("./Autocomplete.styled"));
9
9
  exports.Autocomplete = _Autocomplete;
@@ -0,0 +1,10 @@
1
+ import * as React from 'react';
2
+ import * as H from "./index.parts.js";
3
+ type Size = 'sm' | 'md' | 'lg' | 'xl';
4
+ export interface RootProps extends React.ComponentPropsWithoutRef<typeof H.Root> {
5
+ size?: Size | undefined;
6
+ }
7
+ export declare const Root: React.ForwardRefExoticComponent<RootProps & React.RefAttributes<HTMLSpanElement>>;
8
+ export declare const Image: React.ForwardRefExoticComponent<Omit<Omit<import("./index.js").AvatarImageProps, "ref"> & React.RefAttributes<HTMLImageElement>, "ref"> & React.RefAttributes<HTMLImageElement>>;
9
+ export declare const Fallback: React.ForwardRefExoticComponent<Omit<Omit<import("./index.js").AvatarFallbackProps, "ref"> & React.RefAttributes<HTMLSpanElement>, "ref"> & React.RefAttributes<HTMLSpanElement>>;
10
+ export {};
@@ -0,0 +1,42 @@
1
+ "use strict";
2
+
3
+ var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
4
+ Object.defineProperty(exports, "__esModule", {
5
+ value: true
6
+ });
7
+ exports.Root = exports.Image = exports.Fallback = void 0;
8
+ var React = _interopRequireWildcard(require("react"));
9
+ var H = _interopRequireWildcard(require("./index.parts"));
10
+ var _cx = require("../_cx");
11
+ var _jsxRuntime = require("react/jsx-runtime");
12
+ const Root = exports.Root = /*#__PURE__*/React.forwardRef(({
13
+ size = 'md',
14
+ className,
15
+ ...props
16
+ }, ref) => /*#__PURE__*/(0, _jsxRuntime.jsx)(H.Root, {
17
+ className: (0, _cx.cx)(`tale-avatar tale-avatar--${size}`, className),
18
+ ref: ref,
19
+ ...props
20
+ }));
21
+ if (process.env.NODE_ENV !== "production") Root.displayName = "Root";
22
+ Root.displayName = 'Avatar.Root';
23
+ const Image = exports.Image = /*#__PURE__*/React.forwardRef(({
24
+ className,
25
+ ...props
26
+ }, ref) => /*#__PURE__*/(0, _jsxRuntime.jsx)(H.Image, {
27
+ className: (0, _cx.cx)('tale-avatar__image', className),
28
+ ref: ref,
29
+ ...props
30
+ }));
31
+ if (process.env.NODE_ENV !== "production") Image.displayName = "Image";
32
+ Image.displayName = 'Avatar.Image';
33
+ const Fallback = exports.Fallback = /*#__PURE__*/React.forwardRef(({
34
+ className,
35
+ ...props
36
+ }, ref) => /*#__PURE__*/(0, _jsxRuntime.jsx)(H.Fallback, {
37
+ className: (0, _cx.cx)('tale-avatar__fallback', className),
38
+ ref: ref,
39
+ ...props
40
+ }));
41
+ if (process.env.NODE_ENV !== "production") Fallback.displayName = "Fallback";
42
+ Fallback.displayName = 'Avatar.Fallback';
package/avatar/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- export * as Avatar from "./index.parts.js";
1
+ export * as Avatar from "./Avatar.styled.js";
2
2
  export type * from "./root/AvatarRoot.js";
3
3
  export type * from "./image/AvatarImage.js";
4
4
  export type * from "./fallback/AvatarFallback.js";
package/avatar/index.js CHANGED
@@ -5,5 +5,5 @@ Object.defineProperty(exports, "__esModule", {
5
5
  value: true
6
6
  });
7
7
  exports.Avatar = void 0;
8
- var _Avatar = _interopRequireWildcard(require("./index.parts"));
8
+ var _Avatar = _interopRequireWildcard(require("./Avatar.styled"));
9
9
  exports.Avatar = _Avatar;
@@ -0,0 +1,10 @@
1
+ import * as React from 'react';
2
+ import type { ButtonProps as HProps } from "./Button.js";
3
+ type Variant = 'primary' | 'neutral' | 'ghost' | 'danger';
4
+ type Size = 'sm' | 'md' | 'lg';
5
+ export interface ButtonProps extends HProps {
6
+ variant?: Variant | undefined;
7
+ size?: Size | undefined;
8
+ }
9
+ export declare const Button: React.ForwardRefExoticComponent<Omit<ButtonProps, "ref"> & React.RefAttributes<HTMLElement>>;
10
+ export {};
@@ -0,0 +1,23 @@
1
+ "use strict";
2
+
3
+ var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
4
+ Object.defineProperty(exports, "__esModule", {
5
+ value: true
6
+ });
7
+ exports.Button = void 0;
8
+ var React = _interopRequireWildcard(require("react"));
9
+ var _Button2 = require("./Button");
10
+ var _cx = require("../_cx");
11
+ var _jsxRuntime = require("react/jsx-runtime");
12
+ const Button = exports.Button = /*#__PURE__*/React.forwardRef(({
13
+ variant = 'primary',
14
+ size = 'md',
15
+ className,
16
+ ...props
17
+ }, ref) => /*#__PURE__*/(0, _jsxRuntime.jsx)(_Button2.Button, {
18
+ className: (0, _cx.cx)(`tale-button tale-button--${variant} tale-button--${size}`, className),
19
+ ref: ref,
20
+ ...props
21
+ }));
22
+ if (process.env.NODE_ENV !== "production") Button.displayName = "Button";
23
+ Button.displayName = 'Button';
package/button/index.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export { Button } from "./Button.js";
2
- export type * from "./Button.js";
1
+ export { Button } from "./Button.styled.js";
2
+ export type { ButtonProps } from "./Button.styled.js";
package/button/index.js CHANGED
@@ -9,4 +9,4 @@ Object.defineProperty(exports, "Button", {
9
9
  return _Button.Button;
10
10
  }
11
11
  });
12
- var _Button = require("./Button");
12
+ var _Button = require("./Button.styled");
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ export declare const Root: React.ForwardRefExoticComponent<Omit<Omit<import("./index.js").CheckboxRootProps, "ref"> & React.RefAttributes<HTMLElement>, "ref"> & React.RefAttributes<HTMLElement>>;
3
+ export declare const Indicator: React.ForwardRefExoticComponent<Omit<Omit<import("./index.js").CheckboxIndicatorProps, "ref"> & React.RefAttributes<HTMLSpanElement>, "ref"> & React.RefAttributes<HTMLSpanElement>>;
@@ -0,0 +1,31 @@
1
+ "use strict";
2
+
3
+ var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
4
+ Object.defineProperty(exports, "__esModule", {
5
+ value: true
6
+ });
7
+ exports.Root = exports.Indicator = void 0;
8
+ var React = _interopRequireWildcard(require("react"));
9
+ var H = _interopRequireWildcard(require("./index.parts"));
10
+ var _cx = require("../_cx");
11
+ var _jsxRuntime = require("react/jsx-runtime");
12
+ const Root = exports.Root = /*#__PURE__*/React.forwardRef(({
13
+ className,
14
+ ...props
15
+ }, ref) => /*#__PURE__*/(0, _jsxRuntime.jsx)(H.Root, {
16
+ className: (0, _cx.cx)('tale-checkbox', className),
17
+ ref: ref,
18
+ ...props
19
+ }));
20
+ if (process.env.NODE_ENV !== "production") Root.displayName = "Root";
21
+ Root.displayName = 'Checkbox.Root';
22
+ const Indicator = exports.Indicator = /*#__PURE__*/React.forwardRef(({
23
+ className,
24
+ ...props
25
+ }, ref) => /*#__PURE__*/(0, _jsxRuntime.jsx)(H.Indicator, {
26
+ className: (0, _cx.cx)('tale-checkbox__indicator', className),
27
+ ref: ref,
28
+ ...props
29
+ }));
30
+ if (process.env.NODE_ENV !== "production") Indicator.displayName = "Indicator";
31
+ Indicator.displayName = 'Checkbox.Indicator';
@@ -1,3 +1,3 @@
1
- export * as Checkbox from "./index.parts.js";
1
+ export * as Checkbox from "./Checkbox.styled.js";
2
2
  export type * from "./root/CheckboxRoot.js";
3
3
  export type * from "./indicator/CheckboxIndicator.js";