@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.
@@ -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
  }) => `
@@ -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
  }) => `
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clickhouse/click-ui",
3
- "version": "0.0.186",
3
+ "version": "0.0.187",
4
4
  "description": "Official ClickHouse design system react library",
5
5
  "type": "module",
6
6
  "license": "Apache-2.0",