@teamturing/react-kit 2.21.19 → 2.21.21
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
|
@@ -1979,7 +1979,7 @@ const SvgCoupon = props => /*#__PURE__*/React__namespace.createElement("svg", _e
|
|
|
1979
1979
|
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
1980
1980
|
fill: "currentColor",
|
|
1981
1981
|
fillRule: "evenodd",
|
|
1982
|
-
d: "M21.5 4h-3L17 5l-1.5-1h-12c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12l1.5-1 1.5 1h3c.6 0 1-.4 1-1V5c0-.6-.4-1-1-
|
|
1982
|
+
d: "M21.5 4h-3L17 5l-1.5-1h-12c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12l1.5-1 1.5 1h3c.6 0 1-.4 1-1V5c0-.6-.4-1-1-1Zm-4 14.3h-1v-1.1h1v1.1Zm0-2.3h-1v-1.1h1V16Zm0-2.3h-1v-1.1h1v1.1Zm0-2.3h-1v-1.1h1v1.1Zm0-2.3h-1V8h1v1.1Zm0-2.2h-1V5.7h1v1.2Z",
|
|
1983
1983
|
clipRule: "evenodd"
|
|
1984
1984
|
}));
|
|
1985
1985
|
|
|
@@ -2472,6 +2472,19 @@ const SvgHeart = props => /*#__PURE__*/React__namespace.createElement("svg", _ex
|
|
|
2472
2472
|
clipRule: "evenodd"
|
|
2473
2473
|
}));
|
|
2474
2474
|
|
|
2475
|
+
const SvgHome = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
2476
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2477
|
+
width: "1em",
|
|
2478
|
+
height: "1em",
|
|
2479
|
+
fill: "none",
|
|
2480
|
+
viewBox: "0 0 24 24"
|
|
2481
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2482
|
+
fill: "#8B95A1",
|
|
2483
|
+
fillRule: "evenodd",
|
|
2484
|
+
d: "m21.069 8.204-8.447-6.717a.998.998 0 0 0-1.244 0L2.93 8.204a2 2 0 0 0-.755 1.565v9.418a2.4 2.4 0 0 0 2.4 2.4H10v-4.752a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v4.752h5.424a2.4 2.4 0 0 0 2.4-2.4V9.77a2 2 0 0 0-.755-1.565",
|
|
2485
|
+
clipRule: "evenodd"
|
|
2486
|
+
}));
|
|
2487
|
+
|
|
2475
2488
|
const SvgInfinite = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
2476
2489
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2477
2490
|
width: "1em",
|
|
@@ -4522,23 +4535,6 @@ const SvgWorkbookColor = props => /*#__PURE__*/React__namespace.createElement("s
|
|
|
4522
4535
|
rx: 1.546
|
|
4523
4536
|
}));
|
|
4524
4537
|
|
|
4525
|
-
const SvgWorkbookTwoColor = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
4526
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
4527
|
-
width: "1em",
|
|
4528
|
-
height: "1em",
|
|
4529
|
-
fill: "none",
|
|
4530
|
-
viewBox: "0 0 24 24"
|
|
4531
|
-
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
4532
|
-
fill: "#D9CDF9",
|
|
4533
|
-
d: "M8.1 1.5A1.5 1.5 0 0 0 6.6 3v1.41h10.601a1.5 1.5 0 0 1 1.5 1.5v12.467h1.4a1.5 1.5 0 0 0 1.5-1.5V3a1.5 1.5 0 0 0-1.5-1.5h-12Z"
|
|
4534
|
-
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
4535
|
-
fill: "#D9CDF9",
|
|
4536
|
-
d: "M2.5 7.123a1.5 1.5 0 0 1 1.5-1.5h12.001a1.5 1.5 0 0 1 1.5 1.5V21a1.5 1.5 0 0 1-1.5 1.5h-12A1.5 1.5 0 0 1 2.5 21V7.123Z"
|
|
4537
|
-
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
4538
|
-
fill: "#9C7EEF",
|
|
4539
|
-
d: "M2.5 7.123a1.5 1.5 0 0 1 1.5-1.5h.688V22.5H4A1.5 1.5 0 0 1 2.5 21V7.123ZM7.15 9.32c0-.519.42-.938.938-.938h5.626a.938.938 0 1 1 0 1.875H8.088a.938.938 0 0 1-.938-.938Z"
|
|
4540
|
-
}));
|
|
4541
|
-
|
|
4542
4538
|
const SvgWrong = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
4543
4539
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4544
4540
|
width: "1em",
|
|
@@ -4662,6 +4658,7 @@ var icons = /*#__PURE__*/Object.freeze({
|
|
|
4662
4658
|
HairIcon: SvgHair,
|
|
4663
4659
|
HeadphoneIcon: SvgHeadphone,
|
|
4664
4660
|
HeartIcon: SvgHeart,
|
|
4661
|
+
HomeIcon: SvgHome,
|
|
4665
4662
|
InfiniteIcon: SvgInfinite,
|
|
4666
4663
|
InfoInCircleIcon: SvgInfoInCircle,
|
|
4667
4664
|
InstagramIcon: SvgInstagram,
|
|
@@ -4780,7 +4777,6 @@ var icons = /*#__PURE__*/Object.freeze({
|
|
|
4780
4777
|
WifiIcon: SvgWifi,
|
|
4781
4778
|
WorkbookColorIcon: SvgWorkbookColor,
|
|
4782
4779
|
WorkbookIcon: SvgWorkbook,
|
|
4783
|
-
WorkbookTwoColorIcon: SvgWorkbookTwoColor,
|
|
4784
4780
|
WrongIcon: SvgWrong,
|
|
4785
4781
|
YoutubeIcon: SvgYoutube
|
|
4786
4782
|
});
|
|
@@ -10,7 +10,7 @@ const SvgCoupon = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
|
10
10
|
}, props), /*#__PURE__*/React.createElement("path", {
|
|
11
11
|
fill: "currentColor",
|
|
12
12
|
fillRule: "evenodd",
|
|
13
|
-
d: "M21.5 4h-3L17 5l-1.5-1h-12c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12l1.5-1 1.5 1h3c.6 0 1-.4 1-1V5c0-.6-.4-1-1-
|
|
13
|
+
d: "M21.5 4h-3L17 5l-1.5-1h-12c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12l1.5-1 1.5 1h3c.6 0 1-.4 1-1V5c0-.6-.4-1-1-1Zm-4 14.3h-1v-1.1h1v1.1Zm0-2.3h-1v-1.1h1V16Zm0-2.3h-1v-1.1h1v1.1Zm0-2.3h-1v-1.1h1v1.1Zm0-2.3h-1V8h1v1.1Zm0-2.2h-1V5.7h1v1.2Z",
|
|
14
14
|
clipRule: "evenodd"
|
|
15
15
|
}));
|
|
16
16
|
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgHome = 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: "#8B95A1",
|
|
12
|
+
fillRule: "evenodd",
|
|
13
|
+
d: "m21.069 8.204-8.447-6.717a.998.998 0 0 0-1.244 0L2.93 8.204a2 2 0 0 0-.755 1.565v9.418a2.4 2.4 0 0 0 2.4 2.4H10v-4.752a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v4.752h5.424a2.4 2.4 0 0 0 2.4-2.4V9.77a2 2 0 0 0-.755-1.565",
|
|
14
|
+
clipRule: "evenodd"
|
|
15
|
+
}));
|
|
16
|
+
|
|
17
|
+
export { SvgHome as default };
|
|
@@ -90,6 +90,7 @@ export { default as GunColorIcon } from './GunColor.js';
|
|
|
90
90
|
export { default as HairIcon } from './Hair.js';
|
|
91
91
|
export { default as HeadphoneIcon } from './Headphone.js';
|
|
92
92
|
export { default as HeartIcon } from './Heart.js';
|
|
93
|
+
export { default as HomeIcon } from './Home.js';
|
|
93
94
|
export { default as InfiniteIcon } from './Infinite.js';
|
|
94
95
|
export { default as InfoInCircleIcon } from './InfoInCircle.js';
|
|
95
96
|
export { default as InstagramIcon } from './Instagram.js';
|
|
@@ -208,6 +209,5 @@ export { default as WarningIcon } from './Warning.js';
|
|
|
208
209
|
export { default as WifiIcon } from './Wifi.js';
|
|
209
210
|
export { default as WorkbookIcon } from './Workbook.js';
|
|
210
211
|
export { default as WorkbookColorIcon } from './WorkbookColor.js';
|
|
211
|
-
export { default as WorkbookTwoColorIcon } from './WorkbookTwoColor.js';
|
|
212
212
|
export { default as WrongIcon } from './Wrong.js';
|
|
213
213
|
export { default as YoutubeIcon } from './Youtube.js';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teamturing/react-kit",
|
|
3
|
-
"version": "2.21.
|
|
3
|
+
"version": "2.21.21",
|
|
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.35.0",
|
|
59
59
|
"@teamturing/token-studio": "^1.3.0",
|
|
60
60
|
"@teamturing/utils": "^1.2.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": "56fb0a56606f103da6c4a5135c8c2e627a3676bf"
|
|
70
70
|
}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
-
import * as React from 'react';
|
|
3
|
-
|
|
4
|
-
const SvgWorkbookTwoColor = 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: "#D9CDF9",
|
|
12
|
-
d: "M8.1 1.5A1.5 1.5 0 0 0 6.6 3v1.41h10.601a1.5 1.5 0 0 1 1.5 1.5v12.467h1.4a1.5 1.5 0 0 0 1.5-1.5V3a1.5 1.5 0 0 0-1.5-1.5h-12Z"
|
|
13
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
14
|
-
fill: "#D9CDF9",
|
|
15
|
-
d: "M2.5 7.123a1.5 1.5 0 0 1 1.5-1.5h12.001a1.5 1.5 0 0 1 1.5 1.5V21a1.5 1.5 0 0 1-1.5 1.5h-12A1.5 1.5 0 0 1 2.5 21V7.123Z"
|
|
16
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
17
|
-
fill: "#9C7EEF",
|
|
18
|
-
d: "M2.5 7.123a1.5 1.5 0 0 1 1.5-1.5h.688V22.5H4A1.5 1.5 0 0 1 2.5 21V7.123ZM7.15 9.32c0-.519.42-.938.938-.938h5.626a.938.938 0 1 1 0 1.875H8.088a.938.938 0 0 1-.938-.938Z"
|
|
19
|
-
}));
|
|
20
|
-
|
|
21
|
-
export { SvgWorkbookTwoColor as default };
|