@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,100 @@
1
+ import react from "react";
2
+ const SelectIllustration = (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_select_filter0_d_6795_48832)"
9
+ }, /*#__PURE__*/ react.createElement("path", {
10
+ d: "M9.83984 16.4211C9.83984 12.0029 13.4216 8.42114 17.8398 8.42114H126.84C131.258 8.42114 134.84 12.0029 134.84 16.4211V100.421C134.84 104.839 131.258 108.421 126.84 108.421H17.8398C13.4216 108.421 9.83984 104.839 9.83984 100.421V16.4211Z",
11
+ fill: "white"
12
+ })), /*#__PURE__*/ react.createElement("rect", {
13
+ x: "21.0376",
14
+ y: "35.5716",
15
+ width: "30.1421",
16
+ height: "6.06791",
17
+ rx: "1.71",
18
+ fill: "#F0F1F3"
19
+ }), /*#__PURE__*/ react.createElement("rect", {
20
+ x: "21.0376",
21
+ y: "54.0071",
22
+ width: "30.1421",
23
+ height: "6.06791",
24
+ rx: "1.71",
25
+ fill: "#F0F1F3"
26
+ }), /*#__PURE__*/ react.createElement("rect", {
27
+ x: "21.0376",
28
+ y: "44.5868",
29
+ width: "30.1421",
30
+ height: "6.47244",
31
+ rx: "1.71",
32
+ fill: "#FA5723"
33
+ }), /*#__PURE__*/ react.createElement("rect", {
34
+ x: "21.0376",
35
+ y: "63.0223",
36
+ width: "30.1421",
37
+ height: "6.47244",
38
+ rx: "1.71",
39
+ fill: "#F0F1F3"
40
+ }), /*#__PURE__*/ react.createElement("rect", {
41
+ x: "59.0981",
42
+ y: "35.5716",
43
+ width: "64.1833",
44
+ height: "57.6158",
45
+ rx: "1.71",
46
+ fill: "#F0F1F3"
47
+ }), /*#__PURE__*/ react.createElement("ellipse", {
48
+ cx: "20.7858",
49
+ cy: "18.8146",
50
+ rx: "2.47525",
51
+ ry: "2.5",
52
+ fill: "#FA5723"
53
+ }), /*#__PURE__*/ react.createElement("ellipse", {
54
+ cx: "28.8302",
55
+ cy: "18.8146",
56
+ rx: "2.47525",
57
+ ry: "2.5",
58
+ fill: "#FA5723"
59
+ }), /*#__PURE__*/ react.createElement("ellipse", {
60
+ cx: "37.4933",
61
+ cy: "18.8146",
62
+ rx: "2.47525",
63
+ ry: "2.5",
64
+ fill: "#FA5723"
65
+ }))), /*#__PURE__*/ react.createElement("defs", null, /*#__PURE__*/ react.createElement("filter", {
66
+ id: "es_select_filter0_d_6795_48832",
67
+ x: "-0.000156403",
68
+ y: "-2.15769e-05",
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 { SelectIllustration };
99
+
100
+ //# sourceMappingURL=SelectIllustration.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"EmptyState/illustrations/SelectIllustration.js","sources":["../../../src/EmptyState/illustrations/SelectIllustration.tsx"],"sourcesContent":["import React from \"react\";\n\nexport const SelectIllustration = (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_select_filter0_d_6795_48832)\">\n <path\n d=\"M9.83984 16.4211C9.83984 12.0029 13.4216 8.42114 17.8398 8.42114H126.84C131.258 8.42114 134.84 12.0029 134.84 16.4211V100.421C134.84 104.839 131.258 108.421 126.84 108.421H17.8398C13.4216 108.421 9.83984 104.839 9.83984 100.421V16.4211Z\"\n fill=\"white\"\n />\n </g>\n <rect\n x=\"21.0376\"\n y=\"35.5716\"\n width=\"30.1421\"\n height=\"6.06791\"\n rx=\"1.71\"\n fill=\"#F0F1F3\"\n />\n <rect\n x=\"21.0376\"\n y=\"54.0071\"\n width=\"30.1421\"\n height=\"6.06791\"\n rx=\"1.71\"\n fill=\"#F0F1F3\"\n />\n <rect\n x=\"21.0376\"\n y=\"44.5868\"\n width=\"30.1421\"\n height=\"6.47244\"\n rx=\"1.71\"\n fill=\"#FA5723\"\n />\n <rect\n x=\"21.0376\"\n y=\"63.0223\"\n width=\"30.1421\"\n height=\"6.47244\"\n rx=\"1.71\"\n fill=\"#F0F1F3\"\n />\n <rect\n x=\"59.0981\"\n y=\"35.5716\"\n width=\"64.1833\"\n height=\"57.6158\"\n rx=\"1.71\"\n fill=\"#F0F1F3\"\n />\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 </g>\n </g>\n <defs>\n <filter\n id=\"es_select_filter0_d_6795_48832\"\n x=\"-0.000156403\"\n y=\"-2.15769e-05\"\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":["SelectIllustration","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;QAAE,QAAO;qBACN,oBAAC;QACG,GAAE;QACF,MAAK;uBAGb,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;sBAET,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;wBAGtE,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 TableIllustration: (props: React.SVGProps<SVGSVGElement>) => React.JSX.Element;
@@ -0,0 +1,233 @@
1
+ import react from "react";
2
+ const TableIllustration = (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_table_filter0_d_6795_48832)"
9
+ }, /*#__PURE__*/ react.createElement("path", {
10
+ d: "M9.83984 16.4212C9.83984 12.0029 13.4216 8.42116 17.8398 8.42116H126.84C131.258 8.42116 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: "18.3101",
32
+ y: "38.553",
33
+ width: "24.953",
34
+ height: "6.04586",
35
+ rx: "1.71",
36
+ fill: "#F0F1F3"
37
+ }), /*#__PURE__*/ react.createElement("rect", {
38
+ x: "18.3101",
39
+ y: "56.6906",
40
+ width: "24.953",
41
+ height: "7.0535",
42
+ rx: "1.71",
43
+ fill: "#F0F1F3"
44
+ }), /*#__PURE__*/ react.createElement("rect", {
45
+ x: "18.3101",
46
+ y: "47.6218",
47
+ width: "24.953",
48
+ height: "6.04586",
49
+ rx: "1.71",
50
+ fill: "#F0F1F3"
51
+ }), /*#__PURE__*/ react.createElement("rect", {
52
+ x: "18.3101",
53
+ y: "66.767",
54
+ width: "24.953",
55
+ height: "7.0535",
56
+ rx: "1.71",
57
+ fill: "#F0F1F3"
58
+ }), /*#__PURE__*/ react.createElement("rect", {
59
+ x: "45.9531",
60
+ y: "38.553",
61
+ width: "24.953",
62
+ height: "6.04586",
63
+ rx: "1.71",
64
+ fill: "#F0F1F3"
65
+ }), /*#__PURE__*/ react.createElement("rect", {
66
+ x: "45.9531",
67
+ y: "56.8422",
68
+ width: "24.953",
69
+ height: "7.0535",
70
+ rx: "1.71",
71
+ fill: "#F0F1F3"
72
+ }), /*#__PURE__*/ react.createElement("rect", {
73
+ x: "45.9531",
74
+ y: "47.6976",
75
+ width: "24.953",
76
+ height: "6.04586",
77
+ rx: "1.71",
78
+ fill: "#F0F1F3"
79
+ }), /*#__PURE__*/ react.createElement("rect", {
80
+ x: "45.9531",
81
+ y: "66.9944",
82
+ width: "24.953",
83
+ height: "7.0535",
84
+ rx: "1.71",
85
+ fill: "#F0F1F3"
86
+ }), /*#__PURE__*/ react.createElement("rect", {
87
+ x: "73.4009",
88
+ y: "38.553",
89
+ width: "24.953",
90
+ height: "6.04586",
91
+ rx: "1.71",
92
+ fill: "#F0F1F3"
93
+ }), /*#__PURE__*/ react.createElement("rect", {
94
+ x: "73.4009",
95
+ y: "56.8422",
96
+ width: "24.953",
97
+ height: "7.0535",
98
+ rx: "1.71",
99
+ fill: "#F0F1F3"
100
+ }), /*#__PURE__*/ react.createElement("rect", {
101
+ x: "73.4009",
102
+ y: "47.6976",
103
+ width: "24.953",
104
+ height: "6.04586",
105
+ rx: "1.71",
106
+ fill: "#F0F1F3"
107
+ }), /*#__PURE__*/ react.createElement("rect", {
108
+ x: "73.4009",
109
+ y: "66.9944",
110
+ width: "24.953",
111
+ height: "7.0535",
112
+ rx: "1.71",
113
+ fill: "#F0F1F3"
114
+ }), /*#__PURE__*/ react.createElement("rect", {
115
+ x: "100.85",
116
+ y: "38.553",
117
+ width: "24.953",
118
+ height: "6.04586",
119
+ rx: "1.71",
120
+ fill: "#F0F1F3"
121
+ }), /*#__PURE__*/ react.createElement("rect", {
122
+ x: "100.85",
123
+ y: "56.8422",
124
+ width: "24.953",
125
+ height: "7.0535",
126
+ rx: "1.71",
127
+ fill: "#F0F1F3"
128
+ }), /*#__PURE__*/ react.createElement("rect", {
129
+ x: "100.85",
130
+ y: "47.6976",
131
+ width: "24.953",
132
+ height: "6.04586",
133
+ rx: "1.71",
134
+ fill: "#F0F1F3"
135
+ }), /*#__PURE__*/ react.createElement("rect", {
136
+ x: "100.85",
137
+ y: "66.9944",
138
+ width: "24.953",
139
+ height: "7.0535",
140
+ rx: "1.71",
141
+ fill: "#F0F1F3"
142
+ }), /*#__PURE__*/ react.createElement("rect", {
143
+ x: "18.3101",
144
+ y: "76.8435",
145
+ width: "24.953",
146
+ height: "7.0535",
147
+ rx: "1.71",
148
+ fill: "#F0F1F3"
149
+ }), /*#__PURE__*/ react.createElement("rect", {
150
+ x: "18.3101",
151
+ y: "86.9199",
152
+ width: "24.953",
153
+ height: "7.0535",
154
+ rx: "1.71",
155
+ fill: "#F0F1F3"
156
+ }), /*#__PURE__*/ react.createElement("rect", {
157
+ x: "45.9531",
158
+ y: "77.1466",
159
+ width: "24.953",
160
+ height: "7.0535",
161
+ rx: "1.71",
162
+ fill: "#F0F1F3"
163
+ }), /*#__PURE__*/ react.createElement("rect", {
164
+ x: "45.9531",
165
+ y: "87.2988",
166
+ width: "24.953",
167
+ height: "7.0535",
168
+ rx: "1.71",
169
+ fill: "#F0F1F3"
170
+ }), /*#__PURE__*/ react.createElement("rect", {
171
+ x: "73.4009",
172
+ y: "77.1466",
173
+ width: "24.953",
174
+ height: "7.0535",
175
+ rx: "1.71",
176
+ fill: "#F0F1F3"
177
+ }), /*#__PURE__*/ react.createElement("rect", {
178
+ x: "73.4009",
179
+ y: "87.2988",
180
+ width: "24.953",
181
+ height: "7.0535",
182
+ rx: "1.71",
183
+ fill: "#F0F1F3"
184
+ }), /*#__PURE__*/ react.createElement("rect", {
185
+ x: "100.85",
186
+ y: "77.1466",
187
+ width: "24.953",
188
+ height: "7.0535",
189
+ rx: "1.71",
190
+ fill: "#F0F1F3"
191
+ }), /*#__PURE__*/ react.createElement("rect", {
192
+ x: "100.85",
193
+ y: "87.2988",
194
+ width: "24.953",
195
+ height: "7.0535",
196
+ rx: "1.71",
197
+ fill: "#F0F1F3"
198
+ })))), /*#__PURE__*/ react.createElement("defs", null, /*#__PURE__*/ react.createElement("filter", {
199
+ id: "es_table_filter0_d_6795_48832",
200
+ x: "-0.000156403",
201
+ y: "-6.31809e-06",
202
+ width: "144.68",
203
+ height: "119.68",
204
+ filterUnits: "userSpaceOnUse",
205
+ colorInterpolationFilters: "sRGB"
206
+ }, /*#__PURE__*/ react.createElement("feFlood", {
207
+ floodOpacity: "0",
208
+ result: "BackgroundImageFix"
209
+ }), /*#__PURE__*/ react.createElement("feColorMatrix", {
210
+ in: "SourceAlpha",
211
+ type: "matrix",
212
+ values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
213
+ result: "hardAlpha"
214
+ }), /*#__PURE__*/ react.createElement("feOffset", {
215
+ dy: "1.41884"
216
+ }), /*#__PURE__*/ react.createElement("feGaussianBlur", {
217
+ stdDeviation: "4.92"
218
+ }), /*#__PURE__*/ react.createElement("feColorMatrix", {
219
+ type: "matrix",
220
+ values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0"
221
+ }), /*#__PURE__*/ react.createElement("feBlend", {
222
+ mode: "normal",
223
+ in2: "BackgroundImageFix",
224
+ result: "effect1_dropShadow_6795_48832"
225
+ }), /*#__PURE__*/ react.createElement("feBlend", {
226
+ mode: "normal",
227
+ in: "SourceGraphic",
228
+ in2: "effect1_dropShadow_6795_48832",
229
+ result: "shape"
230
+ }))));
231
+ export { TableIllustration };
232
+
233
+ //# sourceMappingURL=TableIllustration.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"EmptyState/illustrations/TableIllustration.js","sources":["../../../src/EmptyState/illustrations/TableIllustration.tsx"],"sourcesContent":["import React from \"react\";\n\nexport const TableIllustration = (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_table_filter0_d_6795_48832)\">\n <path\n d=\"M9.83984 16.4212C9.83984 12.0029 13.4216 8.42116 17.8398 8.42116H126.84C131.258 8.42116 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 <rect\n x=\"18.3101\"\n y=\"38.553\"\n width=\"24.953\"\n height=\"6.04586\"\n rx=\"1.71\"\n fill=\"#F0F1F3\"\n />\n <rect\n x=\"18.3101\"\n y=\"56.6906\"\n width=\"24.953\"\n height=\"7.0535\"\n rx=\"1.71\"\n fill=\"#F0F1F3\"\n />\n <rect\n x=\"18.3101\"\n y=\"47.6218\"\n width=\"24.953\"\n height=\"6.04586\"\n rx=\"1.71\"\n fill=\"#F0F1F3\"\n />\n <rect\n x=\"18.3101\"\n y=\"66.767\"\n width=\"24.953\"\n height=\"7.0535\"\n rx=\"1.71\"\n fill=\"#F0F1F3\"\n />\n <rect\n x=\"45.9531\"\n y=\"38.553\"\n width=\"24.953\"\n height=\"6.04586\"\n rx=\"1.71\"\n fill=\"#F0F1F3\"\n />\n <rect\n x=\"45.9531\"\n y=\"56.8422\"\n width=\"24.953\"\n height=\"7.0535\"\n rx=\"1.71\"\n fill=\"#F0F1F3\"\n />\n <rect\n x=\"45.9531\"\n y=\"47.6976\"\n width=\"24.953\"\n height=\"6.04586\"\n rx=\"1.71\"\n fill=\"#F0F1F3\"\n />\n <rect\n x=\"45.9531\"\n y=\"66.9944\"\n width=\"24.953\"\n height=\"7.0535\"\n rx=\"1.71\"\n fill=\"#F0F1F3\"\n />\n <rect\n x=\"73.4009\"\n y=\"38.553\"\n width=\"24.953\"\n height=\"6.04586\"\n rx=\"1.71\"\n fill=\"#F0F1F3\"\n />\n <rect\n x=\"73.4009\"\n y=\"56.8422\"\n width=\"24.953\"\n height=\"7.0535\"\n rx=\"1.71\"\n fill=\"#F0F1F3\"\n />\n <rect\n x=\"73.4009\"\n y=\"47.6976\"\n width=\"24.953\"\n height=\"6.04586\"\n rx=\"1.71\"\n fill=\"#F0F1F3\"\n />\n <rect\n x=\"73.4009\"\n y=\"66.9944\"\n width=\"24.953\"\n height=\"7.0535\"\n rx=\"1.71\"\n fill=\"#F0F1F3\"\n />\n <rect\n x=\"100.85\"\n y=\"38.553\"\n width=\"24.953\"\n height=\"6.04586\"\n rx=\"1.71\"\n fill=\"#F0F1F3\"\n />\n <rect\n x=\"100.85\"\n y=\"56.8422\"\n width=\"24.953\"\n height=\"7.0535\"\n rx=\"1.71\"\n fill=\"#F0F1F3\"\n />\n <rect\n x=\"100.85\"\n y=\"47.6976\"\n width=\"24.953\"\n height=\"6.04586\"\n rx=\"1.71\"\n fill=\"#F0F1F3\"\n />\n <rect\n x=\"100.85\"\n y=\"66.9944\"\n width=\"24.953\"\n height=\"7.0535\"\n rx=\"1.71\"\n fill=\"#F0F1F3\"\n />\n <rect\n x=\"18.3101\"\n y=\"76.8435\"\n width=\"24.953\"\n height=\"7.0535\"\n rx=\"1.71\"\n fill=\"#F0F1F3\"\n />\n <rect\n x=\"18.3101\"\n y=\"86.9199\"\n width=\"24.953\"\n height=\"7.0535\"\n rx=\"1.71\"\n fill=\"#F0F1F3\"\n />\n <rect\n x=\"45.9531\"\n y=\"77.1466\"\n width=\"24.953\"\n height=\"7.0535\"\n rx=\"1.71\"\n fill=\"#F0F1F3\"\n />\n <rect\n x=\"45.9531\"\n y=\"87.2988\"\n width=\"24.953\"\n height=\"7.0535\"\n rx=\"1.71\"\n fill=\"#F0F1F3\"\n />\n <rect\n x=\"73.4009\"\n y=\"77.1466\"\n width=\"24.953\"\n height=\"7.0535\"\n rx=\"1.71\"\n fill=\"#F0F1F3\"\n />\n <rect\n x=\"73.4009\"\n y=\"87.2988\"\n width=\"24.953\"\n height=\"7.0535\"\n rx=\"1.71\"\n fill=\"#F0F1F3\"\n />\n <rect\n x=\"100.85\"\n y=\"77.1466\"\n width=\"24.953\"\n height=\"7.0535\"\n rx=\"1.71\"\n fill=\"#F0F1F3\"\n />\n <rect\n x=\"100.85\"\n y=\"87.2988\"\n width=\"24.953\"\n height=\"7.0535\"\n rx=\"1.71\"\n fill=\"#F0F1F3\"\n />\n </g>\n </g>\n </g>\n <defs>\n <filter\n id=\"es_table_filter0_d_6795_48832\"\n x=\"-0.000156403\"\n y=\"-6.31809e-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":["TableIllustration","props"],"mappings":"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"}
@@ -0,0 +1,2 @@
1
+ import React from "react";
2
+ export declare const UploadIllustration: (props: React.SVGProps<SVGSVGElement>) => React.JSX.Element;
@@ -0,0 +1,77 @@
1
+ import react from "react";
2
+ const UploadIllustration = (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_upload_filter0_d_6795_48832)"
9
+ }, /*#__PURE__*/ react.createElement("path", {
10
+ d: "M9.83984 16.4211C9.83984 12.0029 13.4216 8.42114 17.8398 8.42114H126.84C131.258 8.42114 134.84 12.0029 134.84 16.4211V100.421C134.84 104.839 131.258 108.421 126.84 108.421H17.8398C13.4216 108.421 9.83984 104.839 9.83984 100.421V16.4211Z",
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", {
31
+ clipPath: "url(#es_upload_clip0_6795_48832)"
32
+ }, /*#__PURE__*/ react.createElement("path", {
33
+ d: "M89.2764 58.5558C87.8065 50.8348 81.2568 45.0385 73.3885 45.0385C67.1415 45.0385 61.7158 48.7088 59.0138 54.0799C52.5074 54.796 47.4492 60.5028 47.4492 67.4181C47.4492 74.8257 53.2639 80.8458 60.4189 80.8458H88.5198C94.4858 80.8458 99.3278 75.8328 99.3278 69.656C99.3278 63.7478 94.8965 58.9586 89.2764 58.5558ZM88.5198 76.3699H60.4189C55.6417 76.3699 51.7724 72.364 51.7724 67.4181C51.7724 62.8303 55.0797 59.0034 59.4678 58.5334L61.7807 58.2872L62.8615 56.1612C64.915 52.0657 68.9356 49.5144 73.3885 49.5144C79.0519 49.5144 83.9372 53.677 85.0396 59.4286L85.6881 62.7855L88.9953 63.0317C92.3675 63.2555 95.0046 66.1872 95.0046 69.656C95.0046 73.3487 92.0864 76.3699 88.5198 76.3699ZM64.7421 65.1801H70.2542V71.894H76.5229V65.1801H82.035L73.3885 56.2283L64.7421 65.1801Z",
34
+ fill: "#BEC3CC"
35
+ }))))), /*#__PURE__*/ react.createElement("defs", null, /*#__PURE__*/ react.createElement("filter", {
36
+ id: "es_upload_filter0_d_6795_48832",
37
+ x: "-0.000156403",
38
+ y: "-2.15769e-05",
39
+ width: "144.68",
40
+ height: "119.68",
41
+ filterUnits: "userSpaceOnUse",
42
+ colorInterpolationFilters: "sRGB"
43
+ }, /*#__PURE__*/ react.createElement("feFlood", {
44
+ floodOpacity: "0",
45
+ result: "BackgroundImageFix"
46
+ }), /*#__PURE__*/ react.createElement("feColorMatrix", {
47
+ in: "SourceAlpha",
48
+ type: "matrix",
49
+ values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
50
+ result: "hardAlpha"
51
+ }), /*#__PURE__*/ react.createElement("feOffset", {
52
+ dy: "1.41884"
53
+ }), /*#__PURE__*/ react.createElement("feGaussianBlur", {
54
+ stdDeviation: "4.92"
55
+ }), /*#__PURE__*/ react.createElement("feColorMatrix", {
56
+ type: "matrix",
57
+ values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0"
58
+ }), /*#__PURE__*/ react.createElement("feBlend", {
59
+ mode: "normal",
60
+ in2: "BackgroundImageFix",
61
+ result: "effect1_dropShadow_6795_48832"
62
+ }), /*#__PURE__*/ react.createElement("feBlend", {
63
+ mode: "normal",
64
+ in: "SourceGraphic",
65
+ in2: "effect1_dropShadow_6795_48832",
66
+ result: "shape"
67
+ })), /*#__PURE__*/ react.createElement("clipPath", {
68
+ id: "es_upload_clip0_6795_48832"
69
+ }, /*#__PURE__*/ react.createElement("rect", {
70
+ width: "51.8786",
71
+ height: "53.7109",
72
+ fill: "white",
73
+ transform: "translate(47.4492 36.0867)"
74
+ }))));
75
+ export { UploadIllustration };
76
+
77
+ //# sourceMappingURL=UploadIllustration.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"EmptyState/illustrations/UploadIllustration.js","sources":["../../../src/EmptyState/illustrations/UploadIllustration.tsx"],"sourcesContent":["import React from \"react\";\n\nexport const UploadIllustration = (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_upload_filter0_d_6795_48832)\">\n <path\n d=\"M9.83984 16.4211C9.83984 12.0029 13.4216 8.42114 17.8398 8.42114H126.84C131.258 8.42114 134.84 12.0029 134.84 16.4211V100.421C134.84 104.839 131.258 108.421 126.84 108.421H17.8398C13.4216 108.421 9.83984 104.839 9.83984 100.421V16.4211Z\"\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 clipPath=\"url(#es_upload_clip0_6795_48832)\">\n <path\n d=\"M89.2764 58.5558C87.8065 50.8348 81.2568 45.0385 73.3885 45.0385C67.1415 45.0385 61.7158 48.7088 59.0138 54.0799C52.5074 54.796 47.4492 60.5028 47.4492 67.4181C47.4492 74.8257 53.2639 80.8458 60.4189 80.8458H88.5198C94.4858 80.8458 99.3278 75.8328 99.3278 69.656C99.3278 63.7478 94.8965 58.9586 89.2764 58.5558ZM88.5198 76.3699H60.4189C55.6417 76.3699 51.7724 72.364 51.7724 67.4181C51.7724 62.8303 55.0797 59.0034 59.4678 58.5334L61.7807 58.2872L62.8615 56.1612C64.915 52.0657 68.9356 49.5144 73.3885 49.5144C79.0519 49.5144 83.9372 53.677 85.0396 59.4286L85.6881 62.7855L88.9953 63.0317C92.3675 63.2555 95.0046 66.1872 95.0046 69.656C95.0046 73.3487 92.0864 76.3699 88.5198 76.3699ZM64.7421 65.1801H70.2542V71.894H76.5229V65.1801H82.035L73.3885 56.2283L64.7421 65.1801Z\"\n fill=\"#BEC3CC\"\n />\n </g>\n </g>\n </g>\n </g>\n <defs>\n <filter\n id=\"es_upload_filter0_d_6795_48832\"\n x=\"-0.000156403\"\n y=\"-2.15769e-05\"\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 <clipPath id=\"es_upload_clip0_6795_48832\">\n <rect\n width=\"51.8786\"\n height=\"53.7109\"\n fill=\"white\"\n transform=\"translate(47.4492 36.0867)\"\n />\n </clipPath>\n </defs>\n </svg>\n);\n"],"names":["UploadIllustration","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;sBAC9D,oBAAC;QAAE,UAAS;qBACR,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;uBAGf,oBAAC;QAAS,IAAG;qBACT,oBAAC;QACG,OAAM;QACN,QAAO;QACP,MAAK;QACL,WAAU"}
@@ -0,0 +1,6 @@
1
+ export { ContentIllustration } from "./ContentIllustration.js";
2
+ export { TableIllustration } from "./TableIllustration.js";
3
+ export { ListingIllustration } from "./ListingIllustration.js";
4
+ export { LayoutIllustration } from "./LayoutIllustration.js";
5
+ export { UploadIllustration } from "./UploadIllustration.js";
6
+ export { SelectIllustration } from "./SelectIllustration.js";
@@ -0,0 +1,6 @@
1
+ export { ContentIllustration } from "./ContentIllustration.js";
2
+ export { TableIllustration } from "./TableIllustration.js";
3
+ export { ListingIllustration } from "./ListingIllustration.js";
4
+ export { LayoutIllustration } from "./LayoutIllustration.js";
5
+ export { UploadIllustration } from "./UploadIllustration.js";
6
+ export { SelectIllustration } from "./SelectIllustration.js";
@@ -0,0 +1 @@
1
+ export * from "./EmptyState.js";
@@ -0,0 +1 @@
1
+ export * from "./EmptyState.js";
@@ -2,21 +2,22 @@ import React from "react";
2
2
  import { type FilePickerPrimitiveProps } from "./primitives/index.js";
