@ckbox/components 0.0.2 → 0.0.5-dev.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +4 -2
- package/dist/index.js +1 -1
- package/dist/styles/ckbox.css +3 -3
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* @license Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
|
|
4
4
|
*/
|
|
5
5
|
import * as React from 'react';
|
|
6
|
-
import React__default from 'react';
|
|
6
|
+
import React__default, { useEffect } from 'react';
|
|
7
7
|
import { Placement } from '@popperjs/core';
|
|
8
8
|
import { TransitionProps } from 'react-transition-group/Transition';
|
|
9
9
|
import * as react_dnd from 'react-dnd';
|
|
@@ -1884,6 +1884,8 @@ declare const useDraggable: (opts?: DraggableOptions) => {
|
|
|
1884
1884
|
*/
|
|
1885
1885
|
declare const useIsMounted: () => () => boolean;
|
|
1886
1886
|
|
|
1887
|
+
declare const useIsomorphicLayoutEffect: typeof useEffect;
|
|
1888
|
+
|
|
1887
1889
|
interface ItemsOverflowOptions {
|
|
1888
1890
|
/**
|
|
1889
1891
|
* Total number of items.
|
|
@@ -2609,4 +2611,4 @@ interface Props {
|
|
|
2609
2611
|
children: React.ReactNode;
|
|
2610
2612
|
}
|
|
2611
2613
|
|
|
2612
|
-
export { Bottombar, Button, CircularLoader, CopyButton, CopyableInput, Dialog, DialogActions, DialogColumn, DialogFooter, DialogHeader, DialogRow, DialogSection, Dimensions, DocIcon, DocIconName, DragHandler, DraggableOptions, EmptyView, FileInputButton, Fixed, Form, FormFeedback, FormGroup, FormInputLabel, Gallery, GalleryFigure, GalleryItem, Icon, IconColor, IconName, IconRenderProp, IconRenderer, IconSize, Input, Props$S as InputProps, ListDndChildProps, ListDndItem, ListDndItemHookProps, ListDndMoveItem, ListDndOnDragEnd, ListDndSetDraggable, ListDndSetDraggablePartial, Menu, MenuItem, MenuSection, MenuSubSection, Navbar, NavbarItem, Notification, NotificationDetails, Notifications, OnScrollHandler, Overlay, PageChangeCallback, Pagination, PaginationState, Panel, PanelActions, PanelContent, PanelContentProp, PanelDragHandle, PanelList, PanelSkeleton, PanelTitle, Popper, PopperAnchorRef, PopperArrow, PopperOffset, PopperOffsetValue, PopperPlacement, ProgressPanel, PropertiesTable, PropertiesTableRow, RInterval, RangeSlider, ResizeOptions, ResponsiveImage, ScrollCoordsConfig, ScrollOptions, SelectionArea, SelectionAreaCoords, Skeleton, SortButton, SortableDndList, SortableDndListItem, Switch, SwitchInput, SwitchView, Tab, Tabs, Tag, TagInput, TagList, Tooltip, Topbar, TopbarAction, UIContext, UIProvider, Props$g as UIProviderProps, View, ViewDialog, Props$h as ViewDialogProps, ViewWrapper, XYCoord, base64FromBlurHash, clamp, clsx, copyToClipboard, formatTimeDistance, getScrollVectors, getValidChildren, hasOwnProperty, noOp, rInterval, useBatchUpdate, useClickAway, useClipboard, useDeferredUnmount, useDelay, useDownload, useDraggable, useElementVisibility, useFilesDrop, useIsMounted, useItemsOverflow, useListDnd, usePagination, useResettableTimeout, useResize, useResponsiveSizes, useScaleDown, useScroll, useScrollDnd, useToggle, useUIContext, validators_d as validators };
|
|
2614
|
+
export { Bottombar, Button, CircularLoader, CopyButton, CopyableInput, Dialog, DialogActions, DialogColumn, DialogFooter, DialogHeader, DialogRow, DialogSection, Dimensions, DocIcon, DocIconName, DragHandler, DraggableOptions, EmptyView, FileInputButton, Fixed, Form, FormFeedback, FormGroup, FormInputLabel, Gallery, GalleryFigure, GalleryItem, Icon, IconColor, IconName, IconRenderProp, IconRenderer, IconSize, Input, Props$S as InputProps, ListDndChildProps, ListDndItem, ListDndItemHookProps, ListDndMoveItem, ListDndOnDragEnd, ListDndSetDraggable, ListDndSetDraggablePartial, Menu, MenuItem, MenuSection, MenuSubSection, Navbar, NavbarItem, Notification, NotificationDetails, Notifications, OnScrollHandler, Overlay, PageChangeCallback, Pagination, PaginationState, Panel, PanelActions, PanelContent, PanelContentProp, PanelDragHandle, PanelList, PanelSkeleton, PanelTitle, Popper, PopperAnchorRef, PopperArrow, PopperOffset, PopperOffsetValue, PopperPlacement, ProgressPanel, PropertiesTable, PropertiesTableRow, RInterval, RangeSlider, ResizeOptions, ResponsiveImage, ScrollCoordsConfig, ScrollOptions, SelectionArea, SelectionAreaCoords, Skeleton, SortButton, SortableDndList, SortableDndListItem, Switch, SwitchInput, SwitchView, Tab, Tabs, Tag, TagInput, TagList, Tooltip, Topbar, TopbarAction, UIContext, UIProvider, Props$g as UIProviderProps, View, ViewDialog, Props$h as ViewDialogProps, ViewWrapper, XYCoord, base64FromBlurHash, clamp, clsx, copyToClipboard, formatTimeDistance, getScrollVectors, getValidChildren, hasOwnProperty, noOp, rInterval, useBatchUpdate, useClickAway, useClipboard, useDeferredUnmount, useDelay, useDownload, useDraggable, useElementVisibility, useFilesDrop, useIsMounted, useIsomorphicLayoutEffect, useItemsOverflow, useListDnd, usePagination, useResettableTimeout, useResize, useResponsiveSizes, useScaleDown, useScroll, useScrollDnd, useToggle, useUIContext, validators_d as validators };
|