@transferwise/components 0.0.0-experimental-433b018 → 0.0.0-experimental-642671c
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/main.css +1242 -1295
- package/build/styles/accordion/Accordion.css +19 -25
- package/build/styles/actionButton/ActionButton.css +6 -8
- package/build/styles/alert/Alert.css +2 -2
- package/build/styles/avatar/Avatar.css +65 -65
- package/build/styles/avatarLayout/AvatarLayout.css +11 -11
- package/build/styles/avatarView/AvatarView.css +3 -3
- package/build/styles/avatarView/Dot.css +3 -3
- package/build/styles/badge/Badge.css +10 -10
- package/build/styles/button/Button.css +6 -6
- package/build/styles/button/LegacyButton.css +7 -6
- package/build/styles/card/Card.css +16 -28
- package/build/styles/carousel/Carousel.css +27 -28
- package/build/styles/checkboxButton/CheckboxButton.css +13 -12
- package/build/styles/chips/Chip.css +27 -28
- package/build/styles/common/Option/Option.css +42 -43
- package/build/styles/common/baseCard/BaseCard.css +5 -5
- package/build/styles/common/bottomSheet/BottomSheet.css +18 -30
- package/build/styles/common/circle/Circle.css +10 -10
- package/build/styles/common/closeButton/CloseButton.css +36 -36
- package/build/styles/common/panel/Panel.css +7 -7
- package/build/styles/criticalBanner/CriticalCommsBanner.css +6 -6
- package/build/styles/dateInput/DateInput.css +4 -4
- package/build/styles/dateLookup/DateLookup.css +9 -10
- package/build/styles/dateLookup/dateTrigger/DateTrigger.css +13 -12
- package/build/styles/definitionList/DefinitionList.css +12 -11
- package/build/styles/dimmer/Dimmer.css +15 -13
- package/build/styles/divider/Divider.css +7 -8
- package/build/styles/drawer/Drawer.css +15 -16
- package/build/styles/dropFade/DropFade.css +2 -2
- package/build/styles/expressiveMoneyInput/ExpressiveMoneyInput.css +11 -11
- package/build/styles/expressiveMoneyInput/amountInput/AmountInput.css +4 -4
- package/build/styles/expressiveMoneyInput/chevron/Chevron.css +5 -5
- package/build/styles/field/Field.css +5 -5
- package/build/styles/flowNavigation/FlowNavigation.css +28 -29
- package/build/styles/flowNavigation/animatedLabel/AnimatedLabel.css +5 -5
- package/build/styles/header/Header.css +9 -11
- package/build/styles/image/Image.css +7 -7
- package/build/styles/info/Info.css +1 -1
- package/build/styles/inputs/Input.css +25 -24
- package/build/styles/inputs/InputGroup.css +9 -9
- package/build/styles/inputs/SelectInput.css +47 -54
- package/build/styles/inputs/TextArea.css +27 -26
- package/build/styles/instructionsList/InstructionsList.css +5 -5
- package/build/styles/legacylistItem/LegacyListItem.css +1 -1
- package/build/styles/link/Link.css +6 -5
- package/build/styles/listItem/ListItem.css +35 -38
- package/build/styles/listItem/ListItem.grid.css +7 -7
- package/build/styles/loader/Loader.css +30 -30
- package/build/styles/main.css +1242 -1295
- package/build/styles/modal/Modal.css +16 -17
- package/build/styles/moneyInput/MoneyInput.css +16 -14
- package/build/styles/navigationOption/NavigationOption.css +9 -9
- package/build/styles/navigationOptionsList/NavigationOptionsList.css +6 -5
- package/build/styles/nudge/Nudge.css +70 -72
- package/build/styles/overlayHeader/OverlayHeader.css +6 -7
- package/build/styles/phoneNumberInput/PhoneNumberInput.css +7 -6
- package/build/styles/popover/Popover.css +10 -13
- package/build/styles/progress/Progress.css +3 -3
- package/build/styles/progressBar/ProgressBar.css +4 -4
- package/build/styles/promoCard/PromoCard.css +35 -36
- package/build/styles/prompt/ActionPrompt/ActionPrompt.css +8 -8
- package/build/styles/prompt/InfoPrompt/InfoPrompt.css +7 -7
- package/build/styles/prompt/InlinePrompt/InlinePrompt.css +6 -5
- package/build/styles/prompt/PrimitivePrompt/PrimitivePrompt.css +6 -6
- package/build/styles/radioGroup/RadioGroup.css +1 -1
- package/build/styles/section/Section.css +6 -6
- package/build/styles/segmentedControl/SegmentedControl.css +15 -18
- package/build/styles/select/Select.css +76 -74
- package/build/styles/slidingPanel/SlidingPanel.css +21 -17
- package/build/styles/snackbar/Snackbar.css +27 -29
- package/build/styles/stepper/Stepper.css +8 -8
- package/build/styles/summary/Summary.css +26 -25
- package/build/styles/switch/Switch.css +4 -5
- package/build/styles/table/Table.css +57 -60
- package/build/styles/tabs/Tabs.css +14 -18
- package/build/styles/tile/Tile.css +12 -12
- package/build/styles/tooltip/Tooltip.css +2 -2
- package/build/styles/typeahead/Typeahead.css +48 -46
- package/build/styles/upload/Upload.css +10 -11
- package/build/styles/uploadInput/UploadInput.css +4 -4
- package/build/styles/uploadInput/uploadButton/UploadButton.css +19 -20
- package/build/styles/uploadInput/uploadItem/UploadItem.css +44 -45
- package/package.json +2 -2
- package/src/accordion/Accordion.css +19 -25
- package/src/accordion/Accordion.less +2 -2
- package/src/actionButton/ActionButton.css +6 -8
- package/src/alert/Alert.css +2 -2
- package/src/avatar/Avatar.css +65 -65
- package/src/avatarLayout/AvatarLayout.css +11 -11
- package/src/avatarView/AvatarView.css +3 -3
- package/src/avatarView/Dot.css +3 -3
- package/src/badge/Badge.css +10 -10
- package/src/button/Button.css +6 -6
- package/src/button/LegacyButton.css +7 -6
- package/src/card/Card.css +16 -28
- package/src/carousel/Carousel.css +27 -28
- package/src/checkboxButton/CheckboxButton.css +13 -12
- package/src/chips/Chip.css +27 -28
- package/src/common/Option/Option.css +42 -43
- package/src/common/baseCard/BaseCard.css +5 -5
- package/src/common/bottomSheet/BottomSheet.css +18 -30
- package/src/common/circle/Circle.css +10 -10
- package/src/common/closeButton/CloseButton.css +36 -36
- package/src/common/panel/Panel.css +7 -7
- package/src/criticalBanner/CriticalCommsBanner.css +6 -6
- package/src/dateInput/DateInput.css +4 -4
- package/src/dateLookup/DateLookup.css +9 -10
- package/src/dateLookup/dateTrigger/DateTrigger.css +13 -12
- package/src/definitionList/DefinitionList.css +12 -11
- package/src/dimmer/Dimmer.css +15 -13
- package/src/divider/Divider.css +7 -8
- package/src/drawer/Drawer.css +15 -16
- package/src/dropFade/DropFade.css +2 -2
- package/src/expressiveMoneyInput/ExpressiveMoneyInput.css +11 -11
- package/src/expressiveMoneyInput/amountInput/AmountInput.css +4 -4
- package/src/expressiveMoneyInput/chevron/Chevron.css +5 -5
- package/src/field/Field.css +5 -5
- package/src/flowNavigation/FlowNavigation.css +28 -29
- package/src/flowNavigation/animatedLabel/AnimatedLabel.css +5 -5
- package/src/header/Header.css +9 -11
- package/src/image/Image.css +7 -7
- package/src/info/Info.css +1 -1
- package/src/inputs/Input.css +25 -24
- package/src/inputs/InputGroup.css +9 -9
- package/src/inputs/SelectInput.css +47 -54
- package/src/inputs/TextArea.css +27 -26
- package/src/instructionsList/InstructionsList.css +5 -5
- package/src/legacylistItem/LegacyListItem.css +1 -1
- package/src/link/Link.css +6 -5
- package/src/listItem/ListItem.css +35 -38
- package/src/listItem/ListItem.grid.css +7 -7
- package/src/loader/Loader.css +30 -30
- package/src/main.css +1242 -1295
- package/src/modal/Modal.css +16 -17
- package/src/moneyInput/MoneyInput.css +16 -14
- package/src/navigationOption/NavigationOption.css +9 -9
- package/src/navigationOptionsList/NavigationOptionsList.css +6 -5
- package/src/nudge/Nudge.css +70 -72
- package/src/overlayHeader/OverlayHeader.css +6 -7
- package/src/phoneNumberInput/PhoneNumberInput.css +7 -6
- package/src/popover/Popover.css +10 -13
- package/src/progress/Progress.css +3 -3
- package/src/progressBar/ProgressBar.css +4 -4
- package/src/promoCard/PromoCard.css +35 -36
- package/src/prompt/ActionPrompt/ActionPrompt.css +8 -8
- package/src/prompt/InfoPrompt/InfoPrompt.css +7 -7
- package/src/prompt/InlinePrompt/InlinePrompt.css +6 -5
- package/src/prompt/PrimitivePrompt/PrimitivePrompt.css +6 -6
- package/src/radioGroup/RadioGroup.css +1 -1
- package/src/section/Section.css +6 -6
- package/src/segmentedControl/SegmentedControl.css +15 -18
- package/src/select/Select.css +76 -74
- package/src/slidingPanel/SlidingPanel.css +21 -17
- package/src/snackbar/Snackbar.css +27 -29
- package/src/stepper/Stepper.css +8 -8
- package/src/summary/Summary.css +26 -25
- package/src/switch/Switch.css +4 -5
- package/src/table/Table.css +57 -60
- package/src/tabs/Tabs.css +14 -18
- package/src/tile/Tile.css +12 -12
- package/src/tooltip/Tooltip.css +2 -2
- package/src/typeahead/Typeahead.css +48 -46
- package/src/upload/Upload.css +10 -11
- package/src/uploadInput/UploadInput.css +4 -4
- package/src/uploadInput/uploadButton/UploadButton.css +19 -20
- package/src/uploadInput/uploadItem/UploadItem.css +44 -45
|
@@ -26,11 +26,11 @@
|
|
|
26
26
|
.np-panel__arrow,
|
|
27
27
|
.np-panel__arrow::before {
|
|
28
28
|
position: absolute;
|
|
29
|
-
|
|
30
|
-
|
|
29
|
+
width: 14px;
|
|
30
|
+
height: 14px;
|
|
31
31
|
}
|
|
32
32
|
.np-panel__arrow::before {
|
|
33
|
-
|
|
33
|
+
left: 0;
|
|
34
34
|
content: "";
|
|
35
35
|
transform: rotate(45deg);
|
|
36
36
|
background: #ffffff;
|
|
@@ -40,25 +40,25 @@
|
|
|
40
40
|
transform: translateY(10px) scale(0.95);
|
|
41
41
|
}
|
|
42
42
|
.np-panel[data-popper-placement^="top"] > .np-panel__content .np-panel__arrow {
|
|
43
|
-
|
|
43
|
+
bottom: -6px;
|
|
44
44
|
}
|
|
45
45
|
.np-panel[data-popper-placement^="right"] > .np-panel__content {
|
|
46
46
|
transform: translateX(-10px) scale(0.95);
|
|
47
47
|
}
|
|
48
48
|
.np-panel[data-popper-placement^="right"] > .np-panel__content .np-panel__arrow {
|
|
49
|
-
|
|
49
|
+
left: -6px;
|
|
50
50
|
}
|
|
51
51
|
.np-panel[data-popper-placement^="bottom"] > .np-panel__content {
|
|
52
52
|
transform: translateY(-10px) scale(0.95);
|
|
53
53
|
}
|
|
54
54
|
.np-panel[data-popper-placement^="bottom"] > .np-panel__content .np-panel__arrow {
|
|
55
|
-
|
|
55
|
+
top: -6px;
|
|
56
56
|
}
|
|
57
57
|
.np-panel[data-popper-placement^="left"] > .np-panel__content {
|
|
58
58
|
transform: translateX(10px) scale(0.95);
|
|
59
59
|
}
|
|
60
60
|
.np-panel[data-popper-placement^="left"] > .np-panel__content .np-panel__arrow {
|
|
61
|
-
|
|
61
|
+
right: -6px;
|
|
62
62
|
}
|
|
63
63
|
.np-theme-personal .np-panel__content {
|
|
64
64
|
border-radius: 16px;
|
|
@@ -13,8 +13,8 @@
|
|
|
13
13
|
color: var(--color-contrast-theme);
|
|
14
14
|
}
|
|
15
15
|
.np-theme-personal .critical-comms .alert__message .alert__action {
|
|
16
|
-
margin-
|
|
17
|
-
margin-
|
|
16
|
+
margin-top: 16px;
|
|
17
|
+
margin-top: var(--size-16);
|
|
18
18
|
}
|
|
19
19
|
.np-theme-personal .critical-comms .wds-Button {
|
|
20
20
|
--Button-background: var(--color-contrast-overlay);
|
|
@@ -26,11 +26,11 @@
|
|
|
26
26
|
flex-direction: row;
|
|
27
27
|
justify-content: space-between;
|
|
28
28
|
align-items: center;
|
|
29
|
-
|
|
29
|
+
width: 100%;
|
|
30
30
|
}
|
|
31
31
|
.np-theme-personal .critical-comms .alert-warning .alert__message .alert__action {
|
|
32
|
-
margin-
|
|
33
|
-
margin-
|
|
34
|
-
margin-
|
|
32
|
+
margin-top: 0;
|
|
33
|
+
margin-left: 16px;
|
|
34
|
+
margin-left: var(--padding-small);
|
|
35
35
|
}
|
|
36
36
|
}
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
.tw-date label {
|
|
2
|
-
|
|
2
|
+
width: 100%;
|
|
3
3
|
}
|
|
4
4
|
.tw-date .tw-date--year label {
|
|
5
|
-
margin-
|
|
5
|
+
margin-bottom: 0;
|
|
6
6
|
}
|
|
7
7
|
.tw-date .tw-date--year,
|
|
8
8
|
.tw-date .tw-date--month,
|
|
9
9
|
.tw-date .tw-date--day {
|
|
10
|
-
margin-
|
|
10
|
+
margin-bottom: 0;
|
|
11
11
|
}
|
|
12
12
|
@media (min-width: 576px) {
|
|
13
13
|
.np-theme-personal .tw-date label {
|
|
14
|
-
margin-
|
|
14
|
+
margin-bottom: 0;
|
|
15
15
|
}
|
|
16
16
|
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
.tw-date-lookup-menu {
|
|
2
|
-
|
|
2
|
+
width: 400px;
|
|
3
3
|
}
|
|
4
4
|
.tw-date-lookup-calendar {
|
|
5
|
-
min-
|
|
5
|
+
min-width: 300px;
|
|
6
6
|
text-align: center;
|
|
7
7
|
table-layout: fixed;
|
|
8
8
|
background-color: inherit;
|
|
@@ -24,10 +24,9 @@
|
|
|
24
24
|
padding: 1px;
|
|
25
25
|
}
|
|
26
26
|
.tw-date-lookup-calendar > tbody > tr > td button {
|
|
27
|
-
|
|
28
|
-
padding
|
|
29
|
-
padding
|
|
30
|
-
padding-inline: 0;
|
|
27
|
+
width: 100%;
|
|
28
|
+
padding: 4px 0;
|
|
29
|
+
padding: var(--size-4) 0;
|
|
31
30
|
color: #0097c7;
|
|
32
31
|
color: var(--color-content-accent);
|
|
33
32
|
border: transparent;
|
|
@@ -45,14 +44,14 @@
|
|
|
45
44
|
}
|
|
46
45
|
}
|
|
47
46
|
.tw-date-lookup-calendar > tbody > tr > td button.tw-date-lookup-day-option {
|
|
48
|
-
|
|
49
|
-
|
|
47
|
+
height: 40px;
|
|
48
|
+
height: var(--size-40);
|
|
50
49
|
border-radius: 9999px;
|
|
51
50
|
border-radius: var(--radius-full);
|
|
52
51
|
line-height: 40px;
|
|
53
52
|
line-height: var(--size-40);
|
|
54
|
-
|
|
55
|
-
|
|
53
|
+
width: 40px;
|
|
54
|
+
width: var(--size-40);
|
|
56
55
|
padding: 0;
|
|
57
56
|
display: inline-flex;
|
|
58
57
|
align-items: center;
|
|
@@ -2,27 +2,28 @@
|
|
|
2
2
|
overflow: hidden;
|
|
3
3
|
text-overflow: ellipsis;
|
|
4
4
|
white-space: nowrap;
|
|
5
|
-
|
|
5
|
+
width: 100%;
|
|
6
6
|
}
|
|
7
7
|
.np-theme-personal .np-date-trigger {
|
|
8
|
-
padding-
|
|
9
|
-
padding-
|
|
8
|
+
padding-left: 16px;
|
|
9
|
+
padding-left: var(--size-16);
|
|
10
10
|
}
|
|
11
11
|
.clear-btn {
|
|
12
12
|
position: absolute;
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
13
|
+
top: 8px;
|
|
14
|
+
top: var(--size-8);
|
|
15
|
+
right: 8px;
|
|
16
|
+
right: var(--size-8);
|
|
17
17
|
}
|
|
18
18
|
[dir="rtl"] .clear-btn {
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
19
|
+
left: 8px;
|
|
20
|
+
left: var(--size-8);
|
|
21
|
+
right: auto;
|
|
22
|
+
right: initial;
|
|
22
23
|
}
|
|
23
24
|
.clear-btn--sm {
|
|
24
|
-
|
|
25
|
+
top: 0;
|
|
25
26
|
}
|
|
26
27
|
.clear-btn--lg {
|
|
27
|
-
|
|
28
|
+
top: 20px;
|
|
28
29
|
}
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
flex-shrink: 0;
|
|
8
8
|
}
|
|
9
9
|
.tw-definition-list__button {
|
|
10
|
-
margin-
|
|
10
|
+
margin-top: -50%;
|
|
11
11
|
}
|
|
12
12
|
@media (max-width: 576px) {
|
|
13
13
|
.tw-definition-list--right-aligned-desktop {
|
|
@@ -22,28 +22,29 @@
|
|
|
22
22
|
flex-wrap: wrap;
|
|
23
23
|
}
|
|
24
24
|
.tw-definition-list.tw-definition-list--columns .tw-definition-list__item {
|
|
25
|
-
|
|
25
|
+
width: 50%;
|
|
26
26
|
}
|
|
27
27
|
.tw-definition-list.tw-definition-list--horizontal .tw-definition-list__item {
|
|
28
28
|
display: flex;
|
|
29
29
|
}
|
|
30
30
|
.tw-definition-list.tw-definition-list--horizontal .tw-definition-list__item dt {
|
|
31
31
|
flex: 1;
|
|
32
|
-
min-
|
|
33
|
-
max-
|
|
34
|
-
margin-
|
|
35
|
-
margin-
|
|
32
|
+
min-width: 150px;
|
|
33
|
+
max-width: 30%;
|
|
34
|
+
margin-right: 8px;
|
|
35
|
+
margin-right: var(--size-8);
|
|
36
36
|
}
|
|
37
37
|
[dir="rtl"] .tw-definition-list.tw-definition-list--horizontal .tw-definition-list__item dt {
|
|
38
|
-
margin-
|
|
39
|
-
margin-
|
|
40
|
-
margin-
|
|
38
|
+
margin-left: 8px;
|
|
39
|
+
margin-left: var(--size-8);
|
|
40
|
+
margin-right: 0;
|
|
41
|
+
margin-right: initial;
|
|
41
42
|
}
|
|
42
43
|
.tw-definition-list.tw-definition-list--horizontal .tw-definition-list__item dd {
|
|
43
44
|
flex: 1;
|
|
44
45
|
align-items: center;
|
|
45
|
-
margin-
|
|
46
|
-
margin-
|
|
46
|
+
margin-bottom: 8px;
|
|
47
|
+
margin-bottom: var(--size-8);
|
|
47
48
|
}
|
|
48
49
|
}
|
|
49
50
|
.np-theme-personal .tw-definition-list dt {
|
|
@@ -4,25 +4,27 @@
|
|
|
4
4
|
.dimmer {
|
|
5
5
|
position: fixed;
|
|
6
6
|
z-index: 1050;
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
7
|
+
top: 0;
|
|
8
|
+
right: 0;
|
|
9
|
+
bottom: 0;
|
|
10
|
+
left: 0;
|
|
11
|
+
width: 100vw;
|
|
12
|
+
height: 100vh;
|
|
13
|
+
height: 100dvh;
|
|
14
14
|
transition: background-color cubic-bezier(0, 0.94, 0.62, 1) 350ms;
|
|
15
15
|
}
|
|
16
16
|
.dimmer--scrollable {
|
|
17
17
|
overflow-y: auto;
|
|
18
18
|
}
|
|
19
19
|
[dir="rtl"] .dimmer {
|
|
20
|
-
|
|
21
|
-
|
|
20
|
+
left: 0;
|
|
21
|
+
right: auto;
|
|
22
|
+
right: initial;
|
|
22
23
|
}
|
|
23
24
|
[dir="rtl"] .dimmer {
|
|
24
|
-
|
|
25
|
-
|
|
25
|
+
right: 0;
|
|
26
|
+
left: auto;
|
|
27
|
+
left: initial;
|
|
26
28
|
}
|
|
27
29
|
.dimmer.dimmer--enter-done {
|
|
28
30
|
background: rgba(0, 0, 0, 0.4);
|
|
@@ -57,11 +59,11 @@
|
|
|
57
59
|
opacity: 0;
|
|
58
60
|
}
|
|
59
61
|
.dimmer-content-positioner {
|
|
60
|
-
min-
|
|
62
|
+
min-height: 100%;
|
|
61
63
|
pointer-events: none;
|
|
62
64
|
}
|
|
63
65
|
:not(.dimmer--scrollable) > .dimmer-content-positioner {
|
|
64
|
-
|
|
66
|
+
height: 100%;
|
|
65
67
|
}
|
|
66
68
|
.dimmer-content-positioner > * {
|
|
67
69
|
pointer-events: all;
|
|
@@ -4,20 +4,19 @@
|
|
|
4
4
|
--Divider-border-style: solid;
|
|
5
5
|
--Divider-dash-length: 4px;
|
|
6
6
|
--Divider-dash-spacing: 4px;
|
|
7
|
-
border-
|
|
8
|
-
border-
|
|
9
|
-
border-block-start: var(--Divider-border-width) var(--Divider-border-style) var(--Divider-border-color);
|
|
7
|
+
border-top: 4px solid rgba(0,0,0,0.10196);
|
|
8
|
+
border-top: var(--Divider-border-width) var(--Divider-border-style) var(--Divider-border-color);
|
|
10
9
|
display: inline-block;
|
|
11
10
|
margin: 0;
|
|
12
11
|
padding: 0;
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
12
|
+
height: 4px;
|
|
13
|
+
height: var(--Divider-border-width);
|
|
14
|
+
width: 100%;
|
|
16
15
|
}
|
|
17
16
|
.wds-Divider--content {
|
|
18
|
-
border-
|
|
17
|
+
border-top: none;
|
|
19
18
|
background: repeating-linear-gradient(to right, var(--Divider-border-color), var(--Divider-border-color) var(--Divider-dash-length), transparent var(--Divider-dash-length), transparent calc(var(--Divider-dash-length) + var(--Divider-dash-spacing)));
|
|
20
|
-
|
|
19
|
+
height: var(--Divider-border-width);
|
|
21
20
|
}
|
|
22
21
|
.wds-Divider--content,
|
|
23
22
|
.wds-Divider--subsection {
|
|
@@ -2,21 +2,22 @@
|
|
|
2
2
|
display: flex;
|
|
3
3
|
flex-direction: column;
|
|
4
4
|
justify-content: space-between;
|
|
5
|
-
|
|
6
|
-
max-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
max-
|
|
10
|
-
max-
|
|
5
|
+
width: 100vw;
|
|
6
|
+
max-width: 600px;
|
|
7
|
+
height: 100vh;
|
|
8
|
+
height: 100dvh;
|
|
9
|
+
max-height: 100vh;
|
|
10
|
+
max-height: 100dvh;
|
|
11
11
|
}
|
|
12
12
|
@media (max-width: 770px) {
|
|
13
13
|
.np-drawer {
|
|
14
|
-
max-
|
|
14
|
+
max-width: none;
|
|
15
|
+
max-width: initial;
|
|
15
16
|
}
|
|
16
17
|
}
|
|
17
18
|
.np-drawer .np-drawer-header {
|
|
18
|
-
min-
|
|
19
|
-
min-
|
|
19
|
+
min-height: 56px;
|
|
20
|
+
min-height: var(--size-56);
|
|
20
21
|
padding: 24px;
|
|
21
22
|
padding: var(--size-24);
|
|
22
23
|
}
|
|
@@ -27,7 +28,7 @@
|
|
|
27
28
|
}
|
|
28
29
|
}
|
|
29
30
|
.np-drawer .np-drawer-title {
|
|
30
|
-
max-
|
|
31
|
+
max-width: 85%;
|
|
31
32
|
}
|
|
32
33
|
.np-drawer .np-drawer-content {
|
|
33
34
|
overflow-y: auto;
|
|
@@ -39,9 +40,8 @@
|
|
|
39
40
|
padding: var(--size-16);
|
|
40
41
|
}
|
|
41
42
|
.np-drawer .np-drawer-content {
|
|
42
|
-
padding
|
|
43
|
-
padding
|
|
44
|
-
padding-inline: var(--size-16);
|
|
43
|
+
padding: 0 16px;
|
|
44
|
+
padding: 0 var(--size-16);
|
|
45
45
|
}
|
|
46
46
|
@media (min-width: 768px) {
|
|
47
47
|
.np-drawer .np-drawer-header,
|
|
@@ -50,8 +50,7 @@
|
|
|
50
50
|
padding: var(--size-24);
|
|
51
51
|
}
|
|
52
52
|
.np-drawer .np-drawer-content {
|
|
53
|
-
padding
|
|
54
|
-
padding
|
|
55
|
-
padding-inline: var(--size-24);
|
|
53
|
+
padding: 0 24px;
|
|
54
|
+
padding: 0 var(--size-24);
|
|
56
55
|
}
|
|
57
56
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
.np-dropfade-enter {
|
|
3
3
|
opacity: 0;
|
|
4
4
|
overflow: hidden;
|
|
5
|
-
|
|
5
|
+
height: 0;
|
|
6
6
|
}
|
|
7
7
|
.np-dropfade-enter-active {
|
|
8
8
|
transition: height 150ms ease-in, opacity 150ms ease-in 150ms;
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
.np-dropfade-enter-done,
|
|
12
12
|
.np-dropfade-exit {
|
|
13
13
|
opacity: 1;
|
|
14
|
-
|
|
14
|
+
height: auto;
|
|
15
15
|
}
|
|
16
16
|
.np-dropfade-exit-active {
|
|
17
17
|
transition: opacity 150ms ease-in, height 150ms ease-in 150ms;
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
.wds-amount-input-container {
|
|
2
|
-
|
|
2
|
+
width: 100%;
|
|
3
3
|
}
|
|
4
4
|
.wds-amount-input-input-container {
|
|
5
5
|
display: flex;
|
|
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
9
|
color: var(--color-interactive-primary);
|
|
10
10
|
overflow: hidden;
|
|
11
|
-
margin-
|
|
11
|
+
margin-bottom: 0 !important;
|
|
12
12
|
}
|
|
13
13
|
@media (prefers-reduced-motion: reduce) {
|
|
14
14
|
.wds-amount-input-input-container {
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
border: none;
|
|
20
20
|
outline: none;
|
|
21
21
|
flex-grow: 1;
|
|
22
|
-
text-align:
|
|
22
|
+
text-align: right;
|
|
23
23
|
background-color: transparent;
|
|
24
24
|
}
|
|
25
25
|
.wds-amount-input-input:focus-visible {
|
|
@@ -37,21 +37,21 @@
|
|
|
37
37
|
mix-blend-mode: initial !important;
|
|
38
38
|
}
|
|
39
39
|
.wds-chevron-container {
|
|
40
|
-
|
|
41
|
-
|
|
40
|
+
width: 32px;
|
|
41
|
+
width: var(--size-32);
|
|
42
42
|
overflow: hidden;
|
|
43
43
|
color: var(--color-interactive-primary);
|
|
44
|
-
margin-
|
|
45
|
-
margin-
|
|
44
|
+
margin-left: 8px;
|
|
45
|
+
margin-left: var(--size-8);
|
|
46
46
|
transition: width 0.3s ease;
|
|
47
47
|
}
|
|
48
48
|
.wds-chevron-hidden {
|
|
49
|
-
|
|
49
|
+
width: 0;
|
|
50
50
|
}
|
|
51
51
|
.wds-expressive-money-input-currency-selector {
|
|
52
52
|
flex-shrink: 0;
|
|
53
|
-
margin-
|
|
54
|
-
margin-
|
|
53
|
+
margin-right: 24px;
|
|
54
|
+
margin-right: var(--size-24);
|
|
55
55
|
}
|
|
56
56
|
.wds-expressive-money-input-chevron {
|
|
57
57
|
transform: translateY(-5%);
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
.wds-amount-input-container {
|
|
2
|
-
|
|
2
|
+
width: 100%;
|
|
3
3
|
}
|
|
4
4
|
.wds-amount-input-input-container {
|
|
5
5
|
display: flex;
|
|
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
9
|
color: var(--color-interactive-primary);
|
|
10
10
|
overflow: hidden;
|
|
11
|
-
margin-
|
|
11
|
+
margin-bottom: 0 !important;
|
|
12
12
|
}
|
|
13
13
|
@media (prefers-reduced-motion: reduce) {
|
|
14
14
|
.wds-amount-input-input-container {
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
border: none;
|
|
20
20
|
outline: none;
|
|
21
21
|
flex-grow: 1;
|
|
22
|
-
text-align:
|
|
22
|
+
text-align: right;
|
|
23
23
|
background-color: transparent;
|
|
24
24
|
}
|
|
25
25
|
.wds-amount-input-input:focus-visible {
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
.wds-chevron-container {
|
|
2
|
-
|
|
3
|
-
|
|
2
|
+
width: 32px;
|
|
3
|
+
width: var(--size-32);
|
|
4
4
|
overflow: hidden;
|
|
5
5
|
color: var(--color-interactive-primary);
|
|
6
|
-
margin-
|
|
7
|
-
margin-
|
|
6
|
+
margin-left: 8px;
|
|
7
|
+
margin-left: var(--size-8);
|
|
8
8
|
transition: width 0.3s ease;
|
|
9
9
|
}
|
|
10
10
|
.wds-chevron-hidden {
|
|
11
|
-
|
|
11
|
+
width: 0;
|
|
12
12
|
}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
.np-field-control,
|
|
2
2
|
.np-field__prompt {
|
|
3
|
-
margin-
|
|
4
|
-
margin-
|
|
3
|
+
margin-top: 4px;
|
|
4
|
+
margin-top: var(--size-4);
|
|
5
5
|
}
|
|
6
6
|
.np-field .form-group--typeahead[class],
|
|
7
7
|
.np-field .np-checkbox-label[class] {
|
|
8
|
-
margin-
|
|
8
|
+
margin-bottom: 0;
|
|
9
9
|
}
|
|
10
10
|
.np-field:has(.wds-radio-group) .np-field__prompt {
|
|
11
|
-
margin-
|
|
12
|
-
margin-
|
|
11
|
+
margin-top: 12px;
|
|
12
|
+
margin-top: var(--size-12);
|
|
13
13
|
}
|
|
@@ -1,71 +1,70 @@
|
|
|
1
1
|
.np-flow-navigation {
|
|
2
|
-
|
|
3
|
-
min-
|
|
2
|
+
width: 100%;
|
|
3
|
+
min-height: 97px;
|
|
4
4
|
}
|
|
5
5
|
.np-flow-navigation--border-bottom {
|
|
6
|
-
min-
|
|
7
|
-
border-
|
|
8
|
-
border-
|
|
9
|
-
border-block-end: 1px solid var(--color-border-neutral);
|
|
6
|
+
min-height: 96px;
|
|
7
|
+
border-bottom: 1px solid rgba(0,0,0,0.10196);
|
|
8
|
+
border-bottom: 1px solid var(--color-border-neutral);
|
|
10
9
|
}
|
|
11
10
|
.np-flow-navigation__content {
|
|
12
|
-
|
|
13
|
-
min-
|
|
14
|
-
max-
|
|
11
|
+
width: 100%;
|
|
12
|
+
min-width: 320px;
|
|
13
|
+
max-width: 1164px;
|
|
15
14
|
}
|
|
16
15
|
.np-flow-navigation__stepper {
|
|
17
|
-
padding-
|
|
16
|
+
padding-bottom: 0 !important;
|
|
18
17
|
}
|
|
19
18
|
[dir="rtl"] .np-flow-navigation__stepper {
|
|
20
|
-
padding-
|
|
19
|
+
padding-right: 0 !important;
|
|
21
20
|
}
|
|
22
21
|
html:not([dir="rtl"]) .np-flow-navigation__stepper {
|
|
23
|
-
padding-
|
|
22
|
+
padding-left: 0 !important;
|
|
24
23
|
}
|
|
25
24
|
[dir="rtl"] .np-flow-navigation__stepper {
|
|
26
|
-
padding-
|
|
25
|
+
padding-left: 0 !important;
|
|
27
26
|
}
|
|
28
27
|
html:not([dir="rtl"]) .np-flow-navigation__stepper {
|
|
29
|
-
padding-
|
|
28
|
+
padding-right: 0 !important;
|
|
30
29
|
}
|
|
31
30
|
.np-flow-navigation--xs-max .np-flow-navigation__stepper .tw-stepper-steps {
|
|
32
31
|
display: none;
|
|
33
32
|
}
|
|
34
33
|
.np-flow-navigation--xs-max .np-flow-navigation__stepper .progress {
|
|
35
|
-
margin-
|
|
34
|
+
margin-bottom: 0;
|
|
36
35
|
}
|
|
37
36
|
.np-flow-navigation--xs-max .np-animated-label {
|
|
38
|
-
|
|
37
|
+
height: auto;
|
|
39
38
|
}
|
|
40
39
|
.np-flow-navigation--xs-max .np-animated-label .tw-icon-chevron-down {
|
|
41
|
-
margin-
|
|
42
|
-
margin-
|
|
40
|
+
margin-left: 4px;
|
|
41
|
+
margin-left: var(--size-4);
|
|
43
42
|
}
|
|
44
43
|
.np-flow-navigation--sm .np-flow-navigation__stepper {
|
|
45
|
-
min-
|
|
44
|
+
min-height: 56px;
|
|
46
45
|
}
|
|
47
46
|
[dir="rtl"] .np-flow-navigation--sm .np-flow-navigation__stepper {
|
|
48
|
-
padding-
|
|
49
|
-
padding-
|
|
47
|
+
padding-right: 24px !important;
|
|
48
|
+
padding-right: var(--size-24) !important;
|
|
50
49
|
}
|
|
51
50
|
html:not([dir="rtl"]) .np-flow-navigation--sm .np-flow-navigation__stepper {
|
|
52
|
-
padding-
|
|
53
|
-
padding-
|
|
51
|
+
padding-left: 24px !important;
|
|
52
|
+
padding-left: var(--size-24) !important;
|
|
54
53
|
}
|
|
55
54
|
[dir="rtl"] .np-flow-navigation--sm .np-flow-navigation__stepper {
|
|
56
|
-
padding-
|
|
57
|
-
padding-
|
|
55
|
+
padding-left: 24px !important;
|
|
56
|
+
padding-left: var(--size-24) !important;
|
|
58
57
|
}
|
|
59
58
|
html:not([dir="rtl"]) .np-flow-navigation--sm .np-flow-navigation__stepper {
|
|
60
|
-
padding-
|
|
61
|
-
padding-
|
|
59
|
+
padding-right: 24px !important;
|
|
60
|
+
padding-right: var(--size-24) !important;
|
|
62
61
|
}
|
|
63
62
|
.np-flow-navigation--lg .np-flow-navigation__stepper {
|
|
64
|
-
max-
|
|
63
|
+
max-width: 562px;
|
|
65
64
|
}
|
|
66
65
|
.np-flow-navigation--lg .np-flow-header__left,
|
|
67
66
|
.np-flow-navigation--lg .np-flow-header__right {
|
|
68
|
-
|
|
67
|
+
width: 180px;
|
|
69
68
|
}
|
|
70
69
|
.np-flow-navigation--hidden {
|
|
71
70
|
visibility: hidden;
|
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
.np-animated-label {
|
|
2
|
-
|
|
2
|
+
height: 24px;
|
|
3
3
|
overflow: hidden;
|
|
4
4
|
position: relative;
|
|
5
|
-
padding-
|
|
5
|
+
padding-top: 1px;
|
|
6
6
|
}
|
|
7
7
|
.np-animated-label > * {
|
|
8
|
-
|
|
8
|
+
height: 0;
|
|
9
9
|
opacity: 0;
|
|
10
10
|
position: absolute;
|
|
11
11
|
transform: translateX(-8px);
|
|
12
12
|
transition: all 0.3s ease-in;
|
|
13
13
|
}
|
|
14
14
|
.np-animated-label--active {
|
|
15
|
-
|
|
15
|
+
height: auto;
|
|
16
16
|
opacity: 1;
|
|
17
17
|
position: relative;
|
|
18
|
-
|
|
18
|
+
top: auto;
|
|
19
19
|
transform: translateX(0);
|
|
20
20
|
transition: all 0.3s ease-in 0.3s;
|
|
21
21
|
}
|
|
@@ -8,19 +8,17 @@
|
|
|
8
8
|
-moz-column-gap: var(--size-24);
|
|
9
9
|
column-gap: var(--size-24);
|
|
10
10
|
align-items: center;
|
|
11
|
-
margin-
|
|
12
|
-
margin-
|
|
13
|
-
max-
|
|
14
|
-
padding
|
|
15
|
-
padding
|
|
16
|
-
|
|
17
|
-
inline-size: 100%;
|
|
11
|
+
margin-bottom: 8px;
|
|
12
|
+
margin-bottom: var(--size-8);
|
|
13
|
+
max-width: 100%;
|
|
14
|
+
padding: 8px 0;
|
|
15
|
+
padding: var(--size-8) 0;
|
|
16
|
+
width: 100%;
|
|
18
17
|
}
|
|
19
18
|
.np-header--group {
|
|
20
19
|
align-items: flex-end;
|
|
21
|
-
border-
|
|
22
|
-
border-
|
|
23
|
-
border-block-end: 1px solid var(--color-border-neutral);
|
|
20
|
+
border-bottom: 1px solid rgba(0,0,0,0.10196);
|
|
21
|
+
border-bottom: 1px solid var(--color-border-neutral);
|
|
24
22
|
}
|
|
25
23
|
.np-header--group,
|
|
26
24
|
.np-header--group .np-header__title {
|
|
@@ -29,7 +27,7 @@
|
|
|
29
27
|
}
|
|
30
28
|
.np-header__action {
|
|
31
29
|
margin: 0;
|
|
32
|
-
|
|
30
|
+
height: 20px;
|
|
33
31
|
display: flex;
|
|
34
32
|
align-items: center;
|
|
35
33
|
}
|