@agilekit/ui 0.0.422-alpha.0 → 0.0.423-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +42 -42
- package/lib/index.js +1 -1
- package/lib/playground/Playground.d.ts +4 -4
- package/lib/src/Theme.d.ts +199 -199
- package/lib/src/components/ActionList/ActionList.d.ts +10 -10
- package/lib/src/components/ActionList/ActionList.styles.d.ts +2 -2
- package/lib/src/components/ActionList/components/Item/Item.d.ts +10 -10
- package/lib/src/components/ActionList/components/Item/index.d.ts +2 -2
- package/lib/src/components/ActionList/components/Section/Section.d.ts +9 -9
- package/lib/src/components/ActionList/components/Section/index.d.ts +2 -2
- package/lib/src/components/ActionList/components/index.d.ts +2 -2
- package/lib/src/components/ActionList/index.d.ts +2 -2
- package/lib/src/components/ActionList/stories/ActionList.stories.d.ts +13 -13
- package/lib/src/components/AgileTable/AgileTable.d.ts +10 -10
- package/lib/src/components/AgileTable/AgileTable.styles.d.ts +2 -2
- package/lib/src/components/AgileTable/TableColumn/ITableColumn.d.ts +3 -3
- package/lib/src/components/AgileTable/TableRow/ITableCell.d.ts +5 -5
- package/lib/src/components/AgileTable/TableRow/ITableRow.d.ts +4 -4
- package/lib/src/components/AgileTable/stories/AgileTable.stories.d.ts +13 -13
- package/lib/src/components/AgileTable/stories/components/AgileTableSimpleForm.d.ts +2 -2
- package/lib/src/components/Alert/Alert.d.ts +11 -11
- package/lib/src/components/Alert/Alert.styles.d.ts +2 -2
- package/lib/src/components/AppFrame/AppFrame.d.ts +12 -12
- package/lib/src/components/AppFrame/index.d.ts +1 -1
- package/lib/src/components/AppFrame/stories/AppFrame.stories.d.ts +12 -12
- package/lib/src/components/AppProvider/AppProvider.d.ts +6 -6
- package/lib/src/components/AppProvider/index.d.ts +1 -1
- package/lib/src/components/AppProvider/stories/AppProvider.stories.d.ts +13 -13
- package/lib/src/components/Avatar/Avatar.d.ts +13 -13
- package/lib/src/components/Avatar/Avatar.styles.d.ts +2 -2
- package/lib/src/components/Avatar/index.d.ts +2 -2
- package/lib/src/components/Avatar/stories/Avatar.stories.d.ts +17 -17
- package/lib/src/components/Backdrop/Backdrop.d.ts +7 -7
- package/lib/src/components/Backdrop/Backdrop.styles.d.ts +2 -2
- package/lib/src/components/Backdrop/index.d.ts +1 -1
- package/lib/src/components/Badge/Badge.d.ts +17 -17
- package/lib/src/components/Badge/index.d.ts +2 -2
- package/lib/src/components/Box/Box.d.ts +4 -4
- package/lib/src/components/Box/index.d.ts +1 -1
- package/lib/src/components/Box/stories/Box.dev.stories.d.ts +14 -14
- package/lib/src/components/Box/stories/Box.stories.d.ts +14 -14
- package/lib/src/components/Breadcrumb/Breadcrumb.d.ts +10 -10
- package/lib/src/components/Breadcrumb/Breadcrumb.styles.d.ts +2 -2
- package/lib/src/components/Breadcrumb/index.d.ts +1 -1
- package/lib/src/components/Breadcrumb/stories/Breadcrumb.stories.d.ts +13 -13
- package/lib/src/components/Button/Button.d.ts +22 -22
- package/lib/src/components/Button/Button.styles.d.ts +2 -2
- package/lib/src/components/Button/stories/Button.dev.stories.d.ts +14 -14
- package/lib/src/components/Button/stories/Button.stories.d.ts +25 -25
- package/lib/src/components/Calendar/Calendar.d.ts +9 -9
- package/lib/src/components/Calendar/Calendar.styles.d.ts +2 -2
- package/lib/src/components/Calendar/stories/Calendar.stories.d.ts +16 -16
- package/lib/src/components/Card/Card.d.ts +15 -15
- package/lib/src/components/Card/Card.styles.d.ts +2 -2
- package/lib/src/components/Card/index.d.ts +1 -1
- package/lib/src/components/Card/stories/Card.dev.stories.d.ts +13 -13
- package/lib/src/components/Card/stories/Card.stories.d.ts +14 -14
- package/lib/src/components/Checkbox/Checkbox.d.ts +18 -18
- package/lib/src/components/Checkbox/Checkbox.styles.d.ts +2 -2
- package/lib/src/components/Checkbox/index.d.ts +1 -1
- package/lib/src/components/Checkbox/stories/Checkbox.stories.d.ts +15 -15
- package/lib/src/components/Choice/Choice.d.ts +15 -15
- package/lib/src/components/Choice/Choice.styles.d.ts +2 -2
- package/lib/src/components/Choice/index.d.ts +1 -1
- package/lib/src/components/CollapsibleItem/CollapsibleItem.d.ts +9 -9
- package/lib/src/components/CollapsibleItem/CollapsibleItem.styles.d.ts +2 -2
- package/lib/src/components/CollapsibleItem/indext.d.ts +1 -1
- package/lib/src/components/CollapsibleItem/stories/CollapsibleItem.dev.stories.d.ts +13 -13
- package/lib/src/components/CollapsibleItem/stories/CollapsibleItem.stories.d.ts +14 -14
- package/lib/src/components/Drawer/Drawer.d.ts +27 -27
- package/lib/src/components/Drawer/Drawer.helpers.d.ts +2 -2
- package/lib/src/components/Drawer/Drawer.styles.d.ts +2 -2
- package/lib/src/components/Drawer/components/CloseButton/CloseButton.d.ts +7 -7
- package/lib/src/components/Drawer/components/CloseButton/index.d.ts +1 -1
- package/lib/src/components/Drawer/components/Dialog/Dialog.d.ts +11 -11
- package/lib/src/components/Drawer/components/Dialog/index.d.ts +1 -1
- package/lib/src/components/Drawer/components/Footer/Footer.d.ts +8 -8
- package/lib/src/components/Drawer/components/Header/Header.d.ts +7 -7
- package/lib/src/components/Drawer/components/Header/index.d.ts +1 -1
- package/lib/src/components/Drawer/components/Section/Section.d.ts +7 -7
- package/lib/src/components/Drawer/components/Section/index.d.ts +1 -1
- package/lib/src/components/Drawer/components/index.d.ts +5 -5
- package/lib/src/components/Drawer/index.d.ts +1 -1
- package/lib/src/components/Drawer/stories/Drawer.dev.stories.d.ts +13 -13
- package/lib/src/components/Drawer/stories/Drawer.stories.d.ts +17 -17
- package/lib/src/components/Dropdown/Dropdown.d.ts +12 -12
- package/lib/src/components/Dropdown/Dropdown.styles.d.ts +2 -2
- package/lib/src/components/Dropdown/stories/Dropdown.dev.stories.d.ts +11 -11
- package/lib/src/components/Dropdown/stories/Dropdown.stories.d.ts +17 -17
- package/lib/src/components/Form/Form.d.ts +14 -14
- package/lib/src/components/Form/index.d.ts +1 -1
- package/lib/src/components/Grid/components/Col/Col.d.ts +44 -44
- package/lib/src/components/Grid/components/Col/index.d.ts +1 -1
- package/lib/src/components/Grid/components/Row/Row.d.ts +41 -41
- package/lib/src/components/Grid/components/Row/RowContext.d.ts +6 -6
- package/lib/src/components/Grid/components/Row/index.d.ts +1 -1
- package/lib/src/components/Grid/stories/Grid.stories.d.ts +13 -13
- package/lib/src/components/Heading/Heading.d.ts +12 -12
- package/lib/src/components/Heading/stories/Heading.stories.d.ts +19 -19
- package/lib/src/components/Icon/Icon.d.ts +12 -12
- package/lib/src/components/Icon/iconClass.d.ts +69 -69
- package/lib/src/components/Icon/index.d.ts +1 -1
- package/lib/src/components/Icon/stories/Icon.dev.stories.d.ts +13 -13
- package/lib/src/components/Icon/stories/Icon.stories.d.ts +15 -15
- package/lib/src/components/Image/Image.d.ts +17 -17
- package/lib/src/components/Image/index.d.ts +1 -1
- package/lib/src/components/InputFile/InputFile.d.ts +22 -22
- package/lib/src/components/InputFile/index.d.ts +1 -1
- package/lib/src/components/InputFile/stories/InputFile.stories.d.ts +17 -17
- package/lib/src/components/Label/Label.d.ts +8 -8
- package/lib/src/components/Label/index.d.ts +1 -1
- package/lib/src/components/Labelled/Labelled.d.ts +14 -14
- package/lib/src/components/Labelled/index.d.ts +1 -1
- package/lib/src/components/Link/Link.d.ts +7 -7
- package/lib/src/components/Link/index.d.ts +1 -1
- package/lib/src/components/Loader/Loader.d.ts +6 -6
- package/lib/src/components/Loader/Loader.styles.d.ts +2 -2
- package/lib/src/components/Loader/index.d.ts +1 -1
- package/lib/src/components/Loader/stories/Loader.stories.d.ts +13 -13
- package/lib/src/components/Modal/Modal.d.ts +17 -17
- package/lib/src/components/Modal/Modal.styles.d.ts +2 -2
- package/lib/src/components/Modal/index.d.ts +1 -1
- package/lib/src/components/Modal/stories/Modal.dev.stories.d.ts +13 -13
- package/lib/src/components/Modal/stories/Modal.stories.d.ts +13 -13
- package/lib/src/components/Modal/utils/utils.d.ts +2 -2
- package/lib/src/components/MultiSelect/MultiSelect.d.ts +23 -23
- package/lib/src/components/MultiSelect/MultiSelect.styles.d.ts +2 -2
- package/lib/src/components/MultiSelect/stories/MultiSelect.stories.d.ts +19 -19
- package/lib/src/components/MultiTextField/MultiTextField.d.ts +12 -12
- package/lib/src/components/MultiTextField/MultiTextField.styles.d.ts +2 -2
- package/lib/src/components/Navigation/Navigation.d.ts +24 -24
- package/lib/src/components/Navigation/components/Item/Item.d.ts +15 -15
- package/lib/src/components/Navigation/components/Item/index.d.ts +1 -1
- package/lib/src/components/Navigation/components/NavFilter/NavFilter.d.ts +7 -7
- package/lib/src/components/Navigation/components/NavFilter/index.d.ts +1 -1
- package/lib/src/components/Navigation/components/NavFilterItem/NavFilterItem.d.ts +9 -9
- package/lib/src/components/Navigation/components/NavFilterItem/index.d.ts +1 -1
- package/lib/src/components/Navigation/components/Section/Section.d.ts +8 -8
- package/lib/src/components/Navigation/components/Section/index.d.ts +1 -1
- package/lib/src/components/Navigation/index.d.ts +1 -1
- package/lib/src/components/OldSelect/OldSelect.d.ts +25 -25
- package/lib/src/components/OldSelect/index.d.ts +1 -1
- package/lib/src/components/OldTextField/OldTextField.d.ts +33 -33
- package/lib/src/components/OldTextField/index.d.ts +1 -1
- package/lib/src/components/OutsideClickDetector/OutsideClickDetector.d.ts +26 -26
- package/lib/src/components/Page/Page.d.ts +10 -10
- package/lib/src/components/Page/index.d.ts +1 -1
- package/lib/src/components/Page/stories/Page.dev.stories.d.ts +14 -14
- package/lib/src/components/Page/stories/Page.stories.d.ts +15 -15
- package/lib/src/components/Pagination/Pagination.d.ts +14 -14
- package/lib/src/components/Pagination/components/PageEllipsis/PageEllipsis.d.ts +3 -3
- package/lib/src/components/Pagination/components/PageMove/PageMove.d.ts +9 -9
- package/lib/src/components/Pagination/components/PageNumber/PageNumber.d.ts +9 -9
- package/lib/src/components/Pagination/index.d.ts +1 -1
- package/lib/src/components/Pagination/stories/Pagination.stories.d.ts +14 -14
- package/lib/src/components/Pagination/utils/collapseRange.d.ts +3 -3
- package/lib/src/components/Popover/Popover.d.ts +20 -20
- package/lib/src/components/Popover/index.d.ts +1 -1
- package/lib/src/components/Popover/stories/Popover.stories.d.ts +15 -15
- package/lib/src/components/Portal/Portal.d.ts +11 -11
- package/lib/src/components/Portal/index.d.ts +1 -1
- package/lib/src/components/ProgressIndicator/ProgressIndicator.d.ts +12 -12
- package/lib/src/components/ProgressIndicator/index.d.ts +1 -1
- package/lib/src/components/ProgressIndicator/stories/ProgressIndicator.dev.stories.d.ts +14 -14
- package/lib/src/components/ProgressIndicator/stories/ProgressIndicator.stories.d.ts +14 -14
- package/lib/src/components/RadioButton/RadioButton.d.ts +19 -19
- package/lib/src/components/RadioButton/index.d.ts +1 -1
- package/lib/src/components/RadioButton/stories/RadioButton.stories.d.ts +13 -13
- package/lib/src/components/Select/Select.d.ts +22 -22
- package/lib/src/components/Select/Select.styles.d.ts +2 -2
- package/lib/src/components/Select/stories/Select.stories.d.ts +19 -19
- package/lib/src/components/Skeleton/Skeleton.d.ts +1 -1
- package/lib/src/components/Skeleton/stories/Skeleton.stories.d.ts +13 -13
- package/lib/src/components/Slider/Slider.d.ts +29 -29
- package/lib/src/components/Slider/stories/Slider.stories.d.ts +39 -39
- package/lib/src/components/SpinnerCube/SpinnerCube.d.ts +3 -3
- package/lib/src/components/SpinnerCube/index.d.ts +1 -1
- package/lib/src/components/StatusInline/StatusInline.d.ts +7 -7
- package/lib/src/components/StatusInline/index.d.ts +1 -1
- package/lib/src/components/Switch/Switch.d.ts +3 -3
- package/lib/src/components/Switch/stories/Switch.stories.d.ts +13 -13
- package/lib/src/components/TableList/TableList.d.ts +24 -24
- package/lib/src/components/TableList/components/Cell/Cell.d.ts +9 -9
- package/lib/src/components/TableList/components/Cell/index.d.ts +1 -1
- package/lib/src/components/TableList/components/ColumnHeader/ColumnHeader.d.ts +9 -9
- package/lib/src/components/TableList/components/ColumnHeader/index.d.ts +1 -1
- package/lib/src/components/TableList/index.d.ts +1 -1
- package/lib/src/components/TableList/stories/TableList.stories.d.ts +14 -14
- package/lib/src/components/Tabs/TabPanel.d.ts +7 -7
- package/lib/src/components/Tabs/Tabs.d.ts +13 -13
- package/lib/src/components/Tabs/Tabs.styles.d.ts +2 -2
- package/lib/src/components/Tabs/index.d.ts +1 -1
- package/lib/src/components/Tabs/stories/Tabs.dev.stories.d.ts +12 -12
- package/lib/src/components/Tabs/stories/Tabs.stories.d.ts +16 -16
- package/lib/src/components/Tabs/stories/components/TabsResponsive.d.ts +2 -2
- package/lib/src/components/Tabs/stories/components/TabsResponsive.styles.d.ts +2 -2
- package/lib/src/components/Tabs/stories/components/TabsStyledOutside.d.ts +2 -2
- package/lib/src/components/Tabs/stories/components/TabsStyledOutside.styles.d.ts +2 -2
- package/lib/src/components/Tag/Tag.d.ts +11 -11
- package/lib/src/components/Tag/Tag.styles.d.ts +2 -2
- package/lib/src/components/Tag/index.d.ts +1 -1
- package/lib/src/components/TextField/TextField.d.ts +55 -55
- package/lib/src/components/TextField/TextField.styles.d.ts +15 -15
- package/lib/src/components/TextField/stories/TextField.dev.stories.d.ts +13 -13
- package/lib/src/components/TextField/stories/TextField.stories.d.ts +25 -25
- package/lib/src/components/TextField/stories/components/CompleteForm.d.ts +2 -2
- package/lib/src/components/TextField/stories/components/WithDatePicker.d.ts +2 -2
- package/lib/src/components/TextStyle/TextStyle.d.ts +7 -7
- package/lib/src/components/TextStyle/index.d.ts +2 -2
- package/lib/src/components/TopBar/TopBar.d.ts +16 -16
- package/lib/src/components/TopBar/components/Search/Search.d.ts +11 -11
- package/lib/src/components/TopBar/components/Search/index.d.ts +2 -2
- package/lib/src/components/TopBar/components/SearchField/SearchField.d.ts +21 -21
- package/lib/src/components/TopBar/components/SearchField/index.d.ts +2 -2
- package/lib/src/components/TopBar/components/UserMenu/UserMenu.d.ts +11 -11
- package/lib/src/components/TopBar/components/UserMenu/index.d.ts +2 -2
- package/lib/src/components/TopBar/index.d.ts +1 -1
- package/lib/src/components/TopBar/stories/TopBar.stories.d.ts +13 -13
- package/lib/src/components/UnstyledLink/UnstyledLink.d.ts +11 -11
- package/lib/src/components/UnstyledLink/index.d.ts +1 -1
- package/lib/src/components/utils/breakpoints.d.ts +12 -12
- package/lib/src/components/utils/browser.d.ts +2 -2
- package/lib/src/components/utils/findParentBySelector.d.ts +1 -1
- package/lib/src/components/utils/idGenerator.d.ts +1 -1
- package/lib/src/components/utils/index.d.ts +4 -4
- package/lib/src/components/utils/setNativeValue.d.ts +1 -1
- package/lib/src/index.d.ts +54 -54
- package/lib/src/types.d.ts +2 -2
- package/package.json +147 -147
- package/src/assets/fonts/fontello/README.txt +75 -75
- package/src/assets/fonts/fontello/config.json +933 -933
- package/src/assets/fonts/fontello/css/animation.css +85 -85
- package/src/assets/fonts/fontello/css/fontello-codes.css +66 -66
- package/src/assets/fonts/fontello/css/fontello-embedded.css +119 -119
- package/src/assets/fonts/fontello/css/fontello-ie7-codes.css +66 -66
- package/src/assets/fonts/fontello/css/fontello-ie7.css +77 -77
- package/src/assets/fonts/fontello/css/fontello.css +122 -122
- package/src/assets/fonts/fontello/demo.html +402 -402
- package/src/assets/fonts/fontello/font/fontello.eot +0 -0
- package/src/assets/fonts/fontello/font/fontello.svg +141 -141
- package/src/assets/fonts/fontello/font/fontello.ttf +0 -0
- package/src/assets/fonts/fontello/font/fontello.woff +0 -0
- package/src/assets/fonts/fontello/font/fontello.woff2 +0 -0
- package/src/assets/fonts/svg/Icon/ic-chat.svg +12 -12
- package/src/assets/fonts/svg/Icon/ic-dollar.svg +13 -13
- package/src/assets/fonts/svg/Icon/ic-invoice.svg +15 -15
- package/src/assets/fonts/svg/Icon/ic-menu.svg +8 -8
- package/src/assets/fonts/svg/ic-activity.svg +8 -8
- package/src/assets/fonts/svg/ic-arrow-long-right.svg +48 -48
- package/src/assets/fonts/svg/ic-arrows.svg +9 -9
- package/src/assets/fonts/svg/ic-atm-card.svg +9 -9
- package/src/assets/fonts/svg/ic-bank-solid.svg +10 -10
- package/src/assets/fonts/svg/ic-bell.svg +10 -10
- package/src/assets/fonts/svg/ic-briefcase.svg +9 -9
- package/src/assets/fonts/svg/ic-calendar-alt.svg +15 -15
- package/src/assets/fonts/svg/ic-check-alt.svg +26 -26
- package/src/assets/fonts/svg/ic-check.svg +10 -10
- package/src/assets/fonts/svg/ic-circle-solid.svg +7 -7
- package/src/assets/fonts/svg/ic-circle.svg +7 -7
- package/src/assets/fonts/svg/ic-close.svg +9 -9
- package/src/assets/fonts/svg/ic-cog-solid.svg +14 -14
- package/src/assets/fonts/svg/ic-credit-card-solid.svg +7 -7
- package/src/assets/fonts/svg/ic-credit-card.svg +7 -7
- package/src/assets/fonts/svg/ic-database.svg +9 -9
- package/src/assets/fonts/svg/ic-desktop.svg +9 -9
- package/src/assets/fonts/svg/ic-dollar-solid.svg +10 -10
- package/src/assets/fonts/svg/ic-exclamation.svg +10 -10
- package/src/assets/fonts/svg/ic-globe.svg +9 -9
- package/src/assets/fonts/svg/ic-grid-solid.svg +9 -9
- package/src/assets/fonts/svg/ic-hash.svg +10 -10
- package/src/assets/fonts/svg/ic-help-circle.svg +11 -11
- package/src/assets/fonts/svg/ic-info.svg +10 -10
- package/src/assets/fonts/svg/ic-keyhole-square.svg +9 -9
- package/src/assets/fonts/svg/ic-lock.svg +8 -8
- package/src/assets/fonts/svg/ic-log-in.svg +9 -9
- package/src/assets/fonts/svg/ic-log-out.svg +9 -9
- package/src/assets/fonts/svg/ic-mail.svg +8 -8
- package/src/assets/fonts/svg/ic-map-pin.svg +8 -8
- package/src/assets/fonts/svg/ic-menu.svg +8 -8
- package/src/assets/fonts/svg/ic-minus.svg +6 -6
- package/src/assets/fonts/svg/ic-mobile-android.svg +9 -9
- package/src/assets/fonts/svg/ic-more.svg +27 -27
- package/src/assets/fonts/svg/ic-pen.svg +9 -9
- package/src/assets/fonts/svg/ic-phone.svg +13 -13
- package/src/assets/fonts/svg/ic-plus.svg +10 -10
- package/src/assets/fonts/svg/ic-question.svg +8 -8
- package/src/assets/fonts/svg/ic-search.svg +8 -8
- package/src/assets/fonts/svg/ic-settings.svg +27 -27
- package/src/assets/fonts/svg/ic-shield.svg +8 -8
- package/src/assets/fonts/svg/ic-shopping-cart.svg +9 -9
- package/src/assets/fonts/svg/ic-slash-solid.svg +7 -7
- package/src/assets/fonts/svg/ic-slash.svg +9 -9
- package/src/assets/fonts/svg/ic-sliders.svg +12 -12
- package/src/assets/fonts/svg/ic-store.svg +11 -11
- package/src/assets/fonts/svg/ic-tablet.svg +10 -10
- package/src/assets/fonts/svg/ic-user-circle.svg +10 -10
- package/src/assets/fonts/svg/ic-users.svg +21 -21
- package/src/assets/fonts/svg/ic-x-alt.svg +8 -8
- package/src/assets/styles/global/bootstrap/_alert.scss +51 -51
- package/src/assets/styles/global/bootstrap/_badge.scss +53 -53
- package/src/assets/styles/global/bootstrap/_breadcrumb.scss +41 -41
- package/src/assets/styles/global/bootstrap/_button-group.scss +163 -163
- package/src/assets/styles/global/bootstrap/_buttons.scss +140 -140
- package/src/assets/styles/global/bootstrap/_card.scss +311 -311
- package/src/assets/styles/global/bootstrap/_carousel.scss +199 -199
- package/src/assets/styles/global/bootstrap/_close.scss +44 -44
- package/src/assets/styles/global/bootstrap/_code.scss +48 -48
- package/src/assets/styles/global/bootstrap/_custom-forms.scss +508 -508
- package/src/assets/styles/global/bootstrap/_dropdown.scss +191 -191
- package/src/assets/styles/global/bootstrap/_forms.scss +335 -335
- package/src/assets/styles/global/bootstrap/_functions.scss +87 -87
- package/src/assets/styles/global/bootstrap/_grid.scss +52 -52
- package/src/assets/styles/global/bootstrap/_images.scss +42 -42
- package/src/assets/styles/global/bootstrap/_input-group.scss +193 -193
- package/src/assets/styles/global/bootstrap/_jumbotron.scss +18 -18
- package/src/assets/styles/global/bootstrap/_list-group.scss +121 -121
- package/src/assets/styles/global/bootstrap/_media.scss +8 -8
- package/src/assets/styles/global/bootstrap/_mixins.scss +41 -41
- package/src/assets/styles/global/bootstrap/_modal.scss +186 -186
- package/src/assets/styles/global/bootstrap/_nav.scss +120 -120
- package/src/assets/styles/global/bootstrap/_navbar.scss +299 -299
- package/src/assets/styles/global/bootstrap/_pagination.scss +78 -78
- package/src/assets/styles/global/bootstrap/_popover.scss +185 -185
- package/src/assets/styles/global/bootstrap/_print.scss +141 -141
- package/src/assets/styles/global/bootstrap/_progress.scss +34 -34
- package/src/assets/styles/global/bootstrap/_reboot.scss +462 -462
- package/src/assets/styles/global/bootstrap/_root.scss +19 -19
- package/src/assets/styles/global/bootstrap/_spinners.scss +53 -53
- package/src/assets/styles/global/bootstrap/_tables.scss +187 -187
- package/src/assets/styles/global/bootstrap/_toasts.scss +43 -43
- package/src/assets/styles/global/bootstrap/_tooltip.scss +117 -117
- package/src/assets/styles/global/bootstrap/_transitions.scss +22 -22
- package/src/assets/styles/global/bootstrap/_type.scss +125 -125
- package/src/assets/styles/global/bootstrap/_utilities.scss +16 -16
- package/src/assets/styles/global/bootstrap/_variables.scss +1088 -1088
- package/src/assets/styles/global/bootstrap/bootstrap-grid.scss +29 -29
- package/src/assets/styles/global/bootstrap/bootstrap-reboot.scss +12 -12
- package/src/assets/styles/global/bootstrap/bootstrap.scss +44 -44
- package/src/assets/styles/global/bootstrap/mixins/_alert.scss +13 -13
- package/src/assets/styles/global/bootstrap/mixins/_background-variant.scss +21 -21
- package/src/assets/styles/global/bootstrap/mixins/_badge.scss +11 -11
- package/src/assets/styles/global/bootstrap/mixins/_border-radius.scss +35 -35
- package/src/assets/styles/global/bootstrap/mixins/_box-shadow.scss +5 -5
- package/src/assets/styles/global/bootstrap/mixins/_breakpoints.scss +123 -123
- package/src/assets/styles/global/bootstrap/mixins/_buttons.scss +111 -111
- package/src/assets/styles/global/bootstrap/mixins/_caret.scss +62 -62
- package/src/assets/styles/global/bootstrap/mixins/_clearfix.scss +7 -7
- package/src/assets/styles/global/bootstrap/mixins/_float.scss +11 -11
- package/src/assets/styles/global/bootstrap/mixins/_forms.scss +198 -198
- package/src/assets/styles/global/bootstrap/mixins/_gradients.scss +45 -45
- package/src/assets/styles/global/bootstrap/mixins/_grid-framework.scss +66 -66
- package/src/assets/styles/global/bootstrap/mixins/_grid.scss +51 -51
- package/src/assets/styles/global/bootstrap/mixins/_hover.scss +37 -37
- package/src/assets/styles/global/bootstrap/mixins/_image.scss +36 -36
- package/src/assets/styles/global/bootstrap/mixins/_list-group.scss +21 -21
- package/src/assets/styles/global/bootstrap/mixins/_lists.scss +7 -7
- package/src/assets/styles/global/bootstrap/mixins/_nav-divider.scss +10 -10
- package/src/assets/styles/global/bootstrap/mixins/_pagination.scss +22 -22
- package/src/assets/styles/global/bootstrap/mixins/_reset-text.scss +17 -17
- package/src/assets/styles/global/bootstrap/mixins/_resize.scss +6 -6
- package/src/assets/styles/global/bootstrap/mixins/_screen-reader.scss +33 -33
- package/src/assets/styles/global/bootstrap/mixins/_size.scss +6 -6
- package/src/assets/styles/global/bootstrap/mixins/_table-row.scss +39 -39
- package/src/assets/styles/global/bootstrap/mixins/_text-emphasis.scss +14 -14
- package/src/assets/styles/global/bootstrap/mixins/_text-hide.scss +13 -13
- package/src/assets/styles/global/bootstrap/mixins/_text-truncate.scss +8 -8
- package/src/assets/styles/global/bootstrap/mixins/_transition.scss +16 -16
- package/src/assets/styles/global/bootstrap/mixins/_visibility.scss +7 -7
- package/src/assets/styles/global/bootstrap/utilities/_align.scss +8 -8
- package/src/assets/styles/global/bootstrap/utilities/_background.scss +19 -19
- package/src/assets/styles/global/bootstrap/utilities/_borders.scss +63 -63
- package/src/assets/styles/global/bootstrap/utilities/_clearfix.scss +3 -3
- package/src/assets/styles/global/bootstrap/utilities/_display.scss +38 -38
- package/src/assets/styles/global/bootstrap/utilities/_embed.scss +40 -40
- package/src/assets/styles/global/bootstrap/utilities/_flex.scss +51 -51
- package/src/assets/styles/global/bootstrap/utilities/_float.scss +9 -9
- package/src/assets/styles/global/bootstrap/utilities/_overflow.scss +5 -5
- package/src/assets/styles/global/bootstrap/utilities/_position.scss +32 -32
- package/src/assets/styles/global/bootstrap/utilities/_screenreaders.scss +11 -11
- package/src/assets/styles/global/bootstrap/utilities/_shadows.scss +6 -6
- package/src/assets/styles/global/bootstrap/utilities/_sizing.scss +20 -20
- package/src/assets/styles/global/bootstrap/utilities/_spacing.scss +73 -73
- package/src/assets/styles/global/bootstrap/utilities/_text.scss +67 -67
- package/src/assets/styles/global/bootstrap/utilities/_visibility.scss +11 -11
- package/src/assets/styles/global/core/card.scss +6 -6
- package/src/assets/styles/global/core/color.scss +76 -76
- package/src/assets/styles/global/core/status.scss +17 -17
- package/src/assets/styles/global/styles.scss +24 -24
- package/src/assets/styles/global/vendors/ant-design-grid.scss +5046 -5046
- package/src/assets/styles/shared/elements/scrollbar.scss +30 -30
- package/src/assets/styles/shared/settings/breakpoints.scss +10 -10
- package/src/assets/styles/shared/settings/colors.scss +80 -80
- package/src/assets/styles/shared/settings/depth.scss +14 -14
- package/src/assets/styles/shared/settings/layout.scss +10 -10
- package/src/assets/styles/shared/settings/typography.scss +11 -11
- package/src/assets/styles/shared/shared.scss +8 -8
- package/src/assets/styles/shared/tools/respond-to.scss +32 -32
- package/src/components/utils/breakpoints.ts +14 -14
- package/src/components/utils/browser.ts +10 -10
- package/src/components/utils/findParentBySelector.ts +17 -17
- package/src/components/utils/idGenerator.ts +4 -4
- package/src/components/utils/index.ts +4 -4
- package/src/components/utils/setNativeValue.ts +13 -13
- package/lib/fonts/fontello.eot +0 -0
- package/lib/fonts/fontello.svg +0 -140
- package/lib/fonts/fontello.ttf +0 -0
- package/lib/fonts/fontello.woff +0 -0
- package/lib/fonts/fontello.woff2 +0 -0
- package/lib/playground/Playground.js +0 -16
- package/lib/playground/Playground.js.map +0 -1
- package/lib/src/components/ActionList/ActionList.js +0 -29
- package/lib/src/components/ActionList/ActionList.js.map +0 -1
- package/lib/src/components/ActionList/components/Item/Item.js +0 -17
- package/lib/src/components/ActionList/components/Item/Item.js.map +0 -1
- package/lib/src/components/ActionList/components/Item/index.js +0 -6
- package/lib/src/components/ActionList/components/Item/index.js.map +0 -1
- package/lib/src/components/ActionList/components/Section/Section.js +0 -20
- package/lib/src/components/ActionList/components/Section/Section.js.map +0 -1
- package/lib/src/components/ActionList/components/Section/index.js +0 -6
- package/lib/src/components/ActionList/components/Section/index.js.map +0 -1
- package/lib/src/components/ActionList/components/index.js +0 -7
- package/lib/src/components/ActionList/components/index.js.map +0 -1
- package/lib/src/components/ActionList/index.js +0 -6
- package/lib/src/components/ActionList/index.js.map +0 -1
- package/lib/src/components/ActionList/tests/stories/ActionList.stories.d.ts +0 -1
- package/lib/src/components/AgileTable/stories/AgileTable.dev.stories.d.ts +0 -13
- package/lib/src/components/AppFrame/AppFrame.js +0 -32
- package/lib/src/components/AppFrame/AppFrame.js.map +0 -1
- package/lib/src/components/AppFrame/index.js +0 -5
- package/lib/src/components/AppFrame/index.js.map +0 -1
- package/lib/src/components/AppFrame/tests/stories/AppFrame.stories.d.ts +0 -1
- package/lib/src/components/AppProvider/AppProvider.js +0 -17
- package/lib/src/components/AppProvider/AppProvider.js.map +0 -1
- package/lib/src/components/AppProvider/index.js +0 -5
- package/lib/src/components/AppProvider/index.js.map +0 -1
- package/lib/src/components/Avatar/Avatar.js +0 -24
- package/lib/src/components/Avatar/Avatar.js.map +0 -1
- package/lib/src/components/Avatar/index.js +0 -6
- package/lib/src/components/Avatar/index.js.map +0 -1
- package/lib/src/components/Avatar/tests/stories/Avatar.stories.d.ts +0 -1
- package/lib/src/components/Backdrop/Backdrop.js +0 -12
- package/lib/src/components/Backdrop/Backdrop.js.map +0 -1
- package/lib/src/components/Backdrop/index.js +0 -5
- package/lib/src/components/Backdrop/index.js.map +0 -1
- package/lib/src/components/Badge/Badge.js +0 -23
- package/lib/src/components/Badge/Badge.js.map +0 -1
- package/lib/src/components/Badge/index.js +0 -6
- package/lib/src/components/Badge/index.js.map +0 -1
- package/lib/src/components/Box/Box.js +0 -28
- package/lib/src/components/Box/Box.js.map +0 -1
- package/lib/src/components/Box/index.js +0 -5
- package/lib/src/components/Box/index.js.map +0 -1
- package/lib/src/components/Box/tests/stories/Box.stories.d.ts +0 -1
- package/lib/src/components/Breadcrumb/tests/stories/Breadcrumb.stories.d.ts +0 -1
- package/lib/src/components/Button/Button.js +0 -21
- package/lib/src/components/Button/Button.js.map +0 -1
- package/lib/src/components/Button/tests/Button.test.js +0 -7
- package/lib/src/components/Button/tests/Button.test.js.map +0 -1
- package/lib/src/components/Card/Card.js +0 -35
- package/lib/src/components/Card/Card.js.map +0 -1
- package/lib/src/components/Card/components/CardBody/CardBody.d.ts +0 -7
- package/lib/src/components/Card/components/CardBody/CardBody.js +0 -14
- package/lib/src/components/Card/components/CardBody/CardBody.js.map +0 -1
- package/lib/src/components/Card/components/CardBody/index.d.ts +0 -1
- package/lib/src/components/Card/components/CardBody/index.js +0 -5
- package/lib/src/components/Card/components/CardBody/index.js.map +0 -1
- package/lib/src/components/Card/components/CardFooter/CardFooter.d.ts +0 -7
- package/lib/src/components/Card/components/CardFooter/CardFooter.js +0 -11
- package/lib/src/components/Card/components/CardFooter/CardFooter.js.map +0 -1
- package/lib/src/components/Card/components/CardFooter/index.d.ts +0 -1
- package/lib/src/components/Card/components/CardFooter/index.js +0 -5
- package/lib/src/components/Card/components/CardFooter/index.js.map +0 -1
- package/lib/src/components/Card/components/CardHeader/CardHeader.d.ts +0 -12
- package/lib/src/components/Card/components/CardHeader/CardHeader.js +0 -20
- package/lib/src/components/Card/components/CardHeader/CardHeader.js.map +0 -1
- package/lib/src/components/Card/components/CardHeader/index.d.ts +0 -1
- package/lib/src/components/Card/components/CardHeader/index.js +0 -5
- package/lib/src/components/Card/components/CardHeader/index.js.map +0 -1
- package/lib/src/components/Card/index.js +0 -5
- package/lib/src/components/Card/index.js.map +0 -1
- package/lib/src/components/Card/tests/stories/Card.stories.d.ts +0 -1
- package/lib/src/components/Checkbox/Checkbox.js +0 -32
- package/lib/src/components/Checkbox/Checkbox.js.map +0 -1
- package/lib/src/components/Checkbox/index.js +0 -5
- package/lib/src/components/Checkbox/index.js.map +0 -1
- package/lib/src/components/Checkbox/tests/stories/Checkbox.stories.d.ts +0 -1
- package/lib/src/components/Choice/Choice.js +0 -32
- package/lib/src/components/Choice/Choice.js.map +0 -1
- package/lib/src/components/Choice/index.js +0 -5
- package/lib/src/components/Choice/index.js.map +0 -1
- package/lib/src/components/CollapsableItem/CollapsableItem.d.ts +0 -8
- package/lib/src/components/Drawer/tests/stories/Drawer.stories.d.ts +0 -1
- package/lib/src/components/Dummy/Dummy.d.ts +0 -4
- package/lib/src/components/Dummy/stories/Dummy.stories.d.ts +0 -14
- package/lib/src/components/Form/Form.js +0 -17
- package/lib/src/components/Form/Form.js.map +0 -1
- package/lib/src/components/Form/index.js +0 -5
- package/lib/src/components/Form/index.js.map +0 -1
- package/lib/src/components/Grid/components/Col/Col.js +0 -11
- package/lib/src/components/Grid/components/Col/Col.js.map +0 -1
- package/lib/src/components/Grid/components/Col/index.js +0 -5
- package/lib/src/components/Grid/components/Col/index.js.map +0 -1
- package/lib/src/components/Grid/components/Row/Row.js +0 -11
- package/lib/src/components/Grid/components/Row/Row.js.map +0 -1
- package/lib/src/components/Grid/components/Row/index.js +0 -5
- package/lib/src/components/Grid/components/Row/index.js.map +0 -1
- package/lib/src/components/Grid/tests/Grid.stories.d.ts +0 -1
- package/lib/src/components/Heading/Heading.js +0 -20
- package/lib/src/components/Heading/Heading.js.map +0 -1
- package/lib/src/components/Heading/tests/stories/Heading.stories.d.ts +0 -1
- package/lib/src/components/Icon/Icon.js +0 -28
- package/lib/src/components/Icon/Icon.js.map +0 -1
- package/lib/src/components/Icon/iconClass.js +0 -51
- package/lib/src/components/Icon/iconClass.js.map +0 -1
- package/lib/src/components/Icon/index.js +0 -5
- package/lib/src/components/Icon/index.js.map +0 -1
- package/lib/src/components/Icon/tests/stories/Icon.stories.d.ts +0 -1
- package/lib/src/components/Image/Image.js +0 -20
- package/lib/src/components/Image/Image.js.map +0 -1
- package/lib/src/components/Image/index.js +0 -5
- package/lib/src/components/Image/index.js.map +0 -1
- package/lib/src/components/InputFile/tests/stories/InputFile.stories.d.ts +0 -1
- package/lib/src/components/Label/Label.js +0 -17
- package/lib/src/components/Label/Label.js.map +0 -1
- package/lib/src/components/Label/index.js +0 -5
- package/lib/src/components/Label/index.js.map +0 -1
- package/lib/src/components/Labelled/Labelled.js +0 -35
- package/lib/src/components/Labelled/Labelled.js.map +0 -1
- package/lib/src/components/Labelled/index.js +0 -5
- package/lib/src/components/Labelled/index.js.map +0 -1
- package/lib/src/components/Link/Link.js +0 -17
- package/lib/src/components/Link/Link.js.map +0 -1
- package/lib/src/components/Link/index.js +0 -5
- package/lib/src/components/Link/index.js.map +0 -1
- package/lib/src/components/Loader/Loader.js +0 -39
- package/lib/src/components/Loader/Loader.js.map +0 -1
- package/lib/src/components/Loader/index.js +0 -5
- package/lib/src/components/Loader/index.js.map +0 -1
- package/lib/src/components/Modal/Modal.js +0 -50
- package/lib/src/components/Modal/Modal.js.map +0 -1
- package/lib/src/components/Modal/components/CloseButton/CloseButton.d.ts +0 -7
- package/lib/src/components/Modal/components/CloseButton/CloseButton.js +0 -13
- package/lib/src/components/Modal/components/CloseButton/CloseButton.js.map +0 -1
- package/lib/src/components/Modal/components/CloseButton/index.d.ts +0 -1
- package/lib/src/components/Modal/components/CloseButton/index.js +0 -5
- package/lib/src/components/Modal/components/CloseButton/index.js.map +0 -1
- package/lib/src/components/Modal/components/Dialog/Dialog.d.ts +0 -11
- package/lib/src/components/Modal/components/Dialog/Dialog.js +0 -17
- package/lib/src/components/Modal/components/Dialog/Dialog.js.map +0 -1
- package/lib/src/components/Modal/components/Dialog/index.d.ts +0 -1
- package/lib/src/components/Modal/components/Dialog/index.js +0 -5
- package/lib/src/components/Modal/components/Dialog/index.js.map +0 -1
- package/lib/src/components/Modal/components/Footer/Footer.d.ts +0 -8
- package/lib/src/components/Modal/components/Footer/Footer.js +0 -17
- package/lib/src/components/Modal/components/Footer/Footer.js.map +0 -1
- package/lib/src/components/Modal/components/Header/Header.d.ts +0 -7
- package/lib/src/components/Modal/components/Header/Header.js +0 -14
- package/lib/src/components/Modal/components/Header/Header.js.map +0 -1
- package/lib/src/components/Modal/components/Header/index.d.ts +0 -1
- package/lib/src/components/Modal/components/Header/index.js +0 -5
- package/lib/src/components/Modal/components/Header/index.js.map +0 -1
- package/lib/src/components/Modal/components/Section/Section.d.ts +0 -7
- package/lib/src/components/Modal/components/Section/Section.js +0 -13
- package/lib/src/components/Modal/components/Section/Section.js.map +0 -1
- package/lib/src/components/Modal/components/Section/index.d.ts +0 -1
- package/lib/src/components/Modal/components/Section/index.js +0 -5
- package/lib/src/components/Modal/components/Section/index.js.map +0 -1
- package/lib/src/components/Modal/components/index.d.ts +0 -5
- package/lib/src/components/Modal/components/index.js +0 -13
- package/lib/src/components/Modal/components/index.js.map +0 -1
- package/lib/src/components/Modal/index.js +0 -5
- package/lib/src/components/Modal/index.js.map +0 -1
- package/lib/src/components/Modal/tests/stories/Modal.stories.d.ts +0 -1
- package/lib/src/components/Navigation/Navigation.js +0 -24
- package/lib/src/components/Navigation/Navigation.js.map +0 -1
- package/lib/src/components/Navigation/components/Item/Item.js +0 -33
- package/lib/src/components/Navigation/components/Item/Item.js.map +0 -1
- package/lib/src/components/Navigation/components/Item/index.js +0 -5
- package/lib/src/components/Navigation/components/Item/index.js.map +0 -1
- package/lib/src/components/Navigation/components/NavFilter/NavFilter.js +0 -13
- package/lib/src/components/Navigation/components/NavFilter/NavFilter.js.map +0 -1
- package/lib/src/components/Navigation/components/NavFilter/index.js +0 -5
- package/lib/src/components/Navigation/components/NavFilter/index.js.map +0 -1
- package/lib/src/components/Navigation/components/NavFilterItem/NavFilterItem.js +0 -45
- package/lib/src/components/Navigation/components/NavFilterItem/NavFilterItem.js.map +0 -1
- package/lib/src/components/Navigation/components/NavFilterItem/index.js +0 -5
- package/lib/src/components/Navigation/components/NavFilterItem/index.js.map +0 -1
- package/lib/src/components/Navigation/components/Section/Section.js +0 -25
- package/lib/src/components/Navigation/components/Section/Section.js.map +0 -1
- package/lib/src/components/Navigation/components/Section/index.js +0 -5
- package/lib/src/components/Navigation/components/Section/index.js.map +0 -1
- package/lib/src/components/Navigation/index.js +0 -5
- package/lib/src/components/Navigation/index.js.map +0 -1
- package/lib/src/components/Page/Page.js +0 -26
- package/lib/src/components/Page/Page.js.map +0 -1
- package/lib/src/components/Page/index.js +0 -5
- package/lib/src/components/Page/index.js.map +0 -1
- package/lib/src/components/Page/tests/stories/Page.stories.d.ts +0 -1
- package/lib/src/components/Pagination/Pagination.js +0 -43
- package/lib/src/components/Pagination/Pagination.js.map +0 -1
- package/lib/src/components/Pagination/components/PageEllipsis/PageEllipsis.js +0 -8
- package/lib/src/components/Pagination/components/PageEllipsis/PageEllipsis.js.map +0 -1
- package/lib/src/components/Pagination/components/PageMove/PageMove.js +0 -35
- package/lib/src/components/Pagination/components/PageMove/PageMove.js.map +0 -1
- package/lib/src/components/Pagination/components/PageNumber/PageNumber.js +0 -23
- package/lib/src/components/Pagination/components/PageNumber/PageNumber.js.map +0 -1
- package/lib/src/components/Pagination/index.js +0 -5
- package/lib/src/components/Pagination/index.js.map +0 -1
- package/lib/src/components/Pagination/tests/stories/Pagination.stories.d.ts +0 -1
- package/lib/src/components/Pagination/utils/collapseRange.js +0 -39
- package/lib/src/components/Pagination/utils/collapseRange.js.map +0 -1
- package/lib/src/components/Popover/Popover.js +0 -71
- package/lib/src/components/Popover/Popover.js.map +0 -1
- package/lib/src/components/Popover/index.js +0 -5
- package/lib/src/components/Popover/index.js.map +0 -1
- package/lib/src/components/Popover/tests/stories/Popover.stories.d.ts +0 -1
- package/lib/src/components/Portal/Portal.js +0 -28
- package/lib/src/components/Portal/Portal.js.map +0 -1
- package/lib/src/components/Portal/index.js +0 -5
- package/lib/src/components/Portal/index.js.map +0 -1
- package/lib/src/components/ProgressIndicator/ProgressIndicator.js +0 -23
- package/lib/src/components/ProgressIndicator/ProgressIndicator.js.map +0 -1
- package/lib/src/components/ProgressIndicator/index.js +0 -5
- package/lib/src/components/ProgressIndicator/index.js.map +0 -1
- package/lib/src/components/ProgressIndicator/tests/stories/ProgressIndicator.stories.d.ts +0 -1
- package/lib/src/components/RadioButton/RadioButton.js +0 -31
- package/lib/src/components/RadioButton/RadioButton.js.map +0 -1
- package/lib/src/components/RadioButton/index.js +0 -5
- package/lib/src/components/RadioButton/index.js.map +0 -1
- package/lib/src/components/RadioButton/tests/stories/RadioButton.stories.d.ts +0 -1
- package/lib/src/components/Select/Select.js +0 -68
- package/lib/src/components/Select/Select.js.map +0 -1
- package/lib/src/components/Select/index.d.ts +0 -1
- package/lib/src/components/Select/index.js +0 -5
- package/lib/src/components/Select/index.js.map +0 -1
- package/lib/src/components/Select/test/stories/Select.stories.d.ts +0 -1
- package/lib/src/components/Switch/tests/stories/Switch.stories.d.ts +0 -1
- package/lib/src/components/TableList/TableList.js +0 -45
- package/lib/src/components/TableList/TableList.js.map +0 -1
- package/lib/src/components/TableList/components/Cell/Cell.js +0 -22
- package/lib/src/components/TableList/components/Cell/Cell.js.map +0 -1
- package/lib/src/components/TableList/components/Cell/index.js +0 -5
- package/lib/src/components/TableList/components/Cell/index.js.map +0 -1
- package/lib/src/components/TableList/index.js +0 -5
- package/lib/src/components/TableList/index.js.map +0 -1
- package/lib/src/components/TableList/tests/stories/TableList.stories.d.ts +0 -1
- package/lib/src/components/Tabs/Tabs.js +0 -86
- package/lib/src/components/Tabs/Tabs.js.map +0 -1
- package/lib/src/components/Tabs/components/TabContent/TabContent.d.ts +0 -9
- package/lib/src/components/Tabs/components/TabContent/TabContent.js +0 -21
- package/lib/src/components/Tabs/components/TabContent/TabContent.js.map +0 -1
- package/lib/src/components/Tabs/components/TabContent/index.d.ts +0 -1
- package/lib/src/components/Tabs/components/TabContent/index.js +0 -5
- package/lib/src/components/Tabs/components/TabContent/index.js.map +0 -1
- package/lib/src/components/Tabs/components/TabItem/TabItem.d.ts +0 -11
- package/lib/src/components/Tabs/components/TabItem/TabItem.js +0 -25
- package/lib/src/components/Tabs/components/TabItem/TabItem.js.map +0 -1
- package/lib/src/components/Tabs/components/TabItem/index.d.ts +0 -1
- package/lib/src/components/Tabs/components/TabItem/index.js +0 -5
- package/lib/src/components/Tabs/components/TabItem/index.js.map +0 -1
- package/lib/src/components/Tabs/components/TabsNavigation/TabsNavigation.d.ts +0 -10
- package/lib/src/components/Tabs/components/TabsNavigation/TabsNavigation.js +0 -68
- package/lib/src/components/Tabs/components/TabsNavigation/TabsNavigation.js.map +0 -1
- package/lib/src/components/Tabs/components/TabsNavigation/index.d.ts +0 -1
- package/lib/src/components/Tabs/components/TabsNavigation/index.js +0 -5
- package/lib/src/components/Tabs/components/TabsNavigation/index.js.map +0 -1
- package/lib/src/components/Tabs/index.js +0 -5
- package/lib/src/components/Tabs/index.js.map +0 -1
- package/lib/src/components/Tabs/tests/stories/Tabs.stories.d.ts +0 -1
- package/lib/src/components/Tabs/types.d.ts +0 -54
- package/lib/src/components/Tabs/types.js +0 -3
- package/lib/src/components/Tabs/types.js.map +0 -1
- package/lib/src/components/Tag/Tag.js +0 -19
- package/lib/src/components/Tag/Tag.js.map +0 -1
- package/lib/src/components/Tag/index.js +0 -5
- package/lib/src/components/Tag/index.js.map +0 -1
- package/lib/src/components/TextField/TextField.js +0 -52
- package/lib/src/components/TextField/TextField.js.map +0 -1
- package/lib/src/components/TextField/index.d.ts +0 -1
- package/lib/src/components/TextField/index.js +0 -5
- package/lib/src/components/TextField/index.js.map +0 -1
- package/lib/src/components/TextField/tests/stories/CompleteForm.d.ts +0 -2
- package/lib/src/components/TextField/tests/stories/TextField.stories.d.ts +0 -1
- package/lib/src/components/TextField/tests/stories/WithDatePicker.d.ts +0 -2
- package/lib/src/components/TextStyle/TextStyle.js +0 -22
- package/lib/src/components/TextStyle/TextStyle.js.map +0 -1
- package/lib/src/components/TextStyle/index.js +0 -6
- package/lib/src/components/TextStyle/index.js.map +0 -1
- package/lib/src/components/TopBar/TopBar.js +0 -35
- package/lib/src/components/TopBar/TopBar.js.map +0 -1
- package/lib/src/components/TopBar/components/Search/Search.js +0 -28
- package/lib/src/components/TopBar/components/Search/Search.js.map +0 -1
- package/lib/src/components/TopBar/components/Search/index.js +0 -6
- package/lib/src/components/TopBar/components/Search/index.js.map +0 -1
- package/lib/src/components/TopBar/components/SearchField/SearchField.js +0 -77
- package/lib/src/components/TopBar/components/SearchField/SearchField.js.map +0 -1
- package/lib/src/components/TopBar/components/SearchField/index.js +0 -6
- package/lib/src/components/TopBar/components/SearchField/index.js.map +0 -1
- package/lib/src/components/TopBar/components/UserMenu/UserMenu.js +0 -16
- package/lib/src/components/TopBar/components/UserMenu/UserMenu.js.map +0 -1
- package/lib/src/components/TopBar/components/UserMenu/index.js +0 -6
- package/lib/src/components/TopBar/components/UserMenu/index.js.map +0 -1
- package/lib/src/components/TopBar/index.js +0 -5
- package/lib/src/components/TopBar/index.js.map +0 -1
- package/lib/src/components/TopBar/test/stories/TopBar.stories.d.ts +0 -1
- package/lib/src/components/UnstyledLink/UnstyledLink.js +0 -24
- package/lib/src/components/UnstyledLink/UnstyledLink.js.map +0 -1
- package/lib/src/components/UnstyledLink/index.js +0 -5
- package/lib/src/components/UnstyledLink/index.js.map +0 -1
- package/lib/src/components/utils/breakpoints.js +0 -15
- package/lib/src/components/utils/breakpoints.js.map +0 -1
- package/lib/src/components/utils/findParentBySelector.js +0 -20
- package/lib/src/components/utils/findParentBySelector.js.map +0 -1
- package/lib/src/components/utils/idGenerator.js +0 -7
- package/lib/src/components/utils/idGenerator.js.map +0 -1
- package/lib/src/components/utils/index.js +0 -11
- package/lib/src/components/utils/index.js.map +0 -1
- package/lib/src/components/utils/setNativeValue.js +0 -18
- package/lib/src/components/utils/setNativeValue.js.map +0 -1
- package/lib/src/index.js +0 -69
- package/lib/src/index.js.map +0 -1
- package/lib/src/types.js +0 -3
- package/lib/src/types.js.map +0 -1
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
declare const _default: {
|
|
3
|
-
title: string;
|
|
4
|
-
component: React.FC<import("../Card").ICardProp>;
|
|
5
|
-
parameters: {
|
|
6
|
-
docs: {
|
|
7
|
-
page: (props: any) => JSX.Element;
|
|
8
|
-
};
|
|
9
|
-
jest: string[];
|
|
10
|
-
};
|
|
11
|
-
};
|
|
12
|
-
export default _default;
|
|
13
|
-
export declare const Basic: () => JSX.Element;
|
|
14
|
-
export declare const CardHeaderWithAction: () => JSX.Element;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
declare const _default: {
|
|
3
|
+
title: string;
|
|
4
|
+
component: React.FC<import("../Card").ICardProp>;
|
|
5
|
+
parameters: {
|
|
6
|
+
docs: {
|
|
7
|
+
page: (props: any) => JSX.Element;
|
|
8
|
+
};
|
|
9
|
+
jest: string[];
|
|
10
|
+
};
|
|
11
|
+
};
|
|
12
|
+
export default _default;
|
|
13
|
+
export declare const Basic: () => JSX.Element;
|
|
14
|
+
export declare const CardHeaderWithAction: () => JSX.Element;
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
export interface ICheckboxProps {
|
|
3
|
-
inputRef?: any;
|
|
4
|
-
label: React.ReactNode;
|
|
5
|
-
labelHidden?: boolean;
|
|
6
|
-
checked?: boolean;
|
|
7
|
-
helpText?: React.ReactNode;
|
|
8
|
-
disabled?: boolean;
|
|
9
|
-
id?: string;
|
|
10
|
-
name?: string;
|
|
11
|
-
value?: string;
|
|
12
|
-
error?: Error | boolean;
|
|
13
|
-
onChange?(newChecked: boolean, id: string, value?: string | number): void;
|
|
14
|
-
onFocus?(): void;
|
|
15
|
-
onBlur?(): void;
|
|
16
|
-
}
|
|
17
|
-
declare const Checkbox: React.SFC<ICheckboxProps>;
|
|
18
|
-
export default Checkbox;
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
export interface ICheckboxProps {
|
|
3
|
+
inputRef?: any;
|
|
4
|
+
label: React.ReactNode;
|
|
5
|
+
labelHidden?: boolean;
|
|
6
|
+
checked?: boolean;
|
|
7
|
+
helpText?: React.ReactNode;
|
|
8
|
+
disabled?: boolean;
|
|
9
|
+
id?: string;
|
|
10
|
+
name?: string;
|
|
11
|
+
value?: string;
|
|
12
|
+
error?: Error | boolean;
|
|
13
|
+
onChange?(newChecked: boolean, id: string, value?: string | number): void;
|
|
14
|
+
onFocus?(): void;
|
|
15
|
+
onBlur?(): void;
|
|
16
|
+
}
|
|
17
|
+
declare const Checkbox: React.SFC<ICheckboxProps>;
|
|
18
|
+
export default Checkbox;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const useStyles: (props?: any) => import("@material-ui/styles").ClassNameMap<"checkbox" | "icon" | "disabled" | "input" | "backdrop" | "backdropDisabled" | "checkIcon">;
|
|
2
|
-
export default useStyles;
|
|
1
|
+
declare const useStyles: (props?: any) => import("@material-ui/styles").ClassNameMap<"checkbox" | "icon" | "disabled" | "input" | "backdrop" | "backdropDisabled" | "checkIcon">;
|
|
2
|
+
export default useStyles;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { default as Checkbox } from './Checkbox';
|
|
1
|
+
export { default as Checkbox } from './Checkbox';
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
declare const _default: {
|
|
3
|
-
title: string;
|
|
4
|
-
component: React.SFC<import("../Checkbox").ICheckboxProps>;
|
|
5
|
-
parameters: {
|
|
6
|
-
docs: {
|
|
7
|
-
page: (props: any) => JSX.Element;
|
|
8
|
-
};
|
|
9
|
-
jest: string[];
|
|
10
|
-
};
|
|
11
|
-
};
|
|
12
|
-
export default _default;
|
|
13
|
-
export declare const Default: () => JSX.Element;
|
|
14
|
-
export declare const Disabled: () => JSX.Element;
|
|
15
|
-
export declare const LabelHidden: () => JSX.Element;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
declare const _default: {
|
|
3
|
+
title: string;
|
|
4
|
+
component: React.SFC<import("../Checkbox").ICheckboxProps>;
|
|
5
|
+
parameters: {
|
|
6
|
+
docs: {
|
|
7
|
+
page: (props: any) => JSX.Element;
|
|
8
|
+
};
|
|
9
|
+
jest: string[];
|
|
10
|
+
};
|
|
11
|
+
};
|
|
12
|
+
export default _default;
|
|
13
|
+
export declare const Default: () => JSX.Element;
|
|
14
|
+
export declare const Disabled: () => JSX.Element;
|
|
15
|
+
export declare const LabelHidden: () => JSX.Element;
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import { IconName } from '../Icon/iconClass';
|
|
3
|
-
export interface IChoiceProps {
|
|
4
|
-
id: string;
|
|
5
|
-
label: React.ReactNode;
|
|
6
|
-
disabled?: boolean;
|
|
7
|
-
error?: Error | boolean;
|
|
8
|
-
labelHidden?: boolean;
|
|
9
|
-
labelIcon?: IconName;
|
|
10
|
-
children?: React.ReactNode;
|
|
11
|
-
helpText?: React.ReactNode;
|
|
12
|
-
}
|
|
13
|
-
declare const Choice: React.SFC<IChoiceProps>;
|
|
14
|
-
export default Choice;
|
|
15
|
-
export declare function helpTextID(id: string): string;
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { IconName } from '../Icon/iconClass';
|
|
3
|
+
export interface IChoiceProps {
|
|
4
|
+
id: string;
|
|
5
|
+
label: React.ReactNode;
|
|
6
|
+
disabled?: boolean;
|
|
7
|
+
error?: Error | boolean;
|
|
8
|
+
labelHidden?: boolean;
|
|
9
|
+
labelIcon?: IconName;
|
|
10
|
+
children?: React.ReactNode;
|
|
11
|
+
helpText?: React.ReactNode;
|
|
12
|
+
}
|
|
13
|
+
declare const Choice: React.SFC<IChoiceProps>;
|
|
14
|
+
export default Choice;
|
|
15
|
+
export declare function helpTextID(id: string): string;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const useStyles: (props?: any) => import("@material-ui/styles").ClassNameMap<"choice" | "control">;
|
|
2
|
-
export default useStyles;
|
|
1
|
+
declare const useStyles: (props?: any) => import("@material-ui/styles").ClassNameMap<"choice" | "control">;
|
|
2
|
+
export default useStyles;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { default as Choice } from './Choice';
|
|
1
|
+
export { default as Choice } from './Choice';
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
export interface ICollapsibleItemProps {
|
|
3
|
-
hiddenContent?: React.ReactNode;
|
|
4
|
-
open?: boolean;
|
|
5
|
-
onClick?: () => void;
|
|
6
|
-
className?: any;
|
|
7
|
-
}
|
|
8
|
-
declare const CollapsibleItem: React.FC<ICollapsibleItemProps>;
|
|
9
|
-
export default CollapsibleItem;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface ICollapsibleItemProps {
|
|
3
|
+
hiddenContent?: React.ReactNode;
|
|
4
|
+
open?: boolean;
|
|
5
|
+
onClick?: () => void;
|
|
6
|
+
className?: any;
|
|
7
|
+
}
|
|
8
|
+
declare const CollapsibleItem: React.FC<ICollapsibleItemProps>;
|
|
9
|
+
export default CollapsibleItem;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const useStyles: (props?: any) => import("@material-ui/styles").ClassNameMap<"content" | "visibleContainer" | "collapseMove" | "opened" | "closed">;
|
|
2
|
-
export default useStyles;
|
|
1
|
+
declare const useStyles: (props?: any) => import("@material-ui/styles").ClassNameMap<"content" | "visibleContainer" | "collapseMove" | "opened" | "closed">;
|
|
2
|
+
export default useStyles;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { default as CollapsibleItem } from './CollapsibleItem';
|
|
1
|
+
export { default as CollapsibleItem } from './CollapsibleItem';
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
declare const _default: {
|
|
3
|
-
title: string;
|
|
4
|
-
component: React.FC<import("../CollapsibleItem").ICollapsibleItemProps>;
|
|
5
|
-
parameters: {
|
|
6
|
-
docs: {
|
|
7
|
-
page: (props: any) => JSX.Element;
|
|
8
|
-
};
|
|
9
|
-
jest: string[];
|
|
10
|
-
};
|
|
11
|
-
};
|
|
12
|
-
export default _default;
|
|
13
|
-
export declare const ListCollapsible: () => JSX.Element;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
declare const _default: {
|
|
3
|
+
title: string;
|
|
4
|
+
component: React.FC<import("../CollapsibleItem").ICollapsibleItemProps>;
|
|
5
|
+
parameters: {
|
|
6
|
+
docs: {
|
|
7
|
+
page: (props: any) => JSX.Element;
|
|
8
|
+
};
|
|
9
|
+
jest: string[];
|
|
10
|
+
};
|
|
11
|
+
};
|
|
12
|
+
export default _default;
|
|
13
|
+
export declare const ListCollapsible: () => JSX.Element;
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
declare const _default: {
|
|
3
|
-
title: string;
|
|
4
|
-
component: React.FC<import("../CollapsibleItem").ICollapsibleItemProps>;
|
|
5
|
-
parameters: {
|
|
6
|
-
docs: {
|
|
7
|
-
page: (props: any) => JSX.Element;
|
|
8
|
-
};
|
|
9
|
-
jest: string[];
|
|
10
|
-
};
|
|
11
|
-
};
|
|
12
|
-
export default _default;
|
|
13
|
-
export declare const Basic: () => JSX.Element;
|
|
14
|
-
export declare const OpenedByDefault: () => JSX.Element;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
declare const _default: {
|
|
3
|
+
title: string;
|
|
4
|
+
component: React.FC<import("../CollapsibleItem").ICollapsibleItemProps>;
|
|
5
|
+
parameters: {
|
|
6
|
+
docs: {
|
|
7
|
+
page: (props: any) => JSX.Element;
|
|
8
|
+
};
|
|
9
|
+
jest: string[];
|
|
10
|
+
};
|
|
11
|
+
};
|
|
12
|
+
export default _default;
|
|
13
|
+
export declare const Basic: () => JSX.Element;
|
|
14
|
+
export declare const OpenedByDefault: () => JSX.Element;
|
|
@@ -1,27 +1,27 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
export declare type Size = 'small' | 'medium' | 'large' | 'xlarge' | 'full' | 'viewport';
|
|
3
|
-
export interface IDrawerProps {
|
|
4
|
-
id?: string;
|
|
5
|
-
anchor: 'bottom' | 'left' | 'right' | 'top';
|
|
6
|
-
open: boolean;
|
|
7
|
-
title?: string | React.ReactNode;
|
|
8
|
-
children?: React.ReactNode;
|
|
9
|
-
footer?: React.ReactNode;
|
|
10
|
-
loading?: boolean;
|
|
11
|
-
size?: Size;
|
|
12
|
-
tabs?: any;
|
|
13
|
-
primaryAction?: React.ReactNode;
|
|
14
|
-
secondaryAction?: React.ReactNode;
|
|
15
|
-
large?: boolean;
|
|
16
|
-
limitHeight?: boolean;
|
|
17
|
-
bodyStyle?: Record<string, any>;
|
|
18
|
-
onClose(): void;
|
|
19
|
-
onTransitionEnd?(): void;
|
|
20
|
-
transitionDuration?: number | {
|
|
21
|
-
appear?: number;
|
|
22
|
-
enter?: number;
|
|
23
|
-
exit?: number;
|
|
24
|
-
};
|
|
25
|
-
}
|
|
26
|
-
declare const CustomDrawer: React.FC<IDrawerProps>;
|
|
27
|
-
export default CustomDrawer;
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
export declare type Size = 'small' | 'medium' | 'large' | 'xlarge' | 'full' | 'viewport';
|
|
3
|
+
export interface IDrawerProps {
|
|
4
|
+
id?: string;
|
|
5
|
+
anchor: 'bottom' | 'left' | 'right' | 'top';
|
|
6
|
+
open: boolean;
|
|
7
|
+
title?: string | React.ReactNode;
|
|
8
|
+
children?: React.ReactNode;
|
|
9
|
+
footer?: React.ReactNode;
|
|
10
|
+
loading?: boolean;
|
|
11
|
+
size?: Size;
|
|
12
|
+
tabs?: any;
|
|
13
|
+
primaryAction?: React.ReactNode;
|
|
14
|
+
secondaryAction?: React.ReactNode;
|
|
15
|
+
large?: boolean;
|
|
16
|
+
limitHeight?: boolean;
|
|
17
|
+
bodyStyle?: Record<string, any>;
|
|
18
|
+
onClose(): void;
|
|
19
|
+
onTransitionEnd?(): void;
|
|
20
|
+
transitionDuration?: number | {
|
|
21
|
+
appear?: number;
|
|
22
|
+
enter?: number;
|
|
23
|
+
exit?: number;
|
|
24
|
+
};
|
|
25
|
+
}
|
|
26
|
+
declare const CustomDrawer: React.FC<IDrawerProps>;
|
|
27
|
+
export default CustomDrawer;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const getModalSize: (size: any) => any;
|
|
2
|
-
export default getModalSize;
|
|
1
|
+
declare const getModalSize: (size: any) => any;
|
|
2
|
+
export default getModalSize;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const useStyles: (props?: any) => import("@material-ui/styles").ClassNameMap<"container" | "rootFull" | "rootViewPort" | "drawer" | "paper" | "drawerTitle" | "drawerCloseIcon" | "drawerHeader" | "drawerBody" | "drawerBodyNoFooter" | "drawerFooter">;
|
|
2
|
-
export default useStyles;
|
|
1
|
+
declare const useStyles: (props?: any) => import("@material-ui/styles").ClassNameMap<"container" | "rootFull" | "rootViewPort" | "drawer" | "paper" | "drawerTitle" | "drawerCloseIcon" | "drawerHeader" | "drawerBody" | "drawerBodyNoFooter" | "drawerFooter">;
|
|
2
|
+
export default useStyles;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
export interface ICloseButtonProps {
|
|
3
|
-
title?: boolean;
|
|
4
|
-
onClick(): void;
|
|
5
|
-
}
|
|
6
|
-
declare const CloseButton: React.SFC<ICloseButtonProps>;
|
|
7
|
-
export default CloseButton;
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
export interface ICloseButtonProps {
|
|
3
|
+
title?: boolean;
|
|
4
|
+
onClick(): void;
|
|
5
|
+
}
|
|
6
|
+
declare const CloseButton: React.SFC<ICloseButtonProps>;
|
|
7
|
+
export default CloseButton;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { default as CloseButton } from './CloseButton';
|
|
1
|
+
export { default as CloseButton } from './CloseButton';
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import { Size } from '../../Drawer';
|
|
3
|
-
export interface IDialogProps {
|
|
4
|
-
children?: React.ReactNode;
|
|
5
|
-
size: Size;
|
|
6
|
-
onClose(): void;
|
|
7
|
-
onEntered?(): void;
|
|
8
|
-
onExited?(): void;
|
|
9
|
-
}
|
|
10
|
-
declare const Dialog: React.SFC<IDialogProps>;
|
|
11
|
-
export default Dialog;
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { Size } from '../../Drawer';
|
|
3
|
+
export interface IDialogProps {
|
|
4
|
+
children?: React.ReactNode;
|
|
5
|
+
size: Size;
|
|
6
|
+
onClose(): void;
|
|
7
|
+
onEntered?(): void;
|
|
8
|
+
onExited?(): void;
|
|
9
|
+
}
|
|
10
|
+
declare const Dialog: React.SFC<IDialogProps>;
|
|
11
|
+
export default Dialog;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { default as Dialog } from './Dialog';
|
|
1
|
+
export { default as Dialog } from './Dialog';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
export interface IFooterProps {
|
|
3
|
-
primaryAction?: React.ReactNode;
|
|
4
|
-
secondaryAction?: React.ReactNode;
|
|
5
|
-
children?: React.ReactNode;
|
|
6
|
-
}
|
|
7
|
-
declare const Footer: React.SFC<IFooterProps>;
|
|
8
|
-
export default Footer;
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
export interface IFooterProps {
|
|
3
|
+
primaryAction?: React.ReactNode;
|
|
4
|
+
secondaryAction?: React.ReactNode;
|
|
5
|
+
children?: React.ReactNode;
|
|
6
|
+
}
|
|
7
|
+
declare const Footer: React.SFC<IFooterProps>;
|
|
8
|
+
export default Footer;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
export interface IHeaderProps {
|
|
3
|
-
id: string;
|
|
4
|
-
children?: React.ReactNode;
|
|
5
|
-
onClose(): void;
|
|
6
|
-
}
|
|
7
|
-
export default function Header({ id, children, onClose }: IHeaderProps): JSX.Element;
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
export interface IHeaderProps {
|
|
3
|
+
id: string;
|
|
4
|
+
children?: React.ReactNode;
|
|
5
|
+
onClose(): void;
|
|
6
|
+
}
|
|
7
|
+
export default function Header({ id, children, onClose }: IHeaderProps): JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { default as Header } from './Header';
|
|
1
|
+
export { default as Header } from './Header';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
export interface ISectionProps {
|
|
3
|
-
children?: React.ReactNode;
|
|
4
|
-
flush?: boolean;
|
|
5
|
-
subdued?: boolean;
|
|
6
|
-
}
|
|
7
|
-
export default function Section({ children, flush, subdued }: ISectionProps): JSX.Element;
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
export interface ISectionProps {
|
|
3
|
+
children?: React.ReactNode;
|
|
4
|
+
flush?: boolean;
|
|
5
|
+
subdued?: boolean;
|
|
6
|
+
}
|
|
7
|
+
export default function Section({ children, flush, subdued }: ISectionProps): JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { default as Section } from './Section';
|
|
1
|
+
export { default as Section } from './Section';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { default as Dialog } from './Dialog/Dialog';
|
|
2
|
-
export { default as Footer } from './Footer/Footer';
|
|
3
|
-
export { default as Header } from './Header/Header';
|
|
4
|
-
export { default as CloseButton } from './CloseButton/CloseButton';
|
|
5
|
-
export { default as Section } from './Section/Section';
|
|
1
|
+
export { default as Dialog } from './Dialog/Dialog';
|
|
2
|
+
export { default as Footer } from './Footer/Footer';
|
|
3
|
+
export { default as Header } from './Header/Header';
|
|
4
|
+
export { default as CloseButton } from './CloseButton/CloseButton';
|
|
5
|
+
export { default as Section } from './Section/Section';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { default as Drawer } from './Drawer';
|
|
1
|
+
export { default as Drawer } from './Drawer';
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
declare const _default: {
|
|
3
|
-
title: string;
|
|
4
|
-
component: React.FC<import("../Drawer").IDrawerProps>;
|
|
5
|
-
parameters: {
|
|
6
|
-
docs: {
|
|
7
|
-
page: (props: any) => JSX.Element;
|
|
8
|
-
};
|
|
9
|
-
jest: string[];
|
|
10
|
-
};
|
|
11
|
-
};
|
|
12
|
-
export default _default;
|
|
13
|
-
export declare const CustomDrawer: () => JSX.Element;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
declare const _default: {
|
|
3
|
+
title: string;
|
|
4
|
+
component: React.FC<import("../Drawer").IDrawerProps>;
|
|
5
|
+
parameters: {
|
|
6
|
+
docs: {
|
|
7
|
+
page: (props: any) => JSX.Element;
|
|
8
|
+
};
|
|
9
|
+
jest: string[];
|
|
10
|
+
};
|
|
11
|
+
};
|
|
12
|
+
export default _default;
|
|
13
|
+
export declare const CustomDrawer: () => JSX.Element;
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { IDrawerProps } from '../Drawer';
|
|
3
|
-
declare const _default: {
|
|
4
|
-
title: string;
|
|
5
|
-
component: React.FC<IDrawerProps>;
|
|
6
|
-
parameters: {
|
|
7
|
-
docs: {
|
|
8
|
-
page: (props: any) => JSX.Element;
|
|
9
|
-
};
|
|
10
|
-
jest: string[];
|
|
11
|
-
};
|
|
12
|
-
};
|
|
13
|
-
export default _default;
|
|
14
|
-
export declare const Basic: () => JSX.Element;
|
|
15
|
-
export declare const OpenedByDefault: () => JSX.Element;
|
|
16
|
-
export declare const DrawerWithTab: () => JSX.Element;
|
|
17
|
-
export declare const WithAction: () => JSX.Element;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { IDrawerProps } from '../Drawer';
|
|
3
|
+
declare const _default: {
|
|
4
|
+
title: string;
|
|
5
|
+
component: React.FC<IDrawerProps>;
|
|
6
|
+
parameters: {
|
|
7
|
+
docs: {
|
|
8
|
+
page: (props: any) => JSX.Element;
|
|
9
|
+
};
|
|
10
|
+
jest: string[];
|
|
11
|
+
};
|
|
12
|
+
};
|
|
13
|
+
export default _default;
|
|
14
|
+
export declare const Basic: () => JSX.Element;
|
|
15
|
+
export declare const OpenedByDefault: () => JSX.Element;
|
|
16
|
+
export declare const DrawerWithTab: () => JSX.Element;
|
|
17
|
+
export declare const WithAction: () => JSX.Element;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
export interface DropdownProps {
|
|
3
|
-
options?: Array<Record<string, any>>;
|
|
4
|
-
disabled?: boolean;
|
|
5
|
-
fullWidth?: boolean;
|
|
6
|
-
placeholder?: string;
|
|
7
|
-
startIcon?: React.ReactNode;
|
|
8
|
-
value?: Record<string, any>;
|
|
9
|
-
onChange?: (value: string) => void;
|
|
10
|
-
}
|
|
11
|
-
declare const Dropdown: React.FC<DropdownProps>;
|
|
12
|
-
export default Dropdown;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface DropdownProps {
|
|
3
|
+
options?: Array<Record<string, any>>;
|
|
4
|
+
disabled?: boolean;
|
|
5
|
+
fullWidth?: boolean;
|
|
6
|
+
placeholder?: string;
|
|
7
|
+
startIcon?: React.ReactNode;
|
|
8
|
+
value?: Record<string, any>;
|
|
9
|
+
onChange?: (value: string) => void;
|
|
10
|
+
}
|
|
11
|
+
declare const Dropdown: React.FC<DropdownProps>;
|
|
12
|
+
export default Dropdown;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const useStyles: (props?: any) => import("@material-ui/styles").ClassNameMap<"dropdown">;
|
|
2
|
-
export default useStyles;
|
|
1
|
+
declare const useStyles: (props?: any) => import("@material-ui/styles").ClassNameMap<"dropdown">;
|
|
2
|
+
export default useStyles;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { DropdownProps } from '../Dropdown';
|
|
3
|
-
declare const _default: {
|
|
4
|
-
title: string;
|
|
5
|
-
component: React.FC<DropdownProps>;
|
|
6
|
-
parameters: {
|
|
7
|
-
jest: string[];
|
|
8
|
-
};
|
|
9
|
-
};
|
|
10
|
-
export default _default;
|
|
11
|
-
export declare const InitSelected: () => JSX.Element;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { DropdownProps } from '../Dropdown';
|
|
3
|
+
declare const _default: {
|
|
4
|
+
title: string;
|
|
5
|
+
component: React.FC<DropdownProps>;
|
|
6
|
+
parameters: {
|
|
7
|
+
jest: string[];
|
|
8
|
+
};
|
|
9
|
+
};
|
|
10
|
+
export default _default;
|
|
11
|
+
export declare const InitSelected: () => JSX.Element;
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { DropdownProps } from '../Dropdown';
|
|
3
|
-
declare const _default: {
|
|
4
|
-
title: string;
|
|
5
|
-
component: React.FC<DropdownProps>;
|
|
6
|
-
parameters: {
|
|
7
|
-
docs: {
|
|
8
|
-
page: (props: any) => JSX.Element;
|
|
9
|
-
};
|
|
10
|
-
jest: string[];
|
|
11
|
-
};
|
|
12
|
-
};
|
|
13
|
-
export default _default;
|
|
14
|
-
export declare const Default: () => JSX.Element;
|
|
15
|
-
export declare const NoFullwidth: () => JSX.Element;
|
|
16
|
-
export declare const withIcon: () => JSX.Element;
|
|
17
|
-
export declare const disabled: () => JSX.Element;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { DropdownProps } from '../Dropdown';
|
|
3
|
+
declare const _default: {
|
|
4
|
+
title: string;
|
|
5
|
+
component: React.FC<DropdownProps>;
|
|
6
|
+
parameters: {
|
|
7
|
+
docs: {
|
|
8
|
+
page: (props: any) => JSX.Element;
|
|
9
|
+
};
|
|
10
|
+
jest: string[];
|
|
11
|
+
};
|
|
12
|
+
};
|
|
13
|
+
export default _default;
|
|
14
|
+
export declare const Default: () => JSX.Element;
|
|
15
|
+
export declare const NoFullwidth: () => JSX.Element;
|
|
16
|
+
export declare const withIcon: () => JSX.Element;
|
|
17
|
+
export declare const disabled: () => JSX.Element;
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
export declare type Method = 'post' | 'get' | 'action';
|
|
3
|
-
export interface IFormProps {
|
|
4
|
-
action?: string;
|
|
5
|
-
autoComplete?: boolean;
|
|
6
|
-
children?: React.ReactNode;
|
|
7
|
-
method?: Method;
|
|
8
|
-
name?: string;
|
|
9
|
-
noValidate?: boolean;
|
|
10
|
-
preventDefault?: boolean;
|
|
11
|
-
onSubmit(event: React.FormEvent<HTMLFormElement>): void;
|
|
12
|
-
}
|
|
13
|
-
declare const Form: React.SFC<IFormProps>;
|
|
14
|
-
export default Form;
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
export declare type Method = 'post' | 'get' | 'action';
|
|
3
|
+
export interface IFormProps {
|
|
4
|
+
action?: string;
|
|
5
|
+
autoComplete?: boolean;
|
|
6
|
+
children?: React.ReactNode;
|
|
7
|
+
method?: Method;
|
|
8
|
+
name?: string;
|
|
9
|
+
noValidate?: boolean;
|
|
10
|
+
preventDefault?: boolean;
|
|
11
|
+
onSubmit(event: React.FormEvent<HTMLFormElement>): void;
|
|
12
|
+
}
|
|
13
|
+
declare const Form: React.SFC<IFormProps>;
|
|
14
|
+
export default Form;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { default as Form } from './Form';
|
|
1
|
+
export { default as Form } from './Form';
|