@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
|
@@ -34417,56 +34417,11 @@ var variants$7 = {
|
|
|
34417
34417
|
boxShadow: '0 0 0 3px rgba(255, 255, 255, 0.7)'
|
|
34418
34418
|
}
|
|
34419
34419
|
},
|
|
34420
|
-
textButton: {
|
|
34421
|
-
bg: 'none',
|
|
34422
|
-
borderWidth: 'none',
|
|
34423
|
-
borderRadius: 'unset',
|
|
34424
|
-
color: 'primary.default',
|
|
34425
|
-
h: 'unset',
|
|
34426
|
-
m: 'unset',
|
|
34427
|
-
minW: 'unset',
|
|
34428
|
-
p: 'unset',
|
|
34429
|
-
lineHeight: 1,
|
|
34430
|
-
_disabled: {
|
|
34431
|
-
bg: 'none',
|
|
34432
|
-
color: 'gray.dark'
|
|
34433
|
-
},
|
|
34434
|
-
_hover: {
|
|
34435
|
-
color: 'primary.700',
|
|
34436
|
-
_disabled: {
|
|
34437
|
-
color: 'gray.dark'
|
|
34438
|
-
}
|
|
34439
|
-
}
|
|
34440
|
-
},
|
|
34441
|
-
textButtonOnDark: {
|
|
34442
|
-
bg: 'none',
|
|
34443
|
-
borderRadius: 'unset',
|
|
34444
|
-
borderWidth: 'none',
|
|
34445
|
-
color: 'white',
|
|
34446
|
-
h: 'unset',
|
|
34447
|
-
m: 'unset',
|
|
34448
|
-
minW: 'unset',
|
|
34449
|
-
p: 'unset',
|
|
34450
|
-
_disabled: {
|
|
34451
|
-
bg: 'none',
|
|
34452
|
-
color: 'white',
|
|
34453
|
-
opacity: '.7'
|
|
34454
|
-
},
|
|
34455
|
-
_hover: {
|
|
34456
|
-
color: 'white',
|
|
34457
|
-
opacity: '.8',
|
|
34458
|
-
_disabled: {
|
|
34459
|
-
opacity: '.7'
|
|
34460
|
-
}
|
|
34461
|
-
}
|
|
34462
|
-
},
|
|
34463
34420
|
tertiary: {
|
|
34464
34421
|
bg: 'none',
|
|
34465
34422
|
borderWidth: 'none',
|
|
34466
34423
|
borderRadius: 'unset',
|
|
34467
34424
|
color: 'primary.default',
|
|
34468
|
-
textDecoration: 'underline',
|
|
34469
|
-
textUnderlineOffset: '1px',
|
|
34470
34425
|
h: 'unset',
|
|
34471
34426
|
m: 'unset',
|
|
34472
34427
|
minW: 'unset',
|
|
@@ -34488,8 +34443,6 @@ var variants$7 = {
|
|
|
34488
34443
|
borderRadius: 'unset',
|
|
34489
34444
|
borderWidth: 'none',
|
|
34490
34445
|
color: 'white',
|
|
34491
|
-
textDecoration: 'underline',
|
|
34492
|
-
textUnderlineOffset: '1px',
|
|
34493
34446
|
h: 'unset',
|
|
34494
34447
|
m: 'unset',
|
|
34495
34448
|
minW: 'unset',
|