@carto/meridian-ds 2.7.0 → 2.8.0-alpha-empty-state.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (85) hide show
  1. package/CHANGELOG.md +10 -1
  2. package/dist/{Alert-BfDnWlbD.js → Alert-BZPM5zpX.js} +1 -1
  3. package/dist/{Alert-CPvYAHO_.cjs → Alert-C4W0H_uN.cjs} +1 -1
  4. package/dist/{MenuItem-D90EfuGS.js → MenuItem-Cx5lTXXm.js} +16 -2
  5. package/dist/{MenuItem-ZSYcQBtg.cjs → MenuItem-DoBJsRR_.cjs} +15 -1
  6. package/dist/components/index.cjs +258 -93
  7. package/dist/components/index.js +267 -102
  8. package/dist/{css-utils-DjvM17Vb.cjs → css-utils-CH7es90t.cjs} +15 -0
  9. package/dist/{css-utils-BHYA7By_.js → css-utils-CjUBRJVK.js} +15 -0
  10. package/dist/custom-icons/index.cjs +296 -226
  11. package/dist/custom-icons/index.js +296 -226
  12. package/dist/theme/index.cjs +96 -24
  13. package/dist/theme/index.js +81 -9
  14. package/dist/types/components/CircularProgress/CircularProgress.d.ts +19 -0
  15. package/dist/types/components/CircularProgress/CircularProgress.d.ts.map +1 -0
  16. package/dist/types/components/CircularProgress/CircularProgress.stories.d.ts +72 -0
  17. package/dist/types/components/CircularProgress/CircularProgress.stories.d.ts.map +1 -0
  18. package/dist/types/components/CircularProgress/CircularProgress.test.d.ts +2 -0
  19. package/dist/types/components/CircularProgress/CircularProgress.test.d.ts.map +1 -0
  20. package/dist/types/components/CircularProgress/index.d.ts +3 -0
  21. package/dist/types/components/CircularProgress/index.d.ts.map +1 -0
  22. package/dist/types/components/Dialog/DialogConfirmation/DialogConfirmation.d.ts +1 -1
  23. package/dist/types/components/Dialog/DialogConfirmation/DialogConfirmation.d.ts.map +1 -1
  24. package/dist/types/components/Dialog/DialogConfirmation/DialogConfirmation.stories.d.ts +13 -0
  25. package/dist/types/components/Dialog/DialogConfirmation/DialogConfirmation.stories.d.ts.map +1 -1
  26. package/dist/types/components/Dialog/DialogHeader/DialogHeader.d.ts +1 -1
  27. package/dist/types/components/Dialog/DialogHeader/DialogHeader.d.ts.map +1 -1
  28. package/dist/types/components/Dialog/DialogHeader/DialogHeader.stories.d.ts +31 -0
  29. package/dist/types/components/Dialog/DialogHeader/DialogHeader.stories.d.ts.map +1 -1
  30. package/dist/types/components/Dialog/types.d.ts +7 -1
  31. package/dist/types/components/Dialog/types.d.ts.map +1 -1
  32. package/dist/types/components/EmptyState/EmptyState.d.ts +4 -0
  33. package/dist/types/components/EmptyState/EmptyState.d.ts.map +1 -0
  34. package/dist/types/components/EmptyState/EmptyState.stories.d.ts +159 -0
  35. package/dist/types/components/EmptyState/EmptyState.stories.d.ts.map +1 -0
  36. package/dist/types/components/EmptyState/EmptyState.styled.d.ts +36 -0
  37. package/dist/types/components/EmptyState/EmptyState.styled.d.ts.map +1 -0
  38. package/dist/types/components/EmptyState/EmptyState.test.d.ts +2 -0
  39. package/dist/types/components/EmptyState/EmptyState.test.d.ts.map +1 -0
  40. package/dist/types/components/EmptyState/index.d.ts +3 -0
  41. package/dist/types/components/EmptyState/index.d.ts.map +1 -0
  42. package/dist/types/components/EmptyState/types.d.ts +82 -0
  43. package/dist/types/components/EmptyState/types.d.ts.map +1 -0
  44. package/dist/types/components/Loader/Loader.d.ts +4 -0
  45. package/dist/types/components/Loader/Loader.d.ts.map +1 -0
  46. package/dist/types/components/Loader/Loader.stories.d.ts +130 -0
  47. package/dist/types/components/Loader/Loader.stories.d.ts.map +1 -0
  48. package/dist/types/components/Loader/Loader.test.d.ts +2 -0
  49. package/dist/types/components/Loader/Loader.test.d.ts.map +1 -0
  50. package/dist/types/components/Loader/index.d.ts +3 -0
  51. package/dist/types/components/Loader/index.d.ts.map +1 -0
  52. package/dist/types/components/Loader/types.d.ts +40 -0
  53. package/dist/types/components/Loader/types.d.ts.map +1 -0
  54. package/dist/types/components/SearchField/SearchField.styled.d.ts.map +1 -1
  55. package/dist/types/components/ToggleButtonGroup/ToggleButtonGroup.d.ts +1 -4
  56. package/dist/types/components/ToggleButtonGroup/ToggleButtonGroup.d.ts.map +1 -1
  57. package/dist/types/components/index.d.ts +6 -0
  58. package/dist/types/components/index.d.ts.map +1 -1
  59. package/dist/types/custom-icons/CreateFolder.d.ts +4 -0
  60. package/dist/types/custom-icons/CreateFolder.d.ts.map +1 -0
  61. package/dist/types/custom-icons/FolderEmpty.d.ts +4 -0
  62. package/dist/types/custom-icons/FolderEmpty.d.ts.map +1 -0
  63. package/dist/types/custom-icons/SelectFeature.d.ts.map +1 -1
  64. package/dist/types/custom-icons/index.d.ts +2 -0
  65. package/dist/types/custom-icons/index.d.ts.map +1 -1
  66. package/dist/types/localization/en.d.ts +5 -0
  67. package/dist/types/localization/en.d.ts.map +1 -1
  68. package/dist/types/localization/es.d.ts +5 -0
  69. package/dist/types/localization/es.d.ts.map +1 -1
  70. package/dist/types/localization/id.d.ts +5 -0
  71. package/dist/types/localization/id.d.ts.map +1 -1
  72. package/dist/types/localization/index.d.ts +15 -0
  73. package/dist/types/localization/index.d.ts.map +1 -1
  74. package/dist/types/theme/components/buttons.d.ts.map +1 -1
  75. package/dist/types/theme/components/forms.d.ts.map +1 -1
  76. package/dist/types/theme/components/stories/{Progress.stories.d.ts → LinearProgress.stories.d.ts} +12 -22
  77. package/dist/types/theme/components/stories/LinearProgress.stories.d.ts.map +1 -0
  78. package/dist/types/theme/types.d.ts +11 -0
  79. package/dist/types/theme/types.d.ts.map +1 -1
  80. package/dist/types/utils/theme-utils.d.ts +16 -0
  81. package/dist/types/utils/theme-utils.d.ts.map +1 -1
  82. package/dist/widgets/index.cjs +2 -2
  83. package/dist/widgets/index.js +2 -2
  84. package/package.json +2 -2
  85. package/dist/types/theme/components/stories/Progress.stories.d.ts.map +0 -1
