td-stylekit 28.19.0 → 28.20.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.20.0](https://github.com/treasure-data/td-stylekit/compare/v28.19.0...v28.20.0) (2023-04-13)
2
+
3
+
4
+ ### Features
5
+
6
+ * **CON-12768:** Add an icon for inviting users ([#1460](https://github.com/treasure-data/td-stylekit/issues/1460)) ([976c541](https://github.com/treasure-data/td-stylekit/commit/976c541))
7
+
1
8
  # [28.19.0](https://github.com/treasure-data/td-stylekit/compare/v28.18.0...v28.19.0) (2023-04-13)
2
9
 
3
10
 
@@ -522,6 +522,8 @@ export type IconTypes = {
522
522
  IdServiceDraftIcon: React.ComponentType<JSX.IntrinsicElements['svg']>;
523
523
  Integration: React.ComponentType<JSX.IntrinsicElements['svg']>;
524
524
  IntegrationIcon: React.ComponentType<JSX.IntrinsicElements['svg']>;
525
+ InviteUser: React.ComponentType<JSX.IntrinsicElements['svg']>;
526
+ InviteUserIcon: React.ComponentType<JSX.IntrinsicElements['svg']>;
525
527
  Journey: React.ComponentType<JSX.IntrinsicElements['svg']>;
526
528
  JourneyIcon: React.ComponentType<JSX.IntrinsicElements['svg']>;
527
529
  JourneyDraft: React.ComponentType<JSX.IntrinsicElements['svg']>;
@@ -1035,6 +1035,9 @@ React.createElement("path", {
1035
1035
  }),Integration: /*#__PURE__*/
1036
1036
  React.createElement("path", {
1037
1037
  d: "M18.627 5.373a4.686 4.686 0 00-6.627 0l-1.506 1.506a.682.682 0 000 .964l.843.843-1.218 1.219a.937.937 0 101.325 1.325l1.219-1.218 1.325 1.325-1.218 1.219a.937.937 0 101.325 1.325l1.219-1.218.843.843a.682.682 0 00.964 0L18.627 12a4.686 4.686 0 000-6.627zM5.373 18.627a4.686 4.686 0 006.627 0l1.506-1.506a.682.682 0 000-.964l-5.663-5.663a.682.682 0 00-.964 0L5.373 12a4.686 4.686 0 000 6.627z"
1038
+ }),InviteUser: /*#__PURE__*/
1039
+ React.createElement("path", {
1040
+ d: "M14.874 7.923a3.817 3.817 0 10-7.635 0v.636a3.817 3.817 0 107.635 0v-.636zM11.057 14.166c.473 0 .972.051 1.476.144a4.674 4.674 0 00-.59 2.28c0 .774.187 1.505.519 2.149h-7.24c-.954 0-1.508-1.095-.927-1.852.941-1.223 4.213-2.721 6.762-2.721zM16.638 13.286a1 1 0 011 1v1.304h1.304a1 1 0 110 2h-1.304v1.305a1 1 0 11-2 0V17.59h-1.305a1 1 0 110-2h1.305v-1.304a1 1 0 011-1z"
1038
1041
  }),Jobs: /*#__PURE__*/
1039
1042
  React.createElement("path", {
1040
1043
  d: "M2.11 6.688c0-2.015 1.426-3.89 3.461-3.89H18.43c2.035 0 3.461 1.875 3.461 3.89 0 2.014-1.426 3.89-3.461 3.89H5.57c-2.035 0-3.461-1.876-3.461-3.89zm16.319 2.11H16v-4.22h2.429c.804 0 1.68.81 1.68 2.11 0 1.298-.876 2.11-1.68 2.11zM2.11 17.313c0-2.015 1.426-3.89 3.461-3.89H18.43c2.035 0 3.461 1.875 3.461 3.89 0 2.014-1.426 3.89-3.461 3.89H5.57c-2.035 0-3.461-1.876-3.461-3.89zm16.319 2.11H9.5v-4.22h8.929c.804 0 1.68.81 1.68 2.11 0 1.298-.876 2.11-1.68 2.11z",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "td-stylekit",
3
- "version": "28.19.0",
3
+ "version": "28.20.0",
4
4
  "main": "dist/es/index.js",
5
5
  "module": "dist/es/index.js",
6
6
  "types": "dist/es/index.d.ts",