@functionalui/functionalui 0.2.5 → 0.2.6
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/lib/components/devComponent/DevComponent.d.ts +2 -0
- package/dist/lib/components/divMeasure/DivMeasure.d.ts +9 -0
- package/dist/lib/components/icons/Icon.d.ts +10 -0
- package/dist/lib/components/icons/Spinner.d.ts +8 -0
- package/dist/lib/components/icons/UIcon.d.ts +22 -0
- package/dist/lib/components/loadings/LoadingSpinner.d.ts +7 -0
- package/dist/lib/components/loadings/Spinner.d.ts +4 -0
- package/dist/lib/components/springAnimations/SpringOpenCloseHeight.d.ts +6 -0
- package/dist/lib/components/springAnimations/springTransitions/SpringEnter.d.ts +10 -0
- package/dist/lib/components/springAnimations/springTransitions/SpringEnterOffsetBy.d.ts +11 -0
- package/dist/lib/components/springAnimations/springTransitions/SpringMenuTransition.d.ts +11 -0
- package/dist/lib/components/ui/admonition/Admonition.d.ts +10 -0
- package/dist/lib/components/ui/avatar/Avatar.d.ts +15 -0
- package/dist/lib/components/ui/avatar/components/AvatarName.d.ts +10 -0
- package/dist/lib/components/ui/avatarGroup/AvatarGroup.d.ts +13 -0
- package/dist/lib/components/ui/buttons/Button.d.ts +22 -0
- package/dist/lib/components/ui/buttons/components/ButtonIcon.d.ts +12 -0
- package/dist/lib/components/ui/buttons/utils/colors.d.ts +0 -0
- package/dist/lib/components/ui/checkboxes/Checkboxes.d.ts +16 -0
- package/dist/lib/components/ui/checkboxes/checkbox/Checkbox.d.ts +11 -0
- package/dist/lib/components/ui/chip/Chip.d.ts +19 -0
- package/dist/{color-picker/index.d.ts → lib/components/ui/colorPicker/ColorPicker.d.ts} +11 -14
- package/dist/lib/components/ui/colorPicker/Picker.d.ts +9 -0
- package/dist/{gallery-modal/index.d.ts → lib/components/ui/galleryModal/GalleryModal.d.ts} +8 -11
- package/dist/lib/components/ui/galleryModal/components/GalleryClose.d.ts +6 -0
- package/dist/lib/components/ui/galleryModal/components/GalleryIslandMenu.d.ts +6 -0
- package/dist/lib/components/ui/galleryModal/components/Z.d.ts +9 -0
- package/dist/lib/components/ui/galleryModal/contexts/GalleryContext.d.ts +24 -0
- package/dist/lib/components/ui/inputs/image/InputImage.d.ts +13 -0
- package/dist/lib/components/ui/inputs/radio/Radio.d.ts +13 -0
- package/dist/lib/components/ui/inputs/radio/types.d.ts +4 -0
- package/dist/lib/components/ui/inputs/text/InputText.d.ts +41 -0
- package/dist/lib/components/ui/inputs/text/components/InputTextHelper.d.ts +6 -0
- package/dist/lib/components/ui/inputs/text/components/InputTextPlaceholder.d.ts +9 -0
- package/dist/lib/components/ui/inputs/text/components/ShowHidePassword.d.ts +7 -0
- package/dist/lib/components/ui/inputs/text/components/labels/InputTextLabel.d.ts +11 -0
- package/dist/lib/components/ui/inputs/textArea/TextArea.d.ts +42 -0
- package/dist/lib/components/ui/inputs/textArea/components/labels/TextAreaLabel.d.ts +12 -0
- package/dist/lib/components/ui/insetGroup/InsetGroup.d.ts +13 -0
- package/dist/lib/components/ui/insetGroup/components/InsetItem.d.ts +17 -0
- package/dist/{label-text/index.d.ts → lib/components/ui/label/LabelText.d.ts} +8 -11
- package/dist/lib/components/ui/modals/Modal.d.ts +11 -0
- package/dist/lib/components/ui/modals/ModalBg.d.ts +8 -0
- package/dist/lib/components/ui/modals/ModalGestureCard.d.ts +9 -0
- package/dist/lib/components/ui/modals/ModalWrapper.d.ts +7 -0
- package/dist/lib/components/ui/notifications/NotificationSystem.d.ts +2 -0
- package/dist/lib/components/ui/notifications/globalEventNotifications/GlobalEventToast.d.ts +2 -0
- package/dist/lib/components/ui/portals/GlobalEventPortal.d.ts +5 -0
- package/dist/lib/components/ui/portals/ModalPortal.d.ts +5 -0
- package/dist/{portals/index.d.ts → lib/components/ui/portals/types.d.ts} +7 -10
- package/dist/lib/components/ui/selectSpring/SelectSpring.d.ts +21 -0
- package/dist/lib/components/ui/selectSpring/components/DropdownAnimation.d.ts +13 -0
- package/dist/lib/components/ui/selectSpring/components/DropdownLi.d.ts +11 -0
- package/dist/lib/components/ui/selectSpring/components/HeaderValues.d.ts +12 -0
- package/dist/lib/components/ui/selectSpring/components/SelectDropdown.d.ts +17 -0
- package/dist/lib/components/ui/selectSpring/components/SelectHeader.d.ts +17 -0
- package/dist/lib/components/ui/selectSpring/components/useTopOrBottom.d.ts +7 -0
- package/dist/lib/components/ui/selectSpring/components/useWindowDimensions.d.ts +5 -0
- package/dist/lib/components/ui/tableGrid/TableGrid.d.ts +11 -0
- package/dist/lib/components/ui/tableGrid/components/tableHeader/TableHeader.d.ts +9 -0
- package/dist/lib/components/ui/tableGrid/components/tableHeader/TableHeaderCell.d.ts +8 -0
- package/dist/lib/components/ui/tableGrid/components/tableRow/TableRow.d.ts +3 -0
- package/dist/lib/components/ui/tableGrid/components/tableRow/TableRowAnimation.d.ts +9 -0
- package/dist/lib/components/ui/tableGrid/components/tableRow/TableRowCell.d.ts +4 -0
- package/dist/lib/components/ui/tabs/Tabs.d.ts +8 -0
- package/dist/lib/components/ui/tabs/TabsMenu.d.ts +12 -0
- package/dist/lib/components/ui/tabs/TabsRoom.d.ts +8 -0
- package/dist/lib/components/ui/tags/TagColor.d.ts +10 -0
- package/dist/lib/components/ui/toggleSwitch/ToggleSwitch.d.ts +15 -0
- package/dist/lib/contexts/notifications/GlobalEventContext.d.ts +6 -0
- package/dist/lib/contexts/ui/UiContexts.d.ts +11 -0
- package/dist/lib/contexts/ui/types.d.ts +18 -0
- package/dist/lib/css.d.ts +0 -0
- package/dist/lib/entries/admonition/index.d.ts +1 -0
- package/dist/lib/entries/avatar/index.d.ts +1 -0
- package/dist/lib/entries/avatar-group/index.d.ts +1 -0
- package/dist/lib/entries/button/index.d.ts +1 -0
- package/dist/lib/entries/checkbox/index.d.ts +1 -0
- package/dist/lib/entries/checkboxes/index.d.ts +1 -0
- package/dist/lib/entries/chip/index.d.ts +1 -0
- package/dist/lib/entries/color-picker/index.d.ts +1 -0
- package/dist/lib/entries/container/index.d.ts +1 -0
- package/dist/lib/entries/contexts/notifications/index.d.ts +2 -0
- package/dist/lib/entries/contexts/ui/index.d.ts +2 -0
- package/dist/lib/entries/div-measure/index.d.ts +1 -0
- package/dist/lib/entries/gallery-modal/index.d.ts +1 -0
- package/dist/lib/entries/global-event-portal/index.d.ts +1 -0
- package/dist/lib/entries/icons/index.d.ts +1 -0
- package/dist/lib/entries/input-image/index.d.ts +1 -0
- package/dist/lib/entries/input-text/index.d.ts +1 -0
- package/dist/lib/entries/inset-group/index.d.ts +1 -0
- package/dist/lib/entries/label-text/index.d.ts +1 -0
- package/dist/lib/entries/layout/index.d.ts +1 -0
- package/dist/lib/entries/loading-spinner/index.d.ts +2 -0
- package/dist/lib/entries/modal/index.d.ts +1 -0
- package/dist/lib/entries/notification-system/index.d.ts +1 -0
- package/dist/lib/entries/portals/index.d.ts +1 -0
- package/dist/lib/entries/radio/index.d.ts +1 -0
- package/dist/lib/entries/select-spring/index.d.ts +1 -0
- package/dist/lib/entries/spring-enter/index.d.ts +1 -0
- package/dist/lib/entries/spring-enter-offset-by/index.d.ts +1 -0
- package/dist/lib/entries/spring-menu-transition/index.d.ts +1 -0
- package/dist/lib/entries/spring-open-close-height/index.d.ts +1 -0
- package/dist/lib/entries/styled/button/index.d.ts +1 -0
- package/dist/lib/entries/styled/inputs/text/index.d.ts +1 -0
- package/dist/lib/entries/styled/inputs/text-area/index.d.ts +1 -0
- package/dist/lib/entries/styled/li/index.d.ts +1 -0
- package/dist/lib/entries/styled/ul/index.d.ts +1 -0
- package/dist/lib/entries/table-grid/index.d.ts +1 -0
- package/dist/lib/entries/table-header/index.d.ts +1 -0
- package/dist/lib/entries/table-row/index.d.ts +1 -0
- package/dist/lib/entries/tabs/index.d.ts +1 -0
- package/dist/lib/entries/tag-color/index.d.ts +1 -0
- package/dist/lib/entries/text-area/index.d.ts +1 -0
- package/dist/lib/entries/texts/header/index.d.ts +1 -0
- package/dist/lib/entries/texts/p/index.d.ts +1 -0
- package/dist/lib/entries/texts/span/index.d.ts +1 -0
- package/dist/lib/entries/toggle-switch/index.d.ts +1 -0
- package/dist/lib/hooks/useAutosizeTextArea.d.ts +2 -0
- package/dist/lib/hooks/useAutosizeTextAreaV2.d.ts +2 -0
- package/dist/lib/hooks/useClickOutsideDOM.d.ts +2 -0
- package/dist/lib/hooks/useCombinedRef.d.ts +2 -0
- package/dist/lib/hooks/useCountRender.d.ts +1 -0
- package/dist/lib/hooks/useDebounce.d.ts +2 -0
- package/dist/lib/hooks/useDelayed.d.ts +2 -0
- package/dist/lib/hooks/useDelayedRender.d.ts +2 -0
- package/dist/lib/hooks/useFirstMount.d.ts +2 -0
- package/dist/lib/hooks/useForm.d.ts +2 -0
- package/dist/lib/hooks/useKeyPress.d.ts +1 -0
- package/dist/lib/hooks/useNavigatorOnLine.d.ts +2 -0
- package/dist/lib/main.d.ts +46 -0
- package/dist/lib/styles/mediaQueries/mediaQuery.d.ts +0 -0
- package/dist/lib/styles/storybook/Mockups/FormMockup/Form.stories.d.ts +4 -0
- package/dist/lib/styles/storybook/Motions/Menu/ExampleOne.d.ts +2 -0
- package/dist/lib/styles/storybook/Motions/Menu/dev/DropdownSC.d.ts +9 -0
- package/dist/lib/styles/storybook/Motions/Menu/dev/DropdownSC2.d.ts +9 -0
- package/dist/lib/styles/storybook/Motions/Menu/dev/DropdownSC3.d.ts +9 -0
- package/dist/lib/styles/storybook/Tokens/Colors.stories.d.ts +5 -0
- package/dist/lib/styles/storybook/Tokens/Radius.stories.d.ts +5 -0
- package/dist/lib/styles/storybook/Tokens/Shadows.stories.d.ts +5 -0
- package/dist/lib/styles/storybook/Tokens/SizingsButton.stories.d.ts +5 -0
- package/dist/lib/styles/storybook/Tokens/SizingsGeneric.stories.d.ts +5 -0
- package/dist/lib/styles/storybook/Tokens/SizingsIcon.stories.d.ts +6 -0
- package/dist/lib/styles/storybook/Tokens/Spacings.stories.d.ts +5 -0
- package/dist/lib/styles/storybook/Tokens/themes/DarkColors.stories.d.ts +6 -0
- package/dist/lib/styles/storybook/Tokens/themes/LightColors.stories.d.ts +5 -0
- package/dist/lib/styles/storybook/Typography/DynamicFontSizes.stories.d.ts +4 -0
- package/dist/lib/styles/storybook/Typography/FontSizes.stories.d.ts +5 -0
- package/dist/lib/styles/storybook/components/Admonition/Admonition.stories.d.ts +6 -0
- package/dist/lib/styles/storybook/components/Admonition/Sizes.d.ts +2 -0
- package/dist/lib/styles/storybook/components/Avatar/Avatar.stories.d.ts +5 -0
- package/dist/lib/styles/storybook/components/AvatarGroup/component.d.ts +2 -0
- package/dist/lib/styles/storybook/components/Button/Button.stories.d.ts +7 -0
- package/dist/lib/styles/storybook/components/Button/Dev1Comp.d.ts +2 -0
- package/dist/lib/styles/storybook/components/Card/Card.stories.d.ts +5 -0
- package/dist/lib/styles/storybook/components/Card/Dimensions.d.ts +2 -0
- package/dist/lib/styles/storybook/components/Checkbox/Checkbox.stories.d.ts +5 -0
- package/dist/lib/styles/storybook/components/Checkbox/component.d.ts +2 -0
- package/dist/lib/styles/storybook/components/Checkboxes/Checkboxes.stories.d.ts +5 -0
- package/dist/lib/styles/storybook/components/Checkboxes/component.d.ts +2 -0
- package/dist/lib/styles/storybook/components/Chip/Chip.stories.d.ts +5 -0
- package/dist/lib/styles/storybook/components/Chip/component.d.ts +2 -0
- package/dist/lib/styles/storybook/components/ColorPicker/ColorPicker.stories.d.ts +5 -0
- package/dist/lib/styles/storybook/components/ColorPicker/component.d.ts +2 -0
- package/dist/lib/styles/storybook/components/GalleryModal/component.d.ts +2 -0
- package/dist/lib/styles/storybook/components/Inputs/Image.d.ts +2 -0
- package/dist/lib/styles/storybook/components/Inputs/InputImage.stories.d.ts +5 -0
- package/dist/lib/styles/storybook/components/Inputs/InputRadio.stories.d.ts +5 -0
- package/dist/lib/styles/storybook/components/Inputs/InputText.stories.d.ts +5 -0
- package/dist/lib/styles/storybook/components/Inputs/InputTextArea.stories.d.ts +5 -0
- package/dist/lib/styles/storybook/components/InsetGroup/InsetGroup.stories.d.ts +5 -0
- package/dist/lib/styles/storybook/components/InsetGroup/component.d.ts +2 -0
- package/dist/lib/styles/storybook/components/Modal/Modal.stories.d.ts +5 -0
- package/dist/lib/styles/storybook/components/Modal/component.d.ts +2 -0
- package/dist/lib/styles/storybook/components/SelectSpring/SelectSpring.stories.d.ts +5 -0
- package/dist/lib/styles/storybook/components/SelectSpring/component.d.ts +2 -0
- package/dist/lib/styles/storybook/components/TableGrid/TableGrid.stories.d.ts +5 -0
- package/dist/lib/styles/storybook/components/TableGrid/component.d.ts +2 -0
- package/dist/lib/styles/storybook/components/Tabs/Tabs.stories.d.ts +5 -0
- package/dist/lib/styles/storybook/components/Tabs/component.d.ts +2 -0
- package/dist/lib/styles/storybook/components/Texts/Texts.stories.d.ts +4 -0
- package/dist/lib/styles/storybook/components/ToastNotification/ToastNotification.stories.d.ts +5 -0
- package/dist/lib/styles/storybook/components/ToastNotification/component.d.ts +2 -0
- package/dist/lib/styles/storybook/components/UIcon/IconAction.d.ts +1 -0
- package/dist/lib/styles/storybook/components/UIcon/Sizes.d.ts +1 -0
- package/dist/lib/styles/storybook/components/UIcon/SizesNoPadding.d.ts +1 -0
- package/dist/lib/styles/storybook/components/UIcon/UIcon.stories.d.ts +4 -0
- package/dist/lib/styles/styled/button/component.d.ts +3 -0
- package/dist/lib/styles/styled/container/component.d.ts +4 -0
- package/dist/lib/styles/styled/inputs/text/component.d.ts +4 -0
- package/dist/lib/styles/styled/inputs/textArea/component.d.ts +4 -0
- package/dist/lib/styles/styled/layout/component.d.ts +4 -0
- package/dist/lib/styles/styled/li/component.d.ts +4 -0
- package/dist/lib/styles/styled/texts/header/component.d.ts +4 -0
- package/dist/lib/styles/styled/texts/p/component.d.ts +3 -0
- package/dist/lib/styles/styled/texts/span/component.d.ts +3 -0
- package/dist/lib/styles/styled/texts/utils/createHeadElement.d.ts +16 -0
- package/dist/lib/styles/styled/texts/utils/createTextElement.d.ts +18 -0
- package/dist/lib/styles/styled/ul/component.d.ts +4 -0
- package/dist/lib/styles/types/attributes/types.d.ts +4 -0
- package/dist/lib/styles/types/classes.d.ts +62 -0
- package/dist/lib/styles/types/colors/classes.d.ts +9 -0
- package/dist/{tag-color/index.d.ts → lib/styles/types/colors/generics.d.ts} +97 -104
- package/dist/lib/styles/types/colors/values.d.ts +42 -0
- package/dist/lib/styles/types/components.types.d.ts +67 -0
- package/dist/lib/styles/types/generics.d.ts +154 -0
- package/dist/{icons/index.d.ts → lib/styles/types/icons/icons.d.ts} +292 -457
- package/dist/lib/styles/types/icons/values.d.ts +63 -0
- package/dist/lib/styles/types/layout/classes.d.ts +120 -0
- package/dist/{layout/index.d.ts → lib/styles/types/layout/generics.d.ts} +120 -163
- package/dist/lib/styles/types/notification/types.d.ts +22 -0
- package/dist/lib/styles/types/sizings/generics.d.ts +22 -0
- package/dist/lib/styles/types/types.d.ts +102 -0
- package/dist/lib/styles/types/ui/admonition/types.d.ts +117 -0
- package/dist/lib/styles/types/ui/avatar/types.d.ts +57 -0
- package/dist/lib/styles/types/ui/button/types.d.ts +129 -0
- package/dist/lib/styles/types/ui/checkbox/types.d.ts +99 -0
- package/dist/lib/styles/types/ui/chip/types.d.ts +37 -0
- package/dist/lib/styles/types/ui/inputs/text/types.d.ts +42 -0
- package/dist/lib/styles/types/ui/inputs/textarea/types.d.ts +28 -0
- package/dist/lib/styles/types/ui/insetGroup/types.d.ts +5 -0
- package/dist/lib/styles/types/ui/modal/types.d.ts +4 -0
- package/dist/lib/styles/types/ui/portal/types.d.ts +4 -0
- package/dist/lib/styles/types/ui/selectSpring/types.d.ts +197 -0
- package/dist/lib/styles/types/ui/tablegrid/types.d.ts +28 -0
- package/dist/lib/styles/types/ui/tabs/types.d.ts +8 -0
- package/dist/lib/styles/types/ui/tag/types.d.ts +53 -0
- package/dist/lib/styles/types/ui/toggleswitch/types.d.ts +39 -0
- package/dist/lib/styles/types/values.d.ts +18 -0
- package/dist/lib/utils/gradientGenerator/gradientGenerator.d.ts +1 -0
- package/dist/src/App.d.ts +2 -0
- package/dist/src/main.d.ts +1 -0
- package/package.json +95 -95
- package/dist/admonition/index.d.ts +0 -27
- package/dist/avatar/index.d.ts +0 -115
- package/dist/avatar-group/index.d.ts +0 -120
- package/dist/button/index.d.ts +0 -249
- package/dist/checkbox/index.d.ts +0 -32
- package/dist/checkboxes/index.d.ts +0 -38
- package/dist/chip/index.d.ts +0 -159
- package/dist/container/index.d.ts +0 -238
- package/dist/contexts/notifications/index.d.ts +0 -2
- package/dist/contexts/ui/index.d.ts +0 -2
- package/dist/css/index.d.ts +0 -1
- package/dist/div-measure/index.d.ts +0 -13
- package/dist/global-event-portal/index.d.ts +0 -8
- package/dist/input-image/index.d.ts +0 -18
- package/dist/input-text/index.d.ts +0 -199
- package/dist/inset-group/index.d.ts +0 -33
- package/dist/loading-spinner/index.d.ts +0 -33
- package/dist/modal/index.d.ts +0 -105
- package/dist/notification-system/index.d.ts +0 -5
- package/dist/radio/index.d.ts +0 -36
- package/dist/select-spring/index.d.ts +0 -70
- package/dist/spring-enter/index.d.ts +0 -16
- package/dist/spring-enter-offset-by/index.d.ts +0 -17
- package/dist/spring-menu-transition/index.d.ts +0 -15
- package/dist/spring-open-close-height/index.d.ts +0 -9
- package/dist/styled/button/index.d.ts +0 -2
- package/dist/styled/inputs/text/index.d.ts +0 -2
- package/dist/styled/inputs/text-area/index.d.ts +0 -2
- package/dist/styled/li/index.d.ts +0 -2
- package/dist/styled/ul/index.d.ts +0 -2
- package/dist/table-grid/index.d.ts +0 -70
- package/dist/table-header/index.d.ts +0 -53
- package/dist/table-row/index.d.ts +0 -54
- package/dist/tabs/index.d.ts +0 -21
- package/dist/text-area/index.d.ts +0 -212
- package/dist/texts/header/index.d.ts +0 -2
- package/dist/texts/p/index.d.ts +0 -2
- package/dist/texts/span/index.d.ts +0 -2
- package/dist/toggle-switch/index.d.ts +0 -35
- package/dist/types.d.ts +0 -2062
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
import { Sizings, Spacings } from '../types.ts';
|
|
2
|
+
export declare const UICON_SIZING: {
|
|
3
|
+
8: {
|
|
4
|
+
padding: Spacings;
|
|
5
|
+
size: Sizings;
|
|
6
|
+
};
|
|
7
|
+
12: {
|
|
8
|
+
padding: Spacings;
|
|
9
|
+
size: Sizings;
|
|
10
|
+
};
|
|
11
|
+
16: {
|
|
12
|
+
padding: Spacings;
|
|
13
|
+
size: Sizings;
|
|
14
|
+
};
|
|
15
|
+
20: {
|
|
16
|
+
padding: Spacings;
|
|
17
|
+
size: Sizings;
|
|
18
|
+
};
|
|
19
|
+
24: {
|
|
20
|
+
padding: Spacings;
|
|
21
|
+
size: Sizings;
|
|
22
|
+
};
|
|
23
|
+
28: {
|
|
24
|
+
padding: Spacings;
|
|
25
|
+
size: Sizings;
|
|
26
|
+
};
|
|
27
|
+
32: {
|
|
28
|
+
padding: Spacings;
|
|
29
|
+
size: Sizings;
|
|
30
|
+
};
|
|
31
|
+
36: {
|
|
32
|
+
padding: Spacings;
|
|
33
|
+
size: Sizings;
|
|
34
|
+
};
|
|
35
|
+
44: {
|
|
36
|
+
padding: Spacings;
|
|
37
|
+
size: Sizings;
|
|
38
|
+
};
|
|
39
|
+
52: {
|
|
40
|
+
padding: Spacings;
|
|
41
|
+
size: Sizings;
|
|
42
|
+
};
|
|
43
|
+
60: {
|
|
44
|
+
padding: Spacings;
|
|
45
|
+
size: Sizings;
|
|
46
|
+
};
|
|
47
|
+
68: {
|
|
48
|
+
padding: Spacings;
|
|
49
|
+
size: Sizings;
|
|
50
|
+
};
|
|
51
|
+
76: {
|
|
52
|
+
padding: Spacings;
|
|
53
|
+
size: Sizings;
|
|
54
|
+
};
|
|
55
|
+
84: {
|
|
56
|
+
padding: Spacings;
|
|
57
|
+
size: Sizings;
|
|
58
|
+
};
|
|
59
|
+
92: {
|
|
60
|
+
padding: Spacings;
|
|
61
|
+
size: Sizings;
|
|
62
|
+
};
|
|
63
|
+
};
|
|
@@ -0,0 +1,120 @@
|
|
|
1
|
+
export declare const DISPLAY_CLASSES: {
|
|
2
|
+
1: string;
|
|
3
|
+
2: string;
|
|
4
|
+
3: string;
|
|
5
|
+
4: string;
|
|
6
|
+
5: string;
|
|
7
|
+
6: string;
|
|
8
|
+
};
|
|
9
|
+
export declare const FLEX_DIRECTION_CLASSES: {
|
|
10
|
+
1: string;
|
|
11
|
+
2: string;
|
|
12
|
+
3: string;
|
|
13
|
+
4: string;
|
|
14
|
+
};
|
|
15
|
+
export declare const FLEX_WRAP_CLASSES: {
|
|
16
|
+
1: string;
|
|
17
|
+
2: string;
|
|
18
|
+
3: string;
|
|
19
|
+
};
|
|
20
|
+
export declare const FLEX_JUSTIFY_CONTENT_CLASSES: {
|
|
21
|
+
1: string;
|
|
22
|
+
2: string;
|
|
23
|
+
3: string;
|
|
24
|
+
4: string;
|
|
25
|
+
5: string;
|
|
26
|
+
};
|
|
27
|
+
export declare const FLEX_ALIGN_ITEMS_CLASSES: {
|
|
28
|
+
1: string;
|
|
29
|
+
2: string;
|
|
30
|
+
3: string;
|
|
31
|
+
4: string;
|
|
32
|
+
5: string;
|
|
33
|
+
};
|
|
34
|
+
export declare const FLEX_ALIGN_CONTENT_CLASSES: {
|
|
35
|
+
1: string;
|
|
36
|
+
2: string;
|
|
37
|
+
3: string;
|
|
38
|
+
4: string;
|
|
39
|
+
5: string;
|
|
40
|
+
6: string;
|
|
41
|
+
};
|
|
42
|
+
export declare const GRID_GAP_CLASSES: {
|
|
43
|
+
1: string;
|
|
44
|
+
2: string;
|
|
45
|
+
3: string;
|
|
46
|
+
4: string;
|
|
47
|
+
5: string;
|
|
48
|
+
6: string;
|
|
49
|
+
7: string;
|
|
50
|
+
8: string;
|
|
51
|
+
9: string;
|
|
52
|
+
};
|
|
53
|
+
export declare const GRID_ROW_GAP_CLASSES: {
|
|
54
|
+
1: string;
|
|
55
|
+
2: string;
|
|
56
|
+
3: string;
|
|
57
|
+
4: string;
|
|
58
|
+
5: string;
|
|
59
|
+
6: string;
|
|
60
|
+
7: string;
|
|
61
|
+
8: string;
|
|
62
|
+
9: string;
|
|
63
|
+
};
|
|
64
|
+
export declare const GRID_COLUMN_GAP_CLASSES: {
|
|
65
|
+
1: string;
|
|
66
|
+
2: string;
|
|
67
|
+
3: string;
|
|
68
|
+
4: string;
|
|
69
|
+
5: string;
|
|
70
|
+
6: string;
|
|
71
|
+
7: string;
|
|
72
|
+
8: string;
|
|
73
|
+
9: string;
|
|
74
|
+
};
|
|
75
|
+
export declare const GRID_JUSTIFY_CONTENT_CLASSES: {
|
|
76
|
+
1: string;
|
|
77
|
+
2: string;
|
|
78
|
+
3: string;
|
|
79
|
+
4: string;
|
|
80
|
+
5: string;
|
|
81
|
+
6: string;
|
|
82
|
+
7: string;
|
|
83
|
+
8: string;
|
|
84
|
+
9: string;
|
|
85
|
+
};
|
|
86
|
+
export declare const GRID_ALIGN_CONTENT_CLASSES: {
|
|
87
|
+
1: string;
|
|
88
|
+
2: string;
|
|
89
|
+
3: string;
|
|
90
|
+
4: string;
|
|
91
|
+
5: string;
|
|
92
|
+
6: string;
|
|
93
|
+
7: string;
|
|
94
|
+
8: string;
|
|
95
|
+
9: string;
|
|
96
|
+
};
|
|
97
|
+
export declare const JUSTIFY_SELF_CLASSES: {
|
|
98
|
+
1: string;
|
|
99
|
+
2: string;
|
|
100
|
+
3: string;
|
|
101
|
+
4: string;
|
|
102
|
+
5: string;
|
|
103
|
+
6: string;
|
|
104
|
+
7: string;
|
|
105
|
+
8: string;
|
|
106
|
+
9: string;
|
|
107
|
+
10: string;
|
|
108
|
+
};
|
|
109
|
+
export declare const ALIGN_SELF_CLASSES: {
|
|
110
|
+
1: string;
|
|
111
|
+
2: string;
|
|
112
|
+
3: string;
|
|
113
|
+
4: string;
|
|
114
|
+
5: string;
|
|
115
|
+
6: string;
|
|
116
|
+
7: string;
|
|
117
|
+
8: string;
|
|
118
|
+
9: string;
|
|
119
|
+
10: string;
|
|
120
|
+
};
|
|
@@ -1,163 +1,120 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
declare enum
|
|
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
|
-
declare enum
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
Size6 = 6,
|
|
122
|
-
Size7 = 7,
|
|
123
|
-
Size8 = 8,
|
|
124
|
-
Size9 = 9
|
|
125
|
-
}
|
|
126
|
-
|
|
127
|
-
declare enum JustifySelfs {
|
|
128
|
-
Start = 1,
|
|
129
|
-
End = 2,
|
|
130
|
-
Center = 3,
|
|
131
|
-
Left = 4,
|
|
132
|
-
Right = 5,
|
|
133
|
-
SelfStart = 6,
|
|
134
|
-
SelfEnd = 7,
|
|
135
|
-
Stretch = 8,
|
|
136
|
-
Normal = 9,
|
|
137
|
-
Auto = 10
|
|
138
|
-
}
|
|
139
|
-
|
|
140
|
-
export declare const Layout: FC<LayoutDivProps>;
|
|
141
|
-
|
|
142
|
-
declare interface LayoutDivProps extends AnimatedProps<HTMLAttributes<HTMLDivElement>>, LayoutProps {
|
|
143
|
-
children?: ReactNode;
|
|
144
|
-
ref?: Ref<HTMLDivElement | null>;
|
|
145
|
-
}
|
|
146
|
-
|
|
147
|
-
declare interface LayoutProps {
|
|
148
|
-
display?: Displays;
|
|
149
|
-
flexDirection?: FlexDirections;
|
|
150
|
-
flexWrap?: FlexWraps;
|
|
151
|
-
flexJustifyContent?: FlexJustifyContents;
|
|
152
|
-
flexAlignItem?: FlexAlignItems;
|
|
153
|
-
flexAlignContent?: FlexAlignContents;
|
|
154
|
-
gridGap?: GridGaps;
|
|
155
|
-
gridRowGap?: GridRowGaps;
|
|
156
|
-
gridColumnGap?: GridColumnGaps;
|
|
157
|
-
gridJustifyContent?: GridJustifyContents;
|
|
158
|
-
gridAlignContent?: GridAlignContents;
|
|
159
|
-
justifySelf?: JustifySelfs;
|
|
160
|
-
alignSelf?: AlignSelfs;
|
|
161
|
-
}
|
|
162
|
-
|
|
163
|
-
export { }
|
|
1
|
+
export declare enum Displays {
|
|
2
|
+
None = 1,
|
|
3
|
+
Block = 2,
|
|
4
|
+
InlineBlock = 3,
|
|
5
|
+
Flex = 4,
|
|
6
|
+
InlineFlex = 5,
|
|
7
|
+
Grid = 6
|
|
8
|
+
}
|
|
9
|
+
export declare enum FlexDirections {
|
|
10
|
+
Row = 1,
|
|
11
|
+
Column = 2,
|
|
12
|
+
RowReverse = 3,
|
|
13
|
+
ColumnReverse = 4
|
|
14
|
+
}
|
|
15
|
+
export declare enum FlexWraps {
|
|
16
|
+
NoWrap = 1,
|
|
17
|
+
Wrap = 2,
|
|
18
|
+
WrapReverse = 3
|
|
19
|
+
}
|
|
20
|
+
export declare enum FlexJustifyContents {
|
|
21
|
+
FlexStart = 1,
|
|
22
|
+
FlexEnd = 2,
|
|
23
|
+
Center = 3,
|
|
24
|
+
SpaceBetween = 4,
|
|
25
|
+
SpaceAround = 5
|
|
26
|
+
}
|
|
27
|
+
export declare enum FlexAlignItems {
|
|
28
|
+
FlexStart = 1,
|
|
29
|
+
FlexEnd = 2,
|
|
30
|
+
Center = 3,
|
|
31
|
+
Baseline = 4,
|
|
32
|
+
Stretch = 5
|
|
33
|
+
}
|
|
34
|
+
export declare enum FlexAlignContents {
|
|
35
|
+
FlexStart = 1,
|
|
36
|
+
FlexEnd = 2,
|
|
37
|
+
Center = 3,
|
|
38
|
+
SpaceBetween = 4,
|
|
39
|
+
SpaceAround = 5,
|
|
40
|
+
Stretch = 6
|
|
41
|
+
}
|
|
42
|
+
export declare enum GridGaps {
|
|
43
|
+
Size1 = 1,
|
|
44
|
+
Size2 = 2,
|
|
45
|
+
Size3 = 3,
|
|
46
|
+
Size4 = 4,
|
|
47
|
+
Size5 = 5,
|
|
48
|
+
Size6 = 6,
|
|
49
|
+
Size7 = 7,
|
|
50
|
+
Size8 = 8,
|
|
51
|
+
Size9 = 9
|
|
52
|
+
}
|
|
53
|
+
export declare enum GridRowGaps {
|
|
54
|
+
Size1 = 1,
|
|
55
|
+
Size2 = 2,
|
|
56
|
+
Size3 = 3,
|
|
57
|
+
Size4 = 4,
|
|
58
|
+
Size5 = 5,
|
|
59
|
+
Size6 = 6,
|
|
60
|
+
Size7 = 7,
|
|
61
|
+
Size8 = 8,
|
|
62
|
+
Size9 = 9
|
|
63
|
+
}
|
|
64
|
+
export declare enum GridColumnGaps {
|
|
65
|
+
Size1 = 1,
|
|
66
|
+
Size2 = 2,
|
|
67
|
+
Size3 = 3,
|
|
68
|
+
Size4 = 4,
|
|
69
|
+
Size5 = 5,
|
|
70
|
+
Size6 = 6,
|
|
71
|
+
Size7 = 7,
|
|
72
|
+
Size8 = 8,
|
|
73
|
+
Size9 = 9
|
|
74
|
+
}
|
|
75
|
+
export declare enum GridJustifyContents {
|
|
76
|
+
Start = 1,
|
|
77
|
+
End = 2,
|
|
78
|
+
Center = 3,
|
|
79
|
+
Left = 4,
|
|
80
|
+
Right = 5,
|
|
81
|
+
SpaceAround = 6,
|
|
82
|
+
SpaceBetween = 7,
|
|
83
|
+
Stretch = 8,
|
|
84
|
+
SpaceEvenly = 9
|
|
85
|
+
}
|
|
86
|
+
export declare enum GridAlignContents {
|
|
87
|
+
Start = 1,
|
|
88
|
+
End = 2,
|
|
89
|
+
Center = 3,
|
|
90
|
+
Left = 4,
|
|
91
|
+
Right = 5,
|
|
92
|
+
SpaceAround = 6,
|
|
93
|
+
SpaceBetween = 7,
|
|
94
|
+
Stretch = 8,
|
|
95
|
+
SpaceEvenly = 9
|
|
96
|
+
}
|
|
97
|
+
export declare enum JustifySelfs {
|
|
98
|
+
Start = 1,
|
|
99
|
+
End = 2,
|
|
100
|
+
Center = 3,
|
|
101
|
+
Left = 4,
|
|
102
|
+
Right = 5,
|
|
103
|
+
SelfStart = 6,
|
|
104
|
+
SelfEnd = 7,
|
|
105
|
+
Stretch = 8,
|
|
106
|
+
Normal = 9,
|
|
107
|
+
Auto = 10
|
|
108
|
+
}
|
|
109
|
+
export declare enum AlignSelfs {
|
|
110
|
+
Start = 1,
|
|
111
|
+
End = 2,
|
|
112
|
+
Center = 3,
|
|
113
|
+
Left = 4,
|
|
114
|
+
Right = 5,
|
|
115
|
+
SelfStart = 6,
|
|
116
|
+
SelfEnd = 7,
|
|
117
|
+
Stretch = 8,
|
|
118
|
+
Normal = 9,
|
|
119
|
+
Auto = 10
|
|
120
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { ColorPalettes } from '../types.ts';
|
|
2
|
+
export declare enum ToastTypes {
|
|
3
|
+
Success = 1,
|
|
4
|
+
Alert = 2,
|
|
5
|
+
Error = 3,
|
|
6
|
+
Info = 4,
|
|
7
|
+
Static = 5,
|
|
8
|
+
Loading = 6,
|
|
9
|
+
SuccessStatic = 7,
|
|
10
|
+
ErrorStatic = 8,
|
|
11
|
+
LoadingStatic = 9
|
|
12
|
+
}
|
|
13
|
+
export type ToastNotification = {
|
|
14
|
+
icon: string;
|
|
15
|
+
color: ColorPalettes;
|
|
16
|
+
default: string;
|
|
17
|
+
isTimeout?: boolean;
|
|
18
|
+
classname?: string;
|
|
19
|
+
};
|
|
20
|
+
export declare const TOAST_TYPE: {
|
|
21
|
+
[key: number]: ToastNotification;
|
|
22
|
+
};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
export declare enum Sizings {
|
|
2
|
+
Size1 = 8,
|
|
3
|
+
Size2 = 12,
|
|
4
|
+
Size3 = 16,
|
|
5
|
+
Size4 = 20,
|
|
6
|
+
Size5 = 24,
|
|
7
|
+
Size6 = 28,
|
|
8
|
+
Size7 = 32,
|
|
9
|
+
Size8 = 36,
|
|
10
|
+
Size9 = 44,
|
|
11
|
+
Size10 = 52,
|
|
12
|
+
Size11 = 60,
|
|
13
|
+
Size12 = 68,
|
|
14
|
+
Size13 = 76,
|
|
15
|
+
Size14 = 84,
|
|
16
|
+
Size15 = 92
|
|
17
|
+
}
|
|
18
|
+
export declare enum FontBaseSizes {
|
|
19
|
+
Small = "small",
|
|
20
|
+
Default = "default",
|
|
21
|
+
Big = "big"
|
|
22
|
+
}
|
|
@@ -0,0 +1,102 @@
|
|
|
1
|
+
import { AnimatedProps } from '@react-spring/web';
|
|
2
|
+
import { HTMLAttributes, ReactNode, Ref } from 'react';
|
|
3
|
+
import { ButtonStyleProps, HeaderProps, LayoutProps, StyleProps, TextStyleProps } from './components.types';
|
|
4
|
+
import { ElementResizes, OutlineStyles } from './generics';
|
|
5
|
+
import { ToastTypes, TextAreaStyles } from './types';
|
|
6
|
+
export { BORDER_BOTTOM_LEFT_RADIUS_CLASSES, BORDER_BOTTOM_RIGHT_RADIUS_CLASSES, BORDER_BOTTOM_STYLE_CLASSES, BORDER_LEFT_STYLE_CLASSES, BORDER_RADIUS_CLASSES, BORDER_RIGHT_STYLE_CLASSES, BORDER_STYLE_CLASSES, BORDER_TOP_LEFT_RADIUS_CLASSES, BORDER_TOP_RIGHT_RADIUS_CLASSES, BORDER_TOP_STYLE_CLASSES, BORDER_WIDTH_CLASSES, BOX_SHADOW_CLASSES, BOX_SIZING_CLASSES, ELEMENT_RESIZE_CLASSES, FONT_FAMILY_CLASSES, FONT_SIZE_CLASSES, FONT_STYLE_CLASSES, FONT_WEIGHT_CLASSES, MARGIN_BOTTOM_CLASSES, MARGIN_CLASSES, MARGIN_LEFT_CLASSES, MARGIN_RIGHT_CLASSES, MARGIN_TOP_CLASSES, MEDIA_SIZES, PADDING_BOTTOM_CLASSES, PADDING_CLASSES, PADDING_LEFT_CLASSES, PADDING_RIGHT_CLASSES, PADDING_TOP_CLASSES, POSITION_BOTTOM_CLASSES, POSITION_LEFT_CLASSES, POSITION_RIGHT_CLASSES, POSITION_TOP_CLASSES, TEXT_ALIGN_CLASSES, CURSOR_CLASSES, } from './classes';
|
|
7
|
+
export { BACKGROUND_COLOR_CLASSES, BORDER_COLOR_CLASSES, COLOR_CLASSES, OUTLINE_COLOR_CLASSES, } from './colors/classes';
|
|
8
|
+
export { ColorPalettes, ColorSets } from './colors/generics';
|
|
9
|
+
export { COLOR_VALUES, ColorRanges, COLOR_RGBA_ALPHA, ColorRGBAAlphas, } from './colors/values';
|
|
10
|
+
export { BorderStyles, BorderWidths, BoxShadows, BoxSizings, ElementResizes, FontFamilies, FontSizes, FontStyles, FontWeights, MediaSizes, Positions, Radiuses, Spacings, TextAligns, OutlineStyles, Cursors, } from './generics';
|
|
11
|
+
export { ALIGN_SELF_CLASSES, DISPLAY_CLASSES, FLEX_ALIGN_CONTENT_CLASSES, FLEX_ALIGN_ITEMS_CLASSES, FLEX_DIRECTION_CLASSES, FLEX_JUSTIFY_CONTENT_CLASSES, FLEX_WRAP_CLASSES, GRID_ALIGN_CONTENT_CLASSES, GRID_COLUMN_GAP_CLASSES, GRID_GAP_CLASSES, GRID_JUSTIFY_CONTENT_CLASSES, GRID_ROW_GAP_CLASSES, JUSTIFY_SELF_CLASSES, } from './layout/classes';
|
|
12
|
+
export { AlignSelfs, Displays, FlexAlignContents, FlexAlignItems, FlexDirections, FlexJustifyContents, FlexWraps, GridAlignContents, GridColumnGaps, GridGaps, GridJustifyContents, GridRowGaps, JustifySelfs, } from './layout/generics';
|
|
13
|
+
export { Sizings, FontBaseSizes } from './sizings/generics';
|
|
14
|
+
export { BORDER_STYLE_VALUES, BORDER_WIDTH_VALUES, BOX_SHADOW_VALUES, FONT_SIZE_VALUES, RADIUS_VALUES, SPACING_VALUES, } from './values';
|
|
15
|
+
export { BASE_FONT_SIZE, THEME_CLASSES, Themes, type UiContextType, } from '../../contexts/ui/types';
|
|
16
|
+
export { TOAST_TYPE, ToastTypes, type ToastNotification, } from '../types/notification/types';
|
|
17
|
+
export type GlobalEventContextType = {
|
|
18
|
+
globalEventRef: any | null;
|
|
19
|
+
handleGlobalEventRef: (props: string, type: ToastTypes) => void;
|
|
20
|
+
catchUserAxiosNextApiError: any | undefined;
|
|
21
|
+
catchUserAxiosFetcherError: any | undefined;
|
|
22
|
+
};
|
|
23
|
+
export interface DivProps extends AnimatedProps<HTMLAttributes<HTMLDivElement>>, StyleProps {
|
|
24
|
+
children?: ReactNode;
|
|
25
|
+
ref?: Ref<HTMLDivElement | null>;
|
|
26
|
+
}
|
|
27
|
+
export interface LayoutDivProps extends AnimatedProps<HTMLAttributes<HTMLDivElement>>, LayoutProps {
|
|
28
|
+
children?: ReactNode;
|
|
29
|
+
ref?: Ref<HTMLDivElement | null>;
|
|
30
|
+
}
|
|
31
|
+
export interface ButtonProps extends AnimatedProps<HTMLAttributes<HTMLButtonElement>>, StyleProps, ButtonStyleProps {
|
|
32
|
+
children?: ReactNode;
|
|
33
|
+
ref?: Ref<HTMLButtonElement | null>;
|
|
34
|
+
}
|
|
35
|
+
interface TextInputProp {
|
|
36
|
+
type?: string;
|
|
37
|
+
required?: boolean | undefined;
|
|
38
|
+
disabled?: boolean | undefined;
|
|
39
|
+
placeholder?: string | undefined;
|
|
40
|
+
name?: string;
|
|
41
|
+
value?: any | undefined;
|
|
42
|
+
min?: number | undefined;
|
|
43
|
+
step?: number | undefined;
|
|
44
|
+
}
|
|
45
|
+
export interface TextInputProps extends AnimatedProps<HTMLAttributes<HTMLInputElement>>, TextStyleProps, TextInputProp {
|
|
46
|
+
children?: ReactNode;
|
|
47
|
+
ref?: Ref<HTMLInputElement> | undefined;
|
|
48
|
+
}
|
|
49
|
+
interface TextAreaProp {
|
|
50
|
+
type?: string;
|
|
51
|
+
required?: boolean | undefined;
|
|
52
|
+
disabled?: boolean | undefined;
|
|
53
|
+
placeholder?: string | undefined;
|
|
54
|
+
name?: string;
|
|
55
|
+
value?: any | undefined;
|
|
56
|
+
min?: number | undefined;
|
|
57
|
+
step?: number | undefined;
|
|
58
|
+
rows?: number | undefined;
|
|
59
|
+
resize?: ElementResizes;
|
|
60
|
+
textOutlineStyle?: OutlineStyles;
|
|
61
|
+
textAreaStyle?: TextAreaStyles;
|
|
62
|
+
}
|
|
63
|
+
export interface TextAreaProps extends AnimatedProps<HTMLAttributes<HTMLTextAreaElement>>, TextStyleProps, TextAreaProp {
|
|
64
|
+
children?: ReactNode;
|
|
65
|
+
ref?: Ref<HTMLTextAreaElement> | undefined;
|
|
66
|
+
}
|
|
67
|
+
export interface LiProps extends AnimatedProps<HTMLAttributes<HTMLLIElement>>, StyleProps {
|
|
68
|
+
children?: ReactNode;
|
|
69
|
+
ref?: Ref<HTMLLIElement | null>;
|
|
70
|
+
}
|
|
71
|
+
export interface UlProps extends AnimatedProps<HTMLAttributes<HTMLUListElement>>, StyleProps {
|
|
72
|
+
children?: ReactNode;
|
|
73
|
+
ref?: Ref<HTMLUListElement | null>;
|
|
74
|
+
}
|
|
75
|
+
export interface HeadElementProps extends AnimatedProps<HTMLAttributes<HTMLHeadElement>>, TextStyleProps, HeaderProps {
|
|
76
|
+
children?: ReactNode;
|
|
77
|
+
ref?: Ref<HTMLHeadingElement | null>;
|
|
78
|
+
}
|
|
79
|
+
export interface ParagraphProps extends AnimatedProps<HTMLAttributes<HTMLParagraphElement>>, TextStyleProps {
|
|
80
|
+
children?: ReactNode;
|
|
81
|
+
ref?: Ref<HTMLParagraphElement | null>;
|
|
82
|
+
}
|
|
83
|
+
export interface SpanProps extends AnimatedProps<HTMLAttributes<HTMLSpanElement>>, TextStyleProps {
|
|
84
|
+
children?: ReactNode;
|
|
85
|
+
ref?: Ref<HTMLSpanElement | null>;
|
|
86
|
+
}
|
|
87
|
+
export { AdmonitionColors, AdmonitionIcons, AdmonitionLevels, AdmonitionTitles, AdmonitionSizes, ADMONITION_SIZE, } from './ui/admonition/types';
|
|
88
|
+
export { AVATAR_SIZE, AvatarSizes } from './ui/avatar/types';
|
|
89
|
+
export { BUTTON_COLORS, BUTTON_SHADOWS_CLASSES, BUTTON_SIZE, ButtonColors, ButtonIconPositions, ButtonShadows, ButtonSizes, ButtonStateIcon, ButtonStates, ButtonTypes, ButtonStyles, } from './ui/button/types';
|
|
90
|
+
export { CHECKBOX_COLORS, CHECKBOX_SIZES, CheckboxColors, CheckboxSizes, } from './ui/checkbox/types';
|
|
91
|
+
export { TAG_SIZE, TagColorSizes } from './ui/tag/types';
|
|
92
|
+
export { ModalStyles } from './ui/modal/types';
|
|
93
|
+
export { Portals } from './ui/portal/types';
|
|
94
|
+
export { INPUT_TEXT_COLOR, INPUT_TEXT_SIZE, InputTextSizes, INPUT_TEXT_STYLE, InputTextStyles, InputTextModes, InputTextTypes, InputTextLabelStyles, } from './ui/inputs/text/types';
|
|
95
|
+
export { TEXT_AREA_COLOR, TEXT_AREA_SIZE, TEXT_AREA_STYLE, TextAreaModes, TextAreaSizes, TextAreaStyles, } from './ui/inputs/textarea/types';
|
|
96
|
+
export { type SelectOption, SELECT_STATES, SelectStates, DropdownHeightStyles, DropdownPositions, SELECT_SIZES, SelectedValuesStyles, SelectSizes, } from './ui/selectSpring/types';
|
|
97
|
+
export type { CellStyles, TableHeaderElement, TableRowCellElement, TableRowElement, } from './ui/tablegrid/types';
|
|
98
|
+
export { type TabMenu } from './ui/tabs/types';
|
|
99
|
+
export { TOGGLE_SIZE, TOGGLE_STATE_ICON, ToggleSizes, ToggleStates, } from './ui/toggleswitch/types';
|
|
100
|
+
export { Icons } from './icons/icons';
|
|
101
|
+
export type { InsetGroupOption } from './ui/insetGroup/types';
|
|
102
|
+
export { FUIAttributeSelectors } from './attributes/types';
|