@transferwise/components 0.0.0-experimental-7df8816 → 0.0.0-experimental-d2bc8ee
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 +9 -18
- package/build/drawer/Drawer.js.map +1 -1
- package/build/drawer/Drawer.mjs +9 -18
- package/build/drawer/Drawer.mjs.map +1 -1
- package/build/main.css +476 -223
- package/build/modal/Modal.js +21 -20
- package/build/modal/Modal.js.map +1 -1
- package/build/modal/Modal.mjs +21 -20
- package/build/modal/Modal.mjs.map +1 -1
- package/build/select/Select.js +1 -2
- package/build/select/Select.js.map +1 -1
- package/build/select/Select.mjs +1 -2
- package/build/select/Select.mjs.map +1 -1
- package/build/styles/accordion/Accordion.css +2 -6
- package/build/styles/actionButton/ActionButton.css +12 -4
- package/build/styles/avatar/Avatar.css +13 -10
- package/build/styles/avatarView/AvatarView.css +5 -3
- package/build/styles/avatarView/Dot.css +2 -1
- package/build/styles/button/Button.css +1 -0
- package/build/styles/card/Card.css +2 -2
- package/build/styles/carousel/Carousel.css +5 -2
- package/build/styles/checkboxButton/CheckboxButton.css +0 -1
- package/build/styles/chips/Chip.css +31 -12
- package/build/styles/circularButton/CircularButton.css +6 -0
- 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 +7 -2
- package/build/styles/criticalBanner/CriticalCommsBanner.css +4 -0
- package/build/styles/dateLookup/DateLookup.css +5 -3
- package/build/styles/definitionList/DefinitionList.css +1 -1
- package/build/styles/divider/Divider.css +1 -1
- package/build/styles/drawer/Drawer.css +58 -11
- package/build/styles/emphasis/Emphasis.css +4 -5
- package/build/styles/expressiveMoneyInput/ExpressiveMoneyInput.css +2 -0
- package/build/styles/expressiveMoneyInput/amountInput/AmountInput.css +1 -0
- package/build/styles/expressiveMoneyInput/chevron/Chevron.css +1 -0
- package/build/styles/flowNavigation/FlowNavigation.css +2 -1
- package/build/styles/header/Header.css +2 -2
- package/build/styles/iconButton/IconButton.css +27 -4
- package/build/styles/inputs/Input.css +5 -5
- package/build/styles/inputs/InputGroup.css +3 -2
- package/build/styles/inputs/SelectInput.css +14 -13
- package/build/styles/inputs/TextArea.css +5 -5
- package/build/styles/instructionsList/InstructionsList.css +2 -0
- package/build/styles/listItem/ListItem.css +22 -8
- package/build/styles/logo/Logo.css +2 -0
- package/build/styles/main.css +476 -223
- package/build/styles/modal/Modal.css +68 -6
- package/build/styles/moneyInput/MoneyInput.css +2 -2
- package/build/styles/navigationOption/NavigationOption.css +1 -3
- package/build/styles/nudge/Nudge.css +1 -1
- package/build/styles/overlayHeader/OverlayHeader.css +2 -1
- 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 +39 -3
- package/build/styles/segmentedControl/SegmentedControl.css +6 -2
- package/build/styles/select/Select.css +25 -41
- package/build/styles/slidingPanel/SlidingPanel.css +4 -4
- package/build/styles/snackbar/Snackbar.css +4 -4
- package/build/styles/statusIcon/StatusIcon.css +10 -2
- package/build/styles/stepper/Stepper.css +4 -4
- package/build/styles/summary/Summary.css +5 -2
- package/build/styles/switch/Switch.css +3 -2
- package/build/styles/table/Table.css +13 -5
- package/build/styles/tabs/Tabs.css +10 -9
- package/build/styles/tile/Tile.css +8 -5
- package/build/styles/typeahead/Typeahead.css +2 -1
- package/build/styles/typeahead/typeaheadOption/TypeaheadOption.css +1 -4
- package/build/styles/upload/Upload.css +1 -1
- package/build/styles/uploadInput/uploadButton/UploadButton.css +4 -2
- package/build/styles/uploadInput/uploadItem/UploadItem.css +8 -4
- package/build/types/drawer/Drawer.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/package.json +12 -7
- package/src/accordion/Accordion.css +2 -6
- package/src/accordion/Accordion.less +0 -7
- package/src/accordion/Accordion.story.tsx +1 -1
- package/src/actionButton/ActionButton.css +12 -4
- package/src/avatar/Avatar.css +13 -10
- package/src/avatarLayout/AvatarLayout.story.tsx +0 -1
- package/src/avatarView/AvatarView.css +5 -3
- package/src/avatarView/AvatarView.story.tsx +0 -1
- package/src/avatarView/Dot.css +2 -1
- package/src/button/Button.css +1 -0
- package/src/card/Card.css +2 -2
- package/src/carousel/Carousel.css +5 -2
- package/src/checkboxButton/CheckboxButton.css +0 -1
- package/src/chips/Chip.css +31 -12
- package/src/circularButton/CircularButton.css +6 -0
- 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 +7 -2
- package/src/criticalBanner/CriticalCommsBanner.css +4 -0
- package/src/dateLookup/DateLookup.css +5 -3
- package/src/definitionList/DefinitionList.css +1 -1
- package/src/display/Display.story.tsx +0 -1
- package/src/divider/Divider.css +1 -1
- package/src/drawer/Drawer.css +58 -11
- package/src/drawer/Drawer.less +70 -14
- package/src/drawer/Drawer.story.tsx +100 -158
- package/src/drawer/Drawer.tsx +7 -26
- package/src/emphasis/Emphasis.css +4 -5
- package/src/expressiveMoneyInput/ExpressiveMoneyInput.css +2 -0
- package/src/expressiveMoneyInput/amountInput/AmountInput.css +1 -0
- package/src/expressiveMoneyInput/chevron/Chevron.css +1 -0
- package/src/flowNavigation/FlowNavigation.css +2 -1
- package/src/header/Header.css +2 -2
- package/src/iconButton/IconButton.css +27 -4
- package/src/iconButton/IconButton.story.tsx +0 -1
- package/src/inputs/Input.css +5 -5
- package/src/inputs/InputGroup.css +3 -2
- package/src/inputs/SelectInput.css +14 -13
- package/src/inputs/TextArea.css +5 -5
- package/src/instructionsList/InstructionsList.css +2 -0
- package/src/listItem/ListItem.css +22 -8
- package/src/logo/Logo.css +2 -0
- package/src/main.css +476 -223
- package/src/modal/Modal.css +68 -6
- package/src/modal/Modal.less +76 -6
- package/src/modal/Modal.tsx +23 -23
- package/src/moneyInput/MoneyInput.css +2 -2
- package/src/navigationOption/NavigationOption.css +1 -3
- package/src/nudge/Nudge.css +1 -1
- package/src/overlayHeader/OverlayHeader.css +2 -1
- 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 +39 -3
- package/src/segmentedControl/SegmentedControl.css +6 -2
- package/src/select/Select.css +25 -41
- package/src/select/Select.less +0 -25
- package/src/select/Select.tsx +1 -6
- package/src/slidingPanel/SlidingPanel.css +4 -4
- package/src/snackbar/Snackbar.css +4 -4
- package/src/snackbar/Snackbar.less +2 -4
- package/src/statusIcon/StatusIcon.css +10 -2
- package/src/stepper/Stepper.css +4 -4
- package/src/summary/Summary.css +5 -2
- package/src/switch/Switch.css +3 -2
- package/src/table/Table.css +13 -5
- package/src/tabs/Tabs.css +10 -9
- package/src/tile/Tile.css +8 -5
- package/src/typeahead/Typeahead.css +2 -1
- package/src/typeahead/typeaheadOption/TypeaheadOption.css +1 -4
- package/src/typeahead/typeaheadOption/TypeaheadOption.less +0 -6
- package/src/upload/Upload.css +1 -1
- package/src/uploadInput/uploadButton/UploadButton.css +4 -2
- package/src/uploadInput/uploadItem/UploadItem.css +8 -4
|
@@ -7,26 +7,32 @@
|
|
|
7
7
|
.np-circular-btn-primary-default .np-circular-btn-label,
|
|
8
8
|
.np-circular-btn-secondary-default .np-circular-btn-label {
|
|
9
9
|
text-align: center;
|
|
10
|
+
color: #163300;
|
|
10
11
|
color: var(--color-interactive-primary);
|
|
11
12
|
}
|
|
12
13
|
.np-circular-btn-primary-default .np-circular-btn-label:not(.disabled):not(:disabled):hover,
|
|
13
14
|
.np-circular-btn-secondary-default .np-circular-btn-label:not(.disabled):not(:disabled):hover {
|
|
15
|
+
color: #0d1f00;
|
|
14
16
|
color: var(--color-interactive-primary-hover);
|
|
15
17
|
}
|
|
16
18
|
.np-circular-btn-primary-default .np-circular-btn-label:not(.disabled):not(:disabled):active,
|
|
17
19
|
.np-circular-btn-secondary-default .np-circular-btn-label:not(.disabled):not(:disabled):active {
|
|
20
|
+
color: #0e0f0c;
|
|
18
21
|
color: var(--color-interactive-primary-active);
|
|
19
22
|
}
|
|
20
23
|
.np-circular-btn-primary-negative .np-circular-btn-label,
|
|
21
24
|
.np-circular-btn-secondary-negative .np-circular-btn-label {
|
|
25
|
+
color: #cb272f;
|
|
22
26
|
color: var(--color-sentiment-negative-primary);
|
|
23
27
|
}
|
|
24
28
|
.np-circular-btn-primary-negative .np-circular-btn-label:not(.disabled):not(:disabled):hover,
|
|
25
29
|
.np-circular-btn-secondary-negative .np-circular-btn-label:not(.disabled):not(:disabled):hover {
|
|
30
|
+
color: #b8232b;
|
|
26
31
|
color: var(--color-sentiment-negative-primary-hover);
|
|
27
32
|
}
|
|
28
33
|
.np-circular-btn-primary-negative .np-circular-btn-label:not(.disabled):not(:disabled):active,
|
|
29
34
|
.np-circular-btn-secondary-negative .np-circular-btn-label:not(.disabled):not(:disabled):active {
|
|
35
|
+
color: #a72027;
|
|
30
36
|
color: var(--color-sentiment-negative-primary-active);
|
|
31
37
|
}
|
|
32
38
|
.np-circular-btn-disabled {
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
height: var(--size-40);
|
|
15
15
|
}
|
|
16
16
|
.np-option__title {
|
|
17
|
-
color: #
|
|
17
|
+
color: #0e0f0c;
|
|
18
18
|
color: var(--color-content-primary);
|
|
19
19
|
font-size: 1rem;
|
|
20
20
|
font-weight: 600;
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
.np-option__body {
|
|
28
28
|
margin-top: 4px;
|
|
29
29
|
margin-top: var(--size-4);
|
|
30
|
-
color: #
|
|
30
|
+
color: #454745;
|
|
31
31
|
color: var(--color-content-secondary);
|
|
32
32
|
font-size: 0.875rem;
|
|
33
33
|
font-size: var(--font-size-14);
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
display: flex;
|
|
10
10
|
flex-direction: column;
|
|
11
11
|
align-items: stretch;
|
|
12
|
-
background-color: rgba(
|
|
12
|
+
background-color: rgba(22,51,0,0.07843);
|
|
13
13
|
background-color: var(--Card-background-color);
|
|
14
14
|
border-radius: 32px;
|
|
15
15
|
border-radius: var(--Card-border-radius);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
.np-close-button {
|
|
2
2
|
transition: color 0.15s ease-in-out;
|
|
3
|
-
color: #
|
|
3
|
+
color: #9fe870;
|
|
4
4
|
color: var(--color-interactive-accent);
|
|
5
5
|
border: none;
|
|
6
6
|
background: none;
|
|
@@ -15,10 +15,11 @@
|
|
|
15
15
|
height: var(--size-24);
|
|
16
16
|
}
|
|
17
17
|
.np-close-button:hover {
|
|
18
|
-
color: #
|
|
18
|
+
color: #80e142;
|
|
19
19
|
color: var(--color-interactive-accent-hover);
|
|
20
20
|
}
|
|
21
21
|
.np-theme-personal .np-close-button {
|
|
22
|
+
color: #163300;
|
|
22
23
|
color: var(--color-interactive-primary);
|
|
23
24
|
height: 32px;
|
|
24
25
|
height: var(--size-32);
|
|
@@ -85,10 +86,14 @@
|
|
|
85
86
|
}
|
|
86
87
|
}
|
|
87
88
|
.np-theme-personal .np-close-button:not(.disabled):not(:disabled):hover {
|
|
89
|
+
color: #0d1f00;
|
|
88
90
|
color: var(--color-interactive-primary-hover);
|
|
91
|
+
background-color: rgba(22,51,0,0.12941);
|
|
89
92
|
background-color: var(--color-background-neutral-hover);
|
|
90
93
|
}
|
|
91
94
|
.np-theme-personal .np-close-button:not(.disabled):not(:disabled):active {
|
|
95
|
+
color: #0e0f0c;
|
|
92
96
|
color: var(--color-interactive-primary-active);
|
|
97
|
+
background-color: rgba(22,51,0,0.18039);
|
|
93
98
|
background-color: var(--color-background-neutral-active);
|
|
94
99
|
}
|
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
.np-theme-personal .critical-comms .alert-warning {
|
|
2
|
+
color: #ffffff;
|
|
2
3
|
color: var(--color-contrast-overlay);
|
|
4
|
+
background-color: #cb272f;
|
|
3
5
|
background-color: var(--color-sentiment-negative);
|
|
4
6
|
}
|
|
5
7
|
.np-theme-personal .critical-comms .alert-warning .np-text-title-body {
|
|
8
|
+
color: #ffffff;
|
|
6
9
|
color: var(--color-contrast-overlay);
|
|
7
10
|
}
|
|
8
11
|
.np-theme-personal .critical-comms .status-circle.warning {
|
|
@@ -10,6 +13,7 @@
|
|
|
10
13
|
background-color: var(--color-background-screen);
|
|
11
14
|
}
|
|
12
15
|
.np-theme-personal .critical-comms .status-circle.warning .status-icon {
|
|
16
|
+
color: #121511;
|
|
13
17
|
color: var(--color-contrast-theme);
|
|
14
18
|
}
|
|
15
19
|
.np-theme-personal .critical-comms .alert__message .alert__action {
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
background-color: inherit;
|
|
9
9
|
}
|
|
10
10
|
.tw-date-lookup-calendar > tbody > tr > td.weekend button {
|
|
11
|
-
color: #
|
|
11
|
+
color: #454745;
|
|
12
12
|
color: var(--color-content-secondary);
|
|
13
13
|
}
|
|
14
14
|
.tw-date-lookup-calendar > tbody > tr > td {
|
|
@@ -27,7 +27,6 @@
|
|
|
27
27
|
width: 100%;
|
|
28
28
|
padding: 4px 0;
|
|
29
29
|
padding: var(--size-4) 0;
|
|
30
|
-
color: #0097c7;
|
|
31
30
|
color: var(--color-content-accent);
|
|
32
31
|
border: transparent;
|
|
33
32
|
border-radius: 10px;
|
|
@@ -35,7 +34,7 @@
|
|
|
35
34
|
background-color: transparent;
|
|
36
35
|
font-weight: 600;
|
|
37
36
|
font-weight: var(--font-weight-semi-bold);
|
|
38
|
-
color: #
|
|
37
|
+
color: #0e0f0c;
|
|
39
38
|
color: var(--color-content-primary);
|
|
40
39
|
}
|
|
41
40
|
@media (max-width: 320px) {
|
|
@@ -65,10 +64,13 @@
|
|
|
65
64
|
}
|
|
66
65
|
.tw-date-lookup-calendar > tbody > tr > td:not(.disabled):not(:disabled) button.show-focus,
|
|
67
66
|
.tw-date-lookup-calendar > tbody > tr > td:hover button:not(.disabled):not(:disabled) {
|
|
67
|
+
background-color: rgba(22,51,0,0.07843);
|
|
68
68
|
background-color: var(--color-background-screen-hover);
|
|
69
69
|
}
|
|
70
70
|
.tw-date-lookup-calendar > tbody > tr > td:not(.disabled):not(:disabled) button.active {
|
|
71
|
+
background-color: #163300;
|
|
71
72
|
background-color: var(--color-interactive-primary);
|
|
73
|
+
color: #9fe870;
|
|
72
74
|
color: var(--color-interactive-contrast);
|
|
73
75
|
}
|
|
74
76
|
.tw-date-lookup-calendar abbr {
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
--Divider-border-style: solid;
|
|
5
5
|
--Divider-dash-length: 4px;
|
|
6
6
|
--Divider-dash-spacing: 4px;
|
|
7
|
-
border-top: 4px solid rgba(
|
|
7
|
+
border-top: 4px solid rgba(14,15,12,0.12157);
|
|
8
8
|
border-top: var(--Divider-border-width) var(--Divider-border-style) var(--Divider-border-color);
|
|
9
9
|
display: inline-block;
|
|
10
10
|
margin: 0;
|
|
@@ -16,41 +16,88 @@
|
|
|
16
16
|
}
|
|
17
17
|
}
|
|
18
18
|
.np-drawer .np-drawer-header {
|
|
19
|
+
display: flex;
|
|
20
|
+
align-items: center;
|
|
21
|
+
flex-wrap: nowrap;
|
|
19
22
|
min-height: 56px;
|
|
20
23
|
min-height: var(--size-56);
|
|
24
|
+
padding: 24px 16px;
|
|
25
|
+
padding: var(--size-24) var(--size-16);
|
|
26
|
+
}
|
|
27
|
+
.np-theme-personal .np-drawer .np-drawer-header {
|
|
21
28
|
padding: 24px;
|
|
22
29
|
padding: var(--size-24);
|
|
23
30
|
}
|
|
24
31
|
@media (max-width: 320px) {
|
|
25
|
-
.np-drawer .np-drawer-header {
|
|
32
|
+
.np-theme-personal .np-drawer .np-drawer-header {
|
|
26
33
|
padding: 16px;
|
|
27
34
|
padding: var(--size-16);
|
|
28
35
|
}
|
|
29
36
|
}
|
|
30
|
-
.np-drawer .np-drawer-
|
|
31
|
-
|
|
37
|
+
.np-theme-personal .np-drawer .np-drawer-header .np-close-button {
|
|
38
|
+
margin-top: calc(8px * -1);
|
|
39
|
+
margin-top: calc(var(--size-8) * -1);
|
|
40
|
+
margin-right: calc(8px * -1);
|
|
41
|
+
margin-right: calc(var(--size-8) * -1);
|
|
42
|
+
margin-bottom: calc(8px * -1);
|
|
43
|
+
margin-bottom: calc(var(--size-8) * -1);
|
|
44
|
+
}
|
|
45
|
+
.np-drawer .np-drawer-header.np-drawer-header--withborder {
|
|
46
|
+
box-shadow: inset 0 -1px 0 0 #e2e6e8;
|
|
47
|
+
}
|
|
48
|
+
.np-theme-personal .np-drawer .np-drawer-header.np-drawer-header--withborder {
|
|
49
|
+
box-shadow: inset 0 -1px 0 0 rgba(14,15,12,0.12157);
|
|
50
|
+
box-shadow: inset 0 -1px 0 0 var(--color-border-neutral);
|
|
51
|
+
}
|
|
52
|
+
.np-drawer .np-drawer-header .np-text-title-body {
|
|
53
|
+
margin-right: 16px;
|
|
54
|
+
margin-right: var(--size-16);
|
|
55
|
+
font-size: 1.125rem;
|
|
56
|
+
font-size: var(--font-size-18);
|
|
57
|
+
letter-spacing: -0.01em;
|
|
58
|
+
letter-spacing: var(--letter-spacing-negative-xs);
|
|
59
|
+
line-height: 1.5rem;
|
|
60
|
+
line-height: var(--line-height-24);
|
|
61
|
+
}
|
|
62
|
+
.np-drawer .np-drawer-header .np-close-button {
|
|
63
|
+
margin-left: auto;
|
|
64
|
+
}
|
|
65
|
+
.np-drawer .np-drawer-header .tw-icon {
|
|
66
|
+
display: block;
|
|
67
|
+
cursor: pointer;
|
|
68
|
+
fill: #00b9ff;
|
|
32
69
|
}
|
|
33
70
|
.np-drawer .np-drawer-content {
|
|
34
71
|
overflow-y: auto;
|
|
35
72
|
flex: 1;
|
|
73
|
+
}
|
|
74
|
+
.np-drawer .np-drawer-content .np-theme-personal {
|
|
36
75
|
background-color: transparent;
|
|
37
76
|
}
|
|
38
|
-
.np-drawer .np-drawer-footer
|
|
77
|
+
.np-drawer .np-drawer-footer,
|
|
78
|
+
.np-drawer .np-drawer-content {
|
|
39
79
|
padding: 16px;
|
|
40
80
|
padding: var(--size-16);
|
|
41
81
|
}
|
|
42
|
-
.np-drawer .np-drawer-
|
|
43
|
-
|
|
44
|
-
|
|
82
|
+
.np-drawer .np-drawer-footer {
|
|
83
|
+
box-shadow: inset 0 1px 0 0 #e2e6e8;
|
|
84
|
+
}
|
|
85
|
+
.np-theme-personal .np-drawer .np-drawer-footer {
|
|
86
|
+
box-shadow: inset 0 1px 0 0 rgba(14,15,12,0.12157);
|
|
87
|
+
box-shadow: inset 0 1px 0 0 var(--color-border-neutral);
|
|
45
88
|
}
|
|
46
89
|
@media (min-width: 768px) {
|
|
47
|
-
.np-drawer .np-drawer-header
|
|
48
|
-
|
|
90
|
+
.np-drawer .np-drawer-header {
|
|
91
|
+
padding: 32px 24px;
|
|
92
|
+
padding: var(--size-32) var(--size-24);
|
|
93
|
+
}
|
|
94
|
+
.np-theme-personal .np-drawer .np-drawer-header {
|
|
49
95
|
padding: 24px;
|
|
50
96
|
padding: var(--size-24);
|
|
51
97
|
}
|
|
98
|
+
.np-drawer .np-drawer-footer,
|
|
52
99
|
.np-drawer .np-drawer-content {
|
|
53
|
-
padding:
|
|
54
|
-
padding:
|
|
100
|
+
padding: 24px;
|
|
101
|
+
padding: var(--size-24);
|
|
55
102
|
}
|
|
56
103
|
}
|
|
@@ -4,28 +4,27 @@
|
|
|
4
4
|
font-style: normal;
|
|
5
5
|
}
|
|
6
6
|
.emphasis--important {
|
|
7
|
-
color: #
|
|
7
|
+
color: #0e0f0c;
|
|
8
8
|
color: var(--color-content-primary);
|
|
9
9
|
}
|
|
10
10
|
.emphasis--positive {
|
|
11
|
-
color: #008026;
|
|
12
11
|
color: var(--color-content-positive);
|
|
13
12
|
}
|
|
14
13
|
.np-theme-personal .emphasis--positive {
|
|
14
|
+
color: #054d28;
|
|
15
15
|
color: var(--color-sentiment-positive);
|
|
16
16
|
}
|
|
17
17
|
.emphasis--negative {
|
|
18
|
-
color: #cf2929;
|
|
19
18
|
color: var(--color-content-negative);
|
|
20
19
|
}
|
|
21
20
|
.np-theme-personal .emphasis--negative {
|
|
21
|
+
color: #cb272f;
|
|
22
22
|
color: var(--color-sentiment-negative);
|
|
23
23
|
}
|
|
24
24
|
.emphasis--warning {
|
|
25
|
-
color: #9a6500;
|
|
26
25
|
color: var(--color-content-warning);
|
|
27
26
|
}
|
|
28
27
|
.np-theme-personal .emphasis--warning {
|
|
29
|
-
color: #
|
|
28
|
+
color: #454745;
|
|
30
29
|
color: var(--color-content-secondary);
|
|
31
30
|
}
|
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
justify-content: right;
|
|
7
7
|
width: 100%;
|
|
8
8
|
transition: font-size 0.4s cubic-bezier(0.3, 0, 0.1, 1), height 0.4s cubic-bezier(0.3, 0, 0.1, 1), margin-top 0.4s cubic-bezier(0.3, 0, 0.1, 1), color 0.4s ease;
|
|
9
|
+
color: #163300;
|
|
9
10
|
color: var(--color-interactive-primary);
|
|
10
11
|
overflow: hidden;
|
|
11
12
|
margin-bottom: 0 !important;
|
|
@@ -40,6 +41,7 @@
|
|
|
40
41
|
width: 32px;
|
|
41
42
|
width: var(--size-32);
|
|
42
43
|
overflow: hidden;
|
|
44
|
+
color: #163300;
|
|
43
45
|
color: var(--color-interactive-primary);
|
|
44
46
|
margin-left: 8px;
|
|
45
47
|
margin-left: var(--size-8);
|
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
justify-content: right;
|
|
7
7
|
width: 100%;
|
|
8
8
|
transition: font-size 0.4s cubic-bezier(0.3, 0, 0.1, 1), height 0.4s cubic-bezier(0.3, 0, 0.1, 1), margin-top 0.4s cubic-bezier(0.3, 0, 0.1, 1), color 0.4s ease;
|
|
9
|
+
color: #163300;
|
|
9
10
|
color: var(--color-interactive-primary);
|
|
10
11
|
overflow: hidden;
|
|
11
12
|
margin-bottom: 0 !important;
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
}
|
|
5
5
|
.np-flow-navigation--border-bottom {
|
|
6
6
|
min-height: 96px;
|
|
7
|
-
border-bottom: 1px solid rgba(
|
|
7
|
+
border-bottom: 1px solid rgba(14,15,12,0.12157);
|
|
8
8
|
border-bottom: 1px solid var(--color-border-neutral);
|
|
9
9
|
}
|
|
10
10
|
.np-flow-navigation__content {
|
|
@@ -72,5 +72,6 @@ html:not([dir="rtl"]) .np-flow-navigation--sm .np-flow-navigation__stepper {
|
|
|
72
72
|
.np-theme-personal--forest-green .np-flow-navigation .np-flow-header__left path,
|
|
73
73
|
.np-theme-personal--bright-green .np-flow-navigation .np-flow-header__left path,
|
|
74
74
|
.np-theme-personal--dark .np-flow-navigation .np-flow-header__left path {
|
|
75
|
+
fill: #163300;
|
|
75
76
|
fill: var(--color-interactive-primary);
|
|
76
77
|
}
|
|
@@ -17,12 +17,12 @@
|
|
|
17
17
|
}
|
|
18
18
|
.np-header--group {
|
|
19
19
|
align-items: flex-end;
|
|
20
|
-
border-bottom: 1px solid rgba(
|
|
20
|
+
border-bottom: 1px solid rgba(14,15,12,0.12157);
|
|
21
21
|
border-bottom: 1px solid var(--color-border-neutral);
|
|
22
22
|
}
|
|
23
23
|
.np-header--group,
|
|
24
24
|
.np-header--group .np-header__title {
|
|
25
|
-
color: #
|
|
25
|
+
color: #454745;
|
|
26
26
|
color: var(--color-content-secondary);
|
|
27
27
|
}
|
|
28
28
|
.np-header__action {
|
|
@@ -2,81 +2,104 @@
|
|
|
2
2
|
border: none;
|
|
3
3
|
}
|
|
4
4
|
.np-icon-button-tertiary-default {
|
|
5
|
+
color: #163300;
|
|
5
6
|
color: var(--color-interactive-primary);
|
|
6
|
-
background-color: rgba(
|
|
7
|
+
background-color: rgba(22,51,0,0.07843);
|
|
7
8
|
background-color: var(--color-background-neutral);
|
|
8
9
|
}
|
|
9
10
|
.np-icon-button-tertiary-default:not(.disabled):not(:disabled):hover {
|
|
11
|
+
background-color: rgba(22,51,0,0.12941);
|
|
10
12
|
background-color: var(--color-background-neutral-hover);
|
|
11
13
|
}
|
|
12
14
|
.np-icon-button-tertiary-default:not(.disabled):not(:disabled):active {
|
|
15
|
+
background-color: rgba(22,51,0,0.18039);
|
|
13
16
|
background-color: var(--color-background-neutral-active);
|
|
14
17
|
}
|
|
15
18
|
.np-icon-button-primary-default {
|
|
19
|
+
color: #163300;
|
|
16
20
|
color: var(--color-interactive-control);
|
|
17
|
-
background-color: #
|
|
21
|
+
background-color: #9fe870;
|
|
18
22
|
background-color: var(--color-interactive-accent);
|
|
19
23
|
}
|
|
20
24
|
.np-icon-button-primary-default:not(.disabled):not(:disabled):hover {
|
|
21
|
-
background-color: #
|
|
25
|
+
background-color: #80e142;
|
|
22
26
|
background-color: var(--color-interactive-accent-hover);
|
|
23
27
|
}
|
|
24
28
|
.np-icon-button-primary-default:not(.disabled):not(:disabled):active {
|
|
25
|
-
background-color: #
|
|
29
|
+
background-color: #65cf21;
|
|
26
30
|
background-color: var(--color-interactive-accent-active);
|
|
27
31
|
}
|
|
28
32
|
.np-icon-button-primary-negative {
|
|
33
|
+
color: #ffffff;
|
|
29
34
|
color: var(--color-contrast-overlay);
|
|
35
|
+
background-color: #cb272f;
|
|
30
36
|
background-color: var(--color-sentiment-negative-primary);
|
|
31
37
|
}
|
|
32
38
|
.np-icon-button-primary-negative:not(.disabled):not(:disabled):hover {
|
|
39
|
+
background-color: #b8232b;
|
|
33
40
|
background-color: var(--color-sentiment-negative-primary-hover);
|
|
34
41
|
}
|
|
35
42
|
.np-icon-button-primary-negative:not(.disabled):not(:disabled):active {
|
|
43
|
+
background-color: #a72027;
|
|
36
44
|
background-color: var(--color-sentiment-negative-primary-active);
|
|
37
45
|
}
|
|
38
46
|
.np-theme-personal--bright-green .np-icon-button-primary-negative {
|
|
47
|
+
color: #ffffff;
|
|
39
48
|
color: var(--color-white);
|
|
40
49
|
}
|
|
41
50
|
.np-icon-button-minimal-default {
|
|
51
|
+
color: #163300;
|
|
42
52
|
color: var(--color-interactive-primary);
|
|
43
53
|
background-color: #ffffff;
|
|
44
54
|
background-color: var(--color-background-screen);
|
|
45
55
|
background-color: transparent;
|
|
46
56
|
}
|
|
47
57
|
.np-icon-button-minimal-default:not(.disabled):not(:disabled):hover {
|
|
58
|
+
background-color: rgba(22,51,0,0.07843);
|
|
48
59
|
background-color: var(--color-background-screen-hover);
|
|
49
60
|
}
|
|
50
61
|
.np-icon-button-minimal-default:not(.disabled):not(:disabled):active {
|
|
62
|
+
background-color: rgba(22,51,0,0.12941);
|
|
51
63
|
background-color: var(--color-background-screen-active);
|
|
52
64
|
}
|
|
53
65
|
.np-icon-button-secondary-default {
|
|
66
|
+
color: #163300;
|
|
54
67
|
color: var(--color-interactive-primary);
|
|
68
|
+
background-color: #e2f6d5;
|
|
55
69
|
background-color: var(--color-interactive-neutral);
|
|
56
70
|
}
|
|
57
71
|
.np-icon-button-secondary-default:not(.disabled):not(:disabled):hover {
|
|
72
|
+
background-color: #d3f2c0;
|
|
58
73
|
background-color: var(--color-interactive-neutral-hover);
|
|
59
74
|
}
|
|
60
75
|
.np-icon-button-secondary-default:not(.disabled):not(:disabled):active {
|
|
76
|
+
background-color: #c5edab;
|
|
61
77
|
background-color: var(--color-interactive-neutral-active);
|
|
62
78
|
}
|
|
63
79
|
.np-theme-personal--bright-green .np-icon-button-secondary-default,
|
|
64
80
|
.np-theme-personal--forest-green .np-icon-button-secondary-default {
|
|
81
|
+
color: #163300;
|
|
65
82
|
color: var(--color-interactive-control);
|
|
66
83
|
}
|
|
67
84
|
.np-icon-button-secondary-negative {
|
|
85
|
+
color: #cb272f;
|
|
68
86
|
color: var(--color-sentiment-negative-primary);
|
|
87
|
+
background-color: #fbeaea;
|
|
69
88
|
background-color: var(--color-sentiment-negative-secondary);
|
|
70
89
|
}
|
|
71
90
|
.np-icon-button-secondary-negative:not(.disabled):not(:disabled):hover {
|
|
91
|
+
background-color: #f9e1e1;
|
|
72
92
|
background-color: var(--color-sentiment-negative-secondary-hover);
|
|
73
93
|
}
|
|
74
94
|
.np-icon-button-secondary-negative:not(.disabled):not(:disabled):active {
|
|
95
|
+
background-color: #f8d8d8;
|
|
75
96
|
background-color: var(--color-sentiment-negative-secondary-active);
|
|
76
97
|
}
|
|
77
98
|
.np-theme-personal--bright-green .np-icon-button-secondary-negative {
|
|
99
|
+
color: #ffffff;
|
|
78
100
|
color: var(--color-white);
|
|
79
101
|
}
|
|
80
102
|
.np-theme-personal--forest-green .np-icon-button-secondary-negative {
|
|
103
|
+
color: #ffffff;
|
|
81
104
|
color: var(--color-contrast-overlay);
|
|
82
105
|
}
|
|
@@ -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: #0e0f0c;
|
|
13
13
|
color: var(--color-content-primary);
|
|
14
|
-
box-shadow: inset 0 0 0 1px #
|
|
14
|
+
box-shadow: inset 0 0 0 1px #868685;
|
|
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: #0e0f0c;
|
|
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: #6a6c6a;
|
|
147
147
|
color: var(--color-content-tertiary);
|
|
148
148
|
}
|
|
149
149
|
.np-input::placeholder {
|
|
150
|
-
color: #
|
|
150
|
+
color: #6a6c6a;
|
|
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: #868685;
|
|
19
19
|
color: var(--color-interactive-secondary);
|
|
20
20
|
transition-property: color, opacity;
|
|
21
21
|
transition-timing-function: ease-out;
|
|
@@ -26,10 +26,11 @@
|
|
|
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;
|
|
29
30
|
color: var(--color-interactive-primary);
|
|
30
31
|
}
|
|
31
32
|
.np-input-group:has( > :is(input,button,select):hover) .np-input-addon {
|
|
32
|
-
color: #
|
|
33
|
+
color: #6c6c6b;
|
|
33
34
|
color: var(--color-interactive-secondary-hover);
|
|
34
35
|
}
|
|
35
36
|
.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: #0e0f0c;
|
|
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: #0e0f0c;
|
|
91
91
|
color: var(--color-content-primary);
|
|
92
92
|
}
|
|
93
93
|
.np-bottom-sheet-v2-body {
|
|
94
|
-
color: #
|
|
94
|
+
color: #454745;
|
|
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: #0e0f0c;
|
|
145
145
|
color: var(--color-content-primary);
|
|
146
146
|
}
|
|
147
147
|
.np-popover-v2-content {
|
|
148
|
-
color: #
|
|
148
|
+
color: #454745;
|
|
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: #6a6c6a;
|
|
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: #6a6c6a;
|
|
187
187
|
color: var(--color-content-tertiary);
|
|
188
188
|
}
|
|
189
189
|
.np-select-input-query-container {
|
|
@@ -265,13 +265,14 @@
|
|
|
265
265
|
border-radius: var(--radius-small);
|
|
266
266
|
padding: 12px 16px;
|
|
267
267
|
padding: var(--size-12) var(--size-16);
|
|
268
|
+
color: #163300;
|
|
268
269
|
color: var(--color-interactive-primary);
|
|
269
270
|
}
|
|
270
271
|
.np-select-input-option-container:focus {
|
|
271
272
|
outline: none;
|
|
272
273
|
}
|
|
273
274
|
.np-select-input-option-container--active {
|
|
274
|
-
box-shadow: inset 0 0 0 1px #
|
|
275
|
+
box-shadow: inset 0 0 0 1px #868685;
|
|
275
276
|
box-shadow: inset 0 0 0 1px var(--color-interactive-secondary);
|
|
276
277
|
}
|
|
277
278
|
.np-select-input-option-container--disabled {
|
|
@@ -290,7 +291,7 @@
|
|
|
290
291
|
column-gap: 8px;
|
|
291
292
|
-moz-column-gap: var(--size-8);
|
|
292
293
|
column-gap: var(--size-8);
|
|
293
|
-
color: #
|
|
294
|
+
color: #0e0f0c;
|
|
294
295
|
color: var(--color-content-primary);
|
|
295
296
|
}
|
|
296
297
|
.np-select-input-option-content-icon {
|
|
@@ -306,7 +307,7 @@
|
|
|
306
307
|
overflow: hidden;
|
|
307
308
|
}
|
|
308
309
|
.np-select-input-option-content-text-secondary {
|
|
309
|
-
color: #
|
|
310
|
+
color: #454745;
|
|
310
311
|
color: var(--color-content-secondary);
|
|
311
312
|
}
|
|
312
313
|
.np-select-input-option-content-text-within-trigger {
|
|
@@ -350,11 +351,11 @@
|
|
|
350
351
|
}
|
|
351
352
|
.np-select-input-addon--interactive {
|
|
352
353
|
pointer-events: auto;
|
|
353
|
-
color: #
|
|
354
|
+
color: #868685;
|
|
354
355
|
color: var(--color-interactive-secondary);
|
|
355
356
|
}
|
|
356
357
|
.np-select-input-addon--interactive:hover {
|
|
357
|
-
color: #
|
|
358
|
+
color: #6c6c6b;
|
|
358
359
|
color: var(--color-interactive-secondary-hover);
|
|
359
360
|
}
|
|
360
361
|
.np-select-input-addon--interactive:focus {
|
|
@@ -367,6 +368,6 @@
|
|
|
367
368
|
.np-select-input-addon-separator {
|
|
368
369
|
height: 24px;
|
|
369
370
|
height: var(--size-24);
|
|
370
|
-
border-inline-start: 1px solid rgba(
|
|
371
|
+
border-inline-start: 1px solid rgba(14,15,12,0.12157);
|
|
371
372
|
border-inline-start: 1px solid var(--color-border-neutral);
|
|
372
373
|
}
|