@webiny/admin-ui 6.4.5-beta.0 → 6.6.0-alpha.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.
Files changed (201) hide show
  1. package/Accordion/Accordion.d.ts +7 -6
  2. package/Accordion/components/AccordionItem.d.ts +7 -6
  3. package/Accordion/components/AccordionItemAction.d.ts +7 -6
  4. package/Accordion/components/AccordionItemIcon.d.ts +7 -6
  5. package/Accordion/components/AccordionItemSeparator.d.ts +7 -6
  6. package/Alert/Alert.d.ts +21 -19
  7. package/AutoComplete/AutoComplete.d.ts +7 -6
  8. package/AutoComplete/primitives/AutoCompletePrimitive.d.ts +7 -6
  9. package/Avatar/Avatar.d.ts +9 -8
  10. package/Avatar/components/AvatarFallback.d.ts +7 -6
  11. package/Avatar/components/AvatarImage.d.ts +7 -6
  12. package/Button/Button.d.ts +10 -9
  13. package/Button/CopyButton.d.ts +7 -6
  14. package/Button/IconButton.d.ts +10 -9
  15. package/Calendar/Calendar.d.ts +7 -6
  16. package/Card/Card.d.ts +8 -22
  17. package/Card/components/CancelAction.d.ts +8 -6
  18. package/Card/components/CardContent.d.ts +6 -6
  19. package/Card/components/CardTitle.d.ts +2 -2
  20. package/Card/components/ConfirmAction.d.ts +8 -6
  21. package/Card/components/Icon.d.ts +7 -6
  22. package/Checkbox/Checkbox.d.ts +7 -6
  23. package/Checkbox/primitives/CheckboxPrimitive.d.ts +17 -12
  24. package/CheckboxGroup/CheckboxGroup.d.ts +7 -6
  25. package/CheckboxGroup/primitives/CheckboxGroupPrimitive.d.ts +20 -12
  26. package/CodeEditor/CodeEditor.d.ts +7 -6
  27. package/CodeEditor/CodeEditorPrimitive.d.ts +7 -6
  28. package/ColorPicker/ColorPicker.d.ts +7 -6
  29. package/ColorPicker/primitives/ColorPickerPrimitive.d.ts +7 -6
  30. package/Command/Command.d.ts +10 -8
  31. package/DataList/DataListModal.d.ts +6 -3
  32. package/DataTable/DataTable.d.ts +7 -6
  33. package/DatePicker/DatePicker.d.ts +7 -6
  34. package/DatePicker/primitives/DatePickerPrimitive.d.ts +7 -6
  35. package/Dialog/Dialog.d.ts +8 -22
  36. package/Dialog/components/CancelAction.d.ts +8 -6
  37. package/Dialog/components/ConfirmAction.d.ts +8 -6
  38. package/Dialog/components/DialogContent.d.ts +1 -1
  39. package/Dialog/components/DialogFooter.d.ts +1 -1
  40. package/Dialog/components/DialogTitle.d.ts +1 -1
  41. package/Dialog/components/Icon.d.ts +7 -6
  42. package/Drawer/Drawer.d.ts +8 -22
  43. package/Drawer/Drawer.stories.js +1 -0
  44. package/Drawer/Drawer.stories.js.map +1 -1
  45. package/Drawer/components/CancelButton.d.ts +8 -6
  46. package/Drawer/components/ConfirmButton.d.ts +8 -6
  47. package/Drawer/components/DrawerContent.d.ts +1 -1
  48. package/Drawer/components/Icon.d.ts +7 -6
  49. package/DropdownMenu/components/DropdownMenuItem.d.ts +3 -2
  50. package/DropdownMenu/components/DropdownMenuItem.js +9 -2
  51. package/DropdownMenu/components/DropdownMenuItem.js.map +1 -1
  52. package/DropdownMenu/components/DropdownMenuLink.d.ts +9 -8
  53. package/DropdownMenu/components/DropdownMenuSeparator.d.ts +7 -6
  54. package/EditableTitle/EditableTitle.d.ts +7 -6
  55. package/EmptyState/EmptyState.d.ts +43 -0
  56. package/EmptyState/EmptyState.js +93 -0
  57. package/EmptyState/EmptyState.js.map +1 -0
  58. package/EmptyState/EmptyState.stories.d.ts +13 -0
  59. package/EmptyState/EmptyState.stories.js +136 -0
  60. package/EmptyState/EmptyState.stories.js.map +1 -0
  61. package/EmptyState/illustrations/ContentIllustration.d.ts +2 -0
  62. package/EmptyState/illustrations/ContentIllustration.js +100 -0
  63. package/EmptyState/illustrations/ContentIllustration.js.map +1 -0
  64. package/EmptyState/illustrations/LayoutIllustration.d.ts +2 -0
  65. package/EmptyState/illustrations/LayoutIllustration.js +93 -0
  66. package/EmptyState/illustrations/LayoutIllustration.js.map +1 -0
  67. package/EmptyState/illustrations/ListingIllustration.d.ts +2 -0
  68. package/EmptyState/illustrations/ListingIllustration.js +92 -0
  69. package/EmptyState/illustrations/ListingIllustration.js.map +1 -0
  70. package/EmptyState/illustrations/SelectIllustration.d.ts +2 -0
  71. package/EmptyState/illustrations/SelectIllustration.js +100 -0
  72. package/EmptyState/illustrations/SelectIllustration.js.map +1 -0
  73. package/EmptyState/illustrations/TableIllustration.d.ts +2 -0
  74. package/EmptyState/illustrations/TableIllustration.js +233 -0
  75. package/EmptyState/illustrations/TableIllustration.js.map +1 -0
  76. package/EmptyState/illustrations/UploadIllustration.d.ts +2 -0
  77. package/EmptyState/illustrations/UploadIllustration.js +77 -0
  78. package/EmptyState/illustrations/UploadIllustration.js.map +1 -0
  79. package/EmptyState/illustrations/index.d.ts +6 -0
  80. package/EmptyState/illustrations/index.js +6 -0
  81. package/EmptyState/index.d.ts +1 -0
  82. package/EmptyState/index.js +1 -0
  83. package/FilePicker/FilePicker.d.ts +7 -6
  84. package/FilePicker/primitives/FilePickerPrimitive.d.ts +8 -7
  85. package/FilePicker/primitives/components/Trigger.d.ts +1 -1
  86. package/FilePicker/primitives/components/previews/ImagePreview/ImagePreview.d.ts +7 -6
  87. package/FilePicker/primitives/components/previews/RichItemPreview/RichItemPreview.d.ts +7 -6
  88. package/FilePicker/primitives/components/previews/TextOnlyPreview/TextOnlyPreview.d.ts +7 -6
  89. package/FilePicker/primitives/components/previews/variants.d.ts +1 -1
  90. package/FillViewport/FillViewport.d.ts +21 -18
  91. package/FormComponent/Description.d.ts +7 -6
  92. package/FormComponent/ErrorMessage.d.ts +7 -6
  93. package/FormComponent/Label.d.ts +7 -6
  94. package/FormComponent/Note.d.ts +7 -6
  95. package/Grid/Grid.d.ts +24 -22
  96. package/HeaderBar/HeaderBar.d.ts +7 -6
  97. package/Heading/Heading.d.ts +8 -7
  98. package/Icon/Icon.d.ts +9 -8
  99. package/IconPicker/IconPicker.d.ts +7 -6
  100. package/IconPicker/primitives/IconPickerPrimitive.d.ts +1 -1
  101. package/IconPicker/primitives/components/IconPickerTrigger.d.ts +1 -1
  102. package/Input/Input.d.ts +7 -6
  103. package/Input/InputPrimitive.d.ts +9 -8
  104. package/Label/Label.d.ts +8 -7
  105. package/Label/components/LabelValue.d.ts +1 -1
  106. package/Link/Link.d.ts +2 -2
  107. package/List/List.d.ts +8 -7
  108. package/List/components/ListItem.d.ts +7 -6
  109. package/List/components/ListItemAction.d.ts +7 -6
  110. package/List/components/ListItemHandle.d.ts +7 -6
  111. package/List/components/ListItemIcon.d.ts +7 -6
  112. package/List/components/ListItemSeparator.d.ts +7 -6
  113. package/Loader/Loader.d.ts +9 -8
  114. package/Loader/OverlayLoader.d.ts +7 -6
  115. package/MultiAutoComplete/MultiAutoComplete.d.ts +7 -6
  116. package/MultiAutoComplete/primitives/MultiAutoCompletePrimitive.d.ts +7 -6
  117. package/MultiAutoComplete/primitives/presenters/MultiAutoCompletePresenterWithFreeInput.d.ts +3 -3
  118. package/MultiAutoComplete/primitives/useMultiAutoComplete.d.ts +3 -3
  119. package/MultiFilePicker/MultiFilePicker.d.ts +7 -6
  120. package/MultiFilePicker/primitives/MultiFilePickerPrimitive.d.ts +7 -6
  121. package/MultiSelect/MultiSelect.d.ts +7 -6
  122. package/MultiSelect/primitives/MultiSelectPrimitive.d.ts +10 -6
  123. package/Popover/Popover.d.ts +7 -6
  124. package/Popover/primitives/PopoverPrimitive.d.ts +7 -7
  125. package/ProgressBar/ProgressBar.d.ts +7 -6
  126. package/RadioGroup/RadioGroup.d.ts +7 -6
  127. package/RadioGroup/primitives/Radio.d.ts +7 -6
  128. package/RadioGroup/primitives/RadioGroupPrimitive.d.ts +5 -1
  129. package/RangeSlider/RangeSlider.d.ts +7 -6
  130. package/SegmentedControl/SegmentedControl.d.ts +8 -7
  131. package/SegmentedControl/SegmentedControlTabs.d.ts +5 -2
  132. package/SegmentedControl/primitives/SegmentedControlPrimitive.d.ts +1 -1
  133. package/Select/Select.d.ts +7 -6
  134. package/Select/primitives/components/SelectTrigger.d.ts +2 -2
  135. package/Separator/Separator.d.ts +9 -8
  136. package/Sidebar/Sidebar.d.ts +7 -6
  137. package/Sidebar/components/SidebarIcon.d.ts +7 -6
  138. package/Sidebar/components/SidebarProvider.d.ts +4 -4
  139. package/Sidebar/components/items/SidebarMenuGroup.d.ts +9 -8
  140. package/Sidebar/components/items/SidebarMenuItem.d.ts +11 -10
  141. package/Sidebar/components/items/SidebarMenuItemIcon.d.ts +7 -6
  142. package/Sidebar/components/items/SidebarMenuLink.d.ts +11 -10
  143. package/Sidebar/components/items/SidebarMenuProvider.d.ts +4 -4
  144. package/Sidebar/components/items/SidebarMenuRootItem.d.ts +9 -7
  145. package/Skeleton/Skeleton.d.ts +9 -7
  146. package/Skeleton/Skeleton.js +10 -4
  147. package/Skeleton/Skeleton.js.map +1 -1
  148. package/Skeleton/Skeleton.stories.d.ts +2 -0
  149. package/Skeleton/Skeleton.stories.js +28 -2
  150. package/Skeleton/Skeleton.stories.js.map +1 -1
  151. package/Slider/Slider.d.ts +7 -6
  152. package/SteppedProgress/SteppedProgress.d.ts +7 -6
  153. package/SteppedProgress/SteppedProgressItem.d.ts +7 -6
  154. package/Switch/Switch.d.ts +7 -6
  155. package/Switch/primitives/SwitchPrimitive.d.ts +10 -6
  156. package/Table/Table.d.ts +12 -10
  157. package/Table/components/Direction.d.ts +1 -1
  158. package/Tabs/Tabs.d.ts +8 -6
  159. package/Tabs/Tabs.js +5 -2
  160. package/Tabs/Tabs.js.map +1 -1
  161. package/Tabs/components/Content.d.ts +1 -1
  162. package/Tabs/components/List.d.ts +2 -2
  163. package/Tabs/components/Tab.d.ts +7 -6
  164. package/Tabs/components/Trigger.d.ts +3 -2
  165. package/Tabs/components/Trigger.js +8 -3
  166. package/Tabs/components/Trigger.js.map +1 -1
  167. package/Tag/Tag.d.ts +8 -7
  168. package/Tags/Tags.d.ts +7 -6
  169. package/Tags/primitives/TagsPrimitive.d.ts +7 -6
  170. package/Text/Text.d.ts +8 -7
  171. package/Textarea/Textarea.d.ts +7 -6
  172. package/Textarea/TextareaPrimitive.d.ts +9 -8
  173. package/Toast/Toast.d.ts +7 -6
  174. package/Toast/components/ToastActions.d.ts +7 -6
  175. package/Toast/components/ToastDescription.d.ts +7 -6
  176. package/Toast/components/ToastTitle.d.ts +7 -6
  177. package/Toggle/Toggle.d.ts +7 -6
  178. package/Toggle/primitives/TogglePrimitive.d.ts +13 -9
  179. package/ToggleGroup/ToggleGroup.d.ts +7 -6
  180. package/ToggleGroup/primitives/ToggleGroupPrimitive.d.ts +13 -9
  181. package/Tooltip/Tooltip.d.ts +7 -6
  182. package/Tree/Tree.d.ts +7 -6
  183. package/Tree/components/Item.d.ts +7 -6
  184. package/Tree/components/ItemCollapseTrigger.d.ts +7 -6
  185. package/Tree/components/ItemContent.d.ts +8 -6
  186. package/Tree/components/ItemDragHandle.d.ts +7 -6
  187. package/Tree/components/ItemIcon.d.ts +7 -6
  188. package/Tree/components/ItemPlaceholder.d.ts +7 -6
  189. package/Tree/components/ItemSubIndentation.d.ts +7 -6
  190. package/Widget/Widget.d.ts +8 -22
  191. package/Widget/components/Icon.d.ts +7 -6
  192. package/Widget/components/WidgetAction.d.ts +8 -6
  193. package/Widget/components/WidgetContent.d.ts +5 -5
  194. package/exports/admin/ui.d.ts +1 -0
  195. package/exports/admin/ui.js +1 -0
  196. package/index.d.ts +1 -0
  197. package/index.js +1 -0
  198. package/package.json +24 -24
  199. package/theme.css +13 -1
  200. package/utils.js +52 -34
  201. package/utils.js.map +1 -1
