@useblu/ocean-react 1.85.0 → 1.86.0
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/Accordion/Accordion.d.ts +7 -8
- package/Accordion/Accordion.d.ts.map +1 -1
- package/Accordion/index.d.ts +1 -1
- package/Alert/Alert.d.ts +18 -18
- package/Alert/Alert.d.ts.map +1 -1
- package/Alert/AlertIcon.d.ts +7 -7
- package/Alert/AlertIcon.d.ts.map +1 -1
- package/Alert/index.d.ts +1 -1
- package/Badge/Badge.d.ts +12 -12
- package/Badge/Badge.d.ts.map +1 -1
- package/Badge/index.d.ts +1 -1
- package/Breadcrumb/Breadcrumb.d.ts +8 -8
- package/Breadcrumb/Breadcrumb.d.ts.map +1 -1
- package/Breadcrumb/index.d.ts +1 -1
- package/Button/Button.d.ts +16 -16
- package/Button/Button.d.ts.map +1 -1
- package/Button/index.d.ts +1 -1
- package/CHANGELOG.md +6 -0
- package/CardGroup/ActionButton.d.ts +6 -7
- package/CardGroup/ActionButton.d.ts.map +1 -1
- package/CardGroup/CardGroup.d.ts +12 -12
- package/CardGroup/Header.d.ts +7 -8
- package/CardGroup/Header.d.ts.map +1 -1
- package/CardGroup/index.d.ts +1 -1
- package/CardGroup/stories/RenderCardGroup.d.ts +3 -4
- package/CardGroup/stories/RenderCardGroup.d.ts.map +1 -1
- package/CardListItem/CardListItem.d.ts +15 -15
- package/CardListItem/CardListItem.d.ts.map +1 -1
- package/CardListItem/index.d.ts +1 -1
- package/Carousel/Carousel.d.ts +8 -8
- package/Carousel/Carousel.d.ts.map +1 -1
- package/Carousel/CarouselDotList.d.ts +6 -6
- package/Carousel/CarouselDotList.d.ts.map +1 -1
- package/Carousel/examples/BannerExample.d.ts +5 -5
- package/Carousel/index.d.ts +1 -1
- package/Chart/DoughnutChart.d.ts +19 -19
- package/Chart/DoughnutChart.d.ts.map +1 -1
- package/Chart/index.d.ts +2 -2
- package/Chart/mocks/doughnutChart.d.ts +9 -9
- package/Checkbox/Checkbox.d.ts +14 -14
- package/Checkbox/Checkbox.d.ts.map +1 -1
- package/Checkbox/index.d.ts +1 -1
- package/Chips/Chips.d.ts +25 -25
- package/Chips/Chips.d.ts.map +1 -1
- package/Chips/Options.d.ts +14 -14
- package/Chips/index.d.ts +1 -1
- package/CrossSellCard/CrossSellCard.d.ts +18 -18
- package/CrossSellCard/CrossSellCard.d.ts.map +1 -1
- package/CrossSellCard/index.d.ts +1 -1
- package/Date/DateHeader.d.ts +9 -9
- package/Date/DateHeader.d.ts.map +1 -1
- package/Date/DatePicker.d.ts +7 -7
- package/Date/DateRange.d.ts +14 -14
- package/Date/hooks/useDatePicker.d.ts +2 -2
- package/Date/hooks/useDateRange.d.ts +2 -2
- package/Date/index.d.ts +4 -4
- package/Date/types/DatePicker.types.d.ts +26 -27
- package/Date/types/DatePicker.types.d.ts.map +1 -1
- package/Date/types/DateRange.types.d.ts +42 -42
- package/Date/types/DateRange.types.d.ts.map +1 -1
- package/Date/utils/dateUtils.d.ts +6 -6
- package/Date/utils/dateUtils.d.ts.map +1 -1
- package/Divider/Divider.d.ts +3 -3
- package/Divider/index.d.ts +1 -1
- package/DotPagination/DotPagination.d.ts +8 -8
- package/DotPagination/index.d.ts +1 -1
- package/Drawer/Drawer.d.ts +15 -15
- package/Drawer/Drawer.d.ts.map +1 -1
- package/Drawer/examples/AttachedDrawer.d.ts +10 -10
- package/Drawer/examples/AttachedDrawer.d.ts.map +1 -1
- package/Drawer/examples/SimpleDrawer.d.ts +10 -10
- package/Drawer/examples/SimpleDrawer.d.ts.map +1 -1
- package/Drawer/index.d.ts +1 -1
- package/FileUploader/File.d.ts +12 -12
- package/FileUploader/File.d.ts.map +1 -1
- package/FileUploader/FileUploader.d.ts +46 -46
- package/FileUploader/FileUploader.d.ts.map +1 -1
- package/FileUploader/examples/FileUploaderAuto.d.ts +3 -3
- package/FileUploader/examples/FileUploaderControlled.d.ts +7 -7
- package/FileUploader/examples/FileUploaderControlled.d.ts.map +1 -1
- package/FileUploader/index.d.ts +1 -1
- package/FormControl/FormControl.d.ts +12 -12
- package/FormControl/FormControl.d.ts.map +1 -1
- package/FormControl/index.d.ts +2 -2
- package/FormLabel/FormLabel.d.ts +10 -10
- package/FormLabel/FormLabel.d.ts.map +1 -1
- package/FormLabel/index.d.ts +1 -1
- package/Grid/Col.d.ts +15 -15
- package/Grid/Col.d.ts.map +1 -1
- package/Grid/Container.d.ts +5 -5
- package/Grid/Container.d.ts.map +1 -1
- package/Grid/Row.d.ts +19 -19
- package/Grid/Row.d.ts.map +1 -1
- package/Grid/index.d.ts +40 -41
- package/Grid/index.d.ts.map +1 -1
- package/Grid/stories/_shared.d.ts +34 -34
- package/Grid/stories/_shared.d.ts.map +1 -1
- package/IconButton/IconButton.d.ts +11 -11
- package/IconButton/IconButton.d.ts.map +1 -1
- package/IconButton/index.d.ts +1 -1
- package/Input/Input.d.ts +25 -25
- package/Input/Input.d.ts.map +1 -1
- package/Input/examples/InputControlled.d.ts +3 -3
- package/Input/index.d.ts +1 -1
- package/Input/stories/_shared.d.ts +468 -468
- package/Input/stories/_shared.d.ts.map +1 -1
- package/Link/Link.d.ts +14 -14
- package/Link/Link.d.ts.map +1 -1
- package/Link/LinkIcons.d.ts +6 -6
- package/Link/LinkIcons.d.ts.map +1 -1
- package/Link/index.d.ts +1 -1
- package/List/List.d.ts +4 -4
- package/List/List.d.ts.map +1 -1
- package/List/index.d.ts +1 -1
- package/Modal/Modal.d.ts +10 -10
- package/Modal/Modal.d.ts.map +1 -1
- package/Modal/examples/SimpleModal.d.ts +4 -4
- package/Modal/index.d.ts +1 -1
- package/Progress/Progress.d.ts +10 -10
- package/Progress/Progress.d.ts.map +1 -1
- package/Progress/img/IconLg.d.ts +3 -3
- package/Progress/img/IconMd.d.ts +3 -3
- package/Progress/img/IconSm.d.ts +3 -3
- package/Progress/index.d.ts +1 -1
- package/Radio/Radio.d.ts +8 -8
- package/Radio/Radio.d.ts.map +1 -1
- package/Radio/index.d.ts +1 -1
- package/Search/Search.d.ts +5 -5
- package/Search/Search.d.ts.map +1 -1
- package/Search/index.d.ts +1 -1
- package/Select/Listbox.d.ts +9 -9
- package/Select/Listbox.d.ts.map +1 -1
- package/Select/Option.d.ts +4 -4
- package/Select/Select.d.ts +4 -4
- package/Select/SelectAutocomplete.d.ts +4 -4
- package/Select/context.d.ts +10 -10
- package/Select/context.d.ts.map +1 -1
- package/Select/examples/SelectAutocompleteControlled.d.ts +3 -3
- package/Select/examples/SelectControlled.d.ts +3 -3
- package/Select/index.d.ts +4 -4
- package/Select/types.d.ts +26 -26
- package/Select/types.d.ts.map +1 -1
- package/Select/useSelect.d.ts +15 -16
- package/Select/useSelect.d.ts.map +1 -1
- package/Shortcut/Shortcut.d.ts +15 -15
- package/Shortcut/Shortcut.d.ts.map +1 -1
- package/Shortcut/index.d.ts +1 -1
- package/Snackbar/Snackbar.d.ts +23 -23
- package/Snackbar/Snackbar.d.ts.map +1 -1
- package/Snackbar/hook/useSnackbar.d.ts +13 -13
- package/Snackbar/hook/useSnackbar.d.ts.map +1 -1
- package/Snackbar/index.d.ts +1 -1
- package/Stepper/Stepper.d.ts +11 -11
- package/Stepper/Stepper.d.ts.map +1 -1
- package/Stepper/index.d.ts +1 -1
- package/Steps/Steps.d.ts +11 -11
- package/Steps/Steps.d.ts.map +1 -1
- package/Steps/index.d.ts +1 -1
- package/SubHeader/SubHeader.d.ts +8 -8
- package/SubHeader/SubHeader.d.ts.map +1 -1
- package/SubHeader/index.d.ts +1 -1
- package/Switch/Switch.d.ts +4 -4
- package/Switch/Switch.d.ts.map +1 -1
- package/Switch/index.d.ts +1 -1
- package/Tag/Tag.d.ts +17 -17
- package/Tag/Tag.d.ts.map +1 -1
- package/Tag/TagIcon.d.ts +7 -7
- package/Tag/TagIcon.d.ts.map +1 -1
- package/Tag/index.d.ts +1 -1
- package/TextArea/TextArea.d.ts +5 -5
- package/TextArea/TextArea.d.ts.map +1 -1
- package/TextArea/examples/TextAreaControlled.d.ts +3 -3
- package/TextArea/index.d.ts +1 -1
- package/TextListItem/TextListItem.d.ts +32 -32
- package/TextListItem/TextListItem.d.ts.map +1 -1
- package/TextListItem/index.d.ts +1 -1
- package/TokenInput/DigitInput.d.ts +7 -7
- package/TokenInput/TokenInput.d.ts +15 -15
- package/TokenInput/index.d.ts +1 -1
- package/TopBar/TopBar.d.ts +14 -14
- package/TopBar/index.d.ts +1 -1
- package/TransactionListItem/TransactionListItem.d.ts +30 -30
- package/TransactionListItem/TransactionListItem.d.ts.map +1 -1
- package/TransactionListItem/index.d.ts +1 -1
- package/Typography/Typography.d.ts +14 -14
- package/Typography/Typography.d.ts.map +1 -1
- package/Typography/index.d.ts +1 -1
- package/UnorderedListItem/UnorderedListItem.d.ts +17 -17
- package/UnorderedListItem/UnorderedListItem.d.ts.map +1 -1
- package/UnorderedListItem/index.d.ts +1 -1
- package/WebNotification/WebNotification.d.ts +25 -25
- package/WebNotification/WebNotification.d.ts.map +1 -1
- package/WebNotification/hook/useWebNotification.d.ts +8 -8
- package/WebNotification/hook/useWebNotification.d.ts.map +1 -1
- package/WebNotification/index.d.ts +1 -1
- package/_util/makeId.d.ts +2 -2
- package/_util/makeId.d.ts.map +1 -1
- package/_util/type.d.ts +1 -2
- package/_util/type.d.ts.map +1 -1
- package/_util/useInputFilled.d.ts +13 -13
- package/_util/useInputFilled.d.ts.map +1 -1
- package/index.d.ts +82 -82
- package/index.es.js +1876 -3198
- package/index.es.js.map +1 -1
- package/index.js +1995 -3324
- package/index.js.map +1 -1
- package/package.json +1 -1
- package/Button/stories/Button.stories.d.ts +0 -13
- package/Button/stories/Button.stories.d.ts.map +0 -1
- package/CrossSellCard/__tests__/CrossSellCard.d.ts +0 -2
- package/CrossSellCard/__tests__/CrossSellCard.d.ts.map +0 -1
- package/FileUploader/stories/FileUploader.stories.d.ts +0 -7
- package/FileUploader/stories/FileUploader.stories.d.ts.map +0 -1
- package/Grid/stories/Col.stories.d.ts +0 -7
- package/Grid/stories/Col.stories.d.ts.map +0 -1
- package/Grid/stories/Container.stories.d.ts +0 -7
- package/Grid/stories/Container.stories.d.ts.map +0 -1
- package/Grid/stories/Grid.stories.d.ts +0 -7
- package/Grid/stories/Grid.stories.d.ts.map +0 -1
- package/Grid/stories/Row.stories.d.ts +0 -7
- package/Grid/stories/Row.stories.d.ts.map +0 -1
- package/Input/stories/Currency.stories.d.ts +0 -12
- package/Input/stories/Currency.stories.d.ts.map +0 -1
- package/Input/stories/Getting-started.stories.d.ts +0 -13
- package/Input/stories/Getting-started.stories.d.ts.map +0 -1
- package/Input/stories/Text.stories.d.ts +0 -11
- package/Input/stories/Text.stories.d.ts.map +0 -1
- package/Input/stories/WithIcon.stories.d.ts +0 -10
- package/Input/stories/WithIcon.stories.d.ts.map +0 -1
- package/Input/stories/WithLabelIconTooltip.stories.d.ts +0 -9
- package/Input/stories/WithLabelIconTooltip.stories.d.ts.map +0 -1
- package/List/stories/Examples.stories.d.ts +0 -15
- package/List/stories/Examples.stories.d.ts.map +0 -1
- package/List/stories/List.stories.d.ts +0 -12
- package/List/stories/List.stories.d.ts.map +0 -1
- package/Shortcut/__tests__/Shortcut.spec.d.ts +0 -2
- package/Shortcut/__tests__/Shortcut.spec.d.ts.map +0 -1
- package/SubHeader/__tests__/SubHeader.spec.d.ts +0 -2
- package/SubHeader/__tests__/SubHeader.spec.d.ts.map +0 -1
- package/Tag/stories/Tag.stories.d.ts +0 -13
- package/Tag/stories/Tag.stories.d.ts.map +0 -1
- package/TokenInput/stories/TokenInput.stories.d.ts +0 -10
- package/TokenInput/stories/TokenInput.stories.d.ts.map +0 -1
- package/UnorderedListItem/stories/UnorderedListItem.stories.d.ts +0 -10
- package/UnorderedListItem/stories/UnorderedListItem.stories.d.ts.map +0 -1
- package/_stories/components/Cover.d.ts +0 -4
- package/_stories/components/Cover.d.ts.map +0 -1
- package/_stories/components/FormExample.d.ts +0 -4
- package/_stories/components/FormExample.d.ts.map +0 -1
- package/_stories/components/Showcase.d.ts +0 -4
- package/_stories/components/Showcase.d.ts.map +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"_shared.d.ts","sourceRoot":"","sources":["../../../src/Input/stories/_shared.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AACvD,OAAO,KAAK,MAAM,UAAU,CAAC;AAG7B,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAkC1B,CAAC;AAGF,eAAO,MAAM,sBAAsB;;;;;;CAIlC,CAAC;AAGF,eAAO,MAAM,oBAAoB;;;;;CAKhC,CAAC;AAGF,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8CjC,CAAC;AAGF,eAAO,MAAM,qBAAqB,WACxB,
|
|
1
|
+
{"version":3,"file":"_shared.d.ts","sourceRoot":"","sources":["../../../src/Input/stories/_shared.tsx"],"names":[],"mappings":"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"}
|
package/Link/Link.d.ts
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import React, { ComponentPropsWithoutRef } from 'react';
|
|
2
|
-
export
|
|
3
|
-
variant?: 'primary' | 'inverse' | 'neutral';
|
|
4
|
-
size?: 'sm' | 'md' | 'tiny';
|
|
5
|
-
icon?: 'linkChevron' | 'externalLink';
|
|
6
|
-
disabled?: boolean;
|
|
7
|
-
} & ComponentPropsWithoutRef<'a'>;
|
|
8
|
-
declare const Link: React.ForwardRefExoticComponent<{
|
|
9
|
-
variant?: "primary" | "inverse" | "neutral"
|
|
10
|
-
size?: "sm" | "md" | "tiny"
|
|
11
|
-
icon?: "linkChevron" | "externalLink"
|
|
12
|
-
disabled?: boolean
|
|
13
|
-
} & Pick<React.DetailedHTMLProps<React.AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>, "key" | keyof React.AnchorHTMLAttributes<HTMLAnchorElement>> & React.RefAttributes<HTMLAnchorElement>>;
|
|
14
|
-
export default Link;
|
|
1
|
+
import React, { ComponentPropsWithoutRef } from 'react';
|
|
2
|
+
export type LinkProps = {
|
|
3
|
+
variant?: 'primary' | 'inverse' | 'neutral';
|
|
4
|
+
size?: 'sm' | 'md' | 'tiny';
|
|
5
|
+
icon?: 'linkChevron' | 'externalLink';
|
|
6
|
+
disabled?: boolean;
|
|
7
|
+
} & ComponentPropsWithoutRef<'a'>;
|
|
8
|
+
declare const Link: React.ForwardRefExoticComponent<{
|
|
9
|
+
variant?: "primary" | "inverse" | "neutral";
|
|
10
|
+
size?: "sm" | "md" | "tiny";
|
|
11
|
+
icon?: "linkChevron" | "externalLink";
|
|
12
|
+
disabled?: boolean;
|
|
13
|
+
} & Pick<React.DetailedHTMLProps<React.AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>, "key" | keyof React.AnchorHTMLAttributes<HTMLAnchorElement>> & React.RefAttributes<HTMLAnchorElement>>;
|
|
14
|
+
export default Link;
|
|
15
15
|
//# sourceMappingURL=Link.d.ts.map
|
package/Link/Link.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Link.d.ts","sourceRoot":"","sources":["../../src/Link/Link.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,wBAAwB,EAAc,MAAM,OAAO,CAAC;AAKpE,
|
|
1
|
+
{"version":3,"file":"Link.d.ts","sourceRoot":"","sources":["../../src/Link/Link.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,wBAAwB,EAAc,MAAM,OAAO,CAAC;AAKpE,MAAM,MAAM,SAAS,GAAG;IAKtB,OAAO,CAAC,EAAE,SAAS,GAAG,SAAS,GAAG,SAAS,CAAC;IAK5C,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,MAAM,CAAC;IAK5B,IAAI,CAAC,EAAE,aAAa,GAAG,cAAc,CAAC;IACtC,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,GAAG,wBAAwB,CAAC,GAAG,CAAC,CAAC;AAElC,QAAA,MAAM,IAAI;cAdE,SAAS,GAAG,SAAS,GAAG,SAAS;WAKpC,IAAI,GAAG,IAAI,GAAG,MAAM;WAKpB,aAAa,GAAG,cAAc;eAC1B,OAAO;0MAqCnB,CAAC;AAIF,eAAe,IAAI,CAAC"}
|
package/Link/LinkIcons.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
|
|
3
|
-
icon?: 'linkChevron' | 'externalLink';
|
|
4
|
-
};
|
|
5
|
-
declare const LinkIcons: React.NamedExoticComponent<LinkIconProps>;
|
|
6
|
-
export default LinkIcons;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
type LinkIconProps = {
|
|
3
|
+
icon?: 'linkChevron' | 'externalLink';
|
|
4
|
+
};
|
|
5
|
+
declare const LinkIcons: React.NamedExoticComponent<LinkIconProps>;
|
|
6
|
+
export default LinkIcons;
|
|
7
7
|
//# sourceMappingURL=LinkIcons.d.ts.map
|
package/Link/LinkIcons.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LinkIcons.d.ts","sourceRoot":"","sources":["../../src/Link/LinkIcons.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,
|
|
1
|
+
{"version":3,"file":"LinkIcons.d.ts","sourceRoot":"","sources":["../../src/Link/LinkIcons.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,KAAK,aAAa,GAAG;IACnB,IAAI,CAAC,EAAE,aAAa,GAAG,cAAc,CAAC;CACvC,CAAC;AAOF,QAAA,MAAM,SAAS,2CAgBb,CAAC;AAIH,eAAe,SAAS,CAAC"}
|
package/Link/index.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { default } from './Link';
|
|
1
|
+
export { default } from './Link';
|
|
2
2
|
//# sourceMappingURL=index.d.ts.map
|
package/List/List.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
export
|
|
3
|
-
declare const List: React.ForwardRefExoticComponent<Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof React.HTMLAttributes<HTMLDivElement>> & React.RefAttributes<HTMLDivElement>>;
|
|
4
|
-
export default List;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export type ListProps = React.ComponentPropsWithoutRef<'div'>;
|
|
3
|
+
declare const List: React.ForwardRefExoticComponent<Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof React.HTMLAttributes<HTMLDivElement>> & React.RefAttributes<HTMLDivElement>>;
|
|
4
|
+
export default List;
|
|
5
5
|
//# sourceMappingURL=List.d.ts.map
|
package/List/List.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"List.d.ts","sourceRoot":"","sources":["../../src/List/List.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,
|
|
1
|
+
{"version":3,"file":"List.d.ts","sourceRoot":"","sources":["../../src/List/List.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,MAAM,MAAM,SAAS,GAAG,KAAK,CAAC,wBAAwB,CAAC,KAAK,CAAC,CAAC;AAE9D,QAAA,MAAM,IAAI,gNAMT,CAAC;AAIF,eAAe,IAAI,CAAC"}
|
package/List/index.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { default } from './List';
|
|
1
|
+
export { default } from './List';
|
|
2
2
|
//# sourceMappingURL=index.d.ts.map
|
package/Modal/Modal.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import ReactModal from 'react-modal';
|
|
3
|
-
export
|
|
4
|
-
blocked?: boolean;
|
|
5
|
-
maxWidth?: 'sm' | 'md' | 'lg' | false;
|
|
6
|
-
disableClose?: boolean;
|
|
7
|
-
onRequestClose(event: React.MouseEvent | React.KeyboardEvent): void;
|
|
8
|
-
} & ReactModal.Props;
|
|
9
|
-
declare const Modal: React.FC<ModalProps>;
|
|
10
|
-
export default Modal;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import ReactModal from 'react-modal';
|
|
3
|
+
export type ModalProps = {
|
|
4
|
+
blocked?: boolean;
|
|
5
|
+
maxWidth?: 'sm' | 'md' | 'lg' | false;
|
|
6
|
+
disableClose?: boolean;
|
|
7
|
+
onRequestClose(event: React.MouseEvent | React.KeyboardEvent): void;
|
|
8
|
+
} & ReactModal.Props;
|
|
9
|
+
declare const Modal: React.FC<ModalProps>;
|
|
10
|
+
export default Modal;
|
|
11
11
|
//# sourceMappingURL=Modal.d.ts.map
|
package/Modal/Modal.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Modal.d.ts","sourceRoot":"","sources":["../../src/Modal/Modal.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,UAAU,MAAM,aAAa,CAAC;AAIrC,
|
|
1
|
+
{"version":3,"file":"Modal.d.ts","sourceRoot":"","sources":["../../src/Modal/Modal.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,UAAU,MAAM,aAAa,CAAC;AAIrC,MAAM,MAAM,UAAU,GAAG;IAMvB,OAAO,CAAC,EAAE,OAAO,CAAC;IAOlB,QAAQ,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,KAAK,CAAC;IAMtC,YAAY,CAAC,EAAE,OAAO,CAAC;IAIvB,cAAc,CAAC,KAAK,EAAE,KAAK,CAAC,UAAU,GAAG,KAAK,CAAC,aAAa,GAAG,IAAI,CAAC;CACrE,GAAG,UAAU,CAAC,KAAK,CAAC;AAErB,QAAA,MAAM,KAAK,EAAE,KAAK,CAAC,EAAE,CAAC,UAAU,CAyC/B,CAAC;AAEF,eAAe,KAAK,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { ModalProps } from '../Modal';
|
|
3
|
-
declare const SimpleModal: React.FC<Omit<ModalProps, 'isOpen' | 'onRequestClose'>>;
|
|
4
|
-
export default SimpleModal;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { ModalProps } from '../Modal';
|
|
3
|
+
declare const SimpleModal: React.FC<Omit<ModalProps, 'isOpen' | 'onRequestClose'>>;
|
|
4
|
+
export default SimpleModal;
|
|
5
5
|
//# sourceMappingURL=SimpleModal.d.ts.map
|
package/Modal/index.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { default } from './Modal';
|
|
1
|
+
export { default } from './Modal';
|
|
2
2
|
//# sourceMappingURL=index.d.ts.map
|
package/Progress/Progress.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
export
|
|
3
|
-
size?: 'md' | 'lg' | 'sm';
|
|
4
|
-
onColor?: boolean;
|
|
5
|
-
} & React.ComponentPropsWithoutRef<'div'>;
|
|
6
|
-
declare const Progress: React.ForwardRefExoticComponent<{
|
|
7
|
-
size?: "md" | "lg" | "sm"
|
|
8
|
-
onColor?: boolean
|
|
9
|
-
} & Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof React.HTMLAttributes<HTMLDivElement>> & React.RefAttributes<HTMLDivElement>>;
|
|
10
|
-
export default Progress;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export type ProgressProps = {
|
|
3
|
+
size?: 'md' | 'lg' | 'sm';
|
|
4
|
+
onColor?: boolean;
|
|
5
|
+
} & React.ComponentPropsWithoutRef<'div'>;
|
|
6
|
+
declare const Progress: React.ForwardRefExoticComponent<{
|
|
7
|
+
size?: "md" | "lg" | "sm";
|
|
8
|
+
onColor?: boolean;
|
|
9
|
+
} & Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof React.HTMLAttributes<HTMLDivElement>> & React.RefAttributes<HTMLDivElement>>;
|
|
10
|
+
export default Progress;
|
|
11
11
|
//# sourceMappingURL=Progress.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Progress.d.ts","sourceRoot":"","sources":["../../src/Progress/Progress.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAO1B,
|
|
1
|
+
{"version":3,"file":"Progress.d.ts","sourceRoot":"","sources":["../../src/Progress/Progress.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAO1B,MAAM,MAAM,aAAa,GAAG;IAK1B,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAM1B,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,GAAG,KAAK,CAAC,wBAAwB,CAAC,KAAK,CAAC,CAAC;AAE1C,QAAA,MAAM,QAAQ;WATL,IAAI,GAAG,IAAI,GAAG,IAAI;cAMf,OAAO;kLAsBlB,CAAC;AAIF,eAAe,QAAQ,CAAC"}
|
package/Progress/img/IconLg.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
declare const IconLg: React.FunctionComponent;
|
|
3
|
-
export default IconLg;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
declare const IconLg: React.FunctionComponent;
|
|
3
|
+
export default IconLg;
|
|
4
4
|
//# sourceMappingURL=IconLg.d.ts.map
|
package/Progress/img/IconMd.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
declare const IconMd: React.FunctionComponent;
|
|
3
|
-
export default IconMd;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
declare const IconMd: React.FunctionComponent;
|
|
3
|
+
export default IconMd;
|
|
4
4
|
//# sourceMappingURL=IconMd.d.ts.map
|
package/Progress/img/IconSm.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
declare const IconSm: React.FunctionComponent;
|
|
3
|
-
export default IconSm;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
declare const IconSm: React.FunctionComponent;
|
|
3
|
+
export default IconSm;
|
|
4
4
|
//# sourceMappingURL=IconSm.d.ts.map
|
package/Progress/index.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { default } from './Progress';
|
|
1
|
+
export { default } from './Progress';
|
|
2
2
|
//# sourceMappingURL=index.d.ts.map
|
package/Radio/Radio.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
export
|
|
3
|
-
label?: React.ReactNode;
|
|
4
|
-
} & React.ComponentPropsWithoutRef<'input'>;
|
|
5
|
-
declare const Radio: React.ForwardRefExoticComponent<{
|
|
6
|
-
label?: React.ReactNode;
|
|
7
|
-
} & Pick<React.DetailedHTMLProps<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "key" | keyof React.InputHTMLAttributes<HTMLInputElement>> & React.RefAttributes<HTMLInputElement>>;
|
|
8
|
-
export default Radio;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export type RadioProps = {
|
|
3
|
+
label?: React.ReactNode;
|
|
4
|
+
} & React.ComponentPropsWithoutRef<'input'>;
|
|
5
|
+
declare const Radio: React.ForwardRefExoticComponent<{
|
|
6
|
+
label?: React.ReactNode;
|
|
7
|
+
} & Pick<React.DetailedHTMLProps<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "key" | keyof React.InputHTMLAttributes<HTMLInputElement>> & React.RefAttributes<HTMLInputElement>>;
|
|
8
|
+
export default Radio;
|
|
9
9
|
//# sourceMappingURL=Radio.d.ts.map
|
package/Radio/Radio.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Radio.d.ts","sourceRoot":"","sources":["../../src/Radio/Radio.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,
|
|
1
|
+
{"version":3,"file":"Radio.d.ts","sourceRoot":"","sources":["../../src/Radio/Radio.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,MAAM,MAAM,UAAU,GAAG;IAIvB,KAAK,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CACzB,GAAG,KAAK,CAAC,wBAAwB,CAAC,OAAO,CAAC,CAAC;AAE5C,QAAA,MAAM,KAAK;YAHD,KAAK,CAAC,SAAS;oMAqBxB,CAAC;AAIF,eAAe,KAAK,CAAC"}
|
package/Radio/index.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { default } from './Radio';
|
|
1
|
+
export { default } from './Radio';
|
|
2
2
|
//# sourceMappingURL=index.d.ts.map
|
package/Search/Search.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { FormControlProps } from '../FormControl';
|
|
3
|
-
export
|
|
4
|
-
declare const Search: React.ForwardRefExoticComponent<Omit<FormControlProps, "children"> & Pick<React.DetailedHTMLProps<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "key" | keyof React.InputHTMLAttributes<HTMLInputElement>> & React.RefAttributes<HTMLInputElement>>;
|
|
5
|
-
export default Search;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { FormControlProps } from '../FormControl';
|
|
3
|
+
export type SearchInputProps = Omit<FormControlProps, 'children'> & React.ComponentPropsWithoutRef<'input'>;
|
|
4
|
+
declare const Search: React.ForwardRefExoticComponent<Omit<FormControlProps, "children"> & Pick<React.DetailedHTMLProps<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "key" | keyof React.InputHTMLAttributes<HTMLInputElement>> & React.RefAttributes<HTMLInputElement>>;
|
|
5
|
+
export default Search;
|
|
6
6
|
//# sourceMappingURL=Search.d.ts.map
|
package/Search/Search.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Search.d.ts","sourceRoot":"","sources":["../../src/Search/Search.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,OAAoB,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAI/D,
|
|
1
|
+
{"version":3,"file":"Search.d.ts","sourceRoot":"","sources":["../../src/Search/Search.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,OAAoB,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAI/D,MAAM,MAAM,gBAAgB,GAAG,IAAI,CAAC,gBAAgB,EAAE,UAAU,CAAC,GAC/D,KAAK,CAAC,wBAAwB,CAAC,OAAO,CAAC,CAAC;AAE1C,QAAA,MAAM,MAAM,uQAkEX,CAAC;AAIF,eAAe,MAAM,CAAC"}
|
package/Search/index.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { default } from './Search';
|
|
1
|
+
export { default } from './Search';
|
|
2
2
|
//# sourceMappingURL=index.d.ts.map
|
package/Select/Listbox.d.ts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { OptionProps } from './types';
|
|
3
|
-
|
|
4
|
-
id: string;
|
|
5
|
-
options: OptionProps[];
|
|
6
|
-
onKeyDown: React.KeyboardEventHandler;
|
|
7
|
-
};
|
|
8
|
-
declare const Listbox: React.NamedExoticComponent<ListboxProps>;
|
|
9
|
-
export default Listbox;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { OptionProps } from './types';
|
|
3
|
+
type ListboxProps = {
|
|
4
|
+
id: string;
|
|
5
|
+
options: OptionProps[];
|
|
6
|
+
onKeyDown: React.KeyboardEventHandler;
|
|
7
|
+
};
|
|
8
|
+
declare const Listbox: React.NamedExoticComponent<ListboxProps>;
|
|
9
|
+
export default Listbox;
|
|
10
10
|
//# sourceMappingURL=Listbox.d.ts.map
|
package/Select/Listbox.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Listbox.d.ts","sourceRoot":"","sources":["../../src/Select/Listbox.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAwC,MAAM,OAAO,CAAC;AAG7D,OAAO,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAItC,
|
|
1
|
+
{"version":3,"file":"Listbox.d.ts","sourceRoot":"","sources":["../../src/Select/Listbox.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAwC,MAAM,OAAO,CAAC;AAG7D,OAAO,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAItC,KAAK,YAAY,GAAG;IAClB,EAAE,EAAE,MAAM,CAAC;IACX,OAAO,EAAE,WAAW,EAAE,CAAC;IACvB,SAAS,EAAE,KAAK,CAAC,oBAAoB,CAAC;CACvC,CAAC;AACF,QAAA,MAAM,OAAO,0CA4CX,CAAC;AAIH,eAAe,OAAO,CAAC"}
|
package/Select/Option.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { OptionProps } from './types';
|
|
3
|
-
declare const Option: React.NamedExoticComponent<OptionProps>;
|
|
4
|
-
export default Option;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { OptionProps } from './types';
|
|
3
|
+
declare const Option: React.NamedExoticComponent<OptionProps>;
|
|
4
|
+
export default Option;
|
|
5
5
|
//# sourceMappingURL=Option.d.ts.map
|
package/Select/Select.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { SelectProps } from './types';
|
|
3
|
-
declare const Select: React.FC<SelectProps>;
|
|
4
|
-
export default Select;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { SelectProps } from './types';
|
|
3
|
+
declare const Select: React.FC<SelectProps>;
|
|
4
|
+
export default Select;
|
|
5
5
|
//# sourceMappingURL=Select.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { SelectProps } from './types';
|
|
3
|
-
declare const SelectAutocomplete: React.FC<SelectProps>;
|
|
4
|
-
export default SelectAutocomplete;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { SelectProps } from './types';
|
|
3
|
+
declare const SelectAutocomplete: React.FC<SelectProps>;
|
|
4
|
+
export default SelectAutocomplete;
|
|
5
5
|
//# sourceMappingURL=SelectAutocomplete.d.ts.map
|
package/Select/context.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { OptionProps } from './types';
|
|
3
|
-
|
|
4
|
-
selected?: OptionProps;
|
|
5
|
-
onSelect: (newOption: OptionProps) => void;
|
|
6
|
-
setIsExpanded: React.Dispatch<React.SetStateAction<boolean>>;
|
|
7
|
-
refSelControl: React.MutableRefObject<HTMLButtonElement | HTMLInputElement | null>;
|
|
8
|
-
};
|
|
9
|
-
declare const _default: React.Context<Partial<ContextType>>;
|
|
10
|
-
export default _default;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { OptionProps } from './types';
|
|
3
|
+
type ContextType = {
|
|
4
|
+
selected?: OptionProps;
|
|
5
|
+
onSelect: (newOption: OptionProps) => void;
|
|
6
|
+
setIsExpanded: React.Dispatch<React.SetStateAction<boolean>>;
|
|
7
|
+
refSelControl: React.MutableRefObject<HTMLButtonElement | HTMLInputElement | null>;
|
|
8
|
+
};
|
|
9
|
+
declare const _default: React.Context<Partial<ContextType>>;
|
|
10
|
+
export default _default;
|
|
11
11
|
//# sourceMappingURL=context.d.ts.map
|
package/Select/context.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"context.d.ts","sourceRoot":"","sources":["../../src/Select/context.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAEtC,
|
|
1
|
+
{"version":3,"file":"context.d.ts","sourceRoot":"","sources":["../../src/Select/context.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAEtC,KAAK,WAAW,GAAG;IACjB,QAAQ,CAAC,EAAE,WAAW,CAAC;IACvB,QAAQ,EAAE,CAAC,SAAS,EAAE,WAAW,KAAK,IAAI,CAAC;IAC3C,aAAa,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,cAAc,CAAC,OAAO,CAAC,CAAC,CAAC;IAC7D,aAAa,EAAE,KAAK,CAAC,gBAAgB,CACnC,iBAAiB,GAAG,gBAAgB,GAAG,IAAI,CAC5C,CAAC;CACH,CAAC;;AAEF,wBAA6D"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
declare const SelectAutocompleteControlled: React.FC;
|
|
3
|
-
export default SelectAutocompleteControlled;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
declare const SelectAutocompleteControlled: React.FC;
|
|
3
|
+
export default SelectAutocompleteControlled;
|
|
4
4
|
//# sourceMappingURL=SelectAutocompleteControlled.d.ts.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
declare const SelectControlled: React.FC;
|
|
3
|
-
export default SelectControlled;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
declare const SelectControlled: React.FC;
|
|
3
|
+
export default SelectControlled;
|
|
4
4
|
//# sourceMappingURL=SelectControlled.d.ts.map
|
package/Select/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { default as Select } from './Select';
|
|
2
|
-
export * from './Select';
|
|
3
|
-
export { default as SelectAutocomplete } from './SelectAutocomplete';
|
|
4
|
-
export * from './SelectAutocomplete';
|
|
1
|
+
export { default as Select } from './Select';
|
|
2
|
+
export * from './Select';
|
|
3
|
+
export { default as SelectAutocomplete } from './SelectAutocomplete';
|
|
4
|
+
export * from './SelectAutocomplete';
|
|
5
5
|
//# sourceMappingURL=index.d.ts.map
|
package/Select/types.d.ts
CHANGED
|
@@ -1,27 +1,27 @@
|
|
|
1
|
-
import { FormControlProps } from '../FormControl';
|
|
2
|
-
export
|
|
3
|
-
|
|
4
|
-
value: RawValueType;
|
|
5
|
-
label: string;
|
|
6
|
-
disabled?: boolean;
|
|
7
|
-
className?: string;
|
|
8
|
-
[propName: string]: any;
|
|
9
|
-
};
|
|
10
|
-
export
|
|
11
|
-
id?: string;
|
|
12
|
-
placeholder?: string;
|
|
13
|
-
options: OptionType[];
|
|
14
|
-
value?: RawValueType;
|
|
15
|
-
defaultValue?: RawValueType;
|
|
16
|
-
name?: string;
|
|
17
|
-
ariaLabel?: string;
|
|
18
|
-
onChange?: (newValue: OptionType) => void;
|
|
19
|
-
className?: string;
|
|
20
|
-
[propName: string]: unknown;
|
|
21
|
-
} & Omit<FormControlProps, 'children' | 'htmlFor'>;
|
|
22
|
-
export
|
|
23
|
-
id: string;
|
|
24
|
-
index: number;
|
|
25
|
-
} & OptionType;
|
|
26
|
-
export {};
|
|
1
|
+
import { FormControlProps } from '../FormControl';
|
|
2
|
+
export type RawValueType = string | number;
|
|
3
|
+
type OptionType = {
|
|
4
|
+
value: RawValueType;
|
|
5
|
+
label: string;
|
|
6
|
+
disabled?: boolean;
|
|
7
|
+
className?: string;
|
|
8
|
+
[propName: string]: any;
|
|
9
|
+
};
|
|
10
|
+
export type SelectProps = {
|
|
11
|
+
id?: string;
|
|
12
|
+
placeholder?: string;
|
|
13
|
+
options: OptionType[];
|
|
14
|
+
value?: RawValueType;
|
|
15
|
+
defaultValue?: RawValueType;
|
|
16
|
+
name?: string;
|
|
17
|
+
ariaLabel?: string;
|
|
18
|
+
onChange?: (newValue: OptionType) => void;
|
|
19
|
+
className?: string;
|
|
20
|
+
[propName: string]: unknown;
|
|
21
|
+
} & Omit<FormControlProps, 'children' | 'htmlFor'>;
|
|
22
|
+
export type OptionProps = {
|
|
23
|
+
id: string;
|
|
24
|
+
index: number;
|
|
25
|
+
} & OptionType;
|
|
26
|
+
export {};
|
|
27
27
|
//# sourceMappingURL=types.d.ts.map
|
package/Select/types.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/Select/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAElD,
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/Select/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAElD,MAAM,MAAM,YAAY,GAAG,MAAM,GAAG,MAAM,CAAC;AAE3C,KAAK,UAAU,GAAG;IAChB,KAAK,EAAE,YAAY,CAAC;IACpB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB,CAAC,QAAQ,EAAE,MAAM,GAAG,GAAG,CAAC;CACzB,CAAC;AAEF,MAAM,MAAM,WAAW,GAAG;IAIxB,EAAE,CAAC,EAAE,MAAM,CAAC;IAIZ,WAAW,CAAC,EAAE,MAAM,CAAC;IAIrB,OAAO,EAAE,UAAU,EAAE,CAAC;IAItB,KAAK,CAAC,EAAE,YAAY,CAAC;IAIrB,YAAY,CAAC,EAAE,YAAY,CAAC;IAI5B,IAAI,CAAC,EAAE,MAAM,CAAC;IAId,SAAS,CAAC,EAAE,MAAM,CAAC;IAInB,QAAQ,CAAC,EAAE,CAAC,QAAQ,EAAE,UAAU,KAAK,IAAI,CAAC;IAI1C,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,CAAC,QAAQ,EAAE,MAAM,GAAG,OAAO,CAAC;CAC7B,GAAG,IAAI,CAAC,gBAAgB,EAAE,UAAU,GAAG,SAAS,CAAC,CAAC;AAEnD,MAAM,MAAM,WAAW,GAAG;IACxB,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;CACf,GAAG,UAAU,CAAC"}
|
package/Select/useSelect.d.ts
CHANGED
|
@@ -1,17 +1,16 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
};
|
|
15
|
-
|
|
16
|
-
export default useSelect;
|
|
1
|
+
import { OptionProps, SelectProps } from './types';
|
|
2
|
+
type SelectHookType = {
|
|
3
|
+
controlId?: string;
|
|
4
|
+
labelId?: string;
|
|
5
|
+
listboxId: string;
|
|
6
|
+
selected?: OptionProps;
|
|
7
|
+
selectClosestOption: (incremental: number) => void;
|
|
8
|
+
options: OptionProps[];
|
|
9
|
+
onSelect: (newOption: OptionProps) => void;
|
|
10
|
+
isExpanded: boolean;
|
|
11
|
+
setIsExpanded: React.Dispatch<React.SetStateAction<boolean>>;
|
|
12
|
+
setSearch: React.Dispatch<React.SetStateAction<string>>;
|
|
13
|
+
};
|
|
14
|
+
declare const useSelect: ({ options, id, value, defaultValue, onChange, label, }: SelectProps) => SelectHookType;
|
|
15
|
+
export default useSelect;
|
|
17
16
|
//# sourceMappingURL=useSelect.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useSelect.d.ts","sourceRoot":"","sources":["../../src/Select/useSelect.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"useSelect.d.ts","sourceRoot":"","sources":["../../src/Select/useSelect.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,WAAW,EAAgB,WAAW,EAAE,MAAM,SAAS,CAAC;AAEjE,KAAK,cAAc,GAAG;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,SAAS,EAAE,MAAM,CAAC;IAClB,QAAQ,CAAC,EAAE,WAAW,CAAC;IACvB,mBAAmB,EAAE,CAAC,WAAW,EAAE,MAAM,KAAK,IAAI,CAAC;IACnD,OAAO,EAAE,WAAW,EAAE,CAAC;IACvB,QAAQ,EAAE,CAAC,SAAS,EAAE,WAAW,KAAK,IAAI,CAAC;IAC3C,UAAU,EAAE,OAAO,CAAC;IACpB,aAAa,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,cAAc,CAAC,OAAO,CAAC,CAAC,CAAC;IAC7D,SAAS,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,cAAc,CAAC,MAAM,CAAC,CAAC,CAAC;CACzD,CAAC;AAEF,QAAA,MAAM,SAAS,GAAI,wDAOhB,WAAW,KAAG,cAuGhB,CAAC;AAEF,eAAe,SAAS,CAAC"}
|
package/Shortcut/Shortcut.d.ts
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
|
|
3
|
-
export
|
|
4
|
-
icon: React.ReactNode;
|
|
5
|
-
label: string;
|
|
6
|
-
description?: string;
|
|
7
|
-
size?: ShortcutSize;
|
|
8
|
-
blocked?: boolean;
|
|
9
|
-
disabled?: boolean;
|
|
10
|
-
count?: number;
|
|
11
|
-
fullWidth?: boolean;
|
|
12
|
-
orientation?: 'horizontal' | 'vertical';
|
|
13
|
-
} & React.ComponentPropsWithoutRef<'div'>;
|
|
14
|
-
declare const Shortcut: ({ icon, label, description, size, blocked, disabled, fullWidth, orientation, count, ...rest }: ShortcutProps) => React.ReactElement;
|
|
15
|
-
export default Shortcut;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
type ShortcutSize = 'tiny' | 'small' | 'medium';
|
|
3
|
+
export type ShortcutProps = {
|
|
4
|
+
icon: React.ReactNode;
|
|
5
|
+
label: string;
|
|
6
|
+
description?: string;
|
|
7
|
+
size?: ShortcutSize;
|
|
8
|
+
blocked?: boolean;
|
|
9
|
+
disabled?: boolean;
|
|
10
|
+
count?: number;
|
|
11
|
+
fullWidth?: boolean;
|
|
12
|
+
orientation?: 'horizontal' | 'vertical';
|
|
13
|
+
} & React.ComponentPropsWithoutRef<'div'>;
|
|
14
|
+
declare const Shortcut: ({ icon, label, description, size, blocked, disabled, fullWidth, orientation, count, ...rest }: ShortcutProps) => React.ReactElement;
|
|
15
|
+
export default Shortcut;
|
|
16
16
|
//# sourceMappingURL=Shortcut.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Shortcut.d.ts","sourceRoot":"","sources":["../../src/Shortcut/Shortcut.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,
|
|
1
|
+
{"version":3,"file":"Shortcut.d.ts","sourceRoot":"","sources":["../../src/Shortcut/Shortcut.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,KAAK,YAAY,GAAG,MAAM,GAAG,OAAO,GAAG,QAAQ,CAAC;AAEhD,MAAM,MAAM,aAAa,GAAG;IAC1B,IAAI,EAAE,KAAK,CAAC,SAAS,CAAC;IACtB,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,IAAI,CAAC,EAAE,YAAY,CAAC;IACpB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,WAAW,CAAC,EAAE,YAAY,GAAG,UAAU,CAAC;CACzC,GAAG,KAAK,CAAC,wBAAwB,CAAC,KAAK,CAAC,CAAC;AAE1C,QAAA,MAAM,QAAQ,GAAI,+FAWf,aAAa,KAAG,KAAK,CAAC,YAuDxB,CAAC;AAEF,eAAe,QAAQ,CAAC"}
|
package/Shortcut/index.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { default } from './Shortcut';
|
|
1
|
+
export { default } from './Shortcut';
|
|
2
2
|
//# sourceMappingURL=index.d.ts.map
|
package/Snackbar/Snackbar.d.ts
CHANGED
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
import React, { Dispatch, SetStateAction } from 'react';
|
|
2
|
-
export
|
|
3
|
-
export
|
|
4
|
-
type?: 'info' | 'positive' | 'negative' | 'warning';
|
|
5
|
-
message: string;
|
|
6
|
-
isOpen: boolean;
|
|
7
|
-
setIsOpen: Dispatch<SetStateAction<boolean>>;
|
|
8
|
-
action?: () => void;
|
|
9
|
-
actionLabel?: string;
|
|
10
|
-
position?: Position;
|
|
11
|
-
className?: string;
|
|
12
|
-
} & React.ComponentPropsWithoutRef<'div'>;
|
|
13
|
-
declare const Snackbar: React.ForwardRefExoticComponent<{
|
|
14
|
-
type?: "info" | "positive" | "negative" | "warning"
|
|
15
|
-
message: string;
|
|
16
|
-
isOpen: boolean;
|
|
17
|
-
setIsOpen: Dispatch<SetStateAction<boolean>>;
|
|
18
|
-
action?: (
|
|
19
|
-
actionLabel?: string
|
|
20
|
-
position?: Position
|
|
21
|
-
className?: string
|
|
22
|
-
} & Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof React.HTMLAttributes<HTMLDivElement>> & React.RefAttributes<HTMLDivElement>>;
|
|
23
|
-
export default Snackbar;
|
|
1
|
+
import React, { Dispatch, SetStateAction } from 'react';
|
|
2
|
+
export type Position = 'bottom-left' | 'top-left' | 'top-right' | 'bottom-right';
|
|
3
|
+
export type SnackbarProps = {
|
|
4
|
+
type?: 'info' | 'positive' | 'negative' | 'warning';
|
|
5
|
+
message: string;
|
|
6
|
+
isOpen: boolean;
|
|
7
|
+
setIsOpen: Dispatch<SetStateAction<boolean>>;
|
|
8
|
+
action?: () => void;
|
|
9
|
+
actionLabel?: string;
|
|
10
|
+
position?: Position;
|
|
11
|
+
className?: string;
|
|
12
|
+
} & React.ComponentPropsWithoutRef<'div'>;
|
|
13
|
+
declare const Snackbar: React.ForwardRefExoticComponent<{
|
|
14
|
+
type?: "info" | "positive" | "negative" | "warning";
|
|
15
|
+
message: string;
|
|
16
|
+
isOpen: boolean;
|
|
17
|
+
setIsOpen: Dispatch<SetStateAction<boolean>>;
|
|
18
|
+
action?: () => void;
|
|
19
|
+
actionLabel?: string;
|
|
20
|
+
position?: Position;
|
|
21
|
+
className?: string;
|
|
22
|
+
} & Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof React.HTMLAttributes<HTMLDivElement>> & React.RefAttributes<HTMLDivElement>>;
|
|
23
|
+
export default Snackbar;
|
|
24
24
|
//# sourceMappingURL=Snackbar.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Snackbar.d.ts","sourceRoot":"","sources":["../../src/Snackbar/Snackbar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,QAAQ,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAKxD,
|
|
1
|
+
{"version":3,"file":"Snackbar.d.ts","sourceRoot":"","sources":["../../src/Snackbar/Snackbar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,QAAQ,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAKxD,MAAM,MAAM,QAAQ,GAChB,aAAa,GACb,UAAU,GACV,WAAW,GACX,cAAc,CAAC;AAEnB,MAAM,MAAM,aAAa,GAAG;IAK1B,IAAI,CAAC,EAAE,MAAM,GAAG,UAAU,GAAG,UAAU,GAAG,SAAS,CAAC;IAIpD,OAAO,EAAE,MAAM,CAAC;IAKhB,MAAM,EAAE,OAAO,CAAC;IAKhB,SAAS,EAAE,QAAQ,CAAC,cAAc,CAAC,OAAO,CAAC,CAAC,CAAC;IAK7C,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IAMpB,WAAW,CAAC,EAAE,MAAM,CAAC;IAKrB,QAAQ,CAAC,EAAE,QAAQ,CAAC;IAKpB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,GAAG,KAAK,CAAC,wBAAwB,CAAC,KAAK,CAAC,CAAC;AAE1C,QAAA,MAAM,QAAQ;WAtCL,MAAM,GAAG,UAAU,GAAG,UAAU,GAAG,SAAS;aAI1C,MAAM;YAKP,OAAO;eAKJ,QAAQ,CAAC,cAAc,CAAC,OAAO,CAAC,CAAC;aAKnC,MAAM,IAAI;kBAML,MAAM;eAKT,QAAQ;gBAKP,MAAM;kLAuEnB,CAAC;AAIF,eAAe,QAAQ,CAAC"}
|