td-stylekit 28.0.0 → 28.2.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,17 @@
1
+ # [28.2.0](https://github.com/treasure-data/td-stylekit/compare/v28.1.0...v28.2.0) (2022-09-30)
2
+
3
+
4
+ ### Features
5
+
6
+ * **CON-11108:** Add grid group icon ([#1340](https://github.com/treasure-data/td-stylekit/issues/1340)) ([3ef63e9](https://github.com/treasure-data/td-stylekit/commit/3ef63e9))
7
+
8
+ # [28.1.0](https://github.com/treasure-data/td-stylekit/compare/v28.0.0...v28.1.0) (2022-09-28)
9
+
10
+
11
+ ### Features
12
+
13
+ * **CON-10470:** Migrate FormLabel tests to RTL ([#1338](https://github.com/treasure-data/td-stylekit/issues/1338)) ([d5bbbd7](https://github.com/treasure-data/td-stylekit/commit/d5bbbd7))
14
+
1
15
  # [28.0.0](https://github.com/treasure-data/td-stylekit/compare/v27.3.1...v28.0.0) (2022-09-27)
2
16
 
3
17
 
@@ -494,6 +494,8 @@ export declare type IconTypes = {
494
494
  GoalIcon: React.ComponentType<JSX.IntrinsicElements['svg']>;
495
495
  Grid: React.ComponentType<JSX.IntrinsicElements['svg']>;
496
496
  GridIcon: React.ComponentType<JSX.IntrinsicElements['svg']>;
497
+ GridGroup: React.ComponentType<JSX.IntrinsicElements['svg']>;
498
+ GridGroupIcon: React.ComponentType<JSX.IntrinsicElements['svg']>;
497
499
  Group: React.ComponentType<JSX.IntrinsicElements['svg']>;
498
500
  GroupIcon: React.ComponentType<JSX.IntrinsicElements['svg']>;
499
501
  HelpNav: React.ComponentType<JSX.IntrinsicElements['svg']>;
@@ -964,7 +964,12 @@ React.createElement("g", null, /*#__PURE__*/React.createElement("path", {
964
964
  })),Grid: /*#__PURE__*/
965
965
  React.createElement("path", {
966
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__*/
967
+ }),GridGroup: /*#__PURE__*/
968
+ React.createElement("g", null, /*#__PURE__*/React.createElement("path", {
969
+ d: "M6.4 6.3A2.3 2.3 0 018.7 4h8.5A2.8 2.8 0 0120 6.8v8.5a2.3 2.3 0 01-2.3 2.3V16a.7.7 0 00.7-.7V6.8a1.2 1.2 0 00-1.2-1.2H8.7a.7.7 0 00-.7.7H6.4zM6 7.374a2 2 0 00-2 2v1.38h3.407v-3.38H6z"
970
+ }), /*#__PURE__*/React.createElement("path", {
971
+ d: "M11.623 7.374v3.38H9.007v-3.38h2.616zM16.626 10.754h-3.403v-3.38h1.403a2 2 0 012 2v1.38zM16.626 14.97h-3.403v-2.616h3.403v2.616zM13.223 20v-3.43h3.403V18a2 2 0 01-2 2h-1.403zM9.007 20v-3.43h2.616V20H9.007zM4 16.57h3.407V20H6a2 2 0 01-2-2v-1.43zM4 12.354h3.407v2.616H4v-2.616zM11.623 12.354v2.616H9.007v-2.616h2.616z"
972
+ })),Group: /*#__PURE__*/
968
973
  React.createElement("path", {
969
974
  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"
970
975
  }),Help: /*#__PURE__*/
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "td-stylekit",
3
- "version": "28.0.0",
3
+ "version": "28.2.0",
4
4
  "main": "dist/es/index.js",
5
5
  "module": "dist/es/index.js",
6
6
  "types": "dist/es/index.d.ts",