@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
package/src/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;
|
|
@@ -15,10 +15,13 @@ import { fn } from 'storybook/test';
|
|
|
15
15
|
|
|
16
16
|
type StoryArgs = NavigationOptionProps & { hasTitleOnly?: boolean };
|
|
17
17
|
|
|
18
|
+
/**
|
|
19
|
+
* > ⚠️ This component is **deprecated** and superseded by the [new ListItem component](?path=/docs/content-listitem--docs) with the [ListItem.Navigation control](?path=/docs/content-listitem-listitem-navigation--docs).
|
|
20
|
+
*/
|
|
18
21
|
const meta: Meta<StoryArgs> = {
|
|
19
22
|
component: NavigationOption,
|
|
20
23
|
title: 'Option/NavigationOption',
|
|
21
|
-
tags: ['
|
|
24
|
+
tags: ['deprecated'],
|
|
22
25
|
argTypes: {
|
|
23
26
|
href: { control: 'text' },
|
|
24
27
|
title: { control: 'text' },
|
|
@@ -8,6 +8,14 @@ import { OptionProps, ReferenceType } from '../common/Option/Option';
|
|
|
8
8
|
|
|
9
9
|
export type NavigationOptionProps = OptionProps;
|
|
10
10
|
|
|
11
|
+
/**
|
|
12
|
+
* @deprecated Please use `<ListItem />` instead.
|
|
13
|
+
* @deprecatedSince 46.104.0
|
|
14
|
+
* @see [Source](../listItem/ListItem.tsx)
|
|
15
|
+
* @see [Storybook](https://storybook.wise.design/?path=/docs/content-listitem--docs)
|
|
16
|
+
* @see [Design docs](https://wise.design/components/list-item)
|
|
17
|
+
* @see [Release notes](https://transferwise.atlassian.net/wiki/spaces/DS/pages/3647251055/List+Item+release+notes)
|
|
18
|
+
*/
|
|
11
19
|
const NavigationOption = forwardRef<ReferenceType, NavigationOptionProps>(
|
|
12
20
|
({ as: component = 'button', disabled = false, onClick, className, ...rest }, reference) => {
|
|
13
21
|
if ('href' in rest && rest.href) {
|
|
@@ -2,9 +2,13 @@ import NavigationOption from '../navigationOption';
|
|
|
2
2
|
|
|
3
3
|
import NavigationOptionsList from '.';
|
|
4
4
|
|
|
5
|
+
/**
|
|
6
|
+
* > ⚠️ This component is **deprecated** and superseded by the [List](?path=/docs/content-list--docs), [new ListItem component](?path=/docs/content-listitem--docs) with the [ListItem.Navigation control](?path=/docs/content-listitem-listitem-navigation--docs).
|
|
7
|
+
*/
|
|
5
8
|
export default {
|
|
6
9
|
component: NavigationOptionsList,
|
|
7
10
|
title: 'Option/NavigationOptionsList',
|
|
11
|
+
tags: ['deprecated'],
|
|
8
12
|
};
|
|
9
13
|
|
|
10
14
|
export const Basic = () => {
|
|
@@ -5,6 +5,15 @@ export interface NavigationOptionListProps {
|
|
|
5
5
|
children: React.ReactNode;
|
|
6
6
|
}
|
|
7
7
|
|
|
8
|
+
/**
|
|
9
|
+
* @deprecated Please use `<List />` and `<ListItem />` instead.
|
|
10
|
+
* @deprecatedSince 46.104.0
|
|
11
|
+
* @see [List source](../list/List.tsx)
|
|
12
|
+
* @see [ListItem source](../listItem/ListItem.tsx)
|
|
13
|
+
* @see [Storybook](https://storybook.wise.design/?path=/docs/content-listitem--docs)
|
|
14
|
+
* @see [Design docs](https://wise.design/components/list-item)
|
|
15
|
+
* @see [Release notes](https://transferwise.atlassian.net/wiki/spaces/DS/pages/3647251055/List+Item+release+notes)
|
|
16
|
+
*/
|
|
8
17
|
const NavigationOptionList = ({ children }: NavigationOptionListProps) => {
|
|
9
18
|
return (
|
|
10
19
|
<ul className="np-navigation-options-list">
|
|
@@ -5,9 +5,13 @@ import { FastFlag as FastFlagIcon } from '@transferwise/icons';
|
|
|
5
5
|
import { Header, Nudge, Section, Title, Typography } from '..';
|
|
6
6
|
import RadioOption, { RadioOptionProps } from './RadioOption';
|
|
7
7
|
|
|
8
|
+
/**
|
|
9
|
+
* > ⚠️ This component is **deprecated** and superseded by the [new ListItem component](?path=/docs/content-listitem--docs) with the [ListItem.Radio control](?path=/docs/content-listitem-listitem-radio--docs).
|
|
10
|
+
*/
|
|
8
11
|
export default {
|
|
9
12
|
component: RadioOption,
|
|
10
13
|
title: 'Option/RadioOption',
|
|
14
|
+
tags: ['deprecated'],
|
|
11
15
|
argTypes: {
|
|
12
16
|
disabled: { control: 'boolean' },
|
|
13
17
|
secondary: { control: 'text' },
|
|
@@ -15,6 +15,14 @@ export interface RadioOptionProps<T extends string | number = string>
|
|
|
15
15
|
isContainerAligned?: boolean;
|
|
16
16
|
}
|
|
17
17
|
|
|
18
|
+
/**
|
|
19
|
+
* @deprecated Please use `<ListItem />` instead.
|
|
20
|
+
* @deprecatedSince 46.104.0
|
|
21
|
+
* @see [Source](../listItem/ListItem.tsx)
|
|
22
|
+
* @see [Storybook](https://storybook.wise.design/?path=/docs/content-listitem--docs)
|
|
23
|
+
* @see [Design docs](https://wise.design/components/list-item)
|
|
24
|
+
* @see [Release notes](https://transferwise.atlassian.net/wiki/spaces/DS/pages/3647251055/List+Item+release+notes)
|
|
25
|
+
*/
|
|
18
26
|
function RadioOption<T extends string | number = ''>({
|
|
19
27
|
'aria-label': ariaLabel,
|
|
20
28
|
media,
|
|
@@ -5,9 +5,13 @@ import { Status } from '../common';
|
|
|
5
5
|
import { InfoPresentation } from '../info';
|
|
6
6
|
import Summary, { type Props as SummaryProps } from './Summary';
|
|
7
7
|
|
|
8
|
+
/**
|
|
9
|
+
* > ⚠️ This component is **deprecated** and superseded by the [new ListItem component](?path=/docs/content-listitem--docs).
|
|
10
|
+
*/
|
|
8
11
|
export default {
|
|
9
12
|
component: Summary,
|
|
10
13
|
title: 'Content/Summary',
|
|
14
|
+
tags: ['deprecated'],
|
|
11
15
|
argTypes: {
|
|
12
16
|
title: { control: 'text' },
|
|
13
17
|
},
|
package/src/summary/Summary.tsx
CHANGED
|
@@ -90,6 +90,14 @@ export interface Props {
|
|
|
90
90
|
title: ReactNode;
|
|
91
91
|
}
|
|
92
92
|
|
|
93
|
+
/**
|
|
94
|
+
* @deprecated Please use `<ListItem />` instead.
|
|
95
|
+
* @deprecatedSince 46.104.0
|
|
96
|
+
* @see [Source](../listItem/ListItem.tsx)
|
|
97
|
+
* @see [Storybook](https://storybook.wise.design/?path=/docs/content-listitem--docs)
|
|
98
|
+
* @see [Design docs](https://wise.design/components/list-item)
|
|
99
|
+
* @see [Release notes](https://transferwise.atlassian.net/wiki/spaces/DS/pages/3647251055/List+Item+release+notes)
|
|
100
|
+
*/
|
|
93
101
|
const Summary = ({
|
|
94
102
|
action,
|
|
95
103
|
as: Element = 'div',
|
|
@@ -6,10 +6,13 @@ import { Nudge, Title, Typography } from '..';
|
|
|
6
6
|
|
|
7
7
|
import SwitchOption, { type SwitchOptionProps } from './SwitchOption';
|
|
8
8
|
|
|
9
|
+
/**
|
|
10
|
+
* > ⚠️ This component is **deprecated** and superseded by the [new ListItem component](?path=/docs/content-listitem--docs) with the [ListItem.Switch control](?path=/docs/content-listitem-listitem-switch--docs).
|
|
11
|
+
*/
|
|
9
12
|
const meta = {
|
|
10
13
|
component: SwitchOption,
|
|
11
14
|
title: 'Option/SwitchOption',
|
|
12
|
-
|
|
15
|
+
tags: ['deprecated'],
|
|
13
16
|
argTypes: {
|
|
14
17
|
title: { control: 'text' },
|
|
15
18
|
content: { control: 'text' },
|
|
@@ -26,6 +26,14 @@ const stopPropagation = (event?: MouseEvent<HTMLSpanElement>) => {
|
|
|
26
26
|
}
|
|
27
27
|
};
|
|
28
28
|
|
|
29
|
+
/**
|
|
30
|
+
* @deprecated Please use `<ListItem />` instead.
|
|
31
|
+
* @deprecatedSince 46.104.0
|
|
32
|
+
* @see [Source](../listItem/ListItem.tsx)
|
|
33
|
+
* @see [Storybook](https://storybook.wise.design/?path=/docs/content-listitem--docs)
|
|
34
|
+
* @see [Design docs](https://wise.design/components/list-item)
|
|
35
|
+
* @see [Release notes](https://transferwise.atlassian.net/wiki/spaces/DS/pages/3647251055/List+Item+release+notes)
|
|
36
|
+
*/
|
|
29
37
|
const SwitchOption = ({
|
|
30
38
|
checked,
|
|
31
39
|
complex,
|