@carbon/react 1.59.0-rc.0 → 1.59.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.
@@ -30,7 +30,6 @@ var carbonFlatpickrRangePlugin = (config => {
30
30
  _input: inputDates
31
31
  } = fp;
32
32
  const inputDatesArray = inputDates.value.split(' ');
33
- fp.close();
34
33
  [inputDatesArray[0], inputDatesArray[2]].forEach((input, i) => {
35
34
  if (input) {
36
35
  input = !dates[i] ? '' : fp.formatDate(new Date(dates[i]), fp.config.dateFormat);
@@ -38,7 +38,6 @@ var carbonFlatpickrRangePlugin = (config => {
38
38
  _input: inputDates
39
39
  } = fp;
40
40
  const inputDatesArray = inputDates.value.split(' ');
41
- fp.close();
42
41
  [inputDatesArray[0], inputDatesArray[2]].forEach((input, i) => {
43
42
  if (input) {
44
43
  input = !dates[i] ? '' : fp.formatDate(new Date(dates[i]), fp.config.dateFormat);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@carbon/react",
3
3
  "description": "React components for the Carbon Design System",
4
- "version": "1.59.0-rc.0",
4
+ "version": "1.59.0",
5
5
  "license": "Apache-2.0",
6
6
  "main": "lib/index.js",
7
7
  "module": "es/index.js",
@@ -49,9 +49,9 @@
49
49
  "dependencies": {
50
50
  "@babel/runtime": "^7.18.3",
51
51
  "@carbon/feature-flags": "^0.20.0",
52
- "@carbon/icons-react": "^11.42.0",
52
+ "@carbon/icons-react": "^11.43.0",
53
53
  "@carbon/layout": "^11.22.0",
54
- "@carbon/styles": "^1.59.0-rc.0",
54
+ "@carbon/styles": "^1.59.0",
55
55
  "@floating-ui/react": "^0.26.0",
56
56
  "@ibm/telemetry-js": "^1.5.0",
57
57
  "classnames": "2.5.1",
@@ -141,5 +141,5 @@
141
141
  "**/*.scss",
142
142
  "**/*.css"
143
143
  ],
144
- "gitHead": "6269fa19f0ce2930b21a2fda05974a597126ec6b"
144
+ "gitHead": "5663eaa4c9b6ce2bf4e32d8eeccd2bb20aae4539"
145
145
  }