@teamturing/react-kit 2.23.3 → 2.23.4
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
|
@@ -3611,15 +3611,16 @@ const SvgPresent = props => /*#__PURE__*/React__namespace.createElement("svg", _
|
|
|
3611
3611
|
width: "1em",
|
|
3612
3612
|
height: "1em",
|
|
3613
3613
|
fill: "none",
|
|
3614
|
-
viewBox: "0 0
|
|
3614
|
+
viewBox: "0 0 25 25"
|
|
3615
3615
|
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
3616
|
-
fill: "
|
|
3617
|
-
d: "M3
|
|
3616
|
+
fill: "currentColor",
|
|
3617
|
+
d: "M3.39 8.764a2 2 0 0 1 2-2h5.5v16h-5.5a2 2 0 0 1-2-2v-12ZM13.89 6.764h5.5a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2h-5.5v-16Z"
|
|
3618
3618
|
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
3619
3619
|
fill: "currentColor",
|
|
3620
3620
|
fillRule: "evenodd",
|
|
3621
|
-
d: "M10.
|
|
3622
|
-
clipRule: "evenodd"
|
|
3621
|
+
d: "M10.89 6.764H6.745l-.346-2.908c-.087-.729.64-1.288 1.335-1.027L12.39 4.58l4.658-1.751c.694-.261 1.421.298 1.335 1.027l-.347 2.908H13.89v16h-3v-16Z",
|
|
3622
|
+
clipRule: "evenodd",
|
|
3623
|
+
opacity: 0.6
|
|
3623
3624
|
}));
|
|
3624
3625
|
|
|
3625
3626
|
const SvgPresentColor = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
@@ -6,15 +6,16 @@ const SvgPresent = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
|
6
6
|
width: "1em",
|
|
7
7
|
height: "1em",
|
|
8
8
|
fill: "none",
|
|
9
|
-
viewBox: "0 0
|
|
9
|
+
viewBox: "0 0 25 25"
|
|
10
10
|
}, props), /*#__PURE__*/React.createElement("path", {
|
|
11
|
-
fill: "
|
|
12
|
-
d: "M3
|
|
11
|
+
fill: "currentColor",
|
|
12
|
+
d: "M3.39 8.764a2 2 0 0 1 2-2h5.5v16h-5.5a2 2 0 0 1-2-2v-12ZM13.89 6.764h5.5a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2h-5.5v-16Z"
|
|
13
13
|
}), /*#__PURE__*/React.createElement("path", {
|
|
14
14
|
fill: "currentColor",
|
|
15
15
|
fillRule: "evenodd",
|
|
16
|
-
d: "M10.
|
|
17
|
-
clipRule: "evenodd"
|
|
16
|
+
d: "M10.89 6.764H6.745l-.346-2.908c-.087-.729.64-1.288 1.335-1.027L12.39 4.58l4.658-1.751c.694-.261 1.421.298 1.335 1.027l-.347 2.908H13.89v16h-3v-16Z",
|
|
17
|
+
clipRule: "evenodd",
|
|
18
|
+
opacity: 0.6
|
|
18
19
|
}));
|
|
19
20
|
|
|
20
21
|
export { SvgPresent as default };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teamturing/react-kit",
|
|
3
|
-
"version": "2.23.
|
|
3
|
+
"version": "2.23.4",
|
|
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.1",
|
|
59
59
|
"@teamturing/token-studio": "^1.3.0",
|
|
60
60
|
"@teamturing/utils": "^1.2.1",
|
|
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": "0786df39858b726dd303cc82a6208238fbc752b2"
|
|
70
70
|
}
|