@teamturing/react-kit 2.44.3 → 2.44.5
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",
|
|
@@ -2568,6 +2579,17 @@ const SvgFireColor = props => /*#__PURE__*/React__namespace.createElement("svg",
|
|
|
2568
2579
|
clipRule: "evenodd"
|
|
2569
2580
|
}));
|
|
2570
2581
|
|
|
2582
|
+
const SvgFlag = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
2583
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2584
|
+
width: "1em",
|
|
2585
|
+
height: "1em",
|
|
2586
|
+
fill: "none",
|
|
2587
|
+
viewBox: "0 0 24 24"
|
|
2588
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2589
|
+
fill: "currentColor",
|
|
2590
|
+
d: "M5.611.747c.717 0 1.237.583 1.239 1.3v.621l.468.044c2.639.243 4.067.727 6.36 2.174s3.654 2.624 6.038 3.196l1.585.324c.459.087.65.608.096 1.042 0 0-1.111 1.151-2.596 1.84-1.485.687-2.795 1.184-5.123 1.01-2.328-.172-3.58-.022-4.957.592l-1.854.834.014 8.243c.001.71-.55 1.285-1.26 1.286-.713 0-1.319-.578-1.32-1.291L4.27 2.027C4.269 1.32 4.904.747 5.61.747Z"
|
|
2591
|
+
}));
|
|
2592
|
+
|
|
2571
2593
|
const SvgFolder = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
2572
2594
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2573
2595
|
width: "1em",
|
|
@@ -4965,6 +4987,7 @@ var icons = /*#__PURE__*/Object.freeze({
|
|
|
4965
4987
|
ExternalLinkIcon: SvgExternalLink,
|
|
4966
4988
|
EyeOffIcon: SvgEyeOff,
|
|
4967
4989
|
EyeOnIcon: SvgEyeOn,
|
|
4990
|
+
EyesTwoIcon: SvgEyesTwo,
|
|
4968
4991
|
FaceHappyIcon: SvgFaceHappy,
|
|
4969
4992
|
FaceSadIcon: SvgFaceSad,
|
|
4970
4993
|
FacebookColorIcon: SvgFacebookColor,
|
|
@@ -4973,6 +4996,7 @@ var icons = /*#__PURE__*/Object.freeze({
|
|
|
4973
4996
|
FindIcon: SvgFind,
|
|
4974
4997
|
FireColorIcon: SvgFireColor,
|
|
4975
4998
|
FireIcon: SvgFire,
|
|
4999
|
+
FlagIcon: SvgFlag,
|
|
4976
5000
|
FolderIcon: SvgFolder,
|
|
4977
5001
|
FrameIcon: SvgFrame,
|
|
4978
5002
|
GlassesIcon: SvgGlasses,
|
|
@@ -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 };
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgFlag = 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: "M5.611.747c.717 0 1.237.583 1.239 1.3v.621l.468.044c2.639.243 4.067.727 6.36 2.174s3.654 2.624 6.038 3.196l1.585.324c.459.087.65.608.096 1.042 0 0-1.111 1.151-2.596 1.84-1.485.687-2.795 1.184-5.123 1.01-2.328-.172-3.58-.022-4.957.592l-1.854.834.014 8.243c.001.71-.55 1.285-1.26 1.286-.713 0-1.319-.578-1.32-1.291L4.27 2.027C4.269 1.32 4.904.747 5.61.747Z"
|
|
13
|
+
}));
|
|
14
|
+
|
|
15
|
+
export { SvgFlag 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';
|
|
@@ -92,6 +93,7 @@ export { default as FilterIcon } from './Filter.js';
|
|
|
92
93
|
export { default as FindIcon } from './Find.js';
|
|
93
94
|
export { default as FireIcon } from './Fire.js';
|
|
94
95
|
export { default as FireColorIcon } from './FireColor.js';
|
|
96
|
+
export { default as FlagIcon } from './Flag.js';
|
|
95
97
|
export { default as FolderIcon } from './Folder.js';
|
|
96
98
|
export { default as FrameIcon } from './Frame.js';
|
|
97
99
|
export { default as GlassesIcon } from './Glasses.js';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teamturing/react-kit",
|
|
3
|
-
"version": "2.44.
|
|
3
|
+
"version": "2.44.5",
|
|
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.
|
|
58
|
+
"@teamturing/icons": "^1.53.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": "
|
|
69
|
+
"gitHead": "d42c94799653f9cf9abd165dd9f20d90c8ca1e4d"
|
|
70
70
|
}
|