@teamturing/react-kit 2.21.14 → 2.21.16
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
|
@@ -2175,6 +2175,19 @@ const SvgEng = props => /*#__PURE__*/React__namespace.createElement("svg", _exte
|
|
|
2175
2175
|
d: "M8.431 17.573c.516 0 .971-.335 1.125-.827l.582-1.866h4.04l.583 1.87a1.172 1.172 0 1 0 2.23-.716l-2.879-8.72a2.06 2.06 0 0 0-3.91-.003l-2.889 8.713a1.178 1.178 0 0 0 1.118 1.549Zm2.293-4.58 1.395-4.465h.077l1.395 4.466h-2.867Z"
|
|
2176
2176
|
}));
|
|
2177
2177
|
|
|
2178
|
+
const SvgEnter = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
2179
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2180
|
+
width: "1em",
|
|
2181
|
+
height: "1em",
|
|
2182
|
+
fill: "none",
|
|
2183
|
+
viewBox: "0 0 24 24"
|
|
2184
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2185
|
+
fill: "currentColor",
|
|
2186
|
+
fillRule: "evenodd",
|
|
2187
|
+
d: "M5.657 4.286A2.914 2.914 0 0 1 8.572 1.37H18a2.914 2.914 0 0 1 2.914 2.915v15.428A2.914 2.914 0 0 1 18 22.63H8.572a2.914 2.914 0 0 1-2.915-2.915v-2.143a1.2 1.2 0 0 1 2.4 0v2.143c0 .284.23.515.515.515H18c.284 0 .514-.23.514-.515V4.286A.514.514 0 0 0 18 3.77H8.572a.514.514 0 0 0-.515.515v2.143a1.2 1.2 0 0 1-2.4 0V4.286ZM2.23 12.429a1.2 1.2 0 0 1 1.2-1.2h6.82l-.874-1.02a1.2 1.2 0 1 1 1.822-1.561l2.571 3a1.2 1.2 0 0 1 0 1.562l-2.571 3a1.2 1.2 0 1 1-1.822-1.562l.873-1.02h-6.82a1.2 1.2 0 0 1-1.2-1.2Z",
|
|
2188
|
+
clipRule: "evenodd"
|
|
2189
|
+
}));
|
|
2190
|
+
|
|
2178
2191
|
const SvgEqual = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
2179
2192
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2180
2193
|
width: "1em",
|
|
@@ -2576,6 +2589,37 @@ const SvgLetterCrownColor = props => /*#__PURE__*/React__namespace.createElement
|
|
|
2576
2589
|
clipRule: "evenodd"
|
|
2577
2590
|
}));
|
|
2578
2591
|
|
|
2592
|
+
const SvgLetterCrownOpenColor = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
2593
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2594
|
+
width: "1em",
|
|
2595
|
+
height: "1em",
|
|
2596
|
+
fill: "none",
|
|
2597
|
+
viewBox: "0 0 24 24"
|
|
2598
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2599
|
+
fill: "#FFE8A1",
|
|
2600
|
+
d: "M22.256 10.696H1.804A.804.804 0 0 1 1.27 9.29L10.696.915a2.04 2.04 0 0 1 2.718.008l9.303 8.367c.17.153.267.37.267.6 0 .445-.282.806-.728.806Z"
|
|
2601
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2602
|
+
fill: "#FCDDDD",
|
|
2603
|
+
d: "M1.008 11.04c0-1.127-.16-2.04.966-2.04h20.055c1.126 0 .963.913.963 2.04v10.51c0 1.126.085 2.04-1.041 2.04H1.974c-1.126 0-.966-.914-.966-2.04V11.04Z"
|
|
2604
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2605
|
+
fill: "#FDE2E2",
|
|
2606
|
+
d: "M1.974 23.59h20.133c.627 0 .885-.509.885-1.136 0-.195-.05-.387-.146-.556l-4.882-8.662a2.04 2.04 0 0 0-1.777-1.038H8.245a2.04 2.04 0 0 0-1.75.992l-5.35 8.937a.966.966 0 0 0-.137.496c0 .534.157.966.966.966Z"
|
|
2607
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2608
|
+
fill: "#FFF9E8",
|
|
2609
|
+
d: "M2 3.2c0-.22.18-.4.4-.4h19.2c.22 0 .4.18.4.4v15.4a.4.4 0 0 1-.4.4H2.4a.4.4 0 0 1-.4-.4V3.2Z"
|
|
2610
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2611
|
+
fill: "#FFCD39",
|
|
2612
|
+
fillRule: "evenodd",
|
|
2613
|
+
d: "M9.16 10.657a.384.384 0 0 1-.377-.346l-.48-4.261c-.043-.382.42-.592.664-.301l1.425 1.691 1.053-2.303a.563.563 0 0 1 1.031 0L13.53 7.44l1.424-1.691c.245-.29.708-.081.665.301l-.48 4.26a.384.384 0 0 1-.378.347h-5.6Z",
|
|
2614
|
+
clipRule: "evenodd"
|
|
2615
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2616
|
+
fill: "#FFE8A1",
|
|
2617
|
+
d: "M22.992 21.55V11.04c0-1.127.163-2.04-.963-2.04h-.633a.4.4 0 0 0-.316.155L17.8 13.4H6.6L3.12 9.147A.4.4 0 0 0 2.81 9h-.836c-1.126 0-.966.913-.966 2.04v10.51c0 1.126-.16 2.04.966 2.04H21.95c1.126 0 1.04-.914 1.04-2.04Z"
|
|
2618
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2619
|
+
fill: "#FFEFC0",
|
|
2620
|
+
d: "M1.966 23.591H22.1c.626 0 .884-.508.884-1.134 0-.195-.05-.387-.146-.557l-4.882-8.662a2.04 2.04 0 0 0-1.777-1.038H8.237a2.04 2.04 0 0 0-1.75.992l-5.35 8.937a.966.966 0 0 0-.137.496c0 .534.157.966.966.966Z"
|
|
2621
|
+
}));
|
|
2622
|
+
|
|
2579
2623
|
const SvgLetterHeartColor = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
2580
2624
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2581
2625
|
width: "1em",
|
|
@@ -2598,6 +2642,37 @@ const SvgLetterHeartColor = props => /*#__PURE__*/React__namespace.createElement
|
|
|
2598
2642
|
clipRule: "evenodd"
|
|
2599
2643
|
}));
|
|
2600
2644
|
|
|
2645
|
+
const SvgLetterHeartOpenColor = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
2646
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2647
|
+
width: "1em",
|
|
2648
|
+
height: "1em",
|
|
2649
|
+
fill: "none",
|
|
2650
|
+
viewBox: "0 0 24 24"
|
|
2651
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2652
|
+
fill: "#FFD5D5",
|
|
2653
|
+
d: "M22.256 10.696H1.804A.804.804 0 0 1 1.27 9.29L10.696.915a2.04 2.04 0 0 1 2.718.008l9.303 8.367c.17.153.267.37.267.6 0 .445-.282.806-.728.806Z"
|
|
2654
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2655
|
+
fill: "#FCDDDD",
|
|
2656
|
+
d: "M1.008 11.04c0-1.127-.16-2.04.966-2.04h20.055c1.126 0 .963.913.963 2.04v10.51c0 1.126.085 2.04-1.041 2.04H1.974c-1.126 0-.966-.914-.966-2.04V11.04Z"
|
|
2657
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2658
|
+
fill: "#FDE2E2",
|
|
2659
|
+
d: "M1.974 23.59h20.133c.627 0 .885-.509.885-1.136 0-.195-.05-.387-.146-.556l-4.882-8.662a2.04 2.04 0 0 0-1.777-1.038H8.245a2.04 2.04 0 0 0-1.75.992l-5.35 8.937a.966.966 0 0 0-.137.496c0 .534.157.966.966.966Z"
|
|
2660
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2661
|
+
fill: "#FFF7F7",
|
|
2662
|
+
d: "M2 3.2c0-.22.18-.4.4-.4h19.2c.22 0 .4.18.4.4v15.4a.4.4 0 0 1-.4.4H2.4a.4.4 0 0 1-.4-.4V3.2Z"
|
|
2663
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2664
|
+
fill: "#FF5678",
|
|
2665
|
+
fillRule: "evenodd",
|
|
2666
|
+
d: "M11.675 10.8a.671.671 0 0 0 .742 0c.716-.474 2.276-1.604 2.947-2.868.886-1.668-.154-3.332-1.529-3.332a1.82 1.82 0 0 0-1.516.761.338.338 0 0 1-.546 0 1.82 1.82 0 0 0-1.516-.761c-1.374 0-2.414 1.664-1.529 3.332.672 1.264 2.232 2.394 2.947 2.867Z",
|
|
2667
|
+
clipRule: "evenodd"
|
|
2668
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2669
|
+
fill: "#FFD5D5",
|
|
2670
|
+
d: "M22.992 21.55V11.04c0-1.127.163-2.04-.963-2.04h-.633a.4.4 0 0 0-.316.155L17.8 13.4H6.6L3.12 9.147A.4.4 0 0 0 2.81 9h-.836c-1.126 0-.966.913-.966 2.04v10.51c0 1.126-.16 2.04.966 2.04H21.95c1.126 0 1.04-.914 1.04-2.04Z"
|
|
2671
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2672
|
+
fill: "#FFDFDF",
|
|
2673
|
+
d: "M1.966 23.591H22.1c.626 0 .884-.508.884-1.134 0-.195-.05-.387-.146-.557l-4.882-8.662a2.04 2.04 0 0 0-1.777-1.038H8.237a2.04 2.04 0 0 0-1.75.992l-5.35 8.937a.966.966 0 0 0-.137.496c0 .534.157.966.966.966Z"
|
|
2674
|
+
}));
|
|
2675
|
+
|
|
2601
2676
|
const SvgLineThree = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
2602
2677
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2603
2678
|
width: "1em",
|
|
@@ -4557,6 +4632,7 @@ var icons = /*#__PURE__*/Object.freeze({
|
|
|
4557
4632
|
EmojiPlusDashIcon: SvgEmojiPlusDash,
|
|
4558
4633
|
EmojiPlusIcon: SvgEmojiPlus,
|
|
4559
4634
|
EngIcon: SvgEng,
|
|
4635
|
+
EnterIcon: SvgEnter,
|
|
4560
4636
|
EqualIcon: SvgEqual,
|
|
4561
4637
|
EraserIcon: SvgEraser,
|
|
4562
4638
|
ExclamationPointInCircleIcon: SvgExclamationPointInCircle,
|
|
@@ -4585,7 +4661,9 @@ var icons = /*#__PURE__*/Object.freeze({
|
|
|
4585
4661
|
KorIcon: SvgKor,
|
|
4586
4662
|
LeagueIcon: SvgLeague,
|
|
4587
4663
|
LetterCrownColorIcon: SvgLetterCrownColor,
|
|
4664
|
+
LetterCrownOpenColorIcon: SvgLetterCrownOpenColor,
|
|
4588
4665
|
LetterHeartColorIcon: SvgLetterHeartColor,
|
|
4666
|
+
LetterHeartOpenColorIcon: SvgLetterHeartOpenColor,
|
|
4589
4667
|
LetterIcon: SvgLetter,
|
|
4590
4668
|
LineThreeIcon: SvgLineThree,
|
|
4591
4669
|
LinkIcon: SvgLink,
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgEnter = 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
|
+
fillRule: "evenodd",
|
|
13
|
+
d: "M5.657 4.286A2.914 2.914 0 0 1 8.572 1.37H18a2.914 2.914 0 0 1 2.914 2.915v15.428A2.914 2.914 0 0 1 18 22.63H8.572a2.914 2.914 0 0 1-2.915-2.915v-2.143a1.2 1.2 0 0 1 2.4 0v2.143c0 .284.23.515.515.515H18c.284 0 .514-.23.514-.515V4.286A.514.514 0 0 0 18 3.77H8.572a.514.514 0 0 0-.515.515v2.143a1.2 1.2 0 0 1-2.4 0V4.286ZM2.23 12.429a1.2 1.2 0 0 1 1.2-1.2h6.82l-.874-1.02a1.2 1.2 0 1 1 1.822-1.561l2.571 3a1.2 1.2 0 0 1 0 1.562l-2.571 3a1.2 1.2 0 1 1-1.822-1.562l.873-1.02h-6.82a1.2 1.2 0 0 1-1.2-1.2Z",
|
|
14
|
+
clipRule: "evenodd"
|
|
15
|
+
}));
|
|
16
|
+
|
|
17
|
+
export { SvgEnter as default };
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgLetterCrownOpenColor = 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: "#FFE8A1",
|
|
12
|
+
d: "M22.256 10.696H1.804A.804.804 0 0 1 1.27 9.29L10.696.915a2.04 2.04 0 0 1 2.718.008l9.303 8.367c.17.153.267.37.267.6 0 .445-.282.806-.728.806Z"
|
|
13
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
14
|
+
fill: "#FCDDDD",
|
|
15
|
+
d: "M1.008 11.04c0-1.127-.16-2.04.966-2.04h20.055c1.126 0 .963.913.963 2.04v10.51c0 1.126.085 2.04-1.041 2.04H1.974c-1.126 0-.966-.914-.966-2.04V11.04Z"
|
|
16
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
17
|
+
fill: "#FDE2E2",
|
|
18
|
+
d: "M1.974 23.59h20.133c.627 0 .885-.509.885-1.136 0-.195-.05-.387-.146-.556l-4.882-8.662a2.04 2.04 0 0 0-1.777-1.038H8.245a2.04 2.04 0 0 0-1.75.992l-5.35 8.937a.966.966 0 0 0-.137.496c0 .534.157.966.966.966Z"
|
|
19
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
20
|
+
fill: "#FFF9E8",
|
|
21
|
+
d: "M2 3.2c0-.22.18-.4.4-.4h19.2c.22 0 .4.18.4.4v15.4a.4.4 0 0 1-.4.4H2.4a.4.4 0 0 1-.4-.4V3.2Z"
|
|
22
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
23
|
+
fill: "#FFCD39",
|
|
24
|
+
fillRule: "evenodd",
|
|
25
|
+
d: "M9.16 10.657a.384.384 0 0 1-.377-.346l-.48-4.261c-.043-.382.42-.592.664-.301l1.425 1.691 1.053-2.303a.563.563 0 0 1 1.031 0L13.53 7.44l1.424-1.691c.245-.29.708-.081.665.301l-.48 4.26a.384.384 0 0 1-.378.347h-5.6Z",
|
|
26
|
+
clipRule: "evenodd"
|
|
27
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
28
|
+
fill: "#FFE8A1",
|
|
29
|
+
d: "M22.992 21.55V11.04c0-1.127.163-2.04-.963-2.04h-.633a.4.4 0 0 0-.316.155L17.8 13.4H6.6L3.12 9.147A.4.4 0 0 0 2.81 9h-.836c-1.126 0-.966.913-.966 2.04v10.51c0 1.126-.16 2.04.966 2.04H21.95c1.126 0 1.04-.914 1.04-2.04Z"
|
|
30
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
31
|
+
fill: "#FFEFC0",
|
|
32
|
+
d: "M1.966 23.591H22.1c.626 0 .884-.508.884-1.134 0-.195-.05-.387-.146-.557l-4.882-8.662a2.04 2.04 0 0 0-1.777-1.038H8.237a2.04 2.04 0 0 0-1.75.992l-5.35 8.937a.966.966 0 0 0-.137.496c0 .534.157.966.966.966Z"
|
|
33
|
+
}));
|
|
34
|
+
|
|
35
|
+
export { SvgLetterCrownOpenColor as default };
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgLetterHeartOpenColor = 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: "#FFD5D5",
|
|
12
|
+
d: "M22.256 10.696H1.804A.804.804 0 0 1 1.27 9.29L10.696.915a2.04 2.04 0 0 1 2.718.008l9.303 8.367c.17.153.267.37.267.6 0 .445-.282.806-.728.806Z"
|
|
13
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
14
|
+
fill: "#FCDDDD",
|
|
15
|
+
d: "M1.008 11.04c0-1.127-.16-2.04.966-2.04h20.055c1.126 0 .963.913.963 2.04v10.51c0 1.126.085 2.04-1.041 2.04H1.974c-1.126 0-.966-.914-.966-2.04V11.04Z"
|
|
16
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
17
|
+
fill: "#FDE2E2",
|
|
18
|
+
d: "M1.974 23.59h20.133c.627 0 .885-.509.885-1.136 0-.195-.05-.387-.146-.556l-4.882-8.662a2.04 2.04 0 0 0-1.777-1.038H8.245a2.04 2.04 0 0 0-1.75.992l-5.35 8.937a.966.966 0 0 0-.137.496c0 .534.157.966.966.966Z"
|
|
19
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
20
|
+
fill: "#FFF7F7",
|
|
21
|
+
d: "M2 3.2c0-.22.18-.4.4-.4h19.2c.22 0 .4.18.4.4v15.4a.4.4 0 0 1-.4.4H2.4a.4.4 0 0 1-.4-.4V3.2Z"
|
|
22
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
23
|
+
fill: "#FF5678",
|
|
24
|
+
fillRule: "evenodd",
|
|
25
|
+
d: "M11.675 10.8a.671.671 0 0 0 .742 0c.716-.474 2.276-1.604 2.947-2.868.886-1.668-.154-3.332-1.529-3.332a1.82 1.82 0 0 0-1.516.761.338.338 0 0 1-.546 0 1.82 1.82 0 0 0-1.516-.761c-1.374 0-2.414 1.664-1.529 3.332.672 1.264 2.232 2.394 2.947 2.867Z",
|
|
26
|
+
clipRule: "evenodd"
|
|
27
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
28
|
+
fill: "#FFD5D5",
|
|
29
|
+
d: "M22.992 21.55V11.04c0-1.127.163-2.04-.963-2.04h-.633a.4.4 0 0 0-.316.155L17.8 13.4H6.6L3.12 9.147A.4.4 0 0 0 2.81 9h-.836c-1.126 0-.966.913-.966 2.04v10.51c0 1.126-.16 2.04.966 2.04H21.95c1.126 0 1.04-.914 1.04-2.04Z"
|
|
30
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
31
|
+
fill: "#FFDFDF",
|
|
32
|
+
d: "M1.966 23.591H22.1c.626 0 .884-.508.884-1.134 0-.195-.05-.387-.146-.557l-4.882-8.662a2.04 2.04 0 0 0-1.777-1.038H8.237a2.04 2.04 0 0 0-1.75.992l-5.35 8.937a.966.966 0 0 0-.137.496c0 .534.157.966.966.966Z"
|
|
33
|
+
}));
|
|
34
|
+
|
|
35
|
+
export { SvgLetterHeartOpenColor as default };
|
|
@@ -68,6 +68,7 @@ export { default as EmojiIcon } from './Emoji.js';
|
|
|
68
68
|
export { default as EmojiPlusIcon } from './EmojiPlus.js';
|
|
69
69
|
export { default as EmojiPlusDashIcon } from './EmojiPlusDash.js';
|
|
70
70
|
export { default as EngIcon } from './Eng.js';
|
|
71
|
+
export { default as EnterIcon } from './Enter.js';
|
|
71
72
|
export { default as EqualIcon } from './Equal.js';
|
|
72
73
|
export { default as EraserIcon } from './Eraser.js';
|
|
73
74
|
export { default as ExclamationPointInCircleIcon } from './ExclamationPointInCircle.js';
|
|
@@ -97,7 +98,9 @@ export { default as KorIcon } from './Kor.js';
|
|
|
97
98
|
export { default as LeagueIcon } from './League.js';
|
|
98
99
|
export { default as LetterIcon } from './Letter.js';
|
|
99
100
|
export { default as LetterCrownColorIcon } from './LetterCrownColor.js';
|
|
101
|
+
export { default as LetterCrownOpenColorIcon } from './LetterCrownOpenColor.js';
|
|
100
102
|
export { default as LetterHeartColorIcon } from './LetterHeartColor.js';
|
|
103
|
+
export { default as LetterHeartOpenColorIcon } from './LetterHeartOpenColor.js';
|
|
101
104
|
export { default as LineThreeIcon } from './LineThree.js';
|
|
102
105
|
export { default as LinkIcon } from './Link.js';
|
|
103
106
|
export { default as LockIcon } from './Lock.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.16",
|
|
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.32.0",
|
|
59
59
|
"@teamturing/token-studio": "^1.2.2",
|
|
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": "44f9f5f09e10e1c7f3ea09bd12a7bdebbc83542c"
|
|
70
70
|
}
|