@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.
- package/lib/cjs/components/SCEventInfoDetails.d.ts +3 -0
- package/lib/cjs/components/SCEventInfoDetails.js +3 -0
- package/lib/cjs/index.d.ts +3 -3
- package/lib/esm/components/SCEventInfoDetails.d.ts +3 -0
- package/lib/esm/components/SCEventInfoDetails.js +3 -0
- package/lib/esm/index.d.ts +3 -3
- package/lib/umd/react-theme-default.js +1 -1
- package/package.json +4 -4
package/lib/cjs/index.d.ts
CHANGED
|
@@ -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;
|
package/lib/esm/index.d.ts
CHANGED
|
@@ -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;
|