@koine/react 2.0.0-beta.38 → 2.0.0-beta.39
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/README.md +1 -0
- package/calendar/CalendarDaygridCell.d.ts +4 -4
- package/calendar/CalendarDaygridNav.d.ts +3 -3
- package/calendar/CalendarDaygridTable.d.ts +4 -4
- package/calendar/CalendarLegend.d.ts +3 -3
- package/calendar/calendar-api-google.d.ts +2 -2
- package/calendar/useCalendar.d.ts +5 -5
- package/calendar/useDateLocale.d.ts +2 -0
- package/calendar/utils.d.ts +11 -11
- package/calendar.cjs.d.ts +1 -0
- package/calendar.cjs.default.js +1 -0
- package/calendar.cjs.js +62 -0
- package/calendar.cjs.mjs +2 -0
- package/calendar.d.ts +7 -0
- package/calendar.esm.js +35 -0
- package/components/FaviconTags.d.ts +8 -0
- package/components/Meta.d.ts +4 -0
- package/components/NoJs.d.ts +2 -0
- package/forms/antispam.d.ts +6 -6
- package/forms.cjs.d.ts +1 -0
- package/forms.cjs.default.js +1 -0
- package/forms.cjs.js +11 -0
- package/forms.cjs.mjs +2 -0
- package/forms.d.ts +1 -0
- package/forms.esm.js +6 -0
- package/hooks/index.d.ts +19 -0
- package/{useAsyncFn.d.ts → hooks/useAsyncFn.d.ts} +3 -3
- package/hooks/useFirstMountState.d.ts +1 -0
- package/hooks/useFixedOffset.d.ts +1 -0
- package/hooks/useFocus.d.ts +1 -0
- package/hooks/useInterval.d.ts +1 -0
- package/hooks/useIsomorphicLayoutEffect.d.ts +2 -0
- package/hooks/useKeyUp.d.ts +1 -0
- package/{useMeasure.d.ts → hooks/useMeasure.d.ts} +2 -2
- package/hooks/useMountedState.d.ts +1 -0
- package/hooks/useNavigateAway.d.ts +2 -0
- package/hooks/usePrevious.d.ts +1 -0
- package/hooks/usePreviousRef.d.ts +1 -0
- package/{useReveal.d.ts → hooks/useReveal.d.ts} +1 -1
- package/hooks/useScrollPosition.d.ts +7 -0
- package/hooks/useScrollThreshold.d.ts +1 -0
- package/hooks/useScrollTo.d.ts +1 -0
- package/hooks/useSmoothScroll.d.ts +1 -0
- package/hooks/useSpinDelay.d.ts +1 -0
- package/hooks/useTraceUpdate.d.ts +1 -0
- package/hooks/useUpdateEffect.d.ts +2 -0
- package/hooks/useWindowSize.d.ts +2 -0
- package/index.cjs.d.ts +1 -0
- package/index.cjs.default.js +1 -0
- package/index.cjs.js +77 -0
- package/index.cjs.mjs +2 -0
- package/index.d.ts +3 -26
- package/index.esm.js +51 -0
- package/package.json +21 -639
- package/utils/classed.d.ts +8 -0
- package/{createUseMediaQueryWidth.d.ts → utils/createUseMediaQueryWidth.d.ts} +2 -2
- package/{extendComponent.d.ts → utils/extendComponent.d.ts} +2 -3
- package/utils/index.d.ts +5 -0
- package/utils/mergeRefs.d.ts +1 -0
- package/Alert/Alert.d.ts +0 -5
- package/Alert/Alert.js +0 -10
- package/Alert/index.d.ts +0 -1
- package/Alert/index.js +0 -1
- package/Animations/Reveal.d.ts +0 -3
- package/Animations/Reveal.js +0 -16
- package/Animations/Underline.d.ts +0 -1
- package/Animations/Underline.js +0 -5
- package/Animations/index.d.ts +0 -3
- package/Animations/index.js +0 -3
- package/Animations/useReveal.d.ts +0 -13
- package/Animations/useReveal.js +0 -43
- package/Autocomplete/AutocompleteDownshift.d.ts +0 -1
- package/Autocomplete/AutocompleteDownshift.js +0 -1
- package/Autocomplete/AutocompleteDownshiftMultiselect.d.ts +0 -1
- package/Autocomplete/AutocompleteDownshiftMultiselect.js +0 -1
- package/Autocomplete/AutocompleteMui.d.ts +0 -22
- package/Autocomplete/AutocompleteMui.js +0 -93
- package/Autocomplete/AutocompleteReach.d.ts +0 -1
- package/Autocomplete/AutocompleteReach.js +0 -1
- package/Autocomplete/components.d.ts +0 -12
- package/Autocomplete/components.js +0 -26
- package/Autocomplete/helpers.d.ts +0 -3
- package/Autocomplete/helpers.js +0 -16
- package/Autocomplete/index.d.ts +0 -2
- package/Autocomplete/index.js +0 -1
- package/Bg/BgColor.d.ts +0 -12
- package/Bg/BgColor.js +0 -16
- package/Bg/BgPhoto.d.ts +0 -8
- package/Bg/BgPhoto.js +0 -16
- package/Bg/BgSvg.d.ts +0 -4
- package/Bg/BgSvg.js +0 -9
- package/Bg/index.d.ts +0 -3
- package/Bg/index.js +0 -3
- package/Breadcrumbs/Breadcrumbs.d.ts +0 -13
- package/Breadcrumbs/Breadcrumbs.js +0 -27
- package/Breadcrumbs/index.d.ts +0 -1
- package/Breadcrumbs/index.js +0 -1
- package/Buttons/Button.d.ts +0 -14
- package/Buttons/Button.js +0 -10
- package/Buttons/ButtonComposite.d.ts +0 -22
- package/Buttons/ButtonComposite.js +0 -28
- package/Buttons/ButtonFab.d.ts +0 -4
- package/Buttons/ButtonFab.js +0 -6
- package/Buttons/ButtonLink.d.ts +0 -8
- package/Buttons/ButtonLink.js +0 -11
- package/Buttons/IconButton.d.ts +0 -8
- package/Buttons/IconButton.js +0 -7
- package/Buttons/index.d.ts +0 -5
- package/Buttons/index.js +0 -5
- package/Calendar/CalendarDaygridCell.d.ts +0 -35
- package/Calendar/CalendarDaygridCell.js +0 -46
- package/Calendar/CalendarDaygridNav.d.ts +0 -27
- package/Calendar/CalendarDaygridNav.js +0 -24
- package/Calendar/CalendarDaygridTable.d.ts +0 -25
- package/Calendar/CalendarDaygridTable.js +0 -45
- package/Calendar/CalendarLegend.d.ts +0 -18
- package/Calendar/CalendarLegend.js +0 -9
- package/Calendar/calendar-api-google.d.ts +0 -10
- package/Calendar/calendar-api-google.js +0 -124
- package/Calendar/index.d.ts +0 -6
- package/Calendar/index.js +0 -6
- package/Calendar/types.d.ts +0 -62
- package/Calendar/types.js +0 -1
- package/Calendar/useCalendar.d.ts +0 -35
- package/Calendar/useCalendar.js +0 -176
- package/Calendar/utils.d.ts +0 -11
- package/Calendar/utils.js +0 -185
- package/Carousel/Carousel.d.ts +0 -1
- package/Carousel/Carousel.js +0 -1
- package/Carousel/CarouselCss.d.ts +0 -13
- package/Carousel/CarouselCss.js +0 -19
- package/Carousel/index.d.ts +0 -1
- package/Carousel/index.js +0 -1
- package/Collapsable/Collapsable.d.ts +0 -1
- package/Collapsable/Collapsable.js +0 -1
- package/Collapsable/CollapsableReach.d.ts +0 -0
- package/Collapsable/CollapsableReach.js +0 -1
- package/Collapsable/index.d.ts +0 -1
- package/Collapsable/index.js +0 -1
- package/Debug/Debug.d.ts +0 -4
- package/Debug/Debug.js +0 -9
- package/Debug/index.d.ts +0 -1
- package/Debug/index.js +0 -1
- package/Details/Details.d.ts +0 -398
- package/Details/Details.js +0 -52
- package/Details/index.d.ts +0 -1
- package/Details/index.js +0 -1
- package/Dialog/DialogMui.d.ts +0 -165
- package/Dialog/DialogMui.js +0 -39
- package/Dialog/css/bare.d.ts +0 -171
- package/Dialog/css/bare.js +0 -21
- package/Dialog/index.d.ts +0 -2
- package/Dialog/index.js +0 -1
- package/Dialog/m/bare.d.ts +0 -4
- package/Dialog/m/bare.js +0 -3
- package/Dialog/m/basic.d.ts +0 -4
- package/Dialog/m/basic.js +0 -28
- package/Dialog/m/index.d.ts +0 -2
- package/Dialog/m/index.js +0 -4
- package/Dialog/sc/bare.d.ts +0 -61
- package/Dialog/sc/bare.js +0 -31
- package/Dialog/sc/framer.d.ts +0 -24
- package/Dialog/sc/framer.js +0 -16
- package/Dialog/sc/framerMaterial.d.ts +0 -24
- package/Dialog/sc/framerMaterial.js +0 -16
- package/Dialog/sc/material.d.ts +0 -60
- package/Dialog/sc/material.js +0 -21
- package/Dialog/tw/bare.d.ts +0 -208
- package/Dialog/tw/bare.js +0 -29
- package/Dialog/tw/elegant.d.ts +0 -270
- package/Dialog/tw/elegant.js +0 -21
- package/Dialog/tw/framer.d.ts +0 -108
- package/Dialog/tw/framer.js +0 -16
- package/Dialog/tw/framerMaterial.d.ts +0 -164
- package/Dialog/tw/framerMaterial.js +0 -16
- package/Dialog/tw/material.d.ts +0 -270
- package/Dialog/tw/material.js +0 -21
- package/Editor/Editor--tiptap.d.ts +0 -9
- package/Editor/Editor--tiptap.js +0 -26
- package/Editor/components.d.ts +0 -5
- package/Editor/components.js +0 -10
- package/Editor/index.d.ts +0 -1
- package/Editor/index.js +0 -1
- package/FaviconTags.d.ts +0 -9
- package/FaviconTags.js +0 -6
- package/Form/Form.d.ts +0 -125
- package/Form/Form.js +0 -60
- package/Form/index.d.ts +0 -1
- package/Form/index.js +0 -1
- package/Form/sc/bare.d.ts +0 -57
- package/Form/sc/bare.js +0 -20
- package/Forms/Checkbox/Checkbox.d.ts +0 -7
- package/Forms/Checkbox/Checkbox.js +0 -15
- package/Forms/Checkbox/index.d.ts +0 -1
- package/Forms/Checkbox/index.js +0 -1
- package/Forms/Feedback/Feedback.d.ts +0 -5
- package/Forms/Feedback/Feedback.js +0 -9
- package/Forms/Feedback/index.d.ts +0 -1
- package/Forms/Feedback/index.js +0 -1
- package/Forms/Field/Field.d.ts +0 -18
- package/Forms/Field/Field.js +0 -25
- package/Forms/Field/FieldControl.d.ts +0 -14
- package/Forms/Field/FieldControl.js +0 -35
- package/Forms/Field/FieldHint.d.ts +0 -1
- package/Forms/Field/FieldHint.js +0 -4
- package/Forms/Field/index.d.ts +0 -2
- package/Forms/Field/index.js +0 -2
- package/Forms/Input/Input.d.ts +0 -8
- package/Forms/Input/Input.js +0 -16
- package/Forms/Input/index.d.ts +0 -1
- package/Forms/Input/index.js +0 -1
- package/Forms/InputGroup/InputGroup.d.ts +0 -12
- package/Forms/InputGroup/InputGroup.js +0 -15
- package/Forms/InputGroup/index.d.ts +0 -1
- package/Forms/InputGroup/index.js +0 -1
- package/Forms/Label/Label.d.ts +0 -3
- package/Forms/Label/Label.js +0 -6
- package/Forms/Label/index.d.ts +0 -1
- package/Forms/Label/index.js +0 -1
- package/Forms/Password/Password.d.ts +0 -4
- package/Forms/Password/Password.js +0 -17
- package/Forms/Password/index.d.ts +0 -1
- package/Forms/Password/index.js +0 -1
- package/Forms/Radio/Radio.d.ts +0 -11
- package/Forms/Radio/Radio.js +0 -25
- package/Forms/Radio/index.d.ts +0 -1
- package/Forms/Radio/index.js +0 -1
- package/Forms/Switch/Switch.d.ts +0 -5
- package/Forms/Switch/Switch.js +0 -17
- package/Forms/Switch/index.d.ts +0 -1
- package/Forms/Switch/index.js +0 -1
- package/Forms/Textarea/Textarea.d.ts +0 -4
- package/Forms/Textarea/Textarea.js +0 -12
- package/Forms/Textarea/TextareaRich.d.ts +0 -5
- package/Forms/Textarea/TextareaRich.js +0 -26
- package/Forms/Textarea/index.d.ts +0 -2
- package/Forms/Textarea/index.js +0 -2
- package/Forms/Toggle/Toggle-tailwind.d.ts +0 -0
- package/Forms/Toggle/Toggle-tailwind.js +0 -1
- package/Forms/Toggle/Toggle.d.ts +0 -18
- package/Forms/Toggle/Toggle.js +0 -25
- package/Forms/Toggle/index.d.ts +0 -1
- package/Forms/Toggle/index.js +0 -1
- package/Forms/Toggle/useToggle-tailwind.d.ts +0 -0
- package/Forms/Toggle/useToggle-tailwind.js +0 -1
- package/Forms/Toggle/useToggle.d.ts +0 -16
- package/Forms/Toggle/useToggle.js +0 -85
- package/Forms/antispam.d.ts +0 -27
- package/Forms/antispam.js +0 -29
- package/Forms/helpers.d.ts +0 -18
- package/Forms/helpers.js +0 -35
- package/Forms/index.d.ts +0 -15
- package/Forms/index.js +0 -15
- package/Forms/styles.d.ts +0 -9
- package/Forms/styles.js +0 -19
- package/Gauge/Gauge.d.ts +0 -4
- package/Gauge/Gauge.js +0 -1
- package/Grid/Grid.d.ts +0 -32
- package/Grid/Grid.js +0 -52
- package/Grid/index.d.ts +0 -1
- package/Grid/index.js +0 -1
- package/Hamburger/Hamburger.d.ts +0 -5
- package/Hamburger/Hamburger.js +0 -47
- package/Hamburger/index.d.ts +0 -1
- package/Hamburger/index.js +0 -1
- package/Header/index.d.ts +0 -1
- package/Header/index.js +0 -1
- package/Header/useHeader.d.ts +0 -20
- package/Header/useHeader.js +0 -32
- package/Hidden/Hidden.d.ts +0 -6
- package/Hidden/Hidden.js +0 -10
- package/Hidden/index.d.ts +0 -1
- package/Hidden/index.js +0 -1
- package/Img/index.d.ts +0 -1
- package/Img/index.js +0 -1
- package/Img/sc/bare.d.ts +0 -2
- package/Img/sc/bare.js +0 -4
- package/Img/types.d.ts +0 -9
- package/Img/types.js +0 -1
- package/Link/Link.d.ts +0 -3
- package/Link/Link.js +0 -4
- package/Link/LinkBlank.d.ts +0 -5
- package/Link/LinkBlank.js +0 -15
- package/Link/index.d.ts +0 -2
- package/Link/index.js +0 -2
- package/Menu/Menu.d.ts +0 -1
- package/Menu/Menu.js +0 -4
- package/Menu/MenuMui.d.ts +0 -0
- package/Menu/MenuMui.js +0 -1
- package/Menu/index.d.ts +0 -1
- package/Menu/index.js +0 -1
- package/MenuItem/MenuItem.d.ts +0 -1
- package/MenuItem/MenuItem.js +0 -4
- package/MenuItem/MenuItemMui.d.ts +0 -0
- package/MenuItem/MenuItemMui.js +0 -1
- package/MenuItem/index.d.ts +0 -1
- package/MenuItem/index.js +0 -1
- package/MenuItem/useMenuItem.d.ts +0 -9
- package/MenuItem/useMenuItem.js +0 -42
- package/Meta.d.ts +0 -5
- package/Meta.js +0 -6
- package/NoJs.d.ts +0 -3
- package/NoJs.js +0 -7
- package/Pagination/PaginationNav.d.ts +0 -14
- package/Pagination/PaginationNav.js +0 -48
- package/Pagination/PaginationResults.d.ts +0 -3
- package/Pagination/PaginationResults.js +0 -11
- package/Pagination/index.d.ts +0 -2
- package/Pagination/index.js +0 -2
- package/Pill/Pill.d.ts +0 -5
- package/Pill/Pill.js +0 -7
- package/Pill/index.d.ts +0 -1
- package/Pill/index.js +0 -1
- package/Polymorphic.js +0 -1
- package/Progress/ProgressCircular.d.ts +0 -13
- package/Progress/ProgressCircular.js +0 -12
- package/Progress/ProgressLinear.d.ts +0 -15
- package/Progress/ProgressLinear.js +0 -21
- package/Progress/ProgressOverlay.d.ts +0 -4
- package/Progress/ProgressOverlay.js +0 -23
- package/Progress/index.d.ts +0 -3
- package/Progress/index.js +0 -3
- package/Rating/Rating.d.ts +0 -27
- package/Rating/Rating.js +0 -43
- package/Rating/index.d.ts +0 -8
- package/Rating/index.js +0 -45
- package/Select/SelectDownshift.d.ts +0 -5
- package/Select/SelectDownshift.js +0 -1
- package/Select/components.d.ts +0 -6
- package/Select/components.js +0 -12
- package/Select/index.d.ts +0 -2
- package/Select/index.js +0 -1
- package/Sidebar/Sidebar.d.ts +0 -3
- package/Sidebar/Sidebar.js +0 -23
- package/Sidebar/index.d.ts +0 -1
- package/Sidebar/index.js +0 -1
- package/Spacing/Spacing.d.ts +0 -17
- package/Spacing/Spacing.js +0 -32
- package/Spacing/index.d.ts +0 -1
- package/Spacing/index.js +0 -1
- package/Sticky/Sticky.d.ts +0 -2
- package/Sticky/Sticky.js +0 -1
- package/Sticky/StickyCss.d.ts +0 -5
- package/Sticky/StickyCss.js +0 -6
- package/Sticky/index.d.ts +0 -1
- package/Sticky/index.js +0 -1
- package/Tabs/TabsMui.d.ts +0 -84
- package/Tabs/TabsMui.js +0 -30
- package/Tabs/index.d.ts +0 -1
- package/Tabs/index.js +0 -1
- package/Tabs/sc/bare.d.ts +0 -0
- package/Tabs/sc/bare.js +0 -1
- package/Tabs/tw/bare.d.ts +0 -85
- package/Tabs/tw/bare.js +0 -17
- package/Tabs/tw/material.d.ts +0 -118
- package/Tabs/tw/material.js +0 -19
- package/Tabs/useTabs.d.ts +0 -21
- package/Tabs/useTabs.js +0 -44
- package/Typography/CopyPasteVisible.d.ts +0 -1
- package/Typography/CopyPasteVisible.js +0 -4
- package/Typography/Native.d.ts +0 -10
- package/Typography/Native.js +0 -14
- package/Typography/ReadMore.d.ts +0 -10
- package/Typography/ReadMore.js +0 -42
- package/Typography/TextLoop.d.ts +0 -16
- package/Typography/TextLoop.js +0 -45
- package/Typography/TypeStairs.d.ts +0 -6
- package/Typography/TypeStairs.js +0 -42
- package/Typography/index.d.ts +0 -5
- package/Typography/index.js +0 -5
- package/calendar/CalendarDaygridCell.js +0 -48
- package/calendar/CalendarDaygridNav.js +0 -24
- package/calendar/CalendarDaygridTable.js +0 -45
- package/calendar/CalendarLegend.js +0 -9
- package/calendar/calendar-api-google.js +0 -124
- package/calendar/index.d.ts +0 -6
- package/calendar/index.js +0 -6
- package/calendar/types.js +0 -1
- package/calendar/useCalendar.js +0 -176
- package/calendar/utils.js +0 -185
- package/classed.d.ts +0 -8
- package/classed.js +0 -43
- package/createUseMediaQueryWidth.js +0 -39
- package/css/index.d.ts +0 -1
- package/css/index.js +0 -1
- package/extendComponent.js +0 -9
- package/forms/antispam.js +0 -29
- package/forms/index.d.ts +0 -1
- package/forms/index.js +0 -1
- package/index.js +0 -24
- package/m/MotionProvider.d.ts +0 -6
- package/m/MotionProvider.js +0 -7
- package/m/index.d.ts +0 -1
- package/m/index.js +0 -1
- package/m/lite.d.ts +0 -2
- package/m/lite.js +0 -2
- package/m/max.d.ts +0 -2
- package/m/max.js +0 -2
- package/mergeRefs.d.ts +0 -2
- package/mergeRefs.js +0 -13
- package/sc/index.d.ts +0 -29
- package/sc/index.js +0 -29
- package/scm/index.d.ts +0 -28
- package/scm/index.js +0 -28
- package/shared/index.d.ts +0 -7
- package/shared/index.js +0 -7
- package/styles/Body.d.ts +0 -2
- package/styles/Body.js +0 -5
- package/styles/Global.d.ts +0 -2
- package/styles/Global.js +0 -5
- package/styles/index.d.ts +0 -7
- package/styles/index.js +0 -7
- package/styles/media.d.ts +0 -18
- package/styles/media.js +0 -75
- package/styles/spacing.d.ts +0 -12
- package/styles/spacing.js +0 -45
- package/styles/styled.d.ts +0 -8
- package/styles/styled.js +0 -9
- package/styles/theme--vanilla.d.ts +0 -17
- package/styles/theme--vanilla.js +0 -47
- package/styles/theme.d.ts +0 -53
- package/styles/theme.js +0 -30
- package/tw/index.d.ts +0 -1
- package/tw/index.js +0 -1
- package/twm/index.d.ts +0 -1
- package/twm/index.js +0 -1
- package/types.js +0 -1
- package/typings.d.ts +0 -6
- package/useAsyncFn.js +0 -33
- package/useDateLocale.d.ts +0 -3
- package/useDateLocale.js +0 -28
- package/useFirstMountState.d.ts +0 -2
- package/useFirstMountState.js +0 -10
- package/useFixedOffset.d.ts +0 -2
- package/useFixedOffset.js +0 -42
- package/useFocus.d.ts +0 -2
- package/useFocus.js +0 -9
- package/useInterval.d.ts +0 -2
- package/useInterval.js +0 -22
- package/useIsomorphicLayoutEffect.d.ts +0 -3
- package/useIsomorphicLayoutEffect.js +0 -6
- package/useKeyUp.d.ts +0 -2
- package/useKeyUp.js +0 -18
- package/useMeasure.js +0 -130
- package/useMountedState.d.ts +0 -2
- package/useMountedState.js +0 -13
- package/useNavigateAway.d.ts +0 -3
- package/useNavigateAway.js +0 -25
- package/usePrevious.d.ts +0 -2
- package/usePrevious.js +0 -10
- package/usePreviousRef.d.ts +0 -2
- package/usePreviousRef.js +0 -9
- package/useReveal.js +0 -43
- package/useScrollPosition.d.ts +0 -7
- package/useScrollPosition.js +0 -61
- package/useScrollThreshold.d.ts +0 -2
- package/useScrollThreshold.js +0 -27
- package/useScrollTo.d.ts +0 -2
- package/useScrollTo.js +0 -20
- package/useSmoothScroll.d.ts +0 -2
- package/useSmoothScroll.js +0 -32
- package/useSpinDelay.d.ts +0 -2
- package/useSpinDelay.js +0 -39
- package/useTraceUpdate.d.ts +0 -2
- package/useTraceUpdate.js +0 -19
- package/useUpdateEffect.d.ts +0 -3
- package/useUpdateEffect.js +0 -11
- package/useWindowSize.d.ts +0 -3
- package/useWindowSize.js +0 -20
- /package/{Polymorphic.d.ts → utils/Polymorphic.d.ts} +0 -0
package/package.json
CHANGED
|
@@ -2,10 +2,15 @@
|
|
|
2
2
|
"name": "@koine/react",
|
|
3
3
|
"sideEffects": false,
|
|
4
4
|
"dependencies": {
|
|
5
|
-
"@koine/dom": "2.0.0-beta.
|
|
6
|
-
"@koine/utils": "2.0.0-beta.
|
|
5
|
+
"@koine/dom": "2.0.0-beta.39",
|
|
6
|
+
"@koine/utils": "2.0.0-beta.39"
|
|
7
|
+
},
|
|
8
|
+
"peerDependencies": {
|
|
9
|
+
"@kuus/yup": "1.0.0-beta.7",
|
|
10
|
+
"date-fns": "^3.2.0",
|
|
11
|
+
"react": "^18.2.0",
|
|
12
|
+
"react-swipeable": "^7.0.1"
|
|
7
13
|
},
|
|
8
|
-
"peerDependencies": {},
|
|
9
14
|
"peerDependenciesMeta": {
|
|
10
15
|
"@kuus/yup": {
|
|
11
16
|
"optional": true
|
|
@@ -20,648 +25,25 @@
|
|
|
20
25
|
"optional": true
|
|
21
26
|
}
|
|
22
27
|
},
|
|
23
|
-
"module": "./index.js",
|
|
24
|
-
"type": "module",
|
|
25
28
|
"exports": {
|
|
29
|
+
"./package.json": "./package.json",
|
|
26
30
|
".": {
|
|
27
|
-
"
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
"import": "./Alert/Alert.js"
|
|
31
|
-
},
|
|
32
|
-
"./Alert": {
|
|
33
|
-
"import": "./Alert/index.js"
|
|
34
|
-
},
|
|
35
|
-
"./Animations/Reveal": {
|
|
36
|
-
"import": "./Animations/Reveal.js"
|
|
37
|
-
},
|
|
38
|
-
"./Animations/Underline": {
|
|
39
|
-
"import": "./Animations/Underline.js"
|
|
40
|
-
},
|
|
41
|
-
"./Animations": {
|
|
42
|
-
"import": "./Animations/index.js"
|
|
43
|
-
},
|
|
44
|
-
"./Animations/useReveal": {
|
|
45
|
-
"import": "./Animations/useReveal.js"
|
|
46
|
-
},
|
|
47
|
-
"./Autocomplete/AutocompleteDownshift": {
|
|
48
|
-
"import": "./Autocomplete/AutocompleteDownshift.js"
|
|
49
|
-
},
|
|
50
|
-
"./Autocomplete/AutocompleteDownshiftMultiselect": {
|
|
51
|
-
"import": "./Autocomplete/AutocompleteDownshiftMultiselect.js"
|
|
52
|
-
},
|
|
53
|
-
"./Autocomplete/AutocompleteMui": {
|
|
54
|
-
"import": "./Autocomplete/AutocompleteMui.js"
|
|
55
|
-
},
|
|
56
|
-
"./Autocomplete/AutocompleteReach": {
|
|
57
|
-
"import": "./Autocomplete/AutocompleteReach.js"
|
|
58
|
-
},
|
|
59
|
-
"./Autocomplete/components": {
|
|
60
|
-
"import": "./Autocomplete/components.js"
|
|
61
|
-
},
|
|
62
|
-
"./Autocomplete/helpers": {
|
|
63
|
-
"import": "./Autocomplete/helpers.js"
|
|
64
|
-
},
|
|
65
|
-
"./Autocomplete": {
|
|
66
|
-
"import": "./Autocomplete/index.js"
|
|
67
|
-
},
|
|
68
|
-
"./Bg/BgColor": {
|
|
69
|
-
"import": "./Bg/BgColor.js"
|
|
70
|
-
},
|
|
71
|
-
"./Bg/BgPhoto": {
|
|
72
|
-
"import": "./Bg/BgPhoto.js"
|
|
73
|
-
},
|
|
74
|
-
"./Bg/BgSvg": {
|
|
75
|
-
"import": "./Bg/BgSvg.js"
|
|
76
|
-
},
|
|
77
|
-
"./Bg": {
|
|
78
|
-
"import": "./Bg/index.js"
|
|
79
|
-
},
|
|
80
|
-
"./Breadcrumbs/Breadcrumbs": {
|
|
81
|
-
"import": "./Breadcrumbs/Breadcrumbs.js"
|
|
82
|
-
},
|
|
83
|
-
"./Breadcrumbs": {
|
|
84
|
-
"import": "./Breadcrumbs/index.js"
|
|
85
|
-
},
|
|
86
|
-
"./Buttons/Button": {
|
|
87
|
-
"import": "./Buttons/Button.js"
|
|
88
|
-
},
|
|
89
|
-
"./Buttons/ButtonComposite": {
|
|
90
|
-
"import": "./Buttons/ButtonComposite.js"
|
|
91
|
-
},
|
|
92
|
-
"./Buttons/ButtonFab": {
|
|
93
|
-
"import": "./Buttons/ButtonFab.js"
|
|
94
|
-
},
|
|
95
|
-
"./Buttons/ButtonLink": {
|
|
96
|
-
"import": "./Buttons/ButtonLink.js"
|
|
97
|
-
},
|
|
98
|
-
"./Buttons/IconButton": {
|
|
99
|
-
"import": "./Buttons/IconButton.js"
|
|
100
|
-
},
|
|
101
|
-
"./Buttons": {
|
|
102
|
-
"import": "./Buttons/index.js"
|
|
103
|
-
},
|
|
104
|
-
"./Calendar/CalendarDaygridCell": {
|
|
105
|
-
"import": "./Calendar/CalendarDaygridCell.js"
|
|
106
|
-
},
|
|
107
|
-
"./Calendar/CalendarDaygridNav": {
|
|
108
|
-
"import": "./Calendar/CalendarDaygridNav.js"
|
|
109
|
-
},
|
|
110
|
-
"./Calendar/CalendarDaygridTable": {
|
|
111
|
-
"import": "./Calendar/CalendarDaygridTable.js"
|
|
112
|
-
},
|
|
113
|
-
"./Calendar/CalendarLegend": {
|
|
114
|
-
"import": "./Calendar/CalendarLegend.js"
|
|
115
|
-
},
|
|
116
|
-
"./Calendar/calendar-api-google": {
|
|
117
|
-
"import": "./Calendar/calendar-api-google.js"
|
|
118
|
-
},
|
|
119
|
-
"./Calendar": {
|
|
120
|
-
"import": "./Calendar/index.js"
|
|
121
|
-
},
|
|
122
|
-
"./Calendar/types": {
|
|
123
|
-
"import": "./Calendar/types.js"
|
|
124
|
-
},
|
|
125
|
-
"./Calendar/useCalendar": {
|
|
126
|
-
"import": "./Calendar/useCalendar.js"
|
|
127
|
-
},
|
|
128
|
-
"./Calendar/utils": {
|
|
129
|
-
"import": "./Calendar/utils.js"
|
|
130
|
-
},
|
|
131
|
-
"./Carousel/Carousel": {
|
|
132
|
-
"import": "./Carousel/Carousel.js"
|
|
133
|
-
},
|
|
134
|
-
"./Carousel/CarouselCss": {
|
|
135
|
-
"import": "./Carousel/CarouselCss.js"
|
|
136
|
-
},
|
|
137
|
-
"./Carousel": {
|
|
138
|
-
"import": "./Carousel/index.js"
|
|
139
|
-
},
|
|
140
|
-
"./Collapsable/Collapsable": {
|
|
141
|
-
"import": "./Collapsable/Collapsable.js"
|
|
142
|
-
},
|
|
143
|
-
"./Collapsable/CollapsableReach": {
|
|
144
|
-
"import": "./Collapsable/CollapsableReach.js"
|
|
145
|
-
},
|
|
146
|
-
"./Collapsable": {
|
|
147
|
-
"import": "./Collapsable/index.js"
|
|
148
|
-
},
|
|
149
|
-
"./Debug/Debug": {
|
|
150
|
-
"import": "./Debug/Debug.js"
|
|
151
|
-
},
|
|
152
|
-
"./Debug": {
|
|
153
|
-
"import": "./Debug/index.js"
|
|
154
|
-
},
|
|
155
|
-
"./Details/Details": {
|
|
156
|
-
"import": "./Details/Details.js"
|
|
157
|
-
},
|
|
158
|
-
"./Details": {
|
|
159
|
-
"import": "./Details/index.js"
|
|
160
|
-
},
|
|
161
|
-
"./Dialog/DialogMui": {
|
|
162
|
-
"import": "./Dialog/DialogMui.js"
|
|
163
|
-
},
|
|
164
|
-
"./Dialog/css/bare": {
|
|
165
|
-
"import": "./Dialog/css/bare.js"
|
|
166
|
-
},
|
|
167
|
-
"./Dialog": {
|
|
168
|
-
"import": "./Dialog/index.js"
|
|
169
|
-
},
|
|
170
|
-
"./Dialog/m/bare": {
|
|
171
|
-
"import": "./Dialog/m/bare.js"
|
|
172
|
-
},
|
|
173
|
-
"./Dialog/m/basic": {
|
|
174
|
-
"import": "./Dialog/m/basic.js"
|
|
175
|
-
},
|
|
176
|
-
"./Dialog/m": {
|
|
177
|
-
"import": "./Dialog/m/index.js"
|
|
178
|
-
},
|
|
179
|
-
"./Dialog/sc/bare": {
|
|
180
|
-
"import": "./Dialog/sc/bare.js"
|
|
181
|
-
},
|
|
182
|
-
"./Dialog/sc/framer": {
|
|
183
|
-
"import": "./Dialog/sc/framer.js"
|
|
184
|
-
},
|
|
185
|
-
"./Dialog/sc/framerMaterial": {
|
|
186
|
-
"import": "./Dialog/sc/framerMaterial.js"
|
|
187
|
-
},
|
|
188
|
-
"./Dialog/sc/material": {
|
|
189
|
-
"import": "./Dialog/sc/material.js"
|
|
190
|
-
},
|
|
191
|
-
"./Dialog/tw/bare": {
|
|
192
|
-
"import": "./Dialog/tw/bare.js"
|
|
193
|
-
},
|
|
194
|
-
"./Dialog/tw/elegant": {
|
|
195
|
-
"import": "./Dialog/tw/elegant.js"
|
|
196
|
-
},
|
|
197
|
-
"./Dialog/tw/framer": {
|
|
198
|
-
"import": "./Dialog/tw/framer.js"
|
|
199
|
-
},
|
|
200
|
-
"./Dialog/tw/framerMaterial": {
|
|
201
|
-
"import": "./Dialog/tw/framerMaterial.js"
|
|
202
|
-
},
|
|
203
|
-
"./Dialog/tw/material": {
|
|
204
|
-
"import": "./Dialog/tw/material.js"
|
|
205
|
-
},
|
|
206
|
-
"./Editor/Editor--tiptap": {
|
|
207
|
-
"import": "./Editor/Editor--tiptap.js"
|
|
208
|
-
},
|
|
209
|
-
"./Editor/components": {
|
|
210
|
-
"import": "./Editor/components.js"
|
|
211
|
-
},
|
|
212
|
-
"./Editor": {
|
|
213
|
-
"import": "./Editor/index.js"
|
|
214
|
-
},
|
|
215
|
-
"./FaviconTags": {
|
|
216
|
-
"import": "./FaviconTags.js"
|
|
217
|
-
},
|
|
218
|
-
"./Form/Form": {
|
|
219
|
-
"import": "./Form/Form.js"
|
|
220
|
-
},
|
|
221
|
-
"./Form": {
|
|
222
|
-
"import": "./Form/index.js"
|
|
223
|
-
},
|
|
224
|
-
"./Form/sc/bare": {
|
|
225
|
-
"import": "./Form/sc/bare.js"
|
|
226
|
-
},
|
|
227
|
-
"./Forms/Checkbox/Checkbox": {
|
|
228
|
-
"import": "./Forms/Checkbox/Checkbox.js"
|
|
229
|
-
},
|
|
230
|
-
"./Forms/Checkbox": {
|
|
231
|
-
"import": "./Forms/Checkbox/index.js"
|
|
232
|
-
},
|
|
233
|
-
"./Forms/Feedback/Feedback": {
|
|
234
|
-
"import": "./Forms/Feedback/Feedback.js"
|
|
235
|
-
},
|
|
236
|
-
"./Forms/Feedback": {
|
|
237
|
-
"import": "./Forms/Feedback/index.js"
|
|
238
|
-
},
|
|
239
|
-
"./Forms/Field/Field": {
|
|
240
|
-
"import": "./Forms/Field/Field.js"
|
|
241
|
-
},
|
|
242
|
-
"./Forms/Field/FieldControl": {
|
|
243
|
-
"import": "./Forms/Field/FieldControl.js"
|
|
244
|
-
},
|
|
245
|
-
"./Forms/Field/FieldHint": {
|
|
246
|
-
"import": "./Forms/Field/FieldHint.js"
|
|
247
|
-
},
|
|
248
|
-
"./Forms/Field": {
|
|
249
|
-
"import": "./Forms/Field/index.js"
|
|
250
|
-
},
|
|
251
|
-
"./Forms/Input/Input": {
|
|
252
|
-
"import": "./Forms/Input/Input.js"
|
|
253
|
-
},
|
|
254
|
-
"./Forms/Input": {
|
|
255
|
-
"import": "./Forms/Input/index.js"
|
|
256
|
-
},
|
|
257
|
-
"./Forms/InputGroup/InputGroup": {
|
|
258
|
-
"import": "./Forms/InputGroup/InputGroup.js"
|
|
259
|
-
},
|
|
260
|
-
"./Forms/InputGroup": {
|
|
261
|
-
"import": "./Forms/InputGroup/index.js"
|
|
262
|
-
},
|
|
263
|
-
"./Forms/Label/Label": {
|
|
264
|
-
"import": "./Forms/Label/Label.js"
|
|
265
|
-
},
|
|
266
|
-
"./Forms/Label": {
|
|
267
|
-
"import": "./Forms/Label/index.js"
|
|
268
|
-
},
|
|
269
|
-
"./Forms/Password/Password": {
|
|
270
|
-
"import": "./Forms/Password/Password.js"
|
|
271
|
-
},
|
|
272
|
-
"./Forms/Password": {
|
|
273
|
-
"import": "./Forms/Password/index.js"
|
|
274
|
-
},
|
|
275
|
-
"./Forms/Radio/Radio": {
|
|
276
|
-
"import": "./Forms/Radio/Radio.js"
|
|
277
|
-
},
|
|
278
|
-
"./Forms/Radio": {
|
|
279
|
-
"import": "./Forms/Radio/index.js"
|
|
280
|
-
},
|
|
281
|
-
"./Forms/Switch/Switch": {
|
|
282
|
-
"import": "./Forms/Switch/Switch.js"
|
|
283
|
-
},
|
|
284
|
-
"./Forms/Switch": {
|
|
285
|
-
"import": "./Forms/Switch/index.js"
|
|
286
|
-
},
|
|
287
|
-
"./Forms/Textarea/Textarea": {
|
|
288
|
-
"import": "./Forms/Textarea/Textarea.js"
|
|
289
|
-
},
|
|
290
|
-
"./Forms/Textarea/TextareaRich": {
|
|
291
|
-
"import": "./Forms/Textarea/TextareaRich.js"
|
|
292
|
-
},
|
|
293
|
-
"./Forms/Textarea": {
|
|
294
|
-
"import": "./Forms/Textarea/index.js"
|
|
295
|
-
},
|
|
296
|
-
"./Forms/Toggle/Toggle-tailwind": {
|
|
297
|
-
"import": "./Forms/Toggle/Toggle-tailwind.js"
|
|
298
|
-
},
|
|
299
|
-
"./Forms/Toggle/Toggle": {
|
|
300
|
-
"import": "./Forms/Toggle/Toggle.js"
|
|
301
|
-
},
|
|
302
|
-
"./Forms/Toggle": {
|
|
303
|
-
"import": "./Forms/Toggle/index.js"
|
|
304
|
-
},
|
|
305
|
-
"./Forms/Toggle/useToggle-tailwind": {
|
|
306
|
-
"import": "./Forms/Toggle/useToggle-tailwind.js"
|
|
307
|
-
},
|
|
308
|
-
"./Forms/Toggle/useToggle": {
|
|
309
|
-
"import": "./Forms/Toggle/useToggle.js"
|
|
310
|
-
},
|
|
311
|
-
"./Forms/antispam": {
|
|
312
|
-
"import": "./Forms/antispam.js"
|
|
313
|
-
},
|
|
314
|
-
"./Forms/helpers": {
|
|
315
|
-
"import": "./Forms/helpers.js"
|
|
316
|
-
},
|
|
317
|
-
"./Forms": {
|
|
318
|
-
"import": "./Forms/index.js"
|
|
319
|
-
},
|
|
320
|
-
"./Forms/styles": {
|
|
321
|
-
"import": "./Forms/styles.js"
|
|
322
|
-
},
|
|
323
|
-
"./Gauge/Gauge": {
|
|
324
|
-
"import": "./Gauge/Gauge.js"
|
|
325
|
-
},
|
|
326
|
-
"./Grid/Grid": {
|
|
327
|
-
"import": "./Grid/Grid.js"
|
|
328
|
-
},
|
|
329
|
-
"./Grid": {
|
|
330
|
-
"import": "./Grid/index.js"
|
|
331
|
-
},
|
|
332
|
-
"./Hamburger/Hamburger": {
|
|
333
|
-
"import": "./Hamburger/Hamburger.js"
|
|
334
|
-
},
|
|
335
|
-
"./Hamburger": {
|
|
336
|
-
"import": "./Hamburger/index.js"
|
|
337
|
-
},
|
|
338
|
-
"./Header": {
|
|
339
|
-
"import": "./Header/index.js"
|
|
340
|
-
},
|
|
341
|
-
"./Header/useHeader": {
|
|
342
|
-
"import": "./Header/useHeader.js"
|
|
343
|
-
},
|
|
344
|
-
"./Hidden/Hidden": {
|
|
345
|
-
"import": "./Hidden/Hidden.js"
|
|
346
|
-
},
|
|
347
|
-
"./Hidden": {
|
|
348
|
-
"import": "./Hidden/index.js"
|
|
349
|
-
},
|
|
350
|
-
"./Img": {
|
|
351
|
-
"import": "./Img/index.js"
|
|
352
|
-
},
|
|
353
|
-
"./Img/sc/bare": {
|
|
354
|
-
"import": "./Img/sc/bare.js"
|
|
355
|
-
},
|
|
356
|
-
"./Img/types": {
|
|
357
|
-
"import": "./Img/types.js"
|
|
358
|
-
},
|
|
359
|
-
"./Link/Link": {
|
|
360
|
-
"import": "./Link/Link.js"
|
|
361
|
-
},
|
|
362
|
-
"./Link/LinkBlank": {
|
|
363
|
-
"import": "./Link/LinkBlank.js"
|
|
364
|
-
},
|
|
365
|
-
"./Link": {
|
|
366
|
-
"import": "./Link/index.js"
|
|
367
|
-
},
|
|
368
|
-
"./Menu/Menu": {
|
|
369
|
-
"import": "./Menu/Menu.js"
|
|
370
|
-
},
|
|
371
|
-
"./Menu/MenuMui": {
|
|
372
|
-
"import": "./Menu/MenuMui.js"
|
|
373
|
-
},
|
|
374
|
-
"./Menu": {
|
|
375
|
-
"import": "./Menu/index.js"
|
|
376
|
-
},
|
|
377
|
-
"./MenuItem/MenuItem": {
|
|
378
|
-
"import": "./MenuItem/MenuItem.js"
|
|
379
|
-
},
|
|
380
|
-
"./MenuItem/MenuItemMui": {
|
|
381
|
-
"import": "./MenuItem/MenuItemMui.js"
|
|
382
|
-
},
|
|
383
|
-
"./MenuItem": {
|
|
384
|
-
"import": "./MenuItem/index.js"
|
|
385
|
-
},
|
|
386
|
-
"./MenuItem/useMenuItem": {
|
|
387
|
-
"import": "./MenuItem/useMenuItem.js"
|
|
388
|
-
},
|
|
389
|
-
"./Meta": {
|
|
390
|
-
"import": "./Meta.js"
|
|
391
|
-
},
|
|
392
|
-
"./NoJs": {
|
|
393
|
-
"import": "./NoJs.js"
|
|
394
|
-
},
|
|
395
|
-
"./Pagination/PaginationNav": {
|
|
396
|
-
"import": "./Pagination/PaginationNav.js"
|
|
397
|
-
},
|
|
398
|
-
"./Pagination/PaginationResults": {
|
|
399
|
-
"import": "./Pagination/PaginationResults.js"
|
|
400
|
-
},
|
|
401
|
-
"./Pagination": {
|
|
402
|
-
"import": "./Pagination/index.js"
|
|
403
|
-
},
|
|
404
|
-
"./Pill/Pill": {
|
|
405
|
-
"import": "./Pill/Pill.js"
|
|
406
|
-
},
|
|
407
|
-
"./Pill": {
|
|
408
|
-
"import": "./Pill/index.js"
|
|
409
|
-
},
|
|
410
|
-
"./Polymorphic": {
|
|
411
|
-
"import": "./Polymorphic.js"
|
|
412
|
-
},
|
|
413
|
-
"./Progress/ProgressCircular": {
|
|
414
|
-
"import": "./Progress/ProgressCircular.js"
|
|
415
|
-
},
|
|
416
|
-
"./Progress/ProgressLinear": {
|
|
417
|
-
"import": "./Progress/ProgressLinear.js"
|
|
418
|
-
},
|
|
419
|
-
"./Progress/ProgressOverlay": {
|
|
420
|
-
"import": "./Progress/ProgressOverlay.js"
|
|
421
|
-
},
|
|
422
|
-
"./Progress": {
|
|
423
|
-
"import": "./Progress/index.js"
|
|
424
|
-
},
|
|
425
|
-
"./Rating/Rating": {
|
|
426
|
-
"import": "./Rating/Rating.js"
|
|
427
|
-
},
|
|
428
|
-
"./Rating": {
|
|
429
|
-
"import": "./Rating/index.js"
|
|
430
|
-
},
|
|
431
|
-
"./Select/SelectDownshift": {
|
|
432
|
-
"import": "./Select/SelectDownshift.js"
|
|
433
|
-
},
|
|
434
|
-
"./Select/components": {
|
|
435
|
-
"import": "./Select/components.js"
|
|
436
|
-
},
|
|
437
|
-
"./Select": {
|
|
438
|
-
"import": "./Select/index.js"
|
|
439
|
-
},
|
|
440
|
-
"./Sidebar/Sidebar": {
|
|
441
|
-
"import": "./Sidebar/Sidebar.js"
|
|
442
|
-
},
|
|
443
|
-
"./Sidebar": {
|
|
444
|
-
"import": "./Sidebar/index.js"
|
|
445
|
-
},
|
|
446
|
-
"./Spacing/Spacing": {
|
|
447
|
-
"import": "./Spacing/Spacing.js"
|
|
448
|
-
},
|
|
449
|
-
"./Spacing": {
|
|
450
|
-
"import": "./Spacing/index.js"
|
|
451
|
-
},
|
|
452
|
-
"./Sticky/Sticky": {
|
|
453
|
-
"import": "./Sticky/Sticky.js"
|
|
454
|
-
},
|
|
455
|
-
"./Sticky/StickyCss": {
|
|
456
|
-
"import": "./Sticky/StickyCss.js"
|
|
457
|
-
},
|
|
458
|
-
"./Sticky": {
|
|
459
|
-
"import": "./Sticky/index.js"
|
|
460
|
-
},
|
|
461
|
-
"./Tabs/TabsMui": {
|
|
462
|
-
"import": "./Tabs/TabsMui.js"
|
|
463
|
-
},
|
|
464
|
-
"./Tabs": {
|
|
465
|
-
"import": "./Tabs/index.js"
|
|
466
|
-
},
|
|
467
|
-
"./Tabs/sc/bare": {
|
|
468
|
-
"import": "./Tabs/sc/bare.js"
|
|
469
|
-
},
|
|
470
|
-
"./Tabs/tw/bare": {
|
|
471
|
-
"import": "./Tabs/tw/bare.js"
|
|
472
|
-
},
|
|
473
|
-
"./Tabs/tw/material": {
|
|
474
|
-
"import": "./Tabs/tw/material.js"
|
|
475
|
-
},
|
|
476
|
-
"./Tabs/useTabs": {
|
|
477
|
-
"import": "./Tabs/useTabs.js"
|
|
478
|
-
},
|
|
479
|
-
"./Typography/CopyPasteVisible": {
|
|
480
|
-
"import": "./Typography/CopyPasteVisible.js"
|
|
481
|
-
},
|
|
482
|
-
"./Typography/Native": {
|
|
483
|
-
"import": "./Typography/Native.js"
|
|
484
|
-
},
|
|
485
|
-
"./Typography/ReadMore": {
|
|
486
|
-
"import": "./Typography/ReadMore.js"
|
|
487
|
-
},
|
|
488
|
-
"./Typography/TextLoop": {
|
|
489
|
-
"import": "./Typography/TextLoop.js"
|
|
490
|
-
},
|
|
491
|
-
"./Typography/TypeStairs": {
|
|
492
|
-
"import": "./Typography/TypeStairs.js"
|
|
493
|
-
},
|
|
494
|
-
"./Typography": {
|
|
495
|
-
"import": "./Typography/index.js"
|
|
496
|
-
},
|
|
497
|
-
"./calendar/CalendarDaygridCell": {
|
|
498
|
-
"import": "./calendar/CalendarDaygridCell.js"
|
|
499
|
-
},
|
|
500
|
-
"./calendar/CalendarDaygridNav": {
|
|
501
|
-
"import": "./calendar/CalendarDaygridNav.js"
|
|
502
|
-
},
|
|
503
|
-
"./calendar/CalendarDaygridTable": {
|
|
504
|
-
"import": "./calendar/CalendarDaygridTable.js"
|
|
505
|
-
},
|
|
506
|
-
"./calendar/CalendarLegend": {
|
|
507
|
-
"import": "./calendar/CalendarLegend.js"
|
|
508
|
-
},
|
|
509
|
-
"./calendar/calendar-api-google": {
|
|
510
|
-
"import": "./calendar/calendar-api-google.js"
|
|
31
|
+
"module": "./index.esm.js",
|
|
32
|
+
"import": "./index.cjs.mjs",
|
|
33
|
+
"default": "./index.cjs.js"
|
|
511
34
|
},
|
|
512
35
|
"./calendar": {
|
|
513
|
-
"
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
"import": "./calendar/types.js"
|
|
517
|
-
},
|
|
518
|
-
"./calendar/useCalendar": {
|
|
519
|
-
"import": "./calendar/useCalendar.js"
|
|
520
|
-
},
|
|
521
|
-
"./calendar/utils": {
|
|
522
|
-
"import": "./calendar/utils.js"
|
|
523
|
-
},
|
|
524
|
-
"./classed": {
|
|
525
|
-
"import": "./classed.js"
|
|
526
|
-
},
|
|
527
|
-
"./createUseMediaQueryWidth": {
|
|
528
|
-
"import": "./createUseMediaQueryWidth.js"
|
|
529
|
-
},
|
|
530
|
-
"./css": {
|
|
531
|
-
"import": "./css/index.js"
|
|
532
|
-
},
|
|
533
|
-
"./extendComponent": {
|
|
534
|
-
"import": "./extendComponent.js"
|
|
535
|
-
},
|
|
536
|
-
"./forms/antispam": {
|
|
537
|
-
"import": "./forms/antispam.js"
|
|
36
|
+
"module": "./calendar.esm.js",
|
|
37
|
+
"import": "./calendar.cjs.mjs",
|
|
38
|
+
"default": "./calendar.cjs.js"
|
|
538
39
|
},
|
|
539
40
|
"./forms": {
|
|
540
|
-
"
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
"import": "./m/MotionProvider.js"
|
|
544
|
-
},
|
|
545
|
-
"./m": {
|
|
546
|
-
"import": "./m/index.js"
|
|
547
|
-
},
|
|
548
|
-
"./m/lite": {
|
|
549
|
-
"import": "./m/lite.js"
|
|
550
|
-
},
|
|
551
|
-
"./m/max": {
|
|
552
|
-
"import": "./m/max.js"
|
|
553
|
-
},
|
|
554
|
-
"./mergeRefs": {
|
|
555
|
-
"import": "./mergeRefs.js"
|
|
556
|
-
},
|
|
557
|
-
"./sc": {
|
|
558
|
-
"import": "./sc/index.js"
|
|
559
|
-
},
|
|
560
|
-
"./scm": {
|
|
561
|
-
"import": "./scm/index.js"
|
|
562
|
-
},
|
|
563
|
-
"./shared": {
|
|
564
|
-
"import": "./shared/index.js"
|
|
565
|
-
},
|
|
566
|
-
"./styles/Body": {
|
|
567
|
-
"import": "./styles/Body.js"
|
|
568
|
-
},
|
|
569
|
-
"./styles/Global": {
|
|
570
|
-
"import": "./styles/Global.js"
|
|
571
|
-
},
|
|
572
|
-
"./styles": {
|
|
573
|
-
"import": "./styles/index.js"
|
|
574
|
-
},
|
|
575
|
-
"./styles/media": {
|
|
576
|
-
"import": "./styles/media.js"
|
|
577
|
-
},
|
|
578
|
-
"./styles/spacing": {
|
|
579
|
-
"import": "./styles/spacing.js"
|
|
580
|
-
},
|
|
581
|
-
"./styles/styled": {
|
|
582
|
-
"import": "./styles/styled.js"
|
|
583
|
-
},
|
|
584
|
-
"./styles/theme--vanilla": {
|
|
585
|
-
"import": "./styles/theme--vanilla.js"
|
|
586
|
-
},
|
|
587
|
-
"./styles/theme": {
|
|
588
|
-
"import": "./styles/theme.js"
|
|
589
|
-
},
|
|
590
|
-
"./tw": {
|
|
591
|
-
"import": "./tw/index.js"
|
|
592
|
-
},
|
|
593
|
-
"./twm": {
|
|
594
|
-
"import": "./twm/index.js"
|
|
595
|
-
},
|
|
596
|
-
"./types": {
|
|
597
|
-
"import": "./types.js"
|
|
598
|
-
},
|
|
599
|
-
"./useAsyncFn": {
|
|
600
|
-
"import": "./useAsyncFn.js"
|
|
601
|
-
},
|
|
602
|
-
"./useDateLocale": {
|
|
603
|
-
"import": "./useDateLocale.js"
|
|
604
|
-
},
|
|
605
|
-
"./useFirstMountState": {
|
|
606
|
-
"import": "./useFirstMountState.js"
|
|
607
|
-
},
|
|
608
|
-
"./useFixedOffset": {
|
|
609
|
-
"import": "./useFixedOffset.js"
|
|
610
|
-
},
|
|
611
|
-
"./useFocus": {
|
|
612
|
-
"import": "./useFocus.js"
|
|
613
|
-
},
|
|
614
|
-
"./useInterval": {
|
|
615
|
-
"import": "./useInterval.js"
|
|
616
|
-
},
|
|
617
|
-
"./useIsomorphicLayoutEffect": {
|
|
618
|
-
"import": "./useIsomorphicLayoutEffect.js"
|
|
619
|
-
},
|
|
620
|
-
"./useKeyUp": {
|
|
621
|
-
"import": "./useKeyUp.js"
|
|
622
|
-
},
|
|
623
|
-
"./useMeasure": {
|
|
624
|
-
"import": "./useMeasure.js"
|
|
625
|
-
},
|
|
626
|
-
"./useMountedState": {
|
|
627
|
-
"import": "./useMountedState.js"
|
|
628
|
-
},
|
|
629
|
-
"./useNavigateAway": {
|
|
630
|
-
"import": "./useNavigateAway.js"
|
|
631
|
-
},
|
|
632
|
-
"./usePrevious": {
|
|
633
|
-
"import": "./usePrevious.js"
|
|
634
|
-
},
|
|
635
|
-
"./usePreviousRef": {
|
|
636
|
-
"import": "./usePreviousRef.js"
|
|
637
|
-
},
|
|
638
|
-
"./useReveal": {
|
|
639
|
-
"import": "./useReveal.js"
|
|
640
|
-
},
|
|
641
|
-
"./useScrollPosition": {
|
|
642
|
-
"import": "./useScrollPosition.js"
|
|
643
|
-
},
|
|
644
|
-
"./useScrollThreshold": {
|
|
645
|
-
"import": "./useScrollThreshold.js"
|
|
646
|
-
},
|
|
647
|
-
"./useScrollTo": {
|
|
648
|
-
"import": "./useScrollTo.js"
|
|
649
|
-
},
|
|
650
|
-
"./useSmoothScroll": {
|
|
651
|
-
"import": "./useSmoothScroll.js"
|
|
652
|
-
},
|
|
653
|
-
"./useSpinDelay": {
|
|
654
|
-
"import": "./useSpinDelay.js"
|
|
655
|
-
},
|
|
656
|
-
"./useTraceUpdate": {
|
|
657
|
-
"import": "./useTraceUpdate.js"
|
|
658
|
-
},
|
|
659
|
-
"./useUpdateEffect": {
|
|
660
|
-
"import": "./useUpdateEffect.js"
|
|
661
|
-
},
|
|
662
|
-
"./useWindowSize": {
|
|
663
|
-
"import": "./useWindowSize.js"
|
|
41
|
+
"module": "./forms.esm.js",
|
|
42
|
+
"import": "./forms.cjs.mjs",
|
|
43
|
+
"default": "./forms.cjs.js"
|
|
664
44
|
}
|
|
665
45
|
},
|
|
666
|
-
"
|
|
46
|
+
"module": "./index.esm.js",
|
|
47
|
+
"main": "./index.cjs.js",
|
|
48
|
+
"version": "2.0.0-beta.39"
|
|
667
49
|
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
type ClassedAugmentedProps<Props> = Props & {
|
|
3
|
+
className?: string;
|
|
4
|
+
ref?: React.Ref<any>;
|
|
5
|
+
};
|
|
6
|
+
type ClassedFinalProps<Props, Component> = Component extends React.ReactHTML ? React.HTMLProps<Component> & ClassedAugmentedProps<Props> : ClassedAugmentedProps<Props>;
|
|
7
|
+
export declare let classed: <Props, Component extends React.ElementType<any, keyof React.JSX.IntrinsicElements> = any>(component: Component) => (strings: TemplateStringsArray, ...args: ((props: Props) => string)[] | string[]) => React.ForwardRefExoticComponent<React.PropsWithoutRef<ClassedFinalProps<Props, Component>> & React.RefAttributes<Component>>;
|
|
8
|
+
export {};
|