@sendoutcards/quantum-design-ui 1.8.34 → 1.8.35
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/index.es.js +625 -738
- package/dist/src/atoms/anchor/anchor.d.ts +1 -1
- package/dist/src/atoms/anchor/styles.d.ts +2 -1
- package/dist/src/atoms/aside/styles.d.ts +1 -1
- package/dist/src/atoms/avatar/styles.d.ts +3 -3
- package/dist/src/atoms/badge/styles.d.ts +1 -1
- package/dist/src/atoms/card/card.d.ts +1 -1
- package/dist/src/atoms/div/styles.d.ts +1 -1
- package/dist/src/atoms/flex/flex.d.ts +1 -1
- package/dist/src/atoms/flex/flexItem.d.ts +1 -1
- package/dist/src/atoms/flex/styles.d.ts +2 -2
- package/dist/src/atoms/hStack/hStack.d.ts +1 -1
- package/dist/src/atoms/list/list.d.ts +1 -1
- package/dist/src/atoms/list/styles.d.ts +1 -1
- package/dist/src/atoms/listItem/listItem.d.ts +1 -1
- package/dist/src/atoms/listItem/styles.d.ts +1 -1
- package/dist/src/atoms/portal/portal.d.ts +4 -0
- package/dist/src/atoms/section/styles.d.ts +1 -1
- package/dist/src/atoms/span/span.d.ts +1 -1
- package/dist/src/atoms/span/styles.d.ts +1 -1
- package/dist/src/atoms/typography/styles.d.ts +9 -7
- package/dist/src/atoms/typography/text.d.ts +1 -1
- package/dist/src/atoms/vStack/vStack.d.ts +1 -1
- package/dist/src/helpers/hoc-functions/findBorderDirection.d.ts +2 -6
- package/dist/src/helpers/hoc-functions/findBorderRadiusDirection.d.ts +2 -9
- package/dist/src/helpers/hoc-functions/findDirection.d.ts +2 -18
- package/dist/src/helpers/hoc-functions/makeResponsive.d.ts +4 -61
- package/dist/src/helpers/hoc-functions/makeTextResponsive.d.ts +1 -0
- package/dist/src/helpers/hoc-types/entityValueTypes.d.ts +1 -1
- package/dist/src/helpers/style-functions/mapSizeType.d.ts +1 -1
- package/dist/src/helpers/theme-functions/computeShadow.d.ts +1 -1
- package/dist/src/hooks/useEntities.d.ts +1 -510
- package/dist/src/hooks/useOutsideClick.d.ts +1 -1
- package/dist/src/hooks/useRadialGradient.d.ts +4 -1
- package/dist/src/molecules/blockQuote/blockQuote.d.ts +1 -1
- package/dist/src/molecules/button/button.d.ts +1 -1
- package/dist/src/molecules/button/styles.d.ts +3 -2
- package/dist/src/molecules/checkbox/styles.d.ts +4 -4
- package/dist/src/molecules/closeButton/styles.d.ts +1 -1
- package/dist/src/molecules/contextBar/contextBar.d.ts +1 -1
- package/dist/src/molecules/dialog/styles.d.ts +2 -2
- package/dist/src/molecules/displayCard/displayCard.d.ts +1 -1
- package/dist/src/molecules/dragBar/styles.d.ts +1 -1
- package/dist/src/molecules/dragBox/styles.d.ts +1 -1
- package/dist/src/molecules/drawer/drawer.d.ts +1 -1
- package/dist/src/molecules/drawer/styles.d.ts +3 -3
- package/dist/src/molecules/grid/components/gridItem.d.ts +1 -1
- package/dist/src/molecules/grid/grid.d.ts +1 -1
- package/dist/src/molecules/grid/styles.d.ts +2 -2
- package/dist/src/molecules/iconLink/styles.d.ts +3 -3
- package/dist/src/molecules/image/styles.d.ts +4 -4
- package/dist/src/molecules/infiniteScroller/infiniteScroller.d.ts +1 -1
- package/dist/src/molecules/infoBlock/styles.d.ts +3 -3
- package/dist/src/molecules/input/styles.d.ts +5 -5
- package/dist/src/molecules/linkColumn/styles.d.ts +1 -1
- package/dist/src/molecules/loader/loader.d.ts +1 -1
- package/dist/src/molecules/menu/components/menuSection.d.ts +1 -1
- package/dist/src/molecules/menu/styles.d.ts +1 -1
- package/dist/src/molecules/navigation/styles.d.ts +11 -11
- package/dist/src/molecules/overlay/overlay.d.ts +1 -1
- package/dist/src/molecules/progress/styles.d.ts +2 -2
- package/dist/src/molecules/scrollable/scrollable.d.ts +1 -1
- package/dist/src/molecules/scrollable/styles.d.ts +1 -1
- package/dist/src/molecules/scrollingIndicator/styles.d.ts +2 -2
- package/dist/src/molecules/select/components/option.d.ts +11 -29
- package/dist/src/molecules/select/select.d.ts +1 -1
- package/dist/src/molecules/select/styles.d.ts +6 -5
- package/dist/src/molecules/separator/styles.d.ts +3 -3
- package/dist/src/molecules/sheet/sheet.d.ts +1 -1
- package/dist/src/molecules/sheet/styles.d.ts +4 -4
- package/dist/src/molecules/sidebar/sidebar.d.ts +1 -1
- package/dist/src/molecules/slider/styles.d.ts +3 -3
- package/dist/src/molecules/stackedCards/stackedCards.d.ts +1 -1
- package/dist/src/molecules/stoplight/stoplight.d.ts +1 -1
- package/dist/src/molecules/tab/components/tab.d.ts +1 -1
- package/dist/src/molecules/tab/tabs.d.ts +1 -1
- package/dist/src/molecules/table/components/rowItem.d.ts +1 -1
- package/dist/src/molecules/table/components/tableRow.d.ts +1 -1
- package/dist/src/molecules/table/styles.d.ts +3 -3
- package/dist/src/molecules/table/table.d.ts +1 -1
- package/dist/src/molecules/tooltip/styles.d.ts +1 -1
- package/dist/src/molecules/tooltip/tooltip.d.ts +1 -1
- package/dist/src/molecules/transition/styles.d.ts +1 -1
- package/dist/src/molecules/uploadButton/styles.d.ts +6 -6
- package/dist/src/organisms/accordion/components/accordionHeading.d.ts +1 -1
- package/dist/src/organisms/accordion/styles.d.ts +1 -1
- package/dist/src/organisms/accountMenu/accountMenu.d.ts +1 -1
- package/dist/src/organisms/accountMenu/styles.d.ts +2 -2
- package/dist/src/organisms/animatedGrid/animatedGrid.d.ts +1 -1
- package/dist/src/organisms/animatedTiltCard/styles.d.ts +1 -1
- package/dist/src/organisms/awards/styles.d.ts +3 -3
- package/dist/src/organisms/banner/banner.d.ts +1 -1
- package/dist/src/organisms/circleMenu/styles.d.ts +2 -2
- package/dist/src/organisms/imageUploadWidget/styles.d.ts +1 -1
- package/dist/src/organisms/imageUploader/imageUploader.d.ts +2 -1
- package/dist/src/organisms/incrementSetting/styles.d.ts +1 -1
- package/dist/src/organisms/navigationPill/styles.d.ts +5 -5
- package/dist/src/organisms/page/page.d.ts +1 -1
- package/dist/src/organisms/phoneInput/styles.d.ts +2 -2
- package/dist/src/organisms/pill/pill.d.ts +1 -1
- package/dist/src/organisms/pinInput/styles.d.ts +3 -3
- package/dist/src/organisms/pricingTile/pricingTile.d.ts +1 -1
- package/dist/src/organisms/qdsChrome/styles.d.ts +7 -7
- package/dist/src/organisms/quantumColorPicker/styles.d.ts +1 -1
- package/dist/src/organisms/radioCard/styles.d.ts +1 -1
- package/dist/src/organisms/radioOptionList/styles.d.ts +1 -1
- package/dist/src/organisms/selectableList/styles.d.ts +1 -1
- package/dist/src/organisms/settingInput/styles.d.ts +1 -1
- package/dist/src/organisms/staticNavigation/styles.d.ts +1 -1
- package/dist/src/organisms/subNavigation/styles.d.ts +2 -2
- package/dist/src/organisms/userCard/styles.d.ts +2 -2
- package/dist/src/organisms/videoPlayer/styles.d.ts +4 -4
- package/dist/src/organisms/zoom/styles.d.ts +1 -1
- package/dist/src/portfolios/editor/editorSidebar/editorSidebar.d.ts +1 -1
- package/dist/src/portfolios/soc/components/orderCard/styles.d.ts +1 -1
- package/dist/src/portfolios/soc/components/paperTypeModal/styles.d.ts +1 -1
- package/dist/src/portfolios/soc/components/upsaleSheet/styles.d.ts +1 -1
- package/dist/src/portfolios/soc/upsaleDialog/styles.d.ts +1 -1
- package/dist/src/stories/atoms/Anchor.stories.d.ts +3 -3
- package/dist/src/stories/atoms/AnimatedCheckmark.stories.d.ts +4 -4
- package/dist/src/stories/atoms/Aside.stories.d.ts +3 -3
- package/dist/src/stories/atoms/Avatar.stories.d.ts +7 -7
- package/dist/src/stories/atoms/Badge.stories.d.ts +1 -1
- package/dist/src/stories/atoms/Bar.stories.d.ts +1 -1
- package/dist/src/stories/atoms/Capsule.stories.d.ts +3 -3
- package/dist/src/stories/atoms/Card.stories.d.ts +3 -3
- package/dist/src/stories/atoms/ColorThumbnail.stories.d.ts +3 -3
- package/dist/src/stories/atoms/Colors.stories.d.ts +1 -1
- package/dist/src/stories/atoms/Div.stories.d.ts +3 -3
- package/dist/src/stories/atoms/Flex.stories.d.ts +3 -3
- package/dist/src/stories/atoms/Hstack.stories.d.ts +3 -3
- package/dist/src/stories/atoms/Icons.stories.d.ts +1 -1
- package/dist/src/stories/atoms/List.stories.d.ts +4 -4
- package/dist/src/stories/atoms/ListItem.stories.d.ts +3 -3
- package/dist/src/stories/atoms/LoadingSpinner.stories.d.ts +1 -1
- package/dist/src/stories/atoms/Section.stories.d.ts +3 -3
- package/dist/src/stories/atoms/Spacer.stories.d.ts +1 -1
- package/dist/src/stories/atoms/Span.stories.d.ts +3 -3
- package/dist/src/stories/atoms/Text.stories.d.ts +4 -4
- package/dist/src/stories/atoms/VStack.stories.d.ts +3 -3
- package/dist/src/stories/molecules/ArticleCard.stories.d.ts +1 -1
- package/dist/src/stories/molecules/BlockQuote.stories.d.ts +3 -3
- package/dist/src/stories/molecules/Button.stories.d.ts +2 -1
- package/dist/src/stories/molecules/Checkbox.stories.d.ts +1 -1
- package/dist/src/stories/molecules/Circle.stories.d.ts +3 -3
- package/dist/src/stories/molecules/Clipboard.stories.d.ts +3 -3
- package/dist/src/stories/molecules/CloseButton.stories.d.ts +3 -3
- package/dist/src/stories/molecules/ComparisonItem.stories.d.ts +1 -1
- package/dist/src/stories/molecules/CountdownTimer.stories.d.ts +3 -3
- package/dist/src/stories/molecules/Dialog.stories.d.ts +4 -4
- package/dist/src/stories/molecules/DisplayCard.stories.d.ts +3 -3
- package/dist/src/stories/molecules/DownloadButton.stories.d.ts +3 -3
- package/dist/src/stories/molecules/Drawer.stories.d.ts +4 -4
- package/dist/src/stories/molecules/DropDownMenu.stories.d.ts +3 -3
- package/dist/src/stories/molecules/FeatureBadge.stories.d.ts +1 -1
- package/dist/src/stories/molecules/Grid.stories.d.ts +3 -3
- package/dist/src/stories/molecules/IconLink.stories.d.ts +1 -1
- package/dist/src/stories/molecules/Image.stories.d.ts +6 -6
- package/dist/src/stories/molecules/ImageThumbnail.stories.d.ts +3 -3
- package/dist/src/stories/molecules/InfiniteScroller.stories.d.ts +3 -3
- package/dist/src/stories/molecules/InfoBlock.stories.d.ts +1 -1
- package/dist/src/stories/molecules/Input.stories.d.ts +1 -1
- package/dist/src/stories/molecules/LinkColumn.stories.d.ts +3 -3
- package/dist/src/stories/molecules/Loader.stories.d.ts +1 -1
- package/dist/src/stories/molecules/Logo.stories.d.ts +1 -1
- package/dist/src/stories/molecules/MasonryGrid.stories.d.ts +3 -3
- package/dist/src/stories/molecules/Menu.stories.d.ts +3 -3
- package/dist/src/stories/molecules/Progress.stories.d.ts +1 -1
- package/dist/src/stories/molecules/QuantitySlider.stories.d.ts +3 -3
- package/dist/src/stories/molecules/ReleaseNote.stories.d.ts +3 -3
- package/dist/src/stories/molecules/Scrollable.stories.d.ts +3 -3
- package/dist/src/stories/molecules/ScrollingIndicator.stories.d.ts +3 -3
- package/dist/src/stories/molecules/Select.stories.d.ts +1 -1
- package/dist/src/stories/molecules/Separator.stories.d.ts +1 -1
- package/dist/src/stories/molecules/Sheet.stories.d.ts +5 -5
- package/dist/src/stories/molecules/Sidebar.stories.d.ts +3 -3
- package/dist/src/stories/molecules/Slider.stories.d.ts +3 -3
- package/dist/src/stories/molecules/Sphere.stories.d.ts +3 -3
- package/dist/src/stories/molecules/StackedCards.stories.d.ts +3 -3
- package/dist/src/stories/molecules/Stoplight.stories.d.ts +8 -8
- package/dist/src/stories/molecules/Tab.stories.d.ts +3 -3
- package/dist/src/stories/molecules/Table.stories.d.ts +4 -4
- package/dist/src/stories/molecules/TitledList.stories.d.ts +3 -3
- package/dist/src/stories/molecules/Toggle.stories.d.ts +1 -1
- package/dist/src/stories/molecules/ToolTip.stories.d.ts +1 -1
- package/dist/src/stories/molecules/Transition.stories.d.ts +1 -1
- package/dist/src/stories/molecules/UploadButton.stories.d.ts +3 -3
- package/dist/src/stories/organisms/Accordion.stories.d.ts +4 -4
- package/dist/src/stories/organisms/AccountMenu.stories.d.ts +1 -1
- package/dist/src/stories/organisms/AnimatedGrid.stories.d.ts +3 -3
- package/dist/src/stories/organisms/AnimatedTiltCard.stories.d.ts +1 -1
- package/dist/src/stories/organisms/Awards.stories.d.ts +1 -1
- package/dist/src/stories/organisms/Banner.stories.d.ts +3 -3
- package/dist/src/stories/organisms/ButtonWithMenu.stories.d.ts +1 -1
- package/dist/src/stories/organisms/CircleMenu.stories.d.ts +3 -3
- package/dist/src/stories/organisms/ComparisonIncludesList.stories.d.ts +1 -1
- package/dist/src/stories/organisms/ConfigurationCard.stories.d.ts +1 -1
- package/dist/src/stories/organisms/ConfirmDialog.stories.d.ts +1 -1
- package/dist/src/stories/organisms/ContentPusher.stories.d.ts +3 -3
- package/dist/src/stories/organisms/FeatureAnnouncement.stories.d.ts +3 -3
- package/dist/src/stories/organisms/ImageGrid.stories.d.ts +3 -3
- package/dist/src/stories/organisms/ImageUploadWidget.stories.d.ts +3 -3
- package/dist/src/stories/organisms/ImageUploader.stories.d.ts +3 -3
- package/dist/src/stories/organisms/IncrementSetting.stories.d.ts +4 -4
- package/dist/src/stories/organisms/InviteCard.stories.d.ts +1 -1
- package/dist/src/stories/organisms/Page.stories.d.ts +1 -1
- package/dist/src/stories/organisms/PhoneInput.stories.d.ts +1 -1
- package/dist/src/stories/organisms/Pill.stories.d.ts +3 -3
- package/dist/src/stories/organisms/PinInput.stories.d.ts +1 -1
- package/dist/src/stories/organisms/PricingTile.stories.d.ts +4 -4
- package/dist/src/stories/organisms/PromotionWidget.stories.d.ts +3 -3
- package/dist/src/stories/organisms/QDSChrome.stories.d.ts +1 -1
- package/dist/src/stories/organisms/QuantumColorPicker.stories.d.ts +3 -3
- package/dist/src/stories/organisms/RadioCard.stories.d.ts +1 -1
- package/dist/src/stories/organisms/RadioOptionList.stories.d.ts +1 -1
- package/dist/src/stories/organisms/ReleaseNoteDialog.stories.d.ts +3 -3
- package/dist/src/stories/organisms/SelectableList.stories.d.ts +1 -1
- package/dist/src/stories/organisms/SettingInput.stories.d.ts +4 -4
- package/dist/src/stories/organisms/StaticNavigation.stories.d.ts +4 -4
- package/dist/src/stories/organisms/Stepper.stories.d.ts +3 -3
- package/dist/src/stories/organisms/UserCard.stories.d.ts +1 -1
- package/dist/src/stories/organisms/UserCardLoader.stories.d.ts +1 -1
- package/dist/src/stories/organisms/VideoPlayer.stories.d.ts +3 -3
- package/dist/src/stories/organisms/Zoom.stories.d.ts +4 -4
- package/dist/src/stories/portfolios/SOC/AffiliateShareWidget.stories.d.ts +3 -3
- package/dist/src/stories/portfolios/SOC/BulkSend.stories.d.ts +3 -3
- package/dist/src/stories/portfolios/SOC/CardEntryDialog.stories.d.ts +1 -1
- package/dist/src/stories/portfolios/SOC/OrderCard.stories.d.ts +1 -1
- package/dist/src/stories/portfolios/SOC/PaperTypeModal.stories.d.ts +3 -3
- package/dist/src/stories/portfolios/SOC/UpsaleDialog.stories.d.ts +1 -1
- package/dist/src/stories/portfolios/SOC/UpsaleSheet.stories.d.ts +1 -1
- package/dist/src/stories/portfolios/SOC/subscriptionUpsale/SubscriptionUpsaleDialog.stories.d.ts +1 -1
- package/dist/src/stories/portfolios/editor/EditorSidebar.stories.d.ts +3 -3
- package/dist/src/theme/quantumThemeWrapper.d.ts +1 -1
- package/dist/src/theme/theming/entities.d.ts +2 -8
- package/package.json +20 -23
- package/dist/src/hooks/useThemeHook.d.ts +0 -1
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { FilterType } from './filters';
|
|
2
2
|
declare const _default: {
|
|
3
|
-
imageContainer: (isActive: boolean, width: string, height: string) => import("@emotion/
|
|
4
|
-
imageCss: (isActive: boolean) => import("@emotion/
|
|
5
|
-
image: (image: string) => import("@emotion/
|
|
6
|
-
filter: (filter: FilterType) => import("@emotion/
|
|
3
|
+
imageContainer: (isActive: boolean, width: string, height: string) => import("@emotion/react").SerializedStyles;
|
|
4
|
+
imageCss: (isActive: boolean) => import("@emotion/react").SerializedStyles;
|
|
5
|
+
image: (image: string) => import("@emotion/react").SerializedStyles;
|
|
6
|
+
filter: (filter: FilterType) => import("@emotion/react").SerializedStyles;
|
|
7
7
|
};
|
|
8
8
|
export default _default;
|
|
@@ -10,4 +10,4 @@ export declare type InfiniteScrollerProps = {
|
|
|
10
10
|
isScrollingOnWindow?: boolean;
|
|
11
11
|
children?: React.ReactNode;
|
|
12
12
|
};
|
|
13
|
-
export declare const InfiniteScroller: ({ pageStart, children, loader, loadMore, hasMore, threshold, initialLoad, isLoadingMore, isScrollingOnWindow, }: InfiniteScrollerProps) => JSX.Element;
|
|
13
|
+
export declare const InfiniteScroller: ({ pageStart, children, loader, loadMore, hasMore, threshold, initialLoad, isLoadingMore, isScrollingOnWindow, }: InfiniteScrollerProps) => React.JSX.Element;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
infoBlockContainer: import("@emotion/
|
|
3
|
-
textContainer: import("@emotion/
|
|
4
|
-
captionContainer: import("@emotion/
|
|
2
|
+
infoBlockContainer: import("@emotion/react").SerializedStyles;
|
|
3
|
+
textContainer: import("@emotion/react").SerializedStyles;
|
|
4
|
+
captionContainer: import("@emotion/react").SerializedStyles;
|
|
5
5
|
};
|
|
6
6
|
export default _default;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { InputsEntity } from "../../theme/theming/entities";
|
|
2
2
|
declare const _default: {
|
|
3
|
-
inputContainer: (active: boolean, inputEntity: InputsEntity, isLabelPlaceholder: boolean, height: number, width: number, isPhoneInput?: boolean
|
|
4
|
-
numberInputButtons: (isDisabled?: boolean
|
|
5
|
-
outerglow: (inputEntity: InputsEntity, width: number, height?: number
|
|
6
|
-
iconContainer: import("@emotion/
|
|
7
|
-
inputWrapper: import("@emotion/
|
|
3
|
+
inputContainer: (active: boolean, inputEntity: InputsEntity, isLabelPlaceholder: boolean, height: number, width: number, isPhoneInput?: boolean, icon?: boolean, isFullWidth?: boolean, isDisabled?: boolean) => import("@emotion/react").SerializedStyles;
|
|
4
|
+
numberInputButtons: (isDisabled?: boolean) => import("@emotion/react").SerializedStyles;
|
|
5
|
+
outerglow: (inputEntity: InputsEntity, width: number, height?: number, isFullWidth?: boolean) => import("@emotion/react").SerializedStyles;
|
|
6
|
+
iconContainer: import("@emotion/react").SerializedStyles;
|
|
7
|
+
inputWrapper: import("@emotion/react").SerializedStyles;
|
|
8
8
|
};
|
|
9
9
|
export default _default;
|
|
@@ -5,4 +5,4 @@ export declare type LoaderProps = {
|
|
|
5
5
|
speed?: number;
|
|
6
6
|
children?: React.ReactNode;
|
|
7
7
|
};
|
|
8
|
-
export declare const Loader: ({ children, width, height, speed }: LoaderProps) => JSX.Element;
|
|
8
|
+
export declare const Loader: ({ children, width, height, speed }: LoaderProps) => React.JSX.Element;
|
|
@@ -3,4 +3,4 @@ export declare type MenuSectionProps = {
|
|
|
3
3
|
divider: boolean;
|
|
4
4
|
children?: React.ReactNode;
|
|
5
5
|
};
|
|
6
|
-
export declare const MenuSection: ({ children, divider }: MenuSectionProps) => JSX.Element;
|
|
6
|
+
export declare const MenuSection: ({ children, divider }: MenuSectionProps) => React.JSX.Element;
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import { NavigationEntity } from "../../theme/theming/entities";
|
|
2
2
|
declare const _default: {
|
|
3
|
-
sideNav: (navigationEntity: NavigationEntity) => import("@emotion/
|
|
4
|
-
sideNavContent: import("@emotion/
|
|
5
|
-
logoContainer: import("@emotion/
|
|
6
|
-
contentContainer: import("@emotion/
|
|
7
|
-
separatorContainer: import("@emotion/
|
|
8
|
-
userContainer: import("@emotion/
|
|
9
|
-
toggleContainer: import("@emotion/
|
|
10
|
-
switchContainer: import("@emotion/
|
|
11
|
-
linkContainer: import("@emotion/
|
|
12
|
-
link: import("@emotion/
|
|
13
|
-
tooltipContainer: import("@emotion/
|
|
3
|
+
sideNav: (navigationEntity: NavigationEntity) => import("@emotion/react").SerializedStyles;
|
|
4
|
+
sideNavContent: import("@emotion/react").SerializedStyles;
|
|
5
|
+
logoContainer: import("@emotion/react").SerializedStyles;
|
|
6
|
+
contentContainer: import("@emotion/react").SerializedStyles;
|
|
7
|
+
separatorContainer: import("@emotion/react").SerializedStyles;
|
|
8
|
+
userContainer: import("@emotion/react").SerializedStyles;
|
|
9
|
+
toggleContainer: import("@emotion/react").SerializedStyles;
|
|
10
|
+
switchContainer: import("@emotion/react").SerializedStyles;
|
|
11
|
+
linkContainer: import("@emotion/react").SerializedStyles;
|
|
12
|
+
link: import("@emotion/react").SerializedStyles;
|
|
13
|
+
tooltipContainer: import("@emotion/react").SerializedStyles;
|
|
14
14
|
};
|
|
15
15
|
export default _default;
|
|
@@ -12,4 +12,4 @@ export declare type OverlayPropTypes = {
|
|
|
12
12
|
backgroundVariant?: 'solid' | 'blur';
|
|
13
13
|
shouldScroll?: boolean;
|
|
14
14
|
} & HOCMotionProps;
|
|
15
|
-
export declare const Overlay: ({ children, zIndex, animate, initial, exit, variants, transition, motionKey, position, backgroundVariant, pinned, shouldScroll, ...rest }: OverlayPropTypes) => JSX.Element;
|
|
15
|
+
export declare const Overlay: ({ children, zIndex, animate, initial, exit, variants, transition, motionKey, position, backgroundVariant, pinned, shouldScroll, ...rest }: OverlayPropTypes) => React.JSX.Element;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
progressContainer: import("@emotion/
|
|
3
|
-
progress: (percentage: string | number) => import("@emotion/
|
|
2
|
+
progressContainer: import("@emotion/react").SerializedStyles;
|
|
3
|
+
progress: (percentage: string | number) => import("@emotion/react").SerializedStyles;
|
|
4
4
|
};
|
|
5
5
|
export default _default;
|
|
@@ -5,4 +5,4 @@ export declare type ScrollableProps = {
|
|
|
5
5
|
hasScrollBar?: boolean;
|
|
6
6
|
children?: React.ReactNode;
|
|
7
7
|
};
|
|
8
|
-
export declare const Scrollable: ({ maxHeight, onChange, children, hasScrollBar, }: ScrollableProps) => JSX.Element;
|
|
8
|
+
export declare const Scrollable: ({ maxHeight, onChange, children, hasScrollBar, }: ScrollableProps) => React.JSX.Element;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
scrollingIndicatorContainer: import("@emotion/
|
|
3
|
-
circleIndicatorContainer: (size?: string
|
|
2
|
+
scrollingIndicatorContainer: import("@emotion/react").SerializedStyles;
|
|
3
|
+
circleIndicatorContainer: (size?: string, backgroundColor?: string) => import("@emotion/react").SerializedStyles;
|
|
4
4
|
};
|
|
5
5
|
export default _default;
|
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
+
import { AlignmentOptions } from "../../../exports/atoms";
|
|
2
3
|
import { IconType } from "../../../atoms/iconography/types";
|
|
4
|
+
declare type OptionProps = {
|
|
5
|
+
alignment?: AlignmentOptions;
|
|
6
|
+
onClick?: (id: number) => void;
|
|
7
|
+
isSelected: boolean;
|
|
8
|
+
graphic?: IconType;
|
|
9
|
+
icon?: IconType;
|
|
10
|
+
id: number;
|
|
11
|
+
} & (TextLabelProps | IconLabelProps | IconTextLabelProps | ReactNodeLabelProps);
|
|
3
12
|
export declare type TextLabelProps = {
|
|
4
13
|
type: 'text';
|
|
5
14
|
label: string;
|
|
@@ -30,32 +39,5 @@ export declare type ReactNodeLabelProps = {
|
|
|
30
39
|
type: 'reactNode';
|
|
31
40
|
label: React.ReactNode;
|
|
32
41
|
};
|
|
33
|
-
export declare const Option: React.ForwardRefExoticComponent<
|
|
34
|
-
|
|
35
|
-
onClick?: ((id: number) => void) | undefined;
|
|
36
|
-
isSelected: boolean;
|
|
37
|
-
graphic?: "catalog" | "socLogo" | "campaigns" | "gift" | "plus" | "minus" | "tenDoor" | "rightChevron" | "close" | "award" | "contact" | "multipleUsers2x" | "multipleUsers3x" | "information" | "hamburger" | "leftChevron" | "chevron" | "filterBy" | "groups" | "idCard" | "plusSquare" | "star" | "search" | "cart" | "priceTag" | "layer" | "loading" | "play" | "lock" | "user" | "noUsers" | "add" | "check" | "exclamation" | "envelope" | "userSuccess" | "image" | "imageSwap" | "text" | "color" | "template" | "redo" | "undo" | "copy" | "drag" | "delete" | "crop" | "alignLeft" | "alignRight" | "alignCenter" | "allPanel" | "fullBleed" | "fullBleedLandscape" | "fullBleedPortrait" | "sliderHorizontal" | "sliderVertical" | "cropRotate" | "frame" | "cut" | "wand" | "layerAdd" | "layerRemove" | "layerDisabled" | "signature" | "shadows" | "rotateLeft" | "rotateRight" | "colorPalette" | "dropper" | "textBox" | "fontSize" | "flipHorizontal" | "flipVertical" | "filter" | "brightness" | "aText" | "frameWidth" | "frameHeight" | "layerUp" | "layerDown" | "capitalizedText" | "uppercaseText" | "lowercaseText" | "fullBleedImage" | "fullBleedText" | "panelMode" | "viewPanels" | "rotate" | "view" | "replaceImage" | "quotation" | "facebook" | "instagram" | "twitter" | "linkedIn" | "youtube" | "pinterest" | "visible" | "invisible" | "elementIcon" | "complete" | "download" | "closeCircle" | "backgroundSettings" | "upload" | "stickers" | "clearPanel" | "viewCarousel" | "viewSinglePanel" | "editorText" | "layout" | "background" | "save" | "signaturePen" | "size" | "variable" | "imageUpload" | "squareCheck" | "userTag" | "map" | "mapLocation" | "location" | "creditCard" | "calendar" | "home" | "bag" | "swap" | "warning" | "coaching" | "promptingsIcon" | undefined;
|
|
38
|
-
icon?: "catalog" | "socLogo" | "campaigns" | "gift" | "plus" | "minus" | "tenDoor" | "rightChevron" | "close" | "award" | "contact" | "multipleUsers2x" | "multipleUsers3x" | "information" | "hamburger" | "leftChevron" | "chevron" | "filterBy" | "groups" | "idCard" | "plusSquare" | "star" | "search" | "cart" | "priceTag" | "layer" | "loading" | "play" | "lock" | "user" | "noUsers" | "add" | "check" | "exclamation" | "envelope" | "userSuccess" | "image" | "imageSwap" | "text" | "color" | "template" | "redo" | "undo" | "copy" | "drag" | "delete" | "crop" | "alignLeft" | "alignRight" | "alignCenter" | "allPanel" | "fullBleed" | "fullBleedLandscape" | "fullBleedPortrait" | "sliderHorizontal" | "sliderVertical" | "cropRotate" | "frame" | "cut" | "wand" | "layerAdd" | "layerRemove" | "layerDisabled" | "signature" | "shadows" | "rotateLeft" | "rotateRight" | "colorPalette" | "dropper" | "textBox" | "fontSize" | "flipHorizontal" | "flipVertical" | "filter" | "brightness" | "aText" | "frameWidth" | "frameHeight" | "layerUp" | "layerDown" | "capitalizedText" | "uppercaseText" | "lowercaseText" | "fullBleedImage" | "fullBleedText" | "panelMode" | "viewPanels" | "rotate" | "view" | "replaceImage" | "quotation" | "facebook" | "instagram" | "twitter" | "linkedIn" | "youtube" | "pinterest" | "visible" | "invisible" | "elementIcon" | "complete" | "download" | "closeCircle" | "backgroundSettings" | "upload" | "stickers" | "clearPanel" | "viewCarousel" | "viewSinglePanel" | "editorText" | "layout" | "background" | "save" | "signaturePen" | "size" | "variable" | "imageUpload" | "squareCheck" | "userTag" | "map" | "mapLocation" | "location" | "creditCard" | "calendar" | "home" | "bag" | "swap" | "warning" | "coaching" | "promptingsIcon" | undefined;
|
|
39
|
-
id: number;
|
|
40
|
-
} & TextLabelProps & React.RefAttributes<HTMLDivElement>) | ({
|
|
41
|
-
alignment?: "left" | "center" | "right" | undefined;
|
|
42
|
-
onClick?: ((id: number) => void) | undefined;
|
|
43
|
-
isSelected: boolean;
|
|
44
|
-
graphic?: "catalog" | "socLogo" | "campaigns" | "gift" | "plus" | "minus" | "tenDoor" | "rightChevron" | "close" | "award" | "contact" | "multipleUsers2x" | "multipleUsers3x" | "information" | "hamburger" | "leftChevron" | "chevron" | "filterBy" | "groups" | "idCard" | "plusSquare" | "star" | "search" | "cart" | "priceTag" | "layer" | "loading" | "play" | "lock" | "user" | "noUsers" | "add" | "check" | "exclamation" | "envelope" | "userSuccess" | "image" | "imageSwap" | "text" | "color" | "template" | "redo" | "undo" | "copy" | "drag" | "delete" | "crop" | "alignLeft" | "alignRight" | "alignCenter" | "allPanel" | "fullBleed" | "fullBleedLandscape" | "fullBleedPortrait" | "sliderHorizontal" | "sliderVertical" | "cropRotate" | "frame" | "cut" | "wand" | "layerAdd" | "layerRemove" | "layerDisabled" | "signature" | "shadows" | "rotateLeft" | "rotateRight" | "colorPalette" | "dropper" | "textBox" | "fontSize" | "flipHorizontal" | "flipVertical" | "filter" | "brightness" | "aText" | "frameWidth" | "frameHeight" | "layerUp" | "layerDown" | "capitalizedText" | "uppercaseText" | "lowercaseText" | "fullBleedImage" | "fullBleedText" | "panelMode" | "viewPanels" | "rotate" | "view" | "replaceImage" | "quotation" | "facebook" | "instagram" | "twitter" | "linkedIn" | "youtube" | "pinterest" | "visible" | "invisible" | "elementIcon" | "complete" | "download" | "closeCircle" | "backgroundSettings" | "upload" | "stickers" | "clearPanel" | "viewCarousel" | "viewSinglePanel" | "editorText" | "layout" | "background" | "save" | "signaturePen" | "size" | "variable" | "imageUpload" | "squareCheck" | "userTag" | "map" | "mapLocation" | "location" | "creditCard" | "calendar" | "home" | "bag" | "swap" | "warning" | "coaching" | "promptingsIcon" | undefined;
|
|
45
|
-
icon?: "catalog" | "socLogo" | "campaigns" | "gift" | "plus" | "minus" | "tenDoor" | "rightChevron" | "close" | "award" | "contact" | "multipleUsers2x" | "multipleUsers3x" | "information" | "hamburger" | "leftChevron" | "chevron" | "filterBy" | "groups" | "idCard" | "plusSquare" | "star" | "search" | "cart" | "priceTag" | "layer" | "loading" | "play" | "lock" | "user" | "noUsers" | "add" | "check" | "exclamation" | "envelope" | "userSuccess" | "image" | "imageSwap" | "text" | "color" | "template" | "redo" | "undo" | "copy" | "drag" | "delete" | "crop" | "alignLeft" | "alignRight" | "alignCenter" | "allPanel" | "fullBleed" | "fullBleedLandscape" | "fullBleedPortrait" | "sliderHorizontal" | "sliderVertical" | "cropRotate" | "frame" | "cut" | "wand" | "layerAdd" | "layerRemove" | "layerDisabled" | "signature" | "shadows" | "rotateLeft" | "rotateRight" | "colorPalette" | "dropper" | "textBox" | "fontSize" | "flipHorizontal" | "flipVertical" | "filter" | "brightness" | "aText" | "frameWidth" | "frameHeight" | "layerUp" | "layerDown" | "capitalizedText" | "uppercaseText" | "lowercaseText" | "fullBleedImage" | "fullBleedText" | "panelMode" | "viewPanels" | "rotate" | "view" | "replaceImage" | "quotation" | "facebook" | "instagram" | "twitter" | "linkedIn" | "youtube" | "pinterest" | "visible" | "invisible" | "elementIcon" | "complete" | "download" | "closeCircle" | "backgroundSettings" | "upload" | "stickers" | "clearPanel" | "viewCarousel" | "viewSinglePanel" | "editorText" | "layout" | "background" | "save" | "signaturePen" | "size" | "variable" | "imageUpload" | "squareCheck" | "userTag" | "map" | "mapLocation" | "location" | "creditCard" | "calendar" | "home" | "bag" | "swap" | "warning" | "coaching" | "promptingsIcon" | undefined;
|
|
46
|
-
id: number;
|
|
47
|
-
} & IconLabelProps & React.RefAttributes<HTMLDivElement>) | ({
|
|
48
|
-
alignment?: "left" | "center" | "right" | undefined;
|
|
49
|
-
onClick?: ((id: number) => void) | undefined;
|
|
50
|
-
isSelected: boolean;
|
|
51
|
-
graphic?: "catalog" | "socLogo" | "campaigns" | "gift" | "plus" | "minus" | "tenDoor" | "rightChevron" | "close" | "award" | "contact" | "multipleUsers2x" | "multipleUsers3x" | "information" | "hamburger" | "leftChevron" | "chevron" | "filterBy" | "groups" | "idCard" | "plusSquare" | "star" | "search" | "cart" | "priceTag" | "layer" | "loading" | "play" | "lock" | "user" | "noUsers" | "add" | "check" | "exclamation" | "envelope" | "userSuccess" | "image" | "imageSwap" | "text" | "color" | "template" | "redo" | "undo" | "copy" | "drag" | "delete" | "crop" | "alignLeft" | "alignRight" | "alignCenter" | "allPanel" | "fullBleed" | "fullBleedLandscape" | "fullBleedPortrait" | "sliderHorizontal" | "sliderVertical" | "cropRotate" | "frame" | "cut" | "wand" | "layerAdd" | "layerRemove" | "layerDisabled" | "signature" | "shadows" | "rotateLeft" | "rotateRight" | "colorPalette" | "dropper" | "textBox" | "fontSize" | "flipHorizontal" | "flipVertical" | "filter" | "brightness" | "aText" | "frameWidth" | "frameHeight" | "layerUp" | "layerDown" | "capitalizedText" | "uppercaseText" | "lowercaseText" | "fullBleedImage" | "fullBleedText" | "panelMode" | "viewPanels" | "rotate" | "view" | "replaceImage" | "quotation" | "facebook" | "instagram" | "twitter" | "linkedIn" | "youtube" | "pinterest" | "visible" | "invisible" | "elementIcon" | "complete" | "download" | "closeCircle" | "backgroundSettings" | "upload" | "stickers" | "clearPanel" | "viewCarousel" | "viewSinglePanel" | "editorText" | "layout" | "background" | "save" | "signaturePen" | "size" | "variable" | "imageUpload" | "squareCheck" | "userTag" | "map" | "mapLocation" | "location" | "creditCard" | "calendar" | "home" | "bag" | "swap" | "warning" | "coaching" | "promptingsIcon" | undefined;
|
|
52
|
-
icon?: "catalog" | "socLogo" | "campaigns" | "gift" | "plus" | "minus" | "tenDoor" | "rightChevron" | "close" | "award" | "contact" | "multipleUsers2x" | "multipleUsers3x" | "information" | "hamburger" | "leftChevron" | "chevron" | "filterBy" | "groups" | "idCard" | "plusSquare" | "star" | "search" | "cart" | "priceTag" | "layer" | "loading" | "play" | "lock" | "user" | "noUsers" | "add" | "check" | "exclamation" | "envelope" | "userSuccess" | "image" | "imageSwap" | "text" | "color" | "template" | "redo" | "undo" | "copy" | "drag" | "delete" | "crop" | "alignLeft" | "alignRight" | "alignCenter" | "allPanel" | "fullBleed" | "fullBleedLandscape" | "fullBleedPortrait" | "sliderHorizontal" | "sliderVertical" | "cropRotate" | "frame" | "cut" | "wand" | "layerAdd" | "layerRemove" | "layerDisabled" | "signature" | "shadows" | "rotateLeft" | "rotateRight" | "colorPalette" | "dropper" | "textBox" | "fontSize" | "flipHorizontal" | "flipVertical" | "filter" | "brightness" | "aText" | "frameWidth" | "frameHeight" | "layerUp" | "layerDown" | "capitalizedText" | "uppercaseText" | "lowercaseText" | "fullBleedImage" | "fullBleedText" | "panelMode" | "viewPanels" | "rotate" | "view" | "replaceImage" | "quotation" | "facebook" | "instagram" | "twitter" | "linkedIn" | "youtube" | "pinterest" | "visible" | "invisible" | "elementIcon" | "complete" | "download" | "closeCircle" | "backgroundSettings" | "upload" | "stickers" | "clearPanel" | "viewCarousel" | "viewSinglePanel" | "editorText" | "layout" | "background" | "save" | "signaturePen" | "size" | "variable" | "imageUpload" | "squareCheck" | "userTag" | "map" | "mapLocation" | "location" | "creditCard" | "calendar" | "home" | "bag" | "swap" | "warning" | "coaching" | "promptingsIcon" | undefined;
|
|
53
|
-
id: number;
|
|
54
|
-
} & IconTextLabelProps & React.RefAttributes<HTMLDivElement>) | ({
|
|
55
|
-
alignment?: "left" | "center" | "right" | undefined;
|
|
56
|
-
onClick?: ((id: number) => void) | undefined;
|
|
57
|
-
isSelected: boolean;
|
|
58
|
-
graphic?: "catalog" | "socLogo" | "campaigns" | "gift" | "plus" | "minus" | "tenDoor" | "rightChevron" | "close" | "award" | "contact" | "multipleUsers2x" | "multipleUsers3x" | "information" | "hamburger" | "leftChevron" | "chevron" | "filterBy" | "groups" | "idCard" | "plusSquare" | "star" | "search" | "cart" | "priceTag" | "layer" | "loading" | "play" | "lock" | "user" | "noUsers" | "add" | "check" | "exclamation" | "envelope" | "userSuccess" | "image" | "imageSwap" | "text" | "color" | "template" | "redo" | "undo" | "copy" | "drag" | "delete" | "crop" | "alignLeft" | "alignRight" | "alignCenter" | "allPanel" | "fullBleed" | "fullBleedLandscape" | "fullBleedPortrait" | "sliderHorizontal" | "sliderVertical" | "cropRotate" | "frame" | "cut" | "wand" | "layerAdd" | "layerRemove" | "layerDisabled" | "signature" | "shadows" | "rotateLeft" | "rotateRight" | "colorPalette" | "dropper" | "textBox" | "fontSize" | "flipHorizontal" | "flipVertical" | "filter" | "brightness" | "aText" | "frameWidth" | "frameHeight" | "layerUp" | "layerDown" | "capitalizedText" | "uppercaseText" | "lowercaseText" | "fullBleedImage" | "fullBleedText" | "panelMode" | "viewPanels" | "rotate" | "view" | "replaceImage" | "quotation" | "facebook" | "instagram" | "twitter" | "linkedIn" | "youtube" | "pinterest" | "visible" | "invisible" | "elementIcon" | "complete" | "download" | "closeCircle" | "backgroundSettings" | "upload" | "stickers" | "clearPanel" | "viewCarousel" | "viewSinglePanel" | "editorText" | "layout" | "background" | "save" | "signaturePen" | "size" | "variable" | "imageUpload" | "squareCheck" | "userTag" | "map" | "mapLocation" | "location" | "creditCard" | "calendar" | "home" | "bag" | "swap" | "warning" | "coaching" | "promptingsIcon" | undefined;
|
|
59
|
-
icon?: "catalog" | "socLogo" | "campaigns" | "gift" | "plus" | "minus" | "tenDoor" | "rightChevron" | "close" | "award" | "contact" | "multipleUsers2x" | "multipleUsers3x" | "information" | "hamburger" | "leftChevron" | "chevron" | "filterBy" | "groups" | "idCard" | "plusSquare" | "star" | "search" | "cart" | "priceTag" | "layer" | "loading" | "play" | "lock" | "user" | "noUsers" | "add" | "check" | "exclamation" | "envelope" | "userSuccess" | "image" | "imageSwap" | "text" | "color" | "template" | "redo" | "undo" | "copy" | "drag" | "delete" | "crop" | "alignLeft" | "alignRight" | "alignCenter" | "allPanel" | "fullBleed" | "fullBleedLandscape" | "fullBleedPortrait" | "sliderHorizontal" | "sliderVertical" | "cropRotate" | "frame" | "cut" | "wand" | "layerAdd" | "layerRemove" | "layerDisabled" | "signature" | "shadows" | "rotateLeft" | "rotateRight" | "colorPalette" | "dropper" | "textBox" | "fontSize" | "flipHorizontal" | "flipVertical" | "filter" | "brightness" | "aText" | "frameWidth" | "frameHeight" | "layerUp" | "layerDown" | "capitalizedText" | "uppercaseText" | "lowercaseText" | "fullBleedImage" | "fullBleedText" | "panelMode" | "viewPanels" | "rotate" | "view" | "replaceImage" | "quotation" | "facebook" | "instagram" | "twitter" | "linkedIn" | "youtube" | "pinterest" | "visible" | "invisible" | "elementIcon" | "complete" | "download" | "closeCircle" | "backgroundSettings" | "upload" | "stickers" | "clearPanel" | "viewCarousel" | "viewSinglePanel" | "editorText" | "layout" | "background" | "save" | "signaturePen" | "size" | "variable" | "imageUpload" | "squareCheck" | "userTag" | "map" | "mapLocation" | "location" | "creditCard" | "calendar" | "home" | "bag" | "swap" | "warning" | "coaching" | "promptingsIcon" | undefined;
|
|
60
|
-
id: number;
|
|
61
|
-
} & ReactNodeLabelProps & React.RefAttributes<HTMLDivElement>)>;
|
|
42
|
+
export declare const Option: React.ForwardRefExoticComponent<OptionProps & React.RefAttributes<HTMLDivElement>>;
|
|
43
|
+
export {};
|
|
@@ -69,5 +69,5 @@ export declare type SelectProps = {
|
|
|
69
69
|
frontLabel?: string;
|
|
70
70
|
scrollBarWidth?: 'thin' | 'auto';
|
|
71
71
|
} & (OptionsTextType | OptionsGraphicTextType | OptionsGraphicType | OptionsReactNodeType);
|
|
72
|
-
export declare const Select: (props: SelectProps) => JSX.Element;
|
|
72
|
+
export declare const Select: (props: SelectProps) => React.JSX.Element;
|
|
73
73
|
export {};
|
|
@@ -1,10 +1,11 @@
|
|
|
1
|
+
import { AlignmentOptions } from "../../exports/atoms";
|
|
1
2
|
import { HOCEntity } from "../../theme/theming/entities";
|
|
2
3
|
import { SelectFocusType } from './select';
|
|
3
4
|
declare const _default: {
|
|
4
|
-
selectContainer: import("@emotion/
|
|
5
|
-
selectBody: (hocs: HOCEntity, focusColor: SelectFocusType, selectHeight?: string
|
|
6
|
-
selectDropdownContents: (maxHeight?: string
|
|
7
|
-
activeOption: (alignment?:
|
|
8
|
-
option: (alignment?:
|
|
5
|
+
selectContainer: import("@emotion/react").SerializedStyles;
|
|
6
|
+
selectBody: (hocs: HOCEntity, focusColor: SelectFocusType, selectHeight?: string, selectWidth?: string) => import("@emotion/react").SerializedStyles;
|
|
7
|
+
selectDropdownContents: (maxHeight?: string, alignToLeft?: boolean) => import("@emotion/react").SerializedStyles;
|
|
8
|
+
activeOption: (alignment?: AlignmentOptions) => import("@emotion/react").SerializedStyles;
|
|
9
|
+
option: (alignment?: AlignmentOptions) => import("@emotion/react").SerializedStyles;
|
|
9
10
|
};
|
|
10
11
|
export default _default;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { SeparatorOrientationType } from './separator';
|
|
2
2
|
import { SeparatorEntity } from "../../theme/theming/entities";
|
|
3
3
|
declare const _default: {
|
|
4
|
-
separatorContainer: (orientation: SeparatorOrientationType) => import("@emotion/
|
|
5
|
-
separator: (separatorEntity: SeparatorEntity, orientation: SeparatorOrientationType, dashed?: boolean
|
|
6
|
-
hrContainer: (orientation: SeparatorOrientationType) => import("@emotion/
|
|
4
|
+
separatorContainer: (orientation: SeparatorOrientationType) => import("@emotion/react").SerializedStyles;
|
|
5
|
+
separator: (separatorEntity: SeparatorEntity, orientation: SeparatorOrientationType, dashed?: boolean) => import("@emotion/react").SerializedStyles;
|
|
6
|
+
hrContainer: (orientation: SeparatorOrientationType) => import("@emotion/react").SerializedStyles;
|
|
7
7
|
};
|
|
8
8
|
export default _default;
|
|
@@ -23,5 +23,5 @@ export declare type SheetProps = {
|
|
|
23
23
|
outset?: SpacingDirection | LiteralUnion<HOCSpacingKeys>;
|
|
24
24
|
children?: React.ReactNode;
|
|
25
25
|
};
|
|
26
|
-
export declare const Sheet: ({ isOpen, children, draggable, backgroundColor, layer, setIsOpen, backgroundElement, backgroundElementBackgroundColor, snapPointPercentages, initialSnapPoint, outsideClickBypassId, zIndex, bgElementSelector, hasOverlay, snapTo, setSnapTo, width, inset, outset, }: SheetProps) => JSX.Element;
|
|
26
|
+
export declare const Sheet: ({ isOpen, children, draggable, backgroundColor, layer, setIsOpen, backgroundElement, backgroundElementBackgroundColor, snapPointPercentages, initialSnapPoint, outsideClickBypassId, zIndex, bgElementSelector, hasOverlay, snapTo, setSnapTo, width, inset, outset, }: SheetProps) => React.JSX.Element;
|
|
27
27
|
export {};
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { SheetEntity } from "../../theme/theming/entities";
|
|
2
2
|
declare const _default: {
|
|
3
|
-
sheetWrapper: (mobile: boolean, layer?: number
|
|
4
|
-
sheet: (sheetEntity: SheetEntity, hasBackgroundElement: boolean, isMobile: boolean, backgroundColor?: string
|
|
5
|
-
dragBar: import("@emotion/
|
|
6
|
-
childWrapper: import("@emotion/
|
|
3
|
+
sheetWrapper: (mobile: boolean, layer?: number) => import("@emotion/react").SerializedStyles;
|
|
4
|
+
sheet: (sheetEntity: SheetEntity, hasBackgroundElement: boolean, isMobile: boolean, backgroundColor?: string) => import("@emotion/react").SerializedStyles;
|
|
5
|
+
dragBar: import("@emotion/react").SerializedStyles;
|
|
6
|
+
childWrapper: import("@emotion/react").SerializedStyles;
|
|
7
7
|
};
|
|
8
8
|
export default _default;
|
|
@@ -8,4 +8,4 @@ export declare type SidebarProps = {
|
|
|
8
8
|
height?: string;
|
|
9
9
|
children?: React.ReactNode;
|
|
10
10
|
};
|
|
11
|
-
export declare const Sidebar: ({ children, width, position, zIndex, height, }: SidebarProps) => JSX.Element;
|
|
11
|
+
export declare const Sidebar: ({ children, width, position, zIndex, height, }: SidebarProps) => React.JSX.Element;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { SliderEntity } from "../../theme/theming/entities";
|
|
2
2
|
declare const _default: {
|
|
3
|
-
sliderProgress: (isDisabled: boolean) => import("@emotion/
|
|
4
|
-
sliderBar: (sliderEntity: SliderEntity) => import("@emotion/
|
|
5
|
-
sliderHandle: (isDisabled: boolean, sliderEntity: SliderEntity, handleHeight: number) => import("@emotion/
|
|
3
|
+
sliderProgress: (isDisabled: boolean) => import("@emotion/react").SerializedStyles;
|
|
4
|
+
sliderBar: (sliderEntity: SliderEntity) => import("@emotion/react").SerializedStyles;
|
|
5
|
+
sliderHandle: (isDisabled: boolean, sliderEntity: SliderEntity, handleHeight: number) => import("@emotion/react").SerializedStyles;
|
|
6
6
|
};
|
|
7
7
|
export default _default;
|
|
@@ -9,4 +9,4 @@ export declare type StackedCardsProps = {
|
|
|
9
9
|
borderRadius?: BorderRadius;
|
|
10
10
|
children?: React.ReactNode;
|
|
11
11
|
};
|
|
12
|
-
export declare const StackedCards: ({ width, height, stackCount, children, backgroundImage, borderRadius, }: StackedCardsProps) => JSX.Element;
|
|
12
|
+
export declare const StackedCards: ({ width, height, stackCount, children, backgroundImage, borderRadius, }: StackedCardsProps) => React.JSX.Element;
|
|
@@ -10,4 +10,4 @@ export declare type StoplightProps = {
|
|
|
10
10
|
isCollapsible?: boolean;
|
|
11
11
|
children?: React.ReactNode;
|
|
12
12
|
};
|
|
13
|
-
export declare const Stoplight: ({ activeIndex, setActiveIndex, isExpanded, setIsExpanded, type, onClick, orientation, isCollapsible, children, }: StoplightProps) => JSX.Element;
|
|
13
|
+
export declare const Stoplight: ({ activeIndex, setActiveIndex, isExpanded, setIsExpanded, type, onClick, orientation, isCollapsible, children, }: StoplightProps) => React.JSX.Element;
|
|
@@ -10,4 +10,4 @@ export declare type TabProps = {
|
|
|
10
10
|
justify?: JustifyContent;
|
|
11
11
|
children?: React.ReactNode;
|
|
12
12
|
};
|
|
13
|
-
export declare const Tabs: ({ height, defaultActiveKey, activeColor, gap, justify, children, }: TabProps) => JSX.Element;
|
|
13
|
+
export declare const Tabs: ({ height, defaultActiveKey, activeColor, gap, justify, children, }: TabProps) => React.JSX.Element;
|
|
@@ -5,5 +5,5 @@ declare type RowItemProps = {
|
|
|
5
5
|
inset?: SpacingDirection | LiteralUnion<HOCSpacingKeys>;
|
|
6
6
|
children?: React.ReactNode;
|
|
7
7
|
};
|
|
8
|
-
export declare const RowItem: ({ alignment, children, inset, }: RowItemProps) => JSX.Element;
|
|
8
|
+
export declare const RowItem: ({ alignment, children, inset, }: RowItemProps) => React.JSX.Element;
|
|
9
9
|
export {};
|
|
@@ -9,5 +9,5 @@ declare type TableRowProps = {
|
|
|
9
9
|
backgroundColor?: string;
|
|
10
10
|
border?: string;
|
|
11
11
|
};
|
|
12
|
-
export declare const TableRow: ({ columnCount, inset, outset, radius, backgroundColor, children, border, }: TableRowProps) => JSX.Element;
|
|
12
|
+
export declare const TableRow: ({ columnCount, inset, outset, radius, backgroundColor, children, border, }: TableRowProps) => React.JSX.Element;
|
|
13
13
|
export {};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
table: (rowCount: number) => import("@emotion/
|
|
3
|
-
tableRow: (columns: number, breakPoint: number) => import("@emotion/
|
|
4
|
-
rowItem: (alignment: string) => import("@emotion/
|
|
2
|
+
table: (rowCount: number) => import("@emotion/react").SerializedStyles;
|
|
3
|
+
tableRow: (columns: number, breakPoint: number) => import("@emotion/react").SerializedStyles;
|
|
4
|
+
rowItem: (alignment: string) => import("@emotion/react").SerializedStyles;
|
|
5
5
|
};
|
|
6
6
|
export default _default;
|
|
@@ -14,4 +14,4 @@ export declare type TableProps = {
|
|
|
14
14
|
headerBorder?: string;
|
|
15
15
|
children?: React.ReactNode;
|
|
16
16
|
};
|
|
17
|
-
export declare const Table: ({ columnCount, rowCount, headers, headerAlignment, headerWeight, headerInset, headerOutset, headerBorder, headerTextColor, children, }: TableProps) => JSX.Element;
|
|
17
|
+
export declare const Table: ({ columnCount, rowCount, headers, headerAlignment, headerWeight, headerInset, headerOutset, headerBorder, headerTextColor, children, }: TableProps) => React.JSX.Element;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { DirectionType } from './tooltip';
|
|
2
2
|
declare const _default: {
|
|
3
|
-
tooltip: (direction: DirectionType, background: string, repositionTooltip: boolean | undefined) => import("@emotion/
|
|
3
|
+
tooltip: (direction: DirectionType, background: string, repositionTooltip: boolean | undefined) => import("@emotion/react").SerializedStyles;
|
|
4
4
|
};
|
|
5
5
|
export default _default;
|
|
@@ -11,4 +11,4 @@ export declare type TooltipProps = {
|
|
|
11
11
|
children?: React.ReactNode;
|
|
12
12
|
};
|
|
13
13
|
export declare type DirectionType = 'left' | 'right' | 'top' | 'bottom';
|
|
14
|
-
export declare const Tooltip: ({ title, children, direction, background, repositionTooltip, zIndex, whiteSpace, }: TooltipProps) => JSX.Element;
|
|
14
|
+
export declare const Tooltip: ({ title, children, direction, background, repositionTooltip, zIndex, whiteSpace, }: TooltipProps) => React.JSX.Element;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
wrapper: import("@emotion/
|
|
3
|
-
container: import("@emotion/
|
|
4
|
-
upload: import("@emotion/
|
|
5
|
-
loading: import("@emotion/
|
|
6
|
-
loadingBar: import("@emotion/
|
|
7
|
-
done: import("@emotion/
|
|
2
|
+
wrapper: import("@emotion/react").SerializedStyles;
|
|
3
|
+
container: import("@emotion/react").SerializedStyles;
|
|
4
|
+
upload: import("@emotion/react").SerializedStyles;
|
|
5
|
+
loading: import("@emotion/react").SerializedStyles;
|
|
6
|
+
loadingBar: import("@emotion/react").SerializedStyles;
|
|
7
|
+
done: import("@emotion/react").SerializedStyles;
|
|
8
8
|
};
|
|
9
9
|
export default _default;
|
|
@@ -9,4 +9,4 @@ export declare type AccordionHeadingProps = {
|
|
|
9
9
|
onHeadingClick?: () => void;
|
|
10
10
|
children: React.ReactNode;
|
|
11
11
|
};
|
|
12
|
-
export declare const AccordionHeading: ({ children, eventKey, headingSize, onHeadingClick, arrowLocation, }: AccordionHeadingProps) => JSX.Element;
|
|
12
|
+
export declare const AccordionHeading: ({ children, eventKey, headingSize, onHeadingClick, arrowLocation, }: AccordionHeadingProps) => React.JSX.Element;
|
|
@@ -15,4 +15,4 @@ export declare type AccountMenuItem = {
|
|
|
15
15
|
onClick: () => void;
|
|
16
16
|
badge?: string;
|
|
17
17
|
};
|
|
18
|
-
export declare const AccountMenu: ({ isOpen, navOpen, sections, setIsOpen, user, }: AccountMenuProps) => JSX.Element;
|
|
18
|
+
export declare const AccountMenu: ({ isOpen, navOpen, sections, setIsOpen, user, }: AccountMenuProps) => React.JSX.Element;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
accountMenuContainer: import("@emotion/
|
|
3
|
-
itemWrapper: import("@emotion/
|
|
2
|
+
accountMenuContainer: import("@emotion/react").SerializedStyles;
|
|
3
|
+
itemWrapper: import("@emotion/react").SerializedStyles;
|
|
4
4
|
};
|
|
5
5
|
export default _default;
|
|
@@ -19,5 +19,5 @@ declare type RotationAndOffsetType = {
|
|
|
19
19
|
degrees: number;
|
|
20
20
|
offset?: number;
|
|
21
21
|
};
|
|
22
|
-
export declare const AnimatedGrid: ({ gridImages, shouldAnimate, animationDirection, rotation, gap, columnSize, rowSize, maxWidth, children, }: AnimateGridProps) => JSX.Element;
|
|
22
|
+
export declare const AnimatedGrid: ({ gridImages, shouldAnimate, animationDirection, rotation, gap, columnSize, rowSize, maxWidth, children, }: AnimateGridProps) => React.JSX.Element;
|
|
23
23
|
export {};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
expandedButtonContainer: import("@emotion/
|
|
3
|
-
awardCardContainer: import("@emotion/
|
|
4
|
-
incremental: import("@emotion/
|
|
2
|
+
expandedButtonContainer: import("@emotion/react").SerializedStyles;
|
|
3
|
+
awardCardContainer: import("@emotion/react").SerializedStyles;
|
|
4
|
+
incremental: import("@emotion/react").SerializedStyles;
|
|
5
5
|
};
|
|
6
6
|
export default _default;
|
|
@@ -19,5 +19,5 @@ declare type BannerWithChildren = BaseBannerProps & {
|
|
|
19
19
|
bannerTitle?: never;
|
|
20
20
|
};
|
|
21
21
|
export declare type BannerProps = BannerWithTitle | BannerWithChildren;
|
|
22
|
-
export declare const Banner: ({ isOutlined, ...props }: BannerProps) => JSX.Element;
|
|
22
|
+
export declare const Banner: ({ isOutlined, ...props }: BannerProps) => React.JSX.Element;
|
|
23
23
|
export {};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
circleMenuContainer: import("@emotion/
|
|
3
|
-
trigger: import("@emotion/
|
|
2
|
+
circleMenuContainer: import("@emotion/react").SerializedStyles;
|
|
3
|
+
trigger: import("@emotion/react").SerializedStyles;
|
|
4
4
|
};
|
|
5
5
|
export default _default;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import { FileRejection } from 'react-dropzone';
|
|
2
3
|
import { BackgroundColor } from "../../helpers/hoc-types/hocBaseUnion";
|
|
3
4
|
declare type AcceptedFileType = 'jpg' | 'png' | 'gif' | 'jpeg';
|
|
@@ -15,5 +16,5 @@ export declare type ImageUploaderProps = {
|
|
|
15
16
|
};
|
|
16
17
|
export declare type AcceptedFiles = File[];
|
|
17
18
|
export declare type RejectedFiles = FileRejection[];
|
|
18
|
-
export declare const ImageUploader: (props: ImageUploaderProps) => JSX.Element;
|
|
19
|
+
export declare const ImageUploader: (props: ImageUploaderProps) => React.JSX.Element;
|
|
19
20
|
export {};
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
navigationPillContainer: (height: number) => import("@emotion/
|
|
3
|
-
pillBackground: import("@emotion/
|
|
4
|
-
pillCutOut: (cutOutSize: number) => import("@emotion/
|
|
5
|
-
pillDot: (cutOutSize: number) => import("@emotion/
|
|
6
|
-
pillItem: (height: number) => import("@emotion/
|
|
2
|
+
navigationPillContainer: (height: number) => import("@emotion/react").SerializedStyles;
|
|
3
|
+
pillBackground: import("@emotion/react").SerializedStyles;
|
|
4
|
+
pillCutOut: (cutOutSize: number) => import("@emotion/react").SerializedStyles;
|
|
5
|
+
pillDot: (cutOutSize: number) => import("@emotion/react").SerializedStyles;
|
|
6
|
+
pillItem: (height: number) => import("@emotion/react").SerializedStyles;
|
|
7
7
|
};
|
|
8
8
|
export default _default;
|
|
@@ -26,5 +26,5 @@ export declare type PageProps = {
|
|
|
26
26
|
contentOffsetY?: MotionValue<number> | number;
|
|
27
27
|
children?: React.ReactNode;
|
|
28
28
|
};
|
|
29
|
-
export declare const Page: ({ width, direction, contentWidth, contentHeight, alignment, currentPage, gap, padding, paddingTop, paddingRight, paddingBottom, paddingLeft, momentum, animationType, directionLock, dragEnabled, wheelEnabled, contentOffsetX, contentOffsetY, children, height, }: PageProps) => JSX.Element;
|
|
29
|
+
export declare const Page: ({ width, direction, contentWidth, contentHeight, alignment, currentPage, gap, padding, paddingTop, paddingRight, paddingBottom, paddingLeft, momentum, animationType, directionLock, dragEnabled, wheelEnabled, contentOffsetX, contentOffsetY, children, height, }: PageProps) => React.JSX.Element;
|
|
30
30
|
export {};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
phoneInputWrapper: import("@emotion/
|
|
3
|
-
phoneInputContainer: import("@emotion/
|
|
2
|
+
phoneInputWrapper: import("@emotion/react").SerializedStyles;
|
|
3
|
+
phoneInputContainer: import("@emotion/react").SerializedStyles;
|
|
4
4
|
};
|
|
5
5
|
export default _default;
|
|
@@ -16,4 +16,4 @@ export declare type PillItemsType = {
|
|
|
16
16
|
isActive?: boolean;
|
|
17
17
|
activeColor?: IconColors;
|
|
18
18
|
};
|
|
19
|
-
export declare const Pill: ({ title, items, flexDirection, boxShadow, children, }: PillProps) => JSX.Element;
|
|
19
|
+
export declare const Pill: ({ title, items, flexDirection, boxShadow, children, }: PillProps) => React.JSX.Element;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { InputsEntity } from "../../theme/theming/entities";
|
|
2
2
|
declare const _default: {
|
|
3
|
-
pinForm: (inputEntity: InputsEntity) => import("@emotion/
|
|
4
|
-
pinBoxContainer: import("@emotion/
|
|
5
|
-
pinBox: (inputEntity: InputsEntity, focus: boolean) => import("@emotion/
|
|
3
|
+
pinForm: (inputEntity: InputsEntity) => import("@emotion/react").SerializedStyles;
|
|
4
|
+
pinBoxContainer: import("@emotion/react").SerializedStyles;
|
|
5
|
+
pinBox: (inputEntity: InputsEntity, focus: boolean) => import("@emotion/react").SerializedStyles;
|
|
6
6
|
};
|
|
7
7
|
export default _default;
|