@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.
Files changed (452) hide show
  1. package/dist/AnimatedPresence-20a02aaa.js +104 -0
  2. package/dist/AnimatedPresence-bbccdaf7.js +98 -0
  3. package/dist/AnimatedPresence.cjs +12 -0
  4. package/dist/AnimatedPresence.js +4 -0
  5. package/dist/AnimatedSwitcher-3aff3d12.js +90 -0
  6. package/dist/AnimatedSwitcher-3d45ec5d.js +96 -0
  7. package/dist/AnimatedSwitcher.cjs +13 -0
  8. package/dist/AnimatedSwitcher.js +5 -0
  9. package/dist/Autocomplete-b35c7ff5.js +196 -0
  10. package/dist/Autocomplete-dc7a4b9e.js +188 -0
  11. package/dist/Autocomplete.cjs +33 -0
  12. package/dist/Autocomplete.js +25 -0
  13. package/dist/Avatar-229083ec.js +70 -0
  14. package/dist/Avatar-cccf72b9.js +78 -0
  15. package/dist/Avatar.cjs +15 -0
  16. package/dist/Avatar.js +7 -0
  17. package/dist/Banner-18d94700.js +105 -0
  18. package/dist/Banner-5475a9ea.js +98 -0
  19. package/dist/Banner.cjs +20 -0
  20. package/dist/Banner.js +12 -0
  21. package/dist/Body-22878526.js +64 -0
  22. package/dist/Body-4fbe21ac.js +50 -0
  23. package/dist/Button-30154871.js +50 -0
  24. package/dist/Button-ec64869e.js +57 -0
  25. package/dist/Button.cjs +16 -0
  26. package/dist/Button.js +8 -0
  27. package/dist/ButtonDismiss-a11eef74.js +8 -0
  28. package/dist/ButtonDismiss-d7417429.js +14 -0
  29. package/dist/ButtonDismiss.cjs +17 -0
  30. package/dist/ButtonDismiss.js +9 -0
  31. package/dist/Card-27375ded.js +93 -0
  32. package/dist/Card-35bd61ce.js +86 -0
  33. package/dist/Card.cjs +24 -0
  34. package/dist/Card.js +16 -0
  35. package/dist/Checkbox-a91b14f7.js +56 -0
  36. package/dist/Checkbox-b6e46d80.js +63 -0
  37. package/dist/Checkbox.cjs +18 -0
  38. package/dist/Checkbox.js +10 -0
  39. package/dist/Chip-01343f8b.js +81 -0
  40. package/dist/Chip-24613c57.js +89 -0
  41. package/dist/Chip.cjs +27 -0
  42. package/dist/Chip.js +17 -0
  43. package/dist/ChipDismissible-1f2754bd.js +19 -0
  44. package/dist/ChipDismissible-a8ecc894.js +26 -0
  45. package/dist/Chips-7c44a2f9.js +494 -0
  46. package/dist/Chips-a8f4c9f2.js +505 -0
  47. package/dist/Chips.cjs +46 -0
  48. package/dist/Chips.js +37 -0
  49. package/dist/Combobox-44f0ec2a.js +468 -0
  50. package/dist/Combobox-d8d28b1e.js +479 -0
  51. package/dist/Combobox.cjs +40 -0
  52. package/dist/Combobox.js +31 -0
  53. package/dist/ConfirmationModal-09ec5d02.js +100 -0
  54. package/dist/ConfirmationModal-64f82a31.js +94 -0
  55. package/dist/ConfirmationModal.cjs +31 -0
  56. package/dist/ConfirmationModal.js +23 -0
  57. package/dist/Content-60a3452a.js +24 -0
  58. package/dist/Content-c96e9299.js +18 -0
  59. package/dist/Content.cjs +12 -0
  60. package/dist/Content.js +4 -0
  61. package/dist/Countdown-961d8a6e.js +70 -0
  62. package/dist/Countdown-ac081ced.js +63 -0
  63. package/dist/Countdown.cjs +12 -0
  64. package/dist/Countdown.js +4 -0
  65. package/dist/DataDump-6fae2727.js +15 -0
  66. package/dist/DataDump-f427abfe.js +21 -0
  67. package/dist/DataDump.cjs +27 -0
  68. package/dist/DataDump.js +19 -0
  69. package/dist/DataList-18f2d692.js +1310 -0
  70. package/dist/DataList-4b0f9e5d.js +1320 -0
  71. package/dist/DataList.cjs +52 -0
  72. package/dist/DataList.js +44 -0
  73. package/dist/DataTable-0f6649e0.js +245 -0
  74. package/dist/DataTable-aab7f6b9.js +252 -0
  75. package/dist/DataTable.cjs +65 -0
  76. package/dist/DataTable.js +36 -0
  77. package/dist/DatePicker-5d0c0353.js +125 -0
  78. package/dist/DatePicker-c091c0d2.js +134 -0
  79. package/dist/DatePicker.cjs +20 -0
  80. package/dist/DatePicker.js +12 -0
  81. package/dist/DescriptionList-2cb975a9.js +15 -0
  82. package/dist/DescriptionList-74db99a5.js +21 -0
  83. package/dist/DescriptionList.cjs +13 -0
  84. package/dist/DescriptionList.js +5 -0
  85. package/dist/Disclosure-00a9459b.js +36 -0
  86. package/dist/Disclosure-56309ff3.js +42 -0
  87. package/dist/Disclosure.cjs +16 -0
  88. package/dist/Disclosure.js +8 -0
  89. package/dist/Divider-1e6ac1ec.js +27 -0
  90. package/dist/Divider-589745c1.js +20 -0
  91. package/dist/Divider.cjs +12 -0
  92. package/dist/Divider.js +4 -0
  93. package/dist/Drawer.cjs +21 -0
  94. package/dist/Drawer.js +12 -0
  95. package/dist/DrawerGrid-0861e529.js +33 -0
  96. package/dist/DrawerGrid-b233d837.js +41 -0
  97. package/dist/Emphasis-2a640962.js +13 -0
  98. package/dist/Emphasis-84de1f3f.js +19 -0
  99. package/dist/Emphasis.cjs +13 -0
  100. package/dist/Emphasis.js +5 -0
  101. package/dist/FeatureSwitch-ddaebf27.js +62 -0
  102. package/dist/FeatureSwitch-e33e30a9.js +55 -0
  103. package/dist/FeatureSwitch.cjs +26 -0
  104. package/dist/FeatureSwitch.js +18 -0
  105. package/dist/Flex-041db5c8.js +31 -0
  106. package/dist/Flex-ddf28839.js +38 -0
  107. package/dist/Flex.cjs +12 -0
  108. package/dist/Flex.js +4 -0
  109. package/dist/Form-6a161b07.js +48 -0
  110. package/dist/Form-927647ef.js +54 -0
  111. package/dist/Form.cjs +12 -0
  112. package/dist/Form.js +4 -0
  113. package/dist/FormField-f1f405d2.js +246 -0
  114. package/dist/FormField-fc30bb1a.js +253 -0
  115. package/dist/FormField.cjs +24 -0
  116. package/dist/FormField.js +16 -0
  117. package/dist/FormatDate-70ea5b43.js +34 -0
  118. package/dist/FormatDate-720b39cf.js +27 -0
  119. package/dist/FormatDate.cjs +11 -0
  120. package/dist/FormatDate.js +2 -0
  121. package/dist/FormatEmail-04ee4085.js +14 -0
  122. package/dist/FormatEmail-298393bb.js +21 -0
  123. package/dist/FormatEmail.cjs +12 -0
  124. package/dist/FormatEmail.js +4 -0
  125. package/dist/FormatFile-648aea3e.js +154 -0
  126. package/dist/FormatFile-d57b8dfa.js +162 -0
  127. package/dist/FormatFile.cjs +36 -0
  128. package/dist/FormatFile.js +28 -0
  129. package/dist/FormatRelativeDateTime-529dc36b.js +64 -0
  130. package/dist/FormatRelativeDateTime-6336002d.js +70 -0
  131. package/dist/FormatRelativeDateTime.cjs +10 -0
  132. package/dist/FormatRelativeDateTime.js +2 -0
  133. package/dist/FormatTime-20538519.js +34 -0
  134. package/dist/FormatTime-764fd3c8.js +28 -0
  135. package/dist/FormatTime.cjs +10 -0
  136. package/dist/FormatTime.js +2 -0
  137. package/dist/Gallery-7760f21f.js +66 -0
  138. package/dist/Gallery-8d4d79a2.js +73 -0
  139. package/dist/Gallery.cjs +39 -0
  140. package/dist/Gallery.js +31 -0
  141. package/dist/Glimmer-3fcdae65.js +77 -0
  142. package/dist/Glimmer-6bf75ae0.js +69 -0
  143. package/dist/Glimmer.cjs +15 -0
  144. package/dist/Glimmer.js +6 -0
  145. package/dist/Grid-c28e226d.js +66 -0
  146. package/dist/Grid-cce44c9d.js +74 -0
  147. package/dist/Grid.cjs +14 -0
  148. package/dist/Grid.js +5 -0
  149. package/dist/Heading-a8a24775.js +55 -0
  150. package/dist/Heading-dfd4f1cf.js +49 -0
  151. package/dist/Heading.cjs +14 -0
  152. package/dist/Heading.js +6 -0
  153. package/dist/Icon-22723fe6.js +34 -0
  154. package/dist/Icon-405a216c.js +40 -0
  155. package/dist/Icon.cjs +11 -0
  156. package/dist/Icon.js +3 -0
  157. package/dist/InlineLabel-20f9095e.js +21 -0
  158. package/dist/InlineLabel-5144fa06.js +28 -0
  159. package/dist/InlineLabel.cjs +13 -0
  160. package/dist/InlineLabel.js +5 -0
  161. package/dist/InputAvatar-3a10bdb1.js +50 -0
  162. package/dist/InputAvatar-95c98620.js +56 -0
  163. package/dist/InputAvatar.cjs +28 -0
  164. package/dist/InputAvatar.js +20 -0
  165. package/dist/InputDate-c258f5cb.js +32 -0
  166. package/dist/InputDate-c5f19423.js +39 -0
  167. package/dist/InputDate.cjs +29 -0
  168. package/dist/InputDate.js +21 -0
  169. package/dist/InputEmail-4efba03d.js +27 -0
  170. package/dist/InputEmail-812bdffe.js +20 -0
  171. package/dist/InputEmail.cjs +26 -0
  172. package/dist/InputEmail.js +17 -0
  173. package/dist/InputFile-921c050e.js +190 -0
  174. package/dist/InputFile-d089b486.js +181 -0
  175. package/dist/InputFile.cjs +25 -0
  176. package/dist/InputFile.js +16 -0
  177. package/dist/InputGroup-436859cf.js +26 -0
  178. package/dist/InputGroup-8d4fd4eb.js +33 -0
  179. package/dist/InputGroup.cjs +12 -0
  180. package/dist/InputGroup.js +4 -0
  181. package/dist/InputNumber-4bd38b8e.js +56 -0
  182. package/dist/InputNumber-df9cb825.js +62 -0
  183. package/dist/InputNumber.cjs +25 -0
  184. package/dist/InputNumber.js +17 -0
  185. package/dist/InputPassword-08d2dfa1.js +25 -0
  186. package/dist/InputPassword-6b937a91.js +19 -0
  187. package/dist/InputPassword.cjs +25 -0
  188. package/dist/InputPassword.js +17 -0
  189. package/dist/InputPhoneNumber-947bdb49.js +97 -0
  190. package/dist/InputPhoneNumber-cbb2ca7d.js +103 -0
  191. package/dist/InputPhoneNumber.cjs +25 -0
  192. package/dist/InputPhoneNumber.js +17 -0
  193. package/dist/InputText-125769fd.js +102 -0
  194. package/dist/InputText-2fd8f942.js +96 -0
  195. package/dist/InputText.cjs +26 -0
  196. package/dist/InputText.js +18 -0
  197. package/dist/InputTime-3c4bdff0.js +194 -0
  198. package/dist/InputTime-ef8af2d9.js +187 -0
  199. package/dist/InputTime.cjs +27 -0
  200. package/dist/InputTime.js +19 -0
  201. package/dist/InputValidation-4a61254d.js +29 -0
  202. package/dist/InputValidation-fe42fc3f.js +23 -0
  203. package/dist/InputValidation.cjs +17 -0
  204. package/dist/InputValidation.js +9 -0
  205. package/dist/LightBox-3d6e74ba.js +117 -0
  206. package/dist/LightBox-8cc72953.js +109 -0
  207. package/dist/LightBox.cjs +24 -0
  208. package/dist/LightBox.js +16 -0
  209. package/dist/Link-b41bc1d3.js +7 -0
  210. package/dist/Link-fd7301ec.js +13 -0
  211. package/dist/Link.cjs +10 -0
  212. package/dist/Link.js +2 -0
  213. package/dist/List-4fe52f57.js +77 -0
  214. package/dist/List-821f249d.js +87 -0
  215. package/dist/List.cjs +25 -0
  216. package/dist/List.js +16 -0
  217. package/dist/Markdown-36854bd5.js +62 -0
  218. package/dist/Markdown-7b84fcdb.js +55 -0
  219. package/dist/Markdown.cjs +19 -0
  220. package/dist/Markdown.js +11 -0
  221. package/dist/Menu-5ce3cf41.js +139 -0
  222. package/dist/Menu-fb0b2e9b.js +132 -0
  223. package/dist/Menu.cjs +21 -0
  224. package/dist/Menu.js +13 -0
  225. package/dist/Modal-cda55f02.js +71 -0
  226. package/dist/Modal-eeb52d66.js +63 -0
  227. package/dist/Modal.cjs +25 -0
  228. package/dist/Modal.js +17 -0
  229. package/dist/MultiSelect-0af9c956.js +169 -0
  230. package/dist/MultiSelect-707000e1.js +176 -0
  231. package/dist/MultiSelect.cjs +19 -0
  232. package/dist/MultiSelect.js +11 -0
  233. package/dist/Option-58d7cab6.js +12 -0
  234. package/dist/Option-73515eec.js +19 -0
  235. package/dist/Page-0b334096.js +59 -0
  236. package/dist/Page-fdb087db.js +66 -0
  237. package/dist/Page.cjs +30 -0
  238. package/dist/Page.js +22 -0
  239. package/dist/Popover-798f548e.js +47 -0
  240. package/dist/Popover-968c63b2.js +53 -0
  241. package/dist/Popover.cjs +20 -0
  242. package/dist/Popover.js +12 -0
  243. package/dist/ProgressBar-022ef3f6.js +36 -0
  244. package/dist/ProgressBar-4ee648b7.js +43 -0
  245. package/dist/ProgressBar.cjs +12 -0
  246. package/dist/ProgressBar.js +4 -0
  247. package/dist/RadioGroup-68edd1e3.js +46 -0
  248. package/dist/RadioGroup-a089f132.js +39 -0
  249. package/dist/RadioGroup.cjs +15 -0
  250. package/dist/RadioGroup.js +6 -0
  251. package/dist/RecurringSelect-2de4014c.js +208 -0
  252. package/dist/RecurringSelect-e391af31.js +214 -0
  253. package/dist/RecurringSelect.cjs +38 -0
  254. package/dist/RecurringSelect.js +22 -0
  255. package/dist/Select.cjs +26 -0
  256. package/dist/Select.js +17 -0
  257. package/dist/Spinner-3480bc34.js +24 -0
  258. package/dist/Spinner-90081e20.js +17 -0
  259. package/dist/Spinner.cjs +12 -0
  260. package/dist/Spinner.js +4 -0
  261. package/dist/StatusIndicator-0c680acb.js +18 -0
  262. package/dist/StatusIndicator-d6f9aefa.js +12 -0
  263. package/dist/StatusIndicator.cjs +11 -0
  264. package/dist/StatusIndicator.js +3 -0
  265. package/dist/StatusLabel-5bf96fdb.js +26 -0
  266. package/dist/StatusLabel-66214fc7.js +19 -0
  267. package/dist/StatusLabel.cjs +15 -0
  268. package/dist/StatusLabel.js +7 -0
  269. package/dist/Switch-6c6c727b.js +56 -0
  270. package/dist/Switch-87706cde.js +49 -0
  271. package/dist/Switch.cjs +13 -0
  272. package/dist/Switch.js +5 -0
  273. package/dist/Table.cjs +20 -0
  274. package/dist/Table.js +5 -0
  275. package/dist/Tabs-109f1f10.js +70 -0
  276. package/dist/Tabs-d6c8b965.js +78 -0
  277. package/dist/Tabs.cjs +14 -0
  278. package/dist/Tabs.js +5 -0
  279. package/dist/Text-714f7d14.js +31 -0
  280. package/dist/Text-c92ddeb3.js +25 -0
  281. package/dist/Text.cjs +13 -0
  282. package/dist/Text.js +5 -0
  283. package/dist/Toast.cjs +19 -0
  284. package/dist/Toast.js +11 -0
  285. package/dist/Tooltip-2e477150.js +112 -0
  286. package/dist/Tooltip-a40fffbd.js +104 -0
  287. package/dist/Tooltip.cjs +16 -0
  288. package/dist/Tooltip.js +8 -0
  289. package/dist/Typography-52ed1386.js +55 -0
  290. package/dist/Typography-fd88fcce.js +62 -0
  291. package/dist/Typography.cjs +12 -0
  292. package/dist/Typography.js +4 -0
  293. package/dist/getAtlantisConfig-0f3e8af2.js +13 -0
  294. package/dist/getAtlantisConfig-5b50057c.js +11 -0
  295. package/dist/index.cjs +224 -0
  296. package/dist/index.js +112 -0
  297. package/dist/showToast-63be1cf0.js +106 -0
  298. package/dist/showToast-ff666be8.js +100 -0
  299. package/dist/style-inject.es-9d2f5f4e.js +30 -0
  300. package/dist/style-inject.es-a0e1a0ba.js +28 -0
  301. package/dist/tslib.es6-754e2961.js +46 -0
  302. package/dist/tslib.es6-c563c1dd.js +43 -0
  303. package/package.json +8 -368
  304. package/AnimatedPresence.d.ts +0 -1
  305. package/AnimatedPresence.js +0 -17
  306. package/AnimatedSwitcher.d.ts +0 -1
  307. package/AnimatedSwitcher.js +0 -17
  308. package/Autocomplete.d.ts +0 -1
  309. package/Autocomplete.js +0 -17
  310. package/Avatar.d.ts +0 -1
  311. package/Avatar.js +0 -17
  312. package/Banner.d.ts +0 -1
  313. package/Banner.js +0 -17
  314. package/Button.d.ts +0 -1
  315. package/Button.js +0 -17
  316. package/ButtonDismiss.d.ts +0 -1
  317. package/ButtonDismiss.js +0 -17
  318. package/Card.d.ts +0 -1
  319. package/Card.js +0 -17
  320. package/Checkbox.d.ts +0 -1
  321. package/Checkbox.js +0 -17
  322. package/Chip.d.ts +0 -1
  323. package/Chip.js +0 -17
  324. package/Chips.d.ts +0 -1
  325. package/Chips.js +0 -17
  326. package/Combobox.d.ts +0 -1
  327. package/Combobox.js +0 -17
  328. package/ConfirmationModal.d.ts +0 -1
  329. package/ConfirmationModal.js +0 -17
  330. package/Content.d.ts +0 -1
  331. package/Content.js +0 -17
  332. package/Countdown.d.ts +0 -1
  333. package/Countdown.js +0 -17
  334. package/DataDump.d.ts +0 -1
  335. package/DataDump.js +0 -17
  336. package/DataList.d.ts +0 -1
  337. package/DataList.js +0 -17
  338. package/DataTable.d.ts +0 -1
  339. package/DataTable.js +0 -17
  340. package/DatePicker.d.ts +0 -1
  341. package/DatePicker.js +0 -17
  342. package/DescriptionList.d.ts +0 -1
  343. package/DescriptionList.js +0 -17
  344. package/Disclosure.d.ts +0 -1
  345. package/Disclosure.js +0 -17
  346. package/Divider.d.ts +0 -1
  347. package/Divider.js +0 -17
  348. package/Drawer.d.ts +0 -1
  349. package/Drawer.js +0 -17
  350. package/Emphasis.d.ts +0 -1
  351. package/Emphasis.js +0 -17
  352. package/FeatureSwitch.d.ts +0 -1
  353. package/FeatureSwitch.js +0 -17
  354. package/Flex.d.ts +0 -1
  355. package/Flex.js +0 -17
  356. package/Form.d.ts +0 -1
  357. package/Form.js +0 -17
  358. package/FormField.d.ts +0 -1
  359. package/FormField.js +0 -17
  360. package/FormatDate.d.ts +0 -1
  361. package/FormatDate.js +0 -17
  362. package/FormatEmail.d.ts +0 -1
  363. package/FormatEmail.js +0 -17
  364. package/FormatFile.d.ts +0 -1
  365. package/FormatFile.js +0 -17
  366. package/FormatRelativeDateTime.d.ts +0 -1
  367. package/FormatRelativeDateTime.js +0 -17
  368. package/FormatTime.d.ts +0 -1
  369. package/FormatTime.js +0 -17
  370. package/Gallery.d.ts +0 -1
  371. package/Gallery.js +0 -17
  372. package/Glimmer.d.ts +0 -1
  373. package/Glimmer.js +0 -17
  374. package/Grid.d.ts +0 -1
  375. package/Grid.js +0 -17
  376. package/Heading.d.ts +0 -1
  377. package/Heading.js +0 -17
  378. package/Icon.d.ts +0 -1
  379. package/Icon.js +0 -17
  380. package/InlineLabel.d.ts +0 -1
  381. package/InlineLabel.js +0 -17
  382. package/InputAvatar.d.ts +0 -1
  383. package/InputAvatar.js +0 -17
  384. package/InputDate.d.ts +0 -1
  385. package/InputDate.js +0 -17
  386. package/InputEmail.d.ts +0 -1
  387. package/InputEmail.js +0 -17
  388. package/InputFile.d.ts +0 -1
  389. package/InputFile.js +0 -17
  390. package/InputGroup.d.ts +0 -1
  391. package/InputGroup.js +0 -17
  392. package/InputNumber.d.ts +0 -1
  393. package/InputNumber.js +0 -17
  394. package/InputPassword.d.ts +0 -1
  395. package/InputPassword.js +0 -17
  396. package/InputPhoneNumber.d.ts +0 -1
  397. package/InputPhoneNumber.js +0 -17
  398. package/InputText.d.ts +0 -1
  399. package/InputText.js +0 -17
  400. package/InputTime.d.ts +0 -1
  401. package/InputTime.js +0 -17
  402. package/InputValidation.d.ts +0 -1
  403. package/InputValidation.js +0 -17
  404. package/LightBox.d.ts +0 -1
  405. package/LightBox.js +0 -17
  406. package/Link.d.ts +0 -1
  407. package/Link.js +0 -17
  408. package/List.d.ts +0 -1
  409. package/List.js +0 -17
  410. package/Markdown.d.ts +0 -1
  411. package/Markdown.js +0 -17
  412. package/Menu.d.ts +0 -1
  413. package/Menu.js +0 -17
  414. package/Modal.d.ts +0 -1
  415. package/Modal.js +0 -17
  416. package/MultiSelect.d.ts +0 -1
  417. package/MultiSelect.js +0 -17
  418. package/Page.d.ts +0 -1
  419. package/Page.js +0 -17
  420. package/Popover.d.ts +0 -1
  421. package/Popover.js +0 -17
  422. package/ProgressBar.d.ts +0 -1
  423. package/ProgressBar.js +0 -17
  424. package/RadioGroup.d.ts +0 -1
  425. package/RadioGroup.js +0 -17
  426. package/RecurringSelect.d.ts +0 -1
  427. package/RecurringSelect.js +0 -17
  428. package/Select.d.ts +0 -1
  429. package/Select.js +0 -17
  430. package/Spinner.d.ts +0 -1
  431. package/Spinner.js +0 -17
  432. package/StatusIndicator.d.ts +0 -1
  433. package/StatusIndicator.js +0 -17
  434. package/StatusLabel.d.ts +0 -1
  435. package/StatusLabel.js +0 -17
  436. package/Switch.d.ts +0 -1
  437. package/Switch.js +0 -17
  438. package/Table.d.ts +0 -1
  439. package/Table.js +0 -17
  440. package/Tabs.d.ts +0 -1
  441. package/Tabs.js +0 -17
  442. package/Text.d.ts +0 -1
  443. package/Text.js +0 -17
  444. package/Toast.d.ts +0 -1
  445. package/Toast.js +0 -17
  446. package/Tooltip.d.ts +0 -1
  447. package/Tooltip.js +0 -17
  448. package/Typography.d.ts +0 -1
  449. package/Typography.js +0 -17
  450. package/dist/index.cjs.js +0 -6721
  451. package/dist/index.esm.js +0 -6603
  452. package/rollup.config.js +0 -75
