@aws-amplify/ui 6.0.4 → 6.0.5
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/styles/liveness.css
CHANGED
|
@@ -307,7 +307,7 @@
|
|
|
307
307
|
|
|
308
308
|
.amplify-liveness-start-screen-warning {
|
|
309
309
|
color: var(--amplify-colors-blue-90);
|
|
310
|
-
background-color: var(--amplify-colors-blue-
|
|
310
|
+
background-color: var(--amplify-colors-blue-10);
|
|
311
311
|
align-items: center;
|
|
312
312
|
z-index: 3;
|
|
313
313
|
}
|
|
@@ -349,13 +349,12 @@
|
|
|
349
349
|
|
|
350
350
|
.amplify-liveness-popover {
|
|
351
351
|
position: relative;
|
|
352
|
-
cursor: pointer;
|
|
353
352
|
}
|
|
354
353
|
|
|
355
354
|
.amplify-liveness-popover__anchor {
|
|
356
355
|
position: absolute;
|
|
357
356
|
top: 26px;
|
|
358
|
-
left:
|
|
357
|
+
left: 20px;
|
|
359
358
|
z-index: 3;
|
|
360
359
|
border-style: solid;
|
|
361
360
|
border-width: 0 9px 9px 9px;
|
|
@@ -365,7 +364,7 @@
|
|
|
365
364
|
.amplify-liveness-popover__anchor-secondary {
|
|
366
365
|
position: absolute;
|
|
367
366
|
top: 24px;
|
|
368
|
-
left:
|
|
367
|
+
left: 19px;
|
|
369
368
|
z-index: 2;
|
|
370
369
|
border-style: solid;
|
|
371
370
|
border-width: 0 10px 10px 10px;
|
|
@@ -378,6 +377,7 @@
|
|
|
378
377
|
color: var(--amplify-colors-font-primary);
|
|
379
378
|
flex-direction: row;
|
|
380
379
|
font-size: var(--amplify-font-sizes-xs);
|
|
380
|
+
font-weight: var(--amplify-font-weights-normal);
|
|
381
381
|
padding: var(--amplify-space-small);
|
|
382
382
|
top: 33px;
|
|
383
383
|
width: 240px;
|
|
@@ -308,7 +308,7 @@
|
|
|
308
308
|
|
|
309
309
|
.amplify-liveness-start-screen-warning {
|
|
310
310
|
color: var(--amplify-colors-blue-90);
|
|
311
|
-
background-color: var(--amplify-colors-blue-
|
|
311
|
+
background-color: var(--amplify-colors-blue-10);
|
|
312
312
|
align-items: center;
|
|
313
313
|
z-index: 3;
|
|
314
314
|
}
|
|
@@ -350,13 +350,12 @@
|
|
|
350
350
|
|
|
351
351
|
.amplify-liveness-popover {
|
|
352
352
|
position: relative;
|
|
353
|
-
cursor: pointer;
|
|
354
353
|
}
|
|
355
354
|
|
|
356
355
|
.amplify-liveness-popover__anchor {
|
|
357
356
|
position: absolute;
|
|
358
357
|
top: 26px;
|
|
359
|
-
left:
|
|
358
|
+
left: 20px;
|
|
360
359
|
z-index: 3;
|
|
361
360
|
border-style: solid;
|
|
362
361
|
border-width: 0 9px 9px 9px;
|
|
@@ -366,7 +365,7 @@
|
|
|
366
365
|
.amplify-liveness-popover__anchor-secondary {
|
|
367
366
|
position: absolute;
|
|
368
367
|
top: 24px;
|
|
369
|
-
left:
|
|
368
|
+
left: 19px;
|
|
370
369
|
z-index: 2;
|
|
371
370
|
border-style: solid;
|
|
372
371
|
border-width: 0 10px 10px 10px;
|
|
@@ -379,6 +378,7 @@
|
|
|
379
378
|
color: var(--amplify-colors-font-primary);
|
|
380
379
|
flex-direction: row;
|
|
381
380
|
font-size: var(--amplify-font-sizes-xs);
|
|
381
|
+
font-weight: var(--amplify-font-weights-normal);
|
|
382
382
|
padding: var(--amplify-space-small);
|
|
383
383
|
top: 33px;
|
|
384
384
|
width: 240px;
|
package/dist/styles.css
CHANGED
|
@@ -4213,7 +4213,7 @@ html[dir=rtl] .amplify-field-group__inner-start {
|
|
|
4213
4213
|
|
|
4214
4214
|
.amplify-liveness-start-screen-warning {
|
|
4215
4215
|
color: var(--amplify-colors-blue-90);
|
|
4216
|
-
background-color: var(--amplify-colors-blue-
|
|
4216
|
+
background-color: var(--amplify-colors-blue-10);
|
|
4217
4217
|
align-items: center;
|
|
4218
4218
|
z-index: 3;
|
|
4219
4219
|
}
|
|
@@ -4255,13 +4255,12 @@ html[dir=rtl] .amplify-field-group__inner-start {
|
|
|
4255
4255
|
|
|
4256
4256
|
.amplify-liveness-popover {
|
|
4257
4257
|
position: relative;
|
|
4258
|
-
cursor: pointer;
|
|
4259
4258
|
}
|
|
4260
4259
|
|
|
4261
4260
|
.amplify-liveness-popover__anchor {
|
|
4262
4261
|
position: absolute;
|
|
4263
4262
|
top: 26px;
|
|
4264
|
-
left:
|
|
4263
|
+
left: 20px;
|
|
4265
4264
|
z-index: 3;
|
|
4266
4265
|
border-style: solid;
|
|
4267
4266
|
border-width: 0 9px 9px 9px;
|
|
@@ -4271,7 +4270,7 @@ html[dir=rtl] .amplify-field-group__inner-start {
|
|
|
4271
4270
|
.amplify-liveness-popover__anchor-secondary {
|
|
4272
4271
|
position: absolute;
|
|
4273
4272
|
top: 24px;
|
|
4274
|
-
left:
|
|
4273
|
+
left: 19px;
|
|
4275
4274
|
z-index: 2;
|
|
4276
4275
|
border-style: solid;
|
|
4277
4276
|
border-width: 0 10px 10px 10px;
|
|
@@ -4284,6 +4283,7 @@ html[dir=rtl] .amplify-field-group__inner-start {
|
|
|
4284
4283
|
color: var(--amplify-colors-font-primary);
|
|
4285
4284
|
flex-direction: row;
|
|
4286
4285
|
font-size: var(--amplify-font-sizes-xs);
|
|
4286
|
+
font-weight: var(--amplify-font-weights-normal);
|
|
4287
4287
|
padding: var(--amplify-space-small);
|
|
4288
4288
|
top: 33px;
|
|
4289
4289
|
width: 240px;
|
package/dist/styles.layer.css
CHANGED
|
@@ -4214,7 +4214,7 @@ html[dir=rtl] .amplify-field-group__inner-start {
|
|
|
4214
4214
|
|
|
4215
4215
|
.amplify-liveness-start-screen-warning {
|
|
4216
4216
|
color: var(--amplify-colors-blue-90);
|
|
4217
|
-
background-color: var(--amplify-colors-blue-
|
|
4217
|
+
background-color: var(--amplify-colors-blue-10);
|
|
4218
4218
|
align-items: center;
|
|
4219
4219
|
z-index: 3;
|
|
4220
4220
|
}
|
|
@@ -4256,13 +4256,12 @@ html[dir=rtl] .amplify-field-group__inner-start {
|
|
|
4256
4256
|
|
|
4257
4257
|
.amplify-liveness-popover {
|
|
4258
4258
|
position: relative;
|
|
4259
|
-
cursor: pointer;
|
|
4260
4259
|
}
|
|
4261
4260
|
|
|
4262
4261
|
.amplify-liveness-popover__anchor {
|
|
4263
4262
|
position: absolute;
|
|
4264
4263
|
top: 26px;
|
|
4265
|
-
left:
|
|
4264
|
+
left: 20px;
|
|
4266
4265
|
z-index: 3;
|
|
4267
4266
|
border-style: solid;
|
|
4268
4267
|
border-width: 0 9px 9px 9px;
|
|
@@ -4272,7 +4271,7 @@ html[dir=rtl] .amplify-field-group__inner-start {
|
|
|
4272
4271
|
.amplify-liveness-popover__anchor-secondary {
|
|
4273
4272
|
position: absolute;
|
|
4274
4273
|
top: 24px;
|
|
4275
|
-
left:
|
|
4274
|
+
left: 19px;
|
|
4276
4275
|
z-index: 2;
|
|
4277
4276
|
border-style: solid;
|
|
4278
4277
|
border-width: 0 10px 10px 10px;
|
|
@@ -4285,6 +4284,7 @@ html[dir=rtl] .amplify-field-group__inner-start {
|
|
|
4285
4284
|
color: var(--amplify-colors-font-primary);
|
|
4286
4285
|
flex-direction: row;
|
|
4287
4286
|
font-size: var(--amplify-font-sizes-xs);
|
|
4287
|
+
font-weight: var(--amplify-font-weights-normal);
|
|
4288
4288
|
padding: var(--amplify-space-small);
|
|
4289
4289
|
top: 33px;
|
|
4290
4290
|
width: 240px;
|