@teamturing/react-kit 2.24.1 → 2.24.2
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 +17 -152
- package/esm/packages/icons/esm/ChatBubbleQuestionColor.js +20 -0
- package/esm/packages/icons/esm/index.js +1 -6
- package/package.json +3 -3
- package/esm/packages/icons/esm/AimPoint.js +0 -36
- package/esm/packages/icons/esm/Gun.js +0 -15
- package/esm/packages/icons/esm/GunColor.js +0 -18
- package/esm/packages/icons/esm/LockColor.js +0 -32
- package/esm/packages/icons/esm/Plug.js +0 -33
- package/esm/packages/icons/esm/PlugColor.js +0 -36
package/dist/index.js
CHANGED
|
@@ -1136,38 +1136,6 @@ const SvgAiSad = props => /*#__PURE__*/React__namespace.createElement("svg", _ex
|
|
|
1136
1136
|
d: "M0 0h24v24H0z"
|
|
1137
1137
|
}))));
|
|
1138
1138
|
|
|
1139
|
-
const SvgAimPoint = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
1140
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1141
|
-
width: "1em",
|
|
1142
|
-
height: "1em",
|
|
1143
|
-
fill: "none",
|
|
1144
|
-
viewBox: "0 0 24 24"
|
|
1145
|
-
}, props), /*#__PURE__*/React__namespace.createElement("mask", {
|
|
1146
|
-
id: "aim_point_svg__a",
|
|
1147
|
-
width: 22,
|
|
1148
|
-
height: 22,
|
|
1149
|
-
x: 1,
|
|
1150
|
-
y: 1,
|
|
1151
|
-
maskUnits: "userSpaceOnUse",
|
|
1152
|
-
style: {
|
|
1153
|
-
maskType: 'luminance'
|
|
1154
|
-
}
|
|
1155
|
-
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
1156
|
-
fill: "#fff",
|
|
1157
|
-
d: "M23 1H1v22h22V1Z"
|
|
1158
|
-
})), /*#__PURE__*/React__namespace.createElement("g", {
|
|
1159
|
-
mask: "url(#aim_point_svg__a)"
|
|
1160
|
-
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
1161
|
-
fill: "#F5525D",
|
|
1162
|
-
d: "M12 7.188c.347 0 .693.039 1.031.116V2.031a1.031 1.031 0 1 0-2.062 0v5.273A4.598 4.598 0 0 1 12 7.187ZM12 16.813c.347 0 .693-.04 1.031-.117v5.273a1.031 1.031 0 1 1-2.062 0v-5.273c.338.077.684.117 1.031.116Z"
|
|
1163
|
-
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
1164
|
-
fill: "currentColor",
|
|
1165
|
-
d: "M12 16.813a4.812 4.812 0 1 1 0-9.624 4.812 4.812 0 0 1 0 9.623Zm0-7.563a2.75 2.75 0 1 0 0 5.5 2.75 2.75 0 0 0 0-5.5ZM4.513 10.969a7.562 7.562 0 0 1 6.456-6.456V2.451a9.625 9.625 0 0 0-8.539 8.518h2.083ZM13.031 4.513a7.562 7.562 0 0 1 6.456 6.456h2.062a9.625 9.625 0 0 0-8.518-8.539v2.083ZM19.487 13.031a7.563 7.563 0 0 1-6.456 6.456v2.062a9.625 9.625 0 0 0 8.539-8.518h-2.083ZM10.969 19.487a7.563 7.563 0 0 1-6.456-6.456H2.451a9.625 9.625 0 0 0 8.518 8.539v-2.083Z"
|
|
1166
|
-
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
1167
|
-
fill: "#F5525D",
|
|
1168
|
-
d: "M7.188 12c0-.347.039-.693.116-1.031H2.031a1.031 1.031 0 1 0 0 2.062h5.273A4.598 4.598 0 0 1 7.187 12ZM16.813 12c0-.347-.04-.693-.117-1.031h5.273a1.031 1.031 0 1 1 0 2.062h-5.273c.077-.338.117-.684.117-1.031Z"
|
|
1169
|
-
})));
|
|
1170
|
-
|
|
1171
1139
|
const SvgAlarm = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
1172
1140
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1173
1141
|
width: "1em",
|
|
@@ -1736,6 +1704,22 @@ const SvgChatBubbleQuestionAnimation = props => /*#__PURE__*/React__namespace.cr
|
|
|
1736
1704
|
clipRule: "evenodd"
|
|
1737
1705
|
}));
|
|
1738
1706
|
|
|
1707
|
+
const SvgChatBubbleQuestionColor = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
1708
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1709
|
+
width: "1em",
|
|
1710
|
+
height: "1em",
|
|
1711
|
+
fill: "none",
|
|
1712
|
+
viewBox: "0 0 24 24"
|
|
1713
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
1714
|
+
fill: "#9C7EEF",
|
|
1715
|
+
d: "M6.637 5.263h10.726v13.474H6.637z"
|
|
1716
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
1717
|
+
fill: "#D9CDF9",
|
|
1718
|
+
fillRule: "evenodd",
|
|
1719
|
+
d: "M12 .922c6.065 0 11 4.485 11 10 0 5.514-4.935 10-11 10-1.205 0-2.509-.121-2.953-.166l-3.568 1.918a.7.7 0 0 1-1.028-.683l.327-3.423C1.999 16.494 1 13.28 1 10.922c0-5.515 4.935-10 11-10Zm.072 13.05a1.2 1.2 0 1 0 .002 2.398 1.2 1.2 0 0 0-.002-2.397v-.001ZM12.057 5.5a3.238 3.238 0 0 0-3.234 3.234.788.788 0 0 0 1.573 0c0-.916.745-1.661 1.661-1.661.564 0 1.136.26 1.457.662.245.308.321.675.224 1.091-.109.48-.39.679-.924 1.02-.65.417-1.543.988-1.543 2.435a.787.787 0 0 0 1.573 0c0-.565.237-.739.82-1.111.57-.365 1.35-.864 1.607-1.992.203-.88.016-1.74-.528-2.424-.616-.773-1.645-1.254-2.686-1.254Z",
|
|
1720
|
+
clipRule: "evenodd"
|
|
1721
|
+
}));
|
|
1722
|
+
|
|
1739
1723
|
const SvgCheck = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
1740
1724
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1741
1725
|
width: "1em",
|
|
@@ -2444,31 +2428,6 @@ const SvgGraph = props => /*#__PURE__*/React__namespace.createElement("svg", _ex
|
|
|
2444
2428
|
clipRule: "evenodd"
|
|
2445
2429
|
}));
|
|
2446
2430
|
|
|
2447
|
-
const SvgGun = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
2448
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
2449
|
-
width: "1em",
|
|
2450
|
-
height: "1em",
|
|
2451
|
-
fill: "none",
|
|
2452
|
-
viewBox: "0 0 24 24"
|
|
2453
|
-
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2454
|
-
fill: "currentColor",
|
|
2455
|
-
d: "M23 10.5v-6a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h6.25v1.75a3 3 0 0 0 3 3h4.13l.51 3.88a1 1 0 0 0 1 .87h5a1.002 1.002 0 0 0 1-1.13l-1.13-8.37H22a1 1 0 0 0 1-1ZM11.25 14a.76.76 0 0 1-.75-.75V11.5h4.26l.33 2.5h-3.84Z"
|
|
2456
|
-
}));
|
|
2457
|
-
|
|
2458
|
-
const SvgGunColor = 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: "#D9CDF9",
|
|
2466
|
-
d: "M23 10.5v-6a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h6.25v1.75a3 3 0 0 0 3 3h4.13l.51 3.88a1 1 0 0 0 1 .87h5a1.002 1.002 0 0 0 1-1.13l-1.13-8.37H22a1 1 0 0 0 1-1ZM11.25 14a.76.76 0 0 1-.75-.75V11.5h4.26l.33 2.5h-3.84Z"
|
|
2467
|
-
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2468
|
-
fill: "#9C7EEF",
|
|
2469
|
-
d: "M19.771 12h-2.68a.3.3 0 0 0-.297.339l.899 6.9a.3.3 0 0 0 .297.261h2.692a.3.3 0 0 0 .298-.34l-.911-6.9a.3.3 0 0 0-.297-.26Z"
|
|
2470
|
-
}));
|
|
2471
|
-
|
|
2472
2431
|
const SvgHair = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
2473
2432
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2474
2433
|
width: "1em",
|
|
@@ -2766,34 +2725,6 @@ const SvgLock = props => /*#__PURE__*/React__namespace.createElement("svg", _ext
|
|
|
2766
2725
|
clipRule: "evenodd"
|
|
2767
2726
|
}));
|
|
2768
2727
|
|
|
2769
|
-
const SvgLockColor = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
2770
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
2771
|
-
width: "1em",
|
|
2772
|
-
height: "1em",
|
|
2773
|
-
fill: "none",
|
|
2774
|
-
viewBox: "0 0 24 24"
|
|
2775
|
-
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2776
|
-
fill: "url(#lock_color_svg__a)",
|
|
2777
|
-
fillRule: "evenodd",
|
|
2778
|
-
d: "M12.9 14.755v2.199a.9.9 0 1 1-1.8 0v-2.199a1.793 1.793 0 0 1-.9-1.551 1.8 1.8 0 0 1 3.599 0c0 .665-.364 1.239-.899 1.551ZM8.82 7.179A3.183 3.183 0 0 1 12 4a3.182 3.182 0 0 1 3.179 3.179H8.82Zm9.779 0h-1.42A5.184 5.184 0 0 0 12 2a5.185 5.185 0 0 0-5.18 5.179H5.4a2.4 2.4 0 0 0-2.4 2.4v10.2a2.4 2.4 0 0 0 2.4 2.4h13.199a2.399 2.399 0 0 0 2.401-2.4v-10.2a2.4 2.4 0 0 0-2.401-2.4Z",
|
|
2779
|
-
clipRule: "evenodd"
|
|
2780
|
-
}), /*#__PURE__*/React__namespace.createElement("defs", null, /*#__PURE__*/React__namespace.createElement("linearGradient", {
|
|
2781
|
-
id: "lock_color_svg__a",
|
|
2782
|
-
x1: 3,
|
|
2783
|
-
x2: 23.048,
|
|
2784
|
-
y1: 2,
|
|
2785
|
-
y2: 19.883,
|
|
2786
|
-
gradientUnits: "userSpaceOnUse"
|
|
2787
|
-
}, /*#__PURE__*/React__namespace.createElement("stop", {
|
|
2788
|
-
stopColor: "#03216D"
|
|
2789
|
-
}), /*#__PURE__*/React__namespace.createElement("stop", {
|
|
2790
|
-
offset: 0.399,
|
|
2791
|
-
stopColor: "#3F28D1"
|
|
2792
|
-
}), /*#__PURE__*/React__namespace.createElement("stop", {
|
|
2793
|
-
offset: 1,
|
|
2794
|
-
stopColor: "#F14BFF"
|
|
2795
|
-
}))));
|
|
2796
|
-
|
|
2797
2728
|
const SvgLogoApple = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
2798
2729
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2799
2730
|
width: "1em",
|
|
@@ -3501,67 +3432,6 @@ const SvgPlay = props => /*#__PURE__*/React__namespace.createElement("svg", _ext
|
|
|
3501
3432
|
d: "M18.88 10.037c1.493.872 1.493 3.053 0 3.926l-11.52 6.73C5.867 21.565 4 20.475 4 18.73V5.27c0-1.745 1.867-2.835 3.36-1.963l11.52 6.73Z"
|
|
3502
3433
|
}));
|
|
3503
3434
|
|
|
3504
|
-
const SvgPlug = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
3505
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
3506
|
-
width: "1em",
|
|
3507
|
-
height: "1em",
|
|
3508
|
-
fill: "none",
|
|
3509
|
-
viewBox: "0 0 33 32"
|
|
3510
|
-
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
3511
|
-
fill: "#D1D5DB",
|
|
3512
|
-
d: "M14.772 23.728c0-.368.298-.666.667-.666h1.926c.368 0 .666.298.666.666V30a.667.667 0 0 1-.666.667h-1.926a.667.667 0 0 1-.667-.667v-6.272ZM9.34 2.963a1.63 1.63 0 1 1 3.26 0v9.778a1.63 1.63 0 1 1-3.26 0V2.963ZM20.204 2.963a1.63 1.63 0 1 1 3.26 0v9.778a1.63 1.63 0 1 1-3.26 0V2.963Z"
|
|
3513
|
-
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
3514
|
-
fill: "currentColor",
|
|
3515
|
-
d: "M7.167 10.704c0-.676.547-1.223 1.222-1.223h16.025c.675 0 1.222.547 1.222 1.223v4.753a9.235 9.235 0 1 1-18.47 0v-4.754Z"
|
|
3516
|
-
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
3517
|
-
fill: "currentColor",
|
|
3518
|
-
d: "M12.599 23.198c0-.675.547-1.222 1.222-1.222h5.16c.676 0 1.223.547 1.223 1.222V25.1c0 .675-.547 1.222-1.222 1.222h-5.16a1.222 1.222 0 0 1-1.223-1.222v-1.902Z"
|
|
3519
|
-
}), /*#__PURE__*/React__namespace.createElement("g", {
|
|
3520
|
-
clipPath: "url(#plug_svg__a)"
|
|
3521
|
-
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
3522
|
-
fill: "#fff",
|
|
3523
|
-
fillRule: "evenodd",
|
|
3524
|
-
d: "m19.903 16.061-2.327-.739.703-3.156c.113-.509-.578-.833-.969-.456l-4.636 4.477a.504.504 0 0 0-.135.221.47.47 0 0 0-.003.254c.023.084.068.16.131.225a.574.574 0 0 0 .233.14l2.326.738-.702 3.157c-.114.508.577.833.968.456L20.13 16.9c.281-.271.161-.716-.226-.839",
|
|
3525
|
-
clipRule: "evenodd"
|
|
3526
|
-
})), /*#__PURE__*/React__namespace.createElement("defs", null, /*#__PURE__*/React__namespace.createElement("clipPath", {
|
|
3527
|
-
id: "plug_svg__a"
|
|
3528
|
-
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
3529
|
-
fill: "#fff",
|
|
3530
|
-
d: "M10.426 11.111h11.951v10.864H10.426z"
|
|
3531
|
-
}))));
|
|
3532
|
-
|
|
3533
|
-
const SvgPlugColor = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
3534
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
3535
|
-
width: "1em",
|
|
3536
|
-
height: "1em",
|
|
3537
|
-
fill: "none",
|
|
3538
|
-
viewBox: "0 0 33 32"
|
|
3539
|
-
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
3540
|
-
fill: "#6F7680",
|
|
3541
|
-
d: "M14.772 23.728c0-.368.298-.666.667-.666h1.926c.368 0 .666.298.666.666V30a.667.667 0 0 1-.666.667h-1.926a.667.667 0 0 1-.667-.667v-6.272Z"
|
|
3542
|
-
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
3543
|
-
fill: "#D1D5DB",
|
|
3544
|
-
d: "M9.34 2.963a1.63 1.63 0 1 1 3.26 0v9.778a1.63 1.63 0 1 1-3.26 0V2.963ZM20.204 2.963a1.63 1.63 0 1 1 3.26 0v9.778a1.63 1.63 0 1 1-3.26 0V2.963Z"
|
|
3545
|
-
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
3546
|
-
fill: "#33373B",
|
|
3547
|
-
d: "M7.167 10.704c0-.676.547-1.223 1.222-1.223h16.025c.675 0 1.222.547 1.222 1.223v4.753a9.235 9.235 0 1 1-18.47 0v-4.754Z"
|
|
3548
|
-
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
3549
|
-
fill: "#33373B",
|
|
3550
|
-
d: "M12.599 23.198c0-.675.547-1.222 1.222-1.222h5.16c.676 0 1.223.547 1.223 1.222V25.1c0 .675-.547 1.222-1.222 1.222h-5.16a1.222 1.222 0 0 1-1.223-1.222v-1.902Z"
|
|
3551
|
-
}), /*#__PURE__*/React__namespace.createElement("g", {
|
|
3552
|
-
clipPath: "url(#plug_color_svg__a)"
|
|
3553
|
-
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
3554
|
-
fill: "#84AAF4",
|
|
3555
|
-
fillRule: "evenodd",
|
|
3556
|
-
d: "m19.903 16.061-2.327-.739.703-3.156c.113-.509-.578-.833-.969-.456l-4.636 4.477a.504.504 0 0 0-.135.221.47.47 0 0 0-.003.254c.023.084.068.16.131.225a.574.574 0 0 0 .233.14l2.326.738-.702 3.157c-.114.508.577.833.968.456L20.13 16.9c.281-.271.161-.716-.226-.839",
|
|
3557
|
-
clipRule: "evenodd"
|
|
3558
|
-
})), /*#__PURE__*/React__namespace.createElement("defs", null, /*#__PURE__*/React__namespace.createElement("clipPath", {
|
|
3559
|
-
id: "plug_color_svg__a"
|
|
3560
|
-
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
3561
|
-
fill: "#fff",
|
|
3562
|
-
d: "M10.426 11.111h11.951v10.864H10.426z"
|
|
3563
|
-
}))));
|
|
3564
|
-
|
|
3565
3435
|
const SvgPlus = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
3566
3436
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3567
3437
|
width: "1em",
|
|
@@ -4659,7 +4529,6 @@ var icons = /*#__PURE__*/Object.freeze({
|
|
|
4659
4529
|
AiColorIcon: SvgAiColor,
|
|
4660
4530
|
AiIcon: SvgAi,
|
|
4661
4531
|
AiSadIcon: SvgAiSad,
|
|
4662
|
-
AimPointIcon: SvgAimPoint,
|
|
4663
4532
|
AlarmIcon: SvgAlarm,
|
|
4664
4533
|
AppleColorIcon: SvgAppleColor,
|
|
4665
4534
|
ArrowDownIcon: SvgArrowDown,
|
|
@@ -4697,6 +4566,7 @@ var icons = /*#__PURE__*/Object.freeze({
|
|
|
4697
4566
|
ChatBubbleDotsIcon: SvgChatBubbleDots,
|
|
4698
4567
|
ChatBubbleIcon: SvgChatBubble,
|
|
4699
4568
|
ChatBubbleQuestionAnimationIcon: SvgChatBubbleQuestionAnimation,
|
|
4569
|
+
ChatBubbleQuestionColorIcon: SvgChatBubbleQuestionColor,
|
|
4700
4570
|
ChatBubbleQuestionIcon: SvgChatBubbleQuestion,
|
|
4701
4571
|
CheckIcon: SvgCheck,
|
|
4702
4572
|
CheckInCircleColorIcon: SvgCheckInCircleColor,
|
|
@@ -4746,8 +4616,6 @@ var icons = /*#__PURE__*/Object.freeze({
|
|
|
4746
4616
|
FrameIcon: SvgFrame,
|
|
4747
4617
|
GlassesIcon: SvgGlasses,
|
|
4748
4618
|
GraphIcon: SvgGraph,
|
|
4749
|
-
GunColorIcon: SvgGunColor,
|
|
4750
|
-
GunIcon: SvgGun,
|
|
4751
4619
|
HairIcon: SvgHair,
|
|
4752
4620
|
HeadphoneIcon: SvgHeadphone,
|
|
4753
4621
|
HeartIcon: SvgHeart,
|
|
@@ -4765,7 +4633,6 @@ var icons = /*#__PURE__*/Object.freeze({
|
|
|
4765
4633
|
LetterIcon: SvgLetter,
|
|
4766
4634
|
LineThreeIcon: SvgLineThree,
|
|
4767
4635
|
LinkIcon: SvgLink,
|
|
4768
|
-
LockColorIcon: SvgLockColor,
|
|
4769
4636
|
LockIcon: SvgLock,
|
|
4770
4637
|
LogoAppleIcon: SvgLogoApple,
|
|
4771
4638
|
LogoColorIcon: SvgLogoColor,
|
|
@@ -4810,8 +4677,6 @@ var icons = /*#__PURE__*/Object.freeze({
|
|
|
4810
4677
|
PinColorRedIcon: SvgPinColorRed,
|
|
4811
4678
|
PinIcon: SvgPin,
|
|
4812
4679
|
PlayIcon: SvgPlay,
|
|
4813
|
-
PlugColorIcon: SvgPlugColor,
|
|
4814
|
-
PlugIcon: SvgPlug,
|
|
4815
4680
|
PlusIcon: SvgPlus,
|
|
4816
4681
|
PlusInCircleIcon: SvgPlusInCircle,
|
|
4817
4682
|
PointInCircleColorIcon: SvgPointInCircleColor,
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgChatBubbleQuestionColor = 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: "#9C7EEF",
|
|
12
|
+
d: "M6.637 5.263h10.726v13.474H6.637z"
|
|
13
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
14
|
+
fill: "#D9CDF9",
|
|
15
|
+
fillRule: "evenodd",
|
|
16
|
+
d: "M12 .922c6.065 0 11 4.485 11 10 0 5.514-4.935 10-11 10-1.205 0-2.509-.121-2.953-.166l-3.568 1.918a.7.7 0 0 1-1.028-.683l.327-3.423C1.999 16.494 1 13.28 1 10.922c0-5.515 4.935-10 11-10Zm.072 13.05a1.2 1.2 0 1 0 .002 2.398 1.2 1.2 0 0 0-.002-2.397v-.001ZM12.057 5.5a3.238 3.238 0 0 0-3.234 3.234.788.788 0 0 0 1.573 0c0-.916.745-1.661 1.661-1.661.564 0 1.136.26 1.457.662.245.308.321.675.224 1.091-.109.48-.39.679-.924 1.02-.65.417-1.543.988-1.543 2.435a.787.787 0 0 0 1.573 0c0-.565.237-.739.82-1.111.57-.365 1.35-.864 1.607-1.992.203-.88.016-1.74-.528-2.424-.616-.773-1.645-1.254-2.686-1.254Z",
|
|
17
|
+
clipRule: "evenodd"
|
|
18
|
+
}));
|
|
19
|
+
|
|
20
|
+
export { SvgChatBubbleQuestionColor as default };
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
export { default as AiIcon } from './Ai.js';
|
|
2
2
|
export { default as AiColorIcon } from './AiColor.js';
|
|
3
3
|
export { default as AiSadIcon } from './AiSad.js';
|
|
4
|
-
export { default as AimPointIcon } from './AimPoint.js';
|
|
5
4
|
export { default as AlarmIcon } from './Alarm.js';
|
|
6
5
|
export { default as AppleColorIcon } from './AppleColor.js';
|
|
7
6
|
export { default as ArrowDownIcon } from './ArrowDown.js';
|
|
@@ -40,6 +39,7 @@ export { default as ChatBubbleCorrectColorIcon } from './ChatBubbleCorrectColor.
|
|
|
40
39
|
export { default as ChatBubbleDotsIcon } from './ChatBubbleDots.js';
|
|
41
40
|
export { default as ChatBubbleQuestionIcon } from './ChatBubbleQuestion.js';
|
|
42
41
|
export { default as ChatBubbleQuestionAnimationIcon } from './ChatBubbleQuestionAnimation.js';
|
|
42
|
+
export { default as ChatBubbleQuestionColorIcon } from './ChatBubbleQuestionColor.js';
|
|
43
43
|
export { default as CheckIcon } from './Check.js';
|
|
44
44
|
export { default as CheckInCircleIcon } from './CheckInCircle.js';
|
|
45
45
|
export { default as CheckInCircleColorIcon } from './CheckInCircleColor.js';
|
|
@@ -88,8 +88,6 @@ export { default as FolderIcon } from './Folder.js';
|
|
|
88
88
|
export { default as FrameIcon } from './Frame.js';
|
|
89
89
|
export { default as GlassesIcon } from './Glasses.js';
|
|
90
90
|
export { default as GraphIcon } from './Graph.js';
|
|
91
|
-
export { default as GunIcon } from './Gun.js';
|
|
92
|
-
export { default as GunColorIcon } from './GunColor.js';
|
|
93
91
|
export { default as HairIcon } from './Hair.js';
|
|
94
92
|
export { default as HeadphoneIcon } from './Headphone.js';
|
|
95
93
|
export { default as HeartIcon } from './Heart.js';
|
|
@@ -108,7 +106,6 @@ export { default as LetterHeartOpenColorIcon } from './LetterHeartOpenColor.js';
|
|
|
108
106
|
export { default as LineThreeIcon } from './LineThree.js';
|
|
109
107
|
export { default as LinkIcon } from './Link.js';
|
|
110
108
|
export { default as LockIcon } from './Lock.js';
|
|
111
|
-
export { default as LockColorIcon } from './LockColor.js';
|
|
112
109
|
export { default as LogoAppleIcon } from './LogoApple.js';
|
|
113
110
|
export { default as LogoColorIcon } from './LogoColor.js';
|
|
114
111
|
export { default as LogoFacebookIcon } from './LogoFacebook.js';
|
|
@@ -152,8 +149,6 @@ export { default as PillColorIcon } from './PillColor.js';
|
|
|
152
149
|
export { default as PinIcon } from './Pin.js';
|
|
153
150
|
export { default as PinColorRedIcon } from './PinColorRed.js';
|
|
154
151
|
export { default as PlayIcon } from './Play.js';
|
|
155
|
-
export { default as PlugIcon } from './Plug.js';
|
|
156
|
-
export { default as PlugColorIcon } from './PlugColor.js';
|
|
157
152
|
export { default as PlusIcon } from './Plus.js';
|
|
158
153
|
export { default as PlusInCircleIcon } from './PlusInCircle.js';
|
|
159
154
|
export { default as PointInCircleIcon } from './PointInCircle.js';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teamturing/react-kit",
|
|
3
|
-
"version": "2.24.
|
|
3
|
+
"version": "2.24.2",
|
|
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.37.
|
|
58
|
+
"@teamturing/icons": "^1.37.3",
|
|
59
59
|
"@teamturing/token-studio": "^1.5.0",
|
|
60
60
|
"@teamturing/utils": "^1.3.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": "412237e184979a89c4c1ed903feca6b2880d73ac"
|
|
70
70
|
}
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
-
import * as React from 'react';
|
|
3
|
-
|
|
4
|
-
const SvgAimPoint = 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("mask", {
|
|
11
|
-
id: "aim_point_svg__a",
|
|
12
|
-
width: 22,
|
|
13
|
-
height: 22,
|
|
14
|
-
x: 1,
|
|
15
|
-
y: 1,
|
|
16
|
-
maskUnits: "userSpaceOnUse",
|
|
17
|
-
style: {
|
|
18
|
-
maskType: 'luminance'
|
|
19
|
-
}
|
|
20
|
-
}, /*#__PURE__*/React.createElement("path", {
|
|
21
|
-
fill: "#fff",
|
|
22
|
-
d: "M23 1H1v22h22V1Z"
|
|
23
|
-
})), /*#__PURE__*/React.createElement("g", {
|
|
24
|
-
mask: "url(#aim_point_svg__a)"
|
|
25
|
-
}, /*#__PURE__*/React.createElement("path", {
|
|
26
|
-
fill: "#F5525D",
|
|
27
|
-
d: "M12 7.188c.347 0 .693.039 1.031.116V2.031a1.031 1.031 0 1 0-2.062 0v5.273A4.598 4.598 0 0 1 12 7.187ZM12 16.813c.347 0 .693-.04 1.031-.117v5.273a1.031 1.031 0 1 1-2.062 0v-5.273c.338.077.684.117 1.031.116Z"
|
|
28
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
29
|
-
fill: "currentColor",
|
|
30
|
-
d: "M12 16.813a4.812 4.812 0 1 1 0-9.624 4.812 4.812 0 0 1 0 9.623Zm0-7.563a2.75 2.75 0 1 0 0 5.5 2.75 2.75 0 0 0 0-5.5ZM4.513 10.969a7.562 7.562 0 0 1 6.456-6.456V2.451a9.625 9.625 0 0 0-8.539 8.518h2.083ZM13.031 4.513a7.562 7.562 0 0 1 6.456 6.456h2.062a9.625 9.625 0 0 0-8.518-8.539v2.083ZM19.487 13.031a7.563 7.563 0 0 1-6.456 6.456v2.062a9.625 9.625 0 0 0 8.539-8.518h-2.083ZM10.969 19.487a7.563 7.563 0 0 1-6.456-6.456H2.451a9.625 9.625 0 0 0 8.518 8.539v-2.083Z"
|
|
31
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
32
|
-
fill: "#F5525D",
|
|
33
|
-
d: "M7.188 12c0-.347.039-.693.116-1.031H2.031a1.031 1.031 0 1 0 0 2.062h5.273A4.598 4.598 0 0 1 7.187 12ZM16.813 12c0-.347-.04-.693-.117-1.031h5.273a1.031 1.031 0 1 1 0 2.062h-5.273c.077-.338.117-.684.117-1.031Z"
|
|
34
|
-
})));
|
|
35
|
-
|
|
36
|
-
export { SvgAimPoint as default };
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
-
import * as React from 'react';
|
|
3
|
-
|
|
4
|
-
const SvgGun = 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: "M23 10.5v-6a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h6.25v1.75a3 3 0 0 0 3 3h4.13l.51 3.88a1 1 0 0 0 1 .87h5a1.002 1.002 0 0 0 1-1.13l-1.13-8.37H22a1 1 0 0 0 1-1ZM11.25 14a.76.76 0 0 1-.75-.75V11.5h4.26l.33 2.5h-3.84Z"
|
|
13
|
-
}));
|
|
14
|
-
|
|
15
|
-
export { SvgGun as default };
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
-
import * as React from 'react';
|
|
3
|
-
|
|
4
|
-
const SvgGunColor = 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: "M23 10.5v-6a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h6.25v1.75a3 3 0 0 0 3 3h4.13l.51 3.88a1 1 0 0 0 1 .87h5a1.002 1.002 0 0 0 1-1.13l-1.13-8.37H22a1 1 0 0 0 1-1ZM11.25 14a.76.76 0 0 1-.75-.75V11.5h4.26l.33 2.5h-3.84Z"
|
|
13
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
14
|
-
fill: "#9C7EEF",
|
|
15
|
-
d: "M19.771 12h-2.68a.3.3 0 0 0-.297.339l.899 6.9a.3.3 0 0 0 .297.261h2.692a.3.3 0 0 0 .298-.34l-.911-6.9a.3.3 0 0 0-.297-.26Z"
|
|
16
|
-
}));
|
|
17
|
-
|
|
18
|
-
export { SvgGunColor as default };
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
-
import * as React from 'react';
|
|
3
|
-
|
|
4
|
-
const SvgLockColor = 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: "url(#lock_color_svg__a)",
|
|
12
|
-
fillRule: "evenodd",
|
|
13
|
-
d: "M12.9 14.755v2.199a.9.9 0 1 1-1.8 0v-2.199a1.793 1.793 0 0 1-.9-1.551 1.8 1.8 0 0 1 3.599 0c0 .665-.364 1.239-.899 1.551ZM8.82 7.179A3.183 3.183 0 0 1 12 4a3.182 3.182 0 0 1 3.179 3.179H8.82Zm9.779 0h-1.42A5.184 5.184 0 0 0 12 2a5.185 5.185 0 0 0-5.18 5.179H5.4a2.4 2.4 0 0 0-2.4 2.4v10.2a2.4 2.4 0 0 0 2.4 2.4h13.199a2.399 2.399 0 0 0 2.401-2.4v-10.2a2.4 2.4 0 0 0-2.401-2.4Z",
|
|
14
|
-
clipRule: "evenodd"
|
|
15
|
-
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
|
|
16
|
-
id: "lock_color_svg__a",
|
|
17
|
-
x1: 3,
|
|
18
|
-
x2: 23.048,
|
|
19
|
-
y1: 2,
|
|
20
|
-
y2: 19.883,
|
|
21
|
-
gradientUnits: "userSpaceOnUse"
|
|
22
|
-
}, /*#__PURE__*/React.createElement("stop", {
|
|
23
|
-
stopColor: "#03216D"
|
|
24
|
-
}), /*#__PURE__*/React.createElement("stop", {
|
|
25
|
-
offset: 0.399,
|
|
26
|
-
stopColor: "#3F28D1"
|
|
27
|
-
}), /*#__PURE__*/React.createElement("stop", {
|
|
28
|
-
offset: 1,
|
|
29
|
-
stopColor: "#F14BFF"
|
|
30
|
-
}))));
|
|
31
|
-
|
|
32
|
-
export { SvgLockColor as default };
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
-
import * as React from 'react';
|
|
3
|
-
|
|
4
|
-
const SvgPlug = 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 33 32"
|
|
10
|
-
}, props), /*#__PURE__*/React.createElement("path", {
|
|
11
|
-
fill: "#D1D5DB",
|
|
12
|
-
d: "M14.772 23.728c0-.368.298-.666.667-.666h1.926c.368 0 .666.298.666.666V30a.667.667 0 0 1-.666.667h-1.926a.667.667 0 0 1-.667-.667v-6.272ZM9.34 2.963a1.63 1.63 0 1 1 3.26 0v9.778a1.63 1.63 0 1 1-3.26 0V2.963ZM20.204 2.963a1.63 1.63 0 1 1 3.26 0v9.778a1.63 1.63 0 1 1-3.26 0V2.963Z"
|
|
13
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
14
|
-
fill: "currentColor",
|
|
15
|
-
d: "M7.167 10.704c0-.676.547-1.223 1.222-1.223h16.025c.675 0 1.222.547 1.222 1.223v4.753a9.235 9.235 0 1 1-18.47 0v-4.754Z"
|
|
16
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
17
|
-
fill: "currentColor",
|
|
18
|
-
d: "M12.599 23.198c0-.675.547-1.222 1.222-1.222h5.16c.676 0 1.223.547 1.223 1.222V25.1c0 .675-.547 1.222-1.222 1.222h-5.16a1.222 1.222 0 0 1-1.223-1.222v-1.902Z"
|
|
19
|
-
}), /*#__PURE__*/React.createElement("g", {
|
|
20
|
-
clipPath: "url(#plug_svg__a)"
|
|
21
|
-
}, /*#__PURE__*/React.createElement("path", {
|
|
22
|
-
fill: "#fff",
|
|
23
|
-
fillRule: "evenodd",
|
|
24
|
-
d: "m19.903 16.061-2.327-.739.703-3.156c.113-.509-.578-.833-.969-.456l-4.636 4.477a.504.504 0 0 0-.135.221.47.47 0 0 0-.003.254c.023.084.068.16.131.225a.574.574 0 0 0 .233.14l2.326.738-.702 3.157c-.114.508.577.833.968.456L20.13 16.9c.281-.271.161-.716-.226-.839",
|
|
25
|
-
clipRule: "evenodd"
|
|
26
|
-
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
27
|
-
id: "plug_svg__a"
|
|
28
|
-
}, /*#__PURE__*/React.createElement("path", {
|
|
29
|
-
fill: "#fff",
|
|
30
|
-
d: "M10.426 11.111h11.951v10.864H10.426z"
|
|
31
|
-
}))));
|
|
32
|
-
|
|
33
|
-
export { SvgPlug as default };
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
-
import * as React from 'react';
|
|
3
|
-
|
|
4
|
-
const SvgPlugColor = 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 33 32"
|
|
10
|
-
}, props), /*#__PURE__*/React.createElement("path", {
|
|
11
|
-
fill: "#6F7680",
|
|
12
|
-
d: "M14.772 23.728c0-.368.298-.666.667-.666h1.926c.368 0 .666.298.666.666V30a.667.667 0 0 1-.666.667h-1.926a.667.667 0 0 1-.667-.667v-6.272Z"
|
|
13
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
14
|
-
fill: "#D1D5DB",
|
|
15
|
-
d: "M9.34 2.963a1.63 1.63 0 1 1 3.26 0v9.778a1.63 1.63 0 1 1-3.26 0V2.963ZM20.204 2.963a1.63 1.63 0 1 1 3.26 0v9.778a1.63 1.63 0 1 1-3.26 0V2.963Z"
|
|
16
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
17
|
-
fill: "#33373B",
|
|
18
|
-
d: "M7.167 10.704c0-.676.547-1.223 1.222-1.223h16.025c.675 0 1.222.547 1.222 1.223v4.753a9.235 9.235 0 1 1-18.47 0v-4.754Z"
|
|
19
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
20
|
-
fill: "#33373B",
|
|
21
|
-
d: "M12.599 23.198c0-.675.547-1.222 1.222-1.222h5.16c.676 0 1.223.547 1.223 1.222V25.1c0 .675-.547 1.222-1.222 1.222h-5.16a1.222 1.222 0 0 1-1.223-1.222v-1.902Z"
|
|
22
|
-
}), /*#__PURE__*/React.createElement("g", {
|
|
23
|
-
clipPath: "url(#plug_color_svg__a)"
|
|
24
|
-
}, /*#__PURE__*/React.createElement("path", {
|
|
25
|
-
fill: "#84AAF4",
|
|
26
|
-
fillRule: "evenodd",
|
|
27
|
-
d: "m19.903 16.061-2.327-.739.703-3.156c.113-.509-.578-.833-.969-.456l-4.636 4.477a.504.504 0 0 0-.135.221.47.47 0 0 0-.003.254c.023.084.068.16.131.225a.574.574 0 0 0 .233.14l2.326.738-.702 3.157c-.114.508.577.833.968.456L20.13 16.9c.281-.271.161-.716-.226-.839",
|
|
28
|
-
clipRule: "evenodd"
|
|
29
|
-
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
30
|
-
id: "plug_color_svg__a"
|
|
31
|
-
}, /*#__PURE__*/React.createElement("path", {
|
|
32
|
-
fill: "#fff",
|
|
33
|
-
d: "M10.426 11.111h11.951v10.864H10.426z"
|
|
34
|
-
}))));
|
|
35
|
-
|
|
36
|
-
export { SvgPlugColor as default };
|