@prokodo/ui 0.0.26 → 0.0.28

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 (251) hide show
  1. package/README.md +89 -45
  2. package/dist/_virtual/_commonjsHelpers.js +6 -3
  3. package/dist/_virtual/index.js +5 -5
  4. package/dist/_virtual/index2.js +2 -2
  5. package/dist/_virtual/index3.js +2 -2
  6. package/dist/_virtual/react-is.development.js +2 -2
  7. package/dist/_virtual/react-is.production.min.js +2 -2
  8. package/dist/assets/images/card_background_primary_1.webp.js +2 -2
  9. package/dist/assets/images/card_background_primary_2.webp.js +2 -2
  10. package/dist/assets/images/card_background_primary_3.webp.js +2 -2
  11. package/dist/assets/images/card_background_primary_4.webp.js +2 -2
  12. package/dist/assets/images/card_background_secondary_1.webp.js +2 -2
  13. package/dist/assets/images/card_background_secondary_2.webp.js +2 -2
  14. package/dist/assets/images/card_background_secondary_3.webp.js +2 -2
  15. package/dist/assets/images/card_background_secondary_4.webp.js +2 -2
  16. package/dist/components/accordion/Accordion.js +82 -74
  17. package/dist/components/accordion/Accordion.module.scss.js +11 -8
  18. package/dist/components/accordion/index.js +2 -2
  19. package/dist/components/animated/Animated.js +61 -40
  20. package/dist/components/animated/Animated.module.scss.js +8 -6
  21. package/dist/components/animated/index.js +2 -2
  22. package/dist/components/animatedText/AnimatedText.js +36 -27
  23. package/dist/components/animatedText/index.js +2 -2
  24. package/dist/components/avatar/Avatar.js +62 -54
  25. package/dist/components/avatar/Avatar.module.scss.js +8 -6
  26. package/dist/components/avatar/index.js +2 -2
  27. package/dist/components/base-link/BaseLink.js +39 -27
  28. package/dist/components/base-link/index.js +2 -2
  29. package/dist/components/button/Button.client.js +100 -0
  30. package/dist/components/button/Button.js +15 -82
  31. package/dist/components/button/Button.lazy.js +20 -0
  32. package/dist/components/button/Button.module.scss.js +8 -6
  33. package/dist/components/button/Button.server.js +77 -0
  34. package/dist/components/button/index.js +2 -2
  35. package/dist/components/calendly/Calendly.js +99 -60
  36. package/dist/components/calendly/index.js +2 -2
  37. package/dist/components/card/Card.js +167 -141
  38. package/dist/components/card/Card.module.scss.js +11 -8
  39. package/dist/components/card/index.js +2 -2
  40. package/dist/components/carousel/Carousel.js +209 -145
  41. package/dist/components/carousel/Carousel.module.scss.js +8 -6
  42. package/dist/components/carousel/Carousel.services.js +39 -20
  43. package/dist/components/carousel/index.js +2 -2
  44. package/dist/components/chip/Chip.js +44 -36
  45. package/dist/components/chip/Chip.module.scss.js +8 -6
  46. package/dist/components/chip/index.js +2 -2
  47. package/dist/components/datePicker/DatePicker.js +106 -69
  48. package/dist/components/datePicker/index.js +2 -2
  49. package/dist/components/dialog/Dialog.js +106 -93
  50. package/dist/components/dialog/Dialog.module.scss.js +8 -6
  51. package/dist/components/dialog/index.js +2 -2
  52. package/dist/components/drawer/Drawer.js +78 -64
  53. package/dist/components/drawer/Drawer.module.scss.js +20 -14
  54. package/dist/components/drawer/index.js +4 -4
  55. package/dist/components/form/Form.js +229 -165
  56. package/dist/components/form/Form.module.scss.js +8 -6
  57. package/dist/components/form/FormField.js +63 -60
  58. package/dist/components/form/FormField.module.scss.js +8 -6
  59. package/dist/components/form/FormResponse.js +37 -41
  60. package/dist/components/form/FormResponse.module.scss.js +8 -6
  61. package/dist/components/form/index.js +4 -4
  62. package/dist/components/grid/Grid.js +14 -11
  63. package/dist/components/grid/Grid.module.scss.js +8 -6
  64. package/dist/components/grid/GridRow.js +20 -17
  65. package/dist/components/grid/GridRow.module.scss.js +8 -6
  66. package/dist/components/grid/index.js +4 -4
  67. package/dist/components/headline/Headline.client.js +85 -0
  68. package/dist/components/headline/Headline.module.scss.js +8 -6
  69. package/dist/components/headline/Headline.server.js +73 -0
  70. package/dist/components/headline/Headline.variants.js +9 -0
  71. package/dist/components/headline/index.js +4 -3
  72. package/dist/components/icon/Icon.js +27 -22
  73. package/dist/components/icon/Icon.module.scss.js +8 -6
  74. package/dist/components/icon/index.js +3 -3
  75. package/dist/components/image/Image.js +30 -24
  76. package/dist/components/image/Image.module.scss.js +8 -6
  77. package/dist/components/image/index.js +2 -2
  78. package/dist/components/image-text/ImageText.js +80 -81
  79. package/dist/components/image-text/ImageText.module.scss.js +8 -6
  80. package/dist/components/image-text/index.js +2 -2
  81. package/dist/components/input/Input.js +147 -131
  82. package/dist/components/input/Input.module.scss.js +11 -8
  83. package/dist/components/input/InputValidation.js +50 -31
  84. package/dist/components/input/index.js +2 -2
  85. package/dist/components/inputOTP/InputOTP.js +90 -57
  86. package/dist/components/inputOTP/InputOTP.module.scss.js +8 -6
  87. package/dist/components/inputOTP/index.js +2 -2
  88. package/dist/components/label/Label.js +64 -63
  89. package/dist/components/label/Label.module.scss.js +8 -6
  90. package/dist/components/label/index.js +2 -2
  91. package/dist/components/link/Link.js +53 -48
  92. package/dist/components/link/Link.module.scss.js +8 -6
  93. package/dist/components/link/index.js +2 -2
  94. package/dist/components/list/List.js +120 -104
  95. package/dist/components/list/List.module.scss.js +8 -6
  96. package/dist/components/list/index.js +2 -2
  97. package/dist/components/loading/Loading.js +21 -20
  98. package/dist/components/loading/Loading.module.scss.js +11 -8
  99. package/dist/components/loading/index.js +2 -2
  100. package/dist/components/lottie/Lottie.js +47 -37
  101. package/dist/components/lottie/Lottie.module.scss.js +8 -6
  102. package/dist/components/lottie/LottieAnimations.js +2 -2
  103. package/dist/components/lottie/index.js +2 -2
  104. package/dist/components/map/Map.js +59 -42
  105. package/dist/components/map/index.js +2 -2
  106. package/dist/components/post-item/PostItem.js +81 -76
  107. package/dist/components/post-item/PostItem.module.scss.js +8 -6
  108. package/dist/components/post-item/PostItemAuthor.js +24 -23
  109. package/dist/components/post-item/PostItemAuthor.module.scss.js +8 -6
  110. package/dist/components/post-item/index.js +4 -4
  111. package/dist/components/post-teaser/PostTeaser.js +96 -92
  112. package/dist/components/post-teaser/PostTeaser.module.scss.js +8 -6
  113. package/dist/components/post-teaser/index.js +2 -2
  114. package/dist/components/post-widget/PostWidget.js +81 -80
  115. package/dist/components/post-widget/PostWidget.module.scss.js +8 -6
  116. package/dist/components/post-widget/index.js +2 -2
  117. package/dist/components/post-widget-carousel/PostWidgetCarousel.js +96 -90
  118. package/dist/components/post-widget-carousel/PostWidgetCarousel.module.scss.js +8 -6
  119. package/dist/components/post-widget-carousel/index.js +2 -2
  120. package/dist/components/quote/Quote.js +48 -47
  121. package/dist/components/quote/Quote.module.scss.js +8 -6
  122. package/dist/components/quote/index.js +2 -2
  123. package/dist/components/rich-text/RichText.js +114 -100
  124. package/dist/components/rich-text/RichText.module.scss.js +8 -6
  125. package/dist/components/rich-text/index.js +2 -2
  126. package/dist/components/select/Select.js +148 -127
  127. package/dist/components/select/Select.module.scss.js +17 -12
  128. package/dist/components/select/index.js +2 -2
  129. package/dist/components/skeleton/Skeleton.js +21 -18
  130. package/dist/components/skeleton/Skeleton.module.scss.js +8 -6
  131. package/dist/components/skeleton/index.js +2 -2
  132. package/dist/components/slider/Slider.js +74 -65
  133. package/dist/components/slider/Slider.module.scss.js +8 -6
  134. package/dist/components/slider/index.js +2 -2
  135. package/dist/components/stepper/Stepper.js +85 -69
  136. package/dist/components/stepper/Stepper.module.scss.js +8 -6
  137. package/dist/components/stepper/index.js +2 -2
  138. package/dist/components/switch/Switch.js +69 -63
  139. package/dist/components/switch/Switch.module.scss.js +8 -6
  140. package/dist/components/switch/index.js +2 -2
  141. package/dist/components/table/Table.js +48 -45
  142. package/dist/components/table/Table.module.scss.js +8 -6
  143. package/dist/components/table/index.js +2 -2
  144. package/dist/components/teaser/Teaser.js +66 -65
  145. package/dist/components/teaser/Teaser.module.scss.js +8 -6
  146. package/dist/components/teaser/index.js +2 -2
  147. package/dist/constants/project.js +2 -2
  148. package/dist/helpers/bem.js +17 -9
  149. package/dist/helpers/calculation.js +4 -2
  150. package/dist/helpers/validations.js +12 -6
  151. package/dist/hooks/useGoogleMaps.js +19 -14
  152. package/dist/hooks/useHydrationReady.js +26 -0
  153. package/dist/index.js +84 -84
  154. package/dist/node_modules/.pnpm/@floating-ui_core@1.7.0/node_modules/@floating-ui/core/dist/floating-ui.core.js +354 -251
  155. package/dist/node_modules/.pnpm/@floating-ui_dom@1.7.0/node_modules/@floating-ui/dom/dist/floating-ui.dom.js +555 -309
  156. package/dist/node_modules/.pnpm/@floating-ui_react-dom@2.1.2_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.js +221 -141
  157. package/dist/node_modules/.pnpm/@floating-ui_utils@0.2.9/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js +167 -109
  158. package/dist/node_modules/.pnpm/@floating-ui_utils@0.2.9/node_modules/@floating-ui/utils/dist/floating-ui.utils.js +130 -88
  159. package/dist/node_modules/.pnpm/@mui_base@5.0.0-beta.58_@types_react@19.1.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@mui/base/Option/Option.js +91 -77
  160. package/dist/node_modules/.pnpm/@mui_base@5.0.0-beta.58_@types_react@19.1.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@mui/base/Option/optionClasses.js +10 -7
  161. package/dist/node_modules/.pnpm/@mui_base@5.0.0-beta.58_@types_react@19.1.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@mui/base/Portal/Portal.js +54 -40
  162. package/dist/node_modules/.pnpm/@mui_base@5.0.0-beta.58_@types_react@19.1.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@mui/base/Select/Select.js +192 -163
  163. package/dist/node_modules/.pnpm/@mui_base@5.0.0-beta.58_@types_react@19.1.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@mui/base/Select/selectClasses.js +10 -7
  164. package/dist/node_modules/.pnpm/@mui_base@5.0.0-beta.58_@types_react@19.1.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@mui/base/Slider/Slider.js +287 -242
  165. package/dist/node_modules/.pnpm/@mui_base@5.0.0-beta.58_@types_react@19.1.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@mui/base/Slider/sliderClasses.js +10 -7
  166. package/dist/node_modules/.pnpm/@mui_base@5.0.0-beta.58_@types_react@19.1.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@mui/base/Switch/Switch.js +112 -97
  167. package/dist/node_modules/.pnpm/@mui_base@5.0.0-beta.58_@types_react@19.1.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@mui/base/Switch/switchClasses.js +10 -7
  168. package/dist/node_modules/.pnpm/@mui_base@5.0.0-beta.58_@types_react@19.1.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@mui/base/Unstable_Popup/Popup.js +135 -115
  169. package/dist/node_modules/.pnpm/@mui_base@5.0.0-beta.58_@types_react@19.1.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@mui/base/Unstable_Popup/PopupContext.js +6 -4
  170. package/dist/node_modules/.pnpm/@mui_base@5.0.0-beta.58_@types_react@19.1.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@mui/base/Unstable_Popup/popupClasses.js +10 -7
  171. package/dist/node_modules/.pnpm/@mui_base@5.0.0-beta.58_@types_react@19.1.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@mui/base/generateUtilityClass/index.js +15 -10
  172. package/dist/node_modules/.pnpm/@mui_base@5.0.0-beta.58_@types_react@19.1.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@mui/base/generateUtilityClasses/index.js +11 -7
  173. package/dist/node_modules/.pnpm/@mui_base@5.0.0-beta.58_@types_react@19.1.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@mui/base/useButton/useButton.js +160 -73
  174. package/dist/node_modules/.pnpm/@mui_base@5.0.0-beta.58_@types_react@19.1.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@mui/base/useCompound/useCompoundItem.js +25 -18
  175. package/dist/node_modules/.pnpm/@mui_base@5.0.0-beta.58_@types_react@19.1.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@mui/base/useCompound/useCompoundParent.js +63 -36
  176. package/dist/node_modules/.pnpm/@mui_base@5.0.0-beta.58_@types_react@19.1.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@mui/base/useList/ListContext.js +6 -4
  177. package/dist/node_modules/.pnpm/@mui_base@5.0.0-beta.58_@types_react@19.1.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@mui/base/useList/listActions.types.js +2 -2
  178. package/dist/node_modules/.pnpm/@mui_base@5.0.0-beta.58_@types_react@19.1.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@mui/base/useList/listReducer.js +233 -138
  179. package/dist/node_modules/.pnpm/@mui_base@5.0.0-beta.58_@types_react@19.1.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@mui/base/useList/useList.js +189 -128
  180. package/dist/node_modules/.pnpm/@mui_base@5.0.0-beta.58_@types_react@19.1.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@mui/base/useList/useListItem.js +72 -52
  181. package/dist/node_modules/.pnpm/@mui_base@5.0.0-beta.58_@types_react@19.1.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@mui/base/useOption/useOption.js +72 -53
  182. package/dist/node_modules/.pnpm/@mui_base@5.0.0-beta.58_@types_react@19.1.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@mui/base/useOption/useOptionContextStabilizer.js +30 -22
  183. package/dist/node_modules/.pnpm/@mui_base@5.0.0-beta.58_@types_react@19.1.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@mui/base/useSelect/SelectProvider.js +34 -28
  184. package/dist/node_modules/.pnpm/@mui_base@5.0.0-beta.58_@types_react@19.1.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@mui/base/useSelect/defaultOptionStringifier.js +15 -7
  185. package/dist/node_modules/.pnpm/@mui_base@5.0.0-beta.58_@types_react@19.1.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@mui/base/useSelect/selectReducer.js +49 -40
  186. package/dist/node_modules/.pnpm/@mui_base@5.0.0-beta.58_@types_react@19.1.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@mui/base/useSelect/useSelect.js +341 -222
  187. package/dist/node_modules/.pnpm/@mui_base@5.0.0-beta.58_@types_react@19.1.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@mui/base/useSelect/useSelect.types.js +2 -2
  188. package/dist/node_modules/.pnpm/@mui_base@5.0.0-beta.58_@types_react@19.1.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@mui/base/useSlider/useSlider.js +550 -353
  189. package/dist/node_modules/.pnpm/@mui_base@5.0.0-beta.58_@types_react@19.1.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@mui/base/useSwitch/useSwitch.js +79 -50
  190. package/dist/node_modules/.pnpm/@mui_base@5.0.0-beta.58_@types_react@19.1.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@mui/base/useTransition/TransitionContext.js +6 -4
  191. package/dist/node_modules/.pnpm/@mui_base@5.0.0-beta.58_@types_react@19.1.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@mui/base/useTransition/useTransitionTrigger.js +51 -23
  192. package/dist/node_modules/.pnpm/@mui_base@5.0.0-beta.58_@types_react@19.1.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@mui/base/utils/ClassNameConfigurator.js +21 -10
  193. package/dist/node_modules/.pnpm/@mui_base@5.0.0-beta.58_@types_react@19.1.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@mui/base/utils/areArraysEqual.js +6 -3
  194. package/dist/node_modules/.pnpm/@mui_base@5.0.0-beta.58_@types_react@19.1.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@mui/base/utils/combineHooksSlotProps.js +14 -10
  195. package/dist/node_modules/.pnpm/@mui_base@5.0.0-beta.58_@types_react@19.1.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@mui/base/utils/isHostComponent.js +6 -3
  196. package/dist/node_modules/.pnpm/@mui_base@5.0.0-beta.58_@types_react@19.1.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@mui/base/utils/resolveComponentProps.js +9 -3
  197. package/dist/node_modules/.pnpm/@mui_base@5.0.0-beta.58_@types_react@19.1.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@mui/base/utils/useControllableReducer.js +91 -60
  198. package/dist/node_modules/.pnpm/@mui_base@5.0.0-beta.58_@types_react@19.1.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@mui/base/utils/useRootElementName.js +20 -12
  199. package/dist/node_modules/.pnpm/@mui_base@5.0.0-beta.58_@types_react@19.1.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@mui/base/utils/useTextNavigation.js +21 -10
  200. package/dist/node_modules/.pnpm/@mui_utils@6.0.0-rc.0_@types_react@19.1.0_react@19.1.0/node_modules/@mui/utils/esm/HTMLElementType/HTMLElementType.js +16 -5
  201. package/dist/node_modules/.pnpm/@mui_utils@6.0.0-rc.0_@types_react@19.1.0_react@19.1.0/node_modules/@mui/utils/esm/appendOwnerState/appendOwnerState.js +13 -7
  202. package/dist/node_modules/.pnpm/@mui_utils@6.0.0-rc.0_@types_react@19.1.0_react@19.1.0/node_modules/@mui/utils/esm/chainPropTypes/chainPropTypes.js +11 -5
  203. package/dist/node_modules/.pnpm/@mui_utils@6.0.0-rc.0_@types_react@19.1.0_react@19.1.0/node_modules/@mui/utils/esm/clamp/clamp.js +6 -3
  204. package/dist/node_modules/.pnpm/@mui_utils@6.0.0-rc.0_@types_react@19.1.0_react@19.1.0/node_modules/@mui/utils/esm/composeClasses/composeClasses.js +19 -11
  205. package/dist/node_modules/.pnpm/@mui_utils@6.0.0-rc.0_@types_react@19.1.0_react@19.1.0/node_modules/@mui/utils/esm/exactProp/exactProp.js +17 -8
  206. package/dist/node_modules/.pnpm/@mui_utils@6.0.0-rc.0_@types_react@19.1.0_react@19.1.0/node_modules/@mui/utils/esm/extractEventHandlers/extractEventHandlers.js +12 -7
  207. package/dist/node_modules/.pnpm/@mui_utils@6.0.0-rc.0_@types_react@19.1.0_react@19.1.0/node_modules/@mui/utils/esm/generateUtilityClass/generateUtilityClass.js +2 -2
  208. package/dist/node_modules/.pnpm/@mui_utils@6.0.0-rc.0_@types_react@19.1.0_react@19.1.0/node_modules/@mui/utils/esm/getReactNodeRef/getReactNodeRef.js +11 -5
  209. package/dist/node_modules/.pnpm/@mui_utils@6.0.0-rc.0_@types_react@19.1.0_react@19.1.0/node_modules/@mui/utils/esm/isFocusVisible/isFocusVisible.js +11 -7
  210. package/dist/node_modules/.pnpm/@mui_utils@6.0.0-rc.0_@types_react@19.1.0_react@19.1.0/node_modules/@mui/utils/esm/isHostComponent/isHostComponent.js +6 -3
  211. package/dist/node_modules/.pnpm/@mui_utils@6.0.0-rc.0_@types_react@19.1.0_react@19.1.0/node_modules/@mui/utils/esm/mergeSlotProps/mergeSlotProps.js +61 -38
  212. package/dist/node_modules/.pnpm/@mui_utils@6.0.0-rc.0_@types_react@19.1.0_react@19.1.0/node_modules/@mui/utils/esm/omitEventHandlers/omitEventHandlers.js +12 -7
  213. package/dist/node_modules/.pnpm/@mui_utils@6.0.0-rc.0_@types_react@19.1.0_react@19.1.0/node_modules/@mui/utils/esm/ownerDocument/ownerDocument.js +6 -3
  214. package/dist/node_modules/.pnpm/@mui_utils@6.0.0-rc.0_@types_react@19.1.0_react@19.1.0/node_modules/@mui/utils/esm/resolveComponentProps/resolveComponentProps.js +9 -3
  215. package/dist/node_modules/.pnpm/@mui_utils@6.0.0-rc.0_@types_react@19.1.0_react@19.1.0/node_modules/@mui/utils/esm/setRef/setRef.js +10 -3
  216. package/dist/node_modules/.pnpm/@mui_utils@6.0.0-rc.0_@types_react@19.1.0_react@19.1.0/node_modules/@mui/utils/esm/useControlled/useControlled.js +31 -22
  217. package/dist/node_modules/.pnpm/@mui_utils@6.0.0-rc.0_@types_react@19.1.0_react@19.1.0/node_modules/@mui/utils/esm/useEnhancedEffect/useEnhancedEffect.js +3 -3
  218. package/dist/node_modules/.pnpm/@mui_utils@6.0.0-rc.0_@types_react@19.1.0_react@19.1.0/node_modules/@mui/utils/esm/useEventCallback/useEventCallback.js +13 -9
  219. package/dist/node_modules/.pnpm/@mui_utils@6.0.0-rc.0_@types_react@19.1.0_react@19.1.0/node_modules/@mui/utils/esm/useForkRef/useForkRef.js +17 -9
  220. package/dist/node_modules/.pnpm/@mui_utils@6.0.0-rc.0_@types_react@19.1.0_react@19.1.0/node_modules/@mui/utils/esm/useId/useId.js +23 -14
  221. package/dist/node_modules/.pnpm/@mui_utils@6.0.0-rc.0_@types_react@19.1.0_react@19.1.0/node_modules/@mui/utils/esm/useSlotProps/useSlotProps.js +30 -23
  222. package/dist/node_modules/.pnpm/@mui_utils@6.0.0-rc.0_@types_react@19.1.0_react@19.1.0/node_modules/@mui/utils/esm/visuallyHidden/visuallyHidden.js +2 -2
  223. package/dist/node_modules/.pnpm/clsx@2.1.1/node_modules/clsx/dist/clsx.js +17 -13
  224. package/dist/node_modules/.pnpm/object-assign@4.1.1/node_modules/object-assign/index.js +67 -38
  225. package/dist/node_modules/.pnpm/prop-types@15.8.1/node_modules/prop-types/checkPropTypes.js +55 -37
  226. package/dist/node_modules/.pnpm/prop-types@15.8.1/node_modules/prop-types/factoryWithThrowingShims.js +56 -43
  227. package/dist/node_modules/.pnpm/prop-types@15.8.1/node_modules/prop-types/factoryWithTypeCheckers.js +404 -243
  228. package/dist/node_modules/.pnpm/prop-types@15.8.1/node_modules/prop-types/index.js +20 -14
  229. package/dist/node_modules/.pnpm/prop-types@15.8.1/node_modules/prop-types/lib/ReactPropTypesSecret.js +12 -7
  230. package/dist/node_modules/.pnpm/prop-types@15.8.1/node_modules/prop-types/lib/has.js +11 -4
  231. package/dist/node_modules/.pnpm/react-is@16.13.1/node_modules/react-is/cjs/react-is.development.js +170 -82
  232. package/dist/node_modules/.pnpm/react-is@16.13.1/node_modules/react-is/cjs/react-is.production.min.js +91 -58
  233. package/dist/node_modules/.pnpm/react-is@16.13.1/node_modules/react-is/index.js +17 -7
  234. package/dist/tsconfig.build.tsbuildinfo +1 -1
  235. package/dist/types/components/button/Button.client.d.ts +3 -0
  236. package/dist/types/components/button/Button.d.ts +3 -3
  237. package/dist/types/components/button/Button.lazy.d.ts +3 -0
  238. package/dist/types/components/button/Button.server.d.ts +3 -0
  239. package/dist/types/components/button/index.d.ts +1 -1
  240. package/dist/types/components/form/FormResponse.d.ts +1 -1
  241. package/dist/types/components/headline/Headline.client.d.ts +3 -0
  242. package/dist/types/components/headline/Headline.model.d.ts +1 -0
  243. package/dist/types/components/headline/Headline.server.d.ts +3 -0
  244. package/dist/types/components/headline/Headline.variants.d.ts +2 -0
  245. package/dist/types/components/headline/index.d.ts +2 -1
  246. package/dist/types/components/label/Label.d.ts +1 -1
  247. package/dist/types/hooks/useHydrationReady.d.ts +5 -0
  248. package/dist/ui.css +9592 -1
  249. package/package.json +1 -1
  250. package/dist/components/headline/Headline.js +0 -71
  251. package/dist/types/components/headline/Headline.d.ts +0 -4
