@teamturing/react-kit 2.39.0 → 2.39.1
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
|
@@ -3729,6 +3729,22 @@ const SvgPresentColor = props => /*#__PURE__*/React__namespace.createElement("sv
|
|
|
3729
3729
|
clipRule: "evenodd"
|
|
3730
3730
|
}));
|
|
3731
3731
|
|
|
3732
|
+
const SvgPrint = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
3733
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3734
|
+
width: "1em",
|
|
3735
|
+
height: "1em",
|
|
3736
|
+
fill: "none",
|
|
3737
|
+
viewBox: "0 0 24 24"
|
|
3738
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
3739
|
+
fill: "currentColor",
|
|
3740
|
+
fillRule: "evenodd",
|
|
3741
|
+
d: "M20.59 7.43a1.92 1.92 0 0 1 1.91 1.91v6.68a1.91 1.91 0 0 1-1.91 1.91H17.8V20a2.2 2.2 0 0 1-2.2 2.2H8.4A2.2 2.2 0 0 1 6.2 20v-2.07H3.41a1.91 1.91 0 0 1-1.91-1.91V9.34a1.92 1.92 0 0 1 1.91-1.91h17.18ZM8.4 15a.2.2 0 0 0-.2.2V20c0 .11.09.2.2.2h7.2a.2.2 0 0 0 .2-.2v-4.8a.2.2 0 0 0-.2-.2H8.4Zm8.056-1.827a2.203 2.203 0 0 1-.201-.074l.201.074Z",
|
|
3742
|
+
clipRule: "evenodd"
|
|
3743
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
3744
|
+
fill: "currentColor",
|
|
3745
|
+
d: "M16.8 2H7.2A1.2 1.2 0 0 0 6 3.2v2.4a1.2 1.2 0 0 0 1.2 1.2h9.6A1.2 1.2 0 0 0 18 5.6V3.2A1.2 1.2 0 0 0 16.8 2Z"
|
|
3746
|
+
}));
|
|
3747
|
+
|
|
3732
3748
|
const SvgProblem = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
3733
3749
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3734
3750
|
width: "1em",
|
|
@@ -4926,6 +4942,7 @@ var icons = /*#__PURE__*/Object.freeze({
|
|
|
4926
4942
|
PointInCircleIcon: SvgPointInCircle,
|
|
4927
4943
|
PresentColorIcon: SvgPresentColor,
|
|
4928
4944
|
PresentIcon: SvgPresent,
|
|
4945
|
+
PrintIcon: SvgPrint,
|
|
4929
4946
|
ProblemIcon: SvgProblem,
|
|
4930
4947
|
ProfileIcon: SvgProfile,
|
|
4931
4948
|
ProgressGradientIcon: SvgProgressGradient,
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgPrint = 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: "M20.59 7.43a1.92 1.92 0 0 1 1.91 1.91v6.68a1.91 1.91 0 0 1-1.91 1.91H17.8V20a2.2 2.2 0 0 1-2.2 2.2H8.4A2.2 2.2 0 0 1 6.2 20v-2.07H3.41a1.91 1.91 0 0 1-1.91-1.91V9.34a1.92 1.92 0 0 1 1.91-1.91h17.18ZM8.4 15a.2.2 0 0 0-.2.2V20c0 .11.09.2.2.2h7.2a.2.2 0 0 0 .2-.2v-4.8a.2.2 0 0 0-.2-.2H8.4Zm8.056-1.827a2.203 2.203 0 0 1-.201-.074l.201.074Z",
|
|
14
|
+
clipRule: "evenodd"
|
|
15
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
16
|
+
fill: "currentColor",
|
|
17
|
+
d: "M16.8 2H7.2A1.2 1.2 0 0 0 6 3.2v2.4a1.2 1.2 0 0 0 1.2 1.2h9.6A1.2 1.2 0 0 0 18 5.6V3.2A1.2 1.2 0 0 0 16.8 2Z"
|
|
18
|
+
}));
|
|
19
|
+
|
|
20
|
+
export { SvgPrint as default };
|
|
@@ -164,6 +164,7 @@ export { default as PointInCircleIcon } from './PointInCircle.js';
|
|
|
164
164
|
export { default as PointInCircleColorIcon } from './PointInCircleColor.js';
|
|
165
165
|
export { default as PresentIcon } from './Present.js';
|
|
166
166
|
export { default as PresentColorIcon } from './PresentColor.js';
|
|
167
|
+
export { default as PrintIcon } from './Print.js';
|
|
167
168
|
export { default as ProblemIcon } from './Problem.js';
|
|
168
169
|
export { default as ProfileIcon } from './Profile.js';
|
|
169
170
|
export { default as ProgressGradientIcon } from './ProgressGradient.js';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teamturing/react-kit",
|
|
3
|
-
"version": "2.39.
|
|
3
|
+
"version": "2.39.1",
|
|
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.47.0",
|
|
59
59
|
"@teamturing/token-studio": "^1.10.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": "0742fd7257c18f448ebb670bc1ef19ac4dc2b9dd"
|
|
70
70
|
}
|