@selfcommunity/react-theme-default 0.5.0-alpha.6 → 0.5.0-alpha.7

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.
@@ -1,6 +1,6 @@
1
1
  declare const Component: {
2
2
  styleOverrides: {
3
- root: () => {
3
+ root: ({ theme }: any) => {
4
4
  width: string;
5
5
  };
6
6
  snippetRoot: ({ theme }: any) => {
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const Component = {
4
4
  styleOverrides: {
5
- root: () => ({
5
+ root: ({ theme }) => ({
6
6
  width: '100%'
7
7
  }),
8
8
  snippetRoot: ({ theme }) => ({
@@ -1,6 +1,6 @@
1
1
  declare const Component: {
2
2
  styleOverrides: {
3
- root: () => {};
3
+ root: ({ theme }: any) => {};
4
4
  detailRoot: ({ theme }: any) => {
5
5
  '& .SCEvent-detail-image-wrapper': {
6
6
  position: string;
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const Component = {
4
4
  styleOverrides: {
5
- root: () => ({}),
5
+ root: ({ theme }) => ({}),
6
6
  detailRoot: ({ theme }) => ({
7
7
  '& .SCEvent-detail-image-wrapper': {
8
8
  position: 'relative',
@@ -1799,7 +1799,7 @@ declare const theme: {
1799
1799
  };
1800
1800
  SCCourse: {
1801
1801
  styleOverrides: {
1802
- root: () => {
1802
+ root: ({ theme }: any) => {
1803
1803
  width: string;
1804
1804
  };
1805
1805
  snippetRoot: ({ theme }: any) => {
@@ -9602,7 +9602,7 @@ declare const theme: {
9602
9602
  };
9603
9603
  SCEvent: {
9604
9604
  styleOverrides: {
9605
- root: () => {};
9605
+ root: ({ theme }: any) => {};
9606
9606
  detailRoot: ({ theme }: any) => {
9607
9607
  '& .SCEvent-detail-image-wrapper': {
9608
9608
  position: string;
@@ -1,6 +1,6 @@
1
1
  declare const Component: {
2
2
  styleOverrides: {
3
- root: () => {
3
+ root: ({ theme }: any) => {
4
4
  width: string;
5
5
  };
6
6
  snippetRoot: ({ theme }: any) => {
@@ -1,6 +1,6 @@
1
1
  const Component = {
2
2
  styleOverrides: {
3
- root: () => ({
3
+ root: ({ theme }) => ({
4
4
  width: '100%'
5
5
  }),
6
6
  snippetRoot: ({ theme }) => ({
@@ -1,6 +1,6 @@
1
1
  declare const Component: {
2
2
  styleOverrides: {
3
- root: () => {};
3
+ root: ({ theme }: any) => {};
4
4
  detailRoot: ({ theme }: any) => {
5
5
  '& .SCEvent-detail-image-wrapper': {
6
6
  position: string;
@@ -1,6 +1,6 @@
1
1
  const Component = {
2
2
  styleOverrides: {
3
- root: () => ({}),
3
+ root: ({ theme }) => ({}),
4
4
  detailRoot: ({ theme }) => ({
5
5
  '& .SCEvent-detail-image-wrapper': {
6
6
  position: 'relative',
@@ -1799,7 +1799,7 @@ declare const theme: {
1799
1799
  };
1800
1800
  SCCourse: {
1801
1801
  styleOverrides: {
1802
- root: () => {
1802
+ root: ({ theme }: any) => {
1803
1803
  width: string;
1804
1804
  };
1805
1805
  snippetRoot: ({ theme }: any) => {
@@ -9602,7 +9602,7 @@ declare const theme: {
9602
9602
  };
9603
9603
  SCEvent: {
9604
9604
  styleOverrides: {
9605
- root: () => {};
9605
+ root: ({ theme }: any) => {};
9606
9606
  detailRoot: ({ theme }: any) => {
9607
9607
  '& .SCEvent-detail-image-wrapper': {
9608
9608
  position: string;