@datacrest/dcuikit 0.0.5 → 0.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/components/Atom/Button/Button.d.ts +2 -1
- package/build/components/Atom/Button/Button.types.d.ts +13 -7
- package/build/components/Atom/Button/index.d.ts +2 -1
- package/build/components/Atom/Checkbox/Checkbox.d.ts +2 -1
- package/build/components/Atom/Checkbox/index.d.ts +2 -1
- package/build/components/Atom/Icon/Icon.d.ts +2 -1
- package/build/components/Atom/Icon/index.d.ts +2 -1
- package/build/components/Atom/Input/Input.d.ts +3 -20
- package/build/components/Atom/Input/Input.stories.d.ts +1 -1
- package/build/components/Atom/Input/Input.types.d.ts +18 -0
- package/build/components/Atom/Input/index.d.ts +2 -2
- package/build/components/Atom/Radiogroup/RadioGroup.d.ts +11 -0
- package/build/components/Atom/Radiogroup/RadioGroup.stories.d.ts +5 -0
- package/build/components/Atom/Radiogroup/RadioGroup.test.d.ts +1 -0
- package/build/components/Atom/Radiogroup/index.d.ts +2 -0
- package/build/components/Atom/Radiogroup/types.d.ts +21 -0
- package/build/components/Atom/Radiogroup/variants.d.ts +56 -0
- package/build/components/Atom/Switch/Switch.d.ts +4 -0
- package/build/components/Atom/Switch/Switch.stories.d.ts +5 -0
- package/build/components/Atom/Switch/Switch.test.d.ts +1 -0
- package/build/components/Atom/Switch/const.d.ts +41 -0
- package/build/components/Atom/Switch/index.d.ts +5 -0
- package/build/components/Atom/Switch/types.d.ts +19 -0
- package/build/components/Atom/Typography/Typography.d.ts +5 -2
- package/build/components/Atom/Typography/index.d.ts +4 -1
- package/build/components/Molecule/AlertDialog/AlertDialog.d.ts +4 -0
- package/build/components/Molecule/AlertDialog/AlertDialog.stories.d.ts +54 -0
- package/build/components/Molecule/AlertDialog/AlertDialog.test.d.ts +1 -0
- package/build/components/Molecule/AlertDialog/const.d.ts +5 -0
- package/build/components/Molecule/AlertDialog/index.d.ts +2 -0
- package/build/components/Molecule/AlertDialog/types.d.ts +11 -0
- package/build/components/Molecule/BreadCrumb/BreadCrumb.d.ts +4 -0
- package/build/components/Molecule/BreadCrumb/BreadCrumb.stories.d.ts +5 -0
- package/build/components/Molecule/BreadCrumb/BreadCrumb.test.d.ts +1 -0
- package/build/components/Molecule/BreadCrumb/const.d.ts +22 -0
- package/build/components/Molecule/BreadCrumb/index.d.ts +3 -0
- package/build/components/Molecule/BreadCrumb/types.d.ts +17 -0
- package/build/components/Molecule/Calendar/Calendar.d.ts +10 -0
- package/build/components/Molecule/Calendar/Calendar.stories.d.ts +5 -0
- package/build/components/Molecule/Calendar/Calendar.test.d.ts +1 -0
- package/build/components/Molecule/Calendar/index.d.ts +2 -0
- package/build/components/Molecule/Card/Card.d.ts +7 -0
- package/build/components/Molecule/Card/Card.stories.d.ts +5 -0
- package/build/components/Molecule/Card/Card.test.d.ts +1 -0
- package/build/components/Molecule/Card/const.d.ts +22 -0
- package/build/components/Molecule/Card/index.d.ts +2 -0
- package/build/components/Molecule/Card/types.d.ts +23 -0
- package/build/components/Molecule/Carousel/Carousel.d.ts +6 -0
- package/build/components/Molecule/Carousel/Carousel.stories.d.ts +50 -0
- package/build/components/Molecule/Carousel/Carousel.test.d.ts +1 -0
- package/build/components/Molecule/Carousel/const.d.ts +15 -0
- package/build/components/Molecule/Carousel/index.d.ts +2 -0
- package/build/components/Molecule/Carousel/types.d.ts +22 -0
- package/build/components/Molecule/Chart/Chart.d.ts +4 -0
- package/build/components/Molecule/Chart/Chart.stories.d.ts +5 -0
- package/build/components/Molecule/Chart/Chart.test.d.ts +1 -0
- package/build/components/Molecule/Chart/const.d.ts +5 -0
- package/build/components/Molecule/Chart/index.d.ts +2 -0
- package/build/components/Molecule/Chart/types.d.ts +24 -0
- package/build/components/Molecule/Collapse/Collapse.d.ts +4 -0
- package/build/components/Molecule/Collapse/Collapse.stories.d.ts +9 -0
- package/build/components/Molecule/Collapse/Collapse.test.d.ts +1 -0
- package/build/components/Molecule/Collapse/CollapseData.d.ts +16 -0
- package/build/components/Molecule/Collapse/FAQCollapseGroup.d.ts +4 -0
- package/build/components/Molecule/Collapse/const.d.ts +10 -0
- package/build/components/Molecule/Collapse/index.d.ts +4 -0
- package/build/components/Molecule/Collapse/types.d.ts +17 -0
- package/build/components/Molecule/DatePicker/DatePicker.d.ts +4 -0
- package/build/components/Molecule/DatePicker/DatePicker.stories.d.ts +5 -0
- package/build/components/Molecule/DatePicker/DatePicker.test.d.ts +1 -0
- package/build/components/Molecule/DatePicker/const.d.ts +1 -0
- package/build/components/Molecule/DatePicker/index.d.ts +2 -0
- package/build/components/Molecule/DatePicker/types.d.ts +22 -0
- package/build/components/Molecule/Dialog/CustomDialogContent.d.ts +4 -0
- package/build/components/Molecule/Dialog/Dialog.d.ts +7 -0
- package/build/components/Molecule/Dialog/Dialog.stories.d.ts +5 -0
- package/build/components/Molecule/Dialog/Dialog.test.d.ts +1 -0
- package/build/components/Molecule/Dialog/const.d.ts +15 -0
- package/build/components/Molecule/Dialog/index.d.ts +2 -0
- package/build/components/Molecule/Dialog/types.d.ts +53 -0
- package/build/components/Molecule/Dialog/utils.d.ts +1 -0
- package/build/components/Molecule/Drawer/Drawer.d.ts +4 -0
- package/build/components/Molecule/Drawer/Drawer.stories.d.ts +43 -0
- package/build/components/Molecule/Drawer/Drawer.test.d.ts +1 -0
- package/build/components/Molecule/Drawer/const.d.ts +10 -0
- package/build/components/Molecule/Drawer/index.d.ts +2 -0
- package/build/components/Molecule/Drawer/types.d.ts +13 -0
- package/build/components/Molecule/Dropdown/Dropdown.d.ts +4 -0
- package/build/components/Molecule/Dropdown/Dropdown.stories.d.ts +5 -0
- package/build/components/Molecule/Dropdown/Dropdown.test.d.ts +1 -0
- package/build/components/Molecule/Dropdown/const.d.ts +3 -0
- package/build/components/Molecule/Dropdown/index.d.ts +2 -0
- package/build/components/Molecule/Dropdown/types.d.ts +45 -0
- package/build/components/Molecule/Loader/Loader.d.ts +4 -0
- package/build/components/Molecule/Loader/Loader.stories.d.ts +6 -0
- package/build/components/Molecule/Loader/Loader.test.d.ts +1 -0
- package/build/components/Molecule/Loader/const.d.ts +2 -0
- package/build/components/Molecule/Loader/index.d.ts +2 -0
- package/build/components/Molecule/Loader/types.d.ts +29 -0
- package/build/components/Molecule/Message/Message.d.ts +4 -13
- package/build/components/Molecule/Message/Message.stories.d.ts +58 -3
- package/build/components/Molecule/Message/Message.types.d.ts +21 -0
- package/build/components/Molecule/Message/MessageManager.d.ts +6 -4
- package/build/components/Molecule/Otp/Otp.d.ts +7 -0
- package/build/components/Molecule/Otp/Otp.stories.d.ts +46 -0
- package/build/components/Molecule/Otp/Otp.test.d.ts +1 -0
- package/build/components/Molecule/Otp/const.d.ts +7 -0
- package/build/components/Molecule/Otp/index.d.ts +2 -0
- package/build/components/Molecule/Otp/types.d.ts +10 -0
- package/build/components/Molecule/Pagination/Pagination.d.ts +4 -0
- package/build/components/Molecule/Pagination/Pagination.stories.d.ts +5 -0
- package/build/components/Molecule/Pagination/Pagination.test.d.ts +1 -0
- package/build/components/Molecule/Pagination/PaginationState.d.ts +4 -0
- package/build/components/Molecule/Pagination/const.d.ts +7 -0
- package/build/components/Molecule/Pagination/index.d.ts +2 -0
- package/build/components/Molecule/Pagination/types.d.ts +13 -0
- package/build/components/Molecule/Pagination/utils.d.ts +1 -0
- package/build/components/Molecule/Popover/Popover.d.ts +7 -0
- package/build/components/Molecule/Popover/Popover.stories.d.ts +40 -0
- package/build/components/Molecule/Popover/Popover.test.d.ts +1 -0
- package/build/components/Molecule/Popover/const.d.ts +10 -0
- package/build/components/Molecule/Popover/index.d.ts +2 -0
- package/build/components/Molecule/Popover/types.d.ts +21 -0
- package/build/components/Molecule/ProfileCard/ProfileCard.d.ts +4 -0
- package/build/components/Molecule/ProfileCard/ProfileCard.stories.d.ts +35 -0
- package/build/components/Molecule/ProfileCard/ProfileCard.test.d.ts +1 -0
- package/build/components/Molecule/ProfileCard/const.d.ts +18 -0
- package/build/components/Molecule/ProfileCard/index.d.ts +2 -0
- package/build/components/Molecule/ProfileCard/types.d.ts +16 -0
- package/build/components/Molecule/Sheet/Sheet.d.ts +16 -0
- package/build/components/Molecule/Sheet/Sheet.stories.d.ts +9 -0
- package/build/components/Molecule/Sheet/Sheet.test.d.ts +1 -0
- package/build/components/Molecule/Sheet/const.d.ts +8 -0
- package/build/components/Molecule/Sheet/index.d.ts +2 -0
- package/build/components/Molecule/Sheet/types.d.ts +33 -0
- package/build/components/Molecule/Skeleton/Skeleton.d.ts +4 -0
- package/build/components/Molecule/Skeleton/Skeleton.stories.d.ts +5 -0
- package/build/components/Molecule/Skeleton/Skeleton.test.d.ts +1 -0
- package/build/components/Molecule/Skeleton/const.d.ts +13 -0
- package/build/components/Molecule/Skeleton/index.d.ts +2 -0
- package/build/components/Molecule/Skeleton/types.d.ts +18 -0
- package/build/components/Molecule/Stepper/Stepper.d.ts +4 -0
- package/build/components/Molecule/Stepper/Stepper.stories.d.ts +5 -0
- package/build/components/Molecule/Stepper/Stepper.test.d.ts +1 -0
- package/build/components/Molecule/Stepper/const.d.ts +59 -0
- package/build/components/Molecule/Stepper/index.d.ts +2 -0
- package/build/components/Molecule/Stepper/types.d.ts +33 -0
- package/build/components/Molecule/Table/Table.d.ts +2 -1
- package/build/components/Molecule/Table/Table.types.d.ts +1 -0
- package/build/components/Molecule/Table/index.d.ts +2 -1
- package/build/components/Molecule/Tabs/Tabs.d.ts +4 -0
- package/build/components/Molecule/Tabs/Tabs.stories.d.ts +40 -0
- package/build/components/Molecule/Tabs/Tabs.test.d.ts +1 -0
- package/build/components/Molecule/Tabs/TabsData.d.ts +3 -0
- package/build/components/Molecule/Tabs/const.d.ts +10 -0
- package/build/components/Molecule/Tabs/index.d.ts +2 -0
- package/build/components/Molecule/Tabs/types.d.ts +16 -0
- package/build/components/Molecule/Tooltip/Tooltip.d.ts +3 -1
- package/build/components/Molecule/Tooltip/Tooltip.stories.d.ts +7 -3
- package/build/components/Molecule/Tooltip/index.d.ts +2 -1
- package/build/components/ui/alert-dialog.d.ts +20 -0
- package/build/components/ui/button.d.ts +11 -0
- package/build/components/ui/card.d.ts +8 -0
- package/build/components/ui/command.d.ts +80 -0
- package/build/components/ui/dialog.d.ts +19 -0
- package/build/components/ui/drawer.d.ts +22 -0
- package/build/components/ui/input-otp.d.ts +34 -0
- package/build/components/ui/pagination.d.ts +17 -0
- package/build/components/ui/popover.d.ts +7 -0
- package/build/components/ui/skeleton.d.ts +3 -0
- package/build/components/ui/tabs.d.ts +7 -0
- package/build/index.d.ts +21 -0
- package/build/index.esm.js +53 -0
- package/build/index.esm.js.map +1 -0
- package/build/index.js +53 -0
- package/build/index.js.map +1 -0
- package/build/lib/utils.d.ts +2 -0
- package/build/tsconfig.prod.tsbuildinfo +1 -1
- package/build/tsconfig.tsbuildinfo +1 -1
- package/package.json +88 -60
- package/build/_virtual/_commonjsHelpers.js +0 -2
- package/build/_virtual/_commonjsHelpers.js.map +0 -1
- package/build/_virtual/index.js +0 -2
- package/build/_virtual/index.js.map +0 -1
- package/build/_virtual/index2.js +0 -2
- package/build/_virtual/index2.js.map +0 -1
- package/build/_virtual/index3.js +0 -2
- package/build/_virtual/index3.js.map +0 -1
- package/build/_virtual/index4.js +0 -2
- package/build/_virtual/index4.js.map +0 -1
- package/build/_virtual/react-is.development.js +0 -2
- package/build/_virtual/react-is.development.js.map +0 -1
- package/build/_virtual/react-is.development2.js +0 -2
- package/build/_virtual/react-is.development2.js.map +0 -1
- package/build/_virtual/react-is.production.min.js +0 -2
- package/build/_virtual/react-is.production.min.js.map +0 -1
- package/build/_virtual/react-is.production.min2.js +0 -2
- package/build/_virtual/react-is.production.min2.js.map +0 -1
- package/build/node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js +0 -2
- package/build/node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js.map +0 -1
- package/build/node_modules/@babel/runtime/helpers/esm/arrayWithHoles.js +0 -2
- package/build/node_modules/@babel/runtime/helpers/esm/arrayWithHoles.js.map +0 -1
- package/build/node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js +0 -2
- package/build/node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js.map +0 -1
- package/build/node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js +0 -2
- package/build/node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js.map +0 -1
- package/build/node_modules/@babel/runtime/helpers/esm/classCallCheck.js +0 -2
- package/build/node_modules/@babel/runtime/helpers/esm/classCallCheck.js.map +0 -1
- package/build/node_modules/@babel/runtime/helpers/esm/createClass.js +0 -2
- package/build/node_modules/@babel/runtime/helpers/esm/createClass.js.map +0 -1
- package/build/node_modules/@babel/runtime/helpers/esm/createSuper.js +0 -2
- package/build/node_modules/@babel/runtime/helpers/esm/createSuper.js.map +0 -1
- package/build/node_modules/@babel/runtime/helpers/esm/defineProperty.js +0 -2
- package/build/node_modules/@babel/runtime/helpers/esm/defineProperty.js.map +0 -1
- package/build/node_modules/@babel/runtime/helpers/esm/extends.js +0 -2
- package/build/node_modules/@babel/runtime/helpers/esm/extends.js.map +0 -1
- package/build/node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js +0 -2
- package/build/node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js.map +0 -1
- package/build/node_modules/@babel/runtime/helpers/esm/inherits.js +0 -2
- package/build/node_modules/@babel/runtime/helpers/esm/inherits.js.map +0 -1
- package/build/node_modules/@babel/runtime/helpers/esm/isNativeReflectConstruct.js +0 -2
- package/build/node_modules/@babel/runtime/helpers/esm/isNativeReflectConstruct.js.map +0 -1
- package/build/node_modules/@babel/runtime/helpers/esm/iterableToArray.js +0 -2
- package/build/node_modules/@babel/runtime/helpers/esm/iterableToArray.js.map +0 -1
- package/build/node_modules/@babel/runtime/helpers/esm/iterableToArrayLimit.js +0 -2
- package/build/node_modules/@babel/runtime/helpers/esm/iterableToArrayLimit.js.map +0 -1
- package/build/node_modules/@babel/runtime/helpers/esm/nonIterableRest.js +0 -2
- package/build/node_modules/@babel/runtime/helpers/esm/nonIterableRest.js.map +0 -1
- package/build/node_modules/@babel/runtime/helpers/esm/nonIterableSpread.js +0 -2
- package/build/node_modules/@babel/runtime/helpers/esm/nonIterableSpread.js.map +0 -1
- package/build/node_modules/@babel/runtime/helpers/esm/objectSpread2.js +0 -2
- package/build/node_modules/@babel/runtime/helpers/esm/objectSpread2.js.map +0 -1
- package/build/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js +0 -2
- package/build/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js.map +0 -1
- package/build/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js +0 -2
- package/build/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js.map +0 -1
- package/build/node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js +0 -2
- package/build/node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js.map +0 -1
- package/build/node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js +0 -2
- package/build/node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js.map +0 -1
- package/build/node_modules/@babel/runtime/helpers/esm/slicedToArray.js +0 -2
- package/build/node_modules/@babel/runtime/helpers/esm/slicedToArray.js.map +0 -1
- package/build/node_modules/@babel/runtime/helpers/esm/toConsumableArray.js +0 -2
- package/build/node_modules/@babel/runtime/helpers/esm/toConsumableArray.js.map +0 -1
- package/build/node_modules/@babel/runtime/helpers/esm/toPrimitive.js +0 -2
- package/build/node_modules/@babel/runtime/helpers/esm/toPrimitive.js.map +0 -1
- package/build/node_modules/@babel/runtime/helpers/esm/toPropertyKey.js +0 -2
- package/build/node_modules/@babel/runtime/helpers/esm/toPropertyKey.js.map +0 -1
- package/build/node_modules/@babel/runtime/helpers/esm/typeof.js +0 -2
- package/build/node_modules/@babel/runtime/helpers/esm/typeof.js.map +0 -1
- package/build/node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js +0 -2
- package/build/node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js.map +0 -1
- package/build/node_modules/@rc-component/portal/es/Context.js +0 -2
- package/build/node_modules/@rc-component/portal/es/Context.js.map +0 -1
- package/build/node_modules/@rc-component/portal/es/Portal.js +0 -2
- package/build/node_modules/@rc-component/portal/es/Portal.js.map +0 -1
- package/build/node_modules/@rc-component/portal/es/index.js +0 -2
- package/build/node_modules/@rc-component/portal/es/index.js.map +0 -1
- package/build/node_modules/@rc-component/portal/es/mock.js +0 -2
- package/build/node_modules/@rc-component/portal/es/mock.js.map +0 -1
- package/build/node_modules/@rc-component/portal/es/useDom.js +0 -2
- package/build/node_modules/@rc-component/portal/es/useDom.js.map +0 -1
- package/build/node_modules/@rc-component/portal/es/useScrollLocker.js +0 -2
- package/build/node_modules/@rc-component/portal/es/useScrollLocker.js.map +0 -1
- package/build/node_modules/@rc-component/portal/es/util.js +0 -2
- package/build/node_modules/@rc-component/portal/es/util.js.map +0 -1
- package/build/node_modules/@rc-component/trigger/es/Popup/Arrow.js +0 -2
- package/build/node_modules/@rc-component/trigger/es/Popup/Arrow.js.map +0 -1
- package/build/node_modules/@rc-component/trigger/es/Popup/Mask.js +0 -2
- package/build/node_modules/@rc-component/trigger/es/Popup/Mask.js.map +0 -1
- package/build/node_modules/@rc-component/trigger/es/Popup/PopupContent.js +0 -2
- package/build/node_modules/@rc-component/trigger/es/Popup/PopupContent.js.map +0 -1
- package/build/node_modules/@rc-component/trigger/es/Popup/index.js +0 -2
- package/build/node_modules/@rc-component/trigger/es/Popup/index.js.map +0 -1
- package/build/node_modules/@rc-component/trigger/es/TriggerWrapper.js +0 -2
- package/build/node_modules/@rc-component/trigger/es/TriggerWrapper.js.map +0 -1
- package/build/node_modules/@rc-component/trigger/es/context.js +0 -2
- package/build/node_modules/@rc-component/trigger/es/context.js.map +0 -1
- package/build/node_modules/@rc-component/trigger/es/hooks/useAction.js +0 -2
- package/build/node_modules/@rc-component/trigger/es/hooks/useAction.js.map +0 -1
- package/build/node_modules/@rc-component/trigger/es/hooks/useAlign.js +0 -2
- package/build/node_modules/@rc-component/trigger/es/hooks/useAlign.js.map +0 -1
- package/build/node_modules/@rc-component/trigger/es/hooks/useWatch.js +0 -2
- package/build/node_modules/@rc-component/trigger/es/hooks/useWatch.js.map +0 -1
- package/build/node_modules/@rc-component/trigger/es/hooks/useWinClick.js +0 -2
- package/build/node_modules/@rc-component/trigger/es/hooks/useWinClick.js.map +0 -1
- package/build/node_modules/@rc-component/trigger/es/index.js +0 -2
- package/build/node_modules/@rc-component/trigger/es/index.js.map +0 -1
- package/build/node_modules/@rc-component/trigger/es/util.js +0 -2
- package/build/node_modules/@rc-component/trigger/es/util.js.map +0 -1
- package/build/node_modules/classnames/index.js +0 -8
- package/build/node_modules/classnames/index.js.map +0 -1
- package/build/node_modules/object-assign/index.js +0 -7
- package/build/node_modules/object-assign/index.js.map +0 -1
- package/build/node_modules/prop-types/checkPropTypes.js +0 -2
- package/build/node_modules/prop-types/checkPropTypes.js.map +0 -1
- package/build/node_modules/prop-types/factoryWithThrowingShims.js +0 -2
- package/build/node_modules/prop-types/factoryWithThrowingShims.js.map +0 -1
- package/build/node_modules/prop-types/factoryWithTypeCheckers.js +0 -2
- package/build/node_modules/prop-types/factoryWithTypeCheckers.js.map +0 -1
- package/build/node_modules/prop-types/index.js +0 -2
- package/build/node_modules/prop-types/index.js.map +0 -1
- package/build/node_modules/prop-types/lib/ReactPropTypesSecret.js +0 -2
- package/build/node_modules/prop-types/lib/ReactPropTypesSecret.js.map +0 -1
- package/build/node_modules/prop-types/lib/has.js +0 -2
- package/build/node_modules/prop-types/lib/has.js.map +0 -1
- package/build/node_modules/prop-types/node_modules/react-is/cjs/react-is.development.js +0 -10
- package/build/node_modules/prop-types/node_modules/react-is/cjs/react-is.development.js.map +0 -1
- package/build/node_modules/prop-types/node_modules/react-is/cjs/react-is.production.min.js +0 -10
- package/build/node_modules/prop-types/node_modules/react-is/cjs/react-is.production.min.js.map +0 -1
- package/build/node_modules/prop-types/node_modules/react-is/index.js +0 -2
- package/build/node_modules/prop-types/node_modules/react-is/index.js.map +0 -1
- package/build/node_modules/rc-motion/es/CSSMotion.js +0 -2
- package/build/node_modules/rc-motion/es/CSSMotion.js.map +0 -1
- package/build/node_modules/rc-motion/es/CSSMotionList.js +0 -2
- package/build/node_modules/rc-motion/es/CSSMotionList.js.map +0 -1
- package/build/node_modules/rc-motion/es/DomWrapper.js +0 -2
- package/build/node_modules/rc-motion/es/DomWrapper.js.map +0 -1
- package/build/node_modules/rc-motion/es/context.js +0 -2
- package/build/node_modules/rc-motion/es/context.js.map +0 -1
- package/build/node_modules/rc-motion/es/hooks/useDomMotionEvents.js +0 -2
- package/build/node_modules/rc-motion/es/hooks/useDomMotionEvents.js.map +0 -1
- package/build/node_modules/rc-motion/es/hooks/useIsomorphicLayoutEffect.js +0 -2
- package/build/node_modules/rc-motion/es/hooks/useIsomorphicLayoutEffect.js.map +0 -1
- package/build/node_modules/rc-motion/es/hooks/useNextFrame.js +0 -2
- package/build/node_modules/rc-motion/es/hooks/useNextFrame.js.map +0 -1
- package/build/node_modules/rc-motion/es/hooks/useStatus.js +0 -2
- package/build/node_modules/rc-motion/es/hooks/useStatus.js.map +0 -1
- package/build/node_modules/rc-motion/es/hooks/useStepQueue.js +0 -2
- package/build/node_modules/rc-motion/es/hooks/useStepQueue.js.map +0 -1
- package/build/node_modules/rc-motion/es/index.js +0 -2
- package/build/node_modules/rc-motion/es/index.js.map +0 -1
- package/build/node_modules/rc-motion/es/interface.js +0 -2
- package/build/node_modules/rc-motion/es/interface.js.map +0 -1
- package/build/node_modules/rc-motion/es/util/diff.js +0 -2
- package/build/node_modules/rc-motion/es/util/diff.js.map +0 -1
- package/build/node_modules/rc-motion/es/util/motion.js +0 -2
- package/build/node_modules/rc-motion/es/util/motion.js.map +0 -1
- package/build/node_modules/rc-resize-observer/es/Collection.js +0 -2
- package/build/node_modules/rc-resize-observer/es/Collection.js.map +0 -1
- package/build/node_modules/rc-resize-observer/es/SingleObserver/DomWrapper.js +0 -2
- package/build/node_modules/rc-resize-observer/es/SingleObserver/DomWrapper.js.map +0 -1
- package/build/node_modules/rc-resize-observer/es/SingleObserver/index.js +0 -2
- package/build/node_modules/rc-resize-observer/es/SingleObserver/index.js.map +0 -1
- package/build/node_modules/rc-resize-observer/es/index.js +0 -2
- package/build/node_modules/rc-resize-observer/es/index.js.map +0 -1
- package/build/node_modules/rc-resize-observer/es/utils/observerUtil.js +0 -2
- package/build/node_modules/rc-resize-observer/es/utils/observerUtil.js.map +0 -1
- package/build/node_modules/rc-tooltip/es/Popup.js +0 -2
- package/build/node_modules/rc-tooltip/es/Popup.js.map +0 -1
- package/build/node_modules/rc-tooltip/es/Tooltip.js +0 -2
- package/build/node_modules/rc-tooltip/es/Tooltip.js.map +0 -1
- package/build/node_modules/rc-tooltip/es/index.js +0 -2
- package/build/node_modules/rc-tooltip/es/index.js.map +0 -1
- package/build/node_modules/rc-tooltip/es/placements.js +0 -2
- package/build/node_modules/rc-tooltip/es/placements.js.map +0 -1
- package/build/node_modules/rc-util/es/Children/toArray.js +0 -2
- package/build/node_modules/rc-util/es/Children/toArray.js.map +0 -1
- package/build/node_modules/rc-util/es/Dom/canUseDom.js +0 -2
- package/build/node_modules/rc-util/es/Dom/canUseDom.js.map +0 -1
- package/build/node_modules/rc-util/es/Dom/contains.js +0 -2
- package/build/node_modules/rc-util/es/Dom/contains.js.map +0 -1
- package/build/node_modules/rc-util/es/Dom/dynamicCSS.js +0 -2
- package/build/node_modules/rc-util/es/Dom/dynamicCSS.js.map +0 -1
- package/build/node_modules/rc-util/es/Dom/findDOMNode.js +0 -2
- package/build/node_modules/rc-util/es/Dom/findDOMNode.js.map +0 -1
- package/build/node_modules/rc-util/es/Dom/isVisible.js +0 -2
- package/build/node_modules/rc-util/es/Dom/isVisible.js.map +0 -1
- package/build/node_modules/rc-util/es/Dom/shadow.js +0 -2
- package/build/node_modules/rc-util/es/Dom/shadow.js.map +0 -1
- package/build/node_modules/rc-util/es/getScrollBarSize.js +0 -2
- package/build/node_modules/rc-util/es/getScrollBarSize.js.map +0 -1
- package/build/node_modules/rc-util/es/hooks/useEvent.js +0 -2
- package/build/node_modules/rc-util/es/hooks/useEvent.js.map +0 -1
- package/build/node_modules/rc-util/es/hooks/useId.js +0 -2
- package/build/node_modules/rc-util/es/hooks/useId.js.map +0 -1
- package/build/node_modules/rc-util/es/hooks/useLayoutEffect.js +0 -2
- package/build/node_modules/rc-util/es/hooks/useLayoutEffect.js.map +0 -1
- package/build/node_modules/rc-util/es/hooks/useMemo.js +0 -2
- package/build/node_modules/rc-util/es/hooks/useMemo.js.map +0 -1
- package/build/node_modules/rc-util/es/hooks/useState.js +0 -2
- package/build/node_modules/rc-util/es/hooks/useState.js.map +0 -1
- package/build/node_modules/rc-util/es/hooks/useSyncState.js +0 -2
- package/build/node_modules/rc-util/es/hooks/useSyncState.js.map +0 -1
- package/build/node_modules/rc-util/es/isMobile.js +0 -2
- package/build/node_modules/rc-util/es/isMobile.js.map +0 -1
- package/build/node_modules/rc-util/es/raf.js +0 -2
- package/build/node_modules/rc-util/es/raf.js.map +0 -1
- package/build/node_modules/rc-util/es/ref.js +0 -2
- package/build/node_modules/rc-util/es/ref.js.map +0 -1
- package/build/node_modules/rc-util/es/warning.js +0 -2
- package/build/node_modules/rc-util/es/warning.js.map +0 -1
- package/build/node_modules/rc-util/node_modules/react-is/cjs/react-is.development.js +0 -11
- package/build/node_modules/rc-util/node_modules/react-is/cjs/react-is.development.js.map +0 -1
- package/build/node_modules/rc-util/node_modules/react-is/cjs/react-is.production.min.js +0 -11
- package/build/node_modules/rc-util/node_modules/react-is/cjs/react-is.production.min.js.map +0 -1
- package/build/node_modules/rc-util/node_modules/react-is/index.js +0 -2
- package/build/node_modules/rc-util/node_modules/react-is/index.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/activity.js +0 -2
- package/build/node_modules/react-feather/dist/icons/activity.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/airplay.js +0 -2
- package/build/node_modules/react-feather/dist/icons/airplay.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/alert-circle.js +0 -2
- package/build/node_modules/react-feather/dist/icons/alert-circle.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/alert-octagon.js +0 -2
- package/build/node_modules/react-feather/dist/icons/alert-octagon.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/alert-triangle.js +0 -2
- package/build/node_modules/react-feather/dist/icons/alert-triangle.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/align-center.js +0 -2
- package/build/node_modules/react-feather/dist/icons/align-center.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/align-justify.js +0 -2
- package/build/node_modules/react-feather/dist/icons/align-justify.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/align-left.js +0 -2
- package/build/node_modules/react-feather/dist/icons/align-left.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/align-right.js +0 -2
- package/build/node_modules/react-feather/dist/icons/align-right.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/anchor.js +0 -2
- package/build/node_modules/react-feather/dist/icons/anchor.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/aperture.js +0 -2
- package/build/node_modules/react-feather/dist/icons/aperture.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/archive.js +0 -2
- package/build/node_modules/react-feather/dist/icons/archive.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/arrow-down-circle.js +0 -2
- package/build/node_modules/react-feather/dist/icons/arrow-down-circle.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/arrow-down-left.js +0 -2
- package/build/node_modules/react-feather/dist/icons/arrow-down-left.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/arrow-down-right.js +0 -2
- package/build/node_modules/react-feather/dist/icons/arrow-down-right.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/arrow-down.js +0 -2
- package/build/node_modules/react-feather/dist/icons/arrow-down.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/arrow-left-circle.js +0 -2
- package/build/node_modules/react-feather/dist/icons/arrow-left-circle.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/arrow-left.js +0 -2
- package/build/node_modules/react-feather/dist/icons/arrow-left.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/arrow-right-circle.js +0 -2
- package/build/node_modules/react-feather/dist/icons/arrow-right-circle.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/arrow-right.js +0 -2
- package/build/node_modules/react-feather/dist/icons/arrow-right.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/arrow-up-circle.js +0 -2
- package/build/node_modules/react-feather/dist/icons/arrow-up-circle.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/arrow-up-left.js +0 -2
- package/build/node_modules/react-feather/dist/icons/arrow-up-left.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/arrow-up-right.js +0 -2
- package/build/node_modules/react-feather/dist/icons/arrow-up-right.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/arrow-up.js +0 -2
- package/build/node_modules/react-feather/dist/icons/arrow-up.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/at-sign.js +0 -2
- package/build/node_modules/react-feather/dist/icons/at-sign.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/award.js +0 -2
- package/build/node_modules/react-feather/dist/icons/award.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/bar-chart-2.js +0 -2
- package/build/node_modules/react-feather/dist/icons/bar-chart-2.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/bar-chart.js +0 -2
- package/build/node_modules/react-feather/dist/icons/bar-chart.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/battery-charging.js +0 -2
- package/build/node_modules/react-feather/dist/icons/battery-charging.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/battery.js +0 -2
- package/build/node_modules/react-feather/dist/icons/battery.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/bell-off.js +0 -2
- package/build/node_modules/react-feather/dist/icons/bell-off.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/bell.js +0 -2
- package/build/node_modules/react-feather/dist/icons/bell.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/bluetooth.js +0 -2
- package/build/node_modules/react-feather/dist/icons/bluetooth.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/bold.js +0 -2
- package/build/node_modules/react-feather/dist/icons/bold.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/book-open.js +0 -2
- package/build/node_modules/react-feather/dist/icons/book-open.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/book.js +0 -2
- package/build/node_modules/react-feather/dist/icons/book.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/bookmark.js +0 -2
- package/build/node_modules/react-feather/dist/icons/bookmark.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/box.js +0 -2
- package/build/node_modules/react-feather/dist/icons/box.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/briefcase.js +0 -2
- package/build/node_modules/react-feather/dist/icons/briefcase.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/calendar.js +0 -2
- package/build/node_modules/react-feather/dist/icons/calendar.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/camera-off.js +0 -2
- package/build/node_modules/react-feather/dist/icons/camera-off.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/camera.js +0 -2
- package/build/node_modules/react-feather/dist/icons/camera.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/cast.js +0 -2
- package/build/node_modules/react-feather/dist/icons/cast.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/check-circle.js +0 -2
- package/build/node_modules/react-feather/dist/icons/check-circle.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/check-square.js +0 -2
- package/build/node_modules/react-feather/dist/icons/check-square.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/check.js +0 -2
- package/build/node_modules/react-feather/dist/icons/check.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/chevron-down.js +0 -2
- package/build/node_modules/react-feather/dist/icons/chevron-down.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/chevron-left.js +0 -2
- package/build/node_modules/react-feather/dist/icons/chevron-left.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/chevron-right.js +0 -2
- package/build/node_modules/react-feather/dist/icons/chevron-right.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/chevron-up.js +0 -2
- package/build/node_modules/react-feather/dist/icons/chevron-up.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/chevrons-down.js +0 -2
- package/build/node_modules/react-feather/dist/icons/chevrons-down.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/chevrons-left.js +0 -2
- package/build/node_modules/react-feather/dist/icons/chevrons-left.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/chevrons-right.js +0 -2
- package/build/node_modules/react-feather/dist/icons/chevrons-right.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/chevrons-up.js +0 -2
- package/build/node_modules/react-feather/dist/icons/chevrons-up.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/chrome.js +0 -2
- package/build/node_modules/react-feather/dist/icons/chrome.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/circle.js +0 -2
- package/build/node_modules/react-feather/dist/icons/circle.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/clipboard.js +0 -2
- package/build/node_modules/react-feather/dist/icons/clipboard.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/clock.js +0 -2
- package/build/node_modules/react-feather/dist/icons/clock.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/cloud-drizzle.js +0 -2
- package/build/node_modules/react-feather/dist/icons/cloud-drizzle.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/cloud-lightning.js +0 -2
- package/build/node_modules/react-feather/dist/icons/cloud-lightning.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/cloud-off.js +0 -2
- package/build/node_modules/react-feather/dist/icons/cloud-off.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/cloud-rain.js +0 -2
- package/build/node_modules/react-feather/dist/icons/cloud-rain.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/cloud-snow.js +0 -2
- package/build/node_modules/react-feather/dist/icons/cloud-snow.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/cloud.js +0 -2
- package/build/node_modules/react-feather/dist/icons/cloud.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/code.js +0 -2
- package/build/node_modules/react-feather/dist/icons/code.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/codepen.js +0 -2
- package/build/node_modules/react-feather/dist/icons/codepen.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/codesandbox.js +0 -2
- package/build/node_modules/react-feather/dist/icons/codesandbox.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/coffee.js +0 -2
- package/build/node_modules/react-feather/dist/icons/coffee.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/columns.js +0 -2
- package/build/node_modules/react-feather/dist/icons/columns.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/command.js +0 -2
- package/build/node_modules/react-feather/dist/icons/command.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/compass.js +0 -2
- package/build/node_modules/react-feather/dist/icons/compass.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/copy.js +0 -2
- package/build/node_modules/react-feather/dist/icons/copy.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/corner-down-left.js +0 -2
- package/build/node_modules/react-feather/dist/icons/corner-down-left.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/corner-down-right.js +0 -2
- package/build/node_modules/react-feather/dist/icons/corner-down-right.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/corner-left-down.js +0 -2
- package/build/node_modules/react-feather/dist/icons/corner-left-down.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/corner-left-up.js +0 -2
- package/build/node_modules/react-feather/dist/icons/corner-left-up.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/corner-right-down.js +0 -2
- package/build/node_modules/react-feather/dist/icons/corner-right-down.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/corner-right-up.js +0 -2
- package/build/node_modules/react-feather/dist/icons/corner-right-up.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/corner-up-left.js +0 -2
- package/build/node_modules/react-feather/dist/icons/corner-up-left.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/corner-up-right.js +0 -2
- package/build/node_modules/react-feather/dist/icons/corner-up-right.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/cpu.js +0 -2
- package/build/node_modules/react-feather/dist/icons/cpu.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/credit-card.js +0 -2
- package/build/node_modules/react-feather/dist/icons/credit-card.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/crop.js +0 -2
- package/build/node_modules/react-feather/dist/icons/crop.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/crosshair.js +0 -2
- package/build/node_modules/react-feather/dist/icons/crosshair.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/database.js +0 -2
- package/build/node_modules/react-feather/dist/icons/database.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/delete.js +0 -2
- package/build/node_modules/react-feather/dist/icons/delete.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/disc.js +0 -2
- package/build/node_modules/react-feather/dist/icons/disc.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/divide-circle.js +0 -2
- package/build/node_modules/react-feather/dist/icons/divide-circle.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/divide-square.js +0 -2
- package/build/node_modules/react-feather/dist/icons/divide-square.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/divide.js +0 -2
- package/build/node_modules/react-feather/dist/icons/divide.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/dollar-sign.js +0 -2
- package/build/node_modules/react-feather/dist/icons/dollar-sign.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/download-cloud.js +0 -2
- package/build/node_modules/react-feather/dist/icons/download-cloud.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/download.js +0 -2
- package/build/node_modules/react-feather/dist/icons/download.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/dribbble.js +0 -2
- package/build/node_modules/react-feather/dist/icons/dribbble.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/droplet.js +0 -2
- package/build/node_modules/react-feather/dist/icons/droplet.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/edit-2.js +0 -2
- package/build/node_modules/react-feather/dist/icons/edit-2.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/edit-3.js +0 -2
- package/build/node_modules/react-feather/dist/icons/edit-3.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/edit.js +0 -2
- package/build/node_modules/react-feather/dist/icons/edit.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/external-link.js +0 -2
- package/build/node_modules/react-feather/dist/icons/external-link.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/eye-off.js +0 -2
- package/build/node_modules/react-feather/dist/icons/eye-off.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/eye.js +0 -2
- package/build/node_modules/react-feather/dist/icons/eye.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/facebook.js +0 -2
- package/build/node_modules/react-feather/dist/icons/facebook.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/fast-forward.js +0 -2
- package/build/node_modules/react-feather/dist/icons/fast-forward.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/feather.js +0 -2
- package/build/node_modules/react-feather/dist/icons/feather.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/figma.js +0 -2
- package/build/node_modules/react-feather/dist/icons/figma.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/file-minus.js +0 -2
- package/build/node_modules/react-feather/dist/icons/file-minus.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/file-plus.js +0 -2
- package/build/node_modules/react-feather/dist/icons/file-plus.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/file-text.js +0 -2
- package/build/node_modules/react-feather/dist/icons/file-text.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/file.js +0 -2
- package/build/node_modules/react-feather/dist/icons/file.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/film.js +0 -2
- package/build/node_modules/react-feather/dist/icons/film.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/filter.js +0 -2
- package/build/node_modules/react-feather/dist/icons/filter.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/flag.js +0 -2
- package/build/node_modules/react-feather/dist/icons/flag.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/folder-minus.js +0 -2
- package/build/node_modules/react-feather/dist/icons/folder-minus.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/folder-plus.js +0 -2
- package/build/node_modules/react-feather/dist/icons/folder-plus.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/folder.js +0 -2
- package/build/node_modules/react-feather/dist/icons/folder.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/framer.js +0 -2
- package/build/node_modules/react-feather/dist/icons/framer.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/frown.js +0 -2
- package/build/node_modules/react-feather/dist/icons/frown.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/gift.js +0 -2
- package/build/node_modules/react-feather/dist/icons/gift.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/git-branch.js +0 -2
- package/build/node_modules/react-feather/dist/icons/git-branch.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/git-commit.js +0 -2
- package/build/node_modules/react-feather/dist/icons/git-commit.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/git-merge.js +0 -2
- package/build/node_modules/react-feather/dist/icons/git-merge.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/git-pull-request.js +0 -2
- package/build/node_modules/react-feather/dist/icons/git-pull-request.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/github.js +0 -2
- package/build/node_modules/react-feather/dist/icons/github.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/gitlab.js +0 -2
- package/build/node_modules/react-feather/dist/icons/gitlab.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/globe.js +0 -2
- package/build/node_modules/react-feather/dist/icons/globe.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/grid.js +0 -2
- package/build/node_modules/react-feather/dist/icons/grid.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/hard-drive.js +0 -2
- package/build/node_modules/react-feather/dist/icons/hard-drive.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/hash.js +0 -2
- package/build/node_modules/react-feather/dist/icons/hash.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/headphones.js +0 -2
- package/build/node_modules/react-feather/dist/icons/headphones.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/heart.js +0 -2
- package/build/node_modules/react-feather/dist/icons/heart.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/help-circle.js +0 -2
- package/build/node_modules/react-feather/dist/icons/help-circle.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/hexagon.js +0 -2
- package/build/node_modules/react-feather/dist/icons/hexagon.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/home.js +0 -2
- package/build/node_modules/react-feather/dist/icons/home.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/image.js +0 -2
- package/build/node_modules/react-feather/dist/icons/image.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/inbox.js +0 -2
- package/build/node_modules/react-feather/dist/icons/inbox.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/info.js +0 -2
- package/build/node_modules/react-feather/dist/icons/info.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/instagram.js +0 -2
- package/build/node_modules/react-feather/dist/icons/instagram.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/italic.js +0 -2
- package/build/node_modules/react-feather/dist/icons/italic.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/key.js +0 -2
- package/build/node_modules/react-feather/dist/icons/key.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/layers.js +0 -2
- package/build/node_modules/react-feather/dist/icons/layers.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/layout.js +0 -2
- package/build/node_modules/react-feather/dist/icons/layout.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/life-buoy.js +0 -2
- package/build/node_modules/react-feather/dist/icons/life-buoy.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/link-2.js +0 -2
- package/build/node_modules/react-feather/dist/icons/link-2.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/link.js +0 -2
- package/build/node_modules/react-feather/dist/icons/link.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/linkedin.js +0 -2
- package/build/node_modules/react-feather/dist/icons/linkedin.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/list.js +0 -2
- package/build/node_modules/react-feather/dist/icons/list.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/loader.js +0 -2
- package/build/node_modules/react-feather/dist/icons/loader.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/lock.js +0 -2
- package/build/node_modules/react-feather/dist/icons/lock.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/log-in.js +0 -2
- package/build/node_modules/react-feather/dist/icons/log-in.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/log-out.js +0 -2
- package/build/node_modules/react-feather/dist/icons/log-out.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/mail.js +0 -2
- package/build/node_modules/react-feather/dist/icons/mail.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/map-pin.js +0 -2
- package/build/node_modules/react-feather/dist/icons/map-pin.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/map.js +0 -2
- package/build/node_modules/react-feather/dist/icons/map.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/maximize-2.js +0 -2
- package/build/node_modules/react-feather/dist/icons/maximize-2.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/maximize.js +0 -2
- package/build/node_modules/react-feather/dist/icons/maximize.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/meh.js +0 -2
- package/build/node_modules/react-feather/dist/icons/meh.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/menu.js +0 -2
- package/build/node_modules/react-feather/dist/icons/menu.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/message-circle.js +0 -2
- package/build/node_modules/react-feather/dist/icons/message-circle.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/message-square.js +0 -2
- package/build/node_modules/react-feather/dist/icons/message-square.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/mic-off.js +0 -2
- package/build/node_modules/react-feather/dist/icons/mic-off.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/mic.js +0 -2
- package/build/node_modules/react-feather/dist/icons/mic.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/minimize-2.js +0 -2
- package/build/node_modules/react-feather/dist/icons/minimize-2.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/minimize.js +0 -2
- package/build/node_modules/react-feather/dist/icons/minimize.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/minus-circle.js +0 -2
- package/build/node_modules/react-feather/dist/icons/minus-circle.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/minus-square.js +0 -2
- package/build/node_modules/react-feather/dist/icons/minus-square.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/minus.js +0 -2
- package/build/node_modules/react-feather/dist/icons/minus.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/monitor.js +0 -2
- package/build/node_modules/react-feather/dist/icons/monitor.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/moon.js +0 -2
- package/build/node_modules/react-feather/dist/icons/moon.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/more-horizontal.js +0 -2
- package/build/node_modules/react-feather/dist/icons/more-horizontal.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/more-vertical.js +0 -2
- package/build/node_modules/react-feather/dist/icons/more-vertical.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/mouse-pointer.js +0 -2
- package/build/node_modules/react-feather/dist/icons/mouse-pointer.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/move.js +0 -2
- package/build/node_modules/react-feather/dist/icons/move.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/music.js +0 -2
- package/build/node_modules/react-feather/dist/icons/music.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/navigation-2.js +0 -2
- package/build/node_modules/react-feather/dist/icons/navigation-2.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/navigation.js +0 -2
- package/build/node_modules/react-feather/dist/icons/navigation.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/octagon.js +0 -2
- package/build/node_modules/react-feather/dist/icons/octagon.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/package.js +0 -2
- package/build/node_modules/react-feather/dist/icons/package.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/paperclip.js +0 -2
- package/build/node_modules/react-feather/dist/icons/paperclip.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/pause-circle.js +0 -2
- package/build/node_modules/react-feather/dist/icons/pause-circle.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/pause.js +0 -2
- package/build/node_modules/react-feather/dist/icons/pause.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/pen-tool.js +0 -2
- package/build/node_modules/react-feather/dist/icons/pen-tool.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/percent.js +0 -2
- package/build/node_modules/react-feather/dist/icons/percent.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/phone-call.js +0 -2
- package/build/node_modules/react-feather/dist/icons/phone-call.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/phone-forwarded.js +0 -2
- package/build/node_modules/react-feather/dist/icons/phone-forwarded.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/phone-incoming.js +0 -2
- package/build/node_modules/react-feather/dist/icons/phone-incoming.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/phone-missed.js +0 -2
- package/build/node_modules/react-feather/dist/icons/phone-missed.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/phone-off.js +0 -2
- package/build/node_modules/react-feather/dist/icons/phone-off.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/phone-outgoing.js +0 -2
- package/build/node_modules/react-feather/dist/icons/phone-outgoing.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/phone.js +0 -2
- package/build/node_modules/react-feather/dist/icons/phone.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/pie-chart.js +0 -2
- package/build/node_modules/react-feather/dist/icons/pie-chart.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/play-circle.js +0 -2
- package/build/node_modules/react-feather/dist/icons/play-circle.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/play.js +0 -2
- package/build/node_modules/react-feather/dist/icons/play.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/plus-circle.js +0 -2
- package/build/node_modules/react-feather/dist/icons/plus-circle.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/plus-square.js +0 -2
- package/build/node_modules/react-feather/dist/icons/plus-square.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/plus.js +0 -2
- package/build/node_modules/react-feather/dist/icons/plus.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/pocket.js +0 -2
- package/build/node_modules/react-feather/dist/icons/pocket.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/power.js +0 -2
- package/build/node_modules/react-feather/dist/icons/power.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/printer.js +0 -2
- package/build/node_modules/react-feather/dist/icons/printer.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/radio.js +0 -2
- package/build/node_modules/react-feather/dist/icons/radio.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/refresh-ccw.js +0 -2
- package/build/node_modules/react-feather/dist/icons/refresh-ccw.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/refresh-cw.js +0 -2
- package/build/node_modules/react-feather/dist/icons/refresh-cw.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/repeat.js +0 -2
- package/build/node_modules/react-feather/dist/icons/repeat.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/rewind.js +0 -2
- package/build/node_modules/react-feather/dist/icons/rewind.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/rotate-ccw.js +0 -2
- package/build/node_modules/react-feather/dist/icons/rotate-ccw.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/rotate-cw.js +0 -2
- package/build/node_modules/react-feather/dist/icons/rotate-cw.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/rss.js +0 -2
- package/build/node_modules/react-feather/dist/icons/rss.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/save.js +0 -2
- package/build/node_modules/react-feather/dist/icons/save.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/scissors.js +0 -2
- package/build/node_modules/react-feather/dist/icons/scissors.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/search.js +0 -2
- package/build/node_modules/react-feather/dist/icons/search.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/send.js +0 -2
- package/build/node_modules/react-feather/dist/icons/send.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/server.js +0 -2
- package/build/node_modules/react-feather/dist/icons/server.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/settings.js +0 -2
- package/build/node_modules/react-feather/dist/icons/settings.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/share-2.js +0 -2
- package/build/node_modules/react-feather/dist/icons/share-2.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/share.js +0 -2
- package/build/node_modules/react-feather/dist/icons/share.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/shield-off.js +0 -2
- package/build/node_modules/react-feather/dist/icons/shield-off.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/shield.js +0 -2
- package/build/node_modules/react-feather/dist/icons/shield.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/shopping-bag.js +0 -2
- package/build/node_modules/react-feather/dist/icons/shopping-bag.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/shopping-cart.js +0 -2
- package/build/node_modules/react-feather/dist/icons/shopping-cart.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/shuffle.js +0 -2
- package/build/node_modules/react-feather/dist/icons/shuffle.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/sidebar.js +0 -2
- package/build/node_modules/react-feather/dist/icons/sidebar.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/skip-back.js +0 -2
- package/build/node_modules/react-feather/dist/icons/skip-back.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/skip-forward.js +0 -2
- package/build/node_modules/react-feather/dist/icons/skip-forward.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/slack.js +0 -2
- package/build/node_modules/react-feather/dist/icons/slack.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/slash.js +0 -2
- package/build/node_modules/react-feather/dist/icons/slash.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/sliders.js +0 -2
- package/build/node_modules/react-feather/dist/icons/sliders.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/smartphone.js +0 -2
- package/build/node_modules/react-feather/dist/icons/smartphone.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/smile.js +0 -2
- package/build/node_modules/react-feather/dist/icons/smile.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/speaker.js +0 -2
- package/build/node_modules/react-feather/dist/icons/speaker.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/square.js +0 -2
- package/build/node_modules/react-feather/dist/icons/square.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/star.js +0 -2
- package/build/node_modules/react-feather/dist/icons/star.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/stop-circle.js +0 -2
- package/build/node_modules/react-feather/dist/icons/stop-circle.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/sun.js +0 -2
- package/build/node_modules/react-feather/dist/icons/sun.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/sunrise.js +0 -2
- package/build/node_modules/react-feather/dist/icons/sunrise.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/sunset.js +0 -2
- package/build/node_modules/react-feather/dist/icons/sunset.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/table.js +0 -2
- package/build/node_modules/react-feather/dist/icons/table.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/tablet.js +0 -2
- package/build/node_modules/react-feather/dist/icons/tablet.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/tag.js +0 -2
- package/build/node_modules/react-feather/dist/icons/tag.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/target.js +0 -2
- package/build/node_modules/react-feather/dist/icons/target.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/terminal.js +0 -2
- package/build/node_modules/react-feather/dist/icons/terminal.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/thermometer.js +0 -2
- package/build/node_modules/react-feather/dist/icons/thermometer.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/thumbs-down.js +0 -2
- package/build/node_modules/react-feather/dist/icons/thumbs-down.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/thumbs-up.js +0 -2
- package/build/node_modules/react-feather/dist/icons/thumbs-up.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/toggle-left.js +0 -2
- package/build/node_modules/react-feather/dist/icons/toggle-left.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/toggle-right.js +0 -2
- package/build/node_modules/react-feather/dist/icons/toggle-right.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/tool.js +0 -2
- package/build/node_modules/react-feather/dist/icons/tool.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/trash-2.js +0 -2
- package/build/node_modules/react-feather/dist/icons/trash-2.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/trash.js +0 -2
- package/build/node_modules/react-feather/dist/icons/trash.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/trello.js +0 -2
- package/build/node_modules/react-feather/dist/icons/trello.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/trending-down.js +0 -2
- package/build/node_modules/react-feather/dist/icons/trending-down.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/trending-up.js +0 -2
- package/build/node_modules/react-feather/dist/icons/trending-up.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/triangle.js +0 -2
- package/build/node_modules/react-feather/dist/icons/triangle.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/truck.js +0 -2
- package/build/node_modules/react-feather/dist/icons/truck.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/tv.js +0 -2
- package/build/node_modules/react-feather/dist/icons/tv.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/twitch.js +0 -2
- package/build/node_modules/react-feather/dist/icons/twitch.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/twitter.js +0 -2
- package/build/node_modules/react-feather/dist/icons/twitter.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/type.js +0 -2
- package/build/node_modules/react-feather/dist/icons/type.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/umbrella.js +0 -2
- package/build/node_modules/react-feather/dist/icons/umbrella.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/underline.js +0 -2
- package/build/node_modules/react-feather/dist/icons/underline.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/unlock.js +0 -2
- package/build/node_modules/react-feather/dist/icons/unlock.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/upload-cloud.js +0 -2
- package/build/node_modules/react-feather/dist/icons/upload-cloud.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/upload.js +0 -2
- package/build/node_modules/react-feather/dist/icons/upload.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/user-check.js +0 -2
- package/build/node_modules/react-feather/dist/icons/user-check.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/user-minus.js +0 -2
- package/build/node_modules/react-feather/dist/icons/user-minus.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/user-plus.js +0 -2
- package/build/node_modules/react-feather/dist/icons/user-plus.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/user-x.js +0 -2
- package/build/node_modules/react-feather/dist/icons/user-x.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/user.js +0 -2
- package/build/node_modules/react-feather/dist/icons/user.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/users.js +0 -2
- package/build/node_modules/react-feather/dist/icons/users.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/video-off.js +0 -2
- package/build/node_modules/react-feather/dist/icons/video-off.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/video.js +0 -2
- package/build/node_modules/react-feather/dist/icons/video.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/voicemail.js +0 -2
- package/build/node_modules/react-feather/dist/icons/voicemail.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/volume-1.js +0 -2
- package/build/node_modules/react-feather/dist/icons/volume-1.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/volume-2.js +0 -2
- package/build/node_modules/react-feather/dist/icons/volume-2.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/volume-x.js +0 -2
- package/build/node_modules/react-feather/dist/icons/volume-x.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/volume.js +0 -2
- package/build/node_modules/react-feather/dist/icons/volume.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/watch.js +0 -2
- package/build/node_modules/react-feather/dist/icons/watch.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/wifi-off.js +0 -2
- package/build/node_modules/react-feather/dist/icons/wifi-off.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/wifi.js +0 -2
- package/build/node_modules/react-feather/dist/icons/wifi.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/wind.js +0 -2
- package/build/node_modules/react-feather/dist/icons/wind.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/x-circle.js +0 -2
- package/build/node_modules/react-feather/dist/icons/x-circle.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/x-octagon.js +0 -2
- package/build/node_modules/react-feather/dist/icons/x-octagon.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/x-square.js +0 -2
- package/build/node_modules/react-feather/dist/icons/x-square.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/x.js +0 -2
- package/build/node_modules/react-feather/dist/icons/x.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/youtube.js +0 -2
- package/build/node_modules/react-feather/dist/icons/youtube.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/zap-off.js +0 -2
- package/build/node_modules/react-feather/dist/icons/zap-off.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/zap.js +0 -2
- package/build/node_modules/react-feather/dist/icons/zap.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/zoom-in.js +0 -2
- package/build/node_modules/react-feather/dist/icons/zoom-in.js.map +0 -1
- package/build/node_modules/react-feather/dist/icons/zoom-out.js +0 -2
- package/build/node_modules/react-feather/dist/icons/zoom-out.js.map +0 -1
- package/build/node_modules/react-feather/dist/index.js +0 -2
- package/build/node_modules/react-feather/dist/index.js.map +0 -1
- package/build/node_modules/resize-observer-polyfill/dist/ResizeObserver.es.js +0 -2
- package/build/node_modules/resize-observer-polyfill/dist/ResizeObserver.es.js.map +0 -1
- package/build/src/components/Atom/Button/Button.js +0 -2
- package/build/src/components/Atom/Button/Button.js.map +0 -1
- package/build/src/components/Atom/Checkbox/Checkbox.js +0 -2
- package/build/src/components/Atom/Checkbox/Checkbox.js.map +0 -1
- package/build/src/components/Atom/Icon/Custom/Icons/Disable.js +0 -2
- package/build/src/components/Atom/Icon/Custom/Icons/Disable.js.map +0 -1
- package/build/src/components/Atom/Icon/Custom/Icons/EditFilled.js +0 -2
- package/build/src/components/Atom/Icon/Custom/Icons/EditFilled.js.map +0 -1
- package/build/src/components/Atom/Icon/Custom/Icons/Error.js +0 -2
- package/build/src/components/Atom/Icon/Custom/Icons/Error.js.map +0 -1
- package/build/src/components/Atom/Icon/Custom/Icons/ExcelFile.js +0 -2
- package/build/src/components/Atom/Icon/Custom/Icons/ExcelFile.js.map +0 -1
- package/build/src/components/Atom/Icon/Custom/Icons/FBLike.js +0 -2
- package/build/src/components/Atom/Icon/Custom/Icons/FBLike.js.map +0 -1
- package/build/src/components/Atom/Icon/Custom/Icons/FBLove.js +0 -2
- package/build/src/components/Atom/Icon/Custom/Icons/FBLove.js.map +0 -1
- package/build/src/components/Atom/Icon/Custom/Icons/FileUpload.js +0 -2
- package/build/src/components/Atom/Icon/Custom/Icons/FileUpload.js.map +0 -1
- package/build/src/components/Atom/Icon/Custom/Icons/Hide.js +0 -2
- package/build/src/components/Atom/Icon/Custom/Icons/Hide.js.map +0 -1
- package/build/src/components/Atom/Icon/Custom/Icons/Info.js +0 -2
- package/build/src/components/Atom/Icon/Custom/Icons/Info.js.map +0 -1
- package/build/src/components/Atom/Icon/Custom/Icons/Success.js +0 -2
- package/build/src/components/Atom/Icon/Custom/Icons/Success.js.map +0 -1
- package/build/src/components/Atom/Icon/Custom/Icons/Upload.js +0 -2
- package/build/src/components/Atom/Icon/Custom/Icons/Upload.js.map +0 -1
- package/build/src/components/Atom/Icon/Custom/Icons/Warning.js +0 -2
- package/build/src/components/Atom/Icon/Custom/Icons/Warning.js.map +0 -1
- package/build/src/components/Atom/Icon/Custom/index.js +0 -2
- package/build/src/components/Atom/Icon/Custom/index.js.map +0 -1
- package/build/src/components/Atom/Icon/Icon.js +0 -2
- package/build/src/components/Atom/Icon/Icon.js.map +0 -1
- package/build/src/components/Atom/Input/Input.js +0 -2
- package/build/src/components/Atom/Input/Input.js.map +0 -1
- package/build/src/components/Atom/Typography/Typography.js +0 -2
- package/build/src/components/Atom/Typography/Typography.js.map +0 -1
- package/build/src/components/Molecule/Message/Message.js +0 -2
- package/build/src/components/Molecule/Message/Message.js.map +0 -1
- package/build/src/components/Molecule/Message/Message.types.js +0 -2
- package/build/src/components/Molecule/Message/Message.types.js.map +0 -1
- package/build/src/components/Molecule/Message/MessageManager.js +0 -2
- package/build/src/components/Molecule/Message/MessageManager.js.map +0 -1
- package/build/src/components/Molecule/Table/Table.js +0 -2
- package/build/src/components/Molecule/Table/Table.js.map +0 -1
- package/build/src/components/Molecule/Table/Table.types.js +0 -2
- package/build/src/components/Molecule/Table/Table.types.js.map +0 -1
- package/build/src/components/Molecule/Tooltip/Tooltip.js +0 -2
- package/build/src/components/Molecule/Tooltip/Tooltip.js.map +0 -1
- package/build/src/index.js +0 -2
- package/build/src/index.js.map +0 -1
|
@@ -1,4 +1,59 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { MessageProps, MessageVariants, MessagePosition } from './Message.types';
|
|
3
|
+
declare const _default: {
|
|
4
|
+
title: string;
|
|
5
|
+
component: ({ id, destroy, title, description, variant, duration, animationDuration, icon, dataTestId, }: MessageProps) => React.JSX.Element;
|
|
6
|
+
argTypes: {
|
|
7
|
+
variant: {
|
|
8
|
+
control: "select";
|
|
9
|
+
options: MessageVariants[];
|
|
10
|
+
description: string;
|
|
11
|
+
defaultValue: MessageVariants;
|
|
12
|
+
};
|
|
13
|
+
position: {
|
|
14
|
+
control: "select";
|
|
15
|
+
options: MessagePosition[];
|
|
16
|
+
description: string;
|
|
17
|
+
defaultValue: MessagePosition;
|
|
18
|
+
};
|
|
19
|
+
title: {
|
|
20
|
+
control: "text";
|
|
21
|
+
description: string;
|
|
22
|
+
};
|
|
23
|
+
description: {
|
|
24
|
+
control: "text";
|
|
25
|
+
description: string;
|
|
26
|
+
};
|
|
27
|
+
duration: {
|
|
28
|
+
control: {
|
|
29
|
+
type: "number";
|
|
30
|
+
min: number;
|
|
31
|
+
max: number;
|
|
32
|
+
step: number;
|
|
33
|
+
};
|
|
34
|
+
description: string;
|
|
35
|
+
};
|
|
36
|
+
animationDuration: {
|
|
37
|
+
control: {
|
|
38
|
+
type: "number";
|
|
39
|
+
min: number;
|
|
40
|
+
max: number;
|
|
41
|
+
step: number;
|
|
42
|
+
};
|
|
43
|
+
description: string;
|
|
44
|
+
};
|
|
45
|
+
icon: {
|
|
46
|
+
control: "boolean";
|
|
47
|
+
description: string;
|
|
48
|
+
defaultValue: boolean;
|
|
49
|
+
};
|
|
50
|
+
dataTestId: {
|
|
51
|
+
control: "text";
|
|
52
|
+
description: string;
|
|
53
|
+
};
|
|
54
|
+
};
|
|
55
|
+
};
|
|
3
56
|
export default _default;
|
|
4
|
-
export declare const Message:
|
|
57
|
+
export declare const Message: import("@storybook/core/csf").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, Omit<MessageProps, "destroy"> & {
|
|
58
|
+
position: MessagePosition;
|
|
59
|
+
}>;
|
|
@@ -1,6 +1,27 @@
|
|
|
1
|
+
import { ReactElement, ReactNode } from 'react';
|
|
1
2
|
export declare enum MessageVariants {
|
|
2
3
|
Success = "success",
|
|
3
4
|
Error = "error",
|
|
4
5
|
Warning = "warning",
|
|
5
6
|
Info = "info"
|
|
6
7
|
}
|
|
8
|
+
export declare enum MessagePosition {
|
|
9
|
+
TopCenter = "top-center",
|
|
10
|
+
TopLeft = "top-left",
|
|
11
|
+
TopRight = "top-right",
|
|
12
|
+
BottomCenter = "bottom-center",
|
|
13
|
+
BottomLeft = "bottom-left",
|
|
14
|
+
BottomRight = "bottom-right"
|
|
15
|
+
}
|
|
16
|
+
export interface MessageProps {
|
|
17
|
+
id?: string;
|
|
18
|
+
destroy: () => void;
|
|
19
|
+
title: string | ReactElement;
|
|
20
|
+
description?: string | ReactElement;
|
|
21
|
+
duration?: number;
|
|
22
|
+
position?: string;
|
|
23
|
+
variant?: MessageVariants;
|
|
24
|
+
animationDuration?: number;
|
|
25
|
+
icon?: ReactNode;
|
|
26
|
+
dataTestId?: string;
|
|
27
|
+
}
|
|
@@ -1,20 +1,22 @@
|
|
|
1
|
-
import { MessageProps } from './Message';
|
|
1
|
+
import { MessageProps, MessagePosition } from './Message.types';
|
|
2
2
|
export interface MessageOptions extends Omit<MessageProps, 'id' | 'destroy'> {
|
|
3
3
|
id?: string;
|
|
4
|
+
position?: MessagePosition;
|
|
4
5
|
}
|
|
5
6
|
export declare class MessageManager {
|
|
6
7
|
private isSetup;
|
|
7
|
-
private
|
|
8
|
-
private
|
|
8
|
+
private containers;
|
|
9
|
+
private roots;
|
|
9
10
|
private messages;
|
|
10
11
|
constructor();
|
|
11
12
|
setup(): void;
|
|
12
13
|
show(options: MessageOptions): void;
|
|
13
|
-
destroy(id: string): void;
|
|
14
|
+
destroy(id: string, position?: MessagePosition): void;
|
|
14
15
|
success(options: Omit<MessageOptions, 'variant'>): void;
|
|
15
16
|
error(options: Omit<MessageOptions, 'variant'>): void;
|
|
16
17
|
warning(options: Omit<MessageOptions, 'variant'>): void;
|
|
17
18
|
info(options: Omit<MessageOptions, 'variant'>): void;
|
|
19
|
+
private getPositionStyles;
|
|
18
20
|
private render;
|
|
19
21
|
}
|
|
20
22
|
export declare const message: MessageManager;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { OTPInputProps } from './types';
|
|
3
|
+
declare const OTPInput: {
|
|
4
|
+
({ value, maxLength, onChange, disabled, isError, placeholder, className, }: OTPInputProps): React.JSX.Element;
|
|
5
|
+
displayName: string;
|
|
6
|
+
};
|
|
7
|
+
export default OTPInput;
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { OTPInputProps } from './types';
|
|
3
|
+
declare const _default: {
|
|
4
|
+
title: string;
|
|
5
|
+
component: {
|
|
6
|
+
({ value, maxLength, onChange, disabled, isError, placeholder, className, }: OTPInputProps): React.JSX.Element;
|
|
7
|
+
displayName: string;
|
|
8
|
+
};
|
|
9
|
+
argTypes: {
|
|
10
|
+
maxLength: {
|
|
11
|
+
control: "number";
|
|
12
|
+
description: string;
|
|
13
|
+
defaultValue: number;
|
|
14
|
+
};
|
|
15
|
+
disabled: {
|
|
16
|
+
control: "boolean";
|
|
17
|
+
description: string;
|
|
18
|
+
defaultValue: boolean;
|
|
19
|
+
};
|
|
20
|
+
isError: {
|
|
21
|
+
control: "boolean";
|
|
22
|
+
description: string;
|
|
23
|
+
defaultValue: boolean;
|
|
24
|
+
};
|
|
25
|
+
placeholder: {
|
|
26
|
+
control: "text";
|
|
27
|
+
description: string;
|
|
28
|
+
defaultValue: string;
|
|
29
|
+
};
|
|
30
|
+
showControls: {
|
|
31
|
+
control: "boolean";
|
|
32
|
+
description: string;
|
|
33
|
+
defaultValue: boolean;
|
|
34
|
+
};
|
|
35
|
+
value: {
|
|
36
|
+
control: "text";
|
|
37
|
+
description: string;
|
|
38
|
+
};
|
|
39
|
+
onChange: {
|
|
40
|
+
action: string;
|
|
41
|
+
description: string;
|
|
42
|
+
};
|
|
43
|
+
};
|
|
44
|
+
};
|
|
45
|
+
export default _default;
|
|
46
|
+
export declare const OTPInput: import("@storybook/core/csf").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, OTPInputProps>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '@testing-library/jest-dom';
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { PaginationComponentProps } from './types';
|
|
3
|
+
declare const PaginationComponent: ({ currentPage, totalPages, onPageChange, siblingCount, className, disabled, isLoading, enableKeyboardNav, showEllipsis, }: PaginationComponentProps) => React.JSX.Element | null;
|
|
4
|
+
export default PaginationComponent;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { Meta } from '@storybook/react';
|
|
2
|
+
import PaginationComponent from './Pagination';
|
|
3
|
+
declare const _default: Meta<typeof PaginationComponent>;
|
|
4
|
+
export default _default;
|
|
5
|
+
export declare const Pagination: import("@storybook/core/csf").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, import("./types").PaginationComponentProps>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '@testing-library/jest-dom';
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export declare const DOTS = "...";
|
|
2
|
+
export declare const DEFAULT_SIBLING_COUNT = 1;
|
|
3
|
+
export declare const DEFAULT_PAGE = 1;
|
|
4
|
+
export declare const MAX_PAGES = 100;
|
|
5
|
+
export declare const MIN_PAGES = 1;
|
|
6
|
+
export declare const MAX_SIBLINGS = 3;
|
|
7
|
+
export declare const MIN_SIBLINGS = 0;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export interface PaginationComponentProps {
|
|
2
|
+
currentPage: number;
|
|
3
|
+
totalPages: number;
|
|
4
|
+
onPageChange: (page: number) => void;
|
|
5
|
+
siblingCount?: number;
|
|
6
|
+
className?: string;
|
|
7
|
+
disabled?: boolean;
|
|
8
|
+
isLoading?: boolean;
|
|
9
|
+
enableKeyboardNav?: boolean;
|
|
10
|
+
showEllipsis?: boolean;
|
|
11
|
+
}
|
|
12
|
+
export interface PaginationStateProps extends Omit<PaginationComponentProps, 'currentPage' | 'onPageChange'> {
|
|
13
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const getPaginationRange: (currentPage: number, totalPages: number, siblingCount: number, showEllipsis: boolean) => (string | number)[];
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import * as PopoverPrimitive from '@radix-ui/react-popover';
|
|
3
|
+
import type { PopoverContentProps } from './types';
|
|
4
|
+
declare const Popover: React.FC<PopoverPrimitive.PopoverProps>;
|
|
5
|
+
declare const PopoverTrigger: React.ForwardRefExoticComponent<PopoverPrimitive.PopoverTriggerProps & React.RefAttributes<HTMLButtonElement>>;
|
|
6
|
+
declare const PopoverContent: React.ForwardRefExoticComponent<PopoverContentProps & React.RefAttributes<HTMLDivElement>>;
|
|
7
|
+
export { Popover, PopoverTrigger, PopoverContent };
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { PopoverStoryProps } from './types';
|
|
3
|
+
declare const _default: {
|
|
4
|
+
title: string;
|
|
5
|
+
component: React.FC<import("@radix-ui/react-popover").PopoverProps>;
|
|
6
|
+
argTypes: {
|
|
7
|
+
side: {
|
|
8
|
+
control: "select";
|
|
9
|
+
options: string[];
|
|
10
|
+
description: string;
|
|
11
|
+
};
|
|
12
|
+
align: {
|
|
13
|
+
control: "select";
|
|
14
|
+
options: string[];
|
|
15
|
+
description: string;
|
|
16
|
+
};
|
|
17
|
+
variant: {
|
|
18
|
+
control: "select";
|
|
19
|
+
options: string[];
|
|
20
|
+
description: string;
|
|
21
|
+
};
|
|
22
|
+
title: {
|
|
23
|
+
control: "text";
|
|
24
|
+
description: string;
|
|
25
|
+
};
|
|
26
|
+
description: {
|
|
27
|
+
control: "text";
|
|
28
|
+
description: string;
|
|
29
|
+
};
|
|
30
|
+
buttonText: {
|
|
31
|
+
control: "text";
|
|
32
|
+
description: string;
|
|
33
|
+
};
|
|
34
|
+
onOpenChange: {
|
|
35
|
+
action: string;
|
|
36
|
+
};
|
|
37
|
+
};
|
|
38
|
+
};
|
|
39
|
+
export default _default;
|
|
40
|
+
export declare const Popover: import("@storybook/core/csf").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, PopoverStoryProps>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '@testing-library/jest-dom';
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export declare const POPOVER_SIDES: readonly ["top", "right", "bottom", "left"];
|
|
2
|
+
export declare const POPOVER_ALIGN_OPTIONS: readonly ["start", "center", "end"];
|
|
3
|
+
export declare const DEFAULT_SIDE = "bottom";
|
|
4
|
+
export declare const DEFAULT_ALIGN = "center";
|
|
5
|
+
export declare const DEFAULT_SIDE_OFFSET = 4;
|
|
6
|
+
export declare const ANIMATION_DURATION = 150;
|
|
7
|
+
export declare const POPOVER_VARIANTS: {
|
|
8
|
+
readonly DEFAULT: "default";
|
|
9
|
+
readonly FORM: "form";
|
|
10
|
+
};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import * as PopoverPrimitive from '@radix-ui/react-popover';
|
|
2
|
+
export interface PopoverProps extends React.ComponentPropsWithoutRef<typeof PopoverPrimitive.Root> {
|
|
3
|
+
children: React.ReactNode;
|
|
4
|
+
}
|
|
5
|
+
export interface PopoverStoryProps extends PopoverProps {
|
|
6
|
+
side?: 'top' | 'right' | 'bottom' | 'left';
|
|
7
|
+
align?: 'start' | 'center' | 'end';
|
|
8
|
+
variant?: 'default' | 'form';
|
|
9
|
+
title?: string;
|
|
10
|
+
description?: string;
|
|
11
|
+
buttonText?: string;
|
|
12
|
+
}
|
|
13
|
+
export interface PopoverTriggerProps extends React.ComponentPropsWithoutRef<typeof PopoverPrimitive.Trigger> {
|
|
14
|
+
asChild?: boolean;
|
|
15
|
+
}
|
|
16
|
+
export interface PopoverContentProps extends React.ComponentPropsWithoutRef<typeof PopoverPrimitive.Content> {
|
|
17
|
+
className?: string;
|
|
18
|
+
align?: 'start' | 'center' | 'end';
|
|
19
|
+
side?: 'top' | 'right' | 'bottom' | 'left';
|
|
20
|
+
sideOffset?: number;
|
|
21
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { ProfileCardProps } from './types';
|
|
3
|
+
declare const _default: {
|
|
4
|
+
title: string;
|
|
5
|
+
component: React.FC<ProfileCardProps>;
|
|
6
|
+
argTypes: {
|
|
7
|
+
size: {
|
|
8
|
+
control: "select";
|
|
9
|
+
options: string[];
|
|
10
|
+
description: string;
|
|
11
|
+
};
|
|
12
|
+
avatarUrl: {
|
|
13
|
+
control: "text";
|
|
14
|
+
description: string;
|
|
15
|
+
};
|
|
16
|
+
name: {
|
|
17
|
+
control: "text";
|
|
18
|
+
description: string;
|
|
19
|
+
};
|
|
20
|
+
email: {
|
|
21
|
+
control: "text";
|
|
22
|
+
description: string;
|
|
23
|
+
};
|
|
24
|
+
position: {
|
|
25
|
+
control: "text";
|
|
26
|
+
description: string;
|
|
27
|
+
};
|
|
28
|
+
dropdownItems: {
|
|
29
|
+
control: "object";
|
|
30
|
+
description: string;
|
|
31
|
+
};
|
|
32
|
+
};
|
|
33
|
+
};
|
|
34
|
+
export default _default;
|
|
35
|
+
export declare const ProfileCard: import("@storybook/core/csf").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, ProfileCardProps>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '@testing-library/jest-dom';
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
export declare const PROFILE_CARD_SIZES: {
|
|
2
|
+
readonly small: "small";
|
|
3
|
+
readonly medium: "medium";
|
|
4
|
+
readonly large: "large";
|
|
5
|
+
};
|
|
6
|
+
export declare const SAMPLE_PROFILES: {
|
|
7
|
+
name: string;
|
|
8
|
+
email: string;
|
|
9
|
+
date: string;
|
|
10
|
+
title: string;
|
|
11
|
+
content: string;
|
|
12
|
+
avatarUrl: string;
|
|
13
|
+
}[];
|
|
14
|
+
export declare const sizeClasses: {
|
|
15
|
+
small: string;
|
|
16
|
+
medium: string;
|
|
17
|
+
large: string;
|
|
18
|
+
};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { ReactNode } from 'react';
|
|
2
|
+
export interface DropdownItem {
|
|
3
|
+
name: string;
|
|
4
|
+
icon?: ReactNode;
|
|
5
|
+
link?: string;
|
|
6
|
+
isDisabled?: boolean;
|
|
7
|
+
}
|
|
8
|
+
export interface ProfileCardProps {
|
|
9
|
+
avatarUrl: string;
|
|
10
|
+
name: string;
|
|
11
|
+
email?: string;
|
|
12
|
+
position?: string;
|
|
13
|
+
dropdownItems?: DropdownItem[];
|
|
14
|
+
size?: 'small' | 'medium' | 'large';
|
|
15
|
+
className?: string;
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import * as SheetPrimitive from '@radix-ui/react-dialog';
|
|
3
|
+
import { SheetProps, SheetTriggerProps, SheetContentProps, SheetHeaderProps, SheetFooterProps, SheetTitleProps, SheetDescriptionProps, SheetDrawerProps } from './types';
|
|
4
|
+
declare const Sheet: {
|
|
5
|
+
({ children, side, overlay, showFooter, title, description, buttonText, className, fullWidth, fullHeight, ...props }: SheetProps): React.JSX.Element;
|
|
6
|
+
displayName: string;
|
|
7
|
+
};
|
|
8
|
+
declare const SheetTrigger: React.ForwardRefExoticComponent<SheetTriggerProps & React.RefAttributes<HTMLButtonElement>>;
|
|
9
|
+
declare const SheetClose: React.ForwardRefExoticComponent<SheetPrimitive.DialogCloseProps & React.RefAttributes<HTMLButtonElement>>;
|
|
10
|
+
declare const SheetContent: React.ForwardRefExoticComponent<SheetContentProps & React.RefAttributes<HTMLDivElement>>;
|
|
11
|
+
declare const SheetHeader: React.ForwardRefExoticComponent<SheetHeaderProps & React.RefAttributes<HTMLDivElement>>;
|
|
12
|
+
declare const SheetFooter: React.ForwardRefExoticComponent<SheetFooterProps & React.RefAttributes<HTMLDivElement>>;
|
|
13
|
+
declare const SheetTitle: React.ForwardRefExoticComponent<SheetTitleProps & React.RefAttributes<HTMLHeadingElement>>;
|
|
14
|
+
declare const SheetDescription: React.ForwardRefExoticComponent<SheetDescriptionProps & React.RefAttributes<HTMLParagraphElement>>;
|
|
15
|
+
declare const SheetDrawer: React.ForwardRefExoticComponent<SheetDrawerProps & React.RefAttributes<HTMLDivElement>>;
|
|
16
|
+
export { Sheet, SheetTrigger, SheetClose, SheetContent, SheetHeader, SheetFooter, SheetTitle, SheetDescription, SheetDrawer, };
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { Meta } from '@storybook/react';
|
|
2
|
+
import { SheetProps } from './types';
|
|
3
|
+
declare const _default: Meta<SheetProps & {
|
|
4
|
+
isDrawer: boolean;
|
|
5
|
+
}>;
|
|
6
|
+
export default _default;
|
|
7
|
+
export declare const SheetStory: import("@storybook/core/csf").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, SheetProps & {
|
|
8
|
+
isDrawer: boolean;
|
|
9
|
+
}>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '@testing-library/jest-dom';
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export declare const SHEET_SIDES: readonly ["top", "right", "bottom", "left"];
|
|
2
|
+
export type SheetSide = (typeof SHEET_SIDES)[number];
|
|
3
|
+
export declare const DEFAULT_SIDE: SheetSide;
|
|
4
|
+
export type SheetTransition = {
|
|
5
|
+
in: string;
|
|
6
|
+
out: string;
|
|
7
|
+
};
|
|
8
|
+
export declare const SHEET_TRANSITIONS: Record<SheetSide, SheetTransition>;
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import * as SheetPrimitive from '@radix-ui/react-dialog';
|
|
3
|
+
import { SHEET_SIDES } from './const';
|
|
4
|
+
export type SheetSide = (typeof SHEET_SIDES)[number];
|
|
5
|
+
export interface SheetCustomProps {
|
|
6
|
+
side?: SheetSide;
|
|
7
|
+
overlay?: boolean;
|
|
8
|
+
showFooter?: boolean;
|
|
9
|
+
title?: string;
|
|
10
|
+
description?: string;
|
|
11
|
+
buttonText?: string;
|
|
12
|
+
className?: string;
|
|
13
|
+
fullWidth?: boolean;
|
|
14
|
+
fullHeight?: boolean;
|
|
15
|
+
}
|
|
16
|
+
export interface SheetProps extends React.ComponentPropsWithoutRef<typeof SheetPrimitive.Root>, SheetCustomProps {
|
|
17
|
+
}
|
|
18
|
+
export interface SheetTriggerProps extends React.ComponentPropsWithoutRef<typeof SheetPrimitive.Trigger> {
|
|
19
|
+
asChild?: boolean;
|
|
20
|
+
}
|
|
21
|
+
export interface SheetContentProps extends React.ComponentPropsWithoutRef<typeof SheetPrimitive.Content>, Pick<SheetCustomProps, 'side' | 'overlay' | 'fullWidth' | 'fullHeight'> {
|
|
22
|
+
}
|
|
23
|
+
export interface SheetHeaderProps extends React.HTMLAttributes<HTMLDivElement> {
|
|
24
|
+
}
|
|
25
|
+
export interface SheetFooterProps extends React.HTMLAttributes<HTMLDivElement> {
|
|
26
|
+
}
|
|
27
|
+
export interface SheetTitleProps extends React.ComponentPropsWithoutRef<typeof SheetPrimitive.Title> {
|
|
28
|
+
}
|
|
29
|
+
export interface SheetDescriptionProps extends React.ComponentPropsWithoutRef<typeof SheetPrimitive.Description> {
|
|
30
|
+
}
|
|
31
|
+
export interface SheetDrawerProps extends SheetProps {
|
|
32
|
+
contentProps?: Omit<SheetContentProps, 'children'>;
|
|
33
|
+
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { Meta } from '@storybook/react';
|
|
2
|
+
import type { SkeletonProps } from './types';
|
|
3
|
+
declare const _default: Meta<SkeletonProps>;
|
|
4
|
+
export default _default;
|
|
5
|
+
export declare const Skeleton: import("@storybook/core/csf").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, SkeletonProps>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '@testing-library/jest-dom';
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export declare const variants: readonly ["card", "table", "simple", "dashboard"];
|
|
2
|
+
export declare const DEFAULT_VARIANT = "card";
|
|
3
|
+
export declare const DEFAULT_ROW_HEIGHT = "h-4";
|
|
4
|
+
export declare const DEFAULT_MAIN_HEIGHT = "h-24";
|
|
5
|
+
export declare const DEFAULT_FIRST_ROW_WIDTH = "w-3/5";
|
|
6
|
+
export declare const DEFAULT_SECOND_ROW_WIDTH = "w-4/5";
|
|
7
|
+
export declare const DEFAULT_ROWS = 3;
|
|
8
|
+
export declare const DEFAULT_HEADER_ROWS = 2;
|
|
9
|
+
export declare const DEFAULT_CONTENT_ROWS = 3;
|
|
10
|
+
export declare const DEFAULT_HEADER_ROW_HEIGHT = "h-6";
|
|
11
|
+
export declare const DEFAULT_CONTENT_ROW_HEIGHT = "h-5";
|
|
12
|
+
export declare const DEFAULT_GRID_COLS = 2;
|
|
13
|
+
export declare const DEFAULT_GRID_HEIGHT = "h-64";
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { variants } from './const';
|
|
2
|
+
export type Variant = (typeof variants)[number];
|
|
3
|
+
export interface SkeletonProps {
|
|
4
|
+
variant?: Variant;
|
|
5
|
+
rows?: number;
|
|
6
|
+
className?: string;
|
|
7
|
+
showHeader?: boolean;
|
|
8
|
+
rowHeight?: string;
|
|
9
|
+
mainHeight?: string;
|
|
10
|
+
firstRowWidth?: string;
|
|
11
|
+
secondRowWidth?: string;
|
|
12
|
+
headerRows?: number;
|
|
13
|
+
contentRows?: number;
|
|
14
|
+
headerRowHeight?: string;
|
|
15
|
+
contentRowHeight?: string;
|
|
16
|
+
gridCols?: number;
|
|
17
|
+
gridHeight?: string;
|
|
18
|
+
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { Meta } from '@storybook/react';
|
|
2
|
+
import type { StepperProps } from './types';
|
|
3
|
+
declare const _default: Meta<StepperProps>;
|
|
4
|
+
export default _default;
|
|
5
|
+
export declare const Stepper: import("@storybook/core/csf").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, StepperProps>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '@testing-library/jest-dom';
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
export declare const STEPPER_SIZE_STYLES: {
|
|
2
|
+
small: {
|
|
3
|
+
node: string;
|
|
4
|
+
innerDot: {
|
|
5
|
+
active: string;
|
|
6
|
+
completed: string;
|
|
7
|
+
default: string;
|
|
8
|
+
};
|
|
9
|
+
text: string;
|
|
10
|
+
description: string;
|
|
11
|
+
connectorTop: string;
|
|
12
|
+
connectorHeight: string;
|
|
13
|
+
spacing: string;
|
|
14
|
+
marginRight: string;
|
|
15
|
+
verticalConnector: {
|
|
16
|
+
left: string;
|
|
17
|
+
top: string;
|
|
18
|
+
height: string;
|
|
19
|
+
};
|
|
20
|
+
};
|
|
21
|
+
medium: {
|
|
22
|
+
node: string;
|
|
23
|
+
innerDot: {
|
|
24
|
+
active: string;
|
|
25
|
+
completed: string;
|
|
26
|
+
default: string;
|
|
27
|
+
};
|
|
28
|
+
text: string;
|
|
29
|
+
description: string;
|
|
30
|
+
connectorTop: string;
|
|
31
|
+
connectorHeight: string;
|
|
32
|
+
spacing: string;
|
|
33
|
+
marginRight: string;
|
|
34
|
+
verticalConnector: {
|
|
35
|
+
left: string;
|
|
36
|
+
top: string;
|
|
37
|
+
height: string;
|
|
38
|
+
};
|
|
39
|
+
};
|
|
40
|
+
large: {
|
|
41
|
+
node: string;
|
|
42
|
+
innerDot: {
|
|
43
|
+
active: string;
|
|
44
|
+
completed: string;
|
|
45
|
+
default: string;
|
|
46
|
+
};
|
|
47
|
+
text: string;
|
|
48
|
+
description: string;
|
|
49
|
+
connectorTop: string;
|
|
50
|
+
connectorHeight: string;
|
|
51
|
+
spacing: string;
|
|
52
|
+
marginRight: string;
|
|
53
|
+
verticalConnector: {
|
|
54
|
+
left: string;
|
|
55
|
+
top: string;
|
|
56
|
+
height: string;
|
|
57
|
+
};
|
|
58
|
+
};
|
|
59
|
+
};
|