@teamturing/react-kit 2.38.1 → 2.38.2
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
|
@@ -1085,12 +1085,6 @@ const SvgAInCircleColor = props => /*#__PURE__*/React__namespace.createElement("
|
|
|
1085
1085
|
fill: "none",
|
|
1086
1086
|
viewBox: "0 0 24 24"
|
|
1087
1087
|
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
1088
|
-
fill: "#E5E5E5",
|
|
1089
|
-
d: "M0 0h24v24H0z"
|
|
1090
|
-
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
1091
|
-
fill: "#fff",
|
|
1092
|
-
d: "M-121-426h1440v1826H-121z"
|
|
1093
|
-
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
1094
1088
|
fill: "#BACEF8",
|
|
1095
1089
|
fillRule: "evenodd",
|
|
1096
1090
|
d: "M1 12C1 5.925 5.925 1 12 1s11 4.925 11 11-4.925 11-11 11S1 18.075 1 12Zm8.556 4.746a1.178 1.178 0 1 1-2.243-.722l2.889-8.713a2.06 2.06 0 0 1 3.91.003l2.88 8.72a1.172 1.172 0 1 1-2.231.716l-.584-1.87h-4.04l-.581 1.866Zm2.563-8.218-1.395 4.466h2.867l-1.395-4.466h-.077Z",
|
|
@@ -8,12 +8,6 @@ const SvgAInCircleColor = props => /*#__PURE__*/React.createElement("svg", _exte
|
|
|
8
8
|
fill: "none",
|
|
9
9
|
viewBox: "0 0 24 24"
|
|
10
10
|
}, props), /*#__PURE__*/React.createElement("path", {
|
|
11
|
-
fill: "#E5E5E5",
|
|
12
|
-
d: "M0 0h24v24H0z"
|
|
13
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
14
|
-
fill: "#fff",
|
|
15
|
-
d: "M-121-426h1440v1826H-121z"
|
|
16
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
17
11
|
fill: "#BACEF8",
|
|
18
12
|
fillRule: "evenodd",
|
|
19
13
|
d: "M1 12C1 5.925 5.925 1 12 1s11 4.925 11 11-4.925 11-11 11S1 18.075 1 12Zm8.556 4.746a1.178 1.178 0 1 1-2.243-.722l2.889-8.713a2.06 2.06 0 0 1 3.91.003l2.88 8.72a1.172 1.172 0 1 1-2.231.716l-.584-1.87h-4.04l-.581 1.866Zm2.563-8.218-1.395 4.466h2.867l-1.395-4.466h-.077Z",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teamturing/react-kit",
|
|
3
|
-
"version": "2.38.
|
|
3
|
+
"version": "2.38.2",
|
|
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.44.
|
|
58
|
+
"@teamturing/icons": "^1.44.1",
|
|
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": "d8ecf59bfaf7910bec237ff64b07585f9772c0be"
|
|
70
70
|
}
|