@teamturing/react-kit 2.21.9 → 2.21.11
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
|
@@ -2497,6 +2497,19 @@ const SvgKor = props => /*#__PURE__*/React__namespace.createElement("svg", _exte
|
|
|
2497
2497
|
d: "M13.902 6.822v10.357a1.021 1.021 0 0 0 2.043 0V12.2h.761a.894.894 0 1 0 0-1.788h-.761v-3.59a1.021 1.021 0 1 0-2.043 0ZM8.022 15.776c3.188-1.833 4.52-4.486 4.762-7.528.054-.68-.502-1.219-1.162-1.219H7.755a.887.887 0 0 0 0 1.775h2.981c-.318 2.232-1.502 3.905-3.644 5.21-.501.305-.677.98-.325 1.475a.958.958 0 0 0 1.255.287Z"
|
|
2498
2498
|
}));
|
|
2499
2499
|
|
|
2500
|
+
const SvgLeague = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
2501
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2502
|
+
width: "1em",
|
|
2503
|
+
height: "1em",
|
|
2504
|
+
fill: "none",
|
|
2505
|
+
viewBox: "0 0 24 24"
|
|
2506
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2507
|
+
fill: "currentColor",
|
|
2508
|
+
fillRule: "evenodd",
|
|
2509
|
+
d: "M5.064 1C3.924 1 3 1.924 3 3.064v14.858c0 .811.476 1.548 1.216 1.881l6.684 3.014a2.064 2.064 0 0 0 1.654.018l7.187-3.046a2.064 2.064 0 0 0 1.259-1.9V3.064C21 1.924 20.076 1 18.936 1H5.064Zm2.61 13.331c.03.27.251.473.514.473h7.623a.524.524 0 0 0 .514-.473l.654-5.82c.059-.522-.571-.808-.904-.411l-1.94 2.31-1.433-3.146a.766.766 0 0 0-1.405 0L9.864 10.41 7.924 8.1c-.333-.397-.963-.11-.904.411l.654 5.82Z",
|
|
2510
|
+
clipRule: "evenodd"
|
|
2511
|
+
}));
|
|
2512
|
+
|
|
2500
2513
|
const SvgLetter = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
2501
2514
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2502
2515
|
width: "1em",
|
|
@@ -3859,6 +3872,23 @@ const SvgStar = props => /*#__PURE__*/React__namespace.createElement("svg", _ext
|
|
|
3859
3872
|
clipRule: "evenodd"
|
|
3860
3873
|
}));
|
|
3861
3874
|
|
|
3875
|
+
const SvgStarColor = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
3876
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3877
|
+
width: "1em",
|
|
3878
|
+
height: "1em",
|
|
3879
|
+
fill: "none",
|
|
3880
|
+
viewBox: "0 0 20 20"
|
|
3881
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
3882
|
+
fill: "#9C7EEF",
|
|
3883
|
+
fillRule: "evenodd",
|
|
3884
|
+
d: "m10.961 1.847 1.94 3.93c.155.316.457.535.806.585l4.336.63a1.071 1.071 0 0 1 .593 1.828L15.5 11.878a1.073 1.073 0 0 0-.309.949l.741 4.318a1.071 1.071 0 0 1-1.554 1.13l-3.878-2.04a1.07 1.07 0 0 0-.997 0l-3.878 2.04a1.072 1.072 0 0 1-1.555-1.13l.74-4.318a1.073 1.073 0 0 0-.308-.949L1.364 8.82c-.636-.62-.285-1.7.594-1.828l4.335-.63c.35-.05.652-.27.807-.585l1.939-3.93a1.072 1.072 0 0 1 1.922 0Z",
|
|
3885
|
+
clipRule: "evenodd"
|
|
3886
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
3887
|
+
fill: "#fff",
|
|
3888
|
+
d: "m7.257 7.96-1.91.333a.3.3 0 0 0-.078.566l4.771 2.267a.3.3 0 0 0 .425-.319L9.59 5.323a.3.3 0 0 0-.567-.082L7.987 7.406a1 1 0 0 1-.73.554Z",
|
|
3889
|
+
opacity: 0.35
|
|
3890
|
+
}));
|
|
3891
|
+
|
|
3862
3892
|
const SvgStore = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
3863
3893
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3864
3894
|
width: "1em",
|
|
@@ -4074,6 +4104,17 @@ const SvgTrophy = props => /*#__PURE__*/React__namespace.createElement("svg", _e
|
|
|
4074
4104
|
clipRule: "evenodd"
|
|
4075
4105
|
}));
|
|
4076
4106
|
|
|
4107
|
+
const SvgTwinkle = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
4108
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4109
|
+
width: "1em",
|
|
4110
|
+
height: "1em",
|
|
4111
|
+
fill: "none",
|
|
4112
|
+
viewBox: "0 0 24 24"
|
|
4113
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
4114
|
+
fill: "currentColor",
|
|
4115
|
+
d: "M19.42 18.696a.807.807 0 0 1 .36-.36l2.084-1.043a.808.808 0 0 0 0-1.444l-2.084-1.042a.808.808 0 0 1-.36-.361l-1.043-2.084a.808.808 0 0 0-1.444 0l-1.042 2.084a.808.808 0 0 1-.361.361l-2.083 1.042a.808.808 0 0 0 0 1.444l2.083 1.042a.807.807 0 0 1 .361.361l1.042 2.084a.808.808 0 0 0 1.445 0l1.041-2.084ZM10.877 11.81a.808.808 0 0 1 .36-.362l3.35-1.674a.808.808 0 0 0 0-1.445l-3.35-1.674a.808.808 0 0 1-.36-.362L9.202 2.945a.808.808 0 0 0-1.444 0L6.083 6.293a.808.808 0 0 1-.361.362L2.373 8.329a.808.808 0 0 0 0 1.445l3.349 1.674a.807.807 0 0 1 .361.361l1.675 3.349a.808.808 0 0 0 1.444 0l1.675-3.349Z"
|
|
4116
|
+
}));
|
|
4117
|
+
|
|
4077
4118
|
const SvgUndo = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
4078
4119
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4079
4120
|
width: "1em",
|
|
@@ -4441,6 +4482,7 @@ var icons = /*#__PURE__*/Object.freeze({
|
|
|
4441
4482
|
InstagramIcon: SvgInstagram,
|
|
4442
4483
|
KakaoColorIcon: SvgKakaoColor,
|
|
4443
4484
|
KorIcon: SvgKor,
|
|
4485
|
+
LeagueIcon: SvgLeague,
|
|
4444
4486
|
LetterCrownColorIcon: SvgLetterCrownColor,
|
|
4445
4487
|
LetterHeartColorIcon: SvgLetterHeartColor,
|
|
4446
4488
|
LetterIcon: SvgLetter,
|
|
@@ -4517,6 +4559,7 @@ var icons = /*#__PURE__*/Object.freeze({
|
|
|
4517
4559
|
SoundOnIcon: SvgSoundOn,
|
|
4518
4560
|
SpeakerIcon: SvgSpeaker,
|
|
4519
4561
|
StackupIcon: SvgStackup,
|
|
4562
|
+
StarColorIcon: SvgStarColor,
|
|
4520
4563
|
StarIcon: SvgStar,
|
|
4521
4564
|
StoreIcon: SvgStore,
|
|
4522
4565
|
SyncIcon: SvgSync,
|
|
@@ -4532,6 +4575,7 @@ var icons = /*#__PURE__*/Object.freeze({
|
|
|
4532
4575
|
TrashIcon: SvgTrash,
|
|
4533
4576
|
TreasureboxIcon: SvgTreasurebox,
|
|
4534
4577
|
TrophyIcon: SvgTrophy,
|
|
4578
|
+
TwinkleIcon: SvgTwinkle,
|
|
4535
4579
|
UndoIcon: SvgUndo,
|
|
4536
4580
|
UniversityIcon: SvgUniversity,
|
|
4537
4581
|
UserBlockedIcon: SvgUserBlocked,
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgLeague = 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.064 1C3.924 1 3 1.924 3 3.064v14.858c0 .811.476 1.548 1.216 1.881l6.684 3.014a2.064 2.064 0 0 0 1.654.018l7.187-3.046a2.064 2.064 0 0 0 1.259-1.9V3.064C21 1.924 20.076 1 18.936 1H5.064Zm2.61 13.331c.03.27.251.473.514.473h7.623a.524.524 0 0 0 .514-.473l.654-5.82c.059-.522-.571-.808-.904-.411l-1.94 2.31-1.433-3.146a.766.766 0 0 0-1.405 0L9.864 10.41 7.924 8.1c-.333-.397-.963-.11-.904.411l.654 5.82Z",
|
|
14
|
+
clipRule: "evenodd"
|
|
15
|
+
}));
|
|
16
|
+
|
|
17
|
+
export { SvgLeague as default };
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgStarColor = 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 20 20"
|
|
10
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
11
|
+
fill: "#9C7EEF",
|
|
12
|
+
fillRule: "evenodd",
|
|
13
|
+
d: "m10.961 1.847 1.94 3.93c.155.316.457.535.806.585l4.336.63a1.071 1.071 0 0 1 .593 1.828L15.5 11.878a1.073 1.073 0 0 0-.309.949l.741 4.318a1.071 1.071 0 0 1-1.554 1.13l-3.878-2.04a1.07 1.07 0 0 0-.997 0l-3.878 2.04a1.072 1.072 0 0 1-1.555-1.13l.74-4.318a1.073 1.073 0 0 0-.308-.949L1.364 8.82c-.636-.62-.285-1.7.594-1.828l4.335-.63c.35-.05.652-.27.807-.585l1.939-3.93a1.072 1.072 0 0 1 1.922 0Z",
|
|
14
|
+
clipRule: "evenodd"
|
|
15
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
16
|
+
fill: "#fff",
|
|
17
|
+
d: "m7.257 7.96-1.91.333a.3.3 0 0 0-.078.566l4.771 2.267a.3.3 0 0 0 .425-.319L9.59 5.323a.3.3 0 0 0-.567-.082L7.987 7.406a1 1 0 0 1-.73.554Z",
|
|
18
|
+
opacity: 0.35
|
|
19
|
+
}));
|
|
20
|
+
|
|
21
|
+
export { SvgStarColor as default };
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgTwinkle = 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: "M19.42 18.696a.807.807 0 0 1 .36-.36l2.084-1.043a.808.808 0 0 0 0-1.444l-2.084-1.042a.808.808 0 0 1-.36-.361l-1.043-2.084a.808.808 0 0 0-1.444 0l-1.042 2.084a.808.808 0 0 1-.361.361l-2.083 1.042a.808.808 0 0 0 0 1.444l2.083 1.042a.807.807 0 0 1 .361.361l1.042 2.084a.808.808 0 0 0 1.445 0l1.041-2.084ZM10.877 11.81a.808.808 0 0 1 .36-.362l3.35-1.674a.808.808 0 0 0 0-1.445l-3.35-1.674a.808.808 0 0 1-.36-.362L9.202 2.945a.808.808 0 0 0-1.444 0L6.083 6.293a.808.808 0 0 1-.361.362L2.373 8.329a.808.808 0 0 0 0 1.445l3.349 1.674a.807.807 0 0 1 .361.361l1.675 3.349a.808.808 0 0 0 1.444 0l1.675-3.349Z"
|
|
13
|
+
}));
|
|
14
|
+
|
|
15
|
+
export { SvgTwinkle as default };
|
|
@@ -92,6 +92,7 @@ export { default as InfoInCircleIcon } from './InfoInCircle.js';
|
|
|
92
92
|
export { default as InstagramIcon } from './Instagram.js';
|
|
93
93
|
export { default as KakaoColorIcon } from './KakaoColor.js';
|
|
94
94
|
export { default as KorIcon } from './Kor.js';
|
|
95
|
+
export { default as LeagueIcon } from './League.js';
|
|
95
96
|
export { default as LetterIcon } from './Letter.js';
|
|
96
97
|
export { default as LetterCrownColorIcon } from './LetterCrownColor.js';
|
|
97
98
|
export { default as LetterHeartColorIcon } from './LetterHeartColor.js';
|
|
@@ -169,6 +170,7 @@ export { default as SoundOnIcon } from './SoundOn.js';
|
|
|
169
170
|
export { default as SpeakerIcon } from './Speaker.js';
|
|
170
171
|
export { default as StackupIcon } from './Stackup.js';
|
|
171
172
|
export { default as StarIcon } from './Star.js';
|
|
173
|
+
export { default as StarColorIcon } from './StarColor.js';
|
|
172
174
|
export { default as StoreIcon } from './Store.js';
|
|
173
175
|
export { default as SyncIcon } from './Sync.js';
|
|
174
176
|
export { default as TestUploadColorIcon } from './TestUploadColor.js';
|
|
@@ -183,6 +185,7 @@ export { default as TouchIcon } from './Touch.js';
|
|
|
183
185
|
export { default as TrashIcon } from './Trash.js';
|
|
184
186
|
export { default as TreasureboxIcon } from './Treasurebox.js';
|
|
185
187
|
export { default as TrophyIcon } from './Trophy.js';
|
|
188
|
+
export { default as TwinkleIcon } from './Twinkle.js';
|
|
186
189
|
export { default as UndoIcon } from './Undo.js';
|
|
187
190
|
export { default as UniversityIcon } from './University.js';
|
|
188
191
|
export { default as UserBlockedIcon } from './UserBlocked.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.11",
|
|
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.29.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": "f2b76ce1012dc38f40c5d5a71f16d06883c6fddf"
|
|
70
70
|
}
|