3
3
  import { type FormComponentProps } from "../FormComponent/index.js";
4
4
  type FilePickerProps = FilePickerPrimitiveProps & Omit<FormComponentProps, "value">;
5
- declare const FilePicker: (({ label, hint, description, note, required, disabled, validation, validate, onBlur: originalOnBlur, type, ...props }: FilePickerProps) => React.JSX.Element) & {
6
- original: ({ label, hint, description, note, required, disabled, validation, validate, onBlur: originalOnBlur, type, ...props }: FilePickerProps) => React.JSX.Element;
5
+ declare const BaseFilePicker: ({ label, hint, description, note, required, disabled, validation, validate, onBlur: originalOnBlur, type, ...props }: FilePickerProps) => React.JSX.Element;
6
+ declare const FilePicker: typeof BaseFilePicker & {
7
+ original: typeof BaseFilePicker;
7
8
  originalName: string;
8
9
  displayName: string;
9
10
  } & {
10
- original: (({ label, hint, description, note, required, disabled, validation, validate, onBlur: originalOnBlur, type, ...props }: FilePickerProps) => React.JSX.Element) & {
11
- original: ({ label, hint, description, note, required, disabled, validation, validate, onBlur: originalOnBlur, type, ...props }: FilePickerProps) => React.JSX.Element;
11
+ original: typeof BaseFilePicker & {
12
+ original: typeof BaseFilePicker;
12
13
  originalName: string;
13
14
  displayName: string;
14
15
  };
15
16
  originalName: string;
16
17
  displayName: string;
17
18
  } & {
18
- createDecorator: (decorator: import("@webiny/react-composition/types.js").ComponentDecorator<(({ label, hint, description, note, required, disabled, validation, validate, onBlur: originalOnBlur, type, ...props }: FilePickerProps) => React.JSX.Element) & {
19
- original: ({ label, hint, description, note, required, disabled, validation, validate, onBlur: originalOnBlur, type, ...props }: FilePickerProps) => React.JSX.Element;
19
+ createDecorator: (decorator: import("@webiny/react-composition/types.js").ComponentDecorator<typeof BaseFilePicker & {
20
+ original: typeof BaseFilePicker;
20
21
  originalName: string;
21
22
  displayName: string;
22
23
  }>) => (props: unknown) => React.JSX.Element;
@@ -6,7 +6,7 @@ import { FileItem, type FileItemDto, type FileItemFormatted } from "../domains/i
6
6
  import type { FilePreviewRendererProps, TriggerRendererProps } from "./components/types.js";
7
7
  declare const filePickerVariants: (props?: ({
8
8
  type?: "area" | "compact" | null | undefined;
9
- variant?: "primary" | "secondary" | "ghost" | null | undefined;
9
+ variant?: "ghost" | "primary" | "secondary" | null | undefined;
10
10
  } & import("class-variance-authority/types").ClassProp) | undefined) => string;
11
11
  interface FilePickerPrimitiveProps extends React.HTMLAttributes<HTMLDivElement>, VariantProps<typeof filePickerVariants> {
12
12
  /**
@@ -63,21 +63,22 @@ interface FilePickerPrimitiveProps extends React.HTMLAttributes<HTMLDivElement>,
63
63
  */
64
64
  value?: FileItemDto | string | null;
65
65
  }
66
- declare const FilePickerPrimitive: (({ className, containerStyle, description, disabled, invalid, label, onEditItem, onRemoveItem, onSelectItem, placeholder, renderFilePreview, renderTrigger, type, value, variant }: FilePickerPrimitiveProps) => React.JSX.Element) & {
67
- original: ({ className, containerStyle, description, disabled, invalid, label, onEditItem, onRemoveItem, onSelectItem, placeholder, renderFilePreview, renderTrigger, type, value, variant }: FilePickerPrimitiveProps) => React.JSX.Element;
66
+ declare const BaseFilePickerPrimitive: ({ className, containerStyle, description, disabled, invalid, label, onEditItem, onRemoveItem, onSelectItem, placeholder, renderFilePreview, renderTrigger, type, value, variant }: FilePickerPrimitiveProps) => React.JSX.Element;
67
+ declare const FilePickerPrimitive: typeof BaseFilePickerPrimitive & {
68
+ original: typeof BaseFilePickerPrimitive;
68
69
  originalName: string;
69
70
  displayName: string;
70
71
  } & {
71
- original: (({ className, containerStyle, description, disabled, invalid, label, onEditItem, onRemoveItem, onSelectItem, placeholder, renderFilePreview, renderTrigger, type, value, variant }: FilePickerPrimitiveProps) => React.JSX.Element) & {
72
- original: ({ className, containerStyle, description, disabled, invalid, label, onEditItem, onRemoveItem, onSelectItem, placeholder, renderFilePreview, renderTrigger, type, value, variant }: FilePickerPrimitiveProps) => React.JSX.Element;
72
+ original: typeof BaseFilePickerPrimitive & {
73
+ original: typeof BaseFilePickerPrimitive;
73
74
  originalName: string;
74
75
  displayName: string;
75
76
  };
76
77
  originalName: string;
77
78
  displayName: string;
78
79
  } & {
79
- createDecorator: (decorator: import("@webiny/react-composition/types.js").ComponentDecorator<(({ className, containerStyle, description, disabled, invalid, label, onEditItem, onRemoveItem, onSelectItem, placeholder, renderFilePreview, renderTrigger, type, value, variant }: FilePickerPrimitiveProps) => React.JSX.Element) & {
80
- original: ({ className, containerStyle, description, disabled, invalid, label, onEditItem, onRemoveItem, onSelectItem, placeholder, renderFilePreview, renderTrigger, type, value, variant }: FilePickerPrimitiveProps) => React.JSX.Element;
80
+ createDecorator: (decorator: import("@webiny/react-composition/types.js").ComponentDecorator<typeof BaseFilePickerPrimitive & {
81
+ original: typeof BaseFilePickerPrimitive;
81
82
  originalName: string;
82
83
  displayName: string;
83
84
  }>) => (props: unknown) => React.JSX.Element;
@@ -3,7 +3,7 @@ import { type VariantProps } from "../../../utils.js";
3
3
  import type { TriggerDefaultProps } from "../../../FilePicker/primitives/components/types.js";
4
4
  declare const triggerVariants: (props?: ({
5
5
  type?: "area" | "compact" | null | undefined;
6
- variant?: "primary" | "secondary" | "ghost" | null | undefined;
6
+ variant?: "ghost" | "primary" | "secondary" | null | undefined;
7
7
  } & import("class-variance-authority/types").ClassProp) | undefined) => string;
8
8
  interface TriggerProps extends TriggerDefaultProps, VariantProps<typeof triggerVariants> {
9
9
  renderTrigger?: (props: any) => React.ReactElement<any>;
@@ -1,21 +1,22 @@
1
1
  import React from "react";
2
2
  import type { FilePreviewDefaultProps } from "../../types.js";
3
3
  type ImagePreviewProps = FilePreviewDefaultProps;
4
- declare const ImagePreview: (({ value, className, variant, disabled, onRemoveItem, onReplaceItem, onEditItem }: ImagePreviewProps) => React.JSX.Element) & {
5
- original: ({ value, className, variant, disabled, onRemoveItem, onReplaceItem, onEditItem }: ImagePreviewProps) => React.JSX.Element;
4
+ declare const DecoratableImagePreview: ({ value, className, variant, disabled, onRemoveItem, onReplaceItem, onEditItem }: ImagePreviewProps) => React.JSX.Element;
5
+ declare const ImagePreview: typeof DecoratableImagePreview & {
6
+ original: typeof DecoratableImagePreview;
6
7
  originalName: string;
7
8
  displayName: string;
8
9
  } & {
9
- original: (({ value, className, variant, disabled, onRemoveItem, onReplaceItem, onEditItem }: ImagePreviewProps) => React.JSX.Element) & {
10
- original: ({ value, className, variant, disabled, onRemoveItem, onReplaceItem, onEditItem }: ImagePreviewProps) => React.JSX.Element;
10
+ original: typeof DecoratableImagePreview & {
11
+ original: typeof DecoratableImagePreview;
11
12
  originalName: string;
12
13
  displayName: string;
13
14
  };
14
15
  originalName: string;
15
16
  displayName: string;
16
17
  } & {
17
- createDecorator: (decorator: import("@webiny/react-composition/types.js").ComponentDecorator<(({ value, className, variant, disabled, onRemoveItem, onReplaceItem, onEditItem }: ImagePreviewProps) => React.JSX.Element) & {
18
- original: ({ value, className, variant, disabled, onRemoveItem, onReplaceItem, onEditItem }: ImagePreviewProps) => React.JSX.Element;
18
+ createDecorator: (decorator: import("@webiny/react-composition/types.js").ComponentDecorator<typeof DecoratableImagePreview & {
19
+ original: typeof DecoratableImagePreview;
19
20
  originalName: string;
20
21
  displayName: string;
21
22
  }>) => (props: unknown) => React.JSX.Element;