@commercetools-uikit/checkbox-input 16.10.0 → 16.12.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.
@@ -421,7 +421,7 @@ CheckboxInput.defaultProps = defaultProps;
421
421
  var CheckboxInput$1 = CheckboxInput;
422
422
 
423
423
  // NOTE: This string will be replaced on build time with the package version.
424
- var version = "16.10.0";
424
+ var version = "16.12.0";
425
425
 
426
426
  exports["default"] = CheckboxInput$1;
427
427
  exports.version = version;
@@ -397,7 +397,7 @@ CheckboxInput.defaultProps = defaultProps;
397
397
  var CheckboxInput$1 = CheckboxInput;
398
398
 
399
399
  // NOTE: This string will be replaced on build time with the package version.
400
- var version = "16.10.0";
400
+ var version = "16.12.0";
401
401
 
402
402
  exports["default"] = CheckboxInput$1;
403
403
  exports.version = version;
@@ -403,6 +403,6 @@ CheckboxInput.defaultProps = defaultProps;
403
403
  var CheckboxInput$1 = CheckboxInput;
404
404
 
405
405
  // NOTE: This string will be replaced on build time with the package version.
406
- var version = "16.10.0";
406
+ var version = "16.12.0";
407
407
 
408
408
  export { CheckboxInput$1 as default, version };
@@ -1 +1 @@
1
- export type { TCheckboxProps } from './checkbox-input';
1
+ export type { TCheckboxProps } from "./checkbox-input.js";
@@ -1,3 +1,3 @@
1
- export { default } from './checkbox-input';
2
- export { default as version } from './version';
3
- export * from './export-types';
1
+ export { default } from "./checkbox-input.js";
2
+ export { default as version } from "./version.js";
3
+ export * from "./export-types.js";
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": "16.10.0",
4
+ "version": "16.12.0",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",
@@ -24,11 +24,11 @@
24
24
  "dependencies": {
25
25
  "@babel/runtime": "^7.20.13",
26
26
  "@babel/runtime-corejs3": "^7.20.13",
27
- "@commercetools-uikit/design-system": "16.10.0",
28
- "@commercetools-uikit/icons": "16.10.0",
29
- "@commercetools-uikit/input-utils": "16.10.0",
30
- "@commercetools-uikit/select-utils": "16.10.0",
31
- "@commercetools-uikit/utils": "16.10.0",
27
+ "@commercetools-uikit/design-system": "16.12.0",
28
+ "@commercetools-uikit/icons": "16.12.0",
29
+ "@commercetools-uikit/input-utils": "16.12.0",
30
+ "@commercetools-uikit/select-utils": "16.12.0",
31
+ "@commercetools-uikit/utils": "16.12.0",
32
32
  "@emotion/react": "^11.10.5",
33
33
  "@emotion/styled": "^11.10.5",
34
34
  "prop-types": "15.8.1",
@@ -1,6 +0,0 @@
1
- import type { TCheckboxProps } from './checkbox-input';
2
- declare const Checkbox: {
3
- (props: TCheckboxProps): import("@emotion/react/jsx-runtime").JSX.Element;
4
- displayName: string;
5
- };
6
- export default Checkbox;
@@ -1,13 +0,0 @@
1
- export type Props = {
2
- color?: 'solid' | 'neutral60' | 'surface' | 'info' | 'primary' | 'primary40' | 'warning' | 'error';
3
- size?: 'small' | 'medium' | 'big' | 'scale';
4
- };
5
- export type SVGProps = Props & {
6
- className: string;
7
- };
8
- export declare const getIconStyles: (props: Props) => import("@emotion/utils").SerializedStyles;
9
- declare const CheckedIcon: {
10
- (props: Props): import("@emotion/react/jsx-runtime").JSX.Element;
11
- displayName: string;
12
- };
13
- export default CheckedIcon;
@@ -1,13 +0,0 @@
1
- export type Props = {
2
- color?: 'solid' | 'neutral60' | 'surface' | 'info' | 'primary' | 'primary40' | 'warning' | 'error';
3
- size?: 'small' | 'medium' | 'big' | 'scale';
4
- };
5
- export type SVGProps = Props & {
6
- className: string;
7
- };
8
- export declare const getIconStyles: (props: Props) => import("@emotion/utils").SerializedStyles;
9
- declare const IndeterminateIcon: {
10
- (props: Props): import("@emotion/react/jsx-runtime").JSX.Element;
11
- displayName: string;
12
- };
13
- export default IndeterminateIcon;
@@ -1,2 +0,0 @@
1
- export { default as CheckedIcon } from './CheckedReact';
2
- export { default as IndeterminateIcon } from './IndeterminateReact';
@@ -1 +0,0 @@
1
- export * from './generated';