@commercetools-uikit/checkbox-input 15.2.4 → 15.3.0

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.
@@ -1,4 +1,3 @@
1
- import type { Theme } from '@emotion/react';
2
1
  import type { TCheckboxProps } from './checkbox-input';
3
- declare const getCheckboxWrapperStyles: (props: TCheckboxProps, theme: Theme) => import("@emotion/utils").SerializedStyles;
2
+ declare const getCheckboxWrapperStyles: (props: TCheckboxProps) => import("@emotion/utils").SerializedStyles;
4
3
  export { getCheckboxWrapperStyles };
@@ -1,4 +1,3 @@
1
- import type { Theme } from '@emotion/react';
2
1
  export declare type Props = {
3
2
  color?: 'solid' | 'neutral60' | 'surface' | 'info' | 'primary' | 'primary40' | 'warning' | 'error';
4
3
  size?: 'small' | 'medium' | 'big' | 'scale';
@@ -6,7 +5,7 @@ export declare type Props = {
6
5
  export declare type SVGProps = Props & {
7
6
  className: string;
8
7
  };
9
- export declare const getIconStyles: (props: Props, theme: Theme) => import("@emotion/utils").SerializedStyles;
8
+ export declare const getIconStyles: (props: Props) => import("@emotion/utils").SerializedStyles;
10
9
  declare const CheckedIcon: {
11
10
  (props: Props): import("@emotion/react/jsx-runtime").JSX.Element;
12
11
  displayName: string;
@@ -1,4 +1,3 @@
1
- import type { Theme } from '@emotion/react';
2
1
  export declare type Props = {
3
2
  color?: 'solid' | 'neutral60' | 'surface' | 'info' | 'primary' | 'primary40' | 'warning' | 'error';
4
3
  size?: 'small' | 'medium' | 'big' | 'scale';
@@ -6,7 +5,7 @@ export declare type Props = {
6
5
  export declare type SVGProps = Props & {
7
6
  className: string;
8
7
  };
9
- export declare const getIconStyles: (props: Props, theme: Theme) => import("@emotion/utils").SerializedStyles;
8
+ export declare const getIconStyles: (props: Props) => import("@emotion/utils").SerializedStyles;
10
9
  declare const IndeterminateIcon: {
11
10
  (props: Props): import("@emotion/react/jsx-runtime").JSX.Element;
12
11
  displayName: string;
@@ -1,4 +1,3 @@
1
- import type { Theme } from '@emotion/react';
2
1
  export declare type Props = {
3
2
  color?: 'solid' | 'neutral60' | 'surface' | 'info' | 'primary' | 'primary40' | 'warning' | 'error';
4
3
  size?: 'small' | 'medium' | 'big' | 'scale';
@@ -6,7 +5,7 @@ export declare type Props = {
6
5
  export declare type SVGProps = Props & {
7
6
  className: string;
8
7
  };
9
- export declare const getIconStyles: (props: Props, theme: Theme) => import("@emotion/utils").SerializedStyles;
8
+ export declare const getIconStyles: (props: Props) => import("@emotion/utils").SerializedStyles;
10
9
  declare const UncheckedIcon: {
11
10
  (props: Props): import("@emotion/react/jsx-runtime").JSX.Element;
12
11
  displayName: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@commercetools-uikit/checkbox-input",
3
3
  "description": "An input component that works as checkbox input.",
4
- "version": "15.2.4",
4
+ "version": "15.3.0",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",
@@ -24,12 +24,12 @@
24
24
  "dependencies": {
25
25
  "@babel/runtime": "^7.19.0",
26
26
  "@babel/runtime-corejs3": "^7.19.1",
27
- "@commercetools-uikit/design-system": "15.2.4",
28
- "@commercetools-uikit/icons": "15.2.4",
29
- "@commercetools-uikit/input-utils": "15.2.4",
30
- "@commercetools-uikit/select-utils": "15.2.4",
31
- "@commercetools-uikit/text": "15.2.4",
32
- "@commercetools-uikit/utils": "15.2.4",
27
+ "@commercetools-uikit/design-system": "15.3.0",
28
+ "@commercetools-uikit/icons": "15.3.0",
29
+ "@commercetools-uikit/input-utils": "15.3.0",
30
+ "@commercetools-uikit/select-utils": "15.3.0",
31
+ "@commercetools-uikit/text": "15.3.0",
32
+ "@commercetools-uikit/utils": "15.3.0",
33
33
  "@emotion/react": "^11.4.0",
34
34
  "@emotion/styled": "^11.3.0",
35
35
  "prop-types": "15.8.1",