@@ -0,0 +1,159 @@
1
+ import { EmptyStateProps } from './types';
2
+ type EmptyStateStoryProps = EmptyStateProps & {
3
+ /**
4
+ * The color of the icon.
5
+ * It supports any color from the theme (e.g., 'text.disabled', 'primary.main', 'text.secondary').
6
+ * @default 'text.disabled'
7
+ */
8
+ iconColor?: string;
9
+ /**
10
+ * The size of the icon.
11
+ * @default undefined
12
+ */
13
+ iconSize?: number | string;
14
+ };
15
+ declare const options: {
16
+ title: string;
17
+ component: import('react').ForwardRefExoticComponent<EmptyStateProps & import('react').RefAttributes<HTMLDivElement>>;
18
+ tags: string[];
19
+ argTypes: {
20
+ size: {
21
+ control: "select";
22
+ options: string[];
23
+ table: {
24
+ type: {
25
+ summary: string;
26
+ };
27
+ defaultValue: {
28
+ summary: string;
29
+ };
30
+ };
31
+ };
32
+ spacing: {
33
+ control: "number";
34
+ table: {
35
+ type: {
36
+ summary: string;
37
+ };
38
+ };
39
+ };
40
+ contentWidth: {
41
+ control: "number";
42
+ table: {
43
+ type: {
44
+ summary: string;
45
+ };
46
+ defaultValue: {
47
+ summary: string;
48
+ };
49
+ };
50
+ };
51
+ contentHeight: {
52
+ control: "number";
53
+ table: {
54
+ type: {
55
+ summary: string;
56
+ };
57
+ };
58
+ };
59
+ title: {
60
+ control: "text";
61
+ };
62
+ description: {
63
+ control: "text";
64
+ };
65
+ sx: {
66
+ control: "object";
67
+ };
68
+ iconProps: {
69
+ control: "boolean";
70
+ defaultValue: boolean;
71
+ description: string;
72
+ table: {
73
+ type: {
74
+ summary: string;
75
+ };
76
+ };
77
+ };
78
+ iconColor: {
79
+ control: "text";
80
+ description: string;
81
+ if: {
82
+ arg: string;
83
+ };
84
+ table: {
85
+ type: {
86
+ summary: string;
87
+ };
88
+ defaultValue: {
89
+ summary: string;
90
+ };
91
+ };
92
+ };
93
+ iconSize: {
94
+ control: "select";
95
+ options: number[];
96
+ description: string;
97
+ if: {
98
+ arg: string;
99
+ };
100
+ table: {
101
+ type: {
102
+ summary: string;
103
+ };
104
+ defaultValue: {
105
+ summary: string;
106
+ };
107
+ };
108
+ };
109
+ };
110
+ args: {
111
+ icon: import("react/jsx-runtime").JSX.Element;
112
+ title: string;
113
+ description: string;
114
+ };
115
+ parameters: {
116
+ design: {
117
+ type: string;
118
+ url: string;
119
+ };
120
+ status: {
121
+ type: string;
122
+ };
123
+ };
124
+ };
125
+ export default options;
126
+ export declare const Playground: {
127
+ render: ({ iconSize, iconColor, iconProps, ...args }: EmptyStateStoryProps) => import("react/jsx-runtime").JSX.Element;
128
+ parameters: {
129
+ chromatic: {
130
+ disableSnapshot: boolean;
131
+ };
132
+ };
133
+ };
134
+ export declare const TextContent: {
135
+ render: (args: EmptyStateStoryProps) => import("react/jsx-runtime").JSX.Element;
136
+ };
137
+ export declare const Actions: {
138
+ render: (args: EmptyStateStoryProps) => import("react/jsx-runtime").JSX.Element;
139
+ };
140
+ export declare const Size: {
141
+ render: (args: EmptyStateStoryProps) => import("react/jsx-runtime").JSX.Element;
142
+ };
143
+ export declare const IconProps: {
144
+ render: (args: EmptyStateStoryProps) => import("react/jsx-runtime").JSX.Element;
145
+ };
146
+ export declare const ContentDimensions: {
147
+ render: (args: EmptyStateStoryProps) => import("react/jsx-runtime").JSX.Element;
148
+ };
149
+ export declare const CustomSXStyles: {
150
+ render: ({ iconSize, iconColor, iconProps, ...args }: EmptyStateStoryProps) => import("react/jsx-runtime").JSX.Element;
151
+ args: {
152
+ sx: {
153
+ padding: number;
154
+ border: string;
155
+ borderRadius: number;
156
+ };
157
+ };
158
+ };
159
+ //# sourceMappingURL=EmptyState.stories.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"EmptyState.stories.d.ts","sourceRoot":"","sources":["../../../../src/components/EmptyState/EmptyState.stories.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,eAAe,EAAE,MAAM,SAAS,CAAA;AAKzC,KAAK,oBAAoB,GAAG,eAAe,GAAG;IAC5C;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;CAC3B,CAAA;AAED,QAAA,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4FyB,CAAA;AACtC,eAAe,OAAO,CAAA;AA4StB,eAAO,MAAM,UAAU;0DArSpB,oBAAoB;;;;;;CA0StB,CAAA;AAED,eAAO,MAAM,WAAW;mBAvKW,oBAAoB;CAyKtD,CAAA;AAED,eAAO,MAAM,OAAO;mBA3HW,oBAAoB;CA6HlD,CAAA;AAED,eAAO,MAAM,IAAI;mBAzSW,oBAAoB;CA2S/C,CAAA;AAED,eAAO,MAAM,SAAS;mBA5QW,oBAAoB;CA8QpD,CAAA;AAED,eAAO,MAAM,iBAAiB;mBAxOW,oBAAoB;CA0O5D,CAAA;AAED,eAAO,MAAM,cAAc;0DAhUxB,oBAAoB;;;;;;;;CAyUtB,CAAA"}
@@ -0,0 +1,36 @@
1
+ import { EmptyStateProps } from './types';
2
+ export declare const EMPTY_STATE_WIDTH = 576;
3
+ /**
4
+ * Props for the Root styled component.
5
+ */
6
+ type RootProps = {
7
+ size?: EmptyStateProps['size'];
8
+ spacing?: number;
9
+ contentHeight?: number | string;
10
+ contentWidth?: number | string;
11
+ };
12
+ /**
13
+ * Props for the IconWrapper styled component.
14
+ */
15
+ type IconWrapperProps = {
16
+ size?: EmptyStateProps['size'];
17
+ iconSize?: number | string;
18
+ iconColor?: string | null;
19
+ };
20
+ export declare const Root: import('@emotion/styled').StyledComponent<import('@mui/material').StackOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
21
+ ref?: ((instance: HTMLDivElement | null) => void | import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('react').RefObject<HTMLDivElement> | null | undefined;
22
+ }, keyof import('@mui/material/OverridableComponent').CommonProps | keyof import('@mui/material').StackOwnProps> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & RootProps, {}, {}>;
23
+ export declare const IconWrapper: import('@emotion/styled').StyledComponent<import('@mui/system').BoxOwnProps<import('@mui/material').Theme> & Omit<Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
24
+ ref?: ((instance: HTMLDivElement | null) => void | import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('react').RefObject<HTMLDivElement> | null | undefined;
25
+ }, keyof import('@mui/system').BoxOwnProps<import('@mui/material').Theme>> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & IconWrapperProps, {}, {}>;
26
+ export declare const TextContent: import('@emotion/styled').StyledComponent<import('@mui/material').StackOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
27
+ ref?: ((instance: HTMLDivElement | null) => void | import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('react').RefObject<HTMLDivElement> | null | undefined;
28
+ }, keyof import('@mui/material/OverridableComponent').CommonProps | keyof import('@mui/material').StackOwnProps> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
29
+ export declare const Actions: import('@emotion/styled').StyledComponent<import('@mui/material').StackOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
30
+ ref?: ((instance: HTMLDivElement | null) => void | import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('react').RefObject<HTMLDivElement> | null | undefined;
31
+ }, keyof import('@mui/material/OverridableComponent').CommonProps | keyof import('@mui/material').StackOwnProps> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & {
32
+ size?: EmptyStateProps["size"];
33
+ spacing?: number;
34
+ }, {}, {}>;
35
+ export {};
36
+ //# sourceMappingURL=EmptyState.styled.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"EmptyState.styled.d.ts","sourceRoot":"","sources":["../../../../src/components/EmptyState/EmptyState.styled.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,eAAe,EAAE,MAAM,SAAS,CAAA;AAEzC,eAAO,MAAM,iBAAiB,MAAM,CAAA;AAEpC;;GAEG;AACH,KAAK,SAAS,GAAG;IACf,IAAI,CAAC,EAAE,eAAe,CAAC,MAAM,CAAC,CAAA;IAC9B,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB,aAAa,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;IAC/B,YAAY,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;CAC/B,CAAA;AAED;;GAEG;AACH,KAAK,gBAAgB,GAAG;IACtB,IAAI,CAAC,EAAE,eAAe,CAAC,MAAM,CAAC,CAAA;IAC9B,QAAQ,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;IAC1B,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;CAC1B,CAAA;AAED,eAAO,MAAM,IAAI;;iNAiBhB,CAAA;AAED,eAAO,MAAM,WAAW;;kLAwBtB,CAAA;AAEF,eAAO,MAAM,WAAW;;qMAMrB,CAAA;AAEH,eAAO,MAAM,OAAO;;;WAGX,eAAe,CAAC,MAAM,CAAC;cACpB,MAAM;UAUf,CAAA"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=EmptyState.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"EmptyState.test.d.ts","sourceRoot":"","sources":["../../../../src/components/EmptyState/EmptyState.test.tsx"],"names":[],"mappings":""}
@@ -0,0 +1,3 @@
1
+ export { default as EmptyState } from './EmptyState';
2
+ export type * from './types';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/EmptyState/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,cAAc,CAAA;AACpD,mBAAmB,SAAS,CAAA"}
@@ -0,0 +1,82 @@
1
+ import { ReactElement, ReactNode } from 'react';
2
+ import { SxProps, Theme } from '@mui/material';
3
+ import { TypographyProps } from '../Typography';
4
+ /**
5
+ * Props for the EmptyState component.
6
+ */
7
+ export type EmptyStateProps = {
8
+ /**
9
+ * The icon to display in the empty state. Required.
10
+ * */
11
+ icon: ReactElement;
12
+ /**
13
+ * The title to display in the empty state.
14
+ * */
15
+ title?: ReactElement | string;
16
+ /**
17
+ * The Typography props to pass to the title component.
18
+ * */
19
+ titleProps?: TypographyProps;
20
+ /**
21
+ * The description to display in the empty state.
22
+ * */
23
+ description?: ReactElement | string;
24
+ /**
25
+ * The Typography props to pass to the description component.
26
+ * */
27
+ descriptionProps?: TypographyProps;
28
+ /**
29
+ * The actions to display in the empty state. Can be used to add a button, link, or other actionable elements to the empty state.
30
+ * */
31
+ actions?: ReactNode;
32
+ /**
33
+ * The children to display in the empty state. Can be used to add extra content to the empty state.
34
+ * */
35
+ children?: ReactNode;
36
+ /**
37
+ * The size affects overall design details like the icon size, typography variants, and the spacing between the icon and the content.
38
+ * @default 'medium'
39
+ * */
40
+ size?: 'small' | 'medium';
41
+ /**
42
+ * Overrides the default gap between content items. Accepts theme spacing values (e.g., 1, 2, 3).
43
+ * @default 2 (theme.spacing(2))
44
+ * */
45
+ spacing?: number;
46
+ /**
47
+ * The height of the component.
48
+ * If using a number, the pixel unit is assumed.
49
+ * If using a string, you need to provide the CSS unit, for example '3rem'.
50
+ * @default undefined
51
+ */
52
+ contentHeight?: number | string;
53
+ /**
54
+ * The height of the component.
55
+ * If using a number, the pixel unit is assumed.
56
+ * If using a string, you need to provide the CSS unit, for example '3rem'.
57
+ * @default 576
58
+ */
59
+ contentWidth?: number | string;
60
+ /**
61
+ * The props to pass to the icon wrapper component. If not provided, the icon will be sized based on the size prop.
62
+ * */
63
+ iconProps?: {
64
+ /**
65
+ * The size of the icon.
66
+ * @default undefined
67
+ * */
68
+ size?: number | string;
69
+ /**
70
+ * The color of the icon. It supports any color from the theme
71
+ * (e.g., "text.disabled", "primary.main", "text.secondary").
72
+ * Set to null to preserve the SVG's original color.
73
+ * @default 'text.disabled'
74
+ * */
75
+ color?: string | null;
76
+ };
77
+ /**
78
+ * The props to pass to the container element to override the default styles.
79
+ */
80
+ sx?: SxProps<Theme>;
81
+ };
82
+ //# sourceMappingURL=types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/components/EmptyState/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,SAAS,EAAE,MAAM,OAAO,CAAA;AAC/C,OAAO,EAAE,OAAO,EAAE,KAAK,EAAE,MAAM,eAAe,CAAA;AAC9C,OAAO,EAAE,eAAe,EAAE,MAAM,eAAe,CAAA;AAE/C;;GAEG;AACH,MAAM,MAAM,eAAe,GAAG;IAC5B;;SAEK;IACL,IAAI,EAAE,YAAY,CAAA;IAClB;;SAEK;IACL,KAAK,CAAC,EAAE,YAAY,GAAG,MAAM,CAAA;IAC7B;;SAEK;IACL,UAAU,CAAC,EAAE,eAAe,CAAA;IAC5B;;SAEK;IACL,WAAW,CAAC,EAAE,YAAY,GAAG,MAAM,CAAA;IACnC;;SAEK;IACL,gBAAgB,CAAC,EAAE,eAAe,CAAA;IAClC;;SAEK;IACL,OAAO,CAAC,EAAE,SAAS,CAAA;IACnB;;SAEK;IACL,QAAQ,CAAC,EAAE,SAAS,CAAA;IACpB;;;SAGK;IACL,IAAI,CAAC,EAAE,OAAO,GAAG,QAAQ,CAAA;IACzB;;;SAGK;IACL,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB;;;;;OAKG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;IAC/B;;;;;OAKG;IACH,YAAY,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;IAC9B;;SAEK;IACL,SAAS,CAAC,EAAE;QACV;;;aAGK;QACL,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;QACtB;;;;;aAKK;QACL,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;KACtB,CAAA;IACD;;OAEG;IACH,EAAE,CAAC,EAAE,OAAO,CAAC,KAAK,CAAC,CAAA;CACpB,CAAA"}
@@ -0,0 +1,4 @@
1
+ import { LoaderProps } from './types';
2
+ declare const Loader: import('react').ForwardRefExoticComponent<LoaderProps & import('react').RefAttributes<HTMLDivElement>>;
3
+ export default Loader;
4
+ //# sourceMappingURL=Loader.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Loader.d.ts","sourceRoot":"","sources":["../../../../src/components/Loader/Loader.tsx"],"names":[],"mappings":"AAKA,OAAO,EAAE,WAAW,EAAE,MAAM,SAAS,CAAA;AAgFrC,QAAA,MAAM,MAAM,wGAAsB,CAAA;AAClC,eAAe,MAAM,CAAA"}
@@ -0,0 +1,130 @@
1
+ import { LoaderProps } from './types';
2
+ import { CircularProgressProps } from '../CircularProgress';
3
+ type LoaderStoryProps = LoaderProps & {
4
+ /**
5
+ * The color of the circular progress.
6
+ * It supports primary, secondary and neutral colors.
7
+ * @default 'primary'
8
+ */
9
+ color?: 'primary' | 'secondary' | 'neutral';
10
+ /**
11
+ * The size of the circular progress.
12
+ * @default 40
13
+ */
14
+ size?: CircularProgressProps['size'];
15
+ };
16
+ declare const options: {
17
+ title: string;
18
+ component: import('react').ForwardRefExoticComponent<LoaderProps & import('react').RefAttributes<HTMLDivElement>>;
19
+ tags: string[];
20
+ argTypes: {
21
+ color: {
22
+ control: "select";
23
+ options: string[];
24
+ description: string;
25
+ table: {
26
+ type: {
27
+ summary: string;
28
+ };
29
+ defaultValue: {
30
+ summary: string;
31
+ };
32
+ };
33
+ };
34
+ size: {
35
+ control: "select";
36
+ options: number[];
37
+ description: string;
38
+ table: {
39
+ type: {
40
+ summary: string;
41
+ };
42
+ defaultValue: {
43
+ summary: string;
44
+ };
45
+ };
46
+ };
47
+ label: {
48
+ control: "text";
49
+ };
50
+ secondLabel: {
51
+ control: "text";
52
+ };
53
+ labelProps: {
54
+ control: "object";
55
+ };
56
+ secondLabelProps: {
57
+ control: "object";
58
+ };
59
+ iconProps: {
60
+ control: "object";
61
+ table: {
62
+ type: {
63
+ summary: string;
64
+ };
65
+ };
66
+ };
67
+ contentHeight: {
68
+ table: {
69
+ type: {
70
+ summary: string;
71
+ };
72
+ };
73
+ control: "text";
74
+ };
75
+ };
76
+ args: {
77
+ color: "primary";
78
+ size: number;
79
+ };
80
+ parameters: {
81
+ design: {
82
+ type: string;
83
+ url: string;
84
+ };
85
+ status: {
86
+ type: string;
87
+ };
88
+ };
89
+ };
90
+ export default options;
91
+ export declare const Playground: {
92
+ render: ({ size, color, iconProps, ...args }: LoaderStoryProps) => import("react/jsx-runtime").JSX.Element;
93
+ parameters: {
94
+ chromatic: {
95
+ disableSnapshot: boolean;
96
+ };
97
+ };
98
+ };
99
+ export declare const Color: {
100
+ render: ({ size, ...args }: LoaderStoryProps) => import("react/jsx-runtime").JSX.Element;
101
+ };
102
+ export declare const Size: {
103
+ render: ({ color, ...args }: LoaderStoryProps) => import("react/jsx-runtime").JSX.Element;
104
+ };
105
+ export declare const LabelAndSecondLabel: {
106
+ render: ({ color, size, ...args }: LoaderStoryProps) => import("react/jsx-runtime").JSX.Element;
107
+ };
108
+ export declare const CustomIconProps: {
109
+ render: ({ size, color, iconProps, ...args }: LoaderStoryProps) => import("react/jsx-runtime").JSX.Element;
110
+ args: {
111
+ iconProps: {
112
+ thickness: number;
113
+ };
114
+ };
115
+ };
116
+ export declare const ContentHeight: {
117
+ render: ({ size, color, iconProps, ...args }: LoaderStoryProps) => import("react/jsx-runtime").JSX.Element;
118
+ args: {
119
+ contentHeight: number;
120
+ };
121
+ };
122
+ export declare const CustomSXStyles: {
123
+ render: ({ size, color, iconProps, ...args }: LoaderStoryProps) => import("react/jsx-runtime").JSX.Element;
124
+ args: {
125
+ padding: number;
126
+ border: string;
127
+ borderRadius: number;
128
+ };
129
+ };
130
+ //# sourceMappingURL=Loader.stories.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Loader.stories.d.ts","sourceRoot":"","sources":["../../../../src/components/Loader/Loader.stories.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,WAAW,EAAE,MAAM,SAAS,CAAA;AACrC,OAAO,EAAE,qBAAqB,EAAE,MAAM,qBAAqB,CAAA;AAE3D,KAAK,gBAAgB,GAAG,WAAW,GAAG;IACpC;;;;OAIG;IACH,KAAK,CAAC,EAAE,SAAS,GAAG,WAAW,GAAG,SAAS,CAAA;IAC3C;;;OAGG;IACH,IAAI,CAAC,EAAE,qBAAqB,CAAC,MAAM,CAAC,CAAA;CACrC,CAAA;AAED,QAAA,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+DqB,CAAA;AAClC,eAAe,OAAO,CAAA;AA0GtB,eAAO,MAAM,UAAU;kDAxGgC,gBAAgB;;;;;;CA6GtE,CAAA;AAED,eAAO,MAAM,KAAK;gCApGwB,gBAAgB;CAsGzD,CAAA;AAED,eAAO,MAAM,IAAI;iCAnFyB,gBAAgB;CAqFzD,CAAA;AAED,eAAO,MAAM,mBAAmB;uCAtEiB,gBAAgB;CAwEhE,CAAA;AAED,eAAO,MAAM,eAAe;kDA3H2B,gBAAgB;;;;;;CAkItE,CAAA;AAED,eAAO,MAAM,aAAa;kDApI6B,gBAAgB;;;;CAyItE,CAAA;AAED,eAAO,MAAM,cAAc;kDA3I4B,gBAAgB;;;;;;CAkJtE,CAAA"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=Loader.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Loader.test.d.ts","sourceRoot":"","sources":["../../../../src/components/Loader/Loader.test.tsx"],"names":[],"mappings":""}
@@ -0,0 +1,3 @@
1
+ export { default as Loader } from './Loader';
2
+ export type * from './types';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Loader/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,UAAU,CAAA;AAC5C,mBAAmB,SAAS,CAAA"}
@@ -0,0 +1,40 @@
1
+ import { ReactNode } from 'react';
2
+ import { SxProps, Theme } from '@mui/material';
3
+ import { CircularProgressProps } from '../CircularProgress';
4
+ import { TypographyProps } from '../Typography';
5
+ export type LoaderProps = {
6
+ /**
7
+ * The label to display.
8
+ * If not provided, the default label 'Loading...' will be displayed.
9
+ */
10
+ label?: ReactNode;
11
+ /**
12
+ * The props to pass to the label Typography component to override the default styles.
13
+ */
14
+ labelProps?: TypographyProps;
15
+ /**
16
+ * The second label to display.
17
+ * If not provided, no second label will be displayed.
18
+ */
19
+ secondLabel?: ReactNode;
20
+ /**
21
+ * The props to pass to the second label Typography component to override the default styles.
22
+ */
23
+ secondLabelProps?: TypographyProps;
24
+ /**
25
+ * The props to pass to the CircularProgress component.
26
+ */
27
+ iconProps?: CircularProgressProps;
28
+ /**
29
+ * The height of the component.
30
+ * If using a number, the pixel unit is assumed.
31
+ * If using a string, you need to provide the CSS unit, for example '3rem'.
32
+ * @default undefined
33
+ */
34
+ contentHeight?: number | string;
35
+ /**
36
+ * The props to pass to the container element to override the default styles.
37
+ */
38
+ sx?: SxProps<Theme>;
39
+ };
40
+ //# sourceMappingURL=types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/components/Loader/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAA;AACjC,OAAO,EAAE,OAAO,EAAE,KAAK,EAAE,MAAM,eAAe,CAAA;AAC9C,OAAO,EAAE,qBAAqB,EAAE,MAAM,qBAAqB,CAAA;AAC3D,OAAO,EAAE,eAAe,EAAE,MAAM,eAAe,CAAA;AAE/C,MAAM,MAAM,WAAW,GAAG;IACxB;;;OAGG;IACH,KAAK,CAAC,EAAE,SAAS,CAAA;IACjB;;OAEG;IACH,UAAU,CAAC,EAAE,eAAe,CAAA;IAC5B;;;OAGG;IACH,WAAW,CAAC,EAAE,SAAS,CAAA;IACvB;;OAEG;IACH,gBAAgB,CAAC,EAAE,eAAe,CAAA;IAClC;;OAEG;IACH,SAAS,CAAC,EAAE,qBAAqB,CAAA;IACjC;;;;;OAKG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;IAC/B;;OAEG;IACH,EAAE,CAAC,EAAE,OAAO,CAAC,KAAK,CAAC,CAAA;CACpB,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"SearchField.styled.d.ts","sourceRoot":"","sources":["../../../../src/components/SearchField/SearchField.styled.ts"],"names":[],"mappings":"AAUA,OAAO,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAA;AAE1C,eAAO,MAAM,UAAU;gBAEN,OAAO;eAAa,OAAO;UAY3C,CAAA;AAED,eAAO,MAAM,eAAe;;qPAEzB,CAAA;AAEH,eAAO,MAAM,iBAAiB,8KAI3B,CAAA;AAEH,eAAO,MAAM,oBAAoB;;;gBAEhB,OAAO;eAAa,OAAO;UAgC3C,CAAA;AAED,eAAO,MAAM,eAAe;;;eAIf,OAAO;qBACD,OAAO;eACb,gBAAgB,CAAC,SAAS,CAAC;UAuGrC,CAAA"}
1
+ {"version":3,"file":"SearchField.styled.d.ts","sourceRoot":"","sources":["../../../../src/components/SearchField/SearchField.styled.ts"],"names":[],"mappings":"AAUA,OAAO,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAA;AAE1C,eAAO,MAAM,UAAU;gBAEN,OAAO;eAAa,OAAO;UAY3C,CAAA;AAED,eAAO,MAAM,eAAe;;qPAEzB,CAAA;AAEH,eAAO,MAAM,iBAAiB,8KAI3B,CAAA;AAEH,eAAO,MAAM,oBAAoB;;;gBAEhB,OAAO;eAAa,OAAO;UAoC3C,CAAA;AAED,eAAO,MAAM,eAAe;;;eAIf,OAAO;qBACD,OAAO;eACb,gBAAgB,CAAC,SAAS,CAAC;UAuGrC,CAAA"}
@@ -1,8 +1,5 @@
1
1
  import { ToggleButtonGroupProps as MUIToggleButtonGroupProps } from '@mui/material';
