@teamturing/react-kit 2.19.6 → 2.19.8
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
|
@@ -1554,6 +1554,19 @@ const SvgCaretUp = props => /*#__PURE__*/React__namespace.createElement("svg", _
|
|
|
1554
1554
|
d: "m12.708 8.294 5.999 5.997c.63.63.184 1.707-.707 1.707H6.003c-.891 0-1.337-1.077-.707-1.707l5.998-5.997a1 1 0 0 1 1.414 0Z"
|
|
1555
1555
|
}));
|
|
1556
1556
|
|
|
1557
|
+
const SvgCart = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
1558
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1559
|
+
width: "1em",
|
|
1560
|
+
height: "1em",
|
|
1561
|
+
fill: "none",
|
|
1562
|
+
viewBox: "0 0 24 24"
|
|
1563
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
1564
|
+
fill: "currentColor",
|
|
1565
|
+
fillRule: "evenodd",
|
|
1566
|
+
d: "M7.248 5.9a6.69 6.69 0 0 1 .643-1.574C8.617 3.066 9.885 2 11.871 2c1.987 0 3.255 1.066 3.98 2.326.291.506.5 1.047.644 1.574h2.437a1 1 0 0 1 .998.938l.808 12.937a2 2 0 0 1-1.996 2.125H5a2 2 0 0 1-1.996-2.125l.809-12.937A1 1 0 0 1 4.81 5.9h2.437Zm1.888 0c.087-.233.191-.46.315-.676.474-.823 1.207-1.424 2.42-1.424 1.214 0 1.946.6 2.42 1.424.124.215.228.443.315.676h-5.47Z",
|
|
1567
|
+
clipRule: "evenodd"
|
|
1568
|
+
}));
|
|
1569
|
+
|
|
1557
1570
|
const SvgChatBubble = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
1558
1571
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1559
1572
|
width: "1em",
|
|
@@ -1728,6 +1741,25 @@ const SvgChevronDown = props => /*#__PURE__*/React__namespace.createElement("svg
|
|
|
1728
1741
|
clipRule: "evenodd"
|
|
1729
1742
|
}));
|
|
1730
1743
|
|
|
1744
|
+
const SvgChevronDownTwo = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
1745
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1746
|
+
width: "1em",
|
|
1747
|
+
height: "1em",
|
|
1748
|
+
fill: "none",
|
|
1749
|
+
viewBox: "0 0 24 24"
|
|
1750
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
1751
|
+
fill: "currentColor",
|
|
1752
|
+
fillRule: "evenodd",
|
|
1753
|
+
d: "M20.221 3.37a1.346 1.346 0 0 1-.396.954l-6.75 6.75a1.35 1.35 0 0 1-1.91 0l-6.75-6.75a1.35 1.35 0 1 1 1.91-1.908l5.796 5.795 5.795-5.795a1.35 1.35 0 0 1 2.305.954Z",
|
|
1754
|
+
clipRule: "evenodd"
|
|
1755
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
1756
|
+
fill: "currentColor",
|
|
1757
|
+
fillRule: "evenodd",
|
|
1758
|
+
d: "M20.221 13.37a1.346 1.346 0 0 1-.396.955l-6.75 6.75a1.35 1.35 0 0 1-1.91 0l-6.75-6.75a1.35 1.35 0 1 1 1.91-1.909l5.796 5.795 5.795-5.794a1.35 1.35 0 0 1 2.305.954Z",
|
|
1759
|
+
clipRule: "evenodd",
|
|
1760
|
+
opacity: 0.6
|
|
1761
|
+
}));
|
|
1762
|
+
|
|
1731
1763
|
const SvgChevronLeft = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
1732
1764
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1733
1765
|
width: "1em",
|
|
@@ -4232,6 +4264,7 @@ var icons = /*#__PURE__*/Object.freeze({
|
|
|
4232
4264
|
CaretLeftIcon: SvgCaretLeft,
|
|
4233
4265
|
CaretRightIcon: SvgCaretRight,
|
|
4234
4266
|
CaretUpIcon: SvgCaretUp,
|
|
4267
|
+
CartIcon: SvgCart,
|
|
4235
4268
|
ChatBubbleBadgeColorIcon: SvgChatBubbleBadgeColor,
|
|
4236
4269
|
ChatBubbleCorrectColorIcon: SvgChatBubbleCorrectColor,
|
|
4237
4270
|
ChatBubbleCorrectIcon: SvgChatBubbleCorrect,
|
|
@@ -4243,6 +4276,7 @@ var icons = /*#__PURE__*/Object.freeze({
|
|
|
4243
4276
|
CheckInCircleIcon: SvgCheckInCircle,
|
|
4244
4277
|
CheckInCircleLineIcon: SvgCheckInCircleLine,
|
|
4245
4278
|
ChevronDownIcon: SvgChevronDown,
|
|
4279
|
+
ChevronDownTwoIcon: SvgChevronDownTwo,
|
|
4246
4280
|
ChevronLeftIcon: SvgChevronLeft,
|
|
4247
4281
|
ChevronRightIcon: SvgChevronRight,
|
|
4248
4282
|
ChevronRightTwoIcon: SvgChevronRightTwo,
|
|
@@ -21067,7 +21101,6 @@ const BaseInput$1 = styled__default.default(UnstyledInput$1)`
|
|
|
21067
21101
|
|
|
21068
21102
|
white-space: pre;
|
|
21069
21103
|
text-overflow: ellipsis;
|
|
21070
|
-
pointer-events: none;
|
|
21071
21104
|
`;
|
|
21072
21105
|
var OverlaySelectInput$1 = /*#__PURE__*/React.forwardRef(OverlaySelectInput);
|
|
21073
21106
|
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgCart = 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: "M7.248 5.9a6.69 6.69 0 0 1 .643-1.574C8.617 3.066 9.885 2 11.871 2c1.987 0 3.255 1.066 3.98 2.326.291.506.5 1.047.644 1.574h2.437a1 1 0 0 1 .998.938l.808 12.937a2 2 0 0 1-1.996 2.125H5a2 2 0 0 1-1.996-2.125l.809-12.937A1 1 0 0 1 4.81 5.9h2.437Zm1.888 0c.087-.233.191-.46.315-.676.474-.823 1.207-1.424 2.42-1.424 1.214 0 1.946.6 2.42 1.424.124.215.228.443.315.676h-5.47Z",
|
|
14
|
+
clipRule: "evenodd"
|
|
15
|
+
}));
|
|
16
|
+
|
|
17
|
+
export { SvgCart as default };
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgChevronDownTwo = 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.221 3.37a1.346 1.346 0 0 1-.396.954l-6.75 6.75a1.35 1.35 0 0 1-1.91 0l-6.75-6.75a1.35 1.35 0 1 1 1.91-1.908l5.796 5.795 5.795-5.795a1.35 1.35 0 0 1 2.305.954Z",
|
|
14
|
+
clipRule: "evenodd"
|
|
15
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
16
|
+
fill: "currentColor",
|
|
17
|
+
fillRule: "evenodd",
|
|
18
|
+
d: "M20.221 13.37a1.346 1.346 0 0 1-.396.955l-6.75 6.75a1.35 1.35 0 0 1-1.91 0l-6.75-6.75a1.35 1.35 0 1 1 1.91-1.909l5.796 5.795 5.795-5.794a1.35 1.35 0 0 1 2.305.954Z",
|
|
19
|
+
clipRule: "evenodd",
|
|
20
|
+
opacity: 0.6
|
|
21
|
+
}));
|
|
22
|
+
|
|
23
|
+
export { SvgChevronDownTwo as default };
|
|
@@ -29,6 +29,7 @@ export { default as CaretDownIcon } from './CaretDown.js';
|
|
|
29
29
|
export { default as CaretLeftIcon } from './CaretLeft.js';
|
|
30
30
|
export { default as CaretRightIcon } from './CaretRight.js';
|
|
31
31
|
export { default as CaretUpIcon } from './CaretUp.js';
|
|
32
|
+
export { default as CartIcon } from './Cart.js';
|
|
32
33
|
export { default as ChatBubbleIcon } from './ChatBubble.js';
|
|
33
34
|
export { default as ChatBubbleBadgeColorIcon } from './ChatBubbleBadgeColor.js';
|
|
34
35
|
export { default as ChatBubbleCorrectIcon } from './ChatBubbleCorrect.js';
|
|
@@ -40,6 +41,7 @@ export { default as CheckInCircleIcon } from './CheckInCircle.js';
|
|
|
40
41
|
export { default as CheckInCircleColorIcon } from './CheckInCircleColor.js';
|
|
41
42
|
export { default as CheckInCircleLineIcon } from './CheckInCircleLine.js';
|
|
42
43
|
export { default as ChevronDownIcon } from './ChevronDown.js';
|
|
44
|
+
export { default as ChevronDownTwoIcon } from './ChevronDownTwo.js';
|
|
43
45
|
export { default as ChevronLeftIcon } from './ChevronLeft.js';
|
|
44
46
|
export { default as ChevronRightIcon } from './ChevronRight.js';
|
|
45
47
|
export { default as ChevronRightTwoIcon } from './ChevronRightTwo.js';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teamturing/react-kit",
|
|
3
|
-
"version": "2.19.
|
|
3
|
+
"version": "2.19.8",
|
|
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",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"dependencies": {
|
|
55
55
|
"@floating-ui/react-dom": "^2.0.2",
|
|
56
56
|
"@primer/behaviors": "^1.3.6",
|
|
57
|
-
"@teamturing/icons": "^1.
|
|
57
|
+
"@teamturing/icons": "^1.21.0",
|
|
58
58
|
"@teamturing/token-studio": "^1.1.8",
|
|
59
59
|
"framer-motion": "^10.16.4",
|
|
60
60
|
"lodash.debounce": "^4.0.8",
|
|
@@ -62,5 +62,5 @@
|
|
|
62
62
|
"react-is": "^18.2.0",
|
|
63
63
|
"styled-system": "^5.1.5"
|
|
64
64
|
},
|
|
65
|
-
"gitHead": "
|
|
65
|
+
"gitHead": "da545ffe3e84ff72c4d7824332665a1f9d8b360e"
|
|
66
66
|
}
|