@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,14 +1,14 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { SnackbarProps } from '../Snackbar';
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
size: number | undefined;
|
|
6
|
-
} & React.SVGProps<SVGSVGElement> & React.RefAttributes<SVGSVGElement>>;
|
|
7
|
-
interface ISnackbarReturn {
|
|
8
|
-
Icon: IconType;
|
|
9
|
-
closeSnackbar: () => void;
|
|
10
|
-
setSnackbarTimer: () => void;
|
|
11
|
-
}
|
|
12
|
-
export default function useSnackbar({ type, isOpen, setIsOpen, action, }: ISnackbarProps): ISnackbarReturn;
|
|
13
|
-
export {};
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { SnackbarProps } from '../Snackbar';
|
|
3
|
+
type ISnackbarProps = Pick<SnackbarProps, 'type' | 'isOpen' | 'setIsOpen' | 'action'>;
|
|
4
|
+
type IconType = React.ForwardRefExoticComponent<{
|
|
5
|
+
size: number | undefined;
|
|
6
|
+
} & React.SVGProps<SVGSVGElement> & React.RefAttributes<SVGSVGElement>>;
|
|
7
|
+
interface ISnackbarReturn {
|
|
8
|
+
Icon: IconType;
|
|
9
|
+
closeSnackbar: () => void;
|
|
10
|
+
setSnackbarTimer: () => void;
|
|
11
|
+
}
|
|
12
|
+
export default function useSnackbar({ type, isOpen, setIsOpen, action, }: ISnackbarProps): ISnackbarReturn;
|
|
13
|
+
export {};
|
|
14
14
|
//# sourceMappingURL=useSnackbar.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useSnackbar.d.ts","sourceRoot":"","sources":["../../../src/Snackbar/hook/useSnackbar.ts"],"names":[],"mappings":"AAAA,OAAO,KAAyC,MAAM,OAAO,CAAC;AAQ9D,OAAO,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAE5C,
|
|
1
|
+
{"version":3,"file":"useSnackbar.d.ts","sourceRoot":"","sources":["../../../src/Snackbar/hook/useSnackbar.ts"],"names":[],"mappings":"AAAA,OAAO,KAAyC,MAAM,OAAO,CAAC;AAQ9D,OAAO,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAE5C,KAAK,cAAc,GAAG,IAAI,CACxB,aAAa,EACb,MAAM,GAAG,QAAQ,GAAG,WAAW,GAAG,QAAQ,CAC3C,CAAC;AAEF,KAAK,QAAQ,GAAG,KAAK,CAAC,yBAAyB,CAC7C;IACE,IAAI,EAAE,MAAM,GAAG,SAAS,CAAC;CAC1B,GAAG,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC,GAC/B,KAAK,CAAC,aAAa,CAAC,aAAa,CAAC,CACrC,CAAC;AAEF,UAAU,eAAe;IACvB,IAAI,EAAE,QAAQ,CAAC;IACf,aAAa,EAAE,MAAM,IAAI,CAAC;IAC1B,gBAAgB,EAAE,MAAM,IAAI,CAAC;CAC9B;AAED,MAAM,CAAC,OAAO,UAAU,WAAW,CAAC,EAClC,IAAI,EACJ,MAAM,EACN,SAAS,EACT,MAAM,GACP,EAAE,cAAc,GAAG,eAAe,CAsClC"}
|
package/Snackbar/index.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { default } from './Snackbar';
|
|
1
|
+
export { default } from './Snackbar';
|
|
2
2
|
//# sourceMappingURL=index.d.ts.map
|
package/Stepper/Stepper.d.ts
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { FormControlProps } from '../FormControl';
|
|
3
|
-
export
|
|
4
|
-
min?: number;
|
|
5
|
-
max?: number;
|
|
6
|
-
} & Omit<FormControlProps, 'children'> & React.ComponentPropsWithoutRef<'input'>;
|
|
7
|
-
declare const Stepper: React.ForwardRefExoticComponent<{
|
|
8
|
-
min?: number
|
|
9
|
-
max?: number
|
|
10
|
-
} & Omit<FormControlProps, "children"> & Pick<React.DetailedHTMLProps<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "key" | keyof React.InputHTMLAttributes<HTMLInputElement>> & React.RefAttributes<HTMLInputElement>>;
|
|
11
|
-
export default Stepper;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { FormControlProps } from '../FormControl';
|
|
3
|
+
export type StepperProps = {
|
|
4
|
+
min?: number;
|
|
5
|
+
max?: number;
|
|
6
|
+
} & Omit<FormControlProps, 'children'> & React.ComponentPropsWithoutRef<'input'>;
|
|
7
|
+
declare const Stepper: React.ForwardRefExoticComponent<{
|
|
8
|
+
min?: number;
|
|
9
|
+
max?: number;
|
|
10
|
+
} & Omit<FormControlProps, "children"> & Pick<React.DetailedHTMLProps<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "key" | keyof React.InputHTMLAttributes<HTMLInputElement>> & React.RefAttributes<HTMLInputElement>>;
|
|
11
|
+
export default Stepper;
|
|
12
12
|
//# sourceMappingURL=Stepper.d.ts.map
|
package/Stepper/Stepper.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Stepper.d.ts","sourceRoot":"","sources":["../../src/Stepper/Stepper.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsB,MAAM,OAAO,CAAC;AAS3C,OAAoB,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAE/D,
|
|
1
|
+
{"version":3,"file":"Stepper.d.ts","sourceRoot":"","sources":["../../src/Stepper/Stepper.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsB,MAAM,OAAO,CAAC;AAS3C,OAAoB,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAE/D,MAAM,MAAM,YAAY,GAAG;IAMzB,GAAG,CAAC,EAAE,MAAM,CAAC;IAMb,GAAG,CAAC,EAAE,MAAM,CAAC;CACd,GAAG,IAAI,CAAC,gBAAgB,EAAE,UAAU,CAAC,GACpC,KAAK,CAAC,wBAAwB,CAAC,OAAO,CAAC,CAAC;AAE1C,QAAA,MAAM,OAAO;UAVL,MAAM;UAMN,MAAM;yOA0Jb,CAAC;AAIF,eAAe,OAAO,CAAC"}
|
package/Stepper/index.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { default } from './Stepper';
|
|
1
|
+
export { default } from './Stepper';
|
|
2
2
|
//# sourceMappingURL=index.d.ts.map
|
package/Steps/Steps.d.ts
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { ReactElement } from 'react';
|
|
2
|
-
export interface StepsProps {
|
|
3
|
-
currentStep: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10;
|
|
4
|
-
steps: 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10;
|
|
5
|
-
}
|
|
6
|
-
declare const defaultProps: {
|
|
7
|
-
currentStep: number;
|
|
8
|
-
steps: number;
|
|
9
|
-
};
|
|
10
|
-
declare const Steps: ({ currentStep, steps, }: StepsProps & typeof defaultProps) => ReactElement;
|
|
11
|
-
export default Steps;
|
|
1
|
+
import { ReactElement } from 'react';
|
|
2
|
+
export interface StepsProps {
|
|
3
|
+
currentStep: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10;
|
|
4
|
+
steps: 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10;
|
|
5
|
+
}
|
|
6
|
+
declare const defaultProps: {
|
|
7
|
+
currentStep: number;
|
|
8
|
+
steps: number;
|
|
9
|
+
};
|
|
10
|
+
declare const Steps: ({ currentStep, steps, }: StepsProps & typeof defaultProps) => ReactElement;
|
|
11
|
+
export default Steps;
|
|
12
12
|
//# sourceMappingURL=Steps.d.ts.map
|
package/Steps/Steps.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Steps.d.ts","sourceRoot":"","sources":["../../src/Steps/Steps.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,YAAY,EAAE,MAAM,OAAO,CAAC;AAE5C,MAAM,WAAW,UAAU;IAKzB,WAAW,EAAE,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,EAAE,CAAC;IAMpD,KAAK,EAAE,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,EAAE,CAAC;CAC3C;AACD,QAAA,MAAM,YAAY;;;CAGjB,CAAC;AAEF,QAAA,MAAM,KAAK,
|
|
1
|
+
{"version":3,"file":"Steps.d.ts","sourceRoot":"","sources":["../../src/Steps/Steps.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,YAAY,EAAE,MAAM,OAAO,CAAC;AAE5C,MAAM,WAAW,UAAU;IAKzB,WAAW,EAAE,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,EAAE,CAAC;IAMpD,KAAK,EAAE,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,EAAE,CAAC;CAC3C;AACD,QAAA,MAAM,YAAY;;;CAGjB,CAAC;AAEF,QAAA,MAAM,KAAK,GAAI,yBAGZ,UAAU,GAAG,OAAO,YAAY,KAAG,YA2GrC,CAAC;AAEF,eAAe,KAAK,CAAC"}
|
package/Steps/index.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { default } from './Steps';
|
|
1
|
+
export { default } from './Steps';
|
|
2
2
|
//# sourceMappingURL=index.d.ts.map
|
package/SubHeader/SubHeader.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
export
|
|
3
|
-
subtitle?: string | React.ReactElement;
|
|
4
|
-
} & React.ComponentPropsWithoutRef<'div'>;
|
|
5
|
-
declare const SubHeader: React.ForwardRefExoticComponent<{
|
|
6
|
-
subtitle?: string | React.ReactElement
|
|
7
|
-
} & Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof React.HTMLAttributes<HTMLDivElement>> & React.RefAttributes<HTMLDivElement>>;
|
|
8
|
-
export default SubHeader;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export type SubHeaderProps = {
|
|
3
|
+
subtitle?: string | React.ReactElement;
|
|
4
|
+
} & React.ComponentPropsWithoutRef<'div'>;
|
|
5
|
+
declare const SubHeader: React.ForwardRefExoticComponent<{
|
|
6
|
+
subtitle?: string | React.ReactElement;
|
|
7
|
+
} & Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof React.HTMLAttributes<HTMLDivElement>> & React.RefAttributes<HTMLDivElement>>;
|
|
8
|
+
export default SubHeader;
|
|
9
9
|
//# sourceMappingURL=SubHeader.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SubHeader.d.ts","sourceRoot":"","sources":["../../src/SubHeader/SubHeader.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,
|
|
1
|
+
{"version":3,"file":"SubHeader.d.ts","sourceRoot":"","sources":["../../src/SubHeader/SubHeader.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,MAAM,MAAM,cAAc,GAAG;IAM3B,QAAQ,CAAC,EAAE,MAAM,GAAG,KAAK,CAAC,YAAY,CAAC;CACxC,GAAG,KAAK,CAAC,wBAAwB,CAAC,KAAK,CAAC,CAAC;AAE1C,QAAA,MAAM,SAAS;eAHF,MAAM,GAAG,KAAK,CAAC,YAAY;kLAcvC,CAAC;AAIF,eAAe,SAAS,CAAC"}
|
package/SubHeader/index.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { default } from './SubHeader';
|
|
1
|
+
export { default } from './SubHeader';
|
|
2
2
|
//# sourceMappingURL=index.d.ts.map
|
package/Switch/Switch.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
export
|
|
3
|
-
declare const Switch: React.ForwardRefExoticComponent<Pick<React.DetailedHTMLProps<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "key" | keyof React.InputHTMLAttributes<HTMLInputElement>> & React.RefAttributes<HTMLInputElement>>;
|
|
4
|
-
export default Switch;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export type SwitchProps = React.ComponentPropsWithoutRef<'input'>;
|
|
3
|
+
declare const Switch: React.ForwardRefExoticComponent<Pick<React.DetailedHTMLProps<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "key" | keyof React.InputHTMLAttributes<HTMLInputElement>> & React.RefAttributes<HTMLInputElement>>;
|
|
4
|
+
export default Switch;
|
|
5
5
|
//# sourceMappingURL=Switch.d.ts.map
|
package/Switch/Switch.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Switch.d.ts","sourceRoot":"","sources":["../../src/Switch/Switch.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,
|
|
1
|
+
{"version":3,"file":"Switch.d.ts","sourceRoot":"","sources":["../../src/Switch/Switch.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,MAAM,MAAM,WAAW,GAAG,KAAK,CAAC,wBAAwB,CAAC,OAAO,CAAC,CAAC;AAElE,QAAA,MAAM,MAAM,kOAaX,CAAC;AAIF,eAAe,MAAM,CAAC"}
|
package/Switch/index.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { default } from './Switch';
|
|
1
|
+
export { default } from './Switch';
|
|
2
2
|
//# sourceMappingURL=index.d.ts.map
|
package/Tag/Tag.d.ts
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
export
|
|
3
|
-
size?: 'small' | 'medium';
|
|
4
|
-
icon?: React.ReactElement;
|
|
5
|
-
setIconOff?: boolean;
|
|
6
|
-
} & React.ComponentPropsWithoutRef<'div'>;
|
|
7
|
-
|
|
8
|
-
variant?: 'default';
|
|
9
|
-
type?: 'positive' | 'warning' | 'negative' | 'neutral' | 'neutral-02' | 'neutral-03' | 'default';
|
|
10
|
-
} & BaseTagProps;
|
|
11
|
-
|
|
12
|
-
variant: 'highlight';
|
|
13
|
-
type: 'important' | 'neutral';
|
|
14
|
-
} & BaseTagProps;
|
|
15
|
-
export
|
|
16
|
-
declare const Tag: React.ForwardRefExoticComponent<TagProps & React.RefAttributes<HTMLDivElement>>;
|
|
17
|
-
export default Tag;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export type BaseTagProps = {
|
|
3
|
+
size?: 'small' | 'medium';
|
|
4
|
+
icon?: React.ReactElement;
|
|
5
|
+
setIconOff?: boolean;
|
|
6
|
+
} & React.ComponentPropsWithoutRef<'div'>;
|
|
7
|
+
type DefaultType = {
|
|
8
|
+
variant?: 'default';
|
|
9
|
+
type?: 'positive' | 'warning' | 'negative' | 'neutral' | 'neutral-02' | 'neutral-03' | 'default';
|
|
10
|
+
} & BaseTagProps;
|
|
11
|
+
type HighlightType = {
|
|
12
|
+
variant: 'highlight';
|
|
13
|
+
type: 'important' | 'neutral';
|
|
14
|
+
} & BaseTagProps;
|
|
15
|
+
export type TagProps = DefaultType | HighlightType;
|
|
16
|
+
declare const Tag: React.ForwardRefExoticComponent<TagProps & React.RefAttributes<HTMLDivElement>>;
|
|
17
|
+
export default Tag;
|
|
18
18
|
//# sourceMappingURL=Tag.d.ts.map
|
package/Tag/Tag.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Tag.d.ts","sourceRoot":"","sources":["../../src/Tag/Tag.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,
|
|
1
|
+
{"version":3,"file":"Tag.d.ts","sourceRoot":"","sources":["../../src/Tag/Tag.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,MAAM,MAAM,YAAY,GAAG;IAIzB,IAAI,CAAC,EAAE,OAAO,GAAG,QAAQ,CAAC;IAI1B,IAAI,CAAC,EAAE,KAAK,CAAC,YAAY,CAAC;IAI1B,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB,GAAG,KAAK,CAAC,wBAAwB,CAAC,KAAK,CAAC,CAAC;AAE1C,KAAK,WAAW,GAAG;IACjB,OAAO,CAAC,EAAE,SAAS,CAAC;IAIpB,IAAI,CAAC,EACD,UAAU,GACV,SAAS,GACT,UAAU,GACV,SAAS,GACT,YAAY,GACZ,YAAY,GACZ,SAAS,CAAC;CACf,GAAG,YAAY,CAAC;AAEjB,KAAK,aAAa,GAAG;IACnB,OAAO,EAAE,WAAW,CAAC;IACrB,IAAI,EAAE,WAAW,GAAG,SAAS,CAAC;CAC/B,GAAG,YAAY,CAAC;AAEjB,MAAM,MAAM,QAAQ,GAAG,WAAW,GAAG,aAAa,CAAC;AAEnD,QAAA,MAAM,GAAG,iFAyCR,CAAC;AAIF,eAAe,GAAG,CAAC"}
|
package/Tag/TagIcon.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
|
|
3
|
-
type?: string;
|
|
4
|
-
icon?: React.ReactElement;
|
|
5
|
-
};
|
|
6
|
-
declare const TagIcon: React.NamedExoticComponent<TagIconProps>;
|
|
7
|
-
export default TagIcon;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
type TagIconProps = {
|
|
3
|
+
type?: string;
|
|
4
|
+
icon?: React.ReactElement;
|
|
5
|
+
};
|
|
6
|
+
declare const TagIcon: React.NamedExoticComponent<TagIconProps>;
|
|
7
|
+
export default TagIcon;
|
|
8
8
|
//# sourceMappingURL=TagIcon.d.ts.map
|
package/Tag/TagIcon.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TagIcon.d.ts","sourceRoot":"","sources":["../../src/Tag/TagIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAO1B,
|
|
1
|
+
{"version":3,"file":"TagIcon.d.ts","sourceRoot":"","sources":["../../src/Tag/TagIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAO1B,KAAK,YAAY,GAAG;IAClB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,KAAK,CAAC,YAAY,CAAC;CAC3B,CAAC;AAWF,QAAA,MAAM,OAAO,0CAgBX,CAAC;AAIH,eAAe,OAAO,CAAC"}
|
package/Tag/index.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { default } from './Tag';
|
|
1
|
+
export { default } from './Tag';
|
|
2
2
|
//# sourceMappingURL=index.d.ts.map
|
package/TextArea/TextArea.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { FormControlProps } from '../FormControl';
|
|
3
|
-
export
|
|
4
|
-
declare const TextArea: React.ForwardRefExoticComponent<Omit<FormControlProps, "children"> & Pick<React.DetailedHTMLProps<React.TextareaHTMLAttributes<HTMLTextAreaElement>, HTMLTextAreaElement>, "key" | keyof React.TextareaHTMLAttributes<HTMLTextAreaElement>> & React.RefAttributes<HTMLTextAreaElement>>;
|
|
5
|
-
export default TextArea;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { FormControlProps } from '../FormControl';
|
|
3
|
+
export type TextAreaProps = Omit<FormControlProps, 'children'> & React.ComponentPropsWithoutRef<'textarea'>;
|
|
4
|
+
declare const TextArea: React.ForwardRefExoticComponent<Omit<FormControlProps, "children"> & Pick<React.DetailedHTMLProps<React.TextareaHTMLAttributes<HTMLTextAreaElement>, HTMLTextAreaElement>, "key" | keyof React.TextareaHTMLAttributes<HTMLTextAreaElement>> & React.RefAttributes<HTMLTextAreaElement>>;
|
|
5
|
+
export default TextArea;
|
|
6
6
|
//# sourceMappingURL=TextArea.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TextArea.d.ts","sourceRoot":"","sources":["../../src/TextArea/TextArea.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,OAAoB,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAE/D,
|
|
1
|
+
{"version":3,"file":"TextArea.d.ts","sourceRoot":"","sources":["../../src/TextArea/TextArea.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,OAAoB,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAE/D,MAAM,MAAM,aAAa,GAAG,IAAI,CAAC,gBAAgB,EAAE,UAAU,CAAC,GAC5D,KAAK,CAAC,wBAAwB,CAAC,UAAU,CAAC,CAAC;AAE7C,QAAA,MAAM,QAAQ,yRAkDb,CAAC;AAIF,eAAe,QAAQ,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
declare const TextAreaControlled: React.FC;
|
|
3
|
-
export default TextAreaControlled;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
declare const TextAreaControlled: React.FC;
|
|
3
|
+
export default TextAreaControlled;
|
|
4
4
|
//# sourceMappingURL=TextAreaControlled.d.ts.map
|
package/TextArea/index.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { default } from './TextArea';
|
|
1
|
+
export { default } from './TextArea';
|
|
2
2
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,33 +1,33 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { CheckboxProps } from '../Checkbox/Checkbox';
|
|
3
|
-
import { RadioProps } from '../Radio/Radio';
|
|
4
|
-
export
|
|
5
|
-
title: string;
|
|
6
|
-
description: string;
|
|
7
|
-
caption?: string;
|
|
8
|
-
tagLabel?: string;
|
|
9
|
-
infoText?: string;
|
|
10
|
-
infoTextType?: 'neutral' | 'positive';
|
|
11
|
-
withAction?: boolean;
|
|
12
|
-
onActionClick?: () => void;
|
|
13
|
-
checkbox?: CheckboxProps;
|
|
14
|
-
radio?: RadioProps;
|
|
15
|
-
disabled?: boolean;
|
|
16
|
-
className?: string;
|
|
17
|
-
} & React.ComponentPropsWithoutRef<'div'>;
|
|
18
|
-
declare const TextListItem: React.ForwardRefExoticComponent<{
|
|
19
|
-
title: string;
|
|
20
|
-
description: string;
|
|
21
|
-
caption?: string
|
|
22
|
-
tagLabel?: string
|
|
23
|
-
infoText?: string
|
|
24
|
-
infoTextType?: "neutral" | "positive"
|
|
25
|
-
withAction?: boolean
|
|
26
|
-
onActionClick?: (
|
|
27
|
-
checkbox?: CheckboxProps
|
|
28
|
-
radio?: RadioProps
|
|
29
|
-
disabled?: boolean
|
|
30
|
-
className?: string
|
|
31
|
-
} & Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof React.HTMLAttributes<HTMLDivElement>> & React.RefAttributes<HTMLDivElement>>;
|
|
32
|
-
export default TextListItem;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { CheckboxProps } from '../Checkbox/Checkbox';
|
|
3
|
+
import { RadioProps } from '../Radio/Radio';
|
|
4
|
+
export type TextListItemProps = {
|
|
5
|
+
title: string;
|
|
6
|
+
description: string;
|
|
7
|
+
caption?: string;
|
|
8
|
+
tagLabel?: string;
|
|
9
|
+
infoText?: string;
|
|
10
|
+
infoTextType?: 'neutral' | 'positive';
|
|
11
|
+
withAction?: boolean;
|
|
12
|
+
onActionClick?: () => void;
|
|
13
|
+
checkbox?: CheckboxProps;
|
|
14
|
+
radio?: RadioProps;
|
|
15
|
+
disabled?: boolean;
|
|
16
|
+
className?: string;
|
|
17
|
+
} & React.ComponentPropsWithoutRef<'div'>;
|
|
18
|
+
declare const TextListItem: React.ForwardRefExoticComponent<{
|
|
19
|
+
title: string;
|
|
20
|
+
description: string;
|
|
21
|
+
caption?: string;
|
|
22
|
+
tagLabel?: string;
|
|
23
|
+
infoText?: string;
|
|
24
|
+
infoTextType?: "neutral" | "positive";
|
|
25
|
+
withAction?: boolean;
|
|
26
|
+
onActionClick?: () => void;
|
|
27
|
+
checkbox?: CheckboxProps;
|
|
28
|
+
radio?: RadioProps;
|
|
29
|
+
disabled?: boolean;
|
|
30
|
+
className?: string;
|
|
31
|
+
} & Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof React.HTMLAttributes<HTMLDivElement>> & React.RefAttributes<HTMLDivElement>>;
|
|
32
|
+
export default TextListItem;
|
|
33
33
|
//# sourceMappingURL=TextListItem.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TextListItem.d.ts","sourceRoot":"","sources":["../../src/TextListItem/TextListItem.tsx"],"names":[],"mappings":"AAEA,OAAO,KAA+C,MAAM,OAAO,CAAC;AAEpE,OAAiB,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAC;AAC/D,OAAc,EAAE,UAAU,EAAE,MAAM,gBAAgB,CAAC;AAEnD,
|
|
1
|
+
{"version":3,"file":"TextListItem.d.ts","sourceRoot":"","sources":["../../src/TextListItem/TextListItem.tsx"],"names":[],"mappings":"AAEA,OAAO,KAA+C,MAAM,OAAO,CAAC;AAEpE,OAAiB,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAC;AAC/D,OAAc,EAAE,UAAU,EAAE,MAAM,gBAAgB,CAAC;AAEnD,MAAM,MAAM,iBAAiB,GAAG;IAI9B,KAAK,EAAE,MAAM,CAAC;IAId,WAAW,EAAE,MAAM,CAAC;IAIpB,OAAO,CAAC,EAAE,MAAM,CAAC;IAIjB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAIlB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAIlB,YAAY,CAAC,EAAE,SAAS,GAAG,UAAU,CAAC;IAItC,UAAU,CAAC,EAAE,OAAO,CAAC;IAIrB,aAAa,CAAC,EAAE,MAAM,IAAI,CAAC;IAI3B,QAAQ,CAAC,EAAE,aAAa,CAAC;IAIzB,KAAK,CAAC,EAAE,UAAU,CAAC;IAInB,QAAQ,CAAC,EAAE,OAAO,CAAC;IAInB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,GAAG,KAAK,CAAC,wBAAwB,CAAC,KAAK,CAAC,CAAC;AAE1C,QAAA,MAAM,YAAY;WA/CT,MAAM;iBAIA,MAAM;cAIT,MAAM;eAIL,MAAM;eAIN,MAAM;mBAIF,SAAS,GAAG,UAAU;iBAIxB,OAAO;oBAIJ,MAAM,IAAI;eAIf,aAAa;YAIhB,UAAU;eAIP,OAAO;gBAIN,MAAM;kLAoJnB,CAAC;AAIF,eAAe,YAAY,CAAC"}
|
package/TextListItem/index.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { default } from './TextListItem';
|
|
1
|
+
export { default } from './TextListItem';
|
|
2
2
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
interface DigitInputProps extends React.InputHTMLAttributes<HTMLInputElement> {
|
|
3
|
-
autoFocus: boolean;
|
|
4
|
-
focus?: boolean;
|
|
5
|
-
}
|
|
6
|
-
declare const DigitInput: React.MemoExoticComponent<({ focus, autoFocus, ...rest }: DigitInputProps) => JSX.Element>;
|
|
7
|
-
export default DigitInput;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
interface DigitInputProps extends React.InputHTMLAttributes<HTMLInputElement> {
|
|
3
|
+
autoFocus: boolean;
|
|
4
|
+
focus?: boolean;
|
|
5
|
+
}
|
|
6
|
+
declare const DigitInput: React.MemoExoticComponent<({ focus, autoFocus, ...rest }: DigitInputProps) => JSX.Element>;
|
|
7
|
+
export default DigitInput;
|
|
8
8
|
//# sourceMappingURL=DigitInput.d.ts.map
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
export interface TokenInputProps extends React.InputHTMLAttributes<HTMLInputElement> {
|
|
3
|
-
error?: boolean;
|
|
4
|
-
errorMessage?: string;
|
|
5
|
-
autoFocus?: boolean;
|
|
6
|
-
digitsQuantity: number;
|
|
7
|
-
onChangeToken(value: string): void;
|
|
8
|
-
className?: string;
|
|
9
|
-
disabled?: boolean;
|
|
10
|
-
label?: string;
|
|
11
|
-
tooltipMessage?: string;
|
|
12
|
-
htmlFor?: string;
|
|
13
|
-
}
|
|
14
|
-
declare const TokenInput: React.FC<TokenInputProps>;
|
|
15
|
-
export default TokenInput;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface TokenInputProps extends React.InputHTMLAttributes<HTMLInputElement> {
|
|
3
|
+
error?: boolean;
|
|
4
|
+
errorMessage?: string;
|
|
5
|
+
autoFocus?: boolean;
|
|
6
|
+
digitsQuantity: number;
|
|
7
|
+
onChangeToken(value: string): void;
|
|
8
|
+
className?: string;
|
|
9
|
+
disabled?: boolean;
|
|
10
|
+
label?: string;
|
|
11
|
+
tooltipMessage?: string;
|
|
12
|
+
htmlFor?: string;
|
|
13
|
+
}
|
|
14
|
+
declare const TokenInput: React.FC<TokenInputProps>;
|
|
15
|
+
export default TokenInput;
|
|
16
16
|
//# sourceMappingURL=TokenInput.d.ts.map
|
package/TokenInput/index.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { default } from './TokenInput';
|
|
1
|
+
export { default } from './TokenInput';
|
|
2
2
|
//# sourceMappingURL=index.d.ts.map
|
package/TopBar/TopBar.d.ts
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import React, { ReactElement } from 'react';
|
|
2
|
-
interface TopBarProps {
|
|
3
|
-
onRightAction?: () => void;
|
|
4
|
-
onLeftAction?: () => void;
|
|
5
|
-
leftIcon?: ReactElement;
|
|
6
|
-
rightIcon?: ReactElement;
|
|
7
|
-
title: string;
|
|
8
|
-
description?: string;
|
|
9
|
-
variants?: 'default' | 'extended';
|
|
10
|
-
color?: 'off' | 'on';
|
|
11
|
-
scrollBar?: boolean;
|
|
12
|
-
}
|
|
13
|
-
declare const TopBar: React.FC<TopBarProps>;
|
|
14
|
-
export default TopBar;
|
|
1
|
+
import React, { ReactElement } from 'react';
|
|
2
|
+
interface TopBarProps {
|
|
3
|
+
onRightAction?: () => void;
|
|
4
|
+
onLeftAction?: () => void;
|
|
5
|
+
leftIcon?: ReactElement;
|
|
6
|
+
rightIcon?: ReactElement;
|
|
7
|
+
title: string;
|
|
8
|
+
description?: string;
|
|
9
|
+
variants?: 'default' | 'extended';
|
|
10
|
+
color?: 'off' | 'on';
|
|
11
|
+
scrollBar?: boolean;
|
|
12
|
+
}
|
|
13
|
+
declare const TopBar: React.FC<TopBarProps>;
|
|
14
|
+
export default TopBar;
|
|
15
15
|
//# sourceMappingURL=TopBar.d.ts.map
|
package/TopBar/index.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { default } from './TopBar';
|
|
1
|
+
export { default } from './TopBar';
|
|
2
2
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,31 +1,31 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
export
|
|
3
|
-
level2?: string | React.ReactElement;
|
|
4
|
-
level3?: string | React.ReactElement;
|
|
5
|
-
level4?: string | React.ReactElement;
|
|
6
|
-
value?: string | React.ReactElement;
|
|
7
|
-
positive?: boolean;
|
|
8
|
-
time?: string | React.ReactElement;
|
|
9
|
-
tags?: string | React.ReactElement;
|
|
10
|
-
icon?: React.ReactElement;
|
|
11
|
-
subItens?: React.ReactElement;
|
|
12
|
-
withChevron?: boolean;
|
|
13
|
-
readOnly?: boolean;
|
|
14
|
-
isLoading?: boolean;
|
|
15
|
-
} & React.ComponentPropsWithoutRef<'div'>;
|
|
16
|
-
declare const TransactionListItem: React.ForwardRefExoticComponent<{
|
|
17
|
-
level2?: string | React.ReactElement
|
|
18
|
-
level3?: string | React.ReactElement
|
|
19
|
-
level4?: string | React.ReactElement
|
|
20
|
-
value?: string | React.ReactElement
|
|
21
|
-
positive?: boolean
|
|
22
|
-
time?: string | React.ReactElement
|
|
23
|
-
tags?: string | React.ReactElement
|
|
24
|
-
icon?: React.ReactElement
|
|
25
|
-
subItens?: React.ReactElement
|
|
26
|
-
withChevron?: boolean
|
|
27
|
-
readOnly?: boolean
|
|
28
|
-
isLoading?: boolean
|
|
29
|
-
} & Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof React.HTMLAttributes<HTMLDivElement>> & React.RefAttributes<HTMLDivElement>>;
|
|
30
|
-
export default TransactionListItem;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export type TransactionListItemProps = {
|
|
3
|
+
level2?: string | React.ReactElement;
|
|
4
|
+
level3?: string | React.ReactElement;
|
|
5
|
+
level4?: string | React.ReactElement;
|
|
6
|
+
value?: string | React.ReactElement;
|
|
7
|
+
positive?: boolean;
|
|
8
|
+
time?: string | React.ReactElement;
|
|
9
|
+
tags?: string | React.ReactElement;
|
|
10
|
+
icon?: React.ReactElement;
|
|
11
|
+
subItens?: React.ReactElement;
|
|
12
|
+
withChevron?: boolean;
|
|
13
|
+
readOnly?: boolean;
|
|
14
|
+
isLoading?: boolean;
|
|
15
|
+
} & React.ComponentPropsWithoutRef<'div'>;
|
|
16
|
+
declare const TransactionListItem: React.ForwardRefExoticComponent<{
|
|
17
|
+
level2?: string | React.ReactElement;
|
|
18
|
+
level3?: string | React.ReactElement;
|
|
19
|
+
level4?: string | React.ReactElement;
|
|
20
|
+
value?: string | React.ReactElement;
|
|
21
|
+
positive?: boolean;
|
|
22
|
+
time?: string | React.ReactElement;
|
|
23
|
+
tags?: string | React.ReactElement;
|
|
24
|
+
icon?: React.ReactElement;
|
|
25
|
+
subItens?: React.ReactElement;
|
|
26
|
+
withChevron?: boolean;
|
|
27
|
+
readOnly?: boolean;
|
|
28
|
+
isLoading?: boolean;
|
|
29
|
+
} & Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof React.HTMLAttributes<HTMLDivElement>> & React.RefAttributes<HTMLDivElement>>;
|
|
30
|
+
export default TransactionListItem;
|
|
31
31
|
//# sourceMappingURL=TransactionListItem.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TransactionListItem.d.ts","sourceRoot":"","sources":["../../src/TransactionListItem/TransactionListItem.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,
|
|
1
|
+
{"version":3,"file":"TransactionListItem.d.ts","sourceRoot":"","sources":["../../src/TransactionListItem/TransactionListItem.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,MAAM,MAAM,wBAAwB,GAAG;IAIrC,MAAM,CAAC,EAAE,MAAM,GAAG,KAAK,CAAC,YAAY,CAAC;IAIrC,MAAM,CAAC,EAAE,MAAM,GAAG,KAAK,CAAC,YAAY,CAAC;IAIrC,MAAM,CAAC,EAAE,MAAM,GAAG,KAAK,CAAC,YAAY,CAAC;IAIrC,KAAK,CAAC,EAAE,MAAM,GAAG,KAAK,CAAC,YAAY,CAAC;IAIpC,QAAQ,CAAC,EAAE,OAAO,CAAC;IAInB,IAAI,CAAC,EAAE,MAAM,GAAG,KAAK,CAAC,YAAY,CAAC;IAInC,IAAI,CAAC,EAAE,MAAM,GAAG,KAAK,CAAC,YAAY,CAAC;IAInC,IAAI,CAAC,EAAE,KAAK,CAAC,YAAY,CAAC;IAI1B,QAAQ,CAAC,EAAE,KAAK,CAAC,YAAY,CAAC;IAC9B,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB,GAAG,KAAK,CAAC,wBAAwB,CAAC,KAAK,CAAC,CAAC;AAE1C,QAAA,MAAM,mBAAmB;aAtCd,MAAM,GAAG,KAAK,CAAC,YAAY;aAI3B,MAAM,GAAG,KAAK,CAAC,YAAY;aAI3B,MAAM,GAAG,KAAK,CAAC,YAAY;YAI5B,MAAM,GAAG,KAAK,CAAC,YAAY;eAIxB,OAAO;WAIX,MAAM,GAAG,KAAK,CAAC,YAAY;WAI3B,MAAM,GAAG,KAAK,CAAC,YAAY;WAI3B,KAAK,CAAC,YAAY;eAId,KAAK,CAAC,YAAY;kBACf,OAAO;eACV,OAAO;gBACN,OAAO;kLAkFpB,CAAC;AAIF,eAAe,mBAAmB,CAAC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { default } from './TransactionListItem';
|
|
1
|
+
export { default } from './TransactionListItem';
|
|
2
2
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
export declare const defaultTypesMapping: Record<string, string>;
|
|
3
|
-
export
|
|
4
|
-
export
|
|
5
|
-
variant: Variant;
|
|
6
|
-
inverse?: boolean;
|
|
7
|
-
children: React.ReactNode;
|
|
8
|
-
} & React.ComponentPropsWithoutRef<'span'>;
|
|
9
|
-
declare const Typography: React.ForwardRefExoticComponent<{
|
|
10
|
-
variant: Variant;
|
|
11
|
-
inverse?: boolean
|
|
12
|
-
children: React.ReactNode;
|
|
13
|
-
} & Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "key" | keyof React.HTMLAttributes<HTMLSpanElement>> & React.RefAttributes<unknown>>;
|
|
14
|
-
export default Typography;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export declare const defaultTypesMapping: Record<string, string>;
|
|
3
|
+
export type Variant = 'heading1' | 'heading2' | 'heading3' | 'heading4' | 'heading5' | 'subtitle1' | 'subtitle2' | 'paragraph' | 'lead' | 'description' | 'caption' | 'captionbold' | 'eyebrow';
|
|
4
|
+
export type TypographyProps = {
|
|
5
|
+
variant: Variant;
|
|
6
|
+
inverse?: boolean;
|
|
7
|
+
children: React.ReactNode;
|
|
8
|
+
} & React.ComponentPropsWithoutRef<'span'>;
|
|
9
|
+
declare const Typography: React.ForwardRefExoticComponent<{
|
|
10
|
+
variant: Variant;
|
|
11
|
+
inverse?: boolean;
|
|
12
|
+
children: React.ReactNode;
|
|
13
|
+
} & Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "key" | keyof React.HTMLAttributes<HTMLSpanElement>> & React.RefAttributes<unknown>>;
|
|
14
|
+
export default Typography;
|
|
15
15
|
//# sourceMappingURL=Typography.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Typography.d.ts","sourceRoot":"","sources":["../../src/Typography/Typography.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,eAAO,MAAM,mBAAmB,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CActD,CAAC;AAEF,
|
|
1
|
+
{"version":3,"file":"Typography.d.ts","sourceRoot":"","sources":["../../src/Typography/Typography.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,eAAO,MAAM,mBAAmB,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CActD,CAAC;AAEF,MAAM,MAAM,OAAO,GACf,UAAU,GACV,UAAU,GACV,UAAU,GACV,UAAU,GACV,UAAU,GACV,WAAW,GACX,WAAW,GACX,WAAW,GACX,MAAM,GACN,aAAa,GACb,SAAS,GACT,aAAa,GACb,SAAS,CAAC;AAEd,MAAM,MAAM,eAAe,GAAG;IAI5B,OAAO,EAAE,OAAO,CAAC;IAKjB,OAAO,CAAC,EAAE,OAAO,CAAC;IAIlB,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;CAC3B,GAAG,KAAK,CAAC,wBAAwB,CAAC,MAAM,CAAC,CAAC;AAE3C,QAAA,MAAM,UAAU;aAZL,OAAO;cAKN,OAAO;cAIP,KAAK,CAAC,SAAS;8KAqB1B,CAAC;AAIF,eAAe,UAAU,CAAC"}
|
package/Typography/index.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { default } from './Typography';
|
|
1
|
+
export { default } from './Typography';
|
|
2
2
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
export
|
|
3
|
-
size: number | undefined;
|
|
4
|
-
} & React.SVGProps<SVGSVGElement> & React.RefAttributes<SVGSVGElement>>;
|
|
5
|
-
export
|
|
6
|
-
description: string;
|
|
7
|
-
iconVariant: 'chevron' | 'outline' | 'solid';
|
|
8
|
-
icon?: IconType;
|
|
9
|
-
title?: string;
|
|
10
|
-
} & React.ComponentPropsWithoutRef<'div'>;
|
|
11
|
-
declare const UnorderedListItem: React.ForwardRefExoticComponent<{
|
|
12
|
-
description: string;
|
|
13
|
-
iconVariant:
|
|
14
|
-
icon?: IconType
|
|
15
|
-
title?: string
|
|
16
|
-
} & Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof React.HTMLAttributes<HTMLDivElement>> & React.RefAttributes<HTMLDivElement>>;
|
|
17
|
-
export default UnorderedListItem;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export type IconType = React.ForwardRefExoticComponent<{
|
|
3
|
+
size: number | undefined;
|
|
4
|
+
} & React.SVGProps<SVGSVGElement> & React.RefAttributes<SVGSVGElement>>;
|
|
5
|
+
export type UnorderedListItemProps = {
|
|
6
|
+
description: string;
|
|
7
|
+
iconVariant: 'chevron' | 'outline' | 'solid';
|
|
8
|
+
icon?: IconType;
|
|
9
|
+
title?: string;
|
|
10
|
+
} & React.ComponentPropsWithoutRef<'div'>;
|
|
11
|
+
declare const UnorderedListItem: React.ForwardRefExoticComponent<{
|
|
12
|
+
description: string;
|
|
13
|
+
iconVariant: "chevron" | "outline" | "solid";
|
|
14
|
+
icon?: IconType;
|
|
15
|
+
title?: string;
|
|
16
|
+
} & Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof React.HTMLAttributes<HTMLDivElement>> & React.RefAttributes<HTMLDivElement>>;
|
|
17
|
+
export default UnorderedListItem;
|
|
18
18
|
//# sourceMappingURL=UnorderedListItem.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UnorderedListItem.d.ts","sourceRoot":"","sources":["../../src/UnorderedListItem/UnorderedListItem.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,
|
|
1
|
+
{"version":3,"file":"UnorderedListItem.d.ts","sourceRoot":"","sources":["../../src/UnorderedListItem/UnorderedListItem.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,MAAM,MAAM,QAAQ,GAAG,KAAK,CAAC,yBAAyB,CACpD;IACE,IAAI,EAAE,MAAM,GAAG,SAAS,CAAC;CAC1B,GAAG,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC,GAC/B,KAAK,CAAC,aAAa,CAAC,aAAa,CAAC,CACrC,CAAC;AAEF,MAAM,MAAM,sBAAsB,GAAG;IACnC,WAAW,EAAE,MAAM,CAAC;IACpB,WAAW,EAAE,SAAS,GAAG,SAAS,GAAG,OAAO,CAAC;IAC7C,IAAI,CAAC,EAAE,QAAQ,CAAC;IAChB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,GAAG,KAAK,CAAC,wBAAwB,CAAC,KAAK,CAAC,CAAC;AAE1C,QAAA,MAAM,iBAAiB;iBANR,MAAM;iBACN,SAAS,GAAG,SAAS,GAAG,OAAO;WACrC,QAAQ;YACP,MAAM;kLAqDf,CAAC;AAIF,eAAe,iBAAiB,CAAC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { default } from './UnorderedListItem';
|
|
1
|
+
export { default } from './UnorderedListItem';
|
|
2
2
|
//# sourceMappingURL=index.d.ts.map
|