@phillips/seldon 1.237.0 → 1.239.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 (263) hide show
  1. package/dist/_virtual/_commonjsHelpers.js +15 -10
  2. package/dist/_virtual/index.js +5 -2
  3. package/dist/_virtual/index10.js +2 -2
  4. package/dist/_virtual/index11.js +4 -0
  5. package/dist/_virtual/index12.js +4 -0
  6. package/dist/_virtual/index13.js +4 -0
  7. package/dist/_virtual/index14.js +5 -0
  8. package/dist/_virtual/index15.js +5 -0
  9. package/dist/_virtual/index16.js +7 -0
  10. package/dist/_virtual/index17.js +4 -0
  11. package/dist/_virtual/index18.js +4 -0
  12. package/dist/_virtual/index2.js +3 -2
  13. package/dist/_virtual/index3.js +2 -2
  14. package/dist/_virtual/index4.js +2 -2
  15. package/dist/_virtual/index5.js +2 -4
  16. package/dist/_virtual/index6.js +5 -2
  17. package/dist/_virtual/index7.js +3 -2
  18. package/dist/_virtual/index8.js +2 -2
  19. package/dist/_virtual/index9.js +2 -2
  20. package/dist/components/Accordion/Accordion.js +1 -1
  21. package/dist/components/Accordion/AccordionItem.js +1 -1
  22. package/dist/components/Accordion/utils.js +1 -1
  23. package/dist/components/AddToCalendar/AddToCalendar.js +1 -1
  24. package/dist/components/AddToCalendar/calendarLinks.js +10 -10
  25. package/dist/components/Article/Article.js +1 -1
  26. package/dist/components/Breadcrumb/Breadcrumb.js +1 -1
  27. package/dist/components/Breadcrumb/BreadcrumbItem.js +1 -1
  28. package/dist/components/Button/Button.d.ts +5 -1
  29. package/dist/components/Button/Button.js +49 -47
  30. package/dist/components/Button/Button.stories.d.ts +34 -5
  31. package/dist/components/Button/index.d.ts +3 -0
  32. package/dist/components/Button/types.d.ts +4 -1
  33. package/dist/components/Button/types.js +2 -1
  34. package/dist/components/Carousel/Carousel.js +1 -1
  35. package/dist/components/Carousel/CarouselArrows.js +1 -1
  36. package/dist/components/Carousel/CarouselContent.js +1 -1
  37. package/dist/components/Carousel/CarouselDot.js +1 -1
  38. package/dist/components/Carousel/CarouselDots.js +1 -1
  39. package/dist/components/Carousel/CarouselItem.js +1 -1
  40. package/dist/components/Collapsible/Collapsible.js +1 -1
  41. package/dist/components/Collapsible/CollapsibleContent.js +1 -1
  42. package/dist/components/Collapsible/CollapsibleTrigger.js +1 -1
  43. package/dist/components/ComboBox/ComboBox.js +16 -16
  44. package/dist/components/ComposedModal/ComposedModal.js +1 -1
  45. package/dist/components/ContentPeek/ContentPeek.js +1 -1
  46. package/dist/components/Countdown/Countdown.js +10 -10
  47. package/dist/components/DescriptiveRadioButton/DescriptiveRadioButton.js +1 -1
  48. package/dist/components/DescriptiveRadioButtonGroup/DescriptiveRadioButtonGroup.js +1 -1
  49. package/dist/components/Detail/Detail.js +1 -1
  50. package/dist/components/DetailList/DetailList.js +1 -1
  51. package/dist/components/Divider/Divider.js +1 -1
  52. package/dist/components/Drawer/Drawer.js +1 -1
  53. package/dist/components/Dropdown/Dropdown.js +1 -1
  54. package/dist/components/ExitGateCard/ExitGateCard.js +1 -1
  55. package/dist/components/FavoritingTileButton/FavoritingTileButton.js +1 -1
  56. package/dist/components/Filter/Filter.js +1 -1
  57. package/dist/components/Filter/FilterHeader.js +1 -1
  58. package/dist/components/Grid/Grid.js +1 -1
  59. package/dist/components/Grid/Grid.stories.d.ts +1 -1
  60. package/dist/components/Grid/utils.js +1 -1
  61. package/dist/components/GridItem/GridItem.js +1 -1
  62. package/dist/components/Icon/Icon.js +1 -1
  63. package/dist/components/IconButton/IconButton.js +1 -1
  64. package/dist/components/Input/Input.js +1 -1
  65. package/dist/components/Input/utils.js +1 -1
  66. package/dist/components/Link/Link.js +1 -1
  67. package/dist/components/LinkBlock/LinkBlock.js +1 -1
  68. package/dist/components/LinkList/LinkList.js +1 -1
  69. package/dist/components/Loader/Loader.js +1 -1
  70. package/dist/components/Modal/Modal.js +1 -1
  71. package/dist/components/Navigation/Navigation.js +1 -1
  72. package/dist/components/Navigation/NavigationItem/NavigationItem.js +1 -1
  73. package/dist/components/Navigation/NavigationItem/NavigationItem.stories.d.ts +1 -1
  74. package/dist/components/Navigation/NavigationItemTrigger/NavigationItemTrigger.js +1 -1
  75. package/dist/components/Navigation/NavigationList/NavigationList.js +1 -1
  76. package/dist/components/NotificationBanner/NotificationBanner.js +1 -1
  77. package/dist/components/PageContentWrapper/PageContentWrapper.js +1 -1
  78. package/dist/components/Pagination/Pagination.js +1 -1
  79. package/dist/components/Pictogram/Pictogram.js +1 -1
  80. package/dist/components/PinchZoom/PinchZoom.js +1 -1
  81. package/dist/components/ProgressIndicator/ProgressIndicator.js +1 -1
  82. package/dist/components/Row/Row.js +5 -5
  83. package/dist/components/Search/Search.js +1 -1
  84. package/dist/components/Search/Search.stories.d.ts +1 -1
  85. package/dist/components/SeldonImage/SeldonImage.js +1 -1
  86. package/dist/components/Select/Select.js +2 -2
  87. package/dist/components/SplitPanel/SplitPanel.js +1 -1
  88. package/dist/components/Tabs/TabsContainer.js +1 -1
  89. package/dist/components/Tabs/TabsContent.js +1 -1
  90. package/dist/components/Tags/Tags.js +1 -1
  91. package/dist/components/Text/Text.js +1 -1
  92. package/dist/components/Text/utils.js +1 -0
  93. package/dist/components/TextArea/TextArea.js +2 -2
  94. package/dist/components/TextSymbol/TextSymbol.js +16 -16
  95. package/dist/components/Toast/Toast.js +1 -1
  96. package/dist/components/Video/Video.js +1 -1
  97. package/dist/index.d.ts +1 -1
  98. package/dist/index.js +225 -224
  99. package/dist/node_modules/@artsy/fresnel/dist/Breakpoints.js +261 -260
  100. package/dist/node_modules/@artsy/fresnel/dist/DynamicResponsive.js +148 -143
  101. package/dist/node_modules/@artsy/fresnel/dist/Interactions.js +124 -123
  102. package/dist/node_modules/@artsy/fresnel/dist/Media.js +158 -157
  103. package/dist/node_modules/@artsy/fresnel/dist/MediaQueries.js +120 -120
  104. package/dist/node_modules/@artsy/fresnel/dist/Utils.js +85 -87
  105. package/dist/node_modules/@artsy/fresnel/dist/index.js +25 -21
  106. package/dist/node_modules/@floating-ui/core/dist/floating-ui.core.js +12 -12
  107. package/dist/node_modules/@floating-ui/dom/dist/floating-ui.dom.js +9 -9
  108. package/dist/node_modules/@radix-ui/react-accordion/dist/index.js +23 -24
  109. package/dist/node_modules/@radix-ui/react-collection/dist/index.js +3 -1
  110. package/dist/node_modules/@radix-ui/react-dialog/dist/index.js +17 -18
  111. package/dist/node_modules/@radix-ui/react-dropdown-menu/dist/index.js +24 -25
  112. package/dist/node_modules/@radix-ui/react-dropdown-menu/node_modules/@radix-ui/react-primitive/dist/index.js +1 -1
  113. package/dist/node_modules/@radix-ui/react-dropdown-menu/node_modules/@radix-ui/react-slot/dist/index.js +1 -1
  114. package/dist/node_modules/@radix-ui/react-id/dist/index.js +10 -10
  115. package/dist/node_modules/@radix-ui/react-menu/dist/index.js +8 -8
  116. package/dist/node_modules/@radix-ui/react-menu/node_modules/@radix-ui/react-collection/dist/index.js +3 -1
  117. package/dist/node_modules/@radix-ui/react-menu/node_modules/@radix-ui/react-primitive/dist/index.js +1 -1
  118. package/dist/node_modules/@radix-ui/react-menu/node_modules/@radix-ui/react-slot/dist/index.js +1 -1
  119. package/dist/node_modules/@radix-ui/react-popover/dist/index.js +14 -15
  120. package/dist/node_modules/@radix-ui/react-popover/node_modules/@radix-ui/react-popper/dist/index.js +6 -6
  121. package/dist/node_modules/@radix-ui/react-popover/node_modules/@radix-ui/react-primitive/dist/index.js +1 -1
  122. package/dist/node_modules/@radix-ui/react-popover/node_modules/@radix-ui/react-slot/dist/index.js +1 -1
  123. package/dist/node_modules/@radix-ui/react-primitive/dist/index.js +1 -1
  124. package/dist/node_modules/@radix-ui/react-progress/dist/index.js +13 -14
  125. package/dist/node_modules/@radix-ui/react-progress/node_modules/@radix-ui/react-primitive/dist/index.js +1 -1
  126. package/dist/node_modules/@radix-ui/react-progress/node_modules/@radix-ui/react-slot/dist/index.js +1 -1
  127. package/dist/node_modules/@radix-ui/react-select/dist/index.js +21 -22
  128. package/dist/node_modules/@radix-ui/react-slot/dist/index.js +1 -1
  129. package/dist/node_modules/@radix-ui/react-tabs/dist/index.js +16 -17
  130. package/dist/node_modules/@radix-ui/react-toast/dist/index.js +43 -44
  131. package/dist/node_modules/@radix-ui/react-toast/node_modules/@radix-ui/react-collection/dist/index.js +3 -1
  132. package/dist/node_modules/@radix-ui/react-toast/node_modules/@radix-ui/react-primitive/dist/index.js +1 -1
  133. package/dist/node_modules/change-case/dist/index.js +20 -20
  134. package/dist/node_modules/classnames/index.js +33 -38
  135. package/dist/node_modules/date-fns/_lib/format/formatters.js +51 -20
  136. package/dist/node_modules/date-fns/_lib/format/lightFormatters.js +0 -1
  137. package/dist/node_modules/date-fns/_lib/format/longFormatters.js +0 -3
  138. package/dist/node_modules/date-fns/addHours.js +4 -5
  139. package/dist/node_modules/date-fns/addMilliseconds.js +4 -5
  140. package/dist/node_modules/date-fns/constants.js +1 -1
  141. package/dist/node_modules/date-fns/constructFrom.js +1 -2
  142. package/dist/node_modules/date-fns/differenceInCalendarDays.js +4 -5
  143. package/dist/node_modules/date-fns/differenceInDays.js +8 -9
  144. package/dist/node_modules/date-fns/differenceInHours.js +8 -9
  145. package/dist/node_modules/date-fns/differenceInMilliseconds.js +3 -4
  146. package/dist/node_modules/date-fns/differenceInMinutes.js +6 -7
  147. package/dist/node_modules/date-fns/differenceInSeconds.js +5 -6
  148. package/dist/node_modules/date-fns/format.js +7 -8
  149. package/dist/node_modules/date-fns/formatDuration.js +6 -7
  150. package/dist/node_modules/date-fns/getDayOfYear.js +5 -6
  151. package/dist/node_modules/date-fns/getISOWeek.js +2 -3
  152. package/dist/node_modules/date-fns/getISOWeekYear.js +0 -1
  153. package/dist/node_modules/date-fns/getWeek.js +5 -6
  154. package/dist/node_modules/date-fns/getWeekYear.js +5 -6
  155. package/dist/node_modules/date-fns/isAfter.js +2 -3
  156. package/dist/node_modules/date-fns/isDate.js +0 -1
  157. package/dist/node_modules/date-fns/isSameWeek.js +5 -6
  158. package/dist/node_modules/date-fns/isValid.js +4 -5
  159. package/dist/node_modules/date-fns/locale/en-US.js +8 -9
  160. package/dist/node_modules/date-fns/locale/zh-CN.js +8 -9
  161. package/dist/node_modules/date-fns/startOfDay.js +4 -5
  162. package/dist/node_modules/date-fns/startOfISOWeek.js +2 -3
  163. package/dist/node_modules/date-fns/startOfISOWeekYear.js +5 -6
  164. package/dist/node_modules/date-fns/startOfWeek.js +5 -6
  165. package/dist/node_modules/date-fns/startOfWeekYear.js +2 -3
  166. package/dist/node_modules/date-fns/startOfYear.js +4 -5
  167. package/dist/node_modules/date-fns/toDate.js +3 -4
  168. package/dist/node_modules/date-fns-tz/dist/esm/_lib/tzParseTimezone/index.js +6 -7
  169. package/dist/node_modules/date-fns-tz/dist/esm/toDate/index.js +0 -1
  170. package/dist/node_modules/embla-carousel-wheel-gestures/dist/embla-carousel-wheel-gestures.esm.js +1 -1
  171. package/dist/node_modules/ics/dist/defaults.js +21 -19
  172. package/dist/node_modules/ics/dist/index.js +103 -104
  173. package/dist/node_modules/ics/dist/pipeline/build.js +47 -45
  174. package/dist/node_modules/ics/dist/pipeline/format.js +61 -61
  175. package/dist/node_modules/ics/dist/pipeline/index.js +56 -53
  176. package/dist/node_modules/ics/dist/pipeline/validate.js +21 -16
  177. package/dist/node_modules/ics/dist/schema/index.js +203 -201
  178. package/dist/node_modules/ics/dist/utils/encode-new-lines.js +15 -9
  179. package/dist/node_modules/ics/dist/utils/encode-param-value.js +15 -9
  180. package/dist/node_modules/ics/dist/utils/fold-line.js +19 -13
  181. package/dist/node_modules/ics/dist/utils/format-date.js +66 -60
  182. package/dist/node_modules/ics/dist/utils/format-duration.js +16 -10
  183. package/dist/node_modules/ics/dist/utils/format-text.js +15 -9
  184. package/dist/node_modules/ics/dist/utils/index.js +81 -86
  185. package/dist/node_modules/ics/dist/utils/set-alarm.js +47 -44
  186. package/dist/node_modules/ics/dist/utils/set-contact.js +23 -18
  187. package/dist/node_modules/ics/dist/utils/set-description.js +20 -15
  188. package/dist/node_modules/ics/dist/utils/set-geolocation.js +16 -10
  189. package/dist/node_modules/ics/dist/utils/set-location.js +20 -15
  190. package/dist/node_modules/ics/dist/utils/set-organizer.js +21 -16
  191. package/dist/node_modules/ics/dist/utils/set-summary.js +20 -15
  192. package/dist/node_modules/libphonenumber-js/es6/metadata.js +5 -5
  193. package/dist/node_modules/lodash.debounce/index.js +85 -3
  194. package/dist/node_modules/nanoid/index.browser.js +1 -1
  195. package/dist/node_modules/object-assign/index.js +0 -5
  196. package/dist/node_modules/prop-types/checkPropTypes.js +1 -1
  197. package/dist/node_modules/prop-types/factoryWithThrowingShims.js +1 -1
  198. package/dist/node_modules/prop-types/factoryWithTypeCheckers.js +1 -1
  199. package/dist/node_modules/prop-types/index.js +13 -11
  200. package/dist/node_modules/prop-types/node_modules/react-is/cjs/react-is.development.js +3 -11
  201. package/dist/node_modules/prop-types/node_modules/react-is/cjs/react-is.production.min.js +1 -9
  202. package/dist/node_modules/prop-types/node_modules/react-is/index.js +1 -1
  203. package/dist/node_modules/property-expr/index.js +78 -73
  204. package/dist/node_modules/react-remove-scroll/dist/es2015/SideEffect.js +1 -1
  205. package/dist/node_modules/react-remove-scroll/dist/es2015/UI.js +3 -3
  206. package/dist/node_modules/react-remove-scroll/dist/es2015/handleScroll.js +9 -9
  207. package/dist/node_modules/react-transition-group/esm/CSSTransition.js +3 -3
  208. package/dist/node_modules/react-transition-group/esm/Transition.js +3 -3
  209. package/dist/node_modules/react-transition-group/esm/utils/PropTypes.js +1 -1
  210. package/dist/node_modules/react-zoom-pan-pinch/dist/index.esm.js +2 -3
  211. package/dist/node_modules/runes2/dist/index.cjs.production.min.js +8 -8
  212. package/dist/node_modules/runes2/dist/index.js +8 -6
  213. package/dist/node_modules/tiny-case/index.js +20 -15
  214. package/dist/node_modules/toposort/index.js +57 -56
  215. package/dist/node_modules/usehooks-ts/dist/index.js +1 -1
  216. package/dist/node_modules/uuid/dist/esm-browser/v4.js +9 -9
  217. package/dist/node_modules/wheel-gestures/dist/wheel-gestures.esm.js +2 -2
  218. package/dist/node_modules/yup/index.esm.js +3 -3
  219. package/dist/pages/Page.stories.d.ts +1 -1
  220. package/dist/patterns/AccountPageHeader/AccountPageHeader.js +1 -1
  221. package/dist/patterns/BidSnapshot/BidMessage.js +1 -1
  222. package/dist/patterns/BidSnapshot/BidSnapshot.js +1 -1
  223. package/dist/patterns/CountryPicker/CountryPicker.stories.d.ts +1 -1
  224. package/dist/patterns/CountryPicker/CountryPickerModal.stories.d.ts +1 -1
  225. package/dist/patterns/CountryPicker/CountryPickerOption.js +1 -1
  226. package/dist/patterns/CountryPicker/CountryPickerTrigger.js +1 -1
  227. package/dist/patterns/FavoritesCollectionTile/FavoritesCollectionTile.js +1 -1
  228. package/dist/patterns/FilterMenu/FilterMenu.js +1 -1
  229. package/dist/patterns/FiltersInline/FilterButton.js +1 -1
  230. package/dist/patterns/FiltersInline/FilterDropdownMenuDesktop.js +1 -1
  231. package/dist/patterns/FiltersInline/FilterDropdownMenuMobile.js +1 -1
  232. package/dist/patterns/FiltersInline/FiltersInline.js +1 -1
  233. package/dist/patterns/FiltersInline/MainFilterDropdown.js +1 -1
  234. package/dist/patterns/HeroBanner/HeroBanner.js +1 -1
  235. package/dist/patterns/HeroBanner/HeroBanner.stories.d.ts +1 -1
  236. package/dist/patterns/LanguageSelector/LanguageSelector.js +1 -1
  237. package/dist/patterns/ObjectTile/ObjectTile.js +1 -1
  238. package/dist/patterns/PhoneNumberInput/PhoneNumberInput.js +4 -4
  239. package/dist/patterns/ProgressWizard/ProgressWizard.stories.d.ts +8 -8
  240. package/dist/patterns/SaleCard/SaleCard.js +2 -2
  241. package/dist/patterns/SaleHeaderBanner/SaleHeaderBanner.js +1 -1
  242. package/dist/patterns/SaleHeaderBanner/SaleHeaderBrowseAuctions.js +1 -1
  243. package/dist/patterns/Social/Social.js +1 -1
  244. package/dist/patterns/Subscribe/Subscribe.js +1 -1
  245. package/dist/patterns/TextBanner/TextBanner.js +1 -1
  246. package/dist/patterns/UserManagement/UserManagement.js +1 -1
  247. package/dist/patterns/UserManagement/UserManagement.stories.d.ts +1 -1
  248. package/dist/patterns/ViewingDetails/ViewingDetails.js +1 -1
  249. package/dist/patterns/ViewingsList/ViewingsList.js +5 -5
  250. package/dist/patterns/ViewingsList/ViewingsListCard.js +38 -29
  251. package/dist/patterns/ViewingsList/ViewingsListCardForm.js +1 -1
  252. package/dist/providers/SeldonProvider/utils.js +4 -5
  253. package/dist/scss/componentStyles.scss +1 -0
  254. package/dist/scss/components/Button/_button.scss +21 -35
  255. package/dist/scss/components/Button/_button.stories.scss +76 -0
  256. package/dist/scss/components/DatePicker/_datePicker.scss +2 -2
  257. package/dist/scss/components/Drawer/_drawer.scss +1 -1
  258. package/dist/scss/components/Icon/_icon.stories.scss +1 -1
  259. package/dist/scss/patterns/FiltersInline/_filterButton.scss +3 -3
  260. package/dist/scss/patterns/ViewingDetails/_viewingDetails.stories.scss +0 -2
  261. package/dist/site-furniture/Footer/Footer.js +1 -1
  262. package/dist/site-furniture/Header/Header.js +1 -1
  263. package/package.json +27 -30
