@boomerang-io/carbon-addons-boomerang-react 4.6.11-beta.35 → 4.6.11-beta.37

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 (255) hide show
  1. package/README.md +162 -162
  2. package/dist/cjs/components/AboutPlatform/AboutPlatform.js +50 -50
  3. package/dist/cjs/components/AdvantageSideNav/AdvantageSideNav.js +218 -218
  4. package/dist/cjs/components/AutoSuggest/AutoSuggest.js +101 -101
  5. package/dist/cjs/components/Avatar/Avatar.js +18 -18
  6. package/dist/cjs/components/CheckboxList/CheckboxList.js +34 -34
  7. package/dist/cjs/components/ComboBox/ComboBox.js +103 -103
  8. package/dist/cjs/components/ComboBoxMultiSelect/ComboBoxMultiSelect.js +32 -32
  9. package/dist/cjs/components/ComboBoxMultiSelect/MultiSelect.js +208 -208
  10. package/dist/cjs/components/ComposedModal/ComposedModal.js +80 -80
  11. package/dist/cjs/components/ConfirmModal/ConfirmModal.js +43 -43
  12. package/dist/cjs/components/Creatable/Creatable.js +137 -137
  13. package/dist/cjs/components/DataDrivenInput/DataDrivenInput.js +226 -226
  14. package/dist/cjs/components/DateInput/DateInput.js +35 -35
  15. package/dist/cjs/components/DecisionButtons/DecisionButtons.js +61 -61
  16. package/dist/cjs/components/DelayedRender/DelayedRender.js +17 -17
  17. package/dist/cjs/components/DynamicFormik/DynamicFormik.js +578 -578
  18. package/dist/cjs/components/Error403/Error403.js +13 -13
  19. package/dist/cjs/components/Error403/ForbiddenErrorBackground.js +113 -113
  20. package/dist/cjs/components/Error403/GraphicWrangler/GraphicWrangler.js +62 -62
  21. package/dist/cjs/components/Error404/Error404.js +13 -13
  22. package/dist/cjs/components/Error404/GraphicLoch/GraphicLoch.js +17 -17
  23. package/dist/cjs/components/Error404/NotFoundErrorBackground.js +129 -129
  24. package/dist/cjs/components/ErrorBoundary/ErrorBoundary.js +32 -32
  25. package/dist/cjs/components/ErrorDragon/ErrorDragon.js +13 -13
  26. package/dist/cjs/components/ErrorDragon/assets/ErrorGraphic.js +35 -35
  27. package/dist/cjs/components/ErrorFullPage/ErrorFullPage.js +10 -10
  28. package/dist/cjs/components/ErrorMessage/ErrorMessage.js +22 -22
  29. package/dist/cjs/components/ErrorPage/ErrorPage.js +11 -11
  30. package/dist/cjs/components/ErrorPageCore/ErrorPageCore.js +15 -15
  31. package/dist/cjs/components/ErrorPageCore/GenericErrorBackground.js +124 -124
  32. package/dist/cjs/components/FeatureHeader/FeatureHeader.js +29 -29
  33. package/dist/cjs/components/FeatureNavTab/FeatureNavTab.js +12 -12
  34. package/dist/cjs/components/FeatureNavTabs/FeatureNavTabs.js +12 -12
  35. package/dist/cjs/components/FeatureSideNav/FeatureSideNav.js +12 -12
  36. package/dist/cjs/components/FeatureSideNav/FeatureSideNavFooter.js +8 -8
  37. package/dist/cjs/components/FeatureSideNav/FeatureSideNavHeader.js +8 -8
  38. package/dist/cjs/components/FeatureSideNav/FeatureSideNavLinks.js +14 -14
  39. package/dist/cjs/components/FeatureSideNavLink/FeatureSideNavLink.js +12 -12
  40. package/dist/cjs/components/Feedback/Feedback.js +37 -37
  41. package/dist/cjs/components/FlowModal/FlowModal.js +141 -141
  42. package/dist/cjs/components/FlowModal/FlowModalForm.js +12 -12
  43. package/dist/cjs/components/Header/Header.js +179 -179
  44. package/dist/cjs/components/Header/HeaderAppSwitcher.js +94 -94
  45. package/dist/cjs/components/Header/HeaderMenu.js +7 -7
  46. package/dist/cjs/components/Header/HeaderMenuItem.js +52 -52
  47. package/dist/cjs/components/Header/HeaderTeamSwitcher.js +305 -305
  48. package/dist/cjs/components/Header/UserRequests.js +29 -29
  49. package/dist/cjs/components/ImageModal/ImageModal.js +17 -17
  50. package/dist/cjs/components/Loading/Loading.js +8 -8
  51. package/dist/cjs/components/MemberBar/MemberBar.js +20 -20
  52. package/dist/cjs/components/Modal/Modal.js +20 -20
  53. package/dist/cjs/components/ModalConfirmEdit/ModalConfirmArray.js +14 -14
  54. package/dist/cjs/components/ModalConfirmEdit/ModalConfirmDetails.js +11 -11
  55. package/dist/cjs/components/ModalConfirmEdit/ModalConfirmEdit.js +17 -17
  56. package/dist/cjs/components/ModalForm/ModalForm.js +9 -9
  57. package/dist/cjs/components/Notifications/NotificationsContainer.js +22 -22
  58. package/dist/cjs/components/Notifications/ToastNotification.js +21 -21
  59. package/dist/cjs/components/Notifications/notify.js +17 -17
  60. package/dist/cjs/components/PlatformBanner/PlatformBanner.js +8 -8
  61. package/dist/cjs/components/PlatformNotifications/PlatformNotification.js +17 -17
  62. package/dist/cjs/components/PlatformNotifications/PlatformNotificationsContainer.js +136 -136
  63. package/dist/cjs/components/Portal/Portal.js +14 -14
  64. package/dist/cjs/components/PrivacyRedirect/PrivacyRedirect.js +30 -30
  65. package/dist/cjs/components/PrivacyStatement/PrivacyStatement.js +90 -90
  66. package/dist/cjs/components/ProfileSettings/ProfileSettings.js +124 -124
  67. package/dist/cjs/components/ProtectedRoute/ProtectedRoute.js +13 -13
  68. package/dist/cjs/components/RadioGroup/RadioGroup.js +33 -33
  69. package/dist/cjs/components/RichTextArea/RichTextArea.js +142 -142
  70. package/dist/cjs/components/SignOut/SignOut.js +27 -27
  71. package/dist/cjs/components/SupportCenter/SupportCenter.js +65 -65
  72. package/dist/cjs/components/TextArea/TextArea.js +16 -16
  73. package/dist/cjs/components/TextInput/TextInput.js +13 -13
  74. package/dist/cjs/components/Toggle/Toggle.js +22 -22
  75. package/dist/cjs/components/TooltipHover/TooltipHover.js +39 -39
  76. package/dist/cjs/components/UIShell/UIShell.js +95 -95
  77. package/dist/cjs/config/servicesConfig.js +21 -21
  78. package/dist/cjs/constants/DataDrivenInputTypes.js +74 -74
  79. package/dist/cjs/constants/UserType.js +13 -13
  80. package/dist/cjs/hooks/useHeaderMenu.js +49 -49
  81. package/dist/cjs/hooks/usePortal.js +74 -74
  82. package/dist/cjs/hooks/useWindowSize.js +33 -33
  83. package/dist/cjs/internal/ListBox/ListBox.js +41 -41
  84. package/dist/cjs/internal/ListBox/ListBoxField.js +19 -19
  85. package/dist/cjs/internal/ListBox/ListBoxMenu.js +19 -19
  86. package/dist/cjs/internal/ListBox/ListBoxMenuIcon.js +31 -31
  87. package/dist/cjs/internal/ListBox/ListBoxMenuItem.js +38 -38
  88. package/dist/cjs/internal/ListBox/ListBoxSelection.js +64 -64
  89. package/dist/cjs/internal/ListBox/index.js +10 -10
  90. package/dist/cjs/internal/keyboard/keys.js +16 -16
  91. package/dist/cjs/internal/keyboard/match.js +67 -67
  92. package/dist/cjs/internal/settings.js +5 -5
  93. package/dist/cjs/tools/accessibility.js +13 -13
  94. package/dist/cjs/tools/createPropAdapter.js +44 -44
  95. package/dist/cjs/tools/isUrl.js +39 -39
  96. package/dist/cjs/tools/setupGetInstanceId.js +20 -20
  97. package/dist/cjs/tools/useSetState.js +12 -12
  98. package/dist/cjs/tools/yupAst/astGenerator.js +212 -212
  99. package/dist/cjs/tools/yupAst/customValidators.js +17 -17
  100. package/dist/esm/components/AboutPlatform/AboutPlatform.js +50 -50
  101. package/dist/esm/components/AdvantageSideNav/AdvantageSideNav.js +218 -218
  102. package/dist/esm/components/AutoSuggest/AutoSuggest.js +101 -101
  103. package/dist/esm/components/Avatar/Avatar.js +18 -18
  104. package/dist/esm/components/CheckboxList/CheckboxList.js +34 -34
  105. package/dist/esm/components/ComboBox/ComboBox.js +103 -103
  106. package/dist/esm/components/ComboBoxMultiSelect/ComboBoxMultiSelect.js +32 -32
  107. package/dist/esm/components/ComboBoxMultiSelect/MultiSelect.js +208 -208
  108. package/dist/esm/components/ComposedModal/ComposedModal.js +80 -80
  109. package/dist/esm/components/ConfirmModal/ConfirmModal.js +43 -43
  110. package/dist/esm/components/Creatable/Creatable.js +137 -137
  111. package/dist/esm/components/DataDrivenInput/DataDrivenInput.js +226 -226
  112. package/dist/esm/components/DateInput/DateInput.js +35 -35
  113. package/dist/esm/components/DecisionButtons/DecisionButtons.js +61 -61
  114. package/dist/esm/components/DelayedRender/DelayedRender.js +17 -17
  115. package/dist/esm/components/DynamicFormik/DynamicFormik.js +578 -578
  116. package/dist/esm/components/Error403/Error403.js +13 -13
  117. package/dist/esm/components/Error403/ForbiddenErrorBackground.js +113 -113
  118. package/dist/esm/components/Error403/GraphicWrangler/GraphicWrangler.js +62 -62
  119. package/dist/esm/components/Error404/Error404.js +13 -13
  120. package/dist/esm/components/Error404/GraphicLoch/GraphicLoch.js +17 -17
  121. package/dist/esm/components/Error404/NotFoundErrorBackground.js +129 -129
  122. package/dist/esm/components/ErrorBoundary/ErrorBoundary.js +32 -32
  123. package/dist/esm/components/ErrorDragon/ErrorDragon.js +13 -13
  124. package/dist/esm/components/ErrorDragon/assets/ErrorGraphic.js +35 -35
  125. package/dist/esm/components/ErrorFullPage/ErrorFullPage.js +10 -10
  126. package/dist/esm/components/ErrorMessage/ErrorMessage.js +22 -22
  127. package/dist/esm/components/ErrorPage/ErrorPage.js +11 -11
  128. package/dist/esm/components/ErrorPageCore/ErrorPageCore.js +15 -15
  129. package/dist/esm/components/ErrorPageCore/GenericErrorBackground.js +124 -124
  130. package/dist/esm/components/FeatureHeader/FeatureHeader.js +29 -29
  131. package/dist/esm/components/FeatureNavTab/FeatureNavTab.js +12 -12
  132. package/dist/esm/components/FeatureNavTabs/FeatureNavTabs.js +12 -12
  133. package/dist/esm/components/FeatureSideNav/FeatureSideNav.js +12 -12
  134. package/dist/esm/components/FeatureSideNav/FeatureSideNavFooter.js +8 -8
  135. package/dist/esm/components/FeatureSideNav/FeatureSideNavHeader.js +8 -8
  136. package/dist/esm/components/FeatureSideNav/FeatureSideNavLinks.js +14 -14
  137. package/dist/esm/components/FeatureSideNavLink/FeatureSideNavLink.js +12 -12
  138. package/dist/esm/components/Feedback/Feedback.js +37 -37
  139. package/dist/esm/components/FlowModal/FlowModal.js +141 -141
  140. package/dist/esm/components/FlowModal/FlowModalForm.js +12 -12
  141. package/dist/esm/components/Header/Header.js +179 -179
  142. package/dist/esm/components/Header/HeaderAppSwitcher.js +94 -94
  143. package/dist/esm/components/Header/HeaderMenu.js +7 -7
  144. package/dist/esm/components/Header/HeaderMenuItem.js +52 -52
  145. package/dist/esm/components/Header/HeaderTeamSwitcher.js +305 -305
  146. package/dist/esm/components/Header/UserRequests.js +29 -29
  147. package/dist/esm/components/ImageModal/ImageModal.js +17 -17
  148. package/dist/esm/components/Loading/Loading.js +8 -8
  149. package/dist/esm/components/MemberBar/MemberBar.js +20 -20
  150. package/dist/esm/components/Modal/Modal.js +20 -20
  151. package/dist/esm/components/ModalConfirmEdit/ModalConfirmArray.js +14 -14
  152. package/dist/esm/components/ModalConfirmEdit/ModalConfirmDetails.js +11 -11
  153. package/dist/esm/components/ModalConfirmEdit/ModalConfirmEdit.js +17 -17
  154. package/dist/esm/components/ModalForm/ModalForm.js +9 -9
  155. package/dist/esm/components/Notifications/NotificationsContainer.js +22 -22
  156. package/dist/esm/components/Notifications/ToastNotification.js +21 -21
  157. package/dist/esm/components/Notifications/notify.js +17 -17
  158. package/dist/esm/components/PlatformBanner/PlatformBanner.js +8 -8
  159. package/dist/esm/components/PlatformNotifications/PlatformNotification.js +17 -17
  160. package/dist/esm/components/PlatformNotifications/PlatformNotificationsContainer.js +136 -136
  161. package/dist/esm/components/Portal/Portal.js +14 -14
  162. package/dist/esm/components/PrivacyRedirect/PrivacyRedirect.js +30 -30
  163. package/dist/esm/components/PrivacyStatement/PrivacyStatement.js +90 -90
  164. package/dist/esm/components/ProfileSettings/ProfileSettings.js +124 -124
  165. package/dist/esm/components/ProtectedRoute/ProtectedRoute.js +13 -13
  166. package/dist/esm/components/RadioGroup/RadioGroup.js +33 -33
  167. package/dist/esm/components/RichTextArea/RichTextArea.js +142 -142
  168. package/dist/esm/components/SignOut/SignOut.js +27 -27
  169. package/dist/esm/components/SupportCenter/SupportCenter.js +65 -65
  170. package/dist/esm/components/TextArea/TextArea.js +16 -16
  171. package/dist/esm/components/TextInput/TextInput.js +13 -13
  172. package/dist/esm/components/Toggle/Toggle.js +22 -22
  173. package/dist/esm/components/TooltipHover/TooltipHover.js +39 -39
  174. package/dist/esm/components/UIShell/UIShell.js +95 -95
  175. package/dist/esm/config/servicesConfig.js +21 -21
  176. package/dist/esm/constants/DataDrivenInputTypes.js +74 -74
  177. package/dist/esm/constants/UserType.js +13 -13
  178. package/dist/esm/hooks/useHeaderMenu.js +49 -49
  179. package/dist/esm/hooks/usePortal.js +74 -74
  180. package/dist/esm/hooks/useWindowSize.js +33 -33
  181. package/dist/esm/internal/ListBox/ListBox.js +41 -41
  182. package/dist/esm/internal/ListBox/ListBoxField.js +19 -19
  183. package/dist/esm/internal/ListBox/ListBoxMenu.js +19 -19
  184. package/dist/esm/internal/ListBox/ListBoxMenuIcon.js +31 -31
  185. package/dist/esm/internal/ListBox/ListBoxMenuItem.js +38 -38
  186. package/dist/esm/internal/ListBox/ListBoxSelection.js +64 -64
  187. package/dist/esm/internal/ListBox/index.js +10 -10
  188. package/dist/esm/internal/keyboard/keys.js +16 -16
  189. package/dist/esm/internal/keyboard/match.js +67 -67
  190. package/dist/esm/internal/settings.js +5 -5
  191. package/dist/esm/tools/accessibility.js +13 -13
  192. package/dist/esm/tools/createPropAdapter.js +44 -44
  193. package/dist/esm/tools/isUrl.js +39 -39
  194. package/dist/esm/tools/setupGetInstanceId.js +20 -20
  195. package/dist/esm/tools/useSetState.js +12 -12
  196. package/dist/esm/tools/yupAst/astGenerator.js +212 -212
  197. package/dist/esm/tools/yupAst/customValidators.js +17 -17
  198. package/dist/types/index.d.ts +1344 -1344
  199. package/package.json +167 -167
  200. package/scss/components/AboutPlatform/_aboutPlatform.scss +139 -139
  201. package/scss/components/AdvantageSideNav/_advantageSideNav.scss +261 -261
  202. package/scss/components/AutoSuggest/_autoSuggest.scss +62 -62
  203. package/scss/components/Avatar/_avatar.scss +32 -32
  204. package/scss/components/CheckboxList/_checkboxList.scss +26 -26
  205. package/scss/components/ComboBox/_combobox.scss +23 -23
  206. package/scss/components/ComboBoxMultiSelect/_comboBoxMultiSelect.scss +53 -53
  207. package/scss/components/ConfirmModal/_confirmModal.scss +12 -12
  208. package/scss/components/Creatable/_creatable.scss +48 -48
  209. package/scss/components/DateInput/_dateInput.scss +36 -36
  210. package/scss/components/DecisionButtons/_decisionButtons.scss +132 -132
  211. package/scss/components/DynamicFormik/_dynamicFormik.scss +17 -17
  212. package/scss/components/ErrorBoundary/_errorBoundary.scss +12 -12
  213. package/scss/components/ErrorDragon/_errorDragon.scss +55 -55
  214. package/scss/components/ErrorMessage/_errorMessage.scss +43 -43
  215. package/scss/components/ErrorPage/_errorPage.scss +66 -66
  216. package/scss/components/ErrorPageCore/_errorPageCore.scss +73 -73
  217. package/scss/components/FeatureHeader/_featureHeader.scss +67 -67
  218. package/scss/components/FeatureNavTab/_featureNavTab.scss +27 -27
  219. package/scss/components/FeatureSideNav/_featureSideNav.scss +76 -76
  220. package/scss/components/FeatureSideNavLink/_featureSideNavLink.scss +49 -49
  221. package/scss/components/Feedback/_feedback.scss +46 -46
  222. package/scss/components/Header/_header.scss +179 -179
  223. package/scss/components/Header/_headerAppSwitcher.scss +117 -117
  224. package/scss/components/Header/_headerMenu.scss +30 -30
  225. package/scss/components/Header/_headerMenuItem.scss +65 -65
  226. package/scss/components/Header/_headerTeamSwitcher.scss +195 -195
  227. package/scss/components/Header/_userRequests.scss +36 -36
  228. package/scss/components/ImageModal/_imageModal.scss +51 -51
  229. package/scss/components/MemberBar/_memberBar.scss +99 -99
  230. package/scss/components/Modal/_modal.scss +163 -163
  231. package/scss/components/ModalConfirmEdit/_modalConfirmEdit.scss +113 -113
  232. package/scss/components/Notifications/_notifications.scss +57 -57
  233. package/scss/components/PlatformBanner/_platformBanner.scss +30 -30
  234. package/scss/components/PlatformNotifications/_platformNotifications.scss +230 -230
  235. package/scss/components/PrivacyRedirect/_privacyRedirect.scss +43 -43
  236. package/scss/components/PrivacyStatement/_privacyStatement.scss +137 -137
  237. package/scss/components/ProfileSettings/_profileSettings.scss +117 -117
  238. package/scss/components/ProtectedRoute/_protectedRoute.scss +32 -32
  239. package/scss/components/RadioGroup/_radioGroup.scss +46 -46
  240. package/scss/components/RichTextArea/_richTextArea.scss +82 -82
  241. package/scss/components/SignOut/_signOut.scss +51 -51
  242. package/scss/components/SupportCenter/_supportCenter.scss +16 -16
  243. package/scss/components/TextArea/_textArea.scss +19 -19
  244. package/scss/components/TextInput/_textInput.scss +26 -26
  245. package/scss/components/Toggle/_toggle.scss +80 -80
  246. package/scss/components/TooltipHover/_tooltip.scss +48 -48
  247. package/scss/global/_config.scss +14 -14
  248. package/scss/global/_tippy.scss +49 -49
  249. package/scss/global/index.scss +401 -401
  250. package/scss/global/themes/_boomerang.scss +184 -184
  251. package/scss/global/themes/_default.scss +79 -79
  252. package/scss/global/themes/_shell-tokens.scss +42 -42
  253. package/scss/global/utils/_animations.scss +15 -15
  254. package/scss/global/utils/_mixins.scss +67 -67
  255. package/scss/global/utils/index.scss +10 -10