@@ -0,0 +1,100 @@
1
+ import React, { useState, useEffect, forwardRef, useImperativeHandle, useRef } from 'react';
2
+ import { createRoot } from 'react-dom/client';
3
+ import { AnimatePresence, motion } from 'framer-motion';
4
+ import { s as styleInject } from './style-inject.es-a0e1a0ba.js';
5
+ import { I as Icon } from './Icon-22723fe6.js';
6
+ import { B as Button } from './Button-30154871.js';
7
+ import { T as Typography } from './Typography-52ed1386.js';
8
+
9
+ 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";
10
+ var styles = {"wrapper":"FVK4VwhLaVQ-","container":"MUXYGaC7Msg-","toast":"yCRa7jHH33M-","slice":"KiJL-VNZ3Sg-","icon":"xtRB59TMHcU-","button":"cExoS0APILs-","action":"-T38wWbQUNs-"};
11
+ styleInject(css_248z);
12
+
13
+ function Toast({ message, variation = "success", action, actionLabel, }) {
14
+ const [visible, setVisible] = useState(true);
15
+ const icon = getIcon();
16
+ let timer;
17
+ useEffect(() => startTimer(), []);
18
+ return (React.createElement(AnimatePresence, null, visible && (React.createElement(motion.div, { className: styles.toast, initial: { opacity: 0, scale: 0.8 }, animate: { opacity: 1, scale: 1 }, onMouseEnter: () => stopTimer(), onMouseLeave: () => startTimer(), exit: {
19
+ opacity: 0,
20
+ scale: 0.8,
21
+ height: 0,
22
+ transition: { duration: 0.4 },
23
+ } },
24
+ React.createElement("div", { className: styles.slice },
25
+ React.createElement("div", { className: styles.icon },
26
+ React.createElement(Icon, { color: icon.color, name: icon.name })),
27
+ React.createElement(Typography, { element: "span", size: "large" }, message),
28
+ action && (React.createElement(Button, { label: `${actionLabel}`, onClick: action, type: "tertiary" })),
29
+ React.createElement("div", { className: styles.button },
30
+ React.createElement(Button, { icon: "remove", ariaLabel: "Hide Notification", onClick: handleToastClose, type: "tertiary", variation: "subtle" })))))));
31
+ function startTimer() {
32
+ timer = setTimeout(() => handleToastClose(), getTimeout());
33
+ }
34
+ function stopTimer() {
35
+ clearTimeout(timer);
36
+ }
37
+ function handleToastClose() {
38
+ setVisible(false);
39
+ }
40
+ function getTimeout() {
41
+ const min = 5000;
42
+ const max = 10000;
43
+ const time = message.length * 200;
44
+ if (time < min)
45
+ return min;
46
+ if (time > max)
47
+ return max;
48
+ return time;
49
+ }
50
+ function getIcon() {
51
+ switch (variation) {
52
+ case "info":
53
+ return { name: "knot", color: "lightBlue" };
54
+ case "error":
55
+ return { name: "alert", color: "red" };
56
+ default:
57
+ return { name: "checkmark", color: "green" };
58
+ }
59
+ }
60
+ }
61
+
62
+ const targetId = "atlantis-toast-element";
63
+ let target = document.querySelector(`#${targetId}`);
64
+ if (!target) {
65
+ target = document.createElement("div");
66
+ target.id = targetId;
67
+ target.classList.add(styles.wrapper);
68
+ document.body.appendChild(target);
69
+ }
70
+ const root = createRoot(target);
71
+ function showToast(props) {
72
+ // Ensure target and body is still there when rendering the toast. This is due
73
+ // to an issue with ReactDOM createRoot assuming document is always there and
74
+ // Jest taking the document down.
75
+ if (document.body.contains(target)) {
76
+ root.render(React.createElement(ToasterOven, Object.assign({}, props)));
77
+ }
78
+ }
79
+ const ToastContainer = forwardRef(ToastInternal);
80
+ function ToasterOven(props) {
81
+ const toastRef = useRef();
82
+ useEffect(() => toastRef.current.add(props));
83
+ return React.createElement(ToastContainer, { ref: toastRef });
84
+ }
85
+ function ToastInternal(_, ref) {
86
+ const [toastKey, setToastKey] = useState(0);
87
+ const [toasts, setToasts] = useState([]);
88
+ useImperativeHandle(ref, () => ({
89
+ add: props => {
90
+ setToastKey(toastKey + 1);
91
+ setToasts([
92
+ Object.assign(Object.assign({}, props), { id: toastKey }),
93
+ ...toasts,
94
+ ]);
95
+ },
96
+ }));
97
+ return (React.createElement("div", { className: styles.container }, toasts.map(toast => (React.createElement(Toast, Object.assign({}, toast, { key: toast.id }))))));
98
+ }
99
+
100
+ export { showToast as s };
@@ -0,0 +1,30 @@
1
+ 'use strict';
2
+
3
+ function styleInject(css, ref) {
4
+ if ( ref === void 0 ) ref = {};
5
+ var insertAt = ref.insertAt;
6
+
7
+ if (!css || typeof document === 'undefined') { return; }
8
+
9
+ var head = document.head || document.getElementsByTagName('head')[0];
10
+ var style = document.createElement('style');
11
+ style.type = 'text/css';
12
+
13
+ if (insertAt === 'top') {
14
+ if (head.firstChild) {
15
+ head.insertBefore(style, head.firstChild);
16
+ } else {
17
+ head.appendChild(style);
18
+ }
19
+ } else {
20
+ head.appendChild(style);
21
+ }
22
+
23
+ if (style.styleSheet) {
24
+ style.styleSheet.cssText = css;
25
+ } else {
26
+ style.appendChild(document.createTextNode(css));
27
+ }
28
+ }
29
+
30
+ exports.styleInject = styleInject;
@@ -0,0 +1,28 @@
1
+ function styleInject(css, ref) {
2
+ if ( ref === void 0 ) ref = {};
3
+ var insertAt = ref.insertAt;
4
+
5
+ if (!css || typeof document === 'undefined') { return; }
6
+
7
+ var head = document.head || document.getElementsByTagName('head')[0];
8
+ var style = document.createElement('style');
9
+ style.type = 'text/css';
10
+
11
+ if (insertAt === 'top') {
12
+ if (head.firstChild) {
13
+ head.insertBefore(style, head.firstChild);
14
+ } else {
15
+ head.appendChild(style);
16
+ }
17
+ } else {
18
+ head.appendChild(style);
19
+ }
20
+
21
+ if (style.styleSheet) {
22
+ style.styleSheet.cssText = css;
23
+ } else {
24
+ style.appendChild(document.createTextNode(css));
25
+ }
26
+ }
27
+
28
+ export { styleInject as s };
@@ -0,0 +1,46 @@
1
+ 'use strict';
2
+
3
+ /******************************************************************************
4
+ Copyright (c) Microsoft Corporation.
5
+
6
+ Permission to use, copy, modify, and/or distribute this software for any
7
+ purpose with or without fee is hereby granted.
8
+
9
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
10
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
11
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
12
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
13
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
14
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
15
+ PERFORMANCE OF THIS SOFTWARE.
16
+ ***************************************************************************** */
17
+
18
+ function __rest(s, e) {
19
+ var t = {};
20
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
21
+ t[p] = s[p];
22
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
23
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
24
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
25
+ t[p[i]] = s[p[i]];
26
+ }
27
+ return t;
28
+ }
29
+
30
+ function __awaiter(thisArg, _arguments, P, generator) {
31
+ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
32
+ return new (P || (P = Promise))(function (resolve, reject) {
33
+ function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
34
+ function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
35
+ function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
36
+ step((generator = generator.apply(thisArg, _arguments || [])).next());
37
+ });
38
+ }
39
+
40
+ typeof SuppressedError === "function" ? SuppressedError : function (error, suppressed, message) {
41
+ var e = new Error(message);
42
+ return e.name = "SuppressedError", e.error = error, e.suppressed = suppressed, e;
43
+ };
44
+
45
+ exports.__awaiter = __awaiter;
46
+ exports.__rest = __rest;
@@ -0,0 +1,43 @@
1
+ /******************************************************************************
2
+ Copyright (c) Microsoft Corporation.
3
+
4
+ Permission to use, copy, modify, and/or distribute this software for any
5
+ purpose with or without fee is hereby granted.
6
+
7
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
8
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
9
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
10
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
11
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
12
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
13
+ PERFORMANCE OF THIS SOFTWARE.
14
+ ***************************************************************************** */
15
+
16
+ function __rest(s, e) {
17
+ var t = {};
18
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
19
+ t[p] = s[p];
20
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
21
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
22
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
23
+ t[p[i]] = s[p[i]];
24
+ }
25
+ return t;
26
+ }
27
+
28
+ function __awaiter(thisArg, _arguments, P, generator) {
29
+ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
30
+ return new (P || (P = Promise))(function (resolve, reject) {
31
+ function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
32
+ function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
33
+ function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
34
+ step((generator = generator.apply(thisArg, _arguments || [])).next());
35
+ });
36
+ }
37
+
38
+ typeof SuppressedError === "function" ? SuppressedError : function (error, suppressed, message) {
39
+ var e = new Error(message);
40
+ return e.name = "SuppressedError", e.error = error, e.suppressed = suppressed, e;
41
+ };
42
+
43
+ export { __rest as _, __awaiter as a };
package/package.json CHANGED
@@ -1,375 +1,14 @@
1
1
  {
2
2
  "name": "@jobber/components",
3
- "version": "4.85.4-CJS-to-ESM.0+fdec90f6",
3
+ "version": "4.85.4-CJS-to-ESM.2+8ce5e6ae",
4
4
  "license": "MIT",
5
- "main": "dist/index.js",
5
+ "main": "dist/index.esm.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "type": "module",
8
8
  "exports": {
9
9
  ".": {
10
10
  "types": "./dist/index.d.ts",
11
- "import": "./dist/index.esm.js",
12
- "require": "./dist/index.cjs.js"
13
- },
14
- "./AnimatedPresence": {
15
- "types": "./dist/AnimatedPresence/index.d.ts",
16
- "import": "./dist/index.esm.js",
17
- "require": "./dist/index.cjs.js"
18
- },
19
- "./AnimatedSwitcher": {
20
- "types": "./dist/AnimatedSwitcher/index.d.ts",
21
- "import": "./dist/index.esm.js",
22
- "require": "./dist/index.cjs.js"
23
- },
24
- "./Autocomplete": {
25
- "types": "./dist/Autocomplete/index.d.ts",
26
- "import": "./dist/index.esm.js",
27
- "require": "./dist/index.cjs.js"
28
- },
29
- "./Avatar": {
30
- "types": "./dist/Avatar/index.d.ts",
31
- "import": "./dist/index.esm.js",
32
- "require": "./dist/index.cjs.js"
33
- },
34
- "./Banner": {
35
- "types": "./dist/Banner/index.d.ts",
36
- "import": "./dist/index.esm.js",
37
- "require": "./dist/index.cjs.js"
38
- },
39
- "./Button": {
40
- "types": "./dist/Button/index.d.ts",
41
- "import": "./dist/index.esm.js",
42
- "require": "./dist/index.cjs.js"
43
- },
44
- "./ButtonDismiss": {
45
- "types": "./dist/ButtonDismiss/index.d.ts",
46
- "import": "./dist/index.esm.js",
47
- "require": "./dist/index.cjs.js"
48
- },
49
- "./Card": {
50
- "types": "./dist/Card/index.d.ts",
51
- "import": "./dist/index.esm.js",
52
- "require": "./dist/index.cjs.js"
53
- },
54
- "./Checkbox": {
55
- "types": "./dist/Checkbox/index.d.ts",
56
- "import": "./dist/index.esm.js",
57
- "require": "./dist/index.cjs.js"
58
- },
59
- "./Chip": {
60
- "types": "./dist/Chip/index.d.ts",
61
- "import": "./dist/index.esm.js",
62
- "require": "./dist/index.cjs.js"
63
- },
64
- "./Chips": {
65
- "types": "./dist/Chips/index.d.ts",
66
- "import": "./dist/index.esm.js",
67
- "require": "./dist/index.cjs.js"
68
- },
69
- "./Combobox": {
70
- "types": "./dist/Combobox/index.d.ts",
71
- "import": "./dist/index.esm.js",
72
- "require": "./dist/index.cjs.js"
73
- },
74
- "./ConfirmationModal": {
75
- "types": "./dist/ConfirmationModal/index.d.ts",
76
- "import": "./dist/index.esm.js",
77
- "require": "./dist/index.cjs.js"
78
- },
79
- "./Content": {
80
- "types": "./dist/Content/index.d.ts",
81
- "import": "./dist/index.esm.js",
82
- "require": "./dist/index.cjs.js"
83
- },
84
- "./Countdown": {
85
- "types": "./dist/Countdown/index.d.ts",
86
- "import": "./dist/index.esm.js",
87
- "require": "./dist/index.cjs.js"
88
- },
89
- "./DataDump": {
90
- "types": "./dist/DataDump/index.d.ts",
91
- "import": "./dist/index.esm.js",
92
- "require": "./dist/index.cjs.js"
93
- },
94
- "./DataList": {
95
- "types": "./dist/DataList/index.d.ts",
96
- "import": "./dist/index.esm.js",
97
- "require": "./dist/index.cjs.js"
98
- },
99
- "./DataTable": {
100
- "types": "./dist/DataTable/index.d.ts",
101
- "import": "./dist/index.esm.js",
102
- "require": "./dist/index.cjs.js"
103
- },
104
- "./DatePicker": {
105
- "types": "./dist/DatePicker/index.d.ts",
106
- "import": "./dist/index.esm.js",
107
- "require": "./dist/index.cjs.js"
108
- },
109
- "./DescriptionList": {
110
- "types": "./dist/DescriptionList/index.d.ts",
111
- "import": "./dist/index.esm.js",
112
- "require": "./dist/index.cjs.js"
113
- },
114
- "./Disclosure": {
115
- "types": "./dist/Disclosure/index.d.ts",
116
- "import": "./dist/index.esm.js",
117
- "require": "./dist/index.cjs.js"
118
- },
119
- "./Divider": {
120
- "types": "./dist/Divider/index.d.ts",
121
- "import": "./dist/index.esm.js",
122
- "require": "./dist/index.cjs.js"
123
- },
124
- "./Drawer": {
125
- "types": "./dist/Drawer/index.d.ts",
126
- "import": "./dist/index.esm.js",
127
- "require": "./dist/index.cjs.js"
128
- },
129
- "./Emphasis": {
130
- "types": "./dist/Emphasis/index.d.ts",
131
- "import": "./dist/index.esm.js",
132
- "require": "./dist/index.cjs.js"
133
- },
134
- "./FeatureSwitch": {
135
- "types": "./dist/FeatureSwitch/index.d.ts",
136
- "import": "./dist/index.esm.js",
137
- "require": "./dist/index.cjs.js"
138
- },
139
- "./Flex": {
140
- "types": "./dist/Flex/index.d.ts",
141
- "import": "./dist/index.esm.js",
142
- "require": "./dist/index.cjs.js"
143
- },
144
- "./Form": {
145
- "types": "./dist/Form/index.d.ts",
146
- "import": "./dist/index.esm.js",
147
- "require": "./dist/index.cjs.js"
148
- },
149
- "./FormField": {
150
- "types": "./dist/FormField/index.d.ts",
151
- "import": "./dist/index.esm.js",
152
- "require": "./dist/index.cjs.js"
153
- },
154
- "./FormatDate": {
155
- "types": "./dist/FormatDate/index.d.ts",
156
- "import": "./dist/index.esm.js",
157
- "require": "./dist/index.cjs.js"
158
- },
159
- "./FormatEmail": {
160
- "types": "./dist/FormatEmail/index.d.ts",
161
- "import": "./dist/index.esm.js",
162
- "require": "./dist/index.cjs.js"
163
- },
164
- "./FormatFile": {
165
- "types": "./dist/FormatFile/index.d.ts",
166
- "import": "./dist/index.esm.js",
167
- "require": "./dist/index.cjs.js"
168
- },
169
- "./FormatRelativeDateTime": {
170
- "types": "./dist/FormatRelativeDateTime/index.d.ts",
171
- "import": "./dist/index.esm.js",
172
- "require": "./dist/index.cjs.js"
173
- },
174
- "./FormatTime": {
175
- "types": "./dist/FormatTime/index.d.ts",
176
- "import": "./dist/index.esm.js",
177
- "require": "./dist/index.cjs.js"
178
- },
179
- "./Gallery": {
180
- "types": "./dist/Gallery/index.d.ts",
181
- "import": "./dist/index.esm.js",
182
- "require": "./dist/index.cjs.js"
183
- },
184
- "./Glimmer": {
185
- "types": "./dist/Glimmer/index.d.ts",
186
- "import": "./dist/index.esm.js",
187
- "require": "./dist/index.cjs.js"
188
- },
189
- "./Grid": {
190
- "types": "./dist/Grid/index.d.ts",
191
- "import": "./dist/index.esm.js",
192
- "require": "./dist/index.cjs.js"
193
- },
194
- "./Heading": {
195
- "types": "./dist/Heading/index.d.ts",
196
- "import": "./dist/index.esm.js",
197
- "require": "./dist/index.cjs.js"
198
- },
199
- "./Icon": {
200
- "types": "./dist/Icon/index.d.ts",
201
- "import": "./dist/index.esm.js",
202
- "require": "./dist/index.cjs.js"
203
- },
204
- "./InlineLabel": {
205
- "types": "./dist/InlineLabel/index.d.ts",
206
- "import": "./dist/index.esm.js",
207
- "require": "./dist/index.cjs.js"
208
- },
209
- "./InputAvatar": {
210
- "types": "./dist/InputAvatar/index.d.ts",
211
- "import": "./dist/index.esm.js",
212
- "require": "./dist/index.cjs.js"
213
- },
214
- "./InputDate": {
215
- "types": "./dist/InputDate/index.d.ts",
216
- "import": "./dist/index.esm.js",
217
- "require": "./dist/index.cjs.js"
218
- },
219
- "./InputEmail": {
220
- "types": "./dist/InputEmail/index.d.ts",
221
- "import": "./dist/index.esm.js",
222
- "require": "./dist/index.cjs.js"
223
- },
224
- "./InputFile": {
225
- "types": "./dist/InputFile/index.d.ts",
226
- "import": "./dist/index.esm.js",
227
- "require": "./dist/index.cjs.js"
228
- },
229
- "./InputGroup": {
230
- "types": "./dist/InputGroup/index.d.ts",
231
- "import": "./dist/index.esm.js",
232
- "require": "./dist/index.cjs.js"
233
- },
234
- "./InputNumber": {
235
- "types": "./dist/InputNumber/index.d.ts",
236
- "import": "./dist/index.esm.js",
237
- "require": "./dist/index.cjs.js"
238
- },
239
- "./InputPassword": {
240
- "types": "./dist/InputPassword/index.d.ts",
241
- "import": "./dist/index.esm.js",
242
- "require": "./dist/index.cjs.js"
243
- },
244
- "./InputPhoneNumber": {
245
- "types": "./dist/InputPhoneNumber/index.d.ts",
246
- "import": "./dist/index.esm.js",
247
- "require": "./dist/index.cjs.js"
248
- },
249
- "./InputText": {
250
- "types": "./dist/InputText/index.d.ts",
251
- "import": "./dist/index.esm.js",
252
- "require": "./dist/index.cjs.js"
253
- },
254
- "./InputTime": {
255
- "types": "./dist/InputTime/index.d.ts",
256
- "import": "./dist/index.esm.js",
257
- "require": "./dist/index.cjs.js"
258
- },
259
- "./InputValidation": {
260
- "types": "./dist/InputValidation/index.d.ts",
261
- "import": "./dist/index.esm.js",
262
- "require": "./dist/index.cjs.js"
263
- },
264
- "./LightBox": {
265
- "types": "./dist/LightBox/index.d.ts",
266
- "import": "./dist/index.esm.js",
267
- "require": "./dist/index.cjs.js"
268
- },
269
- "./Link": {
270
- "types": "./dist/Link/index.d.ts",
271
- "import": "./dist/index.esm.js",
272
- "require": "./dist/index.cjs.js"
273
- },
274
- "./List": {
275
- "types": "./dist/List/index.d.ts",
276
- "import": "./dist/index.esm.js",
277
- "require": "./dist/index.cjs.js"
278
- },
279
- "./Markdown": {
280
- "types": "./dist/Markdown/index.d.ts",
281
- "import": "./dist/index.esm.js",
282
- "require": "./dist/index.cjs.js"
283
- },
284
- "./Menu": {
285
- "types": "./dist/Menu/index.d.ts",
286
- "import": "./dist/index.esm.js",
287
- "require": "./dist/index.cjs.js"
288
- },
289
- "./Modal": {
290
- "types": "./dist/Modal/index.d.ts",
291
- "import": "./dist/index.esm.js",
292
- "require": "./dist/index.cjs.js"
293
- },
294
- "./MultiSelect": {
295
- "types": "./dist/MultiSelect/index.d.ts",
296
- "import": "./dist/index.esm.js",
297
- "require": "./dist/index.cjs.js"
298
- },
299
- "./Page": {
300
- "types": "./dist/Page/index.d.ts",
301
- "import": "./dist/index.esm.js",
302
- "require": "./dist/index.cjs.js"
303
- },
304
- "./Popover": {
305
- "types": "./dist/Popover/index.d.ts",
306
- "import": "./dist/index.esm.js",
307
- "require": "./dist/index.cjs.js"
308
- },
309
- "./ProgressBar": {
310
- "types": "./dist/ProgressBar/index.d.ts",
311
- "import": "./dist/index.esm.js",
312
- "require": "./dist/index.cjs.js"
313
- },
314
- "./RadioGroup": {
315
- "types": "./dist/RadioGroup/index.d.ts",
316
- "import": "./dist/index.esm.js",
317
- "require": "./dist/index.cjs.js"
318
- },
319
- "./RecurringSelect": {
320
- "types": "./dist/RecurringSelect/index.d.ts",
321
- "import": "./dist/index.esm.js",
322
- "require": "./dist/index.cjs.js"
323
- },
324
- "./Select": {
325
- "types": "./dist/Select/index.d.ts",
326
- "import": "./dist/index.esm.js",
327
- "require": "./dist/index.cjs.js"
328
- },
329
- "./Spinner": {
330
- "types": "./dist/Spinner/index.d.ts",
331
- "import": "./dist/index.esm.js",
332
- "require": "./dist/index.cjs.js"
333
- },
334
- "./StatusLabel": {
335
- "types": "./dist/StatusLabel/index.d.ts",
336
- "import": "./dist/index.esm.js",
337
- "require": "./dist/index.cjs.js"
338
- },
339
- "./Switch": {
340
- "types": "./dist/Switch/index.d.ts",
341
- "import": "./dist/index.esm.js",
342
- "require": "./dist/index.cjs.js"
343
- },
344
- "./Table": {
345
- "types": "./dist/Table/index.d.ts",
346
- "import": "./dist/index.esm.js",
347
- "require": "./dist/index.cjs.js"
348
- },
349
- "./Tabs": {
350
- "types": "./dist/Tabs/index.d.ts",
351
- "import": "./dist/index.esm.js",
352
- "require": "./dist/index.cjs.js"
353
- },
354
- "./Text": {
355
- "types": "./dist/Text/index.d.ts",
356
- "import": "./dist/index.esm.js",
357
- "require": "./dist/index.cjs.js"
358
- },
359
- "./Toast": {
360
- "types": "./dist/Toast/index.d.ts",
361
- "import": "./dist/index.esm.js",
362
- "require": "./dist/index.cjs.js"
363
- },
364
- "./Tooltip": {
365
- "types": "./dist/Tooltip/index.d.ts",
366
- "import": "./dist/index.esm.js",
367
- "require": "./dist/index.cjs.js"
368
- },
369
- "./Typography": {
370
- "types": "./dist/Typography/index.d.ts",
371
- "import": "./dist/index.esm.js",
372
- "require": "./dist/index.cjs.js"
11
+ "import": "./dist/index.esm.js"
373
12
  }
374
13
  },
375
14
  "scripts": {
@@ -382,9 +21,10 @@
382
21
  "postpack": "npm run entryPoints:clean"
383
22
  },
384
23
  "files": [
385
- "*.js",
386
- "*.d.ts",
387
- "dist/*"
24
+ "dist",
25
+ "README.md",
26
+ "LICENSE",
27
+ "package.json"
388
28
  ],
389
29
  "dependencies": {
390
30
  "@jobber/design": "^0.55.1",
@@ -448,5 +88,5 @@
448
88
  "> 1%",
449
89
  "IE 10"
450
90
  ],
451
- "gitHead": "fdec90f6ed694d63a6fd5a746cc22dd10236cd70"
91
+ "gitHead": "8ce5e6ae9e18bfee65d99288f41f59b9ff9d2397"
452
92
  }
@@ -1 +0,0 @@
1
- export * from "./dist/AnimatedPresence";
@@ -1,17 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true,
5
- });
6
-
7
- var AnimatedPresence = require("./dist/AnimatedPresence");
8
-
9
- Object.keys(AnimatedPresence).forEach(function(key) {
10
- if (key === "default" || key === "__esModule") return;
11
- Object.defineProperty(exports, key, {
12
- enumerable: true,
13
- get: function get() {
14
- return AnimatedPresence[key];
15
- },
16
- });
17
- });
@@ -1 +0,0 @@
1
- export * from "./dist/AnimatedSwitcher";