@phillips/seldon 1.236.0 → 1.238.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (261) hide show
  1. package/dist/_virtual/_commonjsHelpers.js +15 -10
  2. package/dist/_virtual/index.js +5 -2
  3. package/dist/_virtual/index11.js +4 -0
  4. package/dist/_virtual/index12.js +4 -0
  5. package/dist/_virtual/index13.js +4 -0
  6. package/dist/_virtual/index14.js +5 -0
  7. package/dist/_virtual/index15.js +5 -0
  8. package/dist/_virtual/index16.js +7 -0
  9. package/dist/_virtual/index17.js +4 -0
  10. package/dist/_virtual/index18.js +4 -0
  11. package/dist/_virtual/index2.js +3 -2
  12. package/dist/_virtual/index3.js +2 -2
  13. package/dist/_virtual/index4.js +2 -2
  14. package/dist/_virtual/index5.js +2 -4
  15. package/dist/_virtual/index6.js +5 -2
  16. package/dist/_virtual/index7.js +3 -2
  17. package/dist/_virtual/index8.js +2 -2
  18. package/dist/_virtual/index9.js +2 -2
  19. package/dist/components/Accordion/Accordion.js +1 -1
  20. package/dist/components/Accordion/AccordionItem.js +1 -1
  21. package/dist/components/Accordion/utils.js +1 -1
  22. package/dist/components/AddToCalendar/AddToCalendar.js +1 -1
  23. package/dist/components/AddToCalendar/calendarLinks.js +10 -10
  24. package/dist/components/Article/Article.js +1 -1
  25. package/dist/components/Breadcrumb/Breadcrumb.js +1 -1
  26. package/dist/components/Breadcrumb/BreadcrumbItem.js +1 -1
  27. package/dist/components/Button/Button.d.ts +5 -1
  28. package/dist/components/Button/Button.js +49 -47
  29. package/dist/components/Button/Button.stories.d.ts +34 -5
  30. package/dist/components/Button/index.d.ts +3 -0
  31. package/dist/components/Button/types.d.ts +4 -1
  32. package/dist/components/Button/types.js +2 -1
  33. package/dist/components/Carousel/Carousel.js +1 -1
  34. package/dist/components/Carousel/CarouselArrows.js +1 -1
  35. package/dist/components/Carousel/CarouselContent.js +1 -1
  36. package/dist/components/Carousel/CarouselDot.js +1 -1
  37. package/dist/components/Carousel/CarouselDots.js +1 -1
  38. package/dist/components/Carousel/CarouselItem.js +1 -1
  39. package/dist/components/Collapsible/Collapsible.js +1 -1
  40. package/dist/components/Collapsible/CollapsibleContent.js +1 -1
  41. package/dist/components/Collapsible/CollapsibleTrigger.js +1 -1
  42. package/dist/components/ComboBox/ComboBox.js +16 -16
  43. package/dist/components/ComposedModal/ComposedModal.js +1 -1
  44. package/dist/components/ContentPeek/ContentPeek.js +1 -1
  45. package/dist/components/Countdown/Countdown.js +10 -10
  46. package/dist/components/DescriptiveRadioButton/DescriptiveRadioButton.js +1 -1
  47. package/dist/components/DescriptiveRadioButtonGroup/DescriptiveRadioButtonGroup.js +1 -1
  48. package/dist/components/Detail/Detail.js +1 -1
  49. package/dist/components/DetailList/DetailList.js +1 -1
  50. package/dist/components/Divider/Divider.js +1 -1
  51. package/dist/components/Drawer/Drawer.js +1 -1
  52. package/dist/components/Dropdown/Dropdown.js +1 -1
  53. package/dist/components/ExitGateCard/ExitGateCard.js +1 -1
  54. package/dist/components/FavoritingTileButton/FavoritingTileButton.js +1 -1
  55. package/dist/components/Filter/Filter.js +1 -1
  56. package/dist/components/Filter/FilterHeader.js +1 -1
  57. package/dist/components/Grid/Grid.js +1 -1
  58. package/dist/components/Grid/Grid.stories.d.ts +1 -1
  59. package/dist/components/Grid/utils.js +1 -1
  60. package/dist/components/GridItem/GridItem.js +1 -1
  61. package/dist/components/Icon/Icon.js +1 -1
  62. package/dist/components/IconButton/IconButton.js +1 -1
  63. package/dist/components/Input/Input.js +1 -1
  64. package/dist/components/Input/utils.js +1 -1
  65. package/dist/components/Link/Link.js +1 -1
  66. package/dist/components/LinkBlock/LinkBlock.js +1 -1
  67. package/dist/components/LinkList/LinkList.js +1 -1
  68. package/dist/components/Loader/Loader.js +1 -1
  69. package/dist/components/Modal/Modal.js +1 -1
  70. package/dist/components/Navigation/Navigation.js +1 -1
  71. package/dist/components/Navigation/NavigationItem/NavigationItem.js +1 -1
  72. package/dist/components/Navigation/NavigationItem/NavigationItem.stories.d.ts +1 -1
  73. package/dist/components/Navigation/NavigationItemTrigger/NavigationItemTrigger.js +1 -1
  74. package/dist/components/Navigation/NavigationList/NavigationList.js +1 -1
  75. package/dist/components/NotificationBanner/NotificationBanner.js +1 -1
  76. package/dist/components/PageContentWrapper/PageContentWrapper.js +1 -1
  77. package/dist/components/Pagination/Pagination.js +1 -1
  78. package/dist/components/Pictogram/Pictogram.js +1 -1
  79. package/dist/components/PinchZoom/PinchZoom.js +1 -1
  80. package/dist/components/ProgressIndicator/ProgressIndicator.js +1 -1
  81. package/dist/components/Row/Row.js +5 -5
  82. package/dist/components/Search/Search.js +1 -1
  83. package/dist/components/Search/Search.stories.d.ts +1 -1
  84. package/dist/components/SeldonImage/SeldonImage.js +1 -1
  85. package/dist/components/Select/Select.js +2 -2
  86. package/dist/components/SplitPanel/SplitPanel.js +1 -1
  87. package/dist/components/Tabs/TabsContainer.js +1 -1
  88. package/dist/components/Tabs/TabsContent.js +1 -1
  89. package/dist/components/Tags/Tags.js +1 -1
  90. package/dist/components/Text/Text.js +1 -1
  91. package/dist/components/Text/utils.js +1 -0
  92. package/dist/components/TextArea/TextArea.js +2 -2
  93. package/dist/components/TextSymbol/TextSymbol.js +16 -16
  94. package/dist/components/Toast/Toast.js +1 -1
  95. package/dist/components/Video/Video.js +1 -1
  96. package/dist/index.d.ts +1 -1
  97. package/dist/index.js +225 -224
  98. package/dist/node_modules/@artsy/fresnel/dist/Breakpoints.js +261 -260
  99. package/dist/node_modules/@artsy/fresnel/dist/DynamicResponsive.js +148 -143
  100. package/dist/node_modules/@artsy/fresnel/dist/Interactions.js +124 -123
  101. package/dist/node_modules/@artsy/fresnel/dist/Media.js +158 -157
  102. package/dist/node_modules/@artsy/fresnel/dist/MediaQueries.js +120 -120
  103. package/dist/node_modules/@artsy/fresnel/dist/Utils.js +85 -87
  104. package/dist/node_modules/@artsy/fresnel/dist/index.js +25 -21
  105. package/dist/node_modules/@floating-ui/core/dist/floating-ui.core.js +12 -12
  106. package/dist/node_modules/@floating-ui/dom/dist/floating-ui.dom.js +9 -9
  107. package/dist/node_modules/@radix-ui/react-accordion/dist/index.js +23 -24
  108. package/dist/node_modules/@radix-ui/react-collection/dist/index.js +3 -1
  109. package/dist/node_modules/@radix-ui/react-dialog/dist/index.js +17 -18
  110. package/dist/node_modules/@radix-ui/react-dropdown-menu/dist/index.js +24 -25
  111. package/dist/node_modules/@radix-ui/react-dropdown-menu/node_modules/@radix-ui/react-primitive/dist/index.js +1 -1
  112. package/dist/node_modules/@radix-ui/react-dropdown-menu/node_modules/@radix-ui/react-slot/dist/index.js +1 -1
  113. package/dist/node_modules/@radix-ui/react-id/dist/index.js +10 -10
  114. package/dist/node_modules/@radix-ui/react-menu/dist/index.js +8 -8
  115. package/dist/node_modules/@radix-ui/react-menu/node_modules/@radix-ui/react-collection/dist/index.js +3 -1
  116. package/dist/node_modules/@radix-ui/react-menu/node_modules/@radix-ui/react-primitive/dist/index.js +1 -1
  117. package/dist/node_modules/@radix-ui/react-menu/node_modules/@radix-ui/react-slot/dist/index.js +1 -1
  118. package/dist/node_modules/@radix-ui/react-popover/dist/index.js +14 -15
  119. package/dist/node_modules/@radix-ui/react-popover/node_modules/@radix-ui/react-popper/dist/index.js +6 -6
  120. package/dist/node_modules/@radix-ui/react-popover/node_modules/@radix-ui/react-primitive/dist/index.js +1 -1
  121. package/dist/node_modules/@radix-ui/react-popover/node_modules/@radix-ui/react-slot/dist/index.js +1 -1
  122. package/dist/node_modules/@radix-ui/react-primitive/dist/index.js +1 -1
  123. package/dist/node_modules/@radix-ui/react-progress/dist/index.js +13 -14
  124. package/dist/node_modules/@radix-ui/react-progress/node_modules/@radix-ui/react-primitive/dist/index.js +1 -1
  125. package/dist/node_modules/@radix-ui/react-progress/node_modules/@radix-ui/react-slot/dist/index.js +1 -1
  126. package/dist/node_modules/@radix-ui/react-select/dist/index.js +21 -22
  127. package/dist/node_modules/@radix-ui/react-slot/dist/index.js +1 -1
  128. package/dist/node_modules/@radix-ui/react-tabs/dist/index.js +16 -17
  129. package/dist/node_modules/@radix-ui/react-toast/dist/index.js +43 -44
  130. package/dist/node_modules/@radix-ui/react-toast/node_modules/@radix-ui/react-collection/dist/index.js +3 -1
  131. package/dist/node_modules/@radix-ui/react-toast/node_modules/@radix-ui/react-primitive/dist/index.js +1 -1
  132. package/dist/node_modules/change-case/dist/index.js +20 -20
  133. package/dist/node_modules/classnames/index.js +33 -38
  134. package/dist/node_modules/date-fns/_lib/format/formatters.js +51 -20
  135. package/dist/node_modules/date-fns/_lib/format/lightFormatters.js +0 -1
  136. package/dist/node_modules/date-fns/_lib/format/longFormatters.js +0 -3
  137. package/dist/node_modules/date-fns/addHours.js +4 -5
  138. package/dist/node_modules/date-fns/addMilliseconds.js +4 -5
  139. package/dist/node_modules/date-fns/constants.js +1 -1
  140. package/dist/node_modules/date-fns/constructFrom.js +1 -2
  141. package/dist/node_modules/date-fns/differenceInCalendarDays.js +4 -5
  142. package/dist/node_modules/date-fns/differenceInDays.js +8 -9
  143. package/dist/node_modules/date-fns/differenceInHours.js +8 -9
  144. package/dist/node_modules/date-fns/differenceInMilliseconds.js +3 -4
  145. package/dist/node_modules/date-fns/differenceInMinutes.js +6 -7
  146. package/dist/node_modules/date-fns/differenceInSeconds.js +5 -6
  147. package/dist/node_modules/date-fns/format.js +7 -8
  148. package/dist/node_modules/date-fns/formatDuration.js +6 -7
  149. package/dist/node_modules/date-fns/getDayOfYear.js +5 -6
  150. package/dist/node_modules/date-fns/getISOWeek.js +2 -3
  151. package/dist/node_modules/date-fns/getISOWeekYear.js +0 -1
  152. package/dist/node_modules/date-fns/getWeek.js +5 -6
  153. package/dist/node_modules/date-fns/getWeekYear.js +5 -6
  154. package/dist/node_modules/date-fns/isAfter.js +2 -3
  155. package/dist/node_modules/date-fns/isDate.js +0 -1
  156. package/dist/node_modules/date-fns/isSameWeek.js +5 -6
  157. package/dist/node_modules/date-fns/isValid.js +4 -5
  158. package/dist/node_modules/date-fns/locale/en-US.js +8 -9
  159. package/dist/node_modules/date-fns/locale/zh-CN.js +8 -9
  160. package/dist/node_modules/date-fns/startOfDay.js +4 -5
  161. package/dist/node_modules/date-fns/startOfISOWeek.js +2 -3
  162. package/dist/node_modules/date-fns/startOfISOWeekYear.js +5 -6
  163. package/dist/node_modules/date-fns/startOfWeek.js +5 -6
  164. package/dist/node_modules/date-fns/startOfWeekYear.js +2 -3
  165. package/dist/node_modules/date-fns/startOfYear.js +4 -5
  166. package/dist/node_modules/date-fns/toDate.js +3 -4
  167. package/dist/node_modules/date-fns-tz/dist/esm/_lib/tzParseTimezone/index.js +6 -7
  168. package/dist/node_modules/date-fns-tz/dist/esm/toDate/index.js +0 -1
  169. package/dist/node_modules/embla-carousel-wheel-gestures/dist/embla-carousel-wheel-gestures.esm.js +1 -1
  170. package/dist/node_modules/ics/dist/defaults.js +21 -19
  171. package/dist/node_modules/ics/dist/index.js +103 -104
  172. package/dist/node_modules/ics/dist/pipeline/build.js +47 -45
  173. package/dist/node_modules/ics/dist/pipeline/format.js +61 -61
  174. package/dist/node_modules/ics/dist/pipeline/index.js +56 -53
  175. package/dist/node_modules/ics/dist/pipeline/validate.js +21 -16
  176. package/dist/node_modules/ics/dist/schema/index.js +203 -201
  177. package/dist/node_modules/ics/dist/utils/encode-new-lines.js +15 -9
  178. package/dist/node_modules/ics/dist/utils/encode-param-value.js +15 -9
  179. package/dist/node_modules/ics/dist/utils/fold-line.js +19 -13
  180. package/dist/node_modules/ics/dist/utils/format-date.js +66 -60
  181. package/dist/node_modules/ics/dist/utils/format-duration.js +16 -10
  182. package/dist/node_modules/ics/dist/utils/format-text.js +15 -9
  183. package/dist/node_modules/ics/dist/utils/index.js +81 -86
  184. package/dist/node_modules/ics/dist/utils/set-alarm.js +47 -44
  185. package/dist/node_modules/ics/dist/utils/set-contact.js +23 -18
  186. package/dist/node_modules/ics/dist/utils/set-description.js +20 -15
  187. package/dist/node_modules/ics/dist/utils/set-geolocation.js +16 -10
  188. package/dist/node_modules/ics/dist/utils/set-location.js +20 -15
  189. package/dist/node_modules/ics/dist/utils/set-organizer.js +21 -16
  190. package/dist/node_modules/ics/dist/utils/set-summary.js +20 -15
  191. package/dist/node_modules/libphonenumber-js/es6/metadata.js +5 -5
  192. package/dist/node_modules/lodash.debounce/index.js +85 -3
  193. package/dist/node_modules/nanoid/index.browser.js +1 -1
  194. package/dist/node_modules/object-assign/index.js +0 -5
  195. package/dist/node_modules/prop-types/checkPropTypes.js +1 -1
  196. package/dist/node_modules/prop-types/factoryWithThrowingShims.js +1 -1
  197. package/dist/node_modules/prop-types/factoryWithTypeCheckers.js +1 -1
  198. package/dist/node_modules/prop-types/index.js +13 -11
  199. package/dist/node_modules/prop-types/node_modules/react-is/cjs/react-is.development.js +3 -11
  200. package/dist/node_modules/prop-types/node_modules/react-is/cjs/react-is.production.min.js +1 -9
  201. package/dist/node_modules/prop-types/node_modules/react-is/index.js +1 -1
  202. package/dist/node_modules/property-expr/index.js +78 -73
  203. package/dist/node_modules/react-remove-scroll/dist/es2015/SideEffect.js +1 -1
  204. package/dist/node_modules/react-remove-scroll/dist/es2015/UI.js +3 -3
  205. package/dist/node_modules/react-remove-scroll/dist/es2015/handleScroll.js +9 -9
  206. package/dist/node_modules/react-transition-group/esm/CSSTransition.js +3 -3
  207. package/dist/node_modules/react-transition-group/esm/Transition.js +3 -3
  208. package/dist/node_modules/react-transition-group/esm/utils/PropTypes.js +1 -1
  209. package/dist/node_modules/react-zoom-pan-pinch/dist/index.esm.js +2 -3
  210. package/dist/node_modules/runes2/dist/index.cjs.production.min.js +8 -8
  211. package/dist/node_modules/runes2/dist/index.js +8 -6
  212. package/dist/node_modules/tiny-case/index.js +20 -15
  213. package/dist/node_modules/toposort/index.js +57 -56
  214. package/dist/node_modules/usehooks-ts/dist/index.js +1 -1
  215. package/dist/node_modules/uuid/dist/esm-browser/v4.js +9 -9
  216. package/dist/node_modules/wheel-gestures/dist/wheel-gestures.esm.js +2 -2
  217. package/dist/node_modules/yup/index.esm.js +3 -3
  218. package/dist/pages/Page.stories.d.ts +1 -1
  219. package/dist/patterns/AccountPageHeader/AccountPageHeader.js +1 -1
  220. package/dist/patterns/BidSnapshot/BidMessage.js +1 -1
  221. package/dist/patterns/BidSnapshot/BidSnapshot.js +1 -1
  222. package/dist/patterns/CountryPicker/CountryPicker.stories.d.ts +1 -1
  223. package/dist/patterns/CountryPicker/CountryPickerModal.stories.d.ts +1 -1
  224. package/dist/patterns/CountryPicker/CountryPickerOption.js +1 -1
  225. package/dist/patterns/CountryPicker/CountryPickerTrigger.js +1 -1
  226. package/dist/patterns/FavoritesCollectionTile/FavoritesCollectionTile.js +1 -1
  227. package/dist/patterns/FilterMenu/FilterMenu.js +1 -1
  228. package/dist/patterns/FiltersInline/FilterButton.js +1 -1
  229. package/dist/patterns/FiltersInline/FilterDropdownMenuDesktop.js +1 -1
  230. package/dist/patterns/FiltersInline/FilterDropdownMenuMobile.js +1 -1
  231. package/dist/patterns/FiltersInline/FiltersInline.js +1 -1
  232. package/dist/patterns/FiltersInline/MainFilterDropdown.js +1 -1
  233. package/dist/patterns/HeroBanner/HeroBanner.js +1 -1
  234. package/dist/patterns/HeroBanner/HeroBanner.stories.d.ts +1 -1
  235. package/dist/patterns/LanguageSelector/LanguageSelector.js +1 -1
  236. package/dist/patterns/ObjectTile/ObjectTile.js +1 -1
  237. package/dist/patterns/PhoneNumberInput/PhoneNumberInput.js +4 -4
  238. package/dist/patterns/ProgressWizard/ProgressWizard.stories.d.ts +8 -8
  239. package/dist/patterns/SaleCard/SaleCard.js +2 -2
  240. package/dist/patterns/SaleHeaderBanner/SaleHeaderBanner.js +1 -1
  241. package/dist/patterns/SaleHeaderBanner/SaleHeaderBrowseAuctions.js +1 -1
  242. package/dist/patterns/Social/Social.js +1 -1
  243. package/dist/patterns/Subscribe/Subscribe.js +1 -1
  244. package/dist/patterns/TextBanner/TextBanner.js +1 -1
  245. package/dist/patterns/UserManagement/UserManagement.js +1 -1
  246. package/dist/patterns/UserManagement/UserManagement.stories.d.ts +1 -1
  247. package/dist/patterns/ViewingDetails/ViewingDetails.js +1 -1
  248. package/dist/patterns/ViewingsList/ViewingsList.js +5 -5
  249. package/dist/patterns/ViewingsList/ViewingsListCard.js +38 -29
  250. package/dist/patterns/ViewingsList/ViewingsListCardForm.js +1 -1
  251. package/dist/providers/SeldonProvider/utils.js +4 -5
  252. package/dist/scss/componentStyles.scss +1 -0
  253. package/dist/scss/components/Button/_button.scss +29 -33
  254. package/dist/scss/components/Button/_button.stories.scss +76 -0
  255. package/dist/scss/components/DatePicker/_datePicker.scss +2 -2
  256. package/dist/scss/components/Drawer/_drawer.scss +1 -1
  257. package/dist/scss/components/Icon/_icon.stories.scss +1 -1
  258. package/dist/scss/patterns/ViewingDetails/_viewingDetails.stories.scss +0 -2
  259. package/dist/site-furniture/Footer/Footer.js +1 -1
  260. package/dist/site-furniture/Header/Header.js +1 -1
  261. package/package.json +27 -30
