td-stylekit 28.27.0 → 28.28.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.28.0](https://github.com/treasure-data/td-stylekit/compare/v28.27.0...v28.28.0) (2023-11-02)
2
+
3
+
4
+ ### Features
5
+
6
+ * **CON-14086:** Add Format Icon ([#1507](https://github.com/treasure-data/td-stylekit/issues/1507)) ([463fe01](https://github.com/treasure-data/td-stylekit/commit/463fe01))
7
+
1
8
  # [28.27.0](https://github.com/treasure-data/td-stylekit/compare/v28.26.0...v28.27.0) (2023-10-31)
2
9
 
3
10
 
@@ -494,6 +494,8 @@ export type IconTypes = {
494
494
  FolderOpenedIcon: React.ComponentType<JSX.IntrinsicElements['svg']>;
495
495
  FolderTagPerson: React.ComponentType<JSX.IntrinsicElements['svg']>;
496
496
  FolderTagPersonIcon: React.ComponentType<JSX.IntrinsicElements['svg']>;
497
+ Format: React.ComponentType<JSX.IntrinsicElements['svg']>;
498
+ FormatIcon: React.ComponentType<JSX.IntrinsicElements['svg']>;
497
499
  Funnel: React.ComponentType<JSX.IntrinsicElements['svg']>;
498
500
  FunnelIcon: React.ComponentType<JSX.IntrinsicElements['svg']>;
499
501
  GoToTop: React.ComponentType<JSX.IntrinsicElements['svg']>;
@@ -964,7 +964,32 @@ React.createElement("g", null, /*#__PURE__*/React.createElement("path", {
964
964
  React.createElement("path", {
965
965
  d: "M6 5.5a2 2 0 00-2 2v9a2 2 0 002 2h12a2 2 0 002-2v-7a2 2 0 00-2-2h-4.847a2 2 0 01-.625-.14l-1.79-1.605a1 1 0 00-.668-.255H6zm5.21 4.577c0-.963-.823-1.743-1.84-1.743-1.015 0-1.838.78-1.838 1.743v.29c0 .963.823 1.743 1.839 1.743s1.839-.78 1.839-1.743v-.29zm1.418 4.542c-.454-.558-2.03-1.242-3.257-1.242-1.228 0-2.804.684-3.258 1.242-.28.345-.013 1.77.447 1.77h5.621c.46 0 .727-1.425.447-1.77z",
966
966
  fillRule: "evenodd"
967
- }),Funnel: /*#__PURE__*/
967
+ }),Format: /*#__PURE__*/
968
+ React.createElement("g", null, /*#__PURE__*/React.createElement("rect", {
969
+ height: "2",
970
+ width: "9",
971
+ rx: "1",
972
+ x: "5",
973
+ y: "5"
974
+ }), /*#__PURE__*/React.createElement("rect", {
975
+ height: "2",
976
+ width: "12",
977
+ rx: "1",
978
+ x: "8",
979
+ y: "9"
980
+ }), /*#__PURE__*/React.createElement("rect", {
981
+ height: "2",
982
+ width: "12",
983
+ rx: "1",
984
+ x: "8",
985
+ y: "13"
986
+ }), /*#__PURE__*/React.createElement("rect", {
987
+ height: "2",
988
+ width: "9",
989
+ rx: "1",
990
+ x: "5",
991
+ y: "17"
992
+ })),Funnel: /*#__PURE__*/
968
993
  React.createElement("path", {
969
994
  d: "M4 4.5a.5.5 0 01.5-.5h15a.5.5 0 01.5.5v1.385a.5.5 0 01-.5.5h-15a.5.5 0 01-.5-.5V4.5zM6.856 8a.3.3 0 00-.233.49l3.486 4.26a.5.5 0 01.113.317v6.07a.5.5 0 00.749.434l2.555-1.463a.5.5 0 00.252-.434v-4.607a.5.5 0 01.113-.316l3.486-4.26a.3.3 0 00-.233-.49H6.856z"
970
995
  }),GoToTop: /*#__PURE__*/
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "td-stylekit",
3
- "version": "28.27.0",
3
+ "version": "28.28.0",
4
4
  "main": "dist/es/index.js",
5
5
  "module": "dist/es/index.js",
6
6
  "types": "dist/es/index.d.ts",