@sendoutcards/quantum-design-ui 1.8.34 → 1.8.36
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 +645 -751
- 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
|
@@ -43,5 +43,5 @@ export declare type PricingTileProps = {
|
|
|
43
43
|
isFullLength?: boolean;
|
|
44
44
|
children?: React.ReactNode;
|
|
45
45
|
};
|
|
46
|
-
export declare const PricingTile: ({ title, price, features, accentColor, backgroundColor, isFeatured, featuredItemStyles, textColor, description, priceSubtext, billingInterval, primaryAction, secondaryAction, children, hasShadow, disclaimer, isSelected, isFullLength, }: PricingTileProps) => JSX.Element;
|
|
46
|
+
export declare const PricingTile: ({ title, price, features, accentColor, backgroundColor, isFeatured, featuredItemStyles, textColor, description, priceSubtext, billingInterval, primaryAction, secondaryAction, children, hasShadow, disclaimer, isSelected, isFullLength, }: PricingTileProps) => React.JSX.Element;
|
|
47
47
|
export {};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
chromeContainer: (innerHeight: number) => import("@emotion/
|
|
3
|
-
revealingContent: import("@emotion/
|
|
4
|
-
content: (mobile: boolean) => import("@emotion/
|
|
5
|
-
contextWrapper: import("@emotion/
|
|
6
|
-
innerContent: (mobile: boolean) => import("@emotion/
|
|
7
|
-
overlay: (innerWidth: number) => import("@emotion/
|
|
8
|
-
dragConstraints: (menuSize: number) => import("@emotion/
|
|
2
|
+
chromeContainer: (innerHeight: number) => import("@emotion/react").SerializedStyles;
|
|
3
|
+
revealingContent: import("@emotion/react").SerializedStyles;
|
|
4
|
+
content: (mobile: boolean) => import("@emotion/react").SerializedStyles;
|
|
5
|
+
contextWrapper: import("@emotion/react").SerializedStyles;
|
|
6
|
+
innerContent: (mobile: boolean) => import("@emotion/react").SerializedStyles;
|
|
7
|
+
overlay: (innerWidth: number) => import("@emotion/react").SerializedStyles;
|
|
8
|
+
dragConstraints: (menuSize: number) => import("@emotion/react").SerializedStyles;
|
|
9
9
|
};
|
|
10
10
|
export default _default;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { HOCEntity } from "../../theme/theming/entities";
|
|
2
2
|
declare const _default: {
|
|
3
|
-
staticNavigationContainer: (hocEntity: HOCEntity, isFrosted?: boolean
|
|
3
|
+
staticNavigationContainer: (hocEntity: HOCEntity, isFrosted?: boolean) => import("@emotion/react").SerializedStyles;
|
|
4
4
|
};
|
|
5
5
|
export default _default;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
subNavContainer: (isMobile: boolean) => import("@emotion/
|
|
3
|
-
accordionContainer: import("@emotion/
|
|
2
|
+
subNavContainer: (isMobile: boolean) => import("@emotion/react").SerializedStyles;
|
|
3
|
+
accordionContainer: import("@emotion/react").SerializedStyles;
|
|
4
4
|
};
|
|
5
5
|
export default _default;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
userCardContainer: import("@emotion/
|
|
3
|
-
userInfoContainer: import("@emotion/
|
|
2
|
+
userCardContainer: import("@emotion/react").SerializedStyles;
|
|
3
|
+
userInfoContainer: import("@emotion/react").SerializedStyles;
|
|
4
4
|
};
|
|
5
5
|
export default _default;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { IconsEntity } from "../../theme/theming/entities";
|
|
2
2
|
declare const _default: {
|
|
3
|
-
mediaFrame: (width: string, height?: string
|
|
4
|
-
poster: (image: string) => import("@emotion/
|
|
5
|
-
videoPlayer: (isPlaying: boolean) => import("@emotion/
|
|
6
|
-
playButton: (size: number, iconEntity: IconsEntity) => import("@emotion/
|
|
3
|
+
mediaFrame: (width: string, height?: string, maxHeight?: string, minWidth?: string) => import("@emotion/react").SerializedStyles;
|
|
4
|
+
poster: (image: string) => import("@emotion/react").SerializedStyles;
|
|
5
|
+
videoPlayer: (isPlaying: boolean) => import("@emotion/react").SerializedStyles;
|
|
6
|
+
playButton: (size: number, iconEntity: IconsEntity) => import("@emotion/react").SerializedStyles;
|
|
7
7
|
};
|
|
8
8
|
export default _default;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { HOCEntity } from "../../theme/theming/entities";
|
|
2
2
|
declare const _default: {
|
|
3
|
-
iconContainer: (hocEntity: HOCEntity) => import("@emotion/
|
|
3
|
+
iconContainer: (hocEntity: HOCEntity) => import("@emotion/react").SerializedStyles;
|
|
4
4
|
};
|
|
5
5
|
export default _default;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { FC } from 'react';
|
|
2
|
-
import { SidebarProps } from "../../../exports/atoms";
|
|
3
2
|
import { InnerContentsProps } from './components/innerContents';
|
|
3
|
+
import { SidebarProps } from "../../../exports/molecules";
|
|
4
4
|
export declare type EditorSidebarProps = {} & InnerContentsProps & SidebarProps;
|
|
5
5
|
export declare const EditorSidebar: FC<EditorSidebarProps>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { StoryFn } from '@storybook/react/types-6-0';
|
|
2
2
|
import { AnchorProps } from "../../exports/atoms";
|
|
3
|
-
declare const _default: import("@storybook/csf").ComponentAnnotations<import("@storybook/react/types-
|
|
3
|
+
declare const _default: import("@storybook/core/csf").ComponentAnnotations<import("@storybook/react/dist/types-5617c98e").R, import("@storybook/core/csf").Args>;
|
|
4
4
|
export default _default;
|
|
5
|
-
export declare const HOC:
|
|
5
|
+
export declare const HOC: StoryFn<AnchorProps>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { StoryFn } from '@storybook/react/types-6-0';
|
|
2
2
|
import { AnimatedCheckMarkProps } from "../../exports/atoms";
|
|
3
|
-
declare const _default: import("@storybook/csf").ComponentAnnotations<import("@storybook/react/types-
|
|
3
|
+
declare const _default: import("@storybook/core/csf").ComponentAnnotations<import("@storybook/react/dist/types-5617c98e").R, import("@storybook/core/csf").Args>;
|
|
4
4
|
export default _default;
|
|
5
|
-
export declare const Filled:
|
|
6
|
-
export declare const Lined:
|
|
5
|
+
export declare const Filled: StoryFn<AnimatedCheckMarkProps>;
|
|
6
|
+
export declare const Lined: StoryFn<AnimatedCheckMarkProps>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { AsideProps } from "../../exports/atoms";
|
|
2
|
-
import {
|
|
3
|
-
declare const _default: import("@storybook/csf").ComponentAnnotations<import("@storybook/react/types-
|
|
2
|
+
import { StoryFn } from '@storybook/react/types-6-0';
|
|
3
|
+
declare const _default: import("@storybook/core/csf").ComponentAnnotations<import("@storybook/react/dist/types-5617c98e").R, import("@storybook/core/csf").Args>;
|
|
4
4
|
export default _default;
|
|
5
|
-
export declare const StoryName:
|
|
5
|
+
export declare const StoryName: StoryFn<AsideProps>;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { StoryFn } from '@storybook/react/types-6-0';
|
|
2
2
|
import { AvatarProps } from "../../exports/atoms";
|
|
3
|
-
declare const _default: import("@storybook/csf").ComponentAnnotations<import("@storybook/react/types-
|
|
3
|
+
declare const _default: import("@storybook/core/csf").ComponentAnnotations<import("@storybook/react/dist/types-5617c98e").R, import("@storybook/core/csf").Args>;
|
|
4
4
|
export default _default;
|
|
5
|
-
export declare const XLarge:
|
|
6
|
-
export declare const Large:
|
|
7
|
-
export declare const Medium:
|
|
8
|
-
export declare const Small:
|
|
9
|
-
export declare const XSmall:
|
|
5
|
+
export declare const XLarge: StoryFn<AvatarProps>;
|
|
6
|
+
export declare const Large: StoryFn<AvatarProps>;
|
|
7
|
+
export declare const Medium: StoryFn<AvatarProps>;
|
|
8
|
+
export declare const Small: StoryFn<AvatarProps>;
|
|
9
|
+
export declare const XSmall: StoryFn<AvatarProps>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const _default: import("@storybook/csf").ComponentAnnotations<import("@storybook/react/types-
|
|
1
|
+
declare const _default: import("@storybook/core/csf").ComponentAnnotations<import("@storybook/react/dist/types-5617c98e").R, import("@storybook/core/csf").Args>;
|
|
2
2
|
export default _default;
|
|
3
3
|
export declare const LessThanTen: any;
|
|
4
4
|
export declare const Ten: any;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const _default: import("@storybook/csf").ComponentAnnotations<import("@storybook/react/types-
|
|
1
|
+
declare const _default: import("@storybook/core/csf").ComponentAnnotations<import("@storybook/react/dist/types-5617c98e").R, import("@storybook/core/csf").Args>;
|
|
2
2
|
export default _default;
|
|
3
3
|
export declare const VerticalBar: any;
|
|
4
4
|
export declare const HorizontalBar: any;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { StoryFn } from '@storybook/react/types-6-0';
|
|
2
2
|
import { CapsuleProps } from "../../exports/atoms";
|
|
3
|
-
declare const _default: import("@storybook/csf").ComponentAnnotations<import("@storybook/react/types-
|
|
3
|
+
declare const _default: import("@storybook/core/csf").ComponentAnnotations<import("@storybook/react/dist/types-5617c98e").R, import("@storybook/core/csf").Args>;
|
|
4
4
|
export default _default;
|
|
5
|
-
export declare const CapsuleStory:
|
|
5
|
+
export declare const CapsuleStory: StoryFn<CapsuleProps>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { StoryFn } from '@storybook/react/types-6-0';
|
|
2
2
|
import { CardProps } from "../../exports/atoms";
|
|
3
|
-
declare const _default: import("@storybook/csf").ComponentAnnotations<import("@storybook/react/types-
|
|
3
|
+
declare const _default: import("@storybook/core/csf").ComponentAnnotations<import("@storybook/react/dist/types-5617c98e").R, import("@storybook/core/csf").Args>;
|
|
4
4
|
export default _default;
|
|
5
|
-
export declare const EmptyCard:
|
|
5
|
+
export declare const EmptyCard: StoryFn<CardProps>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ColorThumbnailProps } from "../../exports/atoms";
|
|
2
|
-
import {
|
|
3
|
-
declare const _default: import("@storybook/csf").ComponentAnnotations<import("@storybook/react/types-
|
|
2
|
+
import { StoryFn } from '@storybook/react/types-6-0';
|
|
3
|
+
declare const _default: import("@storybook/core/csf").ComponentAnnotations<import("@storybook/react/dist/types-5617c98e").R, import("@storybook/core/csf").Args>;
|
|
4
4
|
export default _default;
|
|
5
|
-
export declare const StoryName:
|
|
5
|
+
export declare const StoryName: StoryFn<ColorThumbnailProps>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const _default: import("@storybook/csf").ComponentAnnotations<import("@storybook/react/types-
|
|
1
|
+
declare const _default: import("@storybook/core/csf").ComponentAnnotations<import("@storybook/react/dist/types-5617c98e").R, import("@storybook/core/csf").Args>;
|
|
2
2
|
export default _default;
|
|
3
3
|
export declare const PrimaryBrand: any;
|
|
4
4
|
export declare const SecondaryBrand: any;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { StoryFn } from '@storybook/react/types-6-0';
|
|
2
2
|
import { DivProps } from "../../exports/atoms";
|
|
3
|
-
declare const _default: import("@storybook/csf").ComponentAnnotations<import("@storybook/react/types-
|
|
3
|
+
declare const _default: import("@storybook/core/csf").ComponentAnnotations<import("@storybook/react/dist/types-5617c98e").R, import("@storybook/core/csf").Args>;
|
|
4
4
|
export default _default;
|
|
5
|
-
export declare const HOC:
|
|
5
|
+
export declare const HOC: StoryFn<DivProps>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { StoryFn } from '@storybook/react/types-6-0';
|
|
2
2
|
import { FlexProps } from "../../exports/atoms";
|
|
3
|
-
declare const _default: import("@storybook/csf").ComponentAnnotations<import("@storybook/react/types-
|
|
3
|
+
declare const _default: import("@storybook/core/csf").ComponentAnnotations<import("@storybook/react/dist/types-5617c98e").R, import("@storybook/core/csf").Args>;
|
|
4
4
|
export default _default;
|
|
5
|
-
export declare const HOC:
|
|
5
|
+
export declare const HOC: StoryFn<FlexProps>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { HStackProps } from "../../exports/atoms";
|
|
2
|
-
import {
|
|
3
|
-
declare const _default: import("@storybook/csf").ComponentAnnotations<import("@storybook/react/types-
|
|
2
|
+
import { StoryFn } from '@storybook/react/types-6-0';
|
|
3
|
+
declare const _default: import("@storybook/core/csf").ComponentAnnotations<import("@storybook/react/dist/types-5617c98e").R, import("@storybook/core/csf").Args>;
|
|
4
4
|
export default _default;
|
|
5
|
-
export declare const Primary:
|
|
5
|
+
export declare const Primary: StoryFn<HStackProps>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const _default: import("@storybook/csf").ComponentAnnotations<import("@storybook/react/types-
|
|
1
|
+
declare const _default: import("@storybook/core/csf").ComponentAnnotations<import("@storybook/react/dist/types-5617c98e").R, import("@storybook/core/csf").Args>;
|
|
2
2
|
export default _default;
|
|
3
3
|
export declare const LeftChevron: any;
|
|
4
4
|
export declare const RightChevron: any;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { StoryFn } from '@storybook/react/types-6-0';
|
|
2
2
|
import { ListProps } from "../../exports/atoms";
|
|
3
|
-
declare const _default: import("@storybook/csf").ComponentAnnotations<import("@storybook/react/types-
|
|
3
|
+
declare const _default: import("@storybook/core/csf").ComponentAnnotations<import("@storybook/react/dist/types-5617c98e").R, import("@storybook/core/csf").Args>;
|
|
4
4
|
export default _default;
|
|
5
|
-
export declare const Horizontal:
|
|
6
|
-
export declare const Vertical:
|
|
5
|
+
export declare const Horizontal: StoryFn<ListProps>;
|
|
6
|
+
export declare const Vertical: StoryFn<ListProps>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { StoryFn } from '@storybook/react/types-6-0';
|
|
2
2
|
import { ListItemProps } from "../../exports/atoms";
|
|
3
|
-
declare const _default: import("@storybook/csf").ComponentAnnotations<import("@storybook/react/types-
|
|
3
|
+
declare const _default: import("@storybook/core/csf").ComponentAnnotations<import("@storybook/react/dist/types-5617c98e").R, import("@storybook/core/csf").Args>;
|
|
4
4
|
export default _default;
|
|
5
|
-
export declare const HOC:
|
|
5
|
+
export declare const HOC: StoryFn<ListItemProps>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const _default: import("@storybook/csf").ComponentAnnotations<import("@storybook/react/types-
|
|
1
|
+
declare const _default: import("@storybook/core/csf").ComponentAnnotations<import("@storybook/react/dist/types-5617c98e").R, import("@storybook/core/csf").Args>;
|
|
2
2
|
export default _default;
|
|
3
3
|
export declare const WithColor: any;
|
|
4
4
|
export declare const WithoutColor: any;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { SectionProps } from "../../exports/atoms";
|
|
2
|
-
import {
|
|
3
|
-
declare const _default: import("@storybook/csf").ComponentAnnotations<import("@storybook/react/types-
|
|
2
|
+
import { StoryFn } from '@storybook/react/types-6-0';
|
|
3
|
+
declare const _default: import("@storybook/core/csf").ComponentAnnotations<import("@storybook/react/dist/types-5617c98e").R, import("@storybook/core/csf").Args>;
|
|
4
4
|
export default _default;
|
|
5
|
-
export declare const Template:
|
|
5
|
+
export declare const Template: StoryFn<SectionProps>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const _default: import("@storybook/csf").ComponentAnnotations<import("@storybook/react/types-
|
|
1
|
+
declare const _default: import("@storybook/core/csf").ComponentAnnotations<import("@storybook/react/dist/types-5617c98e").R, import("@storybook/core/csf").Args>;
|
|
2
2
|
export default _default;
|
|
3
3
|
export declare const VerticalSpace: any;
|
|
4
4
|
export declare const HorizontalSpace: any;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { StoryFn } from '@storybook/react/types-6-0';
|
|
2
2
|
import { SpanProps } from "../../exports/atoms";
|
|
3
|
-
declare const _default: import("@storybook/csf").ComponentAnnotations<import("@storybook/react/types-
|
|
3
|
+
declare const _default: import("@storybook/core/csf").ComponentAnnotations<import("@storybook/react/dist/types-5617c98e").R, import("@storybook/core/csf").Args>;
|
|
4
4
|
export default _default;
|
|
5
|
-
export declare const HOC:
|
|
5
|
+
export declare const HOC: StoryFn<SpanProps>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { StoryFn } from '@storybook/react/types-6-0';
|
|
2
2
|
import { TextProps, TextType } from "../../exports/atoms";
|
|
3
3
|
declare type BreakPoints = {
|
|
4
4
|
xSmallBreakPoint: TextType;
|
|
@@ -7,9 +7,9 @@ declare type BreakPoints = {
|
|
|
7
7
|
largeBreakPoint: TextType;
|
|
8
8
|
xLargeBreakPoint: TextType;
|
|
9
9
|
};
|
|
10
|
-
declare const _default: import("@storybook/csf").ComponentAnnotations<import("@storybook/react/types-
|
|
10
|
+
declare const _default: import("@storybook/core/csf").ComponentAnnotations<import("@storybook/react/dist/types-5617c98e").R, import("@storybook/core/csf").Args>;
|
|
11
11
|
export default _default;
|
|
12
|
-
export declare const AllTextTypes:
|
|
12
|
+
export declare const AllTextTypes: StoryFn<TextProps>;
|
|
13
13
|
export declare const HeroTitle: any;
|
|
14
14
|
export declare const Title: any;
|
|
15
15
|
export declare const Subtitle: any;
|
|
@@ -17,5 +17,5 @@ export declare const LargeBody: any;
|
|
|
17
17
|
export declare const Body: any;
|
|
18
18
|
export declare const Caption: any;
|
|
19
19
|
export declare const Footnote: any;
|
|
20
|
-
export declare const Responsive:
|
|
20
|
+
export declare const Responsive: StoryFn<TextProps & BreakPoints>;
|
|
21
21
|
export declare const TextWithOverridingStyles: any;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { VStackProps } from "../../exports/atoms";
|
|
2
|
-
import {
|
|
3
|
-
declare const _default: import("@storybook/csf").ComponentAnnotations<import("@storybook/react/types-
|
|
2
|
+
import { StoryFn } from '@storybook/react/types-6-0';
|
|
3
|
+
declare const _default: import("@storybook/core/csf").ComponentAnnotations<import("@storybook/react/dist/types-5617c98e").R, import("@storybook/core/csf").Args>;
|
|
4
4
|
export default _default;
|
|
5
|
-
export declare const Primary:
|
|
5
|
+
export declare const Primary: StoryFn<VStackProps>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const _default: import("@storybook/csf").ComponentAnnotations<import("@storybook/react/types-
|
|
1
|
+
declare const _default: import("@storybook/core/csf").ComponentAnnotations<import("@storybook/react/dist/types-5617c98e").R, import("@storybook/core/csf").Args>;
|
|
2
2
|
export default _default;
|
|
3
3
|
export declare const RegularCard: any;
|
|
4
4
|
export declare const ReversedCard: any;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { BlockQuoteProps } from "../../exports/molecules";
|
|
2
|
-
import {
|
|
3
|
-
declare const _default: import("@storybook/csf").ComponentAnnotations<import("@storybook/react/types-
|
|
2
|
+
import { StoryFn } from '@storybook/react/types-6-0';
|
|
3
|
+
declare const _default: import("@storybook/core/csf").ComponentAnnotations<import("@storybook/react/dist/types-5617c98e").R, import("@storybook/core/csf").Args>;
|
|
4
4
|
export default _default;
|
|
5
|
-
export declare const Primary:
|
|
5
|
+
export declare const Primary: StoryFn<BlockQuoteProps>;
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import { ButtonProps } from "../../exports/molecules";
|
|
2
3
|
declare const _default: {
|
|
3
4
|
title: string;
|
|
4
|
-
component: ({ title, type, size, onClick, children, disabled, hover, outlined, onMouseEvent, fullWidth, textColorOverride, backgroundColorOverride, disabledCaption, id, icon, fontWeight, boxShadow, }: ButtonProps) => JSX.Element;
|
|
5
|
+
component: ({ title, type, size, onClick, children, disabled, hover, outlined, onMouseEvent, fullWidth, textColorOverride, backgroundColorOverride, disabledCaption, id, icon, fontWeight, boxShadow, }: ButtonProps) => React.JSX.Element;
|
|
5
6
|
args: {
|
|
6
7
|
onClick: () => void;
|
|
7
8
|
size: string;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const _default: import("@storybook/csf").ComponentAnnotations<import("@storybook/react/types-
|
|
1
|
+
declare const _default: import("@storybook/core/csf").ComponentAnnotations<import("@storybook/react/dist/types-5617c98e").R, import("@storybook/core/csf").Args>;
|
|
2
2
|
export default _default;
|
|
3
3
|
export declare const PrimaryCheckbox: any;
|
|
4
4
|
export declare const SecondaryCheckbox: any;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { StoryFn } from '@storybook/react/types-6-0';
|
|
2
2
|
import { CircleProps } from "../../exports/molecules";
|
|
3
|
-
declare const _default: import("@storybook/csf").ComponentAnnotations<import("@storybook/react/types-
|
|
3
|
+
declare const _default: import("@storybook/core/csf").ComponentAnnotations<import("@storybook/react/dist/types-5617c98e").R, import("@storybook/core/csf").Args>;
|
|
4
4
|
export default _default;
|
|
5
|
-
export declare const Primary:
|
|
5
|
+
export declare const Primary: StoryFn<CircleProps>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ClipboardProps } from "../../exports/molecules";
|
|
2
|
-
import {
|
|
3
|
-
declare const _default: import("@storybook/csf").ComponentAnnotations<import("@storybook/react/types-
|
|
2
|
+
import { StoryFn } from '@storybook/react/types-6-0';
|
|
3
|
+
declare const _default: import("@storybook/core/csf").ComponentAnnotations<import("@storybook/react/dist/types-5617c98e").R, import("@storybook/core/csf").Args>;
|
|
4
4
|
export default _default;
|
|
5
|
-
export declare const StoryName:
|
|
5
|
+
export declare const StoryName: StoryFn<ClipboardProps>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { StoryFn } from '@storybook/react/types-6-0';
|
|
2
2
|
import { CloseButtonProps } from "../../exports/molecules";
|
|
3
|
-
declare const _default: import("@storybook/csf").ComponentAnnotations<import("@storybook/react/types-
|
|
3
|
+
declare const _default: import("@storybook/core/csf").ComponentAnnotations<import("@storybook/react/dist/types-5617c98e").R, import("@storybook/core/csf").Args>;
|
|
4
4
|
export default _default;
|
|
5
|
-
export declare const Primary:
|
|
5
|
+
export declare const Primary: StoryFn<CloseButtonProps>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const _default: import("@storybook/csf").ComponentAnnotations<import("@storybook/react/types-
|
|
1
|
+
declare const _default: import("@storybook/core/csf").ComponentAnnotations<import("@storybook/react/dist/types-5617c98e").R, import("@storybook/core/csf").Args>;
|
|
2
2
|
export default _default;
|
|
3
3
|
export declare const WithSingleDescription: any;
|
|
4
4
|
export declare const WithMultiDescription: any;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { CountdownTimerProps } from "../../exports/molecules";
|
|
2
|
-
import {
|
|
3
|
-
declare const _default: import("@storybook/csf").ComponentAnnotations<import("@storybook/react/types-
|
|
2
|
+
import { StoryFn } from '@storybook/react/types-6-0';
|
|
3
|
+
declare const _default: import("@storybook/core/csf").ComponentAnnotations<import("@storybook/react/dist/types-5617c98e").R, import("@storybook/core/csf").Args>;
|
|
4
4
|
export default _default;
|
|
5
|
-
export declare const StoryName:
|
|
5
|
+
export declare const StoryName: StoryFn<CountdownTimerProps>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { StoryFn } from '@storybook/react/types-6-0';
|
|
2
2
|
import { DialogProps } from "../../exports/molecules";
|
|
3
|
-
declare const _default: import("@storybook/csf").ComponentAnnotations<import("@storybook/react/types-
|
|
3
|
+
declare const _default: import("@storybook/core/csf").ComponentAnnotations<import("@storybook/react/dist/types-5617c98e").R, import("@storybook/core/csf").Args>;
|
|
4
4
|
export default _default;
|
|
5
|
-
export declare const Primary:
|
|
6
|
-
export declare const WithStepper:
|
|
5
|
+
export declare const Primary: StoryFn<DialogProps>;
|
|
6
|
+
export declare const WithStepper: StoryFn<DialogProps>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { DisplayCardProps } from "../../exports/molecules";
|
|
2
|
-
import {
|
|
3
|
-
declare const _default: import("@storybook/csf").ComponentAnnotations<import("@storybook/react/types-
|
|
2
|
+
import { StoryFn } from '@storybook/react/types-6-0';
|
|
3
|
+
declare const _default: import("@storybook/core/csf").ComponentAnnotations<import("@storybook/react/dist/types-5617c98e").R, import("@storybook/core/csf").Args>;
|
|
4
4
|
export default _default;
|
|
5
|
-
export declare const Primary:
|
|
5
|
+
export declare const Primary: StoryFn<DisplayCardProps>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { DownloadButtonProps } from "../../exports/molecules";
|
|
2
|
-
import {
|
|
3
|
-
declare const _default: import("@storybook/csf").ComponentAnnotations<import("@storybook/react/types-
|
|
2
|
+
import { StoryFn } from '@storybook/react/types-6-0';
|
|
3
|
+
declare const _default: import("@storybook/core/csf").ComponentAnnotations<import("@storybook/react/dist/types-5617c98e").R, import("@storybook/core/csf").Args>;
|
|
4
4
|
export default _default;
|
|
5
|
-
export declare const StoryName:
|
|
5
|
+
export declare const StoryName: StoryFn<DownloadButtonProps>;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { DrawerProps } from "../../exports/molecules";
|
|
2
|
-
import {
|
|
3
|
-
declare const _default: import("@storybook/csf").ComponentAnnotations<import("@storybook/react/types-
|
|
2
|
+
import { StoryFn } from '@storybook/react/types-6-0';
|
|
3
|
+
declare const _default: import("@storybook/core/csf").ComponentAnnotations<import("@storybook/react/dist/types-5617c98e").R, import("@storybook/core/csf").Args>;
|
|
4
4
|
export default _default;
|
|
5
5
|
export declare const Left: any;
|
|
6
6
|
export declare const Right: any;
|
|
7
7
|
export declare const Top: any;
|
|
8
8
|
export declare const Bottom: any;
|
|
9
9
|
export declare const TabHidden: any;
|
|
10
|
-
export declare const ClosedValue:
|
|
11
|
-
export declare const DynamicHeight:
|
|
10
|
+
export declare const ClosedValue: StoryFn<DrawerProps>;
|
|
11
|
+
export declare const DynamicHeight: StoryFn<DrawerProps>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { StoryFn } from '@storybook/react/types-6-0';
|
|
2
2
|
import { DropDownMenuProps } from "../../exports/molecules";
|
|
3
|
-
declare const _default: import("@storybook/csf").ComponentAnnotations<import("@storybook/react/types-
|
|
3
|
+
declare const _default: import("@storybook/core/csf").ComponentAnnotations<import("@storybook/react/dist/types-5617c98e").R, import("@storybook/core/csf").Args>;
|
|
4
4
|
export default _default;
|
|
5
|
-
export declare const StoryName:
|
|
5
|
+
export declare const StoryName: StoryFn<DropDownMenuProps>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
declare const _default: import("@storybook/csf").ComponentAnnotations<import("@storybook/react/types-
|
|
1
|
+
declare const _default: import("@storybook/core/csf").ComponentAnnotations<import("@storybook/react/dist/types-5617c98e").R, import("@storybook/core/csf").Args>;
|
|
2
2
|
export default _default;
|
|
3
3
|
export declare const FeatureBadgeStory: any;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { StoryFn } from '@storybook/react/types-6-0';
|
|
2
2
|
import { GridProps } from "../../exports/molecules";
|
|
3
|
-
declare const _default: import("@storybook/csf").ComponentAnnotations<import("@storybook/react/types-
|
|
3
|
+
declare const _default: import("@storybook/core/csf").ComponentAnnotations<import("@storybook/react/dist/types-5617c98e").R, import("@storybook/core/csf").Args>;
|
|
4
4
|
export default _default;
|
|
5
|
-
export declare const Primary:
|
|
5
|
+
export declare const Primary: StoryFn<GridProps>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const _default: import("@storybook/csf").ComponentAnnotations<import("@storybook/react/types-
|
|
1
|
+
declare const _default: import("@storybook/core/csf").ComponentAnnotations<import("@storybook/react/dist/types-5617c98e").R, import("@storybook/core/csf").Args>;
|
|
2
2
|
export default _default;
|
|
3
3
|
export declare const IconLinkWithoutText: any;
|
|
4
4
|
export declare const IconLinkWithText: any;
|