@clickhouse/click-ui 0.0.186 → 0.0.187
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 +1 -1
- package/dist/click-ui.umd.js +1 -1
- package/package.json +1 -1
package/dist/click-ui.es.js
CHANGED
|
@@ -10294,7 +10294,7 @@ const Checkbox = ({
|
|
|
10294
10294
|
};
|
|
10295
10295
|
const CheckInput = styled($e698a72e93240346$export$be92b6f5f03c0fe9).withConfig({
|
|
10296
10296
|
componentId: "sc-1sck1ja-1"
|
|
10297
|
-
})(["display:flex;align-items:center;justify-content:center;", ";"], ({
|
|
10297
|
+
})(["display:flex;align-items:center;justify-content:center;flex-shrink:0;", ";"], ({
|
|
10298
10298
|
theme: theme2,
|
|
10299
10299
|
variant = "default"
|
|
10300
10300
|
}) => `
|
package/dist/click-ui.umd.js
CHANGED
|
@@ -10310,7 +10310,7 @@ var __publicField = (obj, key, value) => {
|
|
|
10310
10310
|
};
|
|
10311
10311
|
const CheckInput = styledComponents.styled($e698a72e93240346$export$be92b6f5f03c0fe9).withConfig({
|
|
10312
10312
|
componentId: "sc-1sck1ja-1"
|
|
10313
|
-
})(["display:flex;align-items:center;justify-content:center;", ";"], ({
|
|
10313
|
+
})(["display:flex;align-items:center;justify-content:center;flex-shrink:0;", ";"], ({
|
|
10314
10314
|
theme: theme2,
|
|
10315
10315
|
variant = "default"
|
|
10316
10316
|
}) => `
|