@infomaximum/ui-kit 0.12.1 → 0.12.2

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.
@@ -33,12 +33,12 @@ export declare const getRadioButtonWrapperStyle: (theme: Theme, radioTokens: Rad
33
33
  readonly content: "''";
34
34
  readonly boxSizing: "content-box";
35
35
  readonly position: "absolute";
36
- readonly width: 1;
37
- readonly height: "100%";
38
- readonly backgroundColor: "#D9D9D9" | "#0CB3B3";
39
- readonly paddingBlock: 1;
40
- readonly insetBlockStart: -1;
41
- readonly insetInlineStart: -1;
36
+ readonly borderWidth: 1;
37
+ readonly borderLeftStyle: "solid";
38
+ readonly height: 28;
39
+ readonly borderColor: "#D9D9D9" | "#0CB3B3";
40
+ readonly top: -1;
41
+ readonly left: -1;
42
42
  };
43
43
  readonly ":hover": {
44
44
  readonly color: "#2CBFBA" | undefined;
@@ -29,12 +29,12 @@ const getRadioButtonWrapperStyle = (theme, radioTokens, isRenderIcon, checked, d
29
29
  content: "''",
30
30
  boxSizing: "content-box",
31
31
  position: "absolute",
32
- width: 1,
33
- height: "100%",
34
- backgroundColor: checked && !disabled ? radioTokens.radioChecked : radioTokens.radioBorder,
35
- paddingBlock: 1,
36
- insetBlockStart: -1,
37
- insetInlineStart: -1
32
+ borderWidth: 1,
33
+ borderLeftStyle: "solid",
34
+ height: theme.controlHeightM,
35
+ borderColor: checked && !disabled ? radioTokens.radioChecked : radioTokens.radioBorder,
36
+ top: -1,
37
+ left: -1
38
38
  },
39
39
  ":hover": {
40
40
  color: disabled || checked ? void 0 : "#2CBFBA"
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@infomaximum/ui-kit",
3
3
  "license": "Apache-2.0",
4
- "version": "0.12.1",
4
+ "version": "0.12.2",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.js",