@koine/react 1.0.10 → 1.0.13
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/Alert/Alert.d.ts +5 -0
- package/Alert/Alert.js +10 -0
- package/Alert/index.d.ts +1 -0
- package/Alert/index.js +1 -0
- package/Alert/package.json +6 -0
- package/Animations/Reveal.d.ts +4 -0
- package/Animations/Reveal.js +17 -0
- package/Animations/Underline.d.ts +1 -0
- package/Animations/Underline.js +5 -0
- package/Animations/index.d.ts +3 -0
- package/Animations/index.js +3 -0
- package/Animations/package.json +6 -0
- package/Animations/useReveal.d.ts +33 -0
- package/Animations/useReveal.js +71 -0
- package/Autocomplete/AutocompleteDownshift.d.ts +1 -0
- package/Autocomplete/AutocompleteDownshift.js +158 -0
- package/Autocomplete/AutocompleteDownshiftMultiselect.d.ts +1 -0
- package/Autocomplete/AutocompleteDownshiftMultiselect.js +353 -0
- package/Autocomplete/AutocompleteMui.d.ts +47 -0
- package/Autocomplete/AutocompleteMui.js +182 -0
- package/Autocomplete/AutocompleteReach.d.ts +1 -0
- package/Autocomplete/AutocompleteReach.js +112 -0
- package/Autocomplete/components.d.ts +21 -0
- package/Autocomplete/components.js +34 -0
- package/Autocomplete/helpers.d.ts +3 -0
- package/Autocomplete/helpers.js +28 -0
- package/Autocomplete/index.d.ts +2 -0
- package/Autocomplete/index.js +3 -0
- package/Autocomplete/package.json +6 -0
- package/Bg/BgColor.d.ts +36 -0
- package/Bg/BgColor.js +21 -0
- package/Bg/BgPhoto.d.ts +13 -0
- package/Bg/BgPhoto.js +16 -0
- package/Bg/BgSvg.d.ts +7 -0
- package/Bg/BgSvg.js +12 -0
- package/Bg/index.d.ts +3 -0
- package/Bg/index.js +3 -0
- package/Bg/package.json +6 -0
- package/Breadcrumbs/Breadcrumbs.d.ts +13 -0
- package/Breadcrumbs/Breadcrumbs.js +27 -0
- package/Breadcrumbs/index.d.ts +1 -0
- package/Breadcrumbs/index.js +1 -0
- package/Breadcrumbs/package.json +6 -0
- package/Buttons/Button.d.ts +18 -0
- package/Buttons/Button.js +14 -0
- package/Buttons/ButtonComposite.d.ts +23 -0
- package/Buttons/ButtonComposite.js +28 -0
- package/Buttons/ButtonFab.d.ts +7 -0
- package/Buttons/ButtonFab.js +6 -0
- package/Buttons/ButtonLink.d.ts +8 -0
- package/Buttons/ButtonLink.js +11 -0
- package/Buttons/IconButton.d.ts +11 -0
- package/Buttons/IconButton.js +7 -0
- package/Buttons/index.d.ts +5 -0
- package/Buttons/index.js +5 -0
- package/Buttons/package.json +6 -0
- package/Calendar/CalendarDaygridCell.d.ts +36 -0
- package/Calendar/CalendarDaygridCell.js +57 -0
- package/Calendar/CalendarDaygridNav.d.ts +27 -0
- package/Calendar/CalendarDaygridNav.js +23 -0
- package/Calendar/CalendarDaygridTable.d.ts +25 -0
- package/Calendar/CalendarDaygridTable.js +57 -0
- package/Calendar/CalendarLegend.d.ts +19 -0
- package/Calendar/CalendarLegend.js +16 -0
- package/Calendar/calendar-api-google.d.ts +18 -0
- package/Calendar/calendar-api-google.js +127 -0
- package/Calendar/index.d.ts +6 -0
- package/Calendar/index.js +6 -0
- package/Calendar/package.json +6 -0
- package/Calendar/types.d.ts +81 -0
- package/Calendar/types.js +1 -0
- package/Calendar/useCalendar.d.ts +49 -0
- package/Calendar/useCalendar.js +183 -0
- package/Calendar/utils.d.ts +11 -0
- package/Calendar/utils.js +202 -0
- package/Carousel/Carousel.d.ts +1 -0
- package/Carousel/Carousel.js +378 -0
- package/Carousel/CarouselCss.d.ts +47 -0
- package/Carousel/CarouselCss.js +23 -0
- package/Carousel/index.d.ts +1 -0
- package/Carousel/index.js +1 -0
- package/Carousel/package.json +6 -0
- package/Collapsable/Collapsable.d.ts +1 -0
- package/Collapsable/Collapsable.js +1 -0
- package/Collapsable/CollapsableReach.d.ts +6 -0
- package/Collapsable/CollapsableReach.js +253 -0
- package/Collapsable/index.d.ts +1 -0
- package/Collapsable/index.js +2 -0
- package/Collapsable/package.json +6 -0
- package/Debug/Debug.d.ts +4 -0
- package/Debug/Debug.js +9 -0
- package/Debug/index.d.ts +1 -0
- package/Debug/index.js +1 -0
- package/Debug/package.json +6 -0
- package/Details/Details.d.ts +114 -0
- package/Details/Details.js +65 -0
- package/Details/index.d.ts +1 -0
- package/Details/index.js +1 -0
- package/Details/package.json +6 -0
- package/Dialog/DialogMui.d.ts +139 -0
- package/Dialog/DialogMui.js +80 -0
- package/Dialog/css/bare.d.ts +145 -0
- package/Dialog/css/bare.js +21 -0
- package/Dialog/index.d.ts +2 -0
- package/Dialog/index.js +1 -0
- package/Dialog/m/bare.d.ts +56 -0
- package/Dialog/m/bare.js +52 -0
- package/Dialog/m/basic.d.ts +4 -0
- package/Dialog/m/basic.js +31 -0
- package/Dialog/m/index.d.ts +2 -0
- package/Dialog/m/index.js +4 -0
- package/Dialog/m/package.json +6 -0
- package/Dialog/package.json +6 -0
- package/Dialog/sc/bare.d.ts +105 -0
- package/Dialog/sc/bare.js +43 -0
- package/Dialog/sc/framer.d.ts +80 -0
- package/Dialog/sc/framer.js +16 -0
- package/Dialog/sc/framerMaterial.d.ts +79 -0
- package/Dialog/sc/framerMaterial.js +16 -0
- package/Dialog/sc/material.d.ts +94 -0
- package/Dialog/sc/material.js +21 -0
- package/Dialog/tw/bare.d.ts +196 -0
- package/Dialog/tw/bare.js +42 -0
- package/Dialog/tw/elegant.d.ts +244 -0
- package/Dialog/tw/elegant.js +20 -0
- package/Dialog/tw/framer.d.ts +112 -0
- package/Dialog/tw/framer.js +16 -0
- package/Dialog/tw/framerMaterial.d.ts +167 -0
- package/Dialog/tw/framerMaterial.js +16 -0
- package/Dialog/tw/material.d.ts +244 -0
- package/Dialog/tw/material.js +20 -0
- package/Editor/Editor--tiptap.d.ts +9 -0
- package/Editor/Editor--tiptap.js +26 -0
- package/Editor/components.d.ts +7 -0
- package/Editor/components.js +10 -0
- package/Editor/index.d.ts +1 -0
- package/Editor/index.js +1 -0
- package/Editor/package.json +6 -0
- package/Favicon/FaviconTags.d.ts +18 -0
- package/Favicon/FaviconTags.js +15 -0
- package/Favicon/index.d.ts +1 -0
- package/Favicon/index.js +1 -0
- package/Favicon/package.json +6 -0
- package/Form/Form.d.ts +111 -0
- package/Form/Form.js +61 -0
- package/Form/index.d.ts +1 -0
- package/Form/index.js +1 -0
- package/Form/package.json +6 -0
- package/Form/sc/bare.d.ts +33 -0
- package/Form/sc/bare.js +20 -0
- package/Forms/Checkbox/Checkbox.d.ts +11 -0
- package/Forms/Checkbox/Checkbox.js +18 -0
- package/Forms/Checkbox/index.d.ts +1 -0
- package/Forms/Checkbox/index.js +1 -0
- package/Forms/Checkbox/package.json +6 -0
- package/Forms/Feedback/Feedback.d.ts +5 -0
- package/Forms/Feedback/Feedback.js +9 -0
- package/Forms/Feedback/index.d.ts +1 -0
- package/Forms/Feedback/index.js +1 -0
- package/Forms/Feedback/package.json +6 -0
- package/Forms/Field/Field.d.ts +15 -0
- package/Forms/Field/Field.js +48 -0
- package/Forms/Field/FieldControl.d.ts +26 -0
- package/Forms/Field/FieldControl.js +47 -0
- package/Forms/Field/FieldHint.d.ts +1 -0
- package/Forms/Field/FieldHint.js +4 -0
- package/Forms/Field/index.d.ts +2 -0
- package/Forms/Field/index.js +2 -0
- package/Forms/Field/package.json +6 -0
- package/Forms/Input/Input.d.ts +9 -0
- package/Forms/Input/Input.js +17 -0
- package/Forms/Input/index.d.ts +1 -0
- package/Forms/Input/index.js +1 -0
- package/Forms/Input/package.json +6 -0
- package/Forms/InputGroup/InputGroup.d.ts +13 -0
- package/Forms/InputGroup/InputGroup.js +15 -0
- package/Forms/InputGroup/index.d.ts +1 -0
- package/Forms/InputGroup/index.js +1 -0
- package/Forms/InputGroup/package.json +6 -0
- package/Forms/Label/Label.d.ts +3 -0
- package/Forms/Label/Label.js +6 -0
- package/Forms/Label/index.d.ts +1 -0
- package/Forms/Label/index.js +1 -0
- package/Forms/Label/package.json +6 -0
- package/Forms/Password/Password.d.ts +5 -0
- package/Forms/Password/Password.js +17 -0
- package/Forms/Password/index.d.ts +1 -0
- package/Forms/Password/index.js +1 -0
- package/Forms/Password/package.json +6 -0
- package/Forms/Radio/Radio.d.ts +12 -0
- package/Forms/Radio/Radio.js +25 -0
- package/Forms/Radio/index.d.ts +1 -0
- package/Forms/Radio/index.js +1 -0
- package/Forms/Radio/package.json +6 -0
- package/Forms/Switch/Switch.d.ts +9 -0
- package/Forms/Switch/Switch.js +20 -0
- package/Forms/Switch/index.d.ts +1 -0
- package/Forms/Switch/index.js +1 -0
- package/Forms/Switch/package.json +6 -0
- package/Forms/Textarea/Textarea.d.ts +5 -0
- package/Forms/Textarea/Textarea.js +12 -0
- package/Forms/Textarea/TextareaRich.d.ts +6 -0
- package/Forms/Textarea/TextareaRich.js +28 -0
- package/Forms/Textarea/index.d.ts +2 -0
- package/Forms/Textarea/index.js +2 -0
- package/Forms/Textarea/package.json +6 -0
- package/Forms/Toggle/Toggle.d.ts +19 -0
- package/Forms/Toggle/Toggle.js +32 -0
- package/Forms/Toggle/index.d.ts +1 -0
- package/Forms/Toggle/index.js +1 -0
- package/Forms/Toggle/package.json +6 -0
- package/Forms/Toggle/useToggle.d.ts +46 -0
- package/Forms/Toggle/useToggle.js +145 -0
- package/Forms/antispam.d.ts +24 -0
- package/Forms/antispam.js +56 -0
- package/Forms/helpers.d.ts +26 -0
- package/Forms/helpers.js +45 -0
- package/Forms/index.d.ts +15 -0
- package/Forms/index.js +16 -0
- package/Forms/package.json +6 -0
- package/Forms/styles.d.ts +19 -0
- package/Forms/styles.js +29 -0
- package/Gauge/Gauge.d.ts +5 -0
- package/Gauge/Gauge.js +102 -0
- package/Grid/Grid.d.ts +64 -0
- package/Grid/Grid.js +53 -0
- package/Grid/index.d.ts +1 -0
- package/Grid/index.js +1 -0
- package/Grid/package.json +6 -0
- package/Hamburger/Hamburger.d.ts +6 -0
- package/Hamburger/Hamburger.js +52 -0
- package/Hamburger/index.d.ts +1 -0
- package/Hamburger/index.js +1 -0
- package/Hamburger/package.json +6 -0
- package/Header/index.d.ts +1 -0
- package/Header/index.js +1 -0
- package/Header/package.json +6 -0
- package/Header/useHeader.d.ts +24 -0
- package/Header/useHeader.js +30 -0
- package/Hidden/Hidden.d.ts +6 -0
- package/Hidden/Hidden.js +10 -0
- package/Hidden/index.d.ts +1 -0
- package/Hidden/index.js +1 -0
- package/Hidden/package.json +6 -0
- package/Img/index.d.ts +1 -0
- package/Img/index.js +1 -0
- package/Img/package.json +6 -0
- package/Img/sc/bare.d.ts +2 -0
- package/Img/sc/bare.js +39 -0
- package/Img/types.d.ts +9 -0
- package/Img/types.js +1 -0
- package/Link/Link.d.ts +5 -0
- package/Link/Link.js +4 -0
- package/Link/LinkBlank.d.ts +8 -0
- package/Link/LinkBlank.js +17 -0
- package/Link/index.d.ts +2 -0
- package/Link/index.js +2 -0
- package/Link/package.json +6 -0
- package/Menu/Menu.d.ts +1 -0
- package/Menu/Menu.js +4 -0
- package/Menu/index.d.ts +1 -0
- package/Menu/index.js +1 -0
- package/Menu/package.json +6 -0
- package/MenuItem/MenuItem.d.ts +4 -0
- package/MenuItem/MenuItem.js +4 -0
- package/MenuItem/index.d.ts +1 -0
- package/MenuItem/index.js +1 -0
- package/MenuItem/package.json +6 -0
- package/Meta/Meta.d.ts +14 -0
- package/Meta/Meta.js +5 -0
- package/Meta/index.d.ts +1 -0
- package/Meta/index.js +1 -0
- package/Meta/package.json +6 -0
- package/NoJs/NoJs.d.ts +2 -0
- package/NoJs/NoJs.js +6 -0
- package/NoJs/index.d.ts +1 -0
- package/NoJs/index.js +1 -0
- package/NoJs/package.json +6 -0
- package/Pagination/PaginationNav.d.ts +22 -0
- package/Pagination/PaginationNav.js +61 -0
- package/Pagination/PaginationResults.d.ts +3 -0
- package/Pagination/PaginationResults.js +11 -0
- package/Pagination/index.d.ts +2 -0
- package/Pagination/index.js +2 -0
- package/Pagination/package.json +6 -0
- package/Pill/Pill.d.ts +5 -0
- package/Pill/Pill.js +7 -0
- package/Pill/index.d.ts +1 -0
- package/Pill/index.js +1 -0
- package/Pill/package.json +6 -0
- package/Progress/ProgressCircular.d.ts +19 -0
- package/Progress/ProgressCircular.js +15 -0
- package/Progress/ProgressLinear.d.ts +22 -0
- package/Progress/ProgressLinear.js +24 -0
- package/Progress/ProgressOverlay.d.ts +4 -0
- package/Progress/ProgressOverlay.js +24 -0
- package/Progress/index.d.ts +3 -0
- package/Progress/index.js +3 -0
- package/Progress/package.json +6 -0
- package/Rating/Rating.d.ts +35 -0
- package/Rating/Rating.js +71 -0
- package/Rating/index.d.ts +11 -0
- package/Rating/index.js +49 -0
- package/Rating/package.json +6 -0
- package/Select/SelectDownshift.d.ts +5 -0
- package/Select/SelectDownshift.js +38 -0
- package/Select/components.d.ts +6 -0
- package/Select/components.js +12 -0
- package/Select/index.d.ts +2 -0
- package/Select/index.js +3 -0
- package/Select/package.json +6 -0
- package/Sidebar/Sidebar.d.ts +3 -0
- package/Sidebar/Sidebar.js +23 -0
- package/Sidebar/index.d.ts +1 -0
- package/Sidebar/index.js +1 -0
- package/Sidebar/package.json +6 -0
- package/Spacing/Spacing.d.ts +30 -0
- package/Spacing/Spacing.js +45 -0
- package/Spacing/index.d.ts +1 -0
- package/Spacing/index.js +1 -0
- package/Spacing/package.json +6 -0
- package/Sticky/Sticky.d.ts +2 -0
- package/Sticky/Sticky.js +219 -0
- package/Sticky/StickyCss.d.ts +5 -0
- package/Sticky/StickyCss.js +6 -0
- package/Sticky/index.d.ts +1 -0
- package/Sticky/index.js +1 -0
- package/Sticky/package.json +6 -0
- package/Tabs/TabsMui.d.ts +244 -0
- package/Tabs/TabsMui.js +46 -0
- package/Tabs/index.d.ts +1 -0
- package/Tabs/index.js +1 -0
- package/Tabs/package.json +6 -0
- package/Tabs/sc/bare.d.ts +5 -0
- package/Tabs/sc/bare.js +87 -0
- package/Tabs/tw/bare.d.ts +248 -0
- package/Tabs/tw/bare.js +17 -0
- package/Tabs/tw/material.d.ts +472 -0
- package/Tabs/tw/material.js +18 -0
- package/Tabs/useTabs.d.ts +43 -0
- package/Tabs/useTabs.js +44 -0
- package/Typography/CopyPasteVisible.d.ts +1 -0
- package/Typography/CopyPasteVisible.js +4 -0
- package/Typography/Native.d.ts +10 -0
- package/Typography/Native.js +14 -0
- package/Typography/ReadMore.d.ts +12 -0
- package/Typography/ReadMore.js +43 -0
- package/Typography/TextLoop.d.ts +16 -0
- package/Typography/TextLoop.js +46 -0
- package/Typography/TypeStairs.d.ts +6 -0
- package/Typography/TypeStairs.js +50 -0
- package/Typography/index.d.ts +5 -0
- package/Typography/index.js +5 -0
- package/Typography/package.json +6 -0
- package/css/index.d.ts +2 -0
- package/css/index.js +31 -0
- package/css/package.json +6 -0
- package/helpers/classed.d.ts +22 -0
- package/helpers/classed.js +68 -0
- package/helpers/extend-component.d.ts +28 -0
- package/helpers/extend-component.js +12 -0
- package/helpers/index.d.ts +3 -0
- package/helpers/index.js +2 -0
- package/helpers/package.json +6 -0
- package/hooks/index.d.ts +14 -0
- package/hooks/index.js +15 -0
- package/hooks/package.json +6 -0
- package/hooks/types.d.ts +8 -0
- package/hooks/types.js +1 -0
- package/hooks/useAsyncFn.d.ts +26 -0
- package/hooks/useAsyncFn.js +36 -0
- package/hooks/useDateLocale.d.ts +7 -0
- package/hooks/useDateLocale.js +38 -0
- package/hooks/useEffectOnce.d.ts +5 -0
- package/hooks/useEffectOnce.js +8 -0
- package/hooks/useFirstMountState.d.ts +4 -0
- package/hooks/useFirstMountState.js +12 -0
- package/hooks/useFocus.d.ts +4 -0
- package/hooks/useFocus.js +11 -0
- package/hooks/useId.d.ts +4 -0
- package/hooks/useId.js +8 -0
- package/hooks/useIsomorphicLayoutEffect.d.ts +5 -0
- package/hooks/useIsomorphicLayoutEffect.js +8 -0
- package/hooks/useMount.d.ts +4 -0
- package/hooks/useMount.js +9 -0
- package/hooks/useMountedState.d.ts +4 -0
- package/hooks/useMountedState.js +15 -0
- package/hooks/usePrevious.d.ts +1 -0
- package/hooks/usePrevious.js +8 -0
- package/hooks/useScrollPosition.d.ts +15 -0
- package/hooks/useScrollPosition.js +80 -0
- package/hooks/useScrollTo.d.ts +1 -0
- package/hooks/useScrollTo.js +21 -0
- package/hooks/useTraceUpdate.d.ts +4 -0
- package/hooks/useTraceUpdate.js +21 -0
- package/hooks/useUpdateEffect.d.ts +5 -0
- package/hooks/useUpdateEffect.js +14 -0
- package/hooks/useWindowSize.d.ts +1 -0
- package/hooks/useWindowSize.js +13 -0
- package/index.d.ts +1 -0
- package/index.js +5 -0
- package/m/MotionProvider.d.ts +37 -0
- package/m/MotionProvider.js +39 -0
- package/m/index.d.ts +6 -0
- package/m/index.js +6 -0
- package/m/lite.d.ts +2 -0
- package/m/lite.js +2 -0
- package/m/max.d.ts +2 -0
- package/m/max.js +2 -0
- package/m/package.json +6 -0
- package/package.json +6 -9
- package/sc/index.d.ts +30 -0
- package/sc/index.js +31 -0
- package/sc/package.json +6 -0
- package/scm/index.d.ts +29 -0
- package/scm/index.js +31 -0
- package/scm/package.json +6 -0
- package/shared/index.d.ts +8 -0
- package/shared/index.js +8 -0
- package/shared/package.json +6 -0
- package/styles/Body.d.ts +10 -0
- package/styles/Body.js +13 -0
- package/styles/Global.d.ts +15 -0
- package/styles/Global.js +18 -0
- package/styles/index.d.ts +7 -0
- package/styles/index.js +7 -0
- package/styles/media.d.ts +67 -0
- package/styles/media.js +155 -0
- package/styles/package.json +6 -0
- package/styles/spacing.d.ts +13 -0
- package/styles/spacing.js +45 -0
- package/styles/styled.d.ts +12 -0
- package/styles/styled.js +13 -0
- package/styles/theme--vanilla.d.ts +18 -0
- package/styles/theme--vanilla.js +55 -0
- package/styles/theme.d.ts +82 -0
- package/styles/theme.js +41 -0
- package/tw/index.d.ts +2 -0
- package/tw/index.js +31 -0
- package/tw/package.json +6 -0
- package/twm/index.d.ts +2 -0
- package/twm/index.js +31 -0
- package/twm/package.json +6 -0
- package/types.d.ts +10 -0
- package/types.js +1 -0
|
@@ -0,0 +1,378 @@
|
|
|
1
|
+
export var KoineCarousel = null;
|
|
2
|
+
// import React, { useEffect, useState, useRef } from 'react';
|
|
3
|
+
// import Slide from './slide';
|
|
4
|
+
// import { getSliderListStyles } from './slider-list';
|
|
5
|
+
// import { CarouselProps, KeyCodeFunction } from './types';
|
|
6
|
+
// import renderControls from './controls';
|
|
7
|
+
// import defaultProps from './default-carousel-props';
|
|
8
|
+
// import { getIndexes, addEvent, removeEvent } from './utils';
|
|
9
|
+
// import AnnounceSlide from './announce-slide';
|
|
10
|
+
// export const Carousel = (props: CarouselProps): React.ReactElement => {
|
|
11
|
+
// const count = React.Children.count(props.children);
|
|
12
|
+
// const [currentSlide, setCurrentSlide] = useState<number>(
|
|
13
|
+
// props.autoplayReverse ? count - props.slidesToShow : props.slideIndex
|
|
14
|
+
// );
|
|
15
|
+
// const [animation, setAnimation] = useState<boolean>(false);
|
|
16
|
+
// const [pause, setPause] = useState<boolean>(false);
|
|
17
|
+
// const [dragging, setDragging] = useState<boolean>(false);
|
|
18
|
+
// const [move, setMove] = useState<number>(0);
|
|
19
|
+
// const [keyboardMove, setKeyboardMove] = useState<KeyCodeFunction>(null);
|
|
20
|
+
// const carouselWidth = useRef<number | null>(null);
|
|
21
|
+
// const focus = useRef<boolean>(false);
|
|
22
|
+
// const prevMove = useRef<number>(0);
|
|
23
|
+
// const carouselEl = useRef<HTMLDivElement>(null);
|
|
24
|
+
// const timer = useRef<ReturnType<typeof setTimeout> | null>(null);
|
|
25
|
+
// const isMounted = useRef<boolean>(true);
|
|
26
|
+
// useEffect(
|
|
27
|
+
// () => () => {
|
|
28
|
+
// isMounted.current = false;
|
|
29
|
+
// },
|
|
30
|
+
// []
|
|
31
|
+
// );
|
|
32
|
+
// const slidesToScroll =
|
|
33
|
+
// props.animation === 'fade' ? props.slidesToShow : props.slidesToScroll;
|
|
34
|
+
// const dragThreshold = (carouselWidth.current || 0) / props.slidesToShow / 2;
|
|
35
|
+
// const carouselRef = props.innerRef || carouselEl;
|
|
36
|
+
// const moveSlide = (to?: number) => {
|
|
37
|
+
// const [slide, endSlide] = getIndexes(
|
|
38
|
+
// currentSlide,
|
|
39
|
+
// currentSlide - slidesToScroll,
|
|
40
|
+
// count
|
|
41
|
+
// );
|
|
42
|
+
// to && props.beforeSlide(slide, endSlide);
|
|
43
|
+
// !props.disableAnimation && setAnimation(true);
|
|
44
|
+
// setCurrentSlide(to ?? currentSlide);
|
|
45
|
+
// setTimeout(
|
|
46
|
+
// () => {
|
|
47
|
+
// if (!isMounted.current) return;
|
|
48
|
+
// to && props.afterSlide(currentSlide);
|
|
49
|
+
// !props.disableAnimation && setAnimation(false);
|
|
50
|
+
// },
|
|
51
|
+
// !props.disableAnimation ? props.speed || 500 : 40
|
|
52
|
+
// ); // if animation is disabled decrease the speed to 40
|
|
53
|
+
// };
|
|
54
|
+
// const nextSlide = () => {
|
|
55
|
+
// if (props.wrapAround || currentSlide <= count) {
|
|
56
|
+
// moveSlide(currentSlide + slidesToScroll);
|
|
57
|
+
// } else {
|
|
58
|
+
// moveSlide();
|
|
59
|
+
// }
|
|
60
|
+
// };
|
|
61
|
+
// const prevSlide = () => {
|
|
62
|
+
// // boundary
|
|
63
|
+
// if (props.wrapAround || currentSlide > 0) {
|
|
64
|
+
// moveSlide(currentSlide - slidesToScroll);
|
|
65
|
+
// } else {
|
|
66
|
+
// moveSlide();
|
|
67
|
+
// }
|
|
68
|
+
// };
|
|
69
|
+
// useEffect(() => {
|
|
70
|
+
// if (props.autoplay && !animation && props.wrapAround) {
|
|
71
|
+
// if (currentSlide > count) {
|
|
72
|
+
// setCurrentSlide(currentSlide - count);
|
|
73
|
+
// if (timer?.current) {
|
|
74
|
+
// clearTimeout(timer.current);
|
|
75
|
+
// }
|
|
76
|
+
// } else if (currentSlide < 0) {
|
|
77
|
+
// setCurrentSlide(count - -currentSlide);
|
|
78
|
+
// if (timer?.current) {
|
|
79
|
+
// clearTimeout(timer.current);
|
|
80
|
+
// }
|
|
81
|
+
// }
|
|
82
|
+
// }
|
|
83
|
+
// }, [animation, currentSlide]);
|
|
84
|
+
// useEffect(() => {
|
|
85
|
+
// if (props.autoplay && !pause) {
|
|
86
|
+
// timer.current = setTimeout(() => {
|
|
87
|
+
// if (props.autoplayReverse) {
|
|
88
|
+
// if (!props.wrapAround && currentSlide > 0) {
|
|
89
|
+
// prevSlide();
|
|
90
|
+
// } else if (props.wrapAround) {
|
|
91
|
+
// prevSlide();
|
|
92
|
+
// }
|
|
93
|
+
// } else if (
|
|
94
|
+
// !props.wrapAround &&
|
|
95
|
+
// currentSlide < count - props.slidesToShow
|
|
96
|
+
// ) {
|
|
97
|
+
// nextSlide();
|
|
98
|
+
// } else if (props.wrapAround) {
|
|
99
|
+
// nextSlide();
|
|
100
|
+
// }
|
|
101
|
+
// }, props.autoplayInterval);
|
|
102
|
+
// }
|
|
103
|
+
// // Clear the timeout if user hover on carousel
|
|
104
|
+
// if (props.autoplay && pause && timer?.current) {
|
|
105
|
+
// clearTimeout(timer.current);
|
|
106
|
+
// }
|
|
107
|
+
// return () => {
|
|
108
|
+
// if (timer.current) {
|
|
109
|
+
// clearTimeout(timer.current);
|
|
110
|
+
// }
|
|
111
|
+
// };
|
|
112
|
+
// }, [currentSlide, pause]);
|
|
113
|
+
// useEffect(() => {
|
|
114
|
+
// // makes the loop infinity
|
|
115
|
+
// if (props.wrapAround && !props.autoplay) {
|
|
116
|
+
// // if animation is disabled decrease the speed to 0
|
|
117
|
+
// const speed = !props.disableAnimation ? props.speed || 500 : 0;
|
|
118
|
+
// if (currentSlide <= -props.slidesToShow) {
|
|
119
|
+
// // prev
|
|
120
|
+
// setTimeout(() => {
|
|
121
|
+
// if (!isMounted.current) return;
|
|
122
|
+
// setCurrentSlide(count - -currentSlide);
|
|
123
|
+
// }, speed + 10);
|
|
124
|
+
// } else if (currentSlide >= count) {
|
|
125
|
+
// // next
|
|
126
|
+
// setTimeout(() => {
|
|
127
|
+
// if (!isMounted.current) return;
|
|
128
|
+
// setCurrentSlide(currentSlide - count);
|
|
129
|
+
// }, speed + 10);
|
|
130
|
+
// }
|
|
131
|
+
// }
|
|
132
|
+
// }, [currentSlide]);
|
|
133
|
+
// useEffect(() => {
|
|
134
|
+
// if (props.enableKeyboardControls && keyboardMove && focus.current) {
|
|
135
|
+
// switch (keyboardMove) {
|
|
136
|
+
// case 'nextSlide':
|
|
137
|
+
// nextSlide(); // set boundaries for !wrapAround
|
|
138
|
+
// break;
|
|
139
|
+
// case 'previousSlide':
|
|
140
|
+
// prevSlide(); // set boundaries for !wrapAround
|
|
141
|
+
// break;
|
|
142
|
+
// case 'firstSlide':
|
|
143
|
+
// setCurrentSlide(0);
|
|
144
|
+
// break;
|
|
145
|
+
// case 'lastSlide':
|
|
146
|
+
// setCurrentSlide(count - props.slidesToShow);
|
|
147
|
+
// break;
|
|
148
|
+
// case 'pause':
|
|
149
|
+
// if (pause && props.autoplay) {
|
|
150
|
+
// setPause(false);
|
|
151
|
+
// break;
|
|
152
|
+
// } else if (props.autoplay) {
|
|
153
|
+
// setPause(true);
|
|
154
|
+
// break;
|
|
155
|
+
// }
|
|
156
|
+
// break;
|
|
157
|
+
// }
|
|
158
|
+
// setKeyboardMove(null);
|
|
159
|
+
// }
|
|
160
|
+
// }, [keyboardMove]);
|
|
161
|
+
// const onKeyPress = (e: Event) => {
|
|
162
|
+
// if (
|
|
163
|
+
// props.enableKeyboardControls &&
|
|
164
|
+
// focus.current &&
|
|
165
|
+
// (e as KeyboardEvent).keyCode
|
|
166
|
+
// ) {
|
|
167
|
+
// const keyConfig = props.keyCodeConfig;
|
|
168
|
+
// for (const func in keyConfig) {
|
|
169
|
+
// if (
|
|
170
|
+
// keyConfig[func as keyof typeof keyConfig]?.includes(
|
|
171
|
+
// (e as KeyboardEvent).keyCode
|
|
172
|
+
// )
|
|
173
|
+
// ) {
|
|
174
|
+
// setKeyboardMove(func as KeyCodeFunction);
|
|
175
|
+
// }
|
|
176
|
+
// }
|
|
177
|
+
// }
|
|
178
|
+
// };
|
|
179
|
+
// useEffect(() => {
|
|
180
|
+
// if (carouselEl && carouselEl.current) {
|
|
181
|
+
// carouselWidth.current = carouselEl.current.offsetWidth;
|
|
182
|
+
// } else if (props.innerRef) {
|
|
183
|
+
// carouselWidth.current = props.innerRef.current.offsetWidth;
|
|
184
|
+
// }
|
|
185
|
+
// if (props.enableKeyboardControls) {
|
|
186
|
+
// addEvent(document, 'keydown', onKeyPress);
|
|
187
|
+
// }
|
|
188
|
+
// return () => {
|
|
189
|
+
// removeEvent(document, 'keydown', onKeyPress);
|
|
190
|
+
// };
|
|
191
|
+
// }, []);
|
|
192
|
+
// const handleDragEnd = () => {
|
|
193
|
+
// if (!props.dragging || !dragging) return;
|
|
194
|
+
// setDragging(false);
|
|
195
|
+
// if (Math.abs(move) <= dragThreshold) {
|
|
196
|
+
// moveSlide();
|
|
197
|
+
// setMove(0);
|
|
198
|
+
// prevMove.current = 0;
|
|
199
|
+
// return;
|
|
200
|
+
// }
|
|
201
|
+
// if (move > 0) {
|
|
202
|
+
// nextSlide();
|
|
203
|
+
// } else {
|
|
204
|
+
// prevSlide();
|
|
205
|
+
// }
|
|
206
|
+
// setMove(0);
|
|
207
|
+
// prevMove.current = 0;
|
|
208
|
+
// };
|
|
209
|
+
// const onTouchStart = () => {
|
|
210
|
+
// if (!props.swiping) {
|
|
211
|
+
// return;
|
|
212
|
+
// }
|
|
213
|
+
// setDragging(true);
|
|
214
|
+
// };
|
|
215
|
+
// const handlePointerMove = (m: number) => {
|
|
216
|
+
// if (!props.dragging || !dragging) return;
|
|
217
|
+
// const moveValue = m * 0.75; // Friction
|
|
218
|
+
// const moveState = move + (moveValue - prevMove.current);
|
|
219
|
+
// // Exit drag early if passed threshold
|
|
220
|
+
// if (Math.abs(move) > dragThreshold) {
|
|
221
|
+
// handleDragEnd();
|
|
222
|
+
// return;
|
|
223
|
+
// }
|
|
224
|
+
// if (
|
|
225
|
+
// !props.wrapAround &&
|
|
226
|
+
// props.disableEdgeSwiping &&
|
|
227
|
+
// ((currentSlide <= 0 && moveState <= 0) ||
|
|
228
|
+
// (moveState > 0 && currentSlide >= count - props.slidesToShow))
|
|
229
|
+
// ) {
|
|
230
|
+
// prevMove.current = moveValue;
|
|
231
|
+
// return;
|
|
232
|
+
// }
|
|
233
|
+
// if (prevMove.current !== 0) {
|
|
234
|
+
// setMove(moveState);
|
|
235
|
+
// }
|
|
236
|
+
// prevMove.current = moveValue;
|
|
237
|
+
// };
|
|
238
|
+
// const onTouchMove = (e: React.TouchEvent<HTMLDivElement>) => {
|
|
239
|
+
// if (!props.dragging || !dragging) return;
|
|
240
|
+
// props.onDragStart(e);
|
|
241
|
+
// const moveValue = (carouselWidth?.current || 0) - e.touches[0].pageX;
|
|
242
|
+
// handlePointerMove(moveValue);
|
|
243
|
+
// };
|
|
244
|
+
// const onMouseDown = (e: React.MouseEvent<HTMLDivElement>) => {
|
|
245
|
+
// e?.preventDefault();
|
|
246
|
+
// carouselRef?.current?.focus();
|
|
247
|
+
// if (!props.dragging) return;
|
|
248
|
+
// setDragging(true);
|
|
249
|
+
// };
|
|
250
|
+
// const onMouseMove = (e: React.MouseEvent<HTMLDivElement>) => {
|
|
251
|
+
// if (!props.dragging || !dragging) return;
|
|
252
|
+
// props.onDragStart(e);
|
|
253
|
+
// const offsetX =
|
|
254
|
+
// e.clientX - (carouselRef.current?.getBoundingClientRect().left || 0);
|
|
255
|
+
// const moveValue = (carouselWidth?.current || 0) - offsetX;
|
|
256
|
+
// handlePointerMove(moveValue);
|
|
257
|
+
// };
|
|
258
|
+
// const onMouseUp = (e?: React.MouseEvent<HTMLDivElement>) => {
|
|
259
|
+
// e?.preventDefault();
|
|
260
|
+
// handleDragEnd();
|
|
261
|
+
// };
|
|
262
|
+
// const onMouseEnter = () => {
|
|
263
|
+
// if (props.pauseOnHover) {
|
|
264
|
+
// setPause(true);
|
|
265
|
+
// }
|
|
266
|
+
// };
|
|
267
|
+
// const onMouseLeave = () => {
|
|
268
|
+
// if (props.pauseOnHover) {
|
|
269
|
+
// setPause(false);
|
|
270
|
+
// }
|
|
271
|
+
// };
|
|
272
|
+
// const renderSlides = (typeOfSlide?: 'prev-cloned' | 'next-cloned') => {
|
|
273
|
+
// const slides = React.Children.map(props.children, (child, index) => {
|
|
274
|
+
// const isCurrentSlide = props.wrapAround
|
|
275
|
+
// ? currentSlide === index ||
|
|
276
|
+
// currentSlide === index + count ||
|
|
277
|
+
// currentSlide === index - count
|
|
278
|
+
// : currentSlide === index;
|
|
279
|
+
// return (
|
|
280
|
+
// <Slide
|
|
281
|
+
// key={`${typeOfSlide}-${index}`}
|
|
282
|
+
// count={count}
|
|
283
|
+
// currentSlide={currentSlide}
|
|
284
|
+
// index={index}
|
|
285
|
+
// isCurrentSlide={isCurrentSlide}
|
|
286
|
+
// typeOfSlide={typeOfSlide}
|
|
287
|
+
// wrapAround={props.wrapAround}
|
|
288
|
+
// cellSpacing={props.cellSpacing}
|
|
289
|
+
// animation={props.animation}
|
|
290
|
+
// slidesToShow={props.slidesToShow}
|
|
291
|
+
// speed={props.speed}
|
|
292
|
+
// zoomScale={props.zoomScale}
|
|
293
|
+
// cellAlign={props.cellAlign}
|
|
294
|
+
// >
|
|
295
|
+
// {child}
|
|
296
|
+
// </Slide>
|
|
297
|
+
// );
|
|
298
|
+
// });
|
|
299
|
+
// return slides;
|
|
300
|
+
// };
|
|
301
|
+
// const [slide] = getIndexes(
|
|
302
|
+
// currentSlide,
|
|
303
|
+
// currentSlide - slidesToScroll,
|
|
304
|
+
// count
|
|
305
|
+
// );
|
|
306
|
+
// return (
|
|
307
|
+
// <div
|
|
308
|
+
// className={'slider-container'}
|
|
309
|
+
// style={{
|
|
310
|
+
// position: 'relative',
|
|
311
|
+
// padding: props.withoutControls ? 0 : '0 60px 50px'
|
|
312
|
+
// }}
|
|
313
|
+
// onMouseEnter={onMouseEnter}
|
|
314
|
+
// onMouseLeave={onMouseLeave}
|
|
315
|
+
// >
|
|
316
|
+
// <AnnounceSlide
|
|
317
|
+
// ariaLive={props.autoplay && !pause ? 'off' : 'polite'}
|
|
318
|
+
// message={props.renderAnnounceSlideMessage({
|
|
319
|
+
// currentSlide: slide,
|
|
320
|
+
// count
|
|
321
|
+
// })}
|
|
322
|
+
// />
|
|
323
|
+
// <div
|
|
324
|
+
// className={['slider-frame', props.className || ''].join(' ').trim()}
|
|
325
|
+
// style={{
|
|
326
|
+
// overflow: 'hidden',
|
|
327
|
+
// width: '100%',
|
|
328
|
+
// position: 'relative',
|
|
329
|
+
// outline: 'none',
|
|
330
|
+
// ...props.style
|
|
331
|
+
// }}
|
|
332
|
+
// aria-label="carousel-slider"
|
|
333
|
+
// role="region"
|
|
334
|
+
// tabIndex={0}
|
|
335
|
+
// onFocus={() => (focus.current = true)}
|
|
336
|
+
// onBlur={() => (focus.current = false)}
|
|
337
|
+
// ref={props.innerRef || carouselEl}
|
|
338
|
+
// onMouseUp={onMouseUp}
|
|
339
|
+
// onMouseDown={onMouseDown}
|
|
340
|
+
// onMouseMove={onMouseMove}
|
|
341
|
+
// onMouseLeave={onMouseUp}
|
|
342
|
+
// onTouchStart={onTouchStart}
|
|
343
|
+
// onTouchEnd={handleDragEnd}
|
|
344
|
+
// onTouchMove={onTouchMove}
|
|
345
|
+
// >
|
|
346
|
+
// <div
|
|
347
|
+
// className="slider-list"
|
|
348
|
+
// style={getSliderListStyles(
|
|
349
|
+
// props.children,
|
|
350
|
+
// currentSlide,
|
|
351
|
+
// animation,
|
|
352
|
+
// props.slidesToShow,
|
|
353
|
+
// props.cellAlign,
|
|
354
|
+
// props.wrapAround,
|
|
355
|
+
// props.speed,
|
|
356
|
+
// move,
|
|
357
|
+
// props.animation
|
|
358
|
+
// )}
|
|
359
|
+
// >
|
|
360
|
+
// {props.wrapAround ? renderSlides('prev-cloned') : null}
|
|
361
|
+
// {renderSlides()}
|
|
362
|
+
// {props.wrapAround ? renderSlides('next-cloned') : null}
|
|
363
|
+
// </div>
|
|
364
|
+
// </div>
|
|
365
|
+
// {renderControls(
|
|
366
|
+
// props,
|
|
367
|
+
// count,
|
|
368
|
+
// currentSlide,
|
|
369
|
+
// moveSlide,
|
|
370
|
+
// nextSlide,
|
|
371
|
+
// prevSlide,
|
|
372
|
+
// slidesToScroll
|
|
373
|
+
// )}
|
|
374
|
+
// </div>
|
|
375
|
+
// );
|
|
376
|
+
// };
|
|
377
|
+
// Carousel.defaultProps = defaultProps;
|
|
378
|
+
// export default Carousel;
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { RowProps, ColProps } from "../Grid";
|
|
3
|
+
export declare const CarouselCssRow: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, import("../Grid").GridProps & {
|
|
4
|
+
$valign?: import("csstype").Property.AlignItems | undefined;
|
|
5
|
+
$reverse?: "max:xs" | "max:sm" | "max:md" | "max:lg" | "max:xl" | "max:xxl" | "min:xs" | "min:sm" | "min:md" | "min:lg" | "min:xl" | "min:xxl" | undefined;
|
|
6
|
+
$noWrap?: boolean | undefined;
|
|
7
|
+
} & import("@koine/utils").Simplify<import("@koine/utils").Except<RowProps, "$gutter"> & Required<Pick<RowProps, "$gutter">>>, never>;
|
|
8
|
+
export declare const CarouselCssCol: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, import("../Grid").GridProps & Partial<Record<import("../styles").Breakpoint, number>> & {
|
|
9
|
+
$width?: number | undefined;
|
|
10
|
+
$flex?: boolean | undefined;
|
|
11
|
+
$valign?: import("csstype").Property.AlignItems | undefined;
|
|
12
|
+
$auto?: boolean | undefined;
|
|
13
|
+
$offset?: string | undefined;
|
|
14
|
+
} & Pick<KoineCarouselCssProps, "$snap"> & {
|
|
15
|
+
$width: KoineCarouselCssProps["width"];
|
|
16
|
+
}, never>;
|
|
17
|
+
export declare type KoineCarouselCssProps = ColProps & {
|
|
18
|
+
/**
|
|
19
|
+
* Override the `<Row>` gutter, if not specified `$gutter` prop is used
|
|
20
|
+
*/
|
|
21
|
+
$gutterRow?: RowProps["$gutter"];
|
|
22
|
+
/**
|
|
23
|
+
* Override the `<Col>` gutter, if not specified `$gutter` prop is used
|
|
24
|
+
*/
|
|
25
|
+
$gutterCol?: ColProps["$gutter"];
|
|
26
|
+
/**
|
|
27
|
+
* If items are not passed solely children are used
|
|
28
|
+
*/
|
|
29
|
+
items?: JSX.Element[];
|
|
30
|
+
/**
|
|
31
|
+
* @default undefined (in percentage)
|
|
32
|
+
*/
|
|
33
|
+
$proportion?: number;
|
|
34
|
+
/**
|
|
35
|
+
* @default "start"
|
|
36
|
+
*/
|
|
37
|
+
$snap?: React.CSSProperties["scrollSnapAlign"];
|
|
38
|
+
/**
|
|
39
|
+
* Carousel's slide width
|
|
40
|
+
*/
|
|
41
|
+
width?: number;
|
|
42
|
+
};
|
|
43
|
+
export declare type CarouselCssProps = React.PropsWithChildren<KoineCarouselCssProps>;
|
|
44
|
+
/**
|
|
45
|
+
* For programmatic usage an example here @see https://stackoverflow.com/a/65902068/9122820
|
|
46
|
+
*/
|
|
47
|
+
export declare const KoineCarouselCss: ({ items, $gutterRow, $gutterCol, $gutter, $proportion, $snap, width, children, ...colProps }: CarouselCssProps) => JSX.Element | null;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { __assign, __makeTemplateObject, __rest } from "tslib";
|
|
2
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
3
|
+
import { Children /* , useId */ } from "react";
|
|
4
|
+
import styled from "styled-components";
|
|
5
|
+
import { Row, Col, GRID_GUTTER_DEFAULT as DF, } from "../Grid";
|
|
6
|
+
import { useId } from "../hooks/useId";
|
|
7
|
+
export var CarouselCssRow = styled(Row)(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n ", "\n\n scroll-behavior: smooth;\n scroll-snap-type: x;\n -ms-overflow-style: none;\n scrollbar-width: none;\n\n &::-webkit-scrollbar {\n display: none;\n }\n"], ["\n ", "\n\n scroll-behavior: smooth;\n scroll-snap-type: x;\n -ms-overflow-style: none;\n scrollbar-width: none;\n\n &::-webkit-scrollbar {\n display: none;\n }\n"])), function (_a) {
|
|
8
|
+
var cs = _a.$gutter, gutter = _a.theme.gutter;
|
|
9
|
+
return "\n margin-left: -".concat(cs === DF ? gutter[DF] : (gutter[DF] - gutter[cs]) * 2, "px;\n margin-right: -").concat(cs === DF ? gutter[DF] : (gutter[DF] - gutter[cs]) * 2, "px;\n padding-left: ").concat(cs === DF ? gutter[DF] : gutter[DF] - gutter[cs], "px;\n padding-right: ").concat(cs === DF ? gutter[DF] : gutter[DF] - gutter[cs], "px;\n ");
|
|
10
|
+
});
|
|
11
|
+
export var CarouselCssCol = styled(Col)(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n ", "\n position: relative;\n scroll-snap-align: ", ";\n"], ["\n ", "\n position: relative;\n scroll-snap-align: ", ";\n"])), function (p) { return p.$width && "flex-basis: ".concat(p.$width, "px; min-width: ").concat(p.$width, "px;"); }, function (p) { return p.$snap; });
|
|
12
|
+
/**
|
|
13
|
+
* For programmatic usage an example here @see https://stackoverflow.com/a/65902068/9122820
|
|
14
|
+
*/
|
|
15
|
+
export var KoineCarouselCss = function (_a) {
|
|
16
|
+
var items = _a.items, $gutterRow = _a.$gutterRow, $gutterCol = _a.$gutterCol, _b = _a.$gutter, $gutter = _b === void 0 ? "quarter" : _b, $proportion = _a.$proportion, _c = _a.$snap, $snap = _c === void 0 ? "center" : _c, width = _a.width, children = _a.children, colProps = __rest(_a, ["items", "$gutterRow", "$gutterCol", "$gutter", "$proportion", "$snap", "width", "children"]);
|
|
17
|
+
var slides = children ? Children.toArray(children) : items;
|
|
18
|
+
var id = useId();
|
|
19
|
+
if (!slides)
|
|
20
|
+
return null;
|
|
21
|
+
return (_jsx(CarouselCssRow, __assign({ "$noWrap": true, "$gutter": $gutterRow || $gutter }, { children: slides.map(function (_slide, idx) { return (_jsx(CarouselCssCol, __assign({}, colProps, { "$gutter": $gutterCol || $gutter, "$width": width }, { children: slides[idx] }), "CarouselCssCol-".concat(id, "-").concat(idx))); }) })));
|
|
22
|
+
};
|
|
23
|
+
var templateObject_1, templateObject_2;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./CarouselCss";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./CarouselCss";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const Collapsable: null;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export var Collapsable = null;
|