@@ -1,211 +1,213 @@
1
- import { __exports as f } from "../../../../_virtual/index8.js";
2
- import b from "../../../../_virtual/index.esm.js";
3
- Object.defineProperty(f, "__esModule", {
4
- value: !0
5
- });
6
- f.urlRegex = void 0;
7
- f.validateHeader = _;
8
- f.validateHeaderAndEvent = $;
9
- var e = v(b);
10
- function m(r) {
11
- if (typeof WeakMap != "function") return null;
12
- var t = /* @__PURE__ */ new WeakMap(), n = /* @__PURE__ */ new WeakMap();
13
- return (m = function(u) {
14
- return u ? n : t;
15
- })(r);
16
- }
17
- function v(r, t) {
18
- if (r && r.__esModule)
19
- return r;
20
- if (r === null || c(r) !== "object" && typeof r != "function")
21
- return { default: r };
22
- var n = m(t);
23
- if (n && n.has(r))
24
- return n.get(r);
25
- var a = {}, u = Object.defineProperty && Object.getOwnPropertyDescriptor;
26
- for (var i in r)
27
- if (i !== "default" && Object.prototype.hasOwnProperty.call(r, i)) {
28
- var o = u ? Object.getOwnPropertyDescriptor(r, i) : null;
29
- o && (o.get || o.set) ? Object.defineProperty(a, i, o) : a[i] = r[i];
1
+ import { __exports as u } from "../../../../_virtual/index12.js";
2
+ import $ from "../../../../_virtual/index.esm.js";
3
+ var b;
4
+ function N() {
5
+ if (b) return u;
6
+ b = 1, Object.defineProperty(u, "__esModule", {
7
+ value: !0
8
+ }), u.urlRegex = void 0, u.validateHeader = _, u.validateHeaderAndEvent = R;
9
+ var e = v($);
10
+ function m(r) {
11
+ if (typeof WeakMap != "function") return null;
12
+ var t = /* @__PURE__ */ new WeakMap(), n = /* @__PURE__ */ new WeakMap();
13
+ return (m = function(c) {
14
+ return c ? n : t;
15
+ })(r);
16
+ }
17
+ function v(r, t) {
18
+ if (r && r.__esModule)
19
+ return r;
20
+ if (r === null || o(r) !== "object" && typeof r != "function")
21
+ return { default: r };
22
+ var n = m(t);
23
+ if (n && n.has(r))
24
+ return n.get(r);
25
+ var a = {}, c = Object.defineProperty && Object.getOwnPropertyDescriptor;
26
+ for (var i in r)
27
+ if (i !== "default" && Object.prototype.hasOwnProperty.call(r, i)) {
28
+ var f = c ? Object.getOwnPropertyDescriptor(r, i) : null;
29
+ f && (f.get || f.set) ? Object.defineProperty(a, i, f) : a[i] = r[i];
30
+ }
31
+ return a.default = r, n && n.set(r, a), a;
32
+ }
33
+ function o(r) {
34
+ "@babel/helpers - typeof";
35
+ return o = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(t) {
36
+ return typeof t;
37
+ } : function(t) {
38
+ return t && typeof Symbol == "function" && t.constructor === Symbol && t !== Symbol.prototype ? "symbol" : typeof t;
39
+ }, o(r);
40
+ }
41
+ function d(r, t) {
42
+ var n = Object.keys(r);
43
+ if (Object.getOwnPropertySymbols) {
44
+ var a = Object.getOwnPropertySymbols(r);
45
+ t && (a = a.filter(function(c) {
46
+ return Object.getOwnPropertyDescriptor(r, c).enumerable;
47
+ })), n.push.apply(n, a);
30
48
  }
31
- return a.default = r, n && n.set(r, a), a;
32
- }
33
- function c(r) {
34
- "@babel/helpers - typeof";
35
- return c = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(t) {
36
- return typeof t;
37
- } : function(t) {
38
- return t && typeof Symbol == "function" && t.constructor === Symbol && t !== Symbol.prototype ? "symbol" : typeof t;
39
- }, c(r);
40
- }
41
- function d(r, t) {
42
- var n = Object.keys(r);
43
- if (Object.getOwnPropertySymbols) {
44
- var a = Object.getOwnPropertySymbols(r);
45
- t && (a = a.filter(function(u) {
46
- return Object.getOwnPropertyDescriptor(r, u).enumerable;
47
- })), n.push.apply(n, a);
49
+ return n;
48
50
  }
49
- return n;
50
- }
51
- function l(r) {
52
- for (var t = 1; t < arguments.length; t++) {
53
- var n = arguments[t] != null ? arguments[t] : {};
54
- t % 2 ? d(Object(n), !0).forEach(function(a) {
55
- O(r, a, n[a]);
56
- }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(r, Object.getOwnPropertyDescriptors(n)) : d(Object(n)).forEach(function(a) {
57
- Object.defineProperty(r, a, Object.getOwnPropertyDescriptor(n, a));
58
- });
51
+ function l(r) {
52
+ for (var t = 1; t < arguments.length; t++) {
53
+ var n = arguments[t] != null ? arguments[t] : {};
54
+ t % 2 ? d(Object(n), !0).forEach(function(a) {
55
+ O(r, a, n[a]);
56
+ }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(r, Object.getOwnPropertyDescriptors(n)) : d(Object(n)).forEach(function(a) {
57
+ Object.defineProperty(r, a, Object.getOwnPropertyDescriptor(n, a));
58
+ });
59
+ }
60
+ return r;
59
61
  }
60
- return r;
61
- }
62
- function O(r, t, n) {
63
- return t = S(t), t in r ? Object.defineProperty(r, t, { value: n, enumerable: !0, configurable: !0, writable: !0 }) : r[t] = n, r;
64
- }
65
- function S(r) {
66
- var t = w(r, "string");
67
- return c(t) === "symbol" ? t : String(t);
68
- }
69
- function w(r, t) {
70
- if (c(r) !== "object" || r === null) return r;
71
- var n = r[Symbol.toPrimitive];
72
- if (n !== void 0) {
73
- var a = n.call(r, t || "default");
74
- if (c(a) !== "object") return a;
75
- throw new TypeError("@@toPrimitive must return a primitive value.");
62
+ function O(r, t, n) {
63
+ return t = S(t), t in r ? Object.defineProperty(r, t, { value: n, enumerable: !0, configurable: !0, writable: !0 }) : r[t] = n, r;
76
64
  }
77
- return (t === "string" ? String : Number)(r);
78
- }
79
- var p = f.urlRegex = /^(?:([a-z0-9+.-]+):\/\/)(?:\S+(?::\S*)?@)?(?:(?:[1-9]\d?|1\d\d|2[01]\d|22[0-3])(?:\.(?:1?\d{1,2}|2[0-4]\d|25[0-5])){2}(?:\.(?:[1-9]\d?|1\d\d|2[0-4]\d|25[0-4]))|(?:(?:[a-z\u00a1-\uffff0-9]-*)*[a-z\u00a1-\uffff0-9]+)(?:\.(?:[a-z\u00a1-\uffff0-9]-*)*[a-z\u00a1-\uffff0-9]+)*\.?)(?::\d{2,5})?(?:[/?#]\S*)?$/, s = function(t) {
80
- var n = t.required;
81
- return e.lazy(function(a) {
82
- return typeof a == "number" ? e.number().integer().min(0) : typeof a == "string" ? e.string().required() : !n && typeof a > "u" ? e.mixed().oneOf([void 0]) : e.array().required().min(3).max(7).of(e.lazy(function(u, i) {
83
- var o = i.parent.indexOf(i.value);
84
- return [e.number().integer(), e.number().integer().min(1).max(12), e.number().integer().min(1).max(31), e.number().integer().min(0).max(23), e.number().integer().min(0).max(60), e.number().integer().min(0).max(60)][o];
85
- }));
86
- });
87
- }, g = e.object().shape({
88
- before: e.boolean(),
89
- //option to set before alaram
90
- weeks: e.number(),
91
- days: e.number(),
92
- hours: e.number(),
93
- minutes: e.number(),
94
- seconds: e.number()
95
- }).noUnknown(), y = e.object().shape({
96
- name: e.string(),
97
- email: e.string().email(),
98
- rsvp: e.boolean(),
99
- dir: e.string().matches(p),
100
- partstat: e.string(),
101
- role: e.string(),
102
- cutype: e.string(),
103
- xNumGuests: e.number()
104
- }).noUnknown(), P = e.object().shape({
105
- name: e.string(),
106
- email: e.string().email(),
107
- dir: e.string(),
108
- sentBy: e.string()
109
- }).noUnknown(), x = e.object().shape({
110
- action: e.string().matches(/^(audio|display|email)$/).required(),
111
- trigger: e.mixed().required(),
112
- description: e.string(),
113
- duration: g,
114
- repeat: e.number(),
115
- attach: e.string(),
116
- attachType: e.string(),
117
- summary: e.string(),
118
- attendee: y,
119
- "x-prop": e.mixed(),
120
- "iana-prop": e.mixed()
121
- }).noUnknown(), h = {
122
- productId: e.string(),
123
- method: e.string(),
124
- calName: e.string()
125
- }, E = e.object().shape(h).noUnknown(), q = {
126
- summary: e.string(),
127
- timestamp: s({
128
- required: !1
129
- }),
130
- title: e.string(),
131
- uid: e.string(),
132
- sequence: e.number().integer().max(2147483647),
133
- start: s({
134
- required: !0
135
- }),
136
- duration: g,
137
- startType: e.string().matches(/^(utc|local)$/),
138
- startInputType: e.string().matches(/^(utc|local)$/),
139
- startOutputType: e.string().matches(/^(utc|local)$/),
140
- end: s({
141
- required: !1
142
- }),
143
- endInputType: e.string().matches(/^(utc|local)$/),
144
- endOutputType: e.string().matches(/^(utc|local)$/),
145
- description: e.string(),
146
- url: e.string().matches(p),
147
- geo: e.object().shape({
148
- lat: e.number(),
149
- lon: e.number()
150
- }),
151
- location: e.string(),
152
- status: e.string().matches(/^(TENTATIVE|CANCELLED|CONFIRMED)$/i),
153
- categories: e.array().of(e.string()),
154
- organizer: P,
155
- attendees: e.array().of(y),
156
- alarms: e.array().of(x),
157
- recurrenceRule: e.string(),
158
- busyStatus: e.string().matches(/^(TENTATIVE|FREE|BUSY|OOF)$/i),
159
- transp: e.string().matches(/^(TRANSPARENT|OPAQUE)$/i),
160
- classification: e.string(),
161
- created: s({
162
- required: !1
163
- }),
164
- lastModified: s({
165
- required: !1
166
- }),
167
- exclusionDates: e.array().of(s({
168
- required: !0
169
- })),
170
- htmlContent: e.string()
171
- }, T = e.object().shape(l(l({}, h), q)).test("xor", "object should have end or duration (but not both)", function(r) {
172
- var t = !!r.end, n = !!r.duration;
173
- return t && !n || !t && n || !t && !n;
174
- }).noUnknown();
175
- function _(r) {
176
- try {
177
- var t = E.validateSync(r, {
178
- abortEarly: !1,
179
- strict: !0
180
- });
181
- return {
182
- error: null,
183
- value: t
184
- };
185
- } catch (n) {
186
- return {
187
- error: Object.assign({}, n),
188
- value: void 0
189
- };
65
+ function S(r) {
66
+ var t = w(r, "string");
67
+ return o(t) === "symbol" ? t : String(t);
190
68
  }
191
- }
192
- function $(r) {
193
- try {
194
- var t = T.validateSync(r, {
195
- abortEarly: !1,
196
- strict: !0
69
+ function w(r, t) {
70
+ if (o(r) !== "object" || r === null) return r;
71
+ var n = r[Symbol.toPrimitive];
72
+ if (n !== void 0) {
73
+ var a = n.call(r, t);
74
+ if (o(a) !== "object") return a;
75
+ throw new TypeError("@@toPrimitive must return a primitive value.");
76
+ }
77
+ return (t === "string" ? String : Number)(r);
78
+ }
79
+ var p = u.urlRegex = /^(?:([a-z0-9+.-]+):\/\/)(?:\S+(?::\S*)?@)?(?:(?:[1-9]\d?|1\d\d|2[01]\d|22[0-3])(?:\.(?:1?\d{1,2}|2[0-4]\d|25[0-5])){2}(?:\.(?:[1-9]\d?|1\d\d|2[0-4]\d|25[0-4]))|(?:(?:[a-z\u00a1-\uffff0-9]-*)*[a-z\u00a1-\uffff0-9]+)(?:\.(?:[a-z\u00a1-\uffff0-9]-*)*[a-z\u00a1-\uffff0-9]+)*\.?)(?::\d{2,5})?(?:[/?#]\S*)?$/, s = function(t) {
80
+ var n = t.required;
81
+ return e.lazy(function(a) {
82
+ return typeof a == "number" ? e.number().integer().min(0) : typeof a == "string" ? e.string().required() : !n && typeof a > "u" ? e.mixed().oneOf([void 0]) : e.array().required().min(3).max(7).of(e.lazy(function(c, i) {
83
+ var f = i.parent.indexOf(i.value);
84
+ return [e.number().integer(), e.number().integer().min(1).max(12), e.number().integer().min(1).max(31), e.number().integer().min(0).max(23), e.number().integer().min(0).max(60), e.number().integer().min(0).max(60)][f];
85
+ }));
197
86
  });
198
- return {
199
- error: null,
200
- value: t
201
- };
202
- } catch (n) {
203
- return {
204
- error: Object.assign({}, n),
205
- value: void 0
206
- };
87
+ }, g = e.object().shape({
88
+ before: e.boolean(),
89
+ //option to set before alaram
90
+ weeks: e.number(),
91
+ days: e.number(),
92
+ hours: e.number(),
93
+ minutes: e.number(),
94
+ seconds: e.number()
95
+ }).noUnknown(), y = e.object().shape({
96
+ name: e.string(),
97
+ email: e.string().email(),
98
+ rsvp: e.boolean(),
99
+ dir: e.string().matches(p),
100
+ partstat: e.string(),
101
+ role: e.string(),
102
+ cutype: e.string(),
103
+ xNumGuests: e.number()
104
+ }).noUnknown(), P = e.object().shape({
105
+ name: e.string(),
106
+ email: e.string().email(),
107
+ dir: e.string(),
108
+ sentBy: e.string()
109
+ }).noUnknown(), x = e.object().shape({
110
+ action: e.string().matches(/^(audio|display|email)$/).required(),
111
+ trigger: e.mixed().required(),
112
+ description: e.string(),
113
+ duration: g,
114
+ repeat: e.number(),
115
+ attach: e.string(),
116
+ attachType: e.string(),
117
+ summary: e.string(),
118
+ attendee: y,
119
+ "x-prop": e.mixed(),
120
+ "iana-prop": e.mixed()
121
+ }).noUnknown(), h = {
122
+ productId: e.string(),
123
+ method: e.string(),
124
+ calName: e.string()
125
+ }, q = e.object().shape(h).noUnknown(), E = {
126
+ summary: e.string(),
127
+ timestamp: s({
128
+ required: !1
129
+ }),
130
+ title: e.string(),
131
+ uid: e.string(),
132
+ sequence: e.number().integer().max(2147483647),
133
+ start: s({
134
+ required: !0
135
+ }),
136
+ duration: g,
137
+ startType: e.string().matches(/^(utc|local)$/),
138
+ startInputType: e.string().matches(/^(utc|local)$/),
139
+ startOutputType: e.string().matches(/^(utc|local)$/),
140
+ end: s({
141
+ required: !1
142
+ }),
143
+ endInputType: e.string().matches(/^(utc|local)$/),
144
+ endOutputType: e.string().matches(/^(utc|local)$/),
145
+ description: e.string(),
146
+ url: e.string().matches(p),
147
+ geo: e.object().shape({
148
+ lat: e.number(),
149
+ lon: e.number()
150
+ }),
151
+ location: e.string(),
152
+ status: e.string().matches(/^(TENTATIVE|CANCELLED|CONFIRMED)$/i),
153
+ categories: e.array().of(e.string()),
154
+ organizer: P,
155
+ attendees: e.array().of(y),
156
+ alarms: e.array().of(x),
157
+ recurrenceRule: e.string(),
158
+ busyStatus: e.string().matches(/^(TENTATIVE|FREE|BUSY|OOF)$/i),
159
+ transp: e.string().matches(/^(TRANSPARENT|OPAQUE)$/i),
160
+ classification: e.string(),
161
+ created: s({
162
+ required: !1
163
+ }),
164
+ lastModified: s({
165
+ required: !1
166
+ }),
167
+ exclusionDates: e.array().of(s({
168
+ required: !0
169
+ })),
170
+ htmlContent: e.string()
171
+ }, T = e.object().shape(l(l({}, h), E)).test("xor", "object should have end or duration (but not both)", function(r) {
172
+ var t = !!r.end, n = !!r.duration;
173
+ return t && !n || !t && n || !t && !n;
174
+ }).noUnknown();
175
+ function _(r) {
176
+ try {
177
+ var t = q.validateSync(r, {
178
+ abortEarly: !1,
179
+ strict: !0
180
+ });
181
+ return {
182
+ error: null,
183
+ value: t
184
+ };
185
+ } catch (n) {
186
+ return {
187
+ error: Object.assign({}, n),
188
+ value: void 0
189
+ };
190
+ }
191
+ }
192
+ function R(r) {
193
+ try {
194
+ var t = T.validateSync(r, {
195
+ abortEarly: !1,
196
+ strict: !0
197
+ });
198
+ return {
199
+ error: null,
200
+ value: t
201
+ };
202
+ } catch (n) {
203
+ return {
204
+ error: Object.assign({}, n),
205
+ value: void 0
206
+ };
207
+ }
207
208
  }
209
+ return u;
208
210
  }
209
211
  export {
210
- f as default
212
+ N as __require
211
213
  };
@@ -1,9 +1,15 @@
1
- import { __exports as o } from "../../../../_virtual/encode-new-lines.js";
2
- (function(e) {
3
- Object.defineProperty(e, "__esModule", {
4
- value: !0
5
- }), e.default = n;
6
- function n(r) {
7
- return r.replace(/\r?\n/gm, "\\n");
8
- }
9
- })(o);
1
+ import { __exports as e } from "../../../../_virtual/encode-new-lines.js";
2
+ var r;
3
+ function t() {
4
+ return r ? e : (r = 1, (function(n) {
5
+ Object.defineProperty(n, "__esModule", {
6
+ value: !0
7
+ }), n.default = i;
8
+ function i(u) {
9
+ return u.replace(/\r?\n/gm, "\\n");
10
+ }
11
+ })(e), e);
12
+ }
13
+ export {
14
+ t as __require
15
+ };
@@ -1,9 +1,15 @@
1
- import { __exports as n } from "../../../../_virtual/encode-param-value.js";
2
- (function(e) {
3
- Object.defineProperty(e, "__esModule", {
4
- value: !0
5
- }), e.default = a;
6
- function a(r) {
7
- return '"'.concat(r.replaceAll('"', '\\"'), '"');
8
- }
9
- })(n);
1
+ import { __exports as e } from "../../../../_virtual/encode-param-value.js";
2
+ var a;
3
+ function t() {
4
+ return a ? e : (a = 1, (function(r) {
5
+ Object.defineProperty(r, "__esModule", {
6
+ value: !0
7
+ }), r.default = u;
8
+ function u(n) {
9
+ return '"'.concat(n.replaceAll('"', '\\"'), '"');
10
+ }
11
+ })(e), e);
12
+ }
13
+ export {
14
+ t as __require
15
+ };
@@ -1,14 +1,20 @@
1
- import { __exports as o } from "../../../../_virtual/fold-line.js";
2
- import { d as a } from "../../../runes2/dist/index.js";
3
- (function(u) {
4
- Object.defineProperty(u, "__esModule", {
5
- value: !0
6
- }), u.default = n;
7
- var s = a;
8
- function n(r) {
9
- for (var e = [], t = 75; (0, s.runes)(r).length > t; )
10
- e.push((0, s.substring)(r, 0, t)), r = (0, s.substring)(r, t), t = 74;
11
- return e.push(r), e.join(`\r
1
+ import { __exports as n } from "../../../../_virtual/fold-line.js";
2
+ import { __require as a } from "../../../runes2/dist/index.js";
3
+ var o;
4
+ function d() {
5
+ return o ? n : (o = 1, (function(i) {
6
+ Object.defineProperty(i, "__esModule", {
7
+ value: !0
8
+ }), i.default = s;
9
+ var u = /* @__PURE__ */ a();
10
+ function s(r) {
11
+ for (var t = [], e = 75; (0, u.runes)(r).length > e; )
12
+ t.push((0, u.substring)(r, 0, e)), r = (0, u.substring)(r, e), e = 74;
13
+ return t.push(r), t.join(`\r
12
14
  `);
13
- }
14
- })(o);
15
+ }
16
+ })(n), n);
17
+ }
18
+ export {
19
+ d as __require
20
+ };
@@ -1,68 +1,74 @@
1
- import { __exports as S } from "../../../../_virtual/format-date.js";
2
- (function(s) {
3
- Object.defineProperty(s, "__esModule", {
4
- value: !0
5
- }), s.default = U;
6
- function g(t, r) {
7
- return C(t) || w(t, r) || j(t, r) || D();
8
- }
9
- function D() {
10
- throw new TypeError(`Invalid attempt to destructure non-iterable instance.
1
+ import { __exports as s } from "../../../../_virtual/format-date.js";
2
+ var j;
3
+ function O() {
4
+ return j ? s : (j = 1, (function(d) {
5
+ Object.defineProperty(d, "__esModule", {
6
+ value: !0
7
+ }), d.default = M;
8
+ function g(t, r) {
9
+ return S(t) || U(t, r) || C(t, r) || w();
10
+ }
11
+ function w() {
12
+ throw new TypeError(`Invalid attempt to destructure non-iterable instance.
11
13
  In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`);
12
- }
13
- function j(t, r) {
14
- if (t) {
15
- if (typeof t == "string") return d(t, r);
16
- var e = Object.prototype.toString.call(t).slice(8, -1);
17
- if (e === "Object" && t.constructor && (e = t.constructor.name), e === "Map" || e === "Set") return Array.from(t);
18
- if (e === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(e)) return d(t, r);
19
14
  }
20
- }
21
- function d(t, r) {
22
- (r == null || r > t.length) && (r = t.length);
23
- for (var e = 0, o = new Array(r); e < r; e++) o[e] = t[e];
24
- return o;
25
- }
26
- function w(t, r) {
27
- var e = t == null ? null : typeof Symbol < "u" && t[Symbol.iterator] || t["@@iterator"];
28
- if (e != null) {
29
- var o, f, c, i, n = [], u = !0, l = !1;
30
- try {
31
- if (c = (e = e.call(t)).next, r === 0) {
32
- if (Object(e) !== e) return;
33
- u = !1;
34
- } else for (; !(u = (o = c.call(e)).done) && (n.push(o.value), n.length !== r); u = !0) ;
35
- } catch (y) {
36
- l = !0, f = y;
37
- } finally {
15
+ function C(t, r) {
16
+ if (t) {
17
+ if (typeof t == "string") return m(t, r);
18
+ var e = Object.prototype.toString.call(t).slice(8, -1);
19
+ if (e === "Object" && t.constructor && (e = t.constructor.name), e === "Map" || e === "Set") return Array.from(t);
20
+ if (e === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(e)) return m(t, r);
21
+ }
22
+ }
23
+ function m(t, r) {
24
+ (r == null || r > t.length) && (r = t.length);
25
+ for (var e = 0, o = new Array(r); e < r; e++) o[e] = t[e];
26
+ return o;
27
+ }
28
+ function U(t, r) {
29
+ var e = t == null ? null : typeof Symbol < "u" && t[Symbol.iterator] || t["@@iterator"];
30
+ if (e != null) {
31
+ var o, f, c, i, n = [], u = !0, l = !1;
38
32
  try {
39
- if (!u && e.return != null && (i = e.return(), Object(i) !== i)) return;
33
+ if (c = (e = e.call(t)).next, r === 0) {
34
+ if (Object(e) !== e) return;
35
+ u = !1;
36
+ } else for (; !(u = (o = c.call(e)).done) && (n.push(o.value), n.length !== r); u = !0) ;
37
+ } catch (y) {
38
+ l = !0, f = y;
40
39
  } finally {
41
- if (l) throw f;
40
+ try {
41
+ if (!u && e.return != null && (i = e.return(), Object(i) !== i)) return;
42
+ } finally {
43
+ if (l) throw f;
44
+ }
42
45
  }
46
+ return n;
43
47
  }
44
- return n;
45
48
  }
46
- }
47
- function C(t) {
48
- if (Array.isArray(t)) return t;
49
- }
50
- var a = function(r) {
51
- return r < 10 ? "0".concat(r) : "".concat(r);
52
- };
53
- function U() {
54
- var t = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : [], r = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : "utc", e = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : "local";
55
- if (typeof t == "string")
56
- return t;
57
- if (Array.isArray(t) && t.length === 3) {
58
- var o = g(t, 3), f = o[0], c = o[1], i = o[2];
59
- return "".concat(f).concat(a(c)).concat(a(i));
49
+ function S(t) {
50
+ if (Array.isArray(t)) return t;
51
+ }
52
+ var a = function(r) {
53
+ return r < 10 ? "0".concat(r) : "".concat(r);
54
+ };
55
+ function M() {
56
+ var t = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : [], r = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : "utc", e = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : "local";
57
+ if (typeof t == "string")
58
+ return t;
59
+ if (Array.isArray(t) && t.length === 3) {
60
+ var o = g(t, 3), f = o[0], c = o[1], i = o[2];
61
+ return "".concat(f).concat(a(c)).concat(a(i));
62
+ }
63
+ var n = /* @__PURE__ */ new Date();
64
+ if (Array.isArray(t) && t.length > 0 && t[0]) {
65
+ var u = g(t, 6), l = u[0], y = u[1], p = u[2], v = u[3], h = v === void 0 ? 0 : v, A = u[4], T = A === void 0 ? 0 : A, b = u[5], D = b === void 0 ? 0 : b;
66
+ e === "local" ? n = new Date(l, y - 1, p, h, T, D) : n = new Date(Date.UTC(l, y - 1, p, h, T, D));
67
+ } else Array.isArray(t) || (n = new Date(t));
68
+ return r === "local" ? [n.getFullYear(), a(n.getMonth() + 1), a(n.getDate()), "T", a(n.getHours()), a(n.getMinutes()), a(n.getSeconds())].join("") : [n.getUTCFullYear(), a(n.getUTCMonth() + 1), a(n.getUTCDate()), "T", a(n.getUTCHours()), a(n.getUTCMinutes()), a(n.getUTCSeconds()), "Z"].join("");
60
69
  }
61
- var n = /* @__PURE__ */ new Date();
62
- if (Array.isArray(t) && t.length > 0 && t[0]) {
63
- var u = g(t, 6), l = u[0], y = u[1], m = u[2], p = u[3], v = p === void 0 ? 0 : p, A = u[4], T = A === void 0 ? 0 : A, b = u[5], h = b === void 0 ? 0 : b;
64
- e === "local" ? n = new Date(l, y - 1, m, v, T, h) : n = new Date(Date.UTC(l, y - 1, m, v, T, h));
65
- } else Array.isArray(t) || (n = new Date(t));
66
- return r === "local" ? [n.getFullYear(), a(n.getMonth() + 1), a(n.getDate()), "T", a(n.getHours()), a(n.getMinutes()), a(n.getSeconds())].join("") : [n.getUTCFullYear(), a(n.getUTCMonth() + 1), a(n.getUTCDate()), "T", a(n.getUTCHours()), a(n.getUTCMinutes()), a(n.getUTCSeconds()), "Z"].join("");
67
- }
68
- })(S);
70
+ })(s), s);
71
+ }
72
+ export {
73
+ O as __require
74
+ };
@@ -1,10 +1,16 @@
1
- import { __exports as i } from "../../../../_virtual/format-duration.js";
2
- (function(n) {
3
- Object.defineProperty(n, "__esModule", {
4
- value: !0
5
- }), n.default = c;
6
- function c() {
7
- var e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, a = e.weeks, r = e.days, o = e.hours, u = e.minutes, s = e.seconds, t = "P";
8
- return t += a ? "".concat(a, "W") : "", t += r ? "".concat(r, "D") : "", t += "T", t += o ? "".concat(o, "H") : "", t += u ? "".concat(u, "M") : "", t += s ? "".concat(s, "S") : "", t;
9
- }
10
- })(i);
1
+ import { __exports as e } from "../../../../_virtual/format-duration.js";
2
+ var c;
3
+ function f() {
4
+ return c ? e : (c = 1, (function(a) {
5
+ Object.defineProperty(a, "__esModule", {
6
+ value: !0
7
+ }), a.default = m;
8
+ function m() {
9
+ var t = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, n = t.weeks, o = t.days, u = t.hours, s = t.minutes, i = t.seconds, r = "P";
10
+ return r += n ? "".concat(n, "W") : "", r += o ? "".concat(o, "D") : "", r += "T", r += u ? "".concat(u, "H") : "", r += s ? "".concat(s, "M") : "", r += i ? "".concat(i, "S") : "", r;
11
+ }
12
+ })(e), e);
13
+ }
14
+ export {
15
+ f as __require
16
+ };