@spothero/ui 14.7.6 → 14.8.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/CHANGELOG.md +5 -0
- package/CHANGELOG.tmp +3 -4
- package/package.json +1 -1
- package/styles/v2/components/Button/Button.styles.js +0 -47
- package/v2/index-bundled.cjs.js +1 -1
- package/v2/index-bundled.cjs.js.map +1 -1
- package/v2/index-bundled.esm.js +1 -1
- package/v2/index-bundled.esm.js.map +1 -1
- package/v2/index-unbundled.cjs.js +0 -47
- package/v2/index-unbundled.cjs.js.map +1 -1
- package/v2/index-unbundled.esm.js +0 -47
- package/v2/index-unbundled.esm.js.map +1 -1
|
@@ -34405,56 +34405,11 @@ var variants$7 = {
|
|
|
34405
34405
|
boxShadow: '0 0 0 3px rgba(255, 255, 255, 0.7)'
|
|
34406
34406
|
}
|
|
34407
34407
|
},
|
|
34408
|
-
textButton: {
|
|
34409
|
-
bg: 'none',
|
|
34410
|
-
borderWidth: 'none',
|
|
34411
|
-
borderRadius: 'unset',
|
|
34412
|
-
color: 'primary.default',
|
|
34413
|
-
h: 'unset',
|
|
34414
|
-
m: 'unset',
|
|
34415
|
-
minW: 'unset',
|
|
34416
|
-
p: 'unset',
|
|
34417
|
-
lineHeight: 1,
|
|
34418
|
-
_disabled: {
|
|
34419
|
-
bg: 'none',
|
|
34420
|
-
color: 'gray.dark'
|
|
34421
|
-
},
|
|
34422
|
-
_hover: {
|
|
34423
|
-
color: 'primary.700',
|
|
34424
|
-
_disabled: {
|
|
34425
|
-
color: 'gray.dark'
|
|
34426
|
-
}
|
|
34427
|
-
}
|
|
34428
|
-
},
|
|
34429
|
-
textButtonOnDark: {
|
|
34430
|
-
bg: 'none',
|
|
34431
|
-
borderRadius: 'unset',
|
|
34432
|
-
borderWidth: 'none',
|
|
34433
|
-
color: 'white',
|
|
34434
|
-
h: 'unset',
|
|
34435
|
-
m: 'unset',
|
|
34436
|
-
minW: 'unset',
|
|
34437
|
-
p: 'unset',
|
|
34438
|
-
_disabled: {
|
|
34439
|
-
bg: 'none',
|
|
34440
|
-
color: 'white',
|
|
34441
|
-
opacity: '.7'
|
|
34442
|
-
},
|
|
34443
|
-
_hover: {
|
|
34444
|
-
color: 'white',
|
|
34445
|
-
opacity: '.8',
|
|
34446
|
-
_disabled: {
|
|
34447
|
-
opacity: '.7'
|
|
34448
|
-
}
|
|
34449
|
-
}
|
|
34450
|
-
},
|
|
34451
34408
|
tertiary: {
|
|
34452
34409
|
bg: 'none',
|
|
34453
34410
|
borderWidth: 'none',
|
|
34454
34411
|
borderRadius: 'unset',
|
|
34455
34412
|
color: 'primary.default',
|
|
34456
|
-
textDecoration: 'underline',
|
|
34457
|
-
textUnderlineOffset: '1px',
|
|
34458
34413
|
h: 'unset',
|
|
34459
34414
|
m: 'unset',
|
|
34460
34415
|
minW: 'unset',
|
|
@@ -34476,8 +34431,6 @@ var variants$7 = {
|
|
|
34476
34431
|
borderRadius: 'unset',
|
|
34477
34432
|
borderWidth: 'none',
|
|
34478
34433
|
color: 'white',
|
|
34479
|
-
textDecoration: 'underline',
|
|
34480
|
-
textUnderlineOffset: '1px',
|
|
34481
34434
|
h: 'unset',
|
|
34482
34435
|
m: 'unset',
|
|
34483
34436
|
minW: 'unset',
|