@trafilea/afrodita-components 4.0.2-beta.7 → 4.0.2-beta.8
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/build/index.esm.js +1 -0
- package/build/index.esm.js.map +1 -1
- package/build/index.js +1 -0
- package/build/index.js.map +1 -1
- package/package.json +1 -1
package/build/index.esm.js
CHANGED
|
@@ -3488,6 +3488,7 @@ var BaseButton = function (_a) {
|
|
|
3488
3488
|
alignItems: 'center',
|
|
3489
3489
|
padding: '0.75rem 2rem',
|
|
3490
3490
|
textDecoration: 'none',
|
|
3491
|
+
textTransform: 'uppercase',
|
|
3491
3492
|
boxSizing: 'border-box',
|
|
3492
3493
|
cursor: 'pointer',
|
|
3493
3494
|
} }, { children: [renderLeading, children, renderTrailing] }), void 0));
|