td-stylekit 26.14.0 → 26.15.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 +7 -0
- package/dist/es/Icon/staticTypes.d.ts +2 -0
- package/dist/es/Icon/types.js +4 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
# [26.15.0](https://github.com/treasure-data/td-stylekit/compare/v26.14.0...v26.15.0) (2022-06-21)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* **CON-10077:** Add Grid icon ([#1294](https://github.com/treasure-data/td-stylekit/issues/1294)) ([8dc7245](https://github.com/treasure-data/td-stylekit/commit/8dc7245))
|
|
7
|
+
|
|
1
8
|
# [26.14.0](https://github.com/treasure-data/td-stylekit/compare/v26.13.0...v26.14.0) (2022-06-15)
|
|
2
9
|
|
|
3
10
|
|
|
@@ -492,6 +492,8 @@ export declare type IconTypes = {
|
|
|
492
492
|
FunnelIcon: React.ComponentType<JSX.IntrinsicElements['svg']>;
|
|
493
493
|
Goal: React.ComponentType<JSX.IntrinsicElements['svg']>;
|
|
494
494
|
GoalIcon: React.ComponentType<JSX.IntrinsicElements['svg']>;
|
|
495
|
+
Grid: React.ComponentType<JSX.IntrinsicElements['svg']>;
|
|
496
|
+
GridIcon: React.ComponentType<JSX.IntrinsicElements['svg']>;
|
|
495
497
|
Group: React.ComponentType<JSX.IntrinsicElements['svg']>;
|
|
496
498
|
GroupIcon: React.ComponentType<JSX.IntrinsicElements['svg']>;
|
|
497
499
|
HelpNav: React.ComponentType<JSX.IntrinsicElements['svg']>;
|
package/dist/es/Icon/types.js
CHANGED
|
@@ -961,7 +961,10 @@ React.createElement("g", null, /*#__PURE__*/React.createElement("path", {
|
|
|
961
961
|
d: "M19.752 10.017a.079.079 0 00-.132-.036l-1.117 1.117a.757.757 0 01-.245.163.135.135 0 00-.087.135 6.2 6.2 0 11-5.574-5.568.139.139 0 00.138-.089.757.757 0 01.164-.246l1.131-1.13a.065.065 0 00-.03-.11 8 8 0 105.752 5.764z"
|
|
962
962
|
}), /*#__PURE__*/React.createElement("path", {
|
|
963
963
|
d: "M16.681 11.576a.287.287 0 00-.29-.258h-.688a.3.3 0 00-.213.089l-.503.506a.318.318 0 00-.09.212 2.9 2.9 0 11-3.039-3.022.318.318 0 00.211-.09l.522-.524a.3.3 0 00.087-.211v-.67c0-.149-.11-.276-.258-.29a4.7 4.7 0 104.26 4.257z"
|
|
964
|
-
})),
|
|
964
|
+
})),Grid: /*#__PURE__*/
|
|
965
|
+
React.createElement("path", {
|
|
966
|
+
d: "M6 20a2 2 0 01-2-2v-2.583h4.25V20H6zM9.75 20v-4.583h4.5V20h-4.5zM15.75 20v-4.583H20V18a2 2 0 01-2 2h-2.25zM20 13.917h-4.25v-3.834H20v3.834zM20 8.583h-4.25V4H18a2 2 0 012 2v2.583zM14.25 4v4.583h-4.5V4h4.5zM8.25 4v4.583H4V6a2 2 0 012-2h2.25zM4 10.083h4.25v3.834H4v-3.834zM9.75 10.083v3.834h4.5v-3.834h-4.5z"
|
|
967
|
+
}),Group: /*#__PURE__*/
|
|
965
968
|
React.createElement("path", {
|
|
966
969
|
d: "M11.682 9.09a2.584 2.584 0 01-2.587 2.596A2.592 2.592 0 016.5 9.09a2.592 2.592 0 012.595-2.595 2.584 2.584 0 012.587 2.595zM17.812 9.273a2.41 2.41 0 11-4.818 0 2.41 2.41 0 114.818 0zM9.09 13.14c-1.694 0-5.09.851-5.09 2.546v1.09c0 .4.327.728.727.728h8.727a.73.73 0 00.728-.727v-1.091c0-1.695-3.396-2.546-5.091-2.546zM14.204 13.177c.254-.022.494-.037.705-.037 1.695 0 5.091.851 5.091 2.546v1.09a.73.73 0 01-.727.728h-3.768c.08-.225.131-.473.131-.727v-1.091c0-1.07-.574-1.876-1.403-2.48l-.007-.008a.064.064 0 00-.022-.021z"
|
|
967
970
|
}),Help: /*#__PURE__*/
|