@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,510 +1 @@
|
|
|
1
|
-
export declare const useEntities: () =>
|
|
2
|
-
mediaQueries: {
|
|
3
|
-
queries: {
|
|
4
|
-
xSmall: string;
|
|
5
|
-
small: string;
|
|
6
|
-
medium: string;
|
|
7
|
-
large: string;
|
|
8
|
-
xLarge: string;
|
|
9
|
-
};
|
|
10
|
-
rawValues: {
|
|
11
|
-
xSmall: number;
|
|
12
|
-
small: number;
|
|
13
|
-
medium: number;
|
|
14
|
-
large: number;
|
|
15
|
-
xLarge: number;
|
|
16
|
-
};
|
|
17
|
-
};
|
|
18
|
-
hocs: {
|
|
19
|
-
colors: {
|
|
20
|
-
swatches: {
|
|
21
|
-
primaryBrand: Required<import("../helpers/theme-functions/computeColorSwatch").ColorSwatch>;
|
|
22
|
-
secondaryBrand: Required<import("../helpers/theme-functions/computeColorSwatch").ColorSwatch>;
|
|
23
|
-
success: Required<import("../helpers/theme-functions/computeColorSwatch").ColorSwatch>;
|
|
24
|
-
danger: Required<import("../helpers/theme-functions/computeColorSwatch").ColorSwatch>;
|
|
25
|
-
warning: Required<import("../helpers/theme-functions/computeColorSwatch").ColorSwatch>;
|
|
26
|
-
accent: Required<import("../helpers/theme-functions/computeColorSwatch").ColorSwatch>;
|
|
27
|
-
grayScale: import("../helpers/theme-functions/computeColorSwatch").ColorSwatch;
|
|
28
|
-
blueScale: Required<import("../helpers/theme-functions/computeColorSwatch").ColorSwatch>;
|
|
29
|
-
purpleScale: import("../helpers/theme-functions/computeColorSwatch").ColorSwatch;
|
|
30
|
-
};
|
|
31
|
-
background: string;
|
|
32
|
-
foreground: string;
|
|
33
|
-
};
|
|
34
|
-
textColors: {
|
|
35
|
-
primaryBrand: string;
|
|
36
|
-
secondaryBrand: string;
|
|
37
|
-
primaryHeading: string | undefined;
|
|
38
|
-
primaryBody: string;
|
|
39
|
-
inverseHeading: string;
|
|
40
|
-
inverseBody: string;
|
|
41
|
-
accent: string;
|
|
42
|
-
success: string;
|
|
43
|
-
warning: string;
|
|
44
|
-
danger: string;
|
|
45
|
-
anchorBlue: string;
|
|
46
|
-
};
|
|
47
|
-
spacing: {
|
|
48
|
-
x0: string;
|
|
49
|
-
x_25: string;
|
|
50
|
-
x_5: string;
|
|
51
|
-
x_75: string;
|
|
52
|
-
x1: string;
|
|
53
|
-
x1_5: string;
|
|
54
|
-
x2: string;
|
|
55
|
-
x2_5: string;
|
|
56
|
-
x3: string;
|
|
57
|
-
x4: string;
|
|
58
|
-
x5: string;
|
|
59
|
-
x6: string;
|
|
60
|
-
x7: string;
|
|
61
|
-
x8: string;
|
|
62
|
-
x9: string;
|
|
63
|
-
};
|
|
64
|
-
borderRadius: {
|
|
65
|
-
none: string;
|
|
66
|
-
small: string;
|
|
67
|
-
medium: string;
|
|
68
|
-
default: string;
|
|
69
|
-
large: string;
|
|
70
|
-
circle: string;
|
|
71
|
-
};
|
|
72
|
-
shadows: {
|
|
73
|
-
light: string;
|
|
74
|
-
mediumLight: string;
|
|
75
|
-
mediumDark: string;
|
|
76
|
-
dark: string;
|
|
77
|
-
generate: (shadow: number[] | "dark" | "mediumDark" | "mediumLight" | "light" | "xLight", color?: string | undefined, reverseOffset?: boolean | undefined) => string;
|
|
78
|
-
};
|
|
79
|
-
borders: {
|
|
80
|
-
thin: string;
|
|
81
|
-
default: string;
|
|
82
|
-
bold: string;
|
|
83
|
-
};
|
|
84
|
-
};
|
|
85
|
-
text: {
|
|
86
|
-
imports: {
|
|
87
|
-
body: string;
|
|
88
|
-
heading: string;
|
|
89
|
-
};
|
|
90
|
-
families: {
|
|
91
|
-
body: string;
|
|
92
|
-
heading: string;
|
|
93
|
-
};
|
|
94
|
-
types: {
|
|
95
|
-
heroTitle: {
|
|
96
|
-
color: string | undefined;
|
|
97
|
-
size: string;
|
|
98
|
-
fontWeight: number;
|
|
99
|
-
lineHeight: string;
|
|
100
|
-
fontFamily: string;
|
|
101
|
-
};
|
|
102
|
-
title: {
|
|
103
|
-
color: string | undefined;
|
|
104
|
-
size: string;
|
|
105
|
-
fontWeight: number;
|
|
106
|
-
lineHeight: string;
|
|
107
|
-
fontFamily: string;
|
|
108
|
-
};
|
|
109
|
-
subtitle: {
|
|
110
|
-
color: string | undefined;
|
|
111
|
-
size: string;
|
|
112
|
-
fontWeight: number;
|
|
113
|
-
lineHeight: string;
|
|
114
|
-
fontFamily: string;
|
|
115
|
-
};
|
|
116
|
-
largeBody: {
|
|
117
|
-
color: string;
|
|
118
|
-
size: string;
|
|
119
|
-
fontWeight: number;
|
|
120
|
-
lineHeight: string;
|
|
121
|
-
fontFamily: string;
|
|
122
|
-
};
|
|
123
|
-
body: {
|
|
124
|
-
color: string;
|
|
125
|
-
size: string;
|
|
126
|
-
fontWeight: number;
|
|
127
|
-
lineHeight: string;
|
|
128
|
-
fontFamily: string;
|
|
129
|
-
};
|
|
130
|
-
caption: {
|
|
131
|
-
color: string;
|
|
132
|
-
size: string;
|
|
133
|
-
fontWeight: number;
|
|
134
|
-
lineHeight: string;
|
|
135
|
-
fontFamily: string;
|
|
136
|
-
};
|
|
137
|
-
footnote: {
|
|
138
|
-
color: string;
|
|
139
|
-
size: string;
|
|
140
|
-
fontWeight: number;
|
|
141
|
-
lineHeight: string;
|
|
142
|
-
fontFamily: string;
|
|
143
|
-
};
|
|
144
|
-
};
|
|
145
|
-
colors: {
|
|
146
|
-
primaryBrand: string;
|
|
147
|
-
secondaryBrand: string;
|
|
148
|
-
primaryHeading: string | undefined;
|
|
149
|
-
primaryBody: string;
|
|
150
|
-
inverseHeading: string;
|
|
151
|
-
inverseBody: string;
|
|
152
|
-
accent: string;
|
|
153
|
-
success: string;
|
|
154
|
-
warning: string;
|
|
155
|
-
danger: string;
|
|
156
|
-
anchorBlue: string;
|
|
157
|
-
};
|
|
158
|
-
weights: {
|
|
159
|
-
thin: number;
|
|
160
|
-
regular: number;
|
|
161
|
-
semiBold: number;
|
|
162
|
-
bold: number;
|
|
163
|
-
extraBold: number;
|
|
164
|
-
};
|
|
165
|
-
};
|
|
166
|
-
spacing: {
|
|
167
|
-
x0: string;
|
|
168
|
-
x_25: string;
|
|
169
|
-
x_5: string;
|
|
170
|
-
x_75: string;
|
|
171
|
-
x1: string;
|
|
172
|
-
x1_5: string;
|
|
173
|
-
x2: string;
|
|
174
|
-
x2_5: string;
|
|
175
|
-
x3: string;
|
|
176
|
-
x4: string;
|
|
177
|
-
x5: string;
|
|
178
|
-
x6: string;
|
|
179
|
-
x7: string;
|
|
180
|
-
x8: string;
|
|
181
|
-
x9: string;
|
|
182
|
-
};
|
|
183
|
-
buttons: {
|
|
184
|
-
primary: {
|
|
185
|
-
backgroundColor: string;
|
|
186
|
-
fontColor: string;
|
|
187
|
-
fontFamily: string;
|
|
188
|
-
};
|
|
189
|
-
secondary: {
|
|
190
|
-
backgroundColor: string;
|
|
191
|
-
fontColor: string;
|
|
192
|
-
fontFamily: string;
|
|
193
|
-
};
|
|
194
|
-
warning: {
|
|
195
|
-
backgroundColor: string;
|
|
196
|
-
fontColor: string;
|
|
197
|
-
fontFamily: string;
|
|
198
|
-
};
|
|
199
|
-
success: {
|
|
200
|
-
backgroundColor: string;
|
|
201
|
-
fontColor: string;
|
|
202
|
-
fontFamily: string;
|
|
203
|
-
};
|
|
204
|
-
danger: {
|
|
205
|
-
backgroundColor: string;
|
|
206
|
-
fontColor: string;
|
|
207
|
-
fontFamily: string;
|
|
208
|
-
};
|
|
209
|
-
shadow: {
|
|
210
|
-
backgroundColor: string;
|
|
211
|
-
fontColor: string;
|
|
212
|
-
fontFamily: string;
|
|
213
|
-
};
|
|
214
|
-
accent: {
|
|
215
|
-
backgroundColor: string;
|
|
216
|
-
fontColor: string;
|
|
217
|
-
fontFamily: string;
|
|
218
|
-
};
|
|
219
|
-
smoke: {
|
|
220
|
-
backgroundColor: string;
|
|
221
|
-
fontColor: string;
|
|
222
|
-
fontFamily: string;
|
|
223
|
-
};
|
|
224
|
-
boxShadow: (shadow: number[] | "dark" | "mediumDark" | "mediumLight" | "light" | "xLight", color?: string | undefined, reverseOffset?: boolean | undefined) => string;
|
|
225
|
-
borderSize: string;
|
|
226
|
-
outlinedBackgroundColor: string;
|
|
227
|
-
fontWeight: number;
|
|
228
|
-
sizes: {
|
|
229
|
-
xSmall: {
|
|
230
|
-
inset: string;
|
|
231
|
-
outlinedInset: {
|
|
232
|
-
vertical: string;
|
|
233
|
-
horizontal: string;
|
|
234
|
-
};
|
|
235
|
-
fontSize: string;
|
|
236
|
-
borderRadius: string;
|
|
237
|
-
};
|
|
238
|
-
small: {
|
|
239
|
-
inset: string;
|
|
240
|
-
outlinedInset: {
|
|
241
|
-
vertical: string;
|
|
242
|
-
horizontal: string;
|
|
243
|
-
};
|
|
244
|
-
fontSize: string;
|
|
245
|
-
borderRadius: string;
|
|
246
|
-
};
|
|
247
|
-
medium: {
|
|
248
|
-
inset: string;
|
|
249
|
-
outlinedInset: {
|
|
250
|
-
vertical: string;
|
|
251
|
-
horizontal: string;
|
|
252
|
-
};
|
|
253
|
-
fontSize: string;
|
|
254
|
-
borderRadius: string;
|
|
255
|
-
};
|
|
256
|
-
large: {
|
|
257
|
-
inset: string;
|
|
258
|
-
outlinedInset: {
|
|
259
|
-
vertical: string;
|
|
260
|
-
horizontal: string;
|
|
261
|
-
};
|
|
262
|
-
fontSize: string;
|
|
263
|
-
borderRadius: string;
|
|
264
|
-
};
|
|
265
|
-
xLarge: {
|
|
266
|
-
inset: string;
|
|
267
|
-
outlinedInset: {
|
|
268
|
-
vertical: string;
|
|
269
|
-
horizontal: string;
|
|
270
|
-
};
|
|
271
|
-
fontSize: string;
|
|
272
|
-
borderRadius: string;
|
|
273
|
-
};
|
|
274
|
-
};
|
|
275
|
-
};
|
|
276
|
-
inputs: {
|
|
277
|
-
checkbox: {
|
|
278
|
-
border: string;
|
|
279
|
-
borderRadius: string;
|
|
280
|
-
unCheckedBackgroundColor: string | undefined;
|
|
281
|
-
checkmarkColor: string;
|
|
282
|
-
labelColor: string;
|
|
283
|
-
};
|
|
284
|
-
text: {
|
|
285
|
-
borderRadius: string;
|
|
286
|
-
labelColor: Required<import("../helpers/theme-functions/computeColorSwatch").ColorSwatch>;
|
|
287
|
-
placeholderColor: string;
|
|
288
|
-
labelFontSize: string;
|
|
289
|
-
textFontSize: string;
|
|
290
|
-
borderWidth: string;
|
|
291
|
-
defaultFocusColor: string;
|
|
292
|
-
};
|
|
293
|
-
select: {
|
|
294
|
-
dropDownShadow: string;
|
|
295
|
-
dropDownBackgroundColor: string;
|
|
296
|
-
boxShadow: string;
|
|
297
|
-
borderRadius: string;
|
|
298
|
-
};
|
|
299
|
-
number: {
|
|
300
|
-
backgroundColor: string | undefined;
|
|
301
|
-
fontColor: string;
|
|
302
|
-
fontSize: string;
|
|
303
|
-
borderRadius: string;
|
|
304
|
-
};
|
|
305
|
-
backgroundColor: string;
|
|
306
|
-
fontSize: string;
|
|
307
|
-
fontColor: string;
|
|
308
|
-
fontFamily: string;
|
|
309
|
-
colors: {
|
|
310
|
-
primary: string;
|
|
311
|
-
secondary: string;
|
|
312
|
-
success: string;
|
|
313
|
-
warning: string;
|
|
314
|
-
danger: string;
|
|
315
|
-
accent: string;
|
|
316
|
-
dark: string;
|
|
317
|
-
blue: string;
|
|
318
|
-
};
|
|
319
|
-
};
|
|
320
|
-
icons: {
|
|
321
|
-
sizes: {
|
|
322
|
-
xSmall: number;
|
|
323
|
-
small: number;
|
|
324
|
-
medium: number;
|
|
325
|
-
large: number;
|
|
326
|
-
xLarge: number;
|
|
327
|
-
};
|
|
328
|
-
colors: {
|
|
329
|
-
default: string | undefined;
|
|
330
|
-
primaryBodyText: string;
|
|
331
|
-
primaryHeadingText: string | undefined;
|
|
332
|
-
inverseBodyText: string;
|
|
333
|
-
inverseHeadingText: string;
|
|
334
|
-
primaryBrand: string;
|
|
335
|
-
secondaryBrand: string;
|
|
336
|
-
warning: string;
|
|
337
|
-
danger: string;
|
|
338
|
-
success: string;
|
|
339
|
-
background: string;
|
|
340
|
-
accent: string;
|
|
341
|
-
};
|
|
342
|
-
};
|
|
343
|
-
card: {
|
|
344
|
-
backgroundColor: string;
|
|
345
|
-
borderRadius: string;
|
|
346
|
-
boxShadow: string;
|
|
347
|
-
defaultInset: string;
|
|
348
|
-
};
|
|
349
|
-
separator: {
|
|
350
|
-
border: string;
|
|
351
|
-
color: string | undefined;
|
|
352
|
-
};
|
|
353
|
-
loadingSpinner: {
|
|
354
|
-
size: {
|
|
355
|
-
xSmall: number;
|
|
356
|
-
small: number;
|
|
357
|
-
medium: number;
|
|
358
|
-
large: number;
|
|
359
|
-
xLarge: number;
|
|
360
|
-
};
|
|
361
|
-
colors: {
|
|
362
|
-
primary: string;
|
|
363
|
-
secondary: string;
|
|
364
|
-
success: string;
|
|
365
|
-
warning: string;
|
|
366
|
-
danger: string;
|
|
367
|
-
};
|
|
368
|
-
};
|
|
369
|
-
animatedCheckmark: {
|
|
370
|
-
sizeMap: {
|
|
371
|
-
xSmall: number;
|
|
372
|
-
small: number;
|
|
373
|
-
medium: number;
|
|
374
|
-
large: number;
|
|
375
|
-
xLarge: number;
|
|
376
|
-
};
|
|
377
|
-
colors: {
|
|
378
|
-
primary: string;
|
|
379
|
-
secondary: string;
|
|
380
|
-
success: string;
|
|
381
|
-
accent: string;
|
|
382
|
-
};
|
|
383
|
-
strokeWidth: {
|
|
384
|
-
small: number;
|
|
385
|
-
default: number;
|
|
386
|
-
large: number;
|
|
387
|
-
};
|
|
388
|
-
borderRadius: string;
|
|
389
|
-
checkmarkFilledColor: string;
|
|
390
|
-
};
|
|
391
|
-
avatar: {
|
|
392
|
-
borderWidth: string;
|
|
393
|
-
borderColor: string | undefined;
|
|
394
|
-
borderRadius: string;
|
|
395
|
-
boxShadow: string;
|
|
396
|
-
backgroundColor: string;
|
|
397
|
-
bubbleBackgroundColors: {
|
|
398
|
-
isActive: string;
|
|
399
|
-
default: string | undefined;
|
|
400
|
-
};
|
|
401
|
-
defaultBackgroundColors: {
|
|
402
|
-
primary: string;
|
|
403
|
-
secondary: string;
|
|
404
|
-
success: string;
|
|
405
|
-
accent: string;
|
|
406
|
-
warning: string;
|
|
407
|
-
danger: string;
|
|
408
|
-
};
|
|
409
|
-
sizes: {
|
|
410
|
-
xSmall: {
|
|
411
|
-
avatarSize: number;
|
|
412
|
-
bubbleLeftPosition: number;
|
|
413
|
-
bubbleSize: number;
|
|
414
|
-
};
|
|
415
|
-
small: {
|
|
416
|
-
avatarSize: number;
|
|
417
|
-
bubbleLeftPosition: number;
|
|
418
|
-
bubbleSize: number;
|
|
419
|
-
};
|
|
420
|
-
medium: {
|
|
421
|
-
avatarSize: number;
|
|
422
|
-
bubbleLeftPosition: number;
|
|
423
|
-
bubbleSize: number;
|
|
424
|
-
};
|
|
425
|
-
large: {
|
|
426
|
-
avatarSize: number;
|
|
427
|
-
bubbleLeftPosition: number;
|
|
428
|
-
bubbleSize: number;
|
|
429
|
-
};
|
|
430
|
-
xLarge: {
|
|
431
|
-
avatarSize: number;
|
|
432
|
-
bubbleLeftPosition: number;
|
|
433
|
-
bubbleSize: number;
|
|
434
|
-
};
|
|
435
|
-
};
|
|
436
|
-
};
|
|
437
|
-
dialog: {
|
|
438
|
-
backgroundColor: string;
|
|
439
|
-
boxShadow: string;
|
|
440
|
-
defaultInset: string;
|
|
441
|
-
};
|
|
442
|
-
drawer: {
|
|
443
|
-
backgroundColor: string;
|
|
444
|
-
borderRadius: string;
|
|
445
|
-
boxShadow: string;
|
|
446
|
-
bottomDirectionShadow: string;
|
|
447
|
-
hoverBoxShadow: string;
|
|
448
|
-
hoverBottomDirectionShadow: string;
|
|
449
|
-
defaultInset: string;
|
|
450
|
-
tab: {
|
|
451
|
-
dark: {
|
|
452
|
-
backgroundColor: string | undefined;
|
|
453
|
-
arrowColor: string;
|
|
454
|
-
};
|
|
455
|
-
light: {
|
|
456
|
-
backgroundColor: string;
|
|
457
|
-
arrowColor: string | undefined;
|
|
458
|
-
};
|
|
459
|
-
};
|
|
460
|
-
};
|
|
461
|
-
sheet: {
|
|
462
|
-
mobileBorderRadius: string;
|
|
463
|
-
desktopBorderRadius: string;
|
|
464
|
-
backgroundColor: string;
|
|
465
|
-
boxShadow: string;
|
|
466
|
-
};
|
|
467
|
-
slider: {
|
|
468
|
-
backgroundColor: string;
|
|
469
|
-
borderRadius: string;
|
|
470
|
-
handleRadius: string;
|
|
471
|
-
handleColor: string;
|
|
472
|
-
handleShadow: string;
|
|
473
|
-
};
|
|
474
|
-
navigation: {
|
|
475
|
-
backgroundColor: string;
|
|
476
|
-
border: string;
|
|
477
|
-
borderColor: string | undefined;
|
|
478
|
-
};
|
|
479
|
-
toggle: {
|
|
480
|
-
isActiveColor: string;
|
|
481
|
-
isNotActiveColor: string | undefined;
|
|
482
|
-
};
|
|
483
|
-
tooltip: {
|
|
484
|
-
lightBackgroundColor: string;
|
|
485
|
-
darkBackgroundColor: string | undefined;
|
|
486
|
-
boxShadow: string;
|
|
487
|
-
borderColor: string;
|
|
488
|
-
};
|
|
489
|
-
colorPicker: {
|
|
490
|
-
backgroundColor: string;
|
|
491
|
-
borderColor: string;
|
|
492
|
-
boxShadow: string;
|
|
493
|
-
borderRadius: string;
|
|
494
|
-
};
|
|
495
|
-
sphere: import("../types/global").SizeProperties<{
|
|
496
|
-
circumference: number;
|
|
497
|
-
textType: "heroTitle" | "title" | "subtitle" | "largeBody" | "body" | "caption" | "footnote";
|
|
498
|
-
}>;
|
|
499
|
-
widget: import("../types/global").ThemeModeProperies<{
|
|
500
|
-
backgroundColor: string;
|
|
501
|
-
fontColor: "primaryBrand" | "secondaryBrand" | "primaryHeading" | "primaryBody" | "inverseHeading" | "inverseBody" | "accent" | "success" | "warning" | "danger" | "anchorBlue";
|
|
502
|
-
}>;
|
|
503
|
-
colorOption: {
|
|
504
|
-
defaults: {
|
|
505
|
-
circleFill: string;
|
|
506
|
-
innerRing: string;
|
|
507
|
-
outerRing: string;
|
|
508
|
-
};
|
|
509
|
-
};
|
|
510
|
-
};
|
|
1
|
+
export declare const useEntities: () => import("@emotion/react").Theme;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const useOutsideClick: (ref: any, handler: (event: any) => void, targetIdBypass?: string
|
|
1
|
+
export declare const useOutsideClick: (ref: any, handler: (event: any) => void, targetIdBypass?: string) => void;
|
|
@@ -1,2 +1,5 @@
|
|
|
1
1
|
import { ColorStop } from "../types/global";
|
|
2
|
-
|
|
2
|
+
declare type RadialShape = 'ellipse' | 'circle';
|
|
3
|
+
declare type RadialSize = 'farthest-corner' | 'closest-corner' | 'closest-side' | 'farthest-side';
|
|
4
|
+
export declare const useRadialGradient: (colors: ColorStop[], shape?: RadialShape, size?: RadialSize, position?: string) => string;
|
|
5
|
+
export {};
|
|
@@ -14,5 +14,5 @@ export declare type BlockQuoteProps = {
|
|
|
14
14
|
boxShadow?: Shadows;
|
|
15
15
|
children?: React.ReactNode;
|
|
16
16
|
};
|
|
17
|
-
export declare const BlockQuote: ({ author, background, textColor, type, content, contentTextType, borderRadius, boxShadow, children, }: BlockQuoteProps) => JSX.Element;
|
|
17
|
+
export declare const BlockQuote: ({ author, background, textColor, type, content, contentTextType, borderRadius, boxShadow, children, }: BlockQuoteProps) => React.JSX.Element;
|
|
18
18
|
export {};
|
|
@@ -30,4 +30,4 @@ export declare type ButtonProps = {
|
|
|
30
30
|
boxShadow?: boolean;
|
|
31
31
|
};
|
|
32
32
|
export declare type ButtonStyle = typeof entities.buttons.primary;
|
|
33
|
-
export declare const Button: ({ title, type, size, onClick, children, disabled, hover, outlined, onMouseEvent, fullWidth, textColorOverride, backgroundColorOverride, disabledCaption, id, icon, fontWeight, boxShadow, }: ButtonProps) => JSX.Element;
|
|
33
|
+
export declare const Button: ({ title, type, size, onClick, children, disabled, hover, outlined, onMouseEvent, fullWidth, textColorOverride, backgroundColorOverride, disabledCaption, id, icon, fontWeight, boxShadow, }: ButtonProps) => React.JSX.Element;
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
import { ButtonsEntity, Entities, TextEntity } from "../../theme/theming/entities";
|
|
2
2
|
import { SizeType } from "../../types/global";
|
|
3
3
|
import { ButtonType, ButtonStyle } from './button';
|
|
4
|
+
import { WeightType } from "../../exports/atoms";
|
|
4
5
|
declare const _default: {
|
|
5
|
-
buttonStyles: (type: ButtonType, buttonStyle: ButtonStyle, entities: Entities, size: SizeType, hover?: boolean
|
|
6
|
-
buttonTitle: (type: ButtonType, buttonEntity: ButtonsEntity, size: SizeType, textEntity: TextEntity, fontWeight?:
|
|
6
|
+
buttonStyles: (type: ButtonType, buttonStyle: ButtonStyle, entities: Entities, size: SizeType, hover?: boolean, outlined?: boolean, fullWidth?: boolean, backgroundColorOverride?: string, boxShadow?: boolean) => import("@emotion/react").SerializedStyles;
|
|
7
|
+
buttonTitle: (type: ButtonType, buttonEntity: ButtonsEntity, size: SizeType, textEntity: TextEntity, fontWeight?: WeightType) => import("@emotion/react").SerializedStyles;
|
|
7
8
|
};
|
|
8
9
|
export default _default;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { CheckboxType } from './checkbox';
|
|
2
2
|
import { InputsEntity } from "../../theme/theming/entities";
|
|
3
3
|
declare const _default: {
|
|
4
|
-
app: import("@emotion/
|
|
5
|
-
checkboxContainer: (inputsEntity: InputsEntity, type: CheckboxType) => import("@emotion/
|
|
6
|
-
box: (inputsEntity: InputsEntity) => import("@emotion/
|
|
7
|
-
boxInner: import("@emotion/
|
|
4
|
+
app: import("@emotion/react").SerializedStyles;
|
|
5
|
+
checkboxContainer: (inputsEntity: InputsEntity, type: CheckboxType) => import("@emotion/react").SerializedStyles;
|
|
6
|
+
box: (inputsEntity: InputsEntity) => import("@emotion/react").SerializedStyles;
|
|
7
|
+
boxInner: import("@emotion/react").SerializedStyles;
|
|
8
8
|
};
|
|
9
9
|
export default _default;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
closeButtonContainer: (top?: string
|
|
2
|
+
closeButtonContainer: (top?: string, right?: string) => import("@emotion/react").SerializedStyles;
|
|
3
3
|
};
|
|
4
4
|
export default _default;
|
|
@@ -2,5 +2,5 @@ import React from 'react';
|
|
|
2
2
|
declare type ContextBarProps = {
|
|
3
3
|
children?: React.ReactNode;
|
|
4
4
|
};
|
|
5
|
-
export declare const ContextBar: ({ children }: ContextBarProps) => JSX.Element;
|
|
5
|
+
export declare const ContextBar: ({ children }: ContextBarProps) => React.JSX.Element;
|
|
6
6
|
export {};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
dialogContainer: import("@emotion/
|
|
3
|
-
closeIconWrapper: import("@emotion/
|
|
2
|
+
dialogContainer: import("@emotion/react").SerializedStyles;
|
|
3
|
+
closeIconWrapper: import("@emotion/react").SerializedStyles;
|
|
4
4
|
};
|
|
5
5
|
export default _default;
|
|
@@ -4,4 +4,4 @@ export declare type DisplayCardProps = {
|
|
|
4
4
|
description: string;
|
|
5
5
|
children?: React.ReactNode;
|
|
6
6
|
};
|
|
7
|
-
export declare const DisplayCard: ({ title, description, children, }: DisplayCardProps) => JSX.Element;
|
|
7
|
+
export declare const DisplayCard: ({ title, description, children, }: DisplayCardProps) => React.JSX.Element;
|
|
@@ -20,4 +20,4 @@ export declare type DrawerProps = {
|
|
|
20
20
|
shouldHideScroll?: boolean;
|
|
21
21
|
backgroundColor?: LiteralUnion<'blurredGlass'>;
|
|
22
22
|
};
|
|
23
|
-
export declare const Drawer: ({ children, location, isOpen, isTabHidden, onClick, openValue, offset, zIndex, showTab, inset, overflow, closedValue, tabMode, shouldHideScroll, backgroundColor, }: DrawerProps) => JSX.Element;
|
|
23
|
+
export declare const Drawer: ({ children, location, isOpen, isTabHidden, onClick, openValue, offset, zIndex, showTab, inset, overflow, closedValue, tabMode, shouldHideScroll, backgroundColor, }: DrawerProps) => React.JSX.Element;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { DrawerLocation } from './drawer';
|
|
2
2
|
declare const _default: {
|
|
3
|
-
drawerContainer: (location: DrawerLocation) => import("@emotion/
|
|
4
|
-
childContainer: (shouldHideScroll?: boolean
|
|
5
|
-
drawerTab: (location: DrawerLocation, openValue: number) => import("@emotion/
|
|
3
|
+
drawerContainer: (location: DrawerLocation) => import("@emotion/react").SerializedStyles;
|
|
4
|
+
childContainer: (shouldHideScroll?: boolean) => import("@emotion/react").SerializedStyles;
|
|
5
|
+
drawerTab: (location: DrawerLocation, openValue: number) => import("@emotion/react").SerializedStyles;
|
|
6
6
|
};
|
|
7
7
|
export default _default;
|
|
@@ -9,5 +9,5 @@ declare type GridItemProps = {
|
|
|
9
9
|
aspectRatio?: string;
|
|
10
10
|
children?: React.ReactNode;
|
|
11
11
|
};
|
|
12
|
-
export declare const GridItem: ({ gridRowSpan, gridColSpan, gridRowStart, gridColStart, borderRadius, aspectRatio, children, }: GridItemProps) => JSX.Element;
|
|
12
|
+
export declare const GridItem: ({ gridRowSpan, gridColSpan, gridRowStart, gridColStart, borderRadius, aspectRatio, children, }: GridItemProps) => React.JSX.Element;
|
|
13
13
|
export {};
|
|
@@ -14,5 +14,5 @@ export declare type GridProps = {
|
|
|
14
14
|
exit?: TargetAndTransition | VariantLabels;
|
|
15
15
|
children?: React.ReactNode;
|
|
16
16
|
};
|
|
17
|
-
export declare const Grid: ({ columnSize, rowSize, gap, maxWidth, children, height, overflow, isDense, animate, exit, initial, }: GridProps) => JSX.Element;
|
|
17
|
+
export declare const Grid: ({ columnSize, rowSize, gap, maxWidth, children, height, overflow, isDense, animate, exit, initial, }: GridProps) => React.JSX.Element;
|
|
18
18
|
export {};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
grid: (gap: number, columnSize: number, rowSize: number, maxWidth?: number
|
|
3
|
-
gridItem: (gridRowSpan?: number
|
|
2
|
+
grid: (gap: number, columnSize: number, rowSize: number, maxWidth?: number, height?: string, overflow?: string, isDense?: boolean) => import("@emotion/react").SerializedStyles;
|
|
3
|
+
gridItem: (gridRowSpan?: number, gridColSpan?: number, gridRowStart?: number, gridColStart?: number, aspectRatio?: string) => import("@emotion/react").SerializedStyles;
|
|
4
4
|
};
|
|
5
5
|
export default _default;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { IconsEntity } from "../../theme/theming/entities";
|
|
2
2
|
declare const _default: {
|
|
3
|
-
iconLinkContainer: (isStacked: boolean, isActive: boolean, icons: IconsEntity, isBackgroundDisabled?: boolean
|
|
4
|
-
iconContainer: import("@emotion/
|
|
5
|
-
titleContainer: import("@emotion/
|
|
3
|
+
iconLinkContainer: (isStacked: boolean, isActive: boolean, icons: IconsEntity, isBackgroundDisabled?: boolean) => import("@emotion/react").SerializedStyles;
|
|
4
|
+
iconContainer: import("@emotion/react").SerializedStyles;
|
|
5
|
+
titleContainer: import("@emotion/react").SerializedStyles;
|
|
6
6
|
};
|
|
7
7
|
export default _default;
|