@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/Dialog/tw/framer.d.ts
DELETED
|
@@ -1,108 +0,0 @@
|
|
|
1
|
-
export type { KoineDialogProps } from "../DialogMui.js";
|
|
2
|
-
export declare const KoineDialog: ((props: unknown) => import("react").FunctionComponentElement<any>) & {
|
|
3
|
-
Root: import("react").ForwardRefExoticComponent<Omit<{
|
|
4
|
-
className?: string | undefined;
|
|
5
|
-
ref?: import("react").Ref<any> | undefined;
|
|
6
|
-
}, "ref"> & import("react").RefAttributes<import("@mui/base/utils").PolymorphicComponent<import("@mui/base/Modal").ModalTypeMap<{}, "div">>>>;
|
|
7
|
-
Backdrop: import("framer-motion").CustomDomComponent<Omit<{
|
|
8
|
-
className?: string | undefined;
|
|
9
|
-
ref?: import("react").Ref<any> | undefined;
|
|
10
|
-
}, "ref"> & import("react").RefAttributes<NonNullable<import("react").ElementType<Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref">, "style" | "onDrag" | "onDragStart" | "onDragEnd" | "onAnimationStart" | "onAnimationEnd"> & {
|
|
11
|
-
open?: any;
|
|
12
|
-
}>>>>;
|
|
13
|
-
Container: import("react").ForwardRefExoticComponent<(Omit<import("react").HTMLProps<any> & Pick<import("../DialogMui").OwnProps, "$scrollPaper"> & {
|
|
14
|
-
children?: import("react").ReactNode;
|
|
15
|
-
} & {
|
|
16
|
-
className?: string | undefined;
|
|
17
|
-
ref?: import("react").Ref<any> | undefined;
|
|
18
|
-
}, "ref"> | Omit<Pick<import("../DialogMui").OwnProps, "$scrollPaper"> & {
|
|
19
|
-
children?: import("react").ReactNode;
|
|
20
|
-
} & {
|
|
21
|
-
className?: string | undefined;
|
|
22
|
-
ref?: import("react").Ref<any> | undefined;
|
|
23
|
-
}, "ref">) & import("react").RefAttributes<any>>;
|
|
24
|
-
Paper: import("framer-motion").CustomDomComponent<Omit<{
|
|
25
|
-
"aria-label": string;
|
|
26
|
-
} & Pick<import("../DialogMui").OwnProps, "$scrollPaper"> & {
|
|
27
|
-
children?: import("react").ReactNode;
|
|
28
|
-
} & {
|
|
29
|
-
className?: string | undefined;
|
|
30
|
-
ref?: import("react").Ref<any> | undefined;
|
|
31
|
-
}, "ref"> & import("react").RefAttributes<any>>;
|
|
32
|
-
Close: import("react").ForwardRefExoticComponent<Omit<{
|
|
33
|
-
className?: string | undefined;
|
|
34
|
-
ref?: import("react").Ref<any> | undefined;
|
|
35
|
-
}, "ref"> & import("react").RefAttributes<NonNullable<import("react").ElementType<Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
|
|
36
|
-
onClick: (event: object, reason?: string | undefined) => any;
|
|
37
|
-
} & {
|
|
38
|
-
children?: import("react").ReactNode;
|
|
39
|
-
}>>>>;
|
|
40
|
-
Header: import("react").ForwardRefExoticComponent<Omit<{
|
|
41
|
-
className?: string | undefined;
|
|
42
|
-
ref?: import("react").Ref<any> | undefined;
|
|
43
|
-
}, "ref"> & import("react").RefAttributes<NonNullable<import("react").ElementType<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
44
|
-
children?: import("react").ReactNode;
|
|
45
|
-
}>>>>;
|
|
46
|
-
Body: import("react").ForwardRefExoticComponent<Omit<{
|
|
47
|
-
className?: string | undefined;
|
|
48
|
-
ref?: import("react").Ref<any> | undefined;
|
|
49
|
-
}, "ref"> & import("react").RefAttributes<NonNullable<import("react").ElementType<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
50
|
-
children?: import("react").ReactNode;
|
|
51
|
-
}>>>>;
|
|
52
|
-
mBackdrop: import("framer-motion").MotionProps;
|
|
53
|
-
mPaper: import("framer-motion").MotionProps;
|
|
54
|
-
} & {
|
|
55
|
-
defaultProps: {
|
|
56
|
-
Root: import("react").ForwardRefExoticComponent<Omit<{
|
|
57
|
-
className?: string | undefined;
|
|
58
|
-
ref?: import("react").Ref<any> | undefined;
|
|
59
|
-
}, "ref"> & import("react").RefAttributes<import("@mui/base/utils").PolymorphicComponent<import("@mui/base/Modal").ModalTypeMap<{}, "div">>>>;
|
|
60
|
-
Backdrop: import("framer-motion").CustomDomComponent<Omit<{
|
|
61
|
-
className?: string | undefined;
|
|
62
|
-
ref?: import("react").Ref<any> | undefined;
|
|
63
|
-
}, "ref"> & import("react").RefAttributes<NonNullable<import("react").ElementType<Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref">, "style" | "onDrag" | "onDragStart" | "onDragEnd" | "onAnimationStart" | "onAnimationEnd"> & {
|
|
64
|
-
open?: any;
|
|
65
|
-
}>>>>;
|
|
66
|
-
Container: import("react").ForwardRefExoticComponent<(Omit<import("react").HTMLProps<any> & Pick<import("../DialogMui").OwnProps, "$scrollPaper"> & {
|
|
67
|
-
children?: import("react").ReactNode;
|
|
68
|
-
} & {
|
|
69
|
-
className?: string | undefined;
|
|
70
|
-
ref?: import("react").Ref<any> | undefined;
|
|
71
|
-
}, "ref"> | Omit<Pick<import("../DialogMui").OwnProps, "$scrollPaper"> & {
|
|
72
|
-
children?: import("react").ReactNode;
|
|
73
|
-
} & {
|
|
74
|
-
className?: string | undefined;
|
|
75
|
-
ref?: import("react").Ref<any> | undefined;
|
|
76
|
-
}, "ref">) & import("react").RefAttributes<any>>;
|
|
77
|
-
Paper: import("framer-motion").CustomDomComponent<Omit<{
|
|
78
|
-
"aria-label": string;
|
|
79
|
-
} & Pick<import("../DialogMui").OwnProps, "$scrollPaper"> & {
|
|
80
|
-
children?: import("react").ReactNode;
|
|
81
|
-
} & {
|
|
82
|
-
className?: string | undefined;
|
|
83
|
-
ref?: import("react").Ref<any> | undefined;
|
|
84
|
-
}, "ref"> & import("react").RefAttributes<any>>;
|
|
85
|
-
Close: import("react").ForwardRefExoticComponent<Omit<{
|
|
86
|
-
className?: string | undefined;
|
|
87
|
-
ref?: import("react").Ref<any> | undefined;
|
|
88
|
-
}, "ref"> & import("react").RefAttributes<NonNullable<import("react").ElementType<Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
|
|
89
|
-
onClick: (event: object, reason?: string | undefined) => any;
|
|
90
|
-
} & {
|
|
91
|
-
children?: import("react").ReactNode;
|
|
92
|
-
}>>>>;
|
|
93
|
-
Header: import("react").ForwardRefExoticComponent<Omit<{
|
|
94
|
-
className?: string | undefined;
|
|
95
|
-
ref?: import("react").Ref<any> | undefined;
|
|
96
|
-
}, "ref"> & import("react").RefAttributes<NonNullable<import("react").ElementType<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
97
|
-
children?: import("react").ReactNode;
|
|
98
|
-
}>>>>;
|
|
99
|
-
Body: import("react").ForwardRefExoticComponent<Omit<{
|
|
100
|
-
className?: string | undefined;
|
|
101
|
-
ref?: import("react").Ref<any> | undefined;
|
|
102
|
-
}, "ref"> & import("react").RefAttributes<NonNullable<import("react").ElementType<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
103
|
-
children?: import("react").ReactNode;
|
|
104
|
-
}>>>>;
|
|
105
|
-
mBackdrop: import("framer-motion").MotionProps;
|
|
106
|
-
mPaper: import("framer-motion").MotionProps;
|
|
107
|
-
};
|
|
108
|
-
};
|
package/Dialog/tw/framer.js
DELETED
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { m } from "framer-motion";
|
|
2
|
-
import { extendComponent } from "../../extendComponent.js";
|
|
3
|
-
import { KoineDialog as _ } from "../m/bare.js";
|
|
4
|
-
import { dialogBackdropMotion, dialogPaperMotion } from "../m/basic.js";
|
|
5
|
-
import { Backdrop, Body, Close, Container, Header, Paper, Root } from "./bare.js";
|
|
6
|
-
export var KoineDialog = extendComponent(_, {
|
|
7
|
-
Root: Root,
|
|
8
|
-
Backdrop: m(Backdrop),
|
|
9
|
-
Container: Container,
|
|
10
|
-
Paper: m(Paper),
|
|
11
|
-
Close: Close,
|
|
12
|
-
Header: Header,
|
|
13
|
-
Body: Body,
|
|
14
|
-
mBackdrop: dialogBackdropMotion,
|
|
15
|
-
mPaper: dialogPaperMotion,
|
|
16
|
-
});
|
|
@@ -1,164 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
export declare const KoineDialog: ((props: unknown) => import("react").FunctionComponentElement<any>) & {
|
|
3
|
-
Root: import("react").ForwardRefExoticComponent<Omit<{
|
|
4
|
-
className?: string | undefined;
|
|
5
|
-
ref?: import("react").Ref<any> | undefined;
|
|
6
|
-
}, "ref"> & import("react").RefAttributes<import("react").ForwardRefExoticComponent<Omit<{
|
|
7
|
-
className?: string | undefined;
|
|
8
|
-
ref?: import("react").Ref<any> | undefined;
|
|
9
|
-
}, "ref"> & import("react").RefAttributes<import("@mui/base/utils").PolymorphicComponent<import("@mui/base/Modal").ModalTypeMap<{}, "div">>>>>>;
|
|
10
|
-
Backdrop: import("framer-motion").CustomDomComponent<Omit<{
|
|
11
|
-
className?: string | undefined;
|
|
12
|
-
ref?: import("react").Ref<any> | undefined;
|
|
13
|
-
}, "ref"> & import("react").RefAttributes<import("react").ForwardRefExoticComponent<Omit<{
|
|
14
|
-
className?: string | undefined;
|
|
15
|
-
ref?: import("react").Ref<any> | undefined;
|
|
16
|
-
}, "ref"> & import("react").RefAttributes<NonNullable<import("react").ElementType<Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref">, "style" | "onDrag" | "onDragStart" | "onDragEnd" | "onAnimationStart" | "onAnimationEnd"> & {
|
|
17
|
-
open?: any;
|
|
18
|
-
}>>>>>>;
|
|
19
|
-
Container: import("react").ForwardRefExoticComponent<Omit<{
|
|
20
|
-
className?: string | undefined;
|
|
21
|
-
ref?: import("react").Ref<any> | undefined;
|
|
22
|
-
}, "ref"> & import("react").RefAttributes<import("react").ForwardRefExoticComponent<(Omit<import("react").HTMLProps<any> & Pick<import("../DialogMui").OwnProps, "$scrollPaper"> & {
|
|
23
|
-
children?: import("react").ReactNode;
|
|
24
|
-
} & {
|
|
25
|
-
className?: string | undefined;
|
|
26
|
-
ref?: import("react").Ref<any> | undefined;
|
|
27
|
-
}, "ref"> | Omit<Pick<import("../DialogMui").OwnProps, "$scrollPaper"> & {
|
|
28
|
-
children?: import("react").ReactNode;
|
|
29
|
-
} & {
|
|
30
|
-
className?: string | undefined;
|
|
31
|
-
ref?: import("react").Ref<any> | undefined;
|
|
32
|
-
}, "ref">) & import("react").RefAttributes<any>>>>;
|
|
33
|
-
Paper: import("framer-motion").CustomDomComponent<Omit<{
|
|
34
|
-
className?: string | undefined;
|
|
35
|
-
ref?: import("react").Ref<any> | undefined;
|
|
36
|
-
}, "ref"> & import("react").RefAttributes<import("react").ForwardRefExoticComponent<(Omit<import("react").HTMLProps<any> & {
|
|
37
|
-
"aria-label": string;
|
|
38
|
-
} & Pick<import("../DialogMui").OwnProps, "$scrollPaper"> & {
|
|
39
|
-
children?: import("react").ReactNode;
|
|
40
|
-
} & {
|
|
41
|
-
className?: string | undefined;
|
|
42
|
-
ref?: import("react").Ref<any> | undefined;
|
|
43
|
-
}, "ref"> | Omit<{
|
|
44
|
-
"aria-label": string;
|
|
45
|
-
} & Pick<import("../DialogMui").OwnProps, "$scrollPaper"> & {
|
|
46
|
-
children?: import("react").ReactNode;
|
|
47
|
-
} & {
|
|
48
|
-
className?: string | undefined;
|
|
49
|
-
ref?: import("react").Ref<any> | undefined;
|
|
50
|
-
}, "ref">) & import("react").RefAttributes<any>>>>;
|
|
51
|
-
Close: import("react").ForwardRefExoticComponent<Omit<{
|
|
52
|
-
className?: string | undefined;
|
|
53
|
-
ref?: import("react").Ref<any> | undefined;
|
|
54
|
-
}, "ref"> & import("react").RefAttributes<import("react").ForwardRefExoticComponent<Omit<{
|
|
55
|
-
className?: string | undefined;
|
|
56
|
-
ref?: import("react").Ref<any> | undefined;
|
|
57
|
-
}, "ref"> & import("react").RefAttributes<NonNullable<import("react").ElementType<Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
|
|
58
|
-
onClick: (event: object, reason?: string | undefined) => any;
|
|
59
|
-
} & {
|
|
60
|
-
children?: import("react").ReactNode;
|
|
61
|
-
}>>>>>>;
|
|
62
|
-
Header: import("react").ForwardRefExoticComponent<Omit<{
|
|
63
|
-
className?: string | undefined;
|
|
64
|
-
ref?: import("react").Ref<any> | undefined;
|
|
65
|
-
}, "ref"> & import("react").RefAttributes<import("react").ForwardRefExoticComponent<Omit<{
|
|
66
|
-
className?: string | undefined;
|
|
67
|
-
ref?: import("react").Ref<any> | undefined;
|
|
68
|
-
}, "ref"> & import("react").RefAttributes<NonNullable<import("react").ElementType<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
69
|
-
children?: import("react").ReactNode;
|
|
70
|
-
}>>>>>>;
|
|
71
|
-
Body: import("react").ForwardRefExoticComponent<Omit<{
|
|
72
|
-
className?: string | undefined;
|
|
73
|
-
ref?: import("react").Ref<any> | undefined;
|
|
74
|
-
}, "ref"> & import("react").RefAttributes<import("react").ForwardRefExoticComponent<Omit<{
|
|
75
|
-
className?: string | undefined;
|
|
76
|
-
ref?: import("react").Ref<any> | undefined;
|
|
77
|
-
}, "ref"> & import("react").RefAttributes<NonNullable<import("react").ElementType<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
78
|
-
children?: import("react").ReactNode;
|
|
79
|
-
}>>>>>>;
|
|
80
|
-
mBackdrop: import("framer-motion").MotionProps;
|
|
81
|
-
mPaper: import("framer-motion").MotionProps;
|
|
82
|
-
} & {
|
|
83
|
-
defaultProps: {
|
|
84
|
-
Root: import("react").ForwardRefExoticComponent<Omit<{
|
|
85
|
-
className?: string | undefined;
|
|
86
|
-
ref?: import("react").Ref<any> | undefined;
|
|
87
|
-
}, "ref"> & import("react").RefAttributes<import("react").ForwardRefExoticComponent<Omit<{
|
|
88
|
-
className?: string | undefined;
|
|
89
|
-
ref?: import("react").Ref<any> | undefined;
|
|
90
|
-
}, "ref"> & import("react").RefAttributes<import("@mui/base/utils").PolymorphicComponent<import("@mui/base/Modal").ModalTypeMap<{}, "div">>>>>>;
|
|
91
|
-
Backdrop: import("framer-motion").CustomDomComponent<Omit<{
|
|
92
|
-
className?: string | undefined;
|
|
93
|
-
ref?: import("react").Ref<any> | undefined;
|
|
94
|
-
}, "ref"> & import("react").RefAttributes<import("react").ForwardRefExoticComponent<Omit<{
|
|
95
|
-
className?: string | undefined;
|
|
96
|
-
ref?: import("react").Ref<any> | undefined;
|
|
97
|
-
}, "ref"> & import("react").RefAttributes<NonNullable<import("react").ElementType<Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref">, "style" | "onDrag" | "onDragStart" | "onDragEnd" | "onAnimationStart" | "onAnimationEnd"> & {
|
|
98
|
-
open?: any;
|
|
99
|
-
}>>>>>>;
|
|
100
|
-
Container: import("react").ForwardRefExoticComponent<Omit<{
|
|
101
|
-
className?: string | undefined;
|
|
102
|
-
ref?: import("react").Ref<any> | undefined;
|
|
103
|
-
}, "ref"> & import("react").RefAttributes<import("react").ForwardRefExoticComponent<(Omit<import("react").HTMLProps<any> & Pick<import("../DialogMui").OwnProps, "$scrollPaper"> & {
|
|
104
|
-
children?: import("react").ReactNode;
|
|
105
|
-
} & {
|
|
106
|
-
className?: string | undefined;
|
|
107
|
-
ref?: import("react").Ref<any> | undefined;
|
|
108
|
-
}, "ref"> | Omit<Pick<import("../DialogMui").OwnProps, "$scrollPaper"> & {
|
|
109
|
-
children?: import("react").ReactNode;
|
|
110
|
-
} & {
|
|
111
|
-
className?: string | undefined;
|
|
112
|
-
ref?: import("react").Ref<any> | undefined;
|
|
113
|
-
}, "ref">) & import("react").RefAttributes<any>>>>;
|
|
114
|
-
Paper: import("framer-motion").CustomDomComponent<Omit<{
|
|
115
|
-
className?: string | undefined;
|
|
116
|
-
ref?: import("react").Ref<any> | undefined;
|
|
117
|
-
}, "ref"> & import("react").RefAttributes<import("react").ForwardRefExoticComponent<(Omit<import("react").HTMLProps<any> & {
|
|
118
|
-
"aria-label": string;
|
|
119
|
-
} & Pick<import("../DialogMui").OwnProps, "$scrollPaper"> & {
|
|
120
|
-
children?: import("react").ReactNode;
|
|
121
|
-
} & {
|
|
122
|
-
className?: string | undefined;
|
|
123
|
-
ref?: import("react").Ref<any> | undefined;
|
|
124
|
-
}, "ref"> | Omit<{
|
|
125
|
-
"aria-label": string;
|
|
126
|
-
} & Pick<import("../DialogMui").OwnProps, "$scrollPaper"> & {
|
|
127
|
-
children?: import("react").ReactNode;
|
|
128
|
-
} & {
|
|
129
|
-
className?: string | undefined;
|
|
130
|
-
ref?: import("react").Ref<any> | undefined;
|
|
131
|
-
}, "ref">) & import("react").RefAttributes<any>>>>;
|
|
132
|
-
Close: import("react").ForwardRefExoticComponent<Omit<{
|
|
133
|
-
className?: string | undefined;
|
|
134
|
-
ref?: import("react").Ref<any> | undefined;
|
|
135
|
-
}, "ref"> & import("react").RefAttributes<import("react").ForwardRefExoticComponent<Omit<{
|
|
136
|
-
className?: string | undefined;
|
|
137
|
-
ref?: import("react").Ref<any> | undefined;
|
|
138
|
-
}, "ref"> & import("react").RefAttributes<NonNullable<import("react").ElementType<Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
|
|
139
|
-
onClick: (event: object, reason?: string | undefined) => any;
|
|
140
|
-
} & {
|
|
141
|
-
children?: import("react").ReactNode;
|
|
142
|
-
}>>>>>>;
|
|
143
|
-
Header: import("react").ForwardRefExoticComponent<Omit<{
|
|
144
|
-
className?: string | undefined;
|
|
145
|
-
ref?: import("react").Ref<any> | undefined;
|
|
146
|
-
}, "ref"> & import("react").RefAttributes<import("react").ForwardRefExoticComponent<Omit<{
|
|
147
|
-
className?: string | undefined;
|
|
148
|
-
ref?: import("react").Ref<any> | undefined;
|
|
149
|
-
}, "ref"> & import("react").RefAttributes<NonNullable<import("react").ElementType<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
150
|
-
children?: import("react").ReactNode;
|
|
151
|
-
}>>>>>>;
|
|
152
|
-
Body: import("react").ForwardRefExoticComponent<Omit<{
|
|
153
|
-
className?: string | undefined;
|
|
154
|
-
ref?: import("react").Ref<any> | undefined;
|
|
155
|
-
}, "ref"> & import("react").RefAttributes<import("react").ForwardRefExoticComponent<Omit<{
|
|
156
|
-
className?: string | undefined;
|
|
157
|
-
ref?: import("react").Ref<any> | undefined;
|
|
158
|
-
}, "ref"> & import("react").RefAttributes<NonNullable<import("react").ElementType<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
159
|
-
children?: import("react").ReactNode;
|
|
160
|
-
}>>>>>>;
|
|
161
|
-
mBackdrop: import("framer-motion").MotionProps;
|
|
162
|
-
mPaper: import("framer-motion").MotionProps;
|
|
163
|
-
};
|
|
164
|
-
};
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { m } from "framer-motion";
|
|
2
|
-
import { extendComponent } from "../../extendComponent.js";
|
|
3
|
-
import { KoineDialog as _ } from "../m/bare.js";
|
|
4
|
-
import { dialogBackdropMotion, dialogPaperMotion } from "../m/basic.js";
|
|
5
|
-
import { Backdrop, Body, Close, Container, Header, Paper, Root, } from "./material.js";
|
|
6
|
-
export var KoineDialog = extendComponent(_, {
|
|
7
|
-
Root: Root,
|
|
8
|
-
Backdrop: m(Backdrop),
|
|
9
|
-
Container: Container,
|
|
10
|
-
Paper: m(Paper),
|
|
11
|
-
Close: Close,
|
|
12
|
-
Header: Header,
|
|
13
|
-
Body: Body,
|
|
14
|
-
mBackdrop: dialogBackdropMotion,
|
|
15
|
-
mPaper: dialogPaperMotion,
|
|
16
|
-
});
|
package/Dialog/tw/material.d.ts
DELETED
|
@@ -1,270 +0,0 @@
|
|
|
1
|
-
export type { KoineDialogProps } from "./bare.js";
|
|
2
|
-
export declare const Root: import("react").ForwardRefExoticComponent<Omit<{
|
|
3
|
-
className?: string | undefined;
|
|
4
|
-
ref?: import("react").Ref<any> | undefined;
|
|
5
|
-
}, "ref"> & import("react").RefAttributes<import("react").ForwardRefExoticComponent<Omit<{
|
|
6
|
-
className?: string | undefined;
|
|
7
|
-
ref?: import("react").Ref<any> | undefined;
|
|
8
|
-
}, "ref"> & import("react").RefAttributes<import("@mui/base/utils").PolymorphicComponent<import("@mui/base/Modal").ModalTypeMap<{}, "div">>>>>>;
|
|
9
|
-
export declare const Backdrop: import("react").ForwardRefExoticComponent<Omit<{
|
|
10
|
-
className?: string | undefined;
|
|
11
|
-
ref?: import("react").Ref<any> | undefined;
|
|
12
|
-
}, "ref"> & import("react").RefAttributes<import("react").ForwardRefExoticComponent<Omit<{
|
|
13
|
-
className?: string | undefined;
|
|
14
|
-
ref?: import("react").Ref<any> | undefined;
|
|
15
|
-
}, "ref"> & import("react").RefAttributes<NonNullable<import("react").ElementType<Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref">, "style" | "onDrag" | "onDragStart" | "onDragEnd" | "onAnimationStart" | "onAnimationEnd"> & {
|
|
16
|
-
open?: any;
|
|
17
|
-
}>>>>>>;
|
|
18
|
-
export declare const Container: import("react").ForwardRefExoticComponent<Omit<{
|
|
19
|
-
className?: string | undefined;
|
|
20
|
-
ref?: import("react").Ref<any> | undefined;
|
|
21
|
-
}, "ref"> & import("react").RefAttributes<import("react").ForwardRefExoticComponent<(Omit<import("react").HTMLProps<any> & Pick<import("../DialogMui").OwnProps, "$scrollPaper"> & {
|
|
22
|
-
children?: import("react").ReactNode;
|
|
23
|
-
} & {
|
|
24
|
-
className?: string | undefined;
|
|
25
|
-
ref?: import("react").Ref<any> | undefined;
|
|
26
|
-
}, "ref"> | Omit<Pick<import("../DialogMui").OwnProps, "$scrollPaper"> & {
|
|
27
|
-
children?: import("react").ReactNode;
|
|
28
|
-
} & {
|
|
29
|
-
className?: string | undefined;
|
|
30
|
-
ref?: import("react").Ref<any> | undefined;
|
|
31
|
-
}, "ref">) & import("react").RefAttributes<any>>>>;
|
|
32
|
-
export declare const Paper: import("react").ForwardRefExoticComponent<Omit<{
|
|
33
|
-
className?: string | undefined;
|
|
34
|
-
ref?: import("react").Ref<any> | undefined;
|
|
35
|
-
}, "ref"> & import("react").RefAttributes<import("react").ForwardRefExoticComponent<(Omit<import("react").HTMLProps<any> & {
|
|
36
|
-
"aria-label": string;
|
|
37
|
-
} & Pick<import("../DialogMui").OwnProps, "$scrollPaper"> & {
|
|
38
|
-
children?: import("react").ReactNode;
|
|
39
|
-
} & {
|
|
40
|
-
className?: string | undefined;
|
|
41
|
-
ref?: import("react").Ref<any> | undefined;
|
|
42
|
-
}, "ref"> | Omit<{
|
|
43
|
-
"aria-label": string;
|
|
44
|
-
} & Pick<import("../DialogMui").OwnProps, "$scrollPaper"> & {
|
|
45
|
-
children?: import("react").ReactNode;
|
|
46
|
-
} & {
|
|
47
|
-
className?: string | undefined;
|
|
48
|
-
ref?: import("react").Ref<any> | undefined;
|
|
49
|
-
}, "ref">) & import("react").RefAttributes<any>>>>;
|
|
50
|
-
export declare const Close: import("react").ForwardRefExoticComponent<Omit<{
|
|
51
|
-
className?: string | undefined;
|
|
52
|
-
ref?: import("react").Ref<any> | undefined;
|
|
53
|
-
}, "ref"> & import("react").RefAttributes<import("react").ForwardRefExoticComponent<Omit<{
|
|
54
|
-
className?: string | undefined;
|
|
55
|
-
ref?: import("react").Ref<any> | undefined;
|
|
56
|
-
}, "ref"> & import("react").RefAttributes<NonNullable<import("react").ElementType<Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
|
|
57
|
-
onClick: (event: object, reason?: string | undefined) => any;
|
|
58
|
-
} & {
|
|
59
|
-
children?: import("react").ReactNode;
|
|
60
|
-
}>>>>>>;
|
|
61
|
-
export declare const Header: import("react").ForwardRefExoticComponent<Omit<{
|
|
62
|
-
className?: string | undefined;
|
|
63
|
-
ref?: import("react").Ref<any> | undefined;
|
|
64
|
-
}, "ref"> & import("react").RefAttributes<import("react").ForwardRefExoticComponent<Omit<{
|
|
65
|
-
className?: string | undefined;
|
|
66
|
-
ref?: import("react").Ref<any> | undefined;
|
|
67
|
-
}, "ref"> & import("react").RefAttributes<NonNullable<import("react").ElementType<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
68
|
-
children?: import("react").ReactNode;
|
|
69
|
-
}>>>>>>;
|
|
70
|
-
export declare const Body: import("react").ForwardRefExoticComponent<Omit<{
|
|
71
|
-
className?: string | undefined;
|
|
72
|
-
ref?: import("react").Ref<any> | undefined;
|
|
73
|
-
}, "ref"> & import("react").RefAttributes<import("react").ForwardRefExoticComponent<Omit<{
|
|
74
|
-
className?: string | undefined;
|
|
75
|
-
ref?: import("react").Ref<any> | undefined;
|
|
76
|
-
}, "ref"> & import("react").RefAttributes<NonNullable<import("react").ElementType<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
77
|
-
children?: import("react").ReactNode;
|
|
78
|
-
}>>>>>>;
|
|
79
|
-
export declare const KoineDialog: ((props: Omit<{
|
|
80
|
-
[x: string]: any;
|
|
81
|
-
[x: number]: any;
|
|
82
|
-
[x: symbol]: any;
|
|
83
|
-
onClose: (event: object, reason?: string | undefined) => any;
|
|
84
|
-
title?: string | undefined;
|
|
85
|
-
$scrollPaper?: boolean | undefined;
|
|
86
|
-
mBackdrop?: import("framer-motion").MotionProps | undefined;
|
|
87
|
-
mPaper?: import("framer-motion").MotionProps | undefined;
|
|
88
|
-
children?: import("react").ReactNode;
|
|
89
|
-
Root: import("@mui/base/utils").PolymorphicComponent<import("@mui/base/Modal").ModalTypeMap<{}, "div">>;
|
|
90
|
-
Backdrop: NonNullable<import("react").ElementType<Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref">, "style" | "onDrag" | "onDragStart" | "onDragEnd" | "onAnimationStart" | "onAnimationEnd"> & {
|
|
91
|
-
open?: any;
|
|
92
|
-
}>>;
|
|
93
|
-
Container: NonNullable<import("react").ElementType<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & Pick<import("../DialogMui").OwnProps, "$scrollPaper"> & {
|
|
94
|
-
children?: import("react").ReactNode;
|
|
95
|
-
}>>;
|
|
96
|
-
Paper: NonNullable<import("react").ElementType<Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref">, "style" | "onDrag" | "onDragStart" | "onDragEnd" | "onAnimationStart" | "onAnimationEnd"> & {
|
|
97
|
-
"aria-label": string;
|
|
98
|
-
} & Pick<import("../DialogMui").OwnProps, "$scrollPaper"> & {
|
|
99
|
-
children?: import("react").ReactNode;
|
|
100
|
-
}>>;
|
|
101
|
-
Close: NonNullable<import("react").ElementType<Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
|
|
102
|
-
onClick: (event: object, reason?: string | undefined) => any;
|
|
103
|
-
} & {
|
|
104
|
-
children?: import("react").ReactNode;
|
|
105
|
-
}>>;
|
|
106
|
-
Header: NonNullable<import("react").ElementType<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
107
|
-
children?: import("react").ReactNode;
|
|
108
|
-
}>>;
|
|
109
|
-
Body: NonNullable<import("react").ElementType<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
110
|
-
children?: import("react").ReactNode;
|
|
111
|
-
}>>;
|
|
112
|
-
}, "ref"> & import("react").RefAttributes<HTMLDivElement>) => import("react").FunctionComponentElement<any>) & {
|
|
113
|
-
Root: import("react").ForwardRefExoticComponent<Omit<{
|
|
114
|
-
className?: string | undefined;
|
|
115
|
-
ref?: import("react").Ref<any> | undefined;
|
|
116
|
-
}, "ref"> & import("react").RefAttributes<import("react").ForwardRefExoticComponent<Omit<{
|
|
117
|
-
className?: string | undefined;
|
|
118
|
-
ref?: import("react").Ref<any> | undefined;
|
|
119
|
-
}, "ref"> & import("react").RefAttributes<import("@mui/base/utils").PolymorphicComponent<import("@mui/base/Modal").ModalTypeMap<{}, "div">>>>>>;
|
|
120
|
-
Backdrop: import("react").ForwardRefExoticComponent<Omit<{
|
|
121
|
-
className?: string | undefined;
|
|
122
|
-
ref?: import("react").Ref<any> | undefined;
|
|
123
|
-
}, "ref"> & import("react").RefAttributes<import("react").ForwardRefExoticComponent<Omit<{
|
|
124
|
-
className?: string | undefined;
|
|
125
|
-
ref?: import("react").Ref<any> | undefined;
|
|
126
|
-
}, "ref"> & import("react").RefAttributes<NonNullable<import("react").ElementType<Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref">, "style" | "onDrag" | "onDragStart" | "onDragEnd" | "onAnimationStart" | "onAnimationEnd"> & {
|
|
127
|
-
open?: any;
|
|
128
|
-
}>>>>>>;
|
|
129
|
-
Container: import("react").ForwardRefExoticComponent<Omit<{
|
|
130
|
-
className?: string | undefined;
|
|
131
|
-
ref?: import("react").Ref<any> | undefined;
|
|
132
|
-
}, "ref"> & import("react").RefAttributes<import("react").ForwardRefExoticComponent<(Omit<import("react").HTMLProps<any> & Pick<import("../DialogMui").OwnProps, "$scrollPaper"> & {
|
|
133
|
-
children?: import("react").ReactNode;
|
|
134
|
-
} & {
|
|
135
|
-
className?: string | undefined;
|
|
136
|
-
ref?: import("react").Ref<any> | undefined;
|
|
137
|
-
}, "ref"> | Omit<Pick<import("../DialogMui").OwnProps, "$scrollPaper"> & {
|
|
138
|
-
children?: import("react").ReactNode;
|
|
139
|
-
} & {
|
|
140
|
-
className?: string | undefined;
|
|
141
|
-
ref?: import("react").Ref<any> | undefined;
|
|
142
|
-
}, "ref">) & import("react").RefAttributes<any>>>>;
|
|
143
|
-
Paper: import("react").ForwardRefExoticComponent<Omit<{
|
|
144
|
-
className?: string | undefined;
|
|
145
|
-
ref?: import("react").Ref<any> | undefined;
|
|
146
|
-
}, "ref"> & import("react").RefAttributes<import("react").ForwardRefExoticComponent<(Omit<import("react").HTMLProps<any> & {
|
|
147
|
-
"aria-label": string;
|
|
148
|
-
} & Pick<import("../DialogMui").OwnProps, "$scrollPaper"> & {
|
|
149
|
-
children?: import("react").ReactNode;
|
|
150
|
-
} & {
|
|
151
|
-
className?: string | undefined;
|
|
152
|
-
ref?: import("react").Ref<any> | undefined;
|
|
153
|
-
}, "ref"> | Omit<{
|
|
154
|
-
"aria-label": string;
|
|
155
|
-
} & Pick<import("../DialogMui").OwnProps, "$scrollPaper"> & {
|
|
156
|
-
children?: import("react").ReactNode;
|
|
157
|
-
} & {
|
|
158
|
-
className?: string | undefined;
|
|
159
|
-
ref?: import("react").Ref<any> | undefined;
|
|
160
|
-
}, "ref">) & import("react").RefAttributes<any>>>>;
|
|
161
|
-
Close: import("react").ForwardRefExoticComponent<Omit<{
|
|
162
|
-
className?: string | undefined;
|
|
163
|
-
ref?: import("react").Ref<any> | undefined;
|
|
164
|
-
}, "ref"> & import("react").RefAttributes<import("react").ForwardRefExoticComponent<Omit<{
|
|
165
|
-
className?: string | undefined;
|
|
166
|
-
ref?: import("react").Ref<any> | undefined;
|
|
167
|
-
}, "ref"> & import("react").RefAttributes<NonNullable<import("react").ElementType<Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
|
|
168
|
-
onClick: (event: object, reason?: string | undefined) => any;
|
|
169
|
-
} & {
|
|
170
|
-
children?: import("react").ReactNode;
|
|
171
|
-
}>>>>>>;
|
|
172
|
-
Header: import("react").ForwardRefExoticComponent<Omit<{
|
|
173
|
-
className?: string | undefined;
|
|
174
|
-
ref?: import("react").Ref<any> | undefined;
|
|
175
|
-
}, "ref"> & import("react").RefAttributes<import("react").ForwardRefExoticComponent<Omit<{
|
|
176
|
-
className?: string | undefined;
|
|
177
|
-
ref?: import("react").Ref<any> | undefined;
|
|
178
|
-
}, "ref"> & import("react").RefAttributes<NonNullable<import("react").ElementType<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
179
|
-
children?: import("react").ReactNode;
|
|
180
|
-
}>>>>>>;
|
|
181
|
-
Body: import("react").ForwardRefExoticComponent<Omit<{
|
|
182
|
-
className?: string | undefined;
|
|
183
|
-
ref?: import("react").Ref<any> | undefined;
|
|
184
|
-
}, "ref"> & import("react").RefAttributes<import("react").ForwardRefExoticComponent<Omit<{
|
|
185
|
-
className?: string | undefined;
|
|
186
|
-
ref?: import("react").Ref<any> | undefined;
|
|
187
|
-
}, "ref"> & import("react").RefAttributes<NonNullable<import("react").ElementType<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
188
|
-
children?: import("react").ReactNode;
|
|
189
|
-
}>>>>>>;
|
|
190
|
-
} & {
|
|
191
|
-
defaultProps: {
|
|
192
|
-
Root: import("react").ForwardRefExoticComponent<Omit<{
|
|
193
|
-
className?: string | undefined;
|
|
194
|
-
ref?: import("react").Ref<any> | undefined;
|
|
195
|
-
}, "ref"> & import("react").RefAttributes<import("react").ForwardRefExoticComponent<Omit<{
|
|
196
|
-
className?: string | undefined;
|
|
197
|
-
ref?: import("react").Ref<any> | undefined;
|
|
198
|
-
}, "ref"> & import("react").RefAttributes<import("@mui/base/utils").PolymorphicComponent<import("@mui/base/Modal").ModalTypeMap<{}, "div">>>>>>;
|
|
199
|
-
Backdrop: import("react").ForwardRefExoticComponent<Omit<{
|
|
200
|
-
className?: string | undefined;
|
|
201
|
-
ref?: import("react").Ref<any> | undefined;
|
|
202
|
-
}, "ref"> & import("react").RefAttributes<import("react").ForwardRefExoticComponent<Omit<{
|
|
203
|
-
className?: string | undefined;
|
|
204
|
-
ref?: import("react").Ref<any> | undefined;
|
|
205
|
-
}, "ref"> & import("react").RefAttributes<NonNullable<import("react").ElementType<Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref">, "style" | "onDrag" | "onDragStart" | "onDragEnd" | "onAnimationStart" | "onAnimationEnd"> & {
|
|
206
|
-
open?: any;
|
|
207
|
-
}>>>>>>;
|
|
208
|
-
Container: import("react").ForwardRefExoticComponent<Omit<{
|
|
209
|
-
className?: string | undefined;
|
|
210
|
-
ref?: import("react").Ref<any> | undefined;
|
|
211
|
-
}, "ref"> & import("react").RefAttributes<import("react").ForwardRefExoticComponent<(Omit<import("react").HTMLProps<any> & Pick<import("../DialogMui").OwnProps, "$scrollPaper"> & {
|
|
212
|
-
children?: import("react").ReactNode;
|
|
213
|
-
} & {
|
|
214
|
-
className?: string | undefined;
|
|
215
|
-
ref?: import("react").Ref<any> | undefined;
|
|
216
|
-
}, "ref"> | Omit<Pick<import("../DialogMui").OwnProps, "$scrollPaper"> & {
|
|
217
|
-
children?: import("react").ReactNode;
|
|
218
|
-
} & {
|
|
219
|
-
className?: string | undefined;
|
|
220
|
-
ref?: import("react").Ref<any> | undefined;
|
|
221
|
-
}, "ref">) & import("react").RefAttributes<any>>>>;
|
|
222
|
-
Paper: import("react").ForwardRefExoticComponent<Omit<{
|
|
223
|
-
className?: string | undefined;
|
|
224
|
-
ref?: import("react").Ref<any> | undefined;
|
|
225
|
-
}, "ref"> & import("react").RefAttributes<import("react").ForwardRefExoticComponent<(Omit<import("react").HTMLProps<any> & {
|
|
226
|
-
"aria-label": string;
|
|
227
|
-
} & Pick<import("../DialogMui").OwnProps, "$scrollPaper"> & {
|
|
228
|
-
children?: import("react").ReactNode;
|
|
229
|
-
} & {
|
|
230
|
-
className?: string | undefined;
|
|
231
|
-
ref?: import("react").Ref<any> | undefined;
|
|
232
|
-
}, "ref"> | Omit<{
|
|
233
|
-
"aria-label": string;
|
|
234
|
-
} & Pick<import("../DialogMui").OwnProps, "$scrollPaper"> & {
|
|
235
|
-
children?: import("react").ReactNode;
|
|
236
|
-
} & {
|
|
237
|
-
className?: string | undefined;
|
|
238
|
-
ref?: import("react").Ref<any> | undefined;
|
|
239
|
-
}, "ref">) & import("react").RefAttributes<any>>>>;
|
|
240
|
-
Close: import("react").ForwardRefExoticComponent<Omit<{
|
|
241
|
-
className?: string | undefined;
|
|
242
|
-
ref?: import("react").Ref<any> | undefined;
|
|
243
|
-
}, "ref"> & import("react").RefAttributes<import("react").ForwardRefExoticComponent<Omit<{
|
|
244
|
-
className?: string | undefined;
|
|
245
|
-
ref?: import("react").Ref<any> | undefined;
|
|
246
|
-
}, "ref"> & import("react").RefAttributes<NonNullable<import("react").ElementType<Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
|
|
247
|
-
onClick: (event: object, reason?: string | undefined) => any;
|
|
248
|
-
} & {
|
|
249
|
-
children?: import("react").ReactNode;
|
|
250
|
-
}>>>>>>;
|
|
251
|
-
Header: import("react").ForwardRefExoticComponent<Omit<{
|
|
252
|
-
className?: string | undefined;
|
|
253
|
-
ref?: import("react").Ref<any> | undefined;
|
|
254
|
-
}, "ref"> & import("react").RefAttributes<import("react").ForwardRefExoticComponent<Omit<{
|
|
255
|
-
className?: string | undefined;
|
|
256
|
-
ref?: import("react").Ref<any> | undefined;
|
|
257
|
-
}, "ref"> & import("react").RefAttributes<NonNullable<import("react").ElementType<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
258
|
-
children?: import("react").ReactNode;
|
|
259
|
-
}>>>>>>;
|
|
260
|
-
Body: import("react").ForwardRefExoticComponent<Omit<{
|
|
261
|
-
className?: string | undefined;
|
|
262
|
-
ref?: import("react").Ref<any> | undefined;
|
|
263
|
-
}, "ref"> & import("react").RefAttributes<import("react").ForwardRefExoticComponent<Omit<{
|
|
264
|
-
className?: string | undefined;
|
|
265
|
-
ref?: import("react").Ref<any> | undefined;
|
|
266
|
-
}, "ref"> & import("react").RefAttributes<NonNullable<import("react").ElementType<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
267
|
-
children?: import("react").ReactNode;
|
|
268
|
-
}>>>>>>;
|
|
269
|
-
};
|
|
270
|
-
};
|
package/Dialog/tw/material.js
DELETED
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { __makeTemplateObject } from "tslib";
|
|
2
|
-
import { classed } from "../../classed.js";
|
|
3
|
-
import { extendComponent } from "../../extendComponent.js";
|
|
4
|
-
import { KoineDialog as _ } from "./bare.js";
|
|
5
|
-
export var Root = classed(_.Root)(templateObject_1 || (templateObject_1 = __makeTemplateObject([""], [""])));
|
|
6
|
-
export var Backdrop = classed(_.Backdrop)(templateObject_2 || (templateObject_2 = __makeTemplateObject(["< class=\"bg-black/[.5] backdrop-blur-sm"], ["< class=\"bg-black/[.5] backdrop-blur-sm"])));
|
|
7
|
-
export var Container = classed(_.Container)(templateObject_3 || (templateObject_3 = __makeTemplateObject([""], [""])));
|
|
8
|
-
export var Paper = classed(_.Paper)(templateObject_4 || (templateObject_4 = __makeTemplateObject(["< class=\"rounded bg-white shadow-xl m-8 max-w-screen-sm"], ["< class=\"rounded bg-white shadow-xl m-8 max-w-screen-sm"])));
|
|
9
|
-
export var Close = classed(_.Close)(templateObject_5 || (templateObject_5 = __makeTemplateObject(["< class=\"absolute top-0 right-0 p-4 text-2xl opacity-50"], ["< class=\"absolute top-0 right-0 p-4 text-2xl opacity-50"])));
|
|
10
|
-
export var Header = classed(_.Header)(templateObject_6 || (templateObject_6 = __makeTemplateObject(["< class=\"p-4 text-xl"], ["< class=\"p-4 text-xl"])));
|
|
11
|
-
export var Body = classed(_.Body)(templateObject_7 || (templateObject_7 = __makeTemplateObject(["< class=\"p-4 border-t border-gray-200"], ["< class=\"p-4 border-t border-gray-200"])));
|
|
12
|
-
export var KoineDialog = extendComponent(_, {
|
|
13
|
-
Root: Root,
|
|
14
|
-
Backdrop: Backdrop,
|
|
15
|
-
Container: Container,
|
|
16
|
-
Paper: Paper,
|
|
17
|
-
Close: Close,
|
|
18
|
-
Header: Header,
|
|
19
|
-
Body: Body,
|
|
20
|
-
});
|
|
21
|
-
var templateObject_1, templateObject_2, templateObject_3, templateObject_4, templateObject_5, templateObject_6, templateObject_7;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import type { EditorOptions, Editor as EditorType } from "@tiptap/react";
|
|
2
|
-
export type EditorBarProps = {
|
|
3
|
-
editor: null | EditorType;
|
|
4
|
-
};
|
|
5
|
-
export declare const EditorBar: ({ editor }: EditorBarProps) => import("react/jsx-runtime").JSX.Element | null;
|
|
6
|
-
export type EditorProps = {
|
|
7
|
-
options?: Partial<EditorOptions>;
|
|
8
|
-
};
|
|
9
|
-
export declare const Editor: ({ options, ...props }: EditorProps) => import("react/jsx-runtime").JSX.Element;
|