sapo-components-ui-rn 1.1.62 → 1.1.63
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.esm.js +24 -24
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +24 -24
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/styles/themes/tokens.tsx +24 -24
package/dist/index.esm.js
CHANGED
|
@@ -292,23 +292,23 @@ var ref = {
|
|
|
292
292
|
surfaceCriticalDefault: red.RED100,
|
|
293
293
|
surfaceCriticalDisabled: ink.INK5,
|
|
294
294
|
surfaceCriticalHover: red.RED80,
|
|
295
|
-
surfaceCriticalInverseDefault: red.
|
|
296
|
-
surfaceCriticalInverseHover: red.
|
|
297
|
-
surfaceCriticalInversePressed: red.
|
|
295
|
+
surfaceCriticalInverseDefault: red.RED5,
|
|
296
|
+
surfaceCriticalInverseHover: red.RED10,
|
|
297
|
+
surfaceCriticalInversePressed: red.RED20,
|
|
298
298
|
surfaceCriticalPressed: red.RED120,
|
|
299
299
|
surfaceErrorDefault: red.RED100,
|
|
300
300
|
surfaceErrorDisabled: ink.INK5,
|
|
301
301
|
surfaceErrorHover: red.RED80,
|
|
302
|
-
surfaceErrorInverseDefault: red.
|
|
303
|
-
surfaceErrorInverseHover: red.
|
|
304
|
-
surfaceErrorInversePressed: red.
|
|
302
|
+
surfaceErrorInverseDefault: red.RED5,
|
|
303
|
+
surfaceErrorInverseHover: red.RED10,
|
|
304
|
+
surfaceErrorInversePressed: red.RED20,
|
|
305
305
|
surfaceErrorPressed: red.RED_STATUS,
|
|
306
306
|
surfaceInfoDefault: blue.BLUE100,
|
|
307
307
|
surfaceInfoDisabled: ink.INK5,
|
|
308
308
|
surfaceInfoHover: blue.BLUE80,
|
|
309
|
-
surfaceInfoInverseDefault: blue.
|
|
310
|
-
surfaceInfoInverseHover: blue.
|
|
311
|
-
surfaceInfoInversePressed: blue.
|
|
309
|
+
surfaceInfoInverseDefault: blue.BLUE5,
|
|
310
|
+
surfaceInfoInverseHover: blue.BLUE10,
|
|
311
|
+
surfaceInfoInversePressed: blue.BLUE20,
|
|
312
312
|
surfaceInfoPressed: blue.BLUE120,
|
|
313
313
|
surfacePrimaryDefault: white.WHITE100,
|
|
314
314
|
surfacePrimaryDisabled: ink.INK5,
|
|
@@ -331,9 +331,9 @@ var ref = {
|
|
|
331
331
|
surfaceWarningDefault: yellow.YELLOW100,
|
|
332
332
|
surfaceWarningDisabled: ink.INK5,
|
|
333
333
|
surfaceWarningHover: yellow.YELLOW80,
|
|
334
|
-
surfaceWarningInverseDefault: yellow.
|
|
335
|
-
surfaceWarningInverseHover: yellow.
|
|
336
|
-
surfaceWarningInversePressed: yellow.
|
|
334
|
+
surfaceWarningInverseDefault: yellow.YELLOW5,
|
|
335
|
+
surfaceWarningInverseHover: yellow.YELLOW10,
|
|
336
|
+
surfaceWarningInversePressed: yellow.YELLOW20,
|
|
337
337
|
surfaceWarningPressed: yellow.YELLOW120,
|
|
338
338
|
textDefault: ink.INK100,
|
|
339
339
|
textDisabled: ink.INK40,
|
|
@@ -453,23 +453,23 @@ var ref = {
|
|
|
453
453
|
surfaceCriticalDefault: red.RED100,
|
|
454
454
|
surfaceCriticalDisabled: ink.INK5,
|
|
455
455
|
surfaceCriticalHover: red.RED80,
|
|
456
|
-
surfaceCriticalInverseDefault: red.
|
|
457
|
-
surfaceCriticalInverseHover: red.
|
|
458
|
-
surfaceCriticalInversePressed: red.
|
|
456
|
+
surfaceCriticalInverseDefault: red.RED5,
|
|
457
|
+
surfaceCriticalInverseHover: red.RED10,
|
|
458
|
+
surfaceCriticalInversePressed: red.RED20,
|
|
459
459
|
surfaceCriticalPressed: red.RED120,
|
|
460
460
|
surfaceErrorDefault: red.RED100,
|
|
461
461
|
surfaceErrorDisabled: ink.INK5,
|
|
462
462
|
surfaceErrorHover: red.RED80,
|
|
463
|
-
surfaceErrorInverseDefault: red.
|
|
464
|
-
surfaceErrorInverseHover: red.
|
|
465
|
-
surfaceErrorInversePressed: red.
|
|
463
|
+
surfaceErrorInverseDefault: red.RED5,
|
|
464
|
+
surfaceErrorInverseHover: red.RED10,
|
|
465
|
+
surfaceErrorInversePressed: red.RED20,
|
|
466
466
|
surfaceErrorPressed: red.RED_STATUS,
|
|
467
467
|
surfaceInfoDefault: blue.BLUE100,
|
|
468
468
|
surfaceInfoDisabled: ink.INK5,
|
|
469
469
|
surfaceInfoHover: blue.BLUE80,
|
|
470
|
-
surfaceInfoInverseDefault: blue.
|
|
471
|
-
surfaceInfoInverseHover: blue.
|
|
472
|
-
surfaceInfoInversePressed: blue.
|
|
470
|
+
surfaceInfoInverseDefault: blue.BLUE5,
|
|
471
|
+
surfaceInfoInverseHover: blue.BLUE10,
|
|
472
|
+
surfaceInfoInversePressed: blue.BLUE20,
|
|
473
473
|
surfaceInfoPressed: blue.BLUE120,
|
|
474
474
|
surfacePrimaryDefault: white.WHITE100,
|
|
475
475
|
surfacePrimaryDisabled: ink.INK5,
|
|
@@ -492,9 +492,9 @@ var ref = {
|
|
|
492
492
|
surfaceWarningDefault: yellow.YELLOW100,
|
|
493
493
|
surfaceWarningDisabled: ink.INK5,
|
|
494
494
|
surfaceWarningHover: yellow.YELLOW80,
|
|
495
|
-
surfaceWarningInverseDefault: yellow.
|
|
496
|
-
surfaceWarningInverseHover: yellow.
|
|
497
|
-
surfaceWarningInversePressed: yellow.
|
|
495
|
+
surfaceWarningInverseDefault: yellow.YELLOW5,
|
|
496
|
+
surfaceWarningInverseHover: yellow.YELLOW10,
|
|
497
|
+
surfaceWarningInversePressed: yellow.YELLOW20,
|
|
498
498
|
surfaceWarningPressed: yellow.YELLOW120,
|
|
499
499
|
textDefault: ink.INK100,
|
|
500
500
|
textDisabled: ink.INK40,
|