@selfcommunity/react-theme-default 0.4.5-payments.208 → 0.4.5-payments.209
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/SCPaywallsConfigurator.d.ts +7 -0
- package/lib/cjs/components/SCPaywallsConfigurator.js +7 -0
- package/lib/cjs/index.d.ts +7 -0
- package/lib/esm/components/SCPaywallsConfigurator.d.ts +7 -0
- package/lib/esm/components/SCPaywallsConfigurator.js +7 -0
- package/lib/esm/index.d.ts +7 -0
- package/lib/umd/react-theme-default.js +1 -1
- package/package.json +2 -2
|
@@ -96,6 +96,13 @@ declare const Component: {
|
|
|
96
96
|
"& .SCPaywallsConfigurator-autocomplete-footer": {
|
|
97
97
|
backgroundColor: "#bdbdbd";
|
|
98
98
|
};
|
|
99
|
+
"& .SCPaywallsConfigurator-autocomplete-products-loading": {
|
|
100
|
+
width: string;
|
|
101
|
+
minHeight: number;
|
|
102
|
+
display: string;
|
|
103
|
+
alignItems: string;
|
|
104
|
+
justifyContent: string;
|
|
105
|
+
};
|
|
99
106
|
};
|
|
100
107
|
paymentProductsPopperRoot: ({ theme }: any) => {
|
|
101
108
|
border: string;
|
|
@@ -98,6 +98,13 @@ const Component = {
|
|
|
98
98
|
},
|
|
99
99
|
[`& .SCPaywallsConfigurator-autocomplete-footer`]: {
|
|
100
100
|
backgroundColor: colors_1.grey[400]
|
|
101
|
+
},
|
|
102
|
+
[`& .SCPaywallsConfigurator-autocomplete-products-loading`]: {
|
|
103
|
+
width: '100%',
|
|
104
|
+
minHeight: 300,
|
|
105
|
+
display: 'flex',
|
|
106
|
+
alignItems: 'center',
|
|
107
|
+
justifyContent: 'center'
|
|
101
108
|
}
|
|
102
109
|
}),
|
|
103
110
|
paymentProductsPopperRoot: ({ theme }) => ({
|
package/lib/cjs/index.d.ts
CHANGED
|
@@ -11995,6 +11995,13 @@ declare const theme: {
|
|
|
11995
11995
|
"& .SCPaywallsConfigurator-autocomplete-footer": {
|
|
11996
11996
|
backgroundColor: "#bdbdbd";
|
|
11997
11997
|
};
|
|
11998
|
+
"& .SCPaywallsConfigurator-autocomplete-products-loading": {
|
|
11999
|
+
width: string;
|
|
12000
|
+
minHeight: number;
|
|
12001
|
+
display: string;
|
|
12002
|
+
alignItems: string;
|
|
12003
|
+
justifyContent: string;
|
|
12004
|
+
};
|
|
11998
12005
|
};
|
|
11999
12006
|
paymentProductsPopperRoot: ({ theme }: any) => {
|
|
12000
12007
|
border: string;
|
|
@@ -96,6 +96,13 @@ declare const Component: {
|
|
|
96
96
|
"& .SCPaywallsConfigurator-autocomplete-footer": {
|
|
97
97
|
backgroundColor: "#bdbdbd";
|
|
98
98
|
};
|
|
99
|
+
"& .SCPaywallsConfigurator-autocomplete-products-loading": {
|
|
100
|
+
width: string;
|
|
101
|
+
minHeight: number;
|
|
102
|
+
display: string;
|
|
103
|
+
alignItems: string;
|
|
104
|
+
justifyContent: string;
|
|
105
|
+
};
|
|
99
106
|
};
|
|
100
107
|
paymentProductsPopperRoot: ({ theme }: any) => {
|
|
101
108
|
border: string;
|
|
@@ -96,6 +96,13 @@ const Component = {
|
|
|
96
96
|
},
|
|
97
97
|
[`& .SCPaywallsConfigurator-autocomplete-footer`]: {
|
|
98
98
|
backgroundColor: grey[400]
|
|
99
|
+
},
|
|
100
|
+
[`& .SCPaywallsConfigurator-autocomplete-products-loading`]: {
|
|
101
|
+
width: '100%',
|
|
102
|
+
minHeight: 300,
|
|
103
|
+
display: 'flex',
|
|
104
|
+
alignItems: 'center',
|
|
105
|
+
justifyContent: 'center'
|
|
99
106
|
}
|
|
100
107
|
}),
|
|
101
108
|
paymentProductsPopperRoot: ({ theme }) => ({
|
package/lib/esm/index.d.ts
CHANGED
|
@@ -11995,6 +11995,13 @@ declare const theme: {
|
|
|
11995
11995
|
"& .SCPaywallsConfigurator-autocomplete-footer": {
|
|
11996
11996
|
backgroundColor: "#bdbdbd";
|
|
11997
11997
|
};
|
|
11998
|
+
"& .SCPaywallsConfigurator-autocomplete-products-loading": {
|
|
11999
|
+
width: string;
|
|
12000
|
+
minHeight: number;
|
|
12001
|
+
display: string;
|
|
12002
|
+
alignItems: string;
|
|
12003
|
+
justifyContent: string;
|
|
12004
|
+
};
|
|
11998
12005
|
};
|
|
11999
12006
|
paymentProductsPopperRoot: ({ theme }: any) => {
|
|
12000
12007
|
border: string;
|