@transferwise/components 0.0.0-experimental-d07c802 → 0.0.0-experimental-efa0479
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/index.esm.js +1 -1
- package/build/index.esm.js.map +1 -1
- package/build/index.js +1 -1
- package/build/index.js.map +1 -1
- package/build/main.css +1 -5510
- package/build/styles/accordion/Accordion.css +1 -60
- package/build/styles/actionButton/ActionButton.css +1 -53
- package/build/styles/avatar/Avatar.css +1 -205
- package/build/styles/badge/Badge.css +1 -68
- package/build/styles/button/Button.css +1 -20
- package/build/styles/card/Card.css +1 -100
- package/build/styles/checkboxButton/CheckboxButton.css +1 -24
- package/build/styles/chips/Chip.css +1 -190
- package/build/styles/circularButton/CircularButton.css +1 -211
- package/build/styles/common/Option/Option.css +1 -100
- package/build/styles/common/RadioButton/RadioButton.css +1 -4
- package/build/styles/common/bottomSheet/BottomSheet.css +1 -53
- package/build/styles/common/card/Card.css +1 -53
- package/build/styles/common/closeButton/CloseButton.css +1 -79
- package/build/styles/common/panel/Panel.css +1 -73
- package/build/styles/criticalBanner/CriticalCommsBanner.css +1 -77
- package/build/styles/dateInput/DateInput.css +1 -3
- package/build/styles/dateLookup/DateLookup.css +1 -98
- package/build/styles/dateLookup/dateTrigger/DateTrigger.css +1 -68
- package/build/styles/decision/Decision.css +1 -93
- package/build/styles/definitionList/DefinitionList.css +1 -53
- package/build/styles/dimmer/Dimmer.css +1 -70
- package/build/styles/drawer/Drawer.css +1 -100
- package/build/styles/dropFade/DropFade.css +1 -19
- package/build/styles/dynamicFieldDefinitionList/FormattedValue/FormattedValue.css +1 -5
- package/build/styles/emphasis/Emphasis.css +1 -31
- package/build/styles/flowNavigation/FlowNavigation.css +1 -72
- package/build/styles/flowNavigation/animatedLabel/AnimatedLabel.css +1 -21
- package/build/styles/flowNavigation/backButton/BackButton.css +1 -32
- package/build/styles/header/Header.css +1 -28
- package/build/styles/image/Image.css +1 -13
- package/build/styles/info/Info.css +1 -32
- package/build/styles/inputs/Input.css +1 -106
- package/build/styles/inputs/InputGroup.css +1 -62
- package/build/styles/inputs/SelectInput.css +1 -374
- package/build/styles/inputs/TextArea.css +1 -110
- package/build/styles/instructionsList/InstructionsList.css +1 -22
- package/build/styles/link/Link.css +1 -15
- package/build/styles/listItem/ListItem.css +1 -6
- package/build/styles/loader/Loader.css +1 -313
- package/build/styles/logo/Logo.css +1 -26
- package/build/styles/main.css +1 -5510
- package/build/styles/modal/Modal.css +1 -155
- package/build/styles/moneyInput/MoneyInput.css +1 -66
- package/build/styles/navigationOption/NavigationOption.css +1 -69
- package/build/styles/navigationOptionsList/NavigationOptionsList.css +1 -13
- package/build/styles/nudge/Nudge.css +1 -182
- package/build/styles/overlayHeader/OverlayHeader.css +1 -15
- package/build/styles/phoneNumberInput/PhoneNumberInput.css +1 -23
- package/build/styles/popover/Popover.css +1 -43
- package/build/styles/progress/Progress.css +1 -43
- package/build/styles/progressBar/ProgressBar.css +1 -14
- package/build/styles/promoCard/PromoCard.css +1 -186
- package/build/styles/section/Section.css +1 -10
- package/build/styles/select/Select.css +1 -314
- package/build/styles/slidingPanel/SlidingPanel.css +1 -105
- package/build/styles/snackbar/Snackbar.css +1 -93
- package/build/styles/statusIcon/StatusIcon.css +1 -78
- package/build/styles/stepper/Stepper.css +1 -108
- package/build/styles/summary/Summary.css +1 -81
- package/build/styles/switch/Switch.css +1 -68
- package/build/styles/tabs/Tabs.css +1 -121
- package/build/styles/tile/Tile.css +1 -55
- package/build/styles/tooltip/Tooltip.css +1 -50
- package/build/styles/typeahead/Typeahead.css +1 -183
- package/build/styles/typeahead/typeaheadOption/TypeaheadOption.css +1 -9
- package/build/styles/upload/Upload.css +1 -15
- package/build/styles/uploadInput/UploadInput.css +1 -71
- package/build/styles/uploadInput/uploadButton/UploadButton.css +1 -49
- package/build/styles/uploadInput/uploadItem/UploadItem.css +1 -74
- package/build/types/typeahead/typeaheadOption/TypeaheadOption.d.ts.map +1 -1
- package/package.json +4 -4
- package/src/accordion/Accordion.css +1 -60
- package/src/actionButton/ActionButton.css +1 -53
- package/src/avatar/Avatar.css +1 -205
- package/src/badge/Badge.css +1 -68
- package/src/button/Button.css +1 -20
- package/src/card/Card.css +1 -100
- package/src/checkboxButton/CheckboxButton.css +1 -24
- package/src/chips/Chip.css +1 -190
- package/src/circularButton/CircularButton.css +1 -211
- package/src/common/Option/Option.css +1 -100
- package/src/common/RadioButton/RadioButton.css +1 -4
- package/src/common/bottomSheet/BottomSheet.css +1 -53
- package/src/common/card/Card.css +1 -53
- package/src/common/closeButton/CloseButton.css +1 -79
- package/src/common/panel/Panel.css +1 -73
- package/src/criticalBanner/CriticalCommsBanner.css +1 -77
- package/src/dateInput/DateInput.css +1 -3
- package/src/dateLookup/DateLookup.css +1 -98
- package/src/dateLookup/dateTrigger/DateTrigger.css +1 -68
- package/src/decision/Decision.css +1 -93
- package/src/definitionList/DefinitionList.css +1 -53
- package/src/dimmer/Dimmer.css +1 -70
- package/src/drawer/Drawer.css +1 -100
- package/src/dropFade/DropFade.css +1 -19
- package/src/dynamicFieldDefinitionList/FormattedValue/FormattedValue.css +1 -5
- package/src/emphasis/Emphasis.css +1 -31
- package/src/flowNavigation/FlowNavigation.css +1 -72
- package/src/flowNavigation/animatedLabel/AnimatedLabel.css +1 -21
- package/src/flowNavigation/backButton/BackButton.css +1 -32
- package/src/header/Header.css +1 -28
- package/src/image/Image.css +1 -13
- package/src/info/Info.css +1 -32
- package/src/inputs/Input.css +1 -106
- package/src/inputs/InputGroup.css +1 -62
- package/src/inputs/SelectInput.css +1 -374
- package/src/inputs/TextArea.css +1 -110
- package/src/instructionsList/InstructionsList.css +1 -22
- package/src/link/Link.css +1 -15
- package/src/listItem/ListItem.css +1 -6
- package/src/loader/Loader.css +1 -313
- package/src/logo/Logo.css +1 -26
- package/src/main.css +1 -5510
- package/src/modal/Modal.css +1 -155
- package/src/moneyInput/MoneyInput.css +1 -66
- package/src/navigationOption/NavigationOption.css +1 -69
- package/src/navigationOptionsList/NavigationOptionsList.css +1 -13
- package/src/nudge/Nudge.css +1 -182
- package/src/overlayHeader/OverlayHeader.css +1 -15
- package/src/phoneNumberInput/PhoneNumberInput.css +1 -23
- package/src/popover/Popover.css +1 -43
- package/src/progress/Progress.css +1 -43
- package/src/progressBar/ProgressBar.css +1 -14
- package/src/promoCard/PromoCard.css +1 -186
- package/src/section/Section.css +1 -10
- package/src/select/Select.css +1 -314
- package/src/slidingPanel/SlidingPanel.css +1 -105
- package/src/snackbar/Snackbar.css +1 -93
- package/src/statusIcon/StatusIcon.css +1 -78
- package/src/stepper/Stepper.css +1 -108
- package/src/summary/Summary.css +1 -81
- package/src/switch/Switch.css +1 -68
- package/src/tabs/Tabs.css +1 -121
- package/src/tile/Tile.css +1 -55
- package/src/tooltip/Tooltip.css +1 -50
- package/src/typeahead/Typeahead.css +1 -183
- package/src/typeahead/typeaheadOption/TypeaheadOption.css +1 -9
- package/src/typeahead/typeaheadOption/TypeaheadOption.js +3 -1
- package/src/upload/Upload.css +1 -15
- package/src/uploadInput/UploadInput.css +1 -71
- package/src/uploadInput/uploadButton/UploadButton.css +1 -49
- package/src/uploadInput/uploadItem/UploadItem.css +1 -74
|
@@ -1,98 +1 @@
|
|
|
1
|
-
.tw-date-lookup-menu {
|
|
2
|
-
width: 400px;
|
|
3
|
-
}
|
|
4
|
-
.tw-date-lookup-calendar {
|
|
5
|
-
min-width: 300px;
|
|
6
|
-
text-align: center;
|
|
7
|
-
table-layout: fixed;
|
|
8
|
-
background-color: inherit;
|
|
9
|
-
}
|
|
10
|
-
.tw-date-lookup-calendar > tbody > tr > td.weekend button {
|
|
11
|
-
color: #5d7079;
|
|
12
|
-
color: var(--color-content-secondary);
|
|
13
|
-
}
|
|
14
|
-
.tw-date-lookup-calendar > tbody > tr > td {
|
|
15
|
-
padding: 4px;
|
|
16
|
-
padding: var(--size-4);
|
|
17
|
-
}
|
|
18
|
-
@media (max-width: 320px) {
|
|
19
|
-
.tw-date-lookup-calendar > tbody > tr > td {
|
|
20
|
-
padding: 0;
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
.tw-date-lookup-calendar > tbody > tr > td:has(.tw-date-lookup-day-option) {
|
|
24
|
-
padding: 1px;
|
|
25
|
-
}
|
|
26
|
-
.tw-date-lookup-calendar > tbody > tr > td button {
|
|
27
|
-
width: 100%;
|
|
28
|
-
padding: 4px 0;
|
|
29
|
-
padding: var(--size-4) 0;
|
|
30
|
-
color: #0097c7;
|
|
31
|
-
color: var(--color-content-accent);
|
|
32
|
-
border: transparent;
|
|
33
|
-
border-radius: 10px;
|
|
34
|
-
border-radius: var(--radius-small);
|
|
35
|
-
background-color: transparent;
|
|
36
|
-
font-weight: 600;
|
|
37
|
-
font-weight: var(--font-weight-semi-bold);
|
|
38
|
-
color: #37517e;
|
|
39
|
-
color: var(--color-content-primary);
|
|
40
|
-
}
|
|
41
|
-
@media (max-width: 320px) {
|
|
42
|
-
.tw-date-lookup-calendar > tbody > tr > td button {
|
|
43
|
-
padding: 0;
|
|
44
|
-
}
|
|
45
|
-
}
|
|
46
|
-
.tw-date-lookup-calendar > tbody > tr > td button.tw-date-lookup-day-option {
|
|
47
|
-
height: 40px;
|
|
48
|
-
height: var(--size-40);
|
|
49
|
-
border-radius: 9999px;
|
|
50
|
-
border-radius: var(--radius-full);
|
|
51
|
-
line-height: 40px;
|
|
52
|
-
line-height: var(--size-40);
|
|
53
|
-
width: 40px;
|
|
54
|
-
width: var(--size-40);
|
|
55
|
-
padding: 0;
|
|
56
|
-
display: inline-flex;
|
|
57
|
-
align-items: center;
|
|
58
|
-
justify-content: center;
|
|
59
|
-
}
|
|
60
|
-
.tw-date-lookup-calendar > tbody > tr > td button.tw-date-lookup-day-option.today {
|
|
61
|
-
-webkit-text-decoration: underline;
|
|
62
|
-
text-decoration: underline;
|
|
63
|
-
text-decoration-thickness: 2px;
|
|
64
|
-
text-underline-offset: 4px;
|
|
65
|
-
}
|
|
66
|
-
.tw-date-lookup-calendar > tbody > tr > td:not(.disabled):not(:disabled) button.show-focus,
|
|
67
|
-
.tw-date-lookup-calendar > tbody > tr > td:hover button:not(.disabled):not(:disabled) {
|
|
68
|
-
background-color: var(--color-background-screen-hover);
|
|
69
|
-
}
|
|
70
|
-
.tw-date-lookup-calendar > tbody > tr > td:not(.disabled):not(:disabled) button.active {
|
|
71
|
-
background-color: var(--color-interactive-primary);
|
|
72
|
-
color: var(--color-interactive-contrast);
|
|
73
|
-
}
|
|
74
|
-
.tw-date-lookup-calendar abbr {
|
|
75
|
-
-webkit-text-decoration: none;
|
|
76
|
-
text-decoration: none;
|
|
77
|
-
}
|
|
78
|
-
.tw-date-lookup-header-current-container {
|
|
79
|
-
display: inline;
|
|
80
|
-
}
|
|
81
|
-
.np-theme-personal.tw-date-lookup-menu .table-bordered,
|
|
82
|
-
.np-theme-personal .tw-date-lookup-menu .table-bordered {
|
|
83
|
-
border: none;
|
|
84
|
-
}
|
|
85
|
-
.np-theme-personal.tw-date-lookup-menu thead,
|
|
86
|
-
.np-theme-personal .tw-date-lookup-menu thead {
|
|
87
|
-
background-color: transparent;
|
|
88
|
-
background-color: initial;
|
|
89
|
-
}
|
|
90
|
-
.np-theme-personal.tw-date-lookup-menu td,
|
|
91
|
-
.np-theme-personal .tw-date-lookup-menu td {
|
|
92
|
-
border: none;
|
|
93
|
-
}
|
|
94
|
-
.np-theme-personal.tw-date-lookup-menu .tw-date-lookup-header-current,
|
|
95
|
-
.np-theme-personal .tw-date-lookup-menu .tw-date-lookup-header-current {
|
|
96
|
-
color: #37517e;
|
|
97
|
-
color: var(--color-content-primary);
|
|
98
|
-
}
|
|
1
|
+
.tw-date-lookup-menu{width:400px}.tw-date-lookup-calendar{background-color:inherit;min-width:300px;table-layout:fixed;text-align:center}.tw-date-lookup-calendar>tbody>tr>td.weekend button{color:#5d7079;color:var(--color-content-secondary)}.tw-date-lookup-calendar>tbody>tr>td{padding:4px;padding:var(--size-4)}@media (max-width:320px){.tw-date-lookup-calendar>tbody>tr>td{padding:0}}.tw-date-lookup-calendar>tbody>tr>td:has(.tw-date-lookup-day-option){padding:1px}.tw-date-lookup-calendar>tbody>tr>td button{background-color:transparent;border:transparent;border-radius:10px;border-radius:var(--radius-small);color:#0097c7;color:var(--color-content-accent);color:#37517e;color:var(--color-content-primary);font-weight:600;font-weight:var(--font-weight-semi-bold);padding:4px 0;padding:var(--size-4) 0;width:100%}@media (max-width:320px){.tw-date-lookup-calendar>tbody>tr>td button{padding:0}}.tw-date-lookup-calendar>tbody>tr>td button.tw-date-lookup-day-option{align-items:center;border-radius:9999px;border-radius:var(--radius-full);display:inline-flex;height:40px;height:var(--size-40);justify-content:center;line-height:40px;line-height:var(--size-40);padding:0;width:40px;width:var(--size-40)}.tw-date-lookup-calendar>tbody>tr>td button.tw-date-lookup-day-option.today{text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:4px}.tw-date-lookup-calendar>tbody>tr>td:hover button:not(.disabled,:disabled),.tw-date-lookup-calendar>tbody>tr>td:not(.disabled,:disabled) button.show-focus{background-color:var(--color-background-screen-hover)}.tw-date-lookup-calendar>tbody>tr>td:not(.disabled,:disabled) button.active{background-color:var(--color-interactive-primary);color:var(--color-interactive-contrast)}.tw-date-lookup-calendar abbr{text-decoration:none}.tw-date-lookup-header-current-container{display:inline}.np-theme-personal .tw-date-lookup-menu .table-bordered,.np-theme-personal.tw-date-lookup-menu .table-bordered{border:none}.np-theme-personal .tw-date-lookup-menu thead,.np-theme-personal.tw-date-lookup-menu thead{background-color:unset}.np-theme-personal .tw-date-lookup-menu td,.np-theme-personal.tw-date-lookup-menu td{border:none}.np-theme-personal .tw-date-lookup-menu .tw-date-lookup-header-current,.np-theme-personal.tw-date-lookup-menu .tw-date-lookup-header-current{color:#37517e;color:var(--color-content-primary)}
|
|
@@ -1,68 +1 @@
|
|
|
1
|
-
.np-date-trigger {
|
|
2
|
-
overflow: hidden;
|
|
3
|
-
text-overflow: ellipsis;
|
|
4
|
-
white-space: nowrap;
|
|
5
|
-
width: 100%;
|
|
6
|
-
}
|
|
7
|
-
.np-date-trigger .control-label {
|
|
8
|
-
font-weight: 400;
|
|
9
|
-
font-weight: var(--font-weight-regular);
|
|
10
|
-
}
|
|
11
|
-
.np-theme-personal .np-date-trigger {
|
|
12
|
-
padding-left: 16px;
|
|
13
|
-
padding-left: var(--size-16);
|
|
14
|
-
}
|
|
15
|
-
.np-theme-personal .np-date-trigger .control-label + span {
|
|
16
|
-
font-weight: 400;
|
|
17
|
-
font-weight: var(--font-weight-regular);
|
|
18
|
-
}
|
|
19
|
-
.clear-btn {
|
|
20
|
-
transition: color 0.15s ease-in-out;
|
|
21
|
-
color: #c9cbce;
|
|
22
|
-
color: var(--color-interactive-secondary);
|
|
23
|
-
position: absolute;
|
|
24
|
-
top: 16px;
|
|
25
|
-
top: var(--size-16);
|
|
26
|
-
right: 16px;
|
|
27
|
-
right: var(--size-16);
|
|
28
|
-
}
|
|
29
|
-
[dir="rtl"] .clear-btn {
|
|
30
|
-
left: 16px;
|
|
31
|
-
left: var(--size-16);
|
|
32
|
-
right: auto;
|
|
33
|
-
right: initial;
|
|
34
|
-
}
|
|
35
|
-
.np-theme-personal .clear-btn {
|
|
36
|
-
top: 8px;
|
|
37
|
-
top: var(--size-8);
|
|
38
|
-
right: 8px;
|
|
39
|
-
right: var(--size-8);
|
|
40
|
-
}
|
|
41
|
-
[dir="rtl"] .np-theme-personal .clear-btn {
|
|
42
|
-
left: 8px;
|
|
43
|
-
left: var(--size-8);
|
|
44
|
-
right: auto;
|
|
45
|
-
right: initial;
|
|
46
|
-
}
|
|
47
|
-
.clear-btn--sm {
|
|
48
|
-
top: 8px;
|
|
49
|
-
top: var(--size-8);
|
|
50
|
-
}
|
|
51
|
-
.np-theme-personal .clear-btn--sm {
|
|
52
|
-
top: 0;
|
|
53
|
-
}
|
|
54
|
-
.clear-btn--lg {
|
|
55
|
-
top: 28px;
|
|
56
|
-
}
|
|
57
|
-
.np-theme-personal .clear-btn--lg {
|
|
58
|
-
top: 20px;
|
|
59
|
-
}
|
|
60
|
-
.clear-btn:not(.disabled):not(:disabled):hover,
|
|
61
|
-
.clear-btn:not(.disabled):not(:disabled):focus {
|
|
62
|
-
color: #d03238;
|
|
63
|
-
color: var(--color-interactive-negative-hover);
|
|
64
|
-
}
|
|
65
|
-
.clear-btn:not(.disabled):not(:disabled):active {
|
|
66
|
-
color: #bf1e2c;
|
|
67
|
-
color: var(--color-interactive-negative-active);
|
|
68
|
-
}
|
|
1
|
+
.np-date-trigger{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.np-date-trigger .control-label{font-weight:400;font-weight:var(--font-weight-regular)}.np-theme-personal .np-date-trigger{padding-left:16px;padding-left:var(--size-16)}.np-theme-personal .np-date-trigger .control-label+span{font-weight:400;font-weight:var(--font-weight-regular)}.clear-btn{color:#c9cbce;color:var(--color-interactive-secondary);position:absolute;right:16px;right:var(--size-16);top:16px;top:var(--size-16);transition:color .15s ease-in-out}[dir=rtl] .clear-btn{left:16px;left:var(--size-16);right:auto}.np-theme-personal .clear-btn{right:8px;right:var(--size-8);top:8px;top:var(--size-8)}[dir=rtl] .np-theme-personal .clear-btn{left:8px;left:var(--size-8);right:auto}.clear-btn--sm{top:8px;top:var(--size-8)}.np-theme-personal .clear-btn--sm{top:0}.clear-btn--lg{top:28px}.np-theme-personal .clear-btn--lg{top:20px}.clear-btn:not(.disabled,:disabled):focus,.clear-btn:not(.disabled,:disabled):hover{color:#d03238;color:var(--color-interactive-negative-hover)}.clear-btn:not(.disabled,:disabled):active{color:#bf1e2c;color:var(--color-interactive-negative-active)}
|
|
@@ -1,93 +1 @@
|
|
|
1
|
-
.np-decision .decision {
|
|
2
|
-
display: flex;
|
|
3
|
-
}
|
|
4
|
-
.np-decision__tile--small + .np-decision__tile--small {
|
|
5
|
-
margin-left: 16px;
|
|
6
|
-
margin-left: var(--size-16);
|
|
7
|
-
}
|
|
8
|
-
[dir="rtl"] .np-decision__tile--small + .np-decision__tile--small {
|
|
9
|
-
margin-right: 16px;
|
|
10
|
-
margin-right: var(--size-16);
|
|
11
|
-
margin-left: 0;
|
|
12
|
-
margin-left: initial;
|
|
13
|
-
}
|
|
14
|
-
.np-decision.np-decision--grid .np-decision__tile--small {
|
|
15
|
-
margin-left: 0;
|
|
16
|
-
margin-bottom: 16px !important;
|
|
17
|
-
margin-bottom: var(--size-16) !important;
|
|
18
|
-
}
|
|
19
|
-
[dir="rtl"] .np-decision.np-decision--grid .np-decision__tile--small {
|
|
20
|
-
margin-right: 0;
|
|
21
|
-
margin-left: 0;
|
|
22
|
-
margin-left: initial;
|
|
23
|
-
}
|
|
24
|
-
.np-decision.np-decision--grid .np-decision__tile--small:not(:last-of-type) {
|
|
25
|
-
margin-right: 16px;
|
|
26
|
-
margin-right: var(--size-16);
|
|
27
|
-
}
|
|
28
|
-
[dir="rtl"] .np-decision.np-decision--grid .np-decision__tile--small:not(:last-of-type) {
|
|
29
|
-
margin-left: 16px;
|
|
30
|
-
margin-left: var(--size-16);
|
|
31
|
-
margin-right: 0;
|
|
32
|
-
margin-right: initial;
|
|
33
|
-
}
|
|
34
|
-
.np-decision__tile + .np-decision__tile {
|
|
35
|
-
margin-left: 24px;
|
|
36
|
-
margin-left: var(--size-24);
|
|
37
|
-
}
|
|
38
|
-
[dir="rtl"] .np-decision__tile + .np-decision__tile {
|
|
39
|
-
margin-right: 24px;
|
|
40
|
-
margin-right: var(--size-24);
|
|
41
|
-
margin-left: 0;
|
|
42
|
-
margin-left: initial;
|
|
43
|
-
}
|
|
44
|
-
.np-decision .np-text-title-subsection {
|
|
45
|
-
margin-bottom: 0;
|
|
46
|
-
}
|
|
47
|
-
.np-decision__tile--small .np-text-title-subsection {
|
|
48
|
-
font-size: 1rem;
|
|
49
|
-
font-size: var(--font-size-16);
|
|
50
|
-
line-height: 1.2;
|
|
51
|
-
line-height: var(--line-height-title);
|
|
52
|
-
margin-bottom: 0;
|
|
53
|
-
}
|
|
54
|
-
.np-decision.np-decision--grid .np-decision__tile {
|
|
55
|
-
margin-left: 0;
|
|
56
|
-
margin-bottom: 24px !important;
|
|
57
|
-
margin-bottom: var(--size-24) !important;
|
|
58
|
-
}
|
|
59
|
-
[dir="rtl"] .np-decision.np-decision--grid .np-decision__tile {
|
|
60
|
-
margin-right: 0;
|
|
61
|
-
margin-left: 0;
|
|
62
|
-
margin-left: initial;
|
|
63
|
-
}
|
|
64
|
-
.np-decision.np-decision--grid .np-decision__tile:not(:last-of-type) {
|
|
65
|
-
margin-right: 24px;
|
|
66
|
-
margin-right: var(--size-24);
|
|
67
|
-
}
|
|
68
|
-
[dir="rtl"] .np-decision.np-decision--grid .np-decision__tile:not(:last-of-type) {
|
|
69
|
-
margin-left: 24px;
|
|
70
|
-
margin-left: var(--size-24);
|
|
71
|
-
margin-right: 0;
|
|
72
|
-
margin-right: initial;
|
|
73
|
-
}
|
|
74
|
-
.np-decision.np-decision--grid .np-size-swapper {
|
|
75
|
-
margin-right: calc(0 - 24px);
|
|
76
|
-
margin-right: calc(0 - var(--size-24));
|
|
77
|
-
}
|
|
78
|
-
[dir="rtl"] .np-decision.np-decision--grid .np-size-swapper {
|
|
79
|
-
margin-left: calc(0 - 24px);
|
|
80
|
-
margin-left: calc(0 - var(--size-24));
|
|
81
|
-
margin-right: 0;
|
|
82
|
-
margin-right: initial;
|
|
83
|
-
}
|
|
84
|
-
.np-decision.np-decision--grid.np-decision--small .np-size-swapper {
|
|
85
|
-
margin-right: calc(0 - 16px);
|
|
86
|
-
margin-right: calc(0 - var(--size-16));
|
|
87
|
-
}
|
|
88
|
-
[dir="rtl"] .np-decision.np-decision--grid.np-decision--small .np-size-swapper {
|
|
89
|
-
margin-left: calc(0 - 16px);
|
|
90
|
-
margin-left: calc(0 - var(--size-16));
|
|
91
|
-
margin-right: 0;
|
|
92
|
-
margin-right: initial;
|
|
93
|
-
}
|
|
1
|
+
.np-decision .decision{display:flex}.np-decision__tile--small+.np-decision__tile--small{margin-left:16px;margin-left:var(--size-16)}[dir=rtl] .np-decision__tile--small+.np-decision__tile--small{margin-left:0;margin-right:16px;margin-right:var(--size-16)}.np-decision.np-decision--grid .np-decision__tile--small{margin-bottom:16px!important;margin-bottom:var(--size-16)!important;margin-left:0}[dir=rtl] .np-decision.np-decision--grid .np-decision__tile--small{margin-left:0;margin-right:0}.np-decision.np-decision--grid .np-decision__tile--small:not(:last-of-type){margin-right:16px;margin-right:var(--size-16)}[dir=rtl] .np-decision.np-decision--grid .np-decision__tile--small:not(:last-of-type){margin-left:16px;margin-left:var(--size-16);margin-right:0}.np-decision__tile+.np-decision__tile{margin-left:24px;margin-left:var(--size-24)}[dir=rtl] .np-decision__tile+.np-decision__tile{margin-left:0;margin-right:24px;margin-right:var(--size-24)}.np-decision .np-text-title-subsection{margin-bottom:0}.np-decision__tile--small .np-text-title-subsection{font-size:1rem;font-size:var(--font-size-16);line-height:1.2;line-height:var(--line-height-title);margin-bottom:0}.np-decision.np-decision--grid .np-decision__tile{margin-bottom:24px!important;margin-bottom:var(--size-24)!important;margin-left:0}[dir=rtl] .np-decision.np-decision--grid .np-decision__tile{margin-left:0;margin-right:0}.np-decision.np-decision--grid .np-decision__tile:not(:last-of-type){margin-right:24px;margin-right:var(--size-24)}[dir=rtl] .np-decision.np-decision--grid .np-decision__tile:not(:last-of-type){margin-left:24px;margin-left:var(--size-24);margin-right:0}.np-decision.np-decision--grid .np-size-swapper{margin-right:-24px;margin-right:calc(0 - var(--size-24))}[dir=rtl] .np-decision.np-decision--grid .np-size-swapper{margin-left:-24px;margin-left:calc(0 - var(--size-24));margin-right:0}.np-decision.np-decision--grid.np-decision--small .np-size-swapper{margin-right:-16px;margin-right:calc(0 - var(--size-16))}[dir=rtl] .np-decision.np-decision--grid.np-decision--small .np-size-swapper{margin-left:-16px;margin-left:calc(0 - var(--size-16));margin-right:0}
|
|
@@ -1,53 +1 @@
|
|
|
1
|
-
.tw-definition-list__item dd {
|
|
2
|
-
word-break: break-all;
|
|
3
|
-
word-break: break-word;
|
|
4
|
-
}
|
|
5
|
-
.tw-definition-list__action {
|
|
6
|
-
align-self: center;
|
|
7
|
-
flex-shrink: 0;
|
|
8
|
-
}
|
|
9
|
-
.tw-definition-list__button {
|
|
10
|
-
margin-top: -50%;
|
|
11
|
-
}
|
|
12
|
-
@media (max-width: 576px) {
|
|
13
|
-
.tw-definition-list--right-aligned-desktop {
|
|
14
|
-
justify-content: space-between;
|
|
15
|
-
}
|
|
16
|
-
}
|
|
17
|
-
@media (min-width: 576px) {
|
|
18
|
-
.tw-definition-list--right-aligned-desktop {
|
|
19
|
-
justify-content: flex-end;
|
|
20
|
-
}
|
|
21
|
-
.tw-definition-list.tw-definition-list--columns {
|
|
22
|
-
flex-wrap: wrap;
|
|
23
|
-
}
|
|
24
|
-
.tw-definition-list.tw-definition-list--columns .tw-definition-list__item {
|
|
25
|
-
width: 50%;
|
|
26
|
-
}
|
|
27
|
-
.tw-definition-list.tw-definition-list--horizontal .tw-definition-list__item {
|
|
28
|
-
display: flex;
|
|
29
|
-
}
|
|
30
|
-
.tw-definition-list.tw-definition-list--horizontal .tw-definition-list__item dt {
|
|
31
|
-
flex: 1;
|
|
32
|
-
min-width: 150px;
|
|
33
|
-
max-width: 30%;
|
|
34
|
-
margin-right: 8px;
|
|
35
|
-
margin-right: var(--size-8);
|
|
36
|
-
}
|
|
37
|
-
[dir="rtl"] .tw-definition-list.tw-definition-list--horizontal .tw-definition-list__item dt {
|
|
38
|
-
margin-left: 8px;
|
|
39
|
-
margin-left: var(--size-8);
|
|
40
|
-
margin-right: 0;
|
|
41
|
-
margin-right: initial;
|
|
42
|
-
}
|
|
43
|
-
.tw-definition-list.tw-definition-list--horizontal .tw-definition-list__item dd {
|
|
44
|
-
flex: 1;
|
|
45
|
-
align-items: center;
|
|
46
|
-
margin-bottom: 8px;
|
|
47
|
-
margin-bottom: var(--size-8);
|
|
48
|
-
}
|
|
49
|
-
}
|
|
50
|
-
.np-theme-personal .tw-definition-list dt {
|
|
51
|
-
color: #5d7079;
|
|
52
|
-
color: var(--color-content-secondary);
|
|
53
|
-
}
|
|
1
|
+
.tw-definition-list__item dd{word-break:break-all;word-break:break-word}.tw-definition-list__action{align-self:center;flex-shrink:0}.tw-definition-list__button{margin-top:-50%}@media (max-width:576px){.tw-definition-list--right-aligned-desktop{justify-content:space-between}}@media (min-width:576px){.tw-definition-list--right-aligned-desktop{justify-content:flex-end}.tw-definition-list.tw-definition-list--columns{flex-wrap:wrap}.tw-definition-list.tw-definition-list--columns .tw-definition-list__item{width:50%}.tw-definition-list.tw-definition-list--horizontal .tw-definition-list__item{display:flex}.tw-definition-list.tw-definition-list--horizontal .tw-definition-list__item dt{flex:1;margin-right:8px;margin-right:var(--size-8);max-width:30%;min-width:150px}[dir=rtl] .tw-definition-list.tw-definition-list--horizontal .tw-definition-list__item dt{margin-left:8px;margin-left:var(--size-8);margin-right:0}.tw-definition-list.tw-definition-list--horizontal .tw-definition-list__item dd{align-items:center;flex:1;margin-bottom:8px;margin-bottom:var(--size-8)}}.np-theme-personal .tw-definition-list dt{color:#5d7079;color:var(--color-content-secondary)}
|
package/src/dimmer/Dimmer.css
CHANGED
|
@@ -1,70 +1 @@
|
|
|
1
|
-
.no-scroll {
|
|
2
|
-
overflow: hidden;
|
|
3
|
-
}
|
|
4
|
-
.dimmer {
|
|
5
|
-
position: fixed;
|
|
6
|
-
z-index: 1050;
|
|
7
|
-
top: 0;
|
|
8
|
-
right: 0;
|
|
9
|
-
bottom: 0;
|
|
10
|
-
left: 0;
|
|
11
|
-
width: 100vw;
|
|
12
|
-
height: 100vh;
|
|
13
|
-
height: 100dvh;
|
|
14
|
-
transition: background-color cubic-bezier(0, 0.94, 0.62, 1) 350ms;
|
|
15
|
-
}
|
|
16
|
-
.dimmer--scrollable {
|
|
17
|
-
overflow-y: auto;
|
|
18
|
-
}
|
|
19
|
-
[dir="rtl"] .dimmer {
|
|
20
|
-
left: 0;
|
|
21
|
-
right: auto;
|
|
22
|
-
right: initial;
|
|
23
|
-
}
|
|
24
|
-
[dir="rtl"] .dimmer {
|
|
25
|
-
right: 0;
|
|
26
|
-
left: auto;
|
|
27
|
-
left: initial;
|
|
28
|
-
}
|
|
29
|
-
.dimmer.dimmer--enter-done {
|
|
30
|
-
background: rgba(0, 0, 0, 0.4);
|
|
31
|
-
}
|
|
32
|
-
.np-theme-personal .dimmer.dimmer--enter-done {
|
|
33
|
-
background-color: rgba(14, 15, 12, 0.4);
|
|
34
|
-
}
|
|
35
|
-
.np-theme-personal--dark .dimmer.dimmer--enter-done {
|
|
36
|
-
background-color: rgba(243, 245, 241, 0.25);
|
|
37
|
-
}
|
|
38
|
-
.np-theme-personal--forest-green .dimmer.dimmer--enter-done,
|
|
39
|
-
.np-theme-personal--bright-green .dimmer.dimmer--enter-done {
|
|
40
|
-
background-color: rgba(255, 255, 255, 0.25);
|
|
41
|
-
}
|
|
42
|
-
.dimmer.dimmer--enter-done.dimmer--transparent {
|
|
43
|
-
background: transparent;
|
|
44
|
-
}
|
|
45
|
-
.dimmer.dimmer--enter-done.dimmer--enter-fade > * {
|
|
46
|
-
opacity: 1;
|
|
47
|
-
}
|
|
48
|
-
.dimmer.dimmer--exit-fade > *,
|
|
49
|
-
.dimmer.dimmer--enter-fade > * {
|
|
50
|
-
transition: opacity cubic-bezier(0, 0.94, 0.62, 1) 350ms;
|
|
51
|
-
}
|
|
52
|
-
.dimmer.dimmer--exit-fade > * {
|
|
53
|
-
opacity: 1;
|
|
54
|
-
}
|
|
55
|
-
.dimmer.dimmer--enter-fade > * {
|
|
56
|
-
opacity: 0;
|
|
57
|
-
}
|
|
58
|
-
.dimmer.dimmer--exit.dimmer--exit-fade > * {
|
|
59
|
-
opacity: 0;
|
|
60
|
-
}
|
|
61
|
-
.dimmer-content-positioner {
|
|
62
|
-
min-height: 100%;
|
|
63
|
-
pointer-events: none;
|
|
64
|
-
}
|
|
65
|
-
:not(.dimmer--scrollable) > .dimmer-content-positioner {
|
|
66
|
-
height: 100%;
|
|
67
|
-
}
|
|
68
|
-
.dimmer-content-positioner > * {
|
|
69
|
-
pointer-events: all;
|
|
70
|
-
}
|
|
1
|
+
.no-scroll{overflow:hidden}.dimmer{bottom:0;height:100vh;height:100dvh;left:0;position:fixed;right:0;top:0;transition:background-color .35s cubic-bezier(0,.94,.62,1);width:100vw;z-index:1050}.dimmer--scrollable{overflow-y:auto}[dir=rtl] .dimmer{left:0;left:auto;right:auto;right:0}.dimmer.dimmer--enter-done{background:rgba(0,0,0,.4)}.np-theme-personal .dimmer.dimmer--enter-done{background-color:rgba(14,15,12,.4)}.np-theme-personal--dark .dimmer.dimmer--enter-done{background-color:hsla(90,17%,95%,.25)}.np-theme-personal--bright-green .dimmer.dimmer--enter-done,.np-theme-personal--forest-green .dimmer.dimmer--enter-done{background-color:hsla(0,0%,100%,.25)}.dimmer.dimmer--enter-done.dimmer--transparent{background:transparent}.dimmer.dimmer--enter-done.dimmer--enter-fade>*{opacity:1}.dimmer.dimmer--enter-fade>*,.dimmer.dimmer--exit-fade>*{transition:opacity .35s cubic-bezier(0,.94,.62,1)}.dimmer.dimmer--exit-fade>*{opacity:1}.dimmer.dimmer--enter-fade>*,.dimmer.dimmer--exit.dimmer--exit-fade>*{opacity:0}.dimmer-content-positioner{min-height:100%;pointer-events:none}:not(.dimmer--scrollable)>.dimmer-content-positioner{height:100%}.dimmer-content-positioner>*{pointer-events:all}
|
package/src/drawer/Drawer.css
CHANGED
|
@@ -1,100 +1 @@
|
|
|
1
|
-
.np-drawer {
|
|
2
|
-
display: flex;
|
|
3
|
-
flex-direction: column;
|
|
4
|
-
justify-content: space-between;
|
|
5
|
-
width: 100vw;
|
|
6
|
-
max-width: 600px;
|
|
7
|
-
height: 100vh;
|
|
8
|
-
height: 100dvh;
|
|
9
|
-
max-height: 100vh;
|
|
10
|
-
max-height: 100dvh;
|
|
11
|
-
}
|
|
12
|
-
@media (max-width: 770px) {
|
|
13
|
-
.np-drawer {
|
|
14
|
-
max-width: none;
|
|
15
|
-
max-width: initial;
|
|
16
|
-
}
|
|
17
|
-
}
|
|
18
|
-
.np-drawer .np-drawer-header {
|
|
19
|
-
display: flex;
|
|
20
|
-
align-items: center;
|
|
21
|
-
flex-wrap: nowrap;
|
|
22
|
-
min-height: 56px;
|
|
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 {
|
|
28
|
-
padding: 24px;
|
|
29
|
-
padding: var(--size-24);
|
|
30
|
-
}
|
|
31
|
-
@media (max-width: 320px) {
|
|
32
|
-
.np-theme-personal .np-drawer .np-drawer-header {
|
|
33
|
-
padding: 16px;
|
|
34
|
-
padding: var(--size-16);
|
|
35
|
-
}
|
|
36
|
-
}
|
|
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(0,0,0,0.10196);
|
|
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;
|
|
69
|
-
}
|
|
70
|
-
.np-drawer .np-drawer-content {
|
|
71
|
-
overflow-y: auto;
|
|
72
|
-
flex: 1;
|
|
73
|
-
}
|
|
74
|
-
.np-drawer .np-drawer-footer,
|
|
75
|
-
.np-drawer .np-drawer-content {
|
|
76
|
-
padding: 16px;
|
|
77
|
-
padding: var(--size-16);
|
|
78
|
-
}
|
|
79
|
-
.np-drawer .np-drawer-footer {
|
|
80
|
-
box-shadow: inset 0 1px 0 0 #e2e6e8;
|
|
81
|
-
}
|
|
82
|
-
.np-theme-personal .np-drawer .np-drawer-footer {
|
|
83
|
-
box-shadow: inset 0 1px 0 0 rgba(0,0,0,0.10196);
|
|
84
|
-
box-shadow: inset 0 1px 0 0 var(--color-border-neutral);
|
|
85
|
-
}
|
|
86
|
-
@media (min-width: 768px) {
|
|
87
|
-
.np-drawer .np-drawer-header {
|
|
88
|
-
padding: 32px 24px;
|
|
89
|
-
padding: var(--size-32) var(--size-24);
|
|
90
|
-
}
|
|
91
|
-
.np-theme-personal .np-drawer .np-drawer-header {
|
|
92
|
-
padding: 24px;
|
|
93
|
-
padding: var(--size-24);
|
|
94
|
-
}
|
|
95
|
-
.np-drawer .np-drawer-footer,
|
|
96
|
-
.np-drawer .np-drawer-content {
|
|
97
|
-
padding: 24px;
|
|
98
|
-
padding: var(--size-24);
|
|
99
|
-
}
|
|
100
|
-
}
|
|
1
|
+
.np-drawer{display:flex;flex-direction:column;height:100vh;height:100dvh;justify-content:space-between;max-height:100vh;max-height:100dvh;max-width:600px;width:100vw}@media (max-width:770px){.np-drawer{max-width:unset}}.np-drawer .np-drawer-header{align-items:center;display:flex;flex-wrap:nowrap;min-height:56px;min-height:var(--size-56);padding:24px 16px;padding:var(--size-24) var(--size-16)}.np-theme-personal .np-drawer .np-drawer-header{padding:24px;padding:var(--size-24)}@media (max-width:320px){.np-theme-personal .np-drawer .np-drawer-header{padding:16px;padding:var(--size-16)}}.np-theme-personal .np-drawer .np-drawer-header .np-close-button{margin-bottom:-8px;margin-bottom:calc(var(--size-8)*-1);margin-right:-8px;margin-right:calc(var(--size-8)*-1);margin-top:-8px;margin-top:calc(var(--size-8)*-1)}.np-drawer .np-drawer-header.np-drawer-header--withborder{box-shadow:inset 0 -1px 0 0 #e2e6e8}.np-theme-personal .np-drawer .np-drawer-header.np-drawer-header--withborder{box-shadow:inset 0 -1px 0 0 #0000001a;box-shadow:inset 0 -1px 0 0 var(--color-border-neutral)}.np-drawer .np-drawer-header .np-text-title-body{font-size:1.125rem;font-size:var(--font-size-18);letter-spacing:-.01em;letter-spacing:var(--letter-spacing-negative-xs);line-height:1.5rem;line-height:var(--line-height-24);margin-right:16px;margin-right:var(--size-16)}.np-drawer .np-drawer-header .np-close-button{margin-left:auto}.np-drawer .np-drawer-header .tw-icon{fill:#00b9ff;cursor:pointer;display:block}.np-drawer .np-drawer-content{flex:1;overflow-y:auto}.np-drawer .np-drawer-content,.np-drawer .np-drawer-footer{padding:16px;padding:var(--size-16)}.np-drawer .np-drawer-footer{box-shadow:inset 0 1px 0 0 #e2e6e8}.np-theme-personal .np-drawer .np-drawer-footer{box-shadow:inset 0 1px 0 0 #0000001a;box-shadow:inset 0 1px 0 0 var(--color-border-neutral)}@media (min-width:768px){.np-drawer .np-drawer-header{padding:32px 24px;padding:var(--size-32) var(--size-24)}.np-drawer .np-drawer-content,.np-drawer .np-drawer-footer,.np-theme-personal .np-drawer .np-drawer-header{padding:24px;padding:var(--size-24)}}
|
|
@@ -1,19 +1 @@
|
|
|
1
|
-
.np-dropfade,
|
|
2
|
-
.np-dropfade-enter {
|
|
3
|
-
opacity: 0;
|
|
4
|
-
overflow: hidden;
|
|
5
|
-
height: 0;
|
|
6
|
-
}
|
|
7
|
-
.np-dropfade-enter-active {
|
|
8
|
-
transition: height 150ms ease-in, opacity 150ms ease-in 150ms;
|
|
9
|
-
opacity: 1;
|
|
10
|
-
}
|
|
11
|
-
.np-dropfade-enter-done,
|
|
12
|
-
.np-dropfade-exit {
|
|
13
|
-
opacity: 1;
|
|
14
|
-
height: auto;
|
|
15
|
-
}
|
|
16
|
-
.np-dropfade-exit-active {
|
|
17
|
-
transition: opacity 150ms ease-in, height 150ms ease-in 150ms;
|
|
18
|
-
opacity: 0;
|
|
19
|
-
}
|
|
1
|
+
.np-dropfade,.np-dropfade-enter{height:0;opacity:0;overflow:hidden}.np-dropfade-enter-active{opacity:1;transition:height .15s ease-in,opacity .15s ease-in .15s}.np-dropfade-enter-done,.np-dropfade-exit{height:auto;opacity:1}.np-dropfade-exit-active{opacity:0;transition:opacity .15s ease-in,height .15s ease-in .15s}
|
|
@@ -1,31 +1 @@
|
|
|
1
|
-
.emphasis {
|
|
2
|
-
font-weight: 600;
|
|
3
|
-
font-weight: var(--font-weight-semi-bold);
|
|
4
|
-
font-style: normal;
|
|
5
|
-
}
|
|
6
|
-
.emphasis--important {
|
|
7
|
-
color: #37517e;
|
|
8
|
-
color: var(--color-content-primary);
|
|
9
|
-
}
|
|
10
|
-
.emphasis--positive {
|
|
11
|
-
color: #008026;
|
|
12
|
-
color: var(--color-content-positive);
|
|
13
|
-
}
|
|
14
|
-
.np-theme-personal .emphasis--positive {
|
|
15
|
-
color: var(--color-sentiment-positive);
|
|
16
|
-
}
|
|
17
|
-
.emphasis--negative {
|
|
18
|
-
color: #cf2929;
|
|
19
|
-
color: var(--color-content-negative);
|
|
20
|
-
}
|
|
21
|
-
.np-theme-personal .emphasis--negative {
|
|
22
|
-
color: var(--color-sentiment-negative);
|
|
23
|
-
}
|
|
24
|
-
.emphasis--warning {
|
|
25
|
-
color: #9a6500;
|
|
26
|
-
color: var(--color-content-warning);
|
|
27
|
-
}
|
|
28
|
-
.np-theme-personal .emphasis--warning {
|
|
29
|
-
color: #5d7079;
|
|
30
|
-
color: var(--color-content-secondary);
|
|
31
|
-
}
|
|
1
|
+
.emphasis{font-style:normal;font-weight:600;font-weight:var(--font-weight-semi-bold)}.emphasis--important{color:#37517e;color:var(--color-content-primary)}.emphasis--positive{color:#008026;color:var(--color-content-positive)}.np-theme-personal .emphasis--positive{color:var(--color-sentiment-positive)}.emphasis--negative{color:#cf2929;color:var(--color-content-negative)}.np-theme-personal .emphasis--negative{color:var(--color-sentiment-negative)}.emphasis--warning{color:#9a6500;color:var(--color-content-warning)}.np-theme-personal .emphasis--warning{color:#5d7079;color:var(--color-content-secondary)}
|
|
@@ -1,72 +1 @@
|
|
|
1
|
-
.np-flow-navigation {
|
|
2
|
-
width: 100%;
|
|
3
|
-
min-height: 97px;
|
|
4
|
-
}
|
|
5
|
-
.np-flow-navigation--border-bottom {
|
|
6
|
-
min-height: 96px;
|
|
7
|
-
border-bottom: 1px solid rgba(0,0,0,0.10196);
|
|
8
|
-
border-bottom: 1px solid var(--color-border-neutral);
|
|
9
|
-
}
|
|
10
|
-
.np-flow-navigation__content {
|
|
11
|
-
width: 100%;
|
|
12
|
-
min-width: 320px;
|
|
13
|
-
max-width: 1164px;
|
|
14
|
-
}
|
|
15
|
-
.np-flow-navigation__stepper {
|
|
16
|
-
padding-bottom: 0 !important;
|
|
17
|
-
}
|
|
18
|
-
[dir="rtl"] .np-flow-navigation__stepper {
|
|
19
|
-
padding-right: 0 !important;
|
|
20
|
-
}
|
|
21
|
-
html:not([dir="rtl"]) .np-flow-navigation__stepper {
|
|
22
|
-
padding-left: 0 !important;
|
|
23
|
-
}
|
|
24
|
-
[dir="rtl"] .np-flow-navigation__stepper {
|
|
25
|
-
padding-left: 0 !important;
|
|
26
|
-
}
|
|
27
|
-
html:not([dir="rtl"]) .np-flow-navigation__stepper {
|
|
28
|
-
padding-right: 0 !important;
|
|
29
|
-
}
|
|
30
|
-
.np-flow-navigation--xs-max .np-flow-navigation__stepper .tw-stepper-steps {
|
|
31
|
-
display: none;
|
|
32
|
-
}
|
|
33
|
-
.np-flow-navigation--xs-max .np-flow-navigation__stepper .progress {
|
|
34
|
-
margin-bottom: 0;
|
|
35
|
-
}
|
|
36
|
-
.np-flow-navigation--xs-max .np-animated-label {
|
|
37
|
-
height: auto;
|
|
38
|
-
}
|
|
39
|
-
.np-flow-navigation--sm .np-flow-navigation__stepper {
|
|
40
|
-
min-height: 56px;
|
|
41
|
-
}
|
|
42
|
-
[dir="rtl"] .np-flow-navigation--sm .np-flow-navigation__stepper {
|
|
43
|
-
padding-right: 24px !important;
|
|
44
|
-
padding-right: var(--size-24) !important;
|
|
45
|
-
}
|
|
46
|
-
html:not([dir="rtl"]) .np-flow-navigation--sm .np-flow-navigation__stepper {
|
|
47
|
-
padding-left: 24px !important;
|
|
48
|
-
padding-left: var(--size-24) !important;
|
|
49
|
-
}
|
|
50
|
-
[dir="rtl"] .np-flow-navigation--sm .np-flow-navigation__stepper {
|
|
51
|
-
padding-left: 24px !important;
|
|
52
|
-
padding-left: var(--size-24) !important;
|
|
53
|
-
}
|
|
54
|
-
html:not([dir="rtl"]) .np-flow-navigation--sm .np-flow-navigation__stepper {
|
|
55
|
-
padding-right: 24px !important;
|
|
56
|
-
padding-right: var(--size-24) !important;
|
|
57
|
-
}
|
|
58
|
-
.np-flow-navigation--lg .np-flow-navigation__stepper {
|
|
59
|
-
max-width: 562px;
|
|
60
|
-
}
|
|
61
|
-
.np-flow-navigation--lg .np-flow-header__left,
|
|
62
|
-
.np-flow-navigation--lg .np-flow-header__right {
|
|
63
|
-
width: 180px;
|
|
64
|
-
}
|
|
65
|
-
.np-flow-navigation--hidden {
|
|
66
|
-
visibility: hidden;
|
|
67
|
-
}
|
|
68
|
-
.np-theme-personal--forest-green .np-flow-navigation .np-flow-header__left path,
|
|
69
|
-
.np-theme-personal--bright-green .np-flow-navigation .np-flow-header__left path,
|
|
70
|
-
.np-theme-personal--dark .np-flow-navigation .np-flow-header__left path {
|
|
71
|
-
fill: var(--color-interactive-primary);
|
|
72
|
-
}
|
|
1
|
+
.np-flow-navigation{min-height:97px;width:100%}.np-flow-navigation--border-bottom{border-bottom:1px solid #0000001a;border-bottom:1px solid var(--color-border-neutral);min-height:96px}.np-flow-navigation__content{max-width:1164px;min-width:320px;width:100%}.np-flow-navigation__stepper{padding-bottom:0!important}[dir=rtl] .np-flow-navigation__stepper{padding-right:0!important}[dir=rtl] .np-flow-navigation__stepper,html:not([dir=rtl]) .np-flow-navigation__stepper{padding-left:0!important}html:not([dir=rtl]) .np-flow-navigation__stepper{padding-right:0!important}.np-flow-navigation--xs-max .np-flow-navigation__stepper .tw-stepper-steps{display:none}.np-flow-navigation--xs-max .np-flow-navigation__stepper .progress{margin-bottom:0}.np-flow-navigation--xs-max .np-animated-label{height:auto}.np-flow-navigation--sm .np-flow-navigation__stepper{min-height:56px}[dir=rtl] .np-flow-navigation--sm .np-flow-navigation__stepper{padding-right:24px!important;padding-right:var(--size-24)!important}[dir=rtl] .np-flow-navigation--sm .np-flow-navigation__stepper,html:not([dir=rtl]) .np-flow-navigation--sm .np-flow-navigation__stepper{padding-left:24px!important;padding-left:var(--size-24)!important}html:not([dir=rtl]) .np-flow-navigation--sm .np-flow-navigation__stepper{padding-right:24px!important;padding-right:var(--size-24)!important}.np-flow-navigation--lg .np-flow-navigation__stepper{max-width:562px}.np-flow-navigation--lg .np-flow-header__left,.np-flow-navigation--lg .np-flow-header__right{width:180px}.np-flow-navigation--hidden{visibility:hidden}.np-theme-personal--bright-green .np-flow-navigation .np-flow-header__left path,.np-theme-personal--dark .np-flow-navigation .np-flow-header__left path,.np-theme-personal--forest-green .np-flow-navigation .np-flow-header__left path{fill:var(--color-interactive-primary)}
|
|
@@ -1,21 +1 @@
|
|
|
1
|
-
.np-animated-label {
|
|
2
|
-
height: 24px;
|
|
3
|
-
overflow: hidden;
|
|
4
|
-
position: relative;
|
|
5
|
-
padding-top: 1px;
|
|
6
|
-
}
|
|
7
|
-
.np-animated-label > * {
|
|
8
|
-
height: 0;
|
|
9
|
-
opacity: 0;
|
|
10
|
-
position: absolute;
|
|
11
|
-
transform: translateX(-8px);
|
|
12
|
-
transition: all 0.3s ease-in;
|
|
13
|
-
}
|
|
14
|
-
.np-animated-label--in {
|
|
15
|
-
height: auto;
|
|
16
|
-
opacity: 1;
|
|
17
|
-
position: relative;
|
|
18
|
-
top: auto;
|
|
19
|
-
transform: translateX(0);
|
|
20
|
-
transition: all 0.3s ease-in 0.3s;
|
|
21
|
-
}
|
|
1
|
+
.np-animated-label{height:24px;overflow:hidden;padding-top:1px;position:relative}.np-animated-label>*{height:0;opacity:0;position:absolute;transform:translateX(-8px);transition:all .3s ease-in}.np-animated-label--in{height:auto;opacity:1;position:relative;top:auto;transform:translateX(0);transition:all .3s ease-in .3s}
|