2
- export type ToggleButtonGroupProps = MUIToggleButtonGroupProps & {
3
- variant?: 'floating' | 'contained' | 'unbounded';
4
- backgroundColor?: 'primary' | 'secondary' | 'transparent';
5
- } & React.RefAttributes<HTMLDivElement>;
2
+ export type ToggleButtonGroupProps = MUIToggleButtonGroupProps & React.RefAttributes<HTMLDivElement>;
6
3
  declare const ToggleButtonGroup: import('react').ForwardRefExoticComponent<Omit<ToggleButtonGroupProps, "ref"> & import('react').RefAttributes<HTMLDivElement>>;
7
4
  export default ToggleButtonGroup;
8
5
  //# sourceMappingURL=ToggleButtonGroup.d.ts.map
@@ -1 +1 @@
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
+ {"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,GAC5D,KAAK,CAAC,aAAa,CAAC,cAAc,CAAC,CAAA;AAsDrC,QAAA,MAAM,iBAAiB,gIAAiC,CAAA;AACxD,eAAe,iBAAiB,CAAA"}
@@ -7,6 +7,8 @@ export * from './ToggleButtonGroup';
7
7
  export * from './Typography';
8
8
  export * from './IconButton';
9
9
  export * from './Link';
10
+ export * from './Loader';
11
+ export * from './CircularProgress';
10
12
  export * from './ScreenReaderOnly';
