td-stylekit 26.12.0 → 26.12.3
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.12.3](https://github.com/treasure-data/td-stylekit/compare/v26.12.2...v26.12.3) (2022-06-13)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **CON-10189:** Remove deprecated lifecycle methods from Select ([#1292](https://github.com/treasure-data/td-stylekit/issues/1292)) ([d759a63](https://github.com/treasure-data/td-stylekit/commit/d759a63)), closes [#1291](https://github.com/treasure-data/td-stylekit/issues/1291)
|
|
7
|
+
|
|
8
|
+
## [26.12.2](https://github.com/treasure-data/td-stylekit/compare/v26.12.1...v26.12.2) (2022-06-08)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* **CON-10185:** Allow TimePicker input to be selectable in DateControl ([#1287](https://github.com/treasure-data/td-stylekit/issues/1287)) ([f8cdb76](https://github.com/treasure-data/td-stylekit/commit/f8cdb76))
|
|
14
|
+
|
|
15
|
+
## [26.12.1](https://github.com/treasure-data/td-stylekit/compare/v26.12.0...v26.12.1) (2022-06-06)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### Bug Fixes
|
|
19
|
+
|
|
20
|
+
* **CON-10216:** Prevent errors from Google Chrome translate ([#1284](https://github.com/treasure-data/td-stylekit/issues/1284)) ([4dc30e7](https://github.com/treasure-data/td-stylekit/commit/4dc30e7))
|
|
21
|
+
|
|
1
22
|
# [26.12.0](https://github.com/treasure-data/td-stylekit/compare/v26.11.0...v26.12.0) (2022-05-31)
|
|
2
23
|
|
|
3
24
|
|
|
@@ -58,7 +58,11 @@ var createActionItem = function createActionItem(item, index, dataInstrumentatio
|
|
|
58
58
|
onClick: item.onClick,
|
|
59
59
|
children: [Icon ? (0, _jsxRuntime.jsx)(Icon, {
|
|
60
60
|
"data-gs": gs("src", "actionbar", "actionbar.tsx", "icon-button", "icon")
|
|
61
|
-
}) : null, item.label && !item.iconOnly ?
|
|
61
|
+
}) : null, item.label && !item.iconOnly ? (0, _jsxRuntime.jsx)("span", {
|
|
62
|
+
"data-gs-c": gsC(item.label),
|
|
63
|
+
"data-gs": gs("src", "actionbar", "actionbar.tsx", "icon-button", "span"),
|
|
64
|
+
children: item.label
|
|
65
|
+
}) : null]
|
|
62
66
|
}, index);
|
|
63
67
|
};
|
|
64
68
|
|
|
@@ -510,6 +510,8 @@ export declare type IconTypes = {
|
|
|
510
510
|
LockNavIcon: React.ComponentType<JSX.IntrinsicElements['svg']>;
|
|
511
511
|
LoginSettings: React.ComponentType<JSX.IntrinsicElements['svg']>;
|
|
512
512
|
LoginSettingsIcon: React.ComponentType<JSX.IntrinsicElements['svg']>;
|
|
513
|
+
Markdown: React.ComponentType<JSX.IntrinsicElements['svg']>;
|
|
514
|
+
MarkdownIcon: React.ComponentType<JSX.IntrinsicElements['svg']>;
|
|
513
515
|
MasterSegment: React.ComponentType<JSX.IntrinsicElements['svg']>;
|
|
514
516
|
MasterSegmentIcon: React.ComponentType<JSX.IntrinsicElements['svg']>;
|
|
515
517
|
Mixin: React.ComponentType<JSX.IntrinsicElements['svg']>;
|
package/dist/es/Icon/types.js
CHANGED
|
@@ -1014,7 +1014,11 @@ React.createElement("g", null, /*#__PURE__*/React.createElement("path", {
|
|
|
1014
1014
|
}), /*#__PURE__*/React.createElement("path", {
|
|
1015
1015
|
d: "M18.622 12.762c.135-.27.087-.66-.241-.826l-.604-.325-.006-.004c-.27-.135-.66-.086-.826.245a.282.282 0 00-.006.013c-.103.24-.344.419-.672.419-.322 0-.576-.175-.728-.439-.168-.325-.555-.372-.823-.238a.24.24 0 00-.021.012l-.504.321c-.35.182-.503.55-.317.84.15.267.179.591.002.876a.793.793 0 01-.736.451.602.602 0 00-.607.607v.701c0 .177.089.32.201.414a.64.64 0 00.406.147c.29 0 .586.143.776.442.151.31.143.643.001.891a.316.316 0 00-.006.012c-.135.27-.087.66.242.826l.595.321c.15.095.325.08.456.027a.652.652 0 00.335-.304c.15-.258.447-.439.728-.439.322 0 .576.176.728.44.167.324.554.371.823.237l.004-.002.516-.282a.756.756 0 00.342-.39.542.542 0 00-.07-.503c-.147-.265-.175-.584-.003-.865.19-.263.491-.41.786-.41a.602.602 0 00.607-.608v-.701a.61.61 0 00-.185-.423.607.607 0 00-.45-.183c-.27.033-.556-.096-.748-.397-.151-.31-.143-.643-.001-.891a.181.181 0 00.006-.012zm-1.235 2.274a1.12 1.12 0 11-2.24 0 1.12 1.12 0 012.24 0z",
|
|
1016
1016
|
fillRule: "evenodd"
|
|
1017
|
-
})),
|
|
1017
|
+
})),Markdown: /*#__PURE__*/
|
|
1018
|
+
React.createElement("path", {
|
|
1019
|
+
d: "M5.6 5A1.6 1.6 0 004 6.6v9.8A1.6 1.6 0 005.6 18h12.8a1.6 1.6 0 001.6-1.6V6.6A1.6 1.6 0 0018.4 5H5.6zm7.052 3c.25 0 .454.081.611.244.158.163.237.375.237.636v5.318c0 .248-.072.444-.217.587a.777.777 0 01-.572.215.798.798 0 01-.572-.215c-.144-.143-.216-.339-.216-.587v-2.874l-1.124 2.053c-.112.209-.23.359-.355.45a.771.771 0 01-.444.127.771.771 0 01-.444-.127c-.125-.091-.243-.241-.355-.45l-1.114-1.994v2.815a.79.79 0 01-.226.587.777.777 0 01-.572.215.798.798 0 01-.572-.215c-.145-.143-.217-.339-.217-.587V8.88c0-.26.079-.473.237-.636A.846.846 0 017.357 8c.178 0 .34.052.484.156.144.098.266.242.365.43l1.814 3.383 1.804-3.382c.204-.391.48-.587.828-.587zm3.612 6.913l-1.68-1.542c-.187-.173-.042-.45.236-.45h.91V9c0-.296 0-1 .77-1s.77.704.77 1v3.921h.91c.278 0 .423.277.236.45l-1.68 1.542a.363.363 0 01-.472 0z",
|
|
1020
|
+
fillRule: "evenodd"
|
|
1021
|
+
}),MasterSegment: /*#__PURE__*/
|
|
1018
1022
|
React.createElement("g", null, /*#__PURE__*/React.createElement("path", {
|
|
1019
1023
|
d: "M4 6.375C4 5.339 4.895 4.5 6 4.5h8.9a.3.3 0 01.3.3v14.4a.3.3 0 01-.3.3H6c-1.105 0-2-.84-2-1.875V6.375zm4.136 5.224c.713 0 1.285-.452 1.285-1.395 0-.811-.572-1.319-1.285-1.319s-1.288.489-1.288 1.32c0 .99.575 1.394 1.288 1.394zm3.135 0c.663 0 1.194-.393 1.194-1.24 0-.621-.531-1.176-1.194-1.176-.663 0-1.197.555-1.197 1.176 0 .798.534 1.24 1.197 1.24zm-3.135.932c-.841 0-2.528.396-2.528 1.185v.508c0 .186.163.338.361.338h4.334c.199 0 .361-.152.361-.338v-.508c0-.789-1.686-1.185-2.528-1.185zm2.89 0c-.06 0-.088.074-.042.111.348.287.636.708.636 1.145.012.22.013.383.003.502-.008.092.115.273.213.273h1.356c.199 0 .361-.152.361-.338v-.508c0-.789-1.686-1.185-2.528-1.185z",
|
|
1020
1024
|
fillRule: "evenodd"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "td-stylekit",
|
|
3
|
-
"version": "26.12.
|
|
3
|
+
"version": "26.12.3",
|
|
4
4
|
"main": "dist/es/index.js",
|
|
5
5
|
"module": "dist/es/index.js",
|
|
6
6
|
"types": "dist/es/index.d.ts",
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
"react-day-picker": "7.3.2",
|
|
80
80
|
"react-highlight-words": "^0.16.0",
|
|
81
81
|
"react-middle-ellipsis": "^1.0.12",
|
|
82
|
-
"react-select": "
|
|
82
|
+
"react-select": "4.3.1",
|
|
83
83
|
"react-sortable-tree": "^2.7.1",
|
|
84
84
|
"use-onclickoutside": "^0.3.1",
|
|
85
85
|
"victory": "^35.4.2"
|