@123usmanhaider321/ui 0.1.0 → 0.1.8
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.
- package/dist/_virtual/duration.js +5 -0
- package/dist/_virtual/duration.js.map +1 -0
- package/dist/_virtual/index.js +2 -2
- package/dist/_virtual/isBetween.js +5 -0
- package/dist/_virtual/isBetween.js.map +1 -0
- package/dist/_virtual/relativeTime.js +5 -0
- package/dist/_virtual/relativeTime.js.map +1 -0
- package/dist/_virtual/use-sync-external-store-shim.development.js +5 -0
- package/dist/_virtual/use-sync-external-store-shim.development.js.map +1 -0
- package/dist/_virtual/use-sync-external-store-shim.production.js +5 -0
- package/dist/_virtual/use-sync-external-store-shim.production.js.map +1 -0
- package/dist/_virtual/with-selector.development.js +5 -0
- package/dist/_virtual/with-selector.development.js.map +1 -0
- package/dist/_virtual/with-selector.production.js +5 -0
- package/dist/_virtual/with-selector.production.js.map +1 -0
- package/dist/components/Alert/Alert.d.ts +2 -2
- package/dist/components/Alert/Alert.js +18 -21
- package/dist/components/Alert/Alert.js.map +1 -1
- package/dist/components/Button/Button.js +14 -14
- package/dist/components/Button/Button.js.map +1 -1
- package/dist/components/Checkbox/Checkbox.js +12 -12
- package/dist/components/Checkbox/Checkbox.js.map +1 -1
- package/dist/components/CheckboxGroup/CheckboxGroup.js +22 -22
- package/dist/components/CheckboxGroup/CheckboxGroup.js.map +1 -1
- package/dist/components/ConfirmationModal/ConfirmationModal.js +37 -39
- package/dist/components/ConfirmationModal/ConfirmationModal.js.map +1 -1
- package/dist/components/CustomSelect/CustomSelect.js +35 -37
- package/dist/components/CustomSelect/CustomSelect.js.map +1 -1
- package/dist/components/EventAddForm/AddEventLayout.d.ts +58 -0
- package/dist/components/EventAddForm/AddEventLayout.js +227 -0
- package/dist/components/EventAddForm/AddEventLayout.js.map +1 -0
- package/dist/components/EventAddForm/AddEventStepper.d.ts +15 -0
- package/dist/components/EventAddForm/AddEventStepper.js +719 -0
- package/dist/components/EventAddForm/AddEventStepper.js.map +1 -0
- package/dist/components/EventAddForm/common/ConfirmationModal.d.ts +14 -0
- package/dist/components/EventAddForm/common/ConfirmationModal.js +136 -0
- package/dist/components/EventAddForm/common/ConfirmationModal.js.map +1 -0
- package/dist/components/EventAddForm/common/DescriptionModal.d.ts +8 -0
- package/dist/components/EventAddForm/common/DescriptionModal.js +70 -0
- package/dist/components/EventAddForm/common/DescriptionModal.js.map +1 -0
- package/dist/components/EventAddForm/components/AnimatedBackground.d.ts +8 -0
- package/dist/components/EventAddForm/components/ApprovalConfirmationModal.d.ts +7 -0
- package/dist/components/EventAddForm/components/CheckboxGroup.d.ts +23 -0
- package/dist/components/EventAddForm/components/CheckboxGroup.js +92 -0
- package/dist/components/EventAddForm/components/CheckboxGroup.js.map +1 -0
- package/dist/components/EventAddForm/components/CustomMeetingForm.d.ts +18 -0
- package/dist/components/EventAddForm/components/CustomMeetingForm.js +237 -0
- package/dist/components/EventAddForm/components/CustomMeetingForm.js.map +1 -0
- package/dist/components/EventAddForm/components/DateTimeField.d.ts +23 -0
- package/dist/components/EventAddForm/components/DateTimeField.js +173 -0
- package/dist/components/EventAddForm/components/DateTimeField.js.map +1 -0
- package/dist/components/EventAddForm/components/EventSubmissionConfirmationModal.d.ts +33 -0
- package/dist/components/EventAddForm/components/EventSubmissionConfirmationModal.js +366 -0
- package/dist/components/EventAddForm/components/EventSubmissionConfirmationModal.js.map +1 -0
- package/dist/components/EventAddForm/components/FileUpload.d.ts +14 -0
- package/dist/components/EventAddForm/components/FileUpload.js +412 -0
- package/dist/components/EventAddForm/components/FileUpload.js.map +1 -0
- package/dist/components/EventAddForm/components/FormBuilderProceedModal.d.ts +10 -0
- package/dist/components/EventAddForm/components/FormBuilderProceedModal.js +197 -0
- package/dist/components/EventAddForm/components/FormBuilderProceedModal.js.map +1 -0
- package/dist/components/EventAddForm/components/GoogleMapsAutocompleteInput.d.ts +38 -0
- package/dist/components/EventAddForm/components/GoogleMapsAutocompleteInput.js +1179 -0
- package/dist/components/EventAddForm/components/GoogleMapsAutocompleteInput.js.map +1 -0
- package/dist/components/EventAddForm/components/InputField.d.ts +15 -0
- package/dist/components/EventAddForm/components/RadioGroupButton.d.ts +14 -0
- package/dist/components/EventAddForm/components/SelectField.d.ts +19 -0
- package/dist/components/EventAddForm/components/SingleDateTimeInput.d.ts +27 -0
- package/dist/components/EventAddForm/components/SingleDateTimeInput.js +102 -0
- package/dist/components/EventAddForm/components/SingleDateTimeInput.js.map +1 -0
- package/dist/components/EventAddForm/components/StepTwo/CustomFormSection.d.ts +10 -0
- package/dist/components/EventAddForm/components/StepTwo/CustomFormSection.js +277 -0
- package/dist/components/EventAddForm/components/StepTwo/CustomFormSection.js.map +1 -0
- package/dist/components/EventAddForm/components/StepTwo/TicketTierSection.d.ts +37 -0
- package/dist/components/EventAddForm/components/StepTwo/TicketTierSection.js +148 -0
- package/dist/components/EventAddForm/components/StepTwo/TicketTierSection.js.map +1 -0
- package/dist/components/EventAddForm/components/TicketTierForm.d.ts +29 -0
- package/dist/components/EventAddForm/components/TicketTierForm.js +418 -0
- package/dist/components/EventAddForm/components/TicketTierForm.js.map +1 -0
- package/dist/components/EventAddForm/components/TicketTypeSelection.d.ts +7 -0
- package/dist/components/EventAddForm/components/TicketTypeSelection.js +93 -0
- package/dist/components/EventAddForm/components/TicketTypeSelection.js.map +1 -0
- package/dist/components/EventAddForm/hooks/useStepperForm.d.ts +81 -0
- package/dist/components/EventAddForm/hooks/useStepperForm.js +371 -0
- package/dist/components/EventAddForm/hooks/useStepperForm.js.map +1 -0
- package/dist/components/EventAddForm/hooks/useTicketTierForm.d.ts +87 -0
- package/dist/components/EventAddForm/hooks/useTicketTierForm.js +237 -0
- package/dist/components/EventAddForm/hooks/useTicketTierForm.js.map +1 -0
- package/dist/components/EventAddForm/index.d.ts +3 -0
- package/dist/components/EventAddForm/index.js +41 -0
- package/dist/components/EventAddForm/index.js.map +1 -0
- package/dist/components/EventAddForm/schemas/index.d.ts +2 -0
- package/dist/components/EventAddForm/schemas/step1.js +135 -0
- package/dist/components/EventAddForm/schemas/step1.js.map +1 -0
- package/dist/components/EventAddForm/schemas/step2.d.ts +138 -0
- package/dist/components/EventAddForm/schemas/step2.js +94 -0
- package/dist/components/EventAddForm/schemas/step2.js.map +1 -0
- package/dist/components/EventAddForm/schemas/utils.js.map +1 -0
- package/dist/components/EventAddForm/steps/IndividualFormStep.d.ts +26 -0
- package/dist/components/EventAddForm/steps/IndividualFormStep.js +85 -0
- package/dist/components/EventAddForm/steps/IndividualFormStep.js.map +1 -0
- package/dist/components/EventAddForm/steps/SocialProfilesStep.d.ts +18 -0
- package/dist/components/EventAddForm/steps/SocialProfilesStep.js +123 -0
- package/dist/components/EventAddForm/steps/SocialProfilesStep.js.map +1 -0
- package/dist/components/EventAddForm/steps/StepOne.d.ts +18 -0
- package/dist/components/EventAddForm/steps/StepOne.js +462 -0
- package/dist/components/EventAddForm/steps/StepOne.js.map +1 -0
- package/dist/components/EventAddForm/steps/StepTwo.d.ts +17 -0
- package/dist/components/EventAddForm/steps/StepTwo.js +173 -0
- package/dist/components/EventAddForm/steps/StepTwo.js.map +1 -0
- package/dist/components/EventAddForm/steps/TeamFormStep.d.ts +19 -0
- package/dist/components/EventAddForm/steps/TeamFormStep.js +13 -0
- package/dist/components/EventAddForm/steps/TeamFormStep.js.map +1 -0
- package/dist/components/FormBuilder/CategoryList.js +26 -26
- package/dist/components/FormBuilder/CategoryList.js.map +1 -1
- package/dist/components/FormBuilder/DiscountInput.js +38 -39
- package/dist/components/FormBuilder/DiscountInput.js.map +1 -1
- package/dist/components/FormBuilder/FormBuilder.js +71 -74
- package/dist/components/FormBuilder/FormBuilder.js.map +1 -1
- package/dist/components/FormBuilder/OptionList.js +19 -19
- package/dist/components/FormBuilder/OptionList.js.map +1 -1
- package/dist/components/FormBuilder/PaymentPreview.js +19 -19
- package/dist/components/FormBuilder/PaymentPreview.js.map +1 -1
- package/dist/components/FormBuilder/PreviewInput.js +18 -29
- package/dist/components/FormBuilder/PreviewInput.js.map +1 -1
- package/dist/components/FormBuilder/QuestionCard.js +66 -67
- package/dist/components/FormBuilder/QuestionCard.js.map +1 -1
- package/dist/components/FormBuilder/QuestionEditor.js +16 -16
- package/dist/components/FormBuilder/QuestionEditor.js.map +1 -1
- package/dist/components/FormBuilder/RequiredToggle.js +14 -14
- package/dist/components/FormBuilder/RequiredToggle.js.map +1 -1
- package/dist/components/FormBuilder/SortableQuestionList.js +4 -4
- package/dist/components/FormBuilder/SortableQuestionList.js.map +1 -1
- package/dist/components/FormBuilder/utils.js.map +1 -1
- package/dist/components/FormInput/FormInput.js +28 -28
- package/dist/components/FormInput/FormInput.js.map +1 -1
- package/dist/components/ImageCropModal/index.d.ts +14 -0
- package/dist/components/ImageCropModal/index.js +464 -0
- package/dist/components/ImageCropModal/index.js.map +1 -0
- package/dist/components/InformationPopover/InformationPopover.js +4 -4
- package/dist/components/InformationPopover/InformationPopover.js.map +1 -1
- package/dist/components/InformationPopover.d.ts +7 -0
- package/dist/components/InformationPopover.js +19 -0
- package/dist/components/InformationPopover.js.map +1 -0
- package/dist/components/InputErrorMessage/InputErrorMessage.js +5 -6
- package/dist/components/InputErrorMessage/InputErrorMessage.js.map +1 -1
- package/dist/components/Modal/Modal.js +24 -25
- package/dist/components/Modal/Modal.js.map +1 -1
- package/dist/components/Radio/Radio.js +9 -9
- package/dist/components/Radio/Radio.js.map +1 -1
- package/dist/components/Spinner/spinner.d.ts +2 -0
- package/dist/components/Spinner/spinner.js +22 -0
- package/dist/components/Spinner/spinner.js.map +1 -0
- package/dist/components/Tooltip/Tooltip.js +13 -14
- package/dist/components/Tooltip/Tooltip.js.map +1 -1
- package/dist/components/common/FallbackImage.d.ts +9 -0
- package/dist/components/common/FallbackImage.js +47 -0
- package/dist/components/common/FallbackImage.js.map +1 -0
- package/dist/components/ui/Calendar/calendar-utils.d.ts +3 -0
- package/dist/components/ui/Calendar/calendar-utils.js +51 -0
- package/dist/components/ui/Calendar/calendar-utils.js.map +1 -0
- package/dist/components/ui/Calendar/index.d.ts +14 -0
- package/dist/components/ui/Calendar/index.js +142 -0
- package/dist/components/ui/Calendar/index.js.map +1 -0
- package/dist/components/ui/Checkbox.d.ts +9 -0
- package/dist/components/ui/Checkbox.js +50 -0
- package/dist/components/ui/Checkbox.js.map +1 -0
- package/dist/components/ui/DatePicker/index.d.ts +15 -0
- package/dist/components/ui/DatePicker/index.js +188 -0
- package/dist/components/ui/DatePicker/index.js.map +1 -0
- package/dist/components/ui/FormInput.d.ts +28 -0
- package/dist/components/ui/FormInput.js +129 -0
- package/dist/components/ui/FormInput.js.map +1 -0
- package/dist/components/ui/InputErrorMessage.d.ts +7 -0
- package/dist/components/ui/InputErrorMessage.js +21 -0
- package/dist/components/ui/InputErrorMessage.js.map +1 -0
- package/dist/components/ui/Modal/index.d.ts +14 -0
- package/dist/components/ui/Modal/index.js +73 -0
- package/dist/components/ui/Modal/index.js.map +1 -0
- package/dist/components/ui/Radio.d.ts +6 -0
- package/dist/components/ui/Radio.js +35 -0
- package/dist/components/ui/Radio.js.map +1 -0
- package/dist/components/ui/RichTextEditor.d.ts +13 -0
- package/dist/components/ui/RichTextEditor.js +242 -0
- package/dist/components/ui/RichTextEditor.js.map +1 -0
- package/dist/components/ui/TimePicker/index.d.ts +19 -0
- package/dist/components/ui/TimePicker/index.js +215 -0
- package/dist/components/ui/TimePicker/index.js.map +1 -0
- package/dist/components/ui/TimeSelector/index.d.ts +11 -0
- package/dist/components/ui/TimeSelector/index.js +138 -0
- package/dist/components/ui/TimeSelector/index.js.map +1 -0
- package/dist/components/ui/Tooltip/index.d.ts +12 -0
- package/dist/components/ui/Tooltip.d.ts +12 -0
- package/dist/components/ui/Tooltip.js +136 -0
- package/dist/components/ui/Tooltip.js.map +1 -0
- package/dist/hooks/useDropdownPosition.d.ts +11 -0
- package/dist/hooks/useFirebaseAuthState.d.ts +6 -0
- package/dist/hooks/useFirebaseAuthState.js +23 -0
- package/dist/hooks/useFirebaseAuthState.js.map +1 -0
- package/dist/hooks/useTicketTierForm.d.ts +61 -0
- package/dist/index.d.ts +8 -15
- package/dist/index.js +9 -49
- package/dist/index.js.map +1 -1
- package/dist/lib/actions.d.ts +318 -0
- package/dist/lib/actions.js +32 -0
- package/dist/lib/actions.js.map +1 -0
- package/dist/lib/constants.d.ts +72 -0
- package/dist/lib/cropImage.d.ts +28 -0
- package/dist/lib/cropImage.js +113 -0
- package/dist/lib/cropImage.js.map +1 -0
- package/dist/lib/imageAnalysis.d.ts +16 -0
- package/dist/lib/imageAnalysis.js +58 -0
- package/dist/lib/imageAnalysis.js.map +1 -0
- package/dist/lib/utils.d.ts +3 -0
- package/dist/lib/utils.js +9 -0
- package/dist/lib/utils.js.map +1 -0
- package/dist/node_modules/@dnd-kit/core/dist/core.esm.js +2 -2
- package/dist/node_modules/@dnd-kit/sortable/dist/sortable.esm.js +2 -2
- package/dist/node_modules/@firebase/app/dist/esm/index.esm.js +768 -0
- package/dist/node_modules/@firebase/app/dist/esm/index.esm.js.map +1 -0
- package/dist/node_modules/@firebase/component/dist/esm/index.esm.js +340 -0
- package/dist/node_modules/@firebase/component/dist/esm/index.esm.js.map +1 -0
- package/dist/node_modules/@firebase/logger/dist/esm/index.esm.js +123 -0
- package/dist/node_modules/@firebase/logger/dist/esm/index.esm.js.map +1 -0
- package/dist/node_modules/@firebase/storage/dist/index.esm.js +2623 -0
- package/dist/node_modules/@firebase/storage/dist/index.esm.js.map +1 -0
- package/dist/node_modules/@firebase/util/dist/index.esm.js +658 -0
- package/dist/node_modules/@firebase/util/dist/index.esm.js.map +1 -0
- package/dist/node_modules/@firebase/util/dist/postinstall.js +5 -0
- package/dist/node_modules/@firebase/util/dist/postinstall.js.map +1 -0
- package/dist/node_modules/@fortawesome/react-fontawesome/dist/index.js +2 -2
- package/dist/node_modules/@heroicons/react/20/solid/esm/CheckIcon.js +27 -0
- package/dist/node_modules/@heroicons/react/20/solid/esm/CheckIcon.js.map +1 -0
- package/dist/node_modules/@heroicons/react/20/solid/esm/ChevronDownIcon.js +27 -0
- package/dist/node_modules/@heroicons/react/20/solid/esm/ChevronDownIcon.js.map +1 -0
- package/dist/node_modules/@heroicons/react/24/outline/esm/ArrowRightIcon.js +29 -0
- package/dist/node_modules/@heroicons/react/24/outline/esm/ArrowRightIcon.js.map +1 -0
- package/dist/node_modules/@heroicons/react/24/outline/esm/ClockIcon.js +29 -0
- package/dist/node_modules/@heroicons/react/24/outline/esm/ClockIcon.js.map +1 -0
- package/dist/node_modules/@heroicons/react/24/outline/esm/DocumentDuplicateIcon.js +29 -0
- package/dist/node_modules/@heroicons/react/24/outline/esm/DocumentDuplicateIcon.js.map +1 -0
- package/dist/node_modules/@heroicons/react/24/outline/esm/LinkIcon.js +29 -0
- package/dist/node_modules/@heroicons/react/24/outline/esm/LinkIcon.js.map +1 -0
- package/dist/node_modules/@heroicons/react/24/outline/esm/MagnifyingGlassIcon.js +29 -0
- package/dist/node_modules/@heroicons/react/24/outline/esm/MagnifyingGlassIcon.js.map +1 -0
- package/dist/node_modules/@heroicons/react/24/outline/esm/MapPinIcon.js +33 -0
- package/dist/node_modules/@heroicons/react/24/outline/esm/MapPinIcon.js.map +1 -0
- package/dist/node_modules/@heroicons/react/24/outline/esm/VideoCameraIcon.js +29 -0
- package/dist/node_modules/@heroicons/react/24/outline/esm/VideoCameraIcon.js.map +1 -0
- package/dist/node_modules/@heroicons/react/24/outline/esm/XMarkIcon.js +29 -0
- package/dist/node_modules/@heroicons/react/24/outline/esm/XMarkIcon.js.map +1 -0
- package/dist/node_modules/@tiptap/core/dist/index.js +5446 -0
- package/dist/node_modules/@tiptap/core/dist/index.js.map +1 -0
- package/dist/node_modules/@tiptap/core/dist/jsx-runtime/jsx-runtime.js +21 -0
- package/dist/node_modules/@tiptap/core/dist/jsx-runtime/jsx-runtime.js.map +1 -0
- package/dist/node_modules/@tiptap/extension-blockquote/dist/index.js +78 -0
- package/dist/node_modules/@tiptap/extension-blockquote/dist/index.js.map +1 -0
- package/dist/node_modules/@tiptap/extension-bold/dist/index.js +100 -0
- package/dist/node_modules/@tiptap/extension-bold/dist/index.js.map +1 -0
- package/dist/node_modules/@tiptap/extension-code/dist/index.js +70 -0
- package/dist/node_modules/@tiptap/extension-code/dist/index.js.map +1 -0
- package/dist/node_modules/@tiptap/extension-code-block/dist/index.js +317 -0
- package/dist/node_modules/@tiptap/extension-code-block/dist/index.js.map +1 -0
- package/dist/node_modules/@tiptap/extension-document/dist/index.js +16 -0
- package/dist/node_modules/@tiptap/extension-document/dist/index.js.map +1 -0
- package/dist/node_modules/@tiptap/extension-hard-break/dist/index.js +66 -0
- package/dist/node_modules/@tiptap/extension-hard-break/dist/index.js.map +1 -0
- package/dist/node_modules/@tiptap/extension-heading/dist/index.js +86 -0
- package/dist/node_modules/@tiptap/extension-heading/dist/index.js.map +1 -0
- package/dist/node_modules/@tiptap/extension-horizontal-rule/dist/index.js +80 -0
- package/dist/node_modules/@tiptap/extension-horizontal-rule/dist/index.js.map +1 -0
- package/dist/node_modules/@tiptap/extension-italic/dist/index.js +98 -0
- package/dist/node_modules/@tiptap/extension-italic/dist/index.js.map +1 -0
- package/dist/node_modules/@tiptap/extension-link/dist/index.js +423 -0
- package/dist/node_modules/@tiptap/extension-link/dist/index.js.map +1 -0
- package/dist/node_modules/@tiptap/extension-list/dist/index.js +1039 -0
- package/dist/node_modules/@tiptap/extension-list/dist/index.js.map +1 -0
- package/dist/node_modules/@tiptap/extension-paragraph/dist/index.js +61 -0
- package/dist/node_modules/@tiptap/extension-paragraph/dist/index.js.map +1 -0
- package/dist/node_modules/@tiptap/extension-placeholder/dist/index.js +7 -0
- package/dist/node_modules/@tiptap/extension-placeholder/dist/index.js.map +1 -0
- package/dist/node_modules/@tiptap/extension-strike/dist/index.js +79 -0
- package/dist/node_modules/@tiptap/extension-strike/dist/index.js.map +1 -0
- package/dist/node_modules/@tiptap/extension-text/dist/index.js +16 -0
- package/dist/node_modules/@tiptap/extension-text/dist/index.js.map +1 -0
- package/dist/node_modules/@tiptap/extension-underline/dist/index.js +76 -0
- package/dist/node_modules/@tiptap/extension-underline/dist/index.js.map +1 -0
- package/dist/node_modules/@tiptap/extensions/dist/index.js +376 -0
- package/dist/node_modules/@tiptap/extensions/dist/index.js.map +1 -0
- package/dist/node_modules/@tiptap/react/dist/index.js +650 -0
- package/dist/node_modules/@tiptap/react/dist/index.js.map +1 -0
- package/dist/node_modules/@tiptap/starter-kit/dist/index.js +97 -0
- package/dist/node_modules/@tiptap/starter-kit/dist/index.js.map +1 -0
- package/dist/node_modules/dayjs/dayjs.min.js +1 -1
- package/dist/node_modules/dayjs/plugin/duration.js +137 -0
- package/dist/node_modules/dayjs/plugin/duration.js.map +1 -0
- package/dist/node_modules/dayjs/plugin/isBetween.js +20 -0
- package/dist/node_modules/dayjs/plugin/isBetween.js.map +1 -0
- package/dist/node_modules/dayjs/plugin/relativeTime.js +49 -0
- package/dist/node_modules/dayjs/plugin/relativeTime.js.map +1 -0
- package/dist/node_modules/fast-equals/dist/es/index.js +442 -0
- package/dist/node_modules/fast-equals/dist/es/index.js.map +1 -0
- package/dist/node_modules/idb/build/index.js +70 -0
- package/dist/node_modules/idb/build/index.js.map +1 -0
- package/dist/node_modules/idb/build/wrap-idb-value.js +149 -0
- package/dist/node_modules/idb/build/wrap-idb-value.js.map +1 -0
- package/dist/node_modules/linkifyjs/dist/linkify.js +1159 -0
- package/dist/node_modules/linkifyjs/dist/linkify.js.map +1 -0
- package/dist/node_modules/orderedmap/dist/index.js +120 -0
- package/dist/node_modules/orderedmap/dist/index.js.map +1 -0
- package/dist/node_modules/prosemirror-commands/dist/index.js +527 -0
- package/dist/node_modules/prosemirror-commands/dist/index.js.map +1 -0
- package/dist/node_modules/prosemirror-dropcursor/dist/index.js +137 -0
- package/dist/node_modules/prosemirror-dropcursor/dist/index.js.map +1 -0
- package/dist/node_modules/prosemirror-gapcursor/dist/index.js +221 -0
- package/dist/node_modules/prosemirror-gapcursor/dist/index.js.map +1 -0
- package/dist/node_modules/prosemirror-history/dist/index.js +357 -0
- package/dist/node_modules/prosemirror-history/dist/index.js.map +1 -0
- package/dist/node_modules/prosemirror-keymap/dist/index.js +84 -0
- package/dist/node_modules/prosemirror-keymap/dist/index.js.map +1 -0
- package/dist/node_modules/prosemirror-model/dist/index.js +3209 -0
- package/dist/node_modules/prosemirror-model/dist/index.js.map +1 -0
- package/dist/node_modules/prosemirror-schema-list/dist/index.js +131 -0
- package/dist/node_modules/prosemirror-schema-list/dist/index.js.map +1 -0
- package/dist/node_modules/prosemirror-state/dist/index.js +936 -0
- package/dist/node_modules/prosemirror-state/dist/index.js.map +1 -0
- package/dist/node_modules/prosemirror-transform/dist/index.js +1881 -0
- package/dist/node_modules/prosemirror-transform/dist/index.js.map +1 -0
- package/dist/node_modules/prosemirror-view/dist/index.js +5232 -0
- package/dist/node_modules/prosemirror-view/dist/index.js.map +1 -0
- package/dist/node_modules/rope-sequence/dist/index.js +184 -0
- package/dist/node_modules/rope-sequence/dist/index.js.map +1 -0
- package/dist/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim/with-selector.development.js +82 -0
- package/dist/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim/with-selector.development.js.map +1 -0
- package/dist/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim/with-selector.production.js +78 -0
- package/dist/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim/with-selector.production.js.map +1 -0
- package/dist/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.development.js +78 -0
- package/dist/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.development.js.map +1 -0
- package/dist/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.production.js +63 -0
- package/dist/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.production.js.map +1 -0
- package/dist/node_modules/use-sync-external-store/shim/index.js +13 -0
- package/dist/node_modules/use-sync-external-store/shim/index.js.map +1 -0
- package/dist/node_modules/use-sync-external-store/shim/with-selector.js +13 -0
- package/dist/node_modules/use-sync-external-store/shim/with-selector.js.map +1 -0
- package/dist/node_modules/w3c-keyname/index.js +106 -0
- package/dist/node_modules/w3c-keyname/index.js.map +1 -0
- package/dist/node_modules/zod/v4/classic/coerce.js +10 -0
- package/dist/node_modules/zod/v4/classic/coerce.js.map +1 -0
- package/dist/node_modules/zod/v4/classic/schemas.js +22 -4
- package/dist/node_modules/zod/v4/classic/schemas.js.map +1 -1
- package/dist/node_modules/zod/v4/core/api.js +18 -0
- package/dist/node_modules/zod/v4/core/api.js.map +1 -1
- package/dist/node_modules/zod/v4/core/json-schema-processors.js +4 -0
- package/dist/node_modules/zod/v4/core/json-schema-processors.js.map +1 -1
- package/dist/node_modules/zod/v4/core/regexes.js +2 -0
- package/dist/node_modules/zod/v4/core/regexes.js.map +1 -1
- package/dist/node_modules/zod/v4/core/schemas.js +25 -3
- package/dist/node_modules/zod/v4/core/schemas.js.map +1 -1
- package/dist/redux/baseQuery.d.ts +1 -0
- package/dist/redux/baseQuery.js +24 -0
- package/dist/redux/baseQuery.js.map +1 -0
- package/dist/services/eventApi.d.ts +4383 -0
- package/dist/services/eventApi.js +411 -0
- package/dist/services/eventApi.js.map +1 -0
- package/dist/services/helpers.d.ts +50 -0
- package/dist/services/helpers.js +115 -0
- package/dist/services/helpers.js.map +1 -0
- package/dist/services/initialize-firebase.d.ts +2 -0
- package/dist/services/initialize-firebase.js +20 -0
- package/dist/services/initialize-firebase.js.map +1 -0
- package/dist/services/process-image-on-server.d.ts +1 -0
- package/dist/services/process-image-on-server.js +30 -0
- package/dist/services/process-image-on-server.js.map +1 -0
- package/dist/services/remote-config.d.ts +5 -0
- package/dist/services/remote-config.js +9 -0
- package/dist/services/remote-config.js.map +1 -0
- package/dist/services/single-event-api.d.ts +4287 -0
- package/dist/services/single-event-api.js +301 -0
- package/dist/services/single-event-api.js.map +1 -0
- package/dist/services/utils.d.ts +35 -0
- package/dist/services/utils.js +107 -0
- package/dist/services/utils.js.map +1 -0
- package/dist/stories/Alert.stories.d.ts +1 -1
- package/dist/styles.css +3531 -96
- package/dist/types/events.d.ts +60 -0
- package/dist/types/question.d.ts +37 -0
- package/dist/types/redux-types.d.ts +15 -0
- package/dist/types/types.d.ts +60 -0
- package/dist/types/types.js +10 -0
- package/dist/types/types.js.map +1 -0
- package/dist/utils/cn.js +2 -2
- package/dist/utils/cn.js.map +1 -1
- package/dist/utils/date-range.d.ts +4 -0
- package/dist/utils/date-range.js +13 -0
- package/dist/utils/date-range.js.map +1 -0
- package/dist/utils/single-event-helpers.d.ts +50 -0
- package/dist/utils/single-event-helpers.js +18 -0
- package/dist/utils/single-event-helpers.js.map +1 -0
- package/dist/utils/social-validation.d.ts +10 -0
- package/dist/utils/social-validation.js +42 -0
- package/dist/utils/social-validation.js.map +1 -0
- package/dist/utils/utils.d.ts +59 -0
- package/dist/utils/utils.js +20 -0
- package/dist/utils/utils.js.map +1 -0
- package/package.json +18 -2
- package/dist/_virtual/index2.js +0 -5
- package/dist/_virtual/index2.js.map +0 -1
- package/dist/_virtual/jsx-runtime.js +0 -5
- package/dist/_virtual/jsx-runtime.js.map +0 -1
- package/dist/_virtual/react-is.development.js +0 -5
- package/dist/_virtual/react-is.development.js.map +0 -1
- package/dist/_virtual/react-is.production.min.js +0 -5
- package/dist/_virtual/react-is.production.min.js.map +0 -1
- package/dist/_virtual/react-jsx-runtime.development.js +0 -5
- package/dist/_virtual/react-jsx-runtime.development.js.map +0 -1
- package/dist/_virtual/react-jsx-runtime.production.js +0 -5
- package/dist/_virtual/react-jsx-runtime.production.js.map +0 -1
- package/dist/_virtual/use-sync-external-store-with-selector.development.js +0 -5
- package/dist/_virtual/use-sync-external-store-with-selector.development.js.map +0 -1
- package/dist/_virtual/use-sync-external-store-with-selector.production.js +0 -5
- package/dist/_virtual/use-sync-external-store-with-selector.production.js.map +0 -1
- package/dist/components/StepperForm/AddEventLayout.d.ts +0 -66
- package/dist/components/StepperForm/AddEventLayout.js +0 -220
- package/dist/components/StepperForm/AddEventLayout.js.map +0 -1
- package/dist/components/StepperForm/EventSubmissionConfirmationModal.d.ts +0 -19
- package/dist/components/StepperForm/EventSubmissionConfirmationModal.js +0 -296
- package/dist/components/StepperForm/EventSubmissionConfirmationModal.js.map +0 -1
- package/dist/components/StepperForm/index.d.ts +0 -8
- package/dist/components/StepperForm/schemas/step1.js +0 -130
- package/dist/components/StepperForm/schemas/step1.js.map +0 -1
- package/dist/components/StepperForm/schemas/step2.d.ts +0 -138
- package/dist/components/StepperForm/schemas/step2.js +0 -95
- package/dist/components/StepperForm/schemas/step2.js.map +0 -1
- package/dist/components/StepperForm/schemas/utils.js.map +0 -1
- package/dist/components/StepperForm/useStepperForm.d.ts +0 -81
- package/dist/components/StepperForm/useStepperForm.js +0 -366
- package/dist/components/StepperForm/useStepperForm.js.map +0 -1
- package/dist/components/Toggle/Toggle.js +0 -67
- package/dist/components/Toggle/Toggle.js.map +0 -1
- package/dist/node_modules/@floating-ui/core/dist/floating-ui.core.js +0 -538
- package/dist/node_modules/@floating-ui/core/dist/floating-ui.core.js.map +0 -1
- package/dist/node_modules/@floating-ui/dom/dist/floating-ui.dom.js +0 -626
- package/dist/node_modules/@floating-ui/dom/dist/floating-ui.dom.js.map +0 -1
- package/dist/node_modules/@floating-ui/react/dist/floating-ui.react.js +0 -510
- package/dist/node_modules/@floating-ui/react/dist/floating-ui.react.js.map +0 -1
- package/dist/node_modules/@floating-ui/react/dist/floating-ui.react.utils.js +0 -17
- package/dist/node_modules/@floating-ui/react/dist/floating-ui.react.utils.js.map +0 -1
- package/dist/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.js +0 -269
- package/dist/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.js.map +0 -1
- package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js +0 -177
- package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js.map +0 -1
- package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.js +0 -150
- package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.js.map +0 -1
- package/dist/node_modules/@headlessui/react/dist/components/description/description.js +0 -40
- package/dist/node_modules/@headlessui/react/dist/components/description/description.js.map +0 -1
- package/dist/node_modules/@headlessui/react/dist/components/dialog/dialog.js +0 -111
- package/dist/node_modules/@headlessui/react/dist/components/dialog/dialog.js.map +0 -1
- package/dist/node_modules/@headlessui/react/dist/components/focus-trap/focus-trap.js +0 -133
- package/dist/node_modules/@headlessui/react/dist/components/focus-trap/focus-trap.js.map +0 -1
- package/dist/node_modules/@headlessui/react/dist/components/keyboard.js +0 -5
- package/dist/node_modules/@headlessui/react/dist/components/keyboard.js.map +0 -1
- package/dist/node_modules/@headlessui/react/dist/components/label/label.js +0 -62
- package/dist/node_modules/@headlessui/react/dist/components/label/label.js.map +0 -1
- package/dist/node_modules/@headlessui/react/dist/components/menu/menu-machine-glue.js +0 -22
- package/dist/node_modules/@headlessui/react/dist/components/menu/menu-machine-glue.js.map +0 -1
- package/dist/node_modules/@headlessui/react/dist/components/menu/menu-machine.js +0 -127
- package/dist/node_modules/@headlessui/react/dist/components/menu/menu-machine.js.map +0 -1
- package/dist/node_modules/@headlessui/react/dist/components/menu/menu.js +0 -206
- package/dist/node_modules/@headlessui/react/dist/components/menu/menu.js.map +0 -1
- package/dist/node_modules/@headlessui/react/dist/components/mouse.js +0 -5
- package/dist/node_modules/@headlessui/react/dist/components/mouse.js.map +0 -1
- package/dist/node_modules/@headlessui/react/dist/components/portal/portal.js +0 -65
- package/dist/node_modules/@headlessui/react/dist/components/portal/portal.js.map +0 -1
- package/dist/node_modules/@headlessui/react/dist/components/transition/transition.js +0 -136
- package/dist/node_modules/@headlessui/react/dist/components/transition/transition.js.map +0 -1
- package/dist/node_modules/@headlessui/react/dist/hooks/document-overflow/adjust-scrollbar-padding.js +0 -15
- package/dist/node_modules/@headlessui/react/dist/hooks/document-overflow/adjust-scrollbar-padding.js.map +0 -1
- package/dist/node_modules/@headlessui/react/dist/hooks/document-overflow/handle-ios-locking.js +0 -53
- package/dist/node_modules/@headlessui/react/dist/hooks/document-overflow/handle-ios-locking.js.map +0 -1
- package/dist/node_modules/@headlessui/react/dist/hooks/document-overflow/overflow-store.js +0 -39
- package/dist/node_modules/@headlessui/react/dist/hooks/document-overflow/overflow-store.js.map +0 -1
- package/dist/node_modules/@headlessui/react/dist/hooks/document-overflow/prevent-scroll.js +0 -9
- package/dist/node_modules/@headlessui/react/dist/hooks/document-overflow/prevent-scroll.js.map +0 -1
- package/dist/node_modules/@headlessui/react/dist/hooks/document-overflow/use-document-overflow.js +0 -13
- package/dist/node_modules/@headlessui/react/dist/hooks/document-overflow/use-document-overflow.js.map +0 -1
- package/dist/node_modules/@headlessui/react/dist/hooks/use-active-press.js +0 -34
- package/dist/node_modules/@headlessui/react/dist/hooks/use-active-press.js.map +0 -1
- package/dist/node_modules/@headlessui/react/dist/hooks/use-disposables.js +0 -10
- package/dist/node_modules/@headlessui/react/dist/hooks/use-disposables.js.map +0 -1
- package/dist/node_modules/@headlessui/react/dist/hooks/use-document-event.js +0 -16
- package/dist/node_modules/@headlessui/react/dist/hooks/use-document-event.js.map +0 -1
- package/dist/node_modules/@headlessui/react/dist/hooks/use-element-size.js +0 -27
- package/dist/node_modules/@headlessui/react/dist/hooks/use-element-size.js.map +0 -1
- package/dist/node_modules/@headlessui/react/dist/hooks/use-escape.js +0 -13
- package/dist/node_modules/@headlessui/react/dist/hooks/use-escape.js.map +0 -1
- package/dist/node_modules/@headlessui/react/dist/hooks/use-event-listener.js +0 -16
- package/dist/node_modules/@headlessui/react/dist/hooks/use-event-listener.js.map +0 -1
- package/dist/node_modules/@headlessui/react/dist/hooks/use-event.js +0 -10
- package/dist/node_modules/@headlessui/react/dist/hooks/use-event.js.map +0 -1
- package/dist/node_modules/@headlessui/react/dist/hooks/use-flags.js +0 -9
- package/dist/node_modules/@headlessui/react/dist/hooks/use-flags.js.map +0 -1
- package/dist/node_modules/@headlessui/react/dist/hooks/use-handle-toggle.js +0 -16
- package/dist/node_modules/@headlessui/react/dist/hooks/use-handle-toggle.js.map +0 -1
- package/dist/node_modules/@headlessui/react/dist/hooks/use-inert-others.js +0 -42
- package/dist/node_modules/@headlessui/react/dist/hooks/use-inert-others.js.map +0 -1
- package/dist/node_modules/@headlessui/react/dist/hooks/use-is-mounted.js +0 -12
- package/dist/node_modules/@headlessui/react/dist/hooks/use-is-mounted.js.map +0 -1
- package/dist/node_modules/@headlessui/react/dist/hooks/use-is-top-layer.js +0 -14
- package/dist/node_modules/@headlessui/react/dist/hooks/use-is-top-layer.js.map +0 -1
- package/dist/node_modules/@headlessui/react/dist/hooks/use-is-touch-device.js +0 -17
- package/dist/node_modules/@headlessui/react/dist/hooks/use-is-touch-device.js.map +0 -1
- package/dist/node_modules/@headlessui/react/dist/hooks/use-iso-morphic-effect.js +0 -9
- package/dist/node_modules/@headlessui/react/dist/hooks/use-iso-morphic-effect.js.map +0 -1
- package/dist/node_modules/@headlessui/react/dist/hooks/use-latest-value.js +0 -12
- package/dist/node_modules/@headlessui/react/dist/hooks/use-latest-value.js.map +0 -1
- package/dist/node_modules/@headlessui/react/dist/hooks/use-on-disappear.js +0 -29
- package/dist/node_modules/@headlessui/react/dist/hooks/use-on-disappear.js.map +0 -1
- package/dist/node_modules/@headlessui/react/dist/hooks/use-on-unmount.js +0 -15
- package/dist/node_modules/@headlessui/react/dist/hooks/use-on-unmount.js.map +0 -1
- package/dist/node_modules/@headlessui/react/dist/hooks/use-outside-click.js +0 -39
- package/dist/node_modules/@headlessui/react/dist/hooks/use-outside-click.js.map +0 -1
- package/dist/node_modules/@headlessui/react/dist/hooks/use-owner.js +0 -9
- package/dist/node_modules/@headlessui/react/dist/hooks/use-owner.js.map +0 -1
- package/dist/node_modules/@headlessui/react/dist/hooks/use-quick-release.js +0 -33
- package/dist/node_modules/@headlessui/react/dist/hooks/use-quick-release.js.map +0 -1
- package/dist/node_modules/@headlessui/react/dist/hooks/use-resolve-button-type.js +0 -13
- package/dist/node_modules/@headlessui/react/dist/hooks/use-resolve-button-type.js.map +0 -1
- package/dist/node_modules/@headlessui/react/dist/hooks/use-root-containers.js +0 -39
- package/dist/node_modules/@headlessui/react/dist/hooks/use-root-containers.js.map +0 -1
- package/dist/node_modules/@headlessui/react/dist/hooks/use-scroll-lock.js +0 -13
- package/dist/node_modules/@headlessui/react/dist/hooks/use-scroll-lock.js.map +0 -1
- package/dist/node_modules/@headlessui/react/dist/hooks/use-server-handoff-complete.js +0 -17
- package/dist/node_modules/@headlessui/react/dist/hooks/use-server-handoff-complete.js.map +0 -1
- package/dist/node_modules/@headlessui/react/dist/hooks/use-slot.js +0 -8
- package/dist/node_modules/@headlessui/react/dist/hooks/use-slot.js.map +0 -1
- package/dist/node_modules/@headlessui/react/dist/hooks/use-store.js +0 -8
- package/dist/node_modules/@headlessui/react/dist/hooks/use-store.js.map +0 -1
- package/dist/node_modules/@headlessui/react/dist/hooks/use-sync-refs.js +0 -21
- package/dist/node_modules/@headlessui/react/dist/hooks/use-sync-refs.js.map +0 -1
- package/dist/node_modules/@headlessui/react/dist/hooks/use-tab-direction.js +0 -14
- package/dist/node_modules/@headlessui/react/dist/hooks/use-tab-direction.js.map +0 -1
- package/dist/node_modules/@headlessui/react/dist/hooks/use-text-value.js +0 -18
- package/dist/node_modules/@headlessui/react/dist/hooks/use-text-value.js.map +0 -1
- package/dist/node_modules/@headlessui/react/dist/hooks/use-tracked-pointer.js +0 -17
- package/dist/node_modules/@headlessui/react/dist/hooks/use-tracked-pointer.js.map +0 -1
- package/dist/node_modules/@headlessui/react/dist/hooks/use-transition.js +0 -74
- package/dist/node_modules/@headlessui/react/dist/hooks/use-transition.js.map +0 -1
- package/dist/node_modules/@headlessui/react/dist/hooks/use-tree-walker.js +0 -19
- package/dist/node_modules/@headlessui/react/dist/hooks/use-tree-walker.js.map +0 -1
- package/dist/node_modules/@headlessui/react/dist/hooks/use-watch.js +0 -16
- package/dist/node_modules/@headlessui/react/dist/hooks/use-watch.js.map +0 -1
- package/dist/node_modules/@headlessui/react/dist/hooks/use-window-event.js +0 -16
- package/dist/node_modules/@headlessui/react/dist/hooks/use-window-event.js.map +0 -1
- package/dist/node_modules/@headlessui/react/dist/internal/close-provider.js +0 -10
- package/dist/node_modules/@headlessui/react/dist/internal/close-provider.js.map +0 -1
- package/dist/node_modules/@headlessui/react/dist/internal/disabled.js +0 -9
- package/dist/node_modules/@headlessui/react/dist/internal/disabled.js.map +0 -1
- package/dist/node_modules/@headlessui/react/dist/internal/floating.js +0 -155
- package/dist/node_modules/@headlessui/react/dist/internal/floating.js.map +0 -1
- package/dist/node_modules/@headlessui/react/dist/internal/hidden.js +0 -14
- package/dist/node_modules/@headlessui/react/dist/internal/hidden.js.map +0 -1
- package/dist/node_modules/@headlessui/react/dist/internal/id.js +0 -9
- package/dist/node_modules/@headlessui/react/dist/internal/id.js.map +0 -1
- package/dist/node_modules/@headlessui/react/dist/internal/open-closed.js +0 -20
- package/dist/node_modules/@headlessui/react/dist/internal/open-closed.js.map +0 -1
- package/dist/node_modules/@headlessui/react/dist/internal/portal-force-root.js +0 -13
- package/dist/node_modules/@headlessui/react/dist/internal/portal-force-root.js.map +0 -1
- package/dist/node_modules/@headlessui/react/dist/machine.js +0 -83
- package/dist/node_modules/@headlessui/react/dist/machine.js.map +0 -1
- package/dist/node_modules/@headlessui/react/dist/machines/stack-machine.js +0 -39
- package/dist/node_modules/@headlessui/react/dist/machines/stack-machine.js.map +0 -1
- package/dist/node_modules/@headlessui/react/dist/react-glue.js +0 -13
- package/dist/node_modules/@headlessui/react/dist/react-glue.js.map +0 -1
- package/dist/node_modules/@headlessui/react/dist/utils/active-element-history.js +0 -16
- package/dist/node_modules/@headlessui/react/dist/utils/active-element-history.js.map +0 -1
- package/dist/node_modules/@headlessui/react/dist/utils/bugs.js +0 -20
- package/dist/node_modules/@headlessui/react/dist/utils/bugs.js.map +0 -1
- package/dist/node_modules/@headlessui/react/dist/utils/calculate-active-index.js +0 -41
- package/dist/node_modules/@headlessui/react/dist/utils/calculate-active-index.js.map +0 -1
- package/dist/node_modules/@headlessui/react/dist/utils/class-names.js +0 -7
- package/dist/node_modules/@headlessui/react/dist/utils/class-names.js.map +0 -1
- package/dist/node_modules/@headlessui/react/dist/utils/default-map.js +0 -14
- package/dist/node_modules/@headlessui/react/dist/utils/default-map.js.map +0 -1
- package/dist/node_modules/@headlessui/react/dist/utils/disposables.js +0 -41
- package/dist/node_modules/@headlessui/react/dist/utils/disposables.js.map +0 -1
- package/dist/node_modules/@headlessui/react/dist/utils/document-ready.js +0 -10
- package/dist/node_modules/@headlessui/react/dist/utils/document-ready.js.map +0 -1
- package/dist/node_modules/@headlessui/react/dist/utils/dom.js +0 -47
- package/dist/node_modules/@headlessui/react/dist/utils/dom.js.map +0 -1
- package/dist/node_modules/@headlessui/react/dist/utils/element-movement.js +0 -23
- package/dist/node_modules/@headlessui/react/dist/utils/element-movement.js.map +0 -1
- package/dist/node_modules/@headlessui/react/dist/utils/env.js +0 -39
- package/dist/node_modules/@headlessui/react/dist/utils/env.js.map +0 -1
- package/dist/node_modules/@headlessui/react/dist/utils/focus-management.js +0 -98
- package/dist/node_modules/@headlessui/react/dist/utils/focus-management.js.map +0 -1
- package/dist/node_modules/@headlessui/react/dist/utils/get-text-value.js +0 -32
- package/dist/node_modules/@headlessui/react/dist/utils/get-text-value.js.map +0 -1
- package/dist/node_modules/@headlessui/react/dist/utils/match.js +0 -12
- package/dist/node_modules/@headlessui/react/dist/utils/match.js.map +0 -1
- package/dist/node_modules/@headlessui/react/dist/utils/micro-task.js +0 -9
- package/dist/node_modules/@headlessui/react/dist/utils/micro-task.js.map +0 -1
- package/dist/node_modules/@headlessui/react/dist/utils/owner.js +0 -23
- package/dist/node_modules/@headlessui/react/dist/utils/owner.js.map +0 -1
- package/dist/node_modules/@headlessui/react/dist/utils/platform.js +0 -15
- package/dist/node_modules/@headlessui/react/dist/utils/platform.js.map +0 -1
- package/dist/node_modules/@headlessui/react/dist/utils/render.js +0 -134
- package/dist/node_modules/@headlessui/react/dist/utils/render.js.map +0 -1
- package/dist/node_modules/@headlessui/react/dist/utils/store.js +0 -15
- package/dist/node_modules/@headlessui/react/dist/utils/store.js.map +0 -1
- package/dist/node_modules/@react-aria/focus/dist/useFocusRing.js +0 -49
- package/dist/node_modules/@react-aria/focus/dist/useFocusRing.js.map +0 -1
- package/dist/node_modules/@react-aria/interactions/dist/useFocus.js +0 -42
- package/dist/node_modules/@react-aria/interactions/dist/useFocus.js.map +0 -1
- package/dist/node_modules/@react-aria/interactions/dist/useFocusVisible.js +0 -170
- package/dist/node_modules/@react-aria/interactions/dist/useFocusVisible.js.map +0 -1
- package/dist/node_modules/@react-aria/interactions/dist/useFocusWithin.js +0 -76
- package/dist/node_modules/@react-aria/interactions/dist/useFocusWithin.js.map +0 -1
- package/dist/node_modules/@react-aria/interactions/dist/useHover.js +0 -125
- package/dist/node_modules/@react-aria/interactions/dist/useHover.js.map +0 -1
- package/dist/node_modules/@react-aria/interactions/dist/utils.js +0 -86
- package/dist/node_modules/@react-aria/interactions/dist/utils.js.map +0 -1
- package/dist/node_modules/@react-aria/utils/dist/DOMFunctions.js +0 -37
- package/dist/node_modules/@react-aria/utils/dist/DOMFunctions.js.map +0 -1
- package/dist/node_modules/@react-aria/utils/dist/domHelpers.js +0 -21
- package/dist/node_modules/@react-aria/utils/dist/domHelpers.js.map +0 -1
- package/dist/node_modules/@react-aria/utils/dist/focusWithoutScrolling.js +0 -56
- package/dist/node_modules/@react-aria/utils/dist/focusWithoutScrolling.js.map +0 -1
- package/dist/node_modules/@react-aria/utils/dist/isVirtualEvent.js +0 -10
- package/dist/node_modules/@react-aria/utils/dist/isVirtualEvent.js.map +0 -1
- package/dist/node_modules/@react-aria/utils/dist/openLink.js +0 -35
- package/dist/node_modules/@react-aria/utils/dist/openLink.js.map +0 -1
- package/dist/node_modules/@react-aria/utils/dist/platform.js +0 -57
- package/dist/node_modules/@react-aria/utils/dist/platform.js.map +0 -1
- package/dist/node_modules/@react-aria/utils/dist/useGlobalListeners.js +0 -44
- package/dist/node_modules/@react-aria/utils/dist/useGlobalListeners.js.map +0 -1
- package/dist/node_modules/@react-aria/utils/dist/useLayoutEffect.js +0 -7
- package/dist/node_modules/@react-aria/utils/dist/useLayoutEffect.js.map +0 -1
- package/dist/node_modules/@react-stately/flags/dist/import.js +0 -8
- package/dist/node_modules/@react-stately/flags/dist/import.js.map +0 -1
- package/dist/node_modules/clsx/dist/clsx.js +0 -17
- package/dist/node_modules/clsx/dist/clsx.js.map +0 -1
- package/dist/node_modules/framer-motion/dist/es/components/AnimatePresence/PopChild.js +0 -85
- package/dist/node_modules/framer-motion/dist/es/components/AnimatePresence/PopChild.js.map +0 -1
- package/dist/node_modules/framer-motion/dist/es/components/AnimatePresence/PresenceChild.js +0 -50
- package/dist/node_modules/framer-motion/dist/es/components/AnimatePresence/PresenceChild.js.map +0 -1
- package/dist/node_modules/framer-motion/dist/es/components/AnimatePresence/index.js +0 -87
- package/dist/node_modules/framer-motion/dist/es/components/AnimatePresence/index.js.map +0 -1
- package/dist/node_modules/framer-motion/dist/es/components/AnimatePresence/use-presence.js +0 -20
- package/dist/node_modules/framer-motion/dist/es/components/AnimatePresence/use-presence.js.map +0 -1
- package/dist/node_modules/framer-motion/dist/es/components/AnimatePresence/utils.js +0 -15
- package/dist/node_modules/framer-motion/dist/es/components/AnimatePresence/utils.js.map +0 -1
- package/dist/node_modules/framer-motion/dist/es/context/LayoutGroupContext.js +0 -6
- package/dist/node_modules/framer-motion/dist/es/context/LayoutGroupContext.js.map +0 -1
- package/dist/node_modules/framer-motion/dist/es/context/LazyContext.js +0 -6
- package/dist/node_modules/framer-motion/dist/es/context/LazyContext.js.map +0 -1
- package/dist/node_modules/framer-motion/dist/es/context/MotionConfigContext.js +0 -10
- package/dist/node_modules/framer-motion/dist/es/context/MotionConfigContext.js.map +0 -1
- package/dist/node_modules/framer-motion/dist/es/context/MotionContext/create.js +0 -14
- package/dist/node_modules/framer-motion/dist/es/context/MotionContext/create.js.map +0 -1
- package/dist/node_modules/framer-motion/dist/es/context/MotionContext/index.js +0 -6
- package/dist/node_modules/framer-motion/dist/es/context/MotionContext/index.js.map +0 -1
- package/dist/node_modules/framer-motion/dist/es/context/MotionContext/utils.js +0 -16
- package/dist/node_modules/framer-motion/dist/es/context/MotionContext/utils.js.map +0 -1
- package/dist/node_modules/framer-motion/dist/es/context/PresenceContext.js +0 -6
- package/dist/node_modules/framer-motion/dist/es/context/PresenceContext.js.map +0 -1
- package/dist/node_modules/framer-motion/dist/es/context/SwitchLayoutGroupContext.js +0 -6
- package/dist/node_modules/framer-motion/dist/es/context/SwitchLayoutGroupContext.js.map +0 -1
- package/dist/node_modules/framer-motion/dist/es/events/add-pointer-event.js +0 -9
- package/dist/node_modules/framer-motion/dist/es/events/add-pointer-event.js.map +0 -1
- package/dist/node_modules/framer-motion/dist/es/events/event-info.js +0 -15
- package/dist/node_modules/framer-motion/dist/es/events/event-info.js.map +0 -1
- package/dist/node_modules/framer-motion/dist/es/gestures/drag/VisualElementDragControls.js +0 -430
- package/dist/node_modules/framer-motion/dist/es/gestures/drag/VisualElementDragControls.js.map +0 -1
- package/dist/node_modules/framer-motion/dist/es/gestures/drag/index.js +0 -39
- package/dist/node_modules/framer-motion/dist/es/gestures/drag/index.js.map +0 -1
- package/dist/node_modules/framer-motion/dist/es/gestures/drag/utils/constraints.js +0 -94
- package/dist/node_modules/framer-motion/dist/es/gestures/drag/utils/constraints.js.map +0 -1
- package/dist/node_modules/framer-motion/dist/es/gestures/focus.js +0 -36
- package/dist/node_modules/framer-motion/dist/es/gestures/focus.js.map +0 -1
- package/dist/node_modules/framer-motion/dist/es/gestures/hover.js +0 -32
- package/dist/node_modules/framer-motion/dist/es/gestures/hover.js.map +0 -1
- package/dist/node_modules/framer-motion/dist/es/gestures/pan/PanSession.js +0 -216
- package/dist/node_modules/framer-motion/dist/es/gestures/pan/PanSession.js.map +0 -1
- package/dist/node_modules/framer-motion/dist/es/gestures/pan/index.js +0 -51
- package/dist/node_modules/framer-motion/dist/es/gestures/pan/index.js.map +0 -1
- package/dist/node_modules/framer-motion/dist/es/gestures/press.js +0 -39
- package/dist/node_modules/framer-motion/dist/es/gestures/press.js.map +0 -1
- package/dist/node_modules/framer-motion/dist/es/motion/features/animation/exit.js +0 -62
- package/dist/node_modules/framer-motion/dist/es/motion/features/animation/exit.js.map +0 -1
- package/dist/node_modules/framer-motion/dist/es/motion/features/animation/index.js +0 -42
- package/dist/node_modules/framer-motion/dist/es/motion/features/animation/index.js.map +0 -1
- package/dist/node_modules/framer-motion/dist/es/motion/features/animations.js +0 -14
- package/dist/node_modules/framer-motion/dist/es/motion/features/animations.js.map +0 -1
- package/dist/node_modules/framer-motion/dist/es/motion/features/definitions.js +0 -43
- package/dist/node_modules/framer-motion/dist/es/motion/features/definitions.js.map +0 -1
- package/dist/node_modules/framer-motion/dist/es/motion/features/drag.js +0 -18
- package/dist/node_modules/framer-motion/dist/es/motion/features/drag.js.map +0 -1
- package/dist/node_modules/framer-motion/dist/es/motion/features/gestures.js +0 -22
- package/dist/node_modules/framer-motion/dist/es/motion/features/gestures.js.map +0 -1
- package/dist/node_modules/framer-motion/dist/es/motion/features/layout/MeasureLayout.js +0 -112
- package/dist/node_modules/framer-motion/dist/es/motion/features/layout/MeasureLayout.js.map +0 -1
- package/dist/node_modules/framer-motion/dist/es/motion/features/layout.js +0 -12
- package/dist/node_modules/framer-motion/dist/es/motion/features/layout.js.map +0 -1
- package/dist/node_modules/framer-motion/dist/es/motion/features/load-features.js +0 -16
- package/dist/node_modules/framer-motion/dist/es/motion/features/load-features.js.map +0 -1
- package/dist/node_modules/framer-motion/dist/es/motion/features/viewport/index.js +0 -67
- package/dist/node_modules/framer-motion/dist/es/motion/features/viewport/index.js.map +0 -1
- package/dist/node_modules/framer-motion/dist/es/motion/features/viewport/observers.js +0 -34
- package/dist/node_modules/framer-motion/dist/es/motion/features/viewport/observers.js.map +0 -1
- package/dist/node_modules/framer-motion/dist/es/motion/index.js +0 -70
- package/dist/node_modules/framer-motion/dist/es/motion/index.js.map +0 -1
- package/dist/node_modules/framer-motion/dist/es/motion/utils/symbol.js +0 -5
- package/dist/node_modules/framer-motion/dist/es/motion/utils/symbol.js.map +0 -1
- package/dist/node_modules/framer-motion/dist/es/motion/utils/use-motion-ref.js +0 -37
- package/dist/node_modules/framer-motion/dist/es/motion/utils/use-motion-ref.js.map +0 -1
- package/dist/node_modules/framer-motion/dist/es/motion/utils/use-visual-element.js +0 -109
- package/dist/node_modules/framer-motion/dist/es/motion/utils/use-visual-element.js.map +0 -1
- package/dist/node_modules/framer-motion/dist/es/motion/utils/use-visual-state.js +0 -67
- package/dist/node_modules/framer-motion/dist/es/motion/utils/use-visual-state.js.map +0 -1
- package/dist/node_modules/framer-motion/dist/es/motion/utils/valid-prop.js +0 -40
- package/dist/node_modules/framer-motion/dist/es/motion/utils/valid-prop.js.map +0 -1
- package/dist/node_modules/framer-motion/dist/es/render/components/create-proxy.js +0 -36
- package/dist/node_modules/framer-motion/dist/es/render/components/create-proxy.js.map +0 -1
- package/dist/node_modules/framer-motion/dist/es/render/components/motion/feature-bundle.js +0 -14
- package/dist/node_modules/framer-motion/dist/es/render/components/motion/feature-bundle.js.map +0 -1
- package/dist/node_modules/framer-motion/dist/es/render/components/motion/proxy.js +0 -8
- package/dist/node_modules/framer-motion/dist/es/render/components/motion/proxy.js.map +0 -1
- package/dist/node_modules/framer-motion/dist/es/render/dom/create-visual-element.js +0 -14
- package/dist/node_modules/framer-motion/dist/es/render/dom/create-visual-element.js.map +0 -1
- package/dist/node_modules/framer-motion/dist/es/render/dom/use-render.js +0 -22
- package/dist/node_modules/framer-motion/dist/es/render/dom/use-render.js.map +0 -1
- package/dist/node_modules/framer-motion/dist/es/render/dom/utils/filter-props.js +0 -32
- package/dist/node_modules/framer-motion/dist/es/render/dom/utils/filter-props.js.map +0 -1
- package/dist/node_modules/framer-motion/dist/es/render/dom/utils/is-svg-component.js +0 -30
- package/dist/node_modules/framer-motion/dist/es/render/dom/utils/is-svg-component.js.map +0 -1
- package/dist/node_modules/framer-motion/dist/es/render/html/use-html-visual-state.js +0 -11
- package/dist/node_modules/framer-motion/dist/es/render/html/use-html-visual-state.js.map +0 -1
- package/dist/node_modules/framer-motion/dist/es/render/html/use-props.js +0 -45
- package/dist/node_modules/framer-motion/dist/es/render/html/use-props.js.map +0 -1
- package/dist/node_modules/framer-motion/dist/es/render/html/utils/create-render-state.js +0 -10
- package/dist/node_modules/framer-motion/dist/es/render/html/utils/create-render-state.js.map +0 -1
- package/dist/node_modules/framer-motion/dist/es/render/svg/lowercase-elements.js +0 -31
- package/dist/node_modules/framer-motion/dist/es/render/svg/lowercase-elements.js.map +0 -1
- package/dist/node_modules/framer-motion/dist/es/render/svg/use-props.js +0 -25
- package/dist/node_modules/framer-motion/dist/es/render/svg/use-props.js.map +0 -1
- package/dist/node_modules/framer-motion/dist/es/render/svg/use-svg-visual-state.js +0 -11
- package/dist/node_modules/framer-motion/dist/es/render/svg/use-svg-visual-state.js.map +0 -1
- package/dist/node_modules/framer-motion/dist/es/render/svg/utils/create-render-state.js +0 -9
- package/dist/node_modules/framer-motion/dist/es/render/svg/utils/create-render-state.js.map +0 -1
- package/dist/node_modules/framer-motion/dist/es/utils/distance.js +0 -11
- package/dist/node_modules/framer-motion/dist/es/utils/distance.js.map +0 -1
- package/dist/node_modules/framer-motion/dist/es/utils/get-context-window.js +0 -7
- package/dist/node_modules/framer-motion/dist/es/utils/get-context-window.js.map +0 -1
- package/dist/node_modules/framer-motion/dist/es/utils/is-browser.js +0 -5
- package/dist/node_modules/framer-motion/dist/es/utils/is-browser.js.map +0 -1
- package/dist/node_modules/framer-motion/dist/es/utils/is-ref-object.js +0 -7
- package/dist/node_modules/framer-motion/dist/es/utils/is-ref-object.js.map +0 -1
- package/dist/node_modules/framer-motion/dist/es/utils/use-composed-ref.js +0 -39
- package/dist/node_modules/framer-motion/dist/es/utils/use-composed-ref.js.map +0 -1
- package/dist/node_modules/framer-motion/dist/es/utils/use-constant.js +0 -12
- package/dist/node_modules/framer-motion/dist/es/utils/use-constant.js.map +0 -1
- package/dist/node_modules/framer-motion/dist/es/utils/use-isomorphic-effect.js +0 -7
- package/dist/node_modules/framer-motion/dist/es/utils/use-isomorphic-effect.js.map +0 -1
- package/dist/node_modules/imask/esm/controls/html-contenteditable-mask-element.js +0 -52
- package/dist/node_modules/imask/esm/controls/html-contenteditable-mask-element.js.map +0 -1
- package/dist/node_modules/imask/esm/controls/html-input-mask-element.js +0 -33
- package/dist/node_modules/imask/esm/controls/html-input-mask-element.js.map +0 -1
- package/dist/node_modules/imask/esm/controls/html-mask-element.js +0 -79
- package/dist/node_modules/imask/esm/controls/html-mask-element.js.map +0 -1
- package/dist/node_modules/imask/esm/controls/input-history.js +0 -37
- package/dist/node_modules/imask/esm/controls/input-history.js.map +0 -1
- package/dist/node_modules/imask/esm/controls/input.js +0 -309
- package/dist/node_modules/imask/esm/controls/input.js.map +0 -1
- package/dist/node_modules/imask/esm/controls/mask-element.js +0 -44
- package/dist/node_modules/imask/esm/controls/mask-element.js.map +0 -1
- package/dist/node_modules/imask/esm/core/action-details.js +0 -58
- package/dist/node_modules/imask/esm/core/action-details.js.map +0 -1
- package/dist/node_modules/imask/esm/core/change-details.js +0 -41
- package/dist/node_modules/imask/esm/core/change-details.js.map +0 -1
- package/dist/node_modules/imask/esm/core/continuous-tail-details.js +0 -53
- package/dist/node_modules/imask/esm/core/continuous-tail-details.js.map +0 -1
- package/dist/node_modules/imask/esm/core/holder.js +0 -7
- package/dist/node_modules/imask/esm/core/holder.js.map +0 -1
- package/dist/node_modules/imask/esm/core/utils.js +0 -71
- package/dist/node_modules/imask/esm/core/utils.js.map +0 -1
- package/dist/node_modules/imask/esm/index.js +0 -51
- package/dist/node_modules/imask/esm/index.js.map +0 -1
- package/dist/node_modules/imask/esm/masked/base.js +0 -359
- package/dist/node_modules/imask/esm/masked/base.js.map +0 -1
- package/dist/node_modules/imask/esm/masked/date.js +0 -132
- package/dist/node_modules/imask/esm/masked/date.js.map +0 -1
- package/dist/node_modules/imask/esm/masked/dynamic.js +0 -318
- package/dist/node_modules/imask/esm/masked/dynamic.js.map +0 -1
- package/dist/node_modules/imask/esm/masked/enum.js +0 -99
- package/dist/node_modules/imask/esm/masked/enum.js.map +0 -1
- package/dist/node_modules/imask/esm/masked/factory.js +0 -63
- package/dist/node_modules/imask/esm/masked/factory.js.map +0 -1
- package/dist/node_modules/imask/esm/masked/function.js +0 -24
- package/dist/node_modules/imask/esm/masked/function.js.map +0 -1
- package/dist/node_modules/imask/esm/masked/number.js +0 -287
- package/dist/node_modules/imask/esm/masked/number.js.map +0 -1
- package/dist/node_modules/imask/esm/masked/pattern/chunk-tail-details.js +0 -139
- package/dist/node_modules/imask/esm/masked/pattern/chunk-tail-details.js.map +0 -1
- package/dist/node_modules/imask/esm/masked/pattern/cursor.js +0 -122
- package/dist/node_modules/imask/esm/masked/pattern/cursor.js.map +0 -1
- package/dist/node_modules/imask/esm/masked/pattern/fixed-definition.js +0 -147
- package/dist/node_modules/imask/esm/masked/pattern/fixed-definition.js.map +0 -1
- package/dist/node_modules/imask/esm/masked/pattern/input-definition.js +0 -177
- package/dist/node_modules/imask/esm/masked/pattern/input-definition.js.map +0 -1
- package/dist/node_modules/imask/esm/masked/pattern.js +0 -432
- package/dist/node_modules/imask/esm/masked/pattern.js.map +0 -1
- package/dist/node_modules/imask/esm/masked/pipe.js +0 -32
- package/dist/node_modules/imask/esm/masked/pipe.js.map +0 -1
- package/dist/node_modules/imask/esm/masked/range.js +0 -110
- package/dist/node_modules/imask/esm/masked/range.js.map +0 -1
- package/dist/node_modules/imask/esm/masked/regexp.js +0 -23
- package/dist/node_modules/imask/esm/masked/regexp.js.map +0 -1
- package/dist/node_modules/imask/esm/masked/repeat.js +0 -133
- package/dist/node_modules/imask/esm/masked/repeat.js.map +0 -1
- package/dist/node_modules/lucide-react/dist/esm/Icon.js +0 -39
- package/dist/node_modules/lucide-react/dist/esm/Icon.js.map +0 -1
- package/dist/node_modules/lucide-react/dist/esm/context.js +0 -7
- package/dist/node_modules/lucide-react/dist/esm/context.js.map +0 -1
- package/dist/node_modules/lucide-react/dist/esm/createLucideIcon.js +0 -31
- package/dist/node_modules/lucide-react/dist/esm/createLucideIcon.js.map +0 -1
- package/dist/node_modules/lucide-react/dist/esm/defaultAttributes.js +0 -21
- package/dist/node_modules/lucide-react/dist/esm/defaultAttributes.js.map +0 -1
- package/dist/node_modules/lucide-react/dist/esm/icons/calendar.js +0 -19
- package/dist/node_modules/lucide-react/dist/esm/icons/calendar.js.map +0 -1
- package/dist/node_modules/lucide-react/dist/esm/icons/check.js +0 -14
- package/dist/node_modules/lucide-react/dist/esm/icons/check.js.map +0 -1
- package/dist/node_modules/lucide-react/dist/esm/icons/chevron-down.js +0 -14
- package/dist/node_modules/lucide-react/dist/esm/icons/chevron-down.js.map +0 -1
- package/dist/node_modules/lucide-react/dist/esm/icons/chevron-left.js +0 -14
- package/dist/node_modules/lucide-react/dist/esm/icons/chevron-left.js.map +0 -1
- package/dist/node_modules/lucide-react/dist/esm/icons/clipboard-list.js +0 -27
- package/dist/node_modules/lucide-react/dist/esm/icons/clipboard-list.js.map +0 -1
- package/dist/node_modules/lucide-react/dist/esm/icons/copy.js +0 -17
- package/dist/node_modules/lucide-react/dist/esm/icons/copy.js.map +0 -1
- package/dist/node_modules/lucide-react/dist/esm/icons/eye.js +0 -23
- package/dist/node_modules/lucide-react/dist/esm/icons/eye.js.map +0 -1
- package/dist/node_modules/lucide-react/dist/esm/icons/info.js +0 -18
- package/dist/node_modules/lucide-react/dist/esm/icons/info.js.map +0 -1
- package/dist/node_modules/lucide-react/dist/esm/icons/loader-circle.js +0 -14
- package/dist/node_modules/lucide-react/dist/esm/icons/loader-circle.js.map +0 -1
- package/dist/node_modules/lucide-react/dist/esm/icons/plus.js +0 -17
- package/dist/node_modules/lucide-react/dist/esm/icons/plus.js.map +0 -1
- package/dist/node_modules/lucide-react/dist/esm/icons/trash-2.js +0 -20
- package/dist/node_modules/lucide-react/dist/esm/icons/trash-2.js.map +0 -1
- package/dist/node_modules/lucide-react/dist/esm/icons/triangle-alert.js +0 -24
- package/dist/node_modules/lucide-react/dist/esm/icons/triangle-alert.js.map +0 -1
- package/dist/node_modules/lucide-react/dist/esm/icons/user.js +0 -17
- package/dist/node_modules/lucide-react/dist/esm/icons/user.js.map +0 -1
- package/dist/node_modules/lucide-react/dist/esm/icons/users.js +0 -19
- package/dist/node_modules/lucide-react/dist/esm/icons/users.js.map +0 -1
- package/dist/node_modules/lucide-react/dist/esm/icons/x.js +0 -17
- package/dist/node_modules/lucide-react/dist/esm/icons/x.js.map +0 -1
- package/dist/node_modules/lucide-react/dist/esm/shared/src/utils/hasA11yProp.js +0 -18
- package/dist/node_modules/lucide-react/dist/esm/shared/src/utils/hasA11yProp.js.map +0 -1
- package/dist/node_modules/lucide-react/dist/esm/shared/src/utils/mergeClasses.js +0 -13
- package/dist/node_modules/lucide-react/dist/esm/shared/src/utils/mergeClasses.js.map +0 -1
- package/dist/node_modules/lucide-react/dist/esm/shared/src/utils/toCamelCase.js +0 -14
- package/dist/node_modules/lucide-react/dist/esm/shared/src/utils/toCamelCase.js.map +0 -1
- package/dist/node_modules/lucide-react/dist/esm/shared/src/utils/toKebabCase.js +0 -11
- package/dist/node_modules/lucide-react/dist/esm/shared/src/utils/toKebabCase.js.map +0 -1
- package/dist/node_modules/lucide-react/dist/esm/shared/src/utils/toPascalCase.js +0 -15
- package/dist/node_modules/lucide-react/dist/esm/shared/src/utils/toPascalCase.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/animation/AsyncMotionValueAnimation.js +0 -159
- package/dist/node_modules/motion-dom/dist/es/animation/AsyncMotionValueAnimation.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/animation/JSAnimation.js +0 -300
- package/dist/node_modules/motion-dom/dist/es/animation/JSAnimation.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/animation/NativeAnimation.js +0 -165
- package/dist/node_modules/motion-dom/dist/es/animation/NativeAnimation.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/animation/NativeAnimationExtended.js +0 -52
- package/dist/node_modules/motion-dom/dist/es/animation/NativeAnimationExtended.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/animation/animate/single-value.js +0 -12
- package/dist/node_modules/motion-dom/dist/es/animation/animate/single-value.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/animation/drivers/frame.js +0 -18
- package/dist/node_modules/motion-dom/dist/es/animation/drivers/frame.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/animation/generators/inertia.js +0 -68
- package/dist/node_modules/motion-dom/dist/es/animation/generators/inertia.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/animation/generators/keyframes.js +0 -38
- package/dist/node_modules/motion-dom/dist/es/animation/generators/keyframes.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/animation/generators/spring.js +0 -247
- package/dist/node_modules/motion-dom/dist/es/animation/generators/spring.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/animation/generators/utils/calc-duration.js +0 -16
- package/dist/node_modules/motion-dom/dist/es/animation/generators/utils/calc-duration.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/animation/generators/utils/create-generator-easing.js +0 -17
- package/dist/node_modules/motion-dom/dist/es/animation/generators/utils/create-generator-easing.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/animation/generators/utils/is-generator.js +0 -7
- package/dist/node_modules/motion-dom/dist/es/animation/generators/utils/is-generator.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/animation/generators/utils/velocity.js +0 -10
- package/dist/node_modules/motion-dom/dist/es/animation/generators/utils/velocity.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/animation/interfaces/motion-value.js +0 -70
- package/dist/node_modules/motion-dom/dist/es/animation/interfaces/motion-value.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/animation/interfaces/visual-element-target.js +0 -72
- package/dist/node_modules/motion-dom/dist/es/animation/interfaces/visual-element-target.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/animation/interfaces/visual-element-variant.js +0 -38
- package/dist/node_modules/motion-dom/dist/es/animation/interfaces/visual-element-variant.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/animation/interfaces/visual-element.js +0 -23
- package/dist/node_modules/motion-dom/dist/es/animation/interfaces/visual-element.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/animation/keyframes/DOMKeyframesResolver.js +0 -109
- package/dist/node_modules/motion-dom/dist/es/animation/keyframes/DOMKeyframesResolver.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/animation/keyframes/KeyframesResolver.js +0 -133
- package/dist/node_modules/motion-dom/dist/es/animation/keyframes/KeyframesResolver.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/animation/keyframes/get-final.js +0 -11
- package/dist/node_modules/motion-dom/dist/es/animation/keyframes/get-final.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/animation/keyframes/offsets/default.js +0 -10
- package/dist/node_modules/motion-dom/dist/es/animation/keyframes/offsets/default.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/animation/keyframes/offsets/fill.js +0 -13
- package/dist/node_modules/motion-dom/dist/es/animation/keyframes/offsets/fill.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/animation/keyframes/offsets/time.js +0 -7
- package/dist/node_modules/motion-dom/dist/es/animation/keyframes/offsets/time.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/animation/keyframes/utils/fill-wildcards.js +0 -9
- package/dist/node_modules/motion-dom/dist/es/animation/keyframes/utils/fill-wildcards.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/animation/keyframes/utils/is-none.js +0 -14
- package/dist/node_modules/motion-dom/dist/es/animation/keyframes/utils/is-none.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/animation/keyframes/utils/make-none-animatable.js +0 -23
- package/dist/node_modules/motion-dom/dist/es/animation/keyframes/utils/make-none-animatable.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/animation/keyframes/utils/unit-conversion.js +0 -44
- package/dist/node_modules/motion-dom/dist/es/animation/keyframes/utils/unit-conversion.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/animation/optimized-appear/data-id.js +0 -8
- package/dist/node_modules/motion-dom/dist/es/animation/optimized-appear/data-id.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/animation/optimized-appear/get-appear-id.js +0 -8
- package/dist/node_modules/motion-dom/dist/es/animation/optimized-appear/get-appear-id.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/animation/utils/WithPromise.js +0 -28
- package/dist/node_modules/motion-dom/dist/es/animation/utils/WithPromise.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/animation/utils/calc-child-stagger.js +0 -11
- package/dist/node_modules/motion-dom/dist/es/animation/utils/calc-child-stagger.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/animation/utils/can-animate.js +0 -32
- package/dist/node_modules/motion-dom/dist/es/animation/utils/can-animate.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/animation/utils/css-variables-conversion.js +0 -32
- package/dist/node_modules/motion-dom/dist/es/animation/utils/css-variables-conversion.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/animation/utils/default-transitions.js +0 -34
- package/dist/node_modules/motion-dom/dist/es/animation/utils/default-transitions.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/animation/utils/get-value-transition.js +0 -12
- package/dist/node_modules/motion-dom/dist/es/animation/utils/get-value-transition.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/animation/utils/is-animatable.js +0 -17
- package/dist/node_modules/motion-dom/dist/es/animation/utils/is-animatable.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/animation/utils/is-css-variable.js +0 -21
- package/dist/node_modules/motion-dom/dist/es/animation/utils/is-css-variable.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/animation/utils/is-transition-defined.js +0 -23
- package/dist/node_modules/motion-dom/dist/es/animation/utils/is-transition-defined.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/animation/utils/make-animation-instant.js +0 -8
- package/dist/node_modules/motion-dom/dist/es/animation/utils/make-animation-instant.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/animation/utils/replace-transition-type.js +0 -19
- package/dist/node_modules/motion-dom/dist/es/animation/utils/replace-transition-type.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/animation/utils/resolve-transition.js +0 -11
- package/dist/node_modules/motion-dom/dist/es/animation/utils/resolve-transition.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/animation/waapi/easing/cubic-bezier.js +0 -5
- package/dist/node_modules/motion-dom/dist/es/animation/waapi/easing/cubic-bezier.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/animation/waapi/easing/map-easing.js +0 -22
- package/dist/node_modules/motion-dom/dist/es/animation/waapi/easing/map-easing.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/animation/waapi/easing/supported.js +0 -16
- package/dist/node_modules/motion-dom/dist/es/animation/waapi/easing/supported.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/animation/waapi/start-waapi-animation.js +0 -27
- package/dist/node_modules/motion-dom/dist/es/animation/waapi/start-waapi-animation.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/animation/waapi/supports/waapi.js +0 -38
- package/dist/node_modules/motion-dom/dist/es/animation/waapi/supports/waapi.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/animation/waapi/utils/accelerated-values.js +0 -13
- package/dist/node_modules/motion-dom/dist/es/animation/waapi/utils/accelerated-values.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/animation/waapi/utils/apply-generator.js +0 -15
- package/dist/node_modules/motion-dom/dist/es/animation/waapi/utils/apply-generator.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/animation/waapi/utils/is-browser-color.js +0 -13
- package/dist/node_modules/motion-dom/dist/es/animation/waapi/utils/is-browser-color.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/animation/waapi/utils/linear.js +0 -12
- package/dist/node_modules/motion-dom/dist/es/animation/waapi/utils/linear.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/animation/waapi/utils/unsupported-easing.js +0 -20
- package/dist/node_modules/motion-dom/dist/es/animation/waapi/utils/unsupported-easing.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/events/add-dom-event.js +0 -8
- package/dist/node_modules/motion-dom/dist/es/events/add-dom-event.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/frameloop/batcher.js +0 -68
- package/dist/node_modules/motion-dom/dist/es/frameloop/batcher.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/frameloop/frame.js +0 -10
- package/dist/node_modules/motion-dom/dist/es/frameloop/frame.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/frameloop/microtask.js +0 -6
- package/dist/node_modules/motion-dom/dist/es/frameloop/microtask.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/frameloop/order.js +0 -22
- package/dist/node_modules/motion-dom/dist/es/frameloop/order.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/frameloop/render-step.js +0 -65
- package/dist/node_modules/motion-dom/dist/es/frameloop/render-step.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/frameloop/sync-time.js +0 -22
- package/dist/node_modules/motion-dom/dist/es/frameloop/sync-time.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/gestures/drag/state/is-active.js +0 -12
- package/dist/node_modules/motion-dom/dist/es/gestures/drag/state/is-active.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/gestures/drag/state/set-active.js +0 -26
- package/dist/node_modules/motion-dom/dist/es/gestures/drag/state/set-active.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/gestures/hover.js +0 -63
- package/dist/node_modules/motion-dom/dist/es/gestures/hover.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/gestures/press/index.js +0 -63
- package/dist/node_modules/motion-dom/dist/es/gestures/press/index.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/gestures/press/utils/is-keyboard-accessible.js +0 -19
- package/dist/node_modules/motion-dom/dist/es/gestures/press/utils/is-keyboard-accessible.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/gestures/press/utils/keyboard.js +0 -33
- package/dist/node_modules/motion-dom/dist/es/gestures/press/utils/keyboard.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/gestures/press/utils/state.js +0 -5
- package/dist/node_modules/motion-dom/dist/es/gestures/press/utils/state.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/gestures/utils/is-node-or-child.js +0 -13
- package/dist/node_modules/motion-dom/dist/es/gestures/utils/is-node-or-child.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/gestures/utils/is-primary-pointer.js +0 -11
- package/dist/node_modules/motion-dom/dist/es/gestures/utils/is-primary-pointer.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/gestures/utils/setup.js +0 -16
- package/dist/node_modules/motion-dom/dist/es/gestures/utils/setup.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/projection/animation/mix-values.js +0 -61
- package/dist/node_modules/motion-dom/dist/es/projection/animation/mix-values.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/projection/geometry/conversion.js +0 -27
- package/dist/node_modules/motion-dom/dist/es/projection/geometry/conversion.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/projection/geometry/copy.js +0 -20
- package/dist/node_modules/motion-dom/dist/es/projection/geometry/copy.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/projection/geometry/delta-apply.js +0 -88
- package/dist/node_modules/motion-dom/dist/es/projection/geometry/delta-apply.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/projection/geometry/delta-calc.js +0 -58
- package/dist/node_modules/motion-dom/dist/es/projection/geometry/delta-calc.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/projection/geometry/delta-remove.js +0 -41
- package/dist/node_modules/motion-dom/dist/es/projection/geometry/delta-remove.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/projection/geometry/models.js +0 -22
- package/dist/node_modules/motion-dom/dist/es/projection/geometry/models.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/projection/geometry/utils.js +0 -35
- package/dist/node_modules/motion-dom/dist/es/projection/geometry/utils.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/projection/node/DocumentProjectionNode.js +0 -17
- package/dist/node_modules/motion-dom/dist/es/projection/node/DocumentProjectionNode.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/projection/node/HTMLProjectionNode.js +0 -29
- package/dist/node_modules/motion-dom/dist/es/projection/node/HTMLProjectionNode.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/projection/node/create-projection-node.js +0 -1123
- package/dist/node_modules/motion-dom/dist/es/projection/node/create-projection-node.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/projection/node/state.js +0 -16
- package/dist/node_modules/motion-dom/dist/es/projection/node/state.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/projection/shared/stack.js +0 -88
- package/dist/node_modules/motion-dom/dist/es/projection/shared/stack.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/projection/styles/scale-border-radius.js +0 -27
- package/dist/node_modules/motion-dom/dist/es/projection/styles/scale-border-radius.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/projection/styles/scale-box-shadow.js +0 -26
- package/dist/node_modules/motion-dom/dist/es/projection/styles/scale-box-shadow.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/projection/styles/scale-correction.js +0 -22
- package/dist/node_modules/motion-dom/dist/es/projection/styles/scale-correction.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/projection/styles/transform.js +0 -37
- package/dist/node_modules/motion-dom/dist/es/projection/styles/transform.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/projection/utils/compare-by-depth.js +0 -5
- package/dist/node_modules/motion-dom/dist/es/projection/utils/compare-by-depth.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/projection/utils/each-axis.js +0 -7
- package/dist/node_modules/motion-dom/dist/es/projection/utils/each-axis.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/projection/utils/flat-tree.js +0 -25
- package/dist/node_modules/motion-dom/dist/es/projection/utils/flat-tree.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/projection/utils/has-transform.js +0 -21
- package/dist/node_modules/motion-dom/dist/es/projection/utils/has-transform.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/projection/utils/measure.js +0 -19
- package/dist/node_modules/motion-dom/dist/es/projection/utils/measure.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/render/Feature.js +0 -12
- package/dist/node_modules/motion-dom/dist/es/render/Feature.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/render/VisualElement.js +0 -432
- package/dist/node_modules/motion-dom/dist/es/render/VisualElement.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/render/dom/DOMVisualElement.js +0 -38
- package/dist/node_modules/motion-dom/dist/es/render/dom/DOMVisualElement.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/render/dom/is-css-var.js +0 -5
- package/dist/node_modules/motion-dom/dist/es/render/dom/is-css-var.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/render/dom/parse-transform.js +0 -84
- package/dist/node_modules/motion-dom/dist/es/render/dom/parse-transform.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/render/dom/style-set.js +0 -8
- package/dist/node_modules/motion-dom/dist/es/render/dom/style-set.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/render/dom/utils/camel-to-dash.js +0 -7
- package/dist/node_modules/motion-dom/dist/es/render/dom/utils/camel-to-dash.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/render/html/HTMLVisualElement.js +0 -42
- package/dist/node_modules/motion-dom/dist/es/render/html/HTMLVisualElement.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/render/html/utils/build-styles.js +0 -43
- package/dist/node_modules/motion-dom/dist/es/render/html/utils/build-styles.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/render/html/utils/build-transform.js +0 -49
- package/dist/node_modules/motion-dom/dist/es/render/html/utils/build-transform.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/render/html/utils/render.js +0 -15
- package/dist/node_modules/motion-dom/dist/es/render/html/utils/render.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/render/html/utils/scrape-motion-values.js +0 -20
- package/dist/node_modules/motion-dom/dist/es/render/html/utils/scrape-motion-values.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/render/store.js +0 -5
- package/dist/node_modules/motion-dom/dist/es/render/store.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/render/svg/SVGVisualElement.js +0 -46
- package/dist/node_modules/motion-dom/dist/es/render/svg/SVGVisualElement.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/render/svg/utils/build-attrs.js +0 -60
- package/dist/node_modules/motion-dom/dist/es/render/svg/utils/build-attrs.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/render/svg/utils/camel-case-attrs.js +0 -29
- package/dist/node_modules/motion-dom/dist/es/render/svg/utils/camel-case-attrs.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/render/svg/utils/is-svg-tag.js +0 -5
- package/dist/node_modules/motion-dom/dist/es/render/svg/utils/is-svg-tag.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/render/svg/utils/path.js +0 -18
- package/dist/node_modules/motion-dom/dist/es/render/svg/utils/path.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/render/svg/utils/render.js +0 -13
- package/dist/node_modules/motion-dom/dist/es/render/svg/utils/render.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/render/svg/utils/scrape-motion-values.js +0 -17
- package/dist/node_modules/motion-dom/dist/es/render/svg/utils/scrape-motion-values.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/render/utils/animation-state.js +0 -229
- package/dist/node_modules/motion-dom/dist/es/render/utils/animation-state.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/render/utils/get-variant-context.js +0 -27
- package/dist/node_modules/motion-dom/dist/es/render/utils/get-variant-context.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/render/utils/is-animation-controls.js +0 -7
- package/dist/node_modules/motion-dom/dist/es/render/utils/is-animation-controls.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/render/utils/is-controlling-variants.js +0 -14
- package/dist/node_modules/motion-dom/dist/es/render/utils/is-controlling-variants.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/render/utils/is-forced-motion-value.js +0 -10
- package/dist/node_modules/motion-dom/dist/es/render/utils/is-forced-motion-value.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/render/utils/is-keyframes-target.js +0 -7
- package/dist/node_modules/motion-dom/dist/es/render/utils/is-keyframes-target.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/render/utils/is-variant-label.js +0 -7
- package/dist/node_modules/motion-dom/dist/es/render/utils/is-variant-label.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/render/utils/keys-position.js +0 -14
- package/dist/node_modules/motion-dom/dist/es/render/utils/keys-position.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/render/utils/keys-transform.js +0 -25
- package/dist/node_modules/motion-dom/dist/es/render/utils/keys-transform.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/render/utils/motion-values.js +0 -34
- package/dist/node_modules/motion-dom/dist/es/render/utils/motion-values.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/render/utils/reduced-motion/index.js +0 -21
- package/dist/node_modules/motion-dom/dist/es/render/utils/reduced-motion/index.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/render/utils/reduced-motion/state.js +0 -7
- package/dist/node_modules/motion-dom/dist/es/render/utils/reduced-motion/state.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/render/utils/resolve-dynamic-variants.js +0 -9
- package/dist/node_modules/motion-dom/dist/es/render/utils/resolve-dynamic-variants.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/render/utils/resolve-variants.js +0 -26
- package/dist/node_modules/motion-dom/dist/es/render/utils/resolve-variants.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/render/utils/setters.js +0 -26
- package/dist/node_modules/motion-dom/dist/es/render/utils/setters.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/render/utils/shallow-compare.js +0 -16
- package/dist/node_modules/motion-dom/dist/es/render/utils/shallow-compare.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/render/utils/variant-props.js +0 -15
- package/dist/node_modules/motion-dom/dist/es/render/utils/variant-props.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/resize/handle-element.js +0 -63
- package/dist/node_modules/motion-dom/dist/es/resize/handle-element.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/resize/handle-window.js +0 -32
- package/dist/node_modules/motion-dom/dist/es/resize/handle-window.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/resize/index.js +0 -9
- package/dist/node_modules/motion-dom/dist/es/resize/index.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/utils/delay.js +0 -18
- package/dist/node_modules/motion-dom/dist/es/utils/delay.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/utils/interpolate.js +0 -54
- package/dist/node_modules/motion-dom/dist/es/utils/interpolate.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/utils/is-html-element.js +0 -8
- package/dist/node_modules/motion-dom/dist/es/utils/is-html-element.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/utils/is-svg-element.js +0 -8
- package/dist/node_modules/motion-dom/dist/es/utils/is-svg-element.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/utils/is-svg-svg-element.js +0 -8
- package/dist/node_modules/motion-dom/dist/es/utils/is-svg-svg-element.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/utils/mix/color.js +0 -45
- package/dist/node_modules/motion-dom/dist/es/utils/mix/color.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/utils/mix/complex.js +0 -84
- package/dist/node_modules/motion-dom/dist/es/utils/mix/complex.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/utils/mix/immediate.js +0 -7
- package/dist/node_modules/motion-dom/dist/es/utils/mix/immediate.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/utils/mix/index.js +0 -13
- package/dist/node_modules/motion-dom/dist/es/utils/mix/index.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/utils/mix/number.js +0 -7
- package/dist/node_modules/motion-dom/dist/es/utils/mix/number.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/utils/mix/visibility.js +0 -13
- package/dist/node_modules/motion-dom/dist/es/utils/mix/visibility.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/utils/resolve-elements.js +0 -17
- package/dist/node_modules/motion-dom/dist/es/utils/resolve-elements.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/utils/supports/flags.js +0 -5
- package/dist/node_modules/motion-dom/dist/es/utils/supports/flags.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/utils/supports/linear-easing.js +0 -13
- package/dist/node_modules/motion-dom/dist/es/utils/supports/linear-easing.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/utils/supports/memo.js +0 -10
- package/dist/node_modules/motion-dom/dist/es/utils/supports/memo.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/utils/supports/scroll-timeline.js +0 -6
- package/dist/node_modules/motion-dom/dist/es/utils/supports/scroll-timeline.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/value/index.js +0 -290
- package/dist/node_modules/motion-dom/dist/es/value/index.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/value/types/auto.js +0 -8
- package/dist/node_modules/motion-dom/dist/es/value/types/auto.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/value/types/color/hex.js +0 -38
- package/dist/node_modules/motion-dom/dist/es/value/types/color/hex.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/value/types/color/hsla-to-rgba.js +0 -40
- package/dist/node_modules/motion-dom/dist/es/value/types/color/hsla-to-rgba.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/value/types/color/hsla.js +0 -15
- package/dist/node_modules/motion-dom/dist/es/value/types/color/hsla.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/value/types/color/index.js +0 -27
- package/dist/node_modules/motion-dom/dist/es/value/types/color/index.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/value/types/color/rgba.js +0 -19
- package/dist/node_modules/motion-dom/dist/es/value/types/color/rgba.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/value/types/color/utils.js +0 -22
- package/dist/node_modules/motion-dom/dist/es/value/types/color/utils.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/value/types/complex/filter.js +0 -28
- package/dist/node_modules/motion-dom/dist/es/value/types/complex/filter.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/value/types/complex/index.js +0 -93
- package/dist/node_modules/motion-dom/dist/es/value/types/complex/index.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/value/types/complex/mask.js +0 -13
- package/dist/node_modules/motion-dom/dist/es/value/types/complex/mask.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/value/types/dimensions.js +0 -11
- package/dist/node_modules/motion-dom/dist/es/value/types/dimensions.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/value/types/int.js +0 -9
- package/dist/node_modules/motion-dom/dist/es/value/types/int.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/value/types/maps/defaults.js +0 -29
- package/dist/node_modules/motion-dom/dist/es/value/types/maps/defaults.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/value/types/maps/number.js +0 -71
- package/dist/node_modules/motion-dom/dist/es/value/types/maps/number.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/value/types/maps/transform.js +0 -32
- package/dist/node_modules/motion-dom/dist/es/value/types/maps/transform.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/value/types/numbers/index.js +0 -20
- package/dist/node_modules/motion-dom/dist/es/value/types/numbers/index.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/value/types/numbers/units.js +0 -24
- package/dist/node_modules/motion-dom/dist/es/value/types/numbers/units.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/value/types/test.js +0 -5
- package/dist/node_modules/motion-dom/dist/es/value/types/test.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/value/types/utils/animatable-none.js +0 -15
- package/dist/node_modules/motion-dom/dist/es/value/types/utils/animatable-none.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/value/types/utils/color-regex.js +0 -5
- package/dist/node_modules/motion-dom/dist/es/value/types/utils/color-regex.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/value/types/utils/find.js +0 -10
- package/dist/node_modules/motion-dom/dist/es/value/types/utils/find.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/value/types/utils/float-regex.js +0 -5
- package/dist/node_modules/motion-dom/dist/es/value/types/utils/float-regex.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/value/types/utils/get-as-type.js +0 -7
- package/dist/node_modules/motion-dom/dist/es/value/types/utils/get-as-type.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/value/types/utils/is-nullish.js +0 -7
- package/dist/node_modules/motion-dom/dist/es/value/types/utils/is-nullish.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/value/types/utils/sanitize.js +0 -5
- package/dist/node_modules/motion-dom/dist/es/value/types/utils/sanitize.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/value/types/utils/single-color-regex.js +0 -5
- package/dist/node_modules/motion-dom/dist/es/value/types/utils/single-color-regex.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/value/utils/is-motion-value.js +0 -5
- package/dist/node_modules/motion-dom/dist/es/value/utils/is-motion-value.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/value/utils/resolve-motion-value.js +0 -8
- package/dist/node_modules/motion-dom/dist/es/value/utils/resolve-motion-value.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/value/will-change/add-will-change.js +0 -16
- package/dist/node_modules/motion-dom/dist/es/value/will-change/add-will-change.js.map +0 -1
- package/dist/node_modules/motion-dom/dist/es/value/will-change/is.js +0 -8
- package/dist/node_modules/motion-dom/dist/es/value/will-change/is.js.map +0 -1
- package/dist/node_modules/motion-utils/dist/es/array.js +0 -14
- package/dist/node_modules/motion-utils/dist/es/array.js.map +0 -1
- package/dist/node_modules/motion-utils/dist/es/clamp.js +0 -11
- package/dist/node_modules/motion-utils/dist/es/clamp.js.map +0 -1
- package/dist/node_modules/motion-utils/dist/es/easing/anticipate.js +0 -6
- package/dist/node_modules/motion-utils/dist/es/easing/anticipate.js.map +0 -1
- package/dist/node_modules/motion-utils/dist/es/easing/back.js +0 -12
- package/dist/node_modules/motion-utils/dist/es/easing/back.js.map +0 -1
- package/dist/node_modules/motion-utils/dist/es/easing/circ.js +0 -11
- package/dist/node_modules/motion-utils/dist/es/easing/circ.js.map +0 -1
- package/dist/node_modules/motion-utils/dist/es/easing/cubic-bezier.js +0 -29
- package/dist/node_modules/motion-utils/dist/es/easing/cubic-bezier.js.map +0 -1
- package/dist/node_modules/motion-utils/dist/es/easing/ease.js +0 -10
- package/dist/node_modules/motion-utils/dist/es/easing/ease.js.map +0 -1
- package/dist/node_modules/motion-utils/dist/es/easing/modifiers/mirror.js +0 -5
- package/dist/node_modules/motion-utils/dist/es/easing/modifiers/mirror.js.map +0 -1
- package/dist/node_modules/motion-utils/dist/es/easing/modifiers/reverse.js +0 -5
- package/dist/node_modules/motion-utils/dist/es/easing/modifiers/reverse.js.map +0 -1
- package/dist/node_modules/motion-utils/dist/es/easing/utils/is-bezier-definition.js +0 -5
- package/dist/node_modules/motion-utils/dist/es/easing/utils/is-bezier-definition.js.map +0 -1
- package/dist/node_modules/motion-utils/dist/es/easing/utils/is-easing-array.js +0 -7
- package/dist/node_modules/motion-utils/dist/es/easing/utils/is-easing-array.js.map +0 -1
- package/dist/node_modules/motion-utils/dist/es/easing/utils/map.js +0 -39
- package/dist/node_modules/motion-utils/dist/es/easing/utils/map.js.map +0 -1
- package/dist/node_modules/motion-utils/dist/es/errors.js +0 -23
- package/dist/node_modules/motion-utils/dist/es/errors.js.map +0 -1
- package/dist/node_modules/motion-utils/dist/es/format-error-message.js +0 -7
- package/dist/node_modules/motion-utils/dist/es/format-error-message.js.map +0 -1
- package/dist/node_modules/motion-utils/dist/es/global-config.js +0 -5
- package/dist/node_modules/motion-utils/dist/es/global-config.js.map +0 -1
- package/dist/node_modules/motion-utils/dist/es/is-numerical-string.js +0 -5
- package/dist/node_modules/motion-utils/dist/es/is-numerical-string.js.map +0 -1
- package/dist/node_modules/motion-utils/dist/es/is-object.js +0 -7
- package/dist/node_modules/motion-utils/dist/es/is-object.js.map +0 -1
- package/dist/node_modules/motion-utils/dist/es/is-zero-value-string.js +0 -5
- package/dist/node_modules/motion-utils/dist/es/is-zero-value-string.js.map +0 -1
- package/dist/node_modules/motion-utils/dist/es/memo.js +0 -13
- package/dist/node_modules/motion-utils/dist/es/memo.js.map +0 -1
- package/dist/node_modules/motion-utils/dist/es/noop.js +0 -5
- package/dist/node_modules/motion-utils/dist/es/noop.js.map +0 -1
- package/dist/node_modules/motion-utils/dist/es/pipe.js +0 -6
- package/dist/node_modules/motion-utils/dist/es/pipe.js.map +0 -1
- package/dist/node_modules/motion-utils/dist/es/progress.js +0 -8
- package/dist/node_modules/motion-utils/dist/es/progress.js.map +0 -1
- package/dist/node_modules/motion-utils/dist/es/subscription-manager.js +0 -33
- package/dist/node_modules/motion-utils/dist/es/subscription-manager.js.map +0 -1
- package/dist/node_modules/motion-utils/dist/es/time-conversion.js +0 -7
- package/dist/node_modules/motion-utils/dist/es/time-conversion.js.map +0 -1
- package/dist/node_modules/motion-utils/dist/es/velocity-per-second.js +0 -7
- package/dist/node_modules/motion-utils/dist/es/velocity-per-second.js.map +0 -1
- package/dist/node_modules/motion-utils/dist/es/warn-once.js +0 -12
- package/dist/node_modules/motion-utils/dist/es/warn-once.js.map +0 -1
- package/dist/node_modules/object-assign/index.js +0 -79
- package/dist/node_modules/object-assign/index.js.map +0 -1
- package/dist/node_modules/prop-types/checkPropTypes.js +0 -69
- package/dist/node_modules/prop-types/checkPropTypes.js.map +0 -1
- package/dist/node_modules/prop-types/factoryWithThrowingShims.js +0 -59
- package/dist/node_modules/prop-types/factoryWithThrowingShims.js.map +0 -1
- package/dist/node_modules/prop-types/factoryWithTypeCheckers.js +0 -452
- package/dist/node_modules/prop-types/factoryWithTypeCheckers.js.map +0 -1
- package/dist/node_modules/prop-types/index.js +0 -18
- package/dist/node_modules/prop-types/index.js.map +0 -1
- package/dist/node_modules/prop-types/lib/ReactPropTypesSecret.js +0 -13
- package/dist/node_modules/prop-types/lib/ReactPropTypesSecret.js.map +0 -1
- package/dist/node_modules/prop-types/lib/has.js +0 -12
- package/dist/node_modules/prop-types/lib/has.js.map +0 -1
- package/dist/node_modules/prop-types/node_modules/react-is/cjs/react-is.development.js +0 -166
- package/dist/node_modules/prop-types/node_modules/react-is/cjs/react-is.development.js.map +0 -1
- package/dist/node_modules/prop-types/node_modules/react-is/cjs/react-is.production.min.js +0 -107
- package/dist/node_modules/prop-types/node_modules/react-is/cjs/react-is.production.min.js.map +0 -1
- package/dist/node_modules/prop-types/node_modules/react-is/index.js +0 -18
- package/dist/node_modules/prop-types/node_modules/react-is/index.js.map +0 -1
- package/dist/node_modules/react/cjs/react-jsx-runtime.development.js +0 -271
- package/dist/node_modules/react/cjs/react-jsx-runtime.development.js.map +0 -1
- package/dist/node_modules/react/cjs/react-jsx-runtime.production.js +0 -42
- package/dist/node_modules/react/cjs/react-jsx-runtime.production.js.map +0 -1
- package/dist/node_modules/react/jsx-runtime.js +0 -13
- package/dist/node_modules/react/jsx-runtime.js.map +0 -1
- package/dist/node_modules/react-icons/fa/index.js +0 -9
- package/dist/node_modules/react-icons/fa/index.js.map +0 -1
- package/dist/node_modules/react-icons/fi/index.js +0 -9
- package/dist/node_modules/react-icons/fi/index.js.map +0 -1
- package/dist/node_modules/react-icons/lib/iconBase.js +0 -110
- package/dist/node_modules/react-icons/lib/iconBase.js.map +0 -1
- package/dist/node_modules/react-icons/lib/iconContext.js +0 -14
- package/dist/node_modules/react-icons/lib/iconContext.js.map +0 -1
- package/dist/node_modules/react-imask/esm/input.js +0 -28
- package/dist/node_modules/react-imask/esm/input.js.map +0 -1
- package/dist/node_modules/react-imask/esm/mixin.js +0 -172
- package/dist/node_modules/react-imask/esm/mixin.js.map +0 -1
- package/dist/node_modules/tailwind-merge/dist/bundle-mjs.js +0 -2467
- package/dist/node_modules/tailwind-merge/dist/bundle-mjs.js.map +0 -1
- package/dist/node_modules/use-sync-external-store/cjs/use-sync-external-store-with-selector.development.js +0 -81
- package/dist/node_modules/use-sync-external-store/cjs/use-sync-external-store-with-selector.development.js.map +0 -1
- package/dist/node_modules/use-sync-external-store/cjs/use-sync-external-store-with-selector.production.js +0 -77
- package/dist/node_modules/use-sync-external-store/cjs/use-sync-external-store-with-selector.production.js.map +0 -1
- package/dist/node_modules/use-sync-external-store/with-selector.js +0 -13
- package/dist/node_modules/use-sync-external-store/with-selector.js.map +0 -1
- /package/dist/components/{StepperForm → EventAddForm}/schemas/step1.d.ts +0 -0
- /package/dist/components/{StepperForm → EventAddForm}/schemas/utils.d.ts +0 -0
- /package/dist/components/{StepperForm → EventAddForm}/schemas/utils.js +0 -0
- /package/dist/components/{StepperForm → EventAddForm}/types.d.ts +0 -0
|
@@ -1,2467 +0,0 @@
|
|
|
1
|
-
const CLASS_PART_SEPARATOR = "-";
|
|
2
|
-
const createClassGroupUtils = (config) => {
|
|
3
|
-
const classMap = createClassMap(config);
|
|
4
|
-
const {
|
|
5
|
-
conflictingClassGroups,
|
|
6
|
-
conflictingClassGroupModifiers
|
|
7
|
-
} = config;
|
|
8
|
-
const getClassGroupId = (className) => {
|
|
9
|
-
const classParts = className.split(CLASS_PART_SEPARATOR);
|
|
10
|
-
if (classParts[0] === "" && classParts.length !== 1) {
|
|
11
|
-
classParts.shift();
|
|
12
|
-
}
|
|
13
|
-
return getGroupRecursive(classParts, classMap) || getGroupIdForArbitraryProperty(className);
|
|
14
|
-
};
|
|
15
|
-
const getConflictingClassGroupIds = (classGroupId, hasPostfixModifier) => {
|
|
16
|
-
const conflicts = conflictingClassGroups[classGroupId] || [];
|
|
17
|
-
if (hasPostfixModifier && conflictingClassGroupModifiers[classGroupId]) {
|
|
18
|
-
return [...conflicts, ...conflictingClassGroupModifiers[classGroupId]];
|
|
19
|
-
}
|
|
20
|
-
return conflicts;
|
|
21
|
-
};
|
|
22
|
-
return {
|
|
23
|
-
getClassGroupId,
|
|
24
|
-
getConflictingClassGroupIds
|
|
25
|
-
};
|
|
26
|
-
};
|
|
27
|
-
const getGroupRecursive = (classParts, classPartObject) => {
|
|
28
|
-
var _a;
|
|
29
|
-
if (classParts.length === 0) {
|
|
30
|
-
return classPartObject.classGroupId;
|
|
31
|
-
}
|
|
32
|
-
const currentClassPart = classParts[0];
|
|
33
|
-
const nextClassPartObject = classPartObject.nextPart.get(currentClassPart);
|
|
34
|
-
const classGroupFromNextClassPart = nextClassPartObject ? getGroupRecursive(classParts.slice(1), nextClassPartObject) : void 0;
|
|
35
|
-
if (classGroupFromNextClassPart) {
|
|
36
|
-
return classGroupFromNextClassPart;
|
|
37
|
-
}
|
|
38
|
-
if (classPartObject.validators.length === 0) {
|
|
39
|
-
return void 0;
|
|
40
|
-
}
|
|
41
|
-
const classRest = classParts.join(CLASS_PART_SEPARATOR);
|
|
42
|
-
return (_a = classPartObject.validators.find(({
|
|
43
|
-
validator
|
|
44
|
-
}) => validator(classRest))) == null ? void 0 : _a.classGroupId;
|
|
45
|
-
};
|
|
46
|
-
const arbitraryPropertyRegex = /^\[(.+)\]$/;
|
|
47
|
-
const getGroupIdForArbitraryProperty = (className) => {
|
|
48
|
-
if (arbitraryPropertyRegex.test(className)) {
|
|
49
|
-
const arbitraryPropertyClassName = arbitraryPropertyRegex.exec(className)[1];
|
|
50
|
-
const property = arbitraryPropertyClassName == null ? void 0 : arbitraryPropertyClassName.substring(0, arbitraryPropertyClassName.indexOf(":"));
|
|
51
|
-
if (property) {
|
|
52
|
-
return "arbitrary.." + property;
|
|
53
|
-
}
|
|
54
|
-
}
|
|
55
|
-
};
|
|
56
|
-
const createClassMap = (config) => {
|
|
57
|
-
const {
|
|
58
|
-
theme,
|
|
59
|
-
prefix
|
|
60
|
-
} = config;
|
|
61
|
-
const classMap = {
|
|
62
|
-
nextPart: /* @__PURE__ */ new Map(),
|
|
63
|
-
validators: []
|
|
64
|
-
};
|
|
65
|
-
const prefixedClassGroupEntries = getPrefixedClassGroupEntries(Object.entries(config.classGroups), prefix);
|
|
66
|
-
prefixedClassGroupEntries.forEach(([classGroupId, classGroup]) => {
|
|
67
|
-
processClassesRecursively(classGroup, classMap, classGroupId, theme);
|
|
68
|
-
});
|
|
69
|
-
return classMap;
|
|
70
|
-
};
|
|
71
|
-
const processClassesRecursively = (classGroup, classPartObject, classGroupId, theme) => {
|
|
72
|
-
classGroup.forEach((classDefinition) => {
|
|
73
|
-
if (typeof classDefinition === "string") {
|
|
74
|
-
const classPartObjectToEdit = classDefinition === "" ? classPartObject : getPart(classPartObject, classDefinition);
|
|
75
|
-
classPartObjectToEdit.classGroupId = classGroupId;
|
|
76
|
-
return;
|
|
77
|
-
}
|
|
78
|
-
if (typeof classDefinition === "function") {
|
|
79
|
-
if (isThemeGetter(classDefinition)) {
|
|
80
|
-
processClassesRecursively(classDefinition(theme), classPartObject, classGroupId, theme);
|
|
81
|
-
return;
|
|
82
|
-
}
|
|
83
|
-
classPartObject.validators.push({
|
|
84
|
-
validator: classDefinition,
|
|
85
|
-
classGroupId
|
|
86
|
-
});
|
|
87
|
-
return;
|
|
88
|
-
}
|
|
89
|
-
Object.entries(classDefinition).forEach(([key, classGroup2]) => {
|
|
90
|
-
processClassesRecursively(classGroup2, getPart(classPartObject, key), classGroupId, theme);
|
|
91
|
-
});
|
|
92
|
-
});
|
|
93
|
-
};
|
|
94
|
-
const getPart = (classPartObject, path) => {
|
|
95
|
-
let currentClassPartObject = classPartObject;
|
|
96
|
-
path.split(CLASS_PART_SEPARATOR).forEach((pathPart) => {
|
|
97
|
-
if (!currentClassPartObject.nextPart.has(pathPart)) {
|
|
98
|
-
currentClassPartObject.nextPart.set(pathPart, {
|
|
99
|
-
nextPart: /* @__PURE__ */ new Map(),
|
|
100
|
-
validators: []
|
|
101
|
-
});
|
|
102
|
-
}
|
|
103
|
-
currentClassPartObject = currentClassPartObject.nextPart.get(pathPart);
|
|
104
|
-
});
|
|
105
|
-
return currentClassPartObject;
|
|
106
|
-
};
|
|
107
|
-
const isThemeGetter = (func) => func.isThemeGetter;
|
|
108
|
-
const getPrefixedClassGroupEntries = (classGroupEntries, prefix) => {
|
|
109
|
-
if (!prefix) {
|
|
110
|
-
return classGroupEntries;
|
|
111
|
-
}
|
|
112
|
-
return classGroupEntries.map(([classGroupId, classGroup]) => {
|
|
113
|
-
const prefixedClassGroup = classGroup.map((classDefinition) => {
|
|
114
|
-
if (typeof classDefinition === "string") {
|
|
115
|
-
return prefix + classDefinition;
|
|
116
|
-
}
|
|
117
|
-
if (typeof classDefinition === "object") {
|
|
118
|
-
return Object.fromEntries(Object.entries(classDefinition).map(([key, value]) => [prefix + key, value]));
|
|
119
|
-
}
|
|
120
|
-
return classDefinition;
|
|
121
|
-
});
|
|
122
|
-
return [classGroupId, prefixedClassGroup];
|
|
123
|
-
});
|
|
124
|
-
};
|
|
125
|
-
const createLruCache = (maxCacheSize) => {
|
|
126
|
-
if (maxCacheSize < 1) {
|
|
127
|
-
return {
|
|
128
|
-
get: () => void 0,
|
|
129
|
-
set: () => {
|
|
130
|
-
}
|
|
131
|
-
};
|
|
132
|
-
}
|
|
133
|
-
let cacheSize = 0;
|
|
134
|
-
let cache = /* @__PURE__ */ new Map();
|
|
135
|
-
let previousCache = /* @__PURE__ */ new Map();
|
|
136
|
-
const update = (key, value) => {
|
|
137
|
-
cache.set(key, value);
|
|
138
|
-
cacheSize++;
|
|
139
|
-
if (cacheSize > maxCacheSize) {
|
|
140
|
-
cacheSize = 0;
|
|
141
|
-
previousCache = cache;
|
|
142
|
-
cache = /* @__PURE__ */ new Map();
|
|
143
|
-
}
|
|
144
|
-
};
|
|
145
|
-
return {
|
|
146
|
-
get(key) {
|
|
147
|
-
let value = cache.get(key);
|
|
148
|
-
if (value !== void 0) {
|
|
149
|
-
return value;
|
|
150
|
-
}
|
|
151
|
-
if ((value = previousCache.get(key)) !== void 0) {
|
|
152
|
-
update(key, value);
|
|
153
|
-
return value;
|
|
154
|
-
}
|
|
155
|
-
},
|
|
156
|
-
set(key, value) {
|
|
157
|
-
if (cache.has(key)) {
|
|
158
|
-
cache.set(key, value);
|
|
159
|
-
} else {
|
|
160
|
-
update(key, value);
|
|
161
|
-
}
|
|
162
|
-
}
|
|
163
|
-
};
|
|
164
|
-
};
|
|
165
|
-
const IMPORTANT_MODIFIER = "!";
|
|
166
|
-
const createParseClassName = (config) => {
|
|
167
|
-
const {
|
|
168
|
-
separator,
|
|
169
|
-
experimentalParseClassName
|
|
170
|
-
} = config;
|
|
171
|
-
const isSeparatorSingleCharacter = separator.length === 1;
|
|
172
|
-
const firstSeparatorCharacter = separator[0];
|
|
173
|
-
const separatorLength = separator.length;
|
|
174
|
-
const parseClassName = (className) => {
|
|
175
|
-
const modifiers = [];
|
|
176
|
-
let bracketDepth = 0;
|
|
177
|
-
let modifierStart = 0;
|
|
178
|
-
let postfixModifierPosition;
|
|
179
|
-
for (let index = 0; index < className.length; index++) {
|
|
180
|
-
let currentCharacter = className[index];
|
|
181
|
-
if (bracketDepth === 0) {
|
|
182
|
-
if (currentCharacter === firstSeparatorCharacter && (isSeparatorSingleCharacter || className.slice(index, index + separatorLength) === separator)) {
|
|
183
|
-
modifiers.push(className.slice(modifierStart, index));
|
|
184
|
-
modifierStart = index + separatorLength;
|
|
185
|
-
continue;
|
|
186
|
-
}
|
|
187
|
-
if (currentCharacter === "/") {
|
|
188
|
-
postfixModifierPosition = index;
|
|
189
|
-
continue;
|
|
190
|
-
}
|
|
191
|
-
}
|
|
192
|
-
if (currentCharacter === "[") {
|
|
193
|
-
bracketDepth++;
|
|
194
|
-
} else if (currentCharacter === "]") {
|
|
195
|
-
bracketDepth--;
|
|
196
|
-
}
|
|
197
|
-
}
|
|
198
|
-
const baseClassNameWithImportantModifier = modifiers.length === 0 ? className : className.substring(modifierStart);
|
|
199
|
-
const hasImportantModifier = baseClassNameWithImportantModifier.startsWith(IMPORTANT_MODIFIER);
|
|
200
|
-
const baseClassName = hasImportantModifier ? baseClassNameWithImportantModifier.substring(1) : baseClassNameWithImportantModifier;
|
|
201
|
-
const maybePostfixModifierPosition = postfixModifierPosition && postfixModifierPosition > modifierStart ? postfixModifierPosition - modifierStart : void 0;
|
|
202
|
-
return {
|
|
203
|
-
modifiers,
|
|
204
|
-
hasImportantModifier,
|
|
205
|
-
baseClassName,
|
|
206
|
-
maybePostfixModifierPosition
|
|
207
|
-
};
|
|
208
|
-
};
|
|
209
|
-
if (experimentalParseClassName) {
|
|
210
|
-
return (className) => experimentalParseClassName({
|
|
211
|
-
className,
|
|
212
|
-
parseClassName
|
|
213
|
-
});
|
|
214
|
-
}
|
|
215
|
-
return parseClassName;
|
|
216
|
-
};
|
|
217
|
-
const sortModifiers = (modifiers) => {
|
|
218
|
-
if (modifiers.length <= 1) {
|
|
219
|
-
return modifiers;
|
|
220
|
-
}
|
|
221
|
-
const sortedModifiers = [];
|
|
222
|
-
let unsortedModifiers = [];
|
|
223
|
-
modifiers.forEach((modifier) => {
|
|
224
|
-
const isArbitraryVariant = modifier[0] === "[";
|
|
225
|
-
if (isArbitraryVariant) {
|
|
226
|
-
sortedModifiers.push(...unsortedModifiers.sort(), modifier);
|
|
227
|
-
unsortedModifiers = [];
|
|
228
|
-
} else {
|
|
229
|
-
unsortedModifiers.push(modifier);
|
|
230
|
-
}
|
|
231
|
-
});
|
|
232
|
-
sortedModifiers.push(...unsortedModifiers.sort());
|
|
233
|
-
return sortedModifiers;
|
|
234
|
-
};
|
|
235
|
-
const createConfigUtils = (config) => ({
|
|
236
|
-
cache: createLruCache(config.cacheSize),
|
|
237
|
-
parseClassName: createParseClassName(config),
|
|
238
|
-
...createClassGroupUtils(config)
|
|
239
|
-
});
|
|
240
|
-
const SPLIT_CLASSES_REGEX = /\s+/;
|
|
241
|
-
const mergeClassList = (classList, configUtils) => {
|
|
242
|
-
const {
|
|
243
|
-
parseClassName,
|
|
244
|
-
getClassGroupId,
|
|
245
|
-
getConflictingClassGroupIds
|
|
246
|
-
} = configUtils;
|
|
247
|
-
const classGroupsInConflict = [];
|
|
248
|
-
const classNames = classList.trim().split(SPLIT_CLASSES_REGEX);
|
|
249
|
-
let result = "";
|
|
250
|
-
for (let index = classNames.length - 1; index >= 0; index -= 1) {
|
|
251
|
-
const originalClassName = classNames[index];
|
|
252
|
-
const {
|
|
253
|
-
modifiers,
|
|
254
|
-
hasImportantModifier,
|
|
255
|
-
baseClassName,
|
|
256
|
-
maybePostfixModifierPosition
|
|
257
|
-
} = parseClassName(originalClassName);
|
|
258
|
-
let hasPostfixModifier = Boolean(maybePostfixModifierPosition);
|
|
259
|
-
let classGroupId = getClassGroupId(hasPostfixModifier ? baseClassName.substring(0, maybePostfixModifierPosition) : baseClassName);
|
|
260
|
-
if (!classGroupId) {
|
|
261
|
-
if (!hasPostfixModifier) {
|
|
262
|
-
result = originalClassName + (result.length > 0 ? " " + result : result);
|
|
263
|
-
continue;
|
|
264
|
-
}
|
|
265
|
-
classGroupId = getClassGroupId(baseClassName);
|
|
266
|
-
if (!classGroupId) {
|
|
267
|
-
result = originalClassName + (result.length > 0 ? " " + result : result);
|
|
268
|
-
continue;
|
|
269
|
-
}
|
|
270
|
-
hasPostfixModifier = false;
|
|
271
|
-
}
|
|
272
|
-
const variantModifier = sortModifiers(modifiers).join(":");
|
|
273
|
-
const modifierId = hasImportantModifier ? variantModifier + IMPORTANT_MODIFIER : variantModifier;
|
|
274
|
-
const classId = modifierId + classGroupId;
|
|
275
|
-
if (classGroupsInConflict.includes(classId)) {
|
|
276
|
-
continue;
|
|
277
|
-
}
|
|
278
|
-
classGroupsInConflict.push(classId);
|
|
279
|
-
const conflictGroups = getConflictingClassGroupIds(classGroupId, hasPostfixModifier);
|
|
280
|
-
for (let i = 0; i < conflictGroups.length; ++i) {
|
|
281
|
-
const group = conflictGroups[i];
|
|
282
|
-
classGroupsInConflict.push(modifierId + group);
|
|
283
|
-
}
|
|
284
|
-
result = originalClassName + (result.length > 0 ? " " + result : result);
|
|
285
|
-
}
|
|
286
|
-
return result;
|
|
287
|
-
};
|
|
288
|
-
function twJoin() {
|
|
289
|
-
let index = 0;
|
|
290
|
-
let argument;
|
|
291
|
-
let resolvedValue;
|
|
292
|
-
let string = "";
|
|
293
|
-
while (index < arguments.length) {
|
|
294
|
-
if (argument = arguments[index++]) {
|
|
295
|
-
if (resolvedValue = toValue(argument)) {
|
|
296
|
-
string && (string += " ");
|
|
297
|
-
string += resolvedValue;
|
|
298
|
-
}
|
|
299
|
-
}
|
|
300
|
-
}
|
|
301
|
-
return string;
|
|
302
|
-
}
|
|
303
|
-
const toValue = (mix) => {
|
|
304
|
-
if (typeof mix === "string") {
|
|
305
|
-
return mix;
|
|
306
|
-
}
|
|
307
|
-
let resolvedValue;
|
|
308
|
-
let string = "";
|
|
309
|
-
for (let k = 0; k < mix.length; k++) {
|
|
310
|
-
if (mix[k]) {
|
|
311
|
-
if (resolvedValue = toValue(mix[k])) {
|
|
312
|
-
string && (string += " ");
|
|
313
|
-
string += resolvedValue;
|
|
314
|
-
}
|
|
315
|
-
}
|
|
316
|
-
}
|
|
317
|
-
return string;
|
|
318
|
-
};
|
|
319
|
-
function createTailwindMerge(createConfigFirst, ...createConfigRest) {
|
|
320
|
-
let configUtils;
|
|
321
|
-
let cacheGet;
|
|
322
|
-
let cacheSet;
|
|
323
|
-
let functionToCall = initTailwindMerge;
|
|
324
|
-
function initTailwindMerge(classList) {
|
|
325
|
-
const config = createConfigRest.reduce((previousConfig, createConfigCurrent) => createConfigCurrent(previousConfig), createConfigFirst());
|
|
326
|
-
configUtils = createConfigUtils(config);
|
|
327
|
-
cacheGet = configUtils.cache.get;
|
|
328
|
-
cacheSet = configUtils.cache.set;
|
|
329
|
-
functionToCall = tailwindMerge;
|
|
330
|
-
return tailwindMerge(classList);
|
|
331
|
-
}
|
|
332
|
-
function tailwindMerge(classList) {
|
|
333
|
-
const cachedResult = cacheGet(classList);
|
|
334
|
-
if (cachedResult) {
|
|
335
|
-
return cachedResult;
|
|
336
|
-
}
|
|
337
|
-
const result = mergeClassList(classList, configUtils);
|
|
338
|
-
cacheSet(classList, result);
|
|
339
|
-
return result;
|
|
340
|
-
}
|
|
341
|
-
return function callTailwindMerge() {
|
|
342
|
-
return functionToCall(twJoin.apply(null, arguments));
|
|
343
|
-
};
|
|
344
|
-
}
|
|
345
|
-
const fromTheme = (key) => {
|
|
346
|
-
const themeGetter = (theme) => theme[key] || [];
|
|
347
|
-
themeGetter.isThemeGetter = true;
|
|
348
|
-
return themeGetter;
|
|
349
|
-
};
|
|
350
|
-
const arbitraryValueRegex = /^\[(?:([a-z-]+):)?(.+)\]$/i;
|
|
351
|
-
const fractionRegex = /^\d+\/\d+$/;
|
|
352
|
-
const stringLengths = /* @__PURE__ */ new Set(["px", "full", "screen"]);
|
|
353
|
-
const tshirtUnitRegex = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/;
|
|
354
|
-
const lengthUnitRegex = /\d+(%|px|r?em|[sdl]?v([hwib]|min|max)|pt|pc|in|cm|mm|cap|ch|ex|r?lh|cq(w|h|i|b|min|max))|\b(calc|min|max|clamp)\(.+\)|^0$/;
|
|
355
|
-
const colorFunctionRegex = /^(rgba?|hsla?|hwb|(ok)?(lab|lch)|color-mix)\(.+\)$/;
|
|
356
|
-
const shadowRegex = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/;
|
|
357
|
-
const imageRegex = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/;
|
|
358
|
-
const isLength = (value) => isNumber(value) || stringLengths.has(value) || fractionRegex.test(value);
|
|
359
|
-
const isArbitraryLength = (value) => getIsArbitraryValue(value, "length", isLengthOnly);
|
|
360
|
-
const isNumber = (value) => Boolean(value) && !Number.isNaN(Number(value));
|
|
361
|
-
const isArbitraryNumber = (value) => getIsArbitraryValue(value, "number", isNumber);
|
|
362
|
-
const isInteger = (value) => Boolean(value) && Number.isInteger(Number(value));
|
|
363
|
-
const isPercent = (value) => value.endsWith("%") && isNumber(value.slice(0, -1));
|
|
364
|
-
const isArbitraryValue = (value) => arbitraryValueRegex.test(value);
|
|
365
|
-
const isTshirtSize = (value) => tshirtUnitRegex.test(value);
|
|
366
|
-
const sizeLabels = /* @__PURE__ */ new Set(["length", "size", "percentage"]);
|
|
367
|
-
const isArbitrarySize = (value) => getIsArbitraryValue(value, sizeLabels, isNever);
|
|
368
|
-
const isArbitraryPosition = (value) => getIsArbitraryValue(value, "position", isNever);
|
|
369
|
-
const imageLabels = /* @__PURE__ */ new Set(["image", "url"]);
|
|
370
|
-
const isArbitraryImage = (value) => getIsArbitraryValue(value, imageLabels, isImage);
|
|
371
|
-
const isArbitraryShadow = (value) => getIsArbitraryValue(value, "", isShadow);
|
|
372
|
-
const isAny = () => true;
|
|
373
|
-
const getIsArbitraryValue = (value, label, testValue) => {
|
|
374
|
-
const result = arbitraryValueRegex.exec(value);
|
|
375
|
-
if (result) {
|
|
376
|
-
if (result[1]) {
|
|
377
|
-
return typeof label === "string" ? result[1] === label : label.has(result[1]);
|
|
378
|
-
}
|
|
379
|
-
return testValue(result[2]);
|
|
380
|
-
}
|
|
381
|
-
return false;
|
|
382
|
-
};
|
|
383
|
-
const isLengthOnly = (value) => (
|
|
384
|
-
// `colorFunctionRegex` check is necessary because color functions can have percentages in them which which would be incorrectly classified as lengths.
|
|
385
|
-
// For example, `hsl(0 0% 0%)` would be classified as a length without this check.
|
|
386
|
-
// I could also use lookbehind assertion in `lengthUnitRegex` but that isn't supported widely enough.
|
|
387
|
-
lengthUnitRegex.test(value) && !colorFunctionRegex.test(value)
|
|
388
|
-
);
|
|
389
|
-
const isNever = () => false;
|
|
390
|
-
const isShadow = (value) => shadowRegex.test(value);
|
|
391
|
-
const isImage = (value) => imageRegex.test(value);
|
|
392
|
-
const getDefaultConfig = () => {
|
|
393
|
-
const colors = fromTheme("colors");
|
|
394
|
-
const spacing = fromTheme("spacing");
|
|
395
|
-
const blur = fromTheme("blur");
|
|
396
|
-
const brightness = fromTheme("brightness");
|
|
397
|
-
const borderColor = fromTheme("borderColor");
|
|
398
|
-
const borderRadius = fromTheme("borderRadius");
|
|
399
|
-
const borderSpacing = fromTheme("borderSpacing");
|
|
400
|
-
const borderWidth = fromTheme("borderWidth");
|
|
401
|
-
const contrast = fromTheme("contrast");
|
|
402
|
-
const grayscale = fromTheme("grayscale");
|
|
403
|
-
const hueRotate = fromTheme("hueRotate");
|
|
404
|
-
const invert = fromTheme("invert");
|
|
405
|
-
const gap = fromTheme("gap");
|
|
406
|
-
const gradientColorStops = fromTheme("gradientColorStops");
|
|
407
|
-
const gradientColorStopPositions = fromTheme("gradientColorStopPositions");
|
|
408
|
-
const inset = fromTheme("inset");
|
|
409
|
-
const margin = fromTheme("margin");
|
|
410
|
-
const opacity = fromTheme("opacity");
|
|
411
|
-
const padding = fromTheme("padding");
|
|
412
|
-
const saturate = fromTheme("saturate");
|
|
413
|
-
const scale = fromTheme("scale");
|
|
414
|
-
const sepia = fromTheme("sepia");
|
|
415
|
-
const skew = fromTheme("skew");
|
|
416
|
-
const space = fromTheme("space");
|
|
417
|
-
const translate = fromTheme("translate");
|
|
418
|
-
const getOverscroll = () => ["auto", "contain", "none"];
|
|
419
|
-
const getOverflow = () => ["auto", "hidden", "clip", "visible", "scroll"];
|
|
420
|
-
const getSpacingWithAutoAndArbitrary = () => ["auto", isArbitraryValue, spacing];
|
|
421
|
-
const getSpacingWithArbitrary = () => [isArbitraryValue, spacing];
|
|
422
|
-
const getLengthWithEmptyAndArbitrary = () => ["", isLength, isArbitraryLength];
|
|
423
|
-
const getNumberWithAutoAndArbitrary = () => ["auto", isNumber, isArbitraryValue];
|
|
424
|
-
const getPositions = () => ["bottom", "center", "left", "left-bottom", "left-top", "right", "right-bottom", "right-top", "top"];
|
|
425
|
-
const getLineStyles = () => ["solid", "dashed", "dotted", "double", "none"];
|
|
426
|
-
const getBlendModes = () => ["normal", "multiply", "screen", "overlay", "darken", "lighten", "color-dodge", "color-burn", "hard-light", "soft-light", "difference", "exclusion", "hue", "saturation", "color", "luminosity"];
|
|
427
|
-
const getAlign = () => ["start", "end", "center", "between", "around", "evenly", "stretch"];
|
|
428
|
-
const getZeroAndEmpty = () => ["", "0", isArbitraryValue];
|
|
429
|
-
const getBreaks = () => ["auto", "avoid", "all", "avoid-page", "page", "left", "right", "column"];
|
|
430
|
-
const getNumberAndArbitrary = () => [isNumber, isArbitraryValue];
|
|
431
|
-
return {
|
|
432
|
-
cacheSize: 500,
|
|
433
|
-
separator: ":",
|
|
434
|
-
theme: {
|
|
435
|
-
colors: [isAny],
|
|
436
|
-
spacing: [isLength, isArbitraryLength],
|
|
437
|
-
blur: ["none", "", isTshirtSize, isArbitraryValue],
|
|
438
|
-
brightness: getNumberAndArbitrary(),
|
|
439
|
-
borderColor: [colors],
|
|
440
|
-
borderRadius: ["none", "", "full", isTshirtSize, isArbitraryValue],
|
|
441
|
-
borderSpacing: getSpacingWithArbitrary(),
|
|
442
|
-
borderWidth: getLengthWithEmptyAndArbitrary(),
|
|
443
|
-
contrast: getNumberAndArbitrary(),
|
|
444
|
-
grayscale: getZeroAndEmpty(),
|
|
445
|
-
hueRotate: getNumberAndArbitrary(),
|
|
446
|
-
invert: getZeroAndEmpty(),
|
|
447
|
-
gap: getSpacingWithArbitrary(),
|
|
448
|
-
gradientColorStops: [colors],
|
|
449
|
-
gradientColorStopPositions: [isPercent, isArbitraryLength],
|
|
450
|
-
inset: getSpacingWithAutoAndArbitrary(),
|
|
451
|
-
margin: getSpacingWithAutoAndArbitrary(),
|
|
452
|
-
opacity: getNumberAndArbitrary(),
|
|
453
|
-
padding: getSpacingWithArbitrary(),
|
|
454
|
-
saturate: getNumberAndArbitrary(),
|
|
455
|
-
scale: getNumberAndArbitrary(),
|
|
456
|
-
sepia: getZeroAndEmpty(),
|
|
457
|
-
skew: getNumberAndArbitrary(),
|
|
458
|
-
space: getSpacingWithArbitrary(),
|
|
459
|
-
translate: getSpacingWithArbitrary()
|
|
460
|
-
},
|
|
461
|
-
classGroups: {
|
|
462
|
-
// Layout
|
|
463
|
-
/**
|
|
464
|
-
* Aspect Ratio
|
|
465
|
-
* @see https://tailwindcss.com/docs/aspect-ratio
|
|
466
|
-
*/
|
|
467
|
-
aspect: [{
|
|
468
|
-
aspect: ["auto", "square", "video", isArbitraryValue]
|
|
469
|
-
}],
|
|
470
|
-
/**
|
|
471
|
-
* Container
|
|
472
|
-
* @see https://tailwindcss.com/docs/container
|
|
473
|
-
*/
|
|
474
|
-
container: ["container"],
|
|
475
|
-
/**
|
|
476
|
-
* Columns
|
|
477
|
-
* @see https://tailwindcss.com/docs/columns
|
|
478
|
-
*/
|
|
479
|
-
columns: [{
|
|
480
|
-
columns: [isTshirtSize]
|
|
481
|
-
}],
|
|
482
|
-
/**
|
|
483
|
-
* Break After
|
|
484
|
-
* @see https://tailwindcss.com/docs/break-after
|
|
485
|
-
*/
|
|
486
|
-
"break-after": [{
|
|
487
|
-
"break-after": getBreaks()
|
|
488
|
-
}],
|
|
489
|
-
/**
|
|
490
|
-
* Break Before
|
|
491
|
-
* @see https://tailwindcss.com/docs/break-before
|
|
492
|
-
*/
|
|
493
|
-
"break-before": [{
|
|
494
|
-
"break-before": getBreaks()
|
|
495
|
-
}],
|
|
496
|
-
/**
|
|
497
|
-
* Break Inside
|
|
498
|
-
* @see https://tailwindcss.com/docs/break-inside
|
|
499
|
-
*/
|
|
500
|
-
"break-inside": [{
|
|
501
|
-
"break-inside": ["auto", "avoid", "avoid-page", "avoid-column"]
|
|
502
|
-
}],
|
|
503
|
-
/**
|
|
504
|
-
* Box Decoration Break
|
|
505
|
-
* @see https://tailwindcss.com/docs/box-decoration-break
|
|
506
|
-
*/
|
|
507
|
-
"box-decoration": [{
|
|
508
|
-
"box-decoration": ["slice", "clone"]
|
|
509
|
-
}],
|
|
510
|
-
/**
|
|
511
|
-
* Box Sizing
|
|
512
|
-
* @see https://tailwindcss.com/docs/box-sizing
|
|
513
|
-
*/
|
|
514
|
-
box: [{
|
|
515
|
-
box: ["border", "content"]
|
|
516
|
-
}],
|
|
517
|
-
/**
|
|
518
|
-
* Display
|
|
519
|
-
* @see https://tailwindcss.com/docs/display
|
|
520
|
-
*/
|
|
521
|
-
display: ["block", "inline-block", "inline", "flex", "inline-flex", "table", "inline-table", "table-caption", "table-cell", "table-column", "table-column-group", "table-footer-group", "table-header-group", "table-row-group", "table-row", "flow-root", "grid", "inline-grid", "contents", "list-item", "hidden"],
|
|
522
|
-
/**
|
|
523
|
-
* Floats
|
|
524
|
-
* @see https://tailwindcss.com/docs/float
|
|
525
|
-
*/
|
|
526
|
-
float: [{
|
|
527
|
-
float: ["right", "left", "none", "start", "end"]
|
|
528
|
-
}],
|
|
529
|
-
/**
|
|
530
|
-
* Clear
|
|
531
|
-
* @see https://tailwindcss.com/docs/clear
|
|
532
|
-
*/
|
|
533
|
-
clear: [{
|
|
534
|
-
clear: ["left", "right", "both", "none", "start", "end"]
|
|
535
|
-
}],
|
|
536
|
-
/**
|
|
537
|
-
* Isolation
|
|
538
|
-
* @see https://tailwindcss.com/docs/isolation
|
|
539
|
-
*/
|
|
540
|
-
isolation: ["isolate", "isolation-auto"],
|
|
541
|
-
/**
|
|
542
|
-
* Object Fit
|
|
543
|
-
* @see https://tailwindcss.com/docs/object-fit
|
|
544
|
-
*/
|
|
545
|
-
"object-fit": [{
|
|
546
|
-
object: ["contain", "cover", "fill", "none", "scale-down"]
|
|
547
|
-
}],
|
|
548
|
-
/**
|
|
549
|
-
* Object Position
|
|
550
|
-
* @see https://tailwindcss.com/docs/object-position
|
|
551
|
-
*/
|
|
552
|
-
"object-position": [{
|
|
553
|
-
object: [...getPositions(), isArbitraryValue]
|
|
554
|
-
}],
|
|
555
|
-
/**
|
|
556
|
-
* Overflow
|
|
557
|
-
* @see https://tailwindcss.com/docs/overflow
|
|
558
|
-
*/
|
|
559
|
-
overflow: [{
|
|
560
|
-
overflow: getOverflow()
|
|
561
|
-
}],
|
|
562
|
-
/**
|
|
563
|
-
* Overflow X
|
|
564
|
-
* @see https://tailwindcss.com/docs/overflow
|
|
565
|
-
*/
|
|
566
|
-
"overflow-x": [{
|
|
567
|
-
"overflow-x": getOverflow()
|
|
568
|
-
}],
|
|
569
|
-
/**
|
|
570
|
-
* Overflow Y
|
|
571
|
-
* @see https://tailwindcss.com/docs/overflow
|
|
572
|
-
*/
|
|
573
|
-
"overflow-y": [{
|
|
574
|
-
"overflow-y": getOverflow()
|
|
575
|
-
}],
|
|
576
|
-
/**
|
|
577
|
-
* Overscroll Behavior
|
|
578
|
-
* @see https://tailwindcss.com/docs/overscroll-behavior
|
|
579
|
-
*/
|
|
580
|
-
overscroll: [{
|
|
581
|
-
overscroll: getOverscroll()
|
|
582
|
-
}],
|
|
583
|
-
/**
|
|
584
|
-
* Overscroll Behavior X
|
|
585
|
-
* @see https://tailwindcss.com/docs/overscroll-behavior
|
|
586
|
-
*/
|
|
587
|
-
"overscroll-x": [{
|
|
588
|
-
"overscroll-x": getOverscroll()
|
|
589
|
-
}],
|
|
590
|
-
/**
|
|
591
|
-
* Overscroll Behavior Y
|
|
592
|
-
* @see https://tailwindcss.com/docs/overscroll-behavior
|
|
593
|
-
*/
|
|
594
|
-
"overscroll-y": [{
|
|
595
|
-
"overscroll-y": getOverscroll()
|
|
596
|
-
}],
|
|
597
|
-
/**
|
|
598
|
-
* Position
|
|
599
|
-
* @see https://tailwindcss.com/docs/position
|
|
600
|
-
*/
|
|
601
|
-
position: ["static", "fixed", "absolute", "relative", "sticky"],
|
|
602
|
-
/**
|
|
603
|
-
* Top / Right / Bottom / Left
|
|
604
|
-
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
605
|
-
*/
|
|
606
|
-
inset: [{
|
|
607
|
-
inset: [inset]
|
|
608
|
-
}],
|
|
609
|
-
/**
|
|
610
|
-
* Right / Left
|
|
611
|
-
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
612
|
-
*/
|
|
613
|
-
"inset-x": [{
|
|
614
|
-
"inset-x": [inset]
|
|
615
|
-
}],
|
|
616
|
-
/**
|
|
617
|
-
* Top / Bottom
|
|
618
|
-
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
619
|
-
*/
|
|
620
|
-
"inset-y": [{
|
|
621
|
-
"inset-y": [inset]
|
|
622
|
-
}],
|
|
623
|
-
/**
|
|
624
|
-
* Start
|
|
625
|
-
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
626
|
-
*/
|
|
627
|
-
start: [{
|
|
628
|
-
start: [inset]
|
|
629
|
-
}],
|
|
630
|
-
/**
|
|
631
|
-
* End
|
|
632
|
-
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
633
|
-
*/
|
|
634
|
-
end: [{
|
|
635
|
-
end: [inset]
|
|
636
|
-
}],
|
|
637
|
-
/**
|
|
638
|
-
* Top
|
|
639
|
-
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
640
|
-
*/
|
|
641
|
-
top: [{
|
|
642
|
-
top: [inset]
|
|
643
|
-
}],
|
|
644
|
-
/**
|
|
645
|
-
* Right
|
|
646
|
-
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
647
|
-
*/
|
|
648
|
-
right: [{
|
|
649
|
-
right: [inset]
|
|
650
|
-
}],
|
|
651
|
-
/**
|
|
652
|
-
* Bottom
|
|
653
|
-
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
654
|
-
*/
|
|
655
|
-
bottom: [{
|
|
656
|
-
bottom: [inset]
|
|
657
|
-
}],
|
|
658
|
-
/**
|
|
659
|
-
* Left
|
|
660
|
-
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
661
|
-
*/
|
|
662
|
-
left: [{
|
|
663
|
-
left: [inset]
|
|
664
|
-
}],
|
|
665
|
-
/**
|
|
666
|
-
* Visibility
|
|
667
|
-
* @see https://tailwindcss.com/docs/visibility
|
|
668
|
-
*/
|
|
669
|
-
visibility: ["visible", "invisible", "collapse"],
|
|
670
|
-
/**
|
|
671
|
-
* Z-Index
|
|
672
|
-
* @see https://tailwindcss.com/docs/z-index
|
|
673
|
-
*/
|
|
674
|
-
z: [{
|
|
675
|
-
z: ["auto", isInteger, isArbitraryValue]
|
|
676
|
-
}],
|
|
677
|
-
// Flexbox and Grid
|
|
678
|
-
/**
|
|
679
|
-
* Flex Basis
|
|
680
|
-
* @see https://tailwindcss.com/docs/flex-basis
|
|
681
|
-
*/
|
|
682
|
-
basis: [{
|
|
683
|
-
basis: getSpacingWithAutoAndArbitrary()
|
|
684
|
-
}],
|
|
685
|
-
/**
|
|
686
|
-
* Flex Direction
|
|
687
|
-
* @see https://tailwindcss.com/docs/flex-direction
|
|
688
|
-
*/
|
|
689
|
-
"flex-direction": [{
|
|
690
|
-
flex: ["row", "row-reverse", "col", "col-reverse"]
|
|
691
|
-
}],
|
|
692
|
-
/**
|
|
693
|
-
* Flex Wrap
|
|
694
|
-
* @see https://tailwindcss.com/docs/flex-wrap
|
|
695
|
-
*/
|
|
696
|
-
"flex-wrap": [{
|
|
697
|
-
flex: ["wrap", "wrap-reverse", "nowrap"]
|
|
698
|
-
}],
|
|
699
|
-
/**
|
|
700
|
-
* Flex
|
|
701
|
-
* @see https://tailwindcss.com/docs/flex
|
|
702
|
-
*/
|
|
703
|
-
flex: [{
|
|
704
|
-
flex: ["1", "auto", "initial", "none", isArbitraryValue]
|
|
705
|
-
}],
|
|
706
|
-
/**
|
|
707
|
-
* Flex Grow
|
|
708
|
-
* @see https://tailwindcss.com/docs/flex-grow
|
|
709
|
-
*/
|
|
710
|
-
grow: [{
|
|
711
|
-
grow: getZeroAndEmpty()
|
|
712
|
-
}],
|
|
713
|
-
/**
|
|
714
|
-
* Flex Shrink
|
|
715
|
-
* @see https://tailwindcss.com/docs/flex-shrink
|
|
716
|
-
*/
|
|
717
|
-
shrink: [{
|
|
718
|
-
shrink: getZeroAndEmpty()
|
|
719
|
-
}],
|
|
720
|
-
/**
|
|
721
|
-
* Order
|
|
722
|
-
* @see https://tailwindcss.com/docs/order
|
|
723
|
-
*/
|
|
724
|
-
order: [{
|
|
725
|
-
order: ["first", "last", "none", isInteger, isArbitraryValue]
|
|
726
|
-
}],
|
|
727
|
-
/**
|
|
728
|
-
* Grid Template Columns
|
|
729
|
-
* @see https://tailwindcss.com/docs/grid-template-columns
|
|
730
|
-
*/
|
|
731
|
-
"grid-cols": [{
|
|
732
|
-
"grid-cols": [isAny]
|
|
733
|
-
}],
|
|
734
|
-
/**
|
|
735
|
-
* Grid Column Start / End
|
|
736
|
-
* @see https://tailwindcss.com/docs/grid-column
|
|
737
|
-
*/
|
|
738
|
-
"col-start-end": [{
|
|
739
|
-
col: ["auto", {
|
|
740
|
-
span: ["full", isInteger, isArbitraryValue]
|
|
741
|
-
}, isArbitraryValue]
|
|
742
|
-
}],
|
|
743
|
-
/**
|
|
744
|
-
* Grid Column Start
|
|
745
|
-
* @see https://tailwindcss.com/docs/grid-column
|
|
746
|
-
*/
|
|
747
|
-
"col-start": [{
|
|
748
|
-
"col-start": getNumberWithAutoAndArbitrary()
|
|
749
|
-
}],
|
|
750
|
-
/**
|
|
751
|
-
* Grid Column End
|
|
752
|
-
* @see https://tailwindcss.com/docs/grid-column
|
|
753
|
-
*/
|
|
754
|
-
"col-end": [{
|
|
755
|
-
"col-end": getNumberWithAutoAndArbitrary()
|
|
756
|
-
}],
|
|
757
|
-
/**
|
|
758
|
-
* Grid Template Rows
|
|
759
|
-
* @see https://tailwindcss.com/docs/grid-template-rows
|
|
760
|
-
*/
|
|
761
|
-
"grid-rows": [{
|
|
762
|
-
"grid-rows": [isAny]
|
|
763
|
-
}],
|
|
764
|
-
/**
|
|
765
|
-
* Grid Row Start / End
|
|
766
|
-
* @see https://tailwindcss.com/docs/grid-row
|
|
767
|
-
*/
|
|
768
|
-
"row-start-end": [{
|
|
769
|
-
row: ["auto", {
|
|
770
|
-
span: [isInteger, isArbitraryValue]
|
|
771
|
-
}, isArbitraryValue]
|
|
772
|
-
}],
|
|
773
|
-
/**
|
|
774
|
-
* Grid Row Start
|
|
775
|
-
* @see https://tailwindcss.com/docs/grid-row
|
|
776
|
-
*/
|
|
777
|
-
"row-start": [{
|
|
778
|
-
"row-start": getNumberWithAutoAndArbitrary()
|
|
779
|
-
}],
|
|
780
|
-
/**
|
|
781
|
-
* Grid Row End
|
|
782
|
-
* @see https://tailwindcss.com/docs/grid-row
|
|
783
|
-
*/
|
|
784
|
-
"row-end": [{
|
|
785
|
-
"row-end": getNumberWithAutoAndArbitrary()
|
|
786
|
-
}],
|
|
787
|
-
/**
|
|
788
|
-
* Grid Auto Flow
|
|
789
|
-
* @see https://tailwindcss.com/docs/grid-auto-flow
|
|
790
|
-
*/
|
|
791
|
-
"grid-flow": [{
|
|
792
|
-
"grid-flow": ["row", "col", "dense", "row-dense", "col-dense"]
|
|
793
|
-
}],
|
|
794
|
-
/**
|
|
795
|
-
* Grid Auto Columns
|
|
796
|
-
* @see https://tailwindcss.com/docs/grid-auto-columns
|
|
797
|
-
*/
|
|
798
|
-
"auto-cols": [{
|
|
799
|
-
"auto-cols": ["auto", "min", "max", "fr", isArbitraryValue]
|
|
800
|
-
}],
|
|
801
|
-
/**
|
|
802
|
-
* Grid Auto Rows
|
|
803
|
-
* @see https://tailwindcss.com/docs/grid-auto-rows
|
|
804
|
-
*/
|
|
805
|
-
"auto-rows": [{
|
|
806
|
-
"auto-rows": ["auto", "min", "max", "fr", isArbitraryValue]
|
|
807
|
-
}],
|
|
808
|
-
/**
|
|
809
|
-
* Gap
|
|
810
|
-
* @see https://tailwindcss.com/docs/gap
|
|
811
|
-
*/
|
|
812
|
-
gap: [{
|
|
813
|
-
gap: [gap]
|
|
814
|
-
}],
|
|
815
|
-
/**
|
|
816
|
-
* Gap X
|
|
817
|
-
* @see https://tailwindcss.com/docs/gap
|
|
818
|
-
*/
|
|
819
|
-
"gap-x": [{
|
|
820
|
-
"gap-x": [gap]
|
|
821
|
-
}],
|
|
822
|
-
/**
|
|
823
|
-
* Gap Y
|
|
824
|
-
* @see https://tailwindcss.com/docs/gap
|
|
825
|
-
*/
|
|
826
|
-
"gap-y": [{
|
|
827
|
-
"gap-y": [gap]
|
|
828
|
-
}],
|
|
829
|
-
/**
|
|
830
|
-
* Justify Content
|
|
831
|
-
* @see https://tailwindcss.com/docs/justify-content
|
|
832
|
-
*/
|
|
833
|
-
"justify-content": [{
|
|
834
|
-
justify: ["normal", ...getAlign()]
|
|
835
|
-
}],
|
|
836
|
-
/**
|
|
837
|
-
* Justify Items
|
|
838
|
-
* @see https://tailwindcss.com/docs/justify-items
|
|
839
|
-
*/
|
|
840
|
-
"justify-items": [{
|
|
841
|
-
"justify-items": ["start", "end", "center", "stretch"]
|
|
842
|
-
}],
|
|
843
|
-
/**
|
|
844
|
-
* Justify Self
|
|
845
|
-
* @see https://tailwindcss.com/docs/justify-self
|
|
846
|
-
*/
|
|
847
|
-
"justify-self": [{
|
|
848
|
-
"justify-self": ["auto", "start", "end", "center", "stretch"]
|
|
849
|
-
}],
|
|
850
|
-
/**
|
|
851
|
-
* Align Content
|
|
852
|
-
* @see https://tailwindcss.com/docs/align-content
|
|
853
|
-
*/
|
|
854
|
-
"align-content": [{
|
|
855
|
-
content: ["normal", ...getAlign(), "baseline"]
|
|
856
|
-
}],
|
|
857
|
-
/**
|
|
858
|
-
* Align Items
|
|
859
|
-
* @see https://tailwindcss.com/docs/align-items
|
|
860
|
-
*/
|
|
861
|
-
"align-items": [{
|
|
862
|
-
items: ["start", "end", "center", "baseline", "stretch"]
|
|
863
|
-
}],
|
|
864
|
-
/**
|
|
865
|
-
* Align Self
|
|
866
|
-
* @see https://tailwindcss.com/docs/align-self
|
|
867
|
-
*/
|
|
868
|
-
"align-self": [{
|
|
869
|
-
self: ["auto", "start", "end", "center", "stretch", "baseline"]
|
|
870
|
-
}],
|
|
871
|
-
/**
|
|
872
|
-
* Place Content
|
|
873
|
-
* @see https://tailwindcss.com/docs/place-content
|
|
874
|
-
*/
|
|
875
|
-
"place-content": [{
|
|
876
|
-
"place-content": [...getAlign(), "baseline"]
|
|
877
|
-
}],
|
|
878
|
-
/**
|
|
879
|
-
* Place Items
|
|
880
|
-
* @see https://tailwindcss.com/docs/place-items
|
|
881
|
-
*/
|
|
882
|
-
"place-items": [{
|
|
883
|
-
"place-items": ["start", "end", "center", "baseline", "stretch"]
|
|
884
|
-
}],
|
|
885
|
-
/**
|
|
886
|
-
* Place Self
|
|
887
|
-
* @see https://tailwindcss.com/docs/place-self
|
|
888
|
-
*/
|
|
889
|
-
"place-self": [{
|
|
890
|
-
"place-self": ["auto", "start", "end", "center", "stretch"]
|
|
891
|
-
}],
|
|
892
|
-
// Spacing
|
|
893
|
-
/**
|
|
894
|
-
* Padding
|
|
895
|
-
* @see https://tailwindcss.com/docs/padding
|
|
896
|
-
*/
|
|
897
|
-
p: [{
|
|
898
|
-
p: [padding]
|
|
899
|
-
}],
|
|
900
|
-
/**
|
|
901
|
-
* Padding X
|
|
902
|
-
* @see https://tailwindcss.com/docs/padding
|
|
903
|
-
*/
|
|
904
|
-
px: [{
|
|
905
|
-
px: [padding]
|
|
906
|
-
}],
|
|
907
|
-
/**
|
|
908
|
-
* Padding Y
|
|
909
|
-
* @see https://tailwindcss.com/docs/padding
|
|
910
|
-
*/
|
|
911
|
-
py: [{
|
|
912
|
-
py: [padding]
|
|
913
|
-
}],
|
|
914
|
-
/**
|
|
915
|
-
* Padding Start
|
|
916
|
-
* @see https://tailwindcss.com/docs/padding
|
|
917
|
-
*/
|
|
918
|
-
ps: [{
|
|
919
|
-
ps: [padding]
|
|
920
|
-
}],
|
|
921
|
-
/**
|
|
922
|
-
* Padding End
|
|
923
|
-
* @see https://tailwindcss.com/docs/padding
|
|
924
|
-
*/
|
|
925
|
-
pe: [{
|
|
926
|
-
pe: [padding]
|
|
927
|
-
}],
|
|
928
|
-
/**
|
|
929
|
-
* Padding Top
|
|
930
|
-
* @see https://tailwindcss.com/docs/padding
|
|
931
|
-
*/
|
|
932
|
-
pt: [{
|
|
933
|
-
pt: [padding]
|
|
934
|
-
}],
|
|
935
|
-
/**
|
|
936
|
-
* Padding Right
|
|
937
|
-
* @see https://tailwindcss.com/docs/padding
|
|
938
|
-
*/
|
|
939
|
-
pr: [{
|
|
940
|
-
pr: [padding]
|
|
941
|
-
}],
|
|
942
|
-
/**
|
|
943
|
-
* Padding Bottom
|
|
944
|
-
* @see https://tailwindcss.com/docs/padding
|
|
945
|
-
*/
|
|
946
|
-
pb: [{
|
|
947
|
-
pb: [padding]
|
|
948
|
-
}],
|
|
949
|
-
/**
|
|
950
|
-
* Padding Left
|
|
951
|
-
* @see https://tailwindcss.com/docs/padding
|
|
952
|
-
*/
|
|
953
|
-
pl: [{
|
|
954
|
-
pl: [padding]
|
|
955
|
-
}],
|
|
956
|
-
/**
|
|
957
|
-
* Margin
|
|
958
|
-
* @see https://tailwindcss.com/docs/margin
|
|
959
|
-
*/
|
|
960
|
-
m: [{
|
|
961
|
-
m: [margin]
|
|
962
|
-
}],
|
|
963
|
-
/**
|
|
964
|
-
* Margin X
|
|
965
|
-
* @see https://tailwindcss.com/docs/margin
|
|
966
|
-
*/
|
|
967
|
-
mx: [{
|
|
968
|
-
mx: [margin]
|
|
969
|
-
}],
|
|
970
|
-
/**
|
|
971
|
-
* Margin Y
|
|
972
|
-
* @see https://tailwindcss.com/docs/margin
|
|
973
|
-
*/
|
|
974
|
-
my: [{
|
|
975
|
-
my: [margin]
|
|
976
|
-
}],
|
|
977
|
-
/**
|
|
978
|
-
* Margin Start
|
|
979
|
-
* @see https://tailwindcss.com/docs/margin
|
|
980
|
-
*/
|
|
981
|
-
ms: [{
|
|
982
|
-
ms: [margin]
|
|
983
|
-
}],
|
|
984
|
-
/**
|
|
985
|
-
* Margin End
|
|
986
|
-
* @see https://tailwindcss.com/docs/margin
|
|
987
|
-
*/
|
|
988
|
-
me: [{
|
|
989
|
-
me: [margin]
|
|
990
|
-
}],
|
|
991
|
-
/**
|
|
992
|
-
* Margin Top
|
|
993
|
-
* @see https://tailwindcss.com/docs/margin
|
|
994
|
-
*/
|
|
995
|
-
mt: [{
|
|
996
|
-
mt: [margin]
|
|
997
|
-
}],
|
|
998
|
-
/**
|
|
999
|
-
* Margin Right
|
|
1000
|
-
* @see https://tailwindcss.com/docs/margin
|
|
1001
|
-
*/
|
|
1002
|
-
mr: [{
|
|
1003
|
-
mr: [margin]
|
|
1004
|
-
}],
|
|
1005
|
-
/**
|
|
1006
|
-
* Margin Bottom
|
|
1007
|
-
* @see https://tailwindcss.com/docs/margin
|
|
1008
|
-
*/
|
|
1009
|
-
mb: [{
|
|
1010
|
-
mb: [margin]
|
|
1011
|
-
}],
|
|
1012
|
-
/**
|
|
1013
|
-
* Margin Left
|
|
1014
|
-
* @see https://tailwindcss.com/docs/margin
|
|
1015
|
-
*/
|
|
1016
|
-
ml: [{
|
|
1017
|
-
ml: [margin]
|
|
1018
|
-
}],
|
|
1019
|
-
/**
|
|
1020
|
-
* Space Between X
|
|
1021
|
-
* @see https://tailwindcss.com/docs/space
|
|
1022
|
-
*/
|
|
1023
|
-
"space-x": [{
|
|
1024
|
-
"space-x": [space]
|
|
1025
|
-
}],
|
|
1026
|
-
/**
|
|
1027
|
-
* Space Between X Reverse
|
|
1028
|
-
* @see https://tailwindcss.com/docs/space
|
|
1029
|
-
*/
|
|
1030
|
-
"space-x-reverse": ["space-x-reverse"],
|
|
1031
|
-
/**
|
|
1032
|
-
* Space Between Y
|
|
1033
|
-
* @see https://tailwindcss.com/docs/space
|
|
1034
|
-
*/
|
|
1035
|
-
"space-y": [{
|
|
1036
|
-
"space-y": [space]
|
|
1037
|
-
}],
|
|
1038
|
-
/**
|
|
1039
|
-
* Space Between Y Reverse
|
|
1040
|
-
* @see https://tailwindcss.com/docs/space
|
|
1041
|
-
*/
|
|
1042
|
-
"space-y-reverse": ["space-y-reverse"],
|
|
1043
|
-
// Sizing
|
|
1044
|
-
/**
|
|
1045
|
-
* Width
|
|
1046
|
-
* @see https://tailwindcss.com/docs/width
|
|
1047
|
-
*/
|
|
1048
|
-
w: [{
|
|
1049
|
-
w: ["auto", "min", "max", "fit", "svw", "lvw", "dvw", isArbitraryValue, spacing]
|
|
1050
|
-
}],
|
|
1051
|
-
/**
|
|
1052
|
-
* Min-Width
|
|
1053
|
-
* @see https://tailwindcss.com/docs/min-width
|
|
1054
|
-
*/
|
|
1055
|
-
"min-w": [{
|
|
1056
|
-
"min-w": [isArbitraryValue, spacing, "min", "max", "fit"]
|
|
1057
|
-
}],
|
|
1058
|
-
/**
|
|
1059
|
-
* Max-Width
|
|
1060
|
-
* @see https://tailwindcss.com/docs/max-width
|
|
1061
|
-
*/
|
|
1062
|
-
"max-w": [{
|
|
1063
|
-
"max-w": [isArbitraryValue, spacing, "none", "full", "min", "max", "fit", "prose", {
|
|
1064
|
-
screen: [isTshirtSize]
|
|
1065
|
-
}, isTshirtSize]
|
|
1066
|
-
}],
|
|
1067
|
-
/**
|
|
1068
|
-
* Height
|
|
1069
|
-
* @see https://tailwindcss.com/docs/height
|
|
1070
|
-
*/
|
|
1071
|
-
h: [{
|
|
1072
|
-
h: [isArbitraryValue, spacing, "auto", "min", "max", "fit", "svh", "lvh", "dvh"]
|
|
1073
|
-
}],
|
|
1074
|
-
/**
|
|
1075
|
-
* Min-Height
|
|
1076
|
-
* @see https://tailwindcss.com/docs/min-height
|
|
1077
|
-
*/
|
|
1078
|
-
"min-h": [{
|
|
1079
|
-
"min-h": [isArbitraryValue, spacing, "min", "max", "fit", "svh", "lvh", "dvh"]
|
|
1080
|
-
}],
|
|
1081
|
-
/**
|
|
1082
|
-
* Max-Height
|
|
1083
|
-
* @see https://tailwindcss.com/docs/max-height
|
|
1084
|
-
*/
|
|
1085
|
-
"max-h": [{
|
|
1086
|
-
"max-h": [isArbitraryValue, spacing, "min", "max", "fit", "svh", "lvh", "dvh"]
|
|
1087
|
-
}],
|
|
1088
|
-
/**
|
|
1089
|
-
* Size
|
|
1090
|
-
* @see https://tailwindcss.com/docs/size
|
|
1091
|
-
*/
|
|
1092
|
-
size: [{
|
|
1093
|
-
size: [isArbitraryValue, spacing, "auto", "min", "max", "fit"]
|
|
1094
|
-
}],
|
|
1095
|
-
// Typography
|
|
1096
|
-
/**
|
|
1097
|
-
* Font Size
|
|
1098
|
-
* @see https://tailwindcss.com/docs/font-size
|
|
1099
|
-
*/
|
|
1100
|
-
"font-size": [{
|
|
1101
|
-
text: ["base", isTshirtSize, isArbitraryLength]
|
|
1102
|
-
}],
|
|
1103
|
-
/**
|
|
1104
|
-
* Font Smoothing
|
|
1105
|
-
* @see https://tailwindcss.com/docs/font-smoothing
|
|
1106
|
-
*/
|
|
1107
|
-
"font-smoothing": ["antialiased", "subpixel-antialiased"],
|
|
1108
|
-
/**
|
|
1109
|
-
* Font Style
|
|
1110
|
-
* @see https://tailwindcss.com/docs/font-style
|
|
1111
|
-
*/
|
|
1112
|
-
"font-style": ["italic", "not-italic"],
|
|
1113
|
-
/**
|
|
1114
|
-
* Font Weight
|
|
1115
|
-
* @see https://tailwindcss.com/docs/font-weight
|
|
1116
|
-
*/
|
|
1117
|
-
"font-weight": [{
|
|
1118
|
-
font: ["thin", "extralight", "light", "normal", "medium", "semibold", "bold", "extrabold", "black", isArbitraryNumber]
|
|
1119
|
-
}],
|
|
1120
|
-
/**
|
|
1121
|
-
* Font Family
|
|
1122
|
-
* @see https://tailwindcss.com/docs/font-family
|
|
1123
|
-
*/
|
|
1124
|
-
"font-family": [{
|
|
1125
|
-
font: [isAny]
|
|
1126
|
-
}],
|
|
1127
|
-
/**
|
|
1128
|
-
* Font Variant Numeric
|
|
1129
|
-
* @see https://tailwindcss.com/docs/font-variant-numeric
|
|
1130
|
-
*/
|
|
1131
|
-
"fvn-normal": ["normal-nums"],
|
|
1132
|
-
/**
|
|
1133
|
-
* Font Variant Numeric
|
|
1134
|
-
* @see https://tailwindcss.com/docs/font-variant-numeric
|
|
1135
|
-
*/
|
|
1136
|
-
"fvn-ordinal": ["ordinal"],
|
|
1137
|
-
/**
|
|
1138
|
-
* Font Variant Numeric
|
|
1139
|
-
* @see https://tailwindcss.com/docs/font-variant-numeric
|
|
1140
|
-
*/
|
|
1141
|
-
"fvn-slashed-zero": ["slashed-zero"],
|
|
1142
|
-
/**
|
|
1143
|
-
* Font Variant Numeric
|
|
1144
|
-
* @see https://tailwindcss.com/docs/font-variant-numeric
|
|
1145
|
-
*/
|
|
1146
|
-
"fvn-figure": ["lining-nums", "oldstyle-nums"],
|
|
1147
|
-
/**
|
|
1148
|
-
* Font Variant Numeric
|
|
1149
|
-
* @see https://tailwindcss.com/docs/font-variant-numeric
|
|
1150
|
-
*/
|
|
1151
|
-
"fvn-spacing": ["proportional-nums", "tabular-nums"],
|
|
1152
|
-
/**
|
|
1153
|
-
* Font Variant Numeric
|
|
1154
|
-
* @see https://tailwindcss.com/docs/font-variant-numeric
|
|
1155
|
-
*/
|
|
1156
|
-
"fvn-fraction": ["diagonal-fractions", "stacked-fractions"],
|
|
1157
|
-
/**
|
|
1158
|
-
* Letter Spacing
|
|
1159
|
-
* @see https://tailwindcss.com/docs/letter-spacing
|
|
1160
|
-
*/
|
|
1161
|
-
tracking: [{
|
|
1162
|
-
tracking: ["tighter", "tight", "normal", "wide", "wider", "widest", isArbitraryValue]
|
|
1163
|
-
}],
|
|
1164
|
-
/**
|
|
1165
|
-
* Line Clamp
|
|
1166
|
-
* @see https://tailwindcss.com/docs/line-clamp
|
|
1167
|
-
*/
|
|
1168
|
-
"line-clamp": [{
|
|
1169
|
-
"line-clamp": ["none", isNumber, isArbitraryNumber]
|
|
1170
|
-
}],
|
|
1171
|
-
/**
|
|
1172
|
-
* Line Height
|
|
1173
|
-
* @see https://tailwindcss.com/docs/line-height
|
|
1174
|
-
*/
|
|
1175
|
-
leading: [{
|
|
1176
|
-
leading: ["none", "tight", "snug", "normal", "relaxed", "loose", isLength, isArbitraryValue]
|
|
1177
|
-
}],
|
|
1178
|
-
/**
|
|
1179
|
-
* List Style Image
|
|
1180
|
-
* @see https://tailwindcss.com/docs/list-style-image
|
|
1181
|
-
*/
|
|
1182
|
-
"list-image": [{
|
|
1183
|
-
"list-image": ["none", isArbitraryValue]
|
|
1184
|
-
}],
|
|
1185
|
-
/**
|
|
1186
|
-
* List Style Type
|
|
1187
|
-
* @see https://tailwindcss.com/docs/list-style-type
|
|
1188
|
-
*/
|
|
1189
|
-
"list-style-type": [{
|
|
1190
|
-
list: ["none", "disc", "decimal", isArbitraryValue]
|
|
1191
|
-
}],
|
|
1192
|
-
/**
|
|
1193
|
-
* List Style Position
|
|
1194
|
-
* @see https://tailwindcss.com/docs/list-style-position
|
|
1195
|
-
*/
|
|
1196
|
-
"list-style-position": [{
|
|
1197
|
-
list: ["inside", "outside"]
|
|
1198
|
-
}],
|
|
1199
|
-
/**
|
|
1200
|
-
* Placeholder Color
|
|
1201
|
-
* @deprecated since Tailwind CSS v3.0.0
|
|
1202
|
-
* @see https://tailwindcss.com/docs/placeholder-color
|
|
1203
|
-
*/
|
|
1204
|
-
"placeholder-color": [{
|
|
1205
|
-
placeholder: [colors]
|
|
1206
|
-
}],
|
|
1207
|
-
/**
|
|
1208
|
-
* Placeholder Opacity
|
|
1209
|
-
* @see https://tailwindcss.com/docs/placeholder-opacity
|
|
1210
|
-
*/
|
|
1211
|
-
"placeholder-opacity": [{
|
|
1212
|
-
"placeholder-opacity": [opacity]
|
|
1213
|
-
}],
|
|
1214
|
-
/**
|
|
1215
|
-
* Text Alignment
|
|
1216
|
-
* @see https://tailwindcss.com/docs/text-align
|
|
1217
|
-
*/
|
|
1218
|
-
"text-alignment": [{
|
|
1219
|
-
text: ["left", "center", "right", "justify", "start", "end"]
|
|
1220
|
-
}],
|
|
1221
|
-
/**
|
|
1222
|
-
* Text Color
|
|
1223
|
-
* @see https://tailwindcss.com/docs/text-color
|
|
1224
|
-
*/
|
|
1225
|
-
"text-color": [{
|
|
1226
|
-
text: [colors]
|
|
1227
|
-
}],
|
|
1228
|
-
/**
|
|
1229
|
-
* Text Opacity
|
|
1230
|
-
* @see https://tailwindcss.com/docs/text-opacity
|
|
1231
|
-
*/
|
|
1232
|
-
"text-opacity": [{
|
|
1233
|
-
"text-opacity": [opacity]
|
|
1234
|
-
}],
|
|
1235
|
-
/**
|
|
1236
|
-
* Text Decoration
|
|
1237
|
-
* @see https://tailwindcss.com/docs/text-decoration
|
|
1238
|
-
*/
|
|
1239
|
-
"text-decoration": ["underline", "overline", "line-through", "no-underline"],
|
|
1240
|
-
/**
|
|
1241
|
-
* Text Decoration Style
|
|
1242
|
-
* @see https://tailwindcss.com/docs/text-decoration-style
|
|
1243
|
-
*/
|
|
1244
|
-
"text-decoration-style": [{
|
|
1245
|
-
decoration: [...getLineStyles(), "wavy"]
|
|
1246
|
-
}],
|
|
1247
|
-
/**
|
|
1248
|
-
* Text Decoration Thickness
|
|
1249
|
-
* @see https://tailwindcss.com/docs/text-decoration-thickness
|
|
1250
|
-
*/
|
|
1251
|
-
"text-decoration-thickness": [{
|
|
1252
|
-
decoration: ["auto", "from-font", isLength, isArbitraryLength]
|
|
1253
|
-
}],
|
|
1254
|
-
/**
|
|
1255
|
-
* Text Underline Offset
|
|
1256
|
-
* @see https://tailwindcss.com/docs/text-underline-offset
|
|
1257
|
-
*/
|
|
1258
|
-
"underline-offset": [{
|
|
1259
|
-
"underline-offset": ["auto", isLength, isArbitraryValue]
|
|
1260
|
-
}],
|
|
1261
|
-
/**
|
|
1262
|
-
* Text Decoration Color
|
|
1263
|
-
* @see https://tailwindcss.com/docs/text-decoration-color
|
|
1264
|
-
*/
|
|
1265
|
-
"text-decoration-color": [{
|
|
1266
|
-
decoration: [colors]
|
|
1267
|
-
}],
|
|
1268
|
-
/**
|
|
1269
|
-
* Text Transform
|
|
1270
|
-
* @see https://tailwindcss.com/docs/text-transform
|
|
1271
|
-
*/
|
|
1272
|
-
"text-transform": ["uppercase", "lowercase", "capitalize", "normal-case"],
|
|
1273
|
-
/**
|
|
1274
|
-
* Text Overflow
|
|
1275
|
-
* @see https://tailwindcss.com/docs/text-overflow
|
|
1276
|
-
*/
|
|
1277
|
-
"text-overflow": ["truncate", "text-ellipsis", "text-clip"],
|
|
1278
|
-
/**
|
|
1279
|
-
* Text Wrap
|
|
1280
|
-
* @see https://tailwindcss.com/docs/text-wrap
|
|
1281
|
-
*/
|
|
1282
|
-
"text-wrap": [{
|
|
1283
|
-
text: ["wrap", "nowrap", "balance", "pretty"]
|
|
1284
|
-
}],
|
|
1285
|
-
/**
|
|
1286
|
-
* Text Indent
|
|
1287
|
-
* @see https://tailwindcss.com/docs/text-indent
|
|
1288
|
-
*/
|
|
1289
|
-
indent: [{
|
|
1290
|
-
indent: getSpacingWithArbitrary()
|
|
1291
|
-
}],
|
|
1292
|
-
/**
|
|
1293
|
-
* Vertical Alignment
|
|
1294
|
-
* @see https://tailwindcss.com/docs/vertical-align
|
|
1295
|
-
*/
|
|
1296
|
-
"vertical-align": [{
|
|
1297
|
-
align: ["baseline", "top", "middle", "bottom", "text-top", "text-bottom", "sub", "super", isArbitraryValue]
|
|
1298
|
-
}],
|
|
1299
|
-
/**
|
|
1300
|
-
* Whitespace
|
|
1301
|
-
* @see https://tailwindcss.com/docs/whitespace
|
|
1302
|
-
*/
|
|
1303
|
-
whitespace: [{
|
|
1304
|
-
whitespace: ["normal", "nowrap", "pre", "pre-line", "pre-wrap", "break-spaces"]
|
|
1305
|
-
}],
|
|
1306
|
-
/**
|
|
1307
|
-
* Word Break
|
|
1308
|
-
* @see https://tailwindcss.com/docs/word-break
|
|
1309
|
-
*/
|
|
1310
|
-
break: [{
|
|
1311
|
-
break: ["normal", "words", "all", "keep"]
|
|
1312
|
-
}],
|
|
1313
|
-
/**
|
|
1314
|
-
* Hyphens
|
|
1315
|
-
* @see https://tailwindcss.com/docs/hyphens
|
|
1316
|
-
*/
|
|
1317
|
-
hyphens: [{
|
|
1318
|
-
hyphens: ["none", "manual", "auto"]
|
|
1319
|
-
}],
|
|
1320
|
-
/**
|
|
1321
|
-
* Content
|
|
1322
|
-
* @see https://tailwindcss.com/docs/content
|
|
1323
|
-
*/
|
|
1324
|
-
content: [{
|
|
1325
|
-
content: ["none", isArbitraryValue]
|
|
1326
|
-
}],
|
|
1327
|
-
// Backgrounds
|
|
1328
|
-
/**
|
|
1329
|
-
* Background Attachment
|
|
1330
|
-
* @see https://tailwindcss.com/docs/background-attachment
|
|
1331
|
-
*/
|
|
1332
|
-
"bg-attachment": [{
|
|
1333
|
-
bg: ["fixed", "local", "scroll"]
|
|
1334
|
-
}],
|
|
1335
|
-
/**
|
|
1336
|
-
* Background Clip
|
|
1337
|
-
* @see https://tailwindcss.com/docs/background-clip
|
|
1338
|
-
*/
|
|
1339
|
-
"bg-clip": [{
|
|
1340
|
-
"bg-clip": ["border", "padding", "content", "text"]
|
|
1341
|
-
}],
|
|
1342
|
-
/**
|
|
1343
|
-
* Background Opacity
|
|
1344
|
-
* @deprecated since Tailwind CSS v3.0.0
|
|
1345
|
-
* @see https://tailwindcss.com/docs/background-opacity
|
|
1346
|
-
*/
|
|
1347
|
-
"bg-opacity": [{
|
|
1348
|
-
"bg-opacity": [opacity]
|
|
1349
|
-
}],
|
|
1350
|
-
/**
|
|
1351
|
-
* Background Origin
|
|
1352
|
-
* @see https://tailwindcss.com/docs/background-origin
|
|
1353
|
-
*/
|
|
1354
|
-
"bg-origin": [{
|
|
1355
|
-
"bg-origin": ["border", "padding", "content"]
|
|
1356
|
-
}],
|
|
1357
|
-
/**
|
|
1358
|
-
* Background Position
|
|
1359
|
-
* @see https://tailwindcss.com/docs/background-position
|
|
1360
|
-
*/
|
|
1361
|
-
"bg-position": [{
|
|
1362
|
-
bg: [...getPositions(), isArbitraryPosition]
|
|
1363
|
-
}],
|
|
1364
|
-
/**
|
|
1365
|
-
* Background Repeat
|
|
1366
|
-
* @see https://tailwindcss.com/docs/background-repeat
|
|
1367
|
-
*/
|
|
1368
|
-
"bg-repeat": [{
|
|
1369
|
-
bg: ["no-repeat", {
|
|
1370
|
-
repeat: ["", "x", "y", "round", "space"]
|
|
1371
|
-
}]
|
|
1372
|
-
}],
|
|
1373
|
-
/**
|
|
1374
|
-
* Background Size
|
|
1375
|
-
* @see https://tailwindcss.com/docs/background-size
|
|
1376
|
-
*/
|
|
1377
|
-
"bg-size": [{
|
|
1378
|
-
bg: ["auto", "cover", "contain", isArbitrarySize]
|
|
1379
|
-
}],
|
|
1380
|
-
/**
|
|
1381
|
-
* Background Image
|
|
1382
|
-
* @see https://tailwindcss.com/docs/background-image
|
|
1383
|
-
*/
|
|
1384
|
-
"bg-image": [{
|
|
1385
|
-
bg: ["none", {
|
|
1386
|
-
"gradient-to": ["t", "tr", "r", "br", "b", "bl", "l", "tl"]
|
|
1387
|
-
}, isArbitraryImage]
|
|
1388
|
-
}],
|
|
1389
|
-
/**
|
|
1390
|
-
* Background Color
|
|
1391
|
-
* @see https://tailwindcss.com/docs/background-color
|
|
1392
|
-
*/
|
|
1393
|
-
"bg-color": [{
|
|
1394
|
-
bg: [colors]
|
|
1395
|
-
}],
|
|
1396
|
-
/**
|
|
1397
|
-
* Gradient Color Stops From Position
|
|
1398
|
-
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1399
|
-
*/
|
|
1400
|
-
"gradient-from-pos": [{
|
|
1401
|
-
from: [gradientColorStopPositions]
|
|
1402
|
-
}],
|
|
1403
|
-
/**
|
|
1404
|
-
* Gradient Color Stops Via Position
|
|
1405
|
-
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1406
|
-
*/
|
|
1407
|
-
"gradient-via-pos": [{
|
|
1408
|
-
via: [gradientColorStopPositions]
|
|
1409
|
-
}],
|
|
1410
|
-
/**
|
|
1411
|
-
* Gradient Color Stops To Position
|
|
1412
|
-
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1413
|
-
*/
|
|
1414
|
-
"gradient-to-pos": [{
|
|
1415
|
-
to: [gradientColorStopPositions]
|
|
1416
|
-
}],
|
|
1417
|
-
/**
|
|
1418
|
-
* Gradient Color Stops From
|
|
1419
|
-
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1420
|
-
*/
|
|
1421
|
-
"gradient-from": [{
|
|
1422
|
-
from: [gradientColorStops]
|
|
1423
|
-
}],
|
|
1424
|
-
/**
|
|
1425
|
-
* Gradient Color Stops Via
|
|
1426
|
-
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1427
|
-
*/
|
|
1428
|
-
"gradient-via": [{
|
|
1429
|
-
via: [gradientColorStops]
|
|
1430
|
-
}],
|
|
1431
|
-
/**
|
|
1432
|
-
* Gradient Color Stops To
|
|
1433
|
-
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1434
|
-
*/
|
|
1435
|
-
"gradient-to": [{
|
|
1436
|
-
to: [gradientColorStops]
|
|
1437
|
-
}],
|
|
1438
|
-
// Borders
|
|
1439
|
-
/**
|
|
1440
|
-
* Border Radius
|
|
1441
|
-
* @see https://tailwindcss.com/docs/border-radius
|
|
1442
|
-
*/
|
|
1443
|
-
rounded: [{
|
|
1444
|
-
rounded: [borderRadius]
|
|
1445
|
-
}],
|
|
1446
|
-
/**
|
|
1447
|
-
* Border Radius Start
|
|
1448
|
-
* @see https://tailwindcss.com/docs/border-radius
|
|
1449
|
-
*/
|
|
1450
|
-
"rounded-s": [{
|
|
1451
|
-
"rounded-s": [borderRadius]
|
|
1452
|
-
}],
|
|
1453
|
-
/**
|
|
1454
|
-
* Border Radius End
|
|
1455
|
-
* @see https://tailwindcss.com/docs/border-radius
|
|
1456
|
-
*/
|
|
1457
|
-
"rounded-e": [{
|
|
1458
|
-
"rounded-e": [borderRadius]
|
|
1459
|
-
}],
|
|
1460
|
-
/**
|
|
1461
|
-
* Border Radius Top
|
|
1462
|
-
* @see https://tailwindcss.com/docs/border-radius
|
|
1463
|
-
*/
|
|
1464
|
-
"rounded-t": [{
|
|
1465
|
-
"rounded-t": [borderRadius]
|
|
1466
|
-
}],
|
|
1467
|
-
/**
|
|
1468
|
-
* Border Radius Right
|
|
1469
|
-
* @see https://tailwindcss.com/docs/border-radius
|
|
1470
|
-
*/
|
|
1471
|
-
"rounded-r": [{
|
|
1472
|
-
"rounded-r": [borderRadius]
|
|
1473
|
-
}],
|
|
1474
|
-
/**
|
|
1475
|
-
* Border Radius Bottom
|
|
1476
|
-
* @see https://tailwindcss.com/docs/border-radius
|
|
1477
|
-
*/
|
|
1478
|
-
"rounded-b": [{
|
|
1479
|
-
"rounded-b": [borderRadius]
|
|
1480
|
-
}],
|
|
1481
|
-
/**
|
|
1482
|
-
* Border Radius Left
|
|
1483
|
-
* @see https://tailwindcss.com/docs/border-radius
|
|
1484
|
-
*/
|
|
1485
|
-
"rounded-l": [{
|
|
1486
|
-
"rounded-l": [borderRadius]
|
|
1487
|
-
}],
|
|
1488
|
-
/**
|
|
1489
|
-
* Border Radius Start Start
|
|
1490
|
-
* @see https://tailwindcss.com/docs/border-radius
|
|
1491
|
-
*/
|
|
1492
|
-
"rounded-ss": [{
|
|
1493
|
-
"rounded-ss": [borderRadius]
|
|
1494
|
-
}],
|
|
1495
|
-
/**
|
|
1496
|
-
* Border Radius Start End
|
|
1497
|
-
* @see https://tailwindcss.com/docs/border-radius
|
|
1498
|
-
*/
|
|
1499
|
-
"rounded-se": [{
|
|
1500
|
-
"rounded-se": [borderRadius]
|
|
1501
|
-
}],
|
|
1502
|
-
/**
|
|
1503
|
-
* Border Radius End End
|
|
1504
|
-
* @see https://tailwindcss.com/docs/border-radius
|
|
1505
|
-
*/
|
|
1506
|
-
"rounded-ee": [{
|
|
1507
|
-
"rounded-ee": [borderRadius]
|
|
1508
|
-
}],
|
|
1509
|
-
/**
|
|
1510
|
-
* Border Radius End Start
|
|
1511
|
-
* @see https://tailwindcss.com/docs/border-radius
|
|
1512
|
-
*/
|
|
1513
|
-
"rounded-es": [{
|
|
1514
|
-
"rounded-es": [borderRadius]
|
|
1515
|
-
}],
|
|
1516
|
-
/**
|
|
1517
|
-
* Border Radius Top Left
|
|
1518
|
-
* @see https://tailwindcss.com/docs/border-radius
|
|
1519
|
-
*/
|
|
1520
|
-
"rounded-tl": [{
|
|
1521
|
-
"rounded-tl": [borderRadius]
|
|
1522
|
-
}],
|
|
1523
|
-
/**
|
|
1524
|
-
* Border Radius Top Right
|
|
1525
|
-
* @see https://tailwindcss.com/docs/border-radius
|
|
1526
|
-
*/
|
|
1527
|
-
"rounded-tr": [{
|
|
1528
|
-
"rounded-tr": [borderRadius]
|
|
1529
|
-
}],
|
|
1530
|
-
/**
|
|
1531
|
-
* Border Radius Bottom Right
|
|
1532
|
-
* @see https://tailwindcss.com/docs/border-radius
|
|
1533
|
-
*/
|
|
1534
|
-
"rounded-br": [{
|
|
1535
|
-
"rounded-br": [borderRadius]
|
|
1536
|
-
}],
|
|
1537
|
-
/**
|
|
1538
|
-
* Border Radius Bottom Left
|
|
1539
|
-
* @see https://tailwindcss.com/docs/border-radius
|
|
1540
|
-
*/
|
|
1541
|
-
"rounded-bl": [{
|
|
1542
|
-
"rounded-bl": [borderRadius]
|
|
1543
|
-
}],
|
|
1544
|
-
/**
|
|
1545
|
-
* Border Width
|
|
1546
|
-
* @see https://tailwindcss.com/docs/border-width
|
|
1547
|
-
*/
|
|
1548
|
-
"border-w": [{
|
|
1549
|
-
border: [borderWidth]
|
|
1550
|
-
}],
|
|
1551
|
-
/**
|
|
1552
|
-
* Border Width X
|
|
1553
|
-
* @see https://tailwindcss.com/docs/border-width
|
|
1554
|
-
*/
|
|
1555
|
-
"border-w-x": [{
|
|
1556
|
-
"border-x": [borderWidth]
|
|
1557
|
-
}],
|
|
1558
|
-
/**
|
|
1559
|
-
* Border Width Y
|
|
1560
|
-
* @see https://tailwindcss.com/docs/border-width
|
|
1561
|
-
*/
|
|
1562
|
-
"border-w-y": [{
|
|
1563
|
-
"border-y": [borderWidth]
|
|
1564
|
-
}],
|
|
1565
|
-
/**
|
|
1566
|
-
* Border Width Start
|
|
1567
|
-
* @see https://tailwindcss.com/docs/border-width
|
|
1568
|
-
*/
|
|
1569
|
-
"border-w-s": [{
|
|
1570
|
-
"border-s": [borderWidth]
|
|
1571
|
-
}],
|
|
1572
|
-
/**
|
|
1573
|
-
* Border Width End
|
|
1574
|
-
* @see https://tailwindcss.com/docs/border-width
|
|
1575
|
-
*/
|
|
1576
|
-
"border-w-e": [{
|
|
1577
|
-
"border-e": [borderWidth]
|
|
1578
|
-
}],
|
|
1579
|
-
/**
|
|
1580
|
-
* Border Width Top
|
|
1581
|
-
* @see https://tailwindcss.com/docs/border-width
|
|
1582
|
-
*/
|
|
1583
|
-
"border-w-t": [{
|
|
1584
|
-
"border-t": [borderWidth]
|
|
1585
|
-
}],
|
|
1586
|
-
/**
|
|
1587
|
-
* Border Width Right
|
|
1588
|
-
* @see https://tailwindcss.com/docs/border-width
|
|
1589
|
-
*/
|
|
1590
|
-
"border-w-r": [{
|
|
1591
|
-
"border-r": [borderWidth]
|
|
1592
|
-
}],
|
|
1593
|
-
/**
|
|
1594
|
-
* Border Width Bottom
|
|
1595
|
-
* @see https://tailwindcss.com/docs/border-width
|
|
1596
|
-
*/
|
|
1597
|
-
"border-w-b": [{
|
|
1598
|
-
"border-b": [borderWidth]
|
|
1599
|
-
}],
|
|
1600
|
-
/**
|
|
1601
|
-
* Border Width Left
|
|
1602
|
-
* @see https://tailwindcss.com/docs/border-width
|
|
1603
|
-
*/
|
|
1604
|
-
"border-w-l": [{
|
|
1605
|
-
"border-l": [borderWidth]
|
|
1606
|
-
}],
|
|
1607
|
-
/**
|
|
1608
|
-
* Border Opacity
|
|
1609
|
-
* @see https://tailwindcss.com/docs/border-opacity
|
|
1610
|
-
*/
|
|
1611
|
-
"border-opacity": [{
|
|
1612
|
-
"border-opacity": [opacity]
|
|
1613
|
-
}],
|
|
1614
|
-
/**
|
|
1615
|
-
* Border Style
|
|
1616
|
-
* @see https://tailwindcss.com/docs/border-style
|
|
1617
|
-
*/
|
|
1618
|
-
"border-style": [{
|
|
1619
|
-
border: [...getLineStyles(), "hidden"]
|
|
1620
|
-
}],
|
|
1621
|
-
/**
|
|
1622
|
-
* Divide Width X
|
|
1623
|
-
* @see https://tailwindcss.com/docs/divide-width
|
|
1624
|
-
*/
|
|
1625
|
-
"divide-x": [{
|
|
1626
|
-
"divide-x": [borderWidth]
|
|
1627
|
-
}],
|
|
1628
|
-
/**
|
|
1629
|
-
* Divide Width X Reverse
|
|
1630
|
-
* @see https://tailwindcss.com/docs/divide-width
|
|
1631
|
-
*/
|
|
1632
|
-
"divide-x-reverse": ["divide-x-reverse"],
|
|
1633
|
-
/**
|
|
1634
|
-
* Divide Width Y
|
|
1635
|
-
* @see https://tailwindcss.com/docs/divide-width
|
|
1636
|
-
*/
|
|
1637
|
-
"divide-y": [{
|
|
1638
|
-
"divide-y": [borderWidth]
|
|
1639
|
-
}],
|
|
1640
|
-
/**
|
|
1641
|
-
* Divide Width Y Reverse
|
|
1642
|
-
* @see https://tailwindcss.com/docs/divide-width
|
|
1643
|
-
*/
|
|
1644
|
-
"divide-y-reverse": ["divide-y-reverse"],
|
|
1645
|
-
/**
|
|
1646
|
-
* Divide Opacity
|
|
1647
|
-
* @see https://tailwindcss.com/docs/divide-opacity
|
|
1648
|
-
*/
|
|
1649
|
-
"divide-opacity": [{
|
|
1650
|
-
"divide-opacity": [opacity]
|
|
1651
|
-
}],
|
|
1652
|
-
/**
|
|
1653
|
-
* Divide Style
|
|
1654
|
-
* @see https://tailwindcss.com/docs/divide-style
|
|
1655
|
-
*/
|
|
1656
|
-
"divide-style": [{
|
|
1657
|
-
divide: getLineStyles()
|
|
1658
|
-
}],
|
|
1659
|
-
/**
|
|
1660
|
-
* Border Color
|
|
1661
|
-
* @see https://tailwindcss.com/docs/border-color
|
|
1662
|
-
*/
|
|
1663
|
-
"border-color": [{
|
|
1664
|
-
border: [borderColor]
|
|
1665
|
-
}],
|
|
1666
|
-
/**
|
|
1667
|
-
* Border Color X
|
|
1668
|
-
* @see https://tailwindcss.com/docs/border-color
|
|
1669
|
-
*/
|
|
1670
|
-
"border-color-x": [{
|
|
1671
|
-
"border-x": [borderColor]
|
|
1672
|
-
}],
|
|
1673
|
-
/**
|
|
1674
|
-
* Border Color Y
|
|
1675
|
-
* @see https://tailwindcss.com/docs/border-color
|
|
1676
|
-
*/
|
|
1677
|
-
"border-color-y": [{
|
|
1678
|
-
"border-y": [borderColor]
|
|
1679
|
-
}],
|
|
1680
|
-
/**
|
|
1681
|
-
* Border Color S
|
|
1682
|
-
* @see https://tailwindcss.com/docs/border-color
|
|
1683
|
-
*/
|
|
1684
|
-
"border-color-s": [{
|
|
1685
|
-
"border-s": [borderColor]
|
|
1686
|
-
}],
|
|
1687
|
-
/**
|
|
1688
|
-
* Border Color E
|
|
1689
|
-
* @see https://tailwindcss.com/docs/border-color
|
|
1690
|
-
*/
|
|
1691
|
-
"border-color-e": [{
|
|
1692
|
-
"border-e": [borderColor]
|
|
1693
|
-
}],
|
|
1694
|
-
/**
|
|
1695
|
-
* Border Color Top
|
|
1696
|
-
* @see https://tailwindcss.com/docs/border-color
|
|
1697
|
-
*/
|
|
1698
|
-
"border-color-t": [{
|
|
1699
|
-
"border-t": [borderColor]
|
|
1700
|
-
}],
|
|
1701
|
-
/**
|
|
1702
|
-
* Border Color Right
|
|
1703
|
-
* @see https://tailwindcss.com/docs/border-color
|
|
1704
|
-
*/
|
|
1705
|
-
"border-color-r": [{
|
|
1706
|
-
"border-r": [borderColor]
|
|
1707
|
-
}],
|
|
1708
|
-
/**
|
|
1709
|
-
* Border Color Bottom
|
|
1710
|
-
* @see https://tailwindcss.com/docs/border-color
|
|
1711
|
-
*/
|
|
1712
|
-
"border-color-b": [{
|
|
1713
|
-
"border-b": [borderColor]
|
|
1714
|
-
}],
|
|
1715
|
-
/**
|
|
1716
|
-
* Border Color Left
|
|
1717
|
-
* @see https://tailwindcss.com/docs/border-color
|
|
1718
|
-
*/
|
|
1719
|
-
"border-color-l": [{
|
|
1720
|
-
"border-l": [borderColor]
|
|
1721
|
-
}],
|
|
1722
|
-
/**
|
|
1723
|
-
* Divide Color
|
|
1724
|
-
* @see https://tailwindcss.com/docs/divide-color
|
|
1725
|
-
*/
|
|
1726
|
-
"divide-color": [{
|
|
1727
|
-
divide: [borderColor]
|
|
1728
|
-
}],
|
|
1729
|
-
/**
|
|
1730
|
-
* Outline Style
|
|
1731
|
-
* @see https://tailwindcss.com/docs/outline-style
|
|
1732
|
-
*/
|
|
1733
|
-
"outline-style": [{
|
|
1734
|
-
outline: ["", ...getLineStyles()]
|
|
1735
|
-
}],
|
|
1736
|
-
/**
|
|
1737
|
-
* Outline Offset
|
|
1738
|
-
* @see https://tailwindcss.com/docs/outline-offset
|
|
1739
|
-
*/
|
|
1740
|
-
"outline-offset": [{
|
|
1741
|
-
"outline-offset": [isLength, isArbitraryValue]
|
|
1742
|
-
}],
|
|
1743
|
-
/**
|
|
1744
|
-
* Outline Width
|
|
1745
|
-
* @see https://tailwindcss.com/docs/outline-width
|
|
1746
|
-
*/
|
|
1747
|
-
"outline-w": [{
|
|
1748
|
-
outline: [isLength, isArbitraryLength]
|
|
1749
|
-
}],
|
|
1750
|
-
/**
|
|
1751
|
-
* Outline Color
|
|
1752
|
-
* @see https://tailwindcss.com/docs/outline-color
|
|
1753
|
-
*/
|
|
1754
|
-
"outline-color": [{
|
|
1755
|
-
outline: [colors]
|
|
1756
|
-
}],
|
|
1757
|
-
/**
|
|
1758
|
-
* Ring Width
|
|
1759
|
-
* @see https://tailwindcss.com/docs/ring-width
|
|
1760
|
-
*/
|
|
1761
|
-
"ring-w": [{
|
|
1762
|
-
ring: getLengthWithEmptyAndArbitrary()
|
|
1763
|
-
}],
|
|
1764
|
-
/**
|
|
1765
|
-
* Ring Width Inset
|
|
1766
|
-
* @see https://tailwindcss.com/docs/ring-width
|
|
1767
|
-
*/
|
|
1768
|
-
"ring-w-inset": ["ring-inset"],
|
|
1769
|
-
/**
|
|
1770
|
-
* Ring Color
|
|
1771
|
-
* @see https://tailwindcss.com/docs/ring-color
|
|
1772
|
-
*/
|
|
1773
|
-
"ring-color": [{
|
|
1774
|
-
ring: [colors]
|
|
1775
|
-
}],
|
|
1776
|
-
/**
|
|
1777
|
-
* Ring Opacity
|
|
1778
|
-
* @see https://tailwindcss.com/docs/ring-opacity
|
|
1779
|
-
*/
|
|
1780
|
-
"ring-opacity": [{
|
|
1781
|
-
"ring-opacity": [opacity]
|
|
1782
|
-
}],
|
|
1783
|
-
/**
|
|
1784
|
-
* Ring Offset Width
|
|
1785
|
-
* @see https://tailwindcss.com/docs/ring-offset-width
|
|
1786
|
-
*/
|
|
1787
|
-
"ring-offset-w": [{
|
|
1788
|
-
"ring-offset": [isLength, isArbitraryLength]
|
|
1789
|
-
}],
|
|
1790
|
-
/**
|
|
1791
|
-
* Ring Offset Color
|
|
1792
|
-
* @see https://tailwindcss.com/docs/ring-offset-color
|
|
1793
|
-
*/
|
|
1794
|
-
"ring-offset-color": [{
|
|
1795
|
-
"ring-offset": [colors]
|
|
1796
|
-
}],
|
|
1797
|
-
// Effects
|
|
1798
|
-
/**
|
|
1799
|
-
* Box Shadow
|
|
1800
|
-
* @see https://tailwindcss.com/docs/box-shadow
|
|
1801
|
-
*/
|
|
1802
|
-
shadow: [{
|
|
1803
|
-
shadow: ["", "inner", "none", isTshirtSize, isArbitraryShadow]
|
|
1804
|
-
}],
|
|
1805
|
-
/**
|
|
1806
|
-
* Box Shadow Color
|
|
1807
|
-
* @see https://tailwindcss.com/docs/box-shadow-color
|
|
1808
|
-
*/
|
|
1809
|
-
"shadow-color": [{
|
|
1810
|
-
shadow: [isAny]
|
|
1811
|
-
}],
|
|
1812
|
-
/**
|
|
1813
|
-
* Opacity
|
|
1814
|
-
* @see https://tailwindcss.com/docs/opacity
|
|
1815
|
-
*/
|
|
1816
|
-
opacity: [{
|
|
1817
|
-
opacity: [opacity]
|
|
1818
|
-
}],
|
|
1819
|
-
/**
|
|
1820
|
-
* Mix Blend Mode
|
|
1821
|
-
* @see https://tailwindcss.com/docs/mix-blend-mode
|
|
1822
|
-
*/
|
|
1823
|
-
"mix-blend": [{
|
|
1824
|
-
"mix-blend": [...getBlendModes(), "plus-lighter", "plus-darker"]
|
|
1825
|
-
}],
|
|
1826
|
-
/**
|
|
1827
|
-
* Background Blend Mode
|
|
1828
|
-
* @see https://tailwindcss.com/docs/background-blend-mode
|
|
1829
|
-
*/
|
|
1830
|
-
"bg-blend": [{
|
|
1831
|
-
"bg-blend": getBlendModes()
|
|
1832
|
-
}],
|
|
1833
|
-
// Filters
|
|
1834
|
-
/**
|
|
1835
|
-
* Filter
|
|
1836
|
-
* @deprecated since Tailwind CSS v3.0.0
|
|
1837
|
-
* @see https://tailwindcss.com/docs/filter
|
|
1838
|
-
*/
|
|
1839
|
-
filter: [{
|
|
1840
|
-
filter: ["", "none"]
|
|
1841
|
-
}],
|
|
1842
|
-
/**
|
|
1843
|
-
* Blur
|
|
1844
|
-
* @see https://tailwindcss.com/docs/blur
|
|
1845
|
-
*/
|
|
1846
|
-
blur: [{
|
|
1847
|
-
blur: [blur]
|
|
1848
|
-
}],
|
|
1849
|
-
/**
|
|
1850
|
-
* Brightness
|
|
1851
|
-
* @see https://tailwindcss.com/docs/brightness
|
|
1852
|
-
*/
|
|
1853
|
-
brightness: [{
|
|
1854
|
-
brightness: [brightness]
|
|
1855
|
-
}],
|
|
1856
|
-
/**
|
|
1857
|
-
* Contrast
|
|
1858
|
-
* @see https://tailwindcss.com/docs/contrast
|
|
1859
|
-
*/
|
|
1860
|
-
contrast: [{
|
|
1861
|
-
contrast: [contrast]
|
|
1862
|
-
}],
|
|
1863
|
-
/**
|
|
1864
|
-
* Drop Shadow
|
|
1865
|
-
* @see https://tailwindcss.com/docs/drop-shadow
|
|
1866
|
-
*/
|
|
1867
|
-
"drop-shadow": [{
|
|
1868
|
-
"drop-shadow": ["", "none", isTshirtSize, isArbitraryValue]
|
|
1869
|
-
}],
|
|
1870
|
-
/**
|
|
1871
|
-
* Grayscale
|
|
1872
|
-
* @see https://tailwindcss.com/docs/grayscale
|
|
1873
|
-
*/
|
|
1874
|
-
grayscale: [{
|
|
1875
|
-
grayscale: [grayscale]
|
|
1876
|
-
}],
|
|
1877
|
-
/**
|
|
1878
|
-
* Hue Rotate
|
|
1879
|
-
* @see https://tailwindcss.com/docs/hue-rotate
|
|
1880
|
-
*/
|
|
1881
|
-
"hue-rotate": [{
|
|
1882
|
-
"hue-rotate": [hueRotate]
|
|
1883
|
-
}],
|
|
1884
|
-
/**
|
|
1885
|
-
* Invert
|
|
1886
|
-
* @see https://tailwindcss.com/docs/invert
|
|
1887
|
-
*/
|
|
1888
|
-
invert: [{
|
|
1889
|
-
invert: [invert]
|
|
1890
|
-
}],
|
|
1891
|
-
/**
|
|
1892
|
-
* Saturate
|
|
1893
|
-
* @see https://tailwindcss.com/docs/saturate
|
|
1894
|
-
*/
|
|
1895
|
-
saturate: [{
|
|
1896
|
-
saturate: [saturate]
|
|
1897
|
-
}],
|
|
1898
|
-
/**
|
|
1899
|
-
* Sepia
|
|
1900
|
-
* @see https://tailwindcss.com/docs/sepia
|
|
1901
|
-
*/
|
|
1902
|
-
sepia: [{
|
|
1903
|
-
sepia: [sepia]
|
|
1904
|
-
}],
|
|
1905
|
-
/**
|
|
1906
|
-
* Backdrop Filter
|
|
1907
|
-
* @deprecated since Tailwind CSS v3.0.0
|
|
1908
|
-
* @see https://tailwindcss.com/docs/backdrop-filter
|
|
1909
|
-
*/
|
|
1910
|
-
"backdrop-filter": [{
|
|
1911
|
-
"backdrop-filter": ["", "none"]
|
|
1912
|
-
}],
|
|
1913
|
-
/**
|
|
1914
|
-
* Backdrop Blur
|
|
1915
|
-
* @see https://tailwindcss.com/docs/backdrop-blur
|
|
1916
|
-
*/
|
|
1917
|
-
"backdrop-blur": [{
|
|
1918
|
-
"backdrop-blur": [blur]
|
|
1919
|
-
}],
|
|
1920
|
-
/**
|
|
1921
|
-
* Backdrop Brightness
|
|
1922
|
-
* @see https://tailwindcss.com/docs/backdrop-brightness
|
|
1923
|
-
*/
|
|
1924
|
-
"backdrop-brightness": [{
|
|
1925
|
-
"backdrop-brightness": [brightness]
|
|
1926
|
-
}],
|
|
1927
|
-
/**
|
|
1928
|
-
* Backdrop Contrast
|
|
1929
|
-
* @see https://tailwindcss.com/docs/backdrop-contrast
|
|
1930
|
-
*/
|
|
1931
|
-
"backdrop-contrast": [{
|
|
1932
|
-
"backdrop-contrast": [contrast]
|
|
1933
|
-
}],
|
|
1934
|
-
/**
|
|
1935
|
-
* Backdrop Grayscale
|
|
1936
|
-
* @see https://tailwindcss.com/docs/backdrop-grayscale
|
|
1937
|
-
*/
|
|
1938
|
-
"backdrop-grayscale": [{
|
|
1939
|
-
"backdrop-grayscale": [grayscale]
|
|
1940
|
-
}],
|
|
1941
|
-
/**
|
|
1942
|
-
* Backdrop Hue Rotate
|
|
1943
|
-
* @see https://tailwindcss.com/docs/backdrop-hue-rotate
|
|
1944
|
-
*/
|
|
1945
|
-
"backdrop-hue-rotate": [{
|
|
1946
|
-
"backdrop-hue-rotate": [hueRotate]
|
|
1947
|
-
}],
|
|
1948
|
-
/**
|
|
1949
|
-
* Backdrop Invert
|
|
1950
|
-
* @see https://tailwindcss.com/docs/backdrop-invert
|
|
1951
|
-
*/
|
|
1952
|
-
"backdrop-invert": [{
|
|
1953
|
-
"backdrop-invert": [invert]
|
|
1954
|
-
}],
|
|
1955
|
-
/**
|
|
1956
|
-
* Backdrop Opacity
|
|
1957
|
-
* @see https://tailwindcss.com/docs/backdrop-opacity
|
|
1958
|
-
*/
|
|
1959
|
-
"backdrop-opacity": [{
|
|
1960
|
-
"backdrop-opacity": [opacity]
|
|
1961
|
-
}],
|
|
1962
|
-
/**
|
|
1963
|
-
* Backdrop Saturate
|
|
1964
|
-
* @see https://tailwindcss.com/docs/backdrop-saturate
|
|
1965
|
-
*/
|
|
1966
|
-
"backdrop-saturate": [{
|
|
1967
|
-
"backdrop-saturate": [saturate]
|
|
1968
|
-
}],
|
|
1969
|
-
/**
|
|
1970
|
-
* Backdrop Sepia
|
|
1971
|
-
* @see https://tailwindcss.com/docs/backdrop-sepia
|
|
1972
|
-
*/
|
|
1973
|
-
"backdrop-sepia": [{
|
|
1974
|
-
"backdrop-sepia": [sepia]
|
|
1975
|
-
}],
|
|
1976
|
-
// Tables
|
|
1977
|
-
/**
|
|
1978
|
-
* Border Collapse
|
|
1979
|
-
* @see https://tailwindcss.com/docs/border-collapse
|
|
1980
|
-
*/
|
|
1981
|
-
"border-collapse": [{
|
|
1982
|
-
border: ["collapse", "separate"]
|
|
1983
|
-
}],
|
|
1984
|
-
/**
|
|
1985
|
-
* Border Spacing
|
|
1986
|
-
* @see https://tailwindcss.com/docs/border-spacing
|
|
1987
|
-
*/
|
|
1988
|
-
"border-spacing": [{
|
|
1989
|
-
"border-spacing": [borderSpacing]
|
|
1990
|
-
}],
|
|
1991
|
-
/**
|
|
1992
|
-
* Border Spacing X
|
|
1993
|
-
* @see https://tailwindcss.com/docs/border-spacing
|
|
1994
|
-
*/
|
|
1995
|
-
"border-spacing-x": [{
|
|
1996
|
-
"border-spacing-x": [borderSpacing]
|
|
1997
|
-
}],
|
|
1998
|
-
/**
|
|
1999
|
-
* Border Spacing Y
|
|
2000
|
-
* @see https://tailwindcss.com/docs/border-spacing
|
|
2001
|
-
*/
|
|
2002
|
-
"border-spacing-y": [{
|
|
2003
|
-
"border-spacing-y": [borderSpacing]
|
|
2004
|
-
}],
|
|
2005
|
-
/**
|
|
2006
|
-
* Table Layout
|
|
2007
|
-
* @see https://tailwindcss.com/docs/table-layout
|
|
2008
|
-
*/
|
|
2009
|
-
"table-layout": [{
|
|
2010
|
-
table: ["auto", "fixed"]
|
|
2011
|
-
}],
|
|
2012
|
-
/**
|
|
2013
|
-
* Caption Side
|
|
2014
|
-
* @see https://tailwindcss.com/docs/caption-side
|
|
2015
|
-
*/
|
|
2016
|
-
caption: [{
|
|
2017
|
-
caption: ["top", "bottom"]
|
|
2018
|
-
}],
|
|
2019
|
-
// Transitions and Animation
|
|
2020
|
-
/**
|
|
2021
|
-
* Tranisition Property
|
|
2022
|
-
* @see https://tailwindcss.com/docs/transition-property
|
|
2023
|
-
*/
|
|
2024
|
-
transition: [{
|
|
2025
|
-
transition: ["none", "all", "", "colors", "opacity", "shadow", "transform", isArbitraryValue]
|
|
2026
|
-
}],
|
|
2027
|
-
/**
|
|
2028
|
-
* Transition Duration
|
|
2029
|
-
* @see https://tailwindcss.com/docs/transition-duration
|
|
2030
|
-
*/
|
|
2031
|
-
duration: [{
|
|
2032
|
-
duration: getNumberAndArbitrary()
|
|
2033
|
-
}],
|
|
2034
|
-
/**
|
|
2035
|
-
* Transition Timing Function
|
|
2036
|
-
* @see https://tailwindcss.com/docs/transition-timing-function
|
|
2037
|
-
*/
|
|
2038
|
-
ease: [{
|
|
2039
|
-
ease: ["linear", "in", "out", "in-out", isArbitraryValue]
|
|
2040
|
-
}],
|
|
2041
|
-
/**
|
|
2042
|
-
* Transition Delay
|
|
2043
|
-
* @see https://tailwindcss.com/docs/transition-delay
|
|
2044
|
-
*/
|
|
2045
|
-
delay: [{
|
|
2046
|
-
delay: getNumberAndArbitrary()
|
|
2047
|
-
}],
|
|
2048
|
-
/**
|
|
2049
|
-
* Animation
|
|
2050
|
-
* @see https://tailwindcss.com/docs/animation
|
|
2051
|
-
*/
|
|
2052
|
-
animate: [{
|
|
2053
|
-
animate: ["none", "spin", "ping", "pulse", "bounce", isArbitraryValue]
|
|
2054
|
-
}],
|
|
2055
|
-
// Transforms
|
|
2056
|
-
/**
|
|
2057
|
-
* Transform
|
|
2058
|
-
* @see https://tailwindcss.com/docs/transform
|
|
2059
|
-
*/
|
|
2060
|
-
transform: [{
|
|
2061
|
-
transform: ["", "gpu", "none"]
|
|
2062
|
-
}],
|
|
2063
|
-
/**
|
|
2064
|
-
* Scale
|
|
2065
|
-
* @see https://tailwindcss.com/docs/scale
|
|
2066
|
-
*/
|
|
2067
|
-
scale: [{
|
|
2068
|
-
scale: [scale]
|
|
2069
|
-
}],
|
|
2070
|
-
/**
|
|
2071
|
-
* Scale X
|
|
2072
|
-
* @see https://tailwindcss.com/docs/scale
|
|
2073
|
-
*/
|
|
2074
|
-
"scale-x": [{
|
|
2075
|
-
"scale-x": [scale]
|
|
2076
|
-
}],
|
|
2077
|
-
/**
|
|
2078
|
-
* Scale Y
|
|
2079
|
-
* @see https://tailwindcss.com/docs/scale
|
|
2080
|
-
*/
|
|
2081
|
-
"scale-y": [{
|
|
2082
|
-
"scale-y": [scale]
|
|
2083
|
-
}],
|
|
2084
|
-
/**
|
|
2085
|
-
* Rotate
|
|
2086
|
-
* @see https://tailwindcss.com/docs/rotate
|
|
2087
|
-
*/
|
|
2088
|
-
rotate: [{
|
|
2089
|
-
rotate: [isInteger, isArbitraryValue]
|
|
2090
|
-
}],
|
|
2091
|
-
/**
|
|
2092
|
-
* Translate X
|
|
2093
|
-
* @see https://tailwindcss.com/docs/translate
|
|
2094
|
-
*/
|
|
2095
|
-
"translate-x": [{
|
|
2096
|
-
"translate-x": [translate]
|
|
2097
|
-
}],
|
|
2098
|
-
/**
|
|
2099
|
-
* Translate Y
|
|
2100
|
-
* @see https://tailwindcss.com/docs/translate
|
|
2101
|
-
*/
|
|
2102
|
-
"translate-y": [{
|
|
2103
|
-
"translate-y": [translate]
|
|
2104
|
-
}],
|
|
2105
|
-
/**
|
|
2106
|
-
* Skew X
|
|
2107
|
-
* @see https://tailwindcss.com/docs/skew
|
|
2108
|
-
*/
|
|
2109
|
-
"skew-x": [{
|
|
2110
|
-
"skew-x": [skew]
|
|
2111
|
-
}],
|
|
2112
|
-
/**
|
|
2113
|
-
* Skew Y
|
|
2114
|
-
* @see https://tailwindcss.com/docs/skew
|
|
2115
|
-
*/
|
|
2116
|
-
"skew-y": [{
|
|
2117
|
-
"skew-y": [skew]
|
|
2118
|
-
}],
|
|
2119
|
-
/**
|
|
2120
|
-
* Transform Origin
|
|
2121
|
-
* @see https://tailwindcss.com/docs/transform-origin
|
|
2122
|
-
*/
|
|
2123
|
-
"transform-origin": [{
|
|
2124
|
-
origin: ["center", "top", "top-right", "right", "bottom-right", "bottom", "bottom-left", "left", "top-left", isArbitraryValue]
|
|
2125
|
-
}],
|
|
2126
|
-
// Interactivity
|
|
2127
|
-
/**
|
|
2128
|
-
* Accent Color
|
|
2129
|
-
* @see https://tailwindcss.com/docs/accent-color
|
|
2130
|
-
*/
|
|
2131
|
-
accent: [{
|
|
2132
|
-
accent: ["auto", colors]
|
|
2133
|
-
}],
|
|
2134
|
-
/**
|
|
2135
|
-
* Appearance
|
|
2136
|
-
* @see https://tailwindcss.com/docs/appearance
|
|
2137
|
-
*/
|
|
2138
|
-
appearance: [{
|
|
2139
|
-
appearance: ["none", "auto"]
|
|
2140
|
-
}],
|
|
2141
|
-
/**
|
|
2142
|
-
* Cursor
|
|
2143
|
-
* @see https://tailwindcss.com/docs/cursor
|
|
2144
|
-
*/
|
|
2145
|
-
cursor: [{
|
|
2146
|
-
cursor: ["auto", "default", "pointer", "wait", "text", "move", "help", "not-allowed", "none", "context-menu", "progress", "cell", "crosshair", "vertical-text", "alias", "copy", "no-drop", "grab", "grabbing", "all-scroll", "col-resize", "row-resize", "n-resize", "e-resize", "s-resize", "w-resize", "ne-resize", "nw-resize", "se-resize", "sw-resize", "ew-resize", "ns-resize", "nesw-resize", "nwse-resize", "zoom-in", "zoom-out", isArbitraryValue]
|
|
2147
|
-
}],
|
|
2148
|
-
/**
|
|
2149
|
-
* Caret Color
|
|
2150
|
-
* @see https://tailwindcss.com/docs/just-in-time-mode#caret-color-utilities
|
|
2151
|
-
*/
|
|
2152
|
-
"caret-color": [{
|
|
2153
|
-
caret: [colors]
|
|
2154
|
-
}],
|
|
2155
|
-
/**
|
|
2156
|
-
* Pointer Events
|
|
2157
|
-
* @see https://tailwindcss.com/docs/pointer-events
|
|
2158
|
-
*/
|
|
2159
|
-
"pointer-events": [{
|
|
2160
|
-
"pointer-events": ["none", "auto"]
|
|
2161
|
-
}],
|
|
2162
|
-
/**
|
|
2163
|
-
* Resize
|
|
2164
|
-
* @see https://tailwindcss.com/docs/resize
|
|
2165
|
-
*/
|
|
2166
|
-
resize: [{
|
|
2167
|
-
resize: ["none", "y", "x", ""]
|
|
2168
|
-
}],
|
|
2169
|
-
/**
|
|
2170
|
-
* Scroll Behavior
|
|
2171
|
-
* @see https://tailwindcss.com/docs/scroll-behavior
|
|
2172
|
-
*/
|
|
2173
|
-
"scroll-behavior": [{
|
|
2174
|
-
scroll: ["auto", "smooth"]
|
|
2175
|
-
}],
|
|
2176
|
-
/**
|
|
2177
|
-
* Scroll Margin
|
|
2178
|
-
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2179
|
-
*/
|
|
2180
|
-
"scroll-m": [{
|
|
2181
|
-
"scroll-m": getSpacingWithArbitrary()
|
|
2182
|
-
}],
|
|
2183
|
-
/**
|
|
2184
|
-
* Scroll Margin X
|
|
2185
|
-
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2186
|
-
*/
|
|
2187
|
-
"scroll-mx": [{
|
|
2188
|
-
"scroll-mx": getSpacingWithArbitrary()
|
|
2189
|
-
}],
|
|
2190
|
-
/**
|
|
2191
|
-
* Scroll Margin Y
|
|
2192
|
-
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2193
|
-
*/
|
|
2194
|
-
"scroll-my": [{
|
|
2195
|
-
"scroll-my": getSpacingWithArbitrary()
|
|
2196
|
-
}],
|
|
2197
|
-
/**
|
|
2198
|
-
* Scroll Margin Start
|
|
2199
|
-
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2200
|
-
*/
|
|
2201
|
-
"scroll-ms": [{
|
|
2202
|
-
"scroll-ms": getSpacingWithArbitrary()
|
|
2203
|
-
}],
|
|
2204
|
-
/**
|
|
2205
|
-
* Scroll Margin End
|
|
2206
|
-
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2207
|
-
*/
|
|
2208
|
-
"scroll-me": [{
|
|
2209
|
-
"scroll-me": getSpacingWithArbitrary()
|
|
2210
|
-
}],
|
|
2211
|
-
/**
|
|
2212
|
-
* Scroll Margin Top
|
|
2213
|
-
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2214
|
-
*/
|
|
2215
|
-
"scroll-mt": [{
|
|
2216
|
-
"scroll-mt": getSpacingWithArbitrary()
|
|
2217
|
-
}],
|
|
2218
|
-
/**
|
|
2219
|
-
* Scroll Margin Right
|
|
2220
|
-
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2221
|
-
*/
|
|
2222
|
-
"scroll-mr": [{
|
|
2223
|
-
"scroll-mr": getSpacingWithArbitrary()
|
|
2224
|
-
}],
|
|
2225
|
-
/**
|
|
2226
|
-
* Scroll Margin Bottom
|
|
2227
|
-
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2228
|
-
*/
|
|
2229
|
-
"scroll-mb": [{
|
|
2230
|
-
"scroll-mb": getSpacingWithArbitrary()
|
|
2231
|
-
}],
|
|
2232
|
-
/**
|
|
2233
|
-
* Scroll Margin Left
|
|
2234
|
-
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2235
|
-
*/
|
|
2236
|
-
"scroll-ml": [{
|
|
2237
|
-
"scroll-ml": getSpacingWithArbitrary()
|
|
2238
|
-
}],
|
|
2239
|
-
/**
|
|
2240
|
-
* Scroll Padding
|
|
2241
|
-
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2242
|
-
*/
|
|
2243
|
-
"scroll-p": [{
|
|
2244
|
-
"scroll-p": getSpacingWithArbitrary()
|
|
2245
|
-
}],
|
|
2246
|
-
/**
|
|
2247
|
-
* Scroll Padding X
|
|
2248
|
-
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2249
|
-
*/
|
|
2250
|
-
"scroll-px": [{
|
|
2251
|
-
"scroll-px": getSpacingWithArbitrary()
|
|
2252
|
-
}],
|
|
2253
|
-
/**
|
|
2254
|
-
* Scroll Padding Y
|
|
2255
|
-
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2256
|
-
*/
|
|
2257
|
-
"scroll-py": [{
|
|
2258
|
-
"scroll-py": getSpacingWithArbitrary()
|
|
2259
|
-
}],
|
|
2260
|
-
/**
|
|
2261
|
-
* Scroll Padding Start
|
|
2262
|
-
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2263
|
-
*/
|
|
2264
|
-
"scroll-ps": [{
|
|
2265
|
-
"scroll-ps": getSpacingWithArbitrary()
|
|
2266
|
-
}],
|
|
2267
|
-
/**
|
|
2268
|
-
* Scroll Padding End
|
|
2269
|
-
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2270
|
-
*/
|
|
2271
|
-
"scroll-pe": [{
|
|
2272
|
-
"scroll-pe": getSpacingWithArbitrary()
|
|
2273
|
-
}],
|
|
2274
|
-
/**
|
|
2275
|
-
* Scroll Padding Top
|
|
2276
|
-
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2277
|
-
*/
|
|
2278
|
-
"scroll-pt": [{
|
|
2279
|
-
"scroll-pt": getSpacingWithArbitrary()
|
|
2280
|
-
}],
|
|
2281
|
-
/**
|
|
2282
|
-
* Scroll Padding Right
|
|
2283
|
-
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2284
|
-
*/
|
|
2285
|
-
"scroll-pr": [{
|
|
2286
|
-
"scroll-pr": getSpacingWithArbitrary()
|
|
2287
|
-
}],
|
|
2288
|
-
/**
|
|
2289
|
-
* Scroll Padding Bottom
|
|
2290
|
-
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2291
|
-
*/
|
|
2292
|
-
"scroll-pb": [{
|
|
2293
|
-
"scroll-pb": getSpacingWithArbitrary()
|
|
2294
|
-
}],
|
|
2295
|
-
/**
|
|
2296
|
-
* Scroll Padding Left
|
|
2297
|
-
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2298
|
-
*/
|
|
2299
|
-
"scroll-pl": [{
|
|
2300
|
-
"scroll-pl": getSpacingWithArbitrary()
|
|
2301
|
-
}],
|
|
2302
|
-
/**
|
|
2303
|
-
* Scroll Snap Align
|
|
2304
|
-
* @see https://tailwindcss.com/docs/scroll-snap-align
|
|
2305
|
-
*/
|
|
2306
|
-
"snap-align": [{
|
|
2307
|
-
snap: ["start", "end", "center", "align-none"]
|
|
2308
|
-
}],
|
|
2309
|
-
/**
|
|
2310
|
-
* Scroll Snap Stop
|
|
2311
|
-
* @see https://tailwindcss.com/docs/scroll-snap-stop
|
|
2312
|
-
*/
|
|
2313
|
-
"snap-stop": [{
|
|
2314
|
-
snap: ["normal", "always"]
|
|
2315
|
-
}],
|
|
2316
|
-
/**
|
|
2317
|
-
* Scroll Snap Type
|
|
2318
|
-
* @see https://tailwindcss.com/docs/scroll-snap-type
|
|
2319
|
-
*/
|
|
2320
|
-
"snap-type": [{
|
|
2321
|
-
snap: ["none", "x", "y", "both"]
|
|
2322
|
-
}],
|
|
2323
|
-
/**
|
|
2324
|
-
* Scroll Snap Type Strictness
|
|
2325
|
-
* @see https://tailwindcss.com/docs/scroll-snap-type
|
|
2326
|
-
*/
|
|
2327
|
-
"snap-strictness": [{
|
|
2328
|
-
snap: ["mandatory", "proximity"]
|
|
2329
|
-
}],
|
|
2330
|
-
/**
|
|
2331
|
-
* Touch Action
|
|
2332
|
-
* @see https://tailwindcss.com/docs/touch-action
|
|
2333
|
-
*/
|
|
2334
|
-
touch: [{
|
|
2335
|
-
touch: ["auto", "none", "manipulation"]
|
|
2336
|
-
}],
|
|
2337
|
-
/**
|
|
2338
|
-
* Touch Action X
|
|
2339
|
-
* @see https://tailwindcss.com/docs/touch-action
|
|
2340
|
-
*/
|
|
2341
|
-
"touch-x": [{
|
|
2342
|
-
"touch-pan": ["x", "left", "right"]
|
|
2343
|
-
}],
|
|
2344
|
-
/**
|
|
2345
|
-
* Touch Action Y
|
|
2346
|
-
* @see https://tailwindcss.com/docs/touch-action
|
|
2347
|
-
*/
|
|
2348
|
-
"touch-y": [{
|
|
2349
|
-
"touch-pan": ["y", "up", "down"]
|
|
2350
|
-
}],
|
|
2351
|
-
/**
|
|
2352
|
-
* Touch Action Pinch Zoom
|
|
2353
|
-
* @see https://tailwindcss.com/docs/touch-action
|
|
2354
|
-
*/
|
|
2355
|
-
"touch-pz": ["touch-pinch-zoom"],
|
|
2356
|
-
/**
|
|
2357
|
-
* User Select
|
|
2358
|
-
* @see https://tailwindcss.com/docs/user-select
|
|
2359
|
-
*/
|
|
2360
|
-
select: [{
|
|
2361
|
-
select: ["none", "text", "all", "auto"]
|
|
2362
|
-
}],
|
|
2363
|
-
/**
|
|
2364
|
-
* Will Change
|
|
2365
|
-
* @see https://tailwindcss.com/docs/will-change
|
|
2366
|
-
*/
|
|
2367
|
-
"will-change": [{
|
|
2368
|
-
"will-change": ["auto", "scroll", "contents", "transform", isArbitraryValue]
|
|
2369
|
-
}],
|
|
2370
|
-
// SVG
|
|
2371
|
-
/**
|
|
2372
|
-
* Fill
|
|
2373
|
-
* @see https://tailwindcss.com/docs/fill
|
|
2374
|
-
*/
|
|
2375
|
-
fill: [{
|
|
2376
|
-
fill: [colors, "none"]
|
|
2377
|
-
}],
|
|
2378
|
-
/**
|
|
2379
|
-
* Stroke Width
|
|
2380
|
-
* @see https://tailwindcss.com/docs/stroke-width
|
|
2381
|
-
*/
|
|
2382
|
-
"stroke-w": [{
|
|
2383
|
-
stroke: [isLength, isArbitraryLength, isArbitraryNumber]
|
|
2384
|
-
}],
|
|
2385
|
-
/**
|
|
2386
|
-
* Stroke
|
|
2387
|
-
* @see https://tailwindcss.com/docs/stroke
|
|
2388
|
-
*/
|
|
2389
|
-
stroke: [{
|
|
2390
|
-
stroke: [colors, "none"]
|
|
2391
|
-
}],
|
|
2392
|
-
// Accessibility
|
|
2393
|
-
/**
|
|
2394
|
-
* Screen Readers
|
|
2395
|
-
* @see https://tailwindcss.com/docs/screen-readers
|
|
2396
|
-
*/
|
|
2397
|
-
sr: ["sr-only", "not-sr-only"],
|
|
2398
|
-
/**
|
|
2399
|
-
* Forced Color Adjust
|
|
2400
|
-
* @see https://tailwindcss.com/docs/forced-color-adjust
|
|
2401
|
-
*/
|
|
2402
|
-
"forced-color-adjust": [{
|
|
2403
|
-
"forced-color-adjust": ["auto", "none"]
|
|
2404
|
-
}]
|
|
2405
|
-
},
|
|
2406
|
-
conflictingClassGroups: {
|
|
2407
|
-
overflow: ["overflow-x", "overflow-y"],
|
|
2408
|
-
overscroll: ["overscroll-x", "overscroll-y"],
|
|
2409
|
-
inset: ["inset-x", "inset-y", "start", "end", "top", "right", "bottom", "left"],
|
|
2410
|
-
"inset-x": ["right", "left"],
|
|
2411
|
-
"inset-y": ["top", "bottom"],
|
|
2412
|
-
flex: ["basis", "grow", "shrink"],
|
|
2413
|
-
gap: ["gap-x", "gap-y"],
|
|
2414
|
-
p: ["px", "py", "ps", "pe", "pt", "pr", "pb", "pl"],
|
|
2415
|
-
px: ["pr", "pl"],
|
|
2416
|
-
py: ["pt", "pb"],
|
|
2417
|
-
m: ["mx", "my", "ms", "me", "mt", "mr", "mb", "ml"],
|
|
2418
|
-
mx: ["mr", "ml"],
|
|
2419
|
-
my: ["mt", "mb"],
|
|
2420
|
-
size: ["w", "h"],
|
|
2421
|
-
"font-size": ["leading"],
|
|
2422
|
-
"fvn-normal": ["fvn-ordinal", "fvn-slashed-zero", "fvn-figure", "fvn-spacing", "fvn-fraction"],
|
|
2423
|
-
"fvn-ordinal": ["fvn-normal"],
|
|
2424
|
-
"fvn-slashed-zero": ["fvn-normal"],
|
|
2425
|
-
"fvn-figure": ["fvn-normal"],
|
|
2426
|
-
"fvn-spacing": ["fvn-normal"],
|
|
2427
|
-
"fvn-fraction": ["fvn-normal"],
|
|
2428
|
-
"line-clamp": ["display", "overflow"],
|
|
2429
|
-
rounded: ["rounded-s", "rounded-e", "rounded-t", "rounded-r", "rounded-b", "rounded-l", "rounded-ss", "rounded-se", "rounded-ee", "rounded-es", "rounded-tl", "rounded-tr", "rounded-br", "rounded-bl"],
|
|
2430
|
-
"rounded-s": ["rounded-ss", "rounded-es"],
|
|
2431
|
-
"rounded-e": ["rounded-se", "rounded-ee"],
|
|
2432
|
-
"rounded-t": ["rounded-tl", "rounded-tr"],
|
|
2433
|
-
"rounded-r": ["rounded-tr", "rounded-br"],
|
|
2434
|
-
"rounded-b": ["rounded-br", "rounded-bl"],
|
|
2435
|
-
"rounded-l": ["rounded-tl", "rounded-bl"],
|
|
2436
|
-
"border-spacing": ["border-spacing-x", "border-spacing-y"],
|
|
2437
|
-
"border-w": ["border-w-s", "border-w-e", "border-w-t", "border-w-r", "border-w-b", "border-w-l"],
|
|
2438
|
-
"border-w-x": ["border-w-r", "border-w-l"],
|
|
2439
|
-
"border-w-y": ["border-w-t", "border-w-b"],
|
|
2440
|
-
"border-color": ["border-color-s", "border-color-e", "border-color-t", "border-color-r", "border-color-b", "border-color-l"],
|
|
2441
|
-
"border-color-x": ["border-color-r", "border-color-l"],
|
|
2442
|
-
"border-color-y": ["border-color-t", "border-color-b"],
|
|
2443
|
-
"scroll-m": ["scroll-mx", "scroll-my", "scroll-ms", "scroll-me", "scroll-mt", "scroll-mr", "scroll-mb", "scroll-ml"],
|
|
2444
|
-
"scroll-mx": ["scroll-mr", "scroll-ml"],
|
|
2445
|
-
"scroll-my": ["scroll-mt", "scroll-mb"],
|
|
2446
|
-
"scroll-p": ["scroll-px", "scroll-py", "scroll-ps", "scroll-pe", "scroll-pt", "scroll-pr", "scroll-pb", "scroll-pl"],
|
|
2447
|
-
"scroll-px": ["scroll-pr", "scroll-pl"],
|
|
2448
|
-
"scroll-py": ["scroll-pt", "scroll-pb"],
|
|
2449
|
-
touch: ["touch-x", "touch-y", "touch-pz"],
|
|
2450
|
-
"touch-x": ["touch"],
|
|
2451
|
-
"touch-y": ["touch"],
|
|
2452
|
-
"touch-pz": ["touch"]
|
|
2453
|
-
},
|
|
2454
|
-
conflictingClassGroupModifiers: {
|
|
2455
|
-
"font-size": ["leading"]
|
|
2456
|
-
}
|
|
2457
|
-
};
|
|
2458
|
-
};
|
|
2459
|
-
const twMerge = /* @__PURE__ */ createTailwindMerge(getDefaultConfig);
|
|
2460
|
-
export {
|
|
2461
|
-
createTailwindMerge,
|
|
2462
|
-
fromTheme,
|
|
2463
|
-
getDefaultConfig,
|
|
2464
|
-
twJoin,
|
|
2465
|
-
twMerge
|
|
2466
|
-
};
|
|
2467
|
-
//# sourceMappingURL=bundle-mjs.js.map
|