@transferwise/components 0.0.0-experimental-57e70f3 → 0.0.0-experimental-09066ec
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/dateInput/DateInput.js +12 -5
- package/build/dateInput/DateInput.js.map +1 -1
- package/build/dateInput/DateInput.mjs +11 -4
- package/build/dateInput/DateInput.mjs.map +1 -1
- package/build/expressiveMoneyInput/currencySelector/CurrencySelector.js +16 -8
- package/build/expressiveMoneyInput/currencySelector/CurrencySelector.js.map +1 -1
- package/build/expressiveMoneyInput/currencySelector/CurrencySelector.mjs +14 -6
- package/build/expressiveMoneyInput/currencySelector/CurrencySelector.mjs.map +1 -1
- package/build/index.js +12 -7
- package/build/index.js.map +1 -1
- package/build/index.mjs +9 -3
- package/build/index.mjs.map +1 -1
- package/build/inputs/{_BottomSheet.js → SelectInput/BottomSheet/SelectInputBottomSheet.js} +7 -7
- package/build/inputs/SelectInput/BottomSheet/SelectInputBottomSheet.js.map +1 -0
- package/build/inputs/{_BottomSheet.mjs → SelectInput/BottomSheet/SelectInputBottomSheet.mjs} +7 -7
- package/build/inputs/SelectInput/BottomSheet/SelectInputBottomSheet.mjs.map +1 -0
- package/build/inputs/{_ButtonInput.js → SelectInput/ButtonInput/SelectInputButtonInput.js} +5 -5
- package/build/inputs/SelectInput/ButtonInput/SelectInputButtonInput.js.map +1 -0
- package/build/inputs/{_ButtonInput.mjs → SelectInput/ButtonInput/SelectInputButtonInput.mjs} +5 -5
- package/build/inputs/SelectInput/ButtonInput/SelectInputButtonInput.mjs.map +1 -0
- package/build/inputs/SelectInput/ClearButton/SelectInputClearButton.js +26 -0
- package/build/inputs/SelectInput/ClearButton/SelectInputClearButton.js.map +1 -0
- package/build/inputs/SelectInput/ClearButton/SelectInputClearButton.mjs +24 -0
- package/build/inputs/SelectInput/ClearButton/SelectInputClearButton.mjs.map +1 -0
- package/build/inputs/SelectInput/DefaultRenderTrigger/SelectInputDefaultRenderTrigger.js +59 -0
- package/build/inputs/SelectInput/DefaultRenderTrigger/SelectInputDefaultRenderTrigger.js.map +1 -0
- package/build/inputs/SelectInput/DefaultRenderTrigger/SelectInputDefaultRenderTrigger.mjs +56 -0
- package/build/inputs/SelectInput/DefaultRenderTrigger/SelectInputDefaultRenderTrigger.mjs.map +1 -0
- package/build/inputs/SelectInput/ItemView/GroupItemView/SelectInputGroupItemView.js +50 -0
- package/build/inputs/SelectInput/ItemView/GroupItemView/SelectInputGroupItemView.js.map +1 -0
- package/build/inputs/SelectInput/ItemView/GroupItemView/SelectInputGroupItemView.mjs +48 -0
- package/build/inputs/SelectInput/ItemView/GroupItemView/SelectInputGroupItemView.mjs.map +1 -0
- package/build/inputs/SelectInput/ItemView/SelectInputItemView.js +47 -0
- package/build/inputs/SelectInput/ItemView/SelectInputItemView.js.map +1 -0
- package/build/inputs/SelectInput/ItemView/SelectInputItemView.mjs +45 -0
- package/build/inputs/SelectInput/ItemView/SelectInputItemView.mjs.map +1 -0
- package/build/inputs/SelectInput/Option/SelectInputOption.js +42 -0
- package/build/inputs/SelectInput/Option/SelectInputOption.js.map +1 -0
- package/build/inputs/SelectInput/Option/SelectInputOption.mjs +40 -0
- package/build/inputs/SelectInput/Option/SelectInputOption.mjs.map +1 -0
- package/build/inputs/SelectInput/OptionContent/SelectInputOptionContent.js +40 -0
- package/build/inputs/SelectInput/OptionContent/SelectInputOptionContent.js.map +1 -0
- package/build/inputs/SelectInput/OptionContent/SelectInputOptionContent.mjs +38 -0
- package/build/inputs/SelectInput/OptionContent/SelectInputOptionContent.mjs.map +1 -0
- package/build/inputs/SelectInput/Options/OptionsContainer/SelectInputOptionsContainer.js +48 -0
- package/build/inputs/SelectInput/Options/OptionsContainer/SelectInputOptionsContainer.js.map +1 -0
- package/build/inputs/SelectInput/Options/OptionsContainer/SelectInputOptionsContainer.mjs +46 -0
- package/build/inputs/SelectInput/Options/OptionsContainer/SelectInputOptionsContainer.mjs.map +1 -0
- package/build/inputs/SelectInput/Options/SelectInputOptions.js +300 -0
- package/build/inputs/SelectInput/Options/SelectInputOptions.js.map +1 -0
- package/build/inputs/SelectInput/Options/SelectInputOptions.mjs +298 -0
- package/build/inputs/SelectInput/Options/SelectInputOptions.mjs.map +1 -0
- package/build/inputs/{_Popover.js → SelectInput/Popover/SelectInputPopover.js} +7 -7
- package/build/inputs/SelectInput/Popover/SelectInputPopover.js.map +1 -0
- package/build/inputs/{_Popover.mjs → SelectInput/Popover/SelectInputPopover.mjs} +7 -7
- package/build/inputs/SelectInput/Popover/SelectInputPopover.mjs.map +1 -0
- package/build/inputs/SelectInput/SelectInput.contexts.js +29 -0
- package/build/inputs/SelectInput/SelectInput.contexts.js.map +1 -0
- package/build/inputs/SelectInput/SelectInput.contexts.mjs +24 -0
- package/build/inputs/SelectInput/SelectInput.contexts.mjs.map +1 -0
- package/build/inputs/SelectInput/SelectInput.js +222 -0
- package/build/inputs/SelectInput/SelectInput.js.map +1 -0
- package/build/inputs/SelectInput/SelectInput.messages.js.map +1 -0
- package/build/inputs/SelectInput/SelectInput.messages.mjs.map +1 -0
- package/build/inputs/SelectInput/SelectInput.mjs +216 -0
- package/build/inputs/SelectInput/SelectInput.mjs.map +1 -0
- package/build/inputs/SelectInput/SelectInput.utils.js +164 -0
- package/build/inputs/SelectInput/SelectInput.utils.js.map +1 -0
- package/build/inputs/SelectInput/SelectInput.utils.mjs +154 -0
- package/build/inputs/SelectInput/SelectInput.utils.mjs.map +1 -0
- package/build/inputs/SelectInput/TriggerButton/SelectInputTriggerButton.js +42 -0
- package/build/inputs/SelectInput/TriggerButton/SelectInputTriggerButton.js.map +1 -0
- package/build/inputs/SelectInput/TriggerButton/SelectInputTriggerButton.mjs +36 -0
- package/build/inputs/SelectInput/TriggerButton/SelectInputTriggerButton.mjs.map +1 -0
- package/build/main.css +97 -27094
- package/build/moneyInput/MoneyInput.js +9 -2
- package/build/moneyInput/MoneyInput.js.map +1 -1
- package/build/moneyInput/MoneyInput.mjs +8 -1
- package/build/moneyInput/MoneyInput.mjs.map +1 -1
- package/build/phoneNumberInput/PhoneNumberInput.js +10 -3
- package/build/phoneNumberInput/PhoneNumberInput.js.map +1 -1
- package/build/phoneNumberInput/PhoneNumberInput.mjs +9 -2
- package/build/phoneNumberInput/PhoneNumberInput.mjs.map +1 -1
- package/build/styles/inputs/SelectInput/BottomSheet/SelectInputBottomSheet.css +96 -0
- package/build/styles/inputs/SelectInput/ButtonInput/SelectInputButtonInput.css +16 -0
- package/build/styles/inputs/SelectInput/ClearButton/SelectInputClearButton.css +46 -0
- package/build/styles/inputs/SelectInput/ItemView/SelectInputItemView.css +16 -0
- package/build/styles/inputs/SelectInput/Option/SelectInputOption.css +33 -0
- package/build/styles/inputs/SelectInput/OptionContent/SelectInputOptionContent.css +37 -0
- package/build/styles/inputs/SelectInput/Options/SelectInputOptions.css +81 -0
- package/build/styles/inputs/SelectInput/Popover/SelectInputPopover.css +46 -0
- package/build/styles/main.css +97 -27094
- package/build/types/index.d.ts +1 -1
- package/build/types/index.d.ts.map +1 -1
- package/build/types/inputs/{_BottomSheet.d.ts → SelectInput/BottomSheet/SelectInputBottomSheet.d.ts} +3 -3
- package/build/types/inputs/SelectInput/BottomSheet/SelectInputBottomSheet.d.ts.map +1 -0
- package/build/types/inputs/SelectInput/BottomSheet/index.d.ts +3 -0
- package/build/types/inputs/SelectInput/BottomSheet/index.d.ts.map +1 -0
- package/build/types/inputs/SelectInput/ButtonInput/SelectInputButtonInput.d.ts +5 -0
- package/build/types/inputs/SelectInput/ButtonInput/SelectInputButtonInput.d.ts.map +1 -0
- package/build/types/inputs/SelectInput/ButtonInput/index.d.ts +3 -0
- package/build/types/inputs/SelectInput/ButtonInput/index.d.ts.map +1 -0
- package/build/types/inputs/SelectInput/ClearButton/SelectInputClearButton.d.ts +7 -0
- package/build/types/inputs/SelectInput/ClearButton/SelectInputClearButton.d.ts.map +1 -0
- package/build/types/inputs/SelectInput/ClearButton/index.d.ts +3 -0
- package/build/types/inputs/SelectInput/ClearButton/index.d.ts.map +1 -0
- package/build/types/inputs/SelectInput/DefaultRenderTrigger/SelectInputDefaultRenderTrigger.d.ts +16 -0
- package/build/types/inputs/SelectInput/DefaultRenderTrigger/SelectInputDefaultRenderTrigger.d.ts.map +1 -0
- package/build/types/inputs/SelectInput/DefaultRenderTrigger/index.d.ts +2 -0
- package/build/types/inputs/SelectInput/DefaultRenderTrigger/index.d.ts.map +1 -0
- package/build/types/inputs/SelectInput/ItemView/GroupItemView/SelectInputGroupItemView.d.ts +9 -0
- package/build/types/inputs/SelectInput/ItemView/GroupItemView/SelectInputGroupItemView.d.ts.map +1 -0
- package/build/types/inputs/SelectInput/ItemView/GroupItemView/index.d.ts +3 -0
- package/build/types/inputs/SelectInput/ItemView/GroupItemView/index.d.ts.map +1 -0
- package/build/types/inputs/SelectInput/ItemView/SelectInputItemView.d.ts +11 -0
- package/build/types/inputs/SelectInput/ItemView/SelectInputItemView.d.ts.map +1 -0
- package/build/types/inputs/SelectInput/ItemView/index.d.ts +4 -0
- package/build/types/inputs/SelectInput/ItemView/index.d.ts.map +1 -0
- package/build/types/inputs/SelectInput/Option/SelectInputOption.d.ts +11 -0
- package/build/types/inputs/SelectInput/Option/SelectInputOption.d.ts.map +1 -0
- package/build/types/inputs/SelectInput/Option/index.d.ts +3 -0
- package/build/types/inputs/SelectInput/Option/index.d.ts.map +1 -0
- package/build/types/inputs/SelectInput/OptionContent/SelectInputOptionContent.d.ts +13 -0
- package/build/types/inputs/SelectInput/OptionContent/SelectInputOptionContent.d.ts.map +1 -0
- package/build/types/inputs/SelectInput/OptionContent/index.d.ts +3 -0
- package/build/types/inputs/SelectInput/OptionContent/index.d.ts.map +1 -0
- package/build/types/inputs/SelectInput/Options/OptionsContainer/SelectInputOptionsContainer.d.ts +9 -0
- package/build/types/inputs/SelectInput/Options/OptionsContainer/SelectInputOptionsContainer.d.ts.map +1 -0
- package/build/types/inputs/SelectInput/Options/OptionsContainer/index.d.ts +3 -0
- package/build/types/inputs/SelectInput/Options/OptionsContainer/index.d.ts.map +1 -0
- package/build/types/inputs/SelectInput/Options/SelectInputOptions.d.ts +21 -0
- package/build/types/inputs/SelectInput/Options/SelectInputOptions.d.ts.map +1 -0
- package/build/types/inputs/SelectInput/Options/index.d.ts +4 -0
- package/build/types/inputs/SelectInput/Options/index.d.ts.map +1 -0
- package/build/types/inputs/{_Popover.d.ts → SelectInput/Popover/SelectInputPopover.d.ts} +3 -3
- package/build/types/inputs/SelectInput/Popover/SelectInputPopover.d.ts.map +1 -0
- package/build/types/inputs/SelectInput/Popover/index.d.ts +3 -0
- package/build/types/inputs/SelectInput/Popover/index.d.ts.map +1 -0
- package/build/types/inputs/SelectInput/SelectInput.contexts.d.ts +33 -0
- package/build/types/inputs/SelectInput/SelectInput.contexts.d.ts.map +1 -0
- package/build/types/inputs/SelectInput/SelectInput.d.ts +10 -0
- package/build/types/inputs/SelectInput/SelectInput.d.ts.map +1 -0
- package/build/types/inputs/SelectInput/SelectInput.messages.d.ts.map +1 -0
- package/build/types/inputs/{SelectInput.d.ts → SelectInput/SelectInput.types.d.ts} +12 -38
- package/build/types/inputs/SelectInput/SelectInput.types.d.ts.map +1 -0
- package/build/types/inputs/SelectInput/SelectInput.utils.d.ts +60 -0
- package/build/types/inputs/SelectInput/SelectInput.utils.d.ts.map +1 -0
- package/build/types/inputs/SelectInput/TriggerButton/SelectInputTriggerButton.d.ts +12 -0
- package/build/types/inputs/SelectInput/TriggerButton/SelectInputTriggerButton.d.ts.map +1 -0
- package/build/types/inputs/SelectInput/TriggerButton/index.d.ts +3 -0
- package/build/types/inputs/SelectInput/TriggerButton/index.d.ts.map +1 -0
- package/build/types/inputs/SelectInput/components.d.ts +10 -0
- package/build/types/inputs/SelectInput/components.d.ts.map +1 -0
- package/build/types/inputs/SelectInput/index.d.ts +10 -0
- package/build/types/inputs/SelectInput/index.d.ts.map +1 -0
- package/package.json +4 -8
- package/src/accordion/Accordion.css +74 -0
- package/src/accordion/Accordion.less +3 -3
- package/src/actionButton/ActionButton.css +64 -0
- package/src/actionButton/ActionButton.less +1 -1
- package/src/actionOption/ActionOption.css +4 -0
- package/src/alert/Alert.css +7 -0
- package/src/avatar/Avatar.css +250 -0
- package/src/avatar/Avatar.less +3 -3
- package/src/avatarLayout/AvatarLayout.css +42 -0
- package/src/avatarView/AvatarView.css +44 -0
- package/src/avatarView/Dot.css +26 -0
- package/src/badge/Badge.css +65 -0
- package/src/badge/Badge.less +1 -1
- package/src/body/Body.css +3 -0
- package/src/button/Button.css +246 -0
- package/src/button/Button.vars.css +46 -0
- package/src/button/LegacyButton.css +23 -0
- package/src/button/LegacyButton.less +1 -1
- package/src/card/Card.css +100 -0
- package/src/card/Card.less +3 -3
- package/src/carousel/Carousel.css +134 -0
- package/src/checkboxButton/CheckboxButton.css +43 -0
- package/src/checkboxButton/CheckboxButton.less +2 -2
- package/src/chips/Chip.css +190 -0
- package/src/chips/Chip.less +3 -3
- package/src/circularButton/CircularButton.css +34 -0
- package/src/common/Option/Option.css +122 -0
- package/src/common/Option/Option.less +2 -2
- package/src/common/RadioButton/RadioButton.css +4 -0
- package/src/common/baseCard/BaseCard.css +49 -0
- package/src/common/bottomSheet/BottomSheet.css +53 -0
- package/src/common/bottomSheet/BottomSheet.less +1 -1
- package/src/common/circle/Circle.css +43 -0
- package/src/common/closeButton/CloseButton.css +94 -0
- package/src/common/closeButton/CloseButton.less +1 -1
- package/src/common/panel/Panel.css +73 -0
- package/src/common/panel/Panel.less +1 -1
- package/src/criticalBanner/CriticalCommsBanner.css +63 -0
- package/src/dateInput/DateInput.css +16 -0
- package/src/dateLookup/DateLookup.css +93 -0
- package/src/dateLookup/DateLookup.less +1 -1
- package/src/dateLookup/dateTrigger/DateTrigger.css +29 -0
- package/src/dateLookup/dateTrigger/DateTrigger.less +2 -2
- package/src/decision/Decision.css +17 -0
- package/src/decision/Decision.less +1 -1
- package/src/definitionList/DefinitionList.css +53 -0
- package/src/definitionList/DefinitionList.less +1 -1
- package/src/dimmer/Dimmer.css +70 -0
- package/src/dimmer/Dimmer.less +2 -2
- package/src/divider/Divider.css +24 -0
- package/src/drawer/Drawer.css +56 -0
- package/src/dropFade/DropFade.css +19 -0
- package/src/emphasis/Emphasis.css +31 -0
- package/src/expressiveMoneyInput/ExpressiveMoneyInput.css +58 -0
- package/src/expressiveMoneyInput/amountInput/AmountInput.css +32 -0
- package/src/expressiveMoneyInput/chevron/Chevron.css +12 -0
- package/src/expressiveMoneyInput/currencySelector/CurrencySelector.css +6 -0
- package/src/field/Field.css +13 -0
- package/src/flowNavigation/FlowNavigation.css +76 -0
- package/src/flowNavigation/FlowNavigation.less +1 -1
- package/src/flowNavigation/animatedLabel/AnimatedLabel.css +30 -0
- package/src/flowNavigation/animatedLabel/AnimatedLabel.less +2 -2
- package/src/header/Header.css +33 -0
- package/src/iconButton/IconButton.css +82 -0
- package/src/image/Image.css +13 -0
- package/src/index.ts +0 -1
- package/src/info/Info.css +9 -0
- package/src/info/Info.less +1 -1
- package/src/inputs/Input.css +158 -0
- package/src/inputs/InputGroup.css +63 -0
- package/src/inputs/SelectInput/BottomSheet/SelectInputBottomSheet.css +96 -0
- package/src/inputs/{_BottomSheet.tsx → SelectInput/BottomSheet/SelectInputBottomSheet.tsx} +7 -7
- package/src/inputs/SelectInput/BottomSheet/index.ts +2 -0
- package/src/inputs/SelectInput/ButtonInput/SelectInputButtonInput.css +16 -0
- package/src/inputs/{_ButtonInput.tsx → SelectInput/ButtonInput/SelectInputButtonInput.tsx} +5 -5
- package/src/inputs/SelectInput/ButtonInput/index.ts +2 -0
- package/src/inputs/SelectInput/ClearButton/SelectInputClearButton.css +46 -0
- package/src/inputs/SelectInput/ClearButton/SelectInputClearButton.less +39 -0
- package/src/inputs/SelectInput/ClearButton/SelectInputClearButton.tsx +27 -0
- package/src/inputs/SelectInput/ClearButton/index.ts +2 -0
- package/src/inputs/SelectInput/DefaultRenderTrigger/SelectInputDefaultRenderTrigger.tsx +74 -0
- package/src/inputs/SelectInput/DefaultRenderTrigger/index.ts +5 -0
- package/src/inputs/SelectInput/ItemView/GroupItemView/SelectInputGroupItemView.tsx +61 -0
- package/src/inputs/SelectInput/ItemView/GroupItemView/index.ts +2 -0
- package/src/inputs/SelectInput/ItemView/SelectInputItemView.css +16 -0
- package/src/inputs/SelectInput/ItemView/SelectInputItemView.less +17 -0
- package/src/inputs/SelectInput/ItemView/SelectInputItemView.tsx +48 -0
- package/src/inputs/SelectInput/ItemView/index.ts +3 -0
- package/src/inputs/SelectInput/Option/SelectInputOption.css +33 -0
- package/src/inputs/SelectInput/Option/SelectInputOption.less +32 -0
- package/src/inputs/SelectInput/Option/SelectInputOption.tsx +57 -0
- package/src/inputs/SelectInput/Option/index.ts +2 -0
- package/src/inputs/SelectInput/OptionContent/SelectInputOptionContent.css +37 -0
- package/src/inputs/SelectInput/OptionContent/SelectInputOptionContent.less +38 -0
- package/src/inputs/SelectInput/OptionContent/SelectInputOptionContent.tsx +72 -0
- package/src/inputs/SelectInput/OptionContent/index.ts +2 -0
- package/src/inputs/SelectInput/Options/OptionsContainer/SelectInputOptionsContainer.tsx +59 -0
- package/src/inputs/SelectInput/Options/OptionsContainer/index.ts +2 -0
- package/src/inputs/SelectInput/Options/SelectInputOptions.css +81 -0
- package/src/inputs/SelectInput/Options/SelectInputOptions.less +77 -0
- package/src/inputs/SelectInput/Options/SelectInputOptions.tsx +411 -0
- package/src/inputs/SelectInput/Options/index.ts +3 -0
- package/src/inputs/SelectInput/Popover/SelectInputPopover.css +46 -0
- package/src/inputs/{_Popover.tsx → SelectInput/Popover/SelectInputPopover.tsx} +7 -7
- package/src/inputs/SelectInput/Popover/index.ts +2 -0
- package/src/inputs/SelectInput/SelectInput.contexts.tsx +40 -0
- package/src/inputs/SelectInput/SelectInput.css +380 -0
- package/src/inputs/SelectInput/SelectInput.less +22 -0
- package/src/inputs/{SelectInput.test.tsx → SelectInput/SelectInput.test.tsx} +9 -11
- package/src/inputs/SelectInput/SelectInput.tsx +257 -0
- package/src/inputs/SelectInput/SelectInput.types.ts +113 -0
- package/src/inputs/SelectInput/SelectInput.utils.ts +205 -0
- package/src/inputs/SelectInput/TriggerButton/SelectInputTriggerButton.tsx +36 -0
- package/src/inputs/SelectInput/TriggerButton/index.ts +5 -0
- package/src/inputs/{SelectInput.docs.mdx → SelectInput/_stories/SelectInput.docs.mdx} +0 -1
- package/src/inputs/{SelectInput.story.tsx → SelectInput/_stories/SelectInput.story.tsx} +11 -8
- package/src/inputs/{SelectInput.test.story.tsx → SelectInput/_stories/SelectInput.test.story.tsx} +6 -10
- package/src/inputs/SelectInput/components.ts +10 -0
- package/src/inputs/SelectInput/index.ts +12 -0
- package/src/inputs/TextArea.css +161 -0
- package/src/inputs/_common.less +1 -1
- package/src/instructionsList/InstructionsList.css +26 -0
- package/src/legacylistItem/LegacyListItem.css +6 -0
- package/src/link/Link.css +24 -0
- package/src/link/Link.less +2 -2
- package/src/listItem/ListItem.css +659 -0
- package/src/listItem/ListItem.grid.css +384 -0
- package/src/listItem/ListItem.less +1 -1
- package/src/listItem/Prompt/ListItemPrompt.css +4 -0
- package/src/loader/Loader.css +227 -0
- package/src/logo/Logo.css +26 -0
- package/src/main.css +7529 -0
- package/src/main.less +1 -3
- package/src/modal/Modal.css +95 -0
- package/src/moneyInput/MoneyInput.css +74 -0
- package/src/moneyInput/MoneyInput.less +2 -2
- package/src/navigationOption/NavigationOption.css +69 -0
- package/src/navigationOption/NavigationOption.less +3 -3
- package/src/navigationOptionsList/NavigationOptionsList.css +13 -0
- package/src/navigationOptionsList/NavigationOptionsList.less +1 -1
- package/src/nudge/Nudge.css +206 -0
- package/src/overlayHeader/OverlayHeader.css +15 -0
- package/src/overlayHeader/OverlayHeader.less +1 -1
- package/src/phoneNumberInput/PhoneNumberInput.css +23 -0
- package/src/phoneNumberInput/PhoneNumberInput.less +1 -1
- package/src/popover/Popover.css +76 -0
- package/src/popover/Popover.less +1 -1
- package/src/progress/Progress.css +43 -0
- package/src/progressBar/ProgressBar.css +14 -0
- package/src/promoCard/PromoCard.css +186 -0
- package/src/prompt/ActionPrompt/ActionPrompt.css +25 -0
- package/src/prompt/InfoPrompt/InfoPrompt.css +33 -0
- package/src/prompt/InlinePrompt/InlinePrompt.css +57 -0
- package/src/prompt/PrimitivePrompt/PrimitivePrompt.css +51 -0
- package/src/radioGroup/RadioGroup.css +3 -0
- package/src/section/Section.css +10 -0
- package/src/segmentedControl/SegmentedControl.css +101 -0
- package/src/select/Select.css +368 -0
- package/src/select/Select.less +5 -5
- package/src/sentimentSurface/SentimentSurface.css +487 -0
- package/src/slidingPanel/SlidingPanel.css +105 -0
- package/src/slidingPanel/SlidingPanel.less +2 -2
- package/src/snackbar/Snackbar.css +93 -0
- package/src/snackbar/Snackbar.less +3 -3
- package/src/statusIcon/StatusIcon.css +6 -0
- package/src/stepper/Stepper.css +77 -0
- package/src/stepper/Stepper.less +3 -3
- package/src/summary/Summary.css +81 -0
- package/src/summary/Summary.less +1 -1
- package/src/switch/Switch.css +63 -0
- package/src/switch/Switch.less +4 -4
- package/src/switchOption/SwitchOption.css +4 -0
- package/src/table/Table.css +274 -0
- package/src/table/Table.less +1 -1
- package/src/tabs/Tabs.css +121 -0
- package/src/tabs/Tabs.less +4 -4
- package/src/tile/Tile.css +68 -0
- package/src/tile/Tile.less +1 -1
- package/src/tooltip/Tooltip.css +50 -0
- package/src/tooltip/Tooltip.less +1 -1
- package/src/typeahead/Typeahead.css +187 -0
- package/src/typeahead/Typeahead.less +2 -2
- package/src/typeahead/typeaheadOption/TypeaheadOption.css +9 -0
- package/src/typeahead/typeaheadOption/TypeaheadOption.less +1 -1
- package/src/upload/Upload.css +34 -0
- package/src/upload/Upload.less +1 -1
- package/src/uploadInput/UploadInput.css +18 -0
- package/src/uploadInput/UploadInput.less +2 -2
- package/src/uploadInput/uploadButton/UploadButton.css +90 -0
- package/src/uploadInput/uploadItem/UploadItem.css +166 -0
- package/src/uploadInput/uploadItem/UploadItem.less +1 -1
- package/build/inputs/SelectInput.js +0 -890
- package/build/inputs/SelectInput.js.map +0 -1
- package/build/inputs/SelectInput.messages.js.map +0 -1
- package/build/inputs/SelectInput.messages.mjs.map +0 -1
- package/build/inputs/SelectInput.mjs +0 -881
- package/build/inputs/SelectInput.mjs.map +0 -1
- package/build/inputs/_BottomSheet.js.map +0 -1
- package/build/inputs/_BottomSheet.mjs.map +0 -1
- package/build/inputs/_ButtonInput.js.map +0 -1
- package/build/inputs/_ButtonInput.mjs.map +0 -1
- package/build/inputs/_Popover.js.map +0 -1
- package/build/inputs/_Popover.mjs.map +0 -1
- package/build/neptune-css/fonts/TW-Averta-Bold.woff +0 -0
- package/build/neptune-css/fonts/TW-Averta-Bold.woff2 +0 -0
- package/build/neptune-css/fonts/TW-Averta-Regular.woff +0 -0
- package/build/neptune-css/fonts/TW-Averta-Regular.woff2 +0 -0
- package/build/neptune-css/fonts/TW-Averta-Semibold.woff +0 -0
- package/build/neptune-css/fonts/TW-Averta-Semibold.woff2 +0 -0
- package/build/neptune-css/fonts/TransferWise-IconFont.svg +0 -81
- package/build/neptune-css/fonts/TransferWise-IconFont.woff +0 -0
- package/build/neptune-css/fonts/WiseSans-Heavy.woff2 +0 -0
- package/build/neptune-css/fonts/inter-cyrillic-ext-variable-wghtOnly-normal.woff2 +0 -0
- package/build/neptune-css/fonts/inter-cyrillic-variable-wghtOnly-normal.woff2 +0 -0
- package/build/neptune-css/fonts/inter-greek-ext-variable-wghtOnly-normal.woff2 +0 -0
- package/build/neptune-css/fonts/inter-greek-variable-wghtOnly-normal.woff2 +0 -0
- package/build/neptune-css/fonts/inter-latin-ext-variable-wghtOnly-normal.woff2 +0 -0
- package/build/neptune-css/fonts/inter-latin-variable-wghtOnly-normal.woff2 +0 -0
- package/build/neptune-css/fonts/inter-vietnamese-variable-wghtOnly-normal.woff2 +0 -0
- package/build/neptune-css/img/bg-dark.svg +0 -31
- package/build/neptune-css/img/bg-light.svg +0 -26
- package/build/neptune-css/less/legacy-variables.less +0 -1299
- package/build/neptune-css/less/neptune-tokens.css +0 -0
- package/build/neptune-css/less/neptune-tokens.less +0 -275
- package/build/neptune-css/less/zindex.css +0 -0
- package/build/neptune-css/less/zindex.less +0 -17
- package/build/neptune-css/props/custom-media.css +0 -11
- package/build/neptune-css/props/legacy-custom-props.css +0 -69
- package/build/neptune-css/props/neptune-tokens.css +0 -152
- package/build/neptune.css +0 -25724
- package/build/styles/neptune-css/less/accordion.css +0 -255
- package/build/styles/neptune-css/less/alerts.css +0 -751
- package/build/styles/neptune-css/less/background.css +0 -20
- package/build/styles/neptune-css/less/badge.css +0 -90
- package/build/styles/neptune-css/less/border-radius.css +0 -3
- package/build/styles/neptune-css/less/breadcrumbs.css +0 -20
- package/build/styles/neptune-css/less/button-groups.css +0 -495
- package/build/styles/neptune-css/less/buttons.css +0 -1390
- package/build/styles/neptune-css/less/chevron.css +0 -35
- package/build/styles/neptune-css/less/circles.css +0 -248
- package/build/styles/neptune-css/less/close.css +0 -47
- package/build/styles/neptune-css/less/column-layout.css +0 -164
- package/build/styles/neptune-css/less/core/viewport-themes.css +0 -59
- package/build/styles/neptune-css/less/currency-flags.css +0 -46
- package/build/styles/neptune-css/less/decision.css +0 -136
- package/build/styles/neptune-css/less/dropdowns.css +0 -472
- package/build/styles/neptune-css/less/droppable.css +0 -221
- package/build/styles/neptune-css/less/flex.css +0 -598
- package/build/styles/neptune-css/less/footer.css +0 -129
- package/build/styles/neptune-css/less/forms/bootstrap-forms.css +0 -2277
- package/build/styles/neptune-css/less/forms/checkbox-radio.css +0 -367
- package/build/styles/neptune-css/less/grid.css +0 -2369
- package/build/styles/neptune-css/less/input-groups.css +0 -2740
- package/build/styles/neptune-css/less/link-callout.css +0 -20
- package/build/styles/neptune-css/less/list-group.css +0 -350
- package/build/styles/neptune-css/less/loaders.css +0 -76
- package/build/styles/neptune-css/less/media.css +0 -74
- package/build/styles/neptune-css/less/modals.css +0 -185
- package/build/styles/neptune-css/less/navbar.css +0 -2406
- package/build/styles/neptune-css/less/navs.css +0 -296
- package/build/styles/neptune-css/less/neptune-addons.css +0 -1857
- package/build/styles/neptune-css/less/neptune-core.css +0 -2049
- package/build/styles/neptune-css/less/neptune-social-media.css +0 -144
- package/build/styles/neptune-css/less/neptune.css +0 -25724
- package/build/styles/neptune-css/less/panels.css +0 -528
- package/build/styles/neptune-css/less/popovers.css +0 -661
- package/build/styles/neptune-css/less/process.css +0 -483
- package/build/styles/neptune-css/less/progress-bars.css +0 -64
- package/build/styles/neptune-css/less/ring.css +0 -55
- package/build/styles/neptune-css/less/select.css +0 -99
- package/build/styles/neptune-css/less/sequences.css +0 -855
- package/build/styles/neptune-css/less/table.css +0 -446
- package/build/styles/neptune-css/less/tick.css +0 -32
- package/build/styles/neptune-css/less/tooltip.css +0 -160
- package/build/styles/neptune-css/less/utilities.css +0 -145
- package/build/styles/neptune-css/less/wells.css +0 -74
- package/build/styles/neptune-css/props/custom-media.css +0 -11
- package/build/styles/neptune-css/props/legacy-custom-props.css +0 -69
- package/build/styles/neptune-css/props/neptune-tokens.css +0 -11
- package/build/styles/neptune-css/variables/legacy-variables.css +0 -0
- package/build/styles/neptune-css/variables/neptune-tokens.css +0 -0
- package/build/styles/neptune-css/variables/zindex.css +0 -0
- package/build/types/inputs/SelectInput.d.ts.map +0 -1
- package/build/types/inputs/SelectInput.messages.d.ts.map +0 -1
- package/build/types/inputs/_BottomSheet.d.ts.map +0 -1
- package/build/types/inputs/_ButtonInput.d.ts +0 -5
- package/build/types/inputs/_ButtonInput.d.ts.map +0 -1
- package/build/types/inputs/_Popover.d.ts.map +0 -1
- package/src/inputs/SelectInput.less +0 -219
- package/src/inputs/SelectInput.tsx +0 -1269
- package/src/neptune-css/fonts/TW-Averta-Bold.woff +0 -0
- package/src/neptune-css/fonts/TW-Averta-Bold.woff2 +0 -0
- package/src/neptune-css/fonts/TW-Averta-Regular.woff +0 -0
- package/src/neptune-css/fonts/TW-Averta-Regular.woff2 +0 -0
- package/src/neptune-css/fonts/TW-Averta-Semibold.woff +0 -0
- package/src/neptune-css/fonts/TW-Averta-Semibold.woff2 +0 -0
- package/src/neptune-css/fonts/TransferWise-IconFont.svg +0 -81
- package/src/neptune-css/fonts/TransferWise-IconFont.woff +0 -0
- package/src/neptune-css/fonts/WiseSans-Heavy.woff2 +0 -0
- package/src/neptune-css/fonts/inter-cyrillic-ext-variable-wghtOnly-normal.woff2 +0 -0
- package/src/neptune-css/fonts/inter-cyrillic-variable-wghtOnly-normal.woff2 +0 -0
- package/src/neptune-css/fonts/inter-greek-ext-variable-wghtOnly-normal.woff2 +0 -0
- package/src/neptune-css/fonts/inter-greek-variable-wghtOnly-normal.woff2 +0 -0
- package/src/neptune-css/fonts/inter-latin-ext-variable-wghtOnly-normal.woff2 +0 -0
- package/src/neptune-css/fonts/inter-latin-variable-wghtOnly-normal.woff2 +0 -0
- package/src/neptune-css/fonts/inter-vietnamese-variable-wghtOnly-normal.woff2 +0 -0
- package/src/neptune-css/img/bg-dark.svg +0 -31
- package/src/neptune-css/img/bg-light.svg +0 -26
- package/src/neptune-css/less/accordion.less +0 -15
- package/src/neptune-css/less/addons/_background-utilities.less +0 -82
- package/src/neptune-css/less/addons/_border.less +0 -3
- package/src/neptune-css/less/addons/_display-utilities.less +0 -159
- package/src/neptune-css/less/addons/_spacing-utilities.less +0 -73
- package/src/neptune-css/less/addons/_utilities.less +0 -147
- package/src/neptune-css/less/alerts.less +0 -252
- package/src/neptune-css/less/background.less +0 -24
- package/src/neptune-css/less/badge.less +0 -85
- package/src/neptune-css/less/border-radius.less +0 -3
- package/src/neptune-css/less/breadcrumbs.less +0 -27
- package/src/neptune-css/less/button-groups.less +0 -424
- package/src/neptune-css/less/buttons.less +0 -738
- package/src/neptune-css/less/chevron.less +0 -39
- package/src/neptune-css/less/circles.less +0 -233
- package/src/neptune-css/less/close.less +0 -48
- package/src/neptune-css/less/column-layout.less +0 -167
- package/src/neptune-css/less/components/_component-animations.less +0 -43
- package/src/neptune-css/less/core/_fonts.less +0 -97
- package/src/neptune-css/less/core/_scaffolding.less +0 -380
- package/src/neptune-css/less/core/_typography-utilities.less +0 -255
- package/src/neptune-css/less/core/_typography.less +0 -575
- package/src/neptune-css/less/core/viewport-themes.less +0 -65
- package/src/neptune-css/less/currency-flags.less +0 -42
- package/src/neptune-css/less/decision.less +0 -98
- package/src/neptune-css/less/dropdowns.less +0 -365
- package/src/neptune-css/less/droppable.less +0 -213
- package/src/neptune-css/less/flex.less +0 -113
- package/src/neptune-css/less/footer.less +0 -113
- package/src/neptune-css/less/forms/bootstrap-forms.less +0 -1218
- package/src/neptune-css/less/forms/checkbox-radio.less +0 -330
- package/src/neptune-css/less/grid.less +0 -187
- package/src/neptune-css/less/input-groups.less +0 -298
- package/src/neptune-css/less/link-callout.less +0 -17
- package/src/neptune-css/less/list-group.less +0 -260
- package/src/neptune-css/less/loaders.less +0 -91
- package/src/neptune-css/less/media.less +0 -68
- package/src/neptune-css/less/mixins/_alerts.less +0 -39
- package/src/neptune-css/less/mixins/_arrows.less +0 -52
- package/src/neptune-css/less/mixins/_border-radius.less +0 -11
- package/src/neptune-css/less/mixins/_buttons.less +0 -82
- package/src/neptune-css/less/mixins/_center-block.less +0 -7
- package/src/neptune-css/less/mixins/_clearfix.less +0 -23
- package/src/neptune-css/less/mixins/_flex.less +0 -105
- package/src/neptune-css/less/mixins/_forms.less +0 -130
- package/src/neptune-css/less/mixins/_grid-framework.less +0 -104
- package/src/neptune-css/less/mixins/_grid.less +0 -158
- package/src/neptune-css/less/mixins/_hide-text.less +0 -20
- package/src/neptune-css/less/mixins/_links.less +0 -7
- package/src/neptune-css/less/mixins/_list-group.less +0 -23
- package/src/neptune-css/less/mixins/_logical-properties-IE-friendly.less +0 -381
- package/src/neptune-css/less/mixins/_logical-properties-modern-browsers.less +0 -226
- package/src/neptune-css/less/mixins/_logical-properties.less +0 -5
- package/src/neptune-css/less/mixins/_nav-divider.less +0 -10
- package/src/neptune-css/less/mixins/_nav-vertical-align.less +0 -10
- package/src/neptune-css/less/mixins/_panels.less +0 -23
- package/src/neptune-css/less/mixins/_physical-properties.less +0 -110
- package/src/neptune-css/less/mixins/_reset-text.less +0 -22
- package/src/neptune-css/less/mixins/_sequence.less +0 -203
- package/src/neptune-css/less/mixins/_spacing.less +0 -122
- package/src/neptune-css/less/mixins/_tab-focus.less +0 -5
- package/src/neptune-css/less/mixins/_table-row.less +0 -47
- package/src/neptune-css/less/mixins/_text-emphasis.less +0 -39
- package/src/neptune-css/less/mixins/_text-overflow.less +0 -8
- package/src/neptune-css/less/mixins/_theming.less +0 -7
- package/src/neptune-css/less/modals.less +0 -239
- package/src/neptune-css/less/navbar.less +0 -1442
- package/src/neptune-css/less/navs.less +0 -339
- package/src/neptune-css/less/neptune-addons.less +0 -4
- package/src/neptune-css/less/neptune-core.less +0 -4
- package/src/neptune-css/less/neptune-social-media.less +0 -84
- package/src/neptune-css/less/neptune.bundle.less +0 -65
- package/src/neptune-css/less/panels.less +0 -410
- package/src/neptune-css/less/popovers.less +0 -379
- package/src/neptune-css/less/process.less +0 -426
- package/src/neptune-css/less/progress-bars.less +0 -55
- package/src/neptune-css/less/ring.less +0 -51
- package/src/neptune-css/less/select.less +0 -88
- package/src/neptune-css/less/sequences.less +0 -511
- package/src/neptune-css/less/table.less +0 -385
- package/src/neptune-css/less/tick.less +0 -37
- package/src/neptune-css/less/tooltip.less +0 -130
- package/src/neptune-css/less/utilities.less +0 -153
- package/src/neptune-css/less/wells.less +0 -37
- package/src/neptune-css/props/custom-media.css +0 -11
- package/src/neptune-css/props/legacy-custom-props.css +0 -69
- package/src/neptune-css/props/neptune-tokens.css +0 -11
- package/src/neptune-css/variables/legacy-variables.less +0 -1299
- package/src/neptune-css/variables/neptune-tokens.less +0 -12
- package/src/neptune-css/variables/zindex.less +0 -17
- package/build/inputs/{SelectInput.messages.js → SelectInput/SelectInput.messages.js} +0 -0
- package/build/inputs/{SelectInput.messages.mjs → SelectInput/SelectInput.messages.mjs} +0 -0
- package/build/styles/inputs/{SelectInput.css → SelectInput/SelectInput.css} +90 -90
- /package/build/types/inputs/{SelectInput.messages.d.ts → SelectInput/SelectInput.messages.d.ts} +0 -0
- /package/src/inputs/{_BottomSheet.less → SelectInput/BottomSheet/SelectInputBottomSheet.less} +0 -0
- /package/src/inputs/{_ButtonInput.less → SelectInput/ButtonInput/SelectInputButtonInput.less} +0 -0
- /package/src/inputs/{_Popover.less → SelectInput/Popover/SelectInputPopover.less} +0 -0
- /package/src/inputs/{SelectInput.messages.ts → SelectInput/SelectInput.messages.ts} +0 -0
- /package/{build/neptune-css/less/legacy-variables.css → src/listItem/ListItem.vars.css} +0 -0
|
@@ -1,73 +0,0 @@
|
|
|
1
|
-
@import "../mixins/_spacing.less";
|
|
2
|
-
|
|
3
|
-
.spacing(0, 0);
|
|
4
|
-
.spacing(1, var(--size-8));
|
|
5
|
-
.spacing(2, var(--size-16));
|
|
6
|
-
.spacing(3, var(--size-24));
|
|
7
|
-
.spacing(4, var(--size-32));
|
|
8
|
-
.spacing(5, var(--size-40));
|
|
9
|
-
|
|
10
|
-
.spacing-vertical(4, var(--size-32));
|
|
11
|
-
.spacing-vertical(5, var(--size-40));
|
|
12
|
-
|
|
13
|
-
.gap-y-1 {
|
|
14
|
-
row-gap: var(--size-8);
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
.responsive-spacing(panel, var(--size-16), var(--size-24), var(--size-32));
|
|
18
|
-
.responsive-spacing-vertical(section-1, var(--size-16), var(--size-24), var(--size-32));
|
|
19
|
-
.responsive-spacing-vertical(section-2, var(--size-32), var(--size-48), var(--size-64));
|
|
20
|
-
.responsive-spacing-vertical(section-3, var(--size-48), var(--size-72), var(--size-96));
|
|
21
|
-
|
|
22
|
-
.m-x-auto {
|
|
23
|
-
.margin(right,auto) !important;
|
|
24
|
-
.margin(left, auto) !important;
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
.m-r-auto {
|
|
28
|
-
.margin(right,auto) !important;
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
.m-l-auto {
|
|
32
|
-
.margin(left, auto) !important;
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
.section {
|
|
36
|
-
padding-top: var(--size-48);
|
|
37
|
-
padding-bottom: var(--size-48);
|
|
38
|
-
|
|
39
|
-
@media (--screen-sm) {
|
|
40
|
-
padding-top: var(--size-72);
|
|
41
|
-
padding-bottom: var(--size-72);
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
@media (--screen-lg) {
|
|
45
|
-
padding-top: var(--size-96);
|
|
46
|
-
padding-bottom: var(--size-96);
|
|
47
|
-
}
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
.np-text-hyphenated {
|
|
51
|
-
@supports (hyphenate-limit-chars: 1) {
|
|
52
|
-
hyphens: auto;
|
|
53
|
-
hyphenate-limit-chars: 7 3;
|
|
54
|
-
|
|
55
|
-
@media (--screen-md) {
|
|
56
|
-
hyphenate-limit-chars: 8 3;
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
@media (--screen-lg) {
|
|
60
|
-
hyphenate-limit-chars: 10 4 3;
|
|
61
|
-
}
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
@supports (not (hyphenate-limit-chars: 1)) and (-webkit-hyphenate-limit-before: 1) {
|
|
65
|
-
hyphens: auto;
|
|
66
|
-
-webkit-hyphenate-limit-before: 3;
|
|
67
|
-
-webkit-hyphenate-limit-after: 3;
|
|
68
|
-
|
|
69
|
-
@media (--screen-lg) {
|
|
70
|
-
-webkit-hyphenate-limit-before: 4;
|
|
71
|
-
}
|
|
72
|
-
}
|
|
73
|
-
}
|
|
@@ -1,147 +0,0 @@
|
|
|
1
|
-
@import (reference)
|
|
2
|
-
"../../variables/legacy-variables.less";
|
|
3
|
-
@import (reference) "../mixins/_clearfix.less";
|
|
4
|
-
@import (reference) "../mixins/_center-block.less";
|
|
5
|
-
@import (reference) "../mixins/_hide-text.less";
|
|
6
|
-
|
|
7
|
-
//
|
|
8
|
-
// Utility classes
|
|
9
|
-
// --------------------------------------------------
|
|
10
|
-
|
|
11
|
-
// Floats
|
|
12
|
-
// -------------------------
|
|
13
|
-
|
|
14
|
-
.clearfix {
|
|
15
|
-
.clearfix();
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
.center-block {
|
|
19
|
-
.center-block();
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
.pull-right,
|
|
23
|
-
.pull-xs-right {
|
|
24
|
-
.float(right) !important;
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
.pull-left,
|
|
28
|
-
.pull-xs-left {
|
|
29
|
-
.float(left) !important;
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
.pull-xs-none {
|
|
33
|
-
float: none !important;
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
@media (min-width: @screen-sm-min) {
|
|
37
|
-
.pull-sm-left {
|
|
38
|
-
.float(left) !important;
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
.pull-sm-right {
|
|
42
|
-
.float(right) !important;
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
.pull-sm-none {
|
|
46
|
-
float: none !important;
|
|
47
|
-
}
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
@media (min-width: @screen-md-min) {
|
|
51
|
-
.pull-md-left {
|
|
52
|
-
.float(left) !important;
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
.pull-md-right {
|
|
56
|
-
.float(right) !important;
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
.pull-md-none {
|
|
60
|
-
float: none !important;
|
|
61
|
-
}
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
@media (min-width: @screen-lg-min) {
|
|
65
|
-
.pull-lg-left {
|
|
66
|
-
.float(left) !important;
|
|
67
|
-
}
|
|
68
|
-
|
|
69
|
-
.pull-lg-right {
|
|
70
|
-
.float(right) !important;
|
|
71
|
-
}
|
|
72
|
-
|
|
73
|
-
.pull-lg-none {
|
|
74
|
-
float: none !important;
|
|
75
|
-
}
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
@media (min-width: @screen-xl-min) {
|
|
79
|
-
.pull-xl-left {
|
|
80
|
-
.float(left) !important;
|
|
81
|
-
}
|
|
82
|
-
|
|
83
|
-
.pull-xl-right {
|
|
84
|
-
.float(right) !important;
|
|
85
|
-
}
|
|
86
|
-
|
|
87
|
-
.pull-xl-none {
|
|
88
|
-
float: none !important;
|
|
89
|
-
}
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
// Toggling content
|
|
93
|
-
// -------------------------
|
|
94
|
-
|
|
95
|
-
// Note: Deprecated .hide in favor of .hidden or .sr-only (as appropriate) in v3.0.1
|
|
96
|
-
.hide {
|
|
97
|
-
display: none !important;
|
|
98
|
-
}
|
|
99
|
-
|
|
100
|
-
.show {
|
|
101
|
-
display: block !important;
|
|
102
|
-
}
|
|
103
|
-
|
|
104
|
-
.invisible {
|
|
105
|
-
visibility: hidden;
|
|
106
|
-
}
|
|
107
|
-
|
|
108
|
-
.text-hide {
|
|
109
|
-
.text-hide();
|
|
110
|
-
}
|
|
111
|
-
|
|
112
|
-
// Hide from screenreaders and browsers
|
|
113
|
-
//
|
|
114
|
-
// Credit: HTML5 Boilerplate
|
|
115
|
-
|
|
116
|
-
.hidden {
|
|
117
|
-
display: none !important;
|
|
118
|
-
}
|
|
119
|
-
|
|
120
|
-
// For Affix plugin
|
|
121
|
-
// -------------------------
|
|
122
|
-
|
|
123
|
-
.affix {
|
|
124
|
-
position: fixed;
|
|
125
|
-
}
|
|
126
|
-
|
|
127
|
-
.rotate90 {
|
|
128
|
-
transform: rotate(90deg);
|
|
129
|
-
}
|
|
130
|
-
|
|
131
|
-
.rotate180 {
|
|
132
|
-
transform: rotate(180deg);
|
|
133
|
-
}
|
|
134
|
-
|
|
135
|
-
.rotate270 {
|
|
136
|
-
transform: rotate(270deg);
|
|
137
|
-
}
|
|
138
|
-
|
|
139
|
-
.rotate-90 {
|
|
140
|
-
transform: rotate(-90deg);
|
|
141
|
-
}
|
|
142
|
-
|
|
143
|
-
// Cursor
|
|
144
|
-
|
|
145
|
-
.clickable {
|
|
146
|
-
cursor: pointer !important;
|
|
147
|
-
}
|
|
@@ -1,252 +0,0 @@
|
|
|
1
|
-
@import (reference) "../variables/legacy-variables.less";
|
|
2
|
-
@import (reference) "./addons/_spacing-utilities.less";
|
|
3
|
-
@import (reference) "../variables/neptune-tokens.less";
|
|
4
|
-
@import (reference) "./mixins/_alerts.less";
|
|
5
|
-
|
|
6
|
-
/**
|
|
7
|
-
* DEPRECATED: use <InfoPrompt /> component instead
|
|
8
|
-
*/
|
|
9
|
-
|
|
10
|
-
.alert {
|
|
11
|
-
padding: var(--size-16);
|
|
12
|
-
border-radius: 10px;
|
|
13
|
-
color: var(--color-content-primary);
|
|
14
|
-
background-color: var(--color-background-neutral);
|
|
15
|
-
min-width: 200px;
|
|
16
|
-
margin-bottom: var(--size-16);
|
|
17
|
-
|
|
18
|
-
.np-theme-personal & {
|
|
19
|
-
padding: var(--padding-medium);
|
|
20
|
-
border-radius: var(--radius-medium);
|
|
21
|
-
.alert__message {
|
|
22
|
-
margin-top: 0;
|
|
23
|
-
display: flex;
|
|
24
|
-
align-items: flex-start;
|
|
25
|
-
flex-direction: column;
|
|
26
|
-
justify-content: center;
|
|
27
|
-
|
|
28
|
-
.alert__action {
|
|
29
|
-
margin-top: var(--size-8);
|
|
30
|
-
}
|
|
31
|
-
}
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
.alert__icon {
|
|
35
|
-
width: var(--size-32);
|
|
36
|
-
height: var(--size-32);
|
|
37
|
-
border-radius: 50%;
|
|
38
|
-
flex: none;
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
.close {
|
|
42
|
-
margin-top: var(--size-4);
|
|
43
|
-
|
|
44
|
-
.np-theme-personal & {
|
|
45
|
-
margin-top: calc(var(--size-8) * -1);
|
|
46
|
-
margin-inline-end: calc(var(--size-8) * -1);
|
|
47
|
-
}
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
p,
|
|
51
|
-
ul {
|
|
52
|
-
margin-bottom: 0;
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
p + p {
|
|
56
|
-
margin-top: var(--padding-x-small);
|
|
57
|
-
}
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
.arrow {
|
|
61
|
-
.alert-arrow(@alert-arrow-width);
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
.alert-detach.arrow {
|
|
65
|
-
border-radius: var(--radius-small);
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
// Field validation alerts
|
|
69
|
-
.form-group {
|
|
70
|
-
.alert {
|
|
71
|
-
position: relative; // Elevate over input
|
|
72
|
-
padding: 4px 16px 3px;
|
|
73
|
-
margin-top: -2px;
|
|
74
|
-
border-style: solid;
|
|
75
|
-
border-color: var(--color-border-neutral);
|
|
76
|
-
border-width: 0 1px 1px;
|
|
77
|
-
border-top-left-radius: 0;
|
|
78
|
-
border-top-right-radius: 0;
|
|
79
|
-
margin-bottom: 0;
|
|
80
|
-
transition: border-color 0.15s ease-in-out;
|
|
81
|
-
|
|
82
|
-
.alert-arrow(@alert-arrow-width);
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
.radio ~ .alert,
|
|
86
|
-
.checkbox ~ .alert,
|
|
87
|
-
.alert-detach {
|
|
88
|
-
border-width: 0;
|
|
89
|
-
margin-top: var(--size-12);
|
|
90
|
-
border-radius: var(--radius-small);
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
.alert-focus,
|
|
94
|
-
.alert-info,
|
|
95
|
-
.alert-success,
|
|
96
|
-
.alert-warning,
|
|
97
|
-
.alert-danger {
|
|
98
|
-
display: none;
|
|
99
|
-
}
|
|
100
|
-
}
|
|
101
|
-
|
|
102
|
-
.alert-success,
|
|
103
|
-
.alert-positive {
|
|
104
|
-
.alert-variant(
|
|
105
|
-
var(--color-background-positive);
|
|
106
|
-
var(--color-content-positive);
|
|
107
|
-
var(--color-content-positive-hover);
|
|
108
|
-
);
|
|
109
|
-
|
|
110
|
-
// @DEPRECATED: .bg-primary use .bg-elevated or ThemeProvider with theme="forest-green" instead
|
|
111
|
-
.bg-primary & {
|
|
112
|
-
.alert-variant(
|
|
113
|
-
@color-navy-background-positive;
|
|
114
|
-
@color-navy-content-positive;
|
|
115
|
-
@color-navy-content-positive-hover;
|
|
116
|
-
);
|
|
117
|
-
}
|
|
118
|
-
}
|
|
119
|
-
|
|
120
|
-
.alert-info,
|
|
121
|
-
.alert-neutral {
|
|
122
|
-
.alert-variant(
|
|
123
|
-
var(--color-background-neutral);
|
|
124
|
-
var(--color-content-primary);
|
|
125
|
-
var(--color-content-primary);
|
|
126
|
-
);
|
|
127
|
-
|
|
128
|
-
// @DEPRECATED: .bg-primary use .bg-elevated or ThemeProvider with theme="forest-green" instead
|
|
129
|
-
.bg-primary & {
|
|
130
|
-
.alert-variant(
|
|
131
|
-
@color-navy-background-neutral;
|
|
132
|
-
@color-navy-content-primary;
|
|
133
|
-
@color-navy-content-primary;
|
|
134
|
-
);
|
|
135
|
-
}
|
|
136
|
-
}
|
|
137
|
-
|
|
138
|
-
.alert-warning {
|
|
139
|
-
.alert-variant(
|
|
140
|
-
var(--color-background-warning);
|
|
141
|
-
var(--color-content-warning);
|
|
142
|
-
var(--color-content-warning-hover);
|
|
143
|
-
);
|
|
144
|
-
|
|
145
|
-
// @DEPRECATED: .bg-primary use .bg-elevated or ThemeProvider with theme="forest-green" instead
|
|
146
|
-
.bg-primary & {
|
|
147
|
-
.alert-variant(
|
|
148
|
-
@color-navy-background-warning;
|
|
149
|
-
@color-navy-content-warning;
|
|
150
|
-
@color-navy-content-warning-hover;
|
|
151
|
-
);
|
|
152
|
-
}
|
|
153
|
-
}
|
|
154
|
-
|
|
155
|
-
.alert-danger,
|
|
156
|
-
.alert-negative {
|
|
157
|
-
.alert-variant(
|
|
158
|
-
var(--color-background-negative);
|
|
159
|
-
var(--color-content-negative);
|
|
160
|
-
var(--color-content-negative-hover);
|
|
161
|
-
);
|
|
162
|
-
|
|
163
|
-
// @DEPRECATED: .bg-primary use .bg-elevated or ThemeProvider with theme="forest-green" instead
|
|
164
|
-
.bg-primary & {
|
|
165
|
-
.alert-variant(
|
|
166
|
-
@color-navy-background-negative;
|
|
167
|
-
@color-navy-content-negative;
|
|
168
|
-
@color-navy-content-negative-hover;
|
|
169
|
-
);
|
|
170
|
-
}
|
|
171
|
-
}
|
|
172
|
-
|
|
173
|
-
.form-group:focus-within .alert-focus,
|
|
174
|
-
input:focus ~ .alert-focus,
|
|
175
|
-
.btn:focus ~ .alert-focus {
|
|
176
|
-
display: block;
|
|
177
|
-
border-color: var(--color-interactive-accent);
|
|
178
|
-
}
|
|
179
|
-
|
|
180
|
-
.focus .alert-focus,
|
|
181
|
-
.has-focus .alert-focus,
|
|
182
|
-
.has-info .alert-info,
|
|
183
|
-
.has-info .alert-neutral,
|
|
184
|
-
.has-warning .alert-warning,
|
|
185
|
-
.has-success .alert-success,
|
|
186
|
-
.has-success .alert-positive,
|
|
187
|
-
.has-error .alert-danger,
|
|
188
|
-
.has-error .alert-negative {
|
|
189
|
-
display: block;
|
|
190
|
-
}
|
|
191
|
-
|
|
192
|
-
// Ensure we only show one type at a time
|
|
193
|
-
.has-info .help-block,
|
|
194
|
-
.has-info .alert-focus,
|
|
195
|
-
.has-warning .help-block,
|
|
196
|
-
.has-warning .alert-focus,
|
|
197
|
-
.has-warning .alert-info,
|
|
198
|
-
.has-warning .alert-neutral,
|
|
199
|
-
.has-success .help-block,
|
|
200
|
-
.has-success .alert-focus,
|
|
201
|
-
.has-success .alert-info,
|
|
202
|
-
.has-success .alert-neutral,
|
|
203
|
-
.has-success .alert-warning,
|
|
204
|
-
.has-error .help-block,
|
|
205
|
-
.has-error .alert-focus,
|
|
206
|
-
.has-error .alert-info,
|
|
207
|
-
.has-error .alert-neutral,
|
|
208
|
-
.has-error .alert-warning,
|
|
209
|
-
.has-error .alert-success,
|
|
210
|
-
.has-error .alert-positive {
|
|
211
|
-
display: none !important;
|
|
212
|
-
}
|
|
213
|
-
|
|
214
|
-
.np-theme-personal {
|
|
215
|
-
.alert {
|
|
216
|
-
padding: var(--size-16);
|
|
217
|
-
|
|
218
|
-
flex-direction: row;
|
|
219
|
-
|
|
220
|
-
.alert__message {
|
|
221
|
-
padding-top: 0;
|
|
222
|
-
padding-inline-start: var(--padding-small);
|
|
223
|
-
}
|
|
224
|
-
}
|
|
225
|
-
|
|
226
|
-
.alert-success,
|
|
227
|
-
.alert-positive,
|
|
228
|
-
.alert-info,
|
|
229
|
-
.alert-neutral,
|
|
230
|
-
.alert-warning,
|
|
231
|
-
.alert-danger,
|
|
232
|
-
.alert-negative {
|
|
233
|
-
&,
|
|
234
|
-
// @DEPRECATED: .bg-primary use .bg-elevated or ThemeProvider with theme="forest-green" instead
|
|
235
|
-
.bg-primary & {
|
|
236
|
-
.alert-variant(
|
|
237
|
-
var(--color-background-neutral);
|
|
238
|
-
var(--color-content-secondary);
|
|
239
|
-
var(--color-content-link-hover);
|
|
240
|
-
);
|
|
241
|
-
}
|
|
242
|
-
|
|
243
|
-
.np-link {
|
|
244
|
-
color: var(--color-content-link);
|
|
245
|
-
|
|
246
|
-
&:hover,
|
|
247
|
-
&:focus {
|
|
248
|
-
color: var(--color-content-link-hover);
|
|
249
|
-
}
|
|
250
|
-
}
|
|
251
|
-
}
|
|
252
|
-
}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
@import (reference) "../variables/neptune-tokens.less";
|
|
2
|
-
|
|
3
|
-
.bg {
|
|
4
|
-
background-repeat: no-repeat;
|
|
5
|
-
background-attachment: fixed;
|
|
6
|
-
background-size: 100%;
|
|
7
|
-
background-position: bottom;
|
|
8
|
-
|
|
9
|
-
&--dark {
|
|
10
|
-
background-color: @color-navy-background-neutral;
|
|
11
|
-
background-image: url("./neptune-css/img/bg-dark.svg");
|
|
12
|
-
|
|
13
|
-
.np-theme-personal & {
|
|
14
|
-
background-color: var(--color-forest-green);
|
|
15
|
-
background-image: none;
|
|
16
|
-
color: #daffc0;
|
|
17
|
-
}
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
&--light {
|
|
21
|
-
background-color: var(--color-background-neutral);
|
|
22
|
-
background-image: url("./neptune-css/img/bg-light.svg");
|
|
23
|
-
}
|
|
24
|
-
}
|
|
@@ -1,85 +0,0 @@
|
|
|
1
|
-
@import (reference) "../variables/legacy-variables.less";
|
|
2
|
-
@import (reference) "./mixins/_logical-properties.less";
|
|
3
|
-
|
|
4
|
-
// Base class
|
|
5
|
-
.badge {
|
|
6
|
-
display: inline-block;
|
|
7
|
-
min-width: var(--size-16);
|
|
8
|
-
padding: 5px var(--size-8);
|
|
9
|
-
font-size: 10px;
|
|
10
|
-
font-weight: var(--font-weight-semi-bold);
|
|
11
|
-
color: #fff;
|
|
12
|
-
line-height: var(--line-height-control);
|
|
13
|
-
vertical-align: middle;
|
|
14
|
-
white-space: nowrap;
|
|
15
|
-
text-align: center;
|
|
16
|
-
background-color: var(--color-interactive-negative);
|
|
17
|
-
border-radius: var(--radius-medium);
|
|
18
|
-
top: -1px;
|
|
19
|
-
position: relative;
|
|
20
|
-
|
|
21
|
-
.np-theme-personal & {
|
|
22
|
-
display: inline-block;
|
|
23
|
-
min-width: var(--size-16);
|
|
24
|
-
padding: var(--size-4) var(--size-8);
|
|
25
|
-
color: #fff;
|
|
26
|
-
vertical-align: middle;
|
|
27
|
-
white-space: nowrap;
|
|
28
|
-
text-align: center;
|
|
29
|
-
line-height: initial;
|
|
30
|
-
background-color: var(--color-interactive-negative);
|
|
31
|
-
border-radius: var(--radius-medium);
|
|
32
|
-
position: relative;
|
|
33
|
-
top: 0;
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
// Empty badges collapse automatically
|
|
37
|
-
|
|
38
|
-
&:empty {
|
|
39
|
-
display: none;
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
// Quick fix for badges in buttons
|
|
43
|
-
.btn & {
|
|
44
|
-
position: relative;
|
|
45
|
-
top: -1px;
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
.btn-xs &,
|
|
49
|
-
.btn-group-xs > .btn & {
|
|
50
|
-
top: 0;
|
|
51
|
-
padding: 1px 5px;
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
// Hover state, but only for links
|
|
55
|
-
a& {
|
|
56
|
-
&:hover,
|
|
57
|
-
&:focus {
|
|
58
|
-
text-decoration: none;
|
|
59
|
-
cursor: pointer;
|
|
60
|
-
}
|
|
61
|
-
}
|
|
62
|
-
|
|
63
|
-
// Account for badges in navs
|
|
64
|
-
|
|
65
|
-
.list-group-item > & {
|
|
66
|
-
.float(right);
|
|
67
|
-
}
|
|
68
|
-
|
|
69
|
-
.list-group-item > & + & {
|
|
70
|
-
.margin(right, 5px);
|
|
71
|
-
}
|
|
72
|
-
|
|
73
|
-
.nav-pills > li > a > &,
|
|
74
|
-
.nav-stacked > li > a > & {
|
|
75
|
-
.margin(left, 19px);
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
&-success {
|
|
79
|
-
background: var(--color-interactive-positive);
|
|
80
|
-
|
|
81
|
-
.np-theme-personal & {
|
|
82
|
-
background: var(--color-sentiment-positive);
|
|
83
|
-
}
|
|
84
|
-
}
|
|
85
|
-
}
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
@import (reference) "../variables/legacy-variables.less";
|
|
2
|
-
|
|
3
|
-
//
|
|
4
|
-
// Breadcrumbs
|
|
5
|
-
// --------------------------------------------------
|
|
6
|
-
.breadcrumb {
|
|
7
|
-
padding: @breadcrumb-padding-vertical @breadcrumb-padding-horizontal;
|
|
8
|
-
margin-bottom: var(--size-24);
|
|
9
|
-
list-style: none;
|
|
10
|
-
background-color: none;
|
|
11
|
-
border-radius: @border-radius-base;
|
|
12
|
-
|
|
13
|
-
> li {
|
|
14
|
-
display: inline-block;
|
|
15
|
-
|
|
16
|
-
+ li::before {
|
|
17
|
-
// Unicode space added since inline-block means non-collapsing white-space
|
|
18
|
-
content: "@{breadcrumb-separator}\00a0";
|
|
19
|
-
padding: 0 5px;
|
|
20
|
-
color: #fff;
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
> .active {
|
|
25
|
-
color: var(--color-content-secondary);
|
|
26
|
-
}
|
|
27
|
-
}
|