@scenid/react-formulator 1.0.1 → 1.0.2
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.cjs.js +2 -2
- package/dist/index.esm.js +2 -2
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -84118,12 +84118,12 @@ var useStyles = styles$o.makeStyles(function (theme) {
|
|
|
84118
84118
|
padding: theme.spacing(2)
|
|
84119
84119
|
},
|
|
84120
84120
|
spanBannerToCard: {
|
|
84121
|
-
marginTop: theme.spacing(1),
|
|
84122
84121
|
marginRight: theme.spacing(2) * -1,
|
|
84123
|
-
marginBottom: theme.spacing(0.5),
|
|
84124
84122
|
marginLeft: theme.spacing(2) * -1,
|
|
84125
84123
|
padding: theme.spacing(2),
|
|
84126
84124
|
'&.clickable': {
|
|
84125
|
+
marginTop: theme.spacing(1),
|
|
84126
|
+
marginBottom: theme.spacing(0.5),
|
|
84127
84127
|
paddingTop: theme.spacing(1.5),
|
|
84128
84128
|
paddingRight: theme.spacing(2),
|
|
84129
84129
|
paddingBottom: theme.spacing(1.5),
|
package/dist/index.esm.js
CHANGED
|
@@ -84048,12 +84048,12 @@ var useStyles = makeStyles$1(function (theme) {
|
|
|
84048
84048
|
padding: theme.spacing(2)
|
|
84049
84049
|
},
|
|
84050
84050
|
spanBannerToCard: {
|
|
84051
|
-
marginTop: theme.spacing(1),
|
|
84052
84051
|
marginRight: theme.spacing(2) * -1,
|
|
84053
|
-
marginBottom: theme.spacing(0.5),
|
|
84054
84052
|
marginLeft: theme.spacing(2) * -1,
|
|
84055
84053
|
padding: theme.spacing(2),
|
|
84056
84054
|
'&.clickable': {
|
|
84055
|
+
marginTop: theme.spacing(1),
|
|
84056
|
+
marginBottom: theme.spacing(0.5),
|
|
84057
84057
|
paddingTop: theme.spacing(1.5),
|
|
84058
84058
|
paddingRight: theme.spacing(2),
|
|
84059
84059
|
paddingBottom: theme.spacing(1.5),
|