@infomaximum/ui-kit 0.15.0 → 0.15.1

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.
@@ -18,7 +18,7 @@ export declare const checkboxStyle: (checked: boolean, disabled: boolean, isHove
18
18
  readonly boxSizing: "border-box";
19
19
  readonly border: string;
20
20
  readonly borderRadius: 4;
21
- readonly background: "#F0F0F0" | "#FAFAFA" | "#0CB3B3" | "#50CCC4";
21
+ readonly background: "#F0F0F0" | "#FFFFFF" | "#0CB3B3" | "#50CCC4";
22
22
  readonly cursor: "pointer" | "not-allowed";
23
23
  };
24
24
  input: () => {
@@ -1,6 +1,6 @@
1
1
  import { Theme } from 'themes';
2
2
  export declare const getCheckboxTokens: (theme: Theme) => {
3
- checkboxBg: "#FAFAFA";
3
+ checkboxBg: "#FFFFFF";
4
4
  checkboxBgChecked: "#0CB3B3";
5
5
  checkboxBgCheckedHover: "#50CCC4";
6
6
  checkboxBgDisabled: "#F0F0F0";
@@ -1,5 +1,5 @@
1
1
  const getCheckboxTokens = (theme) => ({
2
- checkboxBg: theme.bgComplimentary,
2
+ checkboxBg: theme.bgContainer,
3
3
  checkboxBgChecked: theme.primaryBase,
4
4
  checkboxBgCheckedHover: theme.primaryHover,
5
5
  checkboxBgDisabled: theme.bgContainerDisabled,
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.15.0",
4
+ "version": "0.15.1",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.js",