@asgardeo/react 0.5.5 → 0.5.6
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/cjs/index.js +5 -2
- package/dist/cjs/index.js.map +2 -2
- package/dist/index.js +5 -2
- package/dist/index.js.map +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2761,6 +2761,7 @@ var FormControl = ({
|
|
|
2761
2761
|
}) => {
|
|
2762
2762
|
const { theme } = useTheme_default();
|
|
2763
2763
|
const containerStyle = {
|
|
2764
|
+
textAlign: "left",
|
|
2764
2765
|
marginBottom: `calc(${theme.vars.spacing.unit} * 2)`,
|
|
2765
2766
|
...style
|
|
2766
2767
|
};
|
|
@@ -5009,7 +5010,8 @@ var useStyles2 = () => {
|
|
|
5009
5010
|
return useMemo12(
|
|
5010
5011
|
() => ({
|
|
5011
5012
|
card: {
|
|
5012
|
-
gap: `calc(${theme.vars.spacing.unit} * 2)
|
|
5013
|
+
gap: `calc(${theme.vars.spacing.unit} * 2)`,
|
|
5014
|
+
minWidth: "420px"
|
|
5013
5015
|
},
|
|
5014
5016
|
header: {
|
|
5015
5017
|
gap: 0
|
|
@@ -6383,7 +6385,8 @@ var useStyles3 = () => {
|
|
|
6383
6385
|
return useMemo13(
|
|
6384
6386
|
() => ({
|
|
6385
6387
|
card: {
|
|
6386
|
-
gap: `calc(${theme.vars.spacing.unit} * 2)
|
|
6388
|
+
gap: `calc(${theme.vars.spacing.unit} * 2)`,
|
|
6389
|
+
minWidth: "420px"
|
|
6387
6390
|
},
|
|
6388
6391
|
header: {
|
|
6389
6392
|
gap: 0
|