@teamturing/react-kit 2.43.1 → 2.43.3
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
|
@@ -4038,6 +4038,32 @@ const SvgRepeat = props => /*#__PURE__*/React__namespace.createElement("svg", _e
|
|
|
4038
4038
|
d: "M4.3 12.37v-1.01c0-2.79 2.27-5.06 5.06-5.06h7.59l-.56.56a1.202 1.202 0 0 0 1.7 1.7l2.61-2.61c.22-.23.35-.53.35-.85 0-.32-.13-.62-.35-.85l-2.61-2.61a1.201 1.201 0 1 0-1.7 1.7l.56.56H9.36c-4.11 0-7.46 3.35-7.46 7.46v1.01c0 .66.54 1.2 1.2 1.2.66 0 1.2-.53 1.2-1.2Zm16.6-1.94c-.66 0-1.2.54-1.2 1.2v1.01c0 2.79-2.27 5.06-5.06 5.06H7.05l.56-.56a1.202 1.202 0 0 0-1.7-1.7L3.3 18.05c-.23.22-.35.53-.35.85 0 .32.13.62.35.85l2.61 2.61a1.204 1.204 0 0 0 1.7 0c.47-.47.47-1.23 0-1.7l-.56-.56h7.59c4.11 0 7.46-3.35 7.46-7.46v-1.01c0-.67-.54-1.2-1.2-1.2Z"
|
|
4039
4039
|
}));
|
|
4040
4040
|
|
|
4041
|
+
const SvgReportColor = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
4042
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4043
|
+
width: "1em",
|
|
4044
|
+
height: "1em",
|
|
4045
|
+
fill: "none",
|
|
4046
|
+
viewBox: "0 0 24 24"
|
|
4047
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
4048
|
+
fill: "#fff",
|
|
4049
|
+
d: "M17.086 3.164c.444 0 .805.36.805.805v17.277a.806.806 0 0 1-.805.806H3.672a.806.806 0 0 1-.805-.806V3.97c0-.445.36-.805.805-.805h13.414Z"
|
|
4050
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
4051
|
+
fill: "#C6B5F6",
|
|
4052
|
+
fillRule: "evenodd",
|
|
4053
|
+
d: "M13.327 1.5c.419 0 .768.3.844.697h2.915c.978 0 1.771.794 1.771 1.772v17.277c0 .978-.794 1.772-1.771 1.772H3.672A1.772 1.772 0 0 1 1.9 21.246V3.97c0-.978.794-1.772 1.772-1.772h3.017a.858.858 0 0 1 .843-.697h5.795ZM3.672 3.164a.805.805 0 0 0-.805.805v17.277c0 .445.36.806.805.806h13.414a.806.806 0 0 0 .805-.806V3.97a.805.805 0 0 0-.805-.805h-2.9v.375a.215.215 0 0 1-.215.215H6.888a.215.215 0 0 1-.215-.215v-.375H3.672Z",
|
|
4054
|
+
clipRule: "evenodd"
|
|
4055
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
4056
|
+
fill: "#C6B5F6",
|
|
4057
|
+
d: "M4.316 6.316c0-.29.234-.523.523-.523h3.14a.523.523 0 1 1 0 1.046h-3.14a.523.523 0 0 1-.523-.523ZM4.316 8.757c0-.289.234-.523.523-.523h11.08a.523.523 0 1 1 0 1.046H4.84a.523.523 0 0 1-.523-.523ZM4.316 11.199c0-.29.234-.523.523-.523h11.08a.523.523 0 1 1 0 1.046H4.84a.523.523 0 0 1-.523-.523Z"
|
|
4058
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
4059
|
+
fill: "#9C7EEF",
|
|
4060
|
+
d: "m22.261 21.543-2.472-2.473a4.577 4.577 0 0 0 .931-2.766 4.614 4.614 0 0 0-4.608-4.609 4.615 4.615 0 0 0-4.609 4.61 4.614 4.614 0 0 0 4.609 4.608c1.038 0 1.995-.35 2.766-.931l2.472 2.472a.642.642 0 0 0 .911 0 .645.645 0 0 0 0-.912Zm-9.47-5.239a3.324 3.324 0 0 1 3.32-3.32c1.831 0 3.321 1.489 3.321 3.32 0 1.83-1.49 3.32-3.32 3.32a3.323 3.323 0 0 1-3.321-3.32Z"
|
|
4061
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
4062
|
+
fill: "#835EEB",
|
|
4063
|
+
fillOpacity: 0.2,
|
|
4064
|
+
d: "M16.113 12.983c1.83 0 3.32 1.49 3.32 3.32 0 1.831-1.49 3.32-3.32 3.32a3.323 3.323 0 0 1-3.32-3.319 3.324 3.324 0 0 1 3.32-3.32Z"
|
|
4065
|
+
}));
|
|
4066
|
+
|
|
4041
4067
|
const SvgSchool = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
4042
4068
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4043
4069
|
width: "1em",
|
|
@@ -4553,6 +4579,50 @@ const SvgTwinkle = props => /*#__PURE__*/React__namespace.createElement("svg", _
|
|
|
4553
4579
|
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"
|
|
4554
4580
|
}));
|
|
4555
4581
|
|
|
4582
|
+
const SvgTwinkleColor = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
4583
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4584
|
+
width: "1em",
|
|
4585
|
+
height: "1em",
|
|
4586
|
+
fill: "none",
|
|
4587
|
+
viewBox: "0 0 24 24"
|
|
4588
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
4589
|
+
fill: "url(#twinkle_color_svg__a)",
|
|
4590
|
+
d: "M19.42 18.696a.808.808 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.807.807 0 0 1-.361.361l-2.084 1.042a.808.808 0 0 0 0 1.444l2.084 1.042a.807.807 0 0 1 .361.361l1.042 2.084a.808.808 0 0 0 1.445 0l1.041-2.084Z"
|
|
4591
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
4592
|
+
fill: "url(#twinkle_color_svg__b)",
|
|
4593
|
+
d: "M10.877 11.81a.807.807 0 0 1 .36-.362l3.35-1.674a.808.808 0 0 0 0-1.445l-3.35-1.674a.807.807 0 0 1-.36-.362L9.202 2.945a.808.808 0 0 0-1.445 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.674 3.349a.808.808 0 0 0 1.445 0l1.675-3.349Z"
|
|
4594
|
+
}), /*#__PURE__*/React__namespace.createElement("defs", null, /*#__PURE__*/React__namespace.createElement("linearGradient", {
|
|
4595
|
+
id: "twinkle_color_svg__a",
|
|
4596
|
+
x1: 1.927,
|
|
4597
|
+
x2: 24.244,
|
|
4598
|
+
y1: 2.498,
|
|
4599
|
+
y2: 5.143,
|
|
4600
|
+
gradientUnits: "userSpaceOnUse"
|
|
4601
|
+
}, /*#__PURE__*/React__namespace.createElement("stop", {
|
|
4602
|
+
stopColor: "#FF6DEB"
|
|
4603
|
+
}), /*#__PURE__*/React__namespace.createElement("stop", {
|
|
4604
|
+
offset: 0.5,
|
|
4605
|
+
stopColor: "#8E6EF1"
|
|
4606
|
+
}), /*#__PURE__*/React__namespace.createElement("stop", {
|
|
4607
|
+
offset: 1,
|
|
4608
|
+
stopColor: "#5F9EFF"
|
|
4609
|
+
})), /*#__PURE__*/React__namespace.createElement("linearGradient", {
|
|
4610
|
+
id: "twinkle_color_svg__b",
|
|
4611
|
+
x1: 1.927,
|
|
4612
|
+
x2: 24.244,
|
|
4613
|
+
y1: 2.498,
|
|
4614
|
+
y2: 5.143,
|
|
4615
|
+
gradientUnits: "userSpaceOnUse"
|
|
4616
|
+
}, /*#__PURE__*/React__namespace.createElement("stop", {
|
|
4617
|
+
stopColor: "#FF6DEB"
|
|
4618
|
+
}), /*#__PURE__*/React__namespace.createElement("stop", {
|
|
4619
|
+
offset: 0.5,
|
|
4620
|
+
stopColor: "#8E6EF1"
|
|
4621
|
+
}), /*#__PURE__*/React__namespace.createElement("stop", {
|
|
4622
|
+
offset: 1,
|
|
4623
|
+
stopColor: "#5F9EFF"
|
|
4624
|
+
}))));
|
|
4625
|
+
|
|
4556
4626
|
const SvgUndo = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
4557
4627
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4558
4628
|
width: "1em",
|
|
@@ -4987,6 +5057,7 @@ var icons = /*#__PURE__*/Object.freeze({
|
|
|
4987
5057
|
ReceiptIcon: SvgReceipt,
|
|
4988
5058
|
RefreshIcon: SvgRefresh,
|
|
4989
5059
|
RepeatIcon: SvgRepeat,
|
|
5060
|
+
ReportColorIcon: SvgReportColor,
|
|
4990
5061
|
SchoolColorIcon: SvgSchoolColor,
|
|
4991
5062
|
SchoolIcon: SvgSchool,
|
|
4992
5063
|
ScrollIcon: SvgScroll,
|
|
@@ -5020,6 +5091,7 @@ var icons = /*#__PURE__*/Object.freeze({
|
|
|
5020
5091
|
TrashIcon: SvgTrash,
|
|
5021
5092
|
TreasureboxIcon: SvgTreasurebox,
|
|
5022
5093
|
TrophyIcon: SvgTrophy,
|
|
5094
|
+
TwinkleColorIcon: SvgTwinkleColor,
|
|
5023
5095
|
TwinkleIcon: SvgTwinkle,
|
|
5024
5096
|
UndoIcon: SvgUndo,
|
|
5025
5097
|
UniversityIcon: SvgUniversity,
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgReportColor = 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: "#fff",
|
|
12
|
+
d: "M17.086 3.164c.444 0 .805.36.805.805v17.277a.806.806 0 0 1-.805.806H3.672a.806.806 0 0 1-.805-.806V3.97c0-.445.36-.805.805-.805h13.414Z"
|
|
13
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
14
|
+
fill: "#C6B5F6",
|
|
15
|
+
fillRule: "evenodd",
|
|
16
|
+
d: "M13.327 1.5c.419 0 .768.3.844.697h2.915c.978 0 1.771.794 1.771 1.772v17.277c0 .978-.794 1.772-1.771 1.772H3.672A1.772 1.772 0 0 1 1.9 21.246V3.97c0-.978.794-1.772 1.772-1.772h3.017a.858.858 0 0 1 .843-.697h5.795ZM3.672 3.164a.805.805 0 0 0-.805.805v17.277c0 .445.36.806.805.806h13.414a.806.806 0 0 0 .805-.806V3.97a.805.805 0 0 0-.805-.805h-2.9v.375a.215.215 0 0 1-.215.215H6.888a.215.215 0 0 1-.215-.215v-.375H3.672Z",
|
|
17
|
+
clipRule: "evenodd"
|
|
18
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
19
|
+
fill: "#C6B5F6",
|
|
20
|
+
d: "M4.316 6.316c0-.29.234-.523.523-.523h3.14a.523.523 0 1 1 0 1.046h-3.14a.523.523 0 0 1-.523-.523ZM4.316 8.757c0-.289.234-.523.523-.523h11.08a.523.523 0 1 1 0 1.046H4.84a.523.523 0 0 1-.523-.523ZM4.316 11.199c0-.29.234-.523.523-.523h11.08a.523.523 0 1 1 0 1.046H4.84a.523.523 0 0 1-.523-.523Z"
|
|
21
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
22
|
+
fill: "#9C7EEF",
|
|
23
|
+
d: "m22.261 21.543-2.472-2.473a4.577 4.577 0 0 0 .931-2.766 4.614 4.614 0 0 0-4.608-4.609 4.615 4.615 0 0 0-4.609 4.61 4.614 4.614 0 0 0 4.609 4.608c1.038 0 1.995-.35 2.766-.931l2.472 2.472a.642.642 0 0 0 .911 0 .645.645 0 0 0 0-.912Zm-9.47-5.239a3.324 3.324 0 0 1 3.32-3.32c1.831 0 3.321 1.489 3.321 3.32 0 1.83-1.49 3.32-3.32 3.32a3.323 3.323 0 0 1-3.321-3.32Z"
|
|
24
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
25
|
+
fill: "#835EEB",
|
|
26
|
+
fillOpacity: 0.2,
|
|
27
|
+
d: "M16.113 12.983c1.83 0 3.32 1.49 3.32 3.32 0 1.831-1.49 3.32-3.32 3.32a3.323 3.323 0 0 1-3.32-3.319 3.324 3.324 0 0 1 3.32-3.32Z"
|
|
28
|
+
}));
|
|
29
|
+
|
|
30
|
+
export { SvgReportColor as default };
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgTwinkleColor = 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(#twinkle_color_svg__a)",
|
|
12
|
+
d: "M19.42 18.696a.808.808 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.807.807 0 0 1-.361.361l-2.084 1.042a.808.808 0 0 0 0 1.444l2.084 1.042a.807.807 0 0 1 .361.361l1.042 2.084a.808.808 0 0 0 1.445 0l1.041-2.084Z"
|
|
13
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
14
|
+
fill: "url(#twinkle_color_svg__b)",
|
|
15
|
+
d: "M10.877 11.81a.807.807 0 0 1 .36-.362l3.35-1.674a.808.808 0 0 0 0-1.445l-3.35-1.674a.807.807 0 0 1-.36-.362L9.202 2.945a.808.808 0 0 0-1.445 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.674 3.349a.808.808 0 0 0 1.445 0l1.675-3.349Z"
|
|
16
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
|
|
17
|
+
id: "twinkle_color_svg__a",
|
|
18
|
+
x1: 1.927,
|
|
19
|
+
x2: 24.244,
|
|
20
|
+
y1: 2.498,
|
|
21
|
+
y2: 5.143,
|
|
22
|
+
gradientUnits: "userSpaceOnUse"
|
|
23
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
24
|
+
stopColor: "#FF6DEB"
|
|
25
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
26
|
+
offset: 0.5,
|
|
27
|
+
stopColor: "#8E6EF1"
|
|
28
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
29
|
+
offset: 1,
|
|
30
|
+
stopColor: "#5F9EFF"
|
|
31
|
+
})), /*#__PURE__*/React.createElement("linearGradient", {
|
|
32
|
+
id: "twinkle_color_svg__b",
|
|
33
|
+
x1: 1.927,
|
|
34
|
+
x2: 24.244,
|
|
35
|
+
y1: 2.498,
|
|
36
|
+
y2: 5.143,
|
|
37
|
+
gradientUnits: "userSpaceOnUse"
|
|
38
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
39
|
+
stopColor: "#FF6DEB"
|
|
40
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
41
|
+
offset: 0.5,
|
|
42
|
+
stopColor: "#8E6EF1"
|
|
43
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
44
|
+
offset: 1,
|
|
45
|
+
stopColor: "#5F9EFF"
|
|
46
|
+
}))));
|
|
47
|
+
|
|
48
|
+
export { SvgTwinkleColor as default };
|
|
@@ -176,6 +176,7 @@ export { default as RaffleColorIcon } from './RaffleColor.js';
|
|
|
176
176
|
export { default as ReceiptIcon } from './Receipt.js';
|
|
177
177
|
export { default as RefreshIcon } from './Refresh.js';
|
|
178
178
|
export { default as RepeatIcon } from './Repeat.js';
|
|
179
|
+
export { default as ReportColorIcon } from './ReportColor.js';
|
|
179
180
|
export { default as SchoolIcon } from './School.js';
|
|
180
181
|
export { default as SchoolColorIcon } from './SchoolColor.js';
|
|
181
182
|
export { default as ScrollIcon } from './Scroll.js';
|
|
@@ -210,6 +211,7 @@ export { default as TrashIcon } from './Trash.js';
|
|
|
210
211
|
export { default as TreasureboxIcon } from './Treasurebox.js';
|
|
211
212
|
export { default as TrophyIcon } from './Trophy.js';
|
|
212
213
|
export { default as TwinkleIcon } from './Twinkle.js';
|
|
214
|
+
export { default as TwinkleColorIcon } from './TwinkleColor.js';
|
|
213
215
|
export { default as UndoIcon } from './Undo.js';
|
|
214
216
|
export { default as UniversityIcon } from './University.js';
|
|
215
217
|
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.43.
|
|
3
|
+
"version": "2.43.3",
|
|
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.51.0",
|
|
59
59
|
"@teamturing/token-studio": "^1.11.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": "b3e2b69b99302fdaf886ca13441d1ae4cc165c81"
|
|
70
70
|
}
|