@prokodo/ui 0.0.8 → 0.0.10

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 (317) hide show
  1. package/dist/_virtual/_commonjsHelpers.js +1 -0
  2. package/dist/_virtual/index.js +1 -0
  3. package/dist/{components/map.js → _virtual/index2.js} +1 -1
  4. package/dist/_virtual/index3.js +1 -0
  5. package/dist/_virtual/jsx-runtime.js +1 -0
  6. package/dist/_virtual/jsx-runtime2.js +1 -0
  7. package/dist/_virtual/react-is.development.js +1 -0
  8. package/dist/_virtual/react-is.production.min.js +1 -0
  9. package/dist/_virtual/react-jsx-runtime.development.js +1 -0
  10. package/dist/_virtual/react-jsx-runtime.production.js +1 -0
  11. package/dist/assets/images/card_background_primary_1.webp.js +1 -0
  12. package/dist/assets/images/card_background_primary_2.webp.js +1 -0
  13. package/dist/assets/images/card_background_primary_3.webp.js +1 -0
  14. package/dist/assets/images/card_background_primary_4.webp.js +1 -0
  15. package/dist/assets/images/card_background_secondary_1.webp.js +1 -0
  16. package/dist/assets/images/card_background_secondary_2.webp.js +1 -0
  17. package/dist/assets/images/card_background_secondary_3.webp.js +1 -0
  18. package/dist/assets/images/card_background_secondary_4.webp.js +1 -0
  19. package/dist/components/accordion/Accordion.js +1 -0
  20. package/dist/components/accordion/Accordion.module.scss.js +1 -0
  21. package/dist/components/accordion/index.js +1 -0
  22. package/dist/components/animated/Animated.js +1 -0
  23. package/dist/components/animated/Animated.module.scss.js +1 -0
  24. package/dist/components/animated/index.js +1 -0
  25. package/dist/components/animatedText/AnimatedText.js +1 -0
  26. package/dist/components/animatedText/index.js +1 -0
  27. package/dist/components/avatar/Avatar.js +1 -0
  28. package/dist/components/avatar/Avatar.module.scss.js +1 -0
  29. package/dist/components/avatar/index.js +1 -0
  30. package/dist/components/base-link/BaseLink.js +1 -0
  31. package/dist/components/button/Button.js +1 -0
  32. package/dist/components/button/Button.module.scss.js +1 -0
  33. package/dist/components/button/index.js +1 -0
  34. package/dist/components/calendly/Calendly.js +1 -0
  35. package/dist/components/calendly/index.js +1 -0
  36. package/dist/components/card/Card.js +1 -0
  37. package/dist/components/card/Card.module.scss.js +1 -0
  38. package/dist/components/card/index.js +1 -0
  39. package/dist/components/carousel/Carousel.js +1 -0
  40. package/dist/components/carousel/Carousel.module.scss.js +1 -0
  41. package/dist/components/carousel/Carousel.services.js +1 -0
  42. package/dist/components/carousel/index.js +1 -0
  43. package/dist/components/chip/Chip.js +1 -0
  44. package/dist/components/chip/Chip.module.scss.js +1 -0
  45. package/dist/components/chip/index.js +1 -0
  46. package/dist/components/datePicker/DatePicker.js +1 -0
  47. package/dist/components/datePicker/index.js +1 -0
  48. package/dist/components/dialog/Dialog.js +1 -0
  49. package/dist/components/dialog/Dialog.module.scss.js +1 -0
  50. package/dist/components/dialog/index.js +1 -0
  51. package/dist/components/drawer/Drawer.js +1 -0
  52. package/dist/components/drawer/Drawer.module.scss.js +1 -0
  53. package/dist/components/drawer/index.js +1 -0
  54. package/dist/components/form/Form.js +1 -0
  55. package/dist/components/form/Form.module.scss.js +1 -0
  56. package/dist/components/form/FormField.js +1 -0
  57. package/dist/components/form/FormField.module.scss.js +1 -0
  58. package/dist/components/form/FormResponse.js +1 -0
  59. package/dist/components/form/FormResponse.module.scss.js +1 -0
  60. package/dist/components/form/index.js +1 -0
  61. package/dist/components/grid/Grid.js +1 -0
  62. package/dist/components/grid/Grid.module.scss.js +1 -0
  63. package/dist/components/grid/GridRow.js +1 -0
  64. package/dist/components/grid/GridRow.module.scss.js +1 -0
  65. package/dist/components/grid/index.js +1 -0
  66. package/dist/components/headline/Headline.js +1 -0
  67. package/dist/components/headline/Headline.module.scss.js +1 -0
  68. package/dist/components/headline/index.js +1 -0
  69. package/dist/components/icon/Icon.js +1 -0
  70. package/dist/components/icon/Icon.module.scss.js +1 -0
  71. package/dist/components/icon/iconsMap.js +1 -0
  72. package/dist/components/icon/index.js +1 -0
  73. package/dist/components/image/Image.js +1 -0
  74. package/dist/components/image/Image.module.scss.js +1 -0
  75. package/dist/components/image/index.js +1 -0
  76. package/dist/components/image-text/ImageText.js +1 -0
  77. package/dist/components/image-text/ImageText.module.scss.js +1 -0
  78. package/dist/components/input/Input.js +1 -0
  79. package/dist/components/input/Input.module.scss.js +1 -0
  80. package/dist/components/input/InputValidation.js +1 -0
  81. package/dist/components/input/index.js +1 -0
  82. package/dist/components/inputOTP/InputOTP.js +1 -0
  83. package/dist/components/inputOTP/InputOTP.module.scss.js +1 -0
  84. package/dist/components/inputOTP/index.js +1 -0
  85. package/dist/components/label/Label.js +1 -0
  86. package/dist/components/label/Label.module.scss.js +1 -0
  87. package/dist/components/label/index.js +1 -0
  88. package/dist/components/link/Link.js +1 -0
  89. package/dist/components/link/Link.module.scss.js +1 -0
  90. package/dist/components/link/index.js +1 -0
  91. package/dist/components/list/List.js +1 -0
  92. package/dist/components/list/List.module.scss.js +1 -0
  93. package/dist/components/list/index.js +1 -0
  94. package/dist/components/loading/Loading.js +1 -0
  95. package/dist/components/loading/Loading.module.scss.js +1 -0
  96. package/dist/components/loading/index.js +1 -0
  97. package/dist/components/lottie/Lottie.js +1 -0
  98. package/dist/components/lottie/Lottie.module.scss.js +1 -0
  99. package/dist/components/lottie/LottieAnimations.js +1 -0
  100. package/dist/components/lottie/index.js +1 -0
  101. package/dist/components/map/Map.js +1 -0
  102. package/dist/components/map/index.js +1 -0
  103. package/dist/components/post-item/PostItem.js +1 -0
  104. package/dist/components/post-item/PostItem.module.scss.js +1 -0
  105. package/dist/components/post-item/PostItemAuthor.js +1 -0
  106. package/dist/components/post-item/PostItemAuthor.module.scss.js +1 -0
  107. package/dist/components/post-teaser/PostTeaser.js +1 -0
  108. package/dist/components/post-teaser/PostTeaser.module.scss.js +1 -0
  109. package/dist/components/post-widget/PostWidget.js +1 -0
  110. package/dist/components/post-widget/PostWidget.module.scss.js +1 -0
  111. package/dist/components/post-widget-carousel/PostWidgetCarousel.js +1 -0
  112. package/dist/components/post-widget-carousel/PostWidgetCarousel.module.scss.js +1 -0
  113. package/dist/components/quote/Quote.js +1 -0
  114. package/dist/components/quote/Quote.module.scss.js +1 -0
  115. package/dist/components/quote/index.js +1 -0
  116. package/dist/components/rich-text/RichText.js +1 -0
  117. package/dist/components/rich-text/RichText.module.scss.js +1 -0
  118. package/dist/components/select/Select.js +1 -0
  119. package/dist/components/select/Select.module.scss.js +1 -0
  120. package/dist/components/select/index.js +1 -0
  121. package/dist/components/skeleton/Skeleton.js +1 -0
  122. package/dist/components/skeleton/Skeleton.module.scss.js +1 -0
  123. package/dist/components/skeleton/index.js +1 -0
  124. package/dist/components/slider/Slider.js +1 -0
  125. package/dist/components/slider/Slider.module.scss.js +1 -0
  126. package/dist/components/slider/index.js +1 -0
  127. package/dist/components/stepper/Stepper.js +1 -0
  128. package/dist/components/stepper/Stepper.module.scss.js +1 -0
  129. package/dist/components/stepper/index.js +1 -0
  130. package/dist/components/switch/Switch.js +1 -0
  131. package/dist/components/switch/Switch.module.scss.js +1 -0
  132. package/dist/components/switch/index.js +1 -0
  133. package/dist/components/table/Table.js +1 -0
  134. package/dist/components/table/Table.module.scss.js +1 -0
  135. package/dist/components/table/index.js +1 -0
  136. package/dist/components/teaser/Teaser.js +1 -0
  137. package/dist/components/teaser/Teaser.module.scss.js +1 -0
  138. package/dist/components/teaser/index.js +1 -0
  139. package/dist/helpers/bem.js +1 -0
  140. package/dist/helpers/calculation.js +1 -0
  141. package/dist/helpers/validations.js +1 -0
  142. package/dist/hooks/useGoogleMaps.js +1 -0
  143. package/dist/index.js +1 -0
  144. package/dist/node_modules/.pnpm/@floating-ui_core@1.7.0/node_modules/@floating-ui/core/dist/floating-ui.core.js +1 -0
  145. package/dist/node_modules/.pnpm/@floating-ui_dom@1.7.0/node_modules/@floating-ui/dom/dist/floating-ui.dom.js +1 -0
  146. 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 +1 -0
  147. package/dist/node_modules/.pnpm/@floating-ui_utils@0.2.9/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js +1 -0
  148. package/dist/node_modules/.pnpm/@floating-ui_utils@0.2.9/node_modules/@floating-ui/utils/dist/floating-ui.utils.js +1 -0
  149. 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 +1 -0
  150. 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 +1 -0
  151. 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 +1 -0
  152. 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 +1 -0
  153. 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 +1 -0
  154. 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 +1 -0
  155. 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 +1 -0
  156. 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 +1 -0
  157. 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 +1 -0
  158. 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 +1 -0
  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/Unstable_Popup/PopupContext.js +1 -0
  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/Unstable_Popup/popupClasses.js +1 -0
  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/generateUtilityClass/index.js +1 -0
  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/generateUtilityClasses/index.js +1 -0
  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/useButton/useButton.js +1 -0
  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/useCompound/useCompoundItem.js +1 -0
  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/useCompound/useCompoundParent.js +1 -0
  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/useList/ListContext.js +1 -0
  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/useList/listActions.types.js +1 -0
  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/useList/listReducer.js +1 -0
  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/useList/useList.js +1 -0
  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/useList/useListItem.js +3 -0
  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/useOption/useOption.js +1 -0
  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/useOption/useOptionContextStabilizer.js +1 -0
  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/useSelect/SelectProvider.js +1 -0
  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/useSelect/defaultOptionStringifier.js +1 -0
  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/useSelect/selectReducer.js +1 -0
  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/useSelect/useSelect.js +1 -0
  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/useSelect/useSelect.types.js +1 -0
  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/useSlider/useSlider.js +1 -0
  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/useSwitch/useSwitch.js +1 -0
  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/useTransition/TransitionContext.js +1 -0
  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/useTransition/useTransitionTrigger.js +1 -0
  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/utils/ClassNameConfigurator.js +1 -0
  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/utils/areArraysEqual.js +1 -0
  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/utils/combineHooksSlotProps.js +1 -0
  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/utils/isHostComponent.js +1 -0
  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/utils/resolveComponentProps.js +1 -0
  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/utils/useControllableReducer.js +1 -0
  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/utils/useRootElementName.js +1 -0
  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/utils/useTextNavigation.js +1 -0
  190. 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 +1 -0
  191. 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 +1 -0
  192. 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 +1 -0
  193. 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 +1 -0
  194. 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 +1 -0
  195. 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 +1 -0
  196. 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 +1 -0
  197. 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 +1 -0
  198. 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 +1 -0
  199. 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 +2 -0
  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/isHostComponent/isHostComponent.js +1 -0
  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/mergeSlotProps/mergeSlotProps.js +1 -0
  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/omitEventHandlers/omitEventHandlers.js +1 -0
  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/ownerDocument/ownerDocument.js +1 -0
  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/resolveComponentProps/resolveComponentProps.js +1 -0
  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/setRef/setRef.js +1 -0
  206. package/dist/{components → 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 +1 -1
  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/useEnhancedEffect/useEnhancedEffect.js +1 -0
  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/useEventCallback/useEventCallback.js +1 -0
  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/useForkRef/useForkRef.js +1 -0
  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/useId/useId.js +1 -0
  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/useSlotProps/useSlotProps.js +1 -0
  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/visuallyHidden/visuallyHidden.js +1 -0
  213. package/dist/node_modules/.pnpm/clsx@2.1.1/node_modules/clsx/dist/clsx.js +1 -0
  214. package/dist/node_modules/.pnpm/object-assign@4.1.1/node_modules/object-assign/index.js +5 -0
  215. package/dist/node_modules/.pnpm/prop-types@15.8.1/node_modules/prop-types/checkPropTypes.js +1 -0
  216. package/dist/node_modules/.pnpm/prop-types@15.8.1/node_modules/prop-types/factoryWithThrowingShims.js +1 -0
  217. package/dist/node_modules/.pnpm/prop-types@15.8.1/node_modules/prop-types/factoryWithTypeCheckers.js +2 -0
  218. package/dist/node_modules/.pnpm/prop-types@15.8.1/node_modules/prop-types/index.js +1 -0
  219. package/dist/node_modules/.pnpm/prop-types@15.8.1/node_modules/prop-types/lib/ReactPropTypesSecret.js +1 -0
  220. package/dist/node_modules/.pnpm/prop-types@15.8.1/node_modules/prop-types/lib/has.js +1 -0
  221. package/dist/node_modules/.pnpm/react-is@16.13.1/node_modules/react-is/cjs/react-is.development.js +8 -0
  222. package/dist/node_modules/.pnpm/react-is@16.13.1/node_modules/react-is/cjs/react-is.production.min.js +8 -0
  223. package/dist/node_modules/.pnpm/react-is@16.13.1/node_modules/react-is/index.js +1 -0
  224. package/dist/node_modules/.pnpm/react@19.1.0/node_modules/react/cjs/react-jsx-runtime.development.js +14 -0
  225. package/dist/node_modules/.pnpm/react@19.1.0/node_modules/react/cjs/react-jsx-runtime.production.js +9 -0
  226. package/dist/node_modules/.pnpm/react@19.1.0/node_modules/react/jsx-runtime.js +1 -0
  227. package/dist/tsconfig.build.tsbuildinfo +1 -1
  228. package/dist/ui.css +1 -1
  229. package/package.json +82 -82
  230. package/dist/components/Accordion2.js +0 -1
  231. package/dist/components/Animated2.js +0 -1
  232. package/dist/components/AnimatedText2.js +0 -1
  233. package/dist/components/Avatar2.js +0 -1
  234. package/dist/components/BaseLink.js +0 -1
  235. package/dist/components/Button2.js +0 -1
  236. package/dist/components/Calendly2.js +0 -1
  237. package/dist/components/Card2.js +0 -1
  238. package/dist/components/Carousel2.js +0 -1
  239. package/dist/components/Chip2.js +0 -1
  240. package/dist/components/ClassNameConfigurator.js +0 -21
  241. package/dist/components/DatePicker2.js +0 -1
  242. package/dist/components/Dialog2.js +0 -1
  243. package/dist/components/Drawer2.js +0 -1
  244. package/dist/components/Form2.js +0 -1
  245. package/dist/components/GridRow.js +0 -1
  246. package/dist/components/Headline2.js +0 -1
  247. package/dist/components/Icon2.js +0 -1
  248. package/dist/components/Image2.js +0 -1
  249. package/dist/components/ImageText.js +0 -1
  250. package/dist/components/Input2.js +0 -1
  251. package/dist/components/InputOTP2.js +0 -1
  252. package/dist/components/Label2.js +0 -1
  253. package/dist/components/Link2.js +0 -1
  254. package/dist/components/List2.js +0 -1
  255. package/dist/components/Loading2.js +0 -1
  256. package/dist/components/Lottie2.js +0 -1
  257. package/dist/components/Map2.js +0 -1
  258. package/dist/components/PostItem.js +0 -1
  259. package/dist/components/PostTeaser.js +0 -1
  260. package/dist/components/PostWidget.js +0 -1
  261. package/dist/components/PostWidgetCarousel.js +0 -1
  262. package/dist/components/Quote2.js +0 -1
  263. package/dist/components/RichText.js +0 -1
  264. package/dist/components/Select2.js +0 -3
  265. package/dist/components/Skeleton2.js +0 -1
  266. package/dist/components/Slider2.js +0 -1
  267. package/dist/components/Stepper2.js +0 -1
  268. package/dist/components/Switch2.js +0 -1
  269. package/dist/components/Table2.js +0 -1
  270. package/dist/components/Teaser2.js +0 -1
  271. package/dist/components/accordion.js +0 -1
  272. package/dist/components/animated.js +0 -1
  273. package/dist/components/animatedText.js +0 -1
  274. package/dist/components/areArraysEqual.js +0 -1
  275. package/dist/components/avatar.js +0 -1
  276. package/dist/components/bem.js +0 -1
  277. package/dist/components/button.js +0 -1
  278. package/dist/components/calculation.js +0 -1
  279. package/dist/components/calendly.js +0 -1
  280. package/dist/components/card.js +0 -1
  281. package/dist/components/carousel.js +0 -1
  282. package/dist/components/chip.js +0 -1
  283. package/dist/components/datePicker.js +0 -1
  284. package/dist/components/dialog.js +0 -1
  285. package/dist/components/drawer.js +0 -1
  286. package/dist/components/form.js +0 -1
  287. package/dist/components/grid.js +0 -1
  288. package/dist/components/headline.js +0 -1
  289. package/dist/components/icon.js +0 -1
  290. package/dist/components/image.js +0 -1
  291. package/dist/components/input.js +0 -1
  292. package/dist/components/inputOTP.js +0 -1
  293. package/dist/components/jsx-runtime.js +0 -22
  294. package/dist/components/label.js +0 -1
  295. package/dist/components/link.js +0 -1
  296. package/dist/components/list.js +0 -1
  297. package/dist/components/loading.js +0 -1
  298. package/dist/components/lottie.js +0 -1
  299. package/dist/components/quote.js +0 -1
  300. package/dist/components/select.js +0 -1
  301. package/dist/components/skeleton.js +0 -1
  302. package/dist/components/slider.js +0 -1
  303. package/dist/components/stepper.js +0 -1
  304. package/dist/components/switch.js +0 -1
  305. package/dist/components/table.js +0 -1
  306. package/dist/components/teaser.js +0 -1
  307. package/dist/components/validations.js +0 -1
  308. package/dist/index.cjs.js +0 -1
  309. package/dist/index.es.js +0 -84
  310. package/dist/tsconfig.typecheck.tsbuildinfo +0 -1
  311. /package/dist/components/{base-link.js → base-link/index.js} +0 -0
  312. /package/dist/components/{image-text.js → image-text/index.js} +0 -0
  313. /package/dist/components/{post-item.js → post-item/index.js} +0 -0
  314. /package/dist/components/{post-teaser.js → post-teaser/index.js} +0 -0
  315. /package/dist/components/{post-widget.js → post-widget/index.js} +0 -0
  316. /package/dist/components/{post-widget-carousel.js → post-widget-carousel/index.js} +0 -0
  317. /package/dist/components/{rich-text.js → rich-text/index.js} +0 -0
@@ -1,21 +0,0 @@
1
- "use strict";const je=require("react");require("./jsx-runtime.js");function Ie(e){const i=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const t in e)if(t!=="default"){const n=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(i,t,n.get?n:{enumerable:!0,get:()=>e[t]})}}return i.default=e,Object.freeze(i)}const ce=Ie(je);function $e(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var V={exports:{}},H={exports:{}},C={};/** @license React v16.13.1
2
- * react-is.production.min.js
3
- *
4
- * Copyright (c) Facebook, Inc. and its affiliates.
5
- *
6
- * This source code is licensed under the MIT license found in the
7
- * LICENSE file in the root directory of this source tree.
8
- */var le;function Me(){if(le)return C;le=1;var e=typeof Symbol=="function"&&Symbol.for,i=e?Symbol.for("react.element"):60103,t=e?Symbol.for("react.portal"):60106,n=e?Symbol.for("react.fragment"):60107,c=e?Symbol.for("react.strict_mode"):60108,u=e?Symbol.for("react.profiler"):60114,p=e?Symbol.for("react.provider"):60109,f=e?Symbol.for("react.context"):60110,g=e?Symbol.for("react.async_mode"):60111,y=e?Symbol.for("react.concurrent_mode"):60111,h=e?Symbol.for("react.forward_ref"):60112,E=e?Symbol.for("react.suspense"):60113,w=e?Symbol.for("react.suspense_list"):60120,x=e?Symbol.for("react.memo"):60115,I=e?Symbol.for("react.lazy"):60116,P=e?Symbol.for("react.block"):60121,$=e?Symbol.for("react.fundamental"):60117,k=e?Symbol.for("react.responder"):60118,L=e?Symbol.for("react.scope"):60119;function j(a){if(typeof a=="object"&&a!==null){var Y=a.$$typeof;switch(Y){case i:switch(a=a.type,a){case g:case y:case n:case u:case c:case E:return a;default:switch(a=a&&a.$$typeof,a){case f:case h:case I:case x:case p:return a;default:return Y}}case t:return Y}}}function A(a){return j(a)===y}return C.AsyncMode=g,C.ConcurrentMode=y,C.ContextConsumer=f,C.ContextProvider=p,C.Element=i,C.ForwardRef=h,C.Fragment=n,C.Lazy=I,C.Memo=x,C.Portal=t,C.Profiler=u,C.StrictMode=c,C.Suspense=E,C.isAsyncMode=function(a){return A(a)||j(a)===g},C.isConcurrentMode=A,C.isContextConsumer=function(a){return j(a)===f},C.isContextProvider=function(a){return j(a)===p},C.isElement=function(a){return typeof a=="object"&&a!==null&&a.$$typeof===i},C.isForwardRef=function(a){return j(a)===h},C.isFragment=function(a){return j(a)===n},C.isLazy=function(a){return j(a)===I},C.isMemo=function(a){return j(a)===x},C.isPortal=function(a){return j(a)===t},C.isProfiler=function(a){return j(a)===u},C.isStrictMode=function(a){return j(a)===c},C.isSuspense=function(a){return j(a)===E},C.isValidElementType=function(a){return typeof a=="string"||typeof a=="function"||a===n||a===y||a===u||a===c||a===E||a===w||typeof a=="object"&&a!==null&&(a.$$typeof===I||a.$$typeof===x||a.$$typeof===p||a.$$typeof===f||a.$$typeof===h||a.$$typeof===$||a.$$typeof===k||a.$$typeof===L||a.$$typeof===P)},C.typeOf=j,C}var R={};/** @license React v16.13.1
9
- * react-is.development.js
10
- *
11
- * Copyright (c) Facebook, Inc. and its affiliates.
12
- *
13
- * This source code is licensed under the MIT license found in the
14
- * LICENSE file in the root directory of this source tree.
15
- */var ye;function ke(){return ye||(ye=1,process.env.NODE_ENV!=="production"&&function(){var e=typeof Symbol=="function"&&Symbol.for,i=e?Symbol.for("react.element"):60103,t=e?Symbol.for("react.portal"):60106,n=e?Symbol.for("react.fragment"):60107,c=e?Symbol.for("react.strict_mode"):60108,u=e?Symbol.for("react.profiler"):60114,p=e?Symbol.for("react.provider"):60109,f=e?Symbol.for("react.context"):60110,g=e?Symbol.for("react.async_mode"):60111,y=e?Symbol.for("react.concurrent_mode"):60111,h=e?Symbol.for("react.forward_ref"):60112,E=e?Symbol.for("react.suspense"):60113,w=e?Symbol.for("react.suspense_list"):60120,x=e?Symbol.for("react.memo"):60115,I=e?Symbol.for("react.lazy"):60116,P=e?Symbol.for("react.block"):60121,$=e?Symbol.for("react.fundamental"):60117,k=e?Symbol.for("react.responder"):60118,L=e?Symbol.for("react.scope"):60119;function j(o){return typeof o=="string"||typeof o=="function"||o===n||o===y||o===u||o===c||o===E||o===w||typeof o=="object"&&o!==null&&(o.$$typeof===I||o.$$typeof===x||o.$$typeof===p||o.$$typeof===f||o.$$typeof===h||o.$$typeof===$||o.$$typeof===k||o.$$typeof===L||o.$$typeof===P)}function A(o){if(typeof o=="object"&&o!==null){var D=o.$$typeof;switch(D){case i:var F=o.type;switch(F){case g:case y:case n:case u:case c:case E:return F;default:var fe=F&&F.$$typeof;switch(fe){case f:case h:case I:case x:case p:return fe;default:return D}}case t:return D}}}var a=g,Y=y,B=f,J=p,X=i,Z=h,U=n,G=I,K=x,W=t,Q=u,q=c,N=E,z=!1;function ee(o){return z||(z=!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.")),r(o)||A(o)===g}function r(o){return A(o)===y}function s(o){return A(o)===f}function b(o){return A(o)===p}function v(o){return typeof o=="object"&&o!==null&&o.$$typeof===i}function l(o){return A(o)===h}function T(o){return A(o)===n}function d(o){return A(o)===I}function m(o){return A(o)===x}function O(o){return A(o)===t}function _(o){return A(o)===u}function S(o){return A(o)===c}function M(o){return A(o)===E}R.AsyncMode=a,R.ConcurrentMode=Y,R.ContextConsumer=B,R.ContextProvider=J,R.Element=X,R.ForwardRef=Z,R.Fragment=U,R.Lazy=G,R.Memo=K,R.Portal=W,R.Profiler=Q,R.StrictMode=q,R.Suspense=N,R.isAsyncMode=ee,R.isConcurrentMode=r,R.isContextConsumer=s,R.isContextProvider=b,R.isElement=v,R.isForwardRef=l,R.isFragment=T,R.isLazy=d,R.isMemo=m,R.isPortal=O,R.isProfiler=_,R.isStrictMode=S,R.isSuspense=M,R.isValidElementType=j,R.typeOf=A}()),R}var de;function Oe(){return de||(de=1,process.env.NODE_ENV==="production"?H.exports=Me():H.exports=ke()),H.exports}/*
16
- object-assign
17
- (c) Sindre Sorhus
18
- @license MIT
19
- */var re,pe;function qe(){if(pe)return re;pe=1;var e=Object.getOwnPropertySymbols,i=Object.prototype.hasOwnProperty,t=Object.prototype.propertyIsEnumerable;function n(u){if(u==null)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(u)}function c(){try{if(!Object.assign)return!1;var u=new String("abc");if(u[5]="de",Object.getOwnPropertyNames(u)[0]==="5")return!1;for(var p={},f=0;f<10;f++)p["_"+String.fromCharCode(f)]=f;var g=Object.getOwnPropertyNames(p).map(function(h){return p[h]});if(g.join("")!=="0123456789")return!1;var y={};return"abcdefghijklmnopqrst".split("").forEach(function(h){y[h]=h}),Object.keys(Object.assign({},y)).join("")==="abcdefghijklmnopqrst"}catch{return!1}}return re=c()?Object.assign:function(u,p){for(var f,g=n(u),y,h=1;h<arguments.length;h++){f=Object(arguments[h]);for(var E in f)i.call(f,E)&&(g[E]=f[E]);if(e){y=e(f);for(var w=0;w<y.length;w++)t.call(f,y[w])&&(g[y[w]]=f[y[w]])}}return g},re}var te,ve;function ue(){if(ve)return te;ve=1;var e="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED";return te=e,te}var ne,me;function Se(){return me||(me=1,ne=Function.call.bind(Object.prototype.hasOwnProperty)),ne}var oe,be;function De(){if(be)return oe;be=1;var e=function(){};if(process.env.NODE_ENV!=="production"){var i=ue(),t={},n=Se();e=function(u){var p="Warning: "+u;typeof console<"u"&&console.error(p);try{throw new Error(p)}catch{}}}function c(u,p,f,g,y){if(process.env.NODE_ENV!=="production"){for(var h in u)if(n(u,h)){var E;try{if(typeof u[h]!="function"){var w=Error((g||"React class")+": "+f+" type `"+h+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+typeof u[h]+"`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");throw w.name="Invariant Violation",w}E=u[h](p,h,g,f,null,i)}catch(I){E=I}if(E&&!(E instanceof Error)&&e((g||"React class")+": type specification of "+f+" `"+h+"` is invalid; the type checker function must return `null` or an `Error` but returned a "+typeof E+". You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument)."),E instanceof Error&&!(E.message in t)){t[E.message]=!0;var x=y?y():"";e("Failed "+f+" type: "+E.message+(x??""))}}}}return c.resetWarningCache=function(){process.env.NODE_ENV!=="production"&&(t={})},oe=c,oe}var ie,he;function Ye(){if(he)return ie;he=1;var e=Oe(),i=qe(),t=ue(),n=Se(),c=De(),u=function(){};process.env.NODE_ENV!=="production"&&(u=function(f){var g="Warning: "+f;typeof console<"u"&&console.error(g);try{throw new Error(g)}catch{}});function p(){return null}return ie=function(f,g){var y=typeof Symbol=="function"&&Symbol.iterator,h="@@iterator";function E(r){var s=r&&(y&&r[y]||r[h]);if(typeof s=="function")return s}var w="<<anonymous>>",x={array:k("array"),bigint:k("bigint"),bool:k("boolean"),func:k("function"),number:k("number"),object:k("object"),string:k("string"),symbol:k("symbol"),any:L(),arrayOf:j,element:A(),elementType:a(),instanceOf:Y,node:Z(),objectOf:J,oneOf:B,oneOfType:X,shape:G,exact:K};function I(r,s){return r===s?r!==0||1/r===1/s:r!==r&&s!==s}function P(r,s){this.message=r,this.data=s&&typeof s=="object"?s:{},this.stack=""}P.prototype=Error.prototype;function $(r){if(process.env.NODE_ENV!=="production")var s={},b=0;function v(T,d,m,O,_,S,M){if(O=O||w,S=S||m,M!==t){if(g){var o=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use `PropTypes.checkPropTypes()` to call them. Read more at http://fb.me/use-check-prop-types");throw o.name="Invariant Violation",o}else if(process.env.NODE_ENV!=="production"&&typeof console<"u"){var D=O+":"+m;!s[D]&&b<3&&(u("You are manually calling a React.PropTypes validation function for the `"+S+"` prop on `"+O+"`. This is deprecated and will throw in the standalone `prop-types` package. You may be seeing this warning due to a third-party PropTypes library. See https://fb.me/react-warning-dont-call-proptypes for details."),s[D]=!0,b++)}}return d[m]==null?T?d[m]===null?new P("The "+_+" `"+S+"` is marked as required "+("in `"+O+"`, but its value is `null`.")):new P("The "+_+" `"+S+"` is marked as required in "+("`"+O+"`, but its value is `undefined`.")):null:r(d,m,O,_,S)}var l=v.bind(null,!1);return l.isRequired=v.bind(null,!0),l}function k(r){function s(b,v,l,T,d,m){var O=b[v],_=q(O);if(_!==r){var S=N(O);return new P("Invalid "+T+" `"+d+"` of type "+("`"+S+"` supplied to `"+l+"`, expected ")+("`"+r+"`."),{expectedType:r})}return null}return $(s)}function L(){return $(p)}function j(r){function s(b,v,l,T,d){if(typeof r!="function")return new P("Property `"+d+"` of component `"+l+"` has invalid PropType notation inside arrayOf.");var m=b[v];if(!Array.isArray(m)){var O=q(m);return new P("Invalid "+T+" `"+d+"` of type "+("`"+O+"` supplied to `"+l+"`, expected an array."))}for(var _=0;_<m.length;_++){var S=r(m,_,l,T,d+"["+_+"]",t);if(S instanceof Error)return S}return null}return $(s)}function A(){function r(s,b,v,l,T){var d=s[b];if(!f(d)){var m=q(d);return new P("Invalid "+l+" `"+T+"` of type "+("`"+m+"` supplied to `"+v+"`, expected a single ReactElement."))}return null}return $(r)}function a(){function r(s,b,v,l,T){var d=s[b];if(!e.isValidElementType(d)){var m=q(d);return new P("Invalid "+l+" `"+T+"` of type "+("`"+m+"` supplied to `"+v+"`, expected a single ReactElement type."))}return null}return $(r)}function Y(r){function s(b,v,l,T,d){if(!(b[v]instanceof r)){var m=r.name||w,O=ee(b[v]);return new P("Invalid "+T+" `"+d+"` of type "+("`"+O+"` supplied to `"+l+"`, expected ")+("instance of `"+m+"`."))}return null}return $(s)}function B(r){if(!Array.isArray(r))return process.env.NODE_ENV!=="production"&&(arguments.length>1?u("Invalid arguments supplied to oneOf, expected an array, got "+arguments.length+" arguments. A common mistake is to write oneOf(x, y, z) instead of oneOf([x, y, z])."):u("Invalid argument supplied to oneOf, expected an array.")),p;function s(b,v,l,T,d){for(var m=b[v],O=0;O<r.length;O++)if(I(m,r[O]))return null;var _=JSON.stringify(r,function(M,o){var D=N(o);return D==="symbol"?String(o):o});return new P("Invalid "+T+" `"+d+"` of value `"+String(m)+"` "+("supplied to `"+l+"`, expected one of "+_+"."))}return $(s)}function J(r){function s(b,v,l,T,d){if(typeof r!="function")return new P("Property `"+d+"` of component `"+l+"` has invalid PropType notation inside objectOf.");var m=b[v],O=q(m);if(O!=="object")return new P("Invalid "+T+" `"+d+"` of type "+("`"+O+"` supplied to `"+l+"`, expected an object."));for(var _ in m)if(n(m,_)){var S=r(m,_,l,T,d+"."+_,t);if(S instanceof Error)return S}return null}return $(s)}function X(r){if(!Array.isArray(r))return process.env.NODE_ENV!=="production"&&u("Invalid argument supplied to oneOfType, expected an instance of array."),p;for(var s=0;s<r.length;s++){var b=r[s];if(typeof b!="function")return u("Invalid argument supplied to oneOfType. Expected an array of check functions, but received "+z(b)+" at index "+s+"."),p}function v(l,T,d,m,O){for(var _=[],S=0;S<r.length;S++){var M=r[S],o=M(l,T,d,m,O,t);if(o==null)return null;o.data&&n(o.data,"expectedType")&&_.push(o.data.expectedType)}var D=_.length>0?", expected one of type ["+_.join(", ")+"]":"";return new P("Invalid "+m+" `"+O+"` supplied to "+("`"+d+"`"+D+"."))}return $(v)}function Z(){function r(s,b,v,l,T){return W(s[b])?null:new P("Invalid "+l+" `"+T+"` supplied to "+("`"+v+"`, expected a ReactNode."))}return $(r)}function U(r,s,b,v,l){return new P((r||"React class")+": "+s+" type `"+b+"."+v+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+l+"`.")}function G(r){function s(b,v,l,T,d){var m=b[v],O=q(m);if(O!=="object")return new P("Invalid "+T+" `"+d+"` of type `"+O+"` "+("supplied to `"+l+"`, expected `object`."));for(var _ in r){var S=r[_];if(typeof S!="function")return U(l,T,d,_,N(S));var M=S(m,_,l,T,d+"."+_,t);if(M)return M}return null}return $(s)}function K(r){function s(b,v,l,T,d){var m=b[v],O=q(m);if(O!=="object")return new P("Invalid "+T+" `"+d+"` of type `"+O+"` "+("supplied to `"+l+"`, expected `object`."));var _=i({},b[v],r);for(var S in _){var M=r[S];if(n(r,S)&&typeof M!="function")return U(l,T,d,S,N(M));if(!M)return new P("Invalid "+T+" `"+d+"` key `"+S+"` supplied to `"+l+"`.\nBad object: "+JSON.stringify(b[v],null," ")+`
20
- Valid keys: `+JSON.stringify(Object.keys(r),null," "));var o=M(m,S,l,T,d+"."+S,t);if(o)return o}return null}return $(s)}function W(r){switch(typeof r){case"number":case"string":case"undefined":return!0;case"boolean":return!r;case"object":if(Array.isArray(r))return r.every(W);if(r===null||f(r))return!0;var s=E(r);if(s){var b=s.call(r),v;if(s!==r.entries){for(;!(v=b.next()).done;)if(!W(v.value))return!1}else for(;!(v=b.next()).done;){var l=v.value;if(l&&!W(l[1]))return!1}}else return!1;return!0;default:return!1}}function Q(r,s){return r==="symbol"?!0:s?s["@@toStringTag"]==="Symbol"||typeof Symbol=="function"&&s instanceof Symbol:!1}function q(r){var s=typeof r;return Array.isArray(r)?"array":r instanceof RegExp?"object":Q(s,r)?"symbol":s}function N(r){if(typeof r>"u"||r===null)return""+r;var s=q(r);if(s==="object"){if(r instanceof Date)return"date";if(r instanceof RegExp)return"regexp"}return s}function z(r){var s=N(r);switch(s){case"array":case"object":return"an "+s;case"boolean":case"date":case"regexp":return"a "+s;default:return s}}function ee(r){return!r.constructor||!r.constructor.name?w:r.constructor.name}return x.checkPropTypes=c,x.resetWarningCache=c.resetWarningCache,x.PropTypes=x,x},ie}var ae,Ee;function Ne(){if(Ee)return ae;Ee=1;var e=ue();function i(){}function t(){}return t.resetWarningCache=i,ae=function(){function n(p,f,g,y,h,E){if(E!==e){var w=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw w.name="Invariant Violation",w}}n.isRequired=n;function c(){return n}var u={array:n,bigint:n,bool:n,func:n,number:n,object:n,string:n,symbol:n,any:n,arrayOf:c,element:n,elementType:n,instanceOf:c,node:n,objectOf:c,oneOf:c,oneOfType:c,shape:c,exact:c,checkPropTypes:t,resetWarningCache:i};return u.PropTypes=u,u},ae}var ge;function We(){if(ge)return V.exports;if(ge=1,process.env.NODE_ENV!=="production"){var e=Oe(),i=!0;V.exports=Ye()(e.isElement,i)}else V.exports=Ne()();return V.exports}var Le=We();const Ue=$e(Le);function Ce(e,i){typeof e=="function"?e(i):e&&(e.current=i)}function Re(...e){return ce.useMemo(()=>e.every(i=>i==null)?null:i=>{e.forEach(t=>{Ce(t,i)})},e)}function ze(e){try{return e.matches(":focus-visible")}catch{process.env.NODE_ENV!=="production"&&!/jsdom/.test(window.navigator.userAgent)&&console.warn(["MUI: The `:focus-visible` pseudo class is not supported in this browser.","Some components rely on this feature to work properly."].join(`
21
- `))}return!1}function Fe(e,i,t=void 0){const n={};for(const c in e){const u=e[c];let p="";for(let f=0;f<u.length;f+=1){const g=u[f];g&&(p+=i(g)+" ",t&&t[g]&&(p+=t[g]+" "))}n[c]=p}return n}const Ve={active:"active",checked:"checked",completed:"completed",disabled:"disabled",error:"error",expanded:"expanded",focused:"focused",focusVisible:"focusVisible",open:"open",readOnly:"readOnly",required:"required",selected:"selected"};function He(e){return typeof e=="string"}function Be(e,i,t){return e===void 0||He(e)?i:{...i,ownerState:{...i.ownerState,...t}}}function _e(e){var i,t,n="";if(typeof e=="string"||typeof e=="number")n+=e;else if(typeof e=="object")if(Array.isArray(e)){var c=e.length;for(i=0;i<c;i++)e[i]&&(t=_e(e[i]))&&(n&&(n+=" "),n+=t)}else for(t in e)e[t]&&(n&&(n+=" "),n+=t);return n}function se(){for(var e,i,t=0,n="",c=arguments.length;t<c;t++)(e=arguments[t])&&(i=_e(e))&&(n&&(n+=" "),n+=i);return n}function Pe(e,i=[]){if(e===void 0)return{};const t={};return Object.keys(e).filter(n=>n.match(/^on[A-Z]/)&&typeof e[n]=="function"&&!i.includes(n)).forEach(n=>{t[n]=e[n]}),t}function Te(e){if(e===void 0)return{};const i={};return Object.keys(e).filter(t=>!(t.match(/^on[A-Z]/)&&typeof e[t]=="function")).forEach(t=>{i[t]=e[t]}),i}function Je(e){const{getSlotProps:i,additionalProps:t,externalSlotProps:n,externalForwardedProps:c,className:u}=e;if(!i){const x=se(t==null?void 0:t.className,u,c==null?void 0:c.className,n==null?void 0:n.className),I={...t==null?void 0:t.style,...c==null?void 0:c.style,...n==null?void 0:n.style},P={...t,...c,...n};return x.length>0&&(P.className=x),Object.keys(I).length>0&&(P.style=I),{props:P,internalRef:void 0}}const p=Pe({...c,...n}),f=Te(n),g=Te(c),y=i(p),h=se(y==null?void 0:y.className,t==null?void 0:t.className,u,c==null?void 0:c.className,n==null?void 0:n.className),E={...y==null?void 0:y.style,...t==null?void 0:t.style,...c==null?void 0:c.style,...n==null?void 0:n.style},w={...y,...t,...g,...f};return h.length>0&&(w.className=h),Object.keys(E).length>0&&(w.style=E),{props:w,internalRef:y.ref}}function Xe(e,i,t){return typeof e=="function"?e(i,t):e}function Ze(e){var E;const{elementType:i,externalSlotProps:t,ownerState:n,skipResolvingSlotProps:c=!1,...u}=e,p=c?{}:Xe(t,n),{props:f,internalRef:g}=Je({...u,externalSlotProps:p}),y=Re(g,p==null?void 0:p.ref,(E=e.additionalProps)==null?void 0:E.ref);return Be(i,{...f,ref:y},n)}const we="base";function Ge(e){return`${we}--${e}`}function Ke(e,i){return`${we}-${e}-${i}`}function xe(e,i){const t=Ve[i];return t?Ge(t):Ke(e,i)}function Qe(e,i){const t={};return i.forEach(n=>{t[n]=xe(e,n)}),t}const er={disableDefaultClasses:!1},Ae=ce.createContext(er);process.env.NODE_ENV!=="production"&&(Ae.displayName="ClassNameConfiguratorContext");function rr(e){const{disableDefaultClasses:i}=ce.useContext(Ae);return t=>i?"":e(t)}exports.PropTypes=Ue;exports.clsx=se;exports.composeClasses=Fe;exports.extractEventHandlers=Pe;exports.generateUtilityClass=xe;exports.generateUtilityClasses=Qe;exports.isFocusVisible=ze;exports.setRef=Ce;exports.useClassNamesOverride=rr;exports.useForkRef=Re;exports.useSlotProps=Ze;
@@ -1 +0,0 @@
1
- "use strict";const F=require("./jsx-runtime.js"),y=require("dayjs"),m=require("react"),G=require("./Input2.js"),E=({name:s,value:i,onChange:t,onValidate:u,label:I,errorText:S,helperText:k,format:Y="YYYY-MM-DD",minDate:w,maxDate:P,errorTranslations:c,...$})=>{const A=m.useRef(null),R=f=>{if(!f)return null;if(y.isDayjs(f))return f;const v=y(f);return v.isValid()?v:null},x=R(w),e=R(P),[b,D]=m.useState(null),[B,p]=m.useState(S);m.useEffect(()=>{if(!i){D(null),p(void 0),u==null||u(s,void 0);return}if(y.isDayjs(i))D(i),p(void 0),u==null||u(s,void 0);else{const f=R(i);if(f)D(f),p(void 0),u==null||u(s,void 0);else{const v="Invalid initial date.";D(null),p(v),u==null||u(s,v)}}},[i]);const N=f=>{if(x&&f.isBefore(x,"day"))return x.isSame(y(),"day")?(c==null?void 0:c.minDate)??"Date cannot be in the past.":(c==null?void 0:c.minDate)??`Date cannot be before ${x.format(Y)}.`;if(e&&f.isAfter(e,"day"))return e.isSame(y(),"day")?(c==null?void 0:c.maxDate)??"Date cannot be in the future.":(c==null?void 0:c.maxDate)??`Date cannot be after ${e.format(Y)}.`},z=f=>{const v=f.target.value.trim();if(!v){D(null),p(void 0),u==null||u(s,void 0),t==null||t(null);return}const j=y(v,Y,!0);if(!j.isValid()){const q="Invalid date format.";D(null),p(q),u==null||u(s,q),t==null||t(null);return}const M=N(j);if(M!==void 0){D(null),p(M),u==null||u(s,M),t==null||t(null);return}D(j),p(void 0),u==null||u(s,void 0),t==null||t(j)};return F.jsxRuntimeExports.jsx(G.Input,{...$,ref:A,"aria-haspopup":"dialog",errorText:B,helperText:k,id:s,label:I,maxRows:void 0,minRows:void 0,multiline:!1,name:s,rows:void 0,type:"date",value:b?y(b).format("YYYY-MM-DD"):"",onChange:z})};E.displayName="DatePicker";exports.DatePicker=E;
@@ -1 +0,0 @@
1
- "use strict";const o=require("./jsx-runtime.js"),C=require("@mui/base"),a=require("react"),m=require("./Button2.js"),K=require("./Headline2.js"),M=require("./bem.js"),$="gradientMove",T="fadeInKeyframe",w={"prokodo-Dialog":"prokodo-Dialog","prokodo-Dialog__container":"prokodo-Dialog__container","prokodo-Dialog__container--scroll-paper":"prokodo-Dialog__container--scroll-paper","prokodo-Dialog__container--scroll-body":"prokodo-Dialog__container--scroll-body","prokodo-Dialog__header":"prokodo-Dialog__header","prokodo-Dialog__close":"prokodo-Dialog__close","prokodo-Dialog__close__label":"prokodo-Dialog__close__label","prokodo-Dialog__title--is-hidden":"prokodo-Dialog__title--is-hidden","prokodo-Dialog__content":"prokodo-Dialog__content","prokodo-Dialog__content--scroll-body":"prokodo-Dialog__content--scroll-body","prokodo-Dialog__actions":"prokodo-Dialog__actions","prokodo-Dialog--fade-enter":"prokodo-Dialog--fade-enter","prokodo-Dialog--fade-exit":"prokodo-Dialog--fade-exit","prokodo-Dialog--fullScreen":"prokodo-Dialog--fullScreen",gradientMove:$,fadeInKeyframe:T},e=M.create(w,"Dialog"),k=({actions:r,children:j,className:f,classNameHeader:b,containerChildren:c,contentProps:t={},contentRef:h,fullScreen:v,hideTitle:R,onClose:n,open:E,ref:y,renderHeader:d,scroll:p="paper",showCloseButton:N,title:S,titleProps:I={},translations:i,...q})=>{const[g,x]=a.useState(E??!1),[_,u]=a.useState("exiting"),l=a.useCallback(()=>{u("exiting"),setTimeout(()=>{x(!1),n&&n({},"backdropClick")},300)},[n]),B=a.useCallback(s=>{s.code==="Enter"&&l()},[l]);a.useImperativeHandle(y,()=>({openDialog:()=>{x(!0),setTimeout(()=>{u("entering")},300)},closeDialog:l}),[l]);const D={fullScreen:!!v};return o.jsxRuntimeExports.jsx(C.Modal,{...q,"aria-labelledby":"dialog-title",open:g,className:e(void 0,{...D,"fade-enter":_==="entering","fade-exit":_==="exiting"},f),onClose:l,children:o.jsxRuntimeExports.jsxs(o.jsxRuntimeExports.Fragment,{children:[o.jsxRuntimeExports.jsxs("div",{className:e("container",{...D,"is-visible":g,[`scroll-${p}`]:!0}),children:[o.jsxRuntimeExports.jsxs("div",{className:e("header",void 0,b),children:[o.jsxRuntimeExports.jsxs("div",{children:[o.jsxRuntimeExports.jsx(K.Headline,{...I,id:"dialog-title",className:e("title",{"is-hidden":!!R}),children:S}),d==null?void 0:d()]}),!!N&&o.jsxRuntimeExports.jsxs("div",{"aria-label":(i==null?void 0:i.close)??"Close dialog",className:e("close"),role:"button",tabIndex:0,onClick:l,onKeyDown:B,children:[o.jsxRuntimeExports.jsx("span",{className:e("close__label"),children:(i==null?void 0:i.cancel)??"Cancel"}),o.jsxRuntimeExports.jsx(m.Button,{inert:!0,color:"inherit",tabIndex:-1,variant:"text",iconProps:{name:"Cancel01Icon",size:"sm"}})]})]}),o.jsxRuntimeExports.jsx("div",{...t,ref:h,className:e("content",{[`scroll-${p}`]:!0},t==null?void 0:t.className),children:j}),r&&r.length>0&&o.jsxRuntimeExports.jsx("div",{className:e("actions"),children:r.map(s=>o.jsxRuntimeExports.jsx(m.Button,{...s},`dialog-action-button-${s.id}`))})]}),c!==void 0&&c]})})};k.displayName="Dialog";exports.Dialog=k;
@@ -1 +0,0 @@
1
- "use strict";const r=require("./jsx-runtime.js"),f=require("@mui/base"),t=require("react"),g=require("./bem.js"),I=require("./validations.js"),b=require("./Button2.js"),j=require("./Headline2.js"),B="slideInLeft",R="slideInRight",v="slideInTop",C="slideInBottom",E="gradientMove",T="fadeInKeyframe",q={"prokodo-Drawer":"prokodo-Drawer","prokodo-Drawer__container":"prokodo-Drawer__container","prokodo-Drawer__container--fullscreen":"prokodo-Drawer__container--fullscreen","prokodo-Drawer__container--open":"prokodo-Drawer__container--open","prokodo-Drawer__container--anchor-left":"prokodo-Drawer__container--anchor-left","prokodo-Drawer__container--anchor-left--enter":"prokodo-Drawer__container--anchor-left--enter",slideInLeft:B,"prokodo-Drawer__container--anchor-left--exit":"prokodo-Drawer__container--anchor-left--exit","prokodo-Drawer__container--anchor-right":"prokodo-Drawer__container--anchor-right","prokodo-Drawer__container--anchor-right--enter":"prokodo-Drawer__container--anchor-right--enter",slideInRight:R,"prokodo-Drawer__container--anchor-right--exit":"prokodo-Drawer__container--anchor-right--exit","prokodo-Drawer__container--anchor-top":"prokodo-Drawer__container--anchor-top","prokodo-Drawer__container--anchor-top--enter":"prokodo-Drawer__container--anchor-top--enter",slideInTop:v,"prokodo-Drawer__container--anchor-top--exit":"prokodo-Drawer__container--anchor-top--exit","prokodo-Drawer__container--anchor-bottom":"prokodo-Drawer__container--anchor-bottom","prokodo-Drawer__container--anchor-bottom--enter":"prokodo-Drawer__container--anchor-bottom--enter",slideInBottom:C,"prokodo-Drawer__container--anchor-bottom--exit":"prokodo-Drawer__container--anchor-bottom--exit","prokodo-Drawer__header":"prokodo-Drawer__header","prokodo-Drawer__header__title":"prokodo-Drawer__header__title","prokodo-Drawer__header--has-title":"prokodo-Drawer__header--has-title","prokodo-Drawer__content":"prokodo-Drawer__content",gradientMove:E,fadeInKeyframe:T},i=g.create(q,"Drawer"),p=o=>I.isString(o)&&r.jsxRuntimeExports.jsx(j.Headline,{size:"md",type:"h2",children:o}),h=o=>r.jsxRuntimeExports.jsx(b.Button,{"aria-label":"Close dialog",color:"info",role:"button",variant:"text",iconProps:{name:"Cancel01Icon",size:"sm"},onClick:o}),y=({open:o,title:a,fullscreen:w,className:D,containerClassName:k,children:u,anchor:e="left",disabled:c,renderHeader:n,onClose:s,...m})=>{const[d,l]=t.useState("entering");t.useEffect(()=>{setTimeout(()=>{l("entering")},300)},[o]);const _=t.useCallback(()=>{l("exiting"),setTimeout(()=>{s&&s({},"backdropClick")},300)},[s]),x=t.useCallback(()=>t.isValidElement(n==null?void 0:n())?n():r.jsxRuntimeExports.jsxs("div",{className:i("header",{"has-title":!!a}),children:[p(a),!!c&&h(_)]}),[a,c,_,n]);return r.jsxRuntimeExports.jsx(f.Modal,{"aria-labelledby":a,disableEscapeKeyDown:c,open:o,...m,className:i(void 0,void 0,D),onClose:_,children:r.jsxRuntimeExports.jsxs("div",{className:i("container",{open:!!o,fullscreen:!!w,[`anchor-${e}`]:!!e,[`anchor-${e}--open`]:!!o,[`anchor-${e}--enter`]:d==="entering",[`anchor-${e}--exit`]:d==="exiting"},k),children:[x(),r.jsxRuntimeExports.jsx("div",{className:i("content"),children:u})]})})};exports.Drawer=y;exports.renderDrawerCloseButton=h;exports.renderDrawerTitle=p;
@@ -1 +0,0 @@
1
- "use strict";const x=require("./jsx-runtime.js"),c=require("react"),A=require("./bem.js"),I=require("./validations.js"),V=require("./Button2.js"),L=require("./GridRow.js"),g=require("./Headline2.js"),rr=require("./DatePicker2.js"),or=require("./Input2.js"),tr=require("./Select2.js"),nr=require("./Slider2.js"),er=require("./Switch2.js"),cr=require("./List2.js"),ir="gradientMove",sr="fadeInKeyframe",ur={"prokodo-Form__label":"prokodo-Form__label","prokodo-Form__hp":"prokodo-Form__hp","prokodo-Form__footer":"prokodo-Form__footer","prokodo-Form__footer__submit":"prokodo-Form__footer__submit",gradientMove:ir,fadeInKeyframe:sr},ar="gradientMove",mr="fadeInKeyframe",xr={"prokodo-FormField":"prokodo-FormField",gradientMove:ar,fadeInKeyframe:mr},lr=A.create(xr,"FormField"),U=c.memo(({fieldType:q,visible:t,variant:E="primary",messagesFields:j,onChange:s,onValidate:p,...u})=>{var v,y;const a=c.useCallback(d=>x.jsxRuntimeExports.jsx(L.GridRow,{className:lr(),xs:12,children:d}),[]);if(t===!1)return null;switch(q){case"switch":return a(x.jsxRuntimeExports.jsx(er.Switch,{color:E,...u,onChange:(d,_)=>s==null?void 0:s(u,_)}));case"slider":return a(x.jsxRuntimeExports.jsx(nr.Slider,{...u,onChange:(d,_)=>s==null?void 0:s(u,_==null?void 0:_.toString())}));case"select":return a(x.jsxRuntimeExports.jsx(tr.Select,{color:E,...u,onChange:(d,_)=>s==null?void 0:s(u,_??void 0)}));case"input":return a(x.jsxRuntimeExports.jsx(or.Input,{color:E,errorTranslations:(v=j==null?void 0:j.errors)==null?void 0:v.input,onValidate:(d,_)=>p==null?void 0:p(u,_),onChange:d=>s==null?void 0:s(u,d.target.value),...u}));case"date":return a(x.jsxRuntimeExports.jsx(rr.DatePicker,{...u,errorTranslations:(y=j==null?void 0:j.errors)==null?void 0:y.date,onValidate:(d,_)=>p==null?void 0:p(u,_),onChange:d=>s==null?void 0:s(u,d==null?void 0:d.format("YYYY-MM-DDTHH:mm:ssZ"))}));default:return null}});U.displayName="FormField";const pr="gradientMove",dr="fadeInKeyframe",_r={"prokodo-FormResponse":"prokodo-FormResponse","prokodo-FormResponse__success":"prokodo-FormResponse__success","prokodo-FormResponse__errors":"prokodo-FormResponse__errors","prokodo-FormResponse__errors__item":"prokodo-FormResponse__errors__item","prokodo-FormResponse__errors__desc":"prokodo-FormResponse__errors__desc",gradientMove:pr,fadeInKeyframe:dr},h=A.create(_r,"FormResponse"),D=c.memo(({className:q,messages:t,...E})=>{const j=c.useMemo(()=>Object.keys((t==null?void 0:t.errors)||{}),[t==null?void 0:t.errors]),s=c.useMemo(()=>j.map(p=>{var u,a;return{title:p.charAt(0).toUpperCase()+p.slice(1),desc:t!=null&&t.errors?(a=(u=t.errors)==null?void 0:u[p])==null?void 0:a.join(", "):"",className:h("errors__item")}}),[j,t==null?void 0:t.errors]);return I.isArray(s)?x.jsxRuntimeExports.jsxs("div",{...E,className:h(void 0,void 0,q),children:[!I.isNull(t==null?void 0:t.message)&&x.jsxRuntimeExports.jsx("p",{"aria-live":"polite",className:h("success"),children:t==null?void 0:t.message}),!I.isNull(t==null?void 0:t.errors)&&x.jsxRuntimeExports.jsx(cr.List,{"aria-live":"assertive","aria-relevant":"all",className:h("errors"),classNameDesc:h("errors__desc"),items:s,role:"alert",variant:"error"})]}):null});D.displayName="FormResponse";const F=A.create(ur,"Form"),Z=c.memo(({variant:q="primary",action:t,label:E,className:j,fields:s,disableFields:p,hideResponse:u,defaultFields:a,messages:v,messagesFields:y,button:d,children:_,onSubmit:N,onChangeForm:f,...z})=>{const[m,C]=c.useState(s??[]),[M,$]=c.useState(v),[T,J]=c.useState("");c.useEffect(()=>{v!==void 0&&$(v)},[v]);const R=c.useCallback((r,o)=>{C(e=>{const i=[...e];return i[r]={...i[r],...o},i}),f&&f({...m[r],...o})},[m,f]),K=c.useCallback((r,o)=>r.filter(e=>o===void 0||e.equalTo===void 0||typeof e.equalTo=="boolean"&&e.equalTo===o?!0:typeof e.equalTo=="string"?e.equalTo===o:Array.isArray(e.equalTo)&&typeof o=="string"?e.equalTo.includes(o):!1),[]),B=c.useCallback((r,o)=>o!==void 0&&I.isArray(o)?o.flatMap(e=>K(r,e)):K(r,o),[K]),w=c.useCallback(r=>m.findIndex(o=>(o==null?void 0:o.name)===(r==null?void 0:r.name)),[m]),H=c.useCallback(r=>{var i,n;const o=m.findIndex(l=>(l==null?void 0:l.name)===(r==null?void 0:r.name));(a==null?void 0:a[o])!==void 0&&((n=(i=a==null?void 0:a[o])==null?void 0:i.conditions)==null||n.forEach(l=>{const b=a.findIndex(k=>(k==null?void 0:k.name)===(l==null?void 0:l.fieldId));a[b]!==void 0&&R(b,a[b])}))},[a,m,R]),P=c.useCallback((r,o)=>{const e=r==null?void 0:r.conditions;if(!e||(e==null?void 0:e.length)<=0){const n=w(r);R(n,{value:o});return}H(r),B(e,o).forEach(n=>{const l=m.findIndex(b=>(b==null?void 0:b.name)===(n==null?void 0:n.fieldId));R(l,n.updateProps)});const i=w(r);R(i,{value:o})},[m,w,H,B,R]),S=c.useCallback((r,o)=>{const e=m.findIndex(n=>(n==null?void 0:n.name)===(r==null?void 0:r.name));R(e,{errorText:o});const i=(r==null?void 0:r.label)??"";$(n=>{const l={...n==null?void 0:n.errors},b=o!==void 0?[o]:[];return b.length>0?l[i]=b:delete l[i],{...n,errors:Object.keys(l).length>0?l:void 0}})},[m,R]),O=c.useCallback(r=>x.jsxRuntimeExports.jsx(U,{...r,"aria-labelledby":`${r==null?void 0:r.label}-label`,"aria-required":r!=null&&r.required?"true":void 0,messagesFields:y,variant:q,disabled:p!==void 0?p:r==null?void 0:r.disabled,onChange:P,onValidate:S}),[q,p,y,P,S]),Y=c.useCallback(()=>{var e;const r={};for(const i of m){const{required:n,visible:l,value:b,label:k,fieldType:G}=i;if(k===void 0)continue;if(r[k]||(r[k]=[]),G!=="slider"&&G!=="switch"&&I.isString(i==null?void 0:i.errorText)){r[k].push(i==null?void 0:i.errorText);continue}n&&(b===void 0||b==="")&&l!==!1&&r[k].push(((e=y==null?void 0:y.errors)==null?void 0:e.required)??"This field is required. Please fill it out.")}const o=Object.keys(r).reduce((i,n)=>(r[n]&&r[n].length>0&&(i[n]=r[n]),i),{});return{errors:Object.keys(o).length>0?o:void 0}},[m,y]),Q=c.useCallback(r=>{r.preventDefault();const{errors:o}=Y();$({errors:o!==void 0?o:void 0}),o===void 0&&(N==null||N(m))},[m,Y,N]),W=c.useCallback(r=>{var o;return J((o=r==null?void 0:r.target)==null?void 0:o.value)},[]),X=c.useMemo(()=>u?m.every(r=>{const{value:o}=r;return!(r!=null&&r.required&&(o===void 0||o===""||Array.isArray(o)&&(o==null?void 0:o.length)<=0)&&(r==null?void 0:r.visible)!==!1)}):!0,[m,u]);return x.jsxRuntimeExports.jsxs("form",{...z,noValidate:!0,action:t,"aria-labelledby":"form-heading",className:F(void 0,void 0,j),onSubmit:t===void 0?Q:void 0,children:[x.jsxRuntimeExports.jsx(g.Headline,{className:F("label"),id:"form-heading",type:"h2",children:E}),x.jsxRuntimeExports.jsxs(L.Grid,{spacing:2,children:[I.isArray(m)&&m.map(r=>x.jsxRuntimeExports.jsx(c.Fragment,{children:O(r)},`form-input-${r.name}`)),_,O({fieldType:"input",label:"Do not fill this field",labelProps:{"aria-hidden":"true"},name:"hp",id:"hp","aria-hidden":"true",className:F("hp"),value:T,onChange:W})]}),x.jsxRuntimeExports.jsxs("div",{className:F("footer"),children:[(u===!1||u===void 0)&&x.jsxRuntimeExports.jsx(D,{messages:M}),(T==null?void 0:T.length)<=0&&x.jsxRuntimeExports.jsx(V.Button,{"aria-label":"Submit form",className:F("footer__submit"),color:q,type:"submit",...d,disabled:(M==null?void 0:M.errors)!==void 0||!X})]})]})});Z.displayName="Form";exports.Form=Z;exports.FormResponse=D;
@@ -1 +0,0 @@
1
- "use strict";const k=require("./jsx-runtime.js"),s=require("react"),e=require("./bem.js"),a="gradientMove",n="fadeInKeyframe",g={"prokodo-Grid":"prokodo-Grid",gradientMove:a,fadeInKeyframe:n},t=e.create(g,"Grid"),l=s.memo(({spacing:o=2,className:r,children:i,...d})=>k.jsxRuntimeExports.jsx("div",{className:t(void 0,void 0,r),style:{gap:`${o*8}px`},...d,children:i}));l.displayName="Grid";const c="gradientMove",f="fadeInKeyframe",$={"prokodo-GridRow":"prokodo-GridRow","prokodo-GridRow--align-left":"prokodo-GridRow--align-left","prokodo-GridRow--align-center":"prokodo-GridRow--align-center","prokodo-GridRow--align-right":"prokodo-GridRow--align-right","prokodo-GridRow--xs-1":"prokodo-GridRow--xs-1","prokodo-GridRow--xs-2":"prokodo-GridRow--xs-2","prokodo-GridRow--xs-3":"prokodo-GridRow--xs-3","prokodo-GridRow--xs-4":"prokodo-GridRow--xs-4","prokodo-GridRow--xs-5":"prokodo-GridRow--xs-5","prokodo-GridRow--xs-6":"prokodo-GridRow--xs-6","prokodo-GridRow--xs-7":"prokodo-GridRow--xs-7","prokodo-GridRow--xs-8":"prokodo-GridRow--xs-8","prokodo-GridRow--xs-9":"prokodo-GridRow--xs-9","prokodo-GridRow--xs-10":"prokodo-GridRow--xs-10","prokodo-GridRow--xs-11":"prokodo-GridRow--xs-11","prokodo-GridRow--xs-12":"prokodo-GridRow--xs-12","prokodo-GridRow--sm-1":"prokodo-GridRow--sm-1","prokodo-GridRow--sm-2":"prokodo-GridRow--sm-2","prokodo-GridRow--sm-3":"prokodo-GridRow--sm-3","prokodo-GridRow--sm-4":"prokodo-GridRow--sm-4","prokodo-GridRow--sm-5":"prokodo-GridRow--sm-5","prokodo-GridRow--sm-6":"prokodo-GridRow--sm-6","prokodo-GridRow--sm-7":"prokodo-GridRow--sm-7","prokodo-GridRow--sm-8":"prokodo-GridRow--sm-8","prokodo-GridRow--sm-9":"prokodo-GridRow--sm-9","prokodo-GridRow--sm-10":"prokodo-GridRow--sm-10","prokodo-GridRow--sm-11":"prokodo-GridRow--sm-11","prokodo-GridRow--sm-12":"prokodo-GridRow--sm-12","prokodo-GridRow--md-1":"prokodo-GridRow--md-1","prokodo-GridRow--md-2":"prokodo-GridRow--md-2","prokodo-GridRow--md-3":"prokodo-GridRow--md-3","prokodo-GridRow--md-4":"prokodo-GridRow--md-4","prokodo-GridRow--md-5":"prokodo-GridRow--md-5","prokodo-GridRow--md-6":"prokodo-GridRow--md-6","prokodo-GridRow--md-7":"prokodo-GridRow--md-7","prokodo-GridRow--md-8":"prokodo-GridRow--md-8","prokodo-GridRow--md-9":"prokodo-GridRow--md-9","prokodo-GridRow--md-10":"prokodo-GridRow--md-10","prokodo-GridRow--md-11":"prokodo-GridRow--md-11","prokodo-GridRow--md-12":"prokodo-GridRow--md-12","prokodo-GridRow--lg-1":"prokodo-GridRow--lg-1","prokodo-GridRow--lg-2":"prokodo-GridRow--lg-2","prokodo-GridRow--lg-3":"prokodo-GridRow--lg-3","prokodo-GridRow--lg-4":"prokodo-GridRow--lg-4","prokodo-GridRow--lg-5":"prokodo-GridRow--lg-5","prokodo-GridRow--lg-6":"prokodo-GridRow--lg-6","prokodo-GridRow--lg-7":"prokodo-GridRow--lg-7","prokodo-GridRow--lg-8":"prokodo-GridRow--lg-8","prokodo-GridRow--lg-9":"prokodo-GridRow--lg-9","prokodo-GridRow--lg-10":"prokodo-GridRow--lg-10","prokodo-GridRow--lg-11":"prokodo-GridRow--lg-11","prokodo-GridRow--lg-12":"prokodo-GridRow--lg-12","prokodo-GridRow--xl-1":"prokodo-GridRow--xl-1","prokodo-GridRow--xl-2":"prokodo-GridRow--xl-2","prokodo-GridRow--xl-3":"prokodo-GridRow--xl-3","prokodo-GridRow--xl-4":"prokodo-GridRow--xl-4","prokodo-GridRow--xl-5":"prokodo-GridRow--xl-5","prokodo-GridRow--xl-6":"prokodo-GridRow--xl-6","prokodo-GridRow--xl-7":"prokodo-GridRow--xl-7","prokodo-GridRow--xl-8":"prokodo-GridRow--xl-8","prokodo-GridRow--xl-9":"prokodo-GridRow--xl-9","prokodo-GridRow--xl-10":"prokodo-GridRow--xl-10","prokodo-GridRow--xl-11":"prokodo-GridRow--xl-11","prokodo-GridRow--xl-12":"prokodo-GridRow--xl-12",gradientMove:c,fadeInKeyframe:f},v=e.create($,"GridRow"),m=s.memo(({align:o,className:r,children:i,xs:d,sm:G,md:p,lg:R,xl:w,...x})=>k.jsxRuntimeExports.jsx("div",{className:v(void 0,{[`align-${o}`]:!!o,[`xs-${d}`]:!!d,[`sm-${G}`]:!!G,[`md-${p}`]:!!p,[`lg-${R}`]:!!R,[`xl-${w}`]:!!w},r),...x,children:i}));m.displayName="GridRow";exports.Grid=l;exports.GridRow=m;
@@ -1 +0,0 @@
1
- "use strict";const a=require("./jsx-runtime.js"),n=require("react"),q=require("react-markdown"),T=require("remark-breaks"),M=require("remark-gfm"),R=require("./AnimatedText2.js"),B=require("./bem.js"),E="gradientMove",G="fadeInKeyframe",L={"prokodo-Headline":"prokodo-Headline","prokodo-Headline--is-highlighted":"prokodo-Headline--is-highlighted","prokodo-Headline--primary--highlighted":"prokodo-Headline--primary--highlighted","prokodo-Headline--secondary--highlighted":"prokodo-Headline--secondary--highlighted","prokodo-Headline--success--highlighted":"prokodo-Headline--success--highlighted","prokodo-Headline--warning--highlighted":"prokodo-Headline--warning--highlighted","prokodo-Headline--error--highlighted":"prokodo-Headline--error--highlighted","prokodo-Headline--inherit":"prokodo-Headline--inherit","prokodo-Headline--inherit--highlighted":"prokodo-Headline--inherit--highlighted","prokodo-Headline--primary":"prokodo-Headline--primary","prokodo-Headline--secondary":"prokodo-Headline--secondary","prokodo-Headline--success":"prokodo-Headline--success","prokodo-Headline--info":"prokodo-Headline--info","prokodo-Headline--warning":"prokodo-Headline--warning","prokodo-Headline--error":"prokodo-Headline--error","prokodo-Headline--white":"prokodo-Headline--white","prokodo-Headline--black":"prokodo-Headline--black","prokodo-Headline--xs":"prokodo-Headline--xs","prokodo-Headline--sm":"prokodo-Headline--sm","prokodo-Headline--md":"prokodo-Headline--md","prokodo-Headline--lg":"prokodo-Headline--lg","prokodo-Headline--xl":"prokodo-Headline--xl","prokodo-Headline--xxl":"prokodo-Headline--xxl","prokodo-Headline--center":"prokodo-Headline--center","prokodo-Headline--right":"prokodo-Headline--right",gradientMove:E,fadeInKeyframe:G},x=B.create(L,"Headline"),f=["inherit","primary","secondary","white"],$=({animated:t,animationProps:s={},type:d="h3",size:o="md",highlight:y,schema:h={},className:b,align:H,isRichtext:I=!1,variant:i="inherit",...r})=>{const l=!!y&&f.includes(i),w={[i]:!!i,"is-highlighted":l,highlighted:l,[`${i}--highlighted`]:l,[o]:typeof o=="string"&&!!o,[`${H}`]:!!H},k=x(void 0,w,b),c=n.useMemo(()=>typeof o=="number"?{fontSize:`${o}em`}:{},[o]),p=typeof r.children=="string"?r.children:void 0,g=n.useMemo(()=>({"aria-label":p,className:k,style:c,node:void 0,...h}),[p,k,c,h]),m=n.useCallback(e=>t?a.jsxRuntimeExports.jsx(R.AnimatedText,{...s,children:e}):e,[t,s]),u=n.useCallback(e=>{if(!/^h[1-6]$/.test(d))return null;const S=e.children,j=d;return a.jsxRuntimeExports.jsx(j,{...e,"aria-level":parseInt(d[1]??"",10),...g,children:m(S)})},[d,g,m]);return I?a.jsxRuntimeExports.jsx(q,{className:x("headline"),remarkPlugins:[M,T],components:{p:e=>u(e)},children:r.children}):u(r)};exports.Headline=$;exports.POSSIBLE_HIGHLIGHTS=f;