@jobber/components 4.85.4-CJS-to-ESM.0 → 4.85.4-CJS-to-ESM.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/AnimatedPresence-20a02aaa.js +104 -0
- package/dist/AnimatedPresence-bbccdaf7.js +98 -0
- package/dist/AnimatedPresence.cjs +12 -0
- package/dist/AnimatedPresence.js +4 -0
- package/dist/AnimatedSwitcher-3aff3d12.js +90 -0
- package/dist/AnimatedSwitcher-3d45ec5d.js +96 -0
- package/dist/AnimatedSwitcher.cjs +13 -0
- package/dist/AnimatedSwitcher.js +5 -0
- package/dist/Autocomplete-b35c7ff5.js +196 -0
- package/dist/Autocomplete-dc7a4b9e.js +188 -0
- package/dist/Autocomplete.cjs +33 -0
- package/dist/Autocomplete.js +25 -0
- package/dist/Avatar-229083ec.js +70 -0
- package/dist/Avatar-cccf72b9.js +78 -0
- package/dist/Avatar.cjs +15 -0
- package/dist/Avatar.js +7 -0
- package/dist/Banner-18d94700.js +105 -0
- package/dist/Banner-5475a9ea.js +98 -0
- package/dist/Banner.cjs +20 -0
- package/dist/Banner.js +12 -0
- package/dist/Body-22878526.js +64 -0
- package/dist/Body-4fbe21ac.js +50 -0
- package/dist/Button-30154871.js +50 -0
- package/dist/Button-ec64869e.js +57 -0
- package/dist/Button.cjs +16 -0
- package/dist/Button.js +8 -0
- package/dist/ButtonDismiss-a11eef74.js +8 -0
- package/dist/ButtonDismiss-d7417429.js +14 -0
- package/dist/ButtonDismiss.cjs +17 -0
- package/dist/ButtonDismiss.js +9 -0
- package/dist/Card-27375ded.js +93 -0
- package/dist/Card-35bd61ce.js +86 -0
- package/dist/Card.cjs +24 -0
- package/dist/Card.js +16 -0
- package/dist/Checkbox-a91b14f7.js +56 -0
- package/dist/Checkbox-b6e46d80.js +63 -0
- package/dist/Checkbox.cjs +18 -0
- package/dist/Checkbox.js +10 -0
- package/dist/Chip-01343f8b.js +81 -0
- package/dist/Chip-24613c57.js +89 -0
- package/dist/Chip.cjs +27 -0
- package/dist/Chip.js +17 -0
- package/dist/ChipDismissible-1f2754bd.js +19 -0
- package/dist/ChipDismissible-a8ecc894.js +26 -0
- package/dist/Chips-7c44a2f9.js +494 -0
- package/dist/Chips-a8f4c9f2.js +505 -0
- package/dist/Chips.cjs +46 -0
- package/dist/Chips.js +37 -0
- package/dist/Combobox-44f0ec2a.js +468 -0
- package/dist/Combobox-d8d28b1e.js +479 -0
- package/dist/Combobox.cjs +40 -0
- package/dist/Combobox.js +31 -0
- package/dist/ConfirmationModal-09ec5d02.js +100 -0
- package/dist/ConfirmationModal-64f82a31.js +94 -0
- package/dist/ConfirmationModal.cjs +31 -0
- package/dist/ConfirmationModal.js +23 -0
- package/dist/Content-60a3452a.js +24 -0
- package/dist/Content-c96e9299.js +18 -0
- package/dist/Content.cjs +12 -0
- package/dist/Content.js +4 -0
- package/dist/Countdown-961d8a6e.js +70 -0
- package/dist/Countdown-ac081ced.js +63 -0
- package/dist/Countdown.cjs +12 -0
- package/dist/Countdown.js +4 -0
- package/dist/DataDump-6fae2727.js +15 -0
- package/dist/DataDump-f427abfe.js +21 -0
- package/dist/DataDump.cjs +27 -0
- package/dist/DataDump.js +19 -0
- package/dist/DataList-18f2d692.js +1310 -0
- package/dist/DataList-4b0f9e5d.js +1320 -0
- package/dist/DataList.cjs +52 -0
- package/dist/DataList.js +44 -0
- package/dist/DataTable-0f6649e0.js +245 -0
- package/dist/DataTable-aab7f6b9.js +252 -0
- package/dist/DataTable.cjs +65 -0
- package/dist/DataTable.js +36 -0
- package/dist/DatePicker-5d0c0353.js +125 -0
- package/dist/DatePicker-c091c0d2.js +134 -0
- package/dist/DatePicker.cjs +20 -0
- package/dist/DatePicker.js +12 -0
- package/dist/DescriptionList-2cb975a9.js +15 -0
- package/dist/DescriptionList-74db99a5.js +21 -0
- package/dist/DescriptionList.cjs +13 -0
- package/dist/DescriptionList.js +5 -0
- package/dist/Disclosure-00a9459b.js +36 -0
- package/dist/Disclosure-56309ff3.js +42 -0
- package/dist/Disclosure.cjs +16 -0
- package/dist/Disclosure.js +8 -0
- package/dist/Divider-1e6ac1ec.js +27 -0
- package/dist/Divider-589745c1.js +20 -0
- package/dist/Divider.cjs +12 -0
- package/dist/Divider.js +4 -0
- package/dist/Drawer.cjs +21 -0
- package/dist/Drawer.js +12 -0
- package/dist/DrawerGrid-0861e529.js +33 -0
- package/dist/DrawerGrid-b233d837.js +41 -0
- package/dist/Emphasis-2a640962.js +13 -0
- package/dist/Emphasis-84de1f3f.js +19 -0
- package/dist/Emphasis.cjs +13 -0
- package/dist/Emphasis.js +5 -0
- package/dist/FeatureSwitch-ddaebf27.js +62 -0
- package/dist/FeatureSwitch-e33e30a9.js +55 -0
- package/dist/FeatureSwitch.cjs +26 -0
- package/dist/FeatureSwitch.js +18 -0
- package/dist/Flex-041db5c8.js +31 -0
- package/dist/Flex-ddf28839.js +38 -0
- package/dist/Flex.cjs +12 -0
- package/dist/Flex.js +4 -0
- package/dist/Form-6a161b07.js +48 -0
- package/dist/Form-927647ef.js +54 -0
- package/dist/Form.cjs +12 -0
- package/dist/Form.js +4 -0
- package/dist/FormField-f1f405d2.js +246 -0
- package/dist/FormField-fc30bb1a.js +253 -0
- package/dist/FormField.cjs +24 -0
- package/dist/FormField.js +16 -0
- package/dist/FormatDate-70ea5b43.js +34 -0
- package/dist/FormatDate-720b39cf.js +27 -0
- package/dist/FormatDate.cjs +11 -0
- package/dist/FormatDate.js +2 -0
- package/dist/FormatEmail-04ee4085.js +14 -0
- package/dist/FormatEmail-298393bb.js +21 -0
- package/dist/FormatEmail.cjs +12 -0
- package/dist/FormatEmail.js +4 -0
- package/dist/FormatFile-648aea3e.js +154 -0
- package/dist/FormatFile-d57b8dfa.js +162 -0
- package/dist/FormatFile.cjs +36 -0
- package/dist/FormatFile.js +28 -0
- package/dist/FormatRelativeDateTime-529dc36b.js +64 -0
- package/dist/FormatRelativeDateTime-6336002d.js +70 -0
- package/dist/FormatRelativeDateTime.cjs +10 -0
- package/dist/FormatRelativeDateTime.js +2 -0
- package/dist/FormatTime-20538519.js +34 -0
- package/dist/FormatTime-764fd3c8.js +28 -0
- package/dist/FormatTime.cjs +10 -0
- package/dist/FormatTime.js +2 -0
- package/dist/Gallery-7760f21f.js +66 -0
- package/dist/Gallery-8d4d79a2.js +73 -0
- package/dist/Gallery.cjs +39 -0
- package/dist/Gallery.js +31 -0
- package/dist/Glimmer-3fcdae65.js +77 -0
- package/dist/Glimmer-6bf75ae0.js +69 -0
- package/dist/Glimmer.cjs +15 -0
- package/dist/Glimmer.js +6 -0
- package/dist/Grid-c28e226d.js +66 -0
- package/dist/Grid-cce44c9d.js +74 -0
- package/dist/Grid.cjs +14 -0
- package/dist/Grid.js +5 -0
- package/dist/Heading-a8a24775.js +55 -0
- package/dist/Heading-dfd4f1cf.js +49 -0
- package/dist/Heading.cjs +14 -0
- package/dist/Heading.js +6 -0
- package/dist/Icon-22723fe6.js +34 -0
- package/dist/Icon-405a216c.js +40 -0
- package/dist/Icon.cjs +11 -0
- package/dist/Icon.js +3 -0
- package/dist/InlineLabel-20f9095e.js +21 -0
- package/dist/InlineLabel-5144fa06.js +28 -0
- package/dist/InlineLabel.cjs +13 -0
- package/dist/InlineLabel.js +5 -0
- package/dist/InputAvatar-3a10bdb1.js +50 -0
- package/dist/InputAvatar-95c98620.js +56 -0
- package/dist/InputAvatar.cjs +28 -0
- package/dist/InputAvatar.js +20 -0
- package/dist/InputDate-c258f5cb.js +32 -0
- package/dist/InputDate-c5f19423.js +39 -0
- package/dist/InputDate.cjs +29 -0
- package/dist/InputDate.js +21 -0
- package/dist/InputEmail-4efba03d.js +27 -0
- package/dist/InputEmail-812bdffe.js +20 -0
- package/dist/InputEmail.cjs +26 -0
- package/dist/InputEmail.js +17 -0
- package/dist/InputFile-921c050e.js +190 -0
- package/dist/InputFile-d089b486.js +181 -0
- package/dist/InputFile.cjs +25 -0
- package/dist/InputFile.js +16 -0
- package/dist/InputGroup-436859cf.js +26 -0
- package/dist/InputGroup-8d4fd4eb.js +33 -0
- package/dist/InputGroup.cjs +12 -0
- package/dist/InputGroup.js +4 -0
- package/dist/InputNumber-4bd38b8e.js +56 -0
- package/dist/InputNumber-df9cb825.js +62 -0
- package/dist/InputNumber.cjs +25 -0
- package/dist/InputNumber.js +17 -0
- package/dist/InputPassword-08d2dfa1.js +25 -0
- package/dist/InputPassword-6b937a91.js +19 -0
- package/dist/InputPassword.cjs +25 -0
- package/dist/InputPassword.js +17 -0
- package/dist/InputPhoneNumber-947bdb49.js +97 -0
- package/dist/InputPhoneNumber-cbb2ca7d.js +103 -0
- package/dist/InputPhoneNumber.cjs +25 -0
- package/dist/InputPhoneNumber.js +17 -0
- package/dist/InputText-125769fd.js +102 -0
- package/dist/InputText-2fd8f942.js +96 -0
- package/dist/InputText.cjs +26 -0
- package/dist/InputText.js +18 -0
- package/dist/InputTime-3c4bdff0.js +194 -0
- package/dist/InputTime-ef8af2d9.js +187 -0
- package/dist/InputTime.cjs +27 -0
- package/dist/InputTime.js +19 -0
- package/dist/InputValidation-4a61254d.js +29 -0
- package/dist/InputValidation-fe42fc3f.js +23 -0
- package/dist/InputValidation.cjs +17 -0
- package/dist/InputValidation.js +9 -0
- package/dist/LightBox-3d6e74ba.js +117 -0
- package/dist/LightBox-8cc72953.js +109 -0
- package/dist/LightBox.cjs +24 -0
- package/dist/LightBox.js +16 -0
- package/dist/Link-b41bc1d3.js +7 -0
- package/dist/Link-fd7301ec.js +13 -0
- package/dist/Link.cjs +10 -0
- package/dist/Link.js +2 -0
- package/dist/List-4fe52f57.js +77 -0
- package/dist/List-821f249d.js +87 -0
- package/dist/List.cjs +25 -0
- package/dist/List.js +16 -0
- package/dist/Markdown-36854bd5.js +62 -0
- package/dist/Markdown-7b84fcdb.js +55 -0
- package/dist/Markdown.cjs +19 -0
- package/dist/Markdown.js +11 -0
- package/dist/Menu-5ce3cf41.js +139 -0
- package/dist/Menu-fb0b2e9b.js +132 -0
- package/dist/Menu.cjs +21 -0
- package/dist/Menu.js +13 -0
- package/dist/Modal-cda55f02.js +71 -0
- package/dist/Modal-eeb52d66.js +63 -0
- package/dist/Modal.cjs +25 -0
- package/dist/Modal.js +17 -0
- package/dist/MultiSelect-0af9c956.js +169 -0
- package/dist/MultiSelect-707000e1.js +176 -0
- package/dist/MultiSelect.cjs +19 -0
- package/dist/MultiSelect.js +11 -0
- package/dist/Option-58d7cab6.js +12 -0
- package/dist/Option-73515eec.js +19 -0
- package/dist/Page-0b334096.js +59 -0
- package/dist/Page-fdb087db.js +66 -0
- package/dist/Page.cjs +30 -0
- package/dist/Page.js +22 -0
- package/dist/Popover-798f548e.js +47 -0
- package/dist/Popover-968c63b2.js +53 -0
- package/dist/Popover.cjs +20 -0
- package/dist/Popover.js +12 -0
- package/dist/ProgressBar-022ef3f6.js +36 -0
- package/dist/ProgressBar-4ee648b7.js +43 -0
- package/dist/ProgressBar.cjs +12 -0
- package/dist/ProgressBar.js +4 -0
- package/dist/RadioGroup-68edd1e3.js +46 -0
- package/dist/RadioGroup-a089f132.js +39 -0
- package/dist/RadioGroup.cjs +15 -0
- package/dist/RadioGroup.js +6 -0
- package/dist/RecurringSelect-2de4014c.js +208 -0
- package/dist/RecurringSelect-e391af31.js +214 -0
- package/dist/RecurringSelect.cjs +38 -0
- package/dist/RecurringSelect.js +22 -0
- package/dist/Select.cjs +26 -0
- package/dist/Select.js +17 -0
- package/dist/Spinner-3480bc34.js +24 -0
- package/dist/Spinner-90081e20.js +17 -0
- package/dist/Spinner.cjs +12 -0
- package/dist/Spinner.js +4 -0
- package/dist/StatusIndicator-0c680acb.js +18 -0
- package/dist/StatusIndicator-d6f9aefa.js +12 -0
- package/dist/StatusIndicator.cjs +11 -0
- package/dist/StatusIndicator.js +3 -0
- package/dist/StatusLabel-5bf96fdb.js +26 -0
- package/dist/StatusLabel-66214fc7.js +19 -0
- package/dist/StatusLabel.cjs +15 -0
- package/dist/StatusLabel.js +7 -0
- package/dist/Switch-6c6c727b.js +56 -0
- package/dist/Switch-87706cde.js +49 -0
- package/dist/Switch.cjs +13 -0
- package/dist/Switch.js +5 -0
- package/dist/Table.cjs +20 -0
- package/dist/Table.js +5 -0
- package/dist/Tabs-109f1f10.js +70 -0
- package/dist/Tabs-d6c8b965.js +78 -0
- package/dist/Tabs.cjs +14 -0
- package/dist/Tabs.js +5 -0
- package/dist/Text-714f7d14.js +31 -0
- package/dist/Text-c92ddeb3.js +25 -0
- package/dist/Text.cjs +13 -0
- package/dist/Text.js +5 -0
- package/dist/Toast.cjs +19 -0
- package/dist/Toast.js +11 -0
- package/dist/Tooltip-2e477150.js +112 -0
- package/dist/Tooltip-a40fffbd.js +104 -0
- package/dist/Tooltip.cjs +16 -0
- package/dist/Tooltip.js +8 -0
- package/dist/Typography-52ed1386.js +55 -0
- package/dist/Typography-fd88fcce.js +62 -0
- package/dist/Typography.cjs +12 -0
- package/dist/Typography.js +4 -0
- package/dist/getAtlantisConfig-0f3e8af2.js +13 -0
- package/dist/getAtlantisConfig-5b50057c.js +11 -0
- package/dist/index.cjs +224 -0
- package/dist/index.js +112 -0
- package/dist/showToast-63be1cf0.js +106 -0
- package/dist/showToast-ff666be8.js +100 -0
- package/dist/style-inject.es-9d2f5f4e.js +30 -0
- package/dist/style-inject.es-a0e1a0ba.js +28 -0
- package/dist/tslib.es6-754e2961.js +46 -0
- package/dist/tslib.es6-c563c1dd.js +43 -0
- package/package.json +8 -368
- package/AnimatedPresence.d.ts +0 -1
- package/AnimatedPresence.js +0 -17
- package/AnimatedSwitcher.d.ts +0 -1
- package/AnimatedSwitcher.js +0 -17
- package/Autocomplete.d.ts +0 -1
- package/Autocomplete.js +0 -17
- package/Avatar.d.ts +0 -1
- package/Avatar.js +0 -17
- package/Banner.d.ts +0 -1
- package/Banner.js +0 -17
- package/Button.d.ts +0 -1
- package/Button.js +0 -17
- package/ButtonDismiss.d.ts +0 -1
- package/ButtonDismiss.js +0 -17
- package/Card.d.ts +0 -1
- package/Card.js +0 -17
- package/Checkbox.d.ts +0 -1
- package/Checkbox.js +0 -17
- package/Chip.d.ts +0 -1
- package/Chip.js +0 -17
- package/Chips.d.ts +0 -1
- package/Chips.js +0 -17
- package/Combobox.d.ts +0 -1
- package/Combobox.js +0 -17
- package/ConfirmationModal.d.ts +0 -1
- package/ConfirmationModal.js +0 -17
- package/Content.d.ts +0 -1
- package/Content.js +0 -17
- package/Countdown.d.ts +0 -1
- package/Countdown.js +0 -17
- package/DataDump.d.ts +0 -1
- package/DataDump.js +0 -17
- package/DataList.d.ts +0 -1
- package/DataList.js +0 -17
- package/DataTable.d.ts +0 -1
- package/DataTable.js +0 -17
- package/DatePicker.d.ts +0 -1
- package/DatePicker.js +0 -17
- package/DescriptionList.d.ts +0 -1
- package/DescriptionList.js +0 -17
- package/Disclosure.d.ts +0 -1
- package/Disclosure.js +0 -17
- package/Divider.d.ts +0 -1
- package/Divider.js +0 -17
- package/Drawer.d.ts +0 -1
- package/Drawer.js +0 -17
- package/Emphasis.d.ts +0 -1
- package/Emphasis.js +0 -17
- package/FeatureSwitch.d.ts +0 -1
- package/FeatureSwitch.js +0 -17
- package/Flex.d.ts +0 -1
- package/Flex.js +0 -17
- package/Form.d.ts +0 -1
- package/Form.js +0 -17
- package/FormField.d.ts +0 -1
- package/FormField.js +0 -17
- package/FormatDate.d.ts +0 -1
- package/FormatDate.js +0 -17
- package/FormatEmail.d.ts +0 -1
- package/FormatEmail.js +0 -17
- package/FormatFile.d.ts +0 -1
- package/FormatFile.js +0 -17
- package/FormatRelativeDateTime.d.ts +0 -1
- package/FormatRelativeDateTime.js +0 -17
- package/FormatTime.d.ts +0 -1
- package/FormatTime.js +0 -17
- package/Gallery.d.ts +0 -1
- package/Gallery.js +0 -17
- package/Glimmer.d.ts +0 -1
- package/Glimmer.js +0 -17
- package/Grid.d.ts +0 -1
- package/Grid.js +0 -17
- package/Heading.d.ts +0 -1
- package/Heading.js +0 -17
- package/Icon.d.ts +0 -1
- package/Icon.js +0 -17
- package/InlineLabel.d.ts +0 -1
- package/InlineLabel.js +0 -17
- package/InputAvatar.d.ts +0 -1
- package/InputAvatar.js +0 -17
- package/InputDate.d.ts +0 -1
- package/InputDate.js +0 -17
- package/InputEmail.d.ts +0 -1
- package/InputEmail.js +0 -17
- package/InputFile.d.ts +0 -1
- package/InputFile.js +0 -17
- package/InputGroup.d.ts +0 -1
- package/InputGroup.js +0 -17
- package/InputNumber.d.ts +0 -1
- package/InputNumber.js +0 -17
- package/InputPassword.d.ts +0 -1
- package/InputPassword.js +0 -17
- package/InputPhoneNumber.d.ts +0 -1
- package/InputPhoneNumber.js +0 -17
- package/InputText.d.ts +0 -1
- package/InputText.js +0 -17
- package/InputTime.d.ts +0 -1
- package/InputTime.js +0 -17
- package/InputValidation.d.ts +0 -1
- package/InputValidation.js +0 -17
- package/LightBox.d.ts +0 -1
- package/LightBox.js +0 -17
- package/Link.d.ts +0 -1
- package/Link.js +0 -17
- package/List.d.ts +0 -1
- package/List.js +0 -17
- package/Markdown.d.ts +0 -1
- package/Markdown.js +0 -17
- package/Menu.d.ts +0 -1
- package/Menu.js +0 -17
- package/Modal.d.ts +0 -1
- package/Modal.js +0 -17
- package/MultiSelect.d.ts +0 -1
- package/MultiSelect.js +0 -17
- package/Page.d.ts +0 -1
- package/Page.js +0 -17
- package/Popover.d.ts +0 -1
- package/Popover.js +0 -17
- package/ProgressBar.d.ts +0 -1
- package/ProgressBar.js +0 -17
- package/RadioGroup.d.ts +0 -1
- package/RadioGroup.js +0 -17
- package/RecurringSelect.d.ts +0 -1
- package/RecurringSelect.js +0 -17
- package/Select.d.ts +0 -1
- package/Select.js +0 -17
- package/Spinner.d.ts +0 -1
- package/Spinner.js +0 -17
- package/StatusIndicator.d.ts +0 -1
- package/StatusIndicator.js +0 -17
- package/StatusLabel.d.ts +0 -1
- package/StatusLabel.js +0 -17
- package/Switch.d.ts +0 -1
- package/Switch.js +0 -17
- package/Table.d.ts +0 -1
- package/Table.js +0 -17
- package/Tabs.d.ts +0 -1
- package/Tabs.js +0 -17
- package/Text.d.ts +0 -1
- package/Text.js +0 -17
- package/Toast.d.ts +0 -1
- package/Toast.js +0 -17
- package/Tooltip.d.ts +0 -1
- package/Tooltip.js +0 -17
- package/Typography.d.ts +0 -1
- package/Typography.js +0 -17
- package/dist/index.cjs.js +0 -6721
- package/dist/index.esm.js +0 -6603
- package/rollup.config.js +0 -75
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
import React, { forwardRef, useReducer, useImperativeHandle, useEffect } from 'react';
|
|
2
|
+
import { useOnKeyDown } from '@jobber/hooks/useOnKeyDown';
|
|
3
|
+
import { M as Modal } from './Modal-eeb52d66.js';
|
|
4
|
+
import { C as Content } from './Content-c96e9299.js';
|
|
5
|
+
import { M as Markdown } from './Markdown-7b84fcdb.js';
|
|
6
|
+
|
|
7
|
+
function confirmationModalReducer(state, action) {
|
|
8
|
+
switch (action.type) {
|
|
9
|
+
case "display":
|
|
10
|
+
return Object.assign(Object.assign({}, state), { title: action.title, message: action.message, open: true, confirmLabel: action.confirmLabel, cancelLabel: action.cancelLabel || "Cancel", onConfirm: action.onConfirm, onCancel: action.onCancel });
|
|
11
|
+
case "confirm":
|
|
12
|
+
state.onConfirm && state.onConfirm();
|
|
13
|
+
return Object.assign(Object.assign({}, state), { open: false });
|
|
14
|
+
case "cancel":
|
|
15
|
+
state.onCancel && state.onCancel();
|
|
16
|
+
return Object.assign(Object.assign({}, state), { open: false });
|
|
17
|
+
case "reset":
|
|
18
|
+
return Object.assign(Object.assign({}, state), action.state);
|
|
19
|
+
default:
|
|
20
|
+
throw new Error();
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
const ConfirmationModal = forwardRef(function ConfirmationModalInternal({ title, message, open = false, confirmLabel = "Confirm", cancelLabel = "Cancel", onConfirm, onCancel, onRequestClose, variation = "work", size, children, }, ref) {
|
|
24
|
+
const [state, dispatch] = useReducer(confirmationModalReducer, {
|
|
25
|
+
title,
|
|
26
|
+
message,
|
|
27
|
+
open: false,
|
|
28
|
+
confirmLabel,
|
|
29
|
+
cancelLabel,
|
|
30
|
+
onConfirm,
|
|
31
|
+
onCancel,
|
|
32
|
+
});
|
|
33
|
+
// Expose a `show` method through this component's ref.
|
|
34
|
+
useImperativeHandle(ref, () => ({
|
|
35
|
+
show: ({ title: newTitle, message: newMessage, confirmLabel: newConfirmLabel, cancelLabel: newCancelLabel, onConfirm: newOnConfirm, onCancel: newOnCancel, }) => {
|
|
36
|
+
dispatch({
|
|
37
|
+
type: "display",
|
|
38
|
+
title: newTitle,
|
|
39
|
+
message: newMessage,
|
|
40
|
+
confirmLabel: newConfirmLabel,
|
|
41
|
+
cancelLabel: newCancelLabel,
|
|
42
|
+
onConfirm: newOnConfirm,
|
|
43
|
+
onCancel: newOnCancel,
|
|
44
|
+
});
|
|
45
|
+
},
|
|
46
|
+
}));
|
|
47
|
+
useEffect(() => {
|
|
48
|
+
dispatch({
|
|
49
|
+
type: "reset",
|
|
50
|
+
state: Object.assign(Object.assign({}, state), { title, message: message, confirmLabel,
|
|
51
|
+
cancelLabel,
|
|
52
|
+
onConfirm,
|
|
53
|
+
onCancel }),
|
|
54
|
+
});
|
|
55
|
+
}, [title, message, confirmLabel, cancelLabel, onConfirm, onCancel]);
|
|
56
|
+
useOnKeyDown(handleKeyboardShortcut, ["Escape", "Enter"]);
|
|
57
|
+
return (React.createElement(Modal, { title: state.title, open: open || state.open, size: size, dismissible: false, primaryAction: {
|
|
58
|
+
label: state.confirmLabel,
|
|
59
|
+
onClick: handleAction("confirm"),
|
|
60
|
+
variation: variation === "destructive" ? "destructive" : "work",
|
|
61
|
+
}, secondaryAction: {
|
|
62
|
+
label: state.cancelLabel,
|
|
63
|
+
onClick: handleAction("cancel"),
|
|
64
|
+
} }, state.message ? (React.createElement(Content, null,
|
|
65
|
+
React.createElement(Markdown, { content: state.message }))) : (children)));
|
|
66
|
+
function handleAction(type) {
|
|
67
|
+
return () => {
|
|
68
|
+
dispatch({ type });
|
|
69
|
+
onRequestClose && onRequestClose();
|
|
70
|
+
};
|
|
71
|
+
}
|
|
72
|
+
function handleKeyboardShortcut(event) {
|
|
73
|
+
const { metaKey, ctrlKey, key, target } = event;
|
|
74
|
+
if (!open)
|
|
75
|
+
return;
|
|
76
|
+
const shouldTriggerShortcut = target instanceof HTMLButtonElement ? metaKey || ctrlKey : true;
|
|
77
|
+
if (!shouldTriggerShortcut)
|
|
78
|
+
return;
|
|
79
|
+
event.preventDefault();
|
|
80
|
+
event.stopPropagation();
|
|
81
|
+
switch (key) {
|
|
82
|
+
case "Enter": {
|
|
83
|
+
handleAction("confirm")();
|
|
84
|
+
break;
|
|
85
|
+
}
|
|
86
|
+
case "Escape": {
|
|
87
|
+
handleAction("cancel")();
|
|
88
|
+
break;
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
}
|
|
92
|
+
});
|
|
93
|
+
|
|
94
|
+
export { ConfirmationModal as C };
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var ConfirmationModal = require('./ConfirmationModal-09ec5d02.js');
|
|
6
|
+
require('react');
|
|
7
|
+
require('@jobber/hooks/useOnKeyDown');
|
|
8
|
+
require('./Modal-cda55f02.js');
|
|
9
|
+
require('react-dom');
|
|
10
|
+
require('classnames');
|
|
11
|
+
require('framer-motion');
|
|
12
|
+
require('@jobber/hooks/useRefocusOnActivator');
|
|
13
|
+
require('@jobber/hooks/useFocusTrap');
|
|
14
|
+
require('./style-inject.es-9d2f5f4e.js');
|
|
15
|
+
require('./Heading-a8a24775.js');
|
|
16
|
+
require('./Typography-fd88fcce.js');
|
|
17
|
+
require('./getAtlantisConfig-0f3e8af2.js');
|
|
18
|
+
require('./Button-ec64869e.js');
|
|
19
|
+
require('react-router-dom');
|
|
20
|
+
require('./Icon-405a216c.js');
|
|
21
|
+
require('@jobber/design');
|
|
22
|
+
require('./ButtonDismiss-d7417429.js');
|
|
23
|
+
require('./Content-60a3452a.js');
|
|
24
|
+
require('./Markdown-36854bd5.js');
|
|
25
|
+
require('react-markdown');
|
|
26
|
+
require('./Text-714f7d14.js');
|
|
27
|
+
require('./Emphasis-84de1f3f.js');
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
exports.ConfirmationModal = ConfirmationModal.ConfirmationModal;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
export { C as ConfirmationModal } from './ConfirmationModal-64f82a31.js';
|
|
2
|
+
import 'react';
|
|
3
|
+
import '@jobber/hooks/useOnKeyDown';
|
|
4
|
+
import './Modal-eeb52d66.js';
|
|
5
|
+
import 'react-dom';
|
|
6
|
+
import 'classnames';
|
|
7
|
+
import 'framer-motion';
|
|
8
|
+
import '@jobber/hooks/useRefocusOnActivator';
|
|
9
|
+
import '@jobber/hooks/useFocusTrap';
|
|
10
|
+
import './style-inject.es-a0e1a0ba.js';
|
|
11
|
+
import './Heading-dfd4f1cf.js';
|
|
12
|
+
import './Typography-52ed1386.js';
|
|
13
|
+
import './getAtlantisConfig-5b50057c.js';
|
|
14
|
+
import './Button-30154871.js';
|
|
15
|
+
import 'react-router-dom';
|
|
16
|
+
import './Icon-22723fe6.js';
|
|
17
|
+
import '@jobber/design';
|
|
18
|
+
import './ButtonDismiss-a11eef74.js';
|
|
19
|
+
import './Content-c96e9299.js';
|
|
20
|
+
import './Markdown-7b84fcdb.js';
|
|
21
|
+
import 'react-markdown';
|
|
22
|
+
import './Text-c92ddeb3.js';
|
|
23
|
+
import './Emphasis-2a640962.js';
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var React = require('react');
|
|
4
|
+
var classnames = require('classnames');
|
|
5
|
+
var styleInject_es = require('./style-inject.es-9d2f5f4e.js');
|
|
6
|
+
|
|
7
|
+
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
8
|
+
|
|
9
|
+
var classnames__default = /*#__PURE__*/_interopDefaultLegacy(classnames);
|
|
10
|
+
|
|
11
|
+
var css_248z$1 = "._340SlNuzSDQ- > :not(:last-child) {\n margin-bottom: var(--space-minuscule);\n}\n\n.H1BK-YSBQBQ- > :not(:last-child) {\n margin-bottom: var(--space-smallest);\n}\n\n.xUe31mY0kro- > :not(:last-child) {\n margin-bottom: var(--space-smaller);\n}\n\n.rDJFaGPzCbE- > :not(:last-child) {\n margin-bottom: var(--space-small);\n}\n\n.SRYe3DkjH1c- > :not(:last-child) {\n margin-bottom: var(--space-base);\n}\n\n._7TZ4MI3kr4Y- > :not(:last-child) {\n margin-bottom: var(--space-large);\n}\n\n.jvPl3aAN9PA- > :not(:last-child) {\n margin-bottom: var(--space-larger);\n}\n\n.fFTgb4ra1X0- > :not(:last-child) {\n margin-bottom: var(--space-largest);\n}\n\n.kKnfL37LO6A- > :not(:last-child) {\n margin-bottom: var(--space-extravagant);\n}\n";
|
|
12
|
+
var spacings = {"minuscule":"_340SlNuzSDQ-","smallest":"H1BK-YSBQBQ-","smaller":"xUe31mY0kro-","small":"rDJFaGPzCbE-","base":"SRYe3DkjH1c-","large":"_7TZ4MI3kr4Y-","larger":"jvPl3aAN9PA-","largest":"fFTgb4ra1X0-","extravagant":"kKnfL37LO6A-"};
|
|
13
|
+
styleInject_es.styleInject(css_248z$1);
|
|
14
|
+
|
|
15
|
+
var css_248z = "._4On2F-4nWuY- {\n padding: 0;\n padding: var(--public-content--padding, 0);\n}\n";
|
|
16
|
+
var styles = {"padded":"_4On2F-4nWuY-"};
|
|
17
|
+
styleInject_es.styleInject(css_248z);
|
|
18
|
+
|
|
19
|
+
function Content({ children, spacing = "base", type = "div", }) {
|
|
20
|
+
const className = classnames__default["default"](styles.padded, spacings[spacing]);
|
|
21
|
+
return React.createElement(type, { className }, children);
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
exports.Content = Content;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { createElement } from 'react';
|
|
2
|
+
import classnames from 'classnames';
|
|
3
|
+
import { s as styleInject } from './style-inject.es-a0e1a0ba.js';
|
|
4
|
+
|
|
5
|
+
var css_248z$1 = "._340SlNuzSDQ- > :not(:last-child) {\n margin-bottom: var(--space-minuscule);\n}\n\n.H1BK-YSBQBQ- > :not(:last-child) {\n margin-bottom: var(--space-smallest);\n}\n\n.xUe31mY0kro- > :not(:last-child) {\n margin-bottom: var(--space-smaller);\n}\n\n.rDJFaGPzCbE- > :not(:last-child) {\n margin-bottom: var(--space-small);\n}\n\n.SRYe3DkjH1c- > :not(:last-child) {\n margin-bottom: var(--space-base);\n}\n\n._7TZ4MI3kr4Y- > :not(:last-child) {\n margin-bottom: var(--space-large);\n}\n\n.jvPl3aAN9PA- > :not(:last-child) {\n margin-bottom: var(--space-larger);\n}\n\n.fFTgb4ra1X0- > :not(:last-child) {\n margin-bottom: var(--space-largest);\n}\n\n.kKnfL37LO6A- > :not(:last-child) {\n margin-bottom: var(--space-extravagant);\n}\n";
|
|
6
|
+
var spacings = {"minuscule":"_340SlNuzSDQ-","smallest":"H1BK-YSBQBQ-","smaller":"xUe31mY0kro-","small":"rDJFaGPzCbE-","base":"SRYe3DkjH1c-","large":"_7TZ4MI3kr4Y-","larger":"jvPl3aAN9PA-","largest":"fFTgb4ra1X0-","extravagant":"kKnfL37LO6A-"};
|
|
7
|
+
styleInject(css_248z$1);
|
|
8
|
+
|
|
9
|
+
var css_248z = "._4On2F-4nWuY- {\n padding: 0;\n padding: var(--public-content--padding, 0);\n}\n";
|
|
10
|
+
var styles = {"padded":"_4On2F-4nWuY-"};
|
|
11
|
+
styleInject(css_248z);
|
|
12
|
+
|
|
13
|
+
function Content({ children, spacing = "base", type = "div", }) {
|
|
14
|
+
const className = classnames(styles.padded, spacings[spacing]);
|
|
15
|
+
return createElement(type, { className }, children);
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
export { Content as C };
|
package/dist/Content.cjs
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var Content = require('./Content-60a3452a.js');
|
|
6
|
+
require('react');
|
|
7
|
+
require('classnames');
|
|
8
|
+
require('./style-inject.es-9d2f5f4e.js');
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
exports.Content = Content.Content;
|
package/dist/Content.js
ADDED
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var React = require('react');
|
|
4
|
+
var temporal = require('@std-proposal/temporal');
|
|
5
|
+
var ReactCountdown = require('react-countdown');
|
|
6
|
+
|
|
7
|
+
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
8
|
+
|
|
9
|
+
var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
|
|
10
|
+
var ReactCountdown__default = /*#__PURE__*/_interopDefaultLegacy(ReactCountdown);
|
|
11
|
+
|
|
12
|
+
function computeTimeUnit(remainder, unit) {
|
|
13
|
+
return parseInt(remainder, 10) !== 1 ? `${unit}s` : unit;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
function Countdown({ date: inputDate, onComplete, showUnits, granularity = "dhms", }) {
|
|
17
|
+
const date = React.useMemo(() => {
|
|
18
|
+
let initDate;
|
|
19
|
+
if (inputDate instanceof temporal.CivilDate) {
|
|
20
|
+
initDate = new Date(inputDate.year, inputDate.month - 1, inputDate.day);
|
|
21
|
+
}
|
|
22
|
+
else {
|
|
23
|
+
initDate = new Date(inputDate);
|
|
24
|
+
}
|
|
25
|
+
return initDate;
|
|
26
|
+
}, [inputDate]);
|
|
27
|
+
return (React__default["default"].createElement(ReactCountdown__default["default"], { date: date, zeroPadTime: 2, renderer: (props) => (React__default["default"].createElement(RenderedCountdown, Object.assign({}, props, { granularity: granularity, showUnits: showUnits }))), onComplete: onComplete }));
|
|
28
|
+
}
|
|
29
|
+
function RenderedCountdown({ formatted, granularity = "dhms", showUnits, }) {
|
|
30
|
+
const { days, hours, minutes, seconds } = formatted;
|
|
31
|
+
return React__default["default"].createElement(React__default["default"].Fragment, null, buildTime());
|
|
32
|
+
function buildTime() {
|
|
33
|
+
const totalHours = 24 * Number(days) + Number(hours);
|
|
34
|
+
const totalMinutes = 60 * totalHours + Number(minutes);
|
|
35
|
+
const totalSeconds = 60 * totalMinutes + Number(seconds);
|
|
36
|
+
const times = {
|
|
37
|
+
d: { total: days, remainder: days, unit: computeTimeUnit(days, "day") },
|
|
38
|
+
h: {
|
|
39
|
+
total: totalHours,
|
|
40
|
+
remainder: hours,
|
|
41
|
+
unit: computeTimeUnit(hours, "hour"),
|
|
42
|
+
},
|
|
43
|
+
m: {
|
|
44
|
+
total: totalMinutes,
|
|
45
|
+
remainder: minutes,
|
|
46
|
+
unit: computeTimeUnit(minutes, "minute"),
|
|
47
|
+
},
|
|
48
|
+
s: {
|
|
49
|
+
total: totalSeconds,
|
|
50
|
+
remainder: seconds,
|
|
51
|
+
unit: computeTimeUnit(seconds, "second"),
|
|
52
|
+
},
|
|
53
|
+
};
|
|
54
|
+
return timeFormatter(times, granularity, showUnits);
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
function timeFormatter(times, granularity, showUnits) {
|
|
58
|
+
let substr = "";
|
|
59
|
+
granularity.split("").forEach((unit, i) => {
|
|
60
|
+
if (i == 0) {
|
|
61
|
+
substr += `${times[unit].total}${showUnits ? ` ${times[unit].unit}` : ""}`;
|
|
62
|
+
}
|
|
63
|
+
else {
|
|
64
|
+
substr += ` : ${times[unit].remainder}${showUnits ? ` ${times[unit].unit}` : ""}`;
|
|
65
|
+
}
|
|
66
|
+
});
|
|
67
|
+
return substr;
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
exports.Countdown = Countdown;
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
import React, { useMemo } from 'react';
|
|
2
|
+
import { CivilDate } from '@std-proposal/temporal';
|
|
3
|
+
import ReactCountdown from 'react-countdown';
|
|
4
|
+
|
|
5
|
+
function computeTimeUnit(remainder, unit) {
|
|
6
|
+
return parseInt(remainder, 10) !== 1 ? `${unit}s` : unit;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
function Countdown({ date: inputDate, onComplete, showUnits, granularity = "dhms", }) {
|
|
10
|
+
const date = useMemo(() => {
|
|
11
|
+
let initDate;
|
|
12
|
+
if (inputDate instanceof CivilDate) {
|
|
13
|
+
initDate = new Date(inputDate.year, inputDate.month - 1, inputDate.day);
|
|
14
|
+
}
|
|
15
|
+
else {
|
|
16
|
+
initDate = new Date(inputDate);
|
|
17
|
+
}
|
|
18
|
+
return initDate;
|
|
19
|
+
}, [inputDate]);
|
|
20
|
+
return (React.createElement(ReactCountdown, { date: date, zeroPadTime: 2, renderer: (props) => (React.createElement(RenderedCountdown, Object.assign({}, props, { granularity: granularity, showUnits: showUnits }))), onComplete: onComplete }));
|
|
21
|
+
}
|
|
22
|
+
function RenderedCountdown({ formatted, granularity = "dhms", showUnits, }) {
|
|
23
|
+
const { days, hours, minutes, seconds } = formatted;
|
|
24
|
+
return React.createElement(React.Fragment, null, buildTime());
|
|
25
|
+
function buildTime() {
|
|
26
|
+
const totalHours = 24 * Number(days) + Number(hours);
|
|
27
|
+
const totalMinutes = 60 * totalHours + Number(minutes);
|
|
28
|
+
const totalSeconds = 60 * totalMinutes + Number(seconds);
|
|
29
|
+
const times = {
|
|
30
|
+
d: { total: days, remainder: days, unit: computeTimeUnit(days, "day") },
|
|
31
|
+
h: {
|
|
32
|
+
total: totalHours,
|
|
33
|
+
remainder: hours,
|
|
34
|
+
unit: computeTimeUnit(hours, "hour"),
|
|
35
|
+
},
|
|
36
|
+
m: {
|
|
37
|
+
total: totalMinutes,
|
|
38
|
+
remainder: minutes,
|
|
39
|
+
unit: computeTimeUnit(minutes, "minute"),
|
|
40
|
+
},
|
|
41
|
+
s: {
|
|
42
|
+
total: totalSeconds,
|
|
43
|
+
remainder: seconds,
|
|
44
|
+
unit: computeTimeUnit(seconds, "second"),
|
|
45
|
+
},
|
|
46
|
+
};
|
|
47
|
+
return timeFormatter(times, granularity, showUnits);
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
function timeFormatter(times, granularity, showUnits) {
|
|
51
|
+
let substr = "";
|
|
52
|
+
granularity.split("").forEach((unit, i) => {
|
|
53
|
+
if (i == 0) {
|
|
54
|
+
substr += `${times[unit].total}${showUnits ? ` ${times[unit].unit}` : ""}`;
|
|
55
|
+
}
|
|
56
|
+
else {
|
|
57
|
+
substr += ` : ${times[unit].remainder}${showUnits ? ` ${times[unit].unit}` : ""}`;
|
|
58
|
+
}
|
|
59
|
+
});
|
|
60
|
+
return substr;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
export { Countdown as C };
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var Countdown = require('./Countdown-961d8a6e.js');
|
|
6
|
+
require('react');
|
|
7
|
+
require('@std-proposal/temporal');
|
|
8
|
+
require('react-countdown');
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
exports.Countdown = Countdown.Countdown;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { C as Card } from './Card-35bd61ce.js';
|
|
3
|
+
import { C as Content } from './Content-c96e9299.js';
|
|
4
|
+
import { E as Emphasis } from './Emphasis-2a640962.js';
|
|
5
|
+
|
|
6
|
+
function DataDump({ label = "Raw Data", defaultOpen = false, data, }) {
|
|
7
|
+
return (React.createElement(Card, { accent: "yellow" },
|
|
8
|
+
React.createElement(Content, null,
|
|
9
|
+
React.createElement("details", { open: defaultOpen },
|
|
10
|
+
React.createElement("summary", null,
|
|
11
|
+
React.createElement(Emphasis, { variation: "bold" }, label)),
|
|
12
|
+
React.createElement("pre", null, JSON.stringify(data, undefined, 2))))));
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
export { DataDump as D };
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var React = require('react');
|
|
4
|
+
var Card = require('./Card-27375ded.js');
|
|
5
|
+
var Content = require('./Content-60a3452a.js');
|
|
6
|
+
var Emphasis = require('./Emphasis-84de1f3f.js');
|
|
7
|
+
|
|
8
|
+
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
9
|
+
|
|
10
|
+
var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
|
|
11
|
+
|
|
12
|
+
function DataDump({ label = "Raw Data", defaultOpen = false, data, }) {
|
|
13
|
+
return (React__default["default"].createElement(Card.Card, { accent: "yellow" },
|
|
14
|
+
React__default["default"].createElement(Content.Content, null,
|
|
15
|
+
React__default["default"].createElement("details", { open: defaultOpen },
|
|
16
|
+
React__default["default"].createElement("summary", null,
|
|
17
|
+
React__default["default"].createElement(Emphasis.Emphasis, { variation: "bold" }, label)),
|
|
18
|
+
React__default["default"].createElement("pre", null, JSON.stringify(data, undefined, 2))))));
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
exports.DataDump = DataDump;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var DataDump = require('./DataDump-f427abfe.js');
|
|
6
|
+
require('react');
|
|
7
|
+
require('./Card-27375ded.js');
|
|
8
|
+
require('classnames');
|
|
9
|
+
require('./style-inject.es-9d2f5f4e.js');
|
|
10
|
+
require('./Heading-a8a24775.js');
|
|
11
|
+
require('./Typography-fd88fcce.js');
|
|
12
|
+
require('./getAtlantisConfig-0f3e8af2.js');
|
|
13
|
+
require('./Button-ec64869e.js');
|
|
14
|
+
require('react-router-dom');
|
|
15
|
+
require('./Icon-405a216c.js');
|
|
16
|
+
require('@jobber/design');
|
|
17
|
+
require('./Menu-5ce3cf41.js');
|
|
18
|
+
require('framer-motion');
|
|
19
|
+
require('@jobber/hooks/useOnKeyDown');
|
|
20
|
+
require('@jobber/hooks/useRefocusOnActivator');
|
|
21
|
+
require('@jobber/hooks/useSafeLayoutEffect');
|
|
22
|
+
require('./Content-60a3452a.js');
|
|
23
|
+
require('./Emphasis-84de1f3f.js');
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
exports.DataDump = DataDump.DataDump;
|
package/dist/DataDump.js
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
export { D as DataDump } from './DataDump-6fae2727.js';
|
|
2
|
+
import 'react';
|
|
3
|
+
import './Card-35bd61ce.js';
|
|
4
|
+
import 'classnames';
|
|
5
|
+
import './style-inject.es-a0e1a0ba.js';
|
|
6
|
+
import './Heading-dfd4f1cf.js';
|
|
7
|
+
import './Typography-52ed1386.js';
|
|
8
|
+
import './getAtlantisConfig-5b50057c.js';
|
|
9
|
+
import './Button-30154871.js';
|
|
10
|
+
import 'react-router-dom';
|
|
11
|
+
import './Icon-22723fe6.js';
|
|
12
|
+
import '@jobber/design';
|
|
13
|
+
import './Menu-fb0b2e9b.js';
|
|
14
|
+
import 'framer-motion';
|
|
15
|
+
import '@jobber/hooks/useOnKeyDown';
|
|
16
|
+
import '@jobber/hooks/useRefocusOnActivator';
|
|
17
|
+
import '@jobber/hooks/useSafeLayoutEffect';
|
|
18
|
+
import './Content-c96e9299.js';
|
|
19
|
+
import './Emphasis-2a640962.js';
|