@transferwise/components 0.0.0-experimental-d2bc8ee → 0.0.0-experimental-2b5b7ab
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/common/closeButton/CloseButton.messages.js +2 -2
- package/build/common/closeButton/CloseButton.messages.js.map +1 -1
- package/build/common/closeButton/CloseButton.messages.mjs +2 -2
- package/build/common/closeButton/CloseButton.messages.mjs.map +1 -1
- package/build/common/closeButton/CloseButton.mjs +2 -2
- package/build/common/closeButton/CloseButton.mjs.map +1 -1
- package/build/drawer/Drawer.js +18 -9
- package/build/drawer/Drawer.js.map +1 -1
- package/build/drawer/Drawer.mjs +18 -9
- package/build/drawer/Drawer.mjs.map +1 -1
- package/build/main.css +649 -510
- package/build/mocks.js +7 -0
- package/build/mocks.js.map +1 -1
- package/build/mocks.mjs +7 -1
- package/build/mocks.mjs.map +1 -1
- package/build/modal/Modal.js +20 -21
- package/build/modal/Modal.js.map +1 -1
- package/build/modal/Modal.mjs +20 -21
- package/build/modal/Modal.mjs.map +1 -1
- package/build/select/Select.js +2 -1
- package/build/select/Select.js.map +1 -1
- package/build/select/Select.mjs +2 -1
- package/build/select/Select.mjs.map +1 -1
- package/build/sentimentSurface/classMap.js +17 -0
- package/build/sentimentSurface/classMap.js.map +1 -0
- package/build/sentimentSurface/classMap.mjs +14 -0
- package/build/sentimentSurface/classMap.mjs.map +1 -0
- package/build/statusIcon/StatusIcon.js +4 -1
- package/build/statusIcon/StatusIcon.js.map +1 -1
- package/build/statusIcon/StatusIcon.mjs +4 -1
- package/build/statusIcon/StatusIcon.mjs.map +1 -1
- package/build/styles/accordion/Accordion.css +6 -2
- package/build/styles/actionButton/ActionButton.css +4 -12
- package/build/styles/avatar/Avatar.css +10 -13
- package/build/styles/avatarView/AvatarView.css +3 -5
- package/build/styles/avatarView/Dot.css +1 -2
- package/build/styles/button/Button.css +0 -1
- package/build/styles/card/Card.css +2 -2
- package/build/styles/carousel/Carousel.css +2 -5
- package/build/styles/checkboxButton/CheckboxButton.css +1 -0
- package/build/styles/chips/Chip.css +12 -31
- package/build/styles/circularButton/CircularButton.css +0 -6
- package/build/styles/common/Option/Option.css +2 -2
- package/build/styles/common/RadioButton/RadioButton.css +1 -1
- package/build/styles/common/bottomSheet/BottomSheet.css +1 -1
- package/build/styles/common/card/Card.css +1 -1
- package/build/styles/common/closeButton/CloseButton.css +2 -7
- package/build/styles/criticalBanner/CriticalCommsBanner.css +0 -4
- package/build/styles/dateLookup/DateLookup.css +3 -5
- package/build/styles/definitionList/DefinitionList.css +1 -1
- package/build/styles/divider/Divider.css +1 -1
- package/build/styles/drawer/Drawer.css +11 -58
- package/build/styles/emphasis/Emphasis.css +5 -4
- package/build/styles/expressiveMoneyInput/ExpressiveMoneyInput.css +0 -2
- package/build/styles/expressiveMoneyInput/amountInput/AmountInput.css +0 -1
- package/build/styles/expressiveMoneyInput/chevron/Chevron.css +0 -1
- package/build/styles/flowNavigation/FlowNavigation.css +1 -2
- package/build/styles/header/Header.css +2 -2
- package/build/styles/iconButton/IconButton.css +4 -27
- package/build/styles/inputs/Input.css +5 -5
- package/build/styles/inputs/InputGroup.css +2 -3
- package/build/styles/inputs/SelectInput.css +13 -14
- package/build/styles/inputs/TextArea.css +5 -5
- package/build/styles/instructionsList/InstructionsList.css +0 -2
- package/build/styles/listItem/ListItem.css +8 -22
- package/build/styles/logo/Logo.css +0 -2
- package/build/styles/main.css +649 -510
- package/build/styles/modal/Modal.css +6 -68
- package/build/styles/moneyInput/MoneyInput.css +2 -2
- package/build/styles/navigationOption/NavigationOption.css +3 -1
- package/build/styles/nudge/Nudge.css +1 -1
- package/build/styles/overlayHeader/OverlayHeader.css +1 -2
- package/build/styles/popover/Popover.css +2 -2
- package/build/styles/progress/Progress.css +3 -3
- package/build/styles/progressBar/ProgressBar.css +2 -2
- package/build/styles/promoCard/PromoCard.css +3 -3
- package/build/styles/prompt/InlinePrompt/InlinePrompt.css +3 -39
- package/build/styles/segmentedControl/SegmentedControl.css +2 -6
- package/build/styles/select/Select.css +41 -25
- package/build/styles/sentimentSurface/SentimentSurface.css +424 -0
- package/build/styles/slidingPanel/SlidingPanel.css +4 -4
- package/build/styles/snackbar/Snackbar.css +4 -4
- package/build/styles/statusIcon/StatusIcon.css +4 -44
- package/build/styles/stepper/Stepper.css +4 -4
- package/build/styles/summary/Summary.css +2 -5
- package/build/styles/switch/Switch.css +2 -3
- package/build/styles/table/Table.css +5 -13
- package/build/styles/tabs/Tabs.css +9 -10
- package/build/styles/tile/Tile.css +5 -8
- package/build/styles/typeahead/Typeahead.css +1 -2
- package/build/styles/typeahead/typeaheadOption/TypeaheadOption.css +4 -1
- package/build/styles/upload/Upload.css +1 -1
- package/build/styles/uploadInput/uploadButton/UploadButton.css +2 -4
- package/build/styles/uploadInput/uploadItem/UploadItem.css +4 -8
- package/build/types/drawer/Drawer.d.ts.map +1 -1
- package/build/types/mocks.d.ts +1 -0
- package/build/types/mocks.d.ts.map +1 -1
- package/build/types/modal/Modal.d.ts.map +1 -1
- package/build/types/select/Select.d.ts +1 -1
- package/build/types/select/Select.d.ts.map +1 -1
- package/build/types/sentimentSurface/SentimentSurface.d.ts +30 -0
- package/build/types/sentimentSurface/SentimentSurface.d.ts.map +1 -0
- package/build/types/sentimentSurface/SentimentSurface.types.d.ts +80 -0
- package/build/types/sentimentSurface/SentimentSurface.types.d.ts.map +1 -0
- package/build/types/sentimentSurface/classMap.d.ts +4 -0
- package/build/types/sentimentSurface/classMap.d.ts.map +1 -0
- package/build/types/sentimentSurface/index.d.ts +3 -0
- package/build/types/sentimentSurface/index.d.ts.map +1 -0
- package/build/types/statusIcon/StatusIcon.d.ts.map +1 -1
- package/build/types/test-utils/window-mock.d.ts +1 -0
- package/build/types/test-utils/window-mock.d.ts.map +1 -1
- package/package.json +5 -10
- package/src/accordion/Accordion.css +6 -2
- package/src/accordion/Accordion.less +7 -0
- package/src/accordion/Accordion.story.tsx +1 -1
- package/src/actionButton/ActionButton.css +4 -12
- package/src/avatar/Avatar.css +10 -13
- package/src/avatarLayout/AvatarLayout.story.tsx +1 -0
- package/src/avatarView/AvatarView.css +3 -5
- package/src/avatarView/AvatarView.story.tsx +1 -0
- package/src/avatarView/Dot.css +1 -2
- package/src/button/Button.css +0 -1
- package/src/card/Card.css +2 -2
- package/src/carousel/Carousel.css +2 -5
- package/src/checkboxButton/CheckboxButton.css +1 -0
- package/src/chips/Chip.css +12 -31
- package/src/circularButton/CircularButton.css +0 -6
- package/src/common/Option/Option.css +2 -2
- package/src/common/RadioButton/RadioButton.css +1 -1
- package/src/common/bottomSheet/BottomSheet.css +1 -1
- package/src/common/card/Card.css +1 -1
- package/src/common/closeButton/CloseButton.css +2 -7
- package/src/criticalBanner/CriticalCommsBanner.css +0 -4
- package/src/dateLookup/DateLookup.css +3 -5
- package/src/definitionList/DefinitionList.css +1 -1
- package/src/display/Display.story.tsx +1 -0
- package/src/divider/Divider.css +1 -1
- package/src/drawer/Drawer.css +11 -58
- package/src/drawer/Drawer.less +14 -70
- package/src/drawer/Drawer.story.tsx +158 -100
- package/src/drawer/Drawer.tsx +26 -7
- package/src/emphasis/Emphasis.css +5 -4
- package/src/expressiveMoneyInput/ExpressiveMoneyInput.css +0 -2
- package/src/expressiveMoneyInput/ExpressiveMoneyInput.spec.tsx +229 -0
- package/src/expressiveMoneyInput/amountInput/AmountInput.css +0 -1
- package/src/expressiveMoneyInput/amountInput/AmountInput.spec.tsx +282 -0
- package/src/expressiveMoneyInput/chevron/Chevron.css +0 -1
- package/src/expressiveMoneyInput/currencySelector/CurrencySelector.spec.tsx +160 -0
- package/src/flowNavigation/FlowNavigation.css +1 -2
- package/src/header/Header.css +2 -2
- package/src/iconButton/IconButton.css +4 -27
- package/src/iconButton/IconButton.story.tsx +1 -0
- package/src/inputs/Input.css +5 -5
- package/src/inputs/InputGroup.css +2 -3
- package/src/inputs/SelectInput.css +13 -14
- package/src/inputs/SelectInput.spec.tsx +7 -1
- package/src/inputs/TextArea.css +5 -5
- package/src/instructionsList/InstructionsList.css +0 -2
- package/src/listItem/ListItem.css +8 -22
- package/src/logo/Logo.css +0 -2
- package/src/main.css +649 -510
- package/src/main.less +2 -0
- package/src/mocks.ts +7 -0
- package/src/modal/Modal.css +6 -68
- package/src/modal/Modal.less +6 -76
- package/src/modal/Modal.tsx +23 -23
- package/src/moneyInput/MoneyInput.css +2 -2
- package/src/moneyInput/MoneyInput.spec.tsx +9 -1
- package/src/navigationOption/NavigationOption.css +3 -1
- package/src/nudge/Nudge.css +1 -1
- package/src/overlayHeader/OverlayHeader.css +1 -2
- package/src/popover/Popover.css +2 -2
- package/src/progress/Progress.css +3 -3
- package/src/progressBar/ProgressBar.css +2 -2
- package/src/promoCard/PromoCard.css +3 -3
- package/src/prompt/InlinePrompt/InlinePrompt.css +3 -39
- package/src/provider/theme/ThemeProvider.story.tsx +78 -11
- package/src/segmentedControl/SegmentedControl.css +2 -6
- package/src/select/Select.css +41 -25
- package/src/select/Select.less +25 -0
- package/src/select/Select.tsx +6 -1
- package/src/sentimentSurface/SentimentSurface.css +424 -0
- package/src/sentimentSurface/SentimentSurface.docs.mdx +527 -0
- package/src/sentimentSurface/SentimentSurface.less +296 -0
- package/src/sentimentSurface/SentimentSurface.spec.tsx +140 -0
- package/src/sentimentSurface/SentimentSurface.story.tsx +340 -0
- package/src/sentimentSurface/SentimentSurface.tests.story.tsx +123 -0
- package/src/sentimentSurface/SentimentSurface.tsx +72 -0
- package/src/sentimentSurface/SentimentSurface.types.ts +104 -0
- package/src/sentimentSurface/classMap.ts +15 -0
- package/src/sentimentSurface/index.ts +8 -0
- package/src/slidingPanel/SlidingPanel.css +4 -4
- package/src/snackbar/Snackbar.css +4 -4
- package/src/snackbar/Snackbar.less +4 -2
- package/src/statusIcon/StatusIcon.css +4 -44
- package/src/statusIcon/StatusIcon.less +2 -40
- package/src/statusIcon/StatusIcon.tsx +10 -1
- package/src/stepper/Stepper.css +4 -4
- package/src/summary/Summary.css +2 -5
- package/src/switch/Switch.css +2 -3
- package/src/table/Table.css +5 -13
- package/src/tabs/Tabs.css +9 -10
- package/src/test-utils/jest.setup.ts +0 -5
- package/src/test-utils/window-mock.ts +5 -0
- package/src/tile/Tile.css +5 -8
- package/src/typeahead/Typeahead.css +1 -2
- package/src/typeahead/typeaheadOption/TypeaheadOption.css +4 -1
- package/src/typeahead/typeaheadOption/TypeaheadOption.less +6 -0
- package/src/upload/Upload.css +1 -1
- package/src/uploadInput/uploadButton/UploadButton.css +2 -4
- package/src/uploadInput/uploadItem/UploadItem.css +4 -8
|
@@ -2,104 +2,81 @@
|
|
|
2
2
|
border: none;
|
|
3
3
|
}
|
|
4
4
|
.np-icon-button-tertiary-default {
|
|
5
|
-
color: #163300;
|
|
6
5
|
color: var(--color-interactive-primary);
|
|
7
|
-
background-color: rgba(
|
|
6
|
+
background-color: rgba(134,167,189,0.10196);
|
|
8
7
|
background-color: var(--color-background-neutral);
|
|
9
8
|
}
|
|
10
9
|
.np-icon-button-tertiary-default:not(.disabled):not(:disabled):hover {
|
|
11
|
-
background-color: rgba(22,51,0,0.12941);
|
|
12
10
|
background-color: var(--color-background-neutral-hover);
|
|
13
11
|
}
|
|
14
12
|
.np-icon-button-tertiary-default:not(.disabled):not(:disabled):active {
|
|
15
|
-
background-color: rgba(22,51,0,0.18039);
|
|
16
13
|
background-color: var(--color-background-neutral-active);
|
|
17
14
|
}
|
|
18
15
|
.np-icon-button-primary-default {
|
|
19
|
-
color: #163300;
|
|
20
16
|
color: var(--color-interactive-control);
|
|
21
|
-
background-color: #
|
|
17
|
+
background-color: #00a2dd;
|
|
22
18
|
background-color: var(--color-interactive-accent);
|
|
23
19
|
}
|
|
24
20
|
.np-icon-button-primary-default:not(.disabled):not(:disabled):hover {
|
|
25
|
-
background-color: #
|
|
21
|
+
background-color: #008fc9;
|
|
26
22
|
background-color: var(--color-interactive-accent-hover);
|
|
27
23
|
}
|
|
28
24
|
.np-icon-button-primary-default:not(.disabled):not(:disabled):active {
|
|
29
|
-
background-color: #
|
|
25
|
+
background-color: #0081ba;
|
|
30
26
|
background-color: var(--color-interactive-accent-active);
|
|
31
27
|
}
|
|
32
28
|
.np-icon-button-primary-negative {
|
|
33
|
-
color: #ffffff;
|
|
34
29
|
color: var(--color-contrast-overlay);
|
|
35
|
-
background-color: #cb272f;
|
|
36
30
|
background-color: var(--color-sentiment-negative-primary);
|
|
37
31
|
}
|
|
38
32
|
.np-icon-button-primary-negative:not(.disabled):not(:disabled):hover {
|
|
39
|
-
background-color: #b8232b;
|
|
40
33
|
background-color: var(--color-sentiment-negative-primary-hover);
|
|
41
34
|
}
|
|
42
35
|
.np-icon-button-primary-negative:not(.disabled):not(:disabled):active {
|
|
43
|
-
background-color: #a72027;
|
|
44
36
|
background-color: var(--color-sentiment-negative-primary-active);
|
|
45
37
|
}
|
|
46
38
|
.np-theme-personal--bright-green .np-icon-button-primary-negative {
|
|
47
|
-
color: #ffffff;
|
|
48
39
|
color: var(--color-white);
|
|
49
40
|
}
|
|
50
41
|
.np-icon-button-minimal-default {
|
|
51
|
-
color: #163300;
|
|
52
42
|
color: var(--color-interactive-primary);
|
|
53
43
|
background-color: #ffffff;
|
|
54
44
|
background-color: var(--color-background-screen);
|
|
55
45
|
background-color: transparent;
|
|
56
46
|
}
|
|
57
47
|
.np-icon-button-minimal-default:not(.disabled):not(:disabled):hover {
|
|
58
|
-
background-color: rgba(22,51,0,0.07843);
|
|
59
48
|
background-color: var(--color-background-screen-hover);
|
|
60
49
|
}
|
|
61
50
|
.np-icon-button-minimal-default:not(.disabled):not(:disabled):active {
|
|
62
|
-
background-color: rgba(22,51,0,0.12941);
|
|
63
51
|
background-color: var(--color-background-screen-active);
|
|
64
52
|
}
|
|
65
53
|
.np-icon-button-secondary-default {
|
|
66
|
-
color: #163300;
|
|
67
54
|
color: var(--color-interactive-primary);
|
|
68
|
-
background-color: #e2f6d5;
|
|
69
55
|
background-color: var(--color-interactive-neutral);
|
|
70
56
|
}
|
|
71
57
|
.np-icon-button-secondary-default:not(.disabled):not(:disabled):hover {
|
|
72
|
-
background-color: #d3f2c0;
|
|
73
58
|
background-color: var(--color-interactive-neutral-hover);
|
|
74
59
|
}
|
|
75
60
|
.np-icon-button-secondary-default:not(.disabled):not(:disabled):active {
|
|
76
|
-
background-color: #c5edab;
|
|
77
61
|
background-color: var(--color-interactive-neutral-active);
|
|
78
62
|
}
|
|
79
63
|
.np-theme-personal--bright-green .np-icon-button-secondary-default,
|
|
80
64
|
.np-theme-personal--forest-green .np-icon-button-secondary-default {
|
|
81
|
-
color: #163300;
|
|
82
65
|
color: var(--color-interactive-control);
|
|
83
66
|
}
|
|
84
67
|
.np-icon-button-secondary-negative {
|
|
85
|
-
color: #cb272f;
|
|
86
68
|
color: var(--color-sentiment-negative-primary);
|
|
87
|
-
background-color: #fbeaea;
|
|
88
69
|
background-color: var(--color-sentiment-negative-secondary);
|
|
89
70
|
}
|
|
90
71
|
.np-icon-button-secondary-negative:not(.disabled):not(:disabled):hover {
|
|
91
|
-
background-color: #f9e1e1;
|
|
92
72
|
background-color: var(--color-sentiment-negative-secondary-hover);
|
|
93
73
|
}
|
|
94
74
|
.np-icon-button-secondary-negative:not(.disabled):not(:disabled):active {
|
|
95
|
-
background-color: #f8d8d8;
|
|
96
75
|
background-color: var(--color-sentiment-negative-secondary-active);
|
|
97
76
|
}
|
|
98
77
|
.np-theme-personal--bright-green .np-icon-button-secondary-negative {
|
|
99
|
-
color: #ffffff;
|
|
100
78
|
color: var(--color-white);
|
|
101
79
|
}
|
|
102
80
|
.np-theme-personal--forest-green .np-icon-button-secondary-negative {
|
|
103
|
-
color: #ffffff;
|
|
104
81
|
color: var(--color-contrast-overlay);
|
|
105
82
|
}
|
|
@@ -9,9 +9,9 @@
|
|
|
9
9
|
padding-left: var(--size-16);
|
|
10
10
|
padding-right: 16px;
|
|
11
11
|
padding-right: var(--size-16);
|
|
12
|
-
color: #
|
|
12
|
+
color: #37517e;
|
|
13
13
|
color: var(--color-content-primary);
|
|
14
|
-
box-shadow: inset 0 0 0 1px #
|
|
14
|
+
box-shadow: inset 0 0 0 1px #c9cbce;
|
|
15
15
|
box-shadow: inset 0 0 0 var(--ring-width) var(--ring-color);
|
|
16
16
|
transition-property: color, opacity, box-shadow;
|
|
17
17
|
transition-timing-function: ease-in-out;
|
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
}
|
|
91
91
|
.np-form-control--size-lg {
|
|
92
92
|
margin: 0;
|
|
93
|
-
color: #
|
|
93
|
+
color: #37517e;
|
|
94
94
|
color: var(--color-content-primary);
|
|
95
95
|
line-height: 1.2;
|
|
96
96
|
line-height: var(--line-height-title);
|
|
@@ -143,11 +143,11 @@
|
|
|
143
143
|
margin-top: var(--size-8);
|
|
144
144
|
}
|
|
145
145
|
.np-input::-moz-placeholder {
|
|
146
|
-
color: #
|
|
146
|
+
color: #768e9c;
|
|
147
147
|
color: var(--color-content-tertiary);
|
|
148
148
|
}
|
|
149
149
|
.np-input::placeholder {
|
|
150
|
-
color: #
|
|
150
|
+
color: #768e9c;
|
|
151
151
|
color: var(--color-content-tertiary);
|
|
152
152
|
}
|
|
153
153
|
.np-input--shape-rectangle {
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
z-index: 10;
|
|
16
16
|
display: inline-flex;
|
|
17
17
|
align-items: center;
|
|
18
|
-
color: #
|
|
18
|
+
color: #c9cbce;
|
|
19
19
|
color: var(--color-interactive-secondary);
|
|
20
20
|
transition-property: color, opacity;
|
|
21
21
|
transition-timing-function: ease-out;
|
|
@@ -26,11 +26,10 @@
|
|
|
26
26
|
mix-blend-mode: luminosity;
|
|
27
27
|
}
|
|
28
28
|
.np-input-group:has( > :is(input,button,select):focus-visible) .np-input-addon {
|
|
29
|
-
color: #163300;
|
|
30
29
|
color: var(--color-interactive-primary);
|
|
31
30
|
}
|
|
32
31
|
.np-input-group:has( > :is(input,button,select):hover) .np-input-addon {
|
|
33
|
-
color: #
|
|
32
|
+
color: #b5b7ba;
|
|
34
33
|
color: var(--color-interactive-secondary-hover);
|
|
35
34
|
}
|
|
36
35
|
.np-input-addon--placement-start {
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
.np-bottom-sheet-v2-backdrop {
|
|
6
6
|
position: fixed;
|
|
7
7
|
inset: 0px;
|
|
8
|
-
background-color: #
|
|
8
|
+
background-color: #37517e;
|
|
9
9
|
background-color: var(--color-content-primary);
|
|
10
10
|
opacity: 0.4;
|
|
11
11
|
transition-property: opacity;
|
|
@@ -87,11 +87,11 @@
|
|
|
87
87
|
padding-top: 0px;
|
|
88
88
|
}
|
|
89
89
|
.np-bottom-sheet-v2-title {
|
|
90
|
-
color: #
|
|
90
|
+
color: #37517e;
|
|
91
91
|
color: var(--color-content-primary);
|
|
92
92
|
}
|
|
93
93
|
.np-bottom-sheet-v2-body {
|
|
94
|
-
color: #
|
|
94
|
+
color: #5d7079;
|
|
95
95
|
color: var(--color-content-secondary);
|
|
96
96
|
}
|
|
97
97
|
.np-button-input {
|
|
@@ -141,11 +141,11 @@
|
|
|
141
141
|
padding: var(--size-16);
|
|
142
142
|
}
|
|
143
143
|
.np-popover-v2-title {
|
|
144
|
-
color: #
|
|
144
|
+
color: #37517e;
|
|
145
145
|
color: var(--color-content-primary);
|
|
146
146
|
}
|
|
147
147
|
.np-popover-v2-content {
|
|
148
|
-
color: #
|
|
148
|
+
color: #5d7079;
|
|
149
149
|
color: var(--color-content-secondary);
|
|
150
150
|
}
|
|
151
151
|
.np-select-input-content {
|
|
@@ -154,7 +154,7 @@
|
|
|
154
154
|
white-space: nowrap;
|
|
155
155
|
}
|
|
156
156
|
.np-select-input-placeholder {
|
|
157
|
-
color: #
|
|
157
|
+
color: #768e9c;
|
|
158
158
|
color: var(--color-content-tertiary);
|
|
159
159
|
}
|
|
160
160
|
.np-select-input-options-container {
|
|
@@ -183,7 +183,7 @@
|
|
|
183
183
|
.np-select-input-options-status-icon {
|
|
184
184
|
padding: 0 4px;
|
|
185
185
|
padding: 0 var(--size-4);
|
|
186
|
-
color: #
|
|
186
|
+
color: #768e9c;
|
|
187
187
|
color: var(--color-content-tertiary);
|
|
188
188
|
}
|
|
189
189
|
.np-select-input-query-container {
|
|
@@ -265,14 +265,13 @@
|
|
|
265
265
|
border-radius: var(--radius-small);
|
|
266
266
|
padding: 12px 16px;
|
|
267
267
|
padding: var(--size-12) var(--size-16);
|
|
268
|
-
color: #163300;
|
|
269
268
|
color: var(--color-interactive-primary);
|
|
270
269
|
}
|
|
271
270
|
.np-select-input-option-container:focus {
|
|
272
271
|
outline: none;
|
|
273
272
|
}
|
|
274
273
|
.np-select-input-option-container--active {
|
|
275
|
-
box-shadow: inset 0 0 0 1px #
|
|
274
|
+
box-shadow: inset 0 0 0 1px #c9cbce;
|
|
276
275
|
box-shadow: inset 0 0 0 1px var(--color-interactive-secondary);
|
|
277
276
|
}
|
|
278
277
|
.np-select-input-option-container--disabled {
|
|
@@ -291,7 +290,7 @@
|
|
|
291
290
|
column-gap: 8px;
|
|
292
291
|
-moz-column-gap: var(--size-8);
|
|
293
292
|
column-gap: var(--size-8);
|
|
294
|
-
color: #
|
|
293
|
+
color: #37517e;
|
|
295
294
|
color: var(--color-content-primary);
|
|
296
295
|
}
|
|
297
296
|
.np-select-input-option-content-icon {
|
|
@@ -307,7 +306,7 @@
|
|
|
307
306
|
overflow: hidden;
|
|
308
307
|
}
|
|
309
308
|
.np-select-input-option-content-text-secondary {
|
|
310
|
-
color: #
|
|
309
|
+
color: #5d7079;
|
|
311
310
|
color: var(--color-content-secondary);
|
|
312
311
|
}
|
|
313
312
|
.np-select-input-option-content-text-within-trigger {
|
|
@@ -351,11 +350,11 @@
|
|
|
351
350
|
}
|
|
352
351
|
.np-select-input-addon--interactive {
|
|
353
352
|
pointer-events: auto;
|
|
354
|
-
color: #
|
|
353
|
+
color: #c9cbce;
|
|
355
354
|
color: var(--color-interactive-secondary);
|
|
356
355
|
}
|
|
357
356
|
.np-select-input-addon--interactive:hover {
|
|
358
|
-
color: #
|
|
357
|
+
color: #b5b7ba;
|
|
359
358
|
color: var(--color-interactive-secondary-hover);
|
|
360
359
|
}
|
|
361
360
|
.np-select-input-addon--interactive:focus {
|
|
@@ -368,6 +367,6 @@
|
|
|
368
367
|
.np-select-input-addon-separator {
|
|
369
368
|
height: 24px;
|
|
370
369
|
height: var(--size-24);
|
|
371
|
-
border-inline-start: 1px solid rgba(
|
|
370
|
+
border-inline-start: 1px solid rgba(0,0,0,0.10196);
|
|
372
371
|
border-inline-start: 1px solid var(--color-border-neutral);
|
|
373
372
|
}
|
|
@@ -9,9 +9,9 @@
|
|
|
9
9
|
padding-left: var(--size-16);
|
|
10
10
|
padding-right: 16px;
|
|
11
11
|
padding-right: var(--size-16);
|
|
12
|
-
color: #
|
|
12
|
+
color: #37517e;
|
|
13
13
|
color: var(--color-content-primary);
|
|
14
|
-
box-shadow: inset 0 0 0 1px #
|
|
14
|
+
box-shadow: inset 0 0 0 1px #c9cbce;
|
|
15
15
|
box-shadow: inset 0 0 0 var(--ring-width) var(--ring-color);
|
|
16
16
|
transition-property: color, opacity, box-shadow;
|
|
17
17
|
transition-timing-function: ease-in-out;
|
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
}
|
|
91
91
|
.np-form-control--size-lg {
|
|
92
92
|
margin: 0;
|
|
93
|
-
color: #
|
|
93
|
+
color: #37517e;
|
|
94
94
|
color: var(--color-content-primary);
|
|
95
95
|
line-height: 1.2;
|
|
96
96
|
line-height: var(--line-height-title);
|
|
@@ -154,10 +154,10 @@
|
|
|
154
154
|
border-radius: var(--radius-small) !important;
|
|
155
155
|
}
|
|
156
156
|
.np-text-area::-moz-placeholder {
|
|
157
|
-
color: #
|
|
157
|
+
color: #768e9c;
|
|
158
158
|
color: var(--color-content-tertiary);
|
|
159
159
|
}
|
|
160
160
|
.np-text-area::placeholder {
|
|
161
|
-
color: #
|
|
161
|
+
color: #768e9c;
|
|
162
162
|
color: var(--color-content-tertiary);
|
|
163
163
|
}
|
|
@@ -425,7 +425,7 @@
|
|
|
425
425
|
}
|
|
426
426
|
.wds-list-item a .wds-list-item-subtitle,
|
|
427
427
|
.wds-list-item a .wds-list-item-subtitle-value {
|
|
428
|
-
color: #
|
|
428
|
+
color: #5d7079;
|
|
429
429
|
color: var(--color-content-secondary);
|
|
430
430
|
}
|
|
431
431
|
.wds-list-item-interactive .wds-list-item-control:focus-visible,
|
|
@@ -480,11 +480,9 @@
|
|
|
480
480
|
border-radius: var(--radius-medium);
|
|
481
481
|
}
|
|
482
482
|
.wds-list-item-interactive:not(.wds-list-item-spotlight):not(.disabled):not(:disabled):hover:before {
|
|
483
|
-
background-color: rgba(22,51,0,0.07843);
|
|
484
483
|
background-color: var(--color-background-screen-hover);
|
|
485
484
|
}
|
|
486
485
|
.wds-list-item-interactive:not(.wds-list-item-spotlight):not(.disabled):not(:disabled):active:before {
|
|
487
|
-
background-color: rgba(22,51,0,0.12941);
|
|
488
486
|
background-color: var(--color-background-screen-active);
|
|
489
487
|
}
|
|
490
488
|
.wds-list-item-interactive:not(.wds-list-item-spotlight):has(.wds-list-item-prompt:hover a, .wds-list-item-prompt:hover button):hover:before {
|
|
@@ -545,7 +543,7 @@
|
|
|
545
543
|
}
|
|
546
544
|
.wds-list-item-title,
|
|
547
545
|
.wds-list-item-title-value {
|
|
548
|
-
color: #
|
|
546
|
+
color: #37517e;
|
|
549
547
|
color: var(--color-content-primary);
|
|
550
548
|
}
|
|
551
549
|
.wds-list-item-body-center {
|
|
@@ -555,7 +553,7 @@
|
|
|
555
553
|
}
|
|
556
554
|
.wds-list-item-additional-info {
|
|
557
555
|
grid-area: info;
|
|
558
|
-
color: #
|
|
556
|
+
color: #768e9c;
|
|
559
557
|
color: var(--color-content-tertiary);
|
|
560
558
|
margin-top: calc(4px * -1);
|
|
561
559
|
margin-top: calc(var(--size-4) * -1);
|
|
@@ -567,7 +565,7 @@
|
|
|
567
565
|
grid-area: control;
|
|
568
566
|
}
|
|
569
567
|
.wds-list-item-navigation .tw-icon-chevron-right {
|
|
570
|
-
color: #
|
|
568
|
+
color: #c9cbce;
|
|
571
569
|
color: var(--color-interactive-secondary);
|
|
572
570
|
}
|
|
573
571
|
.wds-list-item-control {
|
|
@@ -588,7 +586,7 @@
|
|
|
588
586
|
.wds-list-item.disabled .wds-list-item-subtitle,
|
|
589
587
|
.wds-list-item.disabled .wds-list-item-subtitle-value,
|
|
590
588
|
.wds-list-item.disabled .wds-list-item-additional-info {
|
|
591
|
-
color: #
|
|
589
|
+
color: #768e9c;
|
|
592
590
|
color: var(--color-content-tertiary);
|
|
593
591
|
}
|
|
594
592
|
.wds-list-item.disabled .wds-list-item-media,
|
|
@@ -606,41 +604,29 @@
|
|
|
606
604
|
padding-right: var(--size-12);
|
|
607
605
|
}
|
|
608
606
|
.wds-list-item-spotlight-active {
|
|
609
|
-
background-color: rgba(
|
|
607
|
+
background-color: rgba(134,167,189,0.10196);
|
|
610
608
|
background-color: var(--color-background-neutral);
|
|
611
609
|
}
|
|
612
610
|
.wds-list-item-spotlight-active:not(.disabled):not(:disabled):hover {
|
|
613
|
-
background-color: rgba(22,51,0,0.12941);
|
|
614
611
|
background-color: var(--color-background-neutral-hover);
|
|
615
612
|
}
|
|
616
613
|
.wds-list-item-spotlight-active:not(.disabled):not(:disabled):active {
|
|
617
|
-
background-color: rgba(22,51,0,0.18039);
|
|
618
614
|
background-color: var(--color-background-neutral-active);
|
|
619
615
|
}
|
|
620
616
|
.wds-list-item-spotlight-inactive {
|
|
621
|
-
background-color: rgba(
|
|
617
|
+
background-color: rgba(134, 167, 189, 0.025);
|
|
622
618
|
}
|
|
623
619
|
@supports (color: color-mix(in lch, red, blue)) {
|
|
624
620
|
.wds-list-item-spotlight-inactive {
|
|
625
621
|
background-color: color-mix(in srgb, var(--color-background-neutral) 25%, transparent);
|
|
626
622
|
}
|
|
627
623
|
}
|
|
628
|
-
.wds-list-item-spotlight-inactive:not(.disabled):not(:disabled):hover {
|
|
629
|
-
background-color: rgba(22, 51, 0, 0.045);
|
|
630
|
-
}
|
|
631
|
-
@supports (color: color-mix(in lch, red, blue)) {
|
|
632
624
|
.wds-list-item-spotlight-inactive:not(.disabled):not(:disabled):hover {
|
|
633
625
|
background-color: color-mix(in srgb, var(--color-background-neutral-hover) 35%, transparent);
|
|
634
626
|
}
|
|
635
|
-
}
|
|
636
|
-
.wds-list-item-spotlight-inactive:not(.disabled):not(:disabled):active {
|
|
637
|
-
background-color: rgba(22, 51, 0, 0.081);
|
|
638
|
-
}
|
|
639
|
-
@supports (color: color-mix(in lch, red, blue)) {
|
|
640
627
|
.wds-list-item-spotlight-inactive:not(.disabled):not(:disabled):active {
|
|
641
628
|
background-color: color-mix(in srgb, var(--color-background-neutral-active) 45%, transparent);
|
|
642
629
|
}
|
|
643
|
-
}
|
|
644
630
|
.wds-list-item .wds-list-item-spotlight__border {
|
|
645
631
|
position: absolute;
|
|
646
632
|
inset: 0;
|
|
@@ -652,7 +638,7 @@
|
|
|
652
638
|
--wds-list-item-spotlight-borderWidthOffset: 0.5px;
|
|
653
639
|
--wds-list-item-spotlight-strokeDashSize: calc(var(--size-12) * 0.5);
|
|
654
640
|
fill: none;
|
|
655
|
-
stroke: rgba(
|
|
641
|
+
stroke: rgba(0,0,0,0.10196);
|
|
656
642
|
stroke: var(--color-border-neutral);
|
|
657
643
|
width: calc(100% - 1px);
|
|
658
644
|
width: calc(100% - var(--wds-list-item-spotlight-borderWidth));
|
|
@@ -3,11 +3,9 @@
|
|
|
3
3
|
}
|
|
4
4
|
.np-theme-personal--forest-green .np-logo-svg path,
|
|
5
5
|
.np-theme-personal--bright-green .np-logo-svg path {
|
|
6
|
-
fill: #163300;
|
|
7
6
|
fill: var(--color-interactive-primary);
|
|
8
7
|
}
|
|
9
8
|
.np-theme-personal--dark .np-logo-svg path {
|
|
10
|
-
fill: #ffffff;
|
|
11
9
|
fill: var(--color-white);
|
|
12
10
|
}
|
|
13
11
|
.np-logo-svg--size-sm {
|