td-stylekit 28.9.0 → 28.10.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
+ # [28.10.0](https://github.com/treasure-data/td-stylekit/compare/v28.9.0...v28.10.0) (2023-01-10)
2
+
3
+
4
+ ### Features
5
+
6
+ * **CON-11211:** Migrate tests for TimeField component ([#1404](https://github.com/treasure-data/td-stylekit/issues/1404)) ([f0e6cb0](https://github.com/treasure-data/td-stylekit/commit/f0e6cb0))
7
+
1
8
  # [28.9.0](https://github.com/treasure-data/td-stylekit/compare/v28.8.0...v28.9.0) (2023-01-06)
2
9
 
3
10
 
@@ -214,6 +214,7 @@ var FormField = /*#__PURE__*/function (_PureComponent) {
214
214
  "data-gs": gs("src", "formfield", "formfield.tsx", "form-field-wrapper", "tooltip-popover"),
215
215
  placement: "top",
216
216
  target: this.inputRef,
217
+ role: "tooltip",
217
218
  children: shouldRenderTooltip ? (0, _jsxRuntime.jsxs)(_elements.PopoverComponent, {
218
219
  "data-gs": gs("src", "formfield", "formfield.tsx", "form-field-wrapper", "tooltip-popover", "popover-component"),
219
220
  backgroundColor: isInvalid ? '#ffeef0' : undefined,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "td-stylekit",
3
- "version": "28.9.0",
3
+ "version": "28.10.0",
4
4
  "main": "dist/es/index.js",
5
5
  "module": "dist/es/index.js",
6
6
  "types": "dist/es/index.d.ts",