@selfcommunity/react-theme-default 0.2.0-live.75 → 0.2.0-live.78

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.
@@ -25,6 +25,9 @@ declare const Component: {
25
25
  '-webkit-box-orient': string;
26
26
  };
27
27
  };
28
+ '& .SCEventInfoDetails-join-live': {
29
+ height: number;
30
+ };
28
31
  '& .SCEventInfoDetails-in-progress': {
29
32
  width: string;
30
33
  height: string;
@@ -25,6 +25,9 @@ const Component = {
25
25
  '-webkit-box-orient': 'vertical'
26
26
  }
27
27
  },
28
+ '& .SCEventInfoDetails-join-live': {
29
+ height: 20
30
+ },
28
31
  '& .SCEventInfoDetails-in-progress': {
29
32
  width: '6px',
30
33
  height: '6px',
@@ -45,6 +45,7 @@ declare const Component: {
45
45
  justifyContent: string;
46
46
  alignItems: string;
47
47
  marginTop: number;
48
+ paddingBottom: any;
48
49
  };
49
50
  '& .lk-prejoin': {
50
51
  maxWidth: number;
@@ -46,7 +46,8 @@ const Component = {
46
46
  display: 'flex',
47
47
  justifyContent: 'center',
48
48
  alignItems: 'center',
49
- marginTop: -30
49
+ marginTop: -30,
50
+ paddingBottom: theme.spacing(3)
50
51
  },
51
52
  '& .lk-prejoin': {
52
53
  maxWidth: 620,
@@ -7597,9 +7597,6 @@ declare const theme: {
7597
7597
  root: ({ theme }: {
7598
7598
  theme: any;
7599
7599
  }) => {
7600
- /**
7601
- * Style fragments - Imports - Start
7602
- */
7603
7600
  gap: any;
7604
7601
  '& .SCEventInfoDetails-icon-text-wrapper': {
7605
7602
  flexDirection: string;
@@ -7622,6 +7619,9 @@ declare const theme: {
7622
7619
  '-webkit-box-orient': string;
7623
7620
  };
7624
7621
  };
7622
+ '& .SCEventInfoDetails-join-live': {
7623
+ height: number;
7624
+ };
7625
7625
  '& .SCEventInfoDetails-in-progress': {
7626
7626
  width: string;
7627
7627
  height: string;
@@ -8934,6 +8934,7 @@ declare const theme: {
8934
8934
  justifyContent: string;
8935
8935
  alignItems: string;
8936
8936
  marginTop: number;
8937
+ paddingBottom: any;
8937
8938
  };
8938
8939
  '& .lk-prejoin': {
8939
8940
  maxWidth: number;
@@ -25,6 +25,9 @@ declare const Component: {
25
25
  '-webkit-box-orient': string;
26
26
  };
27
27
  };
28
+ '& .SCEventInfoDetails-join-live': {
29
+ height: number;
30
+ };
28
31
  '& .SCEventInfoDetails-in-progress': {
29
32
  width: string;
30
33
  height: string;
@@ -23,6 +23,9 @@ const Component = {
23
23
  '-webkit-box-orient': 'vertical'
24
24
  }
25
25
  },
26
+ '& .SCEventInfoDetails-join-live': {
27
+ height: 20
28
+ },
26
29
  '& .SCEventInfoDetails-in-progress': {
27
30
  width: '6px',
28
31
  height: '6px',
@@ -45,6 +45,7 @@ declare const Component: {
45
45
  justifyContent: string;
46
46
  alignItems: string;
47
47
  marginTop: number;
48
+ paddingBottom: any;
48
49
  };
49
50
  '& .lk-prejoin': {
50
51
  maxWidth: number;
@@ -44,7 +44,8 @@ const Component = {
44
44
  display: 'flex',
45
45
  justifyContent: 'center',
46
46
  alignItems: 'center',
47
- marginTop: -30
47
+ marginTop: -30,
48
+ paddingBottom: theme.spacing(3)
48
49
  },
49
50
  '& .lk-prejoin': {
50
51
  maxWidth: 620,
@@ -7597,9 +7597,6 @@ declare const theme: {
7597
7597
  root: ({ theme }: {
7598
7598
  theme: any;
7599
7599
  }) => {
7600
- /**
7601
- * Style fragments - Imports - Start
7602
- */
7603
7600
  gap: any;
7604
7601
  '& .SCEventInfoDetails-icon-text-wrapper': {
7605
7602
  flexDirection: string;
@@ -7622,6 +7619,9 @@ declare const theme: {
7622
7619
  '-webkit-box-orient': string;
7623
7620
  };
7624
7621
  };
7622
+ '& .SCEventInfoDetails-join-live': {
7623
+ height: number;
7624
+ };
7625
7625
  '& .SCEventInfoDetails-in-progress': {
7626
7626
  width: string;
7627
7627
  height: string;
@@ -8934,6 +8934,7 @@ declare const theme: {
8934
8934
  justifyContent: string;
8935
8935
  alignItems: string;
8936
8936
  marginTop: number;
8937
+ paddingBottom: any;
8937
8938
  };
8938
8939
  '& .lk-prejoin': {
8939
8940
  maxWidth: number;