@cfx-dev/ui-components 4.2.20 → 4.2.22
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/assets/css/Badge.css +1 -1
- package/dist/assets/css/Link.css +1 -1
- package/dist/assets/general/global.css +1 -1
- package/dist/components/Accordion/Accordion.d.ts +1 -7
- package/dist/components/Accordion/Accordion.js +1 -1
- package/dist/components/Accordion/AccordionShowcase.js +1 -1
- package/dist/components/Accordion/index.d.ts +1 -0
- package/dist/components/Avatar/AvatarShowcase.js +1 -1
- package/dist/components/BackdropPortal/BackdropPortal.d.ts +2 -0
- package/dist/components/BackdropPortal/BackdropPortal.js +7 -5
- package/dist/components/BackdropPortal/index.d.ts +2 -0
- package/dist/components/BackdropPortal/index.js +5 -0
- package/dist/components/Badge/Badge.d.ts +9 -2
- package/dist/components/Badge/Badge.js +52 -25
- package/dist/components/Badge/BadgeShowcase.js +1 -1
- package/dist/components/Badge/index.d.ts +1 -1
- package/dist/components/BurgerMenu/BurgerMenu.js +1 -1
- package/dist/components/BurgerMenu/BurgerMenuShowcase.js +1 -1
- package/dist/components/Button/ButtonShowcase.js +1 -1
- package/dist/components/Checkbox/Checkbox.d.ts +1 -1
- package/dist/components/ClipboardButton/ClipboardButton.d.ts +3 -3
- package/dist/components/ClipboardButton/ClipboardButton.js +10 -9
- package/dist/components/ControlBox/ControlBox.d.ts +2 -0
- package/dist/components/ControlBox/ControlBox.js +10 -9
- package/dist/components/ControlBox/index.d.ts +2 -0
- package/dist/components/ControlBox/index.js +4 -0
- package/dist/components/CountryFlag/CountryFlag.d.ts +2 -0
- package/dist/components/CountryFlag/CountryFlag.js +14 -13
- package/dist/components/CountryFlag/index.d.ts +2 -0
- package/dist/components/CountryFlag/index.js +4 -0
- package/dist/components/Decorate/Decorate.d.ts +2 -0
- package/dist/components/Decorate/Decorate.js +15 -14
- package/dist/components/Decorate/index.d.ts +2 -0
- package/dist/components/Decorate/index.js +4 -0
- package/dist/components/DropdownSelect/DropdownSelect.d.ts +1 -1
- package/dist/components/DropdownSelect/DropdownSelect.js +801 -1039
- package/dist/components/DropdownSelect/DropdownSelectShowcase.js +1 -1
- package/dist/components/DropdownSelect/index.d.ts +1 -0
- package/dist/components/Flyout/Flyout.d.ts +2 -1
- package/dist/components/Flyout/index.d.ts +2 -0
- package/dist/components/Flyout/index.js +5 -0
- package/dist/components/Icon/Icon.d.ts +1 -1
- package/dist/components/Icon/Icon.js +1 -1
- package/dist/components/IconBig/IconBig.js +1 -1
- package/dist/components/IconButton/IconButton.d.ts +2 -3
- package/dist/components/IconButton/index.d.ts +1 -1
- package/dist/components/Indicator/index.d.ts +2 -0
- package/dist/components/Indicator/index.js +4 -0
- package/dist/components/InfoPanel/InfoPanelShowcase.js +1 -1
- package/dist/components/Input/Input.d.ts +1 -1
- package/dist/components/Input/Input.js +6 -6
- package/dist/components/Input/InputShowcase.js +1 -1
- package/dist/components/Input/RichInput.d.ts +1 -1
- package/dist/components/Input/RichInput.js +4 -4
- package/dist/components/Input/index.d.ts +1 -1
- package/dist/components/InputDropzone/index.d.ts +3 -3
- package/dist/components/InputDropzone/index.js +3 -3
- package/dist/components/Interactive/index.d.ts +2 -0
- package/dist/components/Interactive/index.js +4 -0
- package/dist/components/Island/Island.js +4 -4
- package/dist/components/Island/index.d.ts +2 -0
- package/dist/components/Island/index.js +5 -0
- package/dist/components/Layout/Box/Box.d.ts +2 -1
- package/dist/components/Layout/Box/Box.js +3 -2
- package/dist/components/Layout/Box/index.d.ts +2 -0
- package/dist/components/Layout/Box/index.js +5 -0
- package/dist/components/Layout/Center/index.d.ts +2 -0
- package/dist/components/Layout/Center/index.js +4 -0
- package/dist/components/Layout/Flex/Flex.d.ts +4 -4
- package/dist/components/Layout/Flex/Flex.js +1 -1
- package/dist/components/Layout/Flex/Flex.types.d.ts +7 -0
- package/dist/components/Layout/Flex/Flex.types.js +6 -5
- package/dist/components/Layout/Flex/index.d.ts +6 -0
- package/dist/components/Layout/Flex/index.js +12 -0
- package/dist/components/Layout/Pad/index.d.ts +2 -0
- package/dist/components/Layout/Pad/index.js +4 -0
- package/dist/components/Layout/Page/index.d.ts +2 -0
- package/dist/components/Layout/Page/index.js +4 -0
- package/dist/components/Layout/Scrollable/ScrollableShowcase.js +1 -1
- package/dist/components/Link/ButtonLink.js +23 -18
- package/dist/components/Link/Link.d.ts +3 -1
- package/dist/components/Link/Link.js +48 -30
- package/dist/components/Link/LinkShowcase.js +46 -41
- package/dist/components/Link/index.d.ts +1 -1
- package/dist/components/Link/index.js +6 -5
- package/dist/components/Loaf/index.d.ts +2 -0
- package/dist/components/Loaf/index.js +4 -0
- package/dist/components/Logos/LogosShowcase.js +1 -1
- package/dist/components/Modal/Modal.js +1 -1
- package/dist/components/NavList/index.d.ts +2 -0
- package/dist/components/NavList/index.js +4 -0
- package/dist/components/Overlay/index.d.ts +2 -0
- package/dist/components/Overlay/index.js +5 -0
- package/dist/components/PremiumBadge/index.d.ts +2 -0
- package/dist/components/PremiumBadge/index.js +4 -0
- package/dist/components/Prose/Prose.d.ts +1 -2
- package/dist/components/Prose/index.d.ts +2 -0
- package/dist/components/Prose/index.js +4 -0
- package/dist/components/Radio/index.d.ts +2 -0
- package/dist/components/Radio/index.js +4 -0
- package/dist/components/Select/Select.d.ts +1 -1
- package/dist/components/Select/Select.js +2 -2
- package/dist/components/Select/SelectShowcase.js +1 -1
- package/dist/components/Separator/Separator.d.ts +1 -1
- package/dist/components/Separator/Separator.js +1 -1
- package/dist/components/Separator/index.d.ts +2 -0
- package/dist/components/Separator/index.js +4 -0
- package/dist/components/Shroud/Shroud.js +6 -6
- package/dist/components/Shroud/index.d.ts +2 -0
- package/dist/components/Shroud/index.js +4 -0
- package/dist/components/Skeleton/Skeleton.d.ts +2 -2
- package/dist/components/Skeleton/Skeleton.js +1 -1
- package/dist/components/Skeleton/SkeletonShowcase.js +1 -1
- package/dist/components/Skeleton/index.d.ts +1 -0
- package/dist/components/Slider/Slider.js +294 -374
- package/dist/components/Slider/SliderShowcase.js +1 -1
- package/dist/components/Spacer/Spacer.d.ts +1 -1
- package/dist/components/Spacer/index.d.ts +2 -0
- package/dist/components/Spacer/index.js +4 -0
- package/dist/components/Style/index.d.ts +2 -0
- package/dist/components/Style/index.js +5 -0
- package/dist/components/Table/Table.d.ts +13 -4
- package/dist/components/Table/Table.js +3 -2
- package/dist/components/Table/TableShowcase.js +1 -1
- package/dist/components/Table/index.d.ts +2 -2
- package/dist/components/Table/index.js +5 -2
- package/dist/components/Tabular/Tabular.d.ts +1 -1
- package/dist/components/Tabular/Tabular.js +1 -1
- package/dist/components/Tabular/TabularShowcase.js +1 -1
- package/dist/components/Text/Text.js +13 -12
- package/dist/components/Text/Text.types.d.ts +3 -2
- package/dist/components/Text/TextShowcase.js +12 -15
- package/dist/components/Text/index.d.ts +2 -2
- package/dist/components/Text/index.js +9 -8
- package/dist/components/Textarea/index.d.ts +2 -0
- package/dist/components/Textarea/index.js +4 -0
- package/dist/components/Title/Title.d.ts +5 -4
- package/dist/components/Title/Title.js +4 -2
- package/dist/components/Title/TitleShowcase.js +1 -1
- package/dist/components/Title/index.d.ts +2 -0
- package/dist/components/Title/index.js +7 -0
- package/dist/components/ToggleGroup/ToggleGroupShowcase.js +1 -1
- package/dist/index-AweK2ufS.js +171 -0
- package/dist/{index-DBus3GoO.js → index-Bz27DCHt.js} +2 -2
- package/dist/main.d.ts +93 -69
- package/dist/main.js +217 -191
- package/dist/styles-scss/global.scss +2 -2
- package/dist/styles-scss/tokens.scss +0 -4
- package/dist/utils/color.d.ts +3 -1
- package/dist/utils/enum.d.ts +1 -0
- package/dist/utils/enum.js +6 -0
- package/dist/utils/ui/index.d.ts +3 -0
- package/dist/utils/ui/index.js +11 -0
- package/dist/{components → utils/ui}/ui.d.ts +2 -68
- package/dist/utils/ui/ui.js +68 -0
- package/dist/utils/ui/ui.types.d.ts +86 -0
- package/dist/utils/ui/ui.types.js +9 -0
- package/package.json +1 -1
- package/dist/components/ui.js +0 -73
- package/dist/index-CjTSD6zB.js +0 -161
package/dist/main.d.ts
CHANGED
|
@@ -1,105 +1,129 @@
|
|
|
1
1
|
export { mergeRefs } from './utils/mergeRefs';
|
|
2
2
|
export { clsx } from './utils/clsx';
|
|
3
3
|
export { getValue } from './utils/getValue';
|
|
4
|
+
export type { ValueOrGetter } from './utils/getValue';
|
|
4
5
|
export { useInstance, useDynamicRef, useGlobalKeyboardEvent, useKeyboardClose, useWindowResize, useOutlet, usePopoverController, useClipboardComponent, CLIPBOARD_TITLE_APPEARANCE, } from './utils/hooks';
|
|
6
|
+
export type { OutletPosition, UseClipboardProps, } from './utils/hooks';
|
|
5
7
|
export { noop, returnTrue, returnFalse, identity, invoke, } from './utils/functional';
|
|
6
8
|
export { isExternalUrl, matchLinks, matchLinkNodes, defaultLinkReplacerx, defaultLinkReplacer, linkifyx, linkify, Linkify, } from './utils/links';
|
|
9
|
+
export type { ILinkSubstitute, ILinkMatch, LinkifyProps, } from './utils/links';
|
|
7
10
|
export { clamp01, clamp, } from './utils/math';
|
|
8
11
|
export { unicodeCharAt, splitByIndices, replaceRange, normalizeSlashes, isTrueString, isFalseString, } from './utils/string';
|
|
9
12
|
export { debounce, throttle, } from './utils/execution';
|
|
10
|
-
export { getColor } from './utils/color';
|
|
11
|
-
export type { ValueOrGetter } from './utils/getValue';
|
|
12
|
-
export type { ILinkSubstitute, ILinkMatch, LinkifyProps, } from './utils/links';
|
|
13
|
-
export type { OutletPosition, UseClipboardProps, } from './utils/hooks';
|
|
14
13
|
export type { SetTimeoutReturn } from './utils/execution';
|
|
14
|
+
export { getColor } from './utils/color';
|
|
15
15
|
export type { GetColorProps } from './utils/color';
|
|
16
|
+
export { ui, OffsetEnum, MediaQueryEnum, BorderRadiusEnum, ZIndexEnum, ColorEnum, } from './utils/ui';
|
|
17
|
+
export type { OffsetType, MediaQueryType, ResponsiveOffsetType, ResponsiveValueType, MPProps, BorderRadiusType, ZIndexType, ColorType, } from './utils/ui';
|
|
18
|
+
export { isInEnum } from './utils/enum';
|
|
16
19
|
export { IconButton } from './components/IconButton';
|
|
20
|
+
export type { IconButtonProps, IconButtonAreaSize } from './components/IconButton';
|
|
17
21
|
export { Accordion, AccordionTrigger, AccordionHeader, AccordionItem, AccordionContent, } from './components/Accordion';
|
|
22
|
+
export type { AccordionProps, AccordionTriggerProps } from './components/Accordion';
|
|
18
23
|
export { ClipboardButton } from './components/ClipboardButton';
|
|
24
|
+
export type { ClipboardButtonProps } from './components/ClipboardButton';
|
|
19
25
|
export { Checkbox } from './components/Checkbox';
|
|
20
|
-
export {
|
|
21
|
-
export {
|
|
22
|
-
export {
|
|
23
|
-
export {
|
|
26
|
+
export type { CheckboxSize, CheckboxProps } from './components/Checkbox';
|
|
27
|
+
export { Button, ButtonContent, getButtonClassName, ButtonBar, LinkButton, } from './components/Button';
|
|
28
|
+
export type { ButtonProps, ButtonTheme, ButtonBarProps, LinkButtonProps, } from './components/Button';
|
|
29
|
+
export { BurgerMenu, BurgerMenuButton } from './components/BurgerMenu';
|
|
30
|
+
export type { BurgerMenuItem, BurgerMenuProps, BurgerMenuButtonProps, } from './components/BurgerMenu';
|
|
24
31
|
export { Link, ButtonLink, getLinkClassName, } from './components/Link';
|
|
25
|
-
export {
|
|
32
|
+
export type { LinkProps, LinkBaseProps } from './components/Link';
|
|
26
33
|
export { Avatar } from './components/Avatar';
|
|
27
|
-
export {
|
|
34
|
+
export type { AvatarProps, AvatarSize } from './components/Avatar';
|
|
35
|
+
export { BackdropPortal, BACKDROP_OUTLET_ID } from './components/BackdropPortal';
|
|
36
|
+
export type { BackdropPortalProps } from './components/BackdropPortal';
|
|
28
37
|
export { Badge } from './components/Badge';
|
|
29
|
-
export {
|
|
30
|
-
export {
|
|
31
|
-
export {
|
|
38
|
+
export type { BadgeProps, BadgeColor, BadgeSize, } from './components/Badge';
|
|
39
|
+
export { ControlBox } from './components/ControlBox';
|
|
40
|
+
export type { ControlBoxProps } from './components/ControlBox';
|
|
41
|
+
export { CountryFlag } from './components/CountryFlag';
|
|
42
|
+
export type { CountryFlagProps } from './components/CountryFlag';
|
|
43
|
+
export { Decorate } from './components/Decorate';
|
|
44
|
+
export type { DecorateProps } from './components/Decorate';
|
|
32
45
|
export { Dot } from './components/Dot';
|
|
33
|
-
export {
|
|
46
|
+
export type { DotProps, DotSize } from './components/Dot';
|
|
47
|
+
export { Flyout, FLYOUT_OUTLET_ID } from './components/Flyout';
|
|
48
|
+
export type { FlyoutSize, FlyoutProps } from './components/Flyout';
|
|
34
49
|
export { Logos } from './components/Logos';
|
|
50
|
+
export type { LogoNames } from './components/Logos';
|
|
35
51
|
export { Icons, IconsBig } from './components/Icons';
|
|
52
|
+
export type { IconName, IconBigName } from './components/Icons';
|
|
36
53
|
export { Icon } from './components/Icon';
|
|
54
|
+
export type { IconProps, IconSize } from './components/Icon';
|
|
37
55
|
export { IconBig } from './components/IconBig';
|
|
38
|
-
export {
|
|
56
|
+
export type { IconBigProps, IconBigSize } from './components/IconBig';
|
|
57
|
+
export { Indicator } from './components/Indicator';
|
|
58
|
+
export type { IndicatorProps } from './components/Indicator';
|
|
39
59
|
export { InfoPanel } from './components/InfoPanel';
|
|
60
|
+
export type { InfoPanelProps, InfoPanelSize, InfoPanelType, } from './components/InfoPanel';
|
|
40
61
|
export { Input, RichInput } from './components/Input';
|
|
41
|
-
export {
|
|
42
|
-
export {
|
|
43
|
-
export {
|
|
44
|
-
export {
|
|
45
|
-
export {
|
|
46
|
-
export {
|
|
47
|
-
export {
|
|
48
|
-
export {
|
|
62
|
+
export type { InputSize, InputProps, InputTheme, RichInputProps, } from './components/Input';
|
|
63
|
+
export { Interactive } from './components/Interactive';
|
|
64
|
+
export type { InteractiveProps } from './components/Interactive';
|
|
65
|
+
export { Island, IslandCorner } from './components/Island';
|
|
66
|
+
export type { IslandProps } from './components/Island';
|
|
67
|
+
export { Box, flexPropFormater } from './components/Layout/Box';
|
|
68
|
+
export type { BoxProps } from './components/Layout/Box';
|
|
69
|
+
export { Center } from './components/Layout/Center';
|
|
70
|
+
export type { CenterProps } from './components/Layout/Center';
|
|
71
|
+
export { Flex, FlexRestricter, FlexAlignItemsEnum, FlexDirectionEnum, FlexJustifyContentEnum, FlexWrapEnum, } from './components/Layout/Flex';
|
|
72
|
+
export type { FlexType, FlexProps, FlexRestricterProps, FlexAlignItemsType, FlexDirectionType, FlexJustifyContentType, FlexWrapType, } from './components/Layout/Flex';
|
|
73
|
+
export { Pad } from './components/Layout/Pad';
|
|
74
|
+
export type { PadProps } from './components/Layout/Pad';
|
|
75
|
+
export { Page } from './components/Layout/Page';
|
|
76
|
+
export type { PageProps } from './components/Layout/Page';
|
|
49
77
|
export { Scrollable, VirtualScrollable, Rail, } from './components/Layout/Scrollable';
|
|
50
|
-
export {
|
|
78
|
+
export type { ScrollableProps, VirtualScrollableProps, RailProps, } from './components/Layout/Scrollable';
|
|
79
|
+
export { Loaf } from './components/Loaf';
|
|
80
|
+
export type { LoafProps, LoafSize, LoafColor, } from './components/Loaf';
|
|
51
81
|
export { Modal } from './components/Modal';
|
|
52
|
-
export {
|
|
53
|
-
export {
|
|
82
|
+
export type { ModalProps, ModalHeaderProps, ModalFooterProps, } from './components/Modal';
|
|
83
|
+
export { NavList } from './components/NavList';
|
|
84
|
+
export type { NavListProps, NavListItem } from './components/NavList';
|
|
85
|
+
export { Overlay, OVERLAY_OUTLET_ID } from './components/Overlay';
|
|
86
|
+
export type { OverlayProps, OverlayBackdropProps, OverlayContentProps, } from './components/Overlay';
|
|
54
87
|
export { Popover } from './components/Popover';
|
|
55
|
-
export {
|
|
56
|
-
export {
|
|
57
|
-
export {
|
|
88
|
+
export type { PopoverProps, PopoverPosition } from './components/Popover';
|
|
89
|
+
export { PremiumBadge } from './components/PremiumBadge';
|
|
90
|
+
export type { PremiumBadgeProps, PremiumBadgeLevel } from './components/PremiumBadge';
|
|
91
|
+
export { Prose } from './components/Prose';
|
|
92
|
+
export type { ProseProps } from './components/Prose';
|
|
93
|
+
export { Radio } from './components/Radio';
|
|
94
|
+
export type { RadioProps, RadioSize } from './components/Radio';
|
|
58
95
|
export { Select } from './components/Select';
|
|
96
|
+
export type { SelectOption, SelectProps } from './components/Select';
|
|
59
97
|
export { DropdownSelect } from './components/DropdownSelect';
|
|
60
|
-
export {
|
|
61
|
-
export {
|
|
98
|
+
export type { DropdownSelectProps } from './components/DropdownSelect';
|
|
99
|
+
export { Separator } from './components/Separator';
|
|
100
|
+
export type { SeparatorProps } from './components/Separator';
|
|
101
|
+
export { Shroud } from './components/Shroud';
|
|
102
|
+
export type { ShroudProps } from './components/Shroud';
|
|
62
103
|
export { Slider } from './components/Slider';
|
|
63
|
-
export { Spacer } from './components/Spacer/Spacer';
|
|
64
|
-
export { Style, useContextualStyle } from './components/Style/Style';
|
|
65
|
-
export { Switch } from './components/Switch';
|
|
66
|
-
export { ToggleGroup } from './components/ToggleGroup/ToggleGroup';
|
|
67
|
-
export { Tabular } from './components/Tabular';
|
|
68
|
-
export { Table, TableIconButton, } from './components/Table/Table';
|
|
69
|
-
export { Text, TextBlock, getTextOpacity, } from './components/Text';
|
|
70
|
-
export { Textarea } from './components/Textarea/Textarea';
|
|
71
|
-
export { Title, TITLE_OUTLET_ID } from './components/Title/Title';
|
|
72
|
-
export { InputDropzone } from './components/InputDropzone';
|
|
73
|
-
export { Skeleton } from './components/Skeleton';
|
|
74
|
-
export type { BurgerMenuItem, BurgerMenuProps } from './components/BurgerMenu';
|
|
75
|
-
export type { BurgerMenuButtonProps } from './components/BurgerMenu';
|
|
76
|
-
export type { BadgeProps, BadgeColor } from './components/Badge';
|
|
77
104
|
export type { SliderProps } from './components/Slider';
|
|
78
|
-
export
|
|
79
|
-
export type {
|
|
80
|
-
export
|
|
81
|
-
export type {
|
|
82
|
-
export
|
|
83
|
-
export type { IconButtonProps } from './components/IconButton';
|
|
84
|
-
export type { ClipboardButtonProps } from './components/ClipboardButton';
|
|
85
|
-
export type { InputDropzoneProps, FileWithPath } from './components/InputDropzone';
|
|
86
|
-
export type { InputSize, InputProps, RichInputProps, } from './components/Input';
|
|
105
|
+
export { Spacer } from './components/Spacer';
|
|
106
|
+
export type { SpacerProps } from './components/Spacer';
|
|
107
|
+
export { Style, useContextualStyle } from './components/Style';
|
|
108
|
+
export type { StyleProps } from './components/Style';
|
|
109
|
+
export { Switch } from './components/Switch';
|
|
87
110
|
export type { SwitchProps } from './components/Switch';
|
|
88
|
-
export
|
|
89
|
-
export type {
|
|
90
|
-
export
|
|
91
|
-
export type { LogoNames } from './components/Logos';
|
|
92
|
-
export type { IconName, IconBigName } from './components/Icons';
|
|
93
|
-
export type { IconProps, IconSize } from './components/Icon';
|
|
94
|
-
export type { IconBigProps, IconBigSize } from './components/IconBig';
|
|
95
|
-
export type { InfoPanelProps, InfoPanelSize, InfoPanelType, } from './components/InfoPanel';
|
|
96
|
-
export type { DotProps, DotSize } from './components/Dot';
|
|
111
|
+
export { ToggleGroup } from './components/ToggleGroup';
|
|
112
|
+
export type { ToggleGroupOption, ToggleGroupProps } from './components/ToggleGroup';
|
|
113
|
+
export { Tabular } from './components/Tabular';
|
|
97
114
|
export type { TabularProps, TabularItem, TabularRootProps, } from './components/Tabular';
|
|
98
|
-
export
|
|
99
|
-
export type {
|
|
100
|
-
export
|
|
101
|
-
export type {
|
|
115
|
+
export { Table, TableIconButton, TableHeaderItem, TableRow, } from './components/Table';
|
|
116
|
+
export type { TableHeaderType, TableProps, TableRowType, TableDataContainerType, TableHeaderItemProps, TableRowProps, } from './components/Table';
|
|
117
|
+
export { TextSizeEnum, Text, TextBlock, getTextOpacity, DEFAULT_TEXT_COLOR, TEXT_OPACITY_MAP, textSizeResponsiveValueFormatter, } from './components/Text';
|
|
118
|
+
export type { TextSize, TextWeight, TextOpacity, TextAs, TextLetterSpacing, TextProps, TextColorProps, TextFamaly, } from './components/Text';
|
|
119
|
+
export { Textarea } from './components/Textarea';
|
|
120
|
+
export type { TextareaProps } from './components/Textarea';
|
|
121
|
+
export { TITLE_OUTLET_ID, titleGetCssStyle, titleGetCoords, Title, } from './components/Title';
|
|
122
|
+
export type { TitleProps, TitleFixedOn, TitleChildren, } from './components/Title';
|
|
123
|
+
export { InputDropzone, DropzoneItemPreview, } from './components/InputDropzone';
|
|
124
|
+
export type { InputDropzoneProps, DropzoneFileWithPath, DropzoneItemPreviewProps, } from './components/InputDropzone';
|
|
125
|
+
export { Skeleton } from './components/Skeleton';
|
|
126
|
+
export type { SkeletonProps } from './components/Skeleton';
|
|
102
127
|
export { OnScreenSensor } from './components/OnScreenSensor';
|
|
103
|
-
export {
|
|
104
|
-
export type { OffsetType, OffsetEnum, MediaQueryType, MediaQueryEnum, ResponsiveOffsetType, MPProps, } from './components/ui';
|
|
128
|
+
export type { OnScreenSensorProps } from './components/OnScreenSensor';
|
|
105
129
|
export { Symbols } from './components/Symbols';
|