11
13
  export * from './CopiableComponent';
12
14
  export * from './CopiableInputText';
@@ -15,6 +17,7 @@ export * from './AppBar';
15
17
  export * from './CodeArea';
16
18
  export * from './DatePickers';
17
19
  export * from './Dialog';
20
+ export * from './EmptyState';
18
21
  export * from './TooltipData';
19
22
  export * from './AccordionGroup';
20
23
  export * from './Alert';
@@ -37,6 +40,8 @@ export type * from './ToggleButtonGroup';
37
40
  export type * from './Typography';
38
41
  export type * from './IconButton';
39
42
  export type * from './Link';
43
+ export type * from './Loader';
44
+ export type * from './CircularProgress';
40
45
  export type * from './ScreenReaderOnly';
41
46
  export type * from './CopiableComponent';
42
47
  export type * from './CopiableInputText';
@@ -45,6 +50,7 @@ export type * from './AppBar';
45
50
  export type * from './CodeArea';
46
51
  export type * from './DatePickers';
47
52
  export type * from './Dialog';
53
+ export type * from './EmptyState';
48
54
  export type * from './TooltipData';
49
55
  export type * from './AccordionGroup';
50
56
  export type * from './Alert';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAA;AACxB,cAAc,eAAe,CAAA;AAC7B,cAAc,sBAAsB,CAAA;AACpC,cAAc,iBAAiB,CAAA;AAC/B,cAAc,eAAe,CAAA;AAC7B,cAAc,qBAAqB,CAAA;AACnC,cAAc,cAAc,CAAA;AAC5B,cAAc,cAAc,CAAA;AAC5B,cAAc,QAAQ,CAAA;AACtB,cAAc,oBAAoB,CAAA;AAClC,cAAc,qBAAqB,CAAA;AACnC,cAAc,qBAAqB,CAAA;AACnC,cAAc,gBAAgB,CAAA;AAC9B,cAAc,UAAU,CAAA;AACxB,cAAc,YAAY,CAAA;AAC1B,cAAc,eAAe,CAAA;AAC7B,cAAc,UAAU,CAAA;AACxB,cAAc,eAAe,CAAA;AAC7B,cAAc,kBAAkB,CAAA;AAChC,cAAc,SAAS,CAAA;AACvB,cAAc,UAAU,CAAA;AACxB,cAAc,kBAAkB,CAAA;AAChC,cAAc,QAAQ,CAAA;AACtB,cAAc,eAAe,CAAA;AAC7B,cAAc,eAAe,CAAA;AAC7B,cAAc,YAAY,CAAA;AAC1B,cAAc,0BAA0B,CAAA;AACxC,cAAc,OAAO,CAAA;AACrB,cAAc,eAAe,CAAA;AAC7B,cAAc,uBAAuB,CAAA;AAErC,mBAAmB,UAAU,CAAA;AAC7B,mBAAmB,eAAe,CAAA;AAClC,mBAAmB,sBAAsB,CAAA;AACzC,mBAAmB,iBAAiB,CAAA;AACpC,mBAAmB,eAAe,CAAA;AAClC,mBAAmB,qBAAqB,CAAA;AACxC,mBAAmB,cAAc,CAAA;AACjC,mBAAmB,cAAc,CAAA;AACjC,mBAAmB,QAAQ,CAAA;AAC3B,mBAAmB,oBAAoB,CAAA;AACvC,mBAAmB,qBAAqB,CAAA;AACxC,mBAAmB,qBAAqB,CAAA;AACxC,mBAAmB,gBAAgB,CAAA;AACnC,mBAAmB,UAAU,CAAA;AAC7B,mBAAmB,YAAY,CAAA;AAC/B,mBAAmB,eAAe,CAAA;AAClC,mBAAmB,UAAU,CAAA;AAC7B,mBAAmB,eAAe,CAAA;AAClC,mBAAmB,kBAAkB,CAAA;AACrC,mBAAmB,SAAS,CAAA;AAC5B,mBAAmB,UAAU,CAAA;AAC7B,mBAAmB,kBAAkB,CAAA;AACrC,mBAAmB,QAAQ,CAAA;AAC3B,mBAAmB,eAAe,CAAA;AAClC,mBAAmB,eAAe,CAAA;AAClC,mBAAmB,YAAY,CAAA;AAC/B,mBAAmB,0BAA0B,CAAA;AAC7C,mBAAmB,OAAO,CAAA;AAC1B,mBAAmB,eAAe,CAAA;AAClC,mBAAmB,uBAAuB,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAA;AACxB,cAAc,eAAe,CAAA;AAC7B,cAAc,sBAAsB,CAAA;AACpC,cAAc,iBAAiB,CAAA;AAC/B,cAAc,eAAe,CAAA;AAC7B,cAAc,qBAAqB,CAAA;AACnC,cAAc,cAAc,CAAA;AAC5B,cAAc,cAAc,CAAA;AAC5B,cAAc,QAAQ,CAAA;AACtB,cAAc,UAAU,CAAA;AACxB,cAAc,oBAAoB,CAAA;AAClC,cAAc,oBAAoB,CAAA;AAClC,cAAc,qBAAqB,CAAA;AACnC,cAAc,qBAAqB,CAAA;AACnC,cAAc,gBAAgB,CAAA;AAC9B,cAAc,UAAU,CAAA;AACxB,cAAc,YAAY,CAAA;AAC1B,cAAc,eAAe,CAAA;AAC7B,cAAc,UAAU,CAAA;AACxB,cAAc,cAAc,CAAA;AAC5B,cAAc,eAAe,CAAA;AAC7B,cAAc,kBAAkB,CAAA;AAChC,cAAc,SAAS,CAAA;AACvB,cAAc,UAAU,CAAA;AACxB,cAAc,kBAAkB,CAAA;AAChC,cAAc,QAAQ,CAAA;AACtB,cAAc,eAAe,CAAA;AAC7B,cAAc,eAAe,CAAA;AAC7B,cAAc,YAAY,CAAA;AAC1B,cAAc,0BAA0B,CAAA;AACxC,cAAc,OAAO,CAAA;AACrB,cAAc,eAAe,CAAA;AAC7B,cAAc,uBAAuB,CAAA;AAErC,mBAAmB,UAAU,CAAA;AAC7B,mBAAmB,eAAe,CAAA;AAClC,mBAAmB,sBAAsB,CAAA;AACzC,mBAAmB,iBAAiB,CAAA;AACpC,mBAAmB,eAAe,CAAA;AAClC,mBAAmB,qBAAqB,CAAA;AACxC,mBAAmB,cAAc,CAAA;AACjC,mBAAmB,cAAc,CAAA;AACjC,mBAAmB,QAAQ,CAAA;AAC3B,mBAAmB,UAAU,CAAA;AAC7B,mBAAmB,oBAAoB,CAAA;AACvC,mBAAmB,oBAAoB,CAAA;AACvC,mBAAmB,qBAAqB,CAAA;AACxC,mBAAmB,qBAAqB,CAAA;AACxC,mBAAmB,gBAAgB,CAAA;AACnC,mBAAmB,UAAU,CAAA;AAC7B,mBAAmB,YAAY,CAAA;AAC/B,mBAAmB,eAAe,CAAA;AAClC,mBAAmB,UAAU,CAAA;AAC7B,mBAAmB,cAAc,CAAA;AACjC,mBAAmB,eAAe,CAAA;AAClC,mBAAmB,kBAAkB,CAAA;AACrC,mBAAmB,SAAS,CAAA;AAC5B,mBAAmB,UAAU,CAAA;AAC7B,mBAAmB,kBAAkB,CAAA;AACrC,mBAAmB,QAAQ,CAAA;AAC3B,mBAAmB,eAAe,CAAA;AAClC,mBAAmB,eAAe,CAAA;AAClC,mBAAmB,YAAY,CAAA;AAC/B,mBAAmB,0BAA0B,CAAA;AAC7C,mBAAmB,OAAO,CAAA;AAC1B,mBAAmB,eAAe,CAAA;AAClC,mBAAmB,uBAAuB,CAAA"}
