@causw/core 0.0.10 → 0.0.12
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.
- package/dist/_virtual/rolldown_runtime.cjs +29 -0
- package/dist/assets/avatar/default.cjs +11 -0
- package/dist/assets/avatar/default.mjs +6 -0
- package/dist/assets/avatar/default.mjs.map +1 -0
- package/dist/components/Avatar/Avatar.cjs +46 -0
- package/dist/components/Avatar/Avatar.d.cts +25 -0
- package/dist/components/Avatar/Avatar.d.cts.map +1 -0
- package/dist/components/Avatar/Avatar.d.mts +26 -0
- package/dist/components/Avatar/Avatar.d.mts.map +1 -0
- package/dist/components/Avatar/Avatar.mjs +45 -0
- package/dist/components/Avatar/Avatar.mjs.map +1 -0
- package/dist/components/Avatar/Avatar.styles.cjs +22 -0
- package/dist/components/Avatar/Avatar.styles.d.cts +75 -0
- package/dist/components/Avatar/Avatar.styles.d.cts.map +1 -0
- package/dist/components/Avatar/Avatar.styles.d.mts +75 -0
- package/dist/components/Avatar/Avatar.styles.d.mts.map +1 -0
- package/dist/components/Avatar/Avatar.styles.mjs +22 -0
- package/dist/components/Avatar/Avatar.styles.mjs.map +1 -0
- package/dist/components/Avatar/index.d.mts +2 -0
- package/dist/components/Box/Box.cjs +24 -0
- package/dist/components/Box/Box.d.cts +22 -0
- package/dist/components/Box/Box.d.cts.map +1 -0
- package/dist/components/Box/Box.d.mts +23 -0
- package/dist/components/Box/Box.d.mts.map +1 -0
- package/dist/components/Box/Box.mjs +23 -0
- package/dist/components/Box/Box.mjs.map +1 -0
- package/dist/components/Box/Box.styles.cjs +48 -0
- package/dist/components/Box/Box.styles.d.cts +105 -0
- package/dist/components/Box/Box.styles.d.cts.map +1 -0
- package/dist/components/Box/Box.styles.d.mts +105 -0
- package/dist/components/Box/Box.styles.d.mts.map +1 -0
- package/dist/components/Box/Box.styles.mjs +48 -0
- package/dist/components/Box/Box.styles.mjs.map +1 -0
- package/dist/components/Box/index.d.mts +2 -0
- package/dist/components/Button/Button.cjs +23 -0
- package/dist/components/Button/Button.d.cts +19 -0
- package/dist/components/Button/Button.d.cts.map +1 -0
- package/dist/components/Button/Button.d.mts +20 -0
- package/dist/components/Button/Button.d.mts.map +1 -0
- package/dist/components/Button/Button.mjs +23 -0
- package/dist/components/Button/Button.mjs.map +1 -0
- package/dist/components/Button/Button.styles.cjs +35 -0
- package/dist/components/Button/Button.styles.d.cts +63 -0
- package/dist/components/Button/Button.styles.d.cts.map +1 -0
- package/dist/components/Button/Button.styles.d.mts +63 -0
- package/dist/components/Button/Button.styles.d.mts.map +1 -0
- package/dist/components/Button/Button.styles.mjs +35 -0
- package/dist/components/Button/Button.styles.mjs.map +1 -0
- package/dist/components/Button/index.d.mts +1 -0
- package/dist/components/CTAButton/CTAButton.cjs +22 -0
- package/dist/components/CTAButton/CTAButton.d.cts +18 -0
- package/dist/components/CTAButton/CTAButton.d.cts.map +1 -0
- package/dist/components/CTAButton/CTAButton.d.mts +19 -0
- package/dist/components/CTAButton/CTAButton.d.mts.map +1 -0
- package/dist/components/CTAButton/CTAButton.mjs +22 -0
- package/dist/components/CTAButton/CTAButton.mjs.map +1 -0
- package/dist/components/CTAButton/CTAButton.styles.cjs +32 -0
- package/dist/components/CTAButton/CTAButton.styles.d.cts +57 -0
- package/dist/components/CTAButton/CTAButton.styles.d.cts.map +1 -0
- package/dist/components/CTAButton/CTAButton.styles.d.mts +57 -0
- package/dist/components/CTAButton/CTAButton.styles.d.mts.map +1 -0
- package/dist/components/CTAButton/CTAButton.styles.mjs +32 -0
- package/dist/components/CTAButton/CTAButton.styles.mjs.map +1 -0
- package/dist/components/CTAButton/index.d.mts +1 -0
- package/dist/components/Checkbox/Checkbox.cjs +83 -0
- package/dist/components/Checkbox/Checkbox.d.cts +44 -0
- package/dist/components/Checkbox/Checkbox.d.cts.map +1 -0
- package/dist/components/Checkbox/Checkbox.d.mts +46 -0
- package/dist/components/Checkbox/Checkbox.d.mts.map +1 -0
- package/dist/components/Checkbox/Checkbox.mjs +82 -0
- package/dist/components/Checkbox/Checkbox.mjs.map +1 -0
- package/dist/components/Checkbox/Checkbox.styles.cjs +31 -0
- package/dist/components/Checkbox/Checkbox.styles.d.cts +75 -0
- package/dist/components/Checkbox/Checkbox.styles.d.cts.map +1 -0
- package/dist/components/Checkbox/Checkbox.styles.d.mts +75 -0
- package/dist/components/Checkbox/Checkbox.styles.d.mts.map +1 -0
- package/dist/components/Checkbox/Checkbox.styles.mjs +31 -0
- package/dist/components/Checkbox/Checkbox.styles.mjs.map +1 -0
- package/dist/components/Checkbox/index.d.mts +1 -0
- package/dist/components/Chip/Chip.cjs +29 -0
- package/dist/components/Chip/Chip.d.cts +22 -0
- package/dist/components/Chip/Chip.d.cts.map +1 -0
- package/dist/components/Chip/Chip.d.mts +23 -0
- package/dist/components/Chip/Chip.d.mts.map +1 -0
- package/dist/components/Chip/Chip.mjs +28 -0
- package/dist/components/Chip/Chip.mjs.map +1 -0
- package/dist/components/Chip/Chip.styles.cjs +30 -0
- package/dist/components/Chip/Chip.styles.d.cts +51 -0
- package/dist/components/Chip/Chip.styles.d.cts.map +1 -0
- package/dist/components/Chip/Chip.styles.d.mts +51 -0
- package/dist/components/Chip/Chip.styles.d.mts.map +1 -0
- package/dist/components/Chip/Chip.styles.mjs +30 -0
- package/dist/components/Chip/Chip.styles.mjs.map +1 -0
- package/dist/components/Chip/index.d.mts +2 -0
- package/dist/components/Dialog/Dialog.cjs +59 -0
- package/dist/components/Dialog/Dialog.d.cts +57 -0
- package/dist/components/Dialog/Dialog.d.cts.map +1 -0
- package/dist/components/Dialog/Dialog.d.mts +58 -0
- package/dist/components/Dialog/Dialog.d.mts.map +1 -0
- package/dist/components/Dialog/Dialog.mjs +58 -0
- package/dist/components/Dialog/Dialog.mjs.map +1 -0
- package/dist/components/Dialog/Dialog.styles.cjs +35 -0
- package/dist/components/Dialog/Dialog.styles.d.cts +46 -0
- package/dist/components/Dialog/Dialog.styles.d.cts.map +1 -0
- package/dist/components/Dialog/Dialog.styles.d.mts +46 -0
- package/dist/components/Dialog/Dialog.styles.d.mts.map +1 -0
- package/dist/components/Dialog/Dialog.styles.mjs +33 -0
- package/dist/components/Dialog/Dialog.styles.mjs.map +1 -0
- package/dist/components/Dialog/index.d.mts +2 -0
- package/dist/components/Dropdown/Dropdown.cjs +39 -0
- package/dist/components/Dropdown/Dropdown.d.cts +36 -0
- package/dist/components/Dropdown/Dropdown.d.cts.map +1 -0
- package/dist/components/Dropdown/Dropdown.d.mts +36 -0
- package/dist/components/Dropdown/Dropdown.d.mts.map +1 -0
- package/dist/components/Dropdown/Dropdown.mjs +37 -0
- package/dist/components/Dropdown/Dropdown.mjs.map +1 -0
- package/dist/components/Dropdown/Dropdown.styles.cjs +19 -0
- package/dist/components/Dropdown/Dropdown.styles.d.cts +54 -0
- package/dist/components/Dropdown/Dropdown.styles.d.cts.map +1 -0
- package/dist/components/Dropdown/Dropdown.styles.d.mts +54 -0
- package/dist/components/Dropdown/Dropdown.styles.d.mts.map +1 -0
- package/dist/components/Dropdown/Dropdown.styles.mjs +19 -0
- package/dist/components/Dropdown/Dropdown.styles.mjs.map +1 -0
- package/dist/components/Dropdown/index.d.mts +2 -0
- package/dist/components/Field/Field.cjs +80 -0
- package/dist/components/Field/Field.d.cts +59 -0
- package/dist/components/Field/Field.d.cts.map +1 -0
- package/dist/components/Field/Field.d.mts +60 -0
- package/dist/components/Field/Field.d.mts.map +1 -0
- package/dist/components/Field/Field.mjs +79 -0
- package/dist/components/Field/Field.mjs.map +1 -0
- package/dist/components/Field/Field.styles.cjs +13 -0
- package/dist/components/Field/Field.styles.mjs +13 -0
- package/dist/components/Field/Field.styles.mjs.map +1 -0
- package/dist/components/Field/index.d.mts +1 -0
- package/dist/components/Flex/Flex.cjs +25 -0
- package/dist/components/Flex/Flex.d.cts +24 -0
- package/dist/components/Flex/Flex.d.cts.map +1 -0
- package/dist/components/Flex/Flex.d.mts +25 -0
- package/dist/components/Flex/Flex.d.mts.map +1 -0
- package/dist/components/Flex/Flex.mjs +24 -0
- package/dist/components/Flex/Flex.mjs.map +1 -0
- package/dist/components/Flex/Flex.styles.cjs +50 -0
- package/dist/components/Flex/Flex.styles.d.cts +16 -0
- package/dist/components/Flex/Flex.styles.d.cts.map +1 -0
- package/dist/components/Flex/Flex.styles.d.mts +16 -0
- package/dist/components/Flex/Flex.styles.d.mts.map +1 -0
- package/dist/components/Flex/Flex.styles.mjs +51 -0
- package/dist/components/Flex/Flex.styles.mjs.map +1 -0
- package/dist/components/Flex/index.d.mts +2 -0
- package/dist/components/Float/Float.cjs +32 -0
- package/dist/components/Float/Float.d.cts +25 -0
- package/dist/components/Float/Float.d.cts.map +1 -0
- package/dist/components/Float/Float.d.mts +26 -0
- package/dist/components/Float/Float.d.mts.map +1 -0
- package/dist/components/Float/Float.mjs +31 -0
- package/dist/components/Float/Float.mjs.map +1 -0
- package/dist/components/Float/Float.styles.cjs +39 -0
- package/dist/components/Float/Float.styles.d.cts +58 -0
- package/dist/components/Float/Float.styles.d.cts.map +1 -0
- package/dist/components/Float/Float.styles.d.mts +58 -0
- package/dist/components/Float/Float.styles.d.mts.map +1 -0
- package/dist/components/Float/Float.styles.mjs +38 -0
- package/dist/components/Float/Float.styles.mjs.map +1 -0
- package/dist/components/Float/index.d.mts +1 -0
- package/dist/components/FloatingActionButton/FloatingActionButton.cjs +18 -0
- package/dist/components/FloatingActionButton/FloatingActionButton.d.cts +16 -0
- package/dist/components/FloatingActionButton/FloatingActionButton.d.cts.map +1 -0
- package/dist/components/FloatingActionButton/FloatingActionButton.d.mts +17 -0
- package/dist/components/FloatingActionButton/FloatingActionButton.d.mts.map +1 -0
- package/dist/components/FloatingActionButton/FloatingActionButton.mjs +18 -0
- package/dist/components/FloatingActionButton/FloatingActionButton.mjs.map +1 -0
- package/dist/components/FloatingActionButton/FloatingActionButton.styles.cjs +15 -0
- package/dist/components/FloatingActionButton/FloatingActionButton.styles.d.cts +24 -0
- package/dist/components/FloatingActionButton/FloatingActionButton.styles.d.cts.map +1 -0
- package/dist/components/FloatingActionButton/FloatingActionButton.styles.d.mts +24 -0
- package/dist/components/FloatingActionButton/FloatingActionButton.styles.d.mts.map +1 -0
- package/dist/components/FloatingActionButton/FloatingActionButton.styles.mjs +15 -0
- package/dist/components/FloatingActionButton/FloatingActionButton.styles.mjs.map +1 -0
- package/dist/components/FloatingActionButton/index.d.mts +1 -0
- package/dist/components/Grid/Grid.cjs +24 -0
- package/dist/components/Grid/Grid.d.cts +22 -0
- package/dist/components/Grid/Grid.d.cts.map +1 -0
- package/dist/components/Grid/Grid.d.mts +23 -0
- package/dist/components/Grid/Grid.d.mts.map +1 -0
- package/dist/components/Grid/Grid.mjs +23 -0
- package/dist/components/Grid/Grid.mjs.map +1 -0
- package/dist/components/Grid/Grid.styles.cjs +56 -0
- package/dist/components/Grid/Grid.styles.d.cts +126 -0
- package/dist/components/Grid/Grid.styles.d.cts.map +1 -0
- package/dist/components/Grid/Grid.styles.d.mts +126 -0
- package/dist/components/Grid/Grid.styles.d.mts.map +1 -0
- package/dist/components/Grid/Grid.styles.mjs +56 -0
- package/dist/components/Grid/Grid.styles.mjs.map +1 -0
- package/dist/components/Grid/index.d.mts +1 -0
- package/dist/components/HStack/HStack.cjs +17 -0
- package/dist/components/HStack/HStack.d.cts +15 -0
- package/dist/components/HStack/HStack.d.cts.map +1 -0
- package/dist/components/HStack/HStack.d.mts +16 -0
- package/dist/components/HStack/HStack.d.mts.map +1 -0
- package/dist/components/HStack/HStack.mjs +16 -0
- package/dist/components/HStack/HStack.mjs.map +1 -0
- package/dist/components/HStack/index.d.mts +1 -0
- package/dist/components/Modal/Modal.cjs +81 -0
- package/dist/components/Modal/Modal.d.cts +64 -0
- package/dist/components/Modal/Modal.d.cts.map +1 -0
- package/dist/components/Modal/Modal.d.mts +65 -0
- package/dist/components/Modal/Modal.d.mts.map +1 -0
- package/dist/components/Modal/Modal.mjs +80 -0
- package/dist/components/Modal/Modal.mjs.map +1 -0
- package/dist/components/Modal/Modal.styles.cjs +49 -0
- package/dist/components/Modal/Modal.styles.d.cts +108 -0
- package/dist/components/Modal/Modal.styles.d.cts.map +1 -0
- package/dist/components/Modal/Modal.styles.d.mts +108 -0
- package/dist/components/Modal/Modal.styles.d.mts.map +1 -0
- package/dist/components/Modal/Modal.styles.mjs +49 -0
- package/dist/components/Modal/Modal.styles.mjs.map +1 -0
- package/dist/components/Modal/index.d.mts +2 -0
- package/dist/components/Primitive/Primitive.cjs +35 -0
- package/dist/components/Primitive/Primitive.d.cts +77 -0
- package/dist/components/Primitive/Primitive.d.cts.map +1 -0
- package/dist/components/Primitive/Primitive.d.mts +77 -0
- package/dist/components/Primitive/Primitive.d.mts.map +1 -0
- package/dist/components/Primitive/Primitive.mjs +34 -0
- package/dist/components/Primitive/Primitive.mjs.map +1 -0
- package/dist/components/Primitive/index.d.mts +1 -0
- package/dist/components/Radio/Radio.cjs +97 -0
- package/dist/components/Radio/Radio.d.cts +48 -0
- package/dist/components/Radio/Radio.d.cts.map +1 -0
- package/dist/components/Radio/Radio.d.mts +49 -0
- package/dist/components/Radio/Radio.d.mts.map +1 -0
- package/dist/components/Radio/Radio.mjs +94 -0
- package/dist/components/Radio/Radio.mjs.map +1 -0
- package/dist/components/Radio/Radio.styles.cjs +32 -0
- package/dist/components/Radio/Radio.styles.mjs +32 -0
- package/dist/components/Radio/Radio.styles.mjs.map +1 -0
- package/dist/components/Radio/index.d.mts +1 -0
- package/dist/components/RatioChart/RatioChart.cjs +182 -0
- package/dist/components/RatioChart/RatioChart.d.cts +66 -0
- package/dist/components/RatioChart/RatioChart.d.cts.map +1 -0
- package/dist/components/RatioChart/RatioChart.d.mts +66 -0
- package/dist/components/RatioChart/RatioChart.d.mts.map +1 -0
- package/dist/components/RatioChart/RatioChart.mjs +181 -0
- package/dist/components/RatioChart/RatioChart.mjs.map +1 -0
- package/dist/components/RatioChart/RatioChart.styles.cjs +42 -0
- package/dist/components/RatioChart/RatioChart.styles.mjs +42 -0
- package/dist/components/RatioChart/RatioChart.styles.mjs.map +1 -0
- package/dist/components/RatioChart/RatioChartEditor.cjs +121 -0
- package/dist/components/RatioChart/RatioChartEditor.d.cts +44 -0
- package/dist/components/RatioChart/RatioChartEditor.d.cts.map +1 -0
- package/dist/components/RatioChart/RatioChartEditor.d.mts +44 -0
- package/dist/components/RatioChart/RatioChartEditor.d.mts.map +1 -0
- package/dist/components/RatioChart/RatioChartEditor.mjs +120 -0
- package/dist/components/RatioChart/RatioChartEditor.mjs.map +1 -0
- package/dist/components/RatioChart/RatioChartEditor.styles.cjs +23 -0
- package/dist/components/RatioChart/RatioChartEditor.styles.mjs +23 -0
- package/dist/components/RatioChart/RatioChartEditor.styles.mjs.map +1 -0
- package/dist/components/RatioChart/index.d.mts +2 -0
- package/dist/components/Select/Select.cjs +84 -0
- package/dist/components/Select/Select.d.cts +60 -0
- package/dist/components/Select/Select.d.cts.map +1 -0
- package/dist/components/Select/Select.d.mts +60 -0
- package/dist/components/Select/Select.d.mts.map +1 -0
- package/dist/components/Select/Select.mjs +82 -0
- package/dist/components/Select/Select.mjs.map +1 -0
- package/dist/components/Select/Select.styles.cjs +44 -0
- package/dist/components/Select/Select.styles.d.cts +72 -0
- package/dist/components/Select/Select.styles.d.cts.map +1 -0
- package/dist/components/Select/Select.styles.d.mts +72 -0
- package/dist/components/Select/Select.styles.d.mts.map +1 -0
- package/dist/components/Select/Select.styles.mjs +44 -0
- package/dist/components/Select/Select.styles.mjs.map +1 -0
- package/dist/components/Select/index.d.mts +2 -0
- package/dist/components/Separator/Separator.cjs +21 -0
- package/dist/components/Separator/Separator.d.cts +18 -0
- package/dist/components/Separator/Separator.d.cts.map +1 -0
- package/dist/components/Separator/Separator.d.mts +19 -0
- package/dist/components/Separator/Separator.d.mts.map +1 -0
- package/dist/components/Separator/Separator.mjs +20 -0
- package/dist/components/Separator/Separator.mjs.map +1 -0
- package/dist/components/Separator/Separator.styles.cjs +15 -0
- package/dist/components/Separator/Separator.styles.d.cts +24 -0
- package/dist/components/Separator/Separator.styles.d.cts.map +1 -0
- package/dist/components/Separator/Separator.styles.d.mts +24 -0
- package/dist/components/Separator/Separator.styles.d.mts.map +1 -0
- package/dist/components/Separator/Separator.styles.mjs +15 -0
- package/dist/components/Separator/Separator.styles.mjs.map +1 -0
- package/dist/components/Separator/index.d.mts +2 -0
- package/dist/components/Spacer/Spacer.cjs +20 -0
- package/dist/components/Spacer/Spacer.d.cts +18 -0
- package/dist/components/Spacer/Spacer.d.cts.map +1 -0
- package/dist/components/Spacer/Spacer.d.mts +19 -0
- package/dist/components/Spacer/Spacer.d.mts.map +1 -0
- package/dist/components/Spacer/Spacer.mjs +19 -0
- package/dist/components/Spacer/Spacer.mjs.map +1 -0
- package/dist/components/Spacer/Spacer.styles.cjs +24 -0
- package/dist/components/Spacer/Spacer.styles.d.cts +51 -0
- package/dist/components/Spacer/Spacer.styles.d.cts.map +1 -0
- package/dist/components/Spacer/Spacer.styles.d.mts +51 -0
- package/dist/components/Spacer/Spacer.styles.d.mts.map +1 -0
- package/dist/components/Spacer/Spacer.styles.mjs +24 -0
- package/dist/components/Spacer/Spacer.styles.mjs.map +1 -0
- package/dist/components/Spacer/index.d.mts +2 -0
- package/dist/components/Stack/Stack.cjs +28 -0
- package/dist/components/Stack/Stack.d.cts +26 -0
- package/dist/components/Stack/Stack.d.cts.map +1 -0
- package/dist/components/Stack/Stack.d.mts +27 -0
- package/dist/components/Stack/Stack.d.mts.map +1 -0
- package/dist/components/Stack/Stack.mjs +27 -0
- package/dist/components/Stack/Stack.mjs.map +1 -0
- package/dist/components/Stack/Stack.styles.cjs +42 -0
- package/dist/components/Stack/Stack.styles.d.cts +84 -0
- package/dist/components/Stack/Stack.styles.d.cts.map +1 -0
- package/dist/components/Stack/Stack.styles.d.mts +84 -0
- package/dist/components/Stack/Stack.styles.d.mts.map +1 -0
- package/dist/components/Stack/Stack.styles.mjs +42 -0
- package/dist/components/Stack/Stack.styles.mjs.map +1 -0
- package/dist/components/Stack/index.d.mts +2 -0
- package/dist/components/Tab/Tab.cjs +103 -0
- package/dist/components/Tab/Tab.d.cts +84 -0
- package/dist/components/Tab/Tab.d.cts.map +1 -0
- package/dist/components/Tab/Tab.d.mts +85 -0
- package/dist/components/Tab/Tab.d.mts.map +1 -0
- package/dist/components/Tab/Tab.mjs +102 -0
- package/dist/components/Tab/Tab.mjs.map +1 -0
- package/dist/components/Tab/Tab.styles.cjs +35 -0
- package/dist/components/Tab/Tab.styles.d.cts +51 -0
- package/dist/components/Tab/Tab.styles.d.cts.map +1 -0
- package/dist/components/Tab/Tab.styles.d.mts +51 -0
- package/dist/components/Tab/Tab.styles.d.mts.map +1 -0
- package/dist/components/Tab/Tab.styles.mjs +35 -0
- package/dist/components/Tab/Tab.styles.mjs.map +1 -0
- package/dist/components/Tab/index.d.mts +2 -0
- package/dist/components/Text/Text.cjs +20 -0
- package/dist/components/Text/Text.d.cts +24 -0
- package/dist/components/Text/Text.d.cts.map +1 -0
- package/dist/components/Text/Text.d.mts +25 -0
- package/dist/components/Text/Text.d.mts.map +1 -0
- package/dist/components/Text/Text.mjs +20 -0
- package/dist/components/Text/Text.mjs.map +1 -0
- package/dist/components/Text/Text.styles.cjs +58 -0
- package/dist/components/Text/Text.styles.d.cts +150 -0
- package/dist/components/Text/Text.styles.d.cts.map +1 -0
- package/dist/components/Text/Text.styles.d.mts +150 -0
- package/dist/components/Text/Text.styles.d.mts.map +1 -0
- package/dist/components/Text/Text.styles.mjs +58 -0
- package/dist/components/Text/Text.styles.mjs.map +1 -0
- package/dist/components/Text/index.d.mts +2 -0
- package/dist/components/TextArea/TextArea.cjs +52 -0
- package/dist/components/TextArea/TextArea.d.cts +42 -0
- package/dist/components/TextArea/TextArea.d.cts.map +1 -0
- package/dist/components/TextArea/TextArea.d.mts +43 -0
- package/dist/components/TextArea/TextArea.d.mts.map +1 -0
- package/dist/components/TextArea/TextArea.mjs +51 -0
- package/dist/components/TextArea/TextArea.mjs.map +1 -0
- package/dist/components/TextArea/TextArea.styles.cjs +33 -0
- package/dist/components/TextArea/TextArea.styles.d.cts +84 -0
- package/dist/components/TextArea/TextArea.styles.d.cts.map +1 -0
- package/dist/components/TextArea/TextArea.styles.d.mts +84 -0
- package/dist/components/TextArea/TextArea.styles.d.mts.map +1 -0
- package/dist/components/TextArea/TextArea.styles.mjs +33 -0
- package/dist/components/TextArea/TextArea.styles.mjs.map +1 -0
- package/dist/components/TextArea/index.d.mts +1 -0
- package/dist/components/TextInput/TextInput.cjs +48 -0
- package/dist/components/TextInput/TextInput.d.cts +32 -0
- package/dist/components/TextInput/TextInput.d.cts.map +1 -0
- package/dist/components/TextInput/TextInput.d.mts +33 -0
- package/dist/components/TextInput/TextInput.d.mts.map +1 -0
- package/dist/components/TextInput/TextInput.mjs +47 -0
- package/dist/components/TextInput/TextInput.mjs.map +1 -0
- package/dist/components/TextInput/TextInput.styles.cjs +43 -0
- package/dist/components/TextInput/TextInput.styles.d.cts +81 -0
- package/dist/components/TextInput/TextInput.styles.d.cts.map +1 -0
- package/dist/components/TextInput/TextInput.styles.d.mts +81 -0
- package/dist/components/TextInput/TextInput.styles.d.mts.map +1 -0
- package/dist/components/TextInput/TextInput.styles.mjs +43 -0
- package/dist/components/TextInput/TextInput.styles.mjs.map +1 -0
- package/dist/components/TextInput/index.d.mts +2 -0
- package/dist/components/Toast/Toast.cjs +42 -0
- package/dist/components/Toast/Toast.d.cts +27 -0
- package/dist/components/Toast/Toast.d.cts.map +1 -0
- package/dist/components/Toast/Toast.d.mts +27 -0
- package/dist/components/Toast/Toast.d.mts.map +1 -0
- package/dist/components/Toast/Toast.mjs +39 -0
- package/dist/components/Toast/Toast.mjs.map +1 -0
- package/dist/components/Toast/Toast.styles.cjs +20 -0
- package/dist/components/Toast/Toast.styles.d.cts +36 -0
- package/dist/components/Toast/Toast.styles.d.cts.map +1 -0
- package/dist/components/Toast/Toast.styles.d.mts +36 -0
- package/dist/components/Toast/Toast.styles.d.mts.map +1 -0
- package/dist/components/Toast/Toast.styles.mjs +20 -0
- package/dist/components/Toast/Toast.styles.mjs.map +1 -0
- package/dist/components/Toast/index.d.mts +2 -0
- package/dist/components/Toggle/Toggle.cjs +71 -0
- package/dist/components/Toggle/Toggle.d.cts +44 -0
- package/dist/components/Toggle/Toggle.d.cts.map +1 -0
- package/dist/components/Toggle/Toggle.d.mts +46 -0
- package/dist/components/Toggle/Toggle.d.mts.map +1 -0
- package/dist/components/Toggle/Toggle.mjs +70 -0
- package/dist/components/Toggle/Toggle.mjs.map +1 -0
- package/dist/components/Toggle/Toggle.styles.cjs +31 -0
- package/dist/components/Toggle/Toggle.styles.d.cts +75 -0
- package/dist/components/Toggle/Toggle.styles.d.cts.map +1 -0
- package/dist/components/Toggle/Toggle.styles.d.mts +75 -0
- package/dist/components/Toggle/Toggle.styles.d.mts.map +1 -0
- package/dist/components/Toggle/Toggle.styles.mjs +31 -0
- package/dist/components/Toggle/Toggle.styles.mjs.map +1 -0
- package/dist/components/Toggle/index.d.mts +1 -0
- package/dist/components/VStack/VStack.cjs +17 -0
- package/dist/components/VStack/VStack.d.cts +15 -0
- package/dist/components/VStack/VStack.d.cts.map +1 -0
- package/dist/components/VStack/VStack.d.mts +16 -0
- package/dist/components/VStack/VStack.d.mts.map +1 -0
- package/dist/components/VStack/VStack.mjs +16 -0
- package/dist/components/VStack/VStack.mjs.map +1 -0
- package/dist/components/VStack/index.d.mts +1 -0
- package/dist/components/index.d.mts +74 -0
- package/dist/hooks/field/useFieldContext.cjs +18 -0
- package/dist/hooks/field/useFieldContext.mjs +17 -0
- package/dist/hooks/field/useFieldContext.mjs.map +1 -0
- package/dist/hooks/ratioChart/useRatioChartContext.cjs +14 -0
- package/dist/hooks/ratioChart/useRatioChartContext.mjs +13 -0
- package/dist/hooks/ratioChart/useRatioChartContext.mjs.map +1 -0
- package/dist/index.cjs +73 -0
- package/dist/index.d.cts +50 -0
- package/dist/index.d.mts +52 -349
- package/dist/index.mjs +36 -1220
- package/dist/utils/converter/converter.cjs +9 -0
- package/dist/utils/converter/converter.d.cts +5 -0
- package/dist/utils/converter/converter.d.cts.map +1 -0
- package/dist/utils/converter/converter.d.mts +5 -0
- package/dist/utils/converter/converter.d.mts.map +1 -0
- package/dist/utils/converter/converter.mjs +9 -0
- package/dist/utils/converter/converter.mjs.map +1 -0
- package/dist/utils/index.d.mts +6 -0
- package/dist/utils/mergeStyles/index.d.mts +1 -0
- package/dist/utils/mergeStyles/mergeStyles.cjs +18 -0
- package/dist/utils/mergeStyles/mergeStyles.d.cts +14 -0
- package/dist/utils/mergeStyles/mergeStyles.d.cts.map +1 -0
- package/dist/utils/mergeStyles/mergeStyles.d.mts +14 -0
- package/dist/utils/mergeStyles/mergeStyles.d.mts.map +1 -0
- package/dist/utils/mergeStyles/mergeStyles.mjs +18 -0
- package/dist/utils/mergeStyles/mergeStyles.mjs.map +1 -0
- package/dist/utils/polymorphic/index.d.mts +1 -0
- package/dist/utils/polymorphic/polymorphic.d.cts +24 -0
- package/dist/utils/polymorphic/polymorphic.d.cts.map +1 -0
- package/dist/utils/polymorphic/polymorphic.d.mts +24 -0
- package/dist/utils/polymorphic/polymorphic.d.mts.map +1 -0
- package/dist/utils/splitter/splitter.cjs +12 -0
- package/dist/utils/splitter/splitter.d.cts +5 -0
- package/dist/utils/splitter/splitter.d.cts.map +1 -0
- package/dist/utils/splitter/splitter.d.mts +5 -0
- package/dist/utils/splitter/splitter.d.mts.map +1 -0
- package/dist/utils/splitter/splitter.mjs +12 -0
- package/dist/utils/splitter/splitter.mjs.map +1 -0
- package/package.json +21 -11
- package/src/styles/global.css +121 -70
- package/dist/index.d.ts +0 -349
- package/dist/index.js +0 -1246
package/dist/index.d.mts
CHANGED
|
@@ -1,349 +1,52 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
};
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
}
|
|
54
|
-
type FieldLabelProps<E extends TextElement = 'label'> = PolymorphicProps<E, TextStyleProps>;
|
|
55
|
-
interface FieldDescriptionProps extends React.HTMLAttributes<HTMLDivElement> {
|
|
56
|
-
children: React.ReactNode;
|
|
57
|
-
className?: string;
|
|
58
|
-
}
|
|
59
|
-
interface FieldErrorDescriptionProps extends React.HTMLAttributes<HTMLDivElement> {
|
|
60
|
-
children: React.ReactNode;
|
|
61
|
-
className?: string;
|
|
62
|
-
}
|
|
63
|
-
declare const Field: {
|
|
64
|
-
({ children, disabled, error, className, ...props }: FieldProps): react_jsx_runtime.JSX.Element;
|
|
65
|
-
displayName: string;
|
|
66
|
-
} & {
|
|
67
|
-
Label: {
|
|
68
|
-
<E extends TextElement = "label">({ children, className, typography, textColor, ...labelProps }: FieldLabelProps<E>): react_jsx_runtime.JSX.Element;
|
|
69
|
-
displayName: string;
|
|
70
|
-
};
|
|
71
|
-
Description: {
|
|
72
|
-
({ children, className, ...props }: FieldDescriptionProps): react_jsx_runtime.JSX.Element | null;
|
|
73
|
-
displayName: string;
|
|
74
|
-
};
|
|
75
|
-
ErrorDescription: {
|
|
76
|
-
({ children, className, ...props }: FieldErrorDescriptionProps): react_jsx_runtime.JSX.Element | null;
|
|
77
|
-
displayName: string;
|
|
78
|
-
};
|
|
79
|
-
};
|
|
80
|
-
|
|
81
|
-
type TextInputVariant = 'default' | 'underline';
|
|
82
|
-
interface TextInputProps extends React.ComponentProps<'input'>, TextStyleProps {
|
|
83
|
-
/** Input variant style */
|
|
84
|
-
variant?: TextInputVariant;
|
|
85
|
-
/** Icon to display on the left side of input */
|
|
86
|
-
leftIcon?: React.ReactNode;
|
|
87
|
-
/** Icon to display on the right side of input */
|
|
88
|
-
rightIcon?: React.ReactNode;
|
|
89
|
-
/** Error state (overrides Field context) */
|
|
90
|
-
error?: boolean;
|
|
91
|
-
}
|
|
92
|
-
declare const TextInput: {
|
|
93
|
-
({ id: idProp, disabled: disabledProp, error: errorProp, className, leftIcon, rightIcon, variant, typography, textColor, ...props }: TextInputProps): react_jsx_runtime.JSX.Element;
|
|
94
|
-
displayName: string;
|
|
95
|
-
};
|
|
96
|
-
|
|
97
|
-
interface PrimitiveProps {
|
|
98
|
-
/**
|
|
99
|
-
* Whether the element should be rendered as a child of a slot.
|
|
100
|
-
* @default false
|
|
101
|
-
*/
|
|
102
|
-
asChild?: boolean;
|
|
103
|
-
}
|
|
104
|
-
|
|
105
|
-
interface TextAreaProps extends React.HTMLAttributes<HTMLDivElement>, PrimitiveProps {
|
|
106
|
-
children: React.ReactNode;
|
|
107
|
-
}
|
|
108
|
-
interface TextAreaInputProps extends React.ComponentProps<'textarea'> {
|
|
109
|
-
/** Whether to allow vertical resizing @default true */
|
|
110
|
-
resize?: boolean;
|
|
111
|
-
}
|
|
112
|
-
interface TextAreaFooterProps extends React.HTMLAttributes<HTMLDivElement>, PrimitiveProps {
|
|
113
|
-
children: React.ReactNode;
|
|
114
|
-
}
|
|
115
|
-
declare const TextArea: {
|
|
116
|
-
({ className, children, ...props }: TextAreaProps): react_jsx_runtime.JSX.Element;
|
|
117
|
-
displayName: string;
|
|
118
|
-
} & {
|
|
119
|
-
Input: {
|
|
120
|
-
({ resize, disabled: disabledProp, className, ...props }: TextAreaInputProps): react_jsx_runtime.JSX.Element;
|
|
121
|
-
displayName: string;
|
|
122
|
-
};
|
|
123
|
-
Footer: {
|
|
124
|
-
({ className, children, ...props }: TextAreaFooterProps): react_jsx_runtime.JSX.Element;
|
|
125
|
-
displayName: string;
|
|
126
|
-
};
|
|
127
|
-
};
|
|
128
|
-
|
|
129
|
-
interface RadioGroupContextValue {
|
|
130
|
-
name: string;
|
|
131
|
-
value?: string;
|
|
132
|
-
onChange?: (value: string) => void;
|
|
133
|
-
}
|
|
134
|
-
declare const useRadioGroupContext: () => RadioGroupContextValue | null;
|
|
135
|
-
interface RadioGroupProps extends React.HTMLAttributes<HTMLDivElement>, PrimitiveProps {
|
|
136
|
-
name: string;
|
|
137
|
-
value?: string;
|
|
138
|
-
defaultValue?: string;
|
|
139
|
-
onValueChange?: (value: string) => void;
|
|
140
|
-
children: React.ReactNode;
|
|
141
|
-
}
|
|
142
|
-
declare const RadioGroup: {
|
|
143
|
-
({ name, value, defaultValue, onValueChange, className, children, ...props }: RadioGroupProps): react_jsx_runtime.JSX.Element;
|
|
144
|
-
displayName: string;
|
|
145
|
-
};
|
|
146
|
-
interface RadioProps extends Omit<React.ComponentProps<'input'>, 'type'> {
|
|
147
|
-
value: string;
|
|
148
|
-
children: React.ReactNode;
|
|
149
|
-
}
|
|
150
|
-
declare const Radio: {
|
|
151
|
-
({ value, children, className, checked: checkedProp, onChange, ...props }: RadioProps): react_jsx_runtime.JSX.Element;
|
|
152
|
-
displayName: string;
|
|
153
|
-
};
|
|
154
|
-
|
|
155
|
-
/**
|
|
156
|
-
* Combines class names with Tailwind CSS conflict resolution
|
|
157
|
-
*
|
|
158
|
-
* @example
|
|
159
|
-
* mergeStyles('px-2 py-1', 'px-4') // => 'py-1 px-4'
|
|
160
|
-
* mergeStyles('text-red-500', condition && 'text-blue-500')
|
|
161
|
-
*/
|
|
162
|
-
declare function mergeStyles(...inputs: ClassValue[]): string;
|
|
163
|
-
|
|
164
|
-
interface ToggleRootProps extends Omit<React.ComponentProps<'label'>, 'onChange'> {
|
|
165
|
-
checked?: boolean;
|
|
166
|
-
defaultChecked?: boolean;
|
|
167
|
-
onCheckedChange?: (checked: boolean) => void;
|
|
168
|
-
disabled?: boolean;
|
|
169
|
-
children?: React.ReactNode;
|
|
170
|
-
}
|
|
171
|
-
type ToggleLabelProps<E extends TextElement = 'span'> = PolymorphicProps<E, TextStyleProps>;
|
|
172
|
-
declare const Toggle: {
|
|
173
|
-
({ checked: checkedProp, defaultChecked, onCheckedChange, disabled, children, className, ...props }: ToggleRootProps): react_jsx_runtime.JSX.Element;
|
|
174
|
-
displayName: string;
|
|
175
|
-
} & {
|
|
176
|
-
Switch: {
|
|
177
|
-
(): react_jsx_runtime.JSX.Element;
|
|
178
|
-
displayName: string;
|
|
179
|
-
};
|
|
180
|
-
Label: {
|
|
181
|
-
<E extends TextElement = "span">({ children, typography, textColor, ...props }: ToggleLabelProps<E>): react_jsx_runtime.JSX.Element;
|
|
182
|
-
displayName: string;
|
|
183
|
-
};
|
|
184
|
-
};
|
|
185
|
-
|
|
186
|
-
interface CheckboxRootProps extends Omit<React.ComponentProps<'label'>, 'onChange'> {
|
|
187
|
-
checked?: boolean;
|
|
188
|
-
defaultChecked?: boolean;
|
|
189
|
-
onCheckedChange?: (checked: boolean) => void;
|
|
190
|
-
disabled?: boolean;
|
|
191
|
-
children?: React.ReactNode;
|
|
192
|
-
}
|
|
193
|
-
type CheckboxLabelProps<E extends TextElement = 'span'> = PolymorphicProps<E, TextStyleProps>;
|
|
194
|
-
declare const Checkbox: {
|
|
195
|
-
({ checked: checkedProp, defaultChecked, onCheckedChange, disabled, children, className, ...props }: CheckboxRootProps): react_jsx_runtime.JSX.Element;
|
|
196
|
-
displayName: string;
|
|
197
|
-
} & {
|
|
198
|
-
Indicator: {
|
|
199
|
-
(): react_jsx_runtime.JSX.Element;
|
|
200
|
-
displayName: string;
|
|
201
|
-
};
|
|
202
|
-
Label: {
|
|
203
|
-
<E extends TextElement = "span">({ children, typography, textColor, ...props }: CheckboxLabelProps<E>): react_jsx_runtime.JSX.Element;
|
|
204
|
-
displayName: string;
|
|
205
|
-
};
|
|
206
|
-
};
|
|
207
|
-
|
|
208
|
-
type ButtonSize = 'sm' | 'md';
|
|
209
|
-
type ButtonColor = 'white' | 'gray' | 'red';
|
|
210
|
-
|
|
211
|
-
interface ButtonProps extends ComponentProps<'button'> {
|
|
212
|
-
size?: ButtonSize;
|
|
213
|
-
color?: ButtonColor;
|
|
214
|
-
active?: boolean;
|
|
215
|
-
fullWidth?: boolean;
|
|
216
|
-
}
|
|
217
|
-
declare function Button({ size, color, active, fullWidth, disabled, children, ...props }: ButtonProps): react_jsx_runtime.JSX.Element;
|
|
218
|
-
|
|
219
|
-
type CTAButtonColor = 'blue' | 'red' | 'dark' | 'light' | 'white';
|
|
220
|
-
|
|
221
|
-
interface CTAButtonProps extends ComponentProps<'button'> {
|
|
222
|
-
color?: CTAButtonColor;
|
|
223
|
-
fullWidth?: boolean;
|
|
224
|
-
asChild?: boolean;
|
|
225
|
-
}
|
|
226
|
-
declare function CTAButton({ color, fullWidth, disabled, asChild, className, children, ...props }: CTAButtonProps): react_jsx_runtime.JSX.Element;
|
|
227
|
-
|
|
228
|
-
interface FloatingActionButtonProps extends ComponentProps<'button'> {
|
|
229
|
-
leftIcon?: ReactNode;
|
|
230
|
-
rightIcon?: ReactNode;
|
|
231
|
-
asChild?: boolean;
|
|
232
|
-
}
|
|
233
|
-
declare function FloatingActionButton({ leftIcon, rightIcon, disabled, asChild, children, className, ...props }: FloatingActionButtonProps): react_jsx_runtime.JSX.Element;
|
|
234
|
-
|
|
235
|
-
type BoxRadius = 'none' | keyof typeof borderRadius;
|
|
236
|
-
type BoxPadding = 'none' | 'xs' | 'sm' | 'md' | 'lg';
|
|
237
|
-
type BoxDisplay = 'block' | 'flex' | 'grid' | 'inline-block' | 'inline-flex' | 'none';
|
|
238
|
-
type BoxBackground = 'default' | 'subtle' | 'inverse' | 'transparent';
|
|
239
|
-
interface BoxStylesOptions {
|
|
240
|
-
padding?: BoxPadding;
|
|
241
|
-
radius?: BoxRadius;
|
|
242
|
-
display?: BoxDisplay;
|
|
243
|
-
background?: BoxBackground;
|
|
244
|
-
}
|
|
245
|
-
|
|
246
|
-
type BoxBaseProps = BoxStylesOptions;
|
|
247
|
-
type BoxProps<E extends ElementType = 'div'> = PolymorphicProps<E, BoxBaseProps>;
|
|
248
|
-
declare const Box: {
|
|
249
|
-
<E extends ElementType = "div">({ as, padding, radius, display, background, className, children, ...props }: BoxProps<E>): React.ReactElement<any, string | React.JSXElementConstructor<any>>;
|
|
250
|
-
displayName: string;
|
|
251
|
-
};
|
|
252
|
-
|
|
253
|
-
type StackDirection = 'horizontal' | 'vertical';
|
|
254
|
-
type StackGap = 'none' | 'xs' | 'sm' | 'md' | 'lg' | 'xl';
|
|
255
|
-
type StackAlign = 'start' | 'center' | 'end' | 'stretch';
|
|
256
|
-
type StackJustify = 'start' | 'center' | 'end' | 'between';
|
|
257
|
-
interface StackStylesOptions {
|
|
258
|
-
direction?: StackDirection;
|
|
259
|
-
gap?: StackGap;
|
|
260
|
-
align?: StackAlign;
|
|
261
|
-
justify?: StackJustify;
|
|
262
|
-
}
|
|
263
|
-
|
|
264
|
-
type StackBaseProps = StackStylesOptions;
|
|
265
|
-
type StackProps<E extends ElementType = 'div'> = PolymorphicProps<E, StackBaseProps>;
|
|
266
|
-
/**
|
|
267
|
-
* Stack is a layout component that arranges its children in a horizontal or vertical line.
|
|
268
|
-
* It abstracts Flexbox behaviors to easily manage spacing, alignment, and direction.
|
|
269
|
-
*/
|
|
270
|
-
declare const Stack: {
|
|
271
|
-
<E extends ElementType = "div">({ as, direction, gap, align, justify, className, children, ...props }: StackProps<E>): React.ReactElement<any, string | React.JSXElementConstructor<any>>;
|
|
272
|
-
displayName: string;
|
|
273
|
-
};
|
|
274
|
-
|
|
275
|
-
type VStackProps<E extends ElementType = 'div'> = Omit<StackProps<E>, 'direction'>;
|
|
276
|
-
declare const VStack: {
|
|
277
|
-
<E extends ElementType = "div">({ ...props }: VStackProps<E>): react_jsx_runtime.JSX.Element;
|
|
278
|
-
displayName: string;
|
|
279
|
-
};
|
|
280
|
-
|
|
281
|
-
type HStackProps<E extends ElementType = 'div'> = Omit<StackProps<E>, 'direction'>;
|
|
282
|
-
declare const HStack: {
|
|
283
|
-
<E extends ElementType = "div">({ ...props }: HStackProps<E>): react_jsx_runtime.JSX.Element;
|
|
284
|
-
displayName: string;
|
|
285
|
-
};
|
|
286
|
-
|
|
287
|
-
type FlexDirection = 'row' | 'row-reverse' | 'column' | 'column-reverse';
|
|
288
|
-
type FlexGap = 'none' | 'xs' | 'sm' | 'md' | 'lg' | 'xl';
|
|
289
|
-
type FlexAlign = 'start' | 'center' | 'end' | 'stretch' | 'baseline';
|
|
290
|
-
type FlexJustify = 'start' | 'center' | 'end' | 'between' | 'around' | 'evenly';
|
|
291
|
-
type FlexWrap = 'nowrap' | 'wrap' | 'wrap-reverse';
|
|
292
|
-
interface FlexStylesOptions {
|
|
293
|
-
direction?: FlexDirection;
|
|
294
|
-
gap?: FlexGap;
|
|
295
|
-
align?: FlexAlign;
|
|
296
|
-
justify?: FlexJustify;
|
|
297
|
-
wrap?: FlexWrap;
|
|
298
|
-
}
|
|
299
|
-
|
|
300
|
-
type FlexBaseProps = FlexStylesOptions;
|
|
301
|
-
type FlexProps<E extends ElementType = 'div'> = PolymorphicProps<E, FlexBaseProps>;
|
|
302
|
-
declare const Flex: {
|
|
303
|
-
<E extends ElementType = "div">({ as, direction, gap, align, justify, wrap, className, children, ...props }: FlexProps<E>): React.ReactElement<any, string | React.JSXElementConstructor<any>>;
|
|
304
|
-
displayName: string;
|
|
305
|
-
};
|
|
306
|
-
|
|
307
|
-
type GridColumns = 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 'none';
|
|
308
|
-
type GridRows = 1 | 2 | 3 | 4 | 5 | 6 | 'none';
|
|
309
|
-
type GridGap = 'none' | 'xs' | 'sm' | 'md' | 'lg' | 'xl';
|
|
310
|
-
type GridFlow = 'row' | 'col' | 'row-dense' | 'col-dense';
|
|
311
|
-
interface GridStylesOptions {
|
|
312
|
-
columns?: GridColumns;
|
|
313
|
-
rows?: GridRows;
|
|
314
|
-
gap?: GridGap;
|
|
315
|
-
flow?: GridFlow;
|
|
316
|
-
}
|
|
317
|
-
|
|
318
|
-
type GridBaseProps = GridStylesOptions;
|
|
319
|
-
type GridProps<E extends ElementType = 'div'> = PolymorphicProps<E, GridBaseProps>;
|
|
320
|
-
declare const Grid: {
|
|
321
|
-
<E extends ElementType = "div">({ as, columns, rows, gap, flow, className, children, ...props }: GridProps<E>): React.ReactElement<any, string | React.JSXElementConstructor<any>>;
|
|
322
|
-
displayName: string;
|
|
323
|
-
};
|
|
324
|
-
|
|
325
|
-
type SeparatorOrientation = 'horizontal' | 'vertical';
|
|
326
|
-
interface SeparatorStylesOptions {
|
|
327
|
-
orientation?: SeparatorOrientation;
|
|
328
|
-
}
|
|
329
|
-
|
|
330
|
-
type SeparatorBaseProps = SeparatorStylesOptions;
|
|
331
|
-
type SeparatorProps<E extends ElementType = 'div'> = PolymorphicProps<E, SeparatorBaseProps>;
|
|
332
|
-
declare const Separator: {
|
|
333
|
-
<E extends ElementType = "div">({ as, orientation, className, ...props }: SeparatorProps<E>): React.ReactElement<any, string | React.JSXElementConstructor<any>>;
|
|
334
|
-
displayName: string;
|
|
335
|
-
};
|
|
336
|
-
|
|
337
|
-
type SpacerSize = 1 | 2 | 4 | 6 | 8 | 10 | 12 | 16 | 20 | 24 | 'auto';
|
|
338
|
-
interface SpacerStylesOptions {
|
|
339
|
-
size?: SpacerSize;
|
|
340
|
-
}
|
|
341
|
-
|
|
342
|
-
type SpacerBaseProps = SpacerStylesOptions;
|
|
343
|
-
type SpacerProps<E extends ElementType = 'div'> = PolymorphicProps<E, SpacerBaseProps>;
|
|
344
|
-
declare const Spacer: {
|
|
345
|
-
<E extends ElementType = "div">({ as, size, className, ...props }: SpacerProps<E>): React.ReactElement<any, string | React.JSXElementConstructor<any>>;
|
|
346
|
-
displayName: string;
|
|
347
|
-
};
|
|
348
|
-
|
|
349
|
-
export { Box, type BoxBackground, type BoxDisplay, type BoxPadding, type BoxProps, type BoxRadius, Button, type ButtonProps, CTAButton, type CTAButtonProps, Checkbox, type CheckboxLabelProps, type CheckboxRootProps, Field, type FieldDescriptionProps, type FieldErrorDescriptionProps, type FieldLabelProps, type FieldProps, Flex, type FlexAlign, type FlexDirection, type FlexGap, type FlexJustify, type FlexProps, FloatingActionButton, type FloatingActionButtonProps, Grid, type GridColumns, type GridFlow, type GridGap, type GridProps, type GridRows, HStack, type HStackProps, type PolymorphicProps, type PolymorphicPropsWithoutRef, Radio, RadioGroup, type RadioGroupProps, type RadioProps, Separator, type SeparatorOrientation, type SeparatorProps, Spacer, type SpacerProps, type SpacerSize, Stack, type StackAlign, type StackDirection, type StackGap, type StackJustify, type StackProps, Text, TextArea, type TextAreaFooterProps, type TextAreaInputProps, type TextAreaProps, type TextColor, TextInput, type TextInputProps, type TextInputVariant, type TextProps, type TextStyleProps, Toggle, type ToggleLabelProps, type ToggleRootProps, type Typography, VStack, type VStackProps, mergeStyles, useRadioGroupContext };
|
|
1
|
+
import { TextVariants } from "./components/Text/Text.styles.mjs";
|
|
2
|
+
import { PolymorphicProps, PolymorphicPropsWithoutRef } from "./utils/polymorphic/polymorphic.mjs";
|
|
3
|
+
import { Text, TextElement, TextProps } from "./components/Text/Text.mjs";
|
|
4
|
+
import { Field, FieldDescriptionProps, FieldErrorDescriptionProps, FieldLabelProps, FieldProps } from "./components/Field/Field.mjs";
|
|
5
|
+
import { TextInputVariants } from "./components/TextInput/TextInput.styles.mjs";
|
|
6
|
+
import { TextInput, TextInputProps } from "./components/TextInput/TextInput.mjs";
|
|
7
|
+
import { Primitive, PrimitiveProps } from "./components/Primitive/Primitive.mjs";
|
|
8
|
+
import { TextArea, TextAreaFooterProps, TextAreaInputProps, TextAreaProps } from "./components/TextArea/TextArea.mjs";
|
|
9
|
+
import { Radio, RadioGroup, RadioGroupProps, RadioProps, useRadioGroupContext } from "./components/Radio/Radio.mjs";
|
|
10
|
+
import { mergeStyles } from "./utils/mergeStyles/mergeStyles.mjs";
|
|
11
|
+
import { convertPxToRem } from "./utils/converter/converter.mjs";
|
|
12
|
+
import { splitVariantProps } from "./utils/splitter/splitter.mjs";
|
|
13
|
+
import "./utils/index.mjs";
|
|
14
|
+
import { Toggle, ToggleLabelProps, ToggleRootProps } from "./components/Toggle/Toggle.mjs";
|
|
15
|
+
import { Checkbox, CheckboxLabelProps, CheckboxRootProps } from "./components/Checkbox/Checkbox.mjs";
|
|
16
|
+
import { Button, ButtonProps } from "./components/Button/Button.mjs";
|
|
17
|
+
import { CTAButton, CTAButtonProps } from "./components/CTAButton/CTAButton.mjs";
|
|
18
|
+
import { FloatingActionButton, FloatingActionButtonProps } from "./components/FloatingActionButton/FloatingActionButton.mjs";
|
|
19
|
+
import { BoxVariants, box } from "./components/Box/Box.styles.mjs";
|
|
20
|
+
import { Box, BoxProps } from "./components/Box/Box.mjs";
|
|
21
|
+
import { StackVariants } from "./components/Stack/Stack.styles.mjs";
|
|
22
|
+
import { Stack, StackProps } from "./components/Stack/Stack.mjs";
|
|
23
|
+
import { VStack, VStackProps } from "./components/VStack/VStack.mjs";
|
|
24
|
+
import { HStack, HStackProps } from "./components/HStack/HStack.mjs";
|
|
25
|
+
import { FlexAlign, FlexDirection, FlexGap, FlexJustify } from "./components/Flex/Flex.styles.mjs";
|
|
26
|
+
import { Flex, FlexProps } from "./components/Flex/Flex.mjs";
|
|
27
|
+
import { Grid, GridProps } from "./components/Grid/Grid.mjs";
|
|
28
|
+
import { SeparatorVariants } from "./components/Separator/Separator.styles.mjs";
|
|
29
|
+
import { Separator, SeparatorProps } from "./components/Separator/Separator.mjs";
|
|
30
|
+
import { SpacerVariants } from "./components/Spacer/Spacer.styles.mjs";
|
|
31
|
+
import { Spacer, SpacerProps } from "./components/Spacer/Spacer.mjs";
|
|
32
|
+
import { RatioChart, RatioChartFooterProps, RatioChartItemProps, RatioChartRootProps } from "./components/RatioChart/RatioChart.mjs";
|
|
33
|
+
import { RatioChartEditor, RatioChartEditorOption, RatioChartEditorProps } from "./components/RatioChart/RatioChartEditor.mjs";
|
|
34
|
+
import { SelectVariants } from "./components/Select/Select.styles.mjs";
|
|
35
|
+
import { Select, SelectContentProps, SelectGroupProps, SelectItemProps, SelectLabelProps, SelectProps, SelectTriggerProps, SelectValueProps } from "./components/Select/Select.mjs";
|
|
36
|
+
import { DialogVariants } from "./components/Dialog/Dialog.styles.mjs";
|
|
37
|
+
import { Dialog, DialogCloseProps, DialogContentProps, DialogDescriptionProps, DialogFooterProps, DialogOverlayProps, DialogPortalProps, DialogProps, DialogTitleProps, DialogTriggerProps } from "./components/Dialog/Dialog.mjs";
|
|
38
|
+
import { DropdownVariants } from "./components/Dropdown/Dropdown.styles.mjs";
|
|
39
|
+
import { Dropdown, DropdownContentProps, DropdownItemProps, DropdownProps, DropdownTriggerProps } from "./components/Dropdown/Dropdown.mjs";
|
|
40
|
+
import { Float, FloatProps } from "./components/Float/Float.mjs";
|
|
41
|
+
import { ChipVariants } from "./components/Chip/Chip.styles.mjs";
|
|
42
|
+
import { Chip, ChipProps } from "./components/Chip/Chip.mjs";
|
|
43
|
+
import { AvatarVariants } from "./components/Avatar/Avatar.styles.mjs";
|
|
44
|
+
import { Avatar, AvatarProps } from "./components/Avatar/Avatar.mjs";
|
|
45
|
+
import { TabVariants } from "./components/Tab/Tab.styles.mjs";
|
|
46
|
+
import { Tab, TabContentProps, TabListProps, TabRootProps, TabTabItemProps } from "./components/Tab/Tab.mjs";
|
|
47
|
+
import { ToastVariants } from "./components/Toast/Toast.styles.mjs";
|
|
48
|
+
import { Toast, ToastProps, ToastProvider, ToastViewport, ToastViewportProps } from "./components/Toast/Toast.mjs";
|
|
49
|
+
import { ModalVariants } from "./components/Modal/Modal.styles.mjs";
|
|
50
|
+
import { Modal, ModalActionProps, ModalContentProps, ModalDescriptionProps, ModalFooterProps, ModalOverlayProps, ModalTitleProps } from "./components/Modal/Modal.mjs";
|
|
51
|
+
import "./components/index.mjs";
|
|
52
|
+
export { Avatar, AvatarProps, AvatarVariants, Box, BoxProps, BoxVariants, Button, ButtonProps, CTAButton, CTAButtonProps, Checkbox, CheckboxLabelProps, CheckboxRootProps, Chip, ChipProps, ChipVariants, Dialog, DialogCloseProps, DialogContentProps, DialogDescriptionProps, DialogFooterProps, DialogOverlayProps, DialogPortalProps, DialogProps, DialogTitleProps, DialogTriggerProps, DialogVariants, Dropdown, DropdownContentProps, DropdownItemProps, DropdownProps, DropdownTriggerProps, DropdownVariants, Field, FieldDescriptionProps, FieldErrorDescriptionProps, FieldLabelProps, FieldProps, Flex, FlexAlign, FlexDirection, FlexGap, FlexJustify, FlexProps, Float, FloatProps, FloatingActionButton, FloatingActionButtonProps, Grid, GridProps, HStack, HStackProps, Modal, ModalActionProps, ModalContentProps, ModalDescriptionProps, ModalFooterProps, ModalOverlayProps, ModalTitleProps, ModalVariants, PolymorphicProps, PolymorphicPropsWithoutRef, Primitive, PrimitiveProps, Radio, RadioGroup, RadioGroupProps, RadioProps, RatioChart, RatioChartEditor, RatioChartEditorOption, RatioChartEditorProps, RatioChartFooterProps, RatioChartItemProps, RatioChartRootProps, Select, SelectContentProps, SelectGroupProps, SelectItemProps, SelectLabelProps, SelectProps, SelectTriggerProps, SelectValueProps, SelectVariants, Separator, SeparatorProps, SeparatorVariants, Spacer, SpacerProps, SpacerVariants, Stack, StackProps, StackVariants, Tab, TabContentProps, TabListProps, TabRootProps, TabTabItemProps, TabVariants, Text, TextArea, TextAreaFooterProps, TextAreaInputProps, TextAreaProps, TextElement, TextInput, TextInputProps, TextInputVariants, TextProps, TextVariants, Toast, ToastProps, ToastProvider, ToastVariants, ToastViewport, ToastViewportProps, Toggle, ToggleLabelProps, ToggleRootProps, VStack, VStackProps, box, convertPxToRem, mergeStyles, splitVariantProps, useRadioGroupContext };
|