@teamturing/react-kit 2.22.0 → 2.22.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 +1 -1
- package/esm/packages/icons/esm/Note.js +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -2972,7 +2972,7 @@ const SvgNote = props => /*#__PURE__*/React__namespace.createElement("svg", _ext
|
|
|
2972
2972
|
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2973
2973
|
fill: "currentColor",
|
|
2974
2974
|
fillRule: "evenodd",
|
|
2975
|
-
d: "
|
|
2975
|
+
d: "M4.5 2h15a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1h-15a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1ZM7 6a1 1 0 0 0 0 2h5a1 1 0 1 0 0-2H7Zm0 4a1 1 0 1 0 0 2h10a1 1 0 1 0 0-2H7Z",
|
|
2976
2976
|
clipRule: "evenodd"
|
|
2977
2977
|
}));
|
|
2978
2978
|
|
|
@@ -10,7 +10,7 @@ const SvgNote = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
|
10
10
|
}, props), /*#__PURE__*/React.createElement("path", {
|
|
11
11
|
fill: "currentColor",
|
|
12
12
|
fillRule: "evenodd",
|
|
13
|
-
d: "
|
|
13
|
+
d: "M4.5 2h15a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1h-15a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1ZM7 6a1 1 0 0 0 0 2h5a1 1 0 1 0 0-2H7Zm0 4a1 1 0 1 0 0 2h10a1 1 0 1 0 0-2H7Z",
|
|
14
14
|
clipRule: "evenodd"
|
|
15
15
|
}));
|
|
16
16
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teamturing/react-kit",
|
|
3
|
-
"version": "2.22.
|
|
3
|
+
"version": "2.22.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.35.
|
|
58
|
+
"@teamturing/icons": "^1.35.2",
|
|
59
59
|
"@teamturing/token-studio": "^1.3.0",
|
|
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": "4bfbcc65e4193aabb637d9279d8d724ebffd8570"
|
|
70
70
|
}
|