@newtonschool/grauity 1.0.0 → 1.0.2
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/common/types.d.ts +38 -0
- package/dist/common/types.d.ts.map +1 -0
- package/dist/fonts/grauity-icons.eot +0 -0
- package/dist/fonts/grauity-icons.ttf +0 -0
- package/dist/fonts/grauity-icons.woff +0 -0
- package/dist/fonts/grauity-icons.woff2 +0 -0
- package/dist/hooks/useDisableBodyScroll.d.ts +1 -1
- package/dist/hooks/useDisableBodyScroll.d.ts.map +1 -1
- package/dist/index.d.ts +230 -228
- package/dist/index.d.ts.map +1 -1
- package/dist/main.cjs +1 -1
- package/dist/main.cjs.map +1 -1
- package/dist/main.css +1 -1
- package/dist/main.css.map +1 -1
- package/dist/module.css +1 -1
- package/dist/module.css.map +1 -1
- package/dist/module.mjs +1 -1
- package/dist/module.mjs.map +1 -1
- package/dist/stories/elements/Accordion/index.stories.d.ts +10 -0
- package/dist/stories/elements/Accordion/index.stories.d.ts.map +1 -0
- package/dist/stories/elements/BottomSheet/index.stories.d.ts +16 -0
- package/dist/stories/elements/BottomSheet/index.stories.d.ts.map +1 -0
- package/dist/stories/elements/Calendar/CalendarEvent/index.stories.d.ts +11 -0
- package/dist/stories/elements/Calendar/CalendarEvent/index.stories.d.ts.map +1 -0
- package/dist/stories/elements/Calendar/WeeklyCalendar/WithoutWeekControls.stories.d.ts +10 -0
- package/dist/stories/elements/Calendar/WeeklyCalendar/WithoutWeekControls.stories.d.ts.map +1 -0
- package/dist/stories/elements/Calendar/WeeklyCalendar/index.stories.d.ts +17 -0
- package/dist/stories/elements/Calendar/WeeklyCalendar/index.stories.d.ts.map +1 -0
- package/dist/stories/elements/Chip/Gallery.stories.d.ts +10 -0
- package/dist/stories/elements/Chip/Gallery.stories.d.ts.map +1 -0
- package/dist/stories/elements/Chip/index.stories.d.ts +9 -0
- package/dist/stories/elements/Chip/index.stories.d.ts.map +1 -0
- package/dist/stories/elements/Modal/ConfirmationDialog.stories.d.ts +1 -35
- package/dist/stories/elements/Modal/ConfirmationDialog.stories.d.ts.map +1 -1
- package/dist/stories/elements/Modal/ConfirmationDialogWithTrigger.stories.d.ts +2 -35
- package/dist/stories/elements/Modal/ConfirmationDialogWithTrigger.stories.d.ts.map +1 -1
- package/dist/stories/elements/Modal/MultiStepModal.stories.d.ts +0 -32
- package/dist/stories/elements/Modal/MultiStepModal.stories.d.ts.map +1 -1
- package/dist/stories/elements/PopOver/index.stories.d.ts +10 -0
- package/dist/stories/elements/PopOver/index.stories.d.ts.map +1 -0
- package/dist/stories/elements/Table/Manual.stories.d.ts +1 -31
- package/dist/stories/elements/Table/Manual.stories.d.ts.map +1 -1
- package/dist/stories/elements/Table/ManualColumnNesting.stories.d.ts +1 -31
- package/dist/stories/elements/Table/ManualColumnNesting.stories.d.ts.map +1 -1
- package/dist/stories/elements/Table/index.stories.d.ts +1 -31
- package/dist/stories/elements/Table/index.stories.d.ts.map +1 -1
- package/dist/stories/elements/Typography/TypographyGallery.stories.d.ts +1 -21
- package/dist/stories/elements/Typography/TypographyGallery.stories.d.ts.map +1 -1
- package/dist/stories/elements/Typography/index.stories.d.ts +1 -21
- package/dist/stories/elements/Typography/index.stories.d.ts.map +1 -1
- package/dist/stories/helper-components/ColorRenderer/index.d.ts +2 -11
- package/dist/stories/helper-components/ColorRenderer/index.d.ts.map +1 -1
- package/dist/stories/helper-components/DocPageWithPlayground.d.ts +3 -8
- package/dist/stories/helper-components/DocPageWithPlayground.d.ts.map +1 -1
- package/dist/stories/helper-components/TokenBlock/index.d.ts +2 -14
- package/dist/stories/helper-components/TokenBlock/index.d.ts.map +1 -1
- package/dist/ui/core/icons/iconTags.d.ts +2 -0
- package/dist/ui/core/icons/iconTags.d.ts.map +1 -1
- package/dist/ui/core/icons/iconTypes.d.ts +4 -2
- package/dist/ui/core/icons/iconTypes.d.ts.map +1 -1
- package/dist/ui/elements/Accordion/Accordion.d.ts +5 -0
- package/dist/ui/elements/Accordion/Accordion.d.ts.map +1 -0
- package/dist/ui/elements/Accordion/Accordion.styles.d.ts +6 -0
- package/dist/ui/elements/Accordion/Accordion.styles.d.ts.map +1 -0
- package/dist/ui/elements/Accordion/Accordion.test.d.ts +2 -0
- package/dist/ui/elements/Accordion/Accordion.test.d.ts.map +1 -0
- package/dist/ui/elements/Accordion/index.d.ts +3 -0
- package/dist/ui/elements/Accordion/index.d.ts.map +1 -0
- package/dist/ui/elements/Accordion/types.d.ts +32 -0
- package/dist/ui/elements/Accordion/types.d.ts.map +1 -0
- package/dist/ui/elements/Alert/Alert.d.ts.map +1 -1
- package/dist/ui/elements/Alert/types.d.ts +1 -1
- package/dist/ui/elements/Alert/types.d.ts.map +1 -1
- package/dist/ui/elements/AlertBanner/AlertBanner.d.ts.map +1 -1
- package/dist/ui/elements/BottomSheet/BottomSheet.d.ts +5 -0
- package/dist/ui/elements/BottomSheet/BottomSheet.d.ts.map +1 -0
- package/dist/ui/elements/BottomSheet/BottomSheet.styles.d.ts +8 -0
- package/dist/ui/elements/BottomSheet/BottomSheet.styles.d.ts.map +1 -0
- package/dist/ui/elements/BottomSheet/BottomSheet.test.d.ts +2 -0
- package/dist/ui/elements/BottomSheet/BottomSheet.test.d.ts.map +1 -0
- package/dist/ui/elements/BottomSheet/constants.d.ts +4 -0
- package/dist/ui/elements/BottomSheet/constants.d.ts.map +1 -0
- package/dist/ui/elements/BottomSheet/index.d.ts +3 -0
- package/dist/ui/elements/BottomSheet/index.d.ts.map +1 -0
- package/dist/ui/elements/BottomSheet/types.d.ts +56 -0
- package/dist/ui/elements/BottomSheet/types.d.ts.map +1 -0
- package/dist/ui/elements/Button/Button.d.ts.map +1 -1
- package/dist/ui/elements/Button/Button.styles.d.ts.map +1 -1
- package/dist/ui/elements/Button/ButtonGroup.d.ts +1 -8
- package/dist/ui/elements/Button/ButtonGroup.d.ts.map +1 -1
- package/dist/ui/elements/Button/IconButton.d.ts.map +1 -1
- package/dist/ui/elements/Button/constants.d.ts +14 -20
- package/dist/ui/elements/Button/constants.d.ts.map +1 -1
- package/dist/ui/elements/Button/types.d.ts +1 -0
- package/dist/ui/elements/Button/types.d.ts.map +1 -1
- package/dist/ui/elements/Calendar/CalendarEvent/CalendarEvent.d.ts +5 -0
- package/dist/ui/elements/Calendar/CalendarEvent/CalendarEvent.d.ts.map +1 -0
- package/dist/ui/elements/Calendar/CalendarEvent/CalendarEvent.styles.d.ts +6 -0
- package/dist/ui/elements/Calendar/CalendarEvent/CalendarEvent.styles.d.ts.map +1 -0
- package/dist/ui/elements/Calendar/CalendarEvent/CalendarEvent.test.d.ts +2 -0
- package/dist/ui/elements/Calendar/CalendarEvent/CalendarEvent.test.d.ts.map +1 -0
- package/dist/ui/elements/Calendar/CalendarEvent/types.d.ts +69 -0
- package/dist/ui/elements/Calendar/CalendarEvent/types.d.ts.map +1 -0
- package/dist/ui/elements/Calendar/EventRenderer.d.ts +5 -0
- package/dist/ui/elements/Calendar/EventRenderer.d.ts.map +1 -0
- package/dist/ui/elements/Calendar/WeeklyCalendar.d.ts +4 -0
- package/dist/ui/elements/Calendar/WeeklyCalendar.d.ts.map +1 -0
- package/dist/ui/elements/Calendar/WeeklyCalendar.styles.d.ts +15 -0
- package/dist/ui/elements/Calendar/WeeklyCalendar.styles.d.ts.map +1 -0
- package/dist/ui/elements/Calendar/WeeklyCalendar.test.d.ts +2 -0
- package/dist/ui/elements/Calendar/WeeklyCalendar.test.d.ts.map +1 -0
- package/dist/ui/elements/Calendar/constants.d.ts +3 -0
- package/dist/ui/elements/Calendar/constants.d.ts.map +1 -0
- package/dist/ui/elements/Calendar/index.d.ts +5 -0
- package/dist/ui/elements/Calendar/index.d.ts.map +1 -0
- package/dist/ui/elements/Calendar/types.d.ts +67 -0
- package/dist/ui/elements/Calendar/types.d.ts.map +1 -0
- package/dist/ui/elements/Calendar/utils.d.ts +20 -0
- package/dist/ui/elements/Calendar/utils.d.ts.map +1 -0
- package/dist/ui/elements/Chip/Chip.d.ts +5 -0
- package/dist/ui/elements/Chip/Chip.d.ts.map +1 -0
- package/dist/ui/elements/Chip/Chip.styles.d.ts +3 -0
- package/dist/ui/elements/Chip/Chip.styles.d.ts.map +1 -0
- package/dist/ui/elements/Chip/Chip.test.d.ts +2 -0
- package/dist/ui/elements/Chip/Chip.test.d.ts.map +1 -0
- package/dist/ui/elements/Chip/constants.d.ts +34 -0
- package/dist/ui/elements/Chip/constants.d.ts.map +1 -0
- package/dist/ui/elements/Chip/index.d.ts +3 -0
- package/dist/ui/elements/Chip/index.d.ts.map +1 -0
- package/dist/ui/elements/Chip/types.d.ts +53 -0
- package/dist/ui/elements/Chip/types.d.ts.map +1 -0
- package/dist/ui/elements/Icon/Icon.d.ts +0 -40
- package/dist/ui/elements/Icon/Icon.d.ts.map +1 -1
- package/dist/ui/elements/Modal/ConfirmationDialog/index.d.ts +1 -36
- package/dist/ui/elements/Modal/ConfirmationDialog/index.d.ts.map +1 -1
- package/dist/ui/elements/Modal/Modal.d.ts.map +1 -1
- package/dist/ui/elements/Modal/MultiStepModal/index.d.ts +0 -33
- package/dist/ui/elements/Modal/MultiStepModal/index.d.ts.map +1 -1
- package/dist/ui/elements/MultiSelectDropdown/types.d.ts +6 -7
- package/dist/ui/elements/MultiSelectDropdown/types.d.ts.map +1 -1
- package/dist/ui/elements/PopOver/PopOver.d.ts +4 -0
- package/dist/ui/elements/PopOver/PopOver.d.ts.map +1 -0
- package/dist/ui/elements/PopOver/PopOver.styles.d.ts +3 -0
- package/dist/ui/elements/PopOver/PopOver.styles.d.ts.map +1 -0
- package/dist/ui/elements/PopOver/PopOver.test.d.ts +2 -0
- package/dist/ui/elements/PopOver/PopOver.test.d.ts.map +1 -0
- package/dist/ui/elements/PopOver/constants.d.ts +2 -0
- package/dist/ui/elements/PopOver/constants.d.ts.map +1 -0
- package/dist/ui/elements/PopOver/index.d.ts +3 -0
- package/dist/ui/elements/PopOver/index.d.ts.map +1 -0
- package/dist/ui/elements/PopOver/types.d.ts +63 -0
- package/dist/ui/elements/PopOver/types.d.ts.map +1 -0
- package/dist/ui/elements/SelectDropdown/SelectDropdown.styles.d.ts +2 -1
- package/dist/ui/elements/SelectDropdown/SelectDropdown.styles.d.ts.map +1 -1
- package/dist/ui/elements/SelectDropdown/types.d.ts +4 -8
- package/dist/ui/elements/SelectDropdown/types.d.ts.map +1 -1
- package/dist/ui/elements/Table/Table.d.ts +1 -32
- package/dist/ui/elements/Table/Table.d.ts.map +1 -1
- package/dist/ui/elements/Typography/Typography.d.ts +1 -22
- package/dist/ui/elements/Typography/Typography.d.ts.map +1 -1
- package/dist/ui/elements/Typography/types.d.ts +1 -1
- package/dist/ui/index.d.ts +5 -3
- package/dist/ui/index.d.ts.map +1 -1
- package/dist/ui/init/GrauityInit.d.ts +2 -21
- package/dist/ui/init/GrauityInit.d.ts.map +1 -1
- package/dist/ui/themes/GlobalStyle.d.ts +1 -1
- package/dist/ui/themes/ThemeContext.d.ts +1 -13
- package/dist/ui/themes/ThemeContext.d.ts.map +1 -1
- package/package.json +7 -3
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { AccordionProps } from 'ui/elements/Accordion/types';
|
|
3
|
+
declare const _default: {
|
|
4
|
+
title: string;
|
|
5
|
+
component: React.ForwardRefExoticComponent<AccordionProps & React.RefAttributes<HTMLDivElement>>;
|
|
6
|
+
decorators: ((Story: React.FC) => JSX.Element)[];
|
|
7
|
+
};
|
|
8
|
+
export default _default;
|
|
9
|
+
export declare const Component: any;
|
|
10
|
+
//# sourceMappingURL=index.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.stories.d.ts","sourceRoot":"","sources":["../../../../stories/elements/Accordion/index.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,cAAc,EAAE,MAAM,6BAA6B,CAAC;;;;yBAM7C,MAAM,EAAE;;AAJxB,wBAUE;AAyCF,eAAO,MAAM,SAAS,KAAoB,CAAC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { BottomSheetProps } from 'ui/elements/BottomSheet';
|
|
3
|
+
declare const _default: {
|
|
4
|
+
title: string;
|
|
5
|
+
component: React.ForwardRefExoticComponent<BottomSheetProps & React.RefAttributes<HTMLDivElement>>;
|
|
6
|
+
parameters: {
|
|
7
|
+
docs: {
|
|
8
|
+
source: {
|
|
9
|
+
code: string;
|
|
10
|
+
};
|
|
11
|
+
};
|
|
12
|
+
};
|
|
13
|
+
};
|
|
14
|
+
export default _default;
|
|
15
|
+
export declare const Component: any;
|
|
16
|
+
//# sourceMappingURL=index.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.stories.d.ts","sourceRoot":"","sources":["../../../../stories/elements/BottomSheet/index.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AACxC,OAAoB,EAAE,gBAAgB,EAAE,MAAM,yBAAyB,CAAC;;;;;;;;;;;;AAGxE,wBAyBE;AAkDF,eAAO,MAAM,SAAS,KAAoB,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { StoryFn } from '@storybook/react';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
import { CalendarEventProps } from 'ui/elements/Calendar';
|
|
4
|
+
declare const _default: {
|
|
5
|
+
title: string;
|
|
6
|
+
component: React.ForwardRefExoticComponent<CalendarEventProps & React.RefAttributes<HTMLDivElement>>;
|
|
7
|
+
decorators: ((Story: StoryFn) => JSX.Element)[];
|
|
8
|
+
};
|
|
9
|
+
export default _default;
|
|
10
|
+
export declare const Component: any;
|
|
11
|
+
//# sourceMappingURL=index.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.stories.d.ts","sourceRoot":"","sources":["../../../../../stories/elements/Calendar/CalendarEvent/index.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,kBAAkB,CAAC;AAC3C,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAiB,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;;;;yBAMzD,OAAO;;AAJvB,wBAeE;AAmBF,eAAO,MAAM,SAAS,KAAoB,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { StoryFn } from '@storybook/react';
|
|
2
|
+
import WeeklyCalendar from 'ui/elements/Calendar';
|
|
3
|
+
declare const _default: {
|
|
4
|
+
title: string;
|
|
5
|
+
component: typeof WeeklyCalendar;
|
|
6
|
+
decorators: ((Story: StoryFn) => JSX.Element)[];
|
|
7
|
+
};
|
|
8
|
+
export default _default;
|
|
9
|
+
export declare const Component: any;
|
|
10
|
+
//# sourceMappingURL=WithoutWeekControls.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"WithoutWeekControls.stories.d.ts","sourceRoot":"","sources":["../../../../../stories/elements/Calendar/WeeklyCalendar/WithoutWeekControls.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,kBAAkB,CAAC;AAG3C,OAAO,cAAuC,MAAM,sBAAsB,CAAC;;;;yBAQ3D,OAAO;;AAJvB,wBAcE;AAkCF,eAAO,MAAM,SAAS,KAAoB,CAAC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { StoryFn } from '@storybook/react';
|
|
2
|
+
import WeeklyCalendar from 'ui/elements/Calendar';
|
|
3
|
+
declare const _default: {
|
|
4
|
+
title: string;
|
|
5
|
+
component: typeof WeeklyCalendar;
|
|
6
|
+
decorators: ((Story: StoryFn) => JSX.Element)[];
|
|
7
|
+
parameters: {
|
|
8
|
+
docs: {
|
|
9
|
+
source: {
|
|
10
|
+
code: string;
|
|
11
|
+
};
|
|
12
|
+
};
|
|
13
|
+
};
|
|
14
|
+
};
|
|
15
|
+
export default _default;
|
|
16
|
+
export declare const Component: any;
|
|
17
|
+
//# sourceMappingURL=index.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.stories.d.ts","sourceRoot":"","sources":["../../../../../stories/elements/Calendar/WeeklyCalendar/index.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,kBAAkB,CAAC;AAE3C,OAAO,cAAuC,MAAM,sBAAsB,CAAC;;;;yBAM3D,OAAO;;;;;;;;;AAJvB,wBA6BE;AA4IF,eAAO,MAAM,SAAS,KAAoB,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { ChipProps } from 'ui/elements/Chip';
|
|
3
|
+
declare const _default: {
|
|
4
|
+
title: string;
|
|
5
|
+
component: React.ForwardRefExoticComponent<ChipProps & React.RefAttributes<HTMLDivElement>>;
|
|
6
|
+
tags: string[];
|
|
7
|
+
};
|
|
8
|
+
export default _default;
|
|
9
|
+
export declare const Gallery: any;
|
|
10
|
+
//# sourceMappingURL=Gallery.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Gallery.stories.d.ts","sourceRoot":"","sources":["../../../../stories/elements/Chip/Gallery.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAa,EAAE,SAAS,EAAE,MAAM,kBAAkB,CAAC;;;;;;AAMnD,wBAIE;AAwCF,eAAO,MAAM,OAAO,KAAoB,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { ChipProps } from 'ui/elements/Chip/types';
|
|
3
|
+
declare const _default: {
|
|
4
|
+
title: string;
|
|
5
|
+
component: React.ForwardRefExoticComponent<ChipProps & React.RefAttributes<HTMLDivElement>>;
|
|
6
|
+
};
|
|
7
|
+
export default _default;
|
|
8
|
+
export declare const Component: any;
|
|
9
|
+
//# sourceMappingURL=index.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.stories.d.ts","sourceRoot":"","sources":["../../../../stories/elements/Chip/index.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;;;;;AAEnD,wBAGE;AAaF,eAAO,MAAM,SAAS,KAAoB,CAAC"}
|
|
@@ -1,41 +1,7 @@
|
|
|
1
1
|
import { ConfirmationDialogProps } from 'ui/elements/Modal';
|
|
2
2
|
declare const _default: {
|
|
3
3
|
title: string;
|
|
4
|
-
component: {
|
|
5
|
-
({ cancelText, confirmText, onCancel, onConfirm, banner, title, description, body, cancelButtonVariant, confirmButtonVariant, showCloseButton, hideOnClickAway, blurBackground, mobileBottomFullWidth, }: ConfirmationDialogProps): JSX.Element;
|
|
6
|
-
propTypes: {
|
|
7
|
-
cancelText: import("prop-types").Requireable<string>;
|
|
8
|
-
confirmText: import("prop-types").Requireable<string>;
|
|
9
|
-
onCancel: import("prop-types").Requireable<(...args: any[]) => any>;
|
|
10
|
-
onConfirm: import("prop-types").Requireable<(...args: any[]) => any>;
|
|
11
|
-
banner: import("prop-types").Requireable<import("prop-types").ReactNodeLike>;
|
|
12
|
-
title: import("prop-types").Requireable<import("prop-types").ReactNodeLike>;
|
|
13
|
-
description: import("prop-types").Requireable<string>;
|
|
14
|
-
body: import("prop-types").Requireable<import("prop-types").ReactNodeLike>;
|
|
15
|
-
cancelButtonVariant: import("prop-types").Requireable<string>;
|
|
16
|
-
confirmButtonVariant: import("prop-types").Requireable<string>;
|
|
17
|
-
showCloseButton: import("prop-types").Requireable<boolean>;
|
|
18
|
-
hideOnClickAway: import("prop-types").Requireable<boolean>;
|
|
19
|
-
blurBackground: import("prop-types").Requireable<boolean>;
|
|
20
|
-
mobileBottomFullWidth: import("prop-types").Requireable<boolean>;
|
|
21
|
-
};
|
|
22
|
-
defaultProps: {
|
|
23
|
-
cancelText: string;
|
|
24
|
-
confirmText: string;
|
|
25
|
-
banner: any;
|
|
26
|
-
title: string;
|
|
27
|
-
description: string;
|
|
28
|
-
body: any;
|
|
29
|
-
onCancel: () => void;
|
|
30
|
-
onConfirm: () => void;
|
|
31
|
-
cancelButtonVariant: string;
|
|
32
|
-
confirmButtonVariant: string;
|
|
33
|
-
showCloseButton: boolean;
|
|
34
|
-
hideOnClickAway: boolean;
|
|
35
|
-
blurBackground: boolean;
|
|
36
|
-
mobileBottomFullWidth: boolean;
|
|
37
|
-
};
|
|
38
|
-
};
|
|
4
|
+
component: ({ cancelText, confirmText, onCancel, onConfirm, banner, title, description, body, cancelButtonVariant, confirmButtonVariant, showCloseButton, hideOnClickAway, blurBackground, mobileBottomFullWidth, }: ConfirmationDialogProps) => JSX.Element;
|
|
39
5
|
decorators: ((Story: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react/dist/types-a5624094").R, import("@storybook/csf").Args>) => JSX.Element)[];
|
|
40
6
|
};
|
|
41
7
|
export default _default;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ConfirmationDialog.stories.d.ts","sourceRoot":"","sources":["../../../../stories/elements/Modal/ConfirmationDialog.stories.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAsB,uBAAuB,EAAE,MAAM,mBAAmB,CAAC
|
|
1
|
+
{"version":3,"file":"ConfirmationDialog.stories.d.ts","sourceRoot":"","sources":["../../../../stories/elements/Modal/ConfirmationDialog.stories.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAsB,uBAAuB,EAAE,MAAM,mBAAmB,CAAC;;;;;;AAKhF,wBAIE;AAsBF,eAAO,MAAM,SAAS,KAAoB,CAAC"}
|
|
@@ -1,41 +1,8 @@
|
|
|
1
1
|
import { ConfirmationDialogProps } from 'ui/elements/Modal';
|
|
2
2
|
declare const _default: {
|
|
3
3
|
title: string;
|
|
4
|
-
component: {
|
|
5
|
-
|
|
6
|
-
propTypes: {
|
|
7
|
-
cancelText: import("prop-types").Requireable<string>;
|
|
8
|
-
confirmText: import("prop-types").Requireable<string>;
|
|
9
|
-
onCancel: import("prop-types").Requireable<(...args: any[]) => any>;
|
|
10
|
-
onConfirm: import("prop-types").Requireable<(...args: any[]) => any>;
|
|
11
|
-
banner: import("prop-types").Requireable<import("prop-types").ReactNodeLike>;
|
|
12
|
-
title: import("prop-types").Requireable<import("prop-types").ReactNodeLike>;
|
|
13
|
-
description: import("prop-types").Requireable<string>;
|
|
14
|
-
body: import("prop-types").Requireable<import("prop-types").ReactNodeLike>;
|
|
15
|
-
cancelButtonVariant: import("prop-types").Requireable<string>;
|
|
16
|
-
confirmButtonVariant: import("prop-types").Requireable<string>;
|
|
17
|
-
showCloseButton: import("prop-types").Requireable<boolean>;
|
|
18
|
-
hideOnClickAway: import("prop-types").Requireable<boolean>;
|
|
19
|
-
blurBackground: import("prop-types").Requireable<boolean>;
|
|
20
|
-
mobileBottomFullWidth: import("prop-types").Requireable<boolean>;
|
|
21
|
-
};
|
|
22
|
-
defaultProps: {
|
|
23
|
-
cancelText: string;
|
|
24
|
-
confirmText: string;
|
|
25
|
-
banner: any;
|
|
26
|
-
title: string;
|
|
27
|
-
description: string;
|
|
28
|
-
body: any;
|
|
29
|
-
onCancel: () => void;
|
|
30
|
-
onConfirm: () => void;
|
|
31
|
-
cancelButtonVariant: string;
|
|
32
|
-
confirmButtonVariant: string;
|
|
33
|
-
showCloseButton: boolean;
|
|
34
|
-
hideOnClickAway: boolean;
|
|
35
|
-
blurBackground: boolean;
|
|
36
|
-
mobileBottomFullWidth: boolean;
|
|
37
|
-
};
|
|
38
|
-
};
|
|
4
|
+
component: ({ cancelText, confirmText, onCancel, onConfirm, banner, title, description, body, cancelButtonVariant, confirmButtonVariant, showCloseButton, hideOnClickAway, blurBackground, mobileBottomFullWidth, }: ConfirmationDialogProps) => JSX.Element;
|
|
5
|
+
tags: string[];
|
|
39
6
|
};
|
|
40
7
|
export default _default;
|
|
41
8
|
export declare const Template: (args?: ConfirmationDialogProps) => JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ConfirmationDialogWithTrigger.stories.d.ts","sourceRoot":"","sources":["../../../../stories/elements/Modal/ConfirmationDialogWithTrigger.stories.tsx"],"names":[],"mappings":"AAIA,OAAO,EAEH,uBAAuB,EAC1B,MAAM,mBAAmB,CAAC
|
|
1
|
+
{"version":3,"file":"ConfirmationDialogWithTrigger.stories.d.ts","sourceRoot":"","sources":["../../../../stories/elements/Modal/ConfirmationDialogWithTrigger.stories.tsx"],"names":[],"mappings":"AAIA,OAAO,EAEH,uBAAuB,EAC1B,MAAM,mBAAmB,CAAC;;;;;;AAE3B,wBAIE;AAmBF,eAAO,MAAM,QAAQ,UAAU,uBAAuB,gBAqCrD,CAAC"}
|
|
@@ -3,38 +3,6 @@ declare const _default: {
|
|
|
3
3
|
title: string;
|
|
4
4
|
component: {
|
|
5
5
|
({ modalSteps, showModalStepsPagination, hideOnClickAway, blurBackground, onHide, onFinalStep, mobileBottomFullWidth, onStepChange, modalPadding, modalBodyMargin, width, height, minHeight, showCloseButton, }: MultiStepModalProps): JSX.Element;
|
|
6
|
-
propTypes: {
|
|
7
|
-
modalSteps: import("prop-types").Requireable<any[]>;
|
|
8
|
-
showModalStepsPagination: import("prop-types").Requireable<boolean>;
|
|
9
|
-
hideOnClickAway: import("prop-types").Requireable<boolean>;
|
|
10
|
-
blurBackground: import("prop-types").Requireable<boolean>;
|
|
11
|
-
onHide: import("prop-types").Requireable<(...args: any[]) => any>;
|
|
12
|
-
onFinalStep: import("prop-types").Requireable<(...args: any[]) => any>;
|
|
13
|
-
mobileBottomFullWidth: import("prop-types").Requireable<boolean>;
|
|
14
|
-
onStepChange: import("prop-types").Requireable<(...args: any[]) => any>;
|
|
15
|
-
modalPadding: import("prop-types").Requireable<string>;
|
|
16
|
-
modalBodyMargin: import("prop-types").Requireable<string>;
|
|
17
|
-
width: import("prop-types").Requireable<string>;
|
|
18
|
-
height: import("prop-types").Requireable<string>;
|
|
19
|
-
minHeight: import("prop-types").Requireable<string>;
|
|
20
|
-
showCloseButton: import("prop-types").Requireable<boolean>;
|
|
21
|
-
};
|
|
22
|
-
defaultProps: {
|
|
23
|
-
modalSteps: any[];
|
|
24
|
-
showModalStepsPagination: boolean;
|
|
25
|
-
hideOnClickAway: boolean;
|
|
26
|
-
blurBackground: boolean;
|
|
27
|
-
onHide: () => void;
|
|
28
|
-
onFinalStep: () => void;
|
|
29
|
-
mobileBottomFullWidth: boolean;
|
|
30
|
-
onStepChange: () => void;
|
|
31
|
-
modalPadding: string;
|
|
32
|
-
modalBodyMargin: string;
|
|
33
|
-
width: any;
|
|
34
|
-
height: any;
|
|
35
|
-
minHeight: any;
|
|
36
|
-
showCloseButton: boolean;
|
|
37
|
-
};
|
|
38
6
|
PaginatedActions: import("styled-components").StyledComponent<string, any, {}, never>;
|
|
39
7
|
Pagination: import("styled-components").StyledComponent<string, any, {}, never>;
|
|
40
8
|
PaginationItem: import("styled-components").StyledComponent<string, any, import("../../../ui/elements/Modal/types").ModalPaginationItemProps, never>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MultiStepModal.stories.d.ts","sourceRoot":"","sources":["../../../../stories/elements/Modal/MultiStepModal.stories.tsx"],"names":[],"mappings":"AACA,OAAuB,EACnB,mBAAmB,EACtB,MAAM,kCAAkC,CAAC
|
|
1
|
+
{"version":3,"file":"MultiStepModal.stories.d.ts","sourceRoot":"","sources":["../../../../stories/elements/Modal/MultiStepModal.stories.tsx"],"names":[],"mappings":"AACA,OAAuB,EACnB,mBAAmB,EACtB,MAAM,kCAAkC,CAAC;;;;;;;;;;;AAM1C,wBAIE;AAIF,eAAO,MAAM,SAAS,KAAoB,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { StoryFn } from '@storybook/react';
|
|
2
|
+
import PopOver from 'ui/elements/PopOver';
|
|
3
|
+
declare const _default: {
|
|
4
|
+
title: string;
|
|
5
|
+
component: typeof PopOver;
|
|
6
|
+
decorators: ((Story: StoryFn) => JSX.Element)[];
|
|
7
|
+
};
|
|
8
|
+
export default _default;
|
|
9
|
+
export declare const Component: any;
|
|
10
|
+
//# sourceMappingURL=index.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.stories.d.ts","sourceRoot":"","sources":["../../../../stories/elements/PopOver/index.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,kBAAkB,CAAC;AAG3C,OAAO,OAAyB,MAAM,qBAAqB,CAAC;;;;yBAM5C,OAAO;;AAJvB,wBAUE;AA+CF,eAAO,MAAM,SAAS,KAAoB,CAAC"}
|
|
@@ -3,37 +3,7 @@ declare const _default: {
|
|
|
3
3
|
title: string;
|
|
4
4
|
description: string;
|
|
5
5
|
component: {
|
|
6
|
-
({ rows, columns,
|
|
7
|
-
propTypes: {
|
|
8
|
-
rows: import("prop-types").Requireable<any[]>;
|
|
9
|
-
columns: import("prop-types").Requireable<any[]>;
|
|
10
|
-
condensed: import("prop-types").Requireable<boolean>;
|
|
11
|
-
striped: import("prop-types").Requireable<boolean>;
|
|
12
|
-
borderAround: import("prop-types").Requireable<boolean>;
|
|
13
|
-
borderWithin: import("prop-types").Requireable<boolean>;
|
|
14
|
-
borderHorizontal: import("prop-types").Requireable<boolean>;
|
|
15
|
-
borderVertical: import("prop-types").Requireable<boolean>;
|
|
16
|
-
className: import("prop-types").Requireable<string>;
|
|
17
|
-
loading: import("prop-types").Requireable<boolean>;
|
|
18
|
-
style: import("prop-types").Requireable<object>;
|
|
19
|
-
capitalizeHeaders: import("prop-types").Requireable<boolean>;
|
|
20
|
-
highlightHeaders: import("prop-types").Requireable<boolean>;
|
|
21
|
-
};
|
|
22
|
-
defaultProps: {
|
|
23
|
-
rows: any[];
|
|
24
|
-
columns: any[];
|
|
25
|
-
condensed: boolean;
|
|
26
|
-
striped: boolean;
|
|
27
|
-
borderAround: boolean;
|
|
28
|
-
borderWithin: boolean;
|
|
29
|
-
borderHorizontal: boolean;
|
|
30
|
-
borderVertical: boolean;
|
|
31
|
-
className: string;
|
|
32
|
-
loading: boolean;
|
|
33
|
-
style: {};
|
|
34
|
-
capitalizeHeaders: boolean;
|
|
35
|
-
highlightHeaders: boolean;
|
|
36
|
-
};
|
|
6
|
+
({ rows, columns, condensed, striped, borderAround, borderWithin, borderHorizontal, borderVertical, className, style, capitalizeHeaders, highlightHeaders, }: TableProps): JSX.Element;
|
|
37
7
|
Table: import("styled-components").StyledComponent<string, any, import("../../../ui/elements/Table/types").TableComponentProps, never>;
|
|
38
8
|
TableBody: import("styled-components").StyledComponent<string, any, import("../../../ui/elements/Table/types").TableBodyComponentProps, never>;
|
|
39
9
|
TableDataCell: import("styled-components").StyledComponent<string, any, import("../../../ui/elements/Table/types").TableDataCellComponentProps, never>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Manual.stories.d.ts","sourceRoot":"","sources":["../../../../stories/elements/Table/Manual.stories.tsx"],"names":[],"mappings":"AACA,OAAc,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC
|
|
1
|
+
{"version":3,"file":"Manual.stories.d.ts","sourceRoot":"","sources":["../../../../stories/elements/Table/Manual.stories.tsx"],"names":[],"mappings":"AACA,OAAc,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;;;;;;;;;;;;;;;;;;;;;AAOtD,wBAWE;AAeF,eAAO,MAAM,SAAS,KAAoB,CAAC"}
|
|
@@ -2,37 +2,7 @@ import { TableProps } from 'ui/elements/Table';
|
|
|
2
2
|
declare const _default: {
|
|
3
3
|
title: string;
|
|
4
4
|
component: {
|
|
5
|
-
({ rows, columns,
|
|
6
|
-
propTypes: {
|
|
7
|
-
rows: import("prop-types").Requireable<any[]>;
|
|
8
|
-
columns: import("prop-types").Requireable<any[]>;
|
|
9
|
-
condensed: import("prop-types").Requireable<boolean>;
|
|
10
|
-
striped: import("prop-types").Requireable<boolean>;
|
|
11
|
-
borderAround: import("prop-types").Requireable<boolean>;
|
|
12
|
-
borderWithin: import("prop-types").Requireable<boolean>;
|
|
13
|
-
borderHorizontal: import("prop-types").Requireable<boolean>;
|
|
14
|
-
borderVertical: import("prop-types").Requireable<boolean>;
|
|
15
|
-
className: import("prop-types").Requireable<string>;
|
|
16
|
-
loading: import("prop-types").Requireable<boolean>;
|
|
17
|
-
style: import("prop-types").Requireable<object>;
|
|
18
|
-
capitalizeHeaders: import("prop-types").Requireable<boolean>;
|
|
19
|
-
highlightHeaders: import("prop-types").Requireable<boolean>;
|
|
20
|
-
};
|
|
21
|
-
defaultProps: {
|
|
22
|
-
rows: any[];
|
|
23
|
-
columns: any[];
|
|
24
|
-
condensed: boolean;
|
|
25
|
-
striped: boolean;
|
|
26
|
-
borderAround: boolean;
|
|
27
|
-
borderWithin: boolean;
|
|
28
|
-
borderHorizontal: boolean;
|
|
29
|
-
borderVertical: boolean;
|
|
30
|
-
className: string;
|
|
31
|
-
loading: boolean;
|
|
32
|
-
style: {};
|
|
33
|
-
capitalizeHeaders: boolean;
|
|
34
|
-
highlightHeaders: boolean;
|
|
35
|
-
};
|
|
5
|
+
({ rows, columns, condensed, striped, borderAround, borderWithin, borderHorizontal, borderVertical, className, style, capitalizeHeaders, highlightHeaders, }: TableProps): JSX.Element;
|
|
36
6
|
Table: import("styled-components").StyledComponent<string, any, import("../../../ui/elements/Table/types").TableComponentProps, never>;
|
|
37
7
|
TableBody: import("styled-components").StyledComponent<string, any, import("../../../ui/elements/Table/types").TableBodyComponentProps, never>;
|
|
38
8
|
TableDataCell: import("styled-components").StyledComponent<string, any, import("../../../ui/elements/Table/types").TableDataCellComponentProps, never>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ManualColumnNesting.stories.d.ts","sourceRoot":"","sources":["../../../../stories/elements/Table/ManualColumnNesting.stories.tsx"],"names":[],"mappings":"AACA,OAAc,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC
|
|
1
|
+
{"version":3,"file":"ManualColumnNesting.stories.d.ts","sourceRoot":"","sources":["../../../../stories/elements/Table/ManualColumnNesting.stories.tsx"],"names":[],"mappings":"AACA,OAAc,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;;;;;;;;;;;;;;;;;;;;AAOtD,wBAUE;AAgBF,eAAO,MAAM,wBAAwB,KAAoB,CAAC"}
|
|
@@ -2,37 +2,7 @@ import { TableProps } from 'ui/elements/Table';
|
|
|
2
2
|
declare const _default: {
|
|
3
3
|
title: string;
|
|
4
4
|
component: {
|
|
5
|
-
({ rows, columns,
|
|
6
|
-
propTypes: {
|
|
7
|
-
rows: import("prop-types").Requireable<any[]>;
|
|
8
|
-
columns: import("prop-types").Requireable<any[]>;
|
|
9
|
-
condensed: import("prop-types").Requireable<boolean>;
|
|
10
|
-
striped: import("prop-types").Requireable<boolean>;
|
|
11
|
-
borderAround: import("prop-types").Requireable<boolean>;
|
|
12
|
-
borderWithin: import("prop-types").Requireable<boolean>;
|
|
13
|
-
borderHorizontal: import("prop-types").Requireable<boolean>;
|
|
14
|
-
borderVertical: import("prop-types").Requireable<boolean>;
|
|
15
|
-
className: import("prop-types").Requireable<string>;
|
|
16
|
-
loading: import("prop-types").Requireable<boolean>;
|
|
17
|
-
style: import("prop-types").Requireable<object>;
|
|
18
|
-
capitalizeHeaders: import("prop-types").Requireable<boolean>;
|
|
19
|
-
highlightHeaders: import("prop-types").Requireable<boolean>;
|
|
20
|
-
};
|
|
21
|
-
defaultProps: {
|
|
22
|
-
rows: any[];
|
|
23
|
-
columns: any[];
|
|
24
|
-
condensed: boolean;
|
|
25
|
-
striped: boolean;
|
|
26
|
-
borderAround: boolean;
|
|
27
|
-
borderWithin: boolean;
|
|
28
|
-
borderHorizontal: boolean;
|
|
29
|
-
borderVertical: boolean;
|
|
30
|
-
className: string;
|
|
31
|
-
loading: boolean;
|
|
32
|
-
style: {};
|
|
33
|
-
capitalizeHeaders: boolean;
|
|
34
|
-
highlightHeaders: boolean;
|
|
35
|
-
};
|
|
5
|
+
({ rows, columns, condensed, striped, borderAround, borderWithin, borderHorizontal, borderVertical, className, style, capitalizeHeaders, highlightHeaders, }: TableProps): JSX.Element;
|
|
36
6
|
Table: import("styled-components").StyledComponent<string, any, import("../../../ui/elements/Table/types").TableComponentProps, never>;
|
|
37
7
|
TableBody: import("styled-components").StyledComponent<string, any, import("../../../ui/elements/Table/types").TableBodyComponentProps, never>;
|
|
38
8
|
TableDataCell: import("styled-components").StyledComponent<string, any, import("../../../ui/elements/Table/types").TableDataCellComponentProps, never>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.stories.d.ts","sourceRoot":"","sources":["../../../../stories/elements/Table/index.stories.tsx"],"names":[],"mappings":"AACA,OAAc,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC
|
|
1
|
+
{"version":3,"file":"index.stories.d.ts","sourceRoot":"","sources":["../../../../stories/elements/Table/index.stories.tsx"],"names":[],"mappings":"AACA,OAAc,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;;;;;;;;;;;;;AAItD,wBAGE;AAIF,eAAO,MAAM,SAAS,KAAoB,CAAC"}
|
|
@@ -1,27 +1,7 @@
|
|
|
1
1
|
import { TypographyProps } from 'ui/elements/Typography';
|
|
2
2
|
declare const _default: {
|
|
3
3
|
title: string;
|
|
4
|
-
component: {
|
|
5
|
-
({ variant, as, color, textAlign, textTransform, fontSize, children, }: TypographyProps): JSX.Element;
|
|
6
|
-
propTypes: {
|
|
7
|
-
variant: import("prop-types").Requireable<import("../../../ui/elements/Typography/types").TypographyVariantType>;
|
|
8
|
-
as: import("prop-types").Requireable<string>;
|
|
9
|
-
color: import("prop-types").Requireable<string>;
|
|
10
|
-
textAlign: import("prop-types").Requireable<string>;
|
|
11
|
-
textTransform: import("prop-types").Requireable<string>;
|
|
12
|
-
fontSize: import("prop-types").Requireable<string>;
|
|
13
|
-
children: import("prop-types").Requireable<any>;
|
|
14
|
-
};
|
|
15
|
-
defaultProps: {
|
|
16
|
-
variant: string;
|
|
17
|
-
as: string;
|
|
18
|
-
color: string;
|
|
19
|
-
textAlign: any;
|
|
20
|
-
textTransform: any;
|
|
21
|
-
fontSize: any;
|
|
22
|
-
children: string;
|
|
23
|
-
};
|
|
24
|
-
};
|
|
4
|
+
component: ({ variant, as, color, textAlign, textTransform, fontSize, children, }: TypographyProps) => JSX.Element;
|
|
25
5
|
tags: string[];
|
|
26
6
|
};
|
|
27
7
|
export default _default;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TypographyGallery.stories.d.ts","sourceRoot":"","sources":["../../../../stories/elements/Typography/TypographyGallery.stories.tsx"],"names":[],"mappings":"AAEA,OAAmB,EAKf,eAAe,EAClB,MAAM,wBAAwB,CAAC
|
|
1
|
+
{"version":3,"file":"TypographyGallery.stories.d.ts","sourceRoot":"","sources":["../../../../stories/elements/Typography/TypographyGallery.stories.tsx"],"names":[],"mappings":"AAEA,OAAmB,EAKf,eAAe,EAClB,MAAM,wBAAwB,CAAC;;;;;;AAIhC,wBAIE;AA8CF,eAAO,MAAM,OAAO,KAAoB,CAAC"}
|
|
@@ -1,27 +1,7 @@
|
|
|
1
1
|
import { TypographyProps } from 'ui/elements/Typography';
|
|
2
2
|
declare const _default: {
|
|
3
3
|
title: string;
|
|
4
|
-
component: {
|
|
5
|
-
({ variant, as, color, textAlign, textTransform, fontSize, children, }: TypographyProps): JSX.Element;
|
|
6
|
-
propTypes: {
|
|
7
|
-
variant: import("prop-types").Requireable<import("../../../ui/elements/Typography/types").TypographyVariantType>;
|
|
8
|
-
as: import("prop-types").Requireable<string>;
|
|
9
|
-
color: import("prop-types").Requireable<string>;
|
|
10
|
-
textAlign: import("prop-types").Requireable<string>;
|
|
11
|
-
textTransform: import("prop-types").Requireable<string>;
|
|
12
|
-
fontSize: import("prop-types").Requireable<string>;
|
|
13
|
-
children: import("prop-types").Requireable<any>;
|
|
14
|
-
};
|
|
15
|
-
defaultProps: {
|
|
16
|
-
variant: string;
|
|
17
|
-
as: string;
|
|
18
|
-
color: string;
|
|
19
|
-
textAlign: any;
|
|
20
|
-
textTransform: any;
|
|
21
|
-
fontSize: any;
|
|
22
|
-
children: string;
|
|
23
|
-
};
|
|
24
|
-
};
|
|
4
|
+
component: ({ variant, as, color, textAlign, textTransform, fontSize, children, }: TypographyProps) => JSX.Element;
|
|
25
5
|
};
|
|
26
6
|
export default _default;
|
|
27
7
|
export declare const Component: any;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.stories.d.ts","sourceRoot":"","sources":["../../../../stories/elements/Typography/index.stories.tsx"],"names":[],"mappings":"AACA,OAAmB,EAAE,eAAe,EAAE,MAAM,wBAAwB,CAAC
|
|
1
|
+
{"version":3,"file":"index.stories.d.ts","sourceRoot":"","sources":["../../../../stories/elements/Typography/index.stories.tsx"],"names":[],"mappings":"AACA,OAAmB,EAAE,eAAe,EAAE,MAAM,wBAAwB,CAAC;;;;;AAErE,wBAGE;AAYF,eAAO,MAAM,SAAS,KAAoB,CAAC"}
|
|
@@ -1,15 +1,6 @@
|
|
|
1
|
-
import PropTypes from 'prop-types';
|
|
2
1
|
interface ColorRendererProps {
|
|
3
|
-
color
|
|
2
|
+
color?: string;
|
|
4
3
|
}
|
|
5
|
-
export declare const ColorRenderer: {
|
|
6
|
-
({ color }: ColorRendererProps): JSX.Element;
|
|
7
|
-
defaultProps: {
|
|
8
|
-
color: string;
|
|
9
|
-
};
|
|
10
|
-
propTypes: {
|
|
11
|
-
color: PropTypes.Requireable<string>;
|
|
12
|
-
};
|
|
13
|
-
};
|
|
4
|
+
export declare const ColorRenderer: ({ color, }: ColorRendererProps) => JSX.Element;
|
|
14
5
|
export {};
|
|
15
6
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../stories/helper-components/ColorRenderer/index.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../stories/helper-components/ColorRenderer/index.tsx"],"names":[],"mappings":"AAEA,UAAU,kBAAkB;IACxB,KAAK,CAAC,EAAE,MAAM,CAAC;CAClB;AAED,eAAO,MAAM,aAAa,eAEvB,kBAAkB,gBAcpB,CAAC"}
|
|
@@ -1,12 +1,7 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
|
|
3
|
-
declare function DocPageWithPlayground({ exampleSourceCode, }: {
|
|
2
|
+
interface DocPageWithPlaygroundProps {
|
|
4
3
|
exampleSourceCode: string;
|
|
5
|
-
}): JSX.Element;
|
|
6
|
-
declare namespace DocPageWithPlayground {
|
|
7
|
-
var propTypes: {
|
|
8
|
-
exampleSourceCode: PropTypes.Validator<string>;
|
|
9
|
-
};
|
|
10
4
|
}
|
|
11
|
-
export default DocPageWithPlayground;
|
|
5
|
+
export default function DocPageWithPlayground({ exampleSourceCode, }: DocPageWithPlaygroundProps): JSX.Element;
|
|
6
|
+
export {};
|
|
12
7
|
//# sourceMappingURL=DocPageWithPlayground.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DocPageWithPlayground.d.ts","sourceRoot":"","sources":["../../../stories/helper-components/DocPageWithPlayground.tsx"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"DocPageWithPlayground.d.ts","sourceRoot":"","sources":["../../../stories/helper-components/DocPageWithPlayground.tsx"],"names":[],"mappings":";AAcA,UAAU,0BAA0B;IAChC,iBAAiB,EAAE,MAAM,CAAC;CAC7B;AAED,MAAM,CAAC,OAAO,UAAU,qBAAqB,CAAC,EAC1C,iBAAsB,GACzB,EAAE,0BAA0B,eAsB5B"}
|
|
@@ -1,21 +1,9 @@
|
|
|
1
|
-
import PropTypes from 'prop-types';
|
|
2
1
|
import { ReactNode } from 'react';
|
|
3
2
|
interface TokenBlockProps {
|
|
4
3
|
copy?: boolean;
|
|
5
4
|
showCopiedOverlay?: boolean;
|
|
6
|
-
children
|
|
5
|
+
children?: ReactNode;
|
|
7
6
|
}
|
|
8
|
-
declare const TokenBlock: {
|
|
9
|
-
({ copy, children, showCopiedOverlay }: TokenBlockProps): JSX.Element;
|
|
10
|
-
propTypes: {
|
|
11
|
-
copy: PropTypes.Requireable<boolean>;
|
|
12
|
-
showCopiedOverlay: PropTypes.Requireable<boolean>;
|
|
13
|
-
children: PropTypes.Validator<NonNullable<PropTypes.ReactNodeLike>>;
|
|
14
|
-
};
|
|
15
|
-
defaultProps: {
|
|
16
|
-
copy: boolean;
|
|
17
|
-
showCopiedOverlay: boolean;
|
|
18
|
-
};
|
|
19
|
-
};
|
|
7
|
+
declare const TokenBlock: ({ copy, children, showCopiedOverlay, }: TokenBlockProps) => JSX.Element;
|
|
20
8
|
export default TokenBlock;
|
|
21
9
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../stories/helper-components/TokenBlock/index.tsx"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../stories/helper-components/TokenBlock/index.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,SAAS,EAAY,MAAM,OAAO,CAAC;AAUnD,UAAU,eAAe;IACrB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,QAAQ,CAAC,EAAE,SAAS,CAAC;CACxB;AAED,QAAA,MAAM,UAAU,2CAIb,eAAe,gBA8CjB,CAAC;AAEF,eAAe,UAAU,CAAC"}
|
|
@@ -225,6 +225,8 @@ export declare const ICON_TAGS: {
|
|
|
225
225
|
close: string[];
|
|
226
226
|
"compass-filled": string[];
|
|
227
227
|
compass: string[];
|
|
228
|
+
"database-filled": string[];
|
|
229
|
+
database: string[];
|
|
228
230
|
"diamond-filled": string[];
|
|
229
231
|
diamond: string[];
|
|
230
232
|
"double-check-filled": string[];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"iconTags.d.ts","sourceRoot":"","sources":["../../../../ui/core/icons/iconTags.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,SAAS
|
|
1
|
+
{"version":3,"file":"iconTags.d.ts","sourceRoot":"","sources":["../../../../ui/core/icons/iconTags.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAqqCrB,CAAC;AACF,eAAO,MAAM,SAAS;;;;;;;;;;;CAiarB,CAAC"}
|