@teamturing/react-kit 2.19.42 → 2.19.43

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
@@ -1099,6 +1099,25 @@ const SvgAi = props => /*#__PURE__*/React__namespace.createElement("svg", _exten
1099
1099
  d: "M20.776 11.938c0-.434.351-.785.784-.785h.087c1.3 0 2.353 1.054 2.353 2.353v1.282c0 1.3-1.053 2.352-2.353 2.352h-.087a.784.784 0 0 1-.784-.784v-4.419Z"
1100
1100
  }));
1101
1101
 
1102
+ const SvgAiColor = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
1103
+ xmlns: "http://www.w3.org/2000/svg",
1104
+ width: "1em",
1105
+ height: "1em",
1106
+ fill: "none",
1107
+ viewBox: "0 0 32 32"
1108
+ }, props), /*#__PURE__*/React__namespace.createElement("path", {
1109
+ fill: "#9C7EEF",
1110
+ d: "M9.332 12h13.333v13.333H9.332zM4.299 15.917c0-.578-.469-1.046-1.046-1.046h-.116A3.137 3.137 0 0 0 0 18.008v1.71a3.137 3.137 0 0 0 3.137 3.136h.116c.577 0 1.046-.468 1.046-1.046v-5.891Z"
1111
+ }), /*#__PURE__*/React__namespace.createElement("path", {
1112
+ fill: "#D9CDF9",
1113
+ fillRule: "evenodd",
1114
+ d: "M18.455 5.216a2.15 2.15 0 0 1-1.587 2.075v.687h4.407a5.167 5.167 0 0 1 5.167 5.167V23.69a5.167 5.167 0 0 1-5.167 5.167H10.73a5.167 5.167 0 0 1-5.167-5.167V13.145a5.167 5.167 0 0 1 5.167-5.167h4.296V7.26a2.15 2.15 0 0 1 .666-4.193h.614a2.15 2.15 0 0 1 2.15 2.149Zm.908 11.112c0-.89-.505-1.612-1.127-1.612s-1.126.722-1.126 1.612c0 .89.504 1.613 1.126 1.613.622 0 1.127-.722 1.127-1.613Zm-4.358.003c0-.89-.504-1.61-1.126-1.61-.622 0-1.126.72-1.126 1.61 0 .889.504 1.61 1.126 1.61.622 0 1.126-.72 1.126-1.61Zm-1.157 4.086a.87.87 0 0 0-1.358 1.087c1.48 1.849 4.828 2.613 7.048.022a.87.87 0 0 0-1.32-1.131c-1.385 1.616-3.446 1.178-4.37.022Z",
1115
+ clipRule: "evenodd"
1116
+ }), /*#__PURE__*/React__namespace.createElement("path", {
1117
+ fill: "#9C7EEF",
1118
+ d: "M27.701 15.917c0-.578.469-1.046 1.046-1.046h.116A3.137 3.137 0 0 1 32 18.008v1.71a3.137 3.137 0 0 1-3.137 3.136h-.116a1.046 1.046 0 0 1-1.046-1.046v-5.891Z"
1119
+ }));
1120
+
1102
1121
  const SvgAiSad = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
1103
1122
  xmlns: "http://www.w3.org/2000/svg",
1104
1123
  width: "1em",
@@ -4320,6 +4339,7 @@ const SvgYoutube = props => /*#__PURE__*/React__namespace.createElement("svg", _
4320
4339
 
4321
4340
  var icons = /*#__PURE__*/Object.freeze({
4322
4341
  __proto__: null,
4342
+ AiColorIcon: SvgAiColor,
4323
4343
  AiIcon: SvgAi,
4324
4344
  AiSadIcon: SvgAiSad,
4325
4345
  AimPointIcon: SvgAimPoint,
@@ -0,0 +1,23 @@
1
+ import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
2
+ import * as React from 'react';
3
+
4
+ const SvgAiColor = 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 32 32"
10
+ }, props), /*#__PURE__*/React.createElement("path", {
11
+ fill: "#9C7EEF",
12
+ d: "M9.332 12h13.333v13.333H9.332zM4.299 15.917c0-.578-.469-1.046-1.046-1.046h-.116A3.137 3.137 0 0 0 0 18.008v1.71a3.137 3.137 0 0 0 3.137 3.136h.116c.577 0 1.046-.468 1.046-1.046v-5.891Z"
13
+ }), /*#__PURE__*/React.createElement("path", {
14
+ fill: "#D9CDF9",
15
+ fillRule: "evenodd",
16
+ d: "M18.455 5.216a2.15 2.15 0 0 1-1.587 2.075v.687h4.407a5.167 5.167 0 0 1 5.167 5.167V23.69a5.167 5.167 0 0 1-5.167 5.167H10.73a5.167 5.167 0 0 1-5.167-5.167V13.145a5.167 5.167 0 0 1 5.167-5.167h4.296V7.26a2.15 2.15 0 0 1 .666-4.193h.614a2.15 2.15 0 0 1 2.15 2.149Zm.908 11.112c0-.89-.505-1.612-1.127-1.612s-1.126.722-1.126 1.612c0 .89.504 1.613 1.126 1.613.622 0 1.127-.722 1.127-1.613Zm-4.358.003c0-.89-.504-1.61-1.126-1.61-.622 0-1.126.72-1.126 1.61 0 .889.504 1.61 1.126 1.61.622 0 1.126-.72 1.126-1.61Zm-1.157 4.086a.87.87 0 0 0-1.358 1.087c1.48 1.849 4.828 2.613 7.048.022a.87.87 0 0 0-1.32-1.131c-1.385 1.616-3.446 1.178-4.37.022Z",
17
+ clipRule: "evenodd"
18
+ }), /*#__PURE__*/React.createElement("path", {
19
+ fill: "#9C7EEF",
20
+ d: "M27.701 15.917c0-.578.469-1.046 1.046-1.046h.116A3.137 3.137 0 0 1 32 18.008v1.71a3.137 3.137 0 0 1-3.137 3.136h-.116a1.046 1.046 0 0 1-1.046-1.046v-5.891Z"
21
+ }));
22
+
23
+ export { SvgAiColor as default };
@@ -1,4 +1,5 @@
1
1
  export { default as AiIcon } from './Ai.js';
2
+ export { default as AiColorIcon } from './AiColor.js';
2
3
  export { default as AiSadIcon } from './AiSad.js';
3
4
  export { default as AimPointIcon } from './AimPoint.js';
4
5
  export { default as AlarmIcon } from './Alarm.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@teamturing/react-kit",
3
- "version": "2.19.42",
3
+ "version": "2.19.43",
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.24.0",
58
+ "@teamturing/icons": "^1.25.0",
59
59
  "@teamturing/token-studio": "^1.2.1",
60
60
  "framer-motion": "^10.16.4",
61
61
  "lodash.debounce": "^4.0.8",
@@ -65,5 +65,5 @@
65
65
  "react-textarea-autosize": "^8.5.3",
66
66
  "styled-system": "^5.1.5"
67
67
  },
68
- "gitHead": "4e247fb11c7ccd48585d5931ca83af7acb54adc5"
68
+ "gitHead": "ca5721d0fbed73d378414c80fa9bc8ac58f0a70f"
69
69
  }