@carto/meridian-ds 2.5.5-alpha-ellipsis.1 → 2.5.5-alpha-translations.1
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/CHANGELOG.md +3 -1
- package/dist/{Alert-wE4A0ify.js → Alert-CRVceJ9N.js} +20 -77
- package/dist/{Alert-CaashKPj.cjs → Alert-Dyw7Z9wJ.cjs} +22 -79
- package/dist/{MenuItem-BUe4eJZH.js → MenuItem-h41wtQTz.js} +1 -1
- package/dist/{MenuItem-BZWWJptW.cjs → MenuItem-o51jnNjL.cjs} +6 -6
- package/dist/{css-utils-W9dzgcXq.cjs → TablePaginationActions-CMC_ZxDN.cjs} +117 -61
- package/dist/{css-utils-CTJjJR0x.js → TablePaginationActions-DIFPc_wQ.js} +119 -63
- package/dist/components/index.cjs +163 -259
- package/dist/components/index.js +103 -199
- package/dist/theme/index.cjs +114 -108
- package/dist/theme/index.js +13 -7
- package/dist/types/components/AccordionGroup/AccordionGroup.d.ts +4 -1
- package/dist/types/components/AccordionGroup/AccordionGroup.d.ts.map +1 -1
- package/dist/types/components/AccordionGroup/AccordionGroup.stories.d.ts +39 -9
- package/dist/types/components/AccordionGroup/AccordionGroup.stories.d.ts.map +1 -1
- package/dist/types/components/AccordionGroup/AccordionGroup.test.d.ts +2 -0
- package/dist/types/components/AccordionGroup/AccordionGroup.test.d.ts.map +1 -0
- package/dist/types/components/AppBar/AppBar.d.ts +3 -1
- package/dist/types/components/AppBar/AppBar.d.ts.map +1 -1
- package/dist/types/components/AppBar/AppBar.stories.d.ts +2 -2
- package/dist/types/components/AppBar/AppBar.stories.d.ts.map +1 -1
- package/dist/types/components/AppBar/AppBar.test.d.ts +2 -0
- package/dist/types/components/AppBar/AppBar.test.d.ts.map +1 -0
- package/dist/types/components/Avatar/Avatar.d.ts +4 -1
- package/dist/types/components/Avatar/Avatar.d.ts.map +1 -1
- package/dist/types/components/Avatar/Avatar.stories.d.ts +1 -2
- package/dist/types/components/Avatar/Avatar.stories.d.ts.map +1 -1
- package/dist/types/components/Avatar/Avatar.test.d.ts +2 -0
- package/dist/types/components/Avatar/Avatar.test.d.ts.map +1 -0
- package/dist/types/components/Button/Button.d.ts +5 -0
- package/dist/types/components/Button/Button.d.ts.map +1 -1
- package/dist/types/components/Button/Button.stories.d.ts +3 -0
- package/dist/types/components/Button/Button.stories.d.ts.map +1 -1
- package/dist/types/components/Link/Link.d.ts +5 -0
- package/dist/types/components/Link/Link.d.ts.map +1 -1
- package/dist/types/components/Link/Link.stories.d.ts +9 -20
- package/dist/types/components/Link/Link.stories.d.ts.map +1 -1
- package/dist/types/components/TablePaginationActions/TablePaginationActions.d.ts +5 -2
- package/dist/types/components/TablePaginationActions/TablePaginationActions.d.ts.map +1 -1
- package/dist/types/components/TablePaginationActions/TablePaginationActions.stories.d.ts +72 -0
- package/dist/types/components/TablePaginationActions/TablePaginationActions.stories.d.ts.map +1 -0
- package/dist/types/components/TablePaginationActions/TablePaginationActions.test.d.ts +2 -0
- package/dist/types/components/TablePaginationActions/TablePaginationActions.test.d.ts.map +1 -0
- package/dist/types/components/Tag/Tag.d.ts +4 -176
- package/dist/types/components/Tag/Tag.d.ts.map +1 -1
- package/dist/types/components/ToggleButtonGroup/ToggleButtonGroup.d.ts +3 -2
- package/dist/types/components/ToggleButtonGroup/ToggleButtonGroup.d.ts.map +1 -1
- package/dist/types/components/ToggleButtonGroup/ToggleButtonGroup.stories.d.ts +2 -2
- package/dist/types/components/ToggleButtonGroup/ToggleButtonGroup.stories.d.ts.map +1 -1
- package/dist/types/components/ToggleButtonGroup/ToggleButtonGroup.test.d.ts +2 -0
- package/dist/types/components/ToggleButtonGroup/ToggleButtonGroup.test.d.ts.map +1 -0
- package/dist/types/components/TooltipData/TooltipData.d.ts.map +1 -1
- package/dist/types/components/TooltipData/TooltipData.stories.d.ts +34 -0
- package/dist/types/components/TooltipData/TooltipData.stories.d.ts.map +1 -0
- package/dist/types/components/TooltipData/TooltipData.test.d.ts +2 -0
- package/dist/types/components/TooltipData/TooltipData.test.d.ts.map +1 -0
- package/dist/types/components/index.d.ts +0 -2
- package/dist/types/components/index.d.ts.map +1 -1
- package/dist/types/theme/components/forms.d.ts.map +1 -1
- package/dist/types/theme/components/stories/Tooltip.stories.d.ts +0 -3
- package/dist/types/theme/components/stories/Tooltip.stories.d.ts.map +1 -1
- package/dist/types/utils/useTranslationFallback.d.ts +20 -0
- package/dist/types/utils/useTranslationFallback.d.ts.map +1 -0
- package/dist/types/utils/useTranslationFallback.test.d.ts +2 -0
- package/dist/types/utils/useTranslationFallback.test.d.ts.map +1 -0
- package/dist/types/widgets/TableWidgetUI/TableWidgetUI.d.ts.map +1 -1
- package/dist/types/widgets/WrapperWidgetUI/WrapperWidgetUI.d.ts.map +1 -1
- package/dist/widgets/index.cjs +119 -114
- package/dist/widgets/index.js +9 -4
- package/package.json +1 -1
- package/dist/types/components/EllipsisWithTooltip/EllipsisWithTooltip.d.ts +0 -117
- package/dist/types/components/EllipsisWithTooltip/EllipsisWithTooltip.d.ts.map +0 -1
- package/dist/types/components/EllipsisWithTooltip/EllipsisWithTooltip.stories.d.ts +0 -66
- package/dist/types/components/EllipsisWithTooltip/EllipsisWithTooltip.stories.d.ts.map +0 -1
- package/dist/types/components/EllipsisWithTooltip/EllipsisWithTooltip.test.d.ts +0 -2
- package/dist/types/components/EllipsisWithTooltip/EllipsisWithTooltip.test.d.ts.map +0 -1
- package/dist/types/components/EllipsisWithTooltip/index.d.ts +0 -3
- package/dist/types/components/EllipsisWithTooltip/index.d.ts.map +0 -1
- package/dist/types/utils/css-utils.d.ts +0 -14
- package/dist/types/utils/css-utils.d.ts.map +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AccordionGroup.test.d.ts","sourceRoot":"","sources":["../../../../src/components/AccordionGroup/AccordionGroup.test.tsx"],"names":[],"mappings":""}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
1
2
|
import { AppBarProps as MUIAppBarProps } from '@mui/material';
|
|
2
3
|
export type AppBarProps = MUIAppBarProps & {
|
|
3
4
|
children: React.ReactNode;
|
|
@@ -7,5 +8,6 @@ export type AppBarProps = MUIAppBarProps & {
|
|
|
7
8
|
onClickMenu?: (ev: React.MouseEvent) => void;
|
|
8
9
|
showBurgerMenu?: boolean;
|
|
9
10
|
};
|
|
10
|
-
|
|
11
|
+
declare const AppBar: React.ForwardRefExoticComponent<Omit<AppBarProps, "ref"> & React.RefAttributes<HTMLElement>>;
|
|
12
|
+
export default AppBar;
|
|
11
13
|
//# sourceMappingURL=AppBar.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AppBar.d.ts","sourceRoot":"","sources":["../../../../src/components/AppBar/AppBar.tsx"],"names":[],"mappings":"AAAA,OAAO,EAEL,WAAW,IAAI,cAAc,EAG9B,MAAM,eAAe,CAAA;AAMtB,MAAM,MAAM,WAAW,GAAG,cAAc,GAAG;IACzC,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAA;IACzB,SAAS,CAAC,EAAE,KAAK,CAAC,SAAS,CAAA;IAC3B,SAAS,CAAC,EAAE,KAAK,CAAC,SAAS,CAAA;IAC3B,aAAa,CAAC,EAAE,KAAK,CAAC,SAAS,CAAA;IAC/B,WAAW,CAAC,EAAE,CAAC,EAAE,EAAE,KAAK,CAAC,UAAU,KAAK,IAAI,CAAA;IAC5C,cAAc,CAAC,EAAE,OAAO,CAAA;CACzB,CAAA;
|
|
1
|
+
{"version":3,"file":"AppBar.d.ts","sourceRoot":"","sources":["../../../../src/components/AppBar/AppBar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmC,MAAM,OAAO,CAAA;AACvD,OAAO,EAEL,WAAW,IAAI,cAAc,EAG9B,MAAM,eAAe,CAAA;AAMtB,MAAM,MAAM,WAAW,GAAG,cAAc,GAAG;IACzC,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAA;IACzB,SAAS,CAAC,EAAE,KAAK,CAAC,SAAS,CAAA;IAC3B,SAAS,CAAC,EAAE,KAAK,CAAC,SAAS,CAAA;IAC3B,aAAa,CAAC,EAAE,KAAK,CAAC,SAAS,CAAA;IAC/B,WAAW,CAAC,EAAE,CAAC,EAAE,EAAE,KAAK,CAAC,UAAU,KAAK,IAAI,CAAA;IAC5C,cAAc,CAAC,EAAE,OAAO,CAAA;CACzB,CAAA;AA8DD,QAAA,MAAM,MAAM,8FAAsB,CAAA;AAClC,eAAe,MAAM,CAAA"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { AppBarProps } from './AppBar';
|
|
2
2
|
declare const options: {
|
|
3
3
|
title: string;
|
|
4
|
-
component:
|
|
4
|
+
component: import('react').ForwardRefExoticComponent<Omit<AppBarProps, "ref"> & import('react').RefAttributes<HTMLElement>>;
|
|
5
5
|
args: {
|
|
6
6
|
showBurgerMenu: boolean;
|
|
7
7
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AppBar.stories.d.ts","sourceRoot":"","sources":["../../../../src/components/AppBar/AppBar.stories.tsx"],"names":[],"mappings":"AAaA,
|
|
1
|
+
{"version":3,"file":"AppBar.stories.d.ts","sourceRoot":"","sources":["../../../../src/components/AppBar/AppBar.stories.tsx"],"names":[],"mappings":"AAaA,OAAe,EAAE,WAAW,EAAE,MAAM,UAAU,CAAA;AAY9C,QAAA,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoCG,CAAA;AAChB,eAAe,OAAO,CAAA;AAmHtB,eAAO,MAAM,KAAK;mBAjHM,WAAW;;;;;;;CAoHlC,CAAA;AAED,eAAO,MAAM,WAAW;mBA3GM,WAAW;;;;;;;CA8GxC,CAAA;AAED,eAAO,MAAM,cAAc;mBAzEK,WAAW;;;;;;;CA+E1C,CAAA;AAED,eAAO,MAAM,KAAK;;;;;;;CAKjB,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AppBar.test.d.ts","sourceRoot":"","sources":["../../../../src/components/AppBar/AppBar.test.tsx"],"names":[],"mappings":""}
|
|
@@ -2,6 +2,9 @@ import { AvatarProps as MUIAvatarProps } from '@mui/material';
|
|
|
2
2
|
export type AvatarProps = MUIAvatarProps & {
|
|
3
3
|
size?: 'xsmall' | 'small' | 'medium' | 'large';
|
|
4
4
|
disabled?: boolean;
|
|
5
|
+
'aria-label'?: string;
|
|
6
|
+
'data-testid'?: string;
|
|
5
7
|
};
|
|
6
|
-
|
|
8
|
+
declare const Avatar: import('react').ForwardRefExoticComponent<Omit<AvatarProps, "ref"> & import('react').RefAttributes<HTMLDivElement>>;
|
|
9
|
+
export default Avatar;
|
|
7
10
|
//# sourceMappingURL=Avatar.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Avatar.d.ts","sourceRoot":"","sources":["../../../../src/components/Avatar/Avatar.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Avatar.d.ts","sourceRoot":"","sources":["../../../../src/components/Avatar/Avatar.tsx"],"names":[],"mappings":"AAEA,OAAO,EAEL,WAAW,IAAI,cAAc,EAE9B,MAAM,eAAe,CAAA;AAEtB,MAAM,MAAM,WAAW,GAAG,cAAc,GAAG;IACzC,IAAI,CAAC,EAAE,QAAQ,GAAG,OAAO,GAAG,QAAQ,GAAG,OAAO,CAAA;IAC9C,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,aAAa,CAAC,EAAE,MAAM,CAAA;CACvB,CAAA;AAgED,QAAA,MAAM,MAAM,qHAAsB,CAAA;AAClC,eAAe,MAAM,CAAA"}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import { default as Avatar } from './Avatar';
|
|
2
1
|
declare const options: {
|
|
3
2
|
title: string;
|
|
4
|
-
component:
|
|
3
|
+
component: import('react').ForwardRefExoticComponent<Omit<import('..').AvatarProps, "ref"> & import('react').RefAttributes<HTMLDivElement>>;
|
|
5
4
|
args: {
|
|
6
5
|
disabled: boolean;
|
|
7
6
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Avatar.stories.d.ts","sourceRoot":"","sources":["../../../../src/components/Avatar/Avatar.stories.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Avatar.stories.d.ts","sourceRoot":"","sources":["../../../../src/components/Avatar/Avatar.stories.tsx"],"names":[],"mappings":"AAeA,QAAA,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAkCG,CAAA;AAChB,eAAe,OAAO,CAAA;AA8VtB,eAAO,MAAM,UAAU;;;;;;;;;CAKtB,CAAA;AAED,eAAO,MAAM,KAAK;;;;;;;CAKjB,CAAA;AAED,eAAO,MAAM,KAAK;;;;;;;;;;;CAGjB,CAAA;AAED,eAAO,MAAM,OAAO;;;;CAEnB,CAAA;AAED,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;CAGtB,CAAA;AAED,eAAO,MAAM,WAAW;;;;;;;;;;;CAGvB,CAAA;AAED,eAAO,MAAM,eAAe;;;;CAE3B,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Avatar.test.d.ts","sourceRoot":"","sources":["../../../../src/components/Avatar/Avatar.test.tsx"],"names":[],"mappings":""}
|
|
@@ -19,6 +19,11 @@ export type ButtonProps = MUIButtonProps<React.ElementType, {
|
|
|
19
19
|
* Needs to have a href prop to be considered external.
|
|
20
20
|
*/
|
|
21
21
|
showExternalIcon?: boolean;
|
|
22
|
+
/**
|
|
23
|
+
* Text to display for screen readers when the button is external.
|
|
24
|
+
* Defaults to the intl token 'c4r.button.opensInNewTab' if not provided.
|
|
25
|
+
*/
|
|
26
|
+
screenReaderText?: string | React.ReactNode;
|
|
22
27
|
'aria-describedby'?: string;
|
|
23
28
|
}>;
|
|
24
29
|
declare const Button: import('react').ForwardRefExoticComponent<Omit<ButtonProps, "ref"> & import('react').RefAttributes<HTMLButtonElement>>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Button.d.ts","sourceRoot":"","sources":["../../../../src/components/Button/Button.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Button.d.ts","sourceRoot":"","sources":["../../../../src/components/Button/Button.tsx"],"names":[],"mappings":"AACA,OAAO,EACL,WAAW,IAAI,cAAc,EAK9B,MAAM,eAAe,CAAA;AAuBtB,MAAM,MAAM,WAAW,GAAG,cAAc,CACtC,KAAK,CAAC,WAAW,EACjB;IACE,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,OAAO,CAAC,EAAE,OAAO,CAAA;IAEjB;;;;;OAKG;IACH,eAAe,CAAC,EAAE,OAAO,GAAG,KAAK,CAAA;IACjC;;;OAGG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB;;;OAGG;IACH,gBAAgB,CAAC,EAAE,OAAO,CAAA;IAC1B;;;OAGG;IACH,gBAAgB,CAAC,EAAE,MAAM,GAAG,KAAK,CAAC,SAAS,CAAA;IAC3C,kBAAkB,CAAC,EAAE,MAAM,CAAA;CAC5B,CACF,CAAA;AAqGD,QAAA,MAAM,MAAM,wHAAsB,CAAA;AAClC,eAAe,MAAM,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Button.stories.d.ts","sourceRoot":"","sources":["../../../../src/components/Button/Button.stories.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAU,WAAW,EAAc,MAAM,cAAc,CAAA;AAY9D,QAAA,MAAM,OAAO
|
|
1
|
+
{"version":3,"file":"Button.stories.d.ts","sourceRoot":"","sources":["../../../../src/components/Button/Button.stories.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAU,WAAW,EAAc,MAAM,cAAc,CAAA;AAY9D,QAAA,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8EG,CAAA;AAChB,eAAe,OAAO,CAAA;AAqTtB,eAAO,MAAM,UAAU;gCA7QwB,WAAW;;;;;;;;;CAmRzD,CAAA;AAED,eAAO,MAAM,KAAK;;;;;;;CAKjB,CAAA;AAED,eAAO,MAAM,SAAS;oCAtR0B,WAAW;;;;CAyR1D,CAAA;AAED,eAAO,MAAM,QAAQ;oCA3R2B,WAAW;;;;CA8R1D,CAAA;AAED,eAAO,MAAM,IAAI;oCAhS+B,WAAW;;;;CAmS1D,CAAA;AAED,eAAO,MAAM,YAAY;oCA7QqB,WAAW;;;;CAgRxD,CAAA;AAED,eAAO,MAAM,cAAc;oCAlRmB,WAAW;;;;CAqRxD,CAAA;AAED,eAAO,MAAM,UAAU;oCAvRuB,WAAW;;;;CA0RxD,CAAA;AAED,eAAO,MAAM,YAAY;oCA5RqB,WAAW;;;;CA+RxD,CAAA;AAED,eAAO,MAAM,QAAQ;oCA7Q4B,WAAW;;;;CAgR3D,CAAA;AAED,eAAO,MAAM,YAAY;oCAhM4B,WAAW;;;;;;CAuM/D,CAAA"}
|
|
@@ -10,6 +10,11 @@ export type LinkProps = MUILinkProps<React.ElementType, {
|
|
|
10
10
|
* Whether to show the external icon when external is true. Defaults to true.
|
|
11
11
|
*/
|
|
12
12
|
showExternalIcon?: boolean;
|
|
13
|
+
/**
|
|
14
|
+
* Text to display for screen readers when the link is external.
|
|
15
|
+
* Uses 'c4r.button.opensInNewTab' as fallback if not provided.
|
|
16
|
+
*/
|
|
17
|
+
screenReaderText?: string | React.ReactNode;
|
|
13
18
|
/**
|
|
14
19
|
* For target="_blank", use the `external` prop instead for better consistency and accessibility.
|
|
15
20
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Link.d.ts","sourceRoot":"","sources":["../../../../src/components/Link/Link.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Link.d.ts","sourceRoot":"","sources":["../../../../src/components/Link/Link.tsx"],"names":[],"mappings":"AACA,OAAO,EACL,SAAS,IAAI,YAAY,EAG1B,MAAM,eAAe,CAAA;AA2DtB,MAAM,MAAM,SAAS,GAAG,YAAY,CAClC,KAAK,CAAC,WAAW,EACjB;IACE,OAAO,CAAC,EAAE,KAAK,CAAC,SAAS,CAAA;IACzB,SAAS,CAAC,EAAE,KAAK,CAAC,SAAS,CAAA;IAC3B;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB;;OAEG;IACH,gBAAgB,CAAC,EAAE,OAAO,CAAA;IAC1B;;;OAGG;IACH,gBAAgB,CAAC,EAAE,MAAM,GAAG,KAAK,CAAC,SAAS,CAAA;IAC3C;;;;;;;;;OASG;IACH,MAAM,CAAC,EAAE,MAAM,CAAA;IACf;;;;;;;;;OASG;IACH,GAAG,CAAC,EAAE,MAAM,CAAA;IACZ,kBAAkB,CAAC,EAAE,MAAM,CAAA;CAC5B,CACF,CAAA;AA8DD,QAAA,MAAM,IAAI,sHAAoB,CAAA;AAC9B,eAAe,IAAI,CAAA"}
|
|
@@ -28,6 +28,9 @@ declare const options: {
|
|
|
28
28
|
control: "select";
|
|
29
29
|
options: number[];
|
|
30
30
|
};
|
|
31
|
+
screenReaderText: {
|
|
32
|
+
control: "text";
|
|
33
|
+
};
|
|
31
34
|
};
|
|
32
35
|
args: {
|
|
33
36
|
href: string;
|
|
@@ -78,30 +81,16 @@ export declare const LongUrl: {
|
|
|
78
81
|
};
|
|
79
82
|
};
|
|
80
83
|
export declare const ExternalLink: {
|
|
81
|
-
render: ({ ...props }: LinkProps) => import("react/jsx-runtime").JSX.Element;
|
|
82
|
-
args: {
|
|
83
|
-
external: boolean;
|
|
84
|
-
};
|
|
85
|
-
};
|
|
86
|
-
export declare const ExternalLinkVariant: {
|
|
87
84
|
render: ({ children, ...rest }: LinkProps) => import("react/jsx-runtime").JSX.Element;
|
|
88
85
|
args: {
|
|
89
|
-
external: boolean;
|
|
90
|
-
};
|
|
91
|
-
};
|
|
92
|
-
export declare const ExternalLinkLongUrl: {
|
|
93
|
-
render: ({ ...props }: LinkProps) => import("react/jsx-runtime").JSX.Element;
|
|
94
|
-
args: {
|
|
95
|
-
external: boolean;
|
|
96
|
-
href: string;
|
|
97
86
|
children: string;
|
|
98
87
|
};
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
88
|
+
parameters: {
|
|
89
|
+
docs: {
|
|
90
|
+
description: {
|
|
91
|
+
story: string;
|
|
92
|
+
};
|
|
93
|
+
};
|
|
105
94
|
};
|
|
106
95
|
};
|
|
107
96
|
export declare const InlineLink: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Link.stories.d.ts","sourceRoot":"","sources":["../../../../src/components/Link/Link.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AAWzB,OAAO,EAAQ,SAAS,EAA+B,MAAM,cAAc,CAAA;AAK3E,QAAA,MAAM,OAAO
|
|
1
|
+
{"version":3,"file":"Link.stories.d.ts","sourceRoot":"","sources":["../../../../src/components/Link/Link.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AAWzB,OAAO,EAAQ,SAAS,EAA+B,MAAM,cAAc,CAAA;AAK3E,QAAA,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6CG,CAAA;AAChB,eAAe,OAAO,CAAA;AAmFtB,eAAO,MAAM,UAAU;2BAjFmB,SAAS;;;;;;CAsFlD,CAAA;AAED,eAAO,MAAM,OAAO;oCAlF4B,SAAS;;;;;;;;CA4FxD,CAAA;AAED,eAAO,MAAM,KAAK;oCA7E4B,SAAS;CA+EtD,CAAA;AAED,eAAO,MAAM,IAAI;oCAhE4B,SAAS;CAkErD,CAAA;AAED,eAAO,MAAM,OAAO;2BA5GsB,SAAS;;;;;CAkHlD,CAAA;AA+HD,eAAO,MAAM,YAAY;oCA7H4B,SAAS;;;;;;;;;;;CA0I7D,CAAA;AAED,eAAO,MAAM,UAAU;mCA3LuB,SAAS;;;;;;;;CAkMtD,CAAA;AAED,eAAO,MAAM,UAAU;2BAzQmB,SAAS;;;;;CA+QlD,CAAA"}
|
|
@@ -2,8 +2,11 @@ export type TablePaginationActionsParams = {
|
|
|
2
2
|
count: number;
|
|
3
3
|
page: number;
|
|
4
4
|
rowsPerPage: number;
|
|
5
|
-
onPageChange: (event: React.MouseEvent<HTMLButtonElement
|
|
5
|
+
onPageChange: (event: React.MouseEvent<HTMLButtonElement> | null, newPage: number) => void;
|
|
6
6
|
lastPageTooltip?: string;
|
|
7
|
+
'aria-label'?: string;
|
|
8
|
+
'data-testid'?: string;
|
|
7
9
|
};
|
|
8
|
-
|
|
10
|
+
declare const TablePaginationActions: import('react').ForwardRefExoticComponent<TablePaginationActionsParams & import('react').RefAttributes<HTMLDivElement>>;
|
|
11
|
+
export default TablePaginationActions;
|
|
9
12
|
//# sourceMappingURL=TablePaginationActions.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TablePaginationActions.d.ts","sourceRoot":"","sources":["../../../../src/components/TablePaginationActions/TablePaginationActions.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"TablePaginationActions.d.ts","sourceRoot":"","sources":["../../../../src/components/TablePaginationActions/TablePaginationActions.tsx"],"names":[],"mappings":"AAgBA,MAAM,MAAM,4BAA4B,GAAG;IACzC,KAAK,EAAE,MAAM,CAAA;IACb,IAAI,EAAE,MAAM,CAAA;IACZ,WAAW,EAAE,MAAM,CAAA;IACnB,YAAY,EAAE,CACZ,KAAK,EAAE,KAAK,CAAC,UAAU,CAAC,iBAAiB,CAAC,GAAG,IAAI,EACjD,OAAO,EAAE,MAAM,KACZ,IAAI,CAAA;IACT,eAAe,CAAC,EAAE,MAAM,CAAA;IACxB,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,aAAa,CAAC,EAAE,MAAM,CAAA;CACvB,CAAA;AAoED,QAAA,MAAM,sBAAsB,yHAAsC,CAAA;AAClE,eAAe,sBAAsB,CAAA"}
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
import { TablePaginationActionsParams } from './TablePaginationActions';
|
|
2
|
+
declare const options: {
|
|
3
|
+
title: string;
|
|
4
|
+
component: import('react').ForwardRefExoticComponent<TablePaginationActionsParams & import('react').RefAttributes<HTMLDivElement>>;
|
|
5
|
+
tags: string[];
|
|
6
|
+
argTypes: {
|
|
7
|
+
count: {
|
|
8
|
+
control: "number";
|
|
9
|
+
description: string;
|
|
10
|
+
};
|
|
11
|
+
page: {
|
|
12
|
+
control: "number";
|
|
13
|
+
description: string;
|
|
14
|
+
};
|
|
15
|
+
rowsPerPage: {
|
|
16
|
+
control: "number";
|
|
17
|
+
description: string;
|
|
18
|
+
};
|
|
19
|
+
onPageChange: {
|
|
20
|
+
action: string;
|
|
21
|
+
description: string;
|
|
22
|
+
};
|
|
23
|
+
lastPageTooltip: {
|
|
24
|
+
control: "text";
|
|
25
|
+
description: string;
|
|
26
|
+
};
|
|
27
|
+
'aria-label': {
|
|
28
|
+
control: "text";
|
|
29
|
+
description: string;
|
|
30
|
+
};
|
|
31
|
+
'data-testid': {
|
|
32
|
+
control: "text";
|
|
33
|
+
description: string;
|
|
34
|
+
};
|
|
35
|
+
};
|
|
36
|
+
args: {
|
|
37
|
+
count: number;
|
|
38
|
+
page: number;
|
|
39
|
+
rowsPerPage: number;
|
|
40
|
+
onPageChange: () => undefined;
|
|
41
|
+
};
|
|
42
|
+
parameters: {
|
|
43
|
+
design: {
|
|
44
|
+
type: string;
|
|
45
|
+
url: string;
|
|
46
|
+
};
|
|
47
|
+
status: {
|
|
48
|
+
type: string;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
};
|
|
52
|
+
export default options;
|
|
53
|
+
export declare const Playground: {
|
|
54
|
+
render: (args: TablePaginationActionsParams) => import("react/jsx-runtime").JSX.Element;
|
|
55
|
+
parameters: {
|
|
56
|
+
chromatic: {
|
|
57
|
+
disableSnapshot: boolean;
|
|
58
|
+
};
|
|
59
|
+
};
|
|
60
|
+
};
|
|
61
|
+
export declare const States: {
|
|
62
|
+
render: () => import("react/jsx-runtime").JSX.Element;
|
|
63
|
+
};
|
|
64
|
+
export declare const CustomTooltip: {
|
|
65
|
+
render: (args: TablePaginationActionsParams) => import("react/jsx-runtime").JSX.Element;
|
|
66
|
+
args: {
|
|
67
|
+
count: number;
|
|
68
|
+
page: number;
|
|
69
|
+
rowsPerPage: number;
|
|
70
|
+
};
|
|
71
|
+
};
|
|
72
|
+
//# sourceMappingURL=TablePaginationActions.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TablePaginationActions.stories.d.ts","sourceRoot":"","sources":["../../../../src/components/TablePaginationActions/TablePaginationActions.stories.tsx"],"names":[],"mappings":"AAGA,OAA+B,EAC7B,4BAA4B,EAC7B,MAAM,0BAA0B,CAAA;AAGjC,QAAA,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAiDkC,CAAA;AAE/C,eAAe,OAAO,CAAA;AA4EtB,eAAO,MAAM,UAAU;mBA1EW,4BAA4B;;;;;;CA+E7D,CAAA;AAED,eAAO,MAAM,MAAM;;CAElB,CAAA;AAED,eAAO,MAAM,aAAa;mBArCW,4BAA4B;;;;;;CA4ChE,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TablePaginationActions.test.d.ts","sourceRoot":"","sources":["../../../../src/components/TablePaginationActions/TablePaginationActions.test.tsx"],"names":[],"mappings":""}
|
|
@@ -3,200 +3,28 @@ import { TypographyProps } from '..';
|
|
|
3
3
|
export type TagColor = 'primary' | 'secondary' | 'error' | 'success' | 'warning' | 'default';
|
|
4
4
|
export type TagVariant = 'filled' | 'outlined';
|
|
5
5
|
export type TagType = 'default' | 'code';
|
|
6
|
-
/**
|
|
7
|
-
* Props for the Tag component.
|
|
8
|
-
*
|
|
9
|
-
* @interface TagProps
|
|
10
|
-
* @extends Omit<React.HTMLProps<HTMLDivElement>, 'as' | 'size' | 'label' | 'type' | 'ref'>
|
|
11
|
-
*/
|
|
12
6
|
export type TagProps = Omit<React.HTMLProps<HTMLDivElement>, 'as' | 'size' | 'label' | 'type' | 'ref'> & {
|
|
13
|
-
/**
|
|
14
|
-
* Label, main content of tag, by default displayed as `caption` type typography.
|
|
15
|
-
* Can be a string, React element, or any ReactNode.
|
|
16
|
-
*
|
|
17
|
-
* @example
|
|
18
|
-
* ```tsx
|
|
19
|
-
* <Tag label="Simple text" />
|
|
20
|
-
* <Tag label={<Typography variant="body2">Custom content</Typography>} />
|
|
21
|
-
* ```
|
|
22
|
-
*/
|
|
7
|
+
/** Label, main content of tag, by default displayed as `caption` type typography. */
|
|
23
8
|
label: ReactNode;
|
|
24
|
-
/**
|
|
25
|
-
* Color theme for the tag.
|
|
26
|
-
*
|
|
27
|
-
* @default 'primary'
|
|
28
|
-
* @example
|
|
29
|
-
* ```tsx
|
|
30
|
-
* <Tag label="Success" color="success" />
|
|
31
|
-
* <Tag label="Warning" color="warning" />
|
|
32
|
-
* ```
|
|
33
|
-
*/
|
|
34
9
|
color?: TagColor;
|
|
35
|
-
/**
|
|
36
|
-
* Optional icon to display before the label.
|
|
37
|
-
* Can be any ReactNode (icon component, emoji, etc.).
|
|
38
|
-
*
|
|
39
|
-
* @example
|
|
40
|
-
* ```tsx
|
|
41
|
-
* <Tag label="File" icon={<FileIcon />} />
|
|
42
|
-
* <Tag label="Folder" icon="📁" />
|
|
43
|
-
* ```
|
|
44
|
-
*/
|
|
45
10
|
icon?: ReactNode;
|
|
46
|
-
/**
|
|
47
|
-
* Visual variant of the tag.
|
|
48
|
-
*
|
|
49
|
-
* @default 'filled'
|
|
50
|
-
* @example
|
|
51
|
-
* ```tsx
|
|
52
|
-
* <Tag label="Outlined" variant="outlined" />
|
|
53
|
-
* <Tag label="Filled" variant="filled" />
|
|
54
|
-
* ```
|
|
55
|
-
*/
|
|
56
11
|
variant?: TagVariant;
|
|
57
|
-
/**
|
|
58
|
-
* Type of tag, affects typography styling.
|
|
59
|
-
*
|
|
60
|
-
* @default 'default'
|
|
61
|
-
* @example
|
|
62
|
-
* ```tsx
|
|
63
|
-
* <Tag label="const variable" type="code" />
|
|
64
|
-
* <Tag label="Regular tag" type="default" />
|
|
65
|
-
* ```
|
|
66
|
-
*/
|
|
67
12
|
type?: TagType;
|
|
68
|
-
/**
|
|
69
|
-
* Options passed to the internal Typography component.
|
|
70
|
-
* Use to override default typography styles.
|
|
71
|
-
*
|
|
72
|
-
* @example
|
|
73
|
-
* ```tsx
|
|
74
|
-
* <Tag
|
|
75
|
-
* label="Custom styled"
|
|
76
|
-
* typographyProps={{
|
|
77
|
-
* variant: 'body2',
|
|
78
|
-
* fontWeight: 'bold'
|
|
79
|
-
* }}
|
|
80
|
-
* />
|
|
81
|
-
* ```
|
|
82
|
-
*/
|
|
13
|
+
/** Options passed for Typography, use to override default styles */
|
|
83
14
|
typographyProps?: TypographyProps;
|
|
84
|
-
/**
|
|
85
|
-
* Whether to prevent text wrapping.
|
|
86
|
-
*
|
|
87
|
-
* @default true
|
|
88
|
-
* @example
|
|
89
|
-
* ```tsx
|
|
90
|
-
* <Tag label="No wrap text" noWrap={true} />
|
|
91
|
-
* <Tag label="Wrapping text" noWrap={false} />
|
|
92
|
-
* ```
|
|
93
|
-
*/
|
|
94
15
|
noWrap?: boolean;
|
|
95
|
-
/**
|
|
96
|
-
* Whether the tag is disabled.
|
|
97
|
-
* Disabled tags have reduced opacity and are not interactive.
|
|
98
|
-
*
|
|
99
|
-
* @default false
|
|
100
|
-
* @example
|
|
101
|
-
* ```tsx
|
|
102
|
-
* <Tag label="Disabled tag" disabled={true} />
|
|
103
|
-
* ```
|
|
104
|
-
*/
|
|
105
16
|
disabled?: boolean;
|
|
106
17
|
};
|
|
107
18
|
declare const Tag: import('react').ForwardRefExoticComponent<Omit<import('react').HTMLProps<HTMLDivElement>, "size" | "label" | "ref" | "type" | "as"> & {
|
|
108
|
-
/**
|
|
109
|
-
* Label, main content of tag, by default displayed as `caption` type typography.
|
|
110
|
-
* Can be a string, React element, or any ReactNode.
|
|
111
|
-
*
|
|
112
|
-
* @example
|
|
113
|
-
* ```tsx
|
|
114
|
-
* <Tag label="Simple text" />
|
|
115
|
-
* <Tag label={<Typography variant="body2">Custom content</Typography>} />
|
|
116
|
-
* ```
|
|
117
|
-
*/
|
|
19
|
+
/** Label, main content of tag, by default displayed as `caption` type typography. */
|
|
118
20
|
label: ReactNode;
|
|
119
|
-
/**
|
|
120
|
-
* Color theme for the tag.
|
|
121
|
-
*
|
|
122
|
-
* @default 'primary'
|
|
123
|
-
* @example
|
|
124
|
-
* ```tsx
|
|
125
|
-
* <Tag label="Success" color="success" />
|
|
126
|
-
* <Tag label="Warning" color="warning" />
|
|
127
|
-
* ```
|
|
128
|
-
*/
|
|
129
21
|
color?: TagColor;
|
|
130
|
-
/**
|
|
131
|
-
* Optional icon to display before the label.
|
|
132
|
-
* Can be any ReactNode (icon component, emoji, etc.).
|
|
133
|
-
*
|
|
134
|
-
* @example
|
|
135
|
-
* ```tsx
|
|
136
|
-
* <Tag label="File" icon={<FileIcon />} />
|
|
137
|
-
* <Tag label="Folder" icon="📁" />
|
|
138
|
-
* ```
|
|
139
|
-
*/
|
|
140
22
|
icon?: ReactNode;
|
|
141
|
-
/**
|
|
142
|
-
* Visual variant of the tag.
|
|
143
|
-
*
|
|
144
|
-
* @default 'filled'
|
|
145
|
-
* @example
|
|
146
|
-
* ```tsx
|
|
147
|
-
* <Tag label="Outlined" variant="outlined" />
|
|
148
|
-
* <Tag label="Filled" variant="filled" />
|
|
149
|
-
* ```
|
|
150
|
-
*/
|
|
151
23
|
variant?: TagVariant;
|
|
152
|
-
/**
|
|
153
|
-
* Type of tag, affects typography styling.
|
|
154
|
-
*
|
|
155
|
-
* @default 'default'
|
|
156
|
-
* @example
|
|
157
|
-
* ```tsx
|
|
158
|
-
* <Tag label="const variable" type="code" />
|
|
159
|
-
* <Tag label="Regular tag" type="default" />
|
|
160
|
-
* ```
|
|
161
|
-
*/
|
|
162
24
|
type?: TagType;
|
|
163
|
-
/**
|
|
164
|
-
* Options passed to the internal Typography component.
|
|
165
|
-
* Use to override default typography styles.
|
|
166
|
-
*
|
|
167
|
-
* @example
|
|
168
|
-
* ```tsx
|
|
169
|
-
* <Tag
|
|
170
|
-
* label="Custom styled"
|
|
171
|
-
* typographyProps={{
|
|
172
|
-
* variant: 'body2',
|
|
173
|
-
* fontWeight: 'bold'
|
|
174
|
-
* }}
|
|
175
|
-
* />
|
|
176
|
-
* ```
|
|
177
|
-
*/
|
|
25
|
+
/** Options passed for Typography, use to override default styles */
|
|
178
26
|
typographyProps?: TypographyProps;
|
|
179
|
-
/**
|
|
180
|
-
* Whether to prevent text wrapping.
|
|
181
|
-
*
|
|
182
|
-
* @default true
|
|
183
|
-
* @example
|
|
184
|
-
* ```tsx
|
|
185
|
-
* <Tag label="No wrap text" noWrap={true} />
|
|
186
|
-
* <Tag label="Wrapping text" noWrap={false} />
|
|
187
|
-
* ```
|
|
188
|
-
*/
|
|
189
27
|
noWrap?: boolean;
|
|
190
|
-
/**
|
|
191
|
-
* Whether the tag is disabled.
|
|
192
|
-
* Disabled tags have reduced opacity and are not interactive.
|
|
193
|
-
*
|
|
194
|
-
* @default false
|
|
195
|
-
* @example
|
|
196
|
-
* ```tsx
|
|
197
|
-
* <Tag label="Disabled tag" disabled={true} />
|
|
198
|
-
* ```
|
|
199
|
-
*/
|
|
200
28
|
disabled?: boolean;
|
|
201
29
|
} & import('react').RefAttributes<HTMLDivElement>>;
|
|
202
30
|
export default Tag;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Tag.d.ts","sourceRoot":"","sources":["../../../../src/components/Tag/Tag.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAA4B,MAAM,OAAO,CAAA;AAG3D,OAAO,EAAc,eAAe,EAAE,MAAM,cAAc,CAAA;
|
|
1
|
+
{"version":3,"file":"Tag.d.ts","sourceRoot":"","sources":["../../../../src/components/Tag/Tag.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAA4B,MAAM,OAAO,CAAA;AAG3D,OAAO,EAAc,eAAe,EAAE,MAAM,cAAc,CAAA;AAE1D,MAAM,MAAM,QAAQ,GAChB,SAAS,GACT,WAAW,GACX,OAAO,GACP,SAAS,GACT,SAAS,GACT,SAAS,CAAA;AAEb,MAAM,MAAM,UAAU,GAAG,QAAQ,GAAG,UAAU,CAAA;AAE9C,MAAM,MAAM,OAAO,GAAG,SAAS,GAAG,MAAM,CAAA;AAGxC,MAAM,MAAM,QAAQ,GAAG,IAAI,CACzB,KAAK,CAAC,SAAS,CAAC,cAAc,CAAC,EAC/B,IAAI,GAAG,MAAM,GAAG,OAAO,GAAG,MAAM,GAAG,KAAK,CACzC,GAAG;IACF,sFAAsF;IACtF,KAAK,EAAE,SAAS,CAAA;IAChB,KAAK,CAAC,EAAE,QAAQ,CAAA;IAChB,IAAI,CAAC,EAAE,SAAS,CAAA;IAChB,OAAO,CAAC,EAAE,UAAU,CAAA;IACpB,IAAI,CAAC,EAAE,OAAO,CAAA;IACd,oEAAoE;IACpE,eAAe,CAAC,EAAE,eAAe,CAAA;IACjC,MAAM,CAAC,EAAE,OAAO,CAAA;IAChB,QAAQ,CAAC,EAAE,OAAO,CAAA;CACnB,CAAA;AAwND,QAAA,MAAM,GAAG;IAlOP,sFAAsF;WAC/E,SAAS;YACR,QAAQ;WACT,SAAS;cACN,UAAU;WACb,OAAO;IACd,oEAAoE;sBAClD,eAAe;aACxB,OAAO;eACL,OAAO;kDAyNQ,CAAA;AAC5B,eAAe,GAAG,CAAA"}
|
|
@@ -2,6 +2,7 @@ import { ToggleButtonGroupProps as MUIToggleButtonGroupProps } from '@mui/materi
|
|
|
2
2
|
export type ToggleButtonGroupProps = MUIToggleButtonGroupProps & {
|
|
3
3
|
variant?: 'floating' | 'contained' | 'unbounded';
|
|
4
4
|
backgroundColor?: 'primary' | 'secondary' | 'transparent';
|
|
5
|
-
}
|
|
6
|
-
|
|
5
|
+
} & React.RefAttributes<HTMLDivElement>;
|
|
6
|
+
declare const ToggleButtonGroup: import('react').ForwardRefExoticComponent<Omit<ToggleButtonGroupProps, "ref"> & import('react').RefAttributes<HTMLDivElement>>;
|
|
7
|
+
export default ToggleButtonGroup;
|
|
7
8
|
//# sourceMappingURL=ToggleButtonGroup.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ToggleButtonGroup.d.ts","sourceRoot":"","sources":["../../../../src/components/ToggleButtonGroup/ToggleButtonGroup.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ToggleButtonGroup.d.ts","sourceRoot":"","sources":["../../../../src/components/ToggleButtonGroup/ToggleButtonGroup.tsx"],"names":[],"mappings":"AACA,OAAO,EAGL,sBAAsB,IAAI,yBAAyB,EACpD,MAAM,eAAe,CAAA;AAEtB,MAAM,MAAM,sBAAsB,GAAG,yBAAyB,GAAG;IAC/D,OAAO,CAAC,EAAE,UAAU,GAAG,WAAW,GAAG,WAAW,CAAA;IAChD,eAAe,CAAC,EAAE,SAAS,GAAG,WAAW,GAAG,aAAa,CAAA;CAC1D,GAAG,KAAK,CAAC,aAAa,CAAC,cAAc,CAAC,CAAA;AAwHvC,QAAA,MAAM,iBAAiB,gIAAiC,CAAA;AACxD,eAAe,iBAAiB,CAAA"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { ToggleButtonGroupProps } from '..';
|
|
2
2
|
declare const options: {
|
|
3
3
|
title: string;
|
|
4
|
-
component:
|
|
4
|
+
component: import('react').ForwardRefExoticComponent<Omit<ToggleButtonGroupProps, "ref"> & import('react').RefAttributes<HTMLDivElement>>;
|
|
5
5
|
args: {
|
|
6
6
|
exclusive: boolean;
|
|
7
7
|
disabled: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ToggleButtonGroup.stories.d.ts","sourceRoot":"","sources":["../../../../src/components/ToggleButtonGroup/ToggleButtonGroup.stories.tsx"],"names":[],"mappings":"AAOA,OAAO,
|
|
1
|
+
{"version":3,"file":"ToggleButtonGroup.stories.d.ts","sourceRoot":"","sources":["../../../../src/components/ToggleButtonGroup/ToggleButtonGroup.stories.tsx"],"names":[],"mappings":"AAOA,OAAO,EAGL,sBAAsB,EACvB,MAAM,cAAc,CAAA;AASrB,QAAA,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA2DG,CAAA;AAChB,eAAe,OAAO,CAAA;AAyNtB,eAAO,MAAM,UAAU;6EAhNpB,sBAAsB,GAAG;QAC1B,KAAK,EAAE,MAAM,CAAA;QACb,OAAO,EAAE,OAAO,CAAA;KACjB;;;;;;CAkNA,CAAA;AAED,eAAO,MAAM,KAAK;;;;;;;CAKjB,CAAA;AAED,eAAO,MAAM,aAAa;mBAzIlB,sBAAsB,GAAG;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,OAAO,EAAE,OAAO,CAAA;KAAE;;;;CA4InE,CAAA;AAED,eAAO,MAAM,eAAe;mBA7JpB,sBAAsB,GAAG;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,OAAO,EAAE,OAAO,CAAA;KAAE;CA+JnE,CAAA;AAED,eAAO,MAAM,YAAY;mBAnIjB,sBAAsB,GAAG;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,OAAO,EAAE,OAAO,CAAA;KAAE;CAqInE,CAAA;AAED,eAAO,MAAM,mBAAmB;mBArKxB,sBAAsB,GAAG;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,OAAO,EAAE,OAAO,CAAA;KAAE;;;;CAwKnE,CAAA;AAED,eAAO,MAAM,sBAAsB;mBA1K3B,sBAAsB,GAAG;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,OAAO,EAAE,OAAO,CAAA;KAAE;;;;CA6KnE,CAAA;AAED,eAAO,MAAM,OAAO;mBAlIZ,sBAAsB,GAAG;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,OAAO,EAAE,OAAO,CAAA;KAAE;CAoInE,CAAA;AAED,eAAO,MAAM,eAAe;mBApHpB,sBAAsB,GAAG;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,OAAO,EAAE,OAAO,CAAA;KAAE;CAsHnE,CAAA;AAED,eAAO,MAAM,QAAQ;qCApGlB,sBAAsB,GAAG;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,OAAO,EAAE,OAAO,CAAA;KAAE;CAsG9D,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ToggleButtonGroup.test.d.ts","sourceRoot":"","sources":["../../../../src/components/ToggleButtonGroup/ToggleButtonGroup.test.tsx"],"names":[],"mappings":""}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TooltipData.d.ts","sourceRoot":"","sources":["../../../../src/components/TooltipData/TooltipData.tsx"],"names":[],"mappings":"AAMA,MAAM,MAAM,eAAe,GAAG;IAC5B,cAAc,CAAC,EAAE,OAAO,CAAA;IACxB,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,KAAK,EAAE,MAAM,GAAG,MAAM,CAAA;CACvB,CAAA;AAID,MAAM,MAAM,gBAAgB,GAAG;IAC7B,KAAK,CAAC,EAAE,KAAK,CAAC,SAAS,CAAA;IACvB,KAAK,EAAE,eAAe,EAAE,CAAA;CACzB,CAAA;AAgCD,MAAM,CAAC,OAAO,UAAU,WAAW,CAAC,EAClC,KAAqB,EACrB,KAAK,GACN,EAAE,gBAAgB,
|
|
1
|
+
{"version":3,"file":"TooltipData.d.ts","sourceRoot":"","sources":["../../../../src/components/TooltipData/TooltipData.tsx"],"names":[],"mappings":"AAMA,MAAM,MAAM,eAAe,GAAG;IAC5B,cAAc,CAAC,EAAE,OAAO,CAAA;IACxB,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,KAAK,EAAE,MAAM,GAAG,MAAM,CAAA;CACvB,CAAA;AAID,MAAM,MAAM,gBAAgB,GAAG;IAC7B,KAAK,CAAC,EAAE,KAAK,CAAC,SAAS,CAAA;IACvB,KAAK,EAAE,eAAe,EAAE,CAAA;CACzB,CAAA;AAgCD,MAAM,CAAC,OAAO,UAAU,WAAW,CAAC,EAClC,KAAqB,EACrB,KAAK,GACN,EAAE,gBAAgB,2CAgClB"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { TooltipData, TooltipDataProps } from '..';
|
|
2
|
+
import { Meta } from '@storybook/react';
|
|
3
|
+
declare const meta: Meta<typeof TooltipData>;
|
|
4
|
+
export default meta;
|
|
5
|
+
export declare const Playground: {
|
|
6
|
+
render: (args: TooltipDataProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
args: {
|
|
8
|
+
title: string;
|
|
9
|
+
items: ({
|
|
10
|
+
value: number;
|
|
11
|
+
color?: undefined;
|
|
12
|
+
} | {
|
|
13
|
+
value: number;
|
|
14
|
+
color: string | undefined;
|
|
15
|
+
})[];
|
|
16
|
+
};
|
|
17
|
+
parameters: {
|
|
18
|
+
chromatic: {
|
|
19
|
+
disableSnapshot: boolean;
|
|
20
|
+
};
|
|
21
|
+
};
|
|
22
|
+
};
|
|
23
|
+
export declare const Guide: {
|
|
24
|
+
render: () => import("react/jsx-runtime").JSX.Element;
|
|
25
|
+
parameters: {
|
|
26
|
+
chromatic: {
|
|
27
|
+
disableSnapshot: boolean;
|
|
28
|
+
};
|
|
29
|
+
};
|
|
30
|
+
};
|
|
31
|
+
export declare const Data: {
|
|
32
|
+
render: () => import("react/jsx-runtime").JSX.Element;
|
|
33
|
+
};
|
|
34
|
+
//# sourceMappingURL=TooltipData.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TooltipData.stories.d.ts","sourceRoot":"","sources":["../../../../src/components/TooltipData/TooltipData.stories.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAE,gBAAgB,EAAE,MAAM,cAAc,CAAA;AAS5D,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAA;AAE5C,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,WAAW,CAYlC,CAAA;AAED,eAAe,IAAI,CAAA;AA0GnB,eAAO,MAAM,UAAU;mBApDsB,gBAAgB;;;;;;;;;;;;;;;;CA6D5D,CAAA;AAED,eAAO,MAAM,KAAK;;;;;;;CAKjB,CAAA;AAED,eAAO,MAAM,IAAI;;CAEhB,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TooltipData.test.d.ts","sourceRoot":"","sources":["../../../../src/components/TooltipData/TooltipData.test.tsx"],"names":[],"mappings":""}
|