@selfcommunity/react-theme-default 1.2.1 → 1.2.2-alpha.0
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/SCCalendar.d.ts +1 -0
- package/lib/cjs/components/SCCalendar.js +1 -0
- package/lib/cjs/index.d.ts +1 -3
- package/lib/esm/components/SCCalendar.d.ts +1 -0
- package/lib/esm/components/SCCalendar.js +1 -0
- package/lib/esm/index.d.ts +1 -3
- package/lib/umd/react-theme-default.js +1 -1
- package/package.json +2 -2
package/lib/cjs/index.d.ts
CHANGED
|
@@ -10681,9 +10681,6 @@ declare const theme: {
|
|
|
10681
10681
|
root: ({ theme }: {
|
|
10682
10682
|
theme: any;
|
|
10683
10683
|
}) => {
|
|
10684
|
-
/**
|
|
10685
|
-
* Style fragments - Imports - Start
|
|
10686
|
-
*/
|
|
10687
10684
|
gap: string;
|
|
10688
10685
|
position: string;
|
|
10689
10686
|
bottom: string;
|
|
@@ -10693,6 +10690,7 @@ declare const theme: {
|
|
|
10693
10690
|
borderRadius: string;
|
|
10694
10691
|
boxShadow: string;
|
|
10695
10692
|
backgroundColor: any;
|
|
10693
|
+
color: any;
|
|
10696
10694
|
overflow: string;
|
|
10697
10695
|
'& .SCCalendar-header': {
|
|
10698
10696
|
width: string;
|
package/lib/esm/index.d.ts
CHANGED
|
@@ -10681,9 +10681,6 @@ declare const theme: {
|
|
|
10681
10681
|
root: ({ theme }: {
|
|
10682
10682
|
theme: any;
|
|
10683
10683
|
}) => {
|
|
10684
|
-
/**
|
|
10685
|
-
* Style fragments - Imports - Start
|
|
10686
|
-
*/
|
|
10687
10684
|
gap: string;
|
|
10688
10685
|
position: string;
|
|
10689
10686
|
bottom: string;
|
|
@@ -10693,6 +10690,7 @@ declare const theme: {
|
|
|
10693
10690
|
borderRadius: string;
|
|
10694
10691
|
boxShadow: string;
|
|
10695
10692
|
backgroundColor: any;
|
|
10693
|
+
color: any;
|
|
10696
10694
|
overflow: string;
|
|
10697
10695
|
'& .SCCalendar-header': {
|
|
10698
10696
|
width: string;
|