@nok-integration/storefront-react 0.19.19 → 0.19.21
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/dist/index.d.ts +9 -0
- package/dist/index.mjs +272 -243
- package/dist/standalone/storefront.mjs +272 -243
- package/dist/standalone/styles.css +110 -100
- package/dist/styles.css +110 -100
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -981,38 +981,106 @@
|
|
|
981
981
|
animation: none;
|
|
982
982
|
}
|
|
983
983
|
}
|
|
984
|
-
.
|
|
984
|
+
._line_1v0et_6 {
|
|
985
|
+
display: flex;
|
|
986
|
+
align-items: center;
|
|
987
|
+
gap: var(--space-12);
|
|
988
|
+
}
|
|
989
|
+
._thumb_1v0et_12 {
|
|
990
|
+
position: relative;
|
|
991
|
+
flex-shrink: 0;
|
|
992
|
+
width: 48px;
|
|
993
|
+
height: 48px;
|
|
994
|
+
border-radius: var(--radius-6);
|
|
995
|
+
overflow: hidden;
|
|
996
|
+
background: var(--color-surface-subtle);
|
|
997
|
+
}
|
|
998
|
+
._img_1v0et_22 {
|
|
999
|
+
object-fit: cover;
|
|
1000
|
+
}
|
|
1001
|
+
._placeholder_1v0et_26 {
|
|
1002
|
+
width: 100%;
|
|
1003
|
+
height: 100%;
|
|
1004
|
+
}
|
|
1005
|
+
._meta_1v0et_31 {
|
|
1006
|
+
display: flex;
|
|
1007
|
+
flex-direction: column;
|
|
1008
|
+
gap: var(--space-12);
|
|
1009
|
+
flex: 1 1 0;
|
|
1010
|
+
min-width: 0;
|
|
1011
|
+
}
|
|
1012
|
+
._name_1v0et_40 {
|
|
1013
|
+
font-size: var(--type-trimmed-sm-size);
|
|
1014
|
+
line-height: 10px;
|
|
1015
|
+
padding: 5px 0;
|
|
1016
|
+
margin: -5px 0;
|
|
1017
|
+
font-weight: var(--font-weight-bold);
|
|
1018
|
+
color: var(--color-text-default);
|
|
1019
|
+
overflow: hidden;
|
|
1020
|
+
text-overflow: ellipsis;
|
|
1021
|
+
white-space: nowrap;
|
|
1022
|
+
}
|
|
1023
|
+
._attrs_1v0et_52 {
|
|
1024
|
+
font-size: var(--type-trimmed-sm-size);
|
|
1025
|
+
line-height: 10px;
|
|
1026
|
+
padding: 5px 0;
|
|
1027
|
+
margin: -5px 0;
|
|
1028
|
+
color: var(--color-text-subtle);
|
|
1029
|
+
}
|
|
1030
|
+
._price_1v0et_60 {
|
|
1031
|
+
display: flex;
|
|
1032
|
+
flex-direction: column;
|
|
1033
|
+
align-items: flex-end;
|
|
1034
|
+
gap: var(--space-6);
|
|
1035
|
+
flex-shrink: 0;
|
|
1036
|
+
text-align: right;
|
|
1037
|
+
}
|
|
1038
|
+
._paid_1v0et_69 {
|
|
1039
|
+
font-size: var(--type-trimmed-md-size);
|
|
1040
|
+
line-height: 11px;
|
|
1041
|
+
font-weight: var(--font-weight-bold);
|
|
1042
|
+
color: var(--color-text-default);
|
|
1043
|
+
font-variant-numeric: tabular-nums;
|
|
1044
|
+
}
|
|
1045
|
+
._was_1v0et_77 {
|
|
1046
|
+
font-size: var(--type-trimmed-sm-size);
|
|
1047
|
+
line-height: 10px;
|
|
1048
|
+
color: var(--color-text-disabled);
|
|
1049
|
+
text-decoration: line-through;
|
|
1050
|
+
font-variant-numeric: tabular-nums;
|
|
1051
|
+
}
|
|
1052
|
+
._page_6yt5y_7 {
|
|
985
1053
|
display: flex;
|
|
986
1054
|
flex-direction: column;
|
|
987
1055
|
gap: var(--space-24);
|
|
988
1056
|
padding: var(--space-20) var(--space-16);
|
|
989
1057
|
background: var(--color-surface-default);
|
|
990
1058
|
}
|
|
991
|
-
.
|
|
1059
|
+
._titles_6yt5y_15 {
|
|
992
1060
|
display: flex;
|
|
993
1061
|
flex-direction: column;
|
|
994
1062
|
gap: var(--space-8);
|
|
995
1063
|
}
|
|
996
|
-
.
|
|
1064
|
+
._title_6yt5y_15 {
|
|
997
1065
|
margin: 0;
|
|
998
1066
|
font-size: var(--type-heading-md-size);
|
|
999
1067
|
line-height: 1.32;
|
|
1000
1068
|
font-weight: var(--font-weight-bold);
|
|
1001
1069
|
color: var(--color-text-default);
|
|
1002
1070
|
}
|
|
1003
|
-
.
|
|
1071
|
+
._subtitle_6yt5y_30 {
|
|
1004
1072
|
font-size: var(--type-trimmed-sm-size);
|
|
1005
1073
|
line-height: 10px;
|
|
1006
1074
|
padding: 5px 0;
|
|
1007
1075
|
margin: -5px 0;
|
|
1008
1076
|
color: var(--color-text-subtle);
|
|
1009
1077
|
}
|
|
1010
|
-
.
|
|
1078
|
+
._list_6yt5y_38 {
|
|
1011
1079
|
display: flex;
|
|
1012
1080
|
flex-direction: column;
|
|
1013
1081
|
gap: var(--space-12);
|
|
1014
1082
|
}
|
|
1015
|
-
.
|
|
1083
|
+
._card_6yt5y_48 {
|
|
1016
1084
|
display: flex;
|
|
1017
1085
|
align-items: flex-start;
|
|
1018
1086
|
gap: var(--space-12);
|
|
@@ -1020,7 +1088,7 @@
|
|
|
1020
1088
|
border-radius: var(--radius-18);
|
|
1021
1089
|
background: var(--color-surface-soft);
|
|
1022
1090
|
}
|
|
1023
|
-
.
|
|
1091
|
+
._checkSlot_6yt5y_61 {
|
|
1024
1092
|
display: inline-flex;
|
|
1025
1093
|
align-items: flex-start;
|
|
1026
1094
|
flex-shrink: 0;
|
|
@@ -1030,12 +1098,12 @@
|
|
|
1030
1098
|
color: var(--color-surface-max);
|
|
1031
1099
|
cursor: pointer;
|
|
1032
1100
|
}
|
|
1033
|
-
.
|
|
1101
|
+
._checkSlot_6yt5y_61:focus-visible {
|
|
1034
1102
|
outline: none;
|
|
1035
1103
|
box-shadow: var(--focus-ring);
|
|
1036
1104
|
border-radius: var(--radius-4);
|
|
1037
1105
|
}
|
|
1038
|
-
.
|
|
1106
|
+
._check_6yt5y_61 {
|
|
1039
1107
|
position: relative;
|
|
1040
1108
|
display: inline-flex;
|
|
1041
1109
|
align-items: center;
|
|
@@ -1043,7 +1111,7 @@
|
|
|
1043
1111
|
width: 24px;
|
|
1044
1112
|
height: 24px;
|
|
1045
1113
|
}
|
|
1046
|
-
.
|
|
1114
|
+
._check_6yt5y_61::before {
|
|
1047
1115
|
content: "";
|
|
1048
1116
|
position: absolute;
|
|
1049
1117
|
width: 20px;
|
|
@@ -1051,88 +1119,20 @@
|
|
|
1051
1119
|
border: 1px solid var(--color-border-default);
|
|
1052
1120
|
border-radius: var(--radius-full);
|
|
1053
1121
|
}
|
|
1054
|
-
.
|
|
1122
|
+
._checkSlot_6yt5y_61[aria-checked=true] ._check_6yt5y_61::before {
|
|
1055
1123
|
border-color: transparent;
|
|
1056
1124
|
}
|
|
1057
|
-
.
|
|
1058
|
-
position: relative;
|
|
1059
|
-
}
|
|
1060
|
-
._row_1c7ro_105 {
|
|
1061
|
-
display: flex;
|
|
1062
|
-
flex-direction: column;
|
|
1063
|
-
gap: var(--space-12);
|
|
1064
|
-
flex: 1 1 0;
|
|
1065
|
-
min-width: 0;
|
|
1066
|
-
}
|
|
1067
|
-
._line_1c7ro_113 {
|
|
1068
|
-
display: flex;
|
|
1069
|
-
align-items: center;
|
|
1070
|
-
gap: var(--space-12);
|
|
1071
|
-
}
|
|
1072
|
-
._thumb_1c7ro_119 {
|
|
1125
|
+
._check_6yt5y_61 svg {
|
|
1073
1126
|
position: relative;
|
|
1074
|
-
flex-shrink: 0;
|
|
1075
|
-
width: 48px;
|
|
1076
|
-
height: 48px;
|
|
1077
|
-
border-radius: var(--radius-6);
|
|
1078
|
-
overflow: hidden;
|
|
1079
|
-
background: var(--color-surface-subtle);
|
|
1080
|
-
}
|
|
1081
|
-
._img_1c7ro_129 {
|
|
1082
|
-
object-fit: cover;
|
|
1083
1127
|
}
|
|
1084
|
-
.
|
|
1085
|
-
width: 100%;
|
|
1086
|
-
height: 100%;
|
|
1087
|
-
}
|
|
1088
|
-
._meta_1c7ro_138 {
|
|
1128
|
+
._row_6yt5y_105 {
|
|
1089
1129
|
display: flex;
|
|
1090
1130
|
flex-direction: column;
|
|
1091
1131
|
gap: var(--space-12);
|
|
1092
1132
|
flex: 1 1 0;
|
|
1093
1133
|
min-width: 0;
|
|
1094
1134
|
}
|
|
1095
|
-
.
|
|
1096
|
-
font-size: var(--type-trimmed-sm-size);
|
|
1097
|
-
line-height: 10px;
|
|
1098
|
-
padding: 5px 0;
|
|
1099
|
-
margin: -5px 0;
|
|
1100
|
-
font-weight: var(--font-weight-bold);
|
|
1101
|
-
color: var(--color-text-default);
|
|
1102
|
-
overflow: hidden;
|
|
1103
|
-
text-overflow: ellipsis;
|
|
1104
|
-
white-space: nowrap;
|
|
1105
|
-
}
|
|
1106
|
-
._attrs_1c7ro_159 {
|
|
1107
|
-
font-size: var(--type-trimmed-sm-size);
|
|
1108
|
-
line-height: 10px;
|
|
1109
|
-
padding: 5px 0;
|
|
1110
|
-
margin: -5px 0;
|
|
1111
|
-
color: var(--color-text-subtle);
|
|
1112
|
-
}
|
|
1113
|
-
._price_1c7ro_167 {
|
|
1114
|
-
display: flex;
|
|
1115
|
-
flex-direction: column;
|
|
1116
|
-
align-items: flex-end;
|
|
1117
|
-
gap: var(--space-6);
|
|
1118
|
-
flex-shrink: 0;
|
|
1119
|
-
text-align: right;
|
|
1120
|
-
}
|
|
1121
|
-
._paid_1c7ro_176 {
|
|
1122
|
-
font-size: var(--type-trimmed-md-size);
|
|
1123
|
-
line-height: 11px;
|
|
1124
|
-
font-weight: var(--font-weight-bold);
|
|
1125
|
-
color: var(--color-text-default);
|
|
1126
|
-
font-variant-numeric: tabular-nums;
|
|
1127
|
-
}
|
|
1128
|
-
._was_1c7ro_184 {
|
|
1129
|
-
font-size: var(--type-trimmed-sm-size);
|
|
1130
|
-
line-height: 10px;
|
|
1131
|
-
color: var(--color-text-disabled);
|
|
1132
|
-
text-decoration: line-through;
|
|
1133
|
-
font-variant-numeric: tabular-nums;
|
|
1134
|
-
}
|
|
1135
|
-
._reason_1c7ro_199 {
|
|
1135
|
+
._reason_6yt5y_119 {
|
|
1136
1136
|
display: inline-flex;
|
|
1137
1137
|
align-items: center;
|
|
1138
1138
|
justify-content: space-between;
|
|
@@ -1149,26 +1149,36 @@
|
|
|
1149
1149
|
font-weight: var(--font-weight-bold);
|
|
1150
1150
|
cursor: pointer;
|
|
1151
1151
|
}
|
|
1152
|
-
.
|
|
1152
|
+
._reasonSet_6yt5y_137 {
|
|
1153
1153
|
color: var(--color-text-default);
|
|
1154
1154
|
}
|
|
1155
|
-
.
|
|
1155
|
+
._reason_6yt5y_119:focus-visible {
|
|
1156
1156
|
outline: none;
|
|
1157
1157
|
box-shadow: var(--focus-ring);
|
|
1158
1158
|
}
|
|
1159
|
-
.
|
|
1159
|
+
._page_51f4e_7 {
|
|
1160
1160
|
display: flex;
|
|
1161
1161
|
flex-direction: column;
|
|
1162
1162
|
gap: var(--space-24);
|
|
1163
1163
|
padding: var(--space-20) var(--space-16);
|
|
1164
1164
|
background: var(--color-surface-default);
|
|
1165
1165
|
}
|
|
1166
|
-
.
|
|
1166
|
+
._top_51f4e_20 {
|
|
1167
|
+
display: flex;
|
|
1168
|
+
flex-direction: column;
|
|
1169
|
+
gap: var(--space-16);
|
|
1170
|
+
}
|
|
1171
|
+
._items_51f4e_27 {
|
|
1172
|
+
display: flex;
|
|
1173
|
+
flex-direction: column;
|
|
1174
|
+
gap: var(--space-16);
|
|
1175
|
+
}
|
|
1176
|
+
._intro_51f4e_33 {
|
|
1167
1177
|
display: flex;
|
|
1168
1178
|
flex-direction: column;
|
|
1169
1179
|
gap: var(--space-8);
|
|
1170
1180
|
}
|
|
1171
|
-
.
|
|
1181
|
+
._title_51f4e_40 {
|
|
1172
1182
|
font-size: var(--type-trimmed-md-size);
|
|
1173
1183
|
line-height: 11px;
|
|
1174
1184
|
padding: 5px 0;
|
|
@@ -1176,13 +1186,13 @@
|
|
|
1176
1186
|
font-weight: var(--font-weight-bold);
|
|
1177
1187
|
color: var(--color-text-default);
|
|
1178
1188
|
}
|
|
1179
|
-
.
|
|
1189
|
+
._subtitle_51f4e_49 {
|
|
1180
1190
|
margin: 0;
|
|
1181
1191
|
font-size: var(--type-caption-sm-size);
|
|
1182
1192
|
line-height: var(--type-caption-sm-line);
|
|
1183
1193
|
color: var(--color-text-subtle);
|
|
1184
1194
|
}
|
|
1185
|
-
.
|
|
1195
|
+
._card_51f4e_57 {
|
|
1186
1196
|
display: flex;
|
|
1187
1197
|
flex-direction: column;
|
|
1188
1198
|
gap: var(--space-24);
|
|
@@ -1190,22 +1200,22 @@
|
|
|
1190
1200
|
border: 1px solid var(--color-border-default);
|
|
1191
1201
|
border-radius: var(--radius-18);
|
|
1192
1202
|
}
|
|
1193
|
-
.
|
|
1203
|
+
._step_51f4e_67 {
|
|
1194
1204
|
display: flex;
|
|
1195
1205
|
flex-direction: column;
|
|
1196
1206
|
gap: var(--space-16);
|
|
1197
1207
|
}
|
|
1198
|
-
.
|
|
1208
|
+
._step2_51f4e_74 {
|
|
1199
1209
|
display: flex;
|
|
1200
1210
|
flex-direction: column;
|
|
1201
1211
|
gap: var(--space-8);
|
|
1202
1212
|
}
|
|
1203
|
-
.
|
|
1213
|
+
._stepHead_51f4e_80 {
|
|
1204
1214
|
display: flex;
|
|
1205
1215
|
align-items: center;
|
|
1206
1216
|
gap: var(--space-8);
|
|
1207
1217
|
}
|
|
1208
|
-
.
|
|
1218
|
+
._number_51f4e_87 {
|
|
1209
1219
|
display: inline-flex;
|
|
1210
1220
|
align-items: center;
|
|
1211
1221
|
justify-content: center;
|
|
@@ -1219,7 +1229,7 @@
|
|
|
1219
1229
|
font-weight: var(--font-weight-bold);
|
|
1220
1230
|
color: var(--color-text-default);
|
|
1221
1231
|
}
|
|
1222
|
-
.
|
|
1232
|
+
._stepTitle_51f4e_102 {
|
|
1223
1233
|
flex: 1 1 0;
|
|
1224
1234
|
min-width: 0;
|
|
1225
1235
|
font-size: var(--type-trimmed-md-size);
|
|
@@ -1229,24 +1239,24 @@
|
|
|
1229
1239
|
font-weight: var(--font-weight-bold);
|
|
1230
1240
|
color: var(--color-text-default);
|
|
1231
1241
|
}
|
|
1232
|
-
.
|
|
1242
|
+
._body_51f4e_113 {
|
|
1233
1243
|
margin: 0;
|
|
1234
1244
|
font-size: var(--type-caption-sm-size);
|
|
1235
1245
|
line-height: var(--type-caption-sm-line);
|
|
1236
1246
|
color: var(--color-text-default);
|
|
1237
1247
|
}
|
|
1238
|
-
.
|
|
1248
|
+
._body2_51f4e_121 {
|
|
1239
1249
|
margin: 0;
|
|
1240
1250
|
font-size: var(--type-caption-sm-size);
|
|
1241
1251
|
line-height: var(--type-caption-sm-line);
|
|
1242
1252
|
color: var(--color-text-default);
|
|
1243
1253
|
}
|
|
1244
|
-
.
|
|
1254
|
+
._body2_51f4e_121 br {
|
|
1245
1255
|
content: "";
|
|
1246
1256
|
display: block;
|
|
1247
1257
|
margin-bottom: var(--space-4);
|
|
1248
1258
|
}
|
|
1249
|
-
.
|
|
1259
|
+
._download_51f4e_139 {
|
|
1250
1260
|
display: inline-flex;
|
|
1251
1261
|
align-items: center;
|
|
1252
1262
|
justify-content: center;
|
|
@@ -1261,11 +1271,11 @@
|
|
|
1261
1271
|
font-weight: var(--font-weight-bold);
|
|
1262
1272
|
text-decoration: none;
|
|
1263
1273
|
}
|
|
1264
|
-
.
|
|
1274
|
+
._download_51f4e_139:focus-visible {
|
|
1265
1275
|
outline: none;
|
|
1266
1276
|
box-shadow: var(--focus-ring);
|
|
1267
1277
|
}
|
|
1268
|
-
.
|
|
1278
|
+
._note_51f4e_161 {
|
|
1269
1279
|
margin: 0;
|
|
1270
1280
|
font-size: var(--type-trimmed-xs-size);
|
|
1271
1281
|
line-height: 1.5;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nok-integration/storefront-react",
|
|
3
|
-
"version": "0.19.
|
|
3
|
+
"version": "0.19.21",
|
|
4
4
|
"description": "Mountable React storefront components: catalogue, product detail and cart, mounted directly into a host DOM tree. No iframe.",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"type": "module",
|