@teamturing/react-kit 2.23.6 → 2.23.7
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 +27 -0
- package/esm/node_modules/react-dom/cjs/react-dom.development.js +1 -1
- package/esm/node_modules/react-dom/cjs/react-dom.production.min.js +1 -1
- package/esm/node_modules/{react-dom/node_modules/scheduler → scheduler}/cjs/scheduler.development.js +1 -1
- package/esm/node_modules/{react-dom/node_modules/scheduler → scheduler}/cjs/scheduler.production.min.js +1 -1
- package/esm/node_modules/{react-dom/node_modules/scheduler → scheduler}/index.js +1 -1
- package/esm/packages/icons/esm/BookmarkAnimation.js +17 -0
- package/esm/packages/icons/esm/ChatBubbleQuestionAnimation.js +16 -0
- package/esm/packages/icons/esm/index.js +2 -0
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -1371,6 +1371,19 @@ const SvgBookmark = props => /*#__PURE__*/React__namespace.createElement("svg",
|
|
|
1371
1371
|
clipRule: "evenodd"
|
|
1372
1372
|
}));
|
|
1373
1373
|
|
|
1374
|
+
const SvgBookmarkAnimation = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
1375
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1376
|
+
width: "1em",
|
|
1377
|
+
height: "1em",
|
|
1378
|
+
fill: "none",
|
|
1379
|
+
viewBox: "0 0 24 24"
|
|
1380
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
1381
|
+
fill: "currentColor",
|
|
1382
|
+
fillRule: "evenodd",
|
|
1383
|
+
d: "M3.5 3.4c0-.7.5-1.2 1.2-1.2h14.6c.7 0 1.2.5 1.2 1.2v17.3c0 .5-.5.8-.9.5l-7-4c-.4-.2-.8-.2-1.2 0l-7 4c-.4.2-.9-.1-.9-.5V3.4Z",
|
|
1384
|
+
clipRule: "evenodd"
|
|
1385
|
+
}));
|
|
1386
|
+
|
|
1374
1387
|
const SvgBox = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
1375
1388
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1376
1389
|
width: "1em",
|
|
@@ -1711,6 +1724,18 @@ const SvgChatBubbleQuestion = props => /*#__PURE__*/React__namespace.createEleme
|
|
|
1711
1724
|
clipRule: "evenodd"
|
|
1712
1725
|
}));
|
|
1713
1726
|
|
|
1727
|
+
const SvgChatBubbleQuestionAnimation = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
1728
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1729
|
+
width: "1em",
|
|
1730
|
+
height: "1em",
|
|
1731
|
+
viewBox: "0 0 24 24"
|
|
1732
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
1733
|
+
fill: "currentColor",
|
|
1734
|
+
fillRule: "evenodd",
|
|
1735
|
+
d: "M12 .922c6.065 0 11 4.485 11 10 0 5.514-4.935 10-11 10-1.205 0-2.509-.121-2.953-.166l-3.568 1.918a.7.7 0 0 1-1.028-.683l.327-3.423C1.999 16.494 1 13.28 1 10.922c0-5.515 4.935-10 11-10Zm.072 13.05a1.2 1.2 0 1 0 .002 2.398 1.2 1.2 0 0 0-.002-2.397v-.001ZM12.057 5.5a3.238 3.238 0 0 0-3.234 3.234.788.788 0 0 0 1.573 0c0-.916.745-1.661 1.661-1.661.564 0 1.136.26 1.457.662.245.308.321.675.224 1.091-.109.48-.39.679-.924 1.02-.65.417-1.543.988-1.543 2.435a.787.787 0 0 0 1.573 0c0-.565.237-.739.82-1.111.57-.365 1.35-.864 1.607-1.992.203-.88.016-1.74-.528-2.424-.616-.773-1.645-1.254-2.686-1.254Z",
|
|
1736
|
+
clipRule: "evenodd"
|
|
1737
|
+
}));
|
|
1738
|
+
|
|
1714
1739
|
const SvgCheck = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
1715
1740
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1716
1741
|
width: "1em",
|
|
@@ -4650,6 +4675,7 @@ var icons = /*#__PURE__*/Object.freeze({
|
|
|
4650
4675
|
ArrowUpLimitIcon: SvgArrowUpLimit,
|
|
4651
4676
|
BarchartIcon: SvgBarchart,
|
|
4652
4677
|
BookIcon: SvgBook,
|
|
4678
|
+
BookmarkAnimationIcon: SvgBookmarkAnimation,
|
|
4653
4679
|
BookmarkIcon: SvgBookmark,
|
|
4654
4680
|
BoxIcon: SvgBox,
|
|
4655
4681
|
BusColorIcon: SvgBusColor,
|
|
@@ -4670,6 +4696,7 @@ var icons = /*#__PURE__*/Object.freeze({
|
|
|
4670
4696
|
ChatBubbleCorrectIcon: SvgChatBubbleCorrect,
|
|
4671
4697
|
ChatBubbleDotsIcon: SvgChatBubbleDots,
|
|
4672
4698
|
ChatBubbleIcon: SvgChatBubble,
|
|
4699
|
+
ChatBubbleQuestionAnimationIcon: SvgChatBubbleQuestionAnimation,
|
|
4673
4700
|
ChatBubbleQuestionIcon: SvgChatBubbleQuestion,
|
|
4674
4701
|
CheckIcon: SvgCheck,
|
|
4675
4702
|
CheckInCircleColorIcon: SvgCheckInCircleColor,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { __exports as reactDom_development } from '../../../_virtual/react-dom.development.js';
|
|
2
2
|
import React__default from 'react';
|
|
3
|
-
import { __require as requireScheduler } from '
|
|
3
|
+
import { __require as requireScheduler } from '../../scheduler/index.js';
|
|
4
4
|
|
|
5
5
|
var hasRequiredReactDom_development;function requireReactDom_development(){if(hasRequiredReactDom_development)return reactDom_development;hasRequiredReactDom_development=1;if(process.env.NODE_ENV!=="production"){(function(){/* global __REACT_DEVTOOLS_GLOBAL_HOOK__ */if(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__!=='undefined'&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart==='function'){__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(new Error());}var React=React__default;var Scheduler=requireScheduler();var ReactSharedInternals=React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;var suppressWarning=false;function setSuppressWarning(newSuppressWarning){{suppressWarning=newSuppressWarning;}}// In DEV, calls to console.warn and console.error get replaced
|
|
6
6
|
// by calls to these methods by a Babel plugin.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { __exports as reactDom_production_min } from '../../../_virtual/react-dom.production.min.js';
|
|
2
2
|
import React__default from 'react';
|
|
3
|
-
import { __require as requireScheduler } from '
|
|
3
|
+
import { __require as requireScheduler } from '../../scheduler/index.js';
|
|
4
4
|
|
|
5
5
|
/**
|
|
6
6
|
* @license React
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { __module as scheduler } from '
|
|
1
|
+
import { __module as scheduler } from '../../_virtual/index3.js';
|
|
2
2
|
import { __require as requireScheduler_production_min } from './cjs/scheduler.production.min.js';
|
|
3
3
|
import { __require as requireScheduler_development } from './cjs/scheduler.development.js';
|
|
4
4
|
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgBookmarkAnimation = 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: "M3.5 3.4c0-.7.5-1.2 1.2-1.2h14.6c.7 0 1.2.5 1.2 1.2v17.3c0 .5-.5.8-.9.5l-7-4c-.4-.2-.8-.2-1.2 0l-7 4c-.4.2-.9-.1-.9-.5V3.4Z",
|
|
14
|
+
clipRule: "evenodd"
|
|
15
|
+
}));
|
|
16
|
+
|
|
17
|
+
export { SvgBookmarkAnimation as default };
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgChatBubbleQuestionAnimation = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
width: "1em",
|
|
7
|
+
height: "1em",
|
|
8
|
+
viewBox: "0 0 24 24"
|
|
9
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
10
|
+
fill: "currentColor",
|
|
11
|
+
fillRule: "evenodd",
|
|
12
|
+
d: "M12 .922c6.065 0 11 4.485 11 10 0 5.514-4.935 10-11 10-1.205 0-2.509-.121-2.953-.166l-3.568 1.918a.7.7 0 0 1-1.028-.683l.327-3.423C1.999 16.494 1 13.28 1 10.922c0-5.515 4.935-10 11-10Zm.072 13.05a1.2 1.2 0 1 0 .002 2.398 1.2 1.2 0 0 0-.002-2.397v-.001ZM12.057 5.5a3.238 3.238 0 0 0-3.234 3.234.788.788 0 0 0 1.573 0c0-.916.745-1.661 1.661-1.661.564 0 1.136.26 1.457.662.245.308.321.675.224 1.091-.109.48-.39.679-.924 1.02-.65.417-1.543.988-1.543 2.435a.787.787 0 0 0 1.573 0c0-.565.237-.739.82-1.111.57-.365 1.35-.864 1.607-1.992.203-.88.016-1.74-.528-2.424-.616-.773-1.645-1.254-2.686-1.254Z",
|
|
13
|
+
clipRule: "evenodd"
|
|
14
|
+
}));
|
|
15
|
+
|
|
16
|
+
export { SvgChatBubbleQuestionAnimation as default };
|
|
@@ -18,6 +18,7 @@ export { default as ArrowUpLimitIcon } from './ArrowUpLimit.js';
|
|
|
18
18
|
export { default as BarchartIcon } from './Barchart.js';
|
|
19
19
|
export { default as BookIcon } from './Book.js';
|
|
20
20
|
export { default as BookmarkIcon } from './Bookmark.js';
|
|
21
|
+
export { default as BookmarkAnimationIcon } from './BookmarkAnimation.js';
|
|
21
22
|
export { default as BoxIcon } from './Box.js';
|
|
22
23
|
export { default as BusColorIcon } from './BusColor.js';
|
|
23
24
|
export { default as CalendarCheckIcon } from './CalendarCheck.js';
|
|
@@ -38,6 +39,7 @@ export { default as ChatBubbleCorrectIcon } from './ChatBubbleCorrect.js';
|
|
|
38
39
|
export { default as ChatBubbleCorrectColorIcon } from './ChatBubbleCorrectColor.js';
|
|
39
40
|
export { default as ChatBubbleDotsIcon } from './ChatBubbleDots.js';
|
|
40
41
|
export { default as ChatBubbleQuestionIcon } from './ChatBubbleQuestion.js';
|
|
42
|
+
export { default as ChatBubbleQuestionAnimationIcon } from './ChatBubbleQuestionAnimation.js';
|
|
41
43
|
export { default as CheckIcon } from './Check.js';
|
|
42
44
|
export { default as CheckInCircleIcon } from './CheckInCircle.js';
|
|
43
45
|
export { default as CheckInCircleColorIcon } from './CheckInCircleColor.js';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teamturing/react-kit",
|
|
3
|
-
"version": "2.23.
|
|
3
|
+
"version": "2.23.7",
|
|
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.2",
|
|
59
59
|
"@teamturing/token-studio": "^1.5.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": "d3639daaffc362cc5ab07fa2591d74d0ad0091c1"
|
|
70
70
|
}
|