@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
|
@@ -0,0 +1,487 @@
|
|
|
1
|
+
.wds-sentiment-surface {
|
|
2
|
+
--ring-outline-color: var(--color-sentiment-content-primary, var(--color-content-primary));
|
|
3
|
+
}
|
|
4
|
+
.wds-sentiment-surface--hasBaseStyles {
|
|
5
|
+
background-color: var(--color-sentiment-background-surface);
|
|
6
|
+
color: var(--color-sentiment-content-primary);
|
|
7
|
+
}
|
|
8
|
+
.np-theme-personal.wds-sentiment-surface-negative-base,
|
|
9
|
+
.np-theme-business.wds-sentiment-surface-negative-base,
|
|
10
|
+
.np-theme-platform.wds-sentiment-surface-negative-base,
|
|
11
|
+
.np-theme-personal--bright-green.wds-sentiment-surface-negative-base,
|
|
12
|
+
.np-theme-business--bright-green.wds-sentiment-surface-negative-base {
|
|
13
|
+
--color-sentiment-content-primary: #CB272F;
|
|
14
|
+
--color-sentiment-content-primary-hover: #B8232B;
|
|
15
|
+
--color-sentiment-content-primary-active: #A72027;
|
|
16
|
+
--color-sentiment-interactive-primary: #CB272F;
|
|
17
|
+
--color-sentiment-interactive-primary-hover: #B8232B;
|
|
18
|
+
--color-sentiment-interactive-primary-active: #A72027;
|
|
19
|
+
--color-sentiment-interactive-secondary: #FBEAEA;
|
|
20
|
+
--color-sentiment-interactive-secondary-hover: #F9E1E1;
|
|
21
|
+
--color-sentiment-interactive-secondary-active: #F8D8D8;
|
|
22
|
+
--color-sentiment-interactive-secondary-neutral: #F5D3D4;
|
|
23
|
+
--color-sentiment-interactive-secondary-neutral-hover: #F0BDBE;
|
|
24
|
+
--color-sentiment-interactive-secondary-neutral-active: #ECACAD;
|
|
25
|
+
--color-sentiment-interactive-control: #FBEAEA;
|
|
26
|
+
--color-sentiment-interactive-control-hover: #F9E1E1;
|
|
27
|
+
--color-sentiment-interactive-control-active: #F8D8D8;
|
|
28
|
+
--color-sentiment-background-surface: #FBEAEA;
|
|
29
|
+
--color-sentiment-background-surface-hover: #F9E1E1;
|
|
30
|
+
--color-sentiment-background-surface-active: #F8D8D8;
|
|
31
|
+
}
|
|
32
|
+
.np-theme-personal.wds-sentiment-surface-negative-elevated,
|
|
33
|
+
.np-theme-business.wds-sentiment-surface-negative-elevated,
|
|
34
|
+
.np-theme-platform.wds-sentiment-surface-negative-elevated,
|
|
35
|
+
.np-theme-personal--bright-green.wds-sentiment-surface-negative-elevated,
|
|
36
|
+
.np-theme-business--bright-green.wds-sentiment-surface-negative-elevated {
|
|
37
|
+
--color-sentiment-content-primary: #FFFFFF;
|
|
38
|
+
--color-sentiment-content-primary-hover: #F5CCCC;
|
|
39
|
+
--color-sentiment-content-primary-active: #F1B7B7;
|
|
40
|
+
--color-sentiment-interactive-primary: #FBEAEA;
|
|
41
|
+
--color-sentiment-interactive-primary-hover: #F5CCCC;
|
|
42
|
+
--color-sentiment-interactive-primary-active: #F1B7B7;
|
|
43
|
+
--color-sentiment-interactive-secondary: #CB272F;
|
|
44
|
+
--color-sentiment-interactive-secondary-hover: #B8232B;
|
|
45
|
+
--color-sentiment-interactive-secondary-active: #A72027;
|
|
46
|
+
--color-sentiment-interactive-secondary-neutral: #9B141B;
|
|
47
|
+
--color-sentiment-interactive-secondary-neutral-hover: #831116;
|
|
48
|
+
--color-sentiment-interactive-secondary-neutral-active: #6D0e13;
|
|
49
|
+
--color-sentiment-interactive-control: #CB272F;
|
|
50
|
+
--color-sentiment-interactive-control-hover: #B8232B;
|
|
51
|
+
--color-sentiment-interactive-control-active: #A72027;
|
|
52
|
+
--color-sentiment-background-surface: #90000D;
|
|
53
|
+
--color-sentiment-background-surface-hover: #B8232B;
|
|
54
|
+
--color-sentiment-background-surface-active: #A72027;
|
|
55
|
+
}
|
|
56
|
+
.np-theme-personal--dark.wds-sentiment-surface-negative-base,
|
|
57
|
+
.np-theme-business--dark.wds-sentiment-surface-negative-base,
|
|
58
|
+
.np-theme-personal--forest-green.wds-sentiment-surface-negative-base,
|
|
59
|
+
.np-theme-business--forest-green.wds-sentiment-surface-negative-base,
|
|
60
|
+
.np-theme-platform--forest-green.wds-sentiment-surface-negative-base {
|
|
61
|
+
--color-sentiment-content-primary: #FFA8AD;
|
|
62
|
+
--color-sentiment-content-primary-hover: #FFBDC0;
|
|
63
|
+
--color-sentiment-content-primary-active: #FFD1D3;
|
|
64
|
+
--color-sentiment-interactive-primary: #FFA8AD;
|
|
65
|
+
--color-sentiment-interactive-primary-hover: #FFBDC0;
|
|
66
|
+
--color-sentiment-interactive-primary-active: #FFD1D3;
|
|
67
|
+
--color-sentiment-interactive-secondary: #410B0D;
|
|
68
|
+
--color-sentiment-interactive-secondary-hover: #641115;
|
|
69
|
+
--color-sentiment-interactive-secondary-active: #761418;
|
|
70
|
+
--color-sentiment-interactive-secondary-neutral: #601013;
|
|
71
|
+
--color-sentiment-interactive-secondary-neutral-hover: #7A1519;
|
|
72
|
+
--color-sentiment-interactive-secondary-neutral-active: #90181D;
|
|
73
|
+
--color-sentiment-interactive-control: #410B0D;
|
|
74
|
+
--color-sentiment-interactive-control-hover: #641115;
|
|
75
|
+
--color-sentiment-interactive-control-active: #761418;
|
|
76
|
+
--color-sentiment-background-surface: #410B0D;
|
|
77
|
+
--color-sentiment-background-surface-hover: #641115;
|
|
78
|
+
--color-sentiment-background-surface-active: #761418;
|
|
79
|
+
}
|
|
80
|
+
.np-theme-personal--dark.wds-sentiment-surface-negative-elevated,
|
|
81
|
+
.np-theme-business--dark.wds-sentiment-surface-negative-elevated,
|
|
82
|
+
.np-theme-personal--forest-green.wds-sentiment-surface-negative-elevated,
|
|
83
|
+
.np-theme-business--forest-green.wds-sentiment-surface-negative-elevated,
|
|
84
|
+
.np-theme-platform--forest-green.wds-sentiment-surface-negative-elevated {
|
|
85
|
+
--color-sentiment-content-primary: #410B0D;
|
|
86
|
+
--color-sentiment-content-primary-hover: #641115;
|
|
87
|
+
--color-sentiment-content-primary-active: #761418;
|
|
88
|
+
--color-sentiment-interactive-primary: #410B0D;
|
|
89
|
+
--color-sentiment-interactive-primary-hover: #641115;
|
|
90
|
+
--color-sentiment-interactive-primary-active: #761418;
|
|
91
|
+
--color-sentiment-interactive-secondary: #FFA8AD;
|
|
92
|
+
--color-sentiment-interactive-secondary-hover: #FFBDC0;
|
|
93
|
+
--color-sentiment-interactive-secondary-active: #FFD1D3;
|
|
94
|
+
--color-sentiment-interactive-secondary-neutral: #D9898D;
|
|
95
|
+
--color-sentiment-interactive-secondary-neutral-hover: #D68084;
|
|
96
|
+
--color-sentiment-interactive-secondary-neutral-active: #D06C71;
|
|
97
|
+
--color-sentiment-interactive-control: #FFA8AD;
|
|
98
|
+
--color-sentiment-interactive-control-hover: #FFBDC0;
|
|
99
|
+
--color-sentiment-interactive-control-active: #FFD1D3;
|
|
100
|
+
--color-sentiment-background-surface: #FFA8AD;
|
|
101
|
+
--color-sentiment-background-surface-hover: #FFBDC0;
|
|
102
|
+
--color-sentiment-background-surface-active: #FFD1D3;
|
|
103
|
+
}
|
|
104
|
+
.np-theme-personal.wds-sentiment-surface-warning-base,
|
|
105
|
+
.np-theme-business.wds-sentiment-surface-warning-base,
|
|
106
|
+
.np-theme-platform.wds-sentiment-surface-warning-base,
|
|
107
|
+
.np-theme-personal--bright-green.wds-sentiment-surface-warning-base,
|
|
108
|
+
.np-theme-business--bright-green.wds-sentiment-surface-warning-base {
|
|
109
|
+
--color-sentiment-content-primary: #4A3B1C;
|
|
110
|
+
--color-sentiment-content-primary-hover: #302612;
|
|
111
|
+
--color-sentiment-content-primary-active: #2C2311;
|
|
112
|
+
--color-sentiment-interactive-primary: #FFD11A;
|
|
113
|
+
--color-sentiment-interactive-primary-hover: #FFBF0F;
|
|
114
|
+
--color-sentiment-interactive-primary-active: #FFBB00;
|
|
115
|
+
--color-sentiment-interactive-secondary: #FFF7D7;
|
|
116
|
+
--color-sentiment-interactive-secondary-hover: #FFF0B2;
|
|
117
|
+
--color-sentiment-interactive-secondary-active: #FFE98F;
|
|
118
|
+
--color-sentiment-interactive-secondary-neutral: #FFEC9E;
|
|
119
|
+
--color-sentiment-interactive-secondary-neutral-hover: #FFE187;
|
|
120
|
+
--color-sentiment-interactive-secondary-neutral-active: #FFD55F;
|
|
121
|
+
--color-sentiment-interactive-control: #4A3B1C;
|
|
122
|
+
--color-sentiment-interactive-control-hover: #302612;
|
|
123
|
+
--color-sentiment-interactive-control-active: #2C2311;
|
|
124
|
+
--color-sentiment-background-surface: #FFF7D7;
|
|
125
|
+
--color-sentiment-background-surface-hover: #FFF0B2;
|
|
126
|
+
--color-sentiment-background-surface-active: #FFE98F;
|
|
127
|
+
}
|
|
128
|
+
.np-theme-personal.wds-sentiment-surface-warning-elevated,
|
|
129
|
+
.np-theme-business.wds-sentiment-surface-warning-elevated,
|
|
130
|
+
.np-theme-platform.wds-sentiment-surface-warning-elevated,
|
|
131
|
+
.np-theme-personal--bright-green.wds-sentiment-surface-warning-elevated,
|
|
132
|
+
.np-theme-business--bright-green.wds-sentiment-surface-warning-elevated {
|
|
133
|
+
--color-sentiment-content-primary: #4A3B1C;
|
|
134
|
+
--color-sentiment-content-primary-hover: #302612;
|
|
135
|
+
--color-sentiment-content-primary-active: #2C2311;
|
|
136
|
+
--color-sentiment-interactive-primary: #4A3B1C;
|
|
137
|
+
--color-sentiment-interactive-primary-hover: #302612;
|
|
138
|
+
--color-sentiment-interactive-primary-active: #2C2311;
|
|
139
|
+
--color-sentiment-interactive-secondary: #FFD11A;
|
|
140
|
+
--color-sentiment-interactive-secondary-hover: #FFBF0F;
|
|
141
|
+
--color-sentiment-interactive-secondary-active: #FFBB00;
|
|
142
|
+
--color-sentiment-interactive-secondary-neutral: #FFEC9E;
|
|
143
|
+
--color-sentiment-interactive-secondary-neutral-hover: #FFEDB8;
|
|
144
|
+
--color-sentiment-interactive-secondary-neutral-active: #FFF2CC;
|
|
145
|
+
--color-sentiment-interactive-control: #FFD11A;
|
|
146
|
+
--color-sentiment-interactive-control-hover: #FFBF0F;
|
|
147
|
+
--color-sentiment-interactive-control-active: #FFBB00;
|
|
148
|
+
--color-sentiment-background-surface: #FFD11A;
|
|
149
|
+
--color-sentiment-background-surface-hover: #FFBF0F;
|
|
150
|
+
--color-sentiment-background-surface-active: #FFBB00;
|
|
151
|
+
}
|
|
152
|
+
.np-theme-personal--dark.wds-sentiment-surface-warning-base,
|
|
153
|
+
.np-theme-business--dark.wds-sentiment-surface-warning-base,
|
|
154
|
+
.np-theme-personal--forest-green.wds-sentiment-surface-warning-base,
|
|
155
|
+
.np-theme-business--forest-green.wds-sentiment-surface-warning-base,
|
|
156
|
+
.np-theme-platform--forest-green.wds-sentiment-surface-warning-base {
|
|
157
|
+
--color-sentiment-content-primary: #FADC65;
|
|
158
|
+
--color-sentiment-content-primary-hover: #F9D648;
|
|
159
|
+
--color-sentiment-content-primary-active: #F8CD20;
|
|
160
|
+
--color-sentiment-interactive-primary: #FADC65;
|
|
161
|
+
--color-sentiment-interactive-primary-hover: #F9D648;
|
|
162
|
+
--color-sentiment-interactive-primary-active: #F8CD20;
|
|
163
|
+
--color-sentiment-interactive-secondary: #3A3523;
|
|
164
|
+
--color-sentiment-interactive-secondary-hover: #504930;
|
|
165
|
+
--color-sentiment-interactive-secondary-active: #665D3D;
|
|
166
|
+
--color-sentiment-interactive-secondary-neutral: #4D462A;
|
|
167
|
+
--color-sentiment-interactive-secondary-neutral-hover: #5D532F;
|
|
168
|
+
--color-sentiment-interactive-secondary-neutral-active: #685D33;
|
|
169
|
+
--color-sentiment-interactive-control: #3A3523;
|
|
170
|
+
--color-sentiment-interactive-control-hover: #504930;
|
|
171
|
+
--color-sentiment-interactive-control-active: #665D3D;
|
|
172
|
+
--color-sentiment-background-surface: #3A3523;
|
|
173
|
+
--color-sentiment-background-surface-hover: #504930;
|
|
174
|
+
--color-sentiment-background-surface-active: #665D3D;
|
|
175
|
+
}
|
|
176
|
+
.np-theme-personal--dark.wds-sentiment-surface-warning-elevated,
|
|
177
|
+
.np-theme-business--dark.wds-sentiment-surface-warning-elevated,
|
|
178
|
+
.np-theme-personal--forest-green.wds-sentiment-surface-warning-elevated,
|
|
179
|
+
.np-theme-business--forest-green.wds-sentiment-surface-warning-elevated,
|
|
180
|
+
.np-theme-platform--forest-green.wds-sentiment-surface-warning-elevated {
|
|
181
|
+
--color-sentiment-content-primary: #3A3523;
|
|
182
|
+
--color-sentiment-content-primary-hover: #504930;
|
|
183
|
+
--color-sentiment-content-primary-active: #665D3D;
|
|
184
|
+
--color-sentiment-interactive-primary: #3A3523;
|
|
185
|
+
--color-sentiment-interactive-primary-hover: #504930;
|
|
186
|
+
--color-sentiment-interactive-primary-active: #665D3D;
|
|
187
|
+
--color-sentiment-interactive-secondary: #FADC65;
|
|
188
|
+
--color-sentiment-interactive-secondary-hover: #F9D648;
|
|
189
|
+
--color-sentiment-interactive-secondary-active: #F8CD20;
|
|
190
|
+
--color-sentiment-interactive-secondary-neutral: #E3C85D;
|
|
191
|
+
--color-sentiment-interactive-secondary-neutral-hover: #DFC044;
|
|
192
|
+
--color-sentiment-interactive-secondary-neutral-active: #D9B526;
|
|
193
|
+
--color-sentiment-interactive-control: #FADC65;
|
|
194
|
+
--color-sentiment-interactive-control-hover: #F9D648;
|
|
195
|
+
--color-sentiment-interactive-control-active: #F8CD20;
|
|
196
|
+
--color-sentiment-background-surface: #FADC65;
|
|
197
|
+
--color-sentiment-background-surface-hover: #F9D648;
|
|
198
|
+
--color-sentiment-background-surface-active: #F8CD20;
|
|
199
|
+
}
|
|
200
|
+
.np-theme-personal.wds-sentiment-surface-success-base,
|
|
201
|
+
.np-theme-business.wds-sentiment-surface-success-base,
|
|
202
|
+
.np-theme-platform.wds-sentiment-surface-success-base,
|
|
203
|
+
.np-theme-personal--bright-green.wds-sentiment-surface-success-base,
|
|
204
|
+
.np-theme-business--bright-green.wds-sentiment-surface-success-base {
|
|
205
|
+
--color-sentiment-content-primary: #054D28;
|
|
206
|
+
--color-sentiment-content-primary-hover: #043A1E;
|
|
207
|
+
--color-sentiment-content-primary-active: #022614;
|
|
208
|
+
--color-sentiment-interactive-primary: #054D28;
|
|
209
|
+
--color-sentiment-interactive-primary-hover: #043A1E;
|
|
210
|
+
--color-sentiment-interactive-primary-active: #022614;
|
|
211
|
+
--color-sentiment-interactive-secondary: #E2F6D5;
|
|
212
|
+
--color-sentiment-interactive-secondary-hover: #D3F2C0;
|
|
213
|
+
--color-sentiment-interactive-secondary-active: #C5EDAB;
|
|
214
|
+
--color-sentiment-interactive-secondary-neutral: #BCD9B8;
|
|
215
|
+
--color-sentiment-interactive-secondary-neutral-hover: #AACFA5;
|
|
216
|
+
--color-sentiment-interactive-secondary-neutral-active: #94C38E;
|
|
217
|
+
--color-sentiment-interactive-control: #E2F6D5;
|
|
218
|
+
--color-sentiment-interactive-control-hover: #D3F2C0;
|
|
219
|
+
--color-sentiment-interactive-control-active: #C5EDAB;
|
|
220
|
+
--color-sentiment-background-surface: #E2F6D5;
|
|
221
|
+
--color-sentiment-background-surface-hover: #D3F2C0;
|
|
222
|
+
--color-sentiment-background-surface-active: #C5EDAB;
|
|
223
|
+
}
|
|
224
|
+
.np-theme-personal.wds-sentiment-surface-success-elevated,
|
|
225
|
+
.np-theme-business.wds-sentiment-surface-success-elevated,
|
|
226
|
+
.np-theme-platform.wds-sentiment-surface-success-elevated,
|
|
227
|
+
.np-theme-personal--bright-green.wds-sentiment-surface-success-elevated,
|
|
228
|
+
.np-theme-business--bright-green.wds-sentiment-surface-success-elevated {
|
|
229
|
+
--color-sentiment-content-primary: #CEF1B8;
|
|
230
|
+
--color-sentiment-content-primary-hover: #E0FFCC;
|
|
231
|
+
--color-sentiment-content-primary-active: #E1F4D4;
|
|
232
|
+
--color-sentiment-interactive-primary: #CEF1B8;
|
|
233
|
+
--color-sentiment-interactive-primary-hover: #E0FFCC;
|
|
234
|
+
--color-sentiment-interactive-primary-active: #E1F4D4;
|
|
235
|
+
--color-sentiment-interactive-secondary: #054D28;
|
|
236
|
+
--color-sentiment-interactive-secondary-hover: #043A1E;
|
|
237
|
+
--color-sentiment-interactive-secondary-active: #022614;
|
|
238
|
+
--color-sentiment-interactive-secondary-neutral: #256A43;
|
|
239
|
+
--color-sentiment-interactive-secondary-neutral-hover: #2A794C;
|
|
240
|
+
--color-sentiment-interactive-secondary-neutral-active: #329057;
|
|
241
|
+
--color-sentiment-interactive-control: #054D28;
|
|
242
|
+
--color-sentiment-interactive-control-hover: #043A1E;
|
|
243
|
+
--color-sentiment-interactive-control-active: #022614;
|
|
244
|
+
--color-sentiment-background-surface: #054D28;
|
|
245
|
+
--color-sentiment-background-surface-hover: #043A1E;
|
|
246
|
+
--color-sentiment-background-surface-active: #022614;
|
|
247
|
+
}
|
|
248
|
+
.np-theme-personal--dark.wds-sentiment-surface-success-base,
|
|
249
|
+
.np-theme-business--dark.wds-sentiment-surface-success-base,
|
|
250
|
+
.np-theme-personal--forest-green.wds-sentiment-surface-success-base,
|
|
251
|
+
.np-theme-business--forest-green.wds-sentiment-surface-success-base,
|
|
252
|
+
.np-theme-platform--forest-green.wds-sentiment-surface-success-base {
|
|
253
|
+
--color-sentiment-content-primary: #CEF1B8;
|
|
254
|
+
--color-sentiment-content-primary-hover: #E0FFCC;
|
|
255
|
+
--color-sentiment-content-primary-active: #E1F4D4;
|
|
256
|
+
--color-sentiment-interactive-primary: #CEF1B8;
|
|
257
|
+
--color-sentiment-interactive-primary-hover: #E0FFCC;
|
|
258
|
+
--color-sentiment-interactive-primary-active: #E1F4D4;
|
|
259
|
+
--color-sentiment-interactive-secondary: #054D28;
|
|
260
|
+
--color-sentiment-interactive-secondary-hover: #043A1E;
|
|
261
|
+
--color-sentiment-interactive-secondary-active: #022614;
|
|
262
|
+
--color-sentiment-interactive-secondary-neutral: #256A43;
|
|
263
|
+
--color-sentiment-interactive-secondary-neutral-hover: #2A794C;
|
|
264
|
+
--color-sentiment-interactive-secondary-neutral-active: #329057;
|
|
265
|
+
--color-sentiment-interactive-control: #054D28;
|
|
266
|
+
--color-sentiment-interactive-control-hover: #043A1E;
|
|
267
|
+
--color-sentiment-interactive-control-active: #022614;
|
|
268
|
+
--color-sentiment-background-surface: #054D28;
|
|
269
|
+
--color-sentiment-background-surface-hover: #043A1E;
|
|
270
|
+
--color-sentiment-background-surface-active: #022614;
|
|
271
|
+
}
|
|
272
|
+
.np-theme-personal--dark.wds-sentiment-surface-success-elevated,
|
|
273
|
+
.np-theme-business--dark.wds-sentiment-surface-success-elevated,
|
|
274
|
+
.np-theme-personal--forest-green.wds-sentiment-surface-success-elevated,
|
|
275
|
+
.np-theme-business--forest-green.wds-sentiment-surface-success-elevated,
|
|
276
|
+
.np-theme-platform--forest-green.wds-sentiment-surface-success-elevated {
|
|
277
|
+
--color-sentiment-content-primary: #252C20;
|
|
278
|
+
--color-sentiment-content-primary-hover: #323B2B;
|
|
279
|
+
--color-sentiment-content-primary-active: #3E4A36;
|
|
280
|
+
--color-sentiment-interactive-primary: #252C20;
|
|
281
|
+
--color-sentiment-interactive-primary-hover: #323B2B;
|
|
282
|
+
--color-sentiment-interactive-primary-active: #3E4A36;
|
|
283
|
+
--color-sentiment-interactive-secondary: #BAE5A0;
|
|
284
|
+
--color-sentiment-interactive-secondary-hover: #C8EAB3;
|
|
285
|
+
--color-sentiment-interactive-secondary-active: #D6F0C7;
|
|
286
|
+
--color-sentiment-interactive-secondary-neutral: #A8CF91;
|
|
287
|
+
--color-sentiment-interactive-secondary-neutral-hover: #94C478;
|
|
288
|
+
--color-sentiment-interactive-secondary-neutral-active: #83BB63;
|
|
289
|
+
--color-sentiment-interactive-control: #BAE5A0;
|
|
290
|
+
--color-sentiment-interactive-control-hover: #C8EAB3;
|
|
291
|
+
--color-sentiment-interactive-control-active: #D6F0C7;
|
|
292
|
+
--color-sentiment-background-surface: #BAE5A0;
|
|
293
|
+
--color-sentiment-background-surface-hover: #C8EAB3;
|
|
294
|
+
--color-sentiment-background-surface-active: #D6F0C7;
|
|
295
|
+
}
|
|
296
|
+
.np-theme-personal.wds-sentiment-surface-neutral-base,
|
|
297
|
+
.np-theme-business.wds-sentiment-surface-neutral-base,
|
|
298
|
+
.np-theme-platform.wds-sentiment-surface-neutral-base,
|
|
299
|
+
.np-theme-personal--bright-green.wds-sentiment-surface-neutral-base,
|
|
300
|
+
.np-theme-business--bright-green.wds-sentiment-surface-neutral-base {
|
|
301
|
+
--color-sentiment-content-primary: #454745;
|
|
302
|
+
--color-sentiment-content-primary-hover: #353635;
|
|
303
|
+
--color-sentiment-content-primary-active: #232423;
|
|
304
|
+
--color-sentiment-interactive-primary: #454745;
|
|
305
|
+
--color-sentiment-interactive-primary-hover: #353635;
|
|
306
|
+
--color-sentiment-interactive-primary-active: #232423;
|
|
307
|
+
--color-sentiment-interactive-secondary: rgba(62, 59, 7, 0.07);
|
|
308
|
+
--color-sentiment-interactive-secondary-hover: rgba(62, 59, 7, 0.12);
|
|
309
|
+
--color-sentiment-interactive-secondary-active: rgba(62, 59, 7, 0.17);
|
|
310
|
+
--color-sentiment-interactive-secondary-neutral: rgba(62, 59, 7, 0.07);
|
|
311
|
+
--color-sentiment-interactive-secondary-neutral-hover: rgba(62, 59, 7, 0.12);
|
|
312
|
+
--color-sentiment-interactive-secondary-neutral-active: rgba(62, 59, 7, 0.17);
|
|
313
|
+
--color-sentiment-interactive-control: #F1F1ED;
|
|
314
|
+
--color-sentiment-interactive-control-hover: #E7E7E1;
|
|
315
|
+
--color-sentiment-interactive-control-active: #DFDED5;
|
|
316
|
+
--color-sentiment-background-surface: rgba(62, 59, 7, 0.07);
|
|
317
|
+
--color-sentiment-background-surface-hover: rgba(62, 59, 7, 0.12);
|
|
318
|
+
--color-sentiment-background-surface-active: rgba(62, 59, 7, 0.17);
|
|
319
|
+
}
|
|
320
|
+
.np-theme-personal.wds-sentiment-surface-neutral-elevated,
|
|
321
|
+
.np-theme-business.wds-sentiment-surface-neutral-elevated,
|
|
322
|
+
.np-theme-platform.wds-sentiment-surface-neutral-elevated,
|
|
323
|
+
.np-theme-personal--bright-green.wds-sentiment-surface-neutral-elevated,
|
|
324
|
+
.np-theme-business--bright-green.wds-sentiment-surface-neutral-elevated {
|
|
325
|
+
--color-sentiment-content-primary: #F1F1ED;
|
|
326
|
+
--color-sentiment-content-primary-hover: #E7E7E1;
|
|
327
|
+
--color-sentiment-content-primary-active: #DFDED5;
|
|
328
|
+
--color-sentiment-interactive-primary: #F1F1ED;
|
|
329
|
+
--color-sentiment-interactive-primary-hover: #E7E7E1;
|
|
330
|
+
--color-sentiment-interactive-primary-active: #DFDED5;
|
|
331
|
+
--color-sentiment-interactive-secondary: #454745;
|
|
332
|
+
--color-sentiment-interactive-secondary-hover: #353635;
|
|
333
|
+
--color-sentiment-interactive-secondary-active: #232423;
|
|
334
|
+
--color-sentiment-interactive-secondary-neutral: #585958;
|
|
335
|
+
--color-sentiment-interactive-secondary-neutral-hover: #6A6C6A;
|
|
336
|
+
--color-sentiment-interactive-secondary-neutral-active: #7D7E7D;
|
|
337
|
+
--color-sentiment-interactive-control: #454745;
|
|
338
|
+
--color-sentiment-interactive-control-hover: #353635;
|
|
339
|
+
--color-sentiment-interactive-control-active: #232423;
|
|
340
|
+
--color-sentiment-background-surface: #454745;
|
|
341
|
+
--color-sentiment-background-surface-hover: #353635;
|
|
342
|
+
--color-sentiment-background-surface-active: #232423;
|
|
343
|
+
}
|
|
344
|
+
.np-theme-personal--dark.wds-sentiment-surface-neutral-base,
|
|
345
|
+
.np-theme-business--dark.wds-sentiment-surface-neutral-base,
|
|
346
|
+
.np-theme-personal--forest-green.wds-sentiment-surface-neutral-base,
|
|
347
|
+
.np-theme-business--forest-green.wds-sentiment-surface-neutral-base,
|
|
348
|
+
.np-theme-platform--forest-green.wds-sentiment-surface-neutral-base {
|
|
349
|
+
--color-sentiment-content-primary: #F1F1ED;
|
|
350
|
+
--color-sentiment-content-primary-hover: #E7E7E1;
|
|
351
|
+
--color-sentiment-content-primary-active: #DFDED5;
|
|
352
|
+
--color-sentiment-interactive-primary: #F1F1ED;
|
|
353
|
+
--color-sentiment-interactive-primary-hover: #E7E7E1;
|
|
354
|
+
--color-sentiment-interactive-primary-active: #DFDED5;
|
|
355
|
+
--color-sentiment-interactive-secondary: rgba(255, 255, 255, 0.1);
|
|
356
|
+
--color-sentiment-interactive-secondary-hover: rgba(255, 255, 255, 0.2);
|
|
357
|
+
--color-sentiment-interactive-secondary-active: rgba(255, 255, 255, 0.3);
|
|
358
|
+
--color-sentiment-interactive-secondary-neutral: rgba(255, 255, 255, 0.1);
|
|
359
|
+
--color-sentiment-interactive-secondary-neutral-hover: rgba(255, 255, 255, 0.2);
|
|
360
|
+
--color-sentiment-interactive-secondary-neutral-active: rgba(255, 255, 255, 0.3);
|
|
361
|
+
--color-sentiment-interactive-control: #2A2C29;
|
|
362
|
+
--color-sentiment-interactive-control-hover: #414441;
|
|
363
|
+
--color-sentiment-interactive-control-active: #595B58;
|
|
364
|
+
--color-sentiment-background-surface: rgba(255, 255, 255, 0.1);
|
|
365
|
+
--color-sentiment-background-surface-hover: rgba(255, 255, 255, 0.2);
|
|
366
|
+
--color-sentiment-background-surface-active: rgba(255, 255, 255, 0.3);
|
|
367
|
+
}
|
|
368
|
+
.np-theme-personal--dark.wds-sentiment-surface-neutral-elevated,
|
|
369
|
+
.np-theme-business--dark.wds-sentiment-surface-neutral-elevated,
|
|
370
|
+
.np-theme-personal--forest-green.wds-sentiment-surface-neutral-elevated,
|
|
371
|
+
.np-theme-business--forest-green.wds-sentiment-surface-neutral-elevated,
|
|
372
|
+
.np-theme-platform--forest-green.wds-sentiment-surface-neutral-elevated {
|
|
373
|
+
--color-sentiment-content-primary: #2A2C29;
|
|
374
|
+
--color-sentiment-content-primary-hover: #414441;
|
|
375
|
+
--color-sentiment-content-primary-active: #595B58;
|
|
376
|
+
--color-sentiment-interactive-primary: #2A2C29;
|
|
377
|
+
--color-sentiment-interactive-primary-hover: #414441;
|
|
378
|
+
--color-sentiment-interactive-primary-active: #595B58;
|
|
379
|
+
--color-sentiment-interactive-secondary: #F1F1ED;
|
|
380
|
+
--color-sentiment-interactive-secondary-hover: #E7E7E1;
|
|
381
|
+
--color-sentiment-interactive-secondary-active: #DFDED5;
|
|
382
|
+
--color-sentiment-interactive-secondary-neutral: #E4E4DC;
|
|
383
|
+
--color-sentiment-interactive-secondary-neutral-hover: #DCDCD2;
|
|
384
|
+
--color-sentiment-interactive-secondary-neutral-active: #D3D2C6;
|
|
385
|
+
--color-sentiment-interactive-control: #F1F1ED;
|
|
386
|
+
--color-sentiment-interactive-control-hover: #E7E7E1;
|
|
387
|
+
--color-sentiment-interactive-control-active: #DFDED5;
|
|
388
|
+
--color-sentiment-background-surface: #F1F1ED;
|
|
389
|
+
--color-sentiment-background-surface-hover: #E7E7E1;
|
|
390
|
+
--color-sentiment-background-surface-active: #DFDED5;
|
|
391
|
+
}
|
|
392
|
+
.np-theme-personal.wds-sentiment-surface-proposition-base,
|
|
393
|
+
.np-theme-business.wds-sentiment-surface-proposition-base,
|
|
394
|
+
.np-theme-platform.wds-sentiment-surface-proposition-base,
|
|
395
|
+
.np-theme-personal--bright-green.wds-sentiment-surface-proposition-base,
|
|
396
|
+
.np-theme-business--bright-green.wds-sentiment-surface-proposition-base {
|
|
397
|
+
--color-sentiment-content-primary: #0E0F0C;
|
|
398
|
+
--color-sentiment-content-primary-hover: #0A2826;
|
|
399
|
+
--color-sentiment-content-primary-active: #074140;
|
|
400
|
+
--color-sentiment-interactive-primary: #054D4D;
|
|
401
|
+
--color-sentiment-interactive-primary-hover: #043A3A;
|
|
402
|
+
--color-sentiment-interactive-primary-active: #022626;
|
|
403
|
+
--color-sentiment-interactive-secondary: #E0F7F7;
|
|
404
|
+
--color-sentiment-interactive-secondary-hover: #CAF1F1;
|
|
405
|
+
--color-sentiment-interactive-secondary-active: #B6ECEC;
|
|
406
|
+
--color-sentiment-interactive-secondary-neutral: #B4D5D5;
|
|
407
|
+
--color-sentiment-interactive-secondary-neutral-hover: #A3CCCC;
|
|
408
|
+
--color-sentiment-interactive-secondary-neutral-active: #9AC6C6;
|
|
409
|
+
--color-sentiment-interactive-control: #E0F7F7;
|
|
410
|
+
--color-sentiment-interactive-control-hover: #CAF1F1;
|
|
411
|
+
--color-sentiment-interactive-control-active: #B6ECEC;
|
|
412
|
+
--color-sentiment-background-surface: #E0F7F7;
|
|
413
|
+
--color-sentiment-background-surface-hover: #CAF1F1;
|
|
414
|
+
--color-sentiment-background-surface-active: #B6ECEC;
|
|
415
|
+
}
|
|
416
|
+
.np-theme-personal.wds-sentiment-surface-proposition-elevated,
|
|
417
|
+
.np-theme-business.wds-sentiment-surface-proposition-elevated,
|
|
418
|
+
.np-theme-platform.wds-sentiment-surface-proposition-elevated,
|
|
419
|
+
.np-theme-personal--bright-green.wds-sentiment-surface-proposition-elevated,
|
|
420
|
+
.np-theme-business--bright-green.wds-sentiment-surface-proposition-elevated {
|
|
421
|
+
--color-sentiment-content-primary: #FFFFFF;
|
|
422
|
+
--color-sentiment-content-primary-hover: #EAF9F9;
|
|
423
|
+
--color-sentiment-content-primary-active: #D5F4F4;
|
|
424
|
+
--color-sentiment-interactive-primary: #E0F7F7;
|
|
425
|
+
--color-sentiment-interactive-primary-hover: #CAF1F1;
|
|
426
|
+
--color-sentiment-interactive-primary-active: #B6ECEC;
|
|
427
|
+
--color-sentiment-interactive-secondary: #054D4D;
|
|
428
|
+
--color-sentiment-interactive-secondary-hover: #043A3A;
|
|
429
|
+
--color-sentiment-interactive-secondary-active: #022626;
|
|
430
|
+
--color-sentiment-interactive-secondary-neutral: #1F6161;
|
|
431
|
+
--color-sentiment-interactive-secondary-neutral-hover: #247070;
|
|
432
|
+
--color-sentiment-interactive-secondary-neutral-active: #298080;
|
|
433
|
+
--color-sentiment-interactive-control: #054D4D;
|
|
434
|
+
--color-sentiment-interactive-control-hover: #043A3A;
|
|
435
|
+
--color-sentiment-interactive-control-active: #022626;
|
|
436
|
+
--color-sentiment-background-surface: #054D4D;
|
|
437
|
+
--color-sentiment-background-surface-hover: #043A3A;
|
|
438
|
+
--color-sentiment-background-surface-active: #022626;
|
|
439
|
+
}
|
|
440
|
+
.np-theme-personal--dark.wds-sentiment-surface-proposition-base,
|
|
441
|
+
.np-theme-business--dark.wds-sentiment-surface-proposition-base,
|
|
442
|
+
.np-theme-personal--forest-green.wds-sentiment-surface-proposition-base,
|
|
443
|
+
.np-theme-business--forest-green.wds-sentiment-surface-proposition-base,
|
|
444
|
+
.np-theme-platform--forest-green.wds-sentiment-surface-proposition-base {
|
|
445
|
+
--color-sentiment-content-primary: #FFFFFF;
|
|
446
|
+
--color-sentiment-content-primary-hover: #EAF9F9;
|
|
447
|
+
--color-sentiment-content-primary-active: #D5F4F4;
|
|
448
|
+
--color-sentiment-interactive-primary: #E0F7F7;
|
|
449
|
+
--color-sentiment-interactive-primary-hover: #CAF1F1;
|
|
450
|
+
--color-sentiment-interactive-primary-active: #B6ECEC;
|
|
451
|
+
--color-sentiment-interactive-secondary: #054D4D;
|
|
452
|
+
--color-sentiment-interactive-secondary-hover: #043A3A;
|
|
453
|
+
--color-sentiment-interactive-secondary-active: #022626;
|
|
454
|
+
--color-sentiment-interactive-secondary-neutral: #1F6161;
|
|
455
|
+
--color-sentiment-interactive-secondary-neutral-hover: #247070;
|
|
456
|
+
--color-sentiment-interactive-secondary-neutral-active: #298080;
|
|
457
|
+
--color-sentiment-interactive-control: #054D4D;
|
|
458
|
+
--color-sentiment-interactive-control-hover: #043A3A;
|
|
459
|
+
--color-sentiment-interactive-control-active: #022626;
|
|
460
|
+
--color-sentiment-background-surface: #054D4D;
|
|
461
|
+
--color-sentiment-background-surface-hover: #043A3A;
|
|
462
|
+
--color-sentiment-background-surface-active: #022626;
|
|
463
|
+
}
|
|
464
|
+
.np-theme-personal--dark.wds-sentiment-surface-proposition-elevated,
|
|
465
|
+
.np-theme-business--dark.wds-sentiment-surface-proposition-elevated,
|
|
466
|
+
.np-theme-personal--forest-green.wds-sentiment-surface-proposition-elevated,
|
|
467
|
+
.np-theme-business--forest-green.wds-sentiment-surface-proposition-elevated,
|
|
468
|
+
.np-theme-platform--forest-green.wds-sentiment-surface-proposition-elevated {
|
|
469
|
+
--color-sentiment-content-primary: #0E0F0C;
|
|
470
|
+
--color-sentiment-content-primary-hover: #0A2826;
|
|
471
|
+
--color-sentiment-content-primary-active: #074140;
|
|
472
|
+
--color-sentiment-interactive-primary: #0B312F;
|
|
473
|
+
--color-sentiment-interactive-primary-hover: #104744;
|
|
474
|
+
--color-sentiment-interactive-primary-active: #16605C;
|
|
475
|
+
--color-sentiment-interactive-secondary: #E0F7F7;
|
|
476
|
+
--color-sentiment-interactive-secondary-hover: #CAF1F1;
|
|
477
|
+
--color-sentiment-interactive-secondary-active: #B6ECEC;
|
|
478
|
+
--color-sentiment-interactive-secondary-neutral: #B4D5D5;
|
|
479
|
+
--color-sentiment-interactive-secondary-neutral-hover: #A3CCCC;
|
|
480
|
+
--color-sentiment-interactive-secondary-neutral-active: #9AC6C6;
|
|
481
|
+
--color-sentiment-interactive-control: #E0F7F7;
|
|
482
|
+
--color-sentiment-interactive-control-hover: #CAF1F1;
|
|
483
|
+
--color-sentiment-interactive-control-active: #B6ECEC;
|
|
484
|
+
--color-sentiment-background-surface: #E0F7F7;
|
|
485
|
+
--color-sentiment-background-surface-hover: #CAF1F1;
|
|
486
|
+
--color-sentiment-background-surface-active: #B6ECEC;
|
|
487
|
+
}
|
|
@@ -0,0 +1,105 @@
|
|
|
1
|
+
.sliding-panel {
|
|
2
|
+
transform: translateX(-100%) ;
|
|
3
|
+
transition: transform cubic-bezier(0, 0.94, 0.62, 1) 350ms;
|
|
4
|
+
background: #ffffff;
|
|
5
|
+
background: var(--color-background-elevated);
|
|
6
|
+
z-index: 1030;
|
|
7
|
+
position: absolute;
|
|
8
|
+
}
|
|
9
|
+
[dir="rtl"] .sliding-panel {
|
|
10
|
+
transform: translateX(100%) ;
|
|
11
|
+
}
|
|
12
|
+
.sliding-panel.sliding-panel--fixed {
|
|
13
|
+
position: fixed;
|
|
14
|
+
}
|
|
15
|
+
.sliding-panel.sliding-panel--open-right,
|
|
16
|
+
.sliding-panel.sliding-panel--open-left {
|
|
17
|
+
top: 0;
|
|
18
|
+
bottom: 0;
|
|
19
|
+
}
|
|
20
|
+
.sliding-panel.sliding-panel--open-right {
|
|
21
|
+
transform: translateX(100%) ;
|
|
22
|
+
right: 0;
|
|
23
|
+
}
|
|
24
|
+
[dir="rtl"] .sliding-panel.sliding-panel--open-right {
|
|
25
|
+
transform: translateX(-100%) ;
|
|
26
|
+
}
|
|
27
|
+
[dir="rtl"] .sliding-panel.sliding-panel--open-right {
|
|
28
|
+
left: 0;
|
|
29
|
+
right: auto;
|
|
30
|
+
right: initial;
|
|
31
|
+
}
|
|
32
|
+
.sliding-panel.sliding-panel--open-left {
|
|
33
|
+
transform: translateX(-100%) ;
|
|
34
|
+
left: 0;
|
|
35
|
+
}
|
|
36
|
+
[dir="rtl"] .sliding-panel.sliding-panel--open-left {
|
|
37
|
+
transform: translateX(100%) ;
|
|
38
|
+
}
|
|
39
|
+
[dir="rtl"] .sliding-panel.sliding-panel--open-left {
|
|
40
|
+
right: 0;
|
|
41
|
+
left: auto;
|
|
42
|
+
left: initial;
|
|
43
|
+
}
|
|
44
|
+
.sliding-panel.sliding-panel-enter-done.sliding-panel--open-right,
|
|
45
|
+
.sliding-panel.sliding-panel-enter-done.sliding-panel--open-left {
|
|
46
|
+
transform: translateX(0);
|
|
47
|
+
}
|
|
48
|
+
.sliding-panel.sliding-panel-enter-done.sliding-panel--open-top,
|
|
49
|
+
.sliding-panel.sliding-panel-enter-done.sliding-panel--open-bottom {
|
|
50
|
+
transform: translateY(0);
|
|
51
|
+
}
|
|
52
|
+
.sliding-panel.sliding-panel--open-top,
|
|
53
|
+
.sliding-panel.sliding-panel--open-bottom {
|
|
54
|
+
right: 0;
|
|
55
|
+
left: 0;
|
|
56
|
+
width: 100%;
|
|
57
|
+
}
|
|
58
|
+
[dir="rtl"] .sliding-panel.sliding-panel--open-top,
|
|
59
|
+
[dir="rtl"] .sliding-panel.sliding-panel--open-bottom {
|
|
60
|
+
left: 0;
|
|
61
|
+
right: auto;
|
|
62
|
+
right: initial;
|
|
63
|
+
}
|
|
64
|
+
[dir="rtl"] .sliding-panel.sliding-panel--open-top,
|
|
65
|
+
[dir="rtl"] .sliding-panel.sliding-panel--open-bottom {
|
|
66
|
+
right: 0;
|
|
67
|
+
left: auto;
|
|
68
|
+
left: initial;
|
|
69
|
+
}
|
|
70
|
+
.sliding-panel.sliding-panel--open-top {
|
|
71
|
+
transform: translateY(-100%);
|
|
72
|
+
top: 0;
|
|
73
|
+
}
|
|
74
|
+
.sliding-panel.sliding-panel--open-bottom {
|
|
75
|
+
transform: translateY(100%);
|
|
76
|
+
bottom: 0;
|
|
77
|
+
}
|
|
78
|
+
.sliding-panel.sliding-panel--border-top {
|
|
79
|
+
box-shadow: inset 0 -1px 0 0 #e2e6e8;
|
|
80
|
+
}
|
|
81
|
+
.sliding-panel.sliding-panel--border-right {
|
|
82
|
+
box-shadow: inset 1px 0 0 0 #e2e6e8;
|
|
83
|
+
}
|
|
84
|
+
.sliding-panel.sliding-panel--border-bottom {
|
|
85
|
+
box-shadow: inset 0 1px 0 0 #e2e6e8;
|
|
86
|
+
}
|
|
87
|
+
.sliding-panel.sliding-panel--border-left {
|
|
88
|
+
box-shadow: inset -1px 0 0 0 #e2e6e8;
|
|
89
|
+
}
|
|
90
|
+
.np-theme-personal .sliding-panel.sliding-panel--border-top {
|
|
91
|
+
box-shadow: inset 0 -1px 0 0 rgba(0,0,0,0.10196);
|
|
92
|
+
box-shadow: inset 0 -1px 0 0 var(--color-border-neutral);
|
|
93
|
+
}
|
|
94
|
+
.np-theme-personal .sliding-panel.sliding-panel--border-right {
|
|
95
|
+
box-shadow: inset 1px 0 0 0 rgba(0,0,0,0.10196);
|
|
96
|
+
box-shadow: inset 1px 0 0 0 var(--color-border-neutral);
|
|
97
|
+
}
|
|
98
|
+
.np-theme-personal .sliding-panel.sliding-panel--border-bottom {
|
|
99
|
+
box-shadow: inset 0 1px 0 0 rgba(0,0,0,0.10196);
|
|
100
|
+
box-shadow: inset 0 1px 0 0 var(--color-border-neutral);
|
|
101
|
+
}
|
|
102
|
+
.np-theme-personal .sliding-panel.sliding-panel--border-left {
|
|
103
|
+
box-shadow: inset -1px 0 0 0 rgba(0,0,0,0.10196);
|
|
104
|
+
box-shadow: inset -1px 0 0 0 var(--color-border-neutral);
|
|
105
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
@import (reference) "
|
|
2
|
-
@import (reference) "
|
|
1
|
+
@import (reference) "../../node_modules/@transferwise/neptune-css/src/variables/zindex.less";
|
|
2
|
+
@import (reference) "../../node_modules/@transferwise/neptune-css/src/less/mixins/_logical-properties.less";
|
|
3
3
|
|
|
4
4
|
.sliding-panel {
|
|
5
5
|
.translateX(-100%);
|