@transferwise/components 46.159.2 → 46.160.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/ExpressiveMoneyInput/Chevron/Chevron.js +10 -2
- package/build/ExpressiveMoneyInput/Chevron/Chevron.js.map +1 -1
- package/build/ExpressiveMoneyInput/Chevron/Chevron.mjs +11 -3
- package/build/ExpressiveMoneyInput/Chevron/Chevron.mjs.map +1 -1
- package/build/ListItem/ListItem.js +6 -5
- package/build/ListItem/ListItem.js.map +1 -1
- package/build/ListItem/ListItem.mjs +6 -5
- package/build/ListItem/ListItem.mjs.map +1 -1
- package/build/ListItem/Navigation/ListItemNavigation.js +1 -0
- package/build/ListItem/Navigation/ListItemNavigation.js.map +1 -1
- package/build/ListItem/Navigation/ListItemNavigation.mjs +1 -0
- package/build/ListItem/Navigation/ListItemNavigation.mjs.map +1 -1
- package/build/ProcessIndicator/ProcessIndicator.js +1 -1
- package/build/ProcessIndicator/ProcessIndicator.js.map +1 -1
- package/build/ProcessIndicator/ProcessIndicator.mjs +1 -1
- package/build/ProcessIndicator/ProcessIndicator.mjs.map +1 -1
- package/build/Prompt/CriticalBanner/CriticalBanner.js +10 -1
- package/build/Prompt/CriticalBanner/CriticalBanner.js.map +1 -1
- package/build/Prompt/CriticalBanner/CriticalBanner.mjs +10 -1
- package/build/Prompt/CriticalBanner/CriticalBanner.mjs.map +1 -1
- package/build/common/Panel/Panel.js +13 -25
- package/build/common/Panel/Panel.js.map +1 -1
- package/build/common/Panel/Panel.mjs +10 -22
- package/build/common/Panel/Panel.mjs.map +1 -1
- package/build/common/Panel/Panel.positionUtils.js +68 -0
- package/build/common/Panel/Panel.positionUtils.js.map +1 -0
- package/build/common/Panel/Panel.positionUtils.mjs +63 -0
- package/build/common/Panel/Panel.positionUtils.mjs.map +1 -0
- package/build/common/PropsValues/position.js +0 -25
- package/build/common/PropsValues/position.js.map +1 -1
- package/build/common/PropsValues/position.mjs +1 -24
- package/build/common/PropsValues/position.mjs.map +1 -1
- package/build/main.css +4370 -7983
- package/build/styles/Accordion/Accordion.css +23 -21
- package/build/styles/AvatarLayout/AvatarLayout.css +11 -11
- package/build/styles/AvatarView/AvatarView.css +11 -3
- package/build/styles/AvatarView/Dot/Dot.css +11 -3
- package/build/styles/Button/Button.css +6 -6
- package/build/styles/Button/LegacyButton/LegacyButton.css +3 -9
- package/build/styles/Calendar/Calendar.css +9 -8
- package/build/styles/Calendar/TableLink/TableLink.css +8 -7
- package/build/styles/Carousel/Carousel.css +28 -27
- package/build/styles/CheckboxButton/CheckboxButton.css +13 -15
- package/build/styles/Chips/Chip/Chip.css +26 -29
- package/build/styles/Container/Container.css +5 -5
- package/build/styles/DateInput/DateInput.css +4 -4
- package/build/styles/DateLookup/DateLookup.css +1 -1
- package/build/styles/DateLookup/DateTrigger/DateTrigger.css +9 -15
- package/build/styles/DefinitionList/DefinitionList.css +12 -23
- package/build/styles/Dimmer/Dimmer.css +9 -19
- package/build/styles/Divider/Divider.css +8 -7
- package/build/styles/Drawer/Drawer.css +16 -15
- package/build/styles/DropFade/DropFade.css +2 -2
- package/build/styles/ExpressiveMoneyInput/AmountInput/AmountInput.css +4 -4
- package/build/styles/ExpressiveMoneyInput/Chevron/Chevron.css +5 -5
- package/build/styles/ExpressiveMoneyInput/ExpressiveMoneyInput.css +11 -11
- package/build/styles/Field/Field.css +13 -12
- package/build/styles/FlowNavigation/AnimatedLabel/AnimatedLabel.css +5 -5
- package/build/styles/FlowNavigation/FlowNavigation.css +23 -44
- package/build/styles/Header/Header.css +11 -9
- package/build/styles/Image/Image.css +7 -7
- package/build/styles/Info/Info.css +1 -1
- package/build/styles/Inputs/Input/Input.css +24 -25
- package/build/styles/Inputs/InputGroup/InputGroup.css +13 -13
- package/build/styles/Inputs/SelectInput/BottomSheet/SelectInputBottomSheet.css +10 -10
- package/build/styles/Inputs/SelectInput/ButtonInput/SelectInputButtonInput.css +7 -7
- package/build/styles/Inputs/SelectInput/ClearButton/SelectInputClearButton.css +6 -6
- package/build/styles/Inputs/SelectInput/ItemView/SelectInputItemView.css +4 -4
- package/build/styles/Inputs/SelectInput/Option/SelectInputOption.css +4 -2
- package/build/styles/Inputs/SelectInput/OptionContent/SelectInputOptionContent.css +4 -4
- package/build/styles/Inputs/SelectInput/Options/SelectInputOptions.css +17 -12
- package/build/styles/Inputs/SelectInput/Popover/SelectInputPopover.css +4 -4
- package/build/styles/Inputs/SelectInput/SelectInput.css +56 -49
- package/build/styles/Inputs/TextArea/TextArea.css +26 -27
- package/build/styles/InstructionsList/InstructionsList.css +5 -5
- package/build/styles/Link/Link.css +2 -8
- package/build/styles/ListItem/ListItem.css +38 -35
- package/build/styles/ListItem/ListItem.grid.css +7 -7
- package/build/styles/Loader/Loader.css +31 -31
- package/build/styles/Logo/Logo.css +2 -2
- package/build/styles/Modal/Modal.css +15 -14
- package/build/styles/MoneyInput/MoneyInput.css +10 -20
- package/build/styles/Nudge/Nudge.css +53 -115
- package/build/styles/PhoneNumberInput/PhoneNumberInput.css +3 -9
- package/build/styles/Popover/Popover.css +13 -10
- package/build/styles/Progress/Progress.css +3 -3
- package/build/styles/ProgressBar/ProgressBar.css +4 -4
- package/build/styles/PromoCard/PromoCard.css +28 -42
- package/build/styles/Prompt/ActionPrompt/ActionPrompt.css +9 -9
- package/build/styles/Prompt/CriticalBanner/CriticalBanner.css +57 -23
- package/build/styles/Prompt/InfoPrompt/InfoPrompt.css +15 -15
- package/build/styles/Prompt/InlinePrompt/InlinePrompt.css +5 -6
- package/build/styles/Prompt/PrimitivePrompt/PrimitivePrompt.css +10 -8
- package/build/styles/RadioGroup/RadioGroup.css +1 -1
- package/build/styles/Section/Section.css +6 -6
- package/build/styles/SegmentedControl/SegmentedControl.css +18 -15
- package/build/styles/SlidingPanel/SlidingPanel.css +17 -31
- package/build/styles/Snackbar/Snackbar.css +21 -35
- package/build/styles/Stepper/Stepper.css +9 -12
- package/build/styles/Sticky/Sticky.css +2 -2
- package/build/styles/Switch/Switch.css +5 -4
- package/build/styles/Table/Table.css +60 -57
- package/build/styles/Tabs/Tabs.css +18 -14
- package/build/styles/Tile/Tile.css +12 -12
- package/build/styles/Tooltip/Tooltip.css +2 -2
- package/build/styles/Typeahead/Typeahead.css +42 -54
- package/build/styles/Upload/Upload.css +11 -10
- package/build/styles/UploadInput/UploadButton/UploadButton.css +20 -19
- package/build/styles/UploadInput/UploadInput.css +4 -4
- package/build/styles/UploadInput/UploadItem/UploadItem.css +49 -49
- package/build/styles/_deprecated/ActionButton/ActionButton.css +8 -6
- package/build/styles/_deprecated/Alert/Alert.css +2 -2
- package/build/styles/_deprecated/Avatar/Avatar.css +65 -65
- package/build/styles/_deprecated/Badge/Badge.css +12 -14
- package/build/styles/_deprecated/Card/Card.css +27 -18
- package/build/styles/_deprecated/CriticalBanner/CriticalCommsBanner.css +7 -7
- package/build/styles/_deprecated/LegacyListItem/LegacyListItem.css +1 -1
- package/build/styles/_deprecated/NavigationOption/NavigationOption.css +6 -19
- package/build/styles/_deprecated/NavigationOptionsList/NavigationOptionsList.css +3 -8
- package/build/styles/_deprecated/Select/Select.css +57 -104
- package/build/styles/_deprecated/Summary/Summary.css +19 -30
- package/build/styles/common/BaseCard/BaseCard.css +3 -7
- package/build/styles/common/BottomSheet/BottomSheet.css +30 -18
- package/build/styles/common/Circle/Circle.css +10 -10
- package/build/styles/common/CloseButton/CloseButton.css +36 -36
- package/build/styles/common/LiveRegion/LiveRegion.css +1 -1
- package/build/styles/common/Option/Option.css +42 -44
- package/build/styles/common/Panel/Panel.css +19 -11
- package/build/styles/css/accordion.css +27 -46
- package/build/styles/css/alerts.css +56 -124
- package/build/styles/css/badge.css +20 -30
- package/build/styles/css/breadcrumbs.css +6 -4
- package/build/styles/css/button-groups.css +116 -254
- package/build/styles/css/buttons.css +50 -95
- package/build/styles/css/chevron.css +3 -0
- package/build/styles/css/circles.css +38 -76
- package/build/styles/css/close.css +1 -4
- package/build/styles/css/column-layout.css +38 -60
- package/build/styles/css/currency-flags.css +4 -17
- package/build/styles/css/decision.css +14 -12
- package/build/styles/css/dropdowns.css +59 -210
- package/build/styles/css/droppable.css +43 -38
- package/build/styles/css/flex.css +40 -136
- package/build/styles/css/footer.css +15 -14
- package/build/styles/css/grid.css +383 -1430
- package/build/styles/css/input-groups.css +254 -542
- package/build/styles/css/link-callout.css +2 -8
- package/build/styles/css/list-group.css +57 -92
- package/build/styles/css/loaders.css +11 -11
- package/build/styles/css/media.css +10 -34
- package/build/styles/css/modals.css +49 -59
- package/build/styles/css/navbar.css +372 -812
- package/build/styles/css/navs.css +59 -124
- package/build/styles/css/neptune-addons.css +687 -1234
- package/build/styles/css/neptune-core.css +123 -229
- package/build/styles/css/neptune-social-media.css +9 -33
- package/build/styles/css/neptune.css +3060 -6498
- package/build/styles/css/panels.css +143 -243
- package/build/styles/css/popovers.css +114 -295
- package/build/styles/css/process.css +79 -86
- package/build/styles/css/progress-bars.css +13 -19
- package/build/styles/css/select.css +21 -53
- package/build/styles/css/sequences.css +99 -219
- package/build/styles/css/table.css +48 -43
- package/build/styles/css/tick.css +14 -11
- package/build/styles/css/tooltip.css +49 -82
- package/build/styles/css/utilities.css +12 -40
- package/build/styles/css/wells.css +16 -16
- package/build/styles/main.css +4370 -7983
- package/build/styles/styles/less/accordion.css +27 -46
- package/build/styles/styles/less/alerts.css +56 -124
- package/build/styles/styles/less/badge.css +20 -30
- package/build/styles/styles/less/breadcrumbs.css +6 -4
- package/build/styles/styles/less/button-groups.css +116 -254
- package/build/styles/styles/less/buttons.css +50 -95
- package/build/styles/styles/less/chevron.css +3 -0
- package/build/styles/styles/less/circles.css +38 -76
- package/build/styles/styles/less/close.css +1 -4
- package/build/styles/styles/less/column-layout.css +38 -60
- package/build/styles/styles/less/currency-flags.css +4 -17
- package/build/styles/styles/less/decision.css +14 -12
- package/build/styles/styles/less/dropdowns.css +59 -210
- package/build/styles/styles/less/droppable.css +43 -38
- package/build/styles/styles/less/flex.css +40 -136
- package/build/styles/styles/less/footer.css +15 -14
- package/build/styles/styles/less/forms/bootstrap-forms.css +180 -344
- package/build/styles/styles/less/forms/checkbox-radio.css +29 -56
- package/build/styles/styles/less/grid.css +383 -1430
- package/build/styles/styles/less/input-groups.css +254 -542
- package/build/styles/styles/less/link-callout.css +2 -8
- package/build/styles/styles/less/list-group.css +57 -92
- package/build/styles/styles/less/loaders.css +11 -11
- package/build/styles/styles/less/media.css +10 -34
- package/build/styles/styles/less/modals.css +49 -59
- package/build/styles/styles/less/navbar.css +372 -812
- package/build/styles/styles/less/navs.css +59 -124
- package/build/styles/styles/less/neptune-addons.css +687 -1234
- package/build/styles/styles/less/neptune-core.css +123 -229
- package/build/styles/styles/less/neptune-social-media.css +9 -33
- package/build/styles/styles/less/neptune.css +3060 -6498
- package/build/styles/styles/less/panels.css +143 -243
- package/build/styles/styles/less/popovers.css +114 -295
- package/build/styles/styles/less/process.css +79 -86
- package/build/styles/styles/less/progress-bars.css +13 -19
- package/build/styles/styles/less/select.css +21 -53
- package/build/styles/styles/less/sequences.css +99 -219
- package/build/styles/styles/less/table.css +48 -43
- package/build/styles/styles/less/tick.css +14 -11
- package/build/styles/styles/less/tooltip.css +49 -82
- package/build/styles/styles/less/utilities.css +12 -40
- package/build/styles/styles/less/wells.css +16 -16
- package/build/types/ExpressiveMoneyInput/Chevron/Chevron.d.ts.map +1 -1
- package/build/types/ListItem/ListItem.d.ts.map +1 -1
- package/build/types/Prompt/CriticalBanner/CriticalBanner.d.ts +6 -1
- package/build/types/Prompt/CriticalBanner/CriticalBanner.d.ts.map +1 -1
- package/build/types/common/Panel/Panel.d.ts +1 -1
- package/build/types/common/Panel/Panel.d.ts.map +1 -1
- package/build/types/common/Panel/Panel.positionUtils.d.ts +7 -0
- package/build/types/common/Panel/Panel.positionUtils.d.ts.map +1 -0
- package/build/types/common/PropsValues/position.d.ts +0 -13
- package/build/types/common/PropsValues/position.d.ts.map +1 -1
- package/build/types/common/ResponsivePanel/ResponsivePanel.d.ts +1 -1
- package/package.json +8 -8
- package/src/Accordion/Accordion.css +23 -21
- package/src/Accordion/Accordion.less +3 -4
- package/src/AvatarLayout/AvatarLayout.css +11 -11
- package/src/AvatarView/AvatarView.css +11 -3
- package/src/AvatarView/Dot/Dot.css +11 -3
- package/src/AvatarView/Dot/Dot.less +7 -1
- package/src/Button/Button.css +6 -6
- package/src/Button/LegacyButton/LegacyButton.css +3 -9
- package/src/Button/LegacyButton/LegacyButton.less +1 -3
- package/src/Button/_stories/Button.test.story.tsx +1 -1
- package/src/Calendar/Calendar.css +9 -8
- package/src/Calendar/TableLink/TableLink.css +8 -7
- package/src/Carousel/Carousel.css +28 -27
- package/src/Checkbox/_stories/Checkbox.story.tsx +1 -1
- package/src/Checkbox/_stories/Checkbox.test.story.tsx +3 -2
- package/src/CheckboxButton/CheckboxButton.css +13 -15
- package/src/CheckboxButton/CheckboxButton.less +8 -4
- package/src/Chevron/_stories/Chevron.test.story.tsx +2 -2
- package/src/Chips/Chip/Chip.css +26 -29
- package/src/Chips/Chip/Chip.less +5 -3
- package/src/Container/Container.css +5 -5
- package/src/DateInput/DateInput.css +4 -4
- package/src/DateLookup/DateLookup.css +1 -1
- package/src/DateLookup/DateTrigger/DateTrigger.css +9 -15
- package/src/DateLookup/DateTrigger/DateTrigger.less +1 -2
- package/src/Decision/Decision.less +0 -2
- package/src/DefinitionList/DefinitionList.css +12 -23
- package/src/DefinitionList/DefinitionList.less +2 -4
- package/src/Dimmer/Dimmer.css +9 -19
- package/src/Dimmer/Dimmer.less +2 -3
- package/src/Divider/Divider.css +8 -7
- package/src/Drawer/Drawer.css +16 -15
- package/src/DropFade/DropFade.css +2 -2
- package/src/ExpressiveMoneyInput/AmountInput/AmountInput.css +4 -4
- package/src/ExpressiveMoneyInput/Chevron/Chevron.css +5 -5
- package/src/ExpressiveMoneyInput/Chevron/Chevron.tsx +8 -3
- package/src/ExpressiveMoneyInput/ExpressiveMoneyInput.css +11 -11
- package/src/Field/Field.css +13 -12
- package/src/FlowNavigation/AnimatedLabel/AnimatedLabel.css +5 -5
- package/src/FlowNavigation/FlowNavigation.css +23 -44
- package/src/Header/Header.css +11 -9
- package/src/Header/_stories/Header.test.story.tsx +1 -1
- package/src/Image/Image.css +7 -7
- package/src/Info/Info.css +1 -1
- package/src/Info/_stories/Info.rtl.test.story.tsx +35 -10
- package/src/Info/_stories/Info.story.tsx +1 -1
- package/src/Inputs/Input/Input.css +24 -25
- package/src/Inputs/InputGroup/InputGroup.css +13 -13
- package/src/Inputs/SelectInput/BottomSheet/SelectInputBottomSheet.css +10 -10
- package/src/Inputs/SelectInput/ButtonInput/SelectInputButtonInput.css +7 -7
- package/src/Inputs/SelectInput/ClearButton/SelectInputClearButton.css +6 -6
- package/src/Inputs/SelectInput/ItemView/SelectInputItemView.css +4 -4
- package/src/Inputs/SelectInput/Option/SelectInputOption.css +4 -2
- package/src/Inputs/SelectInput/OptionContent/SelectInputOptionContent.css +4 -4
- package/src/Inputs/SelectInput/Options/SelectInputOptions.css +17 -12
- package/src/Inputs/SelectInput/Popover/SelectInputPopover.css +4 -4
- package/src/Inputs/SelectInput/SelectInput.css +56 -49
- package/src/Inputs/SelectInput/_stories/SelectInput.test.story.tsx +1 -1
- package/src/Inputs/TextArea/TextArea.css +26 -27
- package/src/InstructionsList/InstructionsList.css +5 -5
- package/src/Link/Link.css +2 -8
- package/src/Link/Link.less +3 -3
- package/src/ListItem/ListItem.css +38 -35
- package/src/ListItem/ListItem.grid.css +7 -7
- package/src/ListItem/ListItem.tsx +8 -5
- package/src/ListItem/Navigation/ListItemNavigation.test.tsx +13 -0
- package/src/ListItem/Navigation/ListItemNavigation.tsx +1 -1
- package/src/ListItem/_stories/subcomponents.tsx +1 -1
- package/src/Loader/Loader.css +31 -31
- package/src/Loader/_stories/Loader.test.story.tsx +23 -0
- package/src/Logo/Logo.css +2 -2
- package/src/Modal/Modal.css +15 -14
- package/src/MoneyInput/MoneyInput.css +10 -20
- package/src/MoneyInput/MoneyInput.less +2 -3
- package/src/MoneyInput/_stories/MoneyInput.rtl.test.story.tsx +1 -1
- package/src/Nudge/Nudge.css +53 -115
- package/src/Nudge/Nudge.less +4 -12
- package/src/Nudge/_stories/Nudge.test.story.tsx +29 -12
- package/src/PhoneNumberInput/PhoneNumberInput.css +3 -9
- package/src/PhoneNumberInput/PhoneNumberInput.less +1 -3
- package/src/PhoneNumberInput/_stories/{PhoneNumberInput.test.story.tsx → PhoneNumberInput.rtl.test.story.tsx} +18 -10
- package/src/Popover/Popover.css +13 -10
- package/src/ProcessIndicator/ProcessIndicator.tsx +1 -1
- package/src/ProcessIndicator/_stories/ProcessIndicator.test.story.tsx +32 -0
- package/src/Progress/Progress.css +3 -3
- package/src/ProgressBar/ProgressBar.css +4 -4
- package/src/ProgressBar/_stories/ProgressBar.test.story.tsx +33 -19
- package/src/PromoCard/PromoCard.css +28 -42
- package/src/PromoCard/PromoCard.less +24 -32
- package/src/Prompt/ActionPrompt/ActionPrompt.css +9 -9
- package/src/Prompt/CriticalBanner/CriticalBanner.css +57 -23
- package/src/Prompt/CriticalBanner/CriticalBanner.less +45 -0
- package/src/Prompt/CriticalBanner/CriticalBanner.test.tsx +26 -3
- package/src/Prompt/CriticalBanner/CriticalBanner.tsx +15 -1
- package/src/Prompt/CriticalBanner/_stories/CriticalBanner.accessibility.docs.mdx +4 -1
- package/src/Prompt/CriticalBanner/_stories/CriticalBanner.story.tsx +52 -0
- package/src/Prompt/CriticalBanner/_stories/CriticalBanner.test.story.tsx +22 -1
- package/src/Prompt/InfoPrompt/InfoPrompt.css +15 -15
- package/src/Prompt/InlinePrompt/InlinePrompt.css +5 -6
- package/src/Prompt/PrimitivePrompt/PrimitivePrompt.css +10 -8
- package/src/RadioGroup/RadioGroup.css +1 -1
- package/src/Section/Section.css +6 -6
- package/src/SegmentedControl/SegmentedControl.css +18 -15
- package/src/SlidingPanel/SlidingPanel.css +17 -31
- package/src/SlidingPanel/SlidingPanel.less +12 -4
- package/src/SlidingPanel/_stories/SlidingPanel.rtl.test.story.tsx +4 -3
- package/src/Snackbar/Snackbar.css +21 -35
- package/src/Snackbar/Snackbar.less +3 -9
- package/src/Snackbar/_stories/Snackbar.rtl.test.story.tsx +14 -16
- package/src/Snackbar/_stories/Snackbar.story.tsx +1 -1
- package/src/Snackbar/_stories/Snackbar.test.story.tsx +1 -1
- package/src/StatusIcon/_stories/StatusIcon.test.story.tsx +12 -4
- package/src/Stepper/Stepper.css +9 -12
- package/src/Stepper/Stepper.less +1 -1
- package/src/Sticky/Sticky.css +2 -2
- package/src/Switch/Switch.css +5 -4
- package/src/Table/Table.css +60 -57
- package/src/Tabs/Tabs.css +18 -14
- package/src/Tabs/Tabs.less +0 -1
- package/src/Tile/Tile.css +12 -12
- package/src/Tooltip/Tooltip.css +2 -2
- package/src/Typeahead/Typeahead.css +42 -54
- package/src/Typeahead/Typeahead.less +2 -3
- package/src/Upload/Upload.css +11 -10
- package/src/UploadInput/UploadButton/UploadButton.css +20 -19
- package/src/UploadInput/UploadInput.css +4 -4
- package/src/UploadInput/UploadItem/UploadItem.css +49 -49
- package/src/UploadInput/UploadItem/UploadItem.less +7 -6
- package/src/UploadInput/_stories/UploadInput.test.story.tsx +1 -1
- package/src/_deprecated/ActionButton/ActionButton.css +8 -6
- package/src/_deprecated/Alert/Alert.css +2 -2
- package/src/_deprecated/Avatar/Avatar.css +65 -65
- package/src/_deprecated/Avatar/Avatar.less +0 -1
- package/src/_deprecated/Badge/Badge.css +12 -14
- package/src/_deprecated/Badge/Badge.less +11 -18
- package/src/_deprecated/Card/Card.css +27 -18
- package/src/_deprecated/Card/Card.less +1 -2
- package/src/_deprecated/CriticalBanner/CriticalCommsBanner.css +7 -7
- package/src/_deprecated/CriticalBanner/_stories/CriticalCommsBanner.test.story.tsx +0 -16
- package/src/_deprecated/LegacyListItem/LegacyListItem.css +1 -1
- package/src/_deprecated/NavigationOption/NavigationOption.css +6 -19
- package/src/_deprecated/NavigationOption/NavigationOption.less +3 -4
- package/src/_deprecated/NavigationOptionsList/NavigationOptionsList.css +3 -8
- package/src/_deprecated/NavigationOptionsList/NavigationOptionsList.less +1 -3
- package/src/_deprecated/OverlayHeader/_stories/OverlayHeader.test.story.tsx +15 -0
- package/src/_deprecated/Select/Select.css +57 -104
- package/src/_deprecated/Select/Select.less +10 -11
- package/src/_deprecated/Summary/Summary.css +19 -30
- package/src/_deprecated/Summary/Summary.less +1 -8
- package/src/common/BaseCard/BaseCard.css +3 -7
- package/src/common/BaseCard/BaseCard.less +0 -5
- package/src/common/BottomSheet/BottomSheet.css +30 -18
- package/src/common/Circle/Circle.css +10 -10
- package/src/common/CloseButton/CloseButton.css +36 -36
- package/src/common/LiveRegion/LiveRegion.css +1 -1
- package/src/common/Option/Option.css +42 -44
- package/src/common/Option/Option.less +8 -10
- package/src/common/Panel/Panel.css +19 -11
- package/src/common/Panel/Panel.less +27 -9
- package/src/common/Panel/Panel.positionUtils.ts +79 -0
- package/src/common/Panel/Panel.test.tsx +40 -0
- package/src/common/Panel/Panel.tsx +13 -24
- package/src/common/Panel/_stories/Panel.rtl.test.story.tsx +110 -0
- package/src/common/PropsValues/position.ts +0 -50
- package/src/main.css +4370 -7983
- package/src/styles/less/accordion.css +27 -46
- package/src/styles/less/addons/_spacing-utilities.less +4 -4
- package/src/styles/less/alerts.css +56 -124
- package/src/styles/less/badge.css +20 -30
- package/src/styles/less/breadcrumbs.css +6 -4
- package/src/styles/less/button-groups.css +116 -254
- package/src/styles/less/buttons.css +50 -95
- package/src/styles/less/buttons.less +3 -11
- package/src/styles/less/chevron.css +3 -0
- package/src/styles/less/chevron.less +4 -0
- package/src/styles/less/circles.css +38 -76
- package/src/styles/less/close.css +1 -4
- package/src/styles/less/column-layout.css +38 -60
- package/src/styles/less/currency-flags.css +4 -17
- package/src/styles/less/decision.css +14 -12
- package/src/styles/less/dropdowns.css +59 -210
- package/src/styles/less/droppable.css +43 -38
- package/src/styles/less/flex.css +40 -136
- package/src/styles/less/footer.css +15 -14
- package/src/styles/less/forms/bootstrap-forms.css +180 -344
- package/src/styles/less/forms/checkbox-radio.css +29 -56
- package/src/styles/less/grid.css +383 -1430
- package/src/styles/less/input-groups.css +254 -542
- package/src/styles/less/link-callout.css +2 -8
- package/src/styles/less/list-group.css +57 -92
- package/src/styles/less/loaders.css +11 -11
- package/src/styles/less/media.css +10 -34
- package/src/styles/less/mixins/_logical-properties-IE-friendly.less +1 -0
- package/src/styles/less/mixins/_logical-properties-modern-browsers.less +80 -41
- package/src/styles/less/mixins/_logical-properties.less +3 -3
- package/src/styles/less/modals.css +49 -59
- package/src/styles/less/navbar.css +372 -812
- package/src/styles/less/navs.css +59 -124
- package/src/styles/less/neptune-addons.css +687 -1234
- package/src/styles/less/neptune-core.css +123 -229
- package/src/styles/less/neptune-social-media.css +9 -33
- package/src/styles/less/neptune.css +3060 -6498
- package/src/styles/less/panels.css +143 -243
- package/src/styles/less/popovers.css +114 -295
- package/src/styles/less/process.css +79 -86
- package/src/styles/less/process.less +13 -6
- package/src/styles/less/progress-bars.css +13 -19
- package/src/styles/less/select.css +21 -53
- package/src/styles/less/sequences.css +99 -219
- package/src/styles/less/table.css +48 -43
- package/src/styles/less/tick.css +14 -11
- package/src/styles/less/tick.less +7 -3
- package/src/styles/less/tooltip.css +49 -82
- package/src/styles/less/utilities.css +12 -40
- package/src/styles/less/wells.css +16 -16
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
.panel {
|
|
2
|
-
margin-
|
|
2
|
+
margin-block-end: 16px;
|
|
3
3
|
background-color: transparent;
|
|
4
4
|
border: 0;
|
|
5
|
-
margin-
|
|
6
|
-
margin-
|
|
5
|
+
margin-inline-start: -16px;
|
|
6
|
+
margin-inline-end: -16px;
|
|
7
7
|
}
|
|
8
8
|
.panel-body {
|
|
9
9
|
padding: 16px;
|
|
@@ -11,14 +11,15 @@
|
|
|
11
11
|
background-color: var(--color-background-screen);
|
|
12
12
|
}
|
|
13
13
|
.panel-heading {
|
|
14
|
-
padding: 16px
|
|
14
|
+
padding-block: 16px 8px;
|
|
15
|
+
padding-inline: 16px 16px;
|
|
15
16
|
}
|
|
16
17
|
.panel-heading > .dropdown .dropdown-toggle {
|
|
17
18
|
color: inherit;
|
|
18
19
|
}
|
|
19
20
|
.panel-title {
|
|
20
|
-
margin-
|
|
21
|
-
margin-
|
|
21
|
+
margin-block-start: 0;
|
|
22
|
+
margin-block-end: 0;
|
|
22
23
|
line-height: calc(1.2 + 8px);
|
|
23
24
|
line-height: calc(var(--line-height-title) + 8px);
|
|
24
25
|
}
|
|
@@ -31,12 +32,13 @@
|
|
|
31
32
|
}
|
|
32
33
|
@media (min-width: 600px) {
|
|
33
34
|
.panel {
|
|
34
|
-
margin-
|
|
35
|
-
margin-
|
|
36
|
-
margin-
|
|
35
|
+
margin-block-end: 24px;
|
|
36
|
+
margin-inline-start: -24px;
|
|
37
|
+
margin-inline-end: -24px;
|
|
37
38
|
}
|
|
38
39
|
.panel-heading {
|
|
39
|
-
padding: 16px
|
|
40
|
+
padding-block: 16px 8px;
|
|
41
|
+
padding-inline: 24px 24px;
|
|
40
42
|
}
|
|
41
43
|
.panel-body {
|
|
42
44
|
padding: 24px;
|
|
@@ -47,16 +49,17 @@
|
|
|
47
49
|
}
|
|
48
50
|
@media (min-width: 840px) {
|
|
49
51
|
.panel {
|
|
50
|
-
margin-
|
|
51
|
-
margin-
|
|
52
|
+
margin-inline-start: 0;
|
|
53
|
+
margin-inline-end: 0;
|
|
52
54
|
}
|
|
53
55
|
.panel-heading {
|
|
54
|
-
padding: 16px
|
|
56
|
+
padding-block: 16px 8px;
|
|
57
|
+
padding-inline: 0 0;
|
|
55
58
|
}
|
|
56
59
|
}
|
|
57
60
|
@media (min-width: 1160px) {
|
|
58
61
|
.panel {
|
|
59
|
-
margin-
|
|
62
|
+
margin-block-end: 32px;
|
|
60
63
|
border-radius: 3px;
|
|
61
64
|
}
|
|
62
65
|
.panel-body {
|
|
@@ -72,215 +75,147 @@
|
|
|
72
75
|
line-height: calc(var(--line-height-title) * 2);
|
|
73
76
|
}
|
|
74
77
|
.panel-heading > .btn-sm {
|
|
75
|
-
margin-
|
|
78
|
+
margin-block-start: 8px;
|
|
76
79
|
}
|
|
77
80
|
}
|
|
78
81
|
.panel > .list-group,
|
|
79
82
|
.panel > .panel-collapse > .list-group {
|
|
80
|
-
margin-
|
|
81
|
-
border-
|
|
82
|
-
border-
|
|
83
|
+
margin-block-end: 0;
|
|
84
|
+
border-inline-start: 0;
|
|
85
|
+
border-inline-end: 0;
|
|
83
86
|
}
|
|
84
87
|
.panel > .list-group .list-group-item,
|
|
85
88
|
.panel > .panel-collapse > .list-group .list-group-item {
|
|
86
89
|
border-radius: 0;
|
|
87
90
|
}
|
|
88
91
|
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
|
|
89
|
-
border-
|
|
90
|
-
border-
|
|
92
|
+
border-start-end-radius: 0;
|
|
93
|
+
border-start-start-radius: 0;
|
|
91
94
|
}
|
|
92
95
|
.panel-list-group {
|
|
93
|
-
margin-
|
|
94
|
-
border-
|
|
95
|
-
border-
|
|
96
|
+
margin-block-end: 0;
|
|
97
|
+
border-inline-start: 0;
|
|
98
|
+
border-inline-end: 0;
|
|
96
99
|
}
|
|
97
100
|
.list-group + .panel-footer {
|
|
98
|
-
border-
|
|
101
|
+
border-block-start-width: 0;
|
|
99
102
|
}
|
|
100
103
|
.panel > .table,
|
|
101
104
|
.panel > .table-responsive > .table,
|
|
102
105
|
.panel > .panel-collapse > .table {
|
|
103
|
-
margin-
|
|
106
|
+
margin-block-end: 0;
|
|
104
107
|
}
|
|
105
108
|
.panel > .table caption,
|
|
106
109
|
.panel > .table-responsive > .table caption,
|
|
107
110
|
.panel > .panel-collapse > .table caption {
|
|
108
|
-
padding-
|
|
109
|
-
padding-
|
|
111
|
+
padding-inline-start: 32px;
|
|
112
|
+
padding-inline-end: 32px;
|
|
110
113
|
}
|
|
111
114
|
.panel > .table:first-child,
|
|
112
115
|
.panel > .table-responsive:first-child > .table:first-child {
|
|
113
|
-
border-
|
|
114
|
-
border-
|
|
116
|
+
border-start-end-radius: 2px;
|
|
117
|
+
border-start-start-radius: 2px;
|
|
115
118
|
}
|
|
116
119
|
.panel > .table:first-child > thead:first-child > tr:first-child,
|
|
117
120
|
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
|
|
118
121
|
.panel > .table:first-child > tbody:first-child > tr:first-child,
|
|
119
122
|
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
|
|
120
|
-
border-
|
|
121
|
-
border-
|
|
122
|
-
}
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
border-
|
|
132
|
-
}
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
border-
|
|
142
|
-
}
|
|
143
|
-
[dir="rtl"] .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
|
|
144
|
-
[dir="rtl"] .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
|
|
145
|
-
[dir="rtl"] .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
|
|
146
|
-
[dir="rtl"] .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
|
|
147
|
-
[dir="rtl"] .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
|
|
148
|
-
[dir="rtl"] .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
|
|
149
|
-
[dir="rtl"] .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
|
|
150
|
-
[dir="rtl"] .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
|
|
151
|
-
border-top-left-radius: 2px;
|
|
152
|
-
}
|
|
153
|
-
html:not([dir="rtl"]) .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
|
|
154
|
-
html:not([dir="rtl"]) .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
|
|
155
|
-
html:not([dir="rtl"]) .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
|
|
156
|
-
html:not([dir="rtl"]) .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
|
|
157
|
-
html:not([dir="rtl"]) .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
|
|
158
|
-
html:not([dir="rtl"]) .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
|
|
159
|
-
html:not([dir="rtl"]) .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
|
|
160
|
-
html:not([dir="rtl"]) .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
|
|
161
|
-
border-top-right-radius: 2px;
|
|
123
|
+
border-start-start-radius: 2px;
|
|
124
|
+
border-start-end-radius: 2px;
|
|
125
|
+
}
|
|
126
|
+
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
|
|
127
|
+
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
|
|
128
|
+
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
|
|
129
|
+
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
|
|
130
|
+
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
|
|
131
|
+
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
|
|
132
|
+
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
|
|
133
|
+
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
|
|
134
|
+
border-start-start-radius: 2px;
|
|
135
|
+
}
|
|
136
|
+
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
|
|
137
|
+
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
|
|
138
|
+
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
|
|
139
|
+
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
|
|
140
|
+
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
|
|
141
|
+
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
|
|
142
|
+
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
|
|
143
|
+
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
|
|
144
|
+
border-start-end-radius: 2px;
|
|
162
145
|
}
|
|
163
146
|
.panel > .table:last-child,
|
|
164
147
|
.panel > .table-responsive:last-child > .table:last-child {
|
|
165
|
-
border-
|
|
166
|
-
border-
|
|
148
|
+
border-end-end-radius: 2px;
|
|
149
|
+
border-end-start-radius: 2px;
|
|
167
150
|
}
|
|
168
151
|
.panel > .table:last-child > tbody:last-child > tr:last-child,
|
|
169
152
|
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
|
|
170
153
|
.panel > .table:last-child > tfoot:last-child > tr:last-child,
|
|
171
154
|
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
|
|
172
|
-
border-
|
|
173
|
-
border-
|
|
174
|
-
}
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
border-
|
|
184
|
-
}
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
border-
|
|
194
|
-
}
|
|
195
|
-
[dir="rtl"] .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
|
|
196
|
-
[dir="rtl"] .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
|
|
197
|
-
[dir="rtl"] .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
|
|
198
|
-
[dir="rtl"] .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
|
|
199
|
-
[dir="rtl"] .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
|
|
200
|
-
[dir="rtl"] .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
|
|
201
|
-
[dir="rtl"] .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
|
|
202
|
-
[dir="rtl"] .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
|
|
203
|
-
border-bottom-left-radius: 2px;
|
|
204
|
-
}
|
|
205
|
-
html:not([dir="rtl"]) .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
|
|
206
|
-
html:not([dir="rtl"]) .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
|
|
207
|
-
html:not([dir="rtl"]) .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
|
|
208
|
-
html:not([dir="rtl"]) .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
|
|
209
|
-
html:not([dir="rtl"]) .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
|
|
210
|
-
html:not([dir="rtl"]) .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
|
|
211
|
-
html:not([dir="rtl"]) .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
|
|
212
|
-
html:not([dir="rtl"]) .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
|
|
213
|
-
border-bottom-right-radius: 2px;
|
|
155
|
+
border-end-start-radius: 2px;
|
|
156
|
+
border-end-end-radius: 2px;
|
|
157
|
+
}
|
|
158
|
+
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
|
|
159
|
+
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
|
|
160
|
+
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
|
|
161
|
+
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
|
|
162
|
+
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
|
|
163
|
+
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
|
|
164
|
+
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
|
|
165
|
+
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
|
|
166
|
+
border-end-start-radius: 2px;
|
|
167
|
+
}
|
|
168
|
+
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
|
|
169
|
+
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
|
|
170
|
+
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
|
|
171
|
+
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
|
|
172
|
+
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
|
|
173
|
+
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
|
|
174
|
+
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
|
|
175
|
+
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
|
|
176
|
+
border-end-end-radius: 2px;
|
|
214
177
|
}
|
|
215
178
|
.panel > .panel-body + .table,
|
|
216
179
|
.panel > .panel-body + .table-responsive,
|
|
217
180
|
.panel > .table + .panel-body,
|
|
218
181
|
.panel > .table-responsive + .panel-body {
|
|
219
|
-
border-
|
|
182
|
+
border-block-start: 1px solid #f2f5f7;
|
|
220
183
|
}
|
|
221
184
|
.panel > .table > tbody:first-child > tr:first-child th,
|
|
222
185
|
.panel > .table > tbody:first-child > tr:first-child td {
|
|
223
|
-
border-
|
|
186
|
+
border-block-start: 0;
|
|
224
187
|
}
|
|
225
188
|
.panel > .table-bordered,
|
|
226
189
|
.panel > .table-responsive > .table-bordered {
|
|
227
190
|
border: 0;
|
|
228
191
|
}
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
border-
|
|
242
|
-
}
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
border-
|
|
256
|
-
}
|
|
257
|
-
[dir="rtl"] .panel > .table-bordered > thead > tr > th:last-child,
|
|
258
|
-
[dir="rtl"] .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
|
|
259
|
-
[dir="rtl"] .panel > .table-bordered > tbody > tr > th:last-child,
|
|
260
|
-
[dir="rtl"] .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
|
|
261
|
-
[dir="rtl"] .panel > .table-bordered > tfoot > tr > th:last-child,
|
|
262
|
-
[dir="rtl"] .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
|
|
263
|
-
[dir="rtl"] .panel > .table-bordered > thead > tr > td:last-child,
|
|
264
|
-
[dir="rtl"] .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
|
|
265
|
-
[dir="rtl"] .panel > .table-bordered > tbody > tr > td:last-child,
|
|
266
|
-
[dir="rtl"] .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
|
|
267
|
-
[dir="rtl"] .panel > .table-bordered > tfoot > tr > td:last-child,
|
|
268
|
-
[dir="rtl"] .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
|
|
269
|
-
border-left: 0 ;
|
|
270
|
-
}
|
|
271
|
-
html:not([dir="rtl"]) .panel > .table-bordered > thead > tr > th:last-child,
|
|
272
|
-
html:not([dir="rtl"]) .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
|
|
273
|
-
html:not([dir="rtl"]) .panel > .table-bordered > tbody > tr > th:last-child,
|
|
274
|
-
html:not([dir="rtl"]) .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
|
|
275
|
-
html:not([dir="rtl"]) .panel > .table-bordered > tfoot > tr > th:last-child,
|
|
276
|
-
html:not([dir="rtl"]) .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
|
|
277
|
-
html:not([dir="rtl"]) .panel > .table-bordered > thead > tr > td:last-child,
|
|
278
|
-
html:not([dir="rtl"]) .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
|
|
279
|
-
html:not([dir="rtl"]) .panel > .table-bordered > tbody > tr > td:last-child,
|
|
280
|
-
html:not([dir="rtl"]) .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
|
|
281
|
-
html:not([dir="rtl"]) .panel > .table-bordered > tfoot > tr > td:last-child,
|
|
282
|
-
html:not([dir="rtl"]) .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
|
|
283
|
-
border-right: 0 ;
|
|
192
|
+
.panel > .table-bordered > thead > tr > th:first-child,
|
|
193
|
+
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
|
|
194
|
+
.panel > .table-bordered > tbody > tr > th:first-child,
|
|
195
|
+
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
|
|
196
|
+
.panel > .table-bordered > tfoot > tr > th:first-child,
|
|
197
|
+
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
|
|
198
|
+
.panel > .table-bordered > thead > tr > td:first-child,
|
|
199
|
+
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
|
|
200
|
+
.panel > .table-bordered > tbody > tr > td:first-child,
|
|
201
|
+
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
|
|
202
|
+
.panel > .table-bordered > tfoot > tr > td:first-child,
|
|
203
|
+
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
|
|
204
|
+
border-inline-start: 0 ;
|
|
205
|
+
}
|
|
206
|
+
.panel > .table-bordered > thead > tr > th:last-child,
|
|
207
|
+
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
|
|
208
|
+
.panel > .table-bordered > tbody > tr > th:last-child,
|
|
209
|
+
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
|
|
210
|
+
.panel > .table-bordered > tfoot > tr > th:last-child,
|
|
211
|
+
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
|
|
212
|
+
.panel > .table-bordered > thead > tr > td:last-child,
|
|
213
|
+
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
|
|
214
|
+
.panel > .table-bordered > tbody > tr > td:last-child,
|
|
215
|
+
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
|
|
216
|
+
.panel > .table-bordered > tfoot > tr > td:last-child,
|
|
217
|
+
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
|
|
218
|
+
border-inline-end: 0 ;
|
|
284
219
|
}
|
|
285
220
|
.panel > .table-bordered > thead > tr:first-child > td,
|
|
286
221
|
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
|
|
@@ -290,7 +225,7 @@ html:not([dir="rtl"]) .panel > .table-responsive > .table-bordered > tfoot > tr
|
|
|
290
225
|
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
|
|
291
226
|
.panel > .table-bordered > tbody > tr:first-child > th,
|
|
292
227
|
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
|
|
293
|
-
border-
|
|
228
|
+
border-block-end: 0;
|
|
294
229
|
}
|
|
295
230
|
.panel > .table-bordered > tbody > tr:last-child > td,
|
|
296
231
|
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
|
|
@@ -300,99 +235,63 @@ html:not([dir="rtl"]) .panel > .table-responsive > .table-bordered > tfoot > tr
|
|
|
300
235
|
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
|
|
301
236
|
.panel > .table-bordered > tfoot > tr:last-child > th,
|
|
302
237
|
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
|
|
303
|
-
border-
|
|
238
|
+
border-block-end: 0;
|
|
304
239
|
}
|
|
305
240
|
.panel > .table-responsive {
|
|
306
241
|
border: 0;
|
|
307
|
-
margin-
|
|
242
|
+
margin-block-end: 0;
|
|
308
243
|
}
|
|
309
244
|
.panel > .table tr > :first-child,
|
|
310
245
|
.panel > .table-responsive tr > :first-child {
|
|
311
|
-
padding-
|
|
312
|
-
}
|
|
313
|
-
[dir="rtl"] .panel > .table tr > :first-child,
|
|
314
|
-
[dir="rtl"] .panel > .table-responsive tr > :first-child {
|
|
315
|
-
padding-right: 16px;
|
|
316
|
-
padding-left: 0;
|
|
317
|
-
padding-left: initial;
|
|
246
|
+
padding-inline-start: 16px;
|
|
318
247
|
}
|
|
319
248
|
.panel > .table tr > :last-child,
|
|
320
249
|
.panel > .table-responsive tr > :last-child {
|
|
321
|
-
padding-
|
|
322
|
-
}
|
|
323
|
-
[dir="rtl"] .panel > .table tr > :last-child,
|
|
324
|
-
[dir="rtl"] .panel > .table-responsive tr > :last-child {
|
|
325
|
-
padding-left: 16px;
|
|
326
|
-
padding-right: 0;
|
|
327
|
-
padding-right: initial;
|
|
250
|
+
padding-inline-end: 16px;
|
|
328
251
|
}
|
|
329
252
|
@media (min-width: 840px) {
|
|
330
253
|
.panel > .table tr > :first-child,
|
|
331
254
|
.panel > .table-responsive tr > :first-child {
|
|
332
|
-
padding-
|
|
333
|
-
}
|
|
334
|
-
[dir="rtl"] .panel > .table tr > :first-child,
|
|
335
|
-
[dir="rtl"] .panel > .table-responsive tr > :first-child {
|
|
336
|
-
padding-right: 24px;
|
|
337
|
-
padding-left: 0;
|
|
338
|
-
padding-left: initial;
|
|
255
|
+
padding-inline-start: 24px;
|
|
339
256
|
}
|
|
340
257
|
.panel > .table tr > :last-child,
|
|
341
258
|
.panel > .table-responsive tr > :last-child {
|
|
342
|
-
padding-
|
|
343
|
-
}
|
|
344
|
-
[dir="rtl"] .panel > .table tr > :last-child,
|
|
345
|
-
[dir="rtl"] .panel > .table-responsive tr > :last-child {
|
|
346
|
-
padding-left: 24px;
|
|
347
|
-
padding-right: 0;
|
|
348
|
-
padding-right: initial;
|
|
259
|
+
padding-inline-end: 24px;
|
|
349
260
|
}
|
|
350
261
|
}
|
|
351
262
|
@media (min-width: 1160px) {
|
|
352
263
|
.panel > .table tr > :first-child,
|
|
353
264
|
.panel > .table-responsive tr > :first-child {
|
|
354
|
-
padding-
|
|
355
|
-
}
|
|
356
|
-
[dir="rtl"] .panel > .table tr > :first-child,
|
|
357
|
-
[dir="rtl"] .panel > .table-responsive tr > :first-child {
|
|
358
|
-
padding-right: 32px;
|
|
359
|
-
padding-left: 0;
|
|
360
|
-
padding-left: initial;
|
|
265
|
+
padding-inline-start: 32px;
|
|
361
266
|
}
|
|
362
267
|
.panel > .table tr > :last-child,
|
|
363
268
|
.panel > .table-responsive tr > :last-child {
|
|
364
|
-
padding-
|
|
365
|
-
}
|
|
366
|
-
[dir="rtl"] .panel > .table tr > :last-child,
|
|
367
|
-
[dir="rtl"] .panel > .table-responsive tr > :last-child {
|
|
368
|
-
padding-left: 32px;
|
|
369
|
-
padding-right: 0;
|
|
370
|
-
padding-right: initial;
|
|
269
|
+
padding-inline-end: 32px;
|
|
371
270
|
}
|
|
372
271
|
}
|
|
373
272
|
.panel-group {
|
|
374
|
-
margin-
|
|
375
|
-
margin-
|
|
273
|
+
margin-block-end: 24px;
|
|
274
|
+
margin-block-end: var(--size-24);
|
|
376
275
|
}
|
|
377
276
|
.panel-group .panel {
|
|
378
|
-
margin-
|
|
277
|
+
margin-block-end: 0;
|
|
379
278
|
border-radius: 3px;
|
|
380
279
|
}
|
|
381
280
|
.panel-group .panel + .panel {
|
|
382
|
-
margin-
|
|
281
|
+
margin-block-start: 8px;
|
|
383
282
|
}
|
|
384
283
|
.panel-group .panel-heading {
|
|
385
|
-
border-
|
|
284
|
+
border-block-end: 0;
|
|
386
285
|
}
|
|
387
286
|
.panel-group .panel-heading + .panel-collapse > .panel-body,
|
|
388
287
|
.panel-group .panel-heading + .panel-collapse > .list-group {
|
|
389
|
-
border-
|
|
288
|
+
border-block-start: 1px solid #FFF;
|
|
390
289
|
}
|
|
391
290
|
.panel-group .panel-footer {
|
|
392
|
-
border-
|
|
291
|
+
border-block-start: 0;
|
|
393
292
|
}
|
|
394
293
|
.panel-group .panel-footer + .panel-collapse .panel-body {
|
|
395
|
-
border-
|
|
294
|
+
border-block-end: 1px solid #FFF;
|
|
396
295
|
}
|
|
397
296
|
.panel-default {
|
|
398
297
|
border-color: #e2e6e8 !important;
|
|
@@ -402,14 +301,14 @@ html:not([dir="rtl"]) .panel > .table-responsive > .table-bordered > tfoot > tr
|
|
|
402
301
|
border-color: #e2e6e8;
|
|
403
302
|
}
|
|
404
303
|
.panel-default > .panel-heading + .panel-collapse > .panel-body {
|
|
405
|
-
border-
|
|
304
|
+
border-block-start-color: #e2e6e8;
|
|
406
305
|
}
|
|
407
306
|
.panel-default > .panel-heading .badge {
|
|
408
307
|
color: #fff;
|
|
409
308
|
background-color: #4a5860;
|
|
410
309
|
}
|
|
411
310
|
.panel-default > .panel-footer + .panel-collapse > .panel-body {
|
|
412
|
-
border-
|
|
311
|
+
border-block-end-color: #e2e6e8;
|
|
413
312
|
}
|
|
414
313
|
.panel-primary {
|
|
415
314
|
border-color: #37517e !important;
|
|
@@ -419,14 +318,14 @@ html:not([dir="rtl"]) .panel > .table-responsive > .table-bordered > tfoot > tr
|
|
|
419
318
|
border-color: #37517e;
|
|
420
319
|
}
|
|
421
320
|
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
|
|
422
|
-
border-
|
|
321
|
+
border-block-start-color: #37517e;
|
|
423
322
|
}
|
|
424
323
|
.panel-primary > .panel-heading .badge {
|
|
425
324
|
color: #fff;
|
|
426
325
|
background-color: #fff;
|
|
427
326
|
}
|
|
428
327
|
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
|
|
429
|
-
border-
|
|
328
|
+
border-block-end-color: #37517e;
|
|
430
329
|
}
|
|
431
330
|
.panel-success {
|
|
432
331
|
border-color: #2ED06E !important;
|
|
@@ -436,14 +335,14 @@ html:not([dir="rtl"]) .panel > .table-responsive > .table-bordered > tfoot > tr
|
|
|
436
335
|
border-color: #2ED06E;
|
|
437
336
|
}
|
|
438
337
|
.panel-success > .panel-heading + .panel-collapse > .panel-body {
|
|
439
|
-
border-
|
|
338
|
+
border-block-start-color: #2ED06E;
|
|
440
339
|
}
|
|
441
340
|
.panel-success > .panel-heading .badge {
|
|
442
341
|
color: #FFF;
|
|
443
342
|
background-color: #1B7940;
|
|
444
343
|
}
|
|
445
344
|
.panel-success > .panel-footer + .panel-collapse > .panel-body {
|
|
446
|
-
border-
|
|
345
|
+
border-block-end-color: #2ED06E;
|
|
447
346
|
}
|
|
448
347
|
.panel-info {
|
|
449
348
|
border-color: #00b9ff !important;
|
|
@@ -453,14 +352,14 @@ html:not([dir="rtl"]) .panel > .table-responsive > .table-bordered > tfoot > tr
|
|
|
453
352
|
border-color: #00b9ff;
|
|
454
353
|
}
|
|
455
354
|
.panel-info > .panel-heading + .panel-collapse > .panel-body {
|
|
456
|
-
border-
|
|
355
|
+
border-block-start-color: #00b9ff;
|
|
457
356
|
}
|
|
458
357
|
.panel-info > .panel-heading .badge {
|
|
459
358
|
color: #FFF;
|
|
460
359
|
background-color: #00a4df;
|
|
461
360
|
}
|
|
462
361
|
.panel-info > .panel-footer + .panel-collapse > .panel-body {
|
|
463
|
-
border-
|
|
362
|
+
border-block-end-color: #00b9ff;
|
|
464
363
|
}
|
|
465
364
|
.panel-warning {
|
|
466
365
|
border-color: #FFA600 !important;
|
|
@@ -470,14 +369,14 @@ html:not([dir="rtl"]) .panel > .table-responsive > .table-bordered > tfoot > tr
|
|
|
470
369
|
border-color: #FFA600;
|
|
471
370
|
}
|
|
472
371
|
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
|
|
473
|
-
border-
|
|
372
|
+
border-block-start-color: #FFA600;
|
|
474
373
|
}
|
|
475
374
|
.panel-warning > .panel-heading .badge {
|
|
476
375
|
color: #FFF;
|
|
477
376
|
background-color: #9E5F00;
|
|
478
377
|
}
|
|
479
378
|
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
|
|
480
|
-
border-
|
|
379
|
+
border-block-end-color: #FFA600;
|
|
481
380
|
}
|
|
482
381
|
.panel-danger {
|
|
483
382
|
border-color: #F53636 !important;
|
|
@@ -487,21 +386,21 @@ html:not([dir="rtl"]) .panel > .table-responsive > .table-bordered > tfoot > tr
|
|
|
487
386
|
border-color: #F53636;
|
|
488
387
|
}
|
|
489
388
|
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
|
|
490
|
-
border-
|
|
389
|
+
border-block-start-color: #F53636;
|
|
491
390
|
}
|
|
492
391
|
.panel-danger > .panel-heading .badge {
|
|
493
392
|
color: #FFF;
|
|
494
393
|
background-color: #C22E2E;
|
|
495
394
|
}
|
|
496
395
|
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
|
|
497
|
-
border-
|
|
396
|
+
border-block-end-color: #F53636;
|
|
498
397
|
}
|
|
499
398
|
.panel ul:last-child {
|
|
500
|
-
margin-
|
|
399
|
+
margin-block-end: 0;
|
|
501
400
|
}
|
|
502
401
|
.panel-group .panel {
|
|
503
|
-
margin-
|
|
504
|
-
margin-
|
|
402
|
+
margin-inline-start: 0;
|
|
403
|
+
margin-inline-end: 0;
|
|
505
404
|
border: 1px solid #e2e6e8;
|
|
506
405
|
}
|
|
507
406
|
.panel-group .panel-heading,
|
|
@@ -517,12 +416,13 @@ html:not([dir="rtl"]) .panel > .table-responsive > .table-bordered > tfoot > tr
|
|
|
517
416
|
@media (min-width: 1160px) {
|
|
518
417
|
.panel-group .panel .panel-heading,
|
|
519
418
|
.panel-group .panel .panel-footer {
|
|
520
|
-
padding: 24px
|
|
419
|
+
padding-block: 24px;
|
|
420
|
+
padding-inline: 32px;
|
|
521
421
|
}
|
|
522
422
|
}
|
|
523
423
|
@media (min-width: 840px) {
|
|
524
424
|
.panel {
|
|
525
|
-
margin-
|
|
526
|
-
margin-
|
|
425
|
+
margin-inline-start: 0;
|
|
426
|
+
margin-inline-end: 0;
|
|
527
427
|
}
|
|
528
428
|
}
|