@ballistix.digital/react-components 0.4.52 → 0.4.53
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 +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -657,7 +657,7 @@ var breakStyles = {
|
|
|
657
657
|
};
|
|
658
658
|
var center$3 = {
|
|
659
659
|
container: 'max-w-7xl mx-auto px-4 sm:px-6 lg:px-8',
|
|
660
|
-
content: 'max-w-4xl
|
|
660
|
+
content: 'max-w-4xl 2xl:max-w-6xl mx-auto',
|
|
661
661
|
};
|
|
662
662
|
var fill$2 = {
|
|
663
663
|
container: 'max-w-7xl mx-auto sm:px-6 lg:px-8',
|
package/dist/index.js
CHANGED
|
@@ -667,7 +667,7 @@ var breakStyles = {
|
|
|
667
667
|
};
|
|
668
668
|
var center$3 = {
|
|
669
669
|
container: 'max-w-7xl mx-auto px-4 sm:px-6 lg:px-8',
|
|
670
|
-
content: 'max-w-4xl
|
|
670
|
+
content: 'max-w-4xl 2xl:max-w-6xl mx-auto',
|
|
671
671
|
};
|
|
672
672
|
var fill$2 = {
|
|
673
673
|
container: 'max-w-7xl mx-auto sm:px-6 lg:px-8',
|