@@ -1,17 +1,23 @@
1
- import { __module as r } from "../../../../../_virtual/index2.js";
2
- import { __require as s } from "../../../react-is@16.13.1/node_modules/react-is/index.js";
3
- import { __require as t } from "./factoryWithTypeCheckers.js";
4
- import { __require as p } from "./factoryWithThrowingShims.js";
5
- var e;
6
- function q() {
7
- if (e) return r.exports;
8
- if (e = 1, process.env.NODE_ENV !== "production") {
9
- var o = /* @__PURE__ */ s(), i = !0;
10
- r.exports = /* @__PURE__ */ t()(o.isElement, i);
11
- } else
12
- r.exports = /* @__PURE__ */ p()();
13
- return r.exports;
1
+ var __defProp = Object.defineProperty;
2
+ var __name = (target, value) => __defProp(target, "name", { value, configurable: true });
3
+ import { __module as propTypes } from "../../../../../_virtual/index2.js";
4
+ import { __require as requireReactIs } from "../../../react-is@16.13.1/node_modules/react-is/index.js";
5
+ import { __require as requireFactoryWithTypeCheckers } from "./factoryWithTypeCheckers.js";
6
+ import { __require as requireFactoryWithThrowingShims } from "./factoryWithThrowingShims.js";
7
+ var hasRequiredPropTypes;
8
+ function requirePropTypes() {
9
+ if (hasRequiredPropTypes) return propTypes.exports;
10
+ hasRequiredPropTypes = 1;
11
+ if (process.env.NODE_ENV !== "production") {
12
+ var ReactIs = /* @__PURE__ */ requireReactIs();
13
+ var throwOnDirectAccess = true;
14
+ propTypes.exports = /* @__PURE__ */ requireFactoryWithTypeCheckers()(ReactIs.isElement, throwOnDirectAccess);
15
+ } else {
16
+ propTypes.exports = /* @__PURE__ */ requireFactoryWithThrowingShims()();
17
+ }
18
+ return propTypes.exports;
14
19
  }
20
+ __name(requirePropTypes, "requirePropTypes");
15
21
  export {
16
- q as __require
22
+ requirePropTypes as __require
17
23
  };
@@ -1,10 +1,15 @@
1
- var e, r;
2
- function _() {
3
- if (r) return e;
4
- r = 1;
5
- var t = "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED";
6
- return e = t, e;
1
+ var __defProp = Object.defineProperty;
2
+ var __name = (target, value) => __defProp(target, "name", { value, configurable: true });
3
+ var ReactPropTypesSecret_1;
4
+ var hasRequiredReactPropTypesSecret;
5
+ function requireReactPropTypesSecret() {
6
+ if (hasRequiredReactPropTypesSecret) return ReactPropTypesSecret_1;
7
+ hasRequiredReactPropTypesSecret = 1;
8
+ var ReactPropTypesSecret = "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED";
9
+ ReactPropTypesSecret_1 = ReactPropTypesSecret;
10
+ return ReactPropTypesSecret_1;
7
11
  }
12
+ __name(requireReactPropTypesSecret, "requireReactPropTypesSecret");
8
13
  export {
9
- _ as __require
14
+ requireReactPropTypesSecret as __require
10
15
  };
@@ -1,7 +1,14 @@
1
- var r, e;
2
- function a() {
3
- return e || (e = 1, r = Function.call.bind(Object.prototype.hasOwnProperty)), r;
1
+ var __defProp = Object.defineProperty;
2
+ var __name = (target, value) => __defProp(target, "name", { value, configurable: true });
3
+ var has;
4
+ var hasRequiredHas;
5
+ function requireHas() {
6
+ if (hasRequiredHas) return has;
7
+ hasRequiredHas = 1;
8
+ has = Function.call.bind(Object.prototype.hasOwnProperty);
9
+ return has;
4
10
  }
11
+ __name(requireHas, "requireHas");
5
12
  export {
6
- a as __require
13
+ requireHas as __require
7
14
  };
@@ -1,4 +1,6 @@
1
- import { __exports as r } from "../../../../../../_virtual/react-is.development.js";
1
+ var __defProp = Object.defineProperty;
2
+ var __name = (target, value) => __defProp(target, "name", { value, configurable: true });
3
+ import { __exports as reactIs_development } from "../../../../../../_virtual/react-is.development.js";
2
4
  /** @license React v16.13.1
3
5
  * react-is.development.js
4
6
  *
@@ -7,89 +9,175 @@ import { __exports as r } from "../../../../../../_virtual/react-is.development.
7
9
  * This source code is licensed under the MIT license found in the
8
10
  * LICENSE file in the root directory of this source tree.
9
11
  */
10
- var A;
11
- 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;
14
- function Y(e) {
15
- return typeof e == "string" || typeof e == "function" || // Note: its typeof might be other than 'symbol' or 'number' if it's a polyfill.
16
- 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);
17
- }
18
- function a(e) {
19
- if (typeof e == "object" && e !== null) {
20
- var C = e.$$typeof;
21
- switch (C) {
22
- case _:
23
- var m = e.type;
24
- switch (m) {
25
- case v:
26
- case f:
27
- case t:
28
- case s:
29
- case n:
30
- case E:
31
- return m;
32
- default:
33
- var P = m && m.$$typeof;
34
- switch (P) {
35
- case i:
36
- case u:
37
- case l:
38
- case d:
39
- case c:
40
- return P;
41
- default:
42
- return C;
43
- }
44
- }
45
- case T:
46
- return C;
12
+ var hasRequiredReactIs_development;
13
+ function requireReactIs_development() {
14
+ if (hasRequiredReactIs_development) return reactIs_development;
15
+ hasRequiredReactIs_development = 1;
16
+ if (process.env.NODE_ENV !== "production") {
17
+ (function() {
18
+ var hasSymbol = typeof Symbol === "function" && Symbol.for;
19
+ var REACT_ELEMENT_TYPE = hasSymbol ? Symbol.for("react.element") : 60103;
20
+ var REACT_PORTAL_TYPE = hasSymbol ? Symbol.for("react.portal") : 60106;
21
+ var REACT_FRAGMENT_TYPE = hasSymbol ? Symbol.for("react.fragment") : 60107;
22
+ var REACT_STRICT_MODE_TYPE = hasSymbol ? Symbol.for("react.strict_mode") : 60108;
23
+ var REACT_PROFILER_TYPE = hasSymbol ? Symbol.for("react.profiler") : 60114;
24
+ var REACT_PROVIDER_TYPE = hasSymbol ? Symbol.for("react.provider") : 60109;
25
+ var REACT_CONTEXT_TYPE = hasSymbol ? Symbol.for("react.context") : 60110;
26
+ var REACT_ASYNC_MODE_TYPE = hasSymbol ? Symbol.for("react.async_mode") : 60111;
27
+ var REACT_CONCURRENT_MODE_TYPE = hasSymbol ? Symbol.for("react.concurrent_mode") : 60111;
28
+ var REACT_FORWARD_REF_TYPE = hasSymbol ? Symbol.for("react.forward_ref") : 60112;
29
+ var REACT_SUSPENSE_TYPE = hasSymbol ? Symbol.for("react.suspense") : 60113;
30
+ var REACT_SUSPENSE_LIST_TYPE = hasSymbol ? Symbol.for("react.suspense_list") : 60120;
31
+ var REACT_MEMO_TYPE = hasSymbol ? Symbol.for("react.memo") : 60115;
32
+ var REACT_LAZY_TYPE = hasSymbol ? Symbol.for("react.lazy") : 60116;
33
+ var REACT_BLOCK_TYPE = hasSymbol ? Symbol.for("react.block") : 60121;
34
+ var REACT_FUNDAMENTAL_TYPE = hasSymbol ? Symbol.for("react.fundamental") : 60117;
35
+ var REACT_RESPONDER_TYPE = hasSymbol ? Symbol.for("react.responder") : 60118;
36
+ var REACT_SCOPE_TYPE = hasSymbol ? Symbol.for("react.scope") : 60119;
37
+ function isValidElementType(type) {
38
+ return typeof type === "string" || typeof type === "function" || // Note: its typeof might be other than 'symbol' or 'number' if it's a polyfill.
39
+ type === REACT_FRAGMENT_TYPE || type === REACT_CONCURRENT_MODE_TYPE || type === REACT_PROFILER_TYPE || type === REACT_STRICT_MODE_TYPE || type === REACT_SUSPENSE_TYPE || type === REACT_SUSPENSE_LIST_TYPE || typeof type === "object" && type !== null && (type.$$typeof === REACT_LAZY_TYPE || type.$$typeof === REACT_MEMO_TYPE || type.$$typeof === REACT_PROVIDER_TYPE || type.$$typeof === REACT_CONTEXT_TYPE || type.$$typeof === REACT_FORWARD_REF_TYPE || type.$$typeof === REACT_FUNDAMENTAL_TYPE || type.$$typeof === REACT_RESPONDER_TYPE || type.$$typeof === REACT_SCOPE_TYPE || type.$$typeof === REACT_BLOCK_TYPE);
40
+ }
41
+ __name(isValidElementType, "isValidElementType");
42
+ function typeOf(object) {
43
+ if (typeof object === "object" && object !== null) {
44
+ var $$typeof = object.$$typeof;
45
+ switch ($$typeof) {
46
+ case REACT_ELEMENT_TYPE:
47
+ var type = object.type;
48
+ switch (type) {
49
+ case REACT_ASYNC_MODE_TYPE:
50
+ case REACT_CONCURRENT_MODE_TYPE:
51
+ case REACT_FRAGMENT_TYPE:
52
+ case REACT_PROFILER_TYPE:
53
+ case REACT_STRICT_MODE_TYPE:
54
+ case REACT_SUSPENSE_TYPE:
55
+ return type;
56
+ default:
57
+ var $$typeofType = type && type.$$typeof;
58
+ switch ($$typeofType) {
59
+ case REACT_CONTEXT_TYPE:
60
+ case REACT_FORWARD_REF_TYPE:
61
+ case REACT_LAZY_TYPE:
62
+ case REACT_MEMO_TYPE:
63
+ case REACT_PROVIDER_TYPE:
64
+ return $$typeofType;
65
+ default:
66
+ return $$typeof;
67
+ }
68
+ }
69
+ case REACT_PORTAL_TYPE:
70
+ return $$typeof;
71
+ }
72
+ }
73
+ return void 0;
74
+ }
75
+ __name(typeOf, "typeOf");
76
+ var AsyncMode = REACT_ASYNC_MODE_TYPE;
77
+ var ConcurrentMode = REACT_CONCURRENT_MODE_TYPE;
78
+ var ContextConsumer = REACT_CONTEXT_TYPE;
79
+ var ContextProvider = REACT_PROVIDER_TYPE;
80
+ var Element = REACT_ELEMENT_TYPE;
81
+ var ForwardRef = REACT_FORWARD_REF_TYPE;
82
+ var Fragment = REACT_FRAGMENT_TYPE;
83
+ var Lazy = REACT_LAZY_TYPE;
84
+ var Memo = REACT_MEMO_TYPE;
85
+ var Portal = REACT_PORTAL_TYPE;
86
+ var Profiler = REACT_PROFILER_TYPE;
87
+ var StrictMode = REACT_STRICT_MODE_TYPE;
88
+ var Suspense = REACT_SUSPENSE_TYPE;
89
+ var hasWarnedAboutDeprecatedIsAsyncMode = false;
90
+ function isAsyncMode(object) {
91
+ {
92
+ if (!hasWarnedAboutDeprecatedIsAsyncMode) {
93
+ hasWarnedAboutDeprecatedIsAsyncMode = true;
94
+ console["warn"]("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 17+. Update your code to use ReactIs.isConcurrentMode() instead. It has the exact same API.");
95
+ }
47
96
  }
97
+ return isConcurrentMode(object) || typeOf(object) === REACT_ASYNC_MODE_TYPE;
98
+ }
99
+ __name(isAsyncMode, "isAsyncMode");
100
+ function isConcurrentMode(object) {
101
+ return typeOf(object) === REACT_CONCURRENT_MODE_TYPE;
102
+ }
103
+ __name(isConcurrentMode, "isConcurrentMode");
104
+ function isContextConsumer(object) {
105
+ return typeOf(object) === REACT_CONTEXT_TYPE;
106
+ }
107
+ __name(isContextConsumer, "isContextConsumer");
108
+ function isContextProvider(object) {
109
+ return typeOf(object) === REACT_PROVIDER_TYPE;
110
+ }
111
+ __name(isContextProvider, "isContextProvider");
112
+ function isElement(object) {
113
+ return typeof object === "object" && object !== null && object.$$typeof === REACT_ELEMENT_TYPE;
114
+ }
115
+ __name(isElement, "isElement");
116
+ function isForwardRef(object) {
117
+ return typeOf(object) === REACT_FORWARD_REF_TYPE;
118
+ }
119
+ __name(isForwardRef, "isForwardRef");
120
+ function isFragment(object) {
121
+ return typeOf(object) === REACT_FRAGMENT_TYPE;
122
+ }
123
+ __name(isFragment, "isFragment");
124
+ function isLazy(object) {
125
+ return typeOf(object) === REACT_LAZY_TYPE;
126
+ }
127
+ __name(isLazy, "isLazy");
128
+ function isMemo(object) {
129
+ return typeOf(object) === REACT_MEMO_TYPE;
130
+ }
131
+ __name(isMemo, "isMemo");
132
+ function isPortal(object) {
133
+ return typeOf(object) === REACT_PORTAL_TYPE;
134
+ }
135
+ __name(isPortal, "isPortal");
136
+ function isProfiler(object) {
137
+ return typeOf(object) === REACT_PROFILER_TYPE;
138
+ }
139
+ __name(isProfiler, "isProfiler");
140
+ function isStrictMode(object) {
141
+ return typeOf(object) === REACT_STRICT_MODE_TYPE;
142
+ }
143
+ __name(isStrictMode, "isStrictMode");
144
+ function isSuspense(object) {
145
+ return typeOf(object) === REACT_SUSPENSE_TYPE;
48
146
  }
49
- }
50
- var $ = v, O = f, F = i, N = c, I = _, L = u, h = t, w = l, D = d, g = T, z = s, U = n, V = E, R = !1;
51
- function q(e) {
52
- return R || (R = !0, console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 17+. Update your code to use ReactIs.isConcurrentMode() instead. It has the exact same API.")), S(e) || a(e) === v;
53
- }
54
- function S(e) {
55
- return a(e) === f;
56
- }
57
- function W(e) {
58
- return a(e) === i;
59
- }
60
- function k(e) {
61
- return a(e) === c;
62
- }
63
- function B(e) {
64
- return typeof e == "object" && e !== null && e.$$typeof === _;
65
- }
66
- function G(e) {
67
- return a(e) === u;
68
- }
69
- function K(e) {
70
- return a(e) === t;
71
- }
72
- function X(e) {
73
- return a(e) === l;
74
- }
75
- function Z(e) {
76
- return a(e) === d;
77
- }
78
- function H(e) {
79
- return a(e) === T;
80
- }
81
- function J(e) {
82
- return a(e) === s;
83
- }
84
- function Q(e) {
85
- return a(e) === n;
86
- }
87
- function j(e) {
88
- return a(e) === E;
89
- }
90
- 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);
147
+ __name(isSuspense, "isSuspense");
148
+ reactIs_development.AsyncMode = AsyncMode;
149
+ reactIs_development.ConcurrentMode = ConcurrentMode;
150
+ reactIs_development.ContextConsumer = ContextConsumer;
151
+ reactIs_development.ContextProvider = ContextProvider;
152
+ reactIs_development.Element = Element;
153
+ reactIs_development.ForwardRef = ForwardRef;
154
+ reactIs_development.Fragment = Fragment;
155
+ reactIs_development.Lazy = Lazy;
156
+ reactIs_development.Memo = Memo;
157
+ reactIs_development.Portal = Portal;
158
+ reactIs_development.Profiler = Profiler;
159
+ reactIs_development.StrictMode = StrictMode;
160
+ reactIs_development.Suspense = Suspense;
161
+ reactIs_development.isAsyncMode = isAsyncMode;
162
+ reactIs_development.isConcurrentMode = isConcurrentMode;
163
+ reactIs_development.isContextConsumer = isContextConsumer;
164
+ reactIs_development.isContextProvider = isContextProvider;
165
+ reactIs_development.isElement = isElement;
166
+ reactIs_development.isForwardRef = isForwardRef;
167
+ reactIs_development.isFragment = isFragment;
168
+ reactIs_development.isLazy = isLazy;
169
+ reactIs_development.isMemo = isMemo;
170
+ reactIs_development.isPortal = isPortal;
171
+ reactIs_development.isProfiler = isProfiler;
172
+ reactIs_development.isStrictMode = isStrictMode;
173
+ reactIs_development.isSuspense = isSuspense;
174
+ reactIs_development.isValidElementType = isValidElementType;
175
+ reactIs_development.typeOf = typeOf;
176
+ })();
177
+ }
178
+ return reactIs_development;
92
179
  }
180
+ __name(requireReactIs_development, "requireReactIs_development");
93
181
  export {
94
- re as __require
182
+ requireReactIs_development as __require
95
183
  };
@@ -1,4 +1,6 @@
1
- import { __exports as r } from "../../../../../../_virtual/react-is.production.min.js";
1
+ var __defProp = Object.defineProperty;
2
+ var __name = (target, value) => __defProp(target, "name", { value, configurable: true });
3
+ import { __exports as reactIs_production_min } from "../../../../../../_virtual/react-is.production.min.js";
2
4
  /** @license React v16.13.1
3
5
  * react-is.production.min.js
4
6
  *
@@ -7,72 +9,103 @@ import { __exports as r } from "../../../../../../_virtual/react-is.production.m
7
9
  * This source code is licensed under the MIT license found in the
8
10
  * LICENSE file in the root directory of this source tree.
9
11
  */
10
- var _;
11
- function g() {
12
- if (_) return r;
13
- _ = 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;
15
- function o(e) {
16
- if (typeof e == "object" && e !== null) {
17
- var S = e.$$typeof;
18
- switch (S) {
19
- case a:
20
- switch (e = e.type, e) {
21
- case d:
22
- case u:
23
- case n:
24
- case f:
25
- case c:
12
+ var hasRequiredReactIs_production_min;
13
+ function requireReactIs_production_min() {
14
+ if (hasRequiredReactIs_production_min) return reactIs_production_min;
15
+ hasRequiredReactIs_production_min = 1;
16
+ var b = "function" === typeof Symbol && Symbol.for, c = b ? Symbol.for("react.element") : 60103, d = b ? Symbol.for("react.portal") : 60106, e = b ? Symbol.for("react.fragment") : 60107, f = b ? Symbol.for("react.strict_mode") : 60108, g = b ? Symbol.for("react.profiler") : 60114, h = b ? Symbol.for("react.provider") : 60109, k = b ? Symbol.for("react.context") : 60110, l = b ? Symbol.for("react.async_mode") : 60111, m = b ? Symbol.for("react.concurrent_mode") : 60111, n = b ? Symbol.for("react.forward_ref") : 60112, p = b ? Symbol.for("react.suspense") : 60113, q = b ? Symbol.for("react.suspense_list") : 60120, r = b ? Symbol.for("react.memo") : 60115, t = b ? Symbol.for("react.lazy") : 60116, v = b ? Symbol.for("react.block") : 60121, w = b ? Symbol.for("react.fundamental") : 60117, x = b ? Symbol.for("react.responder") : 60118, y = b ? Symbol.for("react.scope") : 60119;
17
+ function z(a) {
18
+ if ("object" === typeof a && null !== a) {
19
+ var u = a.$$typeof;
20
+ switch (u) {
21
+ case c:
22
+ switch (a = a.type, a) {
26
23
  case l:
27
- return e;
24
+ case m:
25
+ case e:
26
+ case g:
27
+ case f:
28
+ case p:
29
+ return a;
28
30
  default:
29
- switch (e = e && e.$$typeof, e) {
30
- case s:
31
- case y:
32
- case p:
33
- case m:
34
- case i:
35
- return e;
31
+ switch (a = a && a.$$typeof, a) {
32
+ case k:
33
+ case n:
34
+ case t:
35
+ case r:
36
+ case h:
37
+ return a;
36
38
  default:
37
- return S;
39
+ return u;
38
40
  }
39
41
  }
40
- case b:
41
- return S;
42
+ case d:
43
+ return u;
42
44
  }
43
45
  }
44
46
  }
45
- function $(e) {
46
- return o(e) === u;
47
+ __name(z, "z");
48
+ function A(a) {
49
+ return z(a) === m;
47
50
  }
48
- return r.AsyncMode = d, r.ConcurrentMode = u, r.ContextConsumer = s, r.ContextProvider = i, r.Element = a, r.ForwardRef = y, r.Fragment = n, r.Lazy = p, r.Memo = m, r.Portal = b, r.Profiler = f, r.StrictMode = c, r.Suspense = l, r.isAsyncMode = function(e) {
49
- return $(e) || o(e) === d;
50
- }, r.isConcurrentMode = $, r.isContextConsumer = function(e) {
51
- return o(e) === s;
52
- }, r.isContextProvider = function(e) {
53
- return o(e) === i;
54
- }, r.isElement = function(e) {
55
- return typeof e == "object" && e !== null && e.$$typeof === a;
56
- }, r.isForwardRef = function(e) {
57
- return o(e) === y;
58
- }, r.isFragment = function(e) {
59
- return o(e) === n;
60
- }, r.isLazy = function(e) {
61
- return o(e) === p;
62
- }, r.isMemo = function(e) {
63
- return o(e) === m;
64
- }, r.isPortal = function(e) {
65
- return o(e) === b;
66
- }, r.isProfiler = function(e) {
67
- return o(e) === f;
68
- }, r.isStrictMode = function(e) {
69
- return o(e) === c;
70
- }, r.isSuspense = function(e) {
71
- return o(e) === l;
72
- }, r.isValidElementType = function(e) {
73
- return typeof e == "string" || typeof e == "function" || e === n || e === u || e === f || e === c || e === l || e === x || typeof e == "object" && e !== null && (e.$$typeof === p || e.$$typeof === m || e.$$typeof === i || e.$$typeof === s || e.$$typeof === y || e.$$typeof === M || e.$$typeof === v || e.$$typeof === w || e.$$typeof === C);
74
- }, r.typeOf = o, r;
51
+ __name(A, "A");
52
+ reactIs_production_min.AsyncMode = l;
53
+ reactIs_production_min.ConcurrentMode = m;
54
+ reactIs_production_min.ContextConsumer = k;
55
+ reactIs_production_min.ContextProvider = h;
56
+ reactIs_production_min.Element = c;
57
+ reactIs_production_min.ForwardRef = n;
58
+ reactIs_production_min.Fragment = e;
59
+ reactIs_production_min.Lazy = t;
60
+ reactIs_production_min.Memo = r;
61
+ reactIs_production_min.Portal = d;
62
+ reactIs_production_min.Profiler = g;
63
+ reactIs_production_min.StrictMode = f;
64
+ reactIs_production_min.Suspense = p;
65
+ reactIs_production_min.isAsyncMode = function(a) {
66
+ return A(a) || z(a) === l;
67
+ };
68
+ reactIs_production_min.isConcurrentMode = A;
69
+ reactIs_production_min.isContextConsumer = function(a) {
70
+ return z(a) === k;
71
+ };
72
+ reactIs_production_min.isContextProvider = function(a) {
73
+ return z(a) === h;
74
+ };
75
+ reactIs_production_min.isElement = function(a) {
76
+ return "object" === typeof a && null !== a && a.$$typeof === c;
77
+ };
78
+ reactIs_production_min.isForwardRef = function(a) {
79
+ return z(a) === n;
80
+ };
81
+ reactIs_production_min.isFragment = function(a) {
82
+ return z(a) === e;
83
+ };
84
+ reactIs_production_min.isLazy = function(a) {
85
+ return z(a) === t;
86
+ };
87
+ reactIs_production_min.isMemo = function(a) {
88
+ return z(a) === r;
89
+ };
90
+ reactIs_production_min.isPortal = function(a) {
91
+ return z(a) === d;
92
+ };
93
+ reactIs_production_min.isProfiler = function(a) {
94
+ return z(a) === g;
95
+ };
96
+ reactIs_production_min.isStrictMode = function(a) {
97
+ return z(a) === f;
98
+ };
99
+ reactIs_production_min.isSuspense = function(a) {
100
+ return z(a) === p;
101
+ };
102
+ reactIs_production_min.isValidElementType = function(a) {
103
+ return "string" === typeof a || "function" === typeof a || a === e || a === m || a === g || a === f || a === p || a === q || "object" === typeof a && null !== a && (a.$$typeof === t || a.$$typeof === r || a.$$typeof === h || a.$$typeof === k || a.$$typeof === n || a.$$typeof === w || a.$$typeof === x || a.$$typeof === y || a.$$typeof === v);
104
+ };
105
+ reactIs_production_min.typeOf = z;
106
+ return reactIs_production_min;
75
107
  }
108
+ __name(requireReactIs_production_min, "requireReactIs_production_min");
76
109
  export {
77
- g as __require
110
+ requireReactIs_production_min as __require
78
111
  };
@@ -1,10 +1,20 @@
1
- import { __module as e } from "../../../../../_virtual/index3.js";
2
- import { __require as o } from "./cjs/react-is.production.min.js";
3
- import { __require as t } from "./cjs/react-is.development.js";
4
- var r;
5
- function p() {
6
- return r ? e.exports : (r = 1, process.env.NODE_ENV === "production" ? e.exports = /* @__PURE__ */ o() : e.exports = /* @__PURE__ */ t(), e.exports);
1
+ var __defProp = Object.defineProperty;
2
+ var __name = (target, value) => __defProp(target, "name", { value, configurable: true });
3
+ import { __module as reactIs } from "../../../../../_virtual/index3.js";
4
+ import { __require as requireReactIs_production_min } from "./cjs/react-is.production.min.js";
5
+ import { __require as requireReactIs_development } from "./cjs/react-is.development.js";
6
+ var hasRequiredReactIs;
7
+ function requireReactIs() {
8
+ if (hasRequiredReactIs) return reactIs.exports;
9
+ hasRequiredReactIs = 1;
10
+ if (process.env.NODE_ENV === "production") {
11
+ reactIs.exports = /* @__PURE__ */ requireReactIs_production_min();
12
+ } else {
13
+ reactIs.exports = /* @__PURE__ */ requireReactIs_development();
14
+ }
15
+ return reactIs.exports;
7
16
  }
17
+ __name(requireReactIs, "requireReactIs");
8
18
  export {
9
- p as __require
19
+ requireReactIs as __require
10
20
  };