@selfcommunity/react-theme-default 0.2.0-live.69 → 0.2.0-live.71

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.
@@ -29,6 +29,7 @@ declare const Component: {
29
29
  optionCardRoot: ({ theme, selected }: any) => {
30
30
  maxWidth: number;
31
31
  height: string;
32
+ minHeight: number;
32
33
  padding: any;
33
34
  margin: any;
34
35
  cursor: string;
@@ -31,6 +31,7 @@ const Component = {
31
31
  optionCardRoot: ({ theme, selected }) => ({
32
32
  maxWidth: 300,
33
33
  height: 'auto',
34
+ minHeight: 460,
34
35
  padding: theme.spacing(3),
35
36
  margin: theme.spacing(0, 3),
36
37
  cursor: 'pointer',
@@ -8805,6 +8805,7 @@ declare const theme: {
8805
8805
  optionCardRoot: ({ theme, selected }: any) => {
8806
8806
  maxWidth: number;
8807
8807
  height: string;
8808
+ minHeight: number;
8808
8809
  padding: any;
8809
8810
  margin: any;
8810
8811
  cursor: string;
@@ -29,6 +29,7 @@ declare const Component: {
29
29
  optionCardRoot: ({ theme, selected }: any) => {
30
30
  maxWidth: number;
31
31
  height: string;
32
+ minHeight: number;
32
33
  padding: any;
33
34
  margin: any;
34
35
  cursor: string;
@@ -29,6 +29,7 @@ const Component = {
29
29
  optionCardRoot: ({ theme, selected }) => ({
30
30
  maxWidth: 300,
31
31
  height: 'auto',
32
+ minHeight: 460,
32
33
  padding: theme.spacing(3),
33
34
  margin: theme.spacing(0, 3),
34
35
  cursor: 'pointer',
@@ -8805,6 +8805,7 @@ declare const theme: {
8805
8805
  optionCardRoot: ({ theme, selected }: any) => {
8806
8806
  maxWidth: number;
8807
8807
  height: string;
8808
+ minHeight: number;
8808
8809
  padding: any;
8809
8810
  margin: any;
8810
8811
  cursor: string;