@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
package/dist/Tooltip.js
ADDED
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import classnames from 'classnames';
|
|
3
|
+
import { s as styleInject } from './style-inject.es-a0e1a0ba.js';
|
|
4
|
+
|
|
5
|
+
var css_248z$8 = ".asDB9Ra2UpA- {\n margin: 0;\n padding: 0;\n font-family: var(--typography--fontFamily-normal);\n /* Wrap really long words or URL's */\n word-wrap: break-word;\n overflow-wrap: break-word;\n word-wrap: break-word;\n}\n";
|
|
6
|
+
var styles = {"base":"asDB9Ra2UpA-"};
|
|
7
|
+
styleInject(css_248z$8);
|
|
8
|
+
|
|
9
|
+
var css_248z$7 = "._7C4Ck1izBPs- {\n font-size: var(--typography--fontSize-extravagant);\n line-height: var(--typography--lineHeight-miniscule);\n}\n\n._8X-fSrUTxV8- {\n font-size: var(--typography--fontSize-jumbo);\n line-height: var(--typography--lineHeight-miniscule);\n}\n\n.n-SPJXPXLSA- {\n font-size: var(--typography--fontSize-largest);\n line-height: var(--typography--lineHeight-tightest);\n}\n\n.vCrvF55YQ9o- {\n font-size: var(--typography--fontSize-larger);\n line-height: var(--typography--lineHeight-tight);\n}\n\n.FBoaHWotSik- {\n font-size: var(--typography--fontSize-large);\n line-height: var(--typography--lineHeight-large);\n}\n\n.V6yPPLHLeuY- {\n font-size: var(--typography--fontSize-base);\n line-height: var(--typography--lineHeight-base);\n}\n\n.T5XC4DgJlxk- {\n font-size: var(--typography--fontSize-small);\n line-height: var(--typography--lineHeight-tighter);\n}\n\n.sycqXMMO-wc- {\n font-size: var(--typography--fontSize-smaller);\n line-height: var(--typography--lineHeight-tight);\n}\n";
|
|
10
|
+
var fontSizes = {"extravagant":"_7C4Ck1izBPs-","jumbo":"_8X-fSrUTxV8-","largest":"n-SPJXPXLSA-","larger":"vCrvF55YQ9o-","large":"FBoaHWotSik-","base":"V6yPPLHLeuY-","small":"T5XC4DgJlxk-","smaller":"sycqXMMO-wc-"};
|
|
11
|
+
styleInject(css_248z$7);
|
|
12
|
+
|
|
13
|
+
var css_248z$6 = ".lziyWzzvuno- {\n font-family: var(--typography--fontFamily-normal);\n font-weight: 400;\n}\n\n.PVKSijyipP8- {\n font-family: var(--typography--fontFamily-normal);\n font-weight: 500;\n}\n\n.-ch9Z4gIGDg- {\n font-family: var(--typography--fontFamily-normal);\n font-weight: 600;\n}\n\n.EEwS0f07RqQ- {\n font-family: var(--typography--fontFamily-normal);\n font-weight: 700;\n}\n\n.kA3NtPPWbP0- {\n font-family: var(--typography--fontFamily-display);\n font-weight: 800;\n}\n\n.jobber-retheme .kA3NtPPWbP0- {\n font-family: var(--typography--fontFamily-normal);\n}\n\n._3M58OLqp0JM- {\n font-family: var(--typography--fontFamily-display);\n font-weight: 900;\n}\n";
|
|
14
|
+
var fontWeights = {"regular":"lziyWzzvuno-","medium":"PVKSijyipP8-","semiBold":"-ch9Z4gIGDg-","bold":"EEwS0f07RqQ-","extraBold":"kA3NtPPWbP0-","black":"_3M58OLqp0JM-"};
|
|
15
|
+
styleInject(css_248z$6);
|
|
16
|
+
|
|
17
|
+
var css_248z$5 = ".xE6cC62h5G0- {\n text-transform: uppercase;\n}\n\n.HlqJJ3Cl7dE- {\n text-transform: lowercase;\n}\n\n.Loe26JnDfco- {\n text-transform: capitalize;\n}\n";
|
|
18
|
+
var textCases = {"uppercase":"xE6cC62h5G0-","lowercase":"HlqJJ3Cl7dE-","capitalize":"Loe26JnDfco-"};
|
|
19
|
+
styleInject(css_248z$5);
|
|
20
|
+
|
|
21
|
+
var css_248z$4 = ".pkqoq2KXY9w- {\n color: var(--color-blue);\n}\n\n.ftVHRSii3ro- {\n color: var(--color-grey);\n}\n\n.FQbGABZWVzA- {\n color: var(--color-greyBlue--dark);\n}\n\n.zQaB9J0-vrs- {\n color: var(--color-greyBlue);\n}\n\n._4-xdzcqT-Us- {\n color: var(--color-green);\n}\n\n.Zp9E7ELPjPA- {\n color: var(--color-red);\n}\n\n.v-Fo4PwPxDI- {\n color: var(--color-yellow);\n}\n\n.YrGUIChAZC0- {\n color: var(--color-yellow--dark);\n}\n\n.r7JcIVoDcTY- {\n color: var(--color-lightBlue);\n}\n\n._6RXTyd198iM- {\n color: var(--color-white);\n}\n\n.fLix4jA-RkU- {\n color: var(--color-heading);\n}\n\n._1g0uMAwFAsk- {\n color: var(--color-text);\n}\n\n.oXqFAHwT6y4- {\n color: var(--color-text--secondary);\n}\n\n.rWkzi9HFNDU- {\n color: var(--color-critical);\n}\n\n.PQLYQKGCmPI- {\n color: var(--color-warning--onSurface);\n}\n\n.L6bBDJrx-m0- {\n color: var(--color-informative--onSurface);\n}\n\n.bJDJJKvmT90- {\n color: var(--color-success--onSurface);\n}\n\n._3g4iYm8XwkM- {\n color: var(--color-disabled);\n}\n";
|
|
22
|
+
var textColors = {"blue":"pkqoq2KXY9w-","grey":"ftVHRSii3ro-","greyBlueDark":"FQbGABZWVzA-","greyBlue":"zQaB9J0-vrs-","green":"_4-xdzcqT-Us-","red":"Zp9E7ELPjPA-","yellow":"v-Fo4PwPxDI-","yellowDark":"YrGUIChAZC0-","lightBlue":"r7JcIVoDcTY-","white":"_6RXTyd198iM-","heading":"fLix4jA-RkU-","text":"_1g0uMAwFAsk-","textSecondary":"oXqFAHwT6y4-","critical":"rWkzi9HFNDU-","warning":"PQLYQKGCmPI-","informative":"L6bBDJrx-m0-","success":"bJDJJKvmT90-","disabled":"_3g4iYm8XwkM-"};
|
|
23
|
+
styleInject(css_248z$4);
|
|
24
|
+
|
|
25
|
+
var css_248z$3 = ".Jys1uy2pQXw- {\n font-style: italic;\n}\n\n.kd2u0dL-if0- {\n display: inline;\n font-family: inherit;\n font-style: normal;\n font-weight: inherit;\n background-image: url(\"data:image/svg+xml,%3Csvg viewBox='0 0 84 8' fill='none' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 6.50004C14.6667 4.50004 49.3 0.900038 82.5 2.50004' stroke='%2384EA00' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E\");\n background-position: center bottom;\n background-repeat: no-repeat;\n background-size: 100% 20%;\n}\n";
|
|
26
|
+
var emphasis = {"italic":"Jys1uy2pQXw-","highlight":"kd2u0dL-if0-"};
|
|
27
|
+
styleInject(css_248z$3);
|
|
28
|
+
|
|
29
|
+
var css_248z$2 = ".LUJEfdi3pws- {\n display: -webkit-box !important;\n}\n.LUJEfdi3pws- {\n -webkit-box-orient: vertical;\n overflow: hidden;\n}\n";
|
|
30
|
+
var truncate = {"textTruncate":"LUJEfdi3pws-"};
|
|
31
|
+
styleInject(css_248z$2);
|
|
32
|
+
|
|
33
|
+
var css_248z$1 = ".eDMsbRCP0kg- {\n text-align: left;\n}\n\n.j34R9yIG--c- {\n text-align: center;\n}\n\n.CeI75T5sHwM- {\n text-align: right;\n}\n";
|
|
34
|
+
var alignment = {"start":"eDMsbRCP0kg-","center":"j34R9yIG--c-","end":"CeI75T5sHwM-"};
|
|
35
|
+
styleInject(css_248z$1);
|
|
36
|
+
|
|
37
|
+
var css_248z = ".mRpfVoMiIMM- {\n font-family: var(--typography--fontFamily-normal);\n}\n\n.TPtuWMdOsfw- {\n font-family: var(--typography--fontFamily-display);\n}\n";
|
|
38
|
+
var fontFamilies = {"base":"mRpfVoMiIMM-","display":"TPtuWMdOsfw-"};
|
|
39
|
+
styleInject(css_248z);
|
|
40
|
+
|
|
41
|
+
/* eslint-disable import/no-internal-modules */
|
|
42
|
+
function Typography({ id, children, element: Tag = "p", size, align, fontWeight = "regular", textCase, textColor, emphasisType, numberOfLines, fontFamily, }) {
|
|
43
|
+
const shouldTruncateText = numberOfLines && numberOfLines > 0;
|
|
44
|
+
const className = classnames(styles.base, fontWeights[fontWeight], size && fontSizes[size], textCase && textCases[textCase], textColor && textColors[textColor], emphasisType && emphasis[emphasisType], fontFamily && fontFamilies[fontFamily], shouldTruncateText && truncate.textTruncate, Object.assign({}, (align && { [alignment[align]]: align !== `start` })));
|
|
45
|
+
let truncateLines;
|
|
46
|
+
if (shouldTruncateText) {
|
|
47
|
+
truncateLines = {
|
|
48
|
+
WebkitLineClamp: numberOfLines,
|
|
49
|
+
WebkitBoxOrient: "vertical",
|
|
50
|
+
};
|
|
51
|
+
}
|
|
52
|
+
return (React.createElement(Tag, { id: id, className: className, style: truncateLines }, children));
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
export { Typography as T };
|
|
@@ -0,0 +1,62 @@
|
|
|
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 React__default = /*#__PURE__*/_interopDefaultLegacy(React);
|
|
10
|
+
var classnames__default = /*#__PURE__*/_interopDefaultLegacy(classnames);
|
|
11
|
+
|
|
12
|
+
var css_248z$8 = ".asDB9Ra2UpA- {\n margin: 0;\n padding: 0;\n font-family: var(--typography--fontFamily-normal);\n /* Wrap really long words or URL's */\n word-wrap: break-word;\n overflow-wrap: break-word;\n word-wrap: break-word;\n}\n";
|
|
13
|
+
var styles = {"base":"asDB9Ra2UpA-"};
|
|
14
|
+
styleInject_es.styleInject(css_248z$8);
|
|
15
|
+
|
|
16
|
+
var css_248z$7 = "._7C4Ck1izBPs- {\n font-size: var(--typography--fontSize-extravagant);\n line-height: var(--typography--lineHeight-miniscule);\n}\n\n._8X-fSrUTxV8- {\n font-size: var(--typography--fontSize-jumbo);\n line-height: var(--typography--lineHeight-miniscule);\n}\n\n.n-SPJXPXLSA- {\n font-size: var(--typography--fontSize-largest);\n line-height: var(--typography--lineHeight-tightest);\n}\n\n.vCrvF55YQ9o- {\n font-size: var(--typography--fontSize-larger);\n line-height: var(--typography--lineHeight-tight);\n}\n\n.FBoaHWotSik- {\n font-size: var(--typography--fontSize-large);\n line-height: var(--typography--lineHeight-large);\n}\n\n.V6yPPLHLeuY- {\n font-size: var(--typography--fontSize-base);\n line-height: var(--typography--lineHeight-base);\n}\n\n.T5XC4DgJlxk- {\n font-size: var(--typography--fontSize-small);\n line-height: var(--typography--lineHeight-tighter);\n}\n\n.sycqXMMO-wc- {\n font-size: var(--typography--fontSize-smaller);\n line-height: var(--typography--lineHeight-tight);\n}\n";
|
|
17
|
+
var fontSizes = {"extravagant":"_7C4Ck1izBPs-","jumbo":"_8X-fSrUTxV8-","largest":"n-SPJXPXLSA-","larger":"vCrvF55YQ9o-","large":"FBoaHWotSik-","base":"V6yPPLHLeuY-","small":"T5XC4DgJlxk-","smaller":"sycqXMMO-wc-"};
|
|
18
|
+
styleInject_es.styleInject(css_248z$7);
|
|
19
|
+
|
|
20
|
+
var css_248z$6 = ".lziyWzzvuno- {\n font-family: var(--typography--fontFamily-normal);\n font-weight: 400;\n}\n\n.PVKSijyipP8- {\n font-family: var(--typography--fontFamily-normal);\n font-weight: 500;\n}\n\n.-ch9Z4gIGDg- {\n font-family: var(--typography--fontFamily-normal);\n font-weight: 600;\n}\n\n.EEwS0f07RqQ- {\n font-family: var(--typography--fontFamily-normal);\n font-weight: 700;\n}\n\n.kA3NtPPWbP0- {\n font-family: var(--typography--fontFamily-display);\n font-weight: 800;\n}\n\n.jobber-retheme .kA3NtPPWbP0- {\n font-family: var(--typography--fontFamily-normal);\n}\n\n._3M58OLqp0JM- {\n font-family: var(--typography--fontFamily-display);\n font-weight: 900;\n}\n";
|
|
21
|
+
var fontWeights = {"regular":"lziyWzzvuno-","medium":"PVKSijyipP8-","semiBold":"-ch9Z4gIGDg-","bold":"EEwS0f07RqQ-","extraBold":"kA3NtPPWbP0-","black":"_3M58OLqp0JM-"};
|
|
22
|
+
styleInject_es.styleInject(css_248z$6);
|
|
23
|
+
|
|
24
|
+
var css_248z$5 = ".xE6cC62h5G0- {\n text-transform: uppercase;\n}\n\n.HlqJJ3Cl7dE- {\n text-transform: lowercase;\n}\n\n.Loe26JnDfco- {\n text-transform: capitalize;\n}\n";
|
|
25
|
+
var textCases = {"uppercase":"xE6cC62h5G0-","lowercase":"HlqJJ3Cl7dE-","capitalize":"Loe26JnDfco-"};
|
|
26
|
+
styleInject_es.styleInject(css_248z$5);
|
|
27
|
+
|
|
28
|
+
var css_248z$4 = ".pkqoq2KXY9w- {\n color: var(--color-blue);\n}\n\n.ftVHRSii3ro- {\n color: var(--color-grey);\n}\n\n.FQbGABZWVzA- {\n color: var(--color-greyBlue--dark);\n}\n\n.zQaB9J0-vrs- {\n color: var(--color-greyBlue);\n}\n\n._4-xdzcqT-Us- {\n color: var(--color-green);\n}\n\n.Zp9E7ELPjPA- {\n color: var(--color-red);\n}\n\n.v-Fo4PwPxDI- {\n color: var(--color-yellow);\n}\n\n.YrGUIChAZC0- {\n color: var(--color-yellow--dark);\n}\n\n.r7JcIVoDcTY- {\n color: var(--color-lightBlue);\n}\n\n._6RXTyd198iM- {\n color: var(--color-white);\n}\n\n.fLix4jA-RkU- {\n color: var(--color-heading);\n}\n\n._1g0uMAwFAsk- {\n color: var(--color-text);\n}\n\n.oXqFAHwT6y4- {\n color: var(--color-text--secondary);\n}\n\n.rWkzi9HFNDU- {\n color: var(--color-critical);\n}\n\n.PQLYQKGCmPI- {\n color: var(--color-warning--onSurface);\n}\n\n.L6bBDJrx-m0- {\n color: var(--color-informative--onSurface);\n}\n\n.bJDJJKvmT90- {\n color: var(--color-success--onSurface);\n}\n\n._3g4iYm8XwkM- {\n color: var(--color-disabled);\n}\n";
|
|
29
|
+
var textColors = {"blue":"pkqoq2KXY9w-","grey":"ftVHRSii3ro-","greyBlueDark":"FQbGABZWVzA-","greyBlue":"zQaB9J0-vrs-","green":"_4-xdzcqT-Us-","red":"Zp9E7ELPjPA-","yellow":"v-Fo4PwPxDI-","yellowDark":"YrGUIChAZC0-","lightBlue":"r7JcIVoDcTY-","white":"_6RXTyd198iM-","heading":"fLix4jA-RkU-","text":"_1g0uMAwFAsk-","textSecondary":"oXqFAHwT6y4-","critical":"rWkzi9HFNDU-","warning":"PQLYQKGCmPI-","informative":"L6bBDJrx-m0-","success":"bJDJJKvmT90-","disabled":"_3g4iYm8XwkM-"};
|
|
30
|
+
styleInject_es.styleInject(css_248z$4);
|
|
31
|
+
|
|
32
|
+
var css_248z$3 = ".Jys1uy2pQXw- {\n font-style: italic;\n}\n\n.kd2u0dL-if0- {\n display: inline;\n font-family: inherit;\n font-style: normal;\n font-weight: inherit;\n background-image: url(\"data:image/svg+xml,%3Csvg viewBox='0 0 84 8' fill='none' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 6.50004C14.6667 4.50004 49.3 0.900038 82.5 2.50004' stroke='%2384EA00' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E\");\n background-position: center bottom;\n background-repeat: no-repeat;\n background-size: 100% 20%;\n}\n";
|
|
33
|
+
var emphasis = {"italic":"Jys1uy2pQXw-","highlight":"kd2u0dL-if0-"};
|
|
34
|
+
styleInject_es.styleInject(css_248z$3);
|
|
35
|
+
|
|
36
|
+
var css_248z$2 = ".LUJEfdi3pws- {\n display: -webkit-box !important;\n}\n.LUJEfdi3pws- {\n -webkit-box-orient: vertical;\n overflow: hidden;\n}\n";
|
|
37
|
+
var truncate = {"textTruncate":"LUJEfdi3pws-"};
|
|
38
|
+
styleInject_es.styleInject(css_248z$2);
|
|
39
|
+
|
|
40
|
+
var css_248z$1 = ".eDMsbRCP0kg- {\n text-align: left;\n}\n\n.j34R9yIG--c- {\n text-align: center;\n}\n\n.CeI75T5sHwM- {\n text-align: right;\n}\n";
|
|
41
|
+
var alignment = {"start":"eDMsbRCP0kg-","center":"j34R9yIG--c-","end":"CeI75T5sHwM-"};
|
|
42
|
+
styleInject_es.styleInject(css_248z$1);
|
|
43
|
+
|
|
44
|
+
var css_248z = ".mRpfVoMiIMM- {\n font-family: var(--typography--fontFamily-normal);\n}\n\n.TPtuWMdOsfw- {\n font-family: var(--typography--fontFamily-display);\n}\n";
|
|
45
|
+
var fontFamilies = {"base":"mRpfVoMiIMM-","display":"TPtuWMdOsfw-"};
|
|
46
|
+
styleInject_es.styleInject(css_248z);
|
|
47
|
+
|
|
48
|
+
/* eslint-disable import/no-internal-modules */
|
|
49
|
+
function Typography({ id, children, element: Tag = "p", size, align, fontWeight = "regular", textCase, textColor, emphasisType, numberOfLines, fontFamily, }) {
|
|
50
|
+
const shouldTruncateText = numberOfLines && numberOfLines > 0;
|
|
51
|
+
const className = classnames__default["default"](styles.base, fontWeights[fontWeight], size && fontSizes[size], textCase && textCases[textCase], textColor && textColors[textColor], emphasisType && emphasis[emphasisType], fontFamily && fontFamilies[fontFamily], shouldTruncateText && truncate.textTruncate, Object.assign({}, (align && { [alignment[align]]: align !== `start` })));
|
|
52
|
+
let truncateLines;
|
|
53
|
+
if (shouldTruncateText) {
|
|
54
|
+
truncateLines = {
|
|
55
|
+
WebkitLineClamp: numberOfLines,
|
|
56
|
+
WebkitBoxOrient: "vertical",
|
|
57
|
+
};
|
|
58
|
+
}
|
|
59
|
+
return (React__default["default"].createElement(Tag, { id: id, className: className, style: truncateLines }, children));
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
exports.Typography = Typography;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var Typography = require('./Typography-fd88fcce.js');
|
|
6
|
+
require('react');
|
|
7
|
+
require('classnames');
|
|
8
|
+
require('./style-inject.es-9d2f5f4e.js');
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
exports.Typography = Typography.Typography;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
// For retheme purposes only.
|
|
4
|
+
// This will be removed once the retheme is out of the experiment.
|
|
5
|
+
function getAtlantisConfig() {
|
|
6
|
+
let JOBBER_RETHEME = false;
|
|
7
|
+
if (typeof window !== "undefined") {
|
|
8
|
+
JOBBER_RETHEME = document.body.classList.contains("jobber-retheme");
|
|
9
|
+
}
|
|
10
|
+
return { JOBBER_RETHEME };
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
exports.getAtlantisConfig = getAtlantisConfig;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
// For retheme purposes only.
|
|
2
|
+
// This will be removed once the retheme is out of the experiment.
|
|
3
|
+
function getAtlantisConfig() {
|
|
4
|
+
let JOBBER_RETHEME = false;
|
|
5
|
+
if (typeof window !== "undefined") {
|
|
6
|
+
JOBBER_RETHEME = document.body.classList.contains("jobber-retheme");
|
|
7
|
+
}
|
|
8
|
+
return { JOBBER_RETHEME };
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
export { getAtlantisConfig as g };
|
package/dist/index.cjs
ADDED
|
@@ -0,0 +1,224 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var AnimatedPresence = require('./AnimatedPresence-20a02aaa.js');
|
|
6
|
+
var AnimatedSwitcher = require('./AnimatedSwitcher-3d45ec5d.js');
|
|
7
|
+
var Autocomplete = require('./Autocomplete-b35c7ff5.js');
|
|
8
|
+
var Avatar = require('./Avatar-cccf72b9.js');
|
|
9
|
+
var Banner = require('./Banner-18d94700.js');
|
|
10
|
+
var Button = require('./Button-ec64869e.js');
|
|
11
|
+
var ButtonDismiss = require('./ButtonDismiss-d7417429.js');
|
|
12
|
+
var Card = require('./Card-27375ded.js');
|
|
13
|
+
var Checkbox = require('./Checkbox-b6e46d80.js');
|
|
14
|
+
var Chip = require('./Chip-24613c57.js');
|
|
15
|
+
var ChipDismissible = require('./ChipDismissible-a8ecc894.js');
|
|
16
|
+
require('react');
|
|
17
|
+
require('classnames');
|
|
18
|
+
var Chips = require('./Chips-a8f4c9f2.js');
|
|
19
|
+
require('@jobber/hooks/useAssert');
|
|
20
|
+
var Icon = require('./Icon-405a216c.js');
|
|
21
|
+
var Typography = require('./Typography-fd88fcce.js');
|
|
22
|
+
var Tooltip = require('./Tooltip-2e477150.js');
|
|
23
|
+
var Combobox = require('./Combobox-d8d28b1e.js');
|
|
24
|
+
var ConfirmationModal = require('./ConfirmationModal-09ec5d02.js');
|
|
25
|
+
var Content = require('./Content-60a3452a.js');
|
|
26
|
+
var Countdown = require('./Countdown-961d8a6e.js');
|
|
27
|
+
var DataDump = require('./DataDump-f427abfe.js');
|
|
28
|
+
var DataList = require('./DataList-4b0f9e5d.js');
|
|
29
|
+
var DataTable = require('./DataTable-aab7f6b9.js');
|
|
30
|
+
require('@jobber/hooks/useResizeObserver');
|
|
31
|
+
var reactTable = require('@tanstack/react-table');
|
|
32
|
+
var DatePicker = require('./DatePicker-c091c0d2.js');
|
|
33
|
+
var DescriptionList = require('./DescriptionList-74db99a5.js');
|
|
34
|
+
var Disclosure = require('./Disclosure-56309ff3.js');
|
|
35
|
+
var Divider = require('./Divider-1e6ac1ec.js');
|
|
36
|
+
var DrawerGrid = require('./DrawerGrid-b233d837.js');
|
|
37
|
+
var Emphasis = require('./Emphasis-84de1f3f.js');
|
|
38
|
+
var FeatureSwitch = require('./FeatureSwitch-ddaebf27.js');
|
|
39
|
+
var Flex = require('./Flex-ddf28839.js');
|
|
40
|
+
var Form = require('./Form-927647ef.js');
|
|
41
|
+
var FormField = require('./FormField-fc30bb1a.js');
|
|
42
|
+
var FormatDate = require('./FormatDate-70ea5b43.js');
|
|
43
|
+
var FormatEmail = require('./FormatEmail-298393bb.js');
|
|
44
|
+
var FormatFile = require('./FormatFile-d57b8dfa.js');
|
|
45
|
+
var FormatRelativeDateTime = require('./FormatRelativeDateTime-6336002d.js');
|
|
46
|
+
var FormatTime = require('./FormatTime-20538519.js');
|
|
47
|
+
var Gallery = require('./Gallery-8d4d79a2.js');
|
|
48
|
+
var Glimmer = require('./Glimmer-3fcdae65.js');
|
|
49
|
+
var Grid = require('./Grid-cce44c9d.js');
|
|
50
|
+
var Heading = require('./Heading-a8a24775.js');
|
|
51
|
+
var InlineLabel = require('./InlineLabel-5144fa06.js');
|
|
52
|
+
var InputAvatar = require('./InputAvatar-95c98620.js');
|
|
53
|
+
var InputDate = require('./InputDate-c5f19423.js');
|
|
54
|
+
var InputEmail = require('./InputEmail-4efba03d.js');
|
|
55
|
+
var InputFile = require('./InputFile-921c050e.js');
|
|
56
|
+
var InputGroup = require('./InputGroup-8d4fd4eb.js');
|
|
57
|
+
var InputNumber = require('./InputNumber-df9cb825.js');
|
|
58
|
+
var InputPassword = require('./InputPassword-08d2dfa1.js');
|
|
59
|
+
var InputPhoneNumber = require('./InputPhoneNumber-cbb2ca7d.js');
|
|
60
|
+
var InputText = require('./InputText-125769fd.js');
|
|
61
|
+
var InputTime = require('./InputTime-3c4bdff0.js');
|
|
62
|
+
var InputValidation = require('./InputValidation-4a61254d.js');
|
|
63
|
+
var LightBox = require('./LightBox-3d6e74ba.js');
|
|
64
|
+
var Link = require('./Link-fd7301ec.js');
|
|
65
|
+
var List = require('./List-821f249d.js');
|
|
66
|
+
var Markdown = require('./Markdown-36854bd5.js');
|
|
67
|
+
var Menu = require('./Menu-5ce3cf41.js');
|
|
68
|
+
var Modal = require('./Modal-cda55f02.js');
|
|
69
|
+
var MultiSelect = require('./MultiSelect-707000e1.js');
|
|
70
|
+
var Page = require('./Page-fdb087db.js');
|
|
71
|
+
var Popover = require('./Popover-968c63b2.js');
|
|
72
|
+
var ProgressBar = require('./ProgressBar-4ee648b7.js');
|
|
73
|
+
var RadioGroup = require('./RadioGroup-68edd1e3.js');
|
|
74
|
+
var RecurringSelect = require('./RecurringSelect-e391af31.js');
|
|
75
|
+
var Option = require('./Option-73515eec.js');
|
|
76
|
+
var Spinner = require('./Spinner-3480bc34.js');
|
|
77
|
+
var StatusIndicator = require('./StatusIndicator-0c680acb.js');
|
|
78
|
+
var StatusLabel = require('./StatusLabel-5bf96fdb.js');
|
|
79
|
+
var Switch = require('./Switch-6c6c727b.js');
|
|
80
|
+
var Body = require('./Body-22878526.js');
|
|
81
|
+
var Tabs = require('./Tabs-d6c8b965.js');
|
|
82
|
+
var Text = require('./Text-714f7d14.js');
|
|
83
|
+
var showToast = require('./showToast-63be1cf0.js');
|
|
84
|
+
require('framer-motion');
|
|
85
|
+
require('@jobber/design');
|
|
86
|
+
require('./tslib.es6-754e2961.js');
|
|
87
|
+
require('lodash/debounce');
|
|
88
|
+
require('./style-inject.es-9d2f5f4e.js');
|
|
89
|
+
require('react-dom');
|
|
90
|
+
require('react-popper');
|
|
91
|
+
require('@jobber/hooks/useOnKeyDown');
|
|
92
|
+
require('@jobber/hooks/useSafeLayoutEffect');
|
|
93
|
+
require('color');
|
|
94
|
+
require('./getAtlantisConfig-0f3e8af2.js');
|
|
95
|
+
require('react-router-dom');
|
|
96
|
+
require('react-hook-form');
|
|
97
|
+
require('@jobber/hooks/useInView');
|
|
98
|
+
require('lodash/sortBy');
|
|
99
|
+
require('@jobber/hooks/useLiveAnnounce');
|
|
100
|
+
require('@jobber/hooks/useRefocusOnActivator');
|
|
101
|
+
require('@jobber/hooks/useFocusTrap');
|
|
102
|
+
require('lodash/noop');
|
|
103
|
+
require('@std-proposal/temporal');
|
|
104
|
+
require('react-countdown');
|
|
105
|
+
require('lodash/isEmpty');
|
|
106
|
+
require('react-datepicker');
|
|
107
|
+
require('lodash/omit');
|
|
108
|
+
require('@jobber/hooks/useShowClear');
|
|
109
|
+
require('filesize');
|
|
110
|
+
require('react-dropzone');
|
|
111
|
+
require('axios');
|
|
112
|
+
require('lodash/get');
|
|
113
|
+
require('lodash/groupBy');
|
|
114
|
+
require('react-markdown');
|
|
115
|
+
require('@jobber/formatters');
|
|
116
|
+
require('react-dom/client');
|
|
117
|
+
|
|
118
|
+
|
|
119
|
+
|
|
120
|
+
exports.AnimatedPresence = AnimatedPresence.AnimatedPresence;
|
|
121
|
+
exports.AnimatedSwitcher = AnimatedSwitcher.AnimatedSwitcher;
|
|
122
|
+
exports.Autocomplete = Autocomplete.Autocomplete;
|
|
123
|
+
exports.Avatar = Avatar.Avatar;
|
|
124
|
+
exports.Banner = Banner.Banner;
|
|
125
|
+
exports.Button = Button.Button;
|
|
126
|
+
exports.ButtonDismiss = ButtonDismiss.ButtonDismiss;
|
|
127
|
+
exports.Card = Card.Card;
|
|
128
|
+
exports.Checkbox = Checkbox.Checkbox;
|
|
129
|
+
exports.Chip = Chip.Chip;
|
|
130
|
+
exports.ChipDismissible = ChipDismissible.ChipDismissible;
|
|
131
|
+
exports.ChipSelectable = ChipDismissible.ChipSelectable;
|
|
132
|
+
exports.Chips = Chips.Chips;
|
|
133
|
+
exports.Icon = Icon.Icon;
|
|
134
|
+
exports.Typography = Typography.Typography;
|
|
135
|
+
exports.Tooltip = Tooltip.Tooltip;
|
|
136
|
+
exports.Combobox = Combobox.Combobox;
|
|
137
|
+
exports.ComboboxContextProvider = Combobox.ComboboxContextProvider;
|
|
138
|
+
exports.ConfirmationModal = ConfirmationModal.ConfirmationModal;
|
|
139
|
+
exports.Content = Content.Content;
|
|
140
|
+
exports.Countdown = Countdown.Countdown;
|
|
141
|
+
exports.DataDump = DataDump.DataDump;
|
|
142
|
+
exports.DataList = DataList.DataList;
|
|
143
|
+
exports.DataTable = DataTable.DataTable;
|
|
144
|
+
Object.defineProperty(exports, 'createColumnHelper', {
|
|
145
|
+
enumerable: true,
|
|
146
|
+
get: function () { return reactTable.createColumnHelper; }
|
|
147
|
+
});
|
|
148
|
+
exports.DatePicker = DatePicker.DatePicker;
|
|
149
|
+
exports.DescriptionList = DescriptionList.DescriptionList;
|
|
150
|
+
exports.Disclosure = Disclosure.Disclosure;
|
|
151
|
+
exports.Divider = Divider.Divider;
|
|
152
|
+
exports.Drawer = DrawerGrid.Drawer;
|
|
153
|
+
exports.DrawerGrid = DrawerGrid.DrawerGrid;
|
|
154
|
+
exports.Emphasis = Emphasis.Emphasis;
|
|
155
|
+
exports.FeatureSwitch = FeatureSwitch.FeatureSwitch;
|
|
156
|
+
exports.Flex = Flex.Flex;
|
|
157
|
+
exports.Form = Form.Form;
|
|
158
|
+
exports.FormField = FormField.FormField;
|
|
159
|
+
exports.FormatDate = FormatDate.FormatDate;
|
|
160
|
+
exports.strFormatDate = FormatDate.strFormatDate;
|
|
161
|
+
exports.FormatEmail = FormatEmail.FormatEmail;
|
|
162
|
+
exports.FormatFile = FormatFile.FormatFile;
|
|
163
|
+
exports.FormatRelativeDateTime = FormatRelativeDateTime.FormatRelativeDateTime;
|
|
164
|
+
exports.FormatTime = FormatTime.FormatTime;
|
|
165
|
+
exports.Gallery = Gallery.Gallery;
|
|
166
|
+
exports.GLIMMER_TEST_ID = Glimmer.GLIMMER_TEST_ID;
|
|
167
|
+
exports.Glimmer = Glimmer.Glimmer;
|
|
168
|
+
exports.GRID_TEST_ID = Grid.GRID_TEST_ID;
|
|
169
|
+
exports.Grid = Grid.Grid;
|
|
170
|
+
exports.Heading = Heading.Heading;
|
|
171
|
+
exports.InlineLabel = InlineLabel.InlineLabel;
|
|
172
|
+
exports.InputAvatar = InputAvatar.InputAvatar;
|
|
173
|
+
exports.InputDate = InputDate.InputDate;
|
|
174
|
+
exports.InputEmail = InputEmail.InputEmail;
|
|
175
|
+
exports.validationMessage = InputEmail.validationMessage;
|
|
176
|
+
exports.InputFile = InputFile.InputFile;
|
|
177
|
+
exports.updateFiles = InputFile.updateFiles;
|
|
178
|
+
exports.InputGroup = InputGroup.InputGroup;
|
|
179
|
+
exports.InputNumber = InputNumber.InputNumber;
|
|
180
|
+
exports.InputPassword = InputPassword.InputPassword;
|
|
181
|
+
exports.InputPhoneNumber = InputPhoneNumber.InputPhoneNumber;
|
|
182
|
+
exports.InputText = InputText.InputText;
|
|
183
|
+
exports.InputTime = InputTime.InputTime;
|
|
184
|
+
exports.InputValidation = InputValidation.InputValidation;
|
|
185
|
+
exports.LightBox = LightBox.LightBox;
|
|
186
|
+
exports.Link = Link.Link;
|
|
187
|
+
exports.List = List.List;
|
|
188
|
+
exports.ListItem = List.ListItem;
|
|
189
|
+
exports.Markdown = Markdown.Markdown;
|
|
190
|
+
exports.Menu = Menu.Menu;
|
|
191
|
+
exports.Modal = Modal.Modal;
|
|
192
|
+
exports.MultiSelect = MultiSelect.MultiSelect;
|
|
193
|
+
exports.Page = Page.Page;
|
|
194
|
+
exports.Popover = Popover.Popover;
|
|
195
|
+
exports.ProgressBar = ProgressBar.ProgressBar;
|
|
196
|
+
exports.RadioGroup = RadioGroup.RadioGroup;
|
|
197
|
+
exports.RadioOption = RadioGroup.RadioOption;
|
|
198
|
+
Object.defineProperty(exports, 'DurationPeriod', {
|
|
199
|
+
enumerable: true,
|
|
200
|
+
get: function () { return RecurringSelect.DurationPeriod; }
|
|
201
|
+
});
|
|
202
|
+
exports.RecurringSelect = RecurringSelect.RecurringSelect;
|
|
203
|
+
Object.defineProperty(exports, 'WeekDay', {
|
|
204
|
+
enumerable: true,
|
|
205
|
+
get: function () { return RecurringSelect.WeekDay; }
|
|
206
|
+
});
|
|
207
|
+
exports.Option = Option.SelectOption;
|
|
208
|
+
exports.Select = Option.Select;
|
|
209
|
+
exports.Spinner = Spinner.Spinner;
|
|
210
|
+
exports.StatusIndicator = StatusIndicator.StatusIndicator;
|
|
211
|
+
exports.StatusLabel = StatusLabel.StatusLabel;
|
|
212
|
+
exports.Switch = Switch.Switch;
|
|
213
|
+
exports.Body = Body.Body;
|
|
214
|
+
exports.Cell = Body.Cell;
|
|
215
|
+
exports.CellCurrency = Body.CellCurrency;
|
|
216
|
+
exports.CellNumeric = Body.CellNumeric;
|
|
217
|
+
exports.Footer = Body.Footer;
|
|
218
|
+
exports.Header = Body.Header;
|
|
219
|
+
exports.Row = Body.Row;
|
|
220
|
+
exports.Table = Body.Table;
|
|
221
|
+
exports.Tab = Tabs.Tab;
|
|
222
|
+
exports.Tabs = Tabs.Tabs;
|
|
223
|
+
exports.Text = Text.Text;
|
|
224
|
+
exports.showToast = showToast.showToast;
|
package/dist/index.js
ADDED
|
@@ -0,0 +1,112 @@
|
|
|
1
|
+
export { A as AnimatedPresence } from './AnimatedPresence-bbccdaf7.js';
|
|
2
|
+
export { A as AnimatedSwitcher } from './AnimatedSwitcher-3aff3d12.js';
|
|
3
|
+
export { A as Autocomplete } from './Autocomplete-dc7a4b9e.js';
|
|
4
|
+
export { A as Avatar } from './Avatar-229083ec.js';
|
|
5
|
+
export { B as Banner } from './Banner-5475a9ea.js';
|
|
6
|
+
export { B as Button } from './Button-30154871.js';
|
|
7
|
+
export { B as ButtonDismiss } from './ButtonDismiss-a11eef74.js';
|
|
8
|
+
export { C as Card } from './Card-35bd61ce.js';
|
|
9
|
+
export { C as Checkbox } from './Checkbox-a91b14f7.js';
|
|
10
|
+
export { C as Chip } from './Chip-01343f8b.js';
|
|
11
|
+
export { a as ChipDismissible, C as ChipSelectable } from './ChipDismissible-1f2754bd.js';
|
|
12
|
+
import 'react';
|
|
13
|
+
import 'classnames';
|
|
14
|
+
export { C as Chips } from './Chips-7c44a2f9.js';
|
|
15
|
+
import '@jobber/hooks/useAssert';
|
|
16
|
+
export { I as Icon } from './Icon-22723fe6.js';
|
|
17
|
+
export { T as Typography } from './Typography-52ed1386.js';
|
|
18
|
+
export { T as Tooltip } from './Tooltip-a40fffbd.js';
|
|
19
|
+
export { a as Combobox, C as ComboboxContextProvider } from './Combobox-44f0ec2a.js';
|
|
20
|
+
export { C as ConfirmationModal } from './ConfirmationModal-64f82a31.js';
|
|
21
|
+
export { C as Content } from './Content-c96e9299.js';
|
|
22
|
+
export { C as Countdown } from './Countdown-ac081ced.js';
|
|
23
|
+
export { D as DataDump } from './DataDump-6fae2727.js';
|
|
24
|
+
export { D as DataList } from './DataList-18f2d692.js';
|
|
25
|
+
export { D as DataTable } from './DataTable-0f6649e0.js';
|
|
26
|
+
import '@jobber/hooks/useResizeObserver';
|
|
27
|
+
export { createColumnHelper } from '@tanstack/react-table';
|
|
28
|
+
export { D as DatePicker } from './DatePicker-5d0c0353.js';
|
|
29
|
+
export { D as DescriptionList } from './DescriptionList-2cb975a9.js';
|
|
30
|
+
export { D as Disclosure } from './Disclosure-00a9459b.js';
|
|
31
|
+
export { D as Divider } from './Divider-589745c1.js';
|
|
32
|
+
export { D as Drawer, a as DrawerGrid } from './DrawerGrid-0861e529.js';
|
|
33
|
+
export { E as Emphasis } from './Emphasis-2a640962.js';
|
|
34
|
+
export { F as FeatureSwitch } from './FeatureSwitch-e33e30a9.js';
|
|
35
|
+
export { F as Flex } from './Flex-041db5c8.js';
|
|
36
|
+
export { F as Form } from './Form-6a161b07.js';
|
|
37
|
+
export { F as FormField } from './FormField-f1f405d2.js';
|
|
38
|
+
export { F as FormatDate, s as strFormatDate } from './FormatDate-720b39cf.js';
|
|
39
|
+
export { F as FormatEmail } from './FormatEmail-04ee4085.js';
|
|
40
|
+
export { F as FormatFile } from './FormatFile-648aea3e.js';
|
|
41
|
+
export { F as FormatRelativeDateTime } from './FormatRelativeDateTime-529dc36b.js';
|
|
42
|
+
export { F as FormatTime } from './FormatTime-764fd3c8.js';
|
|
43
|
+
export { G as Gallery } from './Gallery-7760f21f.js';
|
|
44
|
+
export { a as GLIMMER_TEST_ID, G as Glimmer } from './Glimmer-6bf75ae0.js';
|
|
45
|
+
export { G as GRID_TEST_ID, a as Grid } from './Grid-c28e226d.js';
|
|
46
|
+
export { H as Heading } from './Heading-dfd4f1cf.js';
|
|
47
|
+
export { I as InlineLabel } from './InlineLabel-20f9095e.js';
|
|
48
|
+
export { I as InputAvatar } from './InputAvatar-3a10bdb1.js';
|
|
49
|
+
export { I as InputDate } from './InputDate-c258f5cb.js';
|
|
50
|
+
export { I as InputEmail, v as validationMessage } from './InputEmail-812bdffe.js';
|
|
51
|
+
export { I as InputFile, u as updateFiles } from './InputFile-d089b486.js';
|
|
52
|
+
export { I as InputGroup } from './InputGroup-436859cf.js';
|
|
53
|
+
export { I as InputNumber } from './InputNumber-4bd38b8e.js';
|
|
54
|
+
export { I as InputPassword } from './InputPassword-6b937a91.js';
|
|
55
|
+
export { I as InputPhoneNumber } from './InputPhoneNumber-947bdb49.js';
|
|
56
|
+
export { I as InputText } from './InputText-2fd8f942.js';
|
|
57
|
+
export { I as InputTime } from './InputTime-ef8af2d9.js';
|
|
58
|
+
export { I as InputValidation } from './InputValidation-fe42fc3f.js';
|
|
59
|
+
export { L as LightBox } from './LightBox-8cc72953.js';
|
|
60
|
+
export { L as Link } from './Link-b41bc1d3.js';
|
|
61
|
+
export { L as List, a as ListItem } from './List-4fe52f57.js';
|
|
62
|
+
export { M as Markdown } from './Markdown-7b84fcdb.js';
|
|
63
|
+
export { M as Menu } from './Menu-fb0b2e9b.js';
|
|
64
|
+
export { M as Modal } from './Modal-eeb52d66.js';
|
|
65
|
+
export { M as MultiSelect } from './MultiSelect-0af9c956.js';
|
|
66
|
+
export { P as Page } from './Page-0b334096.js';
|
|
67
|
+
export { P as Popover } from './Popover-798f548e.js';
|
|
68
|
+
export { P as ProgressBar } from './ProgressBar-022ef3f6.js';
|
|
69
|
+
export { R as RadioGroup, a as RadioOption } from './RadioGroup-a089f132.js';
|
|
70
|
+
export { D as DurationPeriod, R as RecurringSelect, W as WeekDay } from './RecurringSelect-2de4014c.js';
|
|
71
|
+
export { a as Option, S as Select } from './Option-58d7cab6.js';
|
|
72
|
+
export { S as Spinner } from './Spinner-90081e20.js';
|
|
73
|
+
export { S as StatusIndicator } from './StatusIndicator-d6f9aefa.js';
|
|
74
|
+
export { S as StatusLabel } from './StatusLabel-66214fc7.js';
|
|
75
|
+
export { S as Switch } from './Switch-87706cde.js';
|
|
76
|
+
export { B as Body, C as Cell, b as CellCurrency, a as CellNumeric, F as Footer, H as Header, R as Row, T as Table } from './Body-4fbe21ac.js';
|
|
77
|
+
export { a as Tab, T as Tabs } from './Tabs-109f1f10.js';
|
|
78
|
+
export { T as Text } from './Text-c92ddeb3.js';
|
|
79
|
+
export { s as showToast } from './showToast-ff666be8.js';
|
|
80
|
+
import 'framer-motion';
|
|
81
|
+
import '@jobber/design';
|
|
82
|
+
import './tslib.es6-c563c1dd.js';
|
|
83
|
+
import 'lodash/debounce';
|
|
84
|
+
import './style-inject.es-a0e1a0ba.js';
|
|
85
|
+
import 'react-dom';
|
|
86
|
+
import 'react-popper';
|
|
87
|
+
import '@jobber/hooks/useOnKeyDown';
|
|
88
|
+
import '@jobber/hooks/useSafeLayoutEffect';
|
|
89
|
+
import 'color';
|
|
90
|
+
import './getAtlantisConfig-5b50057c.js';
|
|
91
|
+
import 'react-router-dom';
|
|
92
|
+
import 'react-hook-form';
|
|
93
|
+
import '@jobber/hooks/useInView';
|
|
94
|
+
import 'lodash/sortBy';
|
|
95
|
+
import '@jobber/hooks/useLiveAnnounce';
|
|
96
|
+
import '@jobber/hooks/useRefocusOnActivator';
|
|
97
|
+
import '@jobber/hooks/useFocusTrap';
|
|
98
|
+
import 'lodash/noop';
|
|
99
|
+
import '@std-proposal/temporal';
|
|
100
|
+
import 'react-countdown';
|
|
101
|
+
import 'lodash/isEmpty';
|
|
102
|
+
import 'react-datepicker';
|
|
103
|
+
import 'lodash/omit';
|
|
104
|
+
import '@jobber/hooks/useShowClear';
|
|
105
|
+
import 'filesize';
|
|
106
|
+
import 'react-dropzone';
|
|
107
|
+
import 'axios';
|
|
108
|
+
import 'lodash/get';
|
|
109
|
+
import 'lodash/groupBy';
|
|
110
|
+
import 'react-markdown';
|
|
111
|
+
import '@jobber/formatters';
|
|
112
|
+
import 'react-dom/client';
|
|
@@ -0,0 +1,106 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var React = require('react');
|
|
4
|
+
var client = require('react-dom/client');
|
|
5
|
+
var framerMotion = require('framer-motion');
|
|
6
|
+
var styleInject_es = require('./style-inject.es-9d2f5f4e.js');
|
|
7
|
+
var Icon = require('./Icon-405a216c.js');
|
|
8
|
+
var Button = require('./Button-ec64869e.js');
|
|
9
|
+
var Typography = require('./Typography-fd88fcce.js');
|
|
10
|
+
|
|
11
|
+
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
12
|
+
|
|
13
|
+
var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
|
|
14
|
+
|
|
15
|
+
var css_248z = ".FVK4VwhLaVQ- {\n position: relative;\n z-index: var(--elevation-toast);\n}\n\n.MUXYGaC7Msg- {\n display: -ms-flexbox;\n display: flex;\n position: fixed;\n right: 0;\n bottom: var(--space-large);\n left: 0;\n z-index: var(--elevation-toast);\n width: 100%;\n box-sizing: border-box;\n -ms-flex-direction: column;\n flex-direction: column;\n -ms-flex-align: center;\n align-items: center;\n padding: 0 var(--space-large);\n color: var(--color-text--reverse);\n font-size: var(--typography--fontSize-large);\n pointer-events: none;\n}\n\n.yCRa7jHH33M- {\n box-shadow: var(--shadow-high);\n overflow: hidden;\n pointer-events: all;\n}\n\n.yCRa7jHH33M- + .yCRa7jHH33M- {\n margin-top: var(--space-base);\n}\n\n.KiJL-VNZ3Sg- {\n display: -ms-flexbox;\n display: flex;\n -ms-flex-align: center;\n align-items: center;\n padding: calc(var(--space-small) / 1.25) var(--space-base);\n border-radius: var(--radius-base);\n background: var(--color-surface--reverse);\n}\n\n.xtRB59TMHcU- {\n margin-right: var(--space-base);\n}\n\n.cExoS0APILs- {\n margin-left: var(--space-base);\n}\n\n.jobber-retheme .cExoS0APILs- svg path {\n fill: var(--color-greyBlue--light);\n}\n\n.jobber-retheme .cExoS0APILs-:hover svg path {\n fill: var(--color-greyBlue);\n}\n\n.-T38wWbQUNs- {\n margin-left: var(--space-small);\n}\n";
|
|
16
|
+
var styles = {"wrapper":"FVK4VwhLaVQ-","container":"MUXYGaC7Msg-","toast":"yCRa7jHH33M-","slice":"KiJL-VNZ3Sg-","icon":"xtRB59TMHcU-","button":"cExoS0APILs-","action":"-T38wWbQUNs-"};
|
|
17
|
+
styleInject_es.styleInject(css_248z);
|
|
18
|
+
|
|
19
|
+
function Toast({ message, variation = "success", action, actionLabel, }) {
|
|
20
|
+
const [visible, setVisible] = React.useState(true);
|
|
21
|
+
const icon = getIcon();
|
|
22
|
+
let timer;
|
|
23
|
+
React.useEffect(() => startTimer(), []);
|
|
24
|
+
return (React__default["default"].createElement(framerMotion.AnimatePresence, null, visible && (React__default["default"].createElement(framerMotion.motion.div, { className: styles.toast, initial: { opacity: 0, scale: 0.8 }, animate: { opacity: 1, scale: 1 }, onMouseEnter: () => stopTimer(), onMouseLeave: () => startTimer(), exit: {
|
|
25
|
+
opacity: 0,
|
|
26
|
+
scale: 0.8,
|
|
27
|
+
height: 0,
|
|
28
|
+
transition: { duration: 0.4 },
|
|
29
|
+
} },
|
|
30
|
+
React__default["default"].createElement("div", { className: styles.slice },
|
|
31
|
+
React__default["default"].createElement("div", { className: styles.icon },
|
|
32
|
+
React__default["default"].createElement(Icon.Icon, { color: icon.color, name: icon.name })),
|
|
33
|
+
React__default["default"].createElement(Typography.Typography, { element: "span", size: "large" }, message),
|
|
34
|
+
action && (React__default["default"].createElement(Button.Button, { label: `${actionLabel}`, onClick: action, type: "tertiary" })),
|
|
35
|
+
React__default["default"].createElement("div", { className: styles.button },
|
|
36
|
+
React__default["default"].createElement(Button.Button, { icon: "remove", ariaLabel: "Hide Notification", onClick: handleToastClose, type: "tertiary", variation: "subtle" })))))));
|
|
37
|
+
function startTimer() {
|
|
38
|
+
timer = setTimeout(() => handleToastClose(), getTimeout());
|
|
39
|
+
}
|
|
40
|
+
function stopTimer() {
|
|
41
|
+
clearTimeout(timer);
|
|
42
|
+
}
|
|
43
|
+
function handleToastClose() {
|
|
44
|
+
setVisible(false);
|
|
45
|
+
}
|
|
46
|
+
function getTimeout() {
|
|
47
|
+
const min = 5000;
|
|
48
|
+
const max = 10000;
|
|
49
|
+
const time = message.length * 200;
|
|
50
|
+
if (time < min)
|
|
51
|
+
return min;
|
|
52
|
+
if (time > max)
|
|
53
|
+
return max;
|
|
54
|
+
return time;
|
|
55
|
+
}
|
|
56
|
+
function getIcon() {
|
|
57
|
+
switch (variation) {
|
|
58
|
+
case "info":
|
|
59
|
+
return { name: "knot", color: "lightBlue" };
|
|
60
|
+
case "error":
|
|
61
|
+
return { name: "alert", color: "red" };
|
|
62
|
+
default:
|
|
63
|
+
return { name: "checkmark", color: "green" };
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
const targetId = "atlantis-toast-element";
|
|
69
|
+
let target = document.querySelector(`#${targetId}`);
|
|
70
|
+
if (!target) {
|
|
71
|
+
target = document.createElement("div");
|
|
72
|
+
target.id = targetId;
|
|
73
|
+
target.classList.add(styles.wrapper);
|
|
74
|
+
document.body.appendChild(target);
|
|
75
|
+
}
|
|
76
|
+
const root = client.createRoot(target);
|
|
77
|
+
function showToast(props) {
|
|
78
|
+
// Ensure target and body is still there when rendering the toast. This is due
|
|
79
|
+
// to an issue with ReactDOM createRoot assuming document is always there and
|
|
80
|
+
// Jest taking the document down.
|
|
81
|
+
if (document.body.contains(target)) {
|
|
82
|
+
root.render(React__default["default"].createElement(ToasterOven, Object.assign({}, props)));
|
|
83
|
+
}
|
|
84
|
+
}
|
|
85
|
+
const ToastContainer = React.forwardRef(ToastInternal);
|
|
86
|
+
function ToasterOven(props) {
|
|
87
|
+
const toastRef = React.useRef();
|
|
88
|
+
React.useEffect(() => toastRef.current.add(props));
|
|
89
|
+
return React__default["default"].createElement(ToastContainer, { ref: toastRef });
|
|
90
|
+
}
|
|
91
|
+
function ToastInternal(_, ref) {
|
|
92
|
+
const [toastKey, setToastKey] = React.useState(0);
|
|
93
|
+
const [toasts, setToasts] = React.useState([]);
|
|
94
|
+
React.useImperativeHandle(ref, () => ({
|
|
95
|
+
add: props => {
|
|
96
|
+
setToastKey(toastKey + 1);
|
|
97
|
+
setToasts([
|
|
98
|
+
Object.assign(Object.assign({}, props), { id: toastKey }),
|
|
99
|
+
...toasts,
|
|
100
|
+
]);
|
|
101
|
+
},
|
|
102
|
+
}));
|
|
103
|
+
return (React__default["default"].createElement("div", { className: styles.container }, toasts.map(toast => (React__default["default"].createElement(Toast, Object.assign({}, toast, { key: toast.id }))))));
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
exports.showToast = showToast;
|