@@ -0,0 +1,93 @@
1
+ import react from "react";
2
+ import { cn, cva, makeDecoratable } from "../utils.js";
3
+ import { Text } from "../Text/index.js";
4
+ import { ContentIllustration, LayoutIllustration, ListingIllustration, SelectIllustration, TableIllustration, UploadIllustration } from "./illustrations/index.js";
5
+ const ILLUSTRATIONS = {
6
+ content: ContentIllustration,
7
+ table: TableIllustration,
8
+ listing: ListingIllustration,
9
+ layout: LayoutIllustration,
10
+ upload: UploadIllustration,
11
+ select: SelectIllustration
12
+ };
13
+ const emptyStateVariants = cva("w-full flex flex-col items-center justify-center text-center px-lg", {
14
+ variants: {
15
+ size: {
16
+ sm: "gap-md py-[56px]",
17
+ md: "gap-md-plus py-[80px]",
18
+ lg: "gap-lg py-[96px]"
19
+ }
20
+ },
21
+ defaultVariants: {
22
+ size: "md"
23
+ }
24
+ });
25
+ const ILLUSTRATION_DIMENSIONS = {
26
+ sm: {
27
+ width: 88,
28
+ height: 73
29
+ },
30
+ md: {
31
+ width: 145,
32
+ height: 120
33
+ },
34
+ lg: {
35
+ width: 181,
36
+ height: 150
37
+ }
38
+ };
39
+ const contentVariants = cva("flex flex-col items-center w-full text-neutral-strong [word-break:break-word]", {
40
+ variants: {
41
+ size: {
42
+ sm: "gap-sm",
43
+ md: "gap-sm",
44
+ lg: "gap-sm-extra"
45
+ }
46
+ },
47
+ defaultVariants: {
48
+ size: "md"
49
+ }
50
+ });
51
+ const TITLE_SIZE = {
52
+ sm: "lg",
53
+ md: "lg",
54
+ lg: "xl"
55
+ };
56
+ const DESCRIPTION_SIZE = {
57
+ sm: "sm",
58
+ md: "md",
59
+ lg: "md"
60
+ };
61
+ const DecoratableEmptyState = ({ size = "md", type = "content", title, description, illustration = true, actions, className, ...props })=>{
62
+ const resolvedSize = size ?? "md";
63
+ const Illustration = ILLUSTRATIONS[type];
64
+ return /*#__PURE__*/ react.createElement("div", {
65
+ className: cn(emptyStateVariants({
66
+ size: resolvedSize
67
+ }), className),
68
+ ...props
69
+ }, illustration ? /*#__PURE__*/ react.createElement(Illustration, {
70
+ className: "shrink-0",
71
+ width: ILLUSTRATION_DIMENSIONS[resolvedSize].width,
72
+ height: ILLUSTRATION_DIMENSIONS[resolvedSize].height,
73
+ "aria-hidden": true
74
+ }) : null, title || description ? /*#__PURE__*/ react.createElement("div", {
75
+ className: contentVariants({
76
+ size: resolvedSize
77
+ })
78
+ }, title ? /*#__PURE__*/ react.createElement(Text, {
79
+ as: "div",
80
+ size: TITLE_SIZE[resolvedSize],
81
+ className: "font-semibold max-w-[520px]"
82
+ }, title) : null, description ? /*#__PURE__*/ react.createElement(Text, {
83
+ as: "div",
84
+ size: DESCRIPTION_SIZE[resolvedSize],
85
+ className: "max-w-[600px]"
86
+ }, description) : null) : null, actions ? /*#__PURE__*/ react.createElement("div", {
87
+ className: "flex items-center justify-center gap-sm-extra"
88
+ }, actions) : null);
89
+ };
90
+ const EmptyState = makeDecoratable("EmptyState", DecoratableEmptyState);
91
+ export { EmptyState };
92
+
93
+ //# sourceMappingURL=EmptyState.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"EmptyState/EmptyState.js","sources":["../../src/EmptyState/EmptyState.tsx"],"sourcesContent":["import React from \"react\";\nimport { cn, cva, type VariantProps, makeDecoratable } from \"~/utils.js\";\nimport { Text } from \"~/Text/index.js\";\nimport {\n ContentIllustration,\n LayoutIllustration,\n ListingIllustration,\n SelectIllustration,\n TableIllustration,\n UploadIllustration\n} from \"./illustrations/index.js\";\n\nconst ILLUSTRATIONS = {\n content: ContentIllustration,\n table: TableIllustration,\n listing: ListingIllustration,\n layout: LayoutIllustration,\n upload: UploadIllustration,\n select: SelectIllustration\n};\n\ntype EmptyStateType = keyof typeof ILLUSTRATIONS;\n\nconst emptyStateVariants = cva(\n \"w-full flex flex-col items-center justify-center text-center px-lg\",\n {\n variants: {\n size: {\n sm: \"gap-md py-[56px]\",\n md: \"gap-md-plus py-[80px]\",\n lg: \"gap-lg py-[96px]\"\n }\n },\n defaultVariants: {\n size: \"md\"\n }\n }\n);\n\n// Illustration dimensions per size. Set as explicit SVG `width`/`height` so the\n// rendered size is deterministic and doesn't depend on Tailwind generating\n// arbitrary width/height utilities for consumers.\nconst ILLUSTRATION_DIMENSIONS = {\n sm: { width: 88, height: 73 },\n md: { width: 145, height: 120 },\n lg: { width: 181, height: 150 }\n} as const;\n\nconst contentVariants = cva(\n \"flex flex-col items-center w-full text-neutral-strong [word-break:break-word]\",\n {\n variants: {\n size: {\n sm: \"gap-sm\",\n md: \"gap-sm\",\n lg: \"gap-sm-extra\"\n }\n },\n defaultVariants: {\n size: \"md\"\n }\n }\n);\n\n// The title scales up at the largest size; the description shrinks at the smallest.\nconst TITLE_SIZE = { sm: \"lg\", md: \"lg\", lg: \"xl\" } as const;\nconst DESCRIPTION_SIZE = { sm: \"sm\", md: \"md\", lg: \"md\" } as const;\n\ninterface EmptyStateProps\n extends\n Omit<React.HTMLAttributes<HTMLDivElement>, \"title\">,\n VariantProps<typeof emptyStateVariants> {\n // The illustration that best matches the empty context.\n type?: EmptyStateType;\n title?: React.ReactNode;\n description?: React.ReactNode;\n // Whether to render the illustration. Defaults to `true`.\n illustration?: boolean;\n // Optional call-to-action buttons, rendered below the text.\n actions?: React.ReactNode;\n}\n\nconst DecoratableEmptyState = ({\n size = \"md\",\n type = \"content\",\n title,\n description,\n illustration = true,\n actions,\n className,\n ...props\n}: EmptyStateProps) => {\n const resolvedSize = size ?? \"md\";\n const Illustration = ILLUSTRATIONS[type];\n\n return (\n <div className={cn(emptyStateVariants({ size: resolvedSize }), className)} {...props}>\n {illustration ? (\n <Illustration\n className={\"shrink-0\"}\n width={ILLUSTRATION_DIMENSIONS[resolvedSize].width}\n height={ILLUSTRATION_DIMENSIONS[resolvedSize].height}\n aria-hidden={true}\n />\n ) : null}\n {title || description ? (\n <div className={contentVariants({ size: resolvedSize })}>\n {title ? (\n <Text\n as={\"div\"}\n size={TITLE_SIZE[resolvedSize]}\n className={\"font-semibold max-w-[520px]\"}\n >\n {title}\n </Text>\n ) : null}\n {description ? (\n <Text\n as={\"div\"}\n size={DESCRIPTION_SIZE[resolvedSize]}\n className={\"max-w-[600px]\"}\n >\n {description}\n </Text>\n ) : null}\n </div>\n ) : null}\n {actions ? (\n <div className={\"flex items-center justify-center gap-sm-extra\"}>{actions}</div>\n ) : null}\n </div>\n );\n};\n\nconst EmptyState = makeDecoratable(\"EmptyState\", DecoratableEmptyState);\n\nexport { EmptyState, type EmptyStateProps, type EmptyStateType };\n"],"names":["ILLUSTRATIONS","ContentIllustration","TableIllustration","ListingIllustration","LayoutIllustration","UploadIllustration","SelectIllustration","emptyStateVariants","cva","ILLUSTRATION_DIMENSIONS","contentVariants","TITLE_SIZE","DESCRIPTION_SIZE","DecoratableEmptyState","size","type","title","description","illustration","actions","className","props","resolvedSize","Illustration","cn","Text","EmptyState","makeDecoratable"],"mappings":";;;;AAYA,MAAMA,gBAAgB;IAClB,SAASC;IACT,OAAOC;IACP,SAASC;IACT,QAAQC;IACR,QAAQC;IACR,QAAQC;AACZ;AAIA,MAAMC,qBAAqBC,IACvB,sEACA;IACI,UAAU;QACN,MAAM;YACF,IAAI;YACJ,IAAI;YACJ,IAAI;QACR;IACJ;IACA,iBAAiB;QACb,MAAM;IACV;AACJ;AAMJ,MAAMC,0BAA0B;IAC5B,IAAI;QAAE,OAAO;QAAI,QAAQ;IAAG;IAC5B,IAAI;QAAE,OAAO;QAAK,QAAQ;IAAI;IAC9B,IAAI;QAAE,OAAO;QAAK,QAAQ;IAAI;AAClC;AAEA,MAAMC,kBAAkBF,IACpB,iFACA;IACI,UAAU;QACN,MAAM;YACF,IAAI;YACJ,IAAI;YACJ,IAAI;QACR;IACJ;IACA,iBAAiB;QACb,MAAM;IACV;AACJ;AAIJ,MAAMG,aAAa;IAAE,IAAI;IAAM,IAAI;IAAM,IAAI;AAAK;AAClD,MAAMC,mBAAmB;IAAE,IAAI;IAAM,IAAI;IAAM,IAAI;AAAK;AAgBxD,MAAMC,wBAAwB,CAAC,EAC3BC,OAAO,IAAI,EACXC,OAAO,SAAS,EAChBC,KAAK,EACLC,WAAW,EACXC,eAAe,IAAI,EACnBC,OAAO,EACPC,SAAS,EACT,GAAGC,OACW;IACd,MAAMC,eAAeR,QAAQ;IAC7B,MAAMS,eAAevB,aAAa,CAACe,KAAK;IAExC,OAAO,WAAP,GACI,oBAAC;QAAI,WAAWS,GAAGjB,mBAAmB;YAAE,MAAMe;QAAa,IAAIF;QAAa,GAAGC,KAAK;OAC/EH,eAAe,WAAfA,GACG,oBAACK,cAAAA;QACG,WAAW;QACX,OAAOd,uBAAuB,CAACa,aAAa,CAAC,KAAK;QAClD,QAAQb,uBAAuB,CAACa,aAAa,CAAC,MAAM;QACpD,eAAa;SAEjB,MACHN,SAASC,cAAc,WAAdA,GACN,oBAAC;QAAI,WAAWP,gBAAgB;YAAE,MAAMY;QAAa;OAChDN,QAAQ,WAARA,GACG,oBAACS,MAAIA;QACD,IAAI;QACJ,MAAMd,UAAU,CAACW,aAAa;QAC9B,WAAW;OAEVN,SAEL,MACHC,cAAc,WAAdA,GACG,oBAACQ,MAAIA;QACD,IAAI;QACJ,MAAMb,gBAAgB,CAACU,aAAa;QACpC,WAAW;OAEVL,eAEL,QAER,MACHE,UAAU,WAAVA,GACG,oBAAC;QAAI,WAAW;OAAkDA,WAClE;AAGhB;AAEA,MAAMO,aAAaC,gBAAgB,cAAcd"}
@@ -0,0 +1,13 @@
1
+ import type { Meta, StoryObj } from "@storybook/react";
2
+ import { EmptyState } from "./EmptyState.js";
3
+ declare const meta: Meta<typeof EmptyState>;
4
+ export default meta;
5
+ type Story = StoryObj<typeof EmptyState>;
6
+ export declare const Default: Story;
7
+ export declare const WithActions: Story;
8
+ export declare const DescriptionOnly: Story;
9
+ export declare const WithoutIllustration: Story;
10
+ export declare const Small: Story;
11
+ export declare const Large: Story;
12
+ export declare const Types: Story;
13
+ export declare const Documentation: Story;
@@ -0,0 +1,136 @@
1
+ import react from "react";
2
+ import { EmptyState } from "./EmptyState.js";
3
+ import { Button } from "../Button/index.js";
4
+ const meta = {
5
+ title: "Components/EmptyState",
6
+ component: EmptyState,
7
+ parameters: {
8
+ layout: "padded"
9
+ },
10
+ argTypes: {
11
+ type: {
12
+ control: "select",
13
+ options: [
14
+ "content",
15
+ "table",
16
+ "listing",
17
+ "layout",
18
+ "upload",
19
+ "select"
20
+ ]
21
+ },
22
+ size: {
23
+ control: "select",
24
+ options: [
25
+ "sm",
26
+ "md",
27
+ "lg"
28
+ ]
29
+ },
30
+ illustration: {
31
+ control: "boolean"
32
+ }
33
+ }
34
+ };
35
+ const EmptyState_stories = meta;
36
+ const Default = {
37
+ args: {
38
+ title: "Nothing to show",
39
+ description: "There are no entries available."
40
+ }
41
+ };
42
+ const WithActions = {
43
+ args: {
44
+ type: "upload",
45
+ title: "No files uploaded yet",
46
+ description: "Upload your first file to get started.",
47
+ actions: /*#__PURE__*/ react.createElement(react.Fragment, null, /*#__PURE__*/ react.createElement(Button, {
48
+ variant: "primary",
49
+ text: "Upload file"
50
+ }), /*#__PURE__*/ react.createElement(Button, {
51
+ variant: "secondary",
52
+ text: "Learn more"
53
+ }))
54
+ }
55
+ };
56
+ const DescriptionOnly = {
57
+ args: {
58
+ type: "table",
59
+ description: "There are no entries available."
60
+ }
61
+ };
62
+ const WithoutIllustration = {
63
+ args: {
64
+ illustration: false,
65
+ title: "Nothing to show",
66
+ description: "There are no entries available."
67
+ }
68
+ };
69
+ const Small = {
70
+ args: {
71
+ size: "sm",
72
+ type: "listing",
73
+ title: "Nothing to show",
74
+ description: "There are no entries available."
75
+ }
76
+ };
77
+ const Large = {
78
+ args: {
79
+ size: "lg",
80
+ type: "content",
81
+ title: "This is an optional title.",
82
+ description: "This is a description zone where you can add text as supporting content. You can also use the description zone without a title if needed."
83
+ }
84
+ };
85
+ const Types = {
86
+ render: ()=>/*#__PURE__*/ react.createElement("div", {
87
+ className: "grid grid-cols-3 gap-md"
88
+ }, [
89
+ "content",
90
+ "table",
91
+ "listing",
92
+ "layout",
93
+ "upload",
94
+ "select"
95
+ ].map((type)=>/*#__PURE__*/ react.createElement(EmptyState, {
96
+ key: type,
97
+ type: type,
98
+ title: type,
99
+ description: `Type: ${type}`
100
+ })))
101
+ };
102
+ const Documentation = {
103
+ args: {
104
+ type: "content",
105
+ size: "md",
106
+ title: "Nothing to show",
107
+ description: "There are no entries available."
108
+ },
109
+ argTypes: {
110
+ type: {
111
+ control: "select",
112
+ description: "The illustration that matches the empty context",
113
+ options: [
114
+ "content",
115
+ "table",
116
+ "listing",
117
+ "layout",
118
+ "upload",
119
+ "select"
120
+ ]
121
+ },
122
+ size: {
123
+ control: "select",
124
+ description: "The size of the empty state",
125
+ options: [
126
+ "sm",
127
+ "md",
128
+ "lg"
129
+ ]
130
+ }
131
+ }
132
+ };
133
+ export default EmptyState_stories;
134
+ export { Default, DescriptionOnly, Documentation, Large, Small, Types, WithActions, WithoutIllustration };
135
+
136
+ //# sourceMappingURL=EmptyState.stories.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"EmptyState/EmptyState.stories.js","sources":["../../src/EmptyState/EmptyState.stories.tsx"],"sourcesContent":["import React from \"react\";\nimport type { Meta, StoryObj } from \"@storybook/react\";\nimport { EmptyState } from \"./EmptyState.js\";\nimport { Button } from \"~/Button/index.js\";\n\nconst meta: Meta<typeof EmptyState> = {\n title: \"Components/EmptyState\",\n component: EmptyState,\n parameters: {\n layout: \"padded\"\n },\n argTypes: {\n type: {\n control: \"select\",\n options: [\"content\", \"table\", \"listing\", \"layout\", \"upload\", \"select\"]\n },\n size: {\n control: \"select\",\n options: [\"sm\", \"md\", \"lg\"]\n },\n illustration: {\n control: \"boolean\"\n }\n }\n};\n\nexport default meta;\n\ntype Story = StoryObj<typeof EmptyState>;\n\nexport const Default: Story = {\n args: {\n title: \"Nothing to show\",\n description: \"There are no entries available.\"\n }\n};\n\nexport const WithActions: Story = {\n args: {\n type: \"upload\",\n title: \"No files uploaded yet\",\n description: \"Upload your first file to get started.\",\n actions: (\n <>\n <Button variant={\"primary\"} text={\"Upload file\"} />\n <Button variant={\"secondary\"} text={\"Learn more\"} />\n </>\n )\n }\n};\n\nexport const DescriptionOnly: Story = {\n args: {\n type: \"table\",\n description: \"There are no entries available.\"\n }\n};\n\nexport const WithoutIllustration: Story = {\n args: {\n illustration: false,\n title: \"Nothing to show\",\n description: \"There are no entries available.\"\n }\n};\n\nexport const Small: Story = {\n args: {\n size: \"sm\",\n type: \"listing\",\n title: \"Nothing to show\",\n description: \"There are no entries available.\"\n }\n};\n\nexport const Large: Story = {\n args: {\n size: \"lg\",\n type: \"content\",\n title: \"This is an optional title.\",\n description:\n \"This is a description zone where you can add text as supporting content. You can also use the description zone without a title if needed.\"\n }\n};\n\nexport const Types: Story = {\n render: () => (\n <div className={\"grid grid-cols-3 gap-md\"}>\n {([\"content\", \"table\", \"listing\", \"layout\", \"upload\", \"select\"] as const).map(type => (\n <EmptyState key={type} type={type} title={type} description={`Type: ${type}`} />\n ))}\n </div>\n )\n};\n\nexport const Documentation: Story = {\n args: {\n type: \"content\",\n size: \"md\",\n title: \"Nothing to show\",\n description: \"There are no entries available.\"\n },\n argTypes: {\n type: {\n control: \"select\",\n description: \"The illustration that matches the empty context\",\n options: [\"content\", \"table\", \"listing\", \"layout\", \"upload\", \"select\"]\n },\n size: {\n control: \"select\",\n description: \"The size of the empty state\",\n options: [\"sm\", \"md\", \"lg\"]\n }\n }\n};\n"],"names":["meta","EmptyState","Default","WithActions","Button","DescriptionOnly","WithoutIllustration","Small","Large","Types","type","Documentation"],"mappings":";;;AAKA,MAAMA,OAAgC;IAClC,OAAO;IACP,WAAWC;IACX,YAAY;QACR,QAAQ;IACZ;IACA,UAAU;QACN,MAAM;YACF,SAAS;YACT,SAAS;gBAAC;gBAAW;gBAAS;gBAAW;gBAAU;gBAAU;aAAS;QAC1E;QACA,MAAM;YACF,SAAS;YACT,SAAS;gBAAC;gBAAM;gBAAM;aAAK;QAC/B;QACA,cAAc;YACV,SAAS;QACb;IACJ;AACJ;AAEA,2BAAeD;AAIR,MAAME,UAAiB;IAC1B,MAAM;QACF,OAAO;QACP,aAAa;IACjB;AACJ;AAEO,MAAMC,cAAqB;IAC9B,MAAM;QACF,MAAM;QACN,OAAO;QACP,aAAa;QACb,SAAS,WAAT,GACI,wDACI,oBAACC,QAAMA;YAAC,SAAS;YAAW,MAAM;0BAClC,oBAACA,QAAMA;YAAC,SAAS;YAAa,MAAM;;IAGhD;AACJ;AAEO,MAAMC,kBAAyB;IAClC,MAAM;QACF,MAAM;QACN,aAAa;IACjB;AACJ;AAEO,MAAMC,sBAA6B;IACtC,MAAM;QACF,cAAc;QACd,OAAO;QACP,aAAa;IACjB;AACJ;AAEO,MAAMC,QAAe;IACxB,MAAM;QACF,MAAM;QACN,MAAM;QACN,OAAO;QACP,aAAa;IACjB;AACJ;AAEO,MAAMC,QAAe;IACxB,MAAM;QACF,MAAM;QACN,MAAM;QACN,OAAO;QACP,aACI;IACR;AACJ;AAEO,MAAMC,QAAe;IACxB,QAAQ,kBACJ,oBAAC;YAAI,WAAW;WACV;YAAC;YAAW;YAAS;YAAW;YAAU;YAAU;SAAS,CAAW,GAAG,CAACC,CAAAA,OAAAA,WAAAA,GAC1E,oBAACT,YAAUA;gBAAC,KAAKS;gBAAM,MAAMA;gBAAM,OAAOA;gBAAM,aAAa,CAAC,MAAM,EAAEA,MAAM;;AAI5F;AAEO,MAAMC,gBAAuB;IAChC,MAAM;QACF,MAAM;QACN,MAAM;QACN,OAAO;QACP,aAAa;IACjB;IACA,UAAU;QACN,MAAM;YACF,SAAS;YACT,aAAa;YACb,SAAS;gBAAC;gBAAW;gBAAS;gBAAW;gBAAU;gBAAU;aAAS;QAC1E;QACA,MAAM;YACF,SAAS;YACT,aAAa;YACb,SAAS;gBAAC;gBAAM;gBAAM;aAAK;QAC/B;IACJ;AACJ"}
@@ -0,0 +1,2 @@
1
+ import React from "react";
2
+ export declare const ContentIllustration: (props: React.SVGProps<SVGSVGElement>) => React.JSX.Element;
@@ -0,0 +1,100 @@
1
+ import react from "react";
2
+ const ContentIllustration = (props)=>/*#__PURE__*/ react.createElement("svg", {
3
+ viewBox: "0 0 145 120",
4
+ fill: "none",
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ ...props
7
+ }, /*#__PURE__*/ react.createElement("g", null, /*#__PURE__*/ react.createElement("g", null, /*#__PURE__*/ react.createElement("g", {
8
+ filter: "url(#es_content_filter0_d_6795_48832)"
9
+ }, /*#__PURE__*/ react.createElement("path", {
10
+ d: "M9.83984 16.4212C9.83984 12.0029 13.4216 8.42117 17.8398 8.42117H126.84C131.258 8.42117 134.84 12.0029 134.84 16.4212V100.421C134.84 104.839 131.258 108.421 126.84 108.421H17.8398C13.4216 108.421 9.83984 104.839 9.83984 100.421V16.4212Z",
11
+ fill: "white"
12
+ })), /*#__PURE__*/ react.createElement("ellipse", {
13
+ cx: "20.7858",
14
+ cy: "18.8146",
15
+ rx: "2.47525",
16
+ ry: "2.5",
17
+ fill: "#FA5723"
18
+ }), /*#__PURE__*/ react.createElement("ellipse", {
19
+ cx: "28.8302",
20
+ cy: "18.8146",
21
+ rx: "2.47525",
22
+ ry: "2.5",
23
+ fill: "#FA5723"
24
+ }), /*#__PURE__*/ react.createElement("ellipse", {
25
+ cx: "37.4933",
26
+ cy: "18.8146",
27
+ rx: "2.47525",
28
+ ry: "2.5",
29
+ fill: "#FA5723"
30
+ }), /*#__PURE__*/ react.createElement("rect", {
31
+ x: "42.1426",
32
+ y: "37.7204",
33
+ width: "58.1833",
34
+ height: "7.25383",
35
+ rx: "1.71",
36
+ fill: "#F0F1F3"
37
+ }), /*#__PURE__*/ react.createElement("rect", {
38
+ x: "42.1426",
39
+ y: "59.7589",
40
+ width: "58.1833",
41
+ height: "7.25383",
42
+ rx: "1.71",
43
+ fill: "#F0F1F3"
44
+ }), /*#__PURE__*/ react.createElement("rect", {
45
+ x: "42.1426",
46
+ y: "48.498",
47
+ width: "58.1833",
48
+ height: "7.73742",
49
+ rx: "1.71",
50
+ fill: "#F0F1F3"
51
+ }), /*#__PURE__*/ react.createElement("rect", {
52
+ x: "42.1426",
53
+ y: "70.5364",
54
+ width: "58.1833",
55
+ height: "7.73742",
56
+ rx: "1.71",
57
+ fill: "#F0F1F3"
58
+ }), /*#__PURE__*/ react.createElement("rect", {
59
+ x: "42.1426",
60
+ y: "81.7973",
61
+ width: "27.7422",
62
+ height: "7.73742",
63
+ rx: "1.71",
64
+ fill: "#F0F1F3"
65
+ }))), /*#__PURE__*/ react.createElement("defs", null, /*#__PURE__*/ react.createElement("filter", {
66
+ id: "es_content_filter0_d_6795_48832",
67
+ x: "-0.000156403",
68
+ y: "1.3113e-06",
69
+ width: "144.68",
70
+ height: "119.68",
71
+ filterUnits: "userSpaceOnUse",
72
+ colorInterpolationFilters: "sRGB"
73
+ }, /*#__PURE__*/ react.createElement("feFlood", {
74
+ floodOpacity: "0",
75
+ result: "BackgroundImageFix"
76
+ }), /*#__PURE__*/ react.createElement("feColorMatrix", {
77
+ in: "SourceAlpha",
78
+ type: "matrix",
79
+ values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
80
+ result: "hardAlpha"
81
+ }), /*#__PURE__*/ react.createElement("feOffset", {
82
+ dy: "1.41884"
83
+ }), /*#__PURE__*/ react.createElement("feGaussianBlur", {
84
+ stdDeviation: "4.92"
85
+ }), /*#__PURE__*/ react.createElement("feColorMatrix", {
86
+ type: "matrix",
87
+ values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0"
88
+ }), /*#__PURE__*/ react.createElement("feBlend", {
89
+ mode: "normal",
90
+ in2: "BackgroundImageFix",
91
+ result: "effect1_dropShadow_6795_48832"
92
+ }), /*#__PURE__*/ react.createElement("feBlend", {
93
+ mode: "normal",
94
+ in: "SourceGraphic",
95
+ in2: "effect1_dropShadow_6795_48832",
96
+ result: "shape"
97
+ }))));
98
+ export { ContentIllustration };
99
+
100
+ //# sourceMappingURL=ContentIllustration.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"EmptyState/illustrations/ContentIllustration.js","sources":["../../../src/EmptyState/illustrations/ContentIllustration.tsx"],"sourcesContent":["import React from \"react\";\n\nexport const ContentIllustration = (props: React.SVGProps<SVGSVGElement>) => (\n <svg viewBox=\"0 0 145 120\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" {...props}>\n <g>\n <g>\n <g filter=\"url(#es_content_filter0_d_6795_48832)\">\n <path\n d=\"M9.83984 16.4212C9.83984 12.0029 13.4216 8.42117 17.8398 8.42117H126.84C131.258 8.42117 134.84 12.0029 134.84 16.4212V100.421C134.84 104.839 131.258 108.421 126.84 108.421H17.8398C13.4216 108.421 9.83984 104.839 9.83984 100.421V16.4212Z\"\n fill=\"white\"\n />\n </g>\n <ellipse cx=\"20.7858\" cy=\"18.8146\" rx=\"2.47525\" ry=\"2.5\" fill=\"#FA5723\" />\n <ellipse cx=\"28.8302\" cy=\"18.8146\" rx=\"2.47525\" ry=\"2.5\" fill=\"#FA5723\" />\n <ellipse cx=\"37.4933\" cy=\"18.8146\" rx=\"2.47525\" ry=\"2.5\" fill=\"#FA5723\" />\n <rect\n x=\"42.1426\"\n y=\"37.7204\"\n width=\"58.1833\"\n height=\"7.25383\"\n rx=\"1.71\"\n fill=\"#F0F1F3\"\n />\n <rect\n x=\"42.1426\"\n y=\"59.7589\"\n width=\"58.1833\"\n height=\"7.25383\"\n rx=\"1.71\"\n fill=\"#F0F1F3\"\n />\n <rect\n x=\"42.1426\"\n y=\"48.498\"\n width=\"58.1833\"\n height=\"7.73742\"\n rx=\"1.71\"\n fill=\"#F0F1F3\"\n />\n <rect\n x=\"42.1426\"\n y=\"70.5364\"\n width=\"58.1833\"\n height=\"7.73742\"\n rx=\"1.71\"\n fill=\"#F0F1F3\"\n />\n <rect\n x=\"42.1426\"\n y=\"81.7973\"\n width=\"27.7422\"\n height=\"7.73742\"\n rx=\"1.71\"\n fill=\"#F0F1F3\"\n />\n </g>\n </g>\n <defs>\n <filter\n id=\"es_content_filter0_d_6795_48832\"\n x=\"-0.000156403\"\n y=\"1.3113e-06\"\n width=\"144.68\"\n height=\"119.68\"\n filterUnits=\"userSpaceOnUse\"\n colorInterpolationFilters=\"sRGB\"\n >\n <feFlood floodOpacity=\"0\" result=\"BackgroundImageFix\" />\n <feColorMatrix\n in=\"SourceAlpha\"\n type=\"matrix\"\n values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\"\n result=\"hardAlpha\"\n />\n <feOffset dy=\"1.41884\" />\n <feGaussianBlur stdDeviation=\"4.92\" />\n <feColorMatrix type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0\" />\n <feBlend\n mode=\"normal\"\n in2=\"BackgroundImageFix\"\n result=\"effect1_dropShadow_6795_48832\"\n />\n <feBlend\n mode=\"normal\"\n in=\"SourceGraphic\"\n in2=\"effect1_dropShadow_6795_48832\"\n result=\"shape\"\n />\n </filter>\n </defs>\n </svg>\n);\n"],"names":["ContentIllustration","props"],"mappings":";AAEO,MAAMA,sBAAsB,CAACC,QAAAA,WAAAA,GAChC,oBAAC;QAAI,SAAQ;QAAc,MAAK;QAAO,OAAM;QAA8B,GAAGA,KAAK;qBAC/E,oBAAC,yBACG,oBAAC,yBACG,oBAAC;QAAE,QAAO;qBACN,oBAAC;QACG,GAAE;QACF,MAAK;uBAGb,oBAAC;QAAQ,IAAG;QAAU,IAAG;QAAU,IAAG;QAAU,IAAG;QAAM,MAAK;sBAC9D,oBAAC;QAAQ,IAAG;QAAU,IAAG;QAAU,IAAG;QAAU,IAAG;QAAM,MAAK;sBAC9D,oBAAC;QAAQ,IAAG;QAAU,IAAG;QAAU,IAAG;QAAU,IAAG;QAAM,MAAK;sBAC9D,oBAAC;QACG,GAAE;QACF,GAAE;QACF,OAAM;QACN,QAAO;QACP,IAAG;QACH,MAAK;sBAET,oBAAC;QACG,GAAE;QACF,GAAE;QACF,OAAM;QACN,QAAO;QACP,IAAG;QACH,MAAK;sBAET,oBAAC;QACG,GAAE;QACF,GAAE;QACF,OAAM;QACN,QAAO;QACP,IAAG;QACH,MAAK;sBAET,oBAAC;QACG,GAAE;QACF,GAAE;QACF,OAAM;QACN,QAAO;QACP,IAAG;QACH,MAAK;sBAET,oBAAC;QACG,GAAE;QACF,GAAE;QACF,OAAM;QACN,QAAO;QACP,IAAG;QACH,MAAK;wBAIjB,oBAAC,4BACG,oBAAC;QACG,IAAG;QACH,GAAE;QACF,GAAE;QACF,OAAM;QACN,QAAO;QACP,aAAY;QACZ,2BAA0B;qBAE1B,oBAAC;QAAQ,cAAa;QAAI,QAAO;sBACjC,oBAAC;QACG,IAAG;QACH,MAAK;QACL,QAAO;QACP,QAAO;sBAEX,oBAAC;QAAS,IAAG;sBACb,oBAAC;QAAe,cAAa;sBAC7B,oBAAC;QAAc,MAAK;QAAS,QAAO;sBACpC,oBAAC;QACG,MAAK;QACL,KAAI;QACJ,QAAO;sBAEX,oBAAC;QACG,MAAK;QACL,IAAG;QACH,KAAI;QACJ,QAAO"}
@@ -0,0 +1,2 @@
1
+ import React from "react";
2
+ export declare const LayoutIllustration: (props: React.SVGProps<SVGSVGElement>) => React.JSX.Element;
@@ -0,0 +1,93 @@
1
+ import react from "react";
2
+ const LayoutIllustration = (props)=>/*#__PURE__*/ react.createElement("svg", {
3
+ viewBox: "0 0 145 120",
4
+ fill: "none",
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ ...props
7
+ }, /*#__PURE__*/ react.createElement("g", null, /*#__PURE__*/ react.createElement("g", null, /*#__PURE__*/ react.createElement("g", null, /*#__PURE__*/ react.createElement("g", {
8
+ filter: "url(#es_layout_filter0_d_6795_48832)"
9
+ }, /*#__PURE__*/ react.createElement("path", {
10
+ d: "M9.83984 16.4212C9.83984 12.0029 13.4216 8.42117 17.8398 8.42117H126.84C131.258 8.42117 134.84 12.0029 134.84 16.4212V100.421C134.84 104.839 131.258 108.421 126.84 108.421H17.8398C13.4216 108.421 9.83984 104.839 9.83984 100.421V16.4212Z",
11
+ fill: "white"
12
+ })), /*#__PURE__*/ react.createElement("ellipse", {
13
+ cx: "20.7853",
14
+ cy: "18.8145",
15
+ rx: "2.47525",
16
+ ry: "2.5",
17
+ fill: "#FA5723"
18
+ }), /*#__PURE__*/ react.createElement("ellipse", {
19
+ cx: "28.8302",
20
+ cy: "18.8145",
21
+ rx: "2.47525",
22
+ ry: "2.5",
23
+ fill: "#FA5723"
24
+ }), /*#__PURE__*/ react.createElement("ellipse", {
25
+ cx: "37.4938",
26
+ cy: "18.8145",
27
+ rx: "2.47525",
28
+ ry: "2.5",
29
+ fill: "#FA5723"
30
+ })), /*#__PURE__*/ react.createElement("rect", {
31
+ x: "21.1948",
32
+ y: "32.3548",
33
+ width: "33.4252",
34
+ height: "64.5089",
35
+ rx: "1.9666",
36
+ fill: "#F0F1F3"
37
+ }), /*#__PURE__*/ react.createElement("rect", {
38
+ x: "60.4556",
39
+ y: "32.3548",
40
+ width: "62.8968",
41
+ height: "30.1364",
42
+ rx: "1.9666",
43
+ fill: "#F0F1F3"
44
+ }), /*#__PURE__*/ react.createElement("rect", {
45
+ x: "60.4556",
46
+ y: "67.1904",
47
+ width: "29.1788",
48
+ height: "29.6732",
49
+ rx: "1.9666",
50
+ fill: "#F0F1F3"
51
+ }), /*#__PURE__*/ react.createElement("rect", {
52
+ x: "94.1738",
53
+ y: "67.1904",
54
+ width: "29.1788",
55
+ height: "29.6732",
56
+ rx: "1.9666",
57
+ fill: "#F0F1F3"
58
+ }))), /*#__PURE__*/ react.createElement("defs", null, /*#__PURE__*/ react.createElement("filter", {
59
+ id: "es_layout_filter0_d_6795_48832",
60
+ x: "-0.000156403",
61
+ y: "8.9407e-06",
62
+ width: "144.68",
63
+ height: "119.68",
64
+ filterUnits: "userSpaceOnUse",
65
+ colorInterpolationFilters: "sRGB"
66
+ }, /*#__PURE__*/ react.createElement("feFlood", {
67
+ floodOpacity: "0",
68
+ result: "BackgroundImageFix"
69
+ }), /*#__PURE__*/ react.createElement("feColorMatrix", {
70
+ in: "SourceAlpha",
71
+ type: "matrix",
72
+ values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
73
+ result: "hardAlpha"
74
+ }), /*#__PURE__*/ react.createElement("feOffset", {
75
+ dy: "1.41884"
76
+ }), /*#__PURE__*/ react.createElement("feGaussianBlur", {
77
+ stdDeviation: "4.92"
78
+ }), /*#__PURE__*/ react.createElement("feColorMatrix", {
79
+ type: "matrix",
80
+ values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0"
81
+ }), /*#__PURE__*/ react.createElement("feBlend", {
82
+ mode: "normal",
83
+ in2: "BackgroundImageFix",
84
+ result: "effect1_dropShadow_6795_48832"
85
+ }), /*#__PURE__*/ react.createElement("feBlend", {
86
+ mode: "normal",
87
+ in: "SourceGraphic",
88
+ in2: "effect1_dropShadow_6795_48832",
89
+ result: "shape"
90
+ }))));
91
+ export { LayoutIllustration };
92
+
93
+ //# sourceMappingURL=LayoutIllustration.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"EmptyState/illustrations/LayoutIllustration.js","sources":["../../../src/EmptyState/illustrations/LayoutIllustration.tsx"],"sourcesContent":["import React from \"react\";\n\nexport const LayoutIllustration = (props: React.SVGProps<SVGSVGElement>) => (\n <svg viewBox=\"0 0 145 120\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" {...props}>\n <g>\n <g>\n <g>\n <g filter=\"url(#es_layout_filter0_d_6795_48832)\">\n <path\n d=\"M9.83984 16.4212C9.83984 12.0029 13.4216 8.42117 17.8398 8.42117H126.84C131.258 8.42117 134.84 12.0029 134.84 16.4212V100.421C134.84 104.839 131.258 108.421 126.84 108.421H17.8398C13.4216 108.421 9.83984 104.839 9.83984 100.421V16.4212Z\"\n fill=\"white\"\n />\n </g>\n <ellipse cx=\"20.7853\" cy=\"18.8145\" rx=\"2.47525\" ry=\"2.5\" fill=\"#FA5723\" />\n <ellipse cx=\"28.8302\" cy=\"18.8145\" rx=\"2.47525\" ry=\"2.5\" fill=\"#FA5723\" />\n <ellipse cx=\"37.4938\" cy=\"18.8145\" rx=\"2.47525\" ry=\"2.5\" fill=\"#FA5723\" />\n </g>\n <rect\n x=\"21.1948\"\n y=\"32.3548\"\n width=\"33.4252\"\n height=\"64.5089\"\n rx=\"1.9666\"\n fill=\"#F0F1F3\"\n />\n <rect\n x=\"60.4556\"\n y=\"32.3548\"\n width=\"62.8968\"\n height=\"30.1364\"\n rx=\"1.9666\"\n fill=\"#F0F1F3\"\n />\n <rect\n x=\"60.4556\"\n y=\"67.1904\"\n width=\"29.1788\"\n height=\"29.6732\"\n rx=\"1.9666\"\n fill=\"#F0F1F3\"\n />\n <rect\n x=\"94.1738\"\n y=\"67.1904\"\n width=\"29.1788\"\n height=\"29.6732\"\n rx=\"1.9666\"\n fill=\"#F0F1F3\"\n />\n </g>\n </g>\n <defs>\n <filter\n id=\"es_layout_filter0_d_6795_48832\"\n x=\"-0.000156403\"\n y=\"8.9407e-06\"\n width=\"144.68\"\n height=\"119.68\"\n filterUnits=\"userSpaceOnUse\"\n colorInterpolationFilters=\"sRGB\"\n >\n <feFlood floodOpacity=\"0\" result=\"BackgroundImageFix\" />\n <feColorMatrix\n in=\"SourceAlpha\"\n type=\"matrix\"\n values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\"\n result=\"hardAlpha\"\n />\n <feOffset dy=\"1.41884\" />\n <feGaussianBlur stdDeviation=\"4.92\" />\n <feColorMatrix type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0\" />\n <feBlend\n mode=\"normal\"\n in2=\"BackgroundImageFix\"\n result=\"effect1_dropShadow_6795_48832\"\n />\n <feBlend\n mode=\"normal\"\n in=\"SourceGraphic\"\n in2=\"effect1_dropShadow_6795_48832\"\n result=\"shape\"\n />\n </filter>\n </defs>\n </svg>\n);\n"],"names":["LayoutIllustration","props"],"mappings":";AAEO,MAAMA,qBAAqB,CAACC,QAAAA,WAAAA,GAC/B,oBAAC;QAAI,SAAQ;QAAc,MAAK;QAAO,OAAM;QAA8B,GAAGA,KAAK;qBAC/E,oBAAC,yBACG,oBAAC,yBACG,oBAAC,yBACG,oBAAC;QAAE,QAAO;qBACN,oBAAC;QACG,GAAE;QACF,MAAK;uBAGb,oBAAC;QAAQ,IAAG;QAAU,IAAG;QAAU,IAAG;QAAU,IAAG;QAAM,MAAK;sBAC9D,oBAAC;QAAQ,IAAG;QAAU,IAAG;QAAU,IAAG;QAAU,IAAG;QAAM,MAAK;sBAC9D,oBAAC;QAAQ,IAAG;QAAU,IAAG;QAAU,IAAG;QAAU,IAAG;QAAM,MAAK;uBAElE,oBAAC;QACG,GAAE;QACF,GAAE;QACF,OAAM;QACN,QAAO;QACP,IAAG;QACH,MAAK;sBAET,oBAAC;QACG,GAAE;QACF,GAAE;QACF,OAAM;QACN,QAAO;QACP,IAAG;QACH,MAAK;sBAET,oBAAC;QACG,GAAE;QACF,GAAE;QACF,OAAM;QACN,QAAO;QACP,IAAG;QACH,MAAK;sBAET,oBAAC;QACG,GAAE;QACF,GAAE;QACF,OAAM;QACN,QAAO;QACP,IAAG;QACH,MAAK;wBAIjB,oBAAC,4BACG,oBAAC;QACG,IAAG;QACH,GAAE;QACF,GAAE;QACF,OAAM;QACN,QAAO;QACP,aAAY;QACZ,2BAA0B;qBAE1B,oBAAC;QAAQ,cAAa;QAAI,QAAO;sBACjC,oBAAC;QACG,IAAG;QACH,MAAK;QACL,QAAO;QACP,QAAO;sBAEX,oBAAC;QAAS,IAAG;sBACb,oBAAC;QAAe,cAAa;sBAC7B,oBAAC;QAAc,MAAK;QAAS,QAAO;sBACpC,oBAAC;QACG,MAAK;QACL,KAAI;QACJ,QAAO;sBAEX,oBAAC;QACG,MAAK;QACL,IAAG;QACH,KAAI;QACJ,QAAO"}
@@ -0,0 +1,2 @@
1
+ import React from "react";
2
+ export declare const ListingIllustration: (props: React.SVGProps<SVGSVGElement>) => React.JSX.Element;
@@ -0,0 +1,92 @@
1
+ import react from "react";
2
+ const ListingIllustration = (props)=>/*#__PURE__*/ react.createElement("svg", {
3
+ viewBox: "0 0 145 120",
4
+ fill: "none",
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ ...props
7
+ }, /*#__PURE__*/ react.createElement("g", null, /*#__PURE__*/ react.createElement("g", null, /*#__PURE__*/ react.createElement("g", null, /*#__PURE__*/ react.createElement("g", {
8
+ filter: "url(#es_listing_filter0_d_6795_48832)"
9
+ }, /*#__PURE__*/ react.createElement("path", {
10
+ d: "M9.83984 16.4212C9.83984 12.0029 13.4216 8.42117 17.8398 8.42117H126.84C131.258 8.42117 134.84 12.0029 134.84 16.4212V100.421C134.84 104.839 131.258 108.421 126.84 108.421H17.8398C13.4216 108.421 9.83984 104.839 9.83984 100.421V16.4212Z",
11
+ fill: "white"
12
+ })), /*#__PURE__*/ react.createElement("ellipse", {
13
+ cx: "20.7853",
14
+ cy: "18.8145",
15
+ rx: "2.47525",
16
+ ry: "2.5",
17
+ fill: "#FA5723"
18
+ }), /*#__PURE__*/ react.createElement("ellipse", {
19
+ cx: "28.8302",
20
+ cy: "18.8145",
21
+ rx: "2.47525",
22
+ ry: "2.5",
23
+ fill: "#FA5723"
24
+ }), /*#__PURE__*/ react.createElement("ellipse", {
25
+ cx: "37.4938",
26
+ cy: "18.8145",
27
+ rx: "2.47525",
28
+ ry: "2.5",
29
+ fill: "#FA5723"
30
+ }), /*#__PURE__*/ react.createElement("g", null, /*#__PURE__*/ react.createElement("path", {
31
+ d: "M25.6772 37.8247C25.6772 35.6156 27.4681 33.8247 29.6772 33.8247H44.2716C46.4808 33.8247 48.2716 35.6156 48.2716 37.8247V48.1318C48.2716 50.341 46.4808 52.1318 44.2716 52.1318H29.6772C27.4681 52.1318 25.6772 50.341 25.6772 48.1318V37.8247Z",
32
+ fill: "#F0F1F3"
33
+ }), /*#__PURE__*/ react.createElement("path", {
34
+ d: "M25.6772 61.2172C25.6772 59.0081 27.4681 57.2172 29.6772 57.2172H44.2716C46.4808 57.2172 48.2716 59.0081 48.2716 61.2172V71.5243C48.2716 73.7334 46.4808 75.5243 44.2716 75.5243H29.6772C27.4681 75.5243 25.6772 73.7334 25.6772 71.5243V61.2172Z",
35
+ fill: "#F0F1F3"
36
+ }), /*#__PURE__*/ react.createElement("path", {
37
+ d: "M25.6772 84.6097C25.6772 82.4006 27.4681 80.6097 29.6772 80.6097H44.2716C46.4808 80.6097 48.2716 82.4006 48.2716 84.6097V94.9169C48.2716 97.126 46.4808 98.9169 44.2716 98.9169H29.6772C27.4681 98.9169 25.6772 97.126 25.6772 94.9169V84.6097Z",
38
+ fill: "#F0F1F3"
39
+ }), /*#__PURE__*/ react.createElement("path", {
40
+ d: "M53.1665 38.8247C53.1665 37.7202 54.0619 36.8247 55.1665 36.8247H83.5845C84.6891 36.8247 85.5845 37.7202 85.5845 38.8247V38.893C85.5845 39.9976 84.6891 40.893 83.5845 40.893H55.1665C54.0619 40.893 53.1665 39.9976 53.1665 38.893V38.8247Z",
41
+ fill: "#F0F1F3"
42
+ }), /*#__PURE__*/ react.createElement("path", {
43
+ d: "M53.1665 62.2172C53.1665 61.1126 54.0619 60.2172 55.1665 60.2172H83.5845C84.6891 60.2172 85.5845 61.1126 85.5845 62.2172V62.2854C85.5845 63.39 84.6891 64.2854 83.5845 64.2854H55.1665C54.0619 64.2854 53.1665 63.39 53.1665 62.2854V62.2172Z",
44
+ fill: "#F0F1F3"
45
+ }), /*#__PURE__*/ react.createElement("path", {
46
+ d: "M53.1665 85.6097C53.1665 84.5051 54.0619 83.6097 55.1665 83.6097H83.5845C84.6891 83.6097 85.5845 84.5051 85.5845 85.6097V85.678C85.5845 86.7825 84.6891 87.678 83.5845 87.678H55.1665C54.0619 87.678 53.1665 86.7825 53.1665 85.678V85.6097Z",
47
+ fill: "#F0F1F3"
48
+ }), /*#__PURE__*/ react.createElement("path", {
49
+ d: "M53.1665 45.9444C53.1665 44.8398 54.0619 43.9444 55.1665 43.9444H116.003C117.107 43.9444 118.003 44.8398 118.003 45.9444V46.0126C118.003 47.1172 117.107 48.0126 116.003 48.0126H55.1665C54.0619 48.0126 53.1665 47.1172 53.1665 46.0126V45.9444Z",
50
+ fill: "#F0F1F3"
51
+ }), /*#__PURE__*/ react.createElement("path", {
52
+ d: "M53.1665 69.3366C53.1665 68.232 54.0619 67.3366 55.1665 67.3366H116.003C117.107 67.3366 118.003 68.232 118.003 69.3366V69.4048C118.003 70.5094 117.107 71.4048 116.003 71.4048H55.1665C54.0619 71.4048 53.1665 70.5094 53.1665 69.4048V69.3366Z",
53
+ fill: "#F0F1F3"
54
+ }), /*#__PURE__*/ react.createElement("path", {
55
+ d: "M53.1665 92.729C53.1665 91.6244 54.0619 90.729 55.1665 90.729H116.003C117.107 90.729 118.003 91.6244 118.003 92.729V92.7972C118.003 93.9018 117.107 94.7972 116.003 94.7972H55.1665C54.0619 94.7972 53.1665 93.9018 53.1665 92.7972V92.729Z",
56
+ fill: "#F0F1F3"
57
+ }))))), /*#__PURE__*/ react.createElement("defs", null, /*#__PURE__*/ react.createElement("filter", {
58
+ id: "es_listing_filter0_d_6795_48832",
59
+ x: "-0.000156403",
60
+ y: "8.9407e-06",
61
+ width: "144.68",
62
+ height: "119.68",
63
+ filterUnits: "userSpaceOnUse",
64
+ colorInterpolationFilters: "sRGB"
65
+ }, /*#__PURE__*/ react.createElement("feFlood", {
66
+ floodOpacity: "0",
67
+ result: "BackgroundImageFix"
68
+ }), /*#__PURE__*/ react.createElement("feColorMatrix", {
69
+ in: "SourceAlpha",
70
+ type: "matrix",
71
+ values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
72
+ result: "hardAlpha"
73
+ }), /*#__PURE__*/ react.createElement("feOffset", {
74
+ dy: "1.41884"
75
+ }), /*#__PURE__*/ react.createElement("feGaussianBlur", {
76
+ stdDeviation: "4.92"
77
+ }), /*#__PURE__*/ react.createElement("feColorMatrix", {
78
+ type: "matrix",
79
+ values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0"
80
+ }), /*#__PURE__*/ react.createElement("feBlend", {
81
+ mode: "normal",
82
+ in2: "BackgroundImageFix",
83
+ result: "effect1_dropShadow_6795_48832"
84
+ }), /*#__PURE__*/ react.createElement("feBlend", {
85
+ mode: "normal",
86
+ in: "SourceGraphic",
87
+ in2: "effect1_dropShadow_6795_48832",
88
+ result: "shape"
89
+ }))));
90
+ export { ListingIllustration };
91
+
92
+ //# sourceMappingURL=ListingIllustration.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"EmptyState/illustrations/ListingIllustration.js","sources":["../../../src/EmptyState/illustrations/ListingIllustration.tsx"],"sourcesContent":["import React from \"react\";\n\nexport const ListingIllustration = (props: React.SVGProps<SVGSVGElement>) => (\n <svg viewBox=\"0 0 145 120\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" {...props}>\n <g>\n <g>\n <g>\n <g filter=\"url(#es_listing_filter0_d_6795_48832)\">\n <path\n d=\"M9.83984 16.4212C9.83984 12.0029 13.4216 8.42117 17.8398 8.42117H126.84C131.258 8.42117 134.84 12.0029 134.84 16.4212V100.421C134.84 104.839 131.258 108.421 126.84 108.421H17.8398C13.4216 108.421 9.83984 104.839 9.83984 100.421V16.4212Z\"\n fill=\"white\"\n />\n </g>\n <ellipse cx=\"20.7853\" cy=\"18.8145\" rx=\"2.47525\" ry=\"2.5\" fill=\"#FA5723\" />\n <ellipse cx=\"28.8302\" cy=\"18.8145\" rx=\"2.47525\" ry=\"2.5\" fill=\"#FA5723\" />\n <ellipse cx=\"37.4938\" cy=\"18.8145\" rx=\"2.47525\" ry=\"2.5\" fill=\"#FA5723\" />\n <g>\n <path\n d=\"M25.6772 37.8247C25.6772 35.6156 27.4681 33.8247 29.6772 33.8247H44.2716C46.4808 33.8247 48.2716 35.6156 48.2716 37.8247V48.1318C48.2716 50.341 46.4808 52.1318 44.2716 52.1318H29.6772C27.4681 52.1318 25.6772 50.341 25.6772 48.1318V37.8247Z\"\n fill=\"#F0F1F3\"\n />\n <path\n d=\"M25.6772 61.2172C25.6772 59.0081 27.4681 57.2172 29.6772 57.2172H44.2716C46.4808 57.2172 48.2716 59.0081 48.2716 61.2172V71.5243C48.2716 73.7334 46.4808 75.5243 44.2716 75.5243H29.6772C27.4681 75.5243 25.6772 73.7334 25.6772 71.5243V61.2172Z\"\n fill=\"#F0F1F3\"\n />\n <path\n d=\"M25.6772 84.6097C25.6772 82.4006 27.4681 80.6097 29.6772 80.6097H44.2716C46.4808 80.6097 48.2716 82.4006 48.2716 84.6097V94.9169C48.2716 97.126 46.4808 98.9169 44.2716 98.9169H29.6772C27.4681 98.9169 25.6772 97.126 25.6772 94.9169V84.6097Z\"\n fill=\"#F0F1F3\"\n />\n <path\n d=\"M53.1665 38.8247C53.1665 37.7202 54.0619 36.8247 55.1665 36.8247H83.5845C84.6891 36.8247 85.5845 37.7202 85.5845 38.8247V38.893C85.5845 39.9976 84.6891 40.893 83.5845 40.893H55.1665C54.0619 40.893 53.1665 39.9976 53.1665 38.893V38.8247Z\"\n fill=\"#F0F1F3\"\n />\n <path\n d=\"M53.1665 62.2172C53.1665 61.1126 54.0619 60.2172 55.1665 60.2172H83.5845C84.6891 60.2172 85.5845 61.1126 85.5845 62.2172V62.2854C85.5845 63.39 84.6891 64.2854 83.5845 64.2854H55.1665C54.0619 64.2854 53.1665 63.39 53.1665 62.2854V62.2172Z\"\n fill=\"#F0F1F3\"\n />\n <path\n d=\"M53.1665 85.6097C53.1665 84.5051 54.0619 83.6097 55.1665 83.6097H83.5845C84.6891 83.6097 85.5845 84.5051 85.5845 85.6097V85.678C85.5845 86.7825 84.6891 87.678 83.5845 87.678H55.1665C54.0619 87.678 53.1665 86.7825 53.1665 85.678V85.6097Z\"\n fill=\"#F0F1F3\"\n />\n <path\n d=\"M53.1665 45.9444C53.1665 44.8398 54.0619 43.9444 55.1665 43.9444H116.003C117.107 43.9444 118.003 44.8398 118.003 45.9444V46.0126C118.003 47.1172 117.107 48.0126 116.003 48.0126H55.1665C54.0619 48.0126 53.1665 47.1172 53.1665 46.0126V45.9444Z\"\n fill=\"#F0F1F3\"\n />\n <path\n d=\"M53.1665 69.3366C53.1665 68.232 54.0619 67.3366 55.1665 67.3366H116.003C117.107 67.3366 118.003 68.232 118.003 69.3366V69.4048C118.003 70.5094 117.107 71.4048 116.003 71.4048H55.1665C54.0619 71.4048 53.1665 70.5094 53.1665 69.4048V69.3366Z\"\n fill=\"#F0F1F3\"\n />\n <path\n d=\"M53.1665 92.729C53.1665 91.6244 54.0619 90.729 55.1665 90.729H116.003C117.107 90.729 118.003 91.6244 118.003 92.729V92.7972C118.003 93.9018 117.107 94.7972 116.003 94.7972H55.1665C54.0619 94.7972 53.1665 93.9018 53.1665 92.7972V92.729Z\"\n fill=\"#F0F1F3\"\n />\n </g>\n </g>\n </g>\n </g>\n <defs>\n <filter\n id=\"es_listing_filter0_d_6795_48832\"\n x=\"-0.000156403\"\n y=\"8.9407e-06\"\n width=\"144.68\"\n height=\"119.68\"\n filterUnits=\"userSpaceOnUse\"\n colorInterpolationFilters=\"sRGB\"\n >\n <feFlood floodOpacity=\"0\" result=\"BackgroundImageFix\" />\n <feColorMatrix\n in=\"SourceAlpha\"\n type=\"matrix\"\n values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\"\n result=\"hardAlpha\"\n />\n <feOffset dy=\"1.41884\" />\n <feGaussianBlur stdDeviation=\"4.92\" />\n <feColorMatrix type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0\" />\n <feBlend\n mode=\"normal\"\n in2=\"BackgroundImageFix\"\n result=\"effect1_dropShadow_6795_48832\"\n />\n <feBlend\n mode=\"normal\"\n in=\"SourceGraphic\"\n in2=\"effect1_dropShadow_6795_48832\"\n result=\"shape\"\n />\n </filter>\n </defs>\n </svg>\n);\n"],"names":["ListingIllustration","props"],"mappings":";AAEO,MAAMA,sBAAsB,CAACC,QAAAA,WAAAA,GAChC,oBAAC;QAAI,SAAQ;QAAc,MAAK;QAAO,OAAM;QAA8B,GAAGA,KAAK;qBAC/E,oBAAC,yBACG,oBAAC,yBACG,oBAAC,yBACG,oBAAC;QAAE,QAAO;qBACN,oBAAC;QACG,GAAE;QACF,MAAK;uBAGb,oBAAC;QAAQ,IAAG;QAAU,IAAG;QAAU,IAAG;QAAU,IAAG;QAAM,MAAK;sBAC9D,oBAAC;QAAQ,IAAG;QAAU,IAAG;QAAU,IAAG;QAAU,IAAG;QAAM,MAAK;sBAC9D,oBAAC;QAAQ,IAAG;QAAU,IAAG;QAAU,IAAG;QAAU,IAAG;QAAM,MAAK;sBAC9D,oBAAC,yBACG,oBAAC;QACG,GAAE;QACF,MAAK;sBAET,oBAAC;QACG,GAAE;QACF,MAAK;sBAET,oBAAC;QACG,GAAE;QACF,MAAK;sBAET,oBAAC;QACG,GAAE;QACF,MAAK;sBAET,oBAAC;QACG,GAAE;QACF,MAAK;sBAET,oBAAC;QACG,GAAE;QACF,MAAK;sBAET,oBAAC;QACG,GAAE;QACF,MAAK;sBAET,oBAAC;QACG,GAAE;QACF,MAAK;sBAET,oBAAC;QACG,GAAE;QACF,MAAK;0BAMzB,oBAAC,4BACG,oBAAC;QACG,IAAG;QACH,GAAE;QACF,GAAE;QACF,OAAM;QACN,QAAO;QACP,aAAY;QACZ,2BAA0B;qBAE1B,oBAAC;QAAQ,cAAa;QAAI,QAAO;sBACjC,oBAAC;QACG,IAAG;QACH,MAAK;QACL,QAAO;QACP,QAAO;sBAEX,oBAAC;QAAS,IAAG;sBACb,oBAAC;QAAe,cAAa;sBAC7B,oBAAC;QAAc,MAAK;QAAS,QAAO;sBACpC,oBAAC;QACG,MAAK;QACL,KAAI;QACJ,QAAO;sBAEX,oBAAC;QACG,MAAK;QACL,IAAG;QACH,KAAI;QACJ,QAAO"}
@@ -0,0 +1,2 @@
1
+ import React from "react";
2
+ export declare const SelectIllustration: (props: React.SVGProps<SVGSVGElement>) => React.JSX.Element;