@teamturing/react-kit 2.44.3 → 2.44.4

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/dist/index.js CHANGED
@@ -2455,6 +2455,17 @@ const SvgEyeOn = props => /*#__PURE__*/React__namespace.createElement("svg", _ex
2455
2455
  clipRule: "evenodd"
2456
2456
  }));
2457
2457
 
2458
+ const SvgEyesTwo = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
2459
+ xmlns: "http://www.w3.org/2000/svg",
2460
+ width: "1em",
2461
+ height: "1em",
2462
+ fill: "none",
2463
+ viewBox: "0 0 24 24"
2464
+ }, props), /*#__PURE__*/React__namespace.createElement("path", {
2465
+ fill: "currentColor",
2466
+ d: "M6.876 3.196C3.819 3.433 1.389 7.284 1.389 12l.007.453c.155 4.658 2.683 8.362 5.778 8.363l.298-.012c1.893-.146 3.544-1.68 4.528-3.946 1.035 2.384 2.81 3.957 4.826 3.957l.298-.011c2.958-.229 5.33-3.843 5.48-8.35L22.61 12c0-4.869-2.59-8.815-5.785-8.815l-.298.011c-1.892.147-3.543 1.68-4.527 3.945-1.035-2.384-2.81-3.956-4.827-3.956l-.298.011Zm9.95 1.989c.706 0 1.604.437 2.42 1.68C20.048 8.088 20.61 9.9 20.61 12c0 2.1-.562 3.91-1.366 5.136-.815 1.242-1.713 1.68-2.419 1.68s-1.604-.438-2.419-1.68c-.145-.22-.28-.461-.408-.718.396.309.852.486 1.338.486 1.521 0 2.755-1.726 2.755-3.856S16.858 9.19 15.337 9.19c-.92 0-1.73.633-2.23 1.601.168-1.584.655-2.944 1.3-3.927.815-1.242 1.713-1.68 2.42-1.68Zm-9.652 0c.706 0 1.604.437 2.419 1.68.804 1.224 1.366 3.035 1.366 5.135 0 2.1-.562 3.91-1.366 5.136-.815 1.242-1.713 1.68-2.42 1.68-.705 0-1.603-.438-2.418-1.68a6.684 6.684 0 0 1-.3-.51c.317.178.663.278 1.026.278 1.522 0 2.755-1.726 2.755-3.856S7.003 9.19 5.481 9.19c-.774 0-1.472.45-1.972 1.17.205-1.4.66-2.603 1.246-3.496.815-1.242 1.713-1.68 2.419-1.68Z"
2467
+ }));
2468
+
2458
2469
  const SvgFaceHappy = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
2459
2470
  xmlns: "http://www.w3.org/2000/svg",
2460
2471
  width: "1em",
@@ -4965,6 +4976,7 @@ var icons = /*#__PURE__*/Object.freeze({
4965
4976
  ExternalLinkIcon: SvgExternalLink,
4966
4977
  EyeOffIcon: SvgEyeOff,
4967
4978
  EyeOnIcon: SvgEyeOn,
4979
+ EyesTwoIcon: SvgEyesTwo,
4968
4980
  FaceHappyIcon: SvgFaceHappy,
4969
4981
  FaceSadIcon: SvgFaceSad,
4970
4982
  FacebookColorIcon: SvgFacebookColor,
@@ -0,0 +1,15 @@
1
+ import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
2
+ import * as React from 'react';
3
+
4
+ const SvgEyesTwo = props => /*#__PURE__*/React.createElement("svg", _extends({
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: "1em",
7
+ height: "1em",
8
+ fill: "none",
9
+ viewBox: "0 0 24 24"
10
+ }, props), /*#__PURE__*/React.createElement("path", {
11
+ fill: "currentColor",
12
+ d: "M6.876 3.196C3.819 3.433 1.389 7.284 1.389 12l.007.453c.155 4.658 2.683 8.362 5.778 8.363l.298-.012c1.893-.146 3.544-1.68 4.528-3.946 1.035 2.384 2.81 3.957 4.826 3.957l.298-.011c2.958-.229 5.33-3.843 5.48-8.35L22.61 12c0-4.869-2.59-8.815-5.785-8.815l-.298.011c-1.892.147-3.543 1.68-4.527 3.945-1.035-2.384-2.81-3.956-4.827-3.956l-.298.011Zm9.95 1.989c.706 0 1.604.437 2.42 1.68C20.048 8.088 20.61 9.9 20.61 12c0 2.1-.562 3.91-1.366 5.136-.815 1.242-1.713 1.68-2.419 1.68s-1.604-.438-2.419-1.68c-.145-.22-.28-.461-.408-.718.396.309.852.486 1.338.486 1.521 0 2.755-1.726 2.755-3.856S16.858 9.19 15.337 9.19c-.92 0-1.73.633-2.23 1.601.168-1.584.655-2.944 1.3-3.927.815-1.242 1.713-1.68 2.42-1.68Zm-9.652 0c.706 0 1.604.437 2.419 1.68.804 1.224 1.366 3.035 1.366 5.135 0 2.1-.562 3.91-1.366 5.136-.815 1.242-1.713 1.68-2.42 1.68-.705 0-1.603-.438-2.418-1.68a6.684 6.684 0 0 1-.3-.51c.317.178.663.278 1.026.278 1.522 0 2.755-1.726 2.755-3.856S7.003 9.19 5.481 9.19c-.774 0-1.472.45-1.972 1.17.205-1.4.66-2.603 1.246-3.496.815-1.242 1.713-1.68 2.419-1.68Z"
13
+ }));
14
+
15
+ export { SvgEyesTwo as default };
@@ -84,6 +84,7 @@ export { default as ExclamationPointInCircleIcon } from './ExclamationPointInCir
84
84
  export { default as ExternalLinkIcon } from './ExternalLink.js';
85
85
  export { default as EyeOffIcon } from './EyeOff.js';
86
86
  export { default as EyeOnIcon } from './EyeOn.js';
87
+ export { default as EyesTwoIcon } from './EyesTwo.js';
87
88
  export { default as FaceHappyIcon } from './FaceHappy.js';
88
89
  export { default as FaceSadIcon } from './FaceSad.js';
89
90
  export { default as FacebookIcon } from './Facebook.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@teamturing/react-kit",
3
- "version": "2.44.3",
3
+ "version": "2.44.4",
4
4
  "description": "React components, hooks for create teamturing web application",
5
5
  "author": "Sungchang Park <psch300@gmail.com> (https://github.com/psch300)",
6
6
  "homepage": "https://github.com/weareteamturing/bombe#readme",
@@ -55,7 +55,7 @@
55
55
  "dependencies": {
56
56
  "@floating-ui/react-dom": "^2.0.2",
57
57
  "@primer/behaviors": "^1.3.6",
58
- "@teamturing/icons": "^1.51.0",
58
+ "@teamturing/icons": "^1.52.0",
59
59
  "@teamturing/token-studio": "^1.12.0",
60
60
  "@teamturing/utils": "^1.4.0",
61
61
  "framer-motion": "^10.16.4",
@@ -66,5 +66,5 @@
66
66
  "react-textarea-autosize": "^8.5.3",
67
67
  "styled-system": "^5.1.5"
68
68
  },
69
- "gitHead": "c10654d1ff666973d217a2fef4383089bd23671c"
69
+ "gitHead": "aff0367741217c45cca751d63865dcf8c002b988"
70
70
  }