@clickhouse/click-ui 0.0.148 → 0.0.149
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/dist/click-ui.es.js
CHANGED
|
@@ -14844,9 +14844,9 @@ const FlyoutContent = styled($5d3850c4d0b4e6c7$export$b6d9565de1e068cf).withConf
|
|
|
14844
14844
|
height: ${$strategy === "relative" ? "100%" : "auto"};
|
|
14845
14845
|
padding: 0 ${theme2.click.flyout.space[$type].x}
|
|
14846
14846
|
gap: ${theme2.click.flyout.space[$type].gap};
|
|
14847
|
+
box-shadow: ${$align === "start" ? theme2.click.flyout.shadow.reverse : theme2.click.flyout.shadow.default};
|
|
14847
14848
|
border-${$align === "start" ? "right" : "left"}: 1px solid ${theme2.click.flyout.color.stroke.default};
|
|
14848
14849
|
background: ${theme2.click.flyout.color.background.default};
|
|
14849
|
-
box-shadow: ${theme2.click.flyout.shadow.default}};
|
|
14850
14850
|
|
|
14851
14851
|
@media (max-width: 1024px) {
|
|
14852
14852
|
${$strategy === "relative" ? `
|
|
@@ -47288,7 +47288,8 @@ const click = {
|
|
|
47288
47288
|
}
|
|
47289
47289
|
},
|
|
47290
47290
|
shadow: {
|
|
47291
|
-
"default": "-5px 0 20px 0 rgba(0, 0, 0, 0.08), -6px 0 10px 0 rgba(0, 0, 0, 0.08)"
|
|
47291
|
+
"default": "-5px 0 20px 0 rgba(0, 0, 0, 0.08), -6px 0 10px 0 rgba(0, 0, 0, 0.08)",
|
|
47292
|
+
reverse: "5px 0 20px 0 rgba(0, 0, 0, 0.08), 6px 0 10px 0 rgba(0, 0, 0, 0.08)"
|
|
47292
47293
|
},
|
|
47293
47294
|
size: {
|
|
47294
47295
|
"default": {
|
|
@@ -47931,7 +47932,8 @@ const spaces = {
|
|
|
47931
47932
|
const shadow = {
|
|
47932
47933
|
"1": "0 4px 6px -1px lch(6.77 0 0 / 0.15), 0 2px 4px -1px lch(6.77 0 0 / 0.15)",
|
|
47933
47934
|
"2": "0 4px 4px 0 rgba(88, 92, 98, 0.06), inset 5px 0 10px 0 rgba(104, 105, 111, 0.1)",
|
|
47934
|
-
"3": "-5px 0 20px 0 rgba(0, 0, 0, 0.08), -6px 0 10px 0 rgba(0, 0, 0, 0.08)"
|
|
47935
|
+
"3": "-5px 0 20px 0 rgba(0, 0, 0, 0.08), -6px 0 10px 0 rgba(0, 0, 0, 0.08)",
|
|
47936
|
+
"4": "5px 0 20px 0 rgba(0, 0, 0, 0.08), 6px 0 10px 0 rgba(0, 0, 0, 0.08)"
|
|
47935
47937
|
};
|
|
47936
47938
|
const breakpoint = {
|
|
47937
47939
|
sizes: {
|
package/dist/click-ui.umd.js
CHANGED
|
@@ -14861,9 +14861,9 @@ var __publicField = (obj, key, value) => {
|
|
|
14861
14861
|
height: ${$strategy === "relative" ? "100%" : "auto"};
|
|
14862
14862
|
padding: 0 ${theme2.click.flyout.space[$type].x}
|
|
14863
14863
|
gap: ${theme2.click.flyout.space[$type].gap};
|
|
14864
|
+
box-shadow: ${$align === "start" ? theme2.click.flyout.shadow.reverse : theme2.click.flyout.shadow.default};
|
|
14864
14865
|
border-${$align === "start" ? "right" : "left"}: 1px solid ${theme2.click.flyout.color.stroke.default};
|
|
14865
14866
|
background: ${theme2.click.flyout.color.background.default};
|
|
14866
|
-
box-shadow: ${theme2.click.flyout.shadow.default}};
|
|
14867
14867
|
|
|
14868
14868
|
@media (max-width: 1024px) {
|
|
14869
14869
|
${$strategy === "relative" ? `
|
|
@@ -47305,7 +47305,8 @@ Defaulting to \`${$89eedd556c436f6a$var$DEFAULT_ORIENTATION}\`.`;
|
|
|
47305
47305
|
}
|
|
47306
47306
|
},
|
|
47307
47307
|
shadow: {
|
|
47308
|
-
"default": "-5px 0 20px 0 rgba(0, 0, 0, 0.08), -6px 0 10px 0 rgba(0, 0, 0, 0.08)"
|
|
47308
|
+
"default": "-5px 0 20px 0 rgba(0, 0, 0, 0.08), -6px 0 10px 0 rgba(0, 0, 0, 0.08)",
|
|
47309
|
+
reverse: "5px 0 20px 0 rgba(0, 0, 0, 0.08), 6px 0 10px 0 rgba(0, 0, 0, 0.08)"
|
|
47309
47310
|
},
|
|
47310
47311
|
size: {
|
|
47311
47312
|
"default": {
|
|
@@ -47948,7 +47949,8 @@ Defaulting to \`${$89eedd556c436f6a$var$DEFAULT_ORIENTATION}\`.`;
|
|
|
47948
47949
|
const shadow = {
|
|
47949
47950
|
"1": "0 4px 6px -1px lch(6.77 0 0 / 0.15), 0 2px 4px -1px lch(6.77 0 0 / 0.15)",
|
|
47950
47951
|
"2": "0 4px 4px 0 rgba(88, 92, 98, 0.06), inset 5px 0 10px 0 rgba(104, 105, 111, 0.1)",
|
|
47951
|
-
"3": "-5px 0 20px 0 rgba(0, 0, 0, 0.08), -6px 0 10px 0 rgba(0, 0, 0, 0.08)"
|
|
47952
|
+
"3": "-5px 0 20px 0 rgba(0, 0, 0, 0.08), -6px 0 10px 0 rgba(0, 0, 0, 0.08)",
|
|
47953
|
+
"4": "5px 0 20px 0 rgba(0, 0, 0, 0.08), 6px 0 10px 0 rgba(0, 0, 0, 0.08)"
|
|
47952
47954
|
};
|
|
47953
47955
|
const breakpoint = {
|
|
47954
47956
|
sizes: {
|
package/dist/styles/types.d.ts
CHANGED
|
@@ -2479,6 +2479,7 @@ export interface Theme {
|
|
|
2479
2479
|
};
|
|
2480
2480
|
"shadow": {
|
|
2481
2481
|
"default": string;
|
|
2482
|
+
"reverse": string;
|
|
2482
2483
|
};
|
|
2483
2484
|
"size": {
|
|
2484
2485
|
"default": {
|
|
@@ -3122,6 +3123,7 @@ export interface Theme {
|
|
|
3122
3123
|
"1": string;
|
|
3123
3124
|
"2": string;
|
|
3124
3125
|
"3": string;
|
|
3126
|
+
"4": string;
|
|
3125
3127
|
};
|
|
3126
3128
|
"breakpoint": {
|
|
3127
3129
|
"sizes": {
|
|
@@ -2478,7 +2478,8 @@ declare const _default: {
|
|
|
2478
2478
|
}
|
|
2479
2479
|
},
|
|
2480
2480
|
"shadow": {
|
|
2481
|
-
"default": "-5px 0 20px 0 rgba(0, 0, 0, 0.08), -6px 0 10px 0 rgba(0, 0, 0, 0.08)"
|
|
2481
|
+
"default": "-5px 0 20px 0 rgba(0, 0, 0, 0.08), -6px 0 10px 0 rgba(0, 0, 0, 0.08)",
|
|
2482
|
+
"reverse": "5px 0 20px 0 rgba(0, 0, 0, 0.08), 6px 0 10px 0 rgba(0, 0, 0, 0.08)"
|
|
2482
2483
|
},
|
|
2483
2484
|
"size": {
|
|
2484
2485
|
"default": {
|
|
@@ -3121,7 +3122,8 @@ declare const _default: {
|
|
|
3121
3122
|
"shadow": {
|
|
3122
3123
|
"1": "0 4px 6px -1px lch(6.77 0 0 / 0.15), 0 2px 4px -1px lch(6.77 0 0 / 0.15)",
|
|
3123
3124
|
"2": "0 4px 4px 0 rgba(88, 92, 98, 0.06), inset 5px 0 10px 0 rgba(104, 105, 111, 0.1)",
|
|
3124
|
-
"3": "-5px 0 20px 0 rgba(0, 0, 0, 0.08), -6px 0 10px 0 rgba(0, 0, 0, 0.08)"
|
|
3125
|
+
"3": "-5px 0 20px 0 rgba(0, 0, 0, 0.08), -6px 0 10px 0 rgba(0, 0, 0, 0.08)",
|
|
3126
|
+
"4": "5px 0 20px 0 rgba(0, 0, 0, 0.08), 6px 0 10px 0 rgba(0, 0, 0, 0.08)"
|
|
3125
3127
|
},
|
|
3126
3128
|
"breakpoint": {
|
|
3127
3129
|
"sizes": {
|