@transferwise/components 46.106.0 → 46.108.0
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/actionOption/ActionOption.js.map +1 -1
- package/build/actionOption/ActionOption.mjs.map +1 -1
- package/build/checkboxOption/CheckboxOption.js.map +1 -1
- package/build/checkboxOption/CheckboxOption.mjs.map +1 -1
- package/build/header/Header.js +1 -0
- package/build/header/Header.js.map +1 -1
- package/build/header/Header.mjs +1 -0
- package/build/header/Header.mjs.map +1 -1
- package/build/legacylistItem/LegacyListItem.js.map +1 -1
- package/build/legacylistItem/LegacyListItem.mjs.map +1 -1
- package/build/link/Link.js +6 -2
- package/build/link/Link.js.map +1 -1
- package/build/link/Link.mjs +6 -2
- package/build/link/Link.mjs.map +1 -1
- package/build/listItem/ListItem.js +28 -16
- package/build/listItem/ListItem.js.map +1 -1
- package/build/listItem/ListItem.mjs +28 -16
- package/build/listItem/ListItem.mjs.map +1 -1
- package/build/listItem/ListItemContext.js.map +1 -1
- package/build/listItem/ListItemContext.mjs.map +1 -1
- package/build/listItem/Navigation/ListItemNavigation.js +1 -3
- package/build/listItem/Navigation/ListItemNavigation.js.map +1 -1
- package/build/listItem/Navigation/ListItemNavigation.mjs +2 -4
- package/build/listItem/Navigation/ListItemNavigation.mjs.map +1 -1
- package/build/listItem/Prompt/InlinePrompt/InlinePrompt.js +74 -0
- package/build/listItem/Prompt/InlinePrompt/InlinePrompt.js.map +1 -0
- package/build/listItem/Prompt/InlinePrompt/InlinePrompt.mjs +72 -0
- package/build/listItem/Prompt/InlinePrompt/InlinePrompt.mjs.map +1 -0
- package/build/listItem/Prompt/ListItemPrompt.js +10 -15
- package/build/listItem/Prompt/ListItemPrompt.js.map +1 -1
- package/build/listItem/Prompt/ListItemPrompt.mjs +11 -16
- package/build/listItem/Prompt/ListItemPrompt.mjs.map +1 -1
- package/build/main.css +122 -81
- package/build/navigationOption/NavigationOption.js.map +1 -1
- package/build/navigationOption/NavigationOption.mjs.map +1 -1
- package/build/navigationOptionsList/NavigationOptionsList.js.map +1 -1
- package/build/navigationOptionsList/NavigationOptionsList.mjs.map +1 -1
- package/build/radioOption/RadioOption.js.map +1 -1
- package/build/radioOption/RadioOption.mjs.map +1 -1
- package/build/styles/link/Link.css +7 -0
- package/build/styles/listItem/ListItem.css +115 -81
- package/build/styles/listItem/ListItem.grid.css +11 -3
- package/build/styles/listItem/ListItem.vars.css +0 -0
- package/build/styles/listItem/Prompt/InlinePrompt/InlinePrompt.css +153 -0
- package/build/styles/listItem/Prompt/ListItemPrompt.css +72 -72
- package/build/styles/main.css +122 -81
- package/build/summary/Summary.js +8 -0
- package/build/summary/Summary.js.map +1 -1
- package/build/summary/Summary.mjs +8 -0
- package/build/summary/Summary.mjs.map +1 -1
- package/build/switchOption/SwitchOption.js +8 -0
- package/build/switchOption/SwitchOption.js.map +1 -1
- package/build/switchOption/SwitchOption.mjs +8 -0
- package/build/switchOption/SwitchOption.mjs.map +1 -1
- package/build/types/actionOption/ActionOption.d.ts +8 -0
- package/build/types/actionOption/ActionOption.d.ts.map +1 -1
- package/build/types/checkboxOption/CheckboxOption.d.ts +8 -0
- package/build/types/checkboxOption/CheckboxOption.d.ts.map +1 -1
- package/build/types/header/Header.d.ts +1 -0
- package/build/types/header/Header.d.ts.map +1 -1
- package/build/types/legacylistItem/LegacyListItem.d.ts +8 -0
- package/build/types/legacylistItem/LegacyListItem.d.ts.map +1 -1
- package/build/types/link/Link.d.ts +1 -1
- package/build/types/link/Link.d.ts.map +1 -1
- package/build/types/listItem/ListItem.d.ts +10 -1
- package/build/types/listItem/ListItem.d.ts.map +1 -1
- package/build/types/listItem/ListItemContext.d.ts +2 -1
- package/build/types/listItem/ListItemContext.d.ts.map +1 -1
- package/build/types/listItem/Navigation/ListItemNavigation.d.ts.map +1 -1
- package/build/types/listItem/Prompt/InlinePrompt/InlinePrompt.d.ts +15 -0
- package/build/types/listItem/Prompt/InlinePrompt/InlinePrompt.d.ts.map +1 -0
- package/build/types/listItem/Prompt/InlinePrompt/index.d.ts +3 -0
- package/build/types/listItem/Prompt/InlinePrompt/index.d.ts.map +1 -0
- package/build/types/listItem/Prompt/ListItemPrompt.d.ts +4 -6
- package/build/types/listItem/Prompt/ListItemPrompt.d.ts.map +1 -1
- package/build/types/listItem/_stories/helpers.d.ts +1 -1
- package/build/types/listItem/_stories/helpers.d.ts.map +1 -1
- package/build/types/listItem/_stories/subcomponents.d.ts +4 -0
- package/build/types/listItem/_stories/subcomponents.d.ts.map +1 -1
- package/build/types/listItem/_stories/variants/helpers.d.ts.map +1 -1
- package/build/types/listItem/constants.d.ts +16 -0
- package/build/types/listItem/constants.d.ts.map +1 -0
- package/build/types/listItem/useListItemControl.d.ts +1 -1
- package/build/types/navigationOption/NavigationOption.d.ts +8 -0
- package/build/types/navigationOption/NavigationOption.d.ts.map +1 -1
- package/build/types/navigationOptionsList/NavigationOptionsList.d.ts +9 -0
- package/build/types/navigationOptionsList/NavigationOptionsList.d.ts.map +1 -1
- package/build/types/radioOption/RadioOption.d.ts +8 -0
- package/build/types/radioOption/RadioOption.d.ts.map +1 -1
- package/build/types/summary/Summary.d.ts +8 -0
- package/build/types/summary/Summary.d.ts.map +1 -1
- package/build/types/switchOption/SwitchOption.d.ts +8 -0
- package/build/types/switchOption/SwitchOption.d.ts.map +1 -1
- package/package.json +2 -2
- package/src/actionOption/ActionOption.story.tsx +4 -0
- package/src/actionOption/ActionOption.tsx +8 -0
- package/src/checkboxOption/CheckboxOption.story.tsx +4 -0
- package/src/checkboxOption/CheckboxOption.tsx +8 -0
- package/src/header/Header.story.tsx +14 -0
- package/src/header/Header.tsx +2 -0
- package/src/legacylistItem/LegacyListItem.story.tsx +4 -0
- package/src/legacylistItem/LegacyListItem.tsx +8 -0
- package/src/link/Link.css +7 -0
- package/src/link/Link.less +8 -0
- package/src/link/Link.spec.tsx +28 -0
- package/src/link/Link.story.tsx +72 -16
- package/src/link/Link.tsx +5 -1
- package/src/listItem/ListItem.css +115 -81
- package/src/listItem/ListItem.grid.css +11 -3
- package/src/listItem/ListItem.grid.less +14 -4
- package/src/listItem/ListItem.less +35 -8
- package/src/listItem/ListItem.spec.tsx +37 -1
- package/src/listItem/ListItem.tsx +47 -21
- package/src/listItem/ListItem.vars.css +0 -0
- package/src/listItem/ListItem.vars.less +11 -0
- package/src/listItem/ListItemContext.tsx +2 -1
- package/src/listItem/Navigation/ListItemNavigation.spec.tsx +1 -10
- package/src/listItem/Navigation/ListItemNavigation.story.tsx +0 -22
- package/src/listItem/Navigation/ListItemNavigation.tsx +2 -3
- package/src/listItem/Prompt/InlinePrompt/InlinePrompt.css +153 -0
- package/src/listItem/Prompt/InlinePrompt/InlinePrompt.less +162 -0
- package/src/listItem/Prompt/InlinePrompt/InlinePrompt.spec.tsx +66 -0
- package/src/listItem/Prompt/InlinePrompt/InlinePrompt.tsx +56 -0
- package/src/listItem/Prompt/InlinePrompt/index.ts +2 -0
- package/src/listItem/Prompt/ListItemPrompt.css +72 -72
- package/src/listItem/Prompt/ListItemPrompt.less +2 -130
- package/src/listItem/Prompt/ListItemPrompt.spec.tsx +36 -0
- package/src/listItem/Prompt/ListItemPrompt.story.tsx +4 -2
- package/src/listItem/Prompt/ListItemPrompt.tsx +14 -14
- package/src/listItem/_stories/ListItem.disabled.story.tsx +433 -0
- package/src/listItem/_stories/ListItem.layout.test.story.tsx +10 -155
- package/src/listItem/_stories/ListItem.scenarios.story.tsx +4 -25
- package/src/listItem/_stories/ListItem.story.tsx +17 -187
- package/src/listItem/_stories/helpers.tsx +23 -6
- package/src/listItem/_stories/subcomponents.tsx +19 -2
- package/src/listItem/_stories/variants/ListItem.medium.test.story.tsx +1 -1
- package/src/listItem/_stories/variants/ListItem.neutral.test.story.tsx +55 -0
- package/src/listItem/_stories/variants/ListItem.small.test.story.tsx +1 -1
- package/src/listItem/_stories/variants/helpers.tsx +28 -1
- package/src/listItem/constants.ts +15 -0
- package/src/main.css +122 -81
- package/src/navigationOption/NavigationOption.story.tsx +4 -1
- package/src/navigationOption/NavigationOption.tsx +8 -0
- package/src/navigationOptionsList/NavigationOptionsList.story.tsx +4 -0
- package/src/navigationOptionsList/NavigationOptionsList.tsx +9 -0
- package/src/radioOption/RadioOption.story.tsx +4 -0
- package/src/radioOption/RadioOption.tsx +8 -0
- package/src/summary/Summary.story.tsx +4 -0
- package/src/summary/Summary.tsx +8 -0
- package/src/switchOption/SwitchOption.story.tsx +4 -1
- package/src/switchOption/SwitchOption.tsx +8 -0
- package/src/table/Table.story.tsx +1 -1
|
@@ -1,7 +1,5 @@
|
|
|
1
|
-
.wds-
|
|
2
|
-
grid-area: prompt;
|
|
1
|
+
.wds-inline-prompt {
|
|
3
2
|
display: inline-flex;
|
|
4
|
-
justify-self: start;
|
|
5
3
|
text-align: left;
|
|
6
4
|
padding-top: calc(8px / 2);
|
|
7
5
|
padding-top: calc(var(--padding-x-small) / 2);
|
|
@@ -16,33 +14,27 @@
|
|
|
16
14
|
word-break: break-word;
|
|
17
15
|
word-wrap: break-word;
|
|
18
16
|
}
|
|
19
|
-
.wds-
|
|
20
|
-
.wds-
|
|
17
|
+
.wds-inline-prompt:has(a),
|
|
18
|
+
.wds-inline-prompt:has(button) {
|
|
21
19
|
position: relative;
|
|
22
20
|
z-index: 1;
|
|
23
21
|
}
|
|
24
|
-
.wds-
|
|
25
|
-
.
|
|
22
|
+
.wds-inline-prompt--muted {
|
|
23
|
+
opacity: 0.93;
|
|
24
|
+
filter: grayscale(1);
|
|
25
|
+
}
|
|
26
|
+
.wds-inline-prompt a,
|
|
27
|
+
.wds-inline-prompt button {
|
|
26
28
|
text-underline-offset: calc(4px / 2);
|
|
27
29
|
text-underline-offset: calc(var(--size-4) / 2);
|
|
28
30
|
}
|
|
29
|
-
.wds-
|
|
30
|
-
.wds-
|
|
31
|
+
.wds-inline-prompt a:first-of-type:before,
|
|
32
|
+
.wds-inline-prompt button:first-of-type:before {
|
|
31
33
|
content: '';
|
|
32
34
|
position: absolute;
|
|
33
35
|
inset: 0;
|
|
34
36
|
}
|
|
35
|
-
.wds-
|
|
36
|
-
padding-left: calc(8px - 1px);
|
|
37
|
-
padding-left: calc(var(--padding-x-small) - 1px);
|
|
38
|
-
padding-right: 8px;
|
|
39
|
-
padding-right: var(--padding-x-small);
|
|
40
|
-
display: inline-flex;
|
|
41
|
-
align-items: center;
|
|
42
|
-
gap: 4px;
|
|
43
|
-
gap: var(--size-4);
|
|
44
|
-
}
|
|
45
|
-
.wds-list-item-prompt .np-prompt-icon {
|
|
37
|
+
.wds-inline-prompt__media-wrapper {
|
|
46
38
|
padding-right: calc(12px / 2);
|
|
47
39
|
padding-right: calc(var(--size-12) / 2);
|
|
48
40
|
padding-top: calc(4px - 1px);
|
|
@@ -50,108 +42,116 @@
|
|
|
50
42
|
padding-bottom: calc(4px - 1px);
|
|
51
43
|
padding-bottom: calc(var(--size-4) - 1px);
|
|
52
44
|
}
|
|
53
|
-
.wds-
|
|
54
|
-
.wds-
|
|
45
|
+
.wds-inline-prompt__media-wrapper .tw-icon-tags,
|
|
46
|
+
.wds-inline-prompt__media-wrapper .tw-icon-confetti {
|
|
55
47
|
color: var(--color-sentiment-positive-primary);
|
|
56
48
|
}
|
|
57
|
-
.wds-
|
|
49
|
+
.wds-inline-prompt--negative {
|
|
58
50
|
background-color: var(--color-sentiment-negative-secondary);
|
|
59
51
|
color: var(--color-sentiment-negative-primary);
|
|
60
52
|
}
|
|
61
|
-
.wds-
|
|
62
|
-
.wds-
|
|
53
|
+
.wds-inline-prompt--negative a,
|
|
54
|
+
.wds-inline-prompt--negative button {
|
|
63
55
|
color: var(--color-sentiment-negative-primary);
|
|
64
56
|
}
|
|
65
|
-
.wds-
|
|
66
|
-
.wds-
|
|
57
|
+
.wds-inline-prompt--negative a:hover,
|
|
58
|
+
.wds-inline-prompt--negative button:hover {
|
|
67
59
|
color: var(--color-sentiment-negative-primary-hover);
|
|
68
60
|
}
|
|
69
|
-
.wds-
|
|
70
|
-
.wds-
|
|
61
|
+
.wds-inline-prompt--negative a:active,
|
|
62
|
+
.wds-inline-prompt--negative button:active {
|
|
71
63
|
color: var(--color-sentiment-negative-primary-active);
|
|
72
64
|
}
|
|
73
|
-
.wds-
|
|
65
|
+
.wds-inline-prompt.wds-inline-prompt--negative:has(a, button):hover {
|
|
74
66
|
background-color: var(--color-sentiment-negative-secondary-hover);
|
|
75
67
|
}
|
|
76
|
-
.wds-
|
|
68
|
+
.wds-inline-prompt.wds-inline-prompt--negative:has(a, button):active {
|
|
77
69
|
background-color: var(--color-sentiment-negative-secondary-active);
|
|
78
70
|
}
|
|
79
|
-
.wds-
|
|
80
|
-
.wds-list-item-prompt.discount,
|
|
81
|
-
.wds-list-item-prompt.savings {
|
|
71
|
+
.wds-inline-prompt--positive {
|
|
82
72
|
background-color: var(--color-sentiment-positive-secondary);
|
|
83
73
|
color: var(--color-sentiment-positive-primary);
|
|
84
74
|
}
|
|
85
|
-
.wds-
|
|
86
|
-
.wds-
|
|
87
|
-
.wds-list-item-prompt.savings a,
|
|
88
|
-
.wds-list-item-prompt.positive button,
|
|
89
|
-
.wds-list-item-prompt.discount button,
|
|
90
|
-
.wds-list-item-prompt.savings button {
|
|
75
|
+
.wds-inline-prompt--positive a,
|
|
76
|
+
.wds-inline-prompt--positive button {
|
|
91
77
|
color: var(--color-sentiment-positive-primary);
|
|
92
78
|
}
|
|
93
|
-
.wds-
|
|
94
|
-
.wds-
|
|
95
|
-
.wds-list-item-prompt.savings a:hover,
|
|
96
|
-
.wds-list-item-prompt.positive button:hover,
|
|
97
|
-
.wds-list-item-prompt.discount button:hover,
|
|
98
|
-
.wds-list-item-prompt.savings button:hover {
|
|
79
|
+
.wds-inline-prompt--positive a:hover,
|
|
80
|
+
.wds-inline-prompt--positive button:hover {
|
|
99
81
|
color: var(--color-sentiment-positive-primary-hover);
|
|
100
82
|
}
|
|
101
|
-
.wds-
|
|
102
|
-
.wds-
|
|
103
|
-
.wds-list-item-prompt.savings a:active,
|
|
104
|
-
.wds-list-item-prompt.positive button:active,
|
|
105
|
-
.wds-list-item-prompt.discount button:active,
|
|
106
|
-
.wds-list-item-prompt.savings button:active {
|
|
83
|
+
.wds-inline-prompt--positive a:active,
|
|
84
|
+
.wds-inline-prompt--positive button:active {
|
|
107
85
|
color: var(--color-sentiment-positive-primary-active);
|
|
108
86
|
}
|
|
109
|
-
.wds-
|
|
110
|
-
.wds-list-item-prompt.wds-list-item-prompt.discount:has(a, button):hover,
|
|
111
|
-
.wds-list-item-prompt.wds-list-item-prompt.savings:has(a, button):hover {
|
|
87
|
+
.wds-inline-prompt.wds-inline-prompt--positive:has(a, button):hover {
|
|
112
88
|
background-color: var(--color-sentiment-positive-secondary-hover);
|
|
113
89
|
}
|
|
114
|
-
.wds-
|
|
115
|
-
.wds-list-item-prompt.wds-list-item-prompt.discount:has(a, button):active,
|
|
116
|
-
.wds-list-item-prompt.wds-list-item-prompt.savings:has(a, button):active {
|
|
90
|
+
.wds-inline-prompt.wds-inline-prompt--positive:has(a, button):active {
|
|
117
91
|
background-color: var(--color-sentiment-positive-secondary-active);
|
|
118
92
|
}
|
|
119
|
-
.wds-
|
|
93
|
+
.wds-inline-prompt--proposition {
|
|
94
|
+
background-color: var(--color-sentiment-positive-secondary);
|
|
95
|
+
color: var(--color-sentiment-positive-primary);
|
|
96
|
+
}
|
|
97
|
+
.wds-inline-prompt--proposition a,
|
|
98
|
+
.wds-inline-prompt--proposition button {
|
|
99
|
+
color: var(--color-sentiment-positive-primary);
|
|
100
|
+
}
|
|
101
|
+
.wds-inline-prompt--proposition a:hover,
|
|
102
|
+
.wds-inline-prompt--proposition button:hover {
|
|
103
|
+
color: var(--color-sentiment-positive-primary-hover);
|
|
104
|
+
}
|
|
105
|
+
.wds-inline-prompt--proposition a:active,
|
|
106
|
+
.wds-inline-prompt--proposition button:active {
|
|
107
|
+
color: var(--color-sentiment-positive-primary-active);
|
|
108
|
+
}
|
|
109
|
+
.wds-inline-prompt.wds-inline-prompt--proposition:has(a, button):hover {
|
|
110
|
+
background-color: var(--color-sentiment-positive-secondary-hover);
|
|
111
|
+
}
|
|
112
|
+
.wds-inline-prompt.wds-inline-prompt--proposition:has(a, button):active {
|
|
113
|
+
background-color: var(--color-sentiment-positive-secondary-active);
|
|
114
|
+
}
|
|
115
|
+
.wds-inline-prompt--neutral {
|
|
120
116
|
background-color: rgba(134,167,189,0.10196);
|
|
121
117
|
background-color: var(--color-background-neutral);
|
|
122
118
|
color: #37517e;
|
|
123
119
|
color: var(--color-content-primary);
|
|
124
120
|
}
|
|
125
|
-
.wds-
|
|
126
|
-
.wds-
|
|
121
|
+
.wds-inline-prompt--neutral a,
|
|
122
|
+
.wds-inline-prompt--neutral button {
|
|
127
123
|
color: #37517e;
|
|
128
124
|
color: var(--color-content-primary);
|
|
129
125
|
}
|
|
130
|
-
.wds-
|
|
126
|
+
.wds-inline-prompt.wds-inline-prompt--neutral:has(a, button):hover {
|
|
131
127
|
background-color: var(--color-background-neutral-hover);
|
|
132
128
|
}
|
|
133
|
-
.wds-
|
|
129
|
+
.wds-inline-prompt.wds-inline-prompt--neutral:has(a, button):active {
|
|
134
130
|
background-color: var(--color-background-neutral-active);
|
|
135
131
|
}
|
|
136
|
-
.wds-
|
|
132
|
+
.wds-inline-prompt--warning {
|
|
137
133
|
background-color: var(--color-sentiment-warning-secondary);
|
|
138
134
|
color: var(--color-sentiment-warning-content);
|
|
139
135
|
}
|
|
140
|
-
.wds-
|
|
141
|
-
.wds-
|
|
136
|
+
.wds-inline-prompt--warning a,
|
|
137
|
+
.wds-inline-prompt--warning button {
|
|
142
138
|
color: var(--color-sentiment-warning-content);
|
|
143
139
|
}
|
|
144
|
-
.wds-
|
|
145
|
-
.wds-
|
|
140
|
+
.wds-inline-prompt--warning a:hover,
|
|
141
|
+
.wds-inline-prompt--warning button:hover {
|
|
146
142
|
color: var(--color-sentiment-warning-content-hover);
|
|
147
143
|
}
|
|
148
|
-
.wds-
|
|
149
|
-
.wds-
|
|
144
|
+
.wds-inline-prompt--warning a:active,
|
|
145
|
+
.wds-inline-prompt--warning button:active {
|
|
150
146
|
color: var(--color-sentiment-warning-content-active);
|
|
151
147
|
}
|
|
152
|
-
.wds-
|
|
148
|
+
.wds-inline-prompt.wds-inline-prompt--warning:has(a, button):hover {
|
|
153
149
|
background-color: color-mix(in srgb, var(--color-sentiment-warning-secondary) 92%, var(--color-sentiment-warning-primary));
|
|
154
150
|
}
|
|
155
|
-
.wds-
|
|
151
|
+
.wds-inline-prompt.wds-inline-prompt--warning:has(a, button):active {
|
|
156
152
|
background-color: color-mix(in srgb, var(--color-sentiment-warning-secondary) 84%, var(--color-sentiment-warning-primary));
|
|
157
153
|
}
|
|
154
|
+
.wds-list-item-prompt {
|
|
155
|
+
grid-area: prompt;
|
|
156
|
+
justify-self: start;
|
|
157
|
+
}
|
package/build/styles/main.css
CHANGED
|
@@ -2653,7 +2653,7 @@ html:not([dir="rtl"]) .np-flow-navigation--sm .np-flow-navigation__stepper {
|
|
|
2653
2653
|
.wds-list-item-gridWrapper.wds-list-item-hasMedia-noControl.wds-list-item-noInfo-hasPrompt:not(:has(.wds-list-item-subtitle-value, .wds-list-item-subtitle)) .wds-list-item-prompt {
|
|
2654
2654
|
margin-top: -2px;
|
|
2655
2655
|
}
|
|
2656
|
-
@container (min-width:
|
|
2656
|
+
@container (min-width: 309px) {
|
|
2657
2657
|
.wds-list-item-gridWrapper .wds-list-item-control-wrapper {
|
|
2658
2658
|
height: var(--wds-list-item-control-wrapper-height);
|
|
2659
2659
|
align-content: center;
|
|
@@ -2749,7 +2749,7 @@ html:not([dir="rtl"]) .np-flow-navigation--sm .np-flow-navigation__stepper {
|
|
|
2749
2749
|
grid-template-areas: "body";
|
|
2750
2750
|
}
|
|
2751
2751
|
}
|
|
2752
|
-
@container (min-width:
|
|
2752
|
+
@container (min-width: 241px) and (max-width: 308px) {
|
|
2753
2753
|
.wds-list-item-gridWrapper .wds-list-item-media-image {
|
|
2754
2754
|
-o-object-position: bottom left;
|
|
2755
2755
|
object-position: bottom left;
|
|
@@ -2875,8 +2875,12 @@ html:not([dir="rtl"]) .np-flow-navigation--sm .np-flow-navigation__stepper {
|
|
|
2875
2875
|
grid-template-rows: auto;
|
|
2876
2876
|
grid-template-areas: "body";
|
|
2877
2877
|
}
|
|
2878
|
+
.wds-list-item-gridWrapper .wds-list-item-button-control--hasPrompt {
|
|
2879
|
+
margin-top: 4px;
|
|
2880
|
+
margin-top: var(--size-4);
|
|
2881
|
+
}
|
|
2878
2882
|
}
|
|
2879
|
-
@container (max-width:
|
|
2883
|
+
@container (max-width: 240px) {
|
|
2880
2884
|
.wds-list-item-gridWrapper .wds-list-item-control-wrapper {
|
|
2881
2885
|
align-content: start;
|
|
2882
2886
|
}
|
|
@@ -3017,11 +3021,13 @@ html:not([dir="rtl"]) .np-flow-navigation--sm .np-flow-navigation__stepper {
|
|
|
3017
3021
|
.wds-list-item-gridWrapper .wds-list-item-body .wds-list-item-value {
|
|
3018
3022
|
text-align: left;
|
|
3019
3023
|
}
|
|
3024
|
+
.wds-list-item-gridWrapper .wds-list-item-button-control--hasPrompt {
|
|
3025
|
+
margin-top: 4px;
|
|
3026
|
+
margin-top: var(--size-4);
|
|
3027
|
+
}
|
|
3020
3028
|
}
|
|
3021
|
-
.wds-
|
|
3022
|
-
grid-area: prompt;
|
|
3029
|
+
.wds-inline-prompt {
|
|
3023
3030
|
display: inline-flex;
|
|
3024
|
-
justify-self: start;
|
|
3025
3031
|
text-align: left;
|
|
3026
3032
|
padding-top: calc(8px / 2);
|
|
3027
3033
|
padding-top: calc(var(--padding-x-small) / 2);
|
|
@@ -3036,33 +3042,27 @@ html:not([dir="rtl"]) .np-flow-navigation--sm .np-flow-navigation__stepper {
|
|
|
3036
3042
|
word-break: break-word;
|
|
3037
3043
|
word-wrap: break-word;
|
|
3038
3044
|
}
|
|
3039
|
-
.wds-
|
|
3040
|
-
.wds-
|
|
3045
|
+
.wds-inline-prompt:has(a),
|
|
3046
|
+
.wds-inline-prompt:has(button) {
|
|
3041
3047
|
position: relative;
|
|
3042
3048
|
z-index: 1;
|
|
3043
3049
|
}
|
|
3044
|
-
.wds-
|
|
3045
|
-
.
|
|
3050
|
+
.wds-inline-prompt--muted {
|
|
3051
|
+
opacity: 0.93;
|
|
3052
|
+
filter: grayscale(1);
|
|
3053
|
+
}
|
|
3054
|
+
.wds-inline-prompt a,
|
|
3055
|
+
.wds-inline-prompt button {
|
|
3046
3056
|
text-underline-offset: calc(4px / 2);
|
|
3047
3057
|
text-underline-offset: calc(var(--size-4) / 2);
|
|
3048
3058
|
}
|
|
3049
|
-
.wds-
|
|
3050
|
-
.wds-
|
|
3059
|
+
.wds-inline-prompt a:first-of-type:before,
|
|
3060
|
+
.wds-inline-prompt button:first-of-type:before {
|
|
3051
3061
|
content: '';
|
|
3052
3062
|
position: absolute;
|
|
3053
3063
|
inset: 0;
|
|
3054
3064
|
}
|
|
3055
|
-
.wds-
|
|
3056
|
-
padding-left: calc(8px - 1px);
|
|
3057
|
-
padding-left: calc(var(--padding-x-small) - 1px);
|
|
3058
|
-
padding-right: 8px;
|
|
3059
|
-
padding-right: var(--padding-x-small);
|
|
3060
|
-
display: inline-flex;
|
|
3061
|
-
align-items: center;
|
|
3062
|
-
gap: 4px;
|
|
3063
|
-
gap: var(--size-4);
|
|
3064
|
-
}
|
|
3065
|
-
.wds-list-item-prompt .np-prompt-icon {
|
|
3065
|
+
.wds-inline-prompt__media-wrapper {
|
|
3066
3066
|
padding-right: calc(12px / 2);
|
|
3067
3067
|
padding-right: calc(var(--size-12) / 2);
|
|
3068
3068
|
padding-top: calc(4px - 1px);
|
|
@@ -3070,111 +3070,119 @@ html:not([dir="rtl"]) .np-flow-navigation--sm .np-flow-navigation__stepper {
|
|
|
3070
3070
|
padding-bottom: calc(4px - 1px);
|
|
3071
3071
|
padding-bottom: calc(var(--size-4) - 1px);
|
|
3072
3072
|
}
|
|
3073
|
-
.wds-
|
|
3074
|
-
.wds-
|
|
3073
|
+
.wds-inline-prompt__media-wrapper .tw-icon-tags,
|
|
3074
|
+
.wds-inline-prompt__media-wrapper .tw-icon-confetti {
|
|
3075
3075
|
color: var(--color-sentiment-positive-primary);
|
|
3076
3076
|
}
|
|
3077
|
-
.wds-
|
|
3077
|
+
.wds-inline-prompt--negative {
|
|
3078
3078
|
background-color: var(--color-sentiment-negative-secondary);
|
|
3079
3079
|
color: var(--color-sentiment-negative-primary);
|
|
3080
3080
|
}
|
|
3081
|
-
.wds-
|
|
3082
|
-
.wds-
|
|
3081
|
+
.wds-inline-prompt--negative a,
|
|
3082
|
+
.wds-inline-prompt--negative button {
|
|
3083
3083
|
color: var(--color-sentiment-negative-primary);
|
|
3084
3084
|
}
|
|
3085
|
-
.wds-
|
|
3086
|
-
.wds-
|
|
3085
|
+
.wds-inline-prompt--negative a:hover,
|
|
3086
|
+
.wds-inline-prompt--negative button:hover {
|
|
3087
3087
|
color: var(--color-sentiment-negative-primary-hover);
|
|
3088
3088
|
}
|
|
3089
|
-
.wds-
|
|
3090
|
-
.wds-
|
|
3089
|
+
.wds-inline-prompt--negative a:active,
|
|
3090
|
+
.wds-inline-prompt--negative button:active {
|
|
3091
3091
|
color: var(--color-sentiment-negative-primary-active);
|
|
3092
3092
|
}
|
|
3093
|
-
.wds-
|
|
3093
|
+
.wds-inline-prompt.wds-inline-prompt--negative:has(a, button):hover {
|
|
3094
3094
|
background-color: var(--color-sentiment-negative-secondary-hover);
|
|
3095
3095
|
}
|
|
3096
|
-
.wds-
|
|
3096
|
+
.wds-inline-prompt.wds-inline-prompt--negative:has(a, button):active {
|
|
3097
3097
|
background-color: var(--color-sentiment-negative-secondary-active);
|
|
3098
3098
|
}
|
|
3099
|
-
.wds-
|
|
3100
|
-
|
|
3101
|
-
|
|
3099
|
+
.wds-inline-prompt--positive {
|
|
3100
|
+
background-color: var(--color-sentiment-positive-secondary);
|
|
3101
|
+
color: var(--color-sentiment-positive-primary);
|
|
3102
|
+
}
|
|
3103
|
+
.wds-inline-prompt--positive a,
|
|
3104
|
+
.wds-inline-prompt--positive button {
|
|
3105
|
+
color: var(--color-sentiment-positive-primary);
|
|
3106
|
+
}
|
|
3107
|
+
.wds-inline-prompt--positive a:hover,
|
|
3108
|
+
.wds-inline-prompt--positive button:hover {
|
|
3109
|
+
color: var(--color-sentiment-positive-primary-hover);
|
|
3110
|
+
}
|
|
3111
|
+
.wds-inline-prompt--positive a:active,
|
|
3112
|
+
.wds-inline-prompt--positive button:active {
|
|
3113
|
+
color: var(--color-sentiment-positive-primary-active);
|
|
3114
|
+
}
|
|
3115
|
+
.wds-inline-prompt.wds-inline-prompt--positive:has(a, button):hover {
|
|
3116
|
+
background-color: var(--color-sentiment-positive-secondary-hover);
|
|
3117
|
+
}
|
|
3118
|
+
.wds-inline-prompt.wds-inline-prompt--positive:has(a, button):active {
|
|
3119
|
+
background-color: var(--color-sentiment-positive-secondary-active);
|
|
3120
|
+
}
|
|
3121
|
+
.wds-inline-prompt--proposition {
|
|
3102
3122
|
background-color: var(--color-sentiment-positive-secondary);
|
|
3103
3123
|
color: var(--color-sentiment-positive-primary);
|
|
3104
3124
|
}
|
|
3105
|
-
.wds-
|
|
3106
|
-
.wds-
|
|
3107
|
-
.wds-list-item-prompt.savings a,
|
|
3108
|
-
.wds-list-item-prompt.positive button,
|
|
3109
|
-
.wds-list-item-prompt.discount button,
|
|
3110
|
-
.wds-list-item-prompt.savings button {
|
|
3125
|
+
.wds-inline-prompt--proposition a,
|
|
3126
|
+
.wds-inline-prompt--proposition button {
|
|
3111
3127
|
color: var(--color-sentiment-positive-primary);
|
|
3112
3128
|
}
|
|
3113
|
-
.wds-
|
|
3114
|
-
.wds-
|
|
3115
|
-
.wds-list-item-prompt.savings a:hover,
|
|
3116
|
-
.wds-list-item-prompt.positive button:hover,
|
|
3117
|
-
.wds-list-item-prompt.discount button:hover,
|
|
3118
|
-
.wds-list-item-prompt.savings button:hover {
|
|
3129
|
+
.wds-inline-prompt--proposition a:hover,
|
|
3130
|
+
.wds-inline-prompt--proposition button:hover {
|
|
3119
3131
|
color: var(--color-sentiment-positive-primary-hover);
|
|
3120
3132
|
}
|
|
3121
|
-
.wds-
|
|
3122
|
-
.wds-
|
|
3123
|
-
.wds-list-item-prompt.savings a:active,
|
|
3124
|
-
.wds-list-item-prompt.positive button:active,
|
|
3125
|
-
.wds-list-item-prompt.discount button:active,
|
|
3126
|
-
.wds-list-item-prompt.savings button:active {
|
|
3133
|
+
.wds-inline-prompt--proposition a:active,
|
|
3134
|
+
.wds-inline-prompt--proposition button:active {
|
|
3127
3135
|
color: var(--color-sentiment-positive-primary-active);
|
|
3128
3136
|
}
|
|
3129
|
-
.wds-
|
|
3130
|
-
.wds-list-item-prompt.wds-list-item-prompt.discount:has(a, button):hover,
|
|
3131
|
-
.wds-list-item-prompt.wds-list-item-prompt.savings:has(a, button):hover {
|
|
3137
|
+
.wds-inline-prompt.wds-inline-prompt--proposition:has(a, button):hover {
|
|
3132
3138
|
background-color: var(--color-sentiment-positive-secondary-hover);
|
|
3133
3139
|
}
|
|
3134
|
-
.wds-
|
|
3135
|
-
.wds-list-item-prompt.wds-list-item-prompt.discount:has(a, button):active,
|
|
3136
|
-
.wds-list-item-prompt.wds-list-item-prompt.savings:has(a, button):active {
|
|
3140
|
+
.wds-inline-prompt.wds-inline-prompt--proposition:has(a, button):active {
|
|
3137
3141
|
background-color: var(--color-sentiment-positive-secondary-active);
|
|
3138
3142
|
}
|
|
3139
|
-
.wds-
|
|
3143
|
+
.wds-inline-prompt--neutral {
|
|
3140
3144
|
background-color: rgba(134,167,189,0.10196);
|
|
3141
3145
|
background-color: var(--color-background-neutral);
|
|
3142
3146
|
color: #37517e;
|
|
3143
3147
|
color: var(--color-content-primary);
|
|
3144
3148
|
}
|
|
3145
|
-
.wds-
|
|
3146
|
-
.wds-
|
|
3149
|
+
.wds-inline-prompt--neutral a,
|
|
3150
|
+
.wds-inline-prompt--neutral button {
|
|
3147
3151
|
color: #37517e;
|
|
3148
3152
|
color: var(--color-content-primary);
|
|
3149
3153
|
}
|
|
3150
|
-
.wds-
|
|
3154
|
+
.wds-inline-prompt.wds-inline-prompt--neutral:has(a, button):hover {
|
|
3151
3155
|
background-color: var(--color-background-neutral-hover);
|
|
3152
3156
|
}
|
|
3153
|
-
.wds-
|
|
3157
|
+
.wds-inline-prompt.wds-inline-prompt--neutral:has(a, button):active {
|
|
3154
3158
|
background-color: var(--color-background-neutral-active);
|
|
3155
3159
|
}
|
|
3156
|
-
.wds-
|
|
3160
|
+
.wds-inline-prompt--warning {
|
|
3157
3161
|
background-color: var(--color-sentiment-warning-secondary);
|
|
3158
3162
|
color: var(--color-sentiment-warning-content);
|
|
3159
3163
|
}
|
|
3160
|
-
.wds-
|
|
3161
|
-
.wds-
|
|
3164
|
+
.wds-inline-prompt--warning a,
|
|
3165
|
+
.wds-inline-prompt--warning button {
|
|
3162
3166
|
color: var(--color-sentiment-warning-content);
|
|
3163
3167
|
}
|
|
3164
|
-
.wds-
|
|
3165
|
-
.wds-
|
|
3168
|
+
.wds-inline-prompt--warning a:hover,
|
|
3169
|
+
.wds-inline-prompt--warning button:hover {
|
|
3166
3170
|
color: var(--color-sentiment-warning-content-hover);
|
|
3167
3171
|
}
|
|
3168
|
-
.wds-
|
|
3169
|
-
.wds-
|
|
3172
|
+
.wds-inline-prompt--warning a:active,
|
|
3173
|
+
.wds-inline-prompt--warning button:active {
|
|
3170
3174
|
color: var(--color-sentiment-warning-content-active);
|
|
3171
3175
|
}
|
|
3172
|
-
.wds-
|
|
3176
|
+
.wds-inline-prompt.wds-inline-prompt--warning:has(a, button):hover {
|
|
3173
3177
|
background-color: color-mix(in srgb, var(--color-sentiment-warning-secondary) 92%, var(--color-sentiment-warning-primary));
|
|
3174
3178
|
}
|
|
3175
|
-
.wds-
|
|
3179
|
+
.wds-inline-prompt.wds-inline-prompt--warning:has(a, button):active {
|
|
3176
3180
|
background-color: color-mix(in srgb, var(--color-sentiment-warning-secondary) 84%, var(--color-sentiment-warning-primary));
|
|
3177
3181
|
}
|
|
3182
|
+
.wds-list-item-prompt {
|
|
3183
|
+
grid-area: prompt;
|
|
3184
|
+
justify-self: start;
|
|
3185
|
+
}
|
|
3178
3186
|
.wds-list-item {
|
|
3179
3187
|
list-style: none;
|
|
3180
3188
|
width: 100%;
|
|
@@ -3298,7 +3306,7 @@ html:not([dir="rtl"]) .np-flow-navigation--sm .np-flow-navigation__stepper {
|
|
|
3298
3306
|
}
|
|
3299
3307
|
.wds-list-item-body {
|
|
3300
3308
|
grid-area: body;
|
|
3301
|
-
align-items:
|
|
3309
|
+
align-items: start;
|
|
3302
3310
|
width: 100%;
|
|
3303
3311
|
display: grid;
|
|
3304
3312
|
grid-template-columns: 1fr max-content;
|
|
@@ -3309,14 +3317,27 @@ html:not([dir="rtl"]) .np-flow-navigation--sm .np-flow-navigation__stepper {
|
|
|
3309
3317
|
gap: var(--size-16);
|
|
3310
3318
|
word-break: break-word;
|
|
3311
3319
|
}
|
|
3320
|
+
.wds-list-item-titles,
|
|
3321
|
+
.wds-list-item-value {
|
|
3322
|
+
display: flex;
|
|
3323
|
+
flex-direction: column;
|
|
3324
|
+
justify-content: center;
|
|
3325
|
+
}
|
|
3326
|
+
@container (min-width: 309px) {
|
|
3327
|
+
.wds-list-item-titles,
|
|
3328
|
+
.wds-list-item-value {
|
|
3329
|
+
min-height: 100%;
|
|
3330
|
+
min-height: var(--wds-list-item-value-min-height, 100%);
|
|
3331
|
+
}
|
|
3332
|
+
}
|
|
3333
|
+
.wds-list-item-value {
|
|
3334
|
+
text-align: right;
|
|
3335
|
+
}
|
|
3312
3336
|
.wds-list-item-title,
|
|
3313
3337
|
.wds-list-item-title-value {
|
|
3314
3338
|
color: #37517e;
|
|
3315
3339
|
color: var(--color-content-primary);
|
|
3316
3340
|
}
|
|
3317
|
-
.wds-list-item-value {
|
|
3318
|
-
text-align: right;
|
|
3319
|
-
}
|
|
3320
3341
|
.wds-list-item-body-center {
|
|
3321
3342
|
display: flex;
|
|
3322
3343
|
flex-direction: row;
|
|
@@ -3343,16 +3364,29 @@ html:not([dir="rtl"]) .np-flow-navigation--sm .np-flow-navigation__stepper {
|
|
|
3343
3364
|
flex: 0 0 auto;
|
|
3344
3365
|
}
|
|
3345
3366
|
.wds-list-item.disabled {
|
|
3346
|
-
filter: none;
|
|
3347
3367
|
opacity: 1;
|
|
3368
|
+
opacity: initial;
|
|
3348
3369
|
}
|
|
3370
|
+
.wds-list-item.disabled,
|
|
3349
3371
|
.wds-list-item.disabled label {
|
|
3350
3372
|
cursor: not-allowed;
|
|
3351
3373
|
}
|
|
3352
|
-
.wds-list-item.disabled .
|
|
3374
|
+
.wds-list-item.disabled .wds-list-item-title,
|
|
3375
|
+
.wds-list-item.disabled .wds-list-item-title-value,
|
|
3376
|
+
.wds-list-item.disabled .wds-list-item-subtitle,
|
|
3377
|
+
.wds-list-item.disabled .wds-list-item-subtitle-value,
|
|
3378
|
+
.wds-list-item.disabled .wds-list-item-additional-info {
|
|
3353
3379
|
color: #768e9c;
|
|
3354
3380
|
color: var(--color-content-tertiary);
|
|
3355
3381
|
}
|
|
3382
|
+
.wds-list-item.disabled .wds-list-item-media,
|
|
3383
|
+
.wds-list-item.disabled .wds-list-item-body,
|
|
3384
|
+
.wds-list-item.disabled .wds-list-item-additional-info {
|
|
3385
|
+
opacity: 0.93;
|
|
3386
|
+
}
|
|
3387
|
+
.wds-list-item.disabled--has-prompt-reason .wds-list-item-prompt {
|
|
3388
|
+
opacity: 0.93;
|
|
3389
|
+
}
|
|
3356
3390
|
.wds-list-item-spotlight {
|
|
3357
3391
|
padding-left: 12px;
|
|
3358
3392
|
padding-left: var(--size-12);
|
|
@@ -3911,6 +3945,13 @@ button.np-link {
|
|
|
3911
3945
|
margin-left: 0;
|
|
3912
3946
|
margin-left: initial;
|
|
3913
3947
|
}
|
|
3948
|
+
.np-link.np-link--disabled,
|
|
3949
|
+
.np-link:disabled {
|
|
3950
|
+
filter: none;
|
|
3951
|
+
mix-blend-mode: luminosity;
|
|
3952
|
+
opacity: 0.45;
|
|
3953
|
+
cursor: not-allowed;
|
|
3954
|
+
}
|
|
3914
3955
|
:root {
|
|
3915
3956
|
--coin-colour: #1c3108;
|
|
3916
3957
|
--coin-size: 4.5rem;
|
package/build/summary/Summary.js
CHANGED
|
@@ -48,6 +48,14 @@ const statusMapping = {
|
|
|
48
48
|
[status.Status.DONE]: sentiment.Sentiment.POSITIVE,
|
|
49
49
|
[status.Status.PENDING]: sentiment.Sentiment.PENDING
|
|
50
50
|
};
|
|
51
|
+
/**
|
|
52
|
+
* @deprecated Please use `<ListItem />` instead.
|
|
53
|
+
* @deprecatedSince 46.104.0
|
|
54
|
+
* @see [Source](../listItem/ListItem.tsx)
|
|
55
|
+
* @see [Storybook](https://storybook.wise.design/?path=/docs/content-listitem--docs)
|
|
56
|
+
* @see [Design docs](https://wise.design/components/list-item)
|
|
57
|
+
* @see [Release notes](https://transferwise.atlassian.net/wiki/spaces/DS/pages/3647251055/List+Item+release+notes)
|
|
58
|
+
*/
|
|
51
59
|
const Summary = ({
|
|
52
60
|
action,
|
|
53
61
|
as: Element = 'div',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Summary.js","sources":["../../src/summary/Summary.tsx"],"sourcesContent":["/* eslint-disable @typescript-eslint/no-unsafe-member-access, @typescript-eslint/no-unsafe-assignment */\nimport {\n CheckCircleFill as CheckCircleIcon,\n ClockFill as PendingCircleIcon,\n} from '@transferwise/icons';\nimport { clsx } from 'clsx';\nimport { ElementType, cloneElement, ReactNode } from 'react';\nimport { useIntl } from 'react-intl';\n\nimport Body from '../body';\nimport {\n Status,\n StatusDone,\n StatusNotDone,\n StatusPending,\n Size,\n Typography,\n Sentiment,\n} from '../common';\nimport Info, { InfoProps } from '../info';\nimport StatusIcon from '../statusIcon';\n\nimport messages from './Summary.messages';\nimport Link from '../link';\nimport type { AlertAction } from '../alert';\n\nconst BadgeIcons = {\n [Status.DONE]: CheckCircleIcon,\n [Status.PENDING]: PendingCircleIcon,\n};\n\nconst statusLabels = {\n [Status.NOT_DONE]: 'statusNotDone',\n [Status.DONE]: 'statusDone',\n [Status.PENDING]: 'statusPending',\n};\n\nconst statusMapping = {\n [Status.DONE]: Sentiment.POSITIVE,\n [Status.PENDING]: Sentiment.PENDING,\n};\n\nexport interface Props {\n /**\n * Action displayed at the bottom of the Summary\n */\n action?: AlertAction;\n /**\n * Decides which html element should wrap the Summary\n */\n as?: ElementType;\n /**\n * Extra classes applied to Summary\n */\n className?: string;\n /**\n * @deprecated please use description instead\n */\n content?: ReactNode;\n /**\n * Summary description\n */\n description?: ReactNode;\n /**\n * @deprecated please use info instead\n */\n help?: {\n content: ReactNode;\n title?: ReactNode;\n };\n /**\n * Infos displayed on help Icon click inside Popover or Modal\n */\n info?: Pick<InfoProps, 'aria-label' | 'content' | 'onClick' | 'presentation' | 'title'>;\n /**\n * @deprecated please use icon instead\n */\n illustration?: ReactNode;\n /**\n * Main Summary Icon\n */\n icon?: ReactNode;\n /**\n * Decides the badge applied to Icon\n */\n status?: StatusNotDone | StatusDone | StatusPending;\n /**\n * Summary title\n */\n title: ReactNode;\n}\n\nconst Summary = ({\n action,\n as: Element = 'div',\n className,\n content = null,\n description = content,\n help,\n icon,\n illustration = null,\n info = help,\n status,\n title,\n}: Props) => {\n const intl = useIntl();\n\n let media = illustration;\n if (icon) {\n // @ts-expect-error if icon is present it has props and size prop\n const iconSize = icon?.props?.size as number;\n\n media =\n iconSize !== 24\n ? // @ts-expect-error we need icon to adjust it's size\n cloneElement(icon, { size: 24 })\n : icon;\n }\n // @ts-expect-error Badge can be null, this is handled in code\n const Badge = status && BadgeIcons[status];\n\n return (\n <Element\n className={clsx('np-summary d-flex align-items-start', className)}\n // @ts-expect-error we check whether `status` is not null before index `statusLabels` and `messages`\n aria-label={status && intl.formatMessage(messages[statusLabels[status]])}\n >\n {icon && (\n <div className=\"np-summary__icon\">\n {media}\n {Badge && (\n <div>\n {/* @ts-expect-error it's okey to pass `undefined` into `sentiment` prop */}\n <StatusIcon size={Size.SMALL} sentiment={statusMapping[status]} />\n </div>\n )}\n </div>\n )}\n <div className={`np-summary__body ${icon ? 'm-l-2' : ''}`}>\n <div className=\"np-summary__title d-flex\">\n <Body\n as=\"span\"\n role=\"heading\"\n aria-level={6}\n type={Typography.BODY_LARGE_BOLD}\n className=\"text-primary text-overflow-wrap m-b-1\"\n >\n {title}\n </Body>\n {info && (\n <Info\n aria-label={info['aria-label']}\n className=\"m-l-1 hidden-xs\"\n content={info.content}\n presentation={info.presentation}\n size={Size.LARGE}\n title={info.title}\n onClick={info.onClick}\n />\n )}\n </div>\n\n {description && (\n <Body\n as=\"span\"\n type={Typography.BODY_DEFAULT}\n className={`d-block text-overflow-wrap ${icon ? 'np-summary__description' : 'np-summary__description-icon'}`}\n >\n {description}\n </Body>\n )}\n {action && (\n <Link\n href={action.href}\n target={action.target}\n className=\"np-summary__action\"\n aria-label={action['aria-label']}\n onClick={action.onClick}\n >\n {action.text}\n </Link>\n )}\n </div>\n {info && (\n <Info\n aria-label={info['aria-label']}\n className=\"m-l-2 hidden-sm hidden-md hidden-lg hidden-xl\"\n content={info.content}\n presentation={info.presentation}\n size={Size.LARGE}\n title={info.title}\n onClick={info.onClick}\n />\n )}\n </Element>\n );\n};\n\nexport default Summary;\n"],"names":["BadgeIcons","Status","DONE","CheckCircleIcon","PENDING","PendingCircleIcon","statusLabels","NOT_DONE","statusMapping","Sentiment","POSITIVE","Summary","action","as","Element","className","content","description","help","icon","illustration","info","status","title","intl","useIntl","media","iconSize","props","size","cloneElement","Badge","_jsxs","clsx","formatMessage","messages","children","_jsx","StatusIcon","Size","SMALL","sentiment","Body","role","type","Typography","BODY_LARGE_BOLD","Info","presentation","LARGE","onClick","BODY_DEFAULT","Link","href","target","text"],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"Summary.js","sources":["../../src/summary/Summary.tsx"],"sourcesContent":["/* eslint-disable @typescript-eslint/no-unsafe-member-access, @typescript-eslint/no-unsafe-assignment */\nimport {\n CheckCircleFill as CheckCircleIcon,\n ClockFill as PendingCircleIcon,\n} from '@transferwise/icons';\nimport { clsx } from 'clsx';\nimport { ElementType, cloneElement, ReactNode } from 'react';\nimport { useIntl } from 'react-intl';\n\nimport Body from '../body';\nimport {\n Status,\n StatusDone,\n StatusNotDone,\n StatusPending,\n Size,\n Typography,\n Sentiment,\n} from '../common';\nimport Info, { InfoProps } from '../info';\nimport StatusIcon from '../statusIcon';\n\nimport messages from './Summary.messages';\nimport Link from '../link';\nimport type { AlertAction } from '../alert';\n\nconst BadgeIcons = {\n [Status.DONE]: CheckCircleIcon,\n [Status.PENDING]: PendingCircleIcon,\n};\n\nconst statusLabels = {\n [Status.NOT_DONE]: 'statusNotDone',\n [Status.DONE]: 'statusDone',\n [Status.PENDING]: 'statusPending',\n};\n\nconst statusMapping = {\n [Status.DONE]: Sentiment.POSITIVE,\n [Status.PENDING]: Sentiment.PENDING,\n};\n\nexport interface Props {\n /**\n * Action displayed at the bottom of the Summary\n */\n action?: AlertAction;\n /**\n * Decides which html element should wrap the Summary\n */\n as?: ElementType;\n /**\n * Extra classes applied to Summary\n */\n className?: string;\n /**\n * @deprecated please use description instead\n */\n content?: ReactNode;\n /**\n * Summary description\n */\n description?: ReactNode;\n /**\n * @deprecated please use info instead\n */\n help?: {\n content: ReactNode;\n title?: ReactNode;\n };\n /**\n * Infos displayed on help Icon click inside Popover or Modal\n */\n info?: Pick<InfoProps, 'aria-label' | 'content' | 'onClick' | 'presentation' | 'title'>;\n /**\n * @deprecated please use icon instead\n */\n illustration?: ReactNode;\n /**\n * Main Summary Icon\n */\n icon?: ReactNode;\n /**\n * Decides the badge applied to Icon\n */\n status?: StatusNotDone | StatusDone | StatusPending;\n /**\n * Summary title\n */\n title: ReactNode;\n}\n\n/**\n * @deprecated Please use `<ListItem />` instead.\n * @deprecatedSince 46.104.0\n * @see [Source](../listItem/ListItem.tsx)\n * @see [Storybook](https://storybook.wise.design/?path=/docs/content-listitem--docs)\n * @see [Design docs](https://wise.design/components/list-item)\n * @see [Release notes](https://transferwise.atlassian.net/wiki/spaces/DS/pages/3647251055/List+Item+release+notes)\n */\nconst Summary = ({\n action,\n as: Element = 'div',\n className,\n content = null,\n description = content,\n help,\n icon,\n illustration = null,\n info = help,\n status,\n title,\n}: Props) => {\n const intl = useIntl();\n\n let media = illustration;\n if (icon) {\n // @ts-expect-error if icon is present it has props and size prop\n const iconSize = icon?.props?.size as number;\n\n media =\n iconSize !== 24\n ? // @ts-expect-error we need icon to adjust it's size\n cloneElement(icon, { size: 24 })\n : icon;\n }\n // @ts-expect-error Badge can be null, this is handled in code\n const Badge = status && BadgeIcons[status];\n\n return (\n <Element\n className={clsx('np-summary d-flex align-items-start', className)}\n // @ts-expect-error we check whether `status` is not null before index `statusLabels` and `messages`\n aria-label={status && intl.formatMessage(messages[statusLabels[status]])}\n >\n {icon && (\n <div className=\"np-summary__icon\">\n {media}\n {Badge && (\n <div>\n {/* @ts-expect-error it's okey to pass `undefined` into `sentiment` prop */}\n <StatusIcon size={Size.SMALL} sentiment={statusMapping[status]} />\n </div>\n )}\n </div>\n )}\n <div className={`np-summary__body ${icon ? 'm-l-2' : ''}`}>\n <div className=\"np-summary__title d-flex\">\n <Body\n as=\"span\"\n role=\"heading\"\n aria-level={6}\n type={Typography.BODY_LARGE_BOLD}\n className=\"text-primary text-overflow-wrap m-b-1\"\n >\n {title}\n </Body>\n {info && (\n <Info\n aria-label={info['aria-label']}\n className=\"m-l-1 hidden-xs\"\n content={info.content}\n presentation={info.presentation}\n size={Size.LARGE}\n title={info.title}\n onClick={info.onClick}\n />\n )}\n </div>\n\n {description && (\n <Body\n as=\"span\"\n type={Typography.BODY_DEFAULT}\n className={`d-block text-overflow-wrap ${icon ? 'np-summary__description' : 'np-summary__description-icon'}`}\n >\n {description}\n </Body>\n )}\n {action && (\n <Link\n href={action.href}\n target={action.target}\n className=\"np-summary__action\"\n aria-label={action['aria-label']}\n onClick={action.onClick}\n >\n {action.text}\n </Link>\n )}\n </div>\n {info && (\n <Info\n aria-label={info['aria-label']}\n className=\"m-l-2 hidden-sm hidden-md hidden-lg hidden-xl\"\n content={info.content}\n presentation={info.presentation}\n size={Size.LARGE}\n title={info.title}\n onClick={info.onClick}\n />\n )}\n </Element>\n );\n};\n\nexport default Summary;\n"],"names":["BadgeIcons","Status","DONE","CheckCircleIcon","PENDING","PendingCircleIcon","statusLabels","NOT_DONE","statusMapping","Sentiment","POSITIVE","Summary","action","as","Element","className","content","description","help","icon","illustration","info","status","title","intl","useIntl","media","iconSize","props","size","cloneElement","Badge","_jsxs","clsx","formatMessage","messages","children","_jsx","StatusIcon","Size","SMALL","sentiment","Body","role","type","Typography","BODY_LARGE_BOLD","Info","presentation","LARGE","onClick","BODY_DEFAULT","Link","href","target","text"],"mappings":"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"}
|
|
@@ -44,6 +44,14 @@ const statusMapping = {
|
|
|
44
44
|
[Status.DONE]: Sentiment.POSITIVE,
|
|
45
45
|
[Status.PENDING]: Sentiment.PENDING
|
|
46
46
|
};
|
|
47
|
+
/**
|
|
48
|
+
* @deprecated Please use `<ListItem />` instead.
|
|
49
|
+
* @deprecatedSince 46.104.0
|
|
50
|
+
* @see [Source](../listItem/ListItem.tsx)
|
|
51
|
+
* @see [Storybook](https://storybook.wise.design/?path=/docs/content-listitem--docs)
|
|
52
|
+
* @see [Design docs](https://wise.design/components/list-item)
|
|
53
|
+
* @see [Release notes](https://transferwise.atlassian.net/wiki/spaces/DS/pages/3647251055/List+Item+release+notes)
|
|
54
|
+
*/
|
|
47
55
|
const Summary = ({
|
|
48
56
|
action,
|
|
49
57
|
as: Element = 'div',
|