@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.js
CHANGED
|
@@ -3496,6 +3496,7 @@ var BaseButton = function (_a) {
|
|
|
3496
3496
|
alignItems: 'center',
|
|
3497
3497
|
padding: '0.75rem 2rem',
|
|
3498
3498
|
textDecoration: 'none',
|
|
3499
|
+
textTransform: 'uppercase',
|
|
3499
3500
|
boxSizing: 'border-box',
|
|
3500
3501
|
cursor: 'pointer',
|
|
3501
3502
|
} }, { children: [renderLeading, children, renderTrailing] }), void 0));
|