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

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',
@@ -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;
@@ -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',
@@ -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;