td-stylekit 26.0.0 → 26.1.2

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,24 @@
1
+ ## [26.1.2](https://github.com/treasure-data/td-stylekit/compare/v26.1.1...v26.1.2) (2022-03-31)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **CON-9160:** Revert of Remove generics from Form Controls ([#1257](https://github.com/treasure-data/td-stylekit/issues/1257)) ([#1258](https://github.com/treasure-data/td-stylekit/issues/1258)) ([9d207de](https://github.com/treasure-data/td-stylekit/commit/9d207de))
7
+
8
+ ## [26.1.1](https://github.com/treasure-data/td-stylekit/compare/v26.1.0...v26.1.1) (2022-03-31)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * **CON-9160:** Remove generics from FormControl and FormField components ([#1257](https://github.com/treasure-data/td-stylekit/issues/1257)) ([8f38b83](https://github.com/treasure-data/td-stylekit/commit/8f38b83))
14
+
15
+ # [26.1.0](https://github.com/treasure-data/td-stylekit/compare/v26.0.0...v26.1.0) (2022-03-28)
16
+
17
+
18
+ ### Features
19
+
20
+ * **CON-9622:** Fix Datagrid row v4 theme ([#1256](https://github.com/treasure-data/td-stylekit/issues/1256)) ([c6807de](https://github.com/treasure-data/td-stylekit/commit/c6807de))
21
+
1
22
  # [26.0.0](https://github.com/treasure-data/td-stylekit/compare/v25.15.0...v26.0.0) (2022-03-28)
2
23
 
3
24
 
@@ -49,6 +49,9 @@ declare const _default: {
49
49
  color: any;
50
50
  };
51
51
  paddingLeft: string;
52
+ '& svg': {
53
+ pointerEvents: string;
54
+ };
52
55
  }) | (({ theme, selected }: {
53
56
  theme: any;
54
57
  selected: any;
@@ -127,7 +127,10 @@ var _default = (_Root$CategoryInput$C = {}, _defineProperty(_Root$CategoryInput$
127
127
  backgroundColor: zebra ? theme.color.Solitude : theme.color.LightBackground,
128
128
  color: theme.color.Mondo
129
129
  },
130
- paddingLeft: 'unset'
130
+ paddingLeft: 'unset',
131
+ '& svg': {
132
+ pointerEvents: 'unset'
133
+ }
131
134
  };
132
135
  }, function (_ref14) {
133
136
  var theme = _ref14.theme,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "td-stylekit",
3
- "version": "26.0.0",
3
+ "version": "26.1.2",
4
4
  "main": "dist/es/index.js",
5
5
  "module": "dist/es/index.js",
6
6
  "types": "dist/es/index.d.ts",