@selfcommunity/react-theme-default 0.5.0-alpha.2 → 0.5.0-alpha.3

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.
@@ -3,6 +3,7 @@ declare const Component: {
3
3
  root: ({ theme }: any) => {
4
4
  display: string;
5
5
  flexDirection: string;
6
+ marginTop: string;
6
7
  "& .SCPdfPreview-document-pdf-wrapper": {
7
8
  filter: string;
8
9
  };
@@ -22,6 +23,9 @@ declare const Component: {
22
23
  mixBlendMode: string;
23
24
  opacity: number;
24
25
  };
26
+ '& .react-pdf__Page__canvas': {
27
+ margin: string;
28
+ };
25
29
  };
26
30
  };
27
31
  };
@@ -5,6 +5,7 @@ const Component = {
5
5
  root: ({ theme }) => ({
6
6
  display: 'flex',
7
7
  flexDirection: 'column',
8
+ marginTop: '12px',
8
9
  [`& .SCPdfPreview-document-pdf-wrapper`]: {
9
10
  filter: 'drop-shadow(0 0 5px #00000040)'
10
11
  },
@@ -23,6 +24,9 @@ const Component = {
23
24
  '& .react-pdf__Page__textContent': {
24
25
  mixBlendMode: 'multiply',
25
26
  opacity: 0.6
27
+ },
28
+ '& .react-pdf__Page__canvas': {
29
+ margin: 'auto'
26
30
  }
27
31
  }
28
32
  })
@@ -12220,6 +12220,7 @@ declare const theme: {
12220
12220
  root: ({ theme }: any) => {
12221
12221
  display: string;
12222
12222
  flexDirection: string;
12223
+ marginTop: string;
12223
12224
  "& .SCPdfPreview-document-pdf-wrapper": {
12224
12225
  filter: string;
12225
12226
  };
@@ -12239,6 +12240,9 @@ declare const theme: {
12239
12240
  mixBlendMode: string;
12240
12241
  opacity: number;
12241
12242
  };
12243
+ '& .react-pdf__Page__canvas': {
12244
+ margin: string;
12245
+ };
12242
12246
  };
12243
12247
  };
12244
12248
  };
@@ -3,6 +3,7 @@ declare const Component: {
3
3
  root: ({ theme }: any) => {
4
4
  display: string;
5
5
  flexDirection: string;
6
+ marginTop: string;
6
7
  "& .SCPdfPreview-document-pdf-wrapper": {
7
8
  filter: string;
8
9
  };
@@ -22,6 +23,9 @@ declare const Component: {
22
23
  mixBlendMode: string;
23
24
  opacity: number;
24
25
  };
26
+ '& .react-pdf__Page__canvas': {
27
+ margin: string;
28
+ };
25
29
  };
26
30
  };
27
31
  };
@@ -3,6 +3,7 @@ const Component = {
3
3
  root: ({ theme }) => ({
4
4
  display: 'flex',
5
5
  flexDirection: 'column',
6
+ marginTop: '12px',
6
7
  [`& .SCPdfPreview-document-pdf-wrapper`]: {
7
8
  filter: 'drop-shadow(0 0 5px #00000040)'
8
9
  },
@@ -21,6 +22,9 @@ const Component = {
21
22
  '& .react-pdf__Page__textContent': {
22
23
  mixBlendMode: 'multiply',
23
24
  opacity: 0.6
25
+ },
26
+ '& .react-pdf__Page__canvas': {
27
+ margin: 'auto'
24
28
  }
25
29
  }
26
30
  })
@@ -12220,6 +12220,7 @@ declare const theme: {
12220
12220
  root: ({ theme }: any) => {
12221
12221
  display: string;
12222
12222
  flexDirection: string;
12223
+ marginTop: string;
12223
12224
  "& .SCPdfPreview-document-pdf-wrapper": {
12224
12225
  filter: string;
12225
12226
  };
@@ -12239,6 +12240,9 @@ declare const theme: {
12239
12240
  mixBlendMode: string;
12240
12241
  opacity: number;
12241
12242
  };
12243
+ '& .react-pdf__Page__canvas': {
12244
+ margin: string;
12245
+ };
12242
12246
  };
12243
12247
  };
12244
12248
  };