@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 CHANGED
@@ -2858,6 +2858,7 @@ var FormControl = ({
2858
2858
  }) => {
2859
2859
  const { theme } = useTheme_default();
2860
2860
  const containerStyle = {
2861
+ textAlign: "left",
2861
2862
  marginBottom: `calc(${theme.vars.spacing.unit} * 2)`,
2862
2863
  ...style
2863
2864
  };
@@ -5100,7 +5101,8 @@ var useStyles2 = () => {
5100
5101
  return (0, import_react41.useMemo)(
5101
5102
  () => ({
5102
5103
  card: {
5103
- gap: `calc(${theme.vars.spacing.unit} * 2)`
5104
+ gap: `calc(${theme.vars.spacing.unit} * 2)`,
5105
+ minWidth: "420px"
5104
5106
  },
5105
5107
  header: {
5106
5108
  gap: 0
@@ -6468,7 +6470,8 @@ var useStyles3 = () => {
6468
6470
  return (0, import_react42.useMemo)(
6469
6471
  () => ({
6470
6472
  card: {
6471
- gap: `calc(${theme.vars.spacing.unit} * 2)`
6473
+ gap: `calc(${theme.vars.spacing.unit} * 2)`,
6474
+ minWidth: "420px"
6472
6475
  },
6473
6476
  header: {
6474
6477
  gap: 0