@transferwise/components 46.160.0 → 46.160.2
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/Calendar/Calendar.js +9 -3
- package/build/Calendar/Calendar.js.map +1 -1
- package/build/Calendar/Calendar.mjs +9 -3
- package/build/Calendar/Calendar.mjs.map +1 -1
- package/build/Carousel/Carousel.js +17 -10
- package/build/Carousel/Carousel.js.map +1 -1
- package/build/Carousel/Carousel.mjs +17 -10
- package/build/Carousel/Carousel.mjs.map +1 -1
- package/build/ExpressiveMoneyInput/Chevron/Chevron.js +10 -2
- package/build/ExpressiveMoneyInput/Chevron/Chevron.js.map +1 -1
- package/build/ExpressiveMoneyInput/Chevron/Chevron.mjs +11 -3
- package/build/ExpressiveMoneyInput/Chevron/Chevron.mjs.map +1 -1
- package/build/ProcessIndicator/ProcessIndicator.js +1 -1
- package/build/ProcessIndicator/ProcessIndicator.js.map +1 -1
- package/build/ProcessIndicator/ProcessIndicator.mjs +1 -1
- package/build/ProcessIndicator/ProcessIndicator.mjs.map +1 -1
- package/build/Prompt/CriticalBanner/CriticalBanner.js +10 -1
- package/build/Prompt/CriticalBanner/CriticalBanner.js.map +1 -1
- package/build/Prompt/CriticalBanner/CriticalBanner.mjs +10 -1
- package/build/Prompt/CriticalBanner/CriticalBanner.mjs.map +1 -1
- package/build/SegmentedControl/SegmentedControl.js +9 -2
- package/build/SegmentedControl/SegmentedControl.js.map +1 -1
- package/build/SegmentedControl/SegmentedControl.mjs +9 -2
- package/build/SegmentedControl/SegmentedControl.mjs.map +1 -1
- package/build/Tooltip/Tooltip.js +6 -1
- package/build/Tooltip/Tooltip.js.map +1 -1
- package/build/Tooltip/Tooltip.mjs +6 -1
- package/build/Tooltip/Tooltip.mjs.map +1 -1
- package/build/common/Panel/Panel.js +13 -25
- package/build/common/Panel/Panel.js.map +1 -1
- package/build/common/Panel/Panel.mjs +10 -22
- package/build/common/Panel/Panel.mjs.map +1 -1
- package/build/common/Panel/Panel.positionUtils.js +68 -0
- package/build/common/Panel/Panel.positionUtils.js.map +1 -0
- package/build/common/Panel/Panel.positionUtils.mjs +63 -0
- package/build/common/Panel/Panel.positionUtils.mjs.map +1 -0
- package/build/common/PropsValues/position.js +0 -25
- package/build/common/PropsValues/position.js.map +1 -1
- package/build/common/PropsValues/position.mjs +1 -24
- package/build/common/PropsValues/position.mjs.map +1 -1
- package/build/i18n/tr.json +5 -0
- package/build/i18n/tr.json.js +5 -0
- package/build/i18n/tr.json.js.map +1 -1
- package/build/i18n/tr.json.mjs +5 -0
- package/build/i18n/tr.json.mjs.map +1 -1
- package/build/i18n/zh-CN.json +5 -0
- package/build/i18n/zh-CN.json.js +5 -0
- package/build/i18n/zh-CN.json.js.map +1 -1
- package/build/i18n/zh-CN.json.mjs +5 -0
- package/build/i18n/zh-CN.json.mjs.map +1 -1
- package/build/main.css +134 -88
- package/build/styles/AvatarLayout/AvatarLayout.css +26 -9
- package/build/styles/AvatarView/AvatarView.css +8 -0
- package/build/styles/AvatarView/Dot/Dot.css +8 -0
- package/build/styles/CheckboxButton/CheckboxButton.css +3 -0
- package/build/styles/Nudge/Nudge.css +4 -38
- package/build/styles/Prompt/CriticalBanner/CriticalBanner.css +34 -0
- package/build/styles/SegmentedControl/SegmentedControl.css +2 -1
- package/build/styles/SlidingPanel/SlidingPanel.css +8 -0
- package/build/styles/Tooltip/Tooltip.css +0 -6
- package/build/styles/UploadInput/UploadItem/UploadItem.css +4 -5
- package/build/styles/_deprecated/Badge/Badge.css +4 -2
- package/build/styles/common/Panel/Panel.css +16 -8
- package/build/styles/css/accordion.css +3 -0
- package/build/styles/css/buttons.css +1 -7
- package/build/styles/css/chevron.css +3 -0
- package/build/styles/css/neptune.css +25 -19
- package/build/styles/css/process.css +15 -9
- package/build/styles/css/tick.css +6 -3
- package/build/styles/main.css +134 -88
- package/build/styles/styles/less/accordion.css +3 -0
- package/build/styles/styles/less/buttons.css +1 -7
- package/build/styles/styles/less/chevron.css +3 -0
- package/build/styles/styles/less/neptune.css +25 -19
- package/build/styles/styles/less/process.css +15 -9
- package/build/styles/styles/less/tick.css +6 -3
- package/build/types/Calendar/Calendar.d.ts.map +1 -1
- package/build/types/Carousel/Carousel.d.ts.map +1 -1
- package/build/types/Carousel/_stories/constants.d.ts +3 -0
- package/build/types/Carousel/_stories/constants.d.ts.map +1 -0
- package/build/types/ExpressiveMoneyInput/Chevron/Chevron.d.ts.map +1 -1
- package/build/types/Prompt/CriticalBanner/CriticalBanner.d.ts +6 -1
- package/build/types/Prompt/CriticalBanner/CriticalBanner.d.ts.map +1 -1
- package/build/types/SegmentedControl/SegmentedControl.d.ts.map +1 -1
- package/build/types/Tooltip/Tooltip.d.ts.map +1 -1
- package/build/types/common/Panel/Panel.d.ts +1 -1
- package/build/types/common/Panel/Panel.d.ts.map +1 -1
- package/build/types/common/Panel/Panel.positionUtils.d.ts +7 -0
- package/build/types/common/Panel/Panel.positionUtils.d.ts.map +1 -0
- package/build/types/common/PropsValues/position.d.ts +0 -13
- package/build/types/common/PropsValues/position.d.ts.map +1 -1
- package/build/types/common/ResponsivePanel/ResponsivePanel.d.ts +1 -1
- package/package.json +8 -8
- package/src/AvatarLayout/AvatarLayout.css +26 -9
- package/src/AvatarLayout/AvatarLayout.less +46 -22
- package/src/AvatarLayout/_stories/AvatarLayout.test.story.tsx +17 -42
- package/src/AvatarView/AvatarView.css +8 -0
- package/src/AvatarView/Dot/Dot.css +8 -0
- package/src/AvatarView/Dot/Dot.less +7 -1
- package/src/Button/_stories/Button.test.story.tsx +1 -1
- package/src/Calendar/Calendar.test.tsx +82 -0
- package/src/Calendar/Calendar.tsx +6 -3
- package/src/Carousel/Carousel.test.tsx +50 -2
- package/src/Carousel/Carousel.tsx +13 -10
- package/src/Carousel/_stories/Carousel.story.tsx +12 -52
- package/src/Carousel/_stories/Carousel.test.story.tsx +7 -43
- package/src/Carousel/_stories/constants.tsx +46 -0
- package/src/Checkbox/_stories/Checkbox.story.tsx +1 -1
- package/src/Checkbox/_stories/Checkbox.test.story.tsx +3 -2
- package/src/CheckboxButton/CheckboxButton.css +3 -0
- package/src/CheckboxButton/CheckboxButton.less +4 -0
- package/src/Chevron/_stories/Chevron.test.story.tsx +2 -2
- package/src/DateLookup/_stories/DateLookup.rtl.test.story.tsx +59 -48
- package/src/ExpressiveMoneyInput/Chevron/Chevron.tsx +8 -3
- package/src/Field/_stories/Field.test.story.tsx +48 -37
- package/src/FlowNavigation/_stories/FlowNavigation.rtl.test.story.tsx +78 -0
- package/src/FlowNavigation/_stories/FlowNavigation.test.story.tsx +0 -44
- package/src/Header/_stories/Header.test.story.tsx +1 -1
- package/src/Info/_stories/Info.rtl.test.story.tsx +35 -10
- package/src/Info/_stories/Info.story.tsx +1 -1
- package/src/Inputs/SelectInput/_stories/SelectInput.test.story.tsx +1 -1
- package/src/Label/_stories/Label.test.story.tsx +35 -22
- package/src/ListItem/_stories/subcomponents.tsx +1 -1
- package/src/Loader/_stories/Loader.test.story.tsx +23 -0
- package/src/MoneyInput/_stories/MoneyInput.rtl.test.story.tsx +1 -1
- package/src/Nudge/Nudge.css +4 -38
- package/src/Nudge/Nudge.less +4 -4
- package/src/Nudge/_stories/Nudge.test.story.tsx +29 -12
- package/src/PhoneNumberInput/_stories/{PhoneNumberInput.test.story.tsx → PhoneNumberInput.rtl.test.story.tsx} +18 -10
- package/src/Popover/_stories/Popover.rtl.test.story.tsx +40 -50
- package/src/ProcessIndicator/ProcessIndicator.tsx +1 -1
- package/src/ProcessIndicator/_stories/ProcessIndicator.test.story.tsx +32 -0
- package/src/ProgressBar/_stories/ProgressBar.test.story.tsx +33 -19
- package/src/Prompt/CriticalBanner/CriticalBanner.css +34 -0
- package/src/Prompt/CriticalBanner/CriticalBanner.less +45 -0
- package/src/Prompt/CriticalBanner/CriticalBanner.test.tsx +26 -3
- package/src/Prompt/CriticalBanner/CriticalBanner.tsx +15 -1
- package/src/Prompt/CriticalBanner/_stories/CriticalBanner.accessibility.docs.mdx +4 -1
- package/src/Prompt/CriticalBanner/_stories/CriticalBanner.story.tsx +52 -0
- package/src/Prompt/CriticalBanner/_stories/CriticalBanner.test.story.tsx +22 -1
- package/src/SegmentedControl/SegmentedControl.css +2 -1
- package/src/SegmentedControl/SegmentedControl.less +4 -2
- package/src/SegmentedControl/SegmentedControl.tsx +8 -2
- package/src/SegmentedControl/_stories/SegmentedControl.test.story.tsx +16 -8
- package/src/SlidingPanel/SlidingPanel.css +8 -0
- package/src/SlidingPanel/SlidingPanel.less +8 -0
- package/src/SlidingPanel/_stories/SlidingPanel.rtl.test.story.tsx +4 -3
- package/src/Snackbar/_stories/Snackbar.rtl.test.story.tsx +14 -16
- package/src/Snackbar/_stories/Snackbar.story.tsx +1 -1
- package/src/Snackbar/_stories/Snackbar.test.story.tsx +1 -1
- package/src/StatusIcon/_stories/StatusIcon.test.story.tsx +12 -4
- package/src/Tooltip/Tooltip.css +0 -6
- package/src/Tooltip/Tooltip.less +0 -12
- package/src/Tooltip/Tooltip.test.tsx +51 -0
- package/src/Tooltip/Tooltip.tsx +11 -1
- package/src/Tooltip/_stories/Tooltip.rtl.test.story.tsx +16 -34
- package/src/UploadInput/UploadItem/UploadItem.css +4 -5
- package/src/UploadInput/UploadItem/UploadItem.less +7 -6
- package/src/UploadInput/_stories/UploadInput.test.story.tsx +1 -1
- package/src/_deprecated/Badge/Badge.css +4 -2
- package/src/_deprecated/Badge/Badge.less +7 -14
- package/src/_deprecated/CriticalBanner/_stories/CriticalCommsBanner.test.story.tsx +0 -16
- package/src/_deprecated/OverlayHeader/_stories/OverlayHeader.test.story.tsx +15 -0
- package/src/common/Panel/Panel.css +16 -8
- package/src/common/Panel/Panel.less +31 -13
- package/src/common/Panel/Panel.positionUtils.ts +79 -0
- package/src/common/Panel/Panel.test.tsx +40 -0
- package/src/common/Panel/Panel.tsx +13 -24
- package/src/common/Panel/_stories/Panel.rtl.test.story.tsx +110 -0
- package/src/common/PropsValues/position.ts +0 -50
- package/src/i18n/tr.json +5 -0
- package/src/i18n/zh-CN.json +5 -0
- package/src/main.css +134 -88
- package/src/styles/less/accordion.css +3 -0
- package/src/styles/less/buttons.css +1 -7
- package/src/styles/less/buttons.less +3 -11
- package/src/styles/less/chevron.css +3 -0
- package/src/styles/less/chevron.less +4 -0
- package/src/styles/less/neptune.css +25 -19
- package/src/styles/less/process.css +15 -9
- package/src/styles/less/process.less +13 -6
- package/src/styles/less/tick.css +6 -3
- package/src/styles/less/tick.less +7 -3
|
@@ -41,7 +41,10 @@
|
|
|
41
41
|
inline-size: 161px;
|
|
42
42
|
}
|
|
43
43
|
[dir="rtl"] .wds-nudge-media-globe {
|
|
44
|
-
|
|
44
|
+
margin-inline-start: -63px;
|
|
45
|
+
margin-block-start: -15px;
|
|
46
|
+
position: absolute;
|
|
47
|
+
inline-size: 161px;
|
|
45
48
|
}
|
|
46
49
|
.wds-nudge-media-lock {
|
|
47
50
|
margin-inline-start: -11px;
|
|
@@ -50,36 +53,24 @@
|
|
|
50
53
|
inline-size: 104px;
|
|
51
54
|
transform: rotate(-14.86deg);
|
|
52
55
|
}
|
|
53
|
-
[dir="rtl"] .wds-nudge-media-lock {
|
|
54
|
-
transform: scaleX(-1);
|
|
55
|
-
}
|
|
56
56
|
.wds-nudge-media-wallet {
|
|
57
57
|
margin-inline-start: -15px;
|
|
58
58
|
margin-block-start: 18px;
|
|
59
59
|
position: absolute;
|
|
60
60
|
inline-size: 107px;
|
|
61
61
|
}
|
|
62
|
-
[dir="rtl"] .wds-nudge-media-wallet {
|
|
63
|
-
transform: scaleX(-1);
|
|
64
|
-
}
|
|
65
62
|
.wds-nudge-media-gear {
|
|
66
63
|
margin-inline-start: -18px;
|
|
67
64
|
margin-block-start: 19px;
|
|
68
65
|
position: absolute;
|
|
69
66
|
inline-size: 111px;
|
|
70
67
|
}
|
|
71
|
-
[dir="rtl"] .wds-nudge-media-gear {
|
|
72
|
-
transform: scaleX(-1);
|
|
73
|
-
}
|
|
74
68
|
.wds-nudge-media-invite-letter {
|
|
75
69
|
margin-inline-start: -17px;
|
|
76
70
|
margin-block-start: -2px;
|
|
77
71
|
position: absolute;
|
|
78
72
|
inline-size: 105px;
|
|
79
73
|
}
|
|
80
|
-
[dir="rtl"] .wds-nudge-media-invite-letter {
|
|
81
|
-
transform: scaleX(-1);
|
|
82
|
-
}
|
|
83
74
|
.wds-nudge-media-personal-card,
|
|
84
75
|
.wds-nudge-media-business-card {
|
|
85
76
|
margin-inline-start: -15px;
|
|
@@ -87,73 +78,48 @@
|
|
|
87
78
|
position: absolute;
|
|
88
79
|
inline-size: 104px;
|
|
89
80
|
}
|
|
90
|
-
[dir="rtl"] .wds-nudge-media-personal-card,
|
|
91
|
-
[dir="rtl"] .wds-nudge-media-business-card {
|
|
92
|
-
transform: scaleX(-1);
|
|
93
|
-
}
|
|
94
81
|
.wds-nudge-media-heart {
|
|
95
82
|
margin-inline-start: -7px;
|
|
96
83
|
margin-block-start: 11px;
|
|
97
84
|
position: absolute;
|
|
98
85
|
inline-size: 95px;
|
|
99
86
|
}
|
|
100
|
-
[dir="rtl"] .wds-nudge-media-heart {
|
|
101
|
-
transform: scaleX(-1);
|
|
102
|
-
}
|
|
103
87
|
.wds-nudge-media-multi-currency {
|
|
104
88
|
margin-inline-start: -30px;
|
|
105
89
|
margin-block-start: 1px;
|
|
106
90
|
position: absolute;
|
|
107
91
|
inline-size: 131px;
|
|
108
92
|
}
|
|
109
|
-
[dir="rtl"] .wds-nudge-media-multi-currency {
|
|
110
|
-
transform: scaleX(-1);
|
|
111
|
-
}
|
|
112
93
|
.wds-nudge-media-shopping-bag {
|
|
113
94
|
margin-inline-start: -9px;
|
|
114
95
|
margin-block-start: 14px;
|
|
115
96
|
position: absolute;
|
|
116
97
|
inline-size: 116px;
|
|
117
98
|
}
|
|
118
|
-
[dir="rtl"] .wds-nudge-media-shopping-bag {
|
|
119
|
-
transform: scaleX(-1);
|
|
120
|
-
}
|
|
121
99
|
.wds-nudge-media-flower {
|
|
122
100
|
margin-inline-start: -24px;
|
|
123
101
|
margin-block-start: 11px;
|
|
124
102
|
position: absolute;
|
|
125
103
|
inline-size: 156px;
|
|
126
104
|
}
|
|
127
|
-
[dir="rtl"] .wds-nudge-media-flower {
|
|
128
|
-
transform: scaleX(-1);
|
|
129
|
-
}
|
|
130
105
|
.wds-nudge-media-backpack {
|
|
131
106
|
margin-inline-start: -16px;
|
|
132
107
|
margin-block-start: 6px;
|
|
133
108
|
position: absolute;
|
|
134
109
|
inline-size: 123px;
|
|
135
110
|
}
|
|
136
|
-
[dir="rtl"] .wds-nudge-media-backpack {
|
|
137
|
-
transform: scaleX(-1);
|
|
138
|
-
}
|
|
139
111
|
.wds-nudge-media-gift-box {
|
|
140
112
|
margin-inline-start: -22px;
|
|
141
113
|
margin-block-start: 6px;
|
|
142
114
|
position: absolute;
|
|
143
115
|
inline-size: 129px;
|
|
144
116
|
}
|
|
145
|
-
[dir="rtl"] .wds-nudge-media-gift-box {
|
|
146
|
-
transform: scaleX(-1);
|
|
147
|
-
}
|
|
148
117
|
.wds-nudge-media-documents {
|
|
149
118
|
margin-inline-start: -8px;
|
|
150
119
|
margin-block-start: 8px;
|
|
151
120
|
position: absolute;
|
|
152
121
|
inline-size: 120px;
|
|
153
122
|
}
|
|
154
|
-
[dir="rtl"] .wds-nudge-media-documents {
|
|
155
|
-
transform: scaleX(-1);
|
|
156
|
-
}
|
|
157
123
|
.wds-nudge-container {
|
|
158
124
|
align-items: stretch;
|
|
159
125
|
display: flex;
|
|
@@ -155,6 +155,35 @@
|
|
|
155
155
|
mask: var(--critical-banner-overhang-mask);
|
|
156
156
|
}
|
|
157
157
|
}
|
|
158
|
+
.wds-critical-banner__entry-mask {
|
|
159
|
+
display: grid;
|
|
160
|
+
grid-template-rows: 1fr;
|
|
161
|
+
overflow: visible;
|
|
162
|
+
}
|
|
163
|
+
.wds-critical-banner__entry-mask--animated {
|
|
164
|
+
grid-template-rows: 0fr;
|
|
165
|
+
overflow: hidden;
|
|
166
|
+
animation: wds-critical-banner-reveal-height 400ms cubic-bezier(0.3, 0, 0.1, 1) 500ms both, wds-critical-banner-release-overflow 1ms linear 899ms both;
|
|
167
|
+
}
|
|
168
|
+
.wds-critical-banner__entry-track {
|
|
169
|
+
min-block-size: 0;
|
|
170
|
+
}
|
|
171
|
+
@keyframes wds-critical-banner-reveal-height {
|
|
172
|
+
from {
|
|
173
|
+
grid-template-rows: 0fr;
|
|
174
|
+
}
|
|
175
|
+
to {
|
|
176
|
+
grid-template-rows: 1fr;
|
|
177
|
+
}
|
|
178
|
+
}
|
|
179
|
+
@keyframes wds-critical-banner-release-overflow {
|
|
180
|
+
from {
|
|
181
|
+
overflow: hidden;
|
|
182
|
+
}
|
|
183
|
+
to {
|
|
184
|
+
overflow: visible;
|
|
185
|
+
}
|
|
186
|
+
}
|
|
158
187
|
@media (prefers-reduced-motion: reduce) {
|
|
159
188
|
.wds-critical-banner__description,
|
|
160
189
|
.wds-critical-banner__title,
|
|
@@ -162,4 +191,9 @@
|
|
|
162
191
|
.wds-critical-banner__toggle {
|
|
163
192
|
transition: none !important;
|
|
164
193
|
}
|
|
194
|
+
.wds-critical-banner__entry-mask--animated {
|
|
195
|
+
animation: none;
|
|
196
|
+
grid-template-rows: 1fr;
|
|
197
|
+
overflow: visible;
|
|
198
|
+
}
|
|
165
199
|
}
|
|
@@ -35,7 +35,8 @@
|
|
|
35
35
|
background: var(--color-background-screen);
|
|
36
36
|
border-radius: 24px;
|
|
37
37
|
border-radius: var(--size-24);
|
|
38
|
-
transition: left 300ms
|
|
38
|
+
transition: left 300ms,
|
|
39
|
+
right 300ms;
|
|
39
40
|
}
|
|
40
41
|
.segmented-control__segments--no-animate::after {
|
|
41
42
|
transition: none !important;
|
|
@@ -73,6 +73,10 @@
|
|
|
73
73
|
box-shadow: inset 1px 0 0 0 rgba(0,0,0,0.10196);
|
|
74
74
|
box-shadow: inset 1px 0 0 0 var(--color-border-neutral);
|
|
75
75
|
}
|
|
76
|
+
[dir="rtl"] .np-theme-personal .sliding-panel.sliding-panel--border-right {
|
|
77
|
+
box-shadow: inset -1px 0 0 0 rgba(0,0,0,0.10196);
|
|
78
|
+
box-shadow: inset -1px 0 0 0 var(--color-border-neutral);
|
|
79
|
+
}
|
|
76
80
|
.np-theme-personal .sliding-panel.sliding-panel--border-bottom {
|
|
77
81
|
box-shadow: inset 0 1px 0 0 rgba(0,0,0,0.10196);
|
|
78
82
|
box-shadow: inset 0 1px 0 0 var(--color-border-neutral);
|
|
@@ -81,3 +85,7 @@
|
|
|
81
85
|
box-shadow: inset -1px 0 0 0 rgba(0,0,0,0.10196);
|
|
82
86
|
box-shadow: inset -1px 0 0 0 var(--color-border-neutral);
|
|
83
87
|
}
|
|
88
|
+
[dir="rtl"] .np-theme-personal .sliding-panel.sliding-panel--border-left {
|
|
89
|
+
box-shadow: inset 1px 0 0 0 rgba(0,0,0,0.10196);
|
|
90
|
+
box-shadow: inset 1px 0 0 0 var(--color-border-neutral);
|
|
91
|
+
}
|
|
@@ -42,9 +42,3 @@
|
|
|
42
42
|
visibility: visible;
|
|
43
43
|
visibility: initial;
|
|
44
44
|
}
|
|
45
|
-
.np-panel[data-popper-placement^="right"] > .np-panel__content.tooltip-inner .np-panel__arrow {
|
|
46
|
-
inset-inline-start: -7px;
|
|
47
|
-
}
|
|
48
|
-
.np-panel[data-popper-placement^="left"] > .np-panel__content.tooltip-inner .np-panel__arrow {
|
|
49
|
-
inset-inline-end: -7px;
|
|
50
|
-
}
|
|
@@ -41,8 +41,7 @@
|
|
|
41
41
|
.np-upload-input__item .np-upload-input__title,
|
|
42
42
|
.np-upload-input__item .np-upload-input__text {
|
|
43
43
|
margin: 0;
|
|
44
|
-
|
|
45
|
-
text-align-last: left;
|
|
44
|
+
text-align: start;
|
|
46
45
|
color: #5d7079;
|
|
47
46
|
color: var(--color-content-secondary);
|
|
48
47
|
}
|
|
@@ -98,7 +97,7 @@
|
|
|
98
97
|
justify-content: center;
|
|
99
98
|
}
|
|
100
99
|
.np-upload-input__item .np-upload-input__item-action .np-upload-input__item-button:before {
|
|
101
|
-
content:
|
|
100
|
+
content: "";
|
|
102
101
|
display: block;
|
|
103
102
|
inline-size: var(--clickAreaSize);
|
|
104
103
|
block-size: var(--clickAreaSize);
|
|
@@ -153,8 +152,8 @@
|
|
|
153
152
|
padding-inline-start: var(--size-16);
|
|
154
153
|
}
|
|
155
154
|
.np-upload-input__item .np-upload-input-errors > li::before {
|
|
156
|
-
content:
|
|
157
|
-
content:
|
|
155
|
+
content: "•" ;
|
|
156
|
+
content: "•" / "";
|
|
158
157
|
position: absolute;
|
|
159
158
|
display: block;
|
|
160
159
|
inset-inline-start: 0;
|
|
@@ -15,12 +15,14 @@
|
|
|
15
15
|
--badge-border-color: rgba(0, 0, 0, 0.08);
|
|
16
16
|
}
|
|
17
17
|
.tw-badge > .tw-badge__children {
|
|
18
|
+
--badge-h-side: left;
|
|
18
19
|
-webkit-mask-image: radial-gradient(circle at top calc(100% - var(--badge-mask-offset) - var(--badge-content-position)) left calc(100% - var(--badge-mask-offset) - var(--badge-content-position)), transparent 0, transparent calc(var(--badge-size) / 2 + var(--badge-mask)), black calc(var(--badge-size) / 2 + var(--badge-mask) + 0.5px));
|
|
19
20
|
mask-image: radial-gradient(circle at top calc(100% - var(--badge-mask-offset) - var(--badge-content-position)) left calc(100% - var(--badge-mask-offset) - var(--badge-content-position)), transparent 0, transparent calc(var(--badge-size) / 2 + var(--badge-mask)), black calc(var(--badge-size) / 2 + var(--badge-mask) + 0.5px));
|
|
21
|
+
-webkit-mask-image: radial-gradient(circle at top calc(100% - var(--badge-mask-offset) - var(--badge-content-position)) var(--badge-h-side) calc(100% - var(--badge-mask-offset) - var(--badge-content-position)), transparent 0, transparent calc(var(--badge-size) / 2 + var(--badge-mask)), black calc(var(--badge-size) / 2 + var(--badge-mask) + 0.5px));
|
|
22
|
+
mask-image: radial-gradient(circle at top calc(100% - var(--badge-mask-offset) - var(--badge-content-position)) var(--badge-h-side) calc(100% - var(--badge-mask-offset) - var(--badge-content-position)), transparent 0, transparent calc(var(--badge-size) / 2 + var(--badge-mask)), black calc(var(--badge-size) / 2 + var(--badge-mask) + 0.5px));
|
|
20
23
|
}
|
|
21
24
|
[dir="rtl"] .tw-badge > .tw-badge__children {
|
|
22
|
-
|
|
23
|
-
mask-image: radial-gradient(circle at top calc(100% - var(--badge-mask-offset)) right calc(100% - var(--badge-mask-offset)), transparent 0, transparent calc(var(--badge-size) / 2 + var(--badge-mask)), black calc(var(--badge-size) / 2 + var(--badge-mask) + 0.5px));
|
|
25
|
+
--badge-h-side: right;
|
|
24
26
|
}
|
|
25
27
|
.tw-badge > .tw-badge__content {
|
|
26
28
|
position: absolute;
|
|
@@ -39,26 +39,34 @@
|
|
|
39
39
|
.np-panel[data-popper-placement^="top"] > .np-panel__content {
|
|
40
40
|
transform: translateY(10px) scale(0.95);
|
|
41
41
|
}
|
|
42
|
-
.np-panel[data-popper-placement^="top"]
|
|
43
|
-
inset-block-end: -
|
|
42
|
+
.np-panel[data-popper-placement^="top"] .np-panel__arrow {
|
|
43
|
+
inset-block-end: -7px;
|
|
44
44
|
}
|
|
45
45
|
.np-panel[data-popper-placement^="right"] > .np-panel__content {
|
|
46
46
|
transform: translateX(-10px) scale(0.95);
|
|
47
47
|
}
|
|
48
|
-
.np-panel[data-popper-placement^="right"]
|
|
49
|
-
inset-inline-start: -
|
|
48
|
+
.np-panel[data-popper-placement^="right"] .np-panel__arrow {
|
|
49
|
+
inset-inline-start: -7px;
|
|
50
|
+
}
|
|
51
|
+
[dir="rtl"] .np-panel[data-popper-placement^="right"] .np-panel__arrow {
|
|
52
|
+
inset-inline-start: unset;
|
|
53
|
+
inset-inline-end: -7px;
|
|
50
54
|
}
|
|
51
55
|
.np-panel[data-popper-placement^="bottom"] > .np-panel__content {
|
|
52
56
|
transform: translateY(-10px) scale(0.95);
|
|
53
57
|
}
|
|
54
|
-
.np-panel[data-popper-placement^="bottom"]
|
|
55
|
-
inset-block-start: -
|
|
58
|
+
.np-panel[data-popper-placement^="bottom"] .np-panel__arrow {
|
|
59
|
+
inset-block-start: -7px;
|
|
56
60
|
}
|
|
57
61
|
.np-panel[data-popper-placement^="left"] > .np-panel__content {
|
|
58
62
|
transform: translateX(10px) scale(0.95);
|
|
59
63
|
}
|
|
60
|
-
.np-panel[data-popper-placement^="left"]
|
|
61
|
-
inset-inline-end: -
|
|
64
|
+
.np-panel[data-popper-placement^="left"] .np-panel__arrow {
|
|
65
|
+
inset-inline-end: -7px;
|
|
66
|
+
}
|
|
67
|
+
[dir="rtl"] .np-panel[data-popper-placement^="left"] .np-panel__arrow {
|
|
68
|
+
inset-inline-end: unset;
|
|
69
|
+
inset-inline-start: -7px;
|
|
62
70
|
}
|
|
63
71
|
.np-theme-personal .np-panel__content {
|
|
64
72
|
border-radius: 16px;
|
|
@@ -1277,17 +1277,11 @@ input[type="button"].btn-block {
|
|
|
1277
1277
|
display: inline-flex;
|
|
1278
1278
|
align-items: center;
|
|
1279
1279
|
}
|
|
1280
|
-
.btn-loading:not(.btn-block) .btn-loader {
|
|
1280
|
+
.btn-loading:not(.btn-block) .btn-loader[class] {
|
|
1281
1281
|
margin-block-end: 0;
|
|
1282
|
-
}
|
|
1283
|
-
:not([dir="rtl"]) .btn-loading:not(.btn-block) .btn-loader {
|
|
1284
1282
|
margin-inline-start: 16px;
|
|
1285
1283
|
margin-inline-end: 0;
|
|
1286
1284
|
}
|
|
1287
|
-
[dir="rtl"] .btn-loading:not(.btn-block) .btn-loader {
|
|
1288
|
-
margin-inline-start: 0 !important;
|
|
1289
|
-
margin-inline-end: 16px !important;
|
|
1290
|
-
}
|
|
1291
1285
|
.btn-loading.btn-block .btn-loader {
|
|
1292
1286
|
inset-block-start: 0;
|
|
1293
1287
|
inset-block-end: 0;
|
|
@@ -5350,6 +5350,9 @@ tbody.collapse.in {
|
|
|
5350
5350
|
.tw-chevron.top {
|
|
5351
5351
|
transform: rotate(0deg);
|
|
5352
5352
|
}
|
|
5353
|
+
[dir="rtl"] .tw-chevron.top {
|
|
5354
|
+
transform: rotate(360deg);
|
|
5355
|
+
}
|
|
5353
5356
|
.tw-chevron.right {
|
|
5354
5357
|
transform: rotate(90deg);
|
|
5355
5358
|
}
|
|
@@ -7493,17 +7496,11 @@ input[type="button"].btn-block {
|
|
|
7493
7496
|
display: inline-flex;
|
|
7494
7497
|
align-items: center;
|
|
7495
7498
|
}
|
|
7496
|
-
.btn-loading:not(.btn-block) .btn-loader {
|
|
7499
|
+
.btn-loading:not(.btn-block) .btn-loader[class] {
|
|
7497
7500
|
margin-block-end: 0;
|
|
7498
|
-
}
|
|
7499
|
-
:not([dir="rtl"]) .btn-loading:not(.btn-block) .btn-loader {
|
|
7500
7501
|
margin-inline-start: 16px;
|
|
7501
7502
|
margin-inline-end: 0;
|
|
7502
7503
|
}
|
|
7503
|
-
[dir="rtl"] .btn-loading:not(.btn-block) .btn-loader {
|
|
7504
|
-
margin-inline-start: 0 !important;
|
|
7505
|
-
margin-inline-end: 16px !important;
|
|
7506
|
-
}
|
|
7507
7504
|
.btn-loading.btn-block .btn-loader {
|
|
7508
7505
|
inset-block-start: 0;
|
|
7509
7506
|
inset-block-end: 0;
|
|
@@ -16960,6 +16957,9 @@ button.popover-close {
|
|
|
16960
16957
|
inset-inline-start: 25%;
|
|
16961
16958
|
inset-block-start: 25%;
|
|
16962
16959
|
}
|
|
16960
|
+
[dir="rtl"] .process-icon-container {
|
|
16961
|
+
transform: rotate(45deg) scaleX(-1);
|
|
16962
|
+
}
|
|
16963
16963
|
.process-icon-horizontal,
|
|
16964
16964
|
.process-icon-vertical {
|
|
16965
16965
|
position: absolute;
|
|
@@ -17039,37 +17039,37 @@ button.popover-close {
|
|
|
17039
17039
|
.process-stopped .process-icon-container {
|
|
17040
17040
|
display: none;
|
|
17041
17041
|
}
|
|
17042
|
-
.process-
|
|
17042
|
+
.process-xxs {
|
|
17043
17043
|
inline-size: 12px;
|
|
17044
17044
|
block-size: 12px;
|
|
17045
17045
|
}
|
|
17046
|
-
.process-
|
|
17046
|
+
.process-xxs .process-circle {
|
|
17047
17047
|
/* Hide before animation to prevent glitching */
|
|
17048
17048
|
stroke-dashoffset: 31.41592654px;
|
|
17049
17049
|
stroke-dasharray: 31.41592654px;
|
|
17050
17050
|
stroke-width: 1.5px;
|
|
17051
17051
|
}
|
|
17052
|
-
.process-
|
|
17052
|
+
.process-xxs.process-danger .process-icon-horizontal {
|
|
17053
17053
|
inset-block-start: 2.5px;
|
|
17054
17054
|
block-size: 1px;
|
|
17055
17055
|
}
|
|
17056
|
-
.process-
|
|
17056
|
+
.process-xxs.process-danger .process-icon-vertical {
|
|
17057
17057
|
inset-inline-start: 2.5px;
|
|
17058
17058
|
inline-size: 1px;
|
|
17059
17059
|
}
|
|
17060
|
-
.process-
|
|
17061
|
-
.process-
|
|
17060
|
+
.process-xxs .process-icon-horizontal,
|
|
17061
|
+
.process-xxs .process-icon-vertical {
|
|
17062
17062
|
border-radius: 0.5px;
|
|
17063
17063
|
}
|
|
17064
|
-
.process-
|
|
17064
|
+
.process-xxs.process-success .process-icon-container {
|
|
17065
17065
|
inline-size: 2.5px;
|
|
17066
17066
|
block-size: 5px;
|
|
17067
17067
|
inset-inline-start: 4.5px;
|
|
17068
17068
|
}
|
|
17069
|
-
.process-
|
|
17069
|
+
.process-xxs.process-success .process-icon-horizontal {
|
|
17070
17070
|
block-size: 1px;
|
|
17071
17071
|
}
|
|
17072
|
-
.process-
|
|
17072
|
+
.process-xxs.process-success .process-icon-vertical {
|
|
17073
17073
|
inline-size: 1px;
|
|
17074
17074
|
}
|
|
17075
17075
|
.process-xs {
|
|
@@ -17171,6 +17171,9 @@ button.popover-close {
|
|
|
17171
17171
|
.process-xl.process-success .process-icon-vertical {
|
|
17172
17172
|
inline-size: 8px;
|
|
17173
17173
|
}
|
|
17174
|
+
.process-xxs .process-icon-container {
|
|
17175
|
+
display: none;
|
|
17176
|
+
}
|
|
17174
17177
|
.process-xxs .process-circle {
|
|
17175
17178
|
animation-name: process-chase-circle-xxs;
|
|
17176
17179
|
}
|
|
@@ -18811,10 +18814,13 @@ a[data-toggle="tooltip"] {
|
|
|
18811
18814
|
position: absolute;
|
|
18812
18815
|
background: #ffffff;
|
|
18813
18816
|
background: var(--color-background-screen);
|
|
18814
|
-
transform: translateX(
|
|
18817
|
+
transform: translateX(-1.5px) rotate(-45deg);
|
|
18815
18818
|
transform-origin: left bottom;
|
|
18816
|
-
|
|
18817
|
-
|
|
18819
|
+
}
|
|
18820
|
+
[dir="rtl"] .tw-checkbox-check::before,
|
|
18821
|
+
[dir="rtl"] .tw-checkbox-check::after {
|
|
18822
|
+
transform: translateX(-1.5px) rotate(-45deg) scaleX(-1);
|
|
18823
|
+
transform-origin: right bottom;
|
|
18818
18824
|
}
|
|
18819
18825
|
.tw-checkbox-check .has-error::before,
|
|
18820
18826
|
.tw-checkbox-check .has-error::after {
|
|
@@ -55,6 +55,9 @@
|
|
|
55
55
|
inset-inline-start: 25%;
|
|
56
56
|
inset-block-start: 25%;
|
|
57
57
|
}
|
|
58
|
+
[dir="rtl"] .process-icon-container {
|
|
59
|
+
transform: rotate(45deg) scaleX(-1);
|
|
60
|
+
}
|
|
58
61
|
.process-icon-horizontal,
|
|
59
62
|
.process-icon-vertical {
|
|
60
63
|
position: absolute;
|
|
@@ -134,37 +137,37 @@
|
|
|
134
137
|
.process-stopped .process-icon-container {
|
|
135
138
|
display: none;
|
|
136
139
|
}
|
|
137
|
-
.process-
|
|
140
|
+
.process-xxs {
|
|
138
141
|
inline-size: 12px;
|
|
139
142
|
block-size: 12px;
|
|
140
143
|
}
|
|
141
|
-
.process-
|
|
144
|
+
.process-xxs .process-circle {
|
|
142
145
|
/* Hide before animation to prevent glitching */
|
|
143
146
|
stroke-dashoffset: 31.41592654px;
|
|
144
147
|
stroke-dasharray: 31.41592654px;
|
|
145
148
|
stroke-width: 1.5px;
|
|
146
149
|
}
|
|
147
|
-
.process-
|
|
150
|
+
.process-xxs.process-danger .process-icon-horizontal {
|
|
148
151
|
inset-block-start: 2.5px;
|
|
149
152
|
block-size: 1px;
|
|
150
153
|
}
|
|
151
|
-
.process-
|
|
154
|
+
.process-xxs.process-danger .process-icon-vertical {
|
|
152
155
|
inset-inline-start: 2.5px;
|
|
153
156
|
inline-size: 1px;
|
|
154
157
|
}
|
|
155
|
-
.process-
|
|
156
|
-
.process-
|
|
158
|
+
.process-xxs .process-icon-horizontal,
|
|
159
|
+
.process-xxs .process-icon-vertical {
|
|
157
160
|
border-radius: 0.5px;
|
|
158
161
|
}
|
|
159
|
-
.process-
|
|
162
|
+
.process-xxs.process-success .process-icon-container {
|
|
160
163
|
inline-size: 2.5px;
|
|
161
164
|
block-size: 5px;
|
|
162
165
|
inset-inline-start: 4.5px;
|
|
163
166
|
}
|
|
164
|
-
.process-
|
|
167
|
+
.process-xxs.process-success .process-icon-horizontal {
|
|
165
168
|
block-size: 1px;
|
|
166
169
|
}
|
|
167
|
-
.process-
|
|
170
|
+
.process-xxs.process-success .process-icon-vertical {
|
|
168
171
|
inline-size: 1px;
|
|
169
172
|
}
|
|
170
173
|
.process-xs {
|
|
@@ -266,6 +269,9 @@
|
|
|
266
269
|
.process-xl.process-success .process-icon-vertical {
|
|
267
270
|
inline-size: 8px;
|
|
268
271
|
}
|
|
272
|
+
.process-xxs .process-icon-container {
|
|
273
|
+
display: none;
|
|
274
|
+
}
|
|
269
275
|
.process-xxs .process-circle {
|
|
270
276
|
animation-name: process-chase-circle-xxs;
|
|
271
277
|
}
|
|
@@ -10,10 +10,13 @@
|
|
|
10
10
|
position: absolute;
|
|
11
11
|
background: #ffffff;
|
|
12
12
|
background: var(--color-background-screen);
|
|
13
|
-
transform: translateX(
|
|
13
|
+
transform: translateX(-1.5px) rotate(-45deg);
|
|
14
14
|
transform-origin: left bottom;
|
|
15
|
-
|
|
16
|
-
|
|
15
|
+
}
|
|
16
|
+
[dir="rtl"] .tw-checkbox-check::before,
|
|
17
|
+
[dir="rtl"] .tw-checkbox-check::after {
|
|
18
|
+
transform: translateX(-1.5px) rotate(-45deg) scaleX(-1);
|
|
19
|
+
transform-origin: right bottom;
|
|
17
20
|
}
|
|
18
21
|
.tw-checkbox-check .has-error::before,
|
|
19
22
|
.tw-checkbox-check .has-error::after {
|