@commercetools-uikit/date-input 15.13.2 → 15.14.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.
@@ -343,7 +343,7 @@ DateInput.isEmpty = function (value) {
343
343
  var DateInput$1 = DateInput;
344
344
 
345
345
  // NOTE: This string will be replaced on build time with the package version.
346
- var version = "15.13.2";
346
+ var version = "15.14.0";
347
347
 
348
348
  exports["default"] = DateInput$1;
349
349
  exports.version = version;
@@ -323,7 +323,7 @@ DateInput.isEmpty = function (value) {
323
323
  var DateInput$1 = DateInput;
324
324
 
325
325
  // NOTE: This string will be replaced on build time with the package version.
326
- var version = "15.13.2";
326
+ var version = "15.14.0";
327
327
 
328
328
  exports["default"] = DateInput$1;
329
329
  exports.version = version;
@@ -322,6 +322,6 @@ DateInput.isEmpty = function (value) {
322
322
  var DateInput$1 = DateInput;
323
323
 
324
324
  // NOTE: This string will be replaced on build time with the package version.
325
- var version = "15.13.2";
325
+ var version = "15.14.0";
326
326
 
327
327
  export { DateInput$1 as default, version };
@@ -6,7 +6,7 @@ type TCustomEvent = {
6
6
  value?: string;
7
7
  };
8
8
  };
9
- type TDateInput = {
9
+ export type TDateInput = {
10
10
  horizontalConstraint?: 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 'scale' | 'auto';
11
11
  value: string;
12
12
  onChange?: (event: TCustomEvent) => void;
@@ -0,0 +1,2 @@
1
+ import type { TDateInput as DateInput } from './date-input';
2
+ export type TDateInput = DateInput;
@@ -1,2 +1,3 @@
1
1
  export { default } from './date-input';
2
2
  export { default as version } from './version';
3
+ export * from './export-types';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@commercetools-uikit/date-input",
3
3
  "description": "The `DateInput` component allows the user to select a date. It formats the selected date depending on the users' locale.",
4
- "version": "15.13.2",
4
+ "version": "15.14.0",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",
@@ -21,19 +21,19 @@
21
21
  "dependencies": {
22
22
  "@babel/runtime": "^7.20.13",
23
23
  "@babel/runtime-corejs3": "^7.20.13",
24
- "@commercetools-uikit/accessible-button": "15.13.2",
25
- "@commercetools-uikit/calendar-time-utils": "15.13.2",
26
- "@commercetools-uikit/calendar-utils": "15.13.2",
27
- "@commercetools-uikit/constraints": "15.13.2",
28
- "@commercetools-uikit/design-system": "15.13.2",
29
- "@commercetools-uikit/hooks": "15.13.2",
30
- "@commercetools-uikit/icons": "15.13.2",
31
- "@commercetools-uikit/secondary-icon-button": "15.13.2",
32
- "@commercetools-uikit/select-utils": "15.13.2",
33
- "@commercetools-uikit/spacings-inline": "15.13.2",
34
- "@commercetools-uikit/text": "15.13.2",
35
- "@commercetools-uikit/tooltip": "15.13.2",
36
- "@commercetools-uikit/utils": "15.13.2",
24
+ "@commercetools-uikit/accessible-button": "15.14.0",
25
+ "@commercetools-uikit/calendar-time-utils": "15.14.0",
26
+ "@commercetools-uikit/calendar-utils": "15.14.0",
27
+ "@commercetools-uikit/constraints": "15.14.0",
28
+ "@commercetools-uikit/design-system": "15.14.0",
29
+ "@commercetools-uikit/hooks": "15.14.0",
30
+ "@commercetools-uikit/icons": "15.14.0",
31
+ "@commercetools-uikit/secondary-icon-button": "15.14.0",
32
+ "@commercetools-uikit/select-utils": "15.14.0",
33
+ "@commercetools-uikit/spacings-inline": "15.14.0",
34
+ "@commercetools-uikit/text": "15.14.0",
35
+ "@commercetools-uikit/tooltip": "15.14.0",
36
+ "@commercetools-uikit/utils": "15.14.0",
37
37
  "@emotion/react": "^11.10.5",
38
38
  "@emotion/styled": "^11.10.5",
39
39
  "downshift": "6.1.12",