td-stylekit 26.10.3 → 26.11.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.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ # [26.11.0](https://github.com/treasure-data/td-stylekit/compare/v26.10.3...v26.11.0) (2022-05-30)
2
+
3
+
4
+ ### Features
5
+
6
+ * **CON-10143:** Cannot open Date picker when click on Calendar icon ([#1281](https://github.com/treasure-data/td-stylekit/issues/1281)) ([f4c2b33](https://github.com/treasure-data/td-stylekit/commit/f4c2b33))
7
+
1
8
  ## [26.10.3](https://github.com/treasure-data/td-stylekit/compare/v26.10.2...v26.10.3) (2022-05-27)
2
9
 
3
10
 
@@ -363,7 +363,9 @@ var UnstyledDateControl = function UnstyledDateControl(_ref) {
363
363
  hidden: inline,
364
364
  disabled: disabled,
365
365
  children: (0, _jsxRuntime.jsx)(_Icon["default"].Medium.Calendar, {
366
- "data-gs": gs("src", "datecontrol", "datecontrol.tsx", "container", "input-wrapper", "input-icon-wrapper", "icon-medium-calendar")
366
+ "data-gs": gs("src", "datecontrol", "datecontrol.tsx", "container", "input-wrapper", "input-icon-wrapper", "icon-medium-calendar"),
367
+ onClick: !show ? onShow : undefined,
368
+ "data-instrumentation": "".concat(dataInstrumentation, "-calendar-icon")
367
369
  })
368
370
  }), (0, _jsxRuntime.jsx)(_elements.DateFormControl, _objectSpread(_objectSpread({
369
371
  "data-gs-c": gsC(name, inputValue),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "td-stylekit",
3
- "version": "26.10.3",
3
+ "version": "26.11.0",
4
4
  "main": "dist/es/index.js",
5
5
  "module": "dist/es/index.js",
6
6
  "types": "dist/es/index.d.ts",