@teamturing/react-kit 2.26.0 → 2.26.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
|
@@ -1163,6 +1163,26 @@ const SvgAppleColor = props => /*#__PURE__*/React__namespace.createElement("svg"
|
|
|
1163
1163
|
d: "M14.514 11.781c-.01-1.139.952-1.685.995-1.71-.54-.774-1.384-.882-1.683-.895-.718-.07-1.401.413-1.764.413s-.926-.401-1.52-.39a2.263 2.263 0 0 0-1.906 1.127c-.813 1.377-.209 3.418.584 4.535.386.547.847 1.161 1.452 1.14.585-.023.805-.37 1.51-.37.706 0 .904.37 1.521.36.628-.013 1.026-.56 1.409-1.107.443-.634.627-1.248.638-1.28-.014-.006-1.223-.46-1.236-1.823ZM13.354 8.436c.322-.38.54-.91.48-1.436-.463.017-1.024.303-1.356.681-.299.338-.56.878-.49 1.394.516.038 1.046-.257 1.366-.639Z"
|
|
1164
1164
|
}));
|
|
1165
1165
|
|
|
1166
|
+
const SvgArrowBelow = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
1167
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1168
|
+
width: "1em",
|
|
1169
|
+
height: "1em",
|
|
1170
|
+
fill: "none",
|
|
1171
|
+
viewBox: "0 0 24 24"
|
|
1172
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
1173
|
+
stroke: "currentColor",
|
|
1174
|
+
strokeLinecap: "round",
|
|
1175
|
+
strokeLinejoin: "round",
|
|
1176
|
+
strokeWidth: 2.2,
|
|
1177
|
+
d: "m14.293 20.046 4.64-4.639-4.64-4.64"
|
|
1178
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
1179
|
+
stroke: "currentColor",
|
|
1180
|
+
strokeLinecap: "round",
|
|
1181
|
+
strokeLinejoin: "round",
|
|
1182
|
+
strokeWidth: 2.2,
|
|
1183
|
+
d: "M18.932 15.407H7.568a2.5 2.5 0 0 1-2.5-2.5V3.953"
|
|
1184
|
+
}));
|
|
1185
|
+
|
|
1166
1186
|
const SvgArrowDiagonal = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
1167
1187
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1168
1188
|
width: "1em",
|
|
@@ -4587,6 +4607,7 @@ var icons = /*#__PURE__*/Object.freeze({
|
|
|
4587
4607
|
AiSadIcon: SvgAiSad,
|
|
4588
4608
|
AlarmIcon: SvgAlarm,
|
|
4589
4609
|
AppleColorIcon: SvgAppleColor,
|
|
4610
|
+
ArrowBelowIcon: SvgArrowBelow,
|
|
4590
4611
|
ArrowDiagonalIcon: SvgArrowDiagonal,
|
|
4591
4612
|
ArrowDownIcon: SvgArrowDown,
|
|
4592
4613
|
ArrowLeftCircleIcon: SvgArrowLeftCircle,
|
|
@@ -18973,7 +18994,7 @@ const DrawerHeader = ({
|
|
|
18973
18994
|
borderBottomStyle: 'solid',
|
|
18974
18995
|
borderBottomColor: 'border/neutral',
|
|
18975
18996
|
display: 'flex',
|
|
18976
|
-
flexDirection: '
|
|
18997
|
+
flexDirection: 'row',
|
|
18977
18998
|
columnGap: 1,
|
|
18978
18999
|
flexWrap: 'nowrap',
|
|
18979
19000
|
...sx
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgArrowBelow = 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
|
+
stroke: "currentColor",
|
|
12
|
+
strokeLinecap: "round",
|
|
13
|
+
strokeLinejoin: "round",
|
|
14
|
+
strokeWidth: 2.2,
|
|
15
|
+
d: "m14.293 20.046 4.64-4.639-4.64-4.64"
|
|
16
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
17
|
+
stroke: "currentColor",
|
|
18
|
+
strokeLinecap: "round",
|
|
19
|
+
strokeLinejoin: "round",
|
|
20
|
+
strokeWidth: 2.2,
|
|
21
|
+
d: "M18.932 15.407H7.568a2.5 2.5 0 0 1-2.5-2.5V3.953"
|
|
22
|
+
}));
|
|
23
|
+
|
|
24
|
+
export { SvgArrowBelow as default };
|
|
@@ -3,6 +3,7 @@ export { default as AiColorIcon } from './AiColor.js';
|
|
|
3
3
|
export { default as AiSadIcon } from './AiSad.js';
|
|
4
4
|
export { default as AlarmIcon } from './Alarm.js';
|
|
5
5
|
export { default as AppleColorIcon } from './AppleColor.js';
|
|
6
|
+
export { default as ArrowBelowIcon } from './ArrowBelow.js';
|
|
6
7
|
export { default as ArrowDiagonalIcon } from './ArrowDiagonal.js';
|
|
7
8
|
export { default as ArrowDownIcon } from './ArrowDown.js';
|
|
8
9
|
export { default as ArrowLeftIcon } from './ArrowLeft.js';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teamturing/react-kit",
|
|
3
|
-
"version": "2.26.
|
|
3
|
+
"version": "2.26.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.
|
|
58
|
+
"@teamturing/icons": "^1.40.0",
|
|
59
59
|
"@teamturing/token-studio": "^1.6.0",
|
|
60
60
|
"@teamturing/utils": "^1.3.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": "364a55313eec1d5cde4ba1c306e7694bb1bada62"
|
|
70
70
|
}
|