td-stylekit 24.7.0 → 24.8.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
+ # [24.8.0](https://github.com/treasure-data/td-stylekit/compare/v24.7.0...v24.8.0) (2022-01-14)
2
+
3
+
4
+ ### Features
5
+
6
+ * **CON-9007:** Add navigation tree for Marketplace Listing ([#1216](https://github.com/treasure-data/td-stylekit/issues/1216)) ([4b4ae28](https://github.com/treasure-data/td-stylekit/commit/4b4ae28))
7
+
1
8
  # [24.7.0](https://github.com/treasure-data/td-stylekit/compare/v24.6.1...v24.7.0) (2022-01-12)
2
9
 
3
10
 
@@ -562,6 +562,8 @@ export declare type IconTypes = {
562
562
  TypeIntIcon: React.ComponentType<JSX.IntrinsicElements['svg']>;
563
563
  TypeString: React.ComponentType<JSX.IntrinsicElements['svg']>;
564
564
  TypeStringIcon: React.ComponentType<JSX.IntrinsicElements['svg']>;
565
+ Upload: React.ComponentType<JSX.IntrinsicElements['svg']>;
566
+ UploadIcon: React.ComponentType<JSX.IntrinsicElements['svg']>;
565
567
  User: React.ComponentType<JSX.IntrinsicElements['svg']>;
566
568
  UserIcon: React.ComponentType<JSX.IntrinsicElements['svg']>;
567
569
  Utilization: React.ComponentType<JSX.IntrinsicElements['svg']>;
@@ -1219,6 +1219,10 @@ React.createElement("g", null, /*#__PURE__*/React.createElement("path", {
1219
1219
  React.createElement("path", {
1220
1220
  d: "M8 6a2 2 0 00-2 2v8a2 2 0 002 2h8a2 2 0 002-2V8a2 2 0 00-2-2H8zm1 3a1 1 0 000 2h1.699a.3.3 0 01.3.298L11 11.5V15a1 1 0 102 0v-3.697a.3.3 0 01.3-.3c.687-.003.588-.003-.296-.003H15a1 1 0 100-2H9z",
1221
1221
  fillRule: "evenodd"
1222
+ }),Upload: /*#__PURE__*/
1223
+ React.createElement("path", {
1224
+ d: "M5.667 4.496A1 1 0 016.531 4H17.47a1 1 0 01.863.496l1.532 2.625a1 1 0 01.136.504v10.5C20 19.16 19.16 20 18.125 20H5.875A1.875 1.875 0 014 18.125v-10.5a1 1 0 01.136-.504l1.531-2.625zM7.106 6L6 7.895v.058h12v-.058L16.894 6H7.106zm1.929 6.134l2.4-2.4a.8.8 0 011.13 0l2.4 2.4a.8.8 0 01-.564 1.366H13v3a1 1 0 01-2 0v-3H9.6a.8.8 0 01-.566-1.366z",
1225
+ fillRule: "evenodd"
1222
1226
  }),User: /*#__PURE__*/
1223
1227
  React.createElement("path", {
1224
1228
  d: "M15.818 8.5a3.817 3.817 0 10-7.635 0v.637a3.817 3.817 0 107.635 0V8.5zm2.943 8.965c-.941-1.223-4.212-2.721-6.76-2.721-2.55 0-5.82 1.498-6.762 2.721-.581.757-.027 1.852.927 1.852h11.668c.954 0 1.508-1.095.927-1.852z"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "td-stylekit",
3
- "version": "24.7.0",
3
+ "version": "24.8.0",
4
4
  "main": "dist/es/index.js",
5
5
  "module": "dist/es/index.js",
6
6
  "types": "dist/es/index.d.ts",