td-stylekit 25.3.0 → 25.4.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
+ # [25.4.0](https://github.com/treasure-data/td-stylekit/compare/v25.3.0...v25.4.0) (2022-02-18)
2
+
3
+
4
+ ### Features
5
+
6
+ * **Icon:** Add new eye icon ([#1230](https://github.com/treasure-data/td-stylekit/issues/1230)) ([7e19c89](https://github.com/treasure-data/td-stylekit/commit/7e19c89))
7
+
1
8
  # [25.3.0](https://github.com/treasure-data/td-stylekit/compare/v25.2.1...v25.3.0) (2022-02-17)
2
9
 
3
10
 
@@ -68,6 +68,8 @@ export declare type IconTypes = {
68
68
  ExclamationIcon: React.ComponentType<JSX.IntrinsicElements['svg']>;
69
69
  Exit: React.ComponentType<JSX.IntrinsicElements['svg']>;
70
70
  ExitIcon: React.ComponentType<JSX.IntrinsicElements['svg']>;
71
+ Eye: React.ComponentType<JSX.IntrinsicElements['svg']>;
72
+ EyeIcon: React.ComponentType<JSX.IntrinsicElements['svg']>;
71
73
  Facebook: React.ComponentType<JSX.IntrinsicElements['svg']>;
72
74
  FacebookIcon: React.ComponentType<JSX.IntrinsicElements['svg']>;
73
75
  Feedback: React.ComponentType<JSX.IntrinsicElements['svg']>;
@@ -127,7 +127,14 @@ React.createElement("g", null, /*#__PURE__*/React.createElement("path", {
127
127
  })),Exit: /*#__PURE__*/
128
128
  React.createElement("path", {
129
129
  d: "M23.052 14.814a.5.5 0 10-.704.71l.704-.71zM25.5 17.95l.352.355a.5.5 0 000-.71l-.352.355zm-3.152 2.427a.5.5 0 10.704.71l-.704-.71zM15.5 17.45a.5.5 0 000 1v-1zM20 15.17a.5.5 0 001 0h-1zm1.1 5.563a.5.5 0 10-1 0h1zm1.248-5.208l2.8 2.781.704-.71-2.8-2.78-.704.709zm2.8 2.072l-2.8 2.781.704.71 2.8-2.782-.704-.71zm-9.648.854h10v-1h-10v1zM21 15.17v-3.576h-1v3.576h1zm0-3.576c0-.876-.727-1.593-1.6-1.593v1c.327 0 .6.276.6.593h1zM19.4 10h-7.8v1h7.8v-1zm-7.8 0c-.873 0-1.6.717-1.6 1.593h1c0-.317.273-.593.6-.593v-1zM10 11.593v12.814h1V11.593h-1zm0 12.814c0 .876.727 1.593 1.6 1.593v-1a.606.606 0 01-.6-.593h-1zM11.6 26h7.9v-1h-7.9v1zm7.9 0c.873 0 1.6-.717 1.6-1.593h-1a.606.606 0 01-.6.593v1zm1.6-1.593v-3.675h-1v3.675h1z"
130
- }),Facebook: /*#__PURE__*/
130
+ }),Eye: /*#__PURE__*/
131
+ React.createElement("g", null, /*#__PURE__*/React.createElement("path", {
132
+ d: "M11.638 19.157a.49.49 0 01.703-.015l2.492 2.456a4.575 4.575 0 006.552 0l2.385-2.448c.194-.2.508-.2.702 0a.52.52 0 010 .722l-2.385 2.448a5.55 5.55 0 01-7.953.004l-2.481-2.446a.52.52 0 01-.015-.721zM21.276 14.414a4.56 4.56 0 00-6.552 0l-3.876 4c-.194.2-.508.2-.702 0a.522.522 0 010-.725l3.875-4a5.531 5.531 0 017.958 0l3.876 4c.194.2.194.525 0 .725-.195.2-.509.2-.703 0l-3.876-4z",
133
+ fillRule: "evenodd"
134
+ }), /*#__PURE__*/React.createElement("path", {
135
+ d: "M18 16a2 2 0 10-.001 3.999A2 2 0 0018 16zm-3 2a3 3 0 116 0 3 3 0 01-6 0z",
136
+ fillRule: "evenodd"
137
+ })),Facebook: /*#__PURE__*/
131
138
  React.createElement("path", {
132
139
  d: "M26 13v10c0 1.7-1.3 3-3 3h-3v-7h2.5l.5-2h-3v-1c0-.5.5-1 1-1h2v-2h-2c-1.7 0-3 1.3-3 3v1h-2v2h2v7h-5c-1.7 0-3-1.3-3-3V13c0-1.6 1.3-3 3-3h10c1.7 0 3 1.4 3 3z"
133
140
  }),Feedback: /*#__PURE__*/
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "td-stylekit",
3
- "version": "25.3.0",
3
+ "version": "25.4.0",
4
4
  "main": "dist/es/index.js",
5
5
  "module": "dist/es/index.js",
6
6
  "types": "dist/es/index.d.ts",