baseui 0.0.0-alpha-8ab2335 → 0.0.0-alpha-e79754d
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/accordion/accordion.js +2 -4
- package/accordion/accordion.js.flow +1 -1
- package/accordion/panel.js +2 -3
- package/accordion/stateful-panel-container.js +0 -1
- package/accordion/styled-components.js +1 -8
- package/accordion/types.d.ts +2 -2
- package/app-nav-bar/app-nav-bar.js +2 -4
- package/app-nav-bar/mobile-menu.js +1 -2
- package/app-nav-bar/styled-components.js +1 -19
- package/app-nav-bar/types.d.ts +2 -2
- package/app-nav-bar/user-menu.js +1 -1
- package/aspect-ratio-box/aspect-ratio-box-body.d.ts +1 -1
- package/aspect-ratio-box/aspect-ratio-box.js +1 -3
- package/aspect-ratio-box/types.d.ts +1 -1
- package/avatar/styled-components.js +1 -4
- package/badge/styled-components.js +11 -16
- package/badge/styled-components.js.flow +4 -4
- package/badge/types.d.ts +2 -2
- package/banner/index.d.ts +1 -1
- package/banner/styled-components.js +12 -25
- package/banner/types.d.ts +15 -15
- package/banner/types.js.flow +11 -13
- package/block/block.js +1 -3
- package/block/styled-components.js +1 -2
- package/block/types.d.ts +4 -3
- package/breadcrumbs/styled-components.js +2 -7
- package/button/styled-components.js +0 -7
- package/button/styled-components.js.flow +0 -2
- package/button/types.d.ts +5 -4
- package/button-group/stateful-button-group.js +0 -1
- package/button-group/stateful-container.js +1 -3
- package/button-group/styled-components.js +1 -2
- package/button-group/types.d.ts +5 -4
- package/card/images.d.ts +2 -0
- package/card/images.js +17 -0
- package/card/images.js.flow +18 -0
- package/card/styled-components.js +4 -11
- package/checkbox/styled-components.js +4 -10
- package/checkbox/styled-components.js.flow +1 -1
- package/checkbox/types.d.ts +37 -36
- package/combobox/combobox.js +71 -78
- package/combobox/styled-components.js +1 -5
- package/combobox/types.d.ts +5 -4
- package/data-table/column-anchor.js +0 -3
- package/data-table/column-datetime.js +4 -10
- package/data-table/column-numerical.js +4 -4
- package/data-table/column-string.js +0 -3
- package/data-table/column.js +1 -6
- package/data-table/data-table.js +6 -7
- package/data-table/filter-menu.js +1 -2
- package/data-table/header-cell.js +34 -43
- package/data-table/locale.d.ts +0 -4
- package/data-table/locale.js +1 -3
- package/data-table/locale.js.flow +0 -5
- package/data-table/measure-column-widths.js +4 -5
- package/data-table/stateful-container.js +1 -2
- package/data-table/stateful-data-table.js +4 -4
- package/data-table/types.d.ts +5 -4
- package/datepicker/calendar-header.js +0 -1
- package/datepicker/calendar.js +0 -2
- package/datepicker/datepicker.js +0 -2
- package/datepicker/day.js +1 -2
- package/datepicker/index.d.ts +1 -1
- package/datepicker/index.js +0 -7
- package/datepicker/index.js.flow +1 -1
- package/datepicker/stateful-calendar.js +3 -7
- package/datepicker/stateful-container.js +0 -2
- package/datepicker/stateful-datepicker.js +4 -9
- package/datepicker/styled-components.js +4 -27
- package/datepicker/types.d.ts +2 -2
- package/datepicker/utils/date-helpers.js +1 -2
- package/datepicker/utils/index.js +1 -2
- package/divider/styled-components.js +3 -4
- package/divider/types.d.ts +1 -1
- package/dnd-list/stateful-list-container.js +0 -1
- package/dnd-list/styled-components.js +0 -7
- package/dnd-list/types.d.ts +2 -2
- package/drawer/constants.js +0 -1
- package/drawer/drawer.js +3 -2
- package/drawer/drawer.js.flow +3 -1
- package/drawer/styled-components.js +2 -9
- package/drawer/types.d.ts +2 -2
- package/es/accordion/accordion.js +3 -3
- package/es/accordion/panel.js +2 -3
- package/es/accordion/stateful-panel-container.js +0 -1
- package/es/accordion/styled-components.js +1 -8
- package/es/app-nav-bar/app-nav-bar.js +2 -6
- package/es/app-nav-bar/mobile-menu.js +2 -4
- package/es/app-nav-bar/styled-components.js +1 -19
- package/es/app-nav-bar/user-menu.js +1 -1
- package/es/aspect-ratio-box/aspect-ratio-box.js +1 -3
- package/es/avatar/styled-components.js +1 -4
- package/es/badge/styled-components.js +6 -11
- package/es/banner/styled-components.js +3 -16
- package/es/block/block.js +1 -3
- package/es/block/styled-components.js +1 -2
- package/es/breadcrumbs/styled-components.js +2 -7
- package/es/button/button.js +0 -8
- package/es/button/styled-components.js +0 -7
- package/es/button-group/stateful-button-group.js +0 -1
- package/es/button-group/stateful-container.js +1 -3
- package/es/button-group/styled-components.js +1 -2
- package/es/card/images.js +8 -0
- package/es/card/index.js +1 -2
- package/es/card/styled-components.js +4 -12
- package/es/checkbox/index.js +0 -1
- package/es/checkbox/stateful-checkbox-container.js +0 -3
- package/es/checkbox/styled-components.js +4 -10
- package/es/combobox/combobox.js +69 -76
- package/es/combobox/styled-components.js +1 -5
- package/es/data-table/column-anchor.js +0 -3
- package/es/data-table/column-datetime.js +5 -12
- package/es/data-table/column-numerical.js +4 -5
- package/es/data-table/column-string.js +0 -3
- package/es/data-table/column.js +1 -4
- package/es/data-table/data-table.js +6 -7
- package/es/data-table/filter-menu.js +1 -2
- package/es/data-table/header-cell.js +34 -41
- package/es/data-table/locale.js +1 -3
- package/es/data-table/measure-column-widths.js +4 -5
- package/es/data-table/stateful-container.js +1 -2
- package/es/data-table/stateful-data-table.js +4 -4
- package/es/datepicker/calendar-header.js +0 -1
- package/es/datepicker/calendar.js +0 -2
- package/es/datepicker/datepicker.js +1 -3
- package/es/datepicker/day.js +1 -2
- package/es/datepicker/index.js +1 -1
- package/es/datepicker/stateful-calendar.js +1 -4
- package/es/datepicker/stateful-container.js +0 -2
- package/es/datepicker/stateful-datepicker.js +1 -5
- package/es/datepicker/styled-components.js +3 -26
- package/es/datepicker/utils/date-helpers.js +1 -2
- package/es/datepicker/utils/index.js +1 -2
- package/es/divider/styled-components.js +2 -3
- package/es/dnd-list/stateful-list-container.js +0 -1
- package/es/dnd-list/styled-components.js +0 -7
- package/es/drawer/constants.js +0 -1
- package/es/drawer/drawer.js +5 -2
- package/es/drawer/styled-components.js +2 -9
- package/es/file-uploader/file-uploader.js +78 -82
- package/es/file-uploader/styled-components.js +1 -6
- package/es/flex-grid/flex-grid-item.js +6 -5
- package/es/flex-grid/flex-grid.js +1 -4
- package/es/form-control/styled-components.js +1 -6
- package/es/header-navigation/styled-components.js +1 -4
- package/es/helper/styled-components.js +1 -3
- package/es/helpers/overrides.js +5 -9
- package/es/icon/build-icons.js +2 -0
- package/es/icon/index.js +1 -1
- package/es/icon/omit-dollar-prefixed-keys.js +0 -1
- package/es/icon/styled-components.js +1 -2
- package/es/input/base-input.js +12 -9
- package/es/input/input.js +13 -9
- package/es/input/masked-input.js +2 -9
- package/es/input/stateful-container.js +0 -1
- package/es/input/styled-components.js +7 -18
- package/es/input/utils.js +0 -2
- package/es/layer/layer.js +0 -24
- package/es/layer/layers-manager.js +1 -91
- package/es/layout-grid/styled-components.js +0 -3
- package/es/link/index.js +1 -2
- package/es/link/styled-components.js +1 -2
- package/es/list/list-heading.js +17 -21
- package/es/list/list-item.js +1 -2
- package/es/list/styled-components.js +1 -17
- package/es/locale/es_AR.js +1 -3
- package/es/locale/index.js +1 -2
- package/es/locale/tr_TR.js +1 -3
- package/es/map-marker/constants.js +0 -14
- package/es/map-marker/fixed-marker.js +0 -1
- package/es/map-marker/index.js +1 -2
- package/es/map-marker/pin-head.js +0 -1
- package/es/map-marker/styled-components.js +2 -86
- package/es/menu/index.js +1 -1
- package/es/menu/menu.js +4 -14
- package/es/menu/option-profile.js +0 -1
- package/es/menu/stateful-container.js +0 -10
- package/es/menu/styled-components.js +2 -32
- package/es/modal/modal.js +6 -4
- package/es/modal/styled-components.js +1 -8
- package/es/pagination/stateful-container.js +0 -1
- package/es/pagination/stateful-pagination.js +0 -1
- package/es/pagination/styled-components.js +1 -4
- package/es/payment-card/styled-components.js +1 -2
- package/es/phone-input/base-country-picker.js +1 -3
- package/es/phone-input/country-select-dropdown.js +0 -1
- package/es/phone-input/styled-components.js +4 -15
- package/es/pin-code/styled-components.js +1 -4
- package/es/popover/popover.js +11 -9
- package/es/popover/stateful-container.js +1 -4
- package/es/popover/styled-components.js +4 -9
- package/es/progress-bar/progressbar-rounded.js +0 -1
- package/es/progress-bar/styled-components.js +2 -14
- package/es/progress-steps/progress-steps.js +1 -2
- package/es/progress-steps/styled-components.js +12 -20
- package/es/radio/stateful-radiogroup-container.js +0 -3
- package/es/radio/styled-components.js +3 -10
- package/es/rating/emoticon-rating.js +1 -2
- package/es/rating/star-rating.js +1 -2
- package/es/rating/styled-components.js +1 -5
- package/es/select/autosize-input.js +3 -2
- package/es/select/default-props.js +1 -1
- package/es/select/dropdown.js +1 -2
- package/es/select/multi-value.js +1 -2
- package/es/select/select-component.js +10 -10
- package/es/select/single-select.js +2 -2
- package/es/select/stateful-select-container.js +0 -2
- package/es/select/styled-components.js +6 -33
- package/es/select/value.js +4 -3
- package/es/side-navigation/index.js +1 -2
- package/es/side-navigation/nav-item.js +0 -1
- package/es/side-navigation/nav.js +1 -1
- package/es/side-navigation/stateful-container.js +0 -1
- package/es/side-navigation/styled-components.js +2 -8
- package/es/skeleton/styled-components.js +1 -3
- package/es/slider/slider.js +2 -4
- package/es/slider/stateful-slider-container.js +0 -2
- package/es/slider/styled-components.js +0 -9
- package/es/snackbar/snackbar-element.js +0 -1
- package/es/snackbar/styled-components.js +1 -9
- package/es/spinner/styled-components.js +1 -2
- package/es/styles/__mocks__/styled.js +5 -8
- package/es/styles/styled.js +6 -7
- package/es/table/index.js +1 -2
- package/es/table/styled-components.js +1 -13
- package/es/table-grid/styled-components.js +1 -4
- package/es/table-semantic/styled-components.js +3 -20
- package/es/tabs/stateful-tabs.js +0 -1
- package/es/tabs/styled-components.js +1 -5
- package/es/tabs/tabs.js +2 -4
- package/es/tabs-motion/styled-components.js +2 -32
- package/es/tabs-motion/tab.js +0 -1
- package/es/tabs-motion/tabs.js +6 -31
- package/es/tag/styled-components.js +1 -32
- package/es/tag/tag.js +2 -6
- package/es/textarea/styled-components.js +12 -20
- package/es/textarea/textarea.js +15 -13
- package/es/themes/dark-theme/color-component-tokens.js +1 -1
- package/es/themes/light-theme/color-component-tokens.js +1 -1
- package/es/themes/move-theme/typography.js +0 -36
- package/es/themes/shared/borders.js +3 -8
- package/es/themes/shared/typography.js +10 -10
- package/es/timezonepicker/timezone-picker.js +1 -5
- package/es/timezonepicker/tzdata.js +1 -1
- package/es/timezonepicker/update-tzdata.js +6 -11
- package/es/toast/styled-components.js +1 -5
- package/es/toast/toaster.js +2 -0
- package/es/tokens/colors.js +0 -24
- package/es/tooltip/styled-components.js +1 -4
- package/es/tree-view/index.js +1 -2
- package/es/tree-view/styled-components.js +1 -7
- package/es/tree-view/tree-view.js +1 -3
- package/es/types/globals.d.js +0 -12
- package/es/utils/deep-merge.js +5 -0
- package/es/utils/deprecated-component.js +0 -1
- package/es/utils/focusVisible.js +2 -4
- package/esm/accordion/accordion.js +4 -4
- package/esm/accordion/panel.js +2 -3
- package/esm/accordion/stateful-panel-container.js +0 -1
- package/esm/accordion/styled-components.js +1 -8
- package/esm/app-nav-bar/app-nav-bar.js +2 -4
- package/esm/app-nav-bar/mobile-menu.js +2 -4
- package/esm/app-nav-bar/styled-components.js +1 -19
- package/esm/app-nav-bar/user-menu.js +1 -1
- package/esm/aspect-ratio-box/aspect-ratio-box.js +1 -3
- package/esm/avatar/styled-components.js +1 -4
- package/esm/badge/styled-components.js +6 -11
- package/esm/banner/styled-components.js +3 -16
- package/esm/block/block.js +1 -3
- package/esm/block/styled-components.js +1 -2
- package/esm/breadcrumbs/styled-components.js +2 -7
- package/esm/button/styled-components.js +0 -7
- package/esm/button-group/stateful-button-group.js +0 -1
- package/esm/button-group/stateful-container.js +1 -3
- package/esm/button-group/styled-components.js +1 -2
- package/esm/card/images.js +8 -0
- package/esm/card/index.js +1 -2
- package/esm/card/styled-components.js +4 -12
- package/esm/checkbox/index.js +0 -1
- package/esm/checkbox/styled-components.js +4 -10
- package/esm/combobox/combobox.js +71 -78
- package/esm/combobox/styled-components.js +1 -5
- package/esm/data-table/column-anchor.js +0 -3
- package/esm/data-table/column-datetime.js +5 -12
- package/esm/data-table/column-numerical.js +4 -4
- package/esm/data-table/column-string.js +0 -3
- package/esm/data-table/column.js +1 -5
- package/esm/data-table/data-table.js +6 -7
- package/esm/data-table/filter-menu.js +1 -2
- package/esm/data-table/header-cell.js +34 -42
- package/esm/data-table/locale.js +1 -3
- package/esm/data-table/measure-column-widths.js +4 -5
- package/esm/data-table/stateful-container.js +1 -2
- package/esm/data-table/stateful-data-table.js +4 -4
- package/esm/datepicker/calendar-header.js +0 -1
- package/esm/datepicker/calendar.js +0 -2
- package/esm/datepicker/datepicker.js +1 -3
- package/esm/datepicker/day.js +1 -2
- package/esm/datepicker/index.js +1 -1
- package/esm/datepicker/stateful-calendar.js +3 -7
- package/esm/datepicker/stateful-container.js +0 -2
- package/esm/datepicker/stateful-datepicker.js +4 -9
- package/esm/datepicker/styled-components.js +3 -26
- package/esm/datepicker/utils/date-helpers.js +1 -2
- package/esm/datepicker/utils/index.js +1 -2
- package/esm/divider/styled-components.js +2 -3
- package/esm/dnd-list/stateful-list-container.js +0 -1
- package/esm/dnd-list/styled-components.js +0 -7
- package/esm/drawer/constants.js +0 -1
- package/esm/drawer/drawer.js +5 -2
- package/esm/drawer/styled-components.js +2 -9
- package/esm/file-uploader/file-uploader.js +83 -87
- package/esm/file-uploader/styled-components.js +1 -6
- package/esm/flex-grid/flex-grid-item.js +5 -4
- package/esm/flex-grid/flex-grid.js +3 -7
- package/esm/form-control/styled-components.js +1 -6
- package/esm/header-navigation/styled-components.js +1 -4
- package/esm/helper/styled-components.js +1 -3
- package/esm/helpers/overrides.js +5 -9
- package/esm/icon/build-icons.js +2 -0
- package/esm/icon/index.js +1 -1
- package/esm/icon/omit-dollar-prefixed-keys.js +0 -1
- package/esm/icon/styled-components.js +1 -2
- package/esm/input/base-input.js +12 -9
- package/esm/input/input.js +13 -9
- package/esm/input/masked-input.js +2 -5
- package/esm/input/stateful-container.js +0 -1
- package/esm/input/styled-components.js +7 -18
- package/esm/input/utils.js +0 -2
- package/esm/layer/layer.js +0 -24
- package/esm/layer/layers-manager.js +1 -97
- package/esm/layout-grid/styled-components.js +0 -3
- package/esm/link/index.js +1 -2
- package/esm/link/styled-components.js +1 -2
- package/esm/list/list-heading.js +17 -21
- package/esm/list/list-item.js +1 -2
- package/esm/list/styled-components.js +1 -17
- package/esm/locale/es_AR.js +1 -3
- package/esm/locale/index.js +1 -4
- package/esm/locale/tr_TR.js +1 -3
- package/esm/map-marker/constants.js +2 -12
- package/esm/map-marker/index.js +1 -2
- package/esm/map-marker/styled-components.js +2 -82
- package/esm/menu/index.js +1 -1
- package/esm/menu/menu.js +4 -16
- package/esm/menu/option-profile.js +0 -1
- package/esm/menu/stateful-container.js +0 -1
- package/esm/menu/styled-components.js +6 -38
- package/esm/modal/modal.js +6 -4
- package/esm/modal/styled-components.js +1 -8
- package/esm/pagination/stateful-container.js +0 -1
- package/esm/pagination/stateful-pagination.js +0 -1
- package/esm/pagination/styled-components.js +1 -4
- package/esm/payment-card/styled-components.js +1 -2
- package/esm/phone-input/base-country-picker.js +1 -3
- package/esm/phone-input/country-select-dropdown.js +0 -1
- package/esm/phone-input/styled-components.js +8 -20
- package/esm/pin-code/styled-components.js +1 -4
- package/esm/popover/popover.js +11 -9
- package/esm/popover/stateful-container.js +1 -4
- package/esm/popover/styled-components.js +4 -9
- package/esm/progress-bar/progressbar-rounded.js +0 -1
- package/esm/progress-bar/styled-components.js +2 -14
- package/esm/progress-steps/progress-steps.js +1 -2
- package/esm/progress-steps/styled-components.js +19 -28
- package/esm/radio/styled-components.js +3 -10
- package/esm/rating/emoticon-rating.js +1 -2
- package/esm/rating/star-rating.js +1 -2
- package/esm/rating/styled-components.js +1 -5
- package/esm/select/autosize-input.js +3 -2
- package/esm/select/default-props.js +1 -1
- package/esm/select/dropdown.js +1 -2
- package/esm/select/multi-value.js +1 -2
- package/esm/select/select-component.js +10 -10
- package/esm/select/single-select.js +2 -2
- package/esm/select/styled-components.js +6 -33
- package/esm/select/value.js +4 -3
- package/esm/side-navigation/index.js +1 -2
- package/esm/side-navigation/nav-item.js +0 -1
- package/esm/side-navigation/nav.js +1 -1
- package/esm/side-navigation/stateful-container.js +0 -1
- package/esm/side-navigation/styled-components.js +6 -13
- package/esm/skeleton/styled-components.js +1 -3
- package/esm/slider/slider.js +2 -4
- package/esm/slider/styled-components.js +0 -9
- package/esm/snackbar/snackbar-element.js +0 -1
- package/esm/snackbar/styled-components.js +1 -9
- package/esm/spinner/styled-components.js +1 -2
- package/esm/styles/__mocks__/styled.js +5 -8
- package/esm/styles/styled.js +6 -7
- package/esm/table/index.js +1 -2
- package/esm/table/styled-components.js +1 -13
- package/esm/table-grid/styled-components.js +1 -4
- package/esm/table-semantic/styled-components.js +3 -20
- package/esm/tabs/stateful-tabs.js +0 -1
- package/esm/tabs/styled-components.js +1 -5
- package/esm/tabs/tabs.js +2 -4
- package/esm/tabs-motion/styled-components.js +40 -68
- package/esm/tabs-motion/tab.js +0 -1
- package/esm/tabs-motion/tabs.js +58 -87
- package/esm/tag/styled-components.js +1 -5
- package/esm/tag/tag.js +2 -4
- package/esm/textarea/styled-components.js +6 -11
- package/esm/textarea/textarea.js +15 -13
- package/esm/themes/dark-theme/color-component-tokens.js +1 -1
- package/esm/themes/light-theme/color-component-tokens.js +1 -1
- package/esm/themes/move-theme/typography.js +0 -36
- package/esm/themes/shared/borders.js +3 -8
- package/esm/themes/shared/typography.js +10 -10
- package/esm/timezonepicker/timezone-picker.js +2 -6
- package/esm/timezonepicker/tzdata.js +1 -1
- package/esm/timezonepicker/update-tzdata.js +39 -51
- package/esm/toast/styled-components.js +1 -5
- package/esm/toast/toaster.js +2 -0
- package/esm/tokens/colors.js +0 -24
- package/esm/tooltip/styled-components.js +1 -4
- package/esm/tree-view/index.js +1 -2
- package/esm/tree-view/styled-components.js +1 -7
- package/esm/tree-view/tree-view.js +1 -3
- package/esm/types/globals.d.js +0 -12
- package/esm/utils/deep-merge.js +5 -0
- package/esm/utils/deprecated-component.js +0 -1
- package/esm/utils/focusVisible.js +2 -4
- package/file-uploader/file-uploader.js +83 -87
- package/file-uploader/styled-components.js +1 -6
- package/flex-grid/flex-grid-item.d.ts +1 -1
- package/flex-grid/flex-grid-item.js +8 -6
- package/flex-grid/flex-grid.js +3 -7
- package/flex-grid/types.d.ts +1 -1
- package/form-control/styled-components.js +1 -6
- package/form-control/types.d.ts +1 -1
- package/header-navigation/styled-components.js +1 -4
- package/heading/types.d.ts +1 -1
- package/helper/styled-components.js +1 -3
- package/helpers/overrides.js +3 -8
- package/helpers/overrides.js.flow +1 -1
- package/helpers/types.d.ts +1 -1
- package/icon/build-icons.js +2 -0
- package/icon/build-icons.js.flow +1 -0
- package/icon/index.d.ts +1 -1
- package/icon/index.js +1 -8
- package/icon/index.js.flow +1 -1
- package/icon/omit-dollar-prefixed-keys.js +0 -1
- package/icon/styled-components.js +1 -2
- package/icon/types.d.ts +1 -1
- package/input/base-input.js +12 -8
- package/input/base-input.js.flow +8 -4
- package/input/input.js +13 -9
- package/input/input.js.flow +9 -5
- package/input/masked-input.js +2 -5
- package/input/stateful-container.js +0 -1
- package/input/styled-components.js +7 -18
- package/input/styled-components.js.flow +2 -9
- package/input/types.d.ts +14 -16
- package/input/types.js.flow +0 -3
- package/input/utils.js +0 -2
- package/layer/layer.js +0 -24
- package/layer/layer.js.flow +0 -25
- package/layer/layers-manager.d.ts +0 -8
- package/layer/layers-manager.js +1 -97
- package/layer/layers-manager.js.flow +1 -84
- package/layer/types.d.ts +2 -23
- package/layer/types.js.flow +1 -22
- package/layout-grid/styled-components.js +0 -3
- package/layout-grid/types.d.ts +2 -2
- package/link/index.js +1 -2
- package/link/styled-components.js +1 -2
- package/list/list-heading.js +17 -21
- package/list/list-item.js +1 -2
- package/list/styled-components.js +1 -17
- package/list/types.d.ts +2 -2
- package/locale/en_US.d.ts +1 -1
- package/locale/es_AR.d.ts +1 -1
- package/locale/es_AR.js +1 -3
- package/locale/index.js +1 -4
- package/locale/tr_TR.d.ts +1 -1
- package/locale/tr_TR.js +1 -3
- package/map-marker/constants.d.ts +0 -14
- package/map-marker/constants.js +3 -16
- package/map-marker/constants.js.flow +0 -17
- package/map-marker/index.d.ts +1 -2
- package/map-marker/index.js +1 -24
- package/map-marker/index.js.flow +3 -5
- package/map-marker/styled-components.d.ts +1 -17
- package/map-marker/styled-components.js +2 -88
- package/map-marker/styled-components.js.flow +0 -58
- package/map-marker/types.d.ts +5 -33
- package/map-marker/types.js.flow +3 -37
- package/menu/index.d.ts +3 -2
- package/menu/index.js +1 -8
- package/menu/index.js.flow +0 -1
- package/menu/menu.js +3 -15
- package/menu/menu.js.flow +1 -11
- package/menu/option-profile.js +0 -1
- package/menu/stateful-container.js +0 -1
- package/menu/styled-components.d.ts +0 -1
- package/menu/styled-components.js +7 -40
- package/menu/styled-components.js.flow +0 -13
- package/menu/types.d.ts +13 -13
- package/menu/types.js.flow +0 -1
- package/modal/modal.js +4 -4
- package/modal/modal.js.flow +3 -1
- package/modal/styled-components.js +1 -8
- package/modal/types.d.ts +2 -2
- package/package.json +12 -10
- package/pagination/stateful-container.js +0 -1
- package/pagination/stateful-pagination.js +0 -1
- package/pagination/styled-components.js +1 -4
- package/pagination/types.d.ts +2 -2
- package/payment-card/styled-components.js +1 -2
- package/phone-input/base-country-picker.js +1 -3
- package/phone-input/country-select-dropdown.js +0 -1
- package/phone-input/styled-components.js +9 -21
- package/phone-input/types.d.ts +6 -5
- package/pin-code/styled-components.js +1 -4
- package/pin-code/types.d.ts +2 -2
- package/popover/popover.js +11 -9
- package/popover/popover.js.flow +12 -2
- package/popover/stateful-container.js +1 -5
- package/popover/styled-components.js +9 -12
- package/popover/types.d.ts +2 -2
- package/progress-bar/progressbar-rounded.js +0 -1
- package/progress-bar/styled-components.d.ts +1 -4
- package/progress-bar/styled-components.js +2 -14
- package/progress-bar/types.d.ts +2 -2
- package/progress-steps/progress-steps.js +1 -2
- package/progress-steps/styled-components.js +19 -28
- package/radio/styled-components.js +3 -10
- package/radio/types.d.ts +20 -19
- package/rating/emoticon-rating.js +1 -2
- package/rating/star-rating.js +1 -2
- package/rating/styled-components.js +1 -5
- package/select/autosize-input.js +1 -2
- package/select/autosize-input.js.flow +1 -1
- package/select/default-props.js +1 -1
- package/select/dropdown.js +1 -2
- package/select/multi-value.js +0 -1
- package/select/select-component.d.ts +1 -1
- package/select/select-component.js +7 -9
- package/select/select-component.js.flow +1 -1
- package/select/single-select.d.ts +2 -2
- package/select/single-select.js +2 -2
- package/select/styled-components.js +6 -33
- package/select/styled-components.js.flow +5 -25
- package/select/types.d.ts +6 -5
- package/select/value.js +3 -2
- package/side-navigation/nav-item.js +0 -1
- package/side-navigation/nav.js +1 -1
- package/side-navigation/stateful-container.js +0 -1
- package/side-navigation/styled-components.js +6 -13
- package/side-navigation/types.d.ts +4 -4
- package/skeleton/styled-components.js +1 -3
- package/slider/slider.js +2 -4
- package/slider/styled-components.js +0 -9
- package/slider/types.d.ts +1 -1
- package/snackbar/snackbar-element.js +0 -1
- package/snackbar/styled-components.js +1 -9
- package/snackbar/types.d.ts +4 -3
- package/spinner/styled-components.js +1 -2
- package/spinner/types.d.ts +1 -1
- package/styles/__mocks__/styled.js +3 -8
- package/styles/styled.d.ts +1 -1
- package/styles/styled.js +6 -7
- package/table/styled-components.js +1 -13
- package/table/types.d.ts +2 -2
- package/table-grid/styled-components.js +1 -4
- package/table-semantic/styled-components.js +3 -20
- package/table-semantic/types.d.ts +2 -2
- package/tabs/stateful-tabs.js +0 -1
- package/tabs/styled-components.js +1 -5
- package/tabs/tabs.js +2 -4
- package/tabs/types.d.ts +2 -2
- package/tabs-motion/styled-components.d.ts +0 -5
- package/tabs-motion/styled-components.js +41 -71
- package/tabs-motion/styled-components.js.flow +0 -21
- package/tabs-motion/tab.js +0 -1
- package/tabs-motion/tabs.d.ts +1 -1
- package/tabs-motion/tabs.js +57 -87
- package/tabs-motion/tabs.js.flow +38 -69
- package/tabs-motion/types.d.ts +2 -5
- package/tabs-motion/types.js.flow +0 -3
- package/tabs-motion/utils.d.ts +1 -1
- package/tag/styled-components.js +1 -5
- package/tag/tag.js +2 -4
- package/tag/types.d.ts +5 -4
- package/textarea/styled-components.js +6 -11
- package/textarea/textarea.js +15 -13
- package/textarea/textarea.js.flow +9 -5
- package/textarea/types.d.ts +5 -6
- package/textarea/types.js.flow +1 -3
- package/themes/dark-theme/color-component-tokens.js +1 -1
- package/themes/dark-theme/color-component-tokens.js.flow +1 -1
- package/themes/light-theme/color-component-tokens.js +1 -1
- package/themes/light-theme/color-component-tokens.js.flow +1 -1
- package/themes/move-theme/typography.d.ts +0 -36
- package/themes/move-theme/typography.js +0 -36
- package/themes/move-theme/typography.js.flow +0 -12
- package/themes/shared/borders.js +3 -8
- package/themes/shared/borders.js.flow +3 -7
- package/themes/shared/typography.js +10 -10
- package/themes/shared/typography.js.flow +10 -10
- package/themes/types.d.ts +0 -3
- package/themes/types.js.flow +0 -3
- package/timezonepicker/timezone-picker.js +2 -6
- package/timezonepicker/types.d.ts +0 -1
- package/timezonepicker/types.js.flow +0 -1
- package/timezonepicker/tzdata.js +1 -1
- package/timezonepicker/update-tzdata.js +39 -51
- package/toast/styled-components.js +1 -5
- package/toast/toaster.js.flow +1 -1
- package/toast/types.d.ts +2 -2
- package/tokens/colors.js +0 -24
- package/tokens/colors.js.flow +0 -27
- package/tokens/types.d.ts +0 -24
- package/tokens/types.js.flow +0 -27
- package/tooltip/styled-components.js +1 -4
- package/tree-view/styled-components.js +1 -7
- package/tree-view/tree-view.js +1 -3
- package/tree-view/types.d.ts +4 -3
- package/types/globals.d.js +1 -14
- package/utils/deep-merge.js +6 -0
- package/utils/deprecated-component.js +0 -1
- package/utils/focusVisible.d.ts +1 -1
- package/utils/focusVisible.js +2 -4
- package/es/map-marker/location-puck.js +0 -142
- package/es/message-card/constants.js +0 -19
- package/es/message-card/index.js +0 -10
- package/es/message-card/message-card.js +0 -114
- package/es/message-card/styled-components.js +0 -108
- package/es/message-card/types.js +0 -1
- package/es/message-card/utils.js +0 -27
- package/esm/map-marker/location-puck.js +0 -199
- package/esm/message-card/constants.js +0 -20
- package/esm/message-card/index.js +0 -10
- package/esm/message-card/message-card.js +0 -168
- package/esm/message-card/styled-components.js +0 -116
- package/esm/message-card/types.js +0 -1
- package/esm/message-card/utils.js +0 -26
- package/map-marker/location-puck.d.ts +0 -4
- package/map-marker/location-puck.js +0 -211
- package/map-marker/location-puck.js.flow +0 -18
- package/message-card/constants.d.ts +0 -12
- package/message-card/constants.js +0 -25
- package/message-card/index.d.ts +0 -4
- package/message-card/index.js +0 -60
- package/message-card/index.js.flow +0 -72
- package/message-card/message-card.d.ts +0 -4
- package/message-card/message-card.js +0 -184
- package/message-card/package.json +0 -4
- package/message-card/styled-components.d.ts +0 -14
- package/message-card/styled-components.js +0 -124
- package/message-card/types.d.ts +0 -27
- package/message-card/types.js +0 -5
- package/message-card/utils.d.ts +0 -1
- package/message-card/utils.js +0 -36
|
@@ -29,7 +29,6 @@ var StyledTableElement = styled('div', function (_ref) {
|
|
|
29
29
|
});
|
|
30
30
|
});
|
|
31
31
|
StyledTableElement.displayName = "StyledTableElement";
|
|
32
|
-
StyledTableElement.displayName = 'StyledTableElement';
|
|
33
32
|
export var StyledTable = withWrapper(StyledTableElement, function (StyledComponent) {
|
|
34
33
|
return function StyledTable(props) {
|
|
35
34
|
return /*#__PURE__*/React.createElement(StyledComponent, _extends({
|
|
@@ -50,7 +49,6 @@ var StyledHeadElement = styled('div', function (_ref2) {
|
|
|
50
49
|
};
|
|
51
50
|
});
|
|
52
51
|
StyledHeadElement.displayName = "StyledHeadElement";
|
|
53
|
-
StyledHeadElement.displayName = 'StyledHeadElement';
|
|
54
52
|
export var StyledHead = withWrapper(StyledHeadElement, function (StyledComponent) {
|
|
55
53
|
return function StyledHead(props) {
|
|
56
54
|
return /*#__PURE__*/React.createElement(StyledComponent, _extends({
|
|
@@ -79,7 +77,6 @@ var StyledHeadCellElement = styled('div', function (_ref3) {
|
|
|
79
77
|
});
|
|
80
78
|
});
|
|
81
79
|
StyledHeadCellElement.displayName = "StyledHeadCellElement";
|
|
82
|
-
StyledHeadCellElement.displayName = 'StyledHeadCellElement';
|
|
83
80
|
export var StyledHeadCell = withWrapper(StyledHeadCellElement, function (StyledComponent) {
|
|
84
81
|
return function StyledHeadCell(props) {
|
|
85
82
|
return /*#__PURE__*/React.createElement(StyledComponent, _extends({
|
|
@@ -108,7 +105,6 @@ export var StyledSortableLabel = styled('button', function (_ref4) {
|
|
|
108
105
|
});
|
|
109
106
|
});
|
|
110
107
|
StyledSortableLabel.displayName = "StyledSortableLabel";
|
|
111
|
-
StyledSortableLabel.displayName = 'StyledSortableLabel';
|
|
112
108
|
var StyledBodyElement = styled('div', function (_ref5) {
|
|
113
109
|
var $width = _ref5.$width;
|
|
114
110
|
return {
|
|
@@ -120,7 +116,6 @@ var StyledBodyElement = styled('div', function (_ref5) {
|
|
|
120
116
|
};
|
|
121
117
|
});
|
|
122
118
|
StyledBodyElement.displayName = "StyledBodyElement";
|
|
123
|
-
StyledBodyElement.displayName = 'StyledBodyElement';
|
|
124
119
|
export var StyledBody = withWrapper(StyledBodyElement, function (StyledComponent) {
|
|
125
120
|
return function StyledBody(props) {
|
|
126
121
|
return /*#__PURE__*/React.createElement(StyledComponent, _extends({
|
|
@@ -133,7 +128,6 @@ var StyledRowElement = styled('div', {
|
|
|
133
128
|
alignItems: 'center'
|
|
134
129
|
});
|
|
135
130
|
StyledRowElement.displayName = "StyledRowElement";
|
|
136
|
-
StyledRowElement.displayName = 'StyledRowElement';
|
|
137
131
|
export var StyledRow = withWrapper(StyledRowElement, function (StyledComponent) {
|
|
138
132
|
return function StyledRow(props) {
|
|
139
133
|
return /*#__PURE__*/React.createElement(StyledComponent, _extends({
|
|
@@ -156,7 +150,6 @@ var StyledCellElement = styled('div', function (_ref6) {
|
|
|
156
150
|
});
|
|
157
151
|
});
|
|
158
152
|
StyledCellElement.displayName = "StyledCellElement";
|
|
159
|
-
StyledCellElement.displayName = 'StyledCellElement';
|
|
160
153
|
export var StyledCell = withWrapper(StyledCellElement, function (StyledComponent) {
|
|
161
154
|
return function StyledCell(props) {
|
|
162
155
|
return /*#__PURE__*/React.createElement(StyledComponent, _extends({
|
|
@@ -203,7 +196,6 @@ export var StyledFilterButton = styled('button', function (props) {
|
|
|
203
196
|
};
|
|
204
197
|
});
|
|
205
198
|
StyledFilterButton.displayName = "StyledFilterButton";
|
|
206
|
-
StyledFilterButton.displayName = 'StyledFilterButton';
|
|
207
199
|
export var StyledFilterContent = styled('div', function (_ref7) {
|
|
208
200
|
var $theme = _ref7.$theme;
|
|
209
201
|
return _objectSpread(_objectSpread({}, expandBorderStyles($theme.borders.border300)), {}, {
|
|
@@ -217,7 +209,6 @@ export var StyledFilterContent = styled('div', function (_ref7) {
|
|
|
217
209
|
});
|
|
218
210
|
});
|
|
219
211
|
StyledFilterContent.displayName = "StyledFilterContent";
|
|
220
|
-
StyledFilterContent.displayName = 'StyledFilterContent';
|
|
221
212
|
export var StyledFilterHeading = styled('div', function (_ref8) {
|
|
222
213
|
var $theme = _ref8.$theme;
|
|
223
214
|
return _objectSpread(_objectSpread({}, $theme.typography.font250), {}, {
|
|
@@ -229,7 +220,6 @@ export var StyledFilterHeading = styled('div', function (_ref8) {
|
|
|
229
220
|
});
|
|
230
221
|
});
|
|
231
222
|
StyledFilterHeading.displayName = "StyledFilterHeading";
|
|
232
|
-
StyledFilterHeading.displayName = 'StyledFilterHeading';
|
|
233
223
|
export var StyledFilterFooter = styled('div', function (_ref9) {
|
|
234
224
|
var $theme = _ref9.$theme;
|
|
235
225
|
return {
|
|
@@ -244,7 +234,6 @@ export var StyledFilterFooter = styled('div', function (_ref9) {
|
|
|
244
234
|
};
|
|
245
235
|
});
|
|
246
236
|
StyledFilterFooter.displayName = "StyledFilterFooter";
|
|
247
|
-
StyledFilterFooter.displayName = 'StyledFilterFooter';
|
|
248
237
|
export var StyledAction = styled('button', function (_ref10) {
|
|
249
238
|
var $theme = _ref10.$theme;
|
|
250
239
|
return {
|
|
@@ -265,5 +254,4 @@ export var StyledAction = styled('button', function (_ref10) {
|
|
|
265
254
|
}
|
|
266
255
|
};
|
|
267
256
|
});
|
|
268
|
-
StyledAction.displayName = "StyledAction";
|
|
269
|
-
StyledAction.displayName = 'StyledAction';
|
|
257
|
+
StyledAction.displayName = "StyledAction";
|
|
@@ -20,7 +20,6 @@ var StyledTableElement = withStyle(FlexStyledTable, function (props) {
|
|
|
20
20
|
};
|
|
21
21
|
});
|
|
22
22
|
StyledTableElement.displayName = "StyledTableElement";
|
|
23
|
-
StyledTableElement.displayName = 'StyledTableElement';
|
|
24
23
|
export var StyledTable = withWrapper(StyledTableElement, function (StyledComponent) {
|
|
25
24
|
return function StyledTable(props) {
|
|
26
25
|
return /*#__PURE__*/React.createElement(StyledComponent, _extends({
|
|
@@ -47,7 +46,6 @@ export var StyledHeadCell = withStyle(FlexStyledHeadCell, function (_ref) {
|
|
|
47
46
|
};
|
|
48
47
|
});
|
|
49
48
|
StyledHeadCell.displayName = "StyledHeadCell";
|
|
50
|
-
StyledHeadCell.displayName = 'StyledHeadCell';
|
|
51
49
|
export var StyledBodyCell = withStyle(FlexStyledBodyCell, function (props) {
|
|
52
50
|
return {
|
|
53
51
|
display: 'block',
|
|
@@ -60,5 +58,4 @@ export var StyledBodyCell = withStyle(FlexStyledBodyCell, function (props) {
|
|
|
60
58
|
}
|
|
61
59
|
};
|
|
62
60
|
});
|
|
63
|
-
StyledBodyCell.displayName = "StyledBodyCell";
|
|
64
|
-
StyledBodyCell.displayName = 'StyledBodyCell';
|
|
61
|
+
StyledBodyCell.displayName = "StyledBodyCell";
|
|
@@ -45,8 +45,6 @@ export var StyledRoot = styled('div', function (_ref) {
|
|
|
45
45
|
});
|
|
46
46
|
});
|
|
47
47
|
StyledRoot.displayName = "StyledRoot";
|
|
48
|
-
StyledRoot.displayName = 'StyledRoot';
|
|
49
|
-
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
|
50
48
|
export var StyledTable = styled('table', function (_ref2) {
|
|
51
49
|
var $theme = _ref2.$theme,
|
|
52
50
|
$width = _ref2.$width;
|
|
@@ -58,21 +56,16 @@ export var StyledTable = styled('table', function (_ref2) {
|
|
|
58
56
|
};
|
|
59
57
|
});
|
|
60
58
|
StyledTable.displayName = "StyledTable";
|
|
61
|
-
StyledTable.displayName = 'StyledTable'; // eslint-disable-next-line @typescript-eslint/no-unused-vars
|
|
62
|
-
|
|
63
59
|
export var StyledTableHead = styled('thead', function (_ref3) {
|
|
64
60
|
var $theme = _ref3.$theme;
|
|
65
61
|
return {};
|
|
66
62
|
});
|
|
67
63
|
StyledTableHead.displayName = "StyledTableHead";
|
|
68
|
-
StyledTableHead.displayName = 'StyledTableHead'; // eslint-disable-next-line @typescript-eslint/no-unused-vars
|
|
69
|
-
|
|
70
64
|
export var StyledTableHeadRow = styled('tr', function (_ref4) {
|
|
71
65
|
var $theme = _ref4.$theme;
|
|
72
66
|
return {};
|
|
73
67
|
});
|
|
74
68
|
StyledTableHeadRow.displayName = "StyledTableHeadRow";
|
|
75
|
-
StyledTableHeadRow.displayName = 'StyledTableHeadRow';
|
|
76
69
|
export var StyledTableHeadCell = styled('th', function (_ref5) {
|
|
77
70
|
var _notLastChild;
|
|
78
71
|
|
|
@@ -93,6 +86,7 @@ export var StyledTableHeadCell = styled('th', function (_ref5) {
|
|
|
93
86
|
backgroundColor: $theme.colors.tableHeadBackgroundColor,
|
|
94
87
|
color: $theme.colors.contentPrimary,
|
|
95
88
|
textAlign: $theme.direction === 'rtl' || $isNumeric ? 'right' : 'left',
|
|
89
|
+
verticalAlign: 'top',
|
|
96
90
|
whiteSpace: 'nowrap',
|
|
97
91
|
zIndex: 1
|
|
98
92
|
}, $divider === DIVIDER.clean ? {} : {
|
|
@@ -104,7 +98,6 @@ export var StyledTableHeadCell = styled('th', function (_ref5) {
|
|
|
104
98
|
});
|
|
105
99
|
});
|
|
106
100
|
StyledTableHeadCell.displayName = "StyledTableHeadCell";
|
|
107
|
-
StyledTableHeadCell.displayName = 'StyledTableHeadCell';
|
|
108
101
|
export var StyledTableHeadCellSortable = withStyle(StyledTableHeadCell, function (_ref6) {
|
|
109
102
|
var $theme = _ref6.$theme,
|
|
110
103
|
$isFocusVisible = _ref6.$isFocusVisible;
|
|
@@ -122,7 +115,6 @@ export var StyledTableHeadCellSortable = withStyle(StyledTableHeadCell, function
|
|
|
122
115
|
};
|
|
123
116
|
});
|
|
124
117
|
StyledTableHeadCellSortable.displayName = "StyledTableHeadCellSortable";
|
|
125
|
-
StyledTableHeadCellSortable.displayName = 'StyledTableHeadCellSortable';
|
|
126
118
|
export var StyledSortIconContainer = styled('span', function (_ref7) {
|
|
127
119
|
var $theme = _ref7.$theme;
|
|
128
120
|
return {
|
|
@@ -133,10 +125,9 @@ export var StyledSortIconContainer = styled('span', function (_ref7) {
|
|
|
133
125
|
right: $theme.sizing.scale500,
|
|
134
126
|
transform: 'translateY(-50%)'
|
|
135
127
|
};
|
|
136
|
-
});
|
|
137
|
-
StyledSortIconContainer.displayName = "StyledSortIconContainer";
|
|
138
|
-
StyledSortIconContainer.displayName = 'StyledSortIconContainer'; // No longer used, but will maintain for some time to support existing usage
|
|
128
|
+
}); // No longer used, but will maintain for some time to support existing usage
|
|
139
129
|
|
|
130
|
+
StyledSortIconContainer.displayName = "StyledSortIconContainer";
|
|
140
131
|
export var StyledSortAscIcon = styled(ChevronUp, function (_ref8) {
|
|
141
132
|
var $theme = _ref8.$theme;
|
|
142
133
|
return {
|
|
@@ -147,7 +138,6 @@ export var StyledSortAscIcon = styled(ChevronUp, function (_ref8) {
|
|
|
147
138
|
};
|
|
148
139
|
});
|
|
149
140
|
StyledSortAscIcon.displayName = "StyledSortAscIcon";
|
|
150
|
-
StyledSortAscIcon.displayName = 'StyledSortAscIcon';
|
|
151
141
|
export var StyledSortDescIcon = styled(ChevronDown, function (_ref9) {
|
|
152
142
|
var $theme = _ref9.$theme;
|
|
153
143
|
return {
|
|
@@ -158,7 +148,6 @@ export var StyledSortDescIcon = styled(ChevronDown, function (_ref9) {
|
|
|
158
148
|
};
|
|
159
149
|
});
|
|
160
150
|
StyledSortDescIcon.displayName = "StyledSortDescIcon";
|
|
161
|
-
StyledSortDescIcon.displayName = 'StyledSortDescIcon';
|
|
162
151
|
export var StyledSortNoneIcon = styled(Blank, function (_ref10) {
|
|
163
152
|
var $theme = _ref10.$theme;
|
|
164
153
|
return {
|
|
@@ -169,14 +158,11 @@ export var StyledSortNoneIcon = styled(Blank, function (_ref10) {
|
|
|
169
158
|
};
|
|
170
159
|
});
|
|
171
160
|
StyledSortNoneIcon.displayName = "StyledSortNoneIcon";
|
|
172
|
-
StyledSortNoneIcon.displayName = 'StyledSortNoneIcon'; // eslint-disable-next-line @typescript-eslint/no-unused-vars
|
|
173
|
-
|
|
174
161
|
export var StyledTableBody = styled('tbody', function (_ref11) {
|
|
175
162
|
var $theme = _ref11.$theme;
|
|
176
163
|
return {};
|
|
177
164
|
});
|
|
178
165
|
StyledTableBody.displayName = "StyledTableBody";
|
|
179
|
-
StyledTableBody.displayName = 'StyledTableBody';
|
|
180
166
|
export var StyledTableBodyRow = styled('tr', function (_ref12) {
|
|
181
167
|
var $theme = _ref12.$theme;
|
|
182
168
|
return {
|
|
@@ -186,7 +172,6 @@ export var StyledTableBodyRow = styled('tr', function (_ref12) {
|
|
|
186
172
|
};
|
|
187
173
|
});
|
|
188
174
|
StyledTableBodyRow.displayName = "StyledTableBodyRow";
|
|
189
|
-
StyledTableBodyRow.displayName = 'StyledTableBodyRow';
|
|
190
175
|
export var StyledTableBodyCell = styled('td', function (_ref13) {
|
|
191
176
|
var _notLastChild2;
|
|
192
177
|
|
|
@@ -215,7 +200,6 @@ export var StyledTableBodyCell = styled('td', function (_ref13) {
|
|
|
215
200
|
});
|
|
216
201
|
});
|
|
217
202
|
StyledTableBodyCell.displayName = "StyledTableBodyCell";
|
|
218
|
-
StyledTableBodyCell.displayName = 'StyledTableBodyCell';
|
|
219
203
|
export var StyledTableLoadingMessage = styled('div', function (_ref14) {
|
|
220
204
|
var $theme = _ref14.$theme;
|
|
221
205
|
return _objectSpread(_objectSpread({}, $theme.typography.ParagraphSmall), {}, {
|
|
@@ -224,5 +208,4 @@ export var StyledTableLoadingMessage = styled('div', function (_ref14) {
|
|
|
224
208
|
});
|
|
225
209
|
});
|
|
226
210
|
StyledTableLoadingMessage.displayName = "StyledTableLoadingMessage";
|
|
227
|
-
StyledTableLoadingMessage.displayName = 'StyledTableLoadingMessage';
|
|
228
211
|
export var StyledTableEmptyMessage = StyledTableLoadingMessage;
|
|
@@ -96,7 +96,6 @@ var StatefulTabs = /*#__PURE__*/function (_React$Component) {
|
|
|
96
96
|
}, {
|
|
97
97
|
key: "render",
|
|
98
98
|
value: function render() {
|
|
99
|
-
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
|
100
99
|
var _this$props3 = this.props,
|
|
101
100
|
initialState = _this$props3.initialState,
|
|
102
101
|
stateReducer = _this$props3.stateReducer,
|
|
@@ -20,7 +20,6 @@ export var Root = styled('div', function (props) {
|
|
|
20
20
|
};
|
|
21
21
|
});
|
|
22
22
|
Root.displayName = "Root";
|
|
23
|
-
Root.displayName = 'Root';
|
|
24
23
|
export var Tab = styled('div', function (props) {
|
|
25
24
|
var $disabled = props.$disabled,
|
|
26
25
|
$active = props.$active,
|
|
@@ -61,7 +60,6 @@ export var Tab = styled('div', function (props) {
|
|
|
61
60
|
return style;
|
|
62
61
|
});
|
|
63
62
|
Tab.displayName = "Tab";
|
|
64
|
-
Tab.displayName = 'Tab';
|
|
65
63
|
export var TabBar = styled('div', function (props) {
|
|
66
64
|
var $orientation = props.$orientation,
|
|
67
65
|
_props$$theme2 = props.$theme,
|
|
@@ -76,7 +74,6 @@ export var TabBar = styled('div', function (props) {
|
|
|
76
74
|
};
|
|
77
75
|
});
|
|
78
76
|
TabBar.displayName = "TabBar";
|
|
79
|
-
TabBar.displayName = 'TabBar';
|
|
80
77
|
export var TabContent = styled('div', function (props) {
|
|
81
78
|
var $active = props.$active,
|
|
82
79
|
_props$$theme3 = props.$theme,
|
|
@@ -90,5 +87,4 @@ export var TabContent = styled('div', function (props) {
|
|
|
90
87
|
paddingBottom: sizing.scale500
|
|
91
88
|
});
|
|
92
89
|
});
|
|
93
|
-
TabContent.displayName = "TabContent";
|
|
94
|
-
TabContent.displayName = 'TabContent';
|
|
90
|
+
TabContent.displayName = "TabContent";
|
package/esm/tabs/tabs.js
CHANGED
|
@@ -78,8 +78,7 @@ var Tabs = /*#__PURE__*/function (_React$Component) {
|
|
|
78
78
|
orientation = _this$props.orientation,
|
|
79
79
|
children = _this$props.children,
|
|
80
80
|
_this$props$overrides = _this$props.overrides,
|
|
81
|
-
overrides = _this$props$overrides === void 0 ? {} : _this$props$overrides;
|
|
82
|
-
|
|
81
|
+
overrides = _this$props$overrides === void 0 ? {} : _this$props$overrides;
|
|
83
82
|
var tabs = React.Children.map(children, function (child, index) {
|
|
84
83
|
if (!child) return;
|
|
85
84
|
var key = child.key || String(index);
|
|
@@ -117,8 +116,7 @@ var Tabs = /*#__PURE__*/function (_React$Component) {
|
|
|
117
116
|
var _getOverrides = getOverrides(TabContentOverride, StyledTabContent),
|
|
118
117
|
_getOverrides2 = _slicedToArray(_getOverrides, 2),
|
|
119
118
|
TabContent = _getOverrides2[0],
|
|
120
|
-
tabContentProps = _getOverrides2[1];
|
|
121
|
-
|
|
119
|
+
tabContentProps = _getOverrides2[1];
|
|
122
120
|
|
|
123
121
|
var tabs = React.Children.map(children, function (child, index) {
|
|
124
122
|
if (!child) return;
|
|
@@ -30,27 +30,16 @@ export var StyledRoot = styled('div', function (_ref) {
|
|
|
30
30
|
return style;
|
|
31
31
|
});
|
|
32
32
|
StyledRoot.displayName = "StyledRoot";
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
$
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
} : {};
|
|
40
|
-
});
|
|
41
|
-
StyledTabBar.displayName = "StyledTabBar";
|
|
42
|
-
StyledTabBar.displayName = 'StyledTabBar';
|
|
43
|
-
export var StyledTabList = styled('div', function (_ref3) {
|
|
44
|
-
var $theme = _ref3.$theme,
|
|
45
|
-
_ref3$$fill = _ref3.$fill,
|
|
46
|
-
$fill = _ref3$$fill === void 0 ? FILL.intrinsic : _ref3$$fill,
|
|
47
|
-
_ref3$$orientation = _ref3.$orientation,
|
|
48
|
-
$orientation = _ref3$$orientation === void 0 ? ORIENTATION.horizontal : _ref3$$orientation;
|
|
33
|
+
export var StyledTabList = styled('div', function (_ref2) {
|
|
34
|
+
var $theme = _ref2.$theme,
|
|
35
|
+
_ref2$$fill = _ref2.$fill,
|
|
36
|
+
$fill = _ref2$$fill === void 0 ? FILL.intrinsic : _ref2$$fill,
|
|
37
|
+
_ref2$$orientation = _ref2.$orientation,
|
|
38
|
+
$orientation = _ref2$$orientation === void 0 ? ORIENTATION.horizontal : _ref2$$orientation;
|
|
49
39
|
var style = {
|
|
50
40
|
position: 'relative',
|
|
51
41
|
display: 'flex',
|
|
52
|
-
flexWrap: 'nowrap'
|
|
53
|
-
flexGrow: 1
|
|
42
|
+
flexWrap: 'nowrap'
|
|
54
43
|
};
|
|
55
44
|
|
|
56
45
|
if (isHorizontal($orientation)) {
|
|
@@ -86,17 +75,16 @@ export var StyledTabList = styled('div', function (_ref3) {
|
|
|
86
75
|
return style;
|
|
87
76
|
});
|
|
88
77
|
StyledTabList.displayName = "StyledTabList";
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
$isActive = _ref4$$isActive === void 0 ? false : _ref4$$isActive;
|
|
78
|
+
export var StyledTab = styled('button', function (_ref3) {
|
|
79
|
+
var $theme = _ref3.$theme,
|
|
80
|
+
_ref3$$orientation = _ref3.$orientation,
|
|
81
|
+
$orientation = _ref3$$orientation === void 0 ? ORIENTATION.horizontal : _ref3$$orientation,
|
|
82
|
+
_ref3$$fill = _ref3.$fill,
|
|
83
|
+
$fill = _ref3$$fill === void 0 ? FILL.intrinsic : _ref3$$fill,
|
|
84
|
+
_ref3$$focusVisible = _ref3.$focusVisible,
|
|
85
|
+
$focusVisible = _ref3$$focusVisible === void 0 ? false : _ref3$$focusVisible,
|
|
86
|
+
_ref3$$isActive = _ref3.$isActive,
|
|
87
|
+
$isActive = _ref3$$isActive === void 0 ? false : _ref3$$isActive;
|
|
100
88
|
|
|
101
89
|
var style = _objectSpread({
|
|
102
90
|
cursor: 'pointer',
|
|
@@ -157,22 +145,10 @@ export var StyledTab = styled('button', function (_ref4) {
|
|
|
157
145
|
return style;
|
|
158
146
|
});
|
|
159
147
|
StyledTab.displayName = "StyledTab";
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
return _defineProperty({
|
|
165
|
-
display: 'flex',
|
|
166
|
-
alignItems: 'center',
|
|
167
|
-
justifyContent: 'flex-end'
|
|
168
|
-
}, marginDirection, $theme.sizing.scale600);
|
|
169
|
-
});
|
|
170
|
-
StyledEndEnhancerContainer.displayName = "StyledEndEnhancerContainer";
|
|
171
|
-
StyledEndEnhancerContainer.displayName = 'StyledEndEnhancerContainer';
|
|
172
|
-
export var StyledArtworkContainer = styled('div', function (_ref7) {
|
|
173
|
-
var $theme = _ref7.$theme,
|
|
174
|
-
_ref7$$orientation = _ref7.$orientation,
|
|
175
|
-
$orientation = _ref7$$orientation === void 0 ? ORIENTATION.horizontal : _ref7$$orientation;
|
|
148
|
+
export var StyledArtworkContainer = styled('div', function (_ref4) {
|
|
149
|
+
var $theme = _ref4.$theme,
|
|
150
|
+
_ref4$$orientation = _ref4.$orientation,
|
|
151
|
+
$orientation = _ref4$$orientation === void 0 ? ORIENTATION.horizontal : _ref4$$orientation;
|
|
176
152
|
var style = {
|
|
177
153
|
display: 'flex'
|
|
178
154
|
};
|
|
@@ -186,11 +162,10 @@ export var StyledArtworkContainer = styled('div', function (_ref7) {
|
|
|
186
162
|
return style;
|
|
187
163
|
});
|
|
188
164
|
StyledArtworkContainer.displayName = "StyledArtworkContainer";
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
$orientation = _ref8$$orientation === void 0 ? ORIENTATION.horizontal : _ref8$$orientation;
|
|
165
|
+
export var StyledTabBorder = styled('div', function (_ref5) {
|
|
166
|
+
var $theme = _ref5.$theme,
|
|
167
|
+
_ref5$$orientation = _ref5.$orientation,
|
|
168
|
+
$orientation = _ref5$$orientation === void 0 ? ORIENTATION.horizontal : _ref5$$orientation;
|
|
194
169
|
var style = {
|
|
195
170
|
backgroundColor: $theme.colors.borderOpaque,
|
|
196
171
|
position: 'relative'
|
|
@@ -205,17 +180,16 @@ export var StyledTabBorder = styled('div', function (_ref8) {
|
|
|
205
180
|
return style;
|
|
206
181
|
});
|
|
207
182
|
StyledTabBorder.displayName = "StyledTabBorder";
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
$animate = _ref9$$animate === void 0 ? false : _ref9$$animate;
|
|
183
|
+
export var StyledTabHighlight = styled('div', function (_ref6) {
|
|
184
|
+
var $theme = _ref6.$theme,
|
|
185
|
+
_ref6$$orientation = _ref6.$orientation,
|
|
186
|
+
$orientation = _ref6$$orientation === void 0 ? ORIENTATION.horizontal : _ref6$$orientation,
|
|
187
|
+
_ref6$$length = _ref6.$length,
|
|
188
|
+
$length = _ref6$$length === void 0 ? 0 : _ref6$$length,
|
|
189
|
+
_ref6$$distance = _ref6.$distance,
|
|
190
|
+
$distance = _ref6$$distance === void 0 ? 0 : _ref6$$distance,
|
|
191
|
+
_ref6$$animate = _ref6.$animate,
|
|
192
|
+
$animate = _ref6$$animate === void 0 ? false : _ref6$$animate;
|
|
219
193
|
var style = {
|
|
220
194
|
backgroundColor: $theme.colors.borderSelected,
|
|
221
195
|
position: 'absolute',
|
|
@@ -249,11 +223,10 @@ export var StyledTabHighlight = styled('div', function (_ref9) {
|
|
|
249
223
|
return style;
|
|
250
224
|
});
|
|
251
225
|
StyledTabHighlight.displayName = "StyledTabHighlight";
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
$pad = _ref10$$pad === void 0 ? true : _ref10$$pad;
|
|
226
|
+
export var StyledTabPanel = styled('div', function (_ref7) {
|
|
227
|
+
var $theme = _ref7.$theme,
|
|
228
|
+
_ref7$$pad = _ref7.$pad,
|
|
229
|
+
$pad = _ref7$$pad === void 0 ? true : _ref7$$pad;
|
|
257
230
|
var style = {
|
|
258
231
|
flexGrow: 1,
|
|
259
232
|
// only used in vertical orientation
|
|
@@ -269,5 +242,4 @@ export var StyledTabPanel = styled('div', function (_ref10) {
|
|
|
269
242
|
|
|
270
243
|
return style;
|
|
271
244
|
});
|
|
272
|
-
StyledTabPanel.displayName = "StyledTabPanel";
|
|
273
|
-
StyledTabPanel.displayName = 'StyledTabPanel';
|
|
245
|
+
StyledTabPanel.displayName = "StyledTabPanel";
|
package/esm/tabs-motion/tab.js
CHANGED
|
@@ -4,7 +4,6 @@ Copyright (c) Uber Technologies, Inc.
|
|
|
4
4
|
This source code is licensed under the MIT license found in the
|
|
5
5
|
LICENSE file in the root directory of this source tree.
|
|
6
6
|
*/
|
|
7
|
-
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
|
8
7
|
export function Tab(props) {
|
|
9
8
|
return null;
|
|
10
9
|
}
|