@@ -0,0 +1,4 @@
1
+ import { CustomIconProps } from './types';
2
+ declare const _default: import('react').ForwardRefExoticComponent<Omit<CustomIconProps, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
3
+ export default _default;
4
+ //# sourceMappingURL=CreateFolder.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CreateFolder.d.ts","sourceRoot":"","sources":["../../../src/custom-icons/CreateFolder.tsx"],"names":[],"mappings":"AAOA,OAAO,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAA;;AA4BtD,wBAAuC"}
@@ -0,0 +1,4 @@
1
+ import { CustomIconProps } from './types';
2
+ declare const _default: import('react').ForwardRefExoticComponent<Omit<CustomIconProps, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
3
+ export default _default;
4
+ //# sourceMappingURL=FolderEmpty.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FolderEmpty.d.ts","sourceRoot":"","sources":["../../../src/custom-icons/FolderEmpty.tsx"],"names":[],"mappings":"AAOA,OAAO,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAA;;AA0CtD,wBAAsC"}
@@ -1 +1 @@
1
- {"version":3,"file":"SelectFeature.d.ts","sourceRoot":"","sources":["../../../src/custom-icons/SelectFeature.tsx"],"names":[],"mappings":"AAOA,OAAO,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAA;;AA+BtD,wBAAwC"}
1
+ {"version":3,"file":"SelectFeature.d.ts","sourceRoot":"","sources":["../../../src/custom-icons/SelectFeature.tsx"],"names":[],"mappings":"AAOA,OAAO,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAA;;AAiCtD,wBAAwC"}
@@ -39,6 +39,7 @@ export { default as CodeBlock } from './CodeBlock';
39
39
  export { default as Comments } from './Comments';
40
40
  export { default as Console } from './Console';
41
41
  export { default as Covid19 } from './Covid19';
42
+ export { default as CreateFolder } from './CreateFolder';
42
43
  export { default as CreateMap } from './CreateMap';
43
44
  export { default as CreateSpatialAnalysis } from './CreateSpatialAnalysis';
44
45
  export { default as CreateTileset } from './CreateTileset';
@@ -75,6 +76,7 @@ export { default as Fabric } from './Fabric';
75
76
  export { default as Facebook } from './Facebook';
76
77
  export { default as Financial } from './Financial';
77
78
  export { default as FlipInverse } from './FlipInverse';
79
+ export { default as FolderEmpty } from './FolderEmpty';
78
80
  export { default as FoldersStackedOutlined } from './FoldersStackedOutlined';
79
81
  export { default as Framed } from './Framed';
80
82
  export { default as FraudDetection } from './FraudDetection';