sapo-components-ui-rn 1.1.64 → 1.1.65
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 +2 -2
- package/dist/index.js +2 -2
- package/package.json +1 -1
- package/src/styles/themes/tokens.tsx +2 -2
package/dist/index.esm.js
CHANGED
|
@@ -249,7 +249,7 @@ var ref = {
|
|
|
249
249
|
borderCriticalPressed: red.RED120,
|
|
250
250
|
borderErrorDefault: red.RED100,
|
|
251
251
|
borderInfoDefault: blue.BLUE100,
|
|
252
|
-
borderPrimaryDefault: ink.
|
|
252
|
+
borderPrimaryDefault: ink.INK10,
|
|
253
253
|
borderPrimaryDisabled: ink.INK20,
|
|
254
254
|
borderPrimaryHovered: ink.INK40,
|
|
255
255
|
borderPrimaryInverseDefault: blue.BLUE100,
|
|
@@ -410,7 +410,7 @@ var ref = {
|
|
|
410
410
|
borderCriticalPressed: red.RED120,
|
|
411
411
|
borderErrorDefault: red.RED100,
|
|
412
412
|
borderInfoDefault: blue.BLUE100,
|
|
413
|
-
borderPrimaryDefault: ink.
|
|
413
|
+
borderPrimaryDefault: ink.INK10,
|
|
414
414
|
borderPrimaryDisabled: ink.INK20,
|
|
415
415
|
borderPrimaryHovered: ink.INK40,
|
|
416
416
|
borderPrimaryInverseDefault: blue.BLUE100,
|
package/dist/index.js
CHANGED
|
@@ -291,7 +291,7 @@ var ref = {
|
|
|
291
291
|
borderCriticalPressed: red.RED120,
|
|
292
292
|
borderErrorDefault: red.RED100,
|
|
293
293
|
borderInfoDefault: blue.BLUE100,
|
|
294
|
-
borderPrimaryDefault: ink.
|
|
294
|
+
borderPrimaryDefault: ink.INK10,
|
|
295
295
|
borderPrimaryDisabled: ink.INK20,
|
|
296
296
|
borderPrimaryHovered: ink.INK40,
|
|
297
297
|
borderPrimaryInverseDefault: blue.BLUE100,
|
|
@@ -452,7 +452,7 @@ var ref = {
|
|
|
452
452
|
borderCriticalPressed: red.RED120,
|
|
453
453
|
borderErrorDefault: red.RED100,
|
|
454
454
|
borderInfoDefault: blue.BLUE100,
|
|
455
|
-
borderPrimaryDefault: ink.
|
|
455
|
+
borderPrimaryDefault: ink.INK10,
|
|
456
456
|
borderPrimaryDisabled: ink.INK20,
|
|
457
457
|
borderPrimaryHovered: ink.INK40,
|
|
458
458
|
borderPrimaryInverseDefault: blue.BLUE100,
|
package/package.json
CHANGED
|
@@ -33,7 +33,7 @@ const ref = {
|
|
|
33
33
|
borderCriticalPressed: red.RED120,
|
|
34
34
|
borderErrorDefault: red.RED100,
|
|
35
35
|
borderInfoDefault: blue.BLUE100,
|
|
36
|
-
borderPrimaryDefault: ink.
|
|
36
|
+
borderPrimaryDefault: ink.INK10,
|
|
37
37
|
borderPrimaryDisabled: ink.INK20,
|
|
38
38
|
borderPrimaryHovered: ink.INK40,
|
|
39
39
|
borderPrimaryInverseDefault: blue.BLUE100,
|
|
@@ -194,7 +194,7 @@ const ref = {
|
|
|
194
194
|
borderCriticalPressed: red.RED120,
|
|
195
195
|
borderErrorDefault: red.RED100,
|
|
196
196
|
borderInfoDefault: blue.BLUE100,
|
|
197
|
-
borderPrimaryDefault: ink.
|
|
197
|
+
borderPrimaryDefault: ink.INK10,
|
|
198
198
|
borderPrimaryDisabled: ink.INK20,
|
|
199
199
|
borderPrimaryHovered: ink.INK40,
|
|
200
200
|
borderPrimaryInverseDefault: blue.BLUE100,
|