@@ -1,134 +1,134 @@
1
1
  import React from 'react';
2
2
 
3
- /*
4
- IBM Confidential
5
- 694970X, 69497O0
6
- © Copyright IBM Corp. 2022, 2024
7
- */
8
- function NotFoundErrorBackground(props) {
9
- return (React.createElement("svg", { id: "prefix__Isometric_Graphics", "data-name": "Isometric Graphics", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 1440 900", ...props },
10
- React.createElement("defs", null,
11
- React.createElement("linearGradient", { id: "prefix__linear-gradient", x1: 664.05, y1: 687.11, x2: 1398.59, y2: 687.11, gradientUnits: "userSpaceOnUse" },
12
- React.createElement("stop", { offset: 0, stopColor: "#c1c7cd" }),
13
- React.createElement("stop", { offset: 0.39, stopColor: "#c2c8cd", stopOpacity: 0.99 }),
14
- React.createElement("stop", { offset: 0.53, stopColor: "#c4c9cf", stopOpacity: 0.96 }),
15
- React.createElement("stop", { offset: 0.63, stopColor: "#c7cdd2", stopOpacity: 0.9 }),
16
- React.createElement("stop", { offset: 0.71, stopColor: "#ccd1d6", stopOpacity: 0.82 }),
17
- React.createElement("stop", { offset: 0.78, stopColor: "#d3d7db", stopOpacity: 0.71 }),
18
- React.createElement("stop", { offset: 0.84, stopColor: "#dbdfe2", stopOpacity: 0.58 }),
19
- React.createElement("stop", { offset: 0.9, stopColor: "#e5e8ea", stopOpacity: 0.42 }),
20
- React.createElement("stop", { offset: 0.95, stopColor: "#f0f2f3", stopOpacity: 0.24 }),
21
- React.createElement("stop", { offset: 0.99, stopColor: "#fdfdfd", stopOpacity: 0.03 }),
22
- React.createElement("stop", { offset: 1, stopColor: "#fff", stopOpacity: 0 })),
23
- React.createElement("linearGradient", { id: "prefix__linear-gradient-2", x1: 0.39, y1: 666.85, x2: 664.71, y2: 666.85, gradientUnits: "userSpaceOnUse" },
24
- React.createElement("stop", { offset: 0, stopColor: "#fff", stopOpacity: 0 }),
25
- React.createElement("stop", { offset: 0.01, stopColor: "#fdfdfd", stopOpacity: 0.03 }),
26
- React.createElement("stop", { offset: 0.05, stopColor: "#f0f2f3", stopOpacity: 0.24 }),
27
- React.createElement("stop", { offset: 0.1, stopColor: "#e5e8ea", stopOpacity: 0.42 }),
28
- React.createElement("stop", { offset: 0.16, stopColor: "#dbdfe2", stopOpacity: 0.58 }),
29
- React.createElement("stop", { offset: 0.22, stopColor: "#d3d7db", stopOpacity: 0.71 }),
30
- React.createElement("stop", { offset: 0.29, stopColor: "#ccd1d6", stopOpacity: 0.82 }),
31
- React.createElement("stop", { offset: 0.37, stopColor: "#c7cdd2", stopOpacity: 0.9 }),
32
- React.createElement("stop", { offset: 0.47, stopColor: "#c4c9cf", stopOpacity: 0.96 }),
33
- React.createElement("stop", { offset: 0.61, stopColor: "#c2c8cd", stopOpacity: 0.99 }),
34
- React.createElement("stop", { offset: 1, stopColor: "#c1c7cd" })),
35
- React.createElement("linearGradient", { id: "prefix__linear-gradient-3", x1: 812.26, y1: 821.84, x2: 934.73, y2: 619.43, gradientUnits: "userSpaceOnUse" },
36
- React.createElement("stop", { offset: 0, stopColor: "#fff", stopOpacity: 0 }),
37
- React.createElement("stop", { offset: 0.18, stopColor: "#f9fbfd", stopOpacity: 0.02 }),
38
- React.createElement("stop", { offset: 0.34, stopColor: "#e7eff6", stopOpacity: 0.09 }),
39
- React.createElement("stop", { offset: 0.49, stopColor: "#c9daea", stopOpacity: 0.21 }),
40
- React.createElement("stop", { offset: 0.64, stopColor: "#9ebed9", stopOpacity: 0.38 }),
41
- React.createElement("stop", { offset: 0.79, stopColor: "#6799c3", stopOpacity: 0.59 }),
42
- React.createElement("stop", { offset: 0.93, stopColor: "#256ca9", stopOpacity: 0.85 }),
43
- React.createElement("stop", { offset: 1, stopColor: "#00539a" })),
44
- React.createElement("style", null, ".prefix__cls-4{fill:#dde1e6}.prefix__cls-5{fill:#878d96}.prefix__cls-6{fill:#4d5358}.prefix__cls-7{fill:#fff}.prefix__cls-8{fill:#c1c7cd}.prefix__cls-9{fill:#f2f4f8}.prefix__cls-11{opacity:.25}.prefix__cls-13{fill:#012749}.prefix__cls-14{fill:#33b1ff}.prefix__cls-15{fill:#e5f6ff}.prefix__cls-16{fill:#82cfff}.prefix__cls-18{fill:#00539a}.prefix__cls-20{fill:#08bdba}.prefix__cls-22{fill:#007d79}.prefix__cls-23{fill:#005d5d}.prefix__cls-24{fill:#a2191f}")),
45
- React.createElement("path", { stroke: "url(#prefix__linear-gradient)", strokeWidth: 1.31, fill: "none", strokeMiterlimit: 10, d: "M664.38 475.22L1398.26 899" }),
46
- React.createElement("path", { id: "prefix__Do_Not_Sign", "data-name": "Do Not Sign", stroke: "url(#prefix__linear-gradient-2)", strokeWidth: 1.31, fill: "none", strokeMiterlimit: 10, d: "M.72 858.48l663.66-383.26" }),
47
- React.createElement("path", { stroke: "#c1c7cd", strokeWidth: 1.31, fill: "none", strokeMiterlimit: 10, d: "M664.38 475.22L663.95.25" }),
48
- React.createElement("g", { id: "prefix__Sign" },
49
- React.createElement("path", { className: "prefix__cls-4", d: "M928.36 55.17v64.59l126 72.69-.04-64.51-125.96-72.77z" }),
50
- React.createElement("path", { className: "prefix__cls-5", d: "M928.36 55.17l6.17-3.65 126.24 73.17-6.45 3.25-125.96-72.77z" }),
51
- React.createElement("path", { className: "prefix__cls-6", d: "M1054.32 127.94l6.45-3.25v62.44l-6.41 5.32-.04-64.51z" }),
52
- React.createElement("path", { className: "prefix__cls-7", d: "M933.33 64.35v52.21l115.8 66.84-.03-52.41-115.77-66.64z" }),
53
- React.createElement("path", { className: "prefix__cls-6", d: "M962.61 126v-5.43l-13.19-7.85v-4l11-21.56 8.93 5.18V118l4.16 2.4v6.53l-4.16-2.4V130zm-6.78-15.9l6.78 3.94V96.52l-.23-.14zM1016.14 157.1v-5.44l-13.14-7.85v-4l11-21.55 8.93 5.17V149l4.16 2.4v6.6l-4.16-2.4v5.4zm-6.78-15.9l6.78 3.93v-17.55l-.23-.14zM977.47 97.3v37.26l20.64 12.14v-37.53zm13.88 37.35l-7.14-4.12v-21.45l7.13 4.11z" })),
54
- React.createElement("path", { className: "prefix__cls-8", d: "M420.14 652c17 9.8 17 25.67.2 35.47-9.08 5.27-36.73 14.47-48.65 14.06-10.2-.35-4.74-9.55-12.57-14.08-17-9.79-17.05-25.65-.2-35.44s44.26-9.79 61.22-.01z", id: "prefix__Shadow" }),
55
- React.createElement("g", { id: "prefix__Pot" },
56
- React.createElement("path", { className: "prefix__cls-4", d: "M411.68 621.86l-.7 55.32c0 6.33-4.18 12.65-12.48 17.47-16.71 9.71-43.88 9.71-60.72 0-8.46-4.89-12.69-11.3-12.67-17.7l.15-54c1.11 5.67 4.26 9.69 12.72 14.57 16.84 9.73 44 9.73 60.72 0 8.3-4.77 11.12-9.95 12.98-15.66z", id: "prefix__Pot-2", "data-name": "Pot" }),
57
- React.createElement("path", { className: "prefix__cls-9", d: "M399 605.59c17 9.8 17.05 25.68.2 35.47s-44.24 9.79-61.22 0-17.05-25.66-.2-35.45 44.27-9.81 61.22-.02z", id: "prefix__Pot_Top", "data-name": "Pot Top" }),
58
- React.createElement("path", { className: "prefix__cls-4", d: "M396.18 608.22c15.41 8.35 15.47 21.87.18 30.21s-40.14 8.33-55.54 0-15.47-21.85-.18-30.19 40.16-8.35 55.54-.02z", id: "prefix__Pot_Interior", "data-name": "Pot Interior" }),
59
- React.createElement("path", { className: "prefix__cls-5", d: "M395.71 619.75c4.65 2.52 8.73 6 10.62 9.41 0 0-2 5.11-10.66 9.64-14.9 7.79-39.22 7.76-54.23-.06-7.54-3.92-9.94-8.31-9.94-8.31 1.48-3.71 5.27-7.78 10.57-10.67 14.76-8.05 38.78-8.06 53.64-.01z", id: "prefix__Dirt" })),
60
- React.createElement("g", { id: "prefix__Plant" },
61
- React.createElement("path", { d: "M370.05 517.81a27.16 27.16 0 017.71-3.71l-9.22 13.14", stroke: "#0041f4", strokeWidth: 0.27, fill: "none", strokeMiterlimit: 10 }),
62
- React.createElement("path", { className: "prefix__cls-4", d: "M355.92 633.15l8.88-38.54s-.14-11.91-5.83-27.85c-7.28-19.49-18.42-26.43-18.42-26.43l13.76 5.56 6.16-15s-2.17-16-4.62-23a45.89 45.89 0 00-7.73-13.06s4.91.79 10.76 9.95a45.76 45.76 0 016.7 18.28 18 18 0 014.47-5.28 27.16 27.16 0 017.71-3.71 98.31 98.31 0 00-9.22 13.14c-4.21 7.3-6.12 25.86-6.12 25.86l12.33 23a65.33 65.33 0 0112.38-14.26c7.34-6.05 17.07-8.89 17.07-8.89a100.77 100.77 0 00-12.3 17.1 82.11 82.11 0 00-8.4 23c-1.5 6.6-5.5 39.83-5.5 39.83s-2.31 3.09-11.45 5.37-10.63-5.07-10.63-5.07z", id: "prefix__Stem" }),
63
- React.createElement("path", { className: "prefix__cls-8", d: "M355.92 633.15l8.88-38.54s-.14-11.91-5.83-27.85c-7.28-19.49-18.42-26.43-18.42-26.43l13.76 5.56 6.16-15s-2.17-16-4.62-23a45.89 45.89 0 00-7.73-13.06s5.1.7 10.32 10.2c3.16 5.76 5.1 22.94 5.1 22.94a18.94 18.94 0 016.51-10.19 29.36 29.36 0 017.71-3.71s-6.67 2.88-11.94 13.59c-3.71 7.56-7.71 25.41-7.71 25.41s4.74 3.81 9 18.23c1.94 6.6 5.3 21.88 4 29.68-1.53 9.39-7 27.11-5.65 31.49s4.12 4.55 4.12 4.55a9.84 9.84 0 01-3 1.17c-9.2 2.31-10.66-5.04-10.66-5.04z", id: "prefix__Stem_Shadow", "data-name": "Stem Shadow" }),
64
- React.createElement("path", { className: "prefix__cls-8", d: "M378.13 587.28l-3.62-10.34a45.78 45.78 0 0112.62-15.09c8.76-6.78 16.33-8.66 16.33-8.66a91.63 91.63 0 00-16.11 17c-7.54 10.32-9.22 17.09-9.22 17.09z", id: "prefix__Stem_Shadow-2", "data-name": "Stem Shadow" }),
65
- React.createElement("path", { className: "prefix__cls-8", d: "M351.63 495.57s-2.32-16.15-15-23.46c-16-9.23-39.27 4-39.27 4s9.31 17.17 23.56 23.2 30.71-3.74 30.71-3.74z", id: "prefix__Leaf" }),
66
- React.createElement("path", { className: "prefix__cls-8", d: "M344.35 543.87s-10.81-19.23-30.35-22.26c-24.66-3.83-47.53 24.23-47.53 24.23s20.12 17.09 41 17.74 36.88-19.71 36.88-19.71z", id: "prefix__Leaf-2", "data-name": "Leaf" }),
67
- React.createElement("path", { className: "prefix__cls-8", d: "M373.15 513.5s2.72-18.92 17.54-27.48c18.73-10.81 46 4.71 46 4.71s-10.91 20.11-27.6 27.17-35.94-4.4-35.94-4.4z", id: "prefix__Leaf-3", "data-name": "Leaf" }),
68
- React.createElement("g", { id: "prefix__Shadow-2", "data-name": "Shadow", className: "prefix__cls-11" },
69
- React.createElement("path", { className: "prefix__cls-6", d: "M351.1 494.87s-8.16-11.78-18.05-12.19c-8.4-.35-17.65 5.85-22.46 9.62a38.9 38.9 0 0010.67 7c12.38 5.24 26.4-2 29.88-4a3.71 3.71 0 00-.04-.43z" })),
70
- React.createElement("g", { id: "prefix__Shadow-3", "data-name": "Shadow", className: "prefix__cls-11" },
71
- React.createElement("path", { className: "prefix__cls-6", d: "M343.23 542.42s-11.74 1.54-17.91 6.14c-5.06 3.78-9.25 9.21-10.47 13.75 15.11-2.77 26.53-15.18 29.27-18.39.09-.18.17-.35.23-.49-.15-.17-1.12-1.01-1.12-1.01z" })),
72
- React.createElement("path", { className: "prefix__cls-4", d: "M351.56 495.45s-10.34-9.93-20.12-8.37c-11.88 1.89-22.81 17.28-22.81 17.28s14.41 8.2 27.54 6.34c19.68-2.78 15.39-15.25 15.39-15.25z", id: "prefix__Leaf-4", "data-name": "Leaf" }),
73
- React.createElement("path", { className: "prefix__cls-4", d: "M345 543.29s-16.83 3-22.21 13.5c-6.52 12.78.63 34.14.63 34.14s18-8.12 25.47-22.09C360 547.91 345 543.29 345 543.29z", id: "prefix__Leaf-5", "data-name": "Leaf" }),
74
- React.createElement("path", { className: "prefix__cls-4", d: "M373 513.44s12.7-6.63 21.65-2.4c10.87 5.14 17.06 23 17.06 23s-16.13 3.84-28.22-1.62c-18.12-8.21-10.49-18.98-10.49-18.98z", id: "prefix__Leaf-6", "data-name": "Leaf" }),
75
- React.createElement("path", { className: "prefix__cls-8", d: "M401.28 553s10.25-15.07 22.83-15.7c15.28-.78 32.94 15.5 32.94 15.5s-15.77 14-32.61 15.14c-25.23 1.74-23.16-14.94-23.16-14.94z", id: "prefix__Leaf-7", "data-name": "Leaf" }),
76
- React.createElement("path", { className: "prefix__cls-4", d: "M354.16 498.94s-1.31-9.62 1.78-13.29A16.2 16.2 0 01371.4 480s.08 11.07-5 16.11c-6.61 6.69-12.24 2.83-12.24 2.83z", id: "prefix__Leaf-8", "data-name": "Leaf" }),
77
- React.createElement("path", { className: "prefix__cls-4", d: "M367.81 527.35s11 2.46 13.76 7.31a18.82 18.82 0 01-.13 19.11s-12.1-4.39-15.55-11.92c-4.56-9.94 1.92-14.5 1.92-14.5z", id: "prefix__Leaf-9", "data-name": "Leaf" }),
78
- React.createElement("path", { className: "prefix__cls-4", d: "M400 555.72s-2.35-8.35-.08-12a14.47 14.47 0 0113-6.89s1.45 9.79-2.38 14.88c-5.07 6.73-10.54 4.01-10.54 4.01z", id: "prefix__Leaf-10", "data-name": "Leaf" }),
79
- React.createElement("path", { className: "prefix__cls-4", d: "M400.47 556.28s15.26-3.28 21.53 1.15c13.28 9.47 6.28 30.55 6.28 30.55s-13-5-21.77-12.39c-11.51-9.81-6.04-19.31-6.04-19.31z", id: "prefix__Leaf-11", "data-name": "Leaf" })),
80
- React.createElement("path", { fill: "#bae6ff", d: "M867.15 109.1l.01 492.94 247.99 143.2V252.59l-248-143.49z" }),
81
- React.createElement("path", { className: "prefix__cls-13", d: "M892.89 149.38V616.9l203.34 117.42.01-470.17-203.35-114.77z", id: "prefix__Background" }),
82
- React.createElement("path", { className: "prefix__cls-14", d: "M890.04 147.76l7.13 4.03v467.58l-7.13-4.11v-467.5zM1115.15 252.62l7.13-4.38v493.01l-7.13 3.99V252.62z" }),
83
- React.createElement("path", { className: "prefix__cls-15", d: "M867.15 109.1l6.98-4.02 248.15 143.16-7.13 4.38-248-143.52zM890.04 147.45v467.5L686.7 731.79l-.01-466.08 203.35-118.26z" }),
84
- React.createElement("path", { className: "prefix__cls-5", d: "M736.49 454.83v60.48a1.14 1.14 0 01-.57 1l-21.74 12.19a1.1 1.1 0 01-1 0c-.38-.17-2.8-2.78-2.8-3.26v-58.59a2.7 2.7 0 011.51-2.32l20.88-12.09c.8-.38 3.23 1.38 3.57 1.74a1.23 1.23 0 01.15.85z" }),
85
- React.createElement("path", { className: "prefix__cls-9", d: "M736.72 454.72v60.48a1.12 1.12 0 01-.57 1l-21.95 12.38a1.14 1.14 0 01-1.7-1v-59.47a2.85 2.85 0 011.42-2.46l20.73-12a1.48 1.48 0 012.07 1.07z" }),
86
- React.createElement("path", { className: "prefix__cls-7", d: "M890.04 147.76L686.69 265.71l-12.03-6.68 203.48-117.65 11.9 6.38z" }),
87
- React.createElement("path", { className: "prefix__cls-16", d: "M674.66 258.71l12.03 6.68.01 466.4-10.86-6.27-1.18-466.81z" }),
88
- React.createElement("path", { fill: "url(#prefix__linear-gradient-3)", d: "M889.67 615.23L609.78 774.59 810.91 895.7l285.35-161.36-206.59-119.11z" }),
89
- React.createElement("circle", { className: "prefix__cls-7", cx: 933.33, cy: 316.07, r: 1.92 }),
90
- React.createElement("g", { id: "prefix__Space_Dos", "data-name": "Space Dos" },
91
- React.createElement("circle", { className: "prefix__cls-4", cx: 933.81, cy: 315.72, r: 1.92 }),
92
- React.createElement("circle", { className: "prefix__cls-7", cx: 1055.66, cy: 412.88, r: 1.92 }),
93
- React.createElement("circle", { className: "prefix__cls-7", cx: 945.47, cy: 489.28, r: 1.92 }),
94
- React.createElement("circle", { className: "prefix__cls-18", cx: 1063.33, cy: 570.25, r: 3.84 }),
95
- React.createElement("circle", { className: "prefix__cls-18", cx: 969.7, cy: 409.05, r: 5.37 }),
96
- React.createElement("circle", { className: "prefix__cls-18", cx: 949.3, cy: 224.57, r: 4.6 }),
97
- React.createElement("circle", { cx: 943.6, cy: 574.99, r: 6.36, fill: "#003a6d" })),
98
- React.createElement("g", { id: "prefix__Planet" },
99
- React.createElement("path", { className: "prefix__cls-20", d: "M1096.24 355.46a77.72 77.72 0 11-76.64-134.91l76.64 43.6z" }),
100
- React.createElement("path", { d: "M1096.24 264.15c0 29.51.1 89.57 0 89.62a77.72 77.72 0 01-78.59-134z", fill: "#009d9a" }),
101
- React.createElement("circle", { className: "prefix__cls-22", cx: 999.22, cy: 320.46, r: 10.14 }),
102
- React.createElement("circle", { className: "prefix__cls-22", cx: 996.8, cy: 288.37, r: 7.72 }),
103
- React.createElement("circle", { className: "prefix__cls-22", cx: 1023.87, cy: 338.32, r: 7.72 }),
104
- React.createElement("circle", { className: "prefix__cls-22", cx: 1020.38, cy: 314.15, r: 7.16 }),
105
- React.createElement("circle", { className: "prefix__cls-22", cx: 1002.21, cy: 263.65, r: 7.16 }),
106
- React.createElement("circle", { className: "prefix__cls-22", cx: 1022.9, cy: 285.28, r: 4.64 })),
107
- React.createElement("g", { id: "prefix__Rocket_Group", "data-name": "Rocket Group" },
108
- React.createElement("path", { className: "prefix__cls-20", d: "M1023 473.94l-14.45 8.31 3.38-5 9.87-7 1.18.67a1.3 1.3 0 01.76 1.12 4.67 4.67 0 01-.74 1.9z", id: "prefix__Jet_2_Edge", "data-name": "Jet 2 Edge" }),
109
- React.createElement("path", { className: "prefix__cls-23", d: "M1021.6 473.18l-11.41 6.56 3.37-5 8-4.59a1.3 1.3 0 01.75 1.12 4.59 4.59 0 01-.71 1.91z", id: "prefix__Jet_2", "data-name": "Jet 2" }),
110
- React.createElement("path", { className: "prefix__cls-20", d: "M1022.78 469.49l-14.45 8.3 3.38-5 9.88-7 1.17.67a1.3 1.3 0 01.76 1.12 4.74 4.74 0 01-.74 1.91z", id: "prefix__Jet_1_Edge", "data-name": "Jet 1 Edge" }),
111
- React.createElement("path", { className: "prefix__cls-23", d: "M1021.43 468.72l-11.43 6.56 3.38-5 8-4.6a1.34 1.34 0 01.76 1.13 4.64 4.64 0 01-.71 1.91z", id: "prefix__Jet_1", "data-name": "Jet 1" }),
112
- React.createElement("path", { className: "prefix__cls-6", d: "M1023.52 464.45l-.66-1.15s-6.77-.69-8.53.32l-14.67 8.44v10.69l-.66.38 1.31.78 14-8.06c8.56-4.92 9.33-8.19 9.21-11.4z", id: "prefix__Rocket_Edge", "data-name": "Rocket Edge" }),
113
- React.createElement("path", { className: "prefix__cls-7", d: "M1022.86 463.3a9 9 0 00-9.21-.86L999 470.87v12.26l14.66-8.43c8.55-4.93 9.34-8.19 9.2-11.4z", id: "prefix__Rocket" }),
114
- React.createElement("path", { className: "prefix__cls-8", d: "M1011 464l-10.65 6.12v-6.2l3.43-2a1.18 1.18 0 011-.08z", id: "prefix__Wing_Left", "data-name": "Wing Left" }),
115
- React.createElement("path", { id: "prefix__Wing_Righ_Edge", "data-name": "Wing Righ Edge", className: "prefix__cls-6", d: "M1004.9 487.39l-3.28 1.89-1.32-.76.66-.38v-4.68l8.52-4.86 1.49-2.36 1.28.78-6.31 9.38a3.08 3.08 0 01-1.04.99z" }),
116
- React.createElement("path", { className: "prefix__cls-8", d: "M1004.24 486.25l-3.94 2.27v-6.2l10.67-6.08-5.69 9a3 3 0 01-1.04 1.01z", id: "prefix__Wing_Right", "data-name": "Wing Right" }),
117
- React.createElement("path", { className: "prefix__cls-13", d: "M998.98 470.87l-1.31.75-.03 12.28 1.34-.77v-12.26z", id: "prefix__Rocket_Bottom", "data-name": "Rocket Bottom" }),
118
- React.createElement("path", { className: "prefix__cls-18", d: "M998.98 483.13l-1.34.77 1.33.77 1.32-.76-1.31-.78z", id: "prefix__Rocket_Bottom_Edge", "data-name": "Rocket Bottom Edge" }),
119
- React.createElement("path", { className: "prefix__cls-18", d: "M1019 465.56c-.47-2.5-4-.91-4-.91v6.2s4.47-2.79 4-5.29z", id: "prefix__Rocket_Window_Edge", "data-name": "Rocket Window Edge" }),
120
- React.createElement("path", { id: "prefix__Rocket_Window", "data-name": "Rocket Window", className: "prefix__cls-13", d: "M1019 466.08a1.75 1.75 0 00-.21-1 5.64 5.64 0 00-2.55.48v4.4s2.76-2.17 2.76-3.88z" }),
121
- React.createElement("g", { id: "prefix__Flames" },
122
- React.createElement("path", { id: "prefix__Flame_Edge_top_Side_", "data-name": "Flame Edge (top & Side)", className: "prefix__cls-24", d: "M996.41 475.54l-.76-.45-.01 6.01-4.8 2.76.74.44 4.83-2.78v-5.98z" }),
123
- React.createElement("path", { id: "prefix__Flame_Edge_Bottom_", "data-name": "Flame Edge (Bottom)", className: "prefix__cls-24", d: "M985.35 480.93l.89.51 5.33.31.19-.56-6.41-.26z" }),
124
- React.createElement("path", { id: "prefix__Flame", fill: "#fa4d56", d: "M995.65 475.09l-.01 6.01-4.81 2.77.93-2.68-6.41-.26 10.3-5.84z" }))),
125
- React.createElement("path", { className: "prefix__cls-14", d: "M1096.25 308.42a395.41 395.41 0 01-55.38 3.59c-52.12 0-94.38-8.44-94.38-18.85 0-5.48 11.71-10.41 30.37-13.86 0 0 .11-.86.43-2.66s.57-2.87.57-2.87c-29.88 4.49-49.52 12.37-49.52 22.46v2.87c.52 16 50.7 29 112.54 29a385.44 385.44 0 0055.38-3.78z", opacity: 0.5, id: "prefix__Ring" }),
126
- React.createElement("path", { className: "prefix__cls-16", d: "M1096.27 305.52a397.12 397.12 0 01-55.37 3.58c-52.12 0-94.38-8.44-94.38-18.85 0-5.52 11.89-10.49 30.83-13.94 0 0 .13-.7.51-2.54s.5-2.16.5-2.16c-30.15 5.25-50 14.19-50 24.33 0 16.17 50.39 29.27 112.54 29.27a386.49 386.49 0 0055.34-3.77v-8.68z" }),
127
- React.createElement("g", { id: "prefix__Door_Knob", "data-name": "Door Knob" },
128
- React.createElement("path", { className: "prefix__cls-6", d: "M718.49 491.6a8.18 8.18 0 1112 6.92 8.56 8.56 0 01-1.75.67 8 8 0 01-1.71.25 8.18 8.18 0 01-8.54-7.84z" }),
129
- React.createElement("circle", { className: "prefix__cls-8", cx: 728.1, cy: 491.4, r: 8.36 }),
130
- React.createElement("circle", { className: "prefix__cls-7", cx: 728.26, cy: 491.36, r: 7.68 }),
131
- React.createElement("circle", { className: "prefix__cls-8", cx: 728.79, cy: 490.74, r: 7.38 }))));
3
+ /*
4
+ IBM Confidential
5
+ 694970X, 69497O0
6
+ © Copyright IBM Corp. 2022, 2024
7
+ */
8
+ function NotFoundErrorBackground(props) {
9
+ return (React.createElement("svg", { id: "prefix__Isometric_Graphics", "data-name": "Isometric Graphics", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 1440 900", ...props },
10
+ React.createElement("defs", null,
11
+ React.createElement("linearGradient", { id: "prefix__linear-gradient", x1: 664.05, y1: 687.11, x2: 1398.59, y2: 687.11, gradientUnits: "userSpaceOnUse" },
12
+ React.createElement("stop", { offset: 0, stopColor: "#c1c7cd" }),
13
+ React.createElement("stop", { offset: 0.39, stopColor: "#c2c8cd", stopOpacity: 0.99 }),
14
+ React.createElement("stop", { offset: 0.53, stopColor: "#c4c9cf", stopOpacity: 0.96 }),
15
+ React.createElement("stop", { offset: 0.63, stopColor: "#c7cdd2", stopOpacity: 0.9 }),
16
+ React.createElement("stop", { offset: 0.71, stopColor: "#ccd1d6", stopOpacity: 0.82 }),
17
+ React.createElement("stop", { offset: 0.78, stopColor: "#d3d7db", stopOpacity: 0.71 }),
18
+ React.createElement("stop", { offset: 0.84, stopColor: "#dbdfe2", stopOpacity: 0.58 }),
19
+ React.createElement("stop", { offset: 0.9, stopColor: "#e5e8ea", stopOpacity: 0.42 }),
20
+ React.createElement("stop", { offset: 0.95, stopColor: "#f0f2f3", stopOpacity: 0.24 }),
21
+ React.createElement("stop", { offset: 0.99, stopColor: "#fdfdfd", stopOpacity: 0.03 }),
22
+ React.createElement("stop", { offset: 1, stopColor: "#fff", stopOpacity: 0 })),
23
+ React.createElement("linearGradient", { id: "prefix__linear-gradient-2", x1: 0.39, y1: 666.85, x2: 664.71, y2: 666.85, gradientUnits: "userSpaceOnUse" },
24
+ React.createElement("stop", { offset: 0, stopColor: "#fff", stopOpacity: 0 }),
25
+ React.createElement("stop", { offset: 0.01, stopColor: "#fdfdfd", stopOpacity: 0.03 }),
26
+ React.createElement("stop", { offset: 0.05, stopColor: "#f0f2f3", stopOpacity: 0.24 }),
27
+ React.createElement("stop", { offset: 0.1, stopColor: "#e5e8ea", stopOpacity: 0.42 }),
28
+ React.createElement("stop", { offset: 0.16, stopColor: "#dbdfe2", stopOpacity: 0.58 }),
29
+ React.createElement("stop", { offset: 0.22, stopColor: "#d3d7db", stopOpacity: 0.71 }),
30
+ React.createElement("stop", { offset: 0.29, stopColor: "#ccd1d6", stopOpacity: 0.82 }),
31
+ React.createElement("stop", { offset: 0.37, stopColor: "#c7cdd2", stopOpacity: 0.9 }),
32
+ React.createElement("stop", { offset: 0.47, stopColor: "#c4c9cf", stopOpacity: 0.96 }),
33
+ React.createElement("stop", { offset: 0.61, stopColor: "#c2c8cd", stopOpacity: 0.99 }),
34
+ React.createElement("stop", { offset: 1, stopColor: "#c1c7cd" })),
35
+ React.createElement("linearGradient", { id: "prefix__linear-gradient-3", x1: 812.26, y1: 821.84, x2: 934.73, y2: 619.43, gradientUnits: "userSpaceOnUse" },
36
+ React.createElement("stop", { offset: 0, stopColor: "#fff", stopOpacity: 0 }),
37
+ React.createElement("stop", { offset: 0.18, stopColor: "#f9fbfd", stopOpacity: 0.02 }),
38
+ React.createElement("stop", { offset: 0.34, stopColor: "#e7eff6", stopOpacity: 0.09 }),
39
+ React.createElement("stop", { offset: 0.49, stopColor: "#c9daea", stopOpacity: 0.21 }),
40
+ React.createElement("stop", { offset: 0.64, stopColor: "#9ebed9", stopOpacity: 0.38 }),
41
+ React.createElement("stop", { offset: 0.79, stopColor: "#6799c3", stopOpacity: 0.59 }),
42
+ React.createElement("stop", { offset: 0.93, stopColor: "#256ca9", stopOpacity: 0.85 }),
43
+ React.createElement("stop", { offset: 1, stopColor: "#00539a" })),
44
+ React.createElement("style", null, ".prefix__cls-4{fill:#dde1e6}.prefix__cls-5{fill:#878d96}.prefix__cls-6{fill:#4d5358}.prefix__cls-7{fill:#fff}.prefix__cls-8{fill:#c1c7cd}.prefix__cls-9{fill:#f2f4f8}.prefix__cls-11{opacity:.25}.prefix__cls-13{fill:#012749}.prefix__cls-14{fill:#33b1ff}.prefix__cls-15{fill:#e5f6ff}.prefix__cls-16{fill:#82cfff}.prefix__cls-18{fill:#00539a}.prefix__cls-20{fill:#08bdba}.prefix__cls-22{fill:#007d79}.prefix__cls-23{fill:#005d5d}.prefix__cls-24{fill:#a2191f}")),
45
+ React.createElement("path", { stroke: "url(#prefix__linear-gradient)", strokeWidth: 1.31, fill: "none", strokeMiterlimit: 10, d: "M664.38 475.22L1398.26 899" }),
46
+ React.createElement("path", { id: "prefix__Do_Not_Sign", "data-name": "Do Not Sign", stroke: "url(#prefix__linear-gradient-2)", strokeWidth: 1.31, fill: "none", strokeMiterlimit: 10, d: "M.72 858.48l663.66-383.26" }),
47
+ React.createElement("path", { stroke: "#c1c7cd", strokeWidth: 1.31, fill: "none", strokeMiterlimit: 10, d: "M664.38 475.22L663.95.25" }),
48
+ React.createElement("g", { id: "prefix__Sign" },
49
+ React.createElement("path", { className: "prefix__cls-4", d: "M928.36 55.17v64.59l126 72.69-.04-64.51-125.96-72.77z" }),
50
+ React.createElement("path", { className: "prefix__cls-5", d: "M928.36 55.17l6.17-3.65 126.24 73.17-6.45 3.25-125.96-72.77z" }),
51
+ React.createElement("path", { className: "prefix__cls-6", d: "M1054.32 127.94l6.45-3.25v62.44l-6.41 5.32-.04-64.51z" }),
52
+ React.createElement("path", { className: "prefix__cls-7", d: "M933.33 64.35v52.21l115.8 66.84-.03-52.41-115.77-66.64z" }),
53
+ React.createElement("path", { className: "prefix__cls-6", d: "M962.61 126v-5.43l-13.19-7.85v-4l11-21.56 8.93 5.18V118l4.16 2.4v6.53l-4.16-2.4V130zm-6.78-15.9l6.78 3.94V96.52l-.23-.14zM1016.14 157.1v-5.44l-13.14-7.85v-4l11-21.55 8.93 5.17V149l4.16 2.4v6.6l-4.16-2.4v5.4zm-6.78-15.9l6.78 3.93v-17.55l-.23-.14zM977.47 97.3v37.26l20.64 12.14v-37.53zm13.88 37.35l-7.14-4.12v-21.45l7.13 4.11z" })),
54
+ React.createElement("path", { className: "prefix__cls-8", d: "M420.14 652c17 9.8 17 25.67.2 35.47-9.08 5.27-36.73 14.47-48.65 14.06-10.2-.35-4.74-9.55-12.57-14.08-17-9.79-17.05-25.65-.2-35.44s44.26-9.79 61.22-.01z", id: "prefix__Shadow" }),
55
+ React.createElement("g", { id: "prefix__Pot" },
56
+ React.createElement("path", { className: "prefix__cls-4", d: "M411.68 621.86l-.7 55.32c0 6.33-4.18 12.65-12.48 17.47-16.71 9.71-43.88 9.71-60.72 0-8.46-4.89-12.69-11.3-12.67-17.7l.15-54c1.11 5.67 4.26 9.69 12.72 14.57 16.84 9.73 44 9.73 60.72 0 8.3-4.77 11.12-9.95 12.98-15.66z", id: "prefix__Pot-2", "data-name": "Pot" }),
57
+ React.createElement("path", { className: "prefix__cls-9", d: "M399 605.59c17 9.8 17.05 25.68.2 35.47s-44.24 9.79-61.22 0-17.05-25.66-.2-35.45 44.27-9.81 61.22-.02z", id: "prefix__Pot_Top", "data-name": "Pot Top" }),
58
+ React.createElement("path", { className: "prefix__cls-4", d: "M396.18 608.22c15.41 8.35 15.47 21.87.18 30.21s-40.14 8.33-55.54 0-15.47-21.85-.18-30.19 40.16-8.35 55.54-.02z", id: "prefix__Pot_Interior", "data-name": "Pot Interior" }),
59
+ React.createElement("path", { className: "prefix__cls-5", d: "M395.71 619.75c4.65 2.52 8.73 6 10.62 9.41 0 0-2 5.11-10.66 9.64-14.9 7.79-39.22 7.76-54.23-.06-7.54-3.92-9.94-8.31-9.94-8.31 1.48-3.71 5.27-7.78 10.57-10.67 14.76-8.05 38.78-8.06 53.64-.01z", id: "prefix__Dirt" })),
60
+ React.createElement("g", { id: "prefix__Plant" },
61
+ React.createElement("path", { d: "M370.05 517.81a27.16 27.16 0 017.71-3.71l-9.22 13.14", stroke: "#0041f4", strokeWidth: 0.27, fill: "none", strokeMiterlimit: 10 }),
62
+ React.createElement("path", { className: "prefix__cls-4", d: "M355.92 633.15l8.88-38.54s-.14-11.91-5.83-27.85c-7.28-19.49-18.42-26.43-18.42-26.43l13.76 5.56 6.16-15s-2.17-16-4.62-23a45.89 45.89 0 00-7.73-13.06s4.91.79 10.76 9.95a45.76 45.76 0 016.7 18.28 18 18 0 014.47-5.28 27.16 27.16 0 017.71-3.71 98.31 98.31 0 00-9.22 13.14c-4.21 7.3-6.12 25.86-6.12 25.86l12.33 23a65.33 65.33 0 0112.38-14.26c7.34-6.05 17.07-8.89 17.07-8.89a100.77 100.77 0 00-12.3 17.1 82.11 82.11 0 00-8.4 23c-1.5 6.6-5.5 39.83-5.5 39.83s-2.31 3.09-11.45 5.37-10.63-5.07-10.63-5.07z", id: "prefix__Stem" }),
63
+ React.createElement("path", { className: "prefix__cls-8", d: "M355.92 633.15l8.88-38.54s-.14-11.91-5.83-27.85c-7.28-19.49-18.42-26.43-18.42-26.43l13.76 5.56 6.16-15s-2.17-16-4.62-23a45.89 45.89 0 00-7.73-13.06s5.1.7 10.32 10.2c3.16 5.76 5.1 22.94 5.1 22.94a18.94 18.94 0 016.51-10.19 29.36 29.36 0 017.71-3.71s-6.67 2.88-11.94 13.59c-3.71 7.56-7.71 25.41-7.71 25.41s4.74 3.81 9 18.23c1.94 6.6 5.3 21.88 4 29.68-1.53 9.39-7 27.11-5.65 31.49s4.12 4.55 4.12 4.55a9.84 9.84 0 01-3 1.17c-9.2 2.31-10.66-5.04-10.66-5.04z", id: "prefix__Stem_Shadow", "data-name": "Stem Shadow" }),
64
+ React.createElement("path", { className: "prefix__cls-8", d: "M378.13 587.28l-3.62-10.34a45.78 45.78 0 0112.62-15.09c8.76-6.78 16.33-8.66 16.33-8.66a91.63 91.63 0 00-16.11 17c-7.54 10.32-9.22 17.09-9.22 17.09z", id: "prefix__Stem_Shadow-2", "data-name": "Stem Shadow" }),
65
+ React.createElement("path", { className: "prefix__cls-8", d: "M351.63 495.57s-2.32-16.15-15-23.46c-16-9.23-39.27 4-39.27 4s9.31 17.17 23.56 23.2 30.71-3.74 30.71-3.74z", id: "prefix__Leaf" }),
66
+ React.createElement("path", { className: "prefix__cls-8", d: "M344.35 543.87s-10.81-19.23-30.35-22.26c-24.66-3.83-47.53 24.23-47.53 24.23s20.12 17.09 41 17.74 36.88-19.71 36.88-19.71z", id: "prefix__Leaf-2", "data-name": "Leaf" }),
67
+ React.createElement("path", { className: "prefix__cls-8", d: "M373.15 513.5s2.72-18.92 17.54-27.48c18.73-10.81 46 4.71 46 4.71s-10.91 20.11-27.6 27.17-35.94-4.4-35.94-4.4z", id: "prefix__Leaf-3", "data-name": "Leaf" }),
68
+ React.createElement("g", { id: "prefix__Shadow-2", "data-name": "Shadow", className: "prefix__cls-11" },
69
+ React.createElement("path", { className: "prefix__cls-6", d: "M351.1 494.87s-8.16-11.78-18.05-12.19c-8.4-.35-17.65 5.85-22.46 9.62a38.9 38.9 0 0010.67 7c12.38 5.24 26.4-2 29.88-4a3.71 3.71 0 00-.04-.43z" })),
70
+ React.createElement("g", { id: "prefix__Shadow-3", "data-name": "Shadow", className: "prefix__cls-11" },
71
+ React.createElement("path", { className: "prefix__cls-6", d: "M343.23 542.42s-11.74 1.54-17.91 6.14c-5.06 3.78-9.25 9.21-10.47 13.75 15.11-2.77 26.53-15.18 29.27-18.39.09-.18.17-.35.23-.49-.15-.17-1.12-1.01-1.12-1.01z" })),
72
+ React.createElement("path", { className: "prefix__cls-4", d: "M351.56 495.45s-10.34-9.93-20.12-8.37c-11.88 1.89-22.81 17.28-22.81 17.28s14.41 8.2 27.54 6.34c19.68-2.78 15.39-15.25 15.39-15.25z", id: "prefix__Leaf-4", "data-name": "Leaf" }),
73
+ React.createElement("path", { className: "prefix__cls-4", d: "M345 543.29s-16.83 3-22.21 13.5c-6.52 12.78.63 34.14.63 34.14s18-8.12 25.47-22.09C360 547.91 345 543.29 345 543.29z", id: "prefix__Leaf-5", "data-name": "Leaf" }),
74
+ React.createElement("path", { className: "prefix__cls-4", d: "M373 513.44s12.7-6.63 21.65-2.4c10.87 5.14 17.06 23 17.06 23s-16.13 3.84-28.22-1.62c-18.12-8.21-10.49-18.98-10.49-18.98z", id: "prefix__Leaf-6", "data-name": "Leaf" }),
75
+ React.createElement("path", { className: "prefix__cls-8", d: "M401.28 553s10.25-15.07 22.83-15.7c15.28-.78 32.94 15.5 32.94 15.5s-15.77 14-32.61 15.14c-25.23 1.74-23.16-14.94-23.16-14.94z", id: "prefix__Leaf-7", "data-name": "Leaf" }),
76
+ React.createElement("path", { className: "prefix__cls-4", d: "M354.16 498.94s-1.31-9.62 1.78-13.29A16.2 16.2 0 01371.4 480s.08 11.07-5 16.11c-6.61 6.69-12.24 2.83-12.24 2.83z", id: "prefix__Leaf-8", "data-name": "Leaf" }),
77
+ React.createElement("path", { className: "prefix__cls-4", d: "M367.81 527.35s11 2.46 13.76 7.31a18.82 18.82 0 01-.13 19.11s-12.1-4.39-15.55-11.92c-4.56-9.94 1.92-14.5 1.92-14.5z", id: "prefix__Leaf-9", "data-name": "Leaf" }),
78
+ React.createElement("path", { className: "prefix__cls-4", d: "M400 555.72s-2.35-8.35-.08-12a14.47 14.47 0 0113-6.89s1.45 9.79-2.38 14.88c-5.07 6.73-10.54 4.01-10.54 4.01z", id: "prefix__Leaf-10", "data-name": "Leaf" }),
79
+ React.createElement("path", { className: "prefix__cls-4", d: "M400.47 556.28s15.26-3.28 21.53 1.15c13.28 9.47 6.28 30.55 6.28 30.55s-13-5-21.77-12.39c-11.51-9.81-6.04-19.31-6.04-19.31z", id: "prefix__Leaf-11", "data-name": "Leaf" })),
80
+ React.createElement("path", { fill: "#bae6ff", d: "M867.15 109.1l.01 492.94 247.99 143.2V252.59l-248-143.49z" }),
81
+ React.createElement("path", { className: "prefix__cls-13", d: "M892.89 149.38V616.9l203.34 117.42.01-470.17-203.35-114.77z", id: "prefix__Background" }),
82
+ React.createElement("path", { className: "prefix__cls-14", d: "M890.04 147.76l7.13 4.03v467.58l-7.13-4.11v-467.5zM1115.15 252.62l7.13-4.38v493.01l-7.13 3.99V252.62z" }),
83
+ React.createElement("path", { className: "prefix__cls-15", d: "M867.15 109.1l6.98-4.02 248.15 143.16-7.13 4.38-248-143.52zM890.04 147.45v467.5L686.7 731.79l-.01-466.08 203.35-118.26z" }),
84
+ React.createElement("path", { className: "prefix__cls-5", d: "M736.49 454.83v60.48a1.14 1.14 0 01-.57 1l-21.74 12.19a1.1 1.1 0 01-1 0c-.38-.17-2.8-2.78-2.8-3.26v-58.59a2.7 2.7 0 011.51-2.32l20.88-12.09c.8-.38 3.23 1.38 3.57 1.74a1.23 1.23 0 01.15.85z" }),
85
+ React.createElement("path", { className: "prefix__cls-9", d: "M736.72 454.72v60.48a1.12 1.12 0 01-.57 1l-21.95 12.38a1.14 1.14 0 01-1.7-1v-59.47a2.85 2.85 0 011.42-2.46l20.73-12a1.48 1.48 0 012.07 1.07z" }),
86
+ React.createElement("path", { className: "prefix__cls-7", d: "M890.04 147.76L686.69 265.71l-12.03-6.68 203.48-117.65 11.9 6.38z" }),
87
+ React.createElement("path", { className: "prefix__cls-16", d: "M674.66 258.71l12.03 6.68.01 466.4-10.86-6.27-1.18-466.81z" }),
88
+ React.createElement("path", { fill: "url(#prefix__linear-gradient-3)", d: "M889.67 615.23L609.78 774.59 810.91 895.7l285.35-161.36-206.59-119.11z" }),
89
+ React.createElement("circle", { className: "prefix__cls-7", cx: 933.33, cy: 316.07, r: 1.92 }),
90
+ React.createElement("g", { id: "prefix__Space_Dos", "data-name": "Space Dos" },
91
+ React.createElement("circle", { className: "prefix__cls-4", cx: 933.81, cy: 315.72, r: 1.92 }),
92
+ React.createElement("circle", { className: "prefix__cls-7", cx: 1055.66, cy: 412.88, r: 1.92 }),
93
+ React.createElement("circle", { className: "prefix__cls-7", cx: 945.47, cy: 489.28, r: 1.92 }),
94
+ React.createElement("circle", { className: "prefix__cls-18", cx: 1063.33, cy: 570.25, r: 3.84 }),
95
+ React.createElement("circle", { className: "prefix__cls-18", cx: 969.7, cy: 409.05, r: 5.37 }),
96
+ React.createElement("circle", { className: "prefix__cls-18", cx: 949.3, cy: 224.57, r: 4.6 }),
97
+ React.createElement("circle", { cx: 943.6, cy: 574.99, r: 6.36, fill: "#003a6d" })),
98
+ React.createElement("g", { id: "prefix__Planet" },
99
+ React.createElement("path", { className: "prefix__cls-20", d: "M1096.24 355.46a77.72 77.72 0 11-76.64-134.91l76.64 43.6z" }),
100
+ React.createElement("path", { d: "M1096.24 264.15c0 29.51.1 89.57 0 89.62a77.72 77.72 0 01-78.59-134z", fill: "#009d9a" }),
101
+ React.createElement("circle", { className: "prefix__cls-22", cx: 999.22, cy: 320.46, r: 10.14 }),
102
+ React.createElement("circle", { className: "prefix__cls-22", cx: 996.8, cy: 288.37, r: 7.72 }),
103
+ React.createElement("circle", { className: "prefix__cls-22", cx: 1023.87, cy: 338.32, r: 7.72 }),
104
+ React.createElement("circle", { className: "prefix__cls-22", cx: 1020.38, cy: 314.15, r: 7.16 }),
105
+ React.createElement("circle", { className: "prefix__cls-22", cx: 1002.21, cy: 263.65, r: 7.16 }),
106
+ React.createElement("circle", { className: "prefix__cls-22", cx: 1022.9, cy: 285.28, r: 4.64 })),
107
+ React.createElement("g", { id: "prefix__Rocket_Group", "data-name": "Rocket Group" },
108
+ React.createElement("path", { className: "prefix__cls-20", d: "M1023 473.94l-14.45 8.31 3.38-5 9.87-7 1.18.67a1.3 1.3 0 01.76 1.12 4.67 4.67 0 01-.74 1.9z", id: "prefix__Jet_2_Edge", "data-name": "Jet 2 Edge" }),
109
+ React.createElement("path", { className: "prefix__cls-23", d: "M1021.6 473.18l-11.41 6.56 3.37-5 8-4.59a1.3 1.3 0 01.75 1.12 4.59 4.59 0 01-.71 1.91z", id: "prefix__Jet_2", "data-name": "Jet 2" }),
110
+ React.createElement("path", { className: "prefix__cls-20", d: "M1022.78 469.49l-14.45 8.3 3.38-5 9.88-7 1.17.67a1.3 1.3 0 01.76 1.12 4.74 4.74 0 01-.74 1.91z", id: "prefix__Jet_1_Edge", "data-name": "Jet 1 Edge" }),
111
+ React.createElement("path", { className: "prefix__cls-23", d: "M1021.43 468.72l-11.43 6.56 3.38-5 8-4.6a1.34 1.34 0 01.76 1.13 4.64 4.64 0 01-.71 1.91z", id: "prefix__Jet_1", "data-name": "Jet 1" }),
112
+ React.createElement("path", { className: "prefix__cls-6", d: "M1023.52 464.45l-.66-1.15s-6.77-.69-8.53.32l-14.67 8.44v10.69l-.66.38 1.31.78 14-8.06c8.56-4.92 9.33-8.19 9.21-11.4z", id: "prefix__Rocket_Edge", "data-name": "Rocket Edge" }),
113
+ React.createElement("path", { className: "prefix__cls-7", d: "M1022.86 463.3a9 9 0 00-9.21-.86L999 470.87v12.26l14.66-8.43c8.55-4.93 9.34-8.19 9.2-11.4z", id: "prefix__Rocket" }),
114
+ React.createElement("path", { className: "prefix__cls-8", d: "M1011 464l-10.65 6.12v-6.2l3.43-2a1.18 1.18 0 011-.08z", id: "prefix__Wing_Left", "data-name": "Wing Left" }),
115
+ React.createElement("path", { id: "prefix__Wing_Righ_Edge", "data-name": "Wing Righ Edge", className: "prefix__cls-6", d: "M1004.9 487.39l-3.28 1.89-1.32-.76.66-.38v-4.68l8.52-4.86 1.49-2.36 1.28.78-6.31 9.38a3.08 3.08 0 01-1.04.99z" }),
116
+ React.createElement("path", { className: "prefix__cls-8", d: "M1004.24 486.25l-3.94 2.27v-6.2l10.67-6.08-5.69 9a3 3 0 01-1.04 1.01z", id: "prefix__Wing_Right", "data-name": "Wing Right" }),
117
+ React.createElement("path", { className: "prefix__cls-13", d: "M998.98 470.87l-1.31.75-.03 12.28 1.34-.77v-12.26z", id: "prefix__Rocket_Bottom", "data-name": "Rocket Bottom" }),
118
+ React.createElement("path", { className: "prefix__cls-18", d: "M998.98 483.13l-1.34.77 1.33.77 1.32-.76-1.31-.78z", id: "prefix__Rocket_Bottom_Edge", "data-name": "Rocket Bottom Edge" }),
119
+ React.createElement("path", { className: "prefix__cls-18", d: "M1019 465.56c-.47-2.5-4-.91-4-.91v6.2s4.47-2.79 4-5.29z", id: "prefix__Rocket_Window_Edge", "data-name": "Rocket Window Edge" }),
120
+ React.createElement("path", { id: "prefix__Rocket_Window", "data-name": "Rocket Window", className: "prefix__cls-13", d: "M1019 466.08a1.75 1.75 0 00-.21-1 5.64 5.64 0 00-2.55.48v4.4s2.76-2.17 2.76-3.88z" }),
121
+ React.createElement("g", { id: "prefix__Flames" },
122
+ React.createElement("path", { id: "prefix__Flame_Edge_top_Side_", "data-name": "Flame Edge (top & Side)", className: "prefix__cls-24", d: "M996.41 475.54l-.76-.45-.01 6.01-4.8 2.76.74.44 4.83-2.78v-5.98z" }),
123
+ React.createElement("path", { id: "prefix__Flame_Edge_Bottom_", "data-name": "Flame Edge (Bottom)", className: "prefix__cls-24", d: "M985.35 480.93l.89.51 5.33.31.19-.56-6.41-.26z" }),
124
+ React.createElement("path", { id: "prefix__Flame", fill: "#fa4d56", d: "M995.65 475.09l-.01 6.01-4.81 2.77.93-2.68-6.41-.26 10.3-5.84z" }))),
125
+ React.createElement("path", { className: "prefix__cls-14", d: "M1096.25 308.42a395.41 395.41 0 01-55.38 3.59c-52.12 0-94.38-8.44-94.38-18.85 0-5.48 11.71-10.41 30.37-13.86 0 0 .11-.86.43-2.66s.57-2.87.57-2.87c-29.88 4.49-49.52 12.37-49.52 22.46v2.87c.52 16 50.7 29 112.54 29a385.44 385.44 0 0055.38-3.78z", opacity: 0.5, id: "prefix__Ring" }),
126
+ React.createElement("path", { className: "prefix__cls-16", d: "M1096.27 305.52a397.12 397.12 0 01-55.37 3.58c-52.12 0-94.38-8.44-94.38-18.85 0-5.52 11.89-10.49 30.83-13.94 0 0 .13-.7.51-2.54s.5-2.16.5-2.16c-30.15 5.25-50 14.19-50 24.33 0 16.17 50.39 29.27 112.54 29.27a386.49 386.49 0 0055.34-3.77v-8.68z" }),
127
+ React.createElement("g", { id: "prefix__Door_Knob", "data-name": "Door Knob" },
128
+ React.createElement("path", { className: "prefix__cls-6", d: "M718.49 491.6a8.18 8.18 0 1112 6.92 8.56 8.56 0 01-1.75.67 8 8 0 01-1.71.25 8.18 8.18 0 01-8.54-7.84z" }),
129
+ React.createElement("circle", { className: "prefix__cls-8", cx: 728.1, cy: 491.4, r: 8.36 }),
130
+ React.createElement("circle", { className: "prefix__cls-7", cx: 728.26, cy: 491.36, r: 7.68 }),
131
+ React.createElement("circle", { className: "prefix__cls-8", cx: 728.79, cy: 490.74, r: 7.38 }))));
132
132
  }
133
133
 
134
134
  export { NotFoundErrorBackground as default };
@@ -2,38 +2,38 @@ import React, { Component } from 'react';
2
2
  import { prefix } from '../../internal/settings.js';
3
3
  import Error from '../ErrorMessage/ErrorMessage.js';
4
4
 
5
- /*
6
- IBM Confidential
7
- 694970X, 69497O0
8
- © Copyright IBM Corp. 2022, 2024
9
- */
10
- /**
11
- * todo: convert this to hooks in the future.
12
- * As of now getDerivedStateFromError not available via hooks
13
- */
14
- class ErrorBoundary extends Component {
15
- state = {
16
- hasError: false,
17
- error: {},
18
- };
19
- static defaultProps = {
20
- className: `${prefix}--bmrg-error-boundary`,
21
- };
22
- static getDerivedStateFromError(error) {
23
- // Update state so the next render will show the fallback UI.
24
- return { hasError: true, error };
25
- }
26
- componentDidCatch(error, info) {
27
- console.error(error, info); //eslint-disable-line
28
- }
29
- render() {
30
- const { errorComponent: ErrorComponent = Error, className, style, errorProps, ...rest } = this.props;
31
- if (this.state.hasError) {
32
- return (React.createElement("div", { className: className, style: style, ...rest },
33
- React.createElement(ErrorComponent, { ...this.props.errorProps })));
34
- }
35
- return React.createElement(React.Fragment, null, this.props.children);
36
- }
5
+ /*
6
+ IBM Confidential
7
+ 694970X, 69497O0
8
+ © Copyright IBM Corp. 2022, 2024
9
+ */
10
+ /**
11
+ * todo: convert this to hooks in the future.
12
+ * As of now getDerivedStateFromError not available via hooks
13
+ */
14
+ class ErrorBoundary extends Component {
15
+ state = {
16
+ hasError: false,
17
+ error: {},
18
+ };
19
+ static defaultProps = {
20
+ className: `${prefix}--bmrg-error-boundary`,
21
+ };
22
+ static getDerivedStateFromError(error) {
23
+ // Update state so the next render will show the fallback UI.
24
+ return { hasError: true, error };
25
+ }
26
+ componentDidCatch(error, info) {
27
+ console.error(error, info); //eslint-disable-line
28
+ }
29
+ render() {
30
+ const { errorComponent: ErrorComponent = Error, className, style, errorProps, ...rest } = this.props;
31
+ if (this.state.hasError) {
32
+ return (React.createElement("div", { className: className, style: style, ...rest },
33
+ React.createElement(ErrorComponent, { ...this.props.errorProps })));
34
+ }
35
+ return React.createElement(React.Fragment, null, this.props.children);
36
+ }
37
37
  }
38
38
 
39
39
  export { ErrorBoundary as default };
@@ -3,19 +3,19 @@ import SvgErrorGraphic from './assets/ErrorGraphic.js';
3
3
  import cx from 'classnames';
4
4
  import { prefix } from '../../internal/settings.js';
5
5
 
6
- /*
7
- IBM Confidential
8
- 694970X, 69497O0
9
- © Copyright IBM Corp. 2022, 2024
10
- */
11
- function ErrorDragon({ className = "", header = "Don’t lose your daks", message = "And if you could be so kind, please send us a bug report.", statusText = "View Support Center", title = "Cheers! You found an error. Try reloading the page.", statusUrl, style, ...rest }) {
12
- const classNames = cx(`${prefix}--bmrg-error-dragon`, className);
13
- return (React.createElement("div", { className: classNames, style: style, ...rest },
14
- React.createElement(SvgErrorGraphic, { className: `${prefix}--bmrg-error-dragon__image`, title: "dragon" }),
15
- React.createElement("h1", { className: `${prefix}--bmrg-error-dragon__title` }, header),
16
- React.createElement("p", { className: `${prefix}--bmrg-error-dragon__text` }, title),
17
- React.createElement("p", { className: `${prefix}--bmrg-error-dragon__text` }, message),
18
- React.createElement("a", { href: statusUrl, className: `${prefix}--bmrg-error-dragon__status` }, statusText)));
6
+ /*
7
+ IBM Confidential
8
+ 694970X, 69497O0
9
+ © Copyright IBM Corp. 2022, 2024
10
+ */
11
+ function ErrorDragon({ className = "", header = "Don’t lose your daks", message = "And if you could be so kind, please send us a bug report.", statusText = "View Support Center", title = "Cheers! You found an error. Try reloading the page.", statusUrl, style, ...rest }) {
12
+ const classNames = cx(`${prefix}--bmrg-error-dragon`, className);
13
+ return (React.createElement("div", { className: classNames, style: style, ...rest },
14
+ React.createElement(SvgErrorGraphic, { className: `${prefix}--bmrg-error-dragon__image`, title: "dragon" }),
15
+ React.createElement("h1", { className: `${prefix}--bmrg-error-dragon__title` }, header),
16
+ React.createElement("p", { className: `${prefix}--bmrg-error-dragon__text` }, title),
17
+ React.createElement("p", { className: `${prefix}--bmrg-error-dragon__text` }, message),
18
+ React.createElement("a", { href: statusUrl, className: `${prefix}--bmrg-error-dragon__status` }, statusText)));
19
19
  }
20
20
 
21
21
  export { ErrorDragon as default };
@@ -1,40 +1,40 @@
1
1
  import React from 'react';
2
2
 
3
- /*
4
- IBM Confidential
5
- 694970X, 69497O0
6
- © Copyright IBM Corp. 2022, 2024
7
- */
8
- const SvgErrorGraphic = (props) => (React.createElement("svg", { viewBox: "0 0 1244 386", ...props },
9
- React.createElement("defs", null,
10
- React.createElement("path", { id: "error_graphic_svg__a", d: "M0 .412h136.66V163.81H0z" }),
11
- React.createElement("path", { id: "error_graphic_svg__c", d: "M.354.386h67.579V121.37H.353z" }),
12
- React.createElement("path", { id: "error_graphic_svg__e", d: "M.42.839h276.89V162H.42z" })),
13
- React.createElement("g", { fill: "none", fillRule: "evenodd" },
14
- React.createElement("path", { d: "M246.93 81.237h57.181c6.246 0 11.309 5.063 11.309 11.309s-5.063 11.309-11.309 11.309h-151.4c-6.246 0-11.309-5.063-11.309-11.309s5.063-11.309 11.309-11.309h7.746c6.246 0 11.309-5.063 11.309-11.309s-5.064-11.309-11.31-11.309h-42.15c-6.245 0-11.308-5.063-11.308-11.309 0-6.246 5.063-11.309 11.309-11.309h151.4c6.246 0 11.309 5.063 11.309 11.309 0 6.246-5.064 11.309-11.31 11.309H246.93c-6.246 0-11.31 5.063-11.31 11.309s5.064 11.309 11.31 11.309zM781.31 145h31.399c6.246 0 11.309 5.063 11.309 11.309s-5.063 11.309-11.309 11.309H781.31c-6.246 0-11.309-5.063-11.309-11.309S775.064 145 781.31 145zm67 0h121.4c6.246 0 11.309 5.063 11.309 11.309s-5.063 11.309-11.309 11.309h-121.4c-6.246 0-11.309-5.063-11.309-11.309S842.064 145 848.31 145zM11.309 155h31.399c6.246 0 11.309 5.063 11.309 11.309s-5.063 11.309-11.309 11.309H11.309C5.063 177.618 0 172.555 0 166.309S5.063 155 11.309 155zm104 0h91.399c6.246 0 11.309 5.063 11.309 11.309s-5.063 11.309-11.309 11.309h-91.399c-6.246 0-11.309-5.063-11.309-11.309S109.063 155 115.309 155zm-37 0h1.399c6.246 0 11.309 5.063 11.309 11.309s-5.064 11.309-11.31 11.309H78.31c-6.246 0-11.309-5.063-11.309-11.309S72.063 155 78.309 155zM1077.1 327.47c6.246 0 11.309 5.063 11.309 11.309s-5.063 11.309-11.309 11.309H955.7c-6.246 0-11.309-5.063-11.309-11.309s5.063-11.309 11.309-11.309h36.03c6.246 0 11.309-5.063 11.309-11.309s-5.063-11.309-11.309-11.309h-70.434c-6.246 0-11.309-5.063-11.309-11.309s5.063-11.309 11.309-11.309h32.691v-.003c6.128-.136 11.053-5.146 11.053-11.307s-4.925-11.17-11.053-11.307v-.003h-2.69c-6.247 0-11.31-5.063-11.31-11.309s5.064-11.309 11.31-11.309h151.4c6.245 0 11.308 5.064 11.308 11.31s-5.063 11.308-11.309 11.308h-42.399c-6.246 0-11.309 5.064-11.309 11.31s5.064 11.308 11.31 11.308h122.4c6.245 0 11.308 5.064 11.308 11.31s-5.063 11.308-11.309 11.308h-104.4c-6.246 0-11.309 5.064-11.309 11.31s5.064 11.308 11.31 11.308h-1.198z", fill: "#175D8D" }),
15
- React.createElement("g", { transform: "translate(221 152)" },
16
- React.createElement("mask", { id: "error_graphic_svg__b", fill: "#fff" },
17
- React.createElement("use", { xlinkHref: "#error_graphic_svg__a" })),
18
- React.createElement("path", { d: "M86.1 91.34c8.822-11.7 28.075-28.076 32.762-55.573 3.24-19.013 19.953-30.883 17.568-35.355l-16.502 2.822c-6.563 3.989-13.578 14.977-25.542 26.133-20.22 18.854-20.389 10.045-42.527 32.398-12.22 12.338-22.963 42.883-28.697 52.721-4.729 8.115-14.851 15.09-14.851 15.09 9.071 6.009 30.52-15.964 30.52-15.964S25.036 146.223-.001 159.885c0 0 16.022-2.366 25.882-7.715 10.024-5.437-.969 11.64-.969 11.64 15.256-.441 27.279-16.231 26.816-30.236-.588-17.774 11.441-24.121 11.441-24.121 3.801 13.394-15.747 18.008-2.903 42.932 0 0 4.254-18.163 8.064-17.955 0 0-5.307 11.513-1.431 13.747 1.431.826 4.922-1.397 11.874-15.689 2.136-4.392-6.332-23.035 7.327-41.148", fill: "#FF5C49", mask: "url(#error_graphic_svg__b)" })),
19
- React.createElement("path", { d: "M746.85 289.24s16.322 5.054 22.587.629c0 0-25.424-3.381-38.441-17.357 5.966-1.868 8.468-5.568 8.468-5.568-4.778 1.193-9.421 1.109-13.344.547-12.248-11.473-17.486-6.195-25.065-3.583-16.942 5.84-65.13 1.98-63.669-9.795s-24.569-38.188-49.581-29.335c-8.646 3.06-20.21 41.451 2.167 53.051 20.155 10.449 41.529 6.323 63.914 3.119 24.456-3.501 50.389-8.084 65.574 2.043 17.842 11.899 36.206 17.957 44.583 12.614 0 0-16.075-1.554-17.193-6.365M398.56 97.867c-9.366-.906-18.065 10.242-22.094 16.349-1.688-14.62 19.034-29.153 19.034-29.153-15.501-1.501-29.503 24.373-29.503 24.373l10.303 5.033c-1.392 2.131-2.186 3.594-2.186 3.594l8.701 4.251c-1.711-12.212 15.745-24.447 15.745-24.447", fill: "#12A3B4" }),
20
- React.createElement("path", { d: "M383 124.47l7.077 3.457c-1.391-9.933 12.807-19.884 12.807-19.884C392.437 107.033 383 124.47 383 124.47", fill: "#00A78F" }),
21
- React.createElement("path", { d: "M947.88 126.16c-10.672 26.328-18.223 41.799-52.665 47.474-31.736 5.229-51.602-5.99-93.127 3.845-24.269 5.748-34.639 18.034-68.024 18.034-57.096 0-59.101-21.24-106.52-20.474-8.17.132-29.356 4.871-29.356 4.871l-62.047 12.627s-26.285.601-38.318-3.085c-9.497-2.909-15.849-3.48-26.214-10.707-11.515-8.029-3.543-29.289-3.543-29.289s-12.843 14.173-28.03 5.278c-8.912-5.22.127-19.008.127-19.008s-16.387 7.086-27.29-1.567c-5.222-4.145-1.056-14.82-1.056-14.82s-21.588 8.379-35.442-4.527c-3.146-2.93-8.989-4.812-8.989-4.812-2.95-20.558 15.139-40.005 15.139-40.005-23.29 4.749-26.626 39.419-29.025 40.24a20.456 20.456 0 0 0-3.625 1.647c-17.283 9.982-15.968 27.046-15.968 27.046-.764 14.871-18.908 16.765-18.908 27.788 0 5.881 7.957 3.805 7.957 3.805 13.805-18.013 31.547-17.283 31.547-17.283s5.071 7.603-11.317 26.609c0 0 2.309 3.146 5.631 3.021 8.301-.309 14.966-12.366 17.158-16.459 6.652-12.426 12.895-15.426 12.895-15.426 14.309-13.065 35.213 26.68 51.909 45.232 31.099 34.554 54.958 48.921 67.044 53.511 13.468 5.116 96.833 13.068 158.6 15.088 1.94 10.569 7.512 20.735 18.882 23.568 22.029 5.488 41.863-3.484 62.894-11.793 22.977-9.078 47.139-19.553 64.26-13.223 20.115 7.435 39.383 9.067 46.293 1.928 0 0-15.998 2.217-18.201-2.204 0 0 17.049 1.131 22.116-4.627 0 0-25.515 2.608-41.419-7.967 5.371-3.201 6.945-7.38 6.945-7.38-4.371 2.269-8.906 3.264-12.853 3.627-14.574-8.319-18.446-1.97-25.211 2.33-10.745 6.827-37.962 12.548-53.296 11.062 5.796-.425 21.946-3.058 42.8-18.605 19.292-14.383 21.606-31.334 46.371-41.314 21.179-8.535 53.798.488 79.771-4.703 72.372-14.466 52.096-69.353 52.096-69.353", fill: "#71CDDD" }),
22
- React.createElement("g", { transform: "translate(910)" },
23
- React.createElement("mask", { id: "error_graphic_svg__d", fill: "#fff" },
24
- React.createElement("use", { xlinkHref: "#error_graphic_svg__c" })),
25
- React.createElement("path", { d: "M6.93 89.283c.275 16.651 8.248 32.933 29.284 32.057 21.035-.877 33.307-30.677 31.554-46.453-.487-4.371-7.42-13.667-9.398-24.881-1.63-9.25 1.593-21.113 1.593-21.113C49.155 30.164 46.73 56.48 46.73 56.48s-10.289-29.494 0-56.094c0 0-9.95 3.572-14.024 14.023-4.14 10.626-7.53-.929-7.53-.929-8.782 9.09 4.497 15.826-.616 23.419-10.169 15.099-1.54 31.893-1.54 31.893-10.632-1.54-4.006-24.951-17.455-23.756 0 0 4.433 9.038 1.39 11.34 0 0-2.923.555-3.736-3.843 0 0-5.353.783-1.43 16.184 1.206 4.733 4.988 11.328 5.14 20.566", fill: "#FF5C49", mask: "url(#error_graphic_svg__d)" })),
26
- React.createElement("path", { d: "M947.45 43s-4.715 17.837 5.016 31.306c9.879 13.677 11.558 19.83 11.372 30.53-.074 4.21-1.47 11.42-8.457 15.217-3.798 2.064-12.687 1.964-14.658 1.342-2.779-.876-11.007-16.559-.608-35.243 7.283-13.084-1.106-22.637-.045-30.065S947.45 43 947.45 43", fill: "#FF806C" }),
27
- React.createElement("path", { d: "M351.8 127a6.287 6.287 0 0 1-4.799 11.622L351.8 127z", fill: "#272727" }),
28
- React.createElement("g", { transform: "translate(407 224)" },
29
- React.createElement("mask", { id: "error_graphic_svg__f", fill: "#fff" },
30
- React.createElement("use", { xlinkHref: "#error_graphic_svg__e" })),
31
- React.createElement("path", { d: "M188.95 30.066s-11.078 4-6.77 15.078c0 0 3.385 9.847 31.679 3.385 0 0-8.599 5.539-4.842 17.671 0 0 3.32 10.64 38.047 3.891 0 0-20.753 6.917-11.353 19.244 0 0 9.151 11.277 41.593 7.384 0 0-63.445 32.626-140.67 42.834-29.226 3.863-68.847.518-91.924-9.057-12.226 6.714-15.058 29.68-15.058 29.68-6.671-10.061 1.598-27.044 5.655-34.177C9.029 134.465.555 162.001.555 162.001c-1.625-19.393 11.347-34.526 27.113-43.866 0 0 38.684-24.963 53.808-58.293 10.146-22.359 3.19-43.216-6.361-59.003l48.805 1.933c7.081 9.666 23.667 19.277 65.03 27.294", fill: "#71CDDD", mask: "url(#error_graphic_svg__f)" })),
32
- React.createElement("path", { d: "M506.027 190.452c11.9 15.86 36.859 24.122 74.877 24.786 16.078-3.834 29.411-8.582 39.998-14.242 36.635 2.33 58.622 2.623 65.96.879 7.339-1.744 9.084-4.941 5.234-9.59l-186.066-1.832z", fill: "#12A3B4" }),
33
- React.createElement("path", { d: "M538.688 190.793s-.35 27.204-5.082 32.348c0 0-8.903 3.796-9.357 8.937 0 0-19.98 14.019-29.546 15.623 0 0-6.386.267-8.01 2.344 0 0-11.663-.272-13.739-3.09 0 0-3.983.234-4.468 1.767 0 0 7.87 2.087 8.155 4.46 0 0 9.304 1.774 9.462 3.092 0 0-.58 3.402-2.154 3.863 0 0 6.823 2.139 8.575-.342 0 0 .973-4.59 5.425-5.15 0 0 39.468-20.057 47.887-22.423 0 0 13.514-27.933 10.462-33.428l-17.61-8z", fill: "#F5CEDB" }),
34
- React.createElement("path", { d: "M500.041 52.4s10.724 8.157-2.11 35.878c0 0-6.447 14.008-.251 23.182 6.193 9.176 10.064 10.763 10.064 10.763s10.099 1.204 16.545-2.25c6.446-3.453 27.682-14.206 40.808-16.057s31.957-3.354 31.957-3.354-4.67 2.13-4.217 4.495c0 0 13.218-.772 19.141 1.595 5.922 2.365 26.307 22.574 29.321 38.344 0 0 13.718 26.856 17.762 33.412 4.044 6.556 30.517 10.843 30.366 12.573l12.107 2.12s-5.632 1.1-8.443 3.845c0 0-58.772 5.837-73.327-2.154 0 0-36.313 19.843-42.692 15.833 0 0-62.306-3.79-80.595-26.62 0 0-18.444-18.406-19.865-21.56 0 0-4.805-3.81-6.765-4.192 0 0 2.903-1.232 6.663 1.298 0 0-13.026-15.796-12.811-22.697.213-6.901 5.375-27.683 9.51-34.245 4.133-6.562 10.726-18.808 9.17-22.417-1.555-3.61-4.085-10.715-6.26-11.138-2.173-.423-24.28-2.014-25.46-.59 0 0 1.68-4.838 18.414-13.884 0 0 13.53-23.486 30.968-2.18z", fill: "#F87EAC" }),
35
- React.createElement("path", { d: "M494.735 62.946a2.754 2.754 0 0 1-2.34-3.113 2.75 2.75 0 0 1 3.122-2.324 2.753 2.753 0 0 1 2.34 3.112 2.751 2.751 0 0 1-3.122 2.325m12.643 19.521c-1.632-1.008-3.714-4.294-3.65-8.595.063-4.302 9.232-5.522 11.208-15.405 1.976-9.885-6.031-17.064-6.031-17.064l.347-3.705-2.734-1.625-2.752 2.065c-20.845-7.368-27.462 6.346-27.462 6.346-.725 1.184-.003 3.89-.003 3.89 1.225 5.525 14.302 9.52 14.302 9.52-1.435 3.814.74 5.502.74 5.502-8.254.182-17.58 9.583-17.58 9.583-.514 1.252.232 5.338.232 5.338-8.502 1.98-9.218 6.961-8.737 9.794.481 2.832 4.133 6.012 12.06 5.718 7.926-.294 15.947-5.105 22.38-5.063 6.435.044 10.133 4.446 10.42 3.383.29-1.064-1.109-8.671-2.74-9.68", fill: "#F5CEDB" }),
36
- React.createElement("path", { d: "M507.24 34.822s1.169-12.352 7.834-16.514c6.666-4.163 16.308.684 18.007 2.154 1.699 1.471 5.616 3.931 5.381 5.568 0 0 6.177 7.236 5.421 12.508s.097 15.813-1.922 18.211c0 0 3.825 6.334 8.01 6.138 4.184-.197 5.273-3.36 5.426-4.426.153-1.065-1.69-2.706-3.507-2.11-1.817.597-3.1 2.701-3.1 2.701s-.657-3.471 2.273-7.8c2.93-4.327 10.035.877 10.65 4.229.617 3.351 1.546 4.917-.698 8.885-2.243 3.97-12.122 6.836-12.122 6.836s-2.722 2.87-7.182 2.57c-4.459-.3-8.33-1.49-9.93-3.61-1.6-2.12-2.127-3.283-2.127-3.283s-4.395-1.15-5.431-5.593c-1.036-4.442 1.134-9.11 1.134-9.11s1.435-7.377.003-9.272c0 0-4.547 1.919-8.2-1.585-3.654-3.504-5.257-4.83-5.257-4.83l-1.821.148-2.842-1.815z", fill: "#A91560" }),
37
- React.createElement("rect", { x: 83, y: 81, width: 44.017, height: 22.619, rx: 11.309, fill: "#175D8D" }),
3
+ /*
4
+ IBM Confidential
5
+ 694970X, 69497O0
6
+ © Copyright IBM Corp. 2022, 2024
7
+ */
8
+ const SvgErrorGraphic = (props) => (React.createElement("svg", { viewBox: "0 0 1244 386", ...props },
9
+ React.createElement("defs", null,
10
+ React.createElement("path", { id: "error_graphic_svg__a", d: "M0 .412h136.66V163.81H0z" }),
11
+ React.createElement("path", { id: "error_graphic_svg__c", d: "M.354.386h67.579V121.37H.353z" }),
12
+ React.createElement("path", { id: "error_graphic_svg__e", d: "M.42.839h276.89V162H.42z" })),
13
+ React.createElement("g", { fill: "none", fillRule: "evenodd" },
14
+ React.createElement("path", { d: "M246.93 81.237h57.181c6.246 0 11.309 5.063 11.309 11.309s-5.063 11.309-11.309 11.309h-151.4c-6.246 0-11.309-5.063-11.309-11.309s5.063-11.309 11.309-11.309h7.746c6.246 0 11.309-5.063 11.309-11.309s-5.064-11.309-11.31-11.309h-42.15c-6.245 0-11.308-5.063-11.308-11.309 0-6.246 5.063-11.309 11.309-11.309h151.4c6.246 0 11.309 5.063 11.309 11.309 0 6.246-5.064 11.309-11.31 11.309H246.93c-6.246 0-11.31 5.063-11.31 11.309s5.064 11.309 11.31 11.309zM781.31 145h31.399c6.246 0 11.309 5.063 11.309 11.309s-5.063 11.309-11.309 11.309H781.31c-6.246 0-11.309-5.063-11.309-11.309S775.064 145 781.31 145zm67 0h121.4c6.246 0 11.309 5.063 11.309 11.309s-5.063 11.309-11.309 11.309h-121.4c-6.246 0-11.309-5.063-11.309-11.309S842.064 145 848.31 145zM11.309 155h31.399c6.246 0 11.309 5.063 11.309 11.309s-5.063 11.309-11.309 11.309H11.309C5.063 177.618 0 172.555 0 166.309S5.063 155 11.309 155zm104 0h91.399c6.246 0 11.309 5.063 11.309 11.309s-5.063 11.309-11.309 11.309h-91.399c-6.246 0-11.309-5.063-11.309-11.309S109.063 155 115.309 155zm-37 0h1.399c6.246 0 11.309 5.063 11.309 11.309s-5.064 11.309-11.31 11.309H78.31c-6.246 0-11.309-5.063-11.309-11.309S72.063 155 78.309 155zM1077.1 327.47c6.246 0 11.309 5.063 11.309 11.309s-5.063 11.309-11.309 11.309H955.7c-6.246 0-11.309-5.063-11.309-11.309s5.063-11.309 11.309-11.309h36.03c6.246 0 11.309-5.063 11.309-11.309s-5.063-11.309-11.309-11.309h-70.434c-6.246 0-11.309-5.063-11.309-11.309s5.063-11.309 11.309-11.309h32.691v-.003c6.128-.136 11.053-5.146 11.053-11.307s-4.925-11.17-11.053-11.307v-.003h-2.69c-6.247 0-11.31-5.063-11.31-11.309s5.064-11.309 11.31-11.309h151.4c6.245 0 11.308 5.064 11.308 11.31s-5.063 11.308-11.309 11.308h-42.399c-6.246 0-11.309 5.064-11.309 11.31s5.064 11.308 11.31 11.308h122.4c6.245 0 11.308 5.064 11.308 11.31s-5.063 11.308-11.309 11.308h-104.4c-6.246 0-11.309 5.064-11.309 11.31s5.064 11.308 11.31 11.308h-1.198z", fill: "#175D8D" }),
15
+ React.createElement("g", { transform: "translate(221 152)" },
16
+ React.createElement("mask", { id: "error_graphic_svg__b", fill: "#fff" },
17
+ React.createElement("use", { xlinkHref: "#error_graphic_svg__a" })),
18
+ React.createElement("path", { d: "M86.1 91.34c8.822-11.7 28.075-28.076 32.762-55.573 3.24-19.013 19.953-30.883 17.568-35.355l-16.502 2.822c-6.563 3.989-13.578 14.977-25.542 26.133-20.22 18.854-20.389 10.045-42.527 32.398-12.22 12.338-22.963 42.883-28.697 52.721-4.729 8.115-14.851 15.09-14.851 15.09 9.071 6.009 30.52-15.964 30.52-15.964S25.036 146.223-.001 159.885c0 0 16.022-2.366 25.882-7.715 10.024-5.437-.969 11.64-.969 11.64 15.256-.441 27.279-16.231 26.816-30.236-.588-17.774 11.441-24.121 11.441-24.121 3.801 13.394-15.747 18.008-2.903 42.932 0 0 4.254-18.163 8.064-17.955 0 0-5.307 11.513-1.431 13.747 1.431.826 4.922-1.397 11.874-15.689 2.136-4.392-6.332-23.035 7.327-41.148", fill: "#FF5C49", mask: "url(#error_graphic_svg__b)" })),
19
+ React.createElement("path", { d: "M746.85 289.24s16.322 5.054 22.587.629c0 0-25.424-3.381-38.441-17.357 5.966-1.868 8.468-5.568 8.468-5.568-4.778 1.193-9.421 1.109-13.344.547-12.248-11.473-17.486-6.195-25.065-3.583-16.942 5.84-65.13 1.98-63.669-9.795s-24.569-38.188-49.581-29.335c-8.646 3.06-20.21 41.451 2.167 53.051 20.155 10.449 41.529 6.323 63.914 3.119 24.456-3.501 50.389-8.084 65.574 2.043 17.842 11.899 36.206 17.957 44.583 12.614 0 0-16.075-1.554-17.193-6.365M398.56 97.867c-9.366-.906-18.065 10.242-22.094 16.349-1.688-14.62 19.034-29.153 19.034-29.153-15.501-1.501-29.503 24.373-29.503 24.373l10.303 5.033c-1.392 2.131-2.186 3.594-2.186 3.594l8.701 4.251c-1.711-12.212 15.745-24.447 15.745-24.447", fill: "#12A3B4" }),
20
+ React.createElement("path", { d: "M383 124.47l7.077 3.457c-1.391-9.933 12.807-19.884 12.807-19.884C392.437 107.033 383 124.47 383 124.47", fill: "#00A78F" }),
21
+ React.createElement("path", { d: "M947.88 126.16c-10.672 26.328-18.223 41.799-52.665 47.474-31.736 5.229-51.602-5.99-93.127 3.845-24.269 5.748-34.639 18.034-68.024 18.034-57.096 0-59.101-21.24-106.52-20.474-8.17.132-29.356 4.871-29.356 4.871l-62.047 12.627s-26.285.601-38.318-3.085c-9.497-2.909-15.849-3.48-26.214-10.707-11.515-8.029-3.543-29.289-3.543-29.289s-12.843 14.173-28.03 5.278c-8.912-5.22.127-19.008.127-19.008s-16.387 7.086-27.29-1.567c-5.222-4.145-1.056-14.82-1.056-14.82s-21.588 8.379-35.442-4.527c-3.146-2.93-8.989-4.812-8.989-4.812-2.95-20.558 15.139-40.005 15.139-40.005-23.29 4.749-26.626 39.419-29.025 40.24a20.456 20.456 0 0 0-3.625 1.647c-17.283 9.982-15.968 27.046-15.968 27.046-.764 14.871-18.908 16.765-18.908 27.788 0 5.881 7.957 3.805 7.957 3.805 13.805-18.013 31.547-17.283 31.547-17.283s5.071 7.603-11.317 26.609c0 0 2.309 3.146 5.631 3.021 8.301-.309 14.966-12.366 17.158-16.459 6.652-12.426 12.895-15.426 12.895-15.426 14.309-13.065 35.213 26.68 51.909 45.232 31.099 34.554 54.958 48.921 67.044 53.511 13.468 5.116 96.833 13.068 158.6 15.088 1.94 10.569 7.512 20.735 18.882 23.568 22.029 5.488 41.863-3.484 62.894-11.793 22.977-9.078 47.139-19.553 64.26-13.223 20.115 7.435 39.383 9.067 46.293 1.928 0 0-15.998 2.217-18.201-2.204 0 0 17.049 1.131 22.116-4.627 0 0-25.515 2.608-41.419-7.967 5.371-3.201 6.945-7.38 6.945-7.38-4.371 2.269-8.906 3.264-12.853 3.627-14.574-8.319-18.446-1.97-25.211 2.33-10.745 6.827-37.962 12.548-53.296 11.062 5.796-.425 21.946-3.058 42.8-18.605 19.292-14.383 21.606-31.334 46.371-41.314 21.179-8.535 53.798.488 79.771-4.703 72.372-14.466 52.096-69.353 52.096-69.353", fill: "#71CDDD" }),
22
+ React.createElement("g", { transform: "translate(910)" },
23
+ React.createElement("mask", { id: "error_graphic_svg__d", fill: "#fff" },
24
+ React.createElement("use", { xlinkHref: "#error_graphic_svg__c" })),
25
+ React.createElement("path", { d: "M6.93 89.283c.275 16.651 8.248 32.933 29.284 32.057 21.035-.877 33.307-30.677 31.554-46.453-.487-4.371-7.42-13.667-9.398-24.881-1.63-9.25 1.593-21.113 1.593-21.113C49.155 30.164 46.73 56.48 46.73 56.48s-10.289-29.494 0-56.094c0 0-9.95 3.572-14.024 14.023-4.14 10.626-7.53-.929-7.53-.929-8.782 9.09 4.497 15.826-.616 23.419-10.169 15.099-1.54 31.893-1.54 31.893-10.632-1.54-4.006-24.951-17.455-23.756 0 0 4.433 9.038 1.39 11.34 0 0-2.923.555-3.736-3.843 0 0-5.353.783-1.43 16.184 1.206 4.733 4.988 11.328 5.14 20.566", fill: "#FF5C49", mask: "url(#error_graphic_svg__d)" })),
26
+ React.createElement("path", { d: "M947.45 43s-4.715 17.837 5.016 31.306c9.879 13.677 11.558 19.83 11.372 30.53-.074 4.21-1.47 11.42-8.457 15.217-3.798 2.064-12.687 1.964-14.658 1.342-2.779-.876-11.007-16.559-.608-35.243 7.283-13.084-1.106-22.637-.045-30.065S947.45 43 947.45 43", fill: "#FF806C" }),
27
+ React.createElement("path", { d: "M351.8 127a6.287 6.287 0 0 1-4.799 11.622L351.8 127z", fill: "#272727" }),
28
+ React.createElement("g", { transform: "translate(407 224)" },
29
+ React.createElement("mask", { id: "error_graphic_svg__f", fill: "#fff" },
30
+ React.createElement("use", { xlinkHref: "#error_graphic_svg__e" })),
31
+ React.createElement("path", { d: "M188.95 30.066s-11.078 4-6.77 15.078c0 0 3.385 9.847 31.679 3.385 0 0-8.599 5.539-4.842 17.671 0 0 3.32 10.64 38.047 3.891 0 0-20.753 6.917-11.353 19.244 0 0 9.151 11.277 41.593 7.384 0 0-63.445 32.626-140.67 42.834-29.226 3.863-68.847.518-91.924-9.057-12.226 6.714-15.058 29.68-15.058 29.68-6.671-10.061 1.598-27.044 5.655-34.177C9.029 134.465.555 162.001.555 162.001c-1.625-19.393 11.347-34.526 27.113-43.866 0 0 38.684-24.963 53.808-58.293 10.146-22.359 3.19-43.216-6.361-59.003l48.805 1.933c7.081 9.666 23.667 19.277 65.03 27.294", fill: "#71CDDD", mask: "url(#error_graphic_svg__f)" })),
32
+ React.createElement("path", { d: "M506.027 190.452c11.9 15.86 36.859 24.122 74.877 24.786 16.078-3.834 29.411-8.582 39.998-14.242 36.635 2.33 58.622 2.623 65.96.879 7.339-1.744 9.084-4.941 5.234-9.59l-186.066-1.832z", fill: "#12A3B4" }),
33
+ React.createElement("path", { d: "M538.688 190.793s-.35 27.204-5.082 32.348c0 0-8.903 3.796-9.357 8.937 0 0-19.98 14.019-29.546 15.623 0 0-6.386.267-8.01 2.344 0 0-11.663-.272-13.739-3.09 0 0-3.983.234-4.468 1.767 0 0 7.87 2.087 8.155 4.46 0 0 9.304 1.774 9.462 3.092 0 0-.58 3.402-2.154 3.863 0 0 6.823 2.139 8.575-.342 0 0 .973-4.59 5.425-5.15 0 0 39.468-20.057 47.887-22.423 0 0 13.514-27.933 10.462-33.428l-17.61-8z", fill: "#F5CEDB" }),
34
+ React.createElement("path", { d: "M500.041 52.4s10.724 8.157-2.11 35.878c0 0-6.447 14.008-.251 23.182 6.193 9.176 10.064 10.763 10.064 10.763s10.099 1.204 16.545-2.25c6.446-3.453 27.682-14.206 40.808-16.057s31.957-3.354 31.957-3.354-4.67 2.13-4.217 4.495c0 0 13.218-.772 19.141 1.595 5.922 2.365 26.307 22.574 29.321 38.344 0 0 13.718 26.856 17.762 33.412 4.044 6.556 30.517 10.843 30.366 12.573l12.107 2.12s-5.632 1.1-8.443 3.845c0 0-58.772 5.837-73.327-2.154 0 0-36.313 19.843-42.692 15.833 0 0-62.306-3.79-80.595-26.62 0 0-18.444-18.406-19.865-21.56 0 0-4.805-3.81-6.765-4.192 0 0 2.903-1.232 6.663 1.298 0 0-13.026-15.796-12.811-22.697.213-6.901 5.375-27.683 9.51-34.245 4.133-6.562 10.726-18.808 9.17-22.417-1.555-3.61-4.085-10.715-6.26-11.138-2.173-.423-24.28-2.014-25.46-.59 0 0 1.68-4.838 18.414-13.884 0 0 13.53-23.486 30.968-2.18z", fill: "#F87EAC" }),
35
+ React.createElement("path", { d: "M494.735 62.946a2.754 2.754 0 0 1-2.34-3.113 2.75 2.75 0 0 1 3.122-2.324 2.753 2.753 0 0 1 2.34 3.112 2.751 2.751 0 0 1-3.122 2.325m12.643 19.521c-1.632-1.008-3.714-4.294-3.65-8.595.063-4.302 9.232-5.522 11.208-15.405 1.976-9.885-6.031-17.064-6.031-17.064l.347-3.705-2.734-1.625-2.752 2.065c-20.845-7.368-27.462 6.346-27.462 6.346-.725 1.184-.003 3.89-.003 3.89 1.225 5.525 14.302 9.52 14.302 9.52-1.435 3.814.74 5.502.74 5.502-8.254.182-17.58 9.583-17.58 9.583-.514 1.252.232 5.338.232 5.338-8.502 1.98-9.218 6.961-8.737 9.794.481 2.832 4.133 6.012 12.06 5.718 7.926-.294 15.947-5.105 22.38-5.063 6.435.044 10.133 4.446 10.42 3.383.29-1.064-1.109-8.671-2.74-9.68", fill: "#F5CEDB" }),
36
+ React.createElement("path", { d: "M507.24 34.822s1.169-12.352 7.834-16.514c6.666-4.163 16.308.684 18.007 2.154 1.699 1.471 5.616 3.931 5.381 5.568 0 0 6.177 7.236 5.421 12.508s.097 15.813-1.922 18.211c0 0 3.825 6.334 8.01 6.138 4.184-.197 5.273-3.36 5.426-4.426.153-1.065-1.69-2.706-3.507-2.11-1.817.597-3.1 2.701-3.1 2.701s-.657-3.471 2.273-7.8c2.93-4.327 10.035.877 10.65 4.229.617 3.351 1.546 4.917-.698 8.885-2.243 3.97-12.122 6.836-12.122 6.836s-2.722 2.87-7.182 2.57c-4.459-.3-8.33-1.49-9.93-3.61-1.6-2.12-2.127-3.283-2.127-3.283s-4.395-1.15-5.431-5.593c-1.036-4.442 1.134-9.11 1.134-9.11s1.435-7.377.003-9.272c0 0-4.547 1.919-8.2-1.585-3.654-3.504-5.257-4.83-5.257-4.83l-1.821.148-2.842-1.815z", fill: "#A91560" }),
37
+ React.createElement("rect", { x: 83, y: 81, width: 44.017, height: 22.619, rx: 11.309, fill: "#175D8D" }),
38
38
  React.createElement("rect", { x: 1210, y: 282, width: 34.017, height: 22.619, rx: 11.309, fill: "#175D8D" }))));
39
39
 
40
40
  export { SvgErrorGraphic as default };
@@ -2,16 +2,16 @@ import React from 'react';
2
2
  import ErrorDragon from '../ErrorDragon/ErrorDragon.js';
3
3
  import ErrorPageCore from '../ErrorPageCore/ErrorPageCore.js';
4
4
 
5
- /*
6
- IBM Confidential
7
- 694970X, 69497O0
8
- © Copyright IBM Corp. 2022, 2024
9
- */
10
- function ErrorFullPage({ theme = "core", ...rest }) {
11
- if (theme === "boomerang") {
12
- React.createElement(ErrorDragon, { ...rest, statusUrl: rest.statusUrl });
13
- }
14
- return React.createElement(ErrorPageCore, { ...rest });
5
+ /*
6
+ IBM Confidential
7
+ 694970X, 69497O0
8
+ © Copyright IBM Corp. 2022, 2024
9
+ */
10
+ function ErrorFullPage({ theme = "core", ...rest }) {
11
+ if (theme === "boomerang") {
12
+ React.createElement(ErrorDragon, { ...rest, statusUrl: rest.statusUrl });
13
+ }
14
+ return React.createElement(ErrorPageCore, { ...rest });
15
15
  }
16
16
 
17
17
  export { ErrorFullPage as default };