@selfcommunity/react-theme-default 0.1.50-events.86 → 0.1.50-events.88

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.
@@ -4891,6 +4891,9 @@ declare const theme: {
4891
4891
  };
4892
4892
  padding: any;
4893
4893
  };
4894
+ '& .SCOnBoardingWidget-logo': {
4895
+ width: string;
4896
+ };
4894
4897
  '& .MuiCardContent-root': {
4895
4898
  [x: number]: {
4896
4899
  display: string;
@@ -4990,17 +4993,14 @@ declare const theme: {
4990
4993
  color: any;
4991
4994
  };
4992
4995
  '& .SCOnBoardingWidget-intro': {
4993
- [x: number]: {
4994
- '& .MuiTypography-body1': {
4995
- marginTop: any;
4996
- };
4997
- };
4998
4996
  marginLeft: any;
4999
4997
  '& h5': {
5000
4998
  marginBottom: any;
5001
4999
  };
5002
5000
  '& .MuiTypography-subtitle1': {
5003
- lineHeight: number;
5001
+ [x: number]: {
5002
+ fontSize: string;
5003
+ };
5004
5004
  };
5005
5005
  };
5006
5006
  '& .MuiTypography-body1': {
@@ -5012,7 +5012,6 @@ declare const theme: {
5012
5012
  fontSize: string;
5013
5013
  flexWrap: string;
5014
5014
  strong: {
5015
- fontSize: string;
5016
5015
  marginRight: any;
5017
5016
  marginLeft: any;
5018
5017
  };
@@ -5227,9 +5226,6 @@ declare const theme: {
5227
5226
  };
5228
5227
  '& .SCOnBoardingWidget-profile-public-info': {
5229
5228
  marginTop: any;
5230
- /**
5231
- * Export default theme
5232
- */
5233
5229
  padding: any;
5234
5230
  '& .SCUserProfileEdit-public-info-root': {
5235
5231
  display: string;
@@ -5295,6 +5291,9 @@ declare const theme: {
5295
5291
  display: string;
5296
5292
  flexDirection: string;
5297
5293
  alignItems: string;
5294
+ '& .SCOnBoardingWidget-app-image': {
5295
+ width: string;
5296
+ };
5298
5297
  };
5299
5298
  '& .SCOnBoardingWidget-app-step': {
5300
5299
  marginBottom: any;
@@ -7076,7 +7075,7 @@ declare const theme: {
7076
7075
  };
7077
7076
  SCEventHeader: {
7078
7077
  styleOverrides: {
7079
- root: ({ theme, isEventAdmin }: any) => {
7078
+ root: ({ theme, isEventAdmin, isEventFinished }: any) => {
7080
7079
  '& .SCEventHeader-cover': {
7081
7080
  [x: number]: {
7082
7081
  borderRadius: any;
@@ -7087,6 +7086,36 @@ declare const theme: {
7087
7086
  height: number;
7088
7087
  borderRadius: number;
7089
7088
  };
7089
+ '& .SCEventHeader-in-progress': {
7090
+ color: any;
7091
+ paddingLeft: any;
7092
+ display: string;
7093
+ alignItems: string;
7094
+ gap: string;
7095
+ '&:before': {
7096
+ content: string;
7097
+ width: string;
7098
+ height: string;
7099
+ borderRadius: string;
7100
+ backgroundColor: any;
7101
+ animation: string;
7102
+ '@keyframes pulse-animation': {
7103
+ '0%': {
7104
+ opacity: number;
7105
+ };
7106
+ '50%': {
7107
+ opacity: number;
7108
+ };
7109
+ '100%': {
7110
+ opacity: number;
7111
+ };
7112
+ };
7113
+ };
7114
+ };
7115
+ '& .SCEventHeader-chip': {
7116
+ marginLeft: any;
7117
+ color: any;
7118
+ };
7090
7119
  '& .SCEventHeader-time': {
7091
7120
  textTransform: string;
7092
7121
  fontSize: string;
@@ -7100,6 +7129,7 @@ declare const theme: {
7100
7129
  fontSize: string;
7101
7130
  fontWeight: any;
7102
7131
  paddingLeft: any;
7132
+ color: any;
7103
7133
  };
7104
7134
  '& .SCEventHeader-visibility': {
7105
7135
  display: string;
@@ -7107,6 +7137,7 @@ declare const theme: {
7107
7137
  alignItems: string;
7108
7138
  gap: any;
7109
7139
  paddingLeft: any;
7140
+ color: any;
7110
7141
  '& .SCEventHeader-visibility-item': {
7111
7142
  fontSize: any;
7112
7143
  fontWeight: any;
@@ -7223,6 +7254,9 @@ declare const theme: {
7223
7254
  flexDirection: string;
7224
7255
  alignItems: string;
7225
7256
  gap: any;
7257
+ '& p': {
7258
+ textTransform: string;
7259
+ };
7226
7260
  '& .SCEventInfoDetails-link': {
7227
7261
  textDecoration: string;
7228
7262
  color: any;