@@ -4,7 +4,7 @@ let g = (t) => crypto.getRandomValues(new Uint8Array(t)), m = (t, e, r) => {
4
4
  return (a = e) => {
5
5
  let l = "";
6
6
  for (; ; ) {
7
- let u = r(o), s = o;
7
+ let u = r(o), s = o | 0;
8
8
  for (; s--; )
9
9
  if (l += t[u[s] & n] || "", l.length === a) return l;
10
10
  }
@@ -1,8 +1,3 @@
1
- /*
2
- object-assign
3
- (c) Sindre Sorhus
4
- @license MIT
5
- */
6
1
  var f, i;
7
2
  function p() {
8
3
  if (i) return f;
@@ -7,7 +7,7 @@ function P() {
7
7
  var o = function() {
8
8
  };
9
9
  if (process.env.NODE_ENV !== "production") {
10
- var y = E(), t = {}, d = _();
10
+ var y = /* @__PURE__ */ E(), t = {}, d = /* @__PURE__ */ _();
11
11
  o = function(n) {
12
12
  var a = "Warning: " + n;
13
13
  typeof console < "u" && console.error(a);
@@ -3,7 +3,7 @@ var o, p;
3
3
  function g() {
4
4
  if (p) return o;
5
5
  p = 1;
6
- var c = u();
6
+ var c = /* @__PURE__ */ u();
7
7
  function n() {
8
8
  }
9
9
  function i() {
@@ -7,7 +7,7 @@ var A, C;
7
7
  function oe() {
8
8
  if (C) return A;
9
9
  C = 1;
10
- var k = F(), W = N(), h = ee(), j = re(), R = ne(), T = function() {
10
+ var k = F(), W = N(), h = /* @__PURE__ */ ee(), j = /* @__PURE__ */ re(), R = /* @__PURE__ */ ne(), T = function() {
11
11
  };
12
12
  process.env.NODE_ENV !== "production" && (T = function(x) {
13
13
  var S = "Warning: " + x;
@@ -1,15 +1,17 @@
1
- import { getDefaultExportFromCjs as e } from "../../_virtual/_commonjsHelpers.js";
2
- import { __module as r } from "../../_virtual/index3.js";
3
- import { __require as o } from "./node_modules/react-is/index.js";
1
+ import { __module as r } from "../../_virtual/index8.js";
2
+ import { __require as s } from "./node_modules/react-is/index.js";
4
3
  import { __require as t } from "./factoryWithTypeCheckers.js";
5
4
  import { __require as p } from "./factoryWithThrowingShims.js";
6
- if (process.env.NODE_ENV !== "production") {
7
- var s = o(), i = !0;
8
- r.exports = t()(s.isElement, i);
9
- } else
10
- r.exports = p()();
11
- var m = r.exports;
12
- const q = /* @__PURE__ */ e(m);
5
+ var e;
6
+ function q() {
7
+ if (e) return r.exports;
8
+ if (e = 1, process.env.NODE_ENV !== "production") {
9
+ var o = s(), i = !0;
10
+ r.exports = /* @__PURE__ */ t()(o.isElement, i);
11
+ } else
12
+ r.exports = /* @__PURE__ */ p()();
13
+ return r.exports;
14
+ }
13
15
  export {
14
- q as default
16
+ q as __require
15
17
  };
@@ -1,16 +1,8 @@
1
1
  import { __exports as r } from "../../../../../_virtual/react-is.development.js";
2
- /** @license React v16.13.1
3
- * react-is.development.js
4
- *
5
- * Copyright (c) Facebook, Inc. and its affiliates.
6
- *
7
- * This source code is licensed under the MIT license found in the
8
- * LICENSE file in the root directory of this source tree.
9
- */
10
2
  var A;
11
3
  function re() {
12
- return A ? r : (A = 1, process.env.NODE_ENV !== "production" && function() {
13
- var o = typeof Symbol == "function" && Symbol.for, _ = o ? Symbol.for("react.element") : 60103, T = o ? Symbol.for("react.portal") : 60106, t = o ? Symbol.for("react.fragment") : 60107, n = o ? Symbol.for("react.strict_mode") : 60108, s = o ? Symbol.for("react.profiler") : 60114, c = o ? Symbol.for("react.provider") : 60109, i = o ? Symbol.for("react.context") : 60110, v = o ? Symbol.for("react.async_mode") : 60111, f = o ? Symbol.for("react.concurrent_mode") : 60111, u = o ? Symbol.for("react.forward_ref") : 60112, E = o ? Symbol.for("react.suspense") : 60113, y = o ? Symbol.for("react.suspense_list") : 60120, d = o ? Symbol.for("react.memo") : 60115, l = o ? Symbol.for("react.lazy") : 60116, x = o ? Symbol.for("react.block") : 60121, M = o ? Symbol.for("react.fundamental") : 60117, b = o ? Symbol.for("react.responder") : 60118, p = o ? Symbol.for("react.scope") : 60119;
4
+ return A ? r : (A = 1, process.env.NODE_ENV !== "production" && (function() {
5
+ var o = typeof Symbol == "function" && Symbol.for, _ = o ? /* @__PURE__ */ Symbol.for("react.element") : 60103, T = o ? /* @__PURE__ */ Symbol.for("react.portal") : 60106, t = o ? /* @__PURE__ */ Symbol.for("react.fragment") : 60107, n = o ? /* @__PURE__ */ Symbol.for("react.strict_mode") : 60108, s = o ? /* @__PURE__ */ Symbol.for("react.profiler") : 60114, c = o ? /* @__PURE__ */ Symbol.for("react.provider") : 60109, i = o ? /* @__PURE__ */ Symbol.for("react.context") : 60110, v = o ? /* @__PURE__ */ Symbol.for("react.async_mode") : 60111, f = o ? /* @__PURE__ */ Symbol.for("react.concurrent_mode") : 60111, u = o ? /* @__PURE__ */ Symbol.for("react.forward_ref") : 60112, E = o ? /* @__PURE__ */ Symbol.for("react.suspense") : 60113, y = o ? /* @__PURE__ */ Symbol.for("react.suspense_list") : 60120, d = o ? /* @__PURE__ */ Symbol.for("react.memo") : 60115, l = o ? /* @__PURE__ */ Symbol.for("react.lazy") : 60116, x = o ? /* @__PURE__ */ Symbol.for("react.block") : 60121, M = o ? /* @__PURE__ */ Symbol.for("react.fundamental") : 60117, b = o ? /* @__PURE__ */ Symbol.for("react.responder") : 60118, p = o ? /* @__PURE__ */ Symbol.for("react.scope") : 60119;
14
6
  function Y(e) {
15
7
  return typeof e == "string" || typeof e == "function" || // Note: its typeof might be other than 'symbol' or 'number' if it's a polyfill.
16
8
  e === t || e === f || e === s || e === n || e === E || e === y || typeof e == "object" && e !== null && (e.$$typeof === l || e.$$typeof === d || e.$$typeof === c || e.$$typeof === i || e.$$typeof === u || e.$$typeof === M || e.$$typeof === b || e.$$typeof === p || e.$$typeof === x);
@@ -88,7 +80,7 @@ function re() {
88
80
  return a(e) === E;
89
81
  }
90
82
  r.AsyncMode = $, r.ConcurrentMode = O, r.ContextConsumer = F, r.ContextProvider = N, r.Element = I, r.ForwardRef = L, r.Fragment = h, r.Lazy = w, r.Memo = D, r.Portal = g, r.Profiler = z, r.StrictMode = U, r.Suspense = V, r.isAsyncMode = q, r.isConcurrentMode = S, r.isContextConsumer = W, r.isContextProvider = k, r.isElement = B, r.isForwardRef = G, r.isFragment = K, r.isLazy = X, r.isMemo = Z, r.isPortal = H, r.isProfiler = J, r.isStrictMode = Q, r.isSuspense = j, r.isValidElementType = Y, r.typeOf = a;
91
- }(), r);
83
+ })(), r);
92
84
  }
93
85
  export {
94
86
  re as __require
@@ -1,17 +1,9 @@
1
1
  import { __exports as r } from "../../../../../_virtual/react-is.production.min.js";
2
- /** @license React v16.13.1
3
- * react-is.production.min.js
4
- *
5
- * Copyright (c) Facebook, Inc. and its affiliates.
6
- *
7
- * This source code is licensed under the MIT license found in the
8
- * LICENSE file in the root directory of this source tree.
9
- */
10
2
  var _;
11
3
  function g() {
12
4
  if (_) return r;
13
5
  _ = 1;
14
- var t = typeof Symbol == "function" && Symbol.for, a = t ? Symbol.for("react.element") : 60103, b = t ? Symbol.for("react.portal") : 60106, n = t ? Symbol.for("react.fragment") : 60107, c = t ? Symbol.for("react.strict_mode") : 60108, f = t ? Symbol.for("react.profiler") : 60114, i = t ? Symbol.for("react.provider") : 60109, s = t ? Symbol.for("react.context") : 60110, d = t ? Symbol.for("react.async_mode") : 60111, u = t ? Symbol.for("react.concurrent_mode") : 60111, y = t ? Symbol.for("react.forward_ref") : 60112, l = t ? Symbol.for("react.suspense") : 60113, x = t ? Symbol.for("react.suspense_list") : 60120, m = t ? Symbol.for("react.memo") : 60115, p = t ? Symbol.for("react.lazy") : 60116, C = t ? Symbol.for("react.block") : 60121, M = t ? Symbol.for("react.fundamental") : 60117, v = t ? Symbol.for("react.responder") : 60118, w = t ? Symbol.for("react.scope") : 60119;
6
+ var t = typeof Symbol == "function" && Symbol.for, a = t ? /* @__PURE__ */ Symbol.for("react.element") : 60103, b = t ? /* @__PURE__ */ Symbol.for("react.portal") : 60106, n = t ? /* @__PURE__ */ Symbol.for("react.fragment") : 60107, c = t ? /* @__PURE__ */ Symbol.for("react.strict_mode") : 60108, f = t ? /* @__PURE__ */ Symbol.for("react.profiler") : 60114, i = t ? /* @__PURE__ */ Symbol.for("react.provider") : 60109, s = t ? /* @__PURE__ */ Symbol.for("react.context") : 60110, d = t ? /* @__PURE__ */ Symbol.for("react.async_mode") : 60111, u = t ? /* @__PURE__ */ Symbol.for("react.concurrent_mode") : 60111, y = t ? /* @__PURE__ */ Symbol.for("react.forward_ref") : 60112, l = t ? /* @__PURE__ */ Symbol.for("react.suspense") : 60113, x = t ? /* @__PURE__ */ Symbol.for("react.suspense_list") : 60120, m = t ? /* @__PURE__ */ Symbol.for("react.memo") : 60115, p = t ? /* @__PURE__ */ Symbol.for("react.lazy") : 60116, C = t ? /* @__PURE__ */ Symbol.for("react.block") : 60121, M = t ? /* @__PURE__ */ Symbol.for("react.fundamental") : 60117, v = t ? /* @__PURE__ */ Symbol.for("react.responder") : 60118, w = t ? /* @__PURE__ */ Symbol.for("react.scope") : 60119;
15
7
  function o(e) {
16
8
  if (typeof e == "object" && e !== null) {
17
9
  var S = e.$$typeof;
@@ -1,4 +1,4 @@
1
- import { __module as e } from "../../../../_virtual/index6.js";
1
+ import { __module as e } from "../../../../_virtual/index10.js";
2
2
  import { __require as o } from "./cjs/react-is.production.min.js";
3
3
  import { __require as t } from "./cjs/react-is.development.js";
4
4
  var r;
@@ -1,77 +1,82 @@
1
- function c(e) {
2
- this._maxSize = e, this.clear();
3
- }
4
- c.prototype.clear = function() {
5
- this._size = 0, this._values = /* @__PURE__ */ Object.create(null);
6
- };
7
- c.prototype.get = function(e) {
8
- return this._values[e];
9
- };
10
- c.prototype.set = function(e, t) {
11
- return this._size >= this._maxSize && this.clear(), e in this._values || this._size++, this._values[e] = t;
12
- };
13
- var d = /[^.^\]^[]+|(?=\[\]|\.\.)/g, C = /^\d+$/, m = /^\d/, A = /[~`!#$%\^&*+=\-\[\]\\';,/{}|\\":<>\?]/g, x = /^\s*(['"]?)(.*?)(\1)\s*$/, h = 512, E = new c(h), v = new c(h), g = new c(h), I = {
14
- Cache: c,
15
- split: l,
16
- normalizePath: f,
17
- setter: function(e) {
18
- var t = f(e);
19
- return v.get(e) || v.set(e, function(s, n) {
20
- for (var r = 0, o = t.length, u = s; r < o - 1; ) {
21
- var a = t[r];
22
- if (a === "__proto__" || a === "constructor" || a === "prototype")
23
- return s;
24
- u = u[t[r++]];
25
- }
26
- u[t[r]] = n;
27
- });
28
- },
29
- getter: function(e, t) {
30
- var i = f(e);
31
- return g.get(e) || g.set(e, function(n) {
32
- for (var r = 0, o = i.length; r < o; )
33
- if (n != null || !t) n = n[i[r++]];
34
- else return;
35
- return n;
36
- });
37
- },
38
- join: function(e) {
39
- return e.reduce(function(t, i) {
40
- return t + (_(i) || C.test(i) ? "[" + i + "]" : (t ? "." : "") + i);
41
- }, "");
42
- },
43
- forEach: function(e, t, i) {
44
- y(Array.isArray(e) ? e : l(e), t, i);
1
+ var E, x;
2
+ function I() {
3
+ if (x) return E;
4
+ x = 1;
5
+ function u(e) {
6
+ this._maxSize = e, this.clear();
45
7
  }
46
- };
47
- function f(e) {
48
- return E.get(e) || E.set(
49
- e,
50
- l(e).map(function(t) {
51
- return t.replace(x, "$2");
52
- })
53
- );
54
- }
55
- function l(e) {
56
- return e.match(d) || [""];
57
- }
58
- function y(e, t, i) {
59
- var s = e.length, n, r, o, u;
60
- for (r = 0; r < s; r++)
61
- n = e[r], n && (S(n) && (n = '"' + n + '"'), u = _(n), o = !u && /^\d+$/.test(n), t.call(i, n, u, o, r, e));
62
- }
63
- function _(e) {
64
- return typeof e == "string" && e && ["'", '"'].indexOf(e.charAt(0)) !== -1;
65
- }
66
- function z(e) {
67
- return e.match(m) && !e.match(C);
68
- }
69
- function G(e) {
70
- return A.test(e);
71
- }
72
- function S(e) {
73
- return !_(e) && (z(e) || G(e));
8
+ u.prototype.clear = function() {
9
+ this._size = 0, this._values = /* @__PURE__ */ Object.create(null);
10
+ }, u.prototype.get = function(e) {
11
+ return this._values[e];
12
+ }, u.prototype.set = function(e, r) {
13
+ return this._size >= this._maxSize && this.clear(), e in this._values || this._size++, this._values[e] = r;
14
+ };
15
+ var y = /[^.^\]^[]+|(?=\[\]|\.\.)/g, v = /^\d+$/, m = /^\d/, A = /[~`!#$%\^&*+=\-\[\]\\';,/{}|\\":<>\?]/g, p = /^\s*(['"]?)(.*?)(\1)\s*$/, a = 512, g = new u(a), d = new u(a), C = new u(a);
16
+ E = {
17
+ Cache: u,
18
+ split: l,
19
+ normalizePath: f,
20
+ setter: function(e) {
21
+ var r = f(e);
22
+ return d.get(e) || d.set(e, function(s, t) {
23
+ for (var n = 0, c = r.length, o = s; n < c - 1; ) {
24
+ var _ = r[n];
25
+ if (_ === "__proto__" || _ === "constructor" || _ === "prototype")
26
+ return s;
27
+ o = o[r[n++]];
28
+ }
29
+ o[r[n]] = t;
30
+ });
31
+ },
32
+ getter: function(e, r) {
33
+ var i = f(e);
34
+ return C.get(e) || C.set(e, function(t) {
35
+ for (var n = 0, c = i.length; n < c; )
36
+ if (t != null || !r) t = t[i[n++]];
37
+ else return;
38
+ return t;
39
+ });
40
+ },
41
+ join: function(e) {
42
+ return e.reduce(function(r, i) {
43
+ return r + (h(i) || v.test(i) ? "[" + i + "]" : (r ? "." : "") + i);
44
+ }, "");
45
+ },
46
+ forEach: function(e, r, i) {
47
+ z(Array.isArray(e) ? e : l(e), r, i);
48
+ }
49
+ };
50
+ function f(e) {
51
+ return g.get(e) || g.set(
52
+ e,
53
+ l(e).map(function(r) {
54
+ return r.replace(p, "$2");
55
+ })
56
+ );
57
+ }
58
+ function l(e) {
59
+ return e.match(y) || [""];
60
+ }
61
+ function z(e, r, i) {
62
+ var s = e.length, t, n, c, o;
63
+ for (n = 0; n < s; n++)
64
+ t = e[n], t && (S(t) && (t = '"' + t + '"'), o = h(t), c = !o && /^\d+$/.test(t), r.call(i, t, o, c, n, e));
65
+ }
66
+ function h(e) {
67
+ return typeof e == "string" && e && ["'", '"'].indexOf(e.charAt(0)) !== -1;
68
+ }
69
+ function G(e) {
70
+ return e.match(m) && !e.match(v);
71
+ }
72
+ function R(e) {
73
+ return A.test(e);
74
+ }
75
+ function S(e) {
76
+ return !h(e) && (G(e) || R(e));
77
+ }
78
+ return E;
74
79
  }
75
80
  export {
76
- I as p
81
+ I as __require
77
82
  };
@@ -49,7 +49,7 @@ function z(t) {
49
49
  if (!d.current && "changedTouches" in e && (u || i) && (d.current = a), !a)
50
50
  return !0;
51
51
  var P = d.current || a;
52
- return W(P, r, e, P === "h" ? u : i, !0);
52
+ return W(P, r, e, P === "h" ? u : i);
53
53
  }, []), S = n.useCallback(function(e) {
54
54
  var r = e;
55
55
  if (!(!f.length || f[f.length - 1] !== m)) {
@@ -1,6 +1,6 @@
1
1
  import { __rest as k, __assign as r } from "../../node_modules/tslib/tslib.es6.js";
2
2
  import * as a from "react";
3
- import { fullWidthClassName as E, zeroRightClassName as I } from "../../../react-remove-scroll-bar/dist/es2015/constants.js";
3
+ import { zeroRightClassName as E, fullWidthClassName as I } from "../../../react-remove-scroll-bar/dist/es2015/constants.js";
4
4
  import { effectCar as Z } from "./medium.js";
5
5
  import { useMergeRefs as W } from "../../../use-callback-ref/dist/es2015/useMergeRef.js";
6
6
  var o = function() {
@@ -23,8 +23,8 @@ m.defaultProps = {
23
23
  inert: !1
24
24
  };
25
25
  m.classNames = {
26
- fullWidth: E,
27
- zeroRight: I
26
+ fullWidth: I,
27
+ zeroRight: E
28
28
  };
29
29
  export {
30
30
  m as RemoveScroll
@@ -17,10 +17,10 @@ var p = function(e) {
17
17
  var o = r.ownerDocument, t = r;
18
18
  do {
19
19
  typeof ShadowRoot < "u" && t instanceof ShadowRoot && (t = t.host);
20
- var a = g(e, t);
21
- if (a) {
22
- var n = b(e, t), i = n[1], l = n[2];
23
- if (i > l)
20
+ var v = g(e, t);
21
+ if (v) {
22
+ var n = b(e, t), a = n[1], l = n[2];
23
+ if (a > l)
24
24
  return !0;
25
25
  }
26
26
  t = t.parentNode;
@@ -46,17 +46,17 @@ var p = function(e) {
46
46
  return e === "v" ? B(r) : V(r);
47
47
  }, D = function(e, r) {
48
48
  return e === "h" && r === "rtl" ? -1 : 1;
49
- }, W = function(e, r, o, t, a) {
50
- var n = D(e, window.getComputedStyle(r).direction), i = n * t, l = o.target, f = r.contains(l), c = !1, d = i > 0, s = 0, h = 0;
49
+ }, W = function(e, r, o, t, v) {
50
+ var n = D(e, window.getComputedStyle(r).direction), a = n * t, l = o.target, f = r.contains(l), i = !1, s = a > 0, d = 0, h = 0;
51
51
  do {
52
- var u = b(e, l), v = u[0], m = u[1], C = u[2], S = m - C - n * v;
53
- (v || S) && g(e, l) && (s += S, h += v), l instanceof ShadowRoot ? l = l.host : l = l.parentNode;
52
+ var c = b(e, l), u = c[0], m = c[1], C = c[2], S = m - C - n * u;
53
+ (u || S) && g(e, l) && (d += S, h += u), l instanceof ShadowRoot ? l = l.host : l = l.parentNode;
54
54
  } while (
55
55
  // portaled content
56
56
  !f && l !== document.body || // self content
57
57
  f && (r.contains(l) || r === l)
58
58
  );
59
- return (d && (Math.abs(s) < 1 || !a) || !d && (Math.abs(h) < 1 || !a)) && (c = !0), c;
59
+ return (s && Math.abs(d) < 1 || !s && Math.abs(h) < 1) && (i = !0), i;
60
60
  };
61
61
  export {
62
62
  W as handleScroll,
@@ -1,7 +1,7 @@
1
1
  import C from "../../@babel/runtime/helpers/esm/extends.js";
2
2
  import x from "../../@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js";
3
3
  import N from "../../@babel/runtime/helpers/esm/inheritsLoose.js";
4
- import v from "../../prop-types/index.js";
4
+ import v from "../../../_virtual/index6.js";
5
5
  import A from "../../dom-helpers/esm/addClass.js";
6
6
  import _ from "../../dom-helpers/esm/removeClass.js";
7
7
  import c from "react";
@@ -16,7 +16,7 @@ var T = function(i, p) {
16
16
  return i && p && p.split(" ").forEach(function(s) {
17
17
  return _(i, s);
18
18
  });
19
- }, g = /* @__PURE__ */ function(u) {
19
+ }, g = /* @__PURE__ */ (function(u) {
20
20
  N(i, u);
21
21
  function i() {
22
22
  for (var s, t = arguments.length, a = new Array(t), o = 0; o < t; o++)
@@ -74,7 +74,7 @@ var T = function(i, p) {
74
74
  onExited: this.onExited
75
75
  }));
76
76
  }, i;
77
- }(c.Component);
77
+ })(c.Component);
78
78
  g.defaultProps = {
79
79
  classNames: ""
80
80
  };
@@ -1,13 +1,13 @@
1
1
  import C from "../../@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js";
2
2
  import D from "../../@babel/runtime/helpers/esm/inheritsLoose.js";
3
- import o from "../../prop-types/index.js";
3
+ import o from "../../../_virtual/index6.js";
4
4
  import v from "react";
5
5
  import b from "react-dom";
6
6
  import T from "./config.js";
7
7
  import { timeoutsShape as R } from "./utils/PropTypes.js";
8
8
  import O from "./TransitionGroupContext.js";
9
9
  import { forceReflow as k } from "./utils/reflow.js";
10
- var x = "unmounted", f = "exited", l = "entering", h = "entered", N = "exiting", p = /* @__PURE__ */ function(d) {
10
+ var x = "unmounted", f = "exited", l = "entering", h = "entered", N = "exiting", p = /* @__PURE__ */ (function(d) {
11
11
  D(u, d);
12
12
  function u(i, e) {
13
13
  var t;
@@ -134,7 +134,7 @@ var x = "unmounted", f = "exited", l = "entering", h = "entered", N = "exiting",
134
134
  }, typeof n == "function" ? n(e, r) : v.cloneElement(v.Children.only(n), r))
135
135
  );
136
136
  }, u;
137
- }(v.Component);
137
+ })(v.Component);
138
138
  p.contextType = O;
139
139
  p.propTypes = process.env.NODE_ENV !== "production" ? {
140
140
  /**
@@ -1,4 +1,4 @@
1
- import e from "../../../prop-types/index.js";
1
+ import e from "../../../../_virtual/index6.js";
2
2
  var n = process.env.NODE_ENV !== "production" ? e.oneOfType([e.number, e.shape({
3
3
  enter: e.number,
4
4
  exit: e.number,
@@ -274,7 +274,6 @@ function Pi(i, n, e) {
274
274
  return i.concat(o || Array.prototype.slice.call(n));
275
275
  }
276
276
  var Q = {
277
- previousScale: 1,
278
277
  scale: 1,
279
278
  positionX: 0,
280
279
  positionY: 0
@@ -653,7 +652,7 @@ var ir = function(i, n) {
653
652
  return !v;
654
653
  }, er = (
655
654
  /** @class */
656
- /* @__PURE__ */ function() {
655
+ /* @__PURE__ */ (function() {
657
656
  function i(n) {
658
657
  var e = this;
659
658
  this.mounted = !0, this.pinchLastCenterX = null, this.pinchLastCenterY = null, this.onChangeCallbacks = /* @__PURE__ */ new Set(), this.onInitCallbacks = /* @__PURE__ */ new Set(), this.wrapperComponent = null, this.contentComponent = null, this.isInitialized = !1, this.bounds = null, this.previousWheelEvent = null, this.wheelStopEventTimer = null, this.wheelAnimationTimer = null, this.isPanning = !1, this.isWheelPanning = !1, this.startCoords = null, this.lastTouch = null, this.distance = null, this.lastDistance = null, this.pinchStartDistance = null, this.pinchStartScale = null, this.pinchMidpoint = null, this.doubleClickStopEventTimer = null, this.velocity = null, this.velocityTime = null, this.lastMousePosition = null, this.animate = !1, this.animation = null, this.maxBounds = null, this.pressedKeys = {}, this.mount = function() {
@@ -818,7 +817,7 @@ var ir = function(i, n) {
818
817
  }, this.props = n, this.setup = bi(this.props), this.transformState = _i(this.props);
819
818
  }
820
819
  return i;
821
- }()
820
+ })()
822
821
  ), ui = k.createContext(null), rr = function(i, n) {
823
822
  return typeof i == "function" ? i(n) : i;
824
823
  }, tr = k.forwardRef(function(i, n) {
@@ -18,19 +18,19 @@ function N() {
18
18
  }
19
19
  function a(t, n) {
20
20
  const i = n[t];
21
- if (!function(e) {
21
+ if (!(function(e) {
22
22
  return e && u(e[0].charCodeAt(0), 55296, 56319);
23
- }(i) || t === n.length - 1) return 1;
23
+ })(i) || t === n.length - 1) return 1;
24
24
  const r = i + n[t + 1];
25
25
  let _ = n.substring(t + 2, t + 5);
26
- return f(r) && f(_) ? 4 : function(e) {
26
+ return f(r) && f(_) ? 4 : (function(e) {
27
27
  return u(T(e), 127988, 127988);
28
- }(r) && function(e) {
28
+ })(r) && (function(e) {
29
29
  const S = e.codePointAt(0);
30
30
  return typeof e == "string" && typeof S == "number" && u(S, 917504, 917631);
31
- }(_) ? n.slice(t).indexOf(String.fromCodePoint(917631)) + 2 : function(e) {
31
+ })(_) ? n.slice(t).indexOf(String.fromCodePoint(917631)) + 2 : (function(e) {
32
32
  return u(T(e), 127995, 127999);
33
- }(_) ? 4 : 2;
33
+ })(_) ? 4 : 2;
34
34
  }
35
35
  function f(t) {
36
36
  return u(T(t), 127462, 127487);
@@ -61,9 +61,9 @@ function N() {
61
61
  let I = n + (i === void 0 ? _ : i);
62
62
  return I > n + _ && (I = void 0), r.slice(n, I).join("");
63
63
  }
64
- return function(t) {
64
+ return (function(t) {
65
65
  t[t.unit_1 = 1] = "unit_1", t[t.unit_2 = 2] = "unit_2", t[t.unit_4 = 4] = "unit_4";
66
- }(R || (R = {})), Object.defineProperty(o, "runes", {
66
+ })(R || (R = {})), Object.defineProperty(o, "runes", {
67
67
  value: o
68
68
  }), Object.defineProperty(o, "default", {
69
69
  value: o
@@ -1,8 +1,10 @@
1
- import { __module as e } from "../../../_virtual/index9.js";
2
- import { __require as r } from "./index.cjs.development.js";
3
- import { __require as o } from "./index.cjs.production.min.js";
4
- typeof process < "u" && process.env.NODE_ENV !== "production" ? e.exports = r() : e.exports = o();
5
- var t = e.exports;
1
+ import { __module as e } from "../../../_virtual/index17.js";
2
+ import { __require as o } from "./index.cjs.development.js";
3
+ import { __require as i } from "./index.cjs.production.min.js";
4
+ var r;
5
+ function u() {
6
+ return r ? e.exports : (r = 1, typeof process < "u" && process.env.NODE_ENV !== "production" ? e.exports = /* @__PURE__ */ o() : e.exports = /* @__PURE__ */ i(), e.exports);
7
+ }
6
8
  export {
7
- t as d
9
+ u as __require
8
10
  };
@@ -1,17 +1,22 @@
1
- const c = /[A-Z\xc0-\xd6\xd8-\xde]?[a-z\xdf-\xf6\xf8-\xff]+(?:['’](?:d|ll|m|re|s|t|ve))?(?=[\xac\xb1\xd7\xf7\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\xbf\u2000-\u206f \t\x0b\f\xa0\ufeff\n\r\u2028\u2029\u1680\u180e\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200a\u202f\u205f\u3000]|[A-Z\xc0-\xd6\xd8-\xde]|$)|(?:[A-Z\xc0-\xd6\xd8-\xde]|[^\ud800-\udfff\xac\xb1\xd7\xf7\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\xbf\u2000-\u206f \t\x0b\f\xa0\ufeff\n\r\u2028\u2029\u1680\u180e\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200a\u202f\u205f\u3000\d+\u2700-\u27bfa-z\xdf-\xf6\xf8-\xffA-Z\xc0-\xd6\xd8-\xde])+(?:['’](?:D|LL|M|RE|S|T|VE))?(?=[\xac\xb1\xd7\xf7\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\xbf\u2000-\u206f \t\x0b\f\xa0\ufeff\n\r\u2028\u2029\u1680\u180e\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200a\u202f\u205f\u3000]|[A-Z\xc0-\xd6\xd8-\xde](?:[a-z\xdf-\xf6\xf8-\xff]|[^\ud800-\udfff\xac\xb1\xd7\xf7\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\xbf\u2000-\u206f \t\x0b\f\xa0\ufeff\n\r\u2028\u2029\u1680\u180e\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200a\u202f\u205f\u3000\d+\u2700-\u27bfa-z\xdf-\xf6\xf8-\xffA-Z\xc0-\xd6\xd8-\xde])|$)|[A-Z\xc0-\xd6\xd8-\xde]?(?:[a-z\xdf-\xf6\xf8-\xff]|[^\ud800-\udfff\xac\xb1\xd7\xf7\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\xbf\u2000-\u206f \t\x0b\f\xa0\ufeff\n\r\u2028\u2029\u1680\u180e\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200a\u202f\u205f\u3000\d+\u2700-\u27bfa-z\xdf-\xf6\xf8-\xffA-Z\xc0-\xd6\xd8-\xde])+(?:['’](?:d|ll|m|re|s|t|ve))?|[A-Z\xc0-\xd6\xd8-\xde]+(?:['’](?:D|LL|M|RE|S|T|VE))?|\d*(?:1ST|2ND|3RD|(?![123])\dTH)(?=\b|[a-z_])|\d*(?:1st|2nd|3rd|(?![123])\dth)(?=\b|[A-Z_])|\d+|(?:[\u2700-\u27bf]|(?:\ud83c[\udde6-\uddff]){2}|[\ud800-\udbff][\udc00-\udfff])[\ufe0e\ufe0f]?(?:[\u0300-\u036f\ufe20-\ufe2f\u20d0-\u20ff]|\ud83c[\udffb-\udfff])?(?:\u200d(?:[^\ud800-\udfff]|(?:\ud83c[\udde6-\uddff]){2}|[\ud800-\udbff][\udc00-\udfff])[\ufe0e\ufe0f]?(?:[\u0300-\u036f\ufe20-\ufe2f\u20d0-\u20ff]|\ud83c[\udffb-\udfff])?)*/g, x = (u) => u.match(c) || [], d = (u) => u[0].toUpperCase() + u.slice(1), a = (u, f) => x(u).join(f).toLowerCase(), b = (u) => x(u).reduce(
2
- (f, e) => `${f}${f ? e[0].toUpperCase() + e.slice(1).toLowerCase() : e.toLowerCase()}`,
3
- ""
4
- ), s = (u) => d(b(u)), t = (u) => a(u, "_"), o = (u) => a(u, "-"), n = (u) => d(a(u, " ")), r = (u) => x(u).map(d).join(" ");
5
- var C = {
6
- words: x,
7
- upperFirst: d,
8
- camelCase: b,
9
- pascalCase: s,
10
- snakeCase: t,
11
- kebabCase: o,
12
- sentenceCase: n,
13
- titleCase: r
14
- };
1
+ var s, c;
2
+ function l() {
3
+ if (c) return s;
4
+ c = 1;
5
+ const t = /[A-Z\xc0-\xd6\xd8-\xde]?[a-z\xdf-\xf6\xf8-\xff]+(?:['’](?:d|ll|m|re|s|t|ve))?(?=[\xac\xb1\xd7\xf7\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\xbf\u2000-\u206f \t\x0b\f\xa0\ufeff\n\r\u2028\u2029\u1680\u180e\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200a\u202f\u205f\u3000]|[A-Z\xc0-\xd6\xd8-\xde]|$)|(?:[A-Z\xc0-\xd6\xd8-\xde]|[^\ud800-\udfff\xac\xb1\xd7\xf7\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\xbf\u2000-\u206f \t\x0b\f\xa0\ufeff\n\r\u2028\u2029\u1680\u180e\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200a\u202f\u205f\u3000\d+\u2700-\u27bfa-z\xdf-\xf6\xf8-\xffA-Z\xc0-\xd6\xd8-\xde])+(?:['’](?:D|LL|M|RE|S|T|VE))?(?=[\xac\xb1\xd7\xf7\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\xbf\u2000-\u206f \t\x0b\f\xa0\ufeff\n\r\u2028\u2029\u1680\u180e\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200a\u202f\u205f\u3000]|[A-Z\xc0-\xd6\xd8-\xde](?:[a-z\xdf-\xf6\xf8-\xff]|[^\ud800-\udfff\xac\xb1\xd7\xf7\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\xbf\u2000-\u206f \t\x0b\f\xa0\ufeff\n\r\u2028\u2029\u1680\u180e\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200a\u202f\u205f\u3000\d+\u2700-\u27bfa-z\xdf-\xf6\xf8-\xffA-Z\xc0-\xd6\xd8-\xde])|$)|[A-Z\xc0-\xd6\xd8-\xde]?(?:[a-z\xdf-\xf6\xf8-\xff]|[^\ud800-\udfff\xac\xb1\xd7\xf7\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\xbf\u2000-\u206f \t\x0b\f\xa0\ufeff\n\r\u2028\u2029\u1680\u180e\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200a\u202f\u205f\u3000\d+\u2700-\u27bfa-z\xdf-\xf6\xf8-\xffA-Z\xc0-\xd6\xd8-\xde])+(?:['’](?:d|ll|m|re|s|t|ve))?|[A-Z\xc0-\xd6\xd8-\xde]+(?:['’](?:D|LL|M|RE|S|T|VE))?|\d*(?:1ST|2ND|3RD|(?![123])\dTH)(?=\b|[a-z_])|\d*(?:1st|2nd|3rd|(?![123])\dth)(?=\b|[A-Z_])|\d+|(?:[\u2700-\u27bf]|(?:\ud83c[\udde6-\uddff]){2}|[\ud800-\udbff][\udc00-\udfff])[\ufe0e\ufe0f]?(?:[\u0300-\u036f\ufe20-\ufe2f\u20d0-\u20ff]|\ud83c[\udffb-\udfff])?(?:\u200d(?:[^\ud800-\udfff]|(?:\ud83c[\udde6-\uddff]){2}|[\ud800-\udbff][\udc00-\udfff])[\ufe0e\ufe0f]?(?:[\u0300-\u036f\ufe20-\ufe2f\u20d0-\u20ff]|\ud83c[\udffb-\udfff])?)*/g, f = (u) => u.match(t) || [], x = (u) => u[0].toUpperCase() + u.slice(1), e = (u, d) => f(u).join(d).toLowerCase(), b = (u) => f(u).reduce(
6
+ (d, a) => `${d}${d ? a[0].toUpperCase() + a.slice(1).toLowerCase() : a.toLowerCase()}`,
7
+ ""
8
+ );
9
+ return s = {
10
+ words: f,
11
+ upperFirst: x,
12
+ camelCase: b,
13
+ pascalCase: (u) => x(b(u)),
14
+ snakeCase: (u) => e(u, "_"),
15
+ kebabCase: (u) => e(u, "-"),
16
+ sentenceCase: (u) => x(e(u, " ")),
17
+ titleCase: (u) => f(u).map(x).join(" ")
18
+ }, s;
19
+ }
15
20
  export {
16
- C as t
21
+ l as __require
17
22
  };