@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,4 +1,4 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
export default class Playground extends React.Component<{}> {
|
|
3
|
-
render(): JSX.Element;
|
|
4
|
-
}
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
export default class Playground extends React.Component<{}> {
|
|
3
|
+
render(): JSX.Element;
|
|
4
|
+
}
|
package/lib/src/Theme.d.ts
CHANGED
|
@@ -1,199 +1,199 @@
|
|
|
1
|
-
import { Palette } from '@material-ui/core/styles/createPalette';
|
|
2
|
-
import { Theme } from '@material-ui/core';
|
|
3
|
-
import { Shadows } from '@material-ui/core/styles/shadows';
|
|
4
|
-
interface PaletteExtra extends Palette {
|
|
5
|
-
BLUE050: string;
|
|
6
|
-
BLUE075: string;
|
|
7
|
-
BLUE100: string;
|
|
8
|
-
BLUE200: string;
|
|
9
|
-
BLUE300: string;
|
|
10
|
-
BLUE400: string;
|
|
11
|
-
BLUE500: string;
|
|
12
|
-
BLUE600: string;
|
|
13
|
-
BLUE700: string;
|
|
14
|
-
BLUE800: string;
|
|
15
|
-
GREEN050: string;
|
|
16
|
-
GREEN075: string;
|
|
17
|
-
GREEN100: string;
|
|
18
|
-
GREEN200: string;
|
|
19
|
-
GREEN300: string;
|
|
20
|
-
GREEN400: string;
|
|
21
|
-
GREEN500: string;
|
|
22
|
-
GREEN600: string;
|
|
23
|
-
GREEN700: string;
|
|
24
|
-
GREEN800: string;
|
|
25
|
-
NEUTRAL000: string;
|
|
26
|
-
NEUTRAL010: string;
|
|
27
|
-
NEUTRAL020: string;
|
|
28
|
-
NEUTRAL030: string;
|
|
29
|
-
NEUTRAL040: string;
|
|
30
|
-
NEUTRAL050: string;
|
|
31
|
-
NEUTRAL060: string;
|
|
32
|
-
NEUTRAL070: string;
|
|
33
|
-
NEUTRAL080: string;
|
|
34
|
-
NEUTRAL090: string;
|
|
35
|
-
NEUTRAL100: string;
|
|
36
|
-
NEUTRAL200: string;
|
|
37
|
-
NEUTRAL300: string;
|
|
38
|
-
NEUTRAL400: string;
|
|
39
|
-
NEUTRAL500: string;
|
|
40
|
-
NEUTRAL600: string;
|
|
41
|
-
NEUTRAL700: string;
|
|
42
|
-
NEUTRAL800: string;
|
|
43
|
-
NEUTRAL900: string;
|
|
44
|
-
PURPLE050: string;
|
|
45
|
-
PURPLE075: string;
|
|
46
|
-
PURPLE100: string;
|
|
47
|
-
PURPLE200: string;
|
|
48
|
-
PURPLE300: string;
|
|
49
|
-
PURPLE400: string;
|
|
50
|
-
PURPLE500: string;
|
|
51
|
-
PURPLE600: string;
|
|
52
|
-
PURPLE700: string;
|
|
53
|
-
PURPLE800: string;
|
|
54
|
-
RED050: string;
|
|
55
|
-
RED075: string;
|
|
56
|
-
RED100: string;
|
|
57
|
-
RED200: string;
|
|
58
|
-
RED300: string;
|
|
59
|
-
RED400: string;
|
|
60
|
-
RED500: string;
|
|
61
|
-
RED600: string;
|
|
62
|
-
RED700: string;
|
|
63
|
-
RED800: string;
|
|
64
|
-
ORANGE050: string;
|
|
65
|
-
ORANGE075: string;
|
|
66
|
-
ORANGE100: string;
|
|
67
|
-
ORANGE200: string;
|
|
68
|
-
ORANGE300: string;
|
|
69
|
-
ORANGE400: string;
|
|
70
|
-
ORANGE450: string;
|
|
71
|
-
ORANGE500: string;
|
|
72
|
-
ORANGE600: string;
|
|
73
|
-
ORANGE700: string;
|
|
74
|
-
ORANGE800: string;
|
|
75
|
-
YELLOW050: string;
|
|
76
|
-
YELLOW075: string;
|
|
77
|
-
YELLOW100: string;
|
|
78
|
-
YELLOW200: string;
|
|
79
|
-
YELLOW300: string;
|
|
80
|
-
YELLOW400: string;
|
|
81
|
-
YELLOW500: string;
|
|
82
|
-
YELLOW600: string;
|
|
83
|
-
YELLOW700: string;
|
|
84
|
-
YELLOW800: string;
|
|
85
|
-
TEAL050: string;
|
|
86
|
-
TEAL075: string;
|
|
87
|
-
TEAL100: string;
|
|
88
|
-
TEAL200: string;
|
|
89
|
-
TEAL300: string;
|
|
90
|
-
TEAL400: string;
|
|
91
|
-
TEAL500: string;
|
|
92
|
-
}
|
|
93
|
-
export interface ThemeAgile extends Theme {
|
|
94
|
-
palette: PaletteExtra;
|
|
95
|
-
}
|
|
96
|
-
export declare const themeObject: {
|
|
97
|
-
palette: {
|
|
98
|
-
primary: {
|
|
99
|
-
light: string;
|
|
100
|
-
main: string;
|
|
101
|
-
contrastText: string;
|
|
102
|
-
};
|
|
103
|
-
BLUE050: string;
|
|
104
|
-
BLUE075: string;
|
|
105
|
-
BLUE100: string;
|
|
106
|
-
BLUE200: string;
|
|
107
|
-
BLUE300: string;
|
|
108
|
-
BLUE400: string;
|
|
109
|
-
BLUE500: string;
|
|
110
|
-
BLUE600: string;
|
|
111
|
-
BLUE700: string;
|
|
112
|
-
BLUE800: string;
|
|
113
|
-
GREEN050: string;
|
|
114
|
-
GREEN075: string;
|
|
115
|
-
GREEN100: string;
|
|
116
|
-
GREEN200: string;
|
|
117
|
-
GREEN300: string;
|
|
118
|
-
GREEN400: string;
|
|
119
|
-
GREEN500: string;
|
|
120
|
-
GREEN600: string;
|
|
121
|
-
GREEN700: string;
|
|
122
|
-
GREEN800: string;
|
|
123
|
-
NEUTRAL000: string;
|
|
124
|
-
NEUTRAL010: string;
|
|
125
|
-
NEUTRAL020: string;
|
|
126
|
-
NEUTRAL030: string;
|
|
127
|
-
NEUTRAL040: string;
|
|
128
|
-
NEUTRAL050: string;
|
|
129
|
-
NEUTRAL060: string;
|
|
130
|
-
NEUTRAL070: string;
|
|
131
|
-
NEUTRAL080: string;
|
|
132
|
-
NEUTRAL090: string;
|
|
133
|
-
NEUTRAL100: string;
|
|
134
|
-
NEUTRAL200: string;
|
|
135
|
-
NEUTRAL300: string;
|
|
136
|
-
NEUTRAL400: string;
|
|
137
|
-
NEUTRAL500: string;
|
|
138
|
-
NEUTRAL600: string;
|
|
139
|
-
NEUTRAL700: string;
|
|
140
|
-
NEUTRAL800: string;
|
|
141
|
-
NEUTRAL900: string;
|
|
142
|
-
PURPLE050: string;
|
|
143
|
-
PURPLE075: string;
|
|
144
|
-
PURPLE100: string;
|
|
145
|
-
PURPLE200: string;
|
|
146
|
-
PURPLE300: string;
|
|
147
|
-
PURPLE400: string;
|
|
148
|
-
PURPLE500: string;
|
|
149
|
-
PURPLE600: string;
|
|
150
|
-
PURPLE700: string;
|
|
151
|
-
PURPLE800: string;
|
|
152
|
-
RED050: string;
|
|
153
|
-
RED075: string;
|
|
154
|
-
RED100: string;
|
|
155
|
-
RED200: string;
|
|
156
|
-
RED300: string;
|
|
157
|
-
RED400: string;
|
|
158
|
-
RED500: string;
|
|
159
|
-
RED600: string;
|
|
160
|
-
RED700: string;
|
|
161
|
-
RED800: string;
|
|
162
|
-
YELLOW050: string;
|
|
163
|
-
YELLOW075: string;
|
|
164
|
-
YELLOW100: string;
|
|
165
|
-
YELLOW200: string;
|
|
166
|
-
YELLOW300: string;
|
|
167
|
-
YELLOW400: string;
|
|
168
|
-
YELLOW500: string;
|
|
169
|
-
YELLOW600: string;
|
|
170
|
-
YELLOW700: string;
|
|
171
|
-
YELLOW800: string;
|
|
172
|
-
ORANGE050: string;
|
|
173
|
-
ORANGE075: string;
|
|
174
|
-
ORANGE100: string;
|
|
175
|
-
ORANGE200: string;
|
|
176
|
-
ORANGE300: string;
|
|
177
|
-
ORANGE400: string;
|
|
178
|
-
ORANGE450: string;
|
|
179
|
-
ORANGE500: string;
|
|
180
|
-
ORANGE600: string;
|
|
181
|
-
ORANGE700: string;
|
|
182
|
-
ORANGE800: string;
|
|
183
|
-
TEAL050: string;
|
|
184
|
-
TEAL075: string;
|
|
185
|
-
TEAL100: string;
|
|
186
|
-
TEAL200: string;
|
|
187
|
-
TEAL300: string;
|
|
188
|
-
TEAL400: string;
|
|
189
|
-
TEAL500: string;
|
|
190
|
-
};
|
|
191
|
-
typography: {
|
|
192
|
-
fontMono: string;
|
|
193
|
-
fontFamily: string;
|
|
194
|
-
};
|
|
195
|
-
spacing: number;
|
|
196
|
-
shadows: Shadows;
|
|
197
|
-
};
|
|
198
|
-
declare const theme: Theme;
|
|
199
|
-
export default theme;
|
|
1
|
+
import { Palette } from '@material-ui/core/styles/createPalette';
|
|
2
|
+
import { Theme } from '@material-ui/core';
|
|
3
|
+
import { Shadows } from '@material-ui/core/styles/shadows';
|
|
4
|
+
interface PaletteExtra extends Palette {
|
|
5
|
+
BLUE050: string;
|
|
6
|
+
BLUE075: string;
|
|
7
|
+
BLUE100: string;
|
|
8
|
+
BLUE200: string;
|
|
9
|
+
BLUE300: string;
|
|
10
|
+
BLUE400: string;
|
|
11
|
+
BLUE500: string;
|
|
12
|
+
BLUE600: string;
|
|
13
|
+
BLUE700: string;
|
|
14
|
+
BLUE800: string;
|
|
15
|
+
GREEN050: string;
|
|
16
|
+
GREEN075: string;
|
|
17
|
+
GREEN100: string;
|
|
18
|
+
GREEN200: string;
|
|
19
|
+
GREEN300: string;
|
|
20
|
+
GREEN400: string;
|
|
21
|
+
GREEN500: string;
|
|
22
|
+
GREEN600: string;
|
|
23
|
+
GREEN700: string;
|
|
24
|
+
GREEN800: string;
|
|
25
|
+
NEUTRAL000: string;
|
|
26
|
+
NEUTRAL010: string;
|
|
27
|
+
NEUTRAL020: string;
|
|
28
|
+
NEUTRAL030: string;
|
|
29
|
+
NEUTRAL040: string;
|
|
30
|
+
NEUTRAL050: string;
|
|
31
|
+
NEUTRAL060: string;
|
|
32
|
+
NEUTRAL070: string;
|
|
33
|
+
NEUTRAL080: string;
|
|
34
|
+
NEUTRAL090: string;
|
|
35
|
+
NEUTRAL100: string;
|
|
36
|
+
NEUTRAL200: string;
|
|
37
|
+
NEUTRAL300: string;
|
|
38
|
+
NEUTRAL400: string;
|
|
39
|
+
NEUTRAL500: string;
|
|
40
|
+
NEUTRAL600: string;
|
|
41
|
+
NEUTRAL700: string;
|
|
42
|
+
NEUTRAL800: string;
|
|
43
|
+
NEUTRAL900: string;
|
|
44
|
+
PURPLE050: string;
|
|
45
|
+
PURPLE075: string;
|
|
46
|
+
PURPLE100: string;
|
|
47
|
+
PURPLE200: string;
|
|
48
|
+
PURPLE300: string;
|
|
49
|
+
PURPLE400: string;
|
|
50
|
+
PURPLE500: string;
|
|
51
|
+
PURPLE600: string;
|
|
52
|
+
PURPLE700: string;
|
|
53
|
+
PURPLE800: string;
|
|
54
|
+
RED050: string;
|
|
55
|
+
RED075: string;
|
|
56
|
+
RED100: string;
|
|
57
|
+
RED200: string;
|
|
58
|
+
RED300: string;
|
|
59
|
+
RED400: string;
|
|
60
|
+
RED500: string;
|
|
61
|
+
RED600: string;
|
|
62
|
+
RED700: string;
|
|
63
|
+
RED800: string;
|
|
64
|
+
ORANGE050: string;
|
|
65
|
+
ORANGE075: string;
|
|
66
|
+
ORANGE100: string;
|
|
67
|
+
ORANGE200: string;
|
|
68
|
+
ORANGE300: string;
|
|
69
|
+
ORANGE400: string;
|
|
70
|
+
ORANGE450: string;
|
|
71
|
+
ORANGE500: string;
|
|
72
|
+
ORANGE600: string;
|
|
73
|
+
ORANGE700: string;
|
|
74
|
+
ORANGE800: string;
|
|
75
|
+
YELLOW050: string;
|
|
76
|
+
YELLOW075: string;
|
|
77
|
+
YELLOW100: string;
|
|
78
|
+
YELLOW200: string;
|
|
79
|
+
YELLOW300: string;
|
|
80
|
+
YELLOW400: string;
|
|
81
|
+
YELLOW500: string;
|
|
82
|
+
YELLOW600: string;
|
|
83
|
+
YELLOW700: string;
|
|
84
|
+
YELLOW800: string;
|
|
85
|
+
TEAL050: string;
|
|
86
|
+
TEAL075: string;
|
|
87
|
+
TEAL100: string;
|
|
88
|
+
TEAL200: string;
|
|
89
|
+
TEAL300: string;
|
|
90
|
+
TEAL400: string;
|
|
91
|
+
TEAL500: string;
|
|
92
|
+
}
|
|
93
|
+
export interface ThemeAgile extends Theme {
|
|
94
|
+
palette: PaletteExtra;
|
|
95
|
+
}
|
|
96
|
+
export declare const themeObject: {
|
|
97
|
+
palette: {
|
|
98
|
+
primary: {
|
|
99
|
+
light: string;
|
|
100
|
+
main: string;
|
|
101
|
+
contrastText: string;
|
|
102
|
+
};
|
|
103
|
+
BLUE050: string;
|
|
104
|
+
BLUE075: string;
|
|
105
|
+
BLUE100: string;
|
|
106
|
+
BLUE200: string;
|
|
107
|
+
BLUE300: string;
|
|
108
|
+
BLUE400: string;
|
|
109
|
+
BLUE500: string;
|
|
110
|
+
BLUE600: string;
|
|
111
|
+
BLUE700: string;
|
|
112
|
+
BLUE800: string;
|
|
113
|
+
GREEN050: string;
|
|
114
|
+
GREEN075: string;
|
|
115
|
+
GREEN100: string;
|
|
116
|
+
GREEN200: string;
|
|
117
|
+
GREEN300: string;
|
|
118
|
+
GREEN400: string;
|
|
119
|
+
GREEN500: string;
|
|
120
|
+
GREEN600: string;
|
|
121
|
+
GREEN700: string;
|
|
122
|
+
GREEN800: string;
|
|
123
|
+
NEUTRAL000: string;
|
|
124
|
+
NEUTRAL010: string;
|
|
125
|
+
NEUTRAL020: string;
|
|
126
|
+
NEUTRAL030: string;
|
|
127
|
+
NEUTRAL040: string;
|
|
128
|
+
NEUTRAL050: string;
|
|
129
|
+
NEUTRAL060: string;
|
|
130
|
+
NEUTRAL070: string;
|
|
131
|
+
NEUTRAL080: string;
|
|
132
|
+
NEUTRAL090: string;
|
|
133
|
+
NEUTRAL100: string;
|
|
134
|
+
NEUTRAL200: string;
|
|
135
|
+
NEUTRAL300: string;
|
|
136
|
+
NEUTRAL400: string;
|
|
137
|
+
NEUTRAL500: string;
|
|
138
|
+
NEUTRAL600: string;
|
|
139
|
+
NEUTRAL700: string;
|
|
140
|
+
NEUTRAL800: string;
|
|
141
|
+
NEUTRAL900: string;
|
|
142
|
+
PURPLE050: string;
|
|
143
|
+
PURPLE075: string;
|
|
144
|
+
PURPLE100: string;
|
|
145
|
+
PURPLE200: string;
|
|
146
|
+
PURPLE300: string;
|
|
147
|
+
PURPLE400: string;
|
|
148
|
+
PURPLE500: string;
|
|
149
|
+
PURPLE600: string;
|
|
150
|
+
PURPLE700: string;
|
|
151
|
+
PURPLE800: string;
|
|
152
|
+
RED050: string;
|
|
153
|
+
RED075: string;
|
|
154
|
+
RED100: string;
|
|
155
|
+
RED200: string;
|
|
156
|
+
RED300: string;
|
|
157
|
+
RED400: string;
|
|
158
|
+
RED500: string;
|
|
159
|
+
RED600: string;
|
|
160
|
+
RED700: string;
|
|
161
|
+
RED800: string;
|
|
162
|
+
YELLOW050: string;
|
|
163
|
+
YELLOW075: string;
|
|
164
|
+
YELLOW100: string;
|
|
165
|
+
YELLOW200: string;
|
|
166
|
+
YELLOW300: string;
|
|
167
|
+
YELLOW400: string;
|
|
168
|
+
YELLOW500: string;
|
|
169
|
+
YELLOW600: string;
|
|
170
|
+
YELLOW700: string;
|
|
171
|
+
YELLOW800: string;
|
|
172
|
+
ORANGE050: string;
|
|
173
|
+
ORANGE075: string;
|
|
174
|
+
ORANGE100: string;
|
|
175
|
+
ORANGE200: string;
|
|
176
|
+
ORANGE300: string;
|
|
177
|
+
ORANGE400: string;
|
|
178
|
+
ORANGE450: string;
|
|
179
|
+
ORANGE500: string;
|
|
180
|
+
ORANGE600: string;
|
|
181
|
+
ORANGE700: string;
|
|
182
|
+
ORANGE800: string;
|
|
183
|
+
TEAL050: string;
|
|
184
|
+
TEAL075: string;
|
|
185
|
+
TEAL100: string;
|
|
186
|
+
TEAL200: string;
|
|
187
|
+
TEAL300: string;
|
|
188
|
+
TEAL400: string;
|
|
189
|
+
TEAL500: string;
|
|
190
|
+
};
|
|
191
|
+
typography: {
|
|
192
|
+
fontMono: string;
|
|
193
|
+
fontFamily: string;
|
|
194
|
+
};
|
|
195
|
+
spacing: number;
|
|
196
|
+
shadows: Shadows;
|
|
197
|
+
};
|
|
198
|
+
declare const theme: Theme;
|
|
199
|
+
export default theme;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
export interface IActionListProps {
|
|
3
|
-
items?: any;
|
|
4
|
-
sections?: any;
|
|
5
|
-
actionRole?: string;
|
|
6
|
-
onActionAnyItem?: any;
|
|
7
|
-
isLoading?: boolean;
|
|
8
|
-
}
|
|
9
|
-
declare const ActionList: React.FC<IActionListProps>;
|
|
10
|
-
export default ActionList;
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
export interface IActionListProps {
|
|
3
|
+
items?: any;
|
|
4
|
+
sections?: any;
|
|
5
|
+
actionRole?: string;
|
|
6
|
+
onActionAnyItem?: any;
|
|
7
|
+
isLoading?: boolean;
|
|
8
|
+
}
|
|
9
|
+
declare const ActionList: React.FC<IActionListProps>;
|
|
10
|
+
export default ActionList;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const useStyles: (props?: any) => import("@material-ui/styles").ClassNameMap<"actionList" | "content" | "actions" | "item" | "itemSelected" | "loader" | "startIcon" | "endIcon" | "divider">;
|
|
2
|
-
export default useStyles;
|
|
1
|
+
declare const useStyles: (props?: any) => import("@material-ui/styles").ClassNameMap<"actionList" | "content" | "actions" | "item" | "itemSelected" | "loader" | "startIcon" | "endIcon" | "divider">;
|
|
2
|
+
export default useStyles;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
interface IPropsItem {
|
|
3
|
-
startIcon?: React.ReactNode;
|
|
4
|
-
endIcon?: React.ReactNode;
|
|
5
|
-
selected?: boolean;
|
|
6
|
-
content?: any;
|
|
7
|
-
onClick?: any;
|
|
8
|
-
}
|
|
9
|
-
declare const Item: React.SFC<IPropsItem>;
|
|
10
|
-
export default Item;
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
interface IPropsItem {
|
|
3
|
+
startIcon?: React.ReactNode;
|
|
4
|
+
endIcon?: React.ReactNode;
|
|
5
|
+
selected?: boolean;
|
|
6
|
+
content?: any;
|
|
7
|
+
onClick?: any;
|
|
8
|
+
}
|
|
9
|
+
declare const Item: React.SFC<IPropsItem>;
|
|
10
|
+
export default Item;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import Item from './Item';
|
|
2
|
-
export default Item;
|
|
1
|
+
import Item from './Item';
|
|
2
|
+
export default Item;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
export interface ISectionProps {
|
|
3
|
-
section?: any;
|
|
4
|
-
onActionAnyItem?: any;
|
|
5
|
-
hasMultipleSections?: any;
|
|
6
|
-
actionRole: any;
|
|
7
|
-
}
|
|
8
|
-
declare const Section: React.SFC<ISectionProps>;
|
|
9
|
-
export default Section;
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
export interface ISectionProps {
|
|
3
|
+
section?: any;
|
|
4
|
+
onActionAnyItem?: any;
|
|
5
|
+
hasMultipleSections?: any;
|
|
6
|
+
actionRole: any;
|
|
7
|
+
}
|
|
8
|
+
declare const Section: React.SFC<ISectionProps>;
|
|
9
|
+
export default Section;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import Section from './Section';
|
|
2
|
-
export default Section;
|
|
1
|
+
import Section from './Section';
|
|
2
|
+
export default Section;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { default as Item } from './Item';
|
|
2
|
-
export { default as Section } from './Section';
|
|
1
|
+
export { default as Item } from './Item';
|
|
2
|
+
export { default as Section } from './Section';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import ActionList from './ActionList';
|
|
2
|
-
export default ActionList;
|
|
1
|
+
import ActionList from './ActionList';
|
|
2
|
+
export default ActionList;
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
declare const _default: {
|
|
3
|
-
title: string;
|
|
4
|
-
component: React.FC<import("../ActionList").IActionListProps>;
|
|
5
|
-
parameters: {
|
|
6
|
-
docs: {
|
|
7
|
-
page: (props: any) => JSX.Element;
|
|
8
|
-
};
|
|
9
|
-
jest: string[];
|
|
10
|
-
};
|
|
11
|
-
};
|
|
12
|
-
export default _default;
|
|
13
|
-
export declare const SimpleList: () => JSX.Element;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
declare const _default: {
|
|
3
|
+
title: string;
|
|
4
|
+
component: React.FC<import("../ActionList").IActionListProps>;
|
|
5
|
+
parameters: {
|
|
6
|
+
docs: {
|
|
7
|
+
page: (props: any) => JSX.Element;
|
|
8
|
+
};
|
|
9
|
+
jest: string[];
|
|
10
|
+
};
|
|
11
|
+
};
|
|
12
|
+
export default _default;
|
|
13
|
+
export declare const SimpleList: () => JSX.Element;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { ITableColumn } from './TableColumn/ITableColumn';
|
|
3
|
-
import { ITableRow } from './TableRow/ITableRow';
|
|
4
|
-
export interface ITableProps extends React.HTMLAttributes<HTMLInputElement> {
|
|
5
|
-
id: string;
|
|
6
|
-
columns: Array<ITableColumn>;
|
|
7
|
-
rows: Array<ITableRow>;
|
|
8
|
-
}
|
|
9
|
-
declare const AgileTable: React.FC<ITableProps>;
|
|
10
|
-
export default AgileTable;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { ITableColumn } from './TableColumn/ITableColumn';
|
|
3
|
+
import { ITableRow } from './TableRow/ITableRow';
|
|
4
|
+
export interface ITableProps extends React.HTMLAttributes<HTMLInputElement> {
|
|
5
|
+
id: string;
|
|
6
|
+
columns: Array<ITableColumn>;
|
|
7
|
+
rows: Array<ITableRow>;
|
|
8
|
+
}
|
|
9
|
+
declare const AgileTable: React.FC<ITableProps>;
|
|
10
|
+
export default AgileTable;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const useStyles: (props?: any) => import("@material-ui/styles").ClassNameMap<"table">;
|
|
2
|
-
export default useStyles;
|
|
1
|
+
declare const useStyles: (props?: any) => import("@material-ui/styles").ClassNameMap<"table">;
|
|
2
|
+
export default useStyles;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export interface ITableColumn {
|
|
2
|
-
label: string;
|
|
3
|
-
}
|
|
1
|
+
export interface ITableColumn {
|
|
2
|
+
label: string;
|
|
3
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export interface ITableCell {
|
|
2
|
-
label: string;
|
|
3
|
-
value: string;
|
|
4
|
-
align?: 'start' | 'end' | 'left' | 'right' | 'center' | 'justify' | 'match-parent';
|
|
5
|
-
}
|
|
1
|
+
export interface ITableCell {
|
|
2
|
+
label: string;
|
|
3
|
+
value: string;
|
|
4
|
+
align?: 'start' | 'end' | 'left' | 'right' | 'center' | 'justify' | 'match-parent';
|
|
5
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ITableCell } from './ITableCell';
|
|
2
|
-
export interface ITableRow {
|
|
3
|
-
cells: Array<ITableCell>;
|
|
4
|
-
}
|
|
1
|
+
import { ITableCell } from './ITableCell';
|
|
2
|
+
export interface ITableRow {
|
|
3
|
+
cells: Array<ITableCell>;
|
|
4
|
+
}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
declare const _default: {
|
|
3
|
-
title: string;
|
|
4
|
-
component: React.FC<import("../AgileTable").ITableProps>;
|
|
5
|
-
parameter: {
|
|
6
|
-
docs: {
|
|
7
|
-
page: (props: any) => JSX.Element;
|
|
8
|
-
};
|
|
9
|
-
jest: string[];
|
|
10
|
-
};
|
|
11
|
-
};
|
|
12
|
-
export default _default;
|
|
13
|
-
export declare const CompleteForm: () => JSX.Element;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
declare const _default: {
|
|
3
|
+
title: string;
|
|
4
|
+
component: React.FC<import("../AgileTable").ITableProps>;
|
|
5
|
+
parameter: {
|
|
6
|
+
docs: {
|
|
7
|
+
page: (props: any) => JSX.Element;
|
|
8
|
+
};
|
|
9
|
+
jest: string[];
|
|
10
|
+
};
|
|
11
|
+
};
|
|
12
|
+
export default _default;
|
|
13
|
+
export declare const CompleteForm: () => JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const TableSimpleForm: () => JSX.Element;
|
|
2
|
-
export default TableSimpleForm;
|
|
1
|
+
declare const TableSimpleForm: () => JSX.Element;
|
|
2
|
+
export default TableSimpleForm;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
interface AlertProps {
|
|
3
|
-
title: string;
|
|
4
|
-
appearance?: 'info' | 'success' | 'danger' | 'warning';
|
|
5
|
-
noShadow?: boolean;
|
|
6
|
-
hideIcon?: boolean;
|
|
7
|
-
actions?: React.ReactNode;
|
|
8
|
-
size?: 'small' | 'medium';
|
|
9
|
-
}
|
|
10
|
-
declare const Alert: React.FC<AlertProps>;
|
|
11
|
-
export default Alert;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
interface AlertProps {
|
|
3
|
+
title: string;
|
|
4
|
+
appearance?: 'info' | 'success' | 'danger' | 'warning';
|
|
5
|
+
noShadow?: boolean;
|
|
6
|
+
hideIcon?: boolean;
|
|
7
|
+
actions?: React.ReactNode;
|
|
8
|
+
size?: 'small' | 'medium';
|
|
9
|
+
}
|
|
10
|
+
declare const Alert: React.FC<AlertProps>;
|
|
11
|
+
export default Alert;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const useStyles: (props?: any) => import("@material-ui/styles").ClassNameMap<"content" | "actions" | "title" | "noShadow" | "alertContainer" | "alert" | "alertSmall" | "alertSmallIcon" | "alertInfo" | "alertSuccess" | "alertDanger" | "alertWarning" | "titleContainer">;
|
|
2
|
-
export default useStyles;
|
|
1
|
+
declare const useStyles: (props?: any) => import("@material-ui/styles").ClassNameMap<"content" | "actions" | "title" | "noShadow" | "alertContainer" | "alert" | "alertSmall" | "alertSmallIcon" | "alertInfo" | "alertSuccess" | "alertDanger" | "alertWarning" | "titleContainer">;
|
|
2
|
+
export default useStyles;
|