@teamturing/react-kit 2.21.7 → 2.21.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
@@ -4299,6 +4299,23 @@ const SvgWorkbookColor = props => /*#__PURE__*/React__namespace.createElement("s
4299
4299
  rx: 1.546
4300
4300
  }));
4301
4301
 
4302
+ const SvgWorkbookTwoColor = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
4303
+ xmlns: "http://www.w3.org/2000/svg",
4304
+ width: "1em",
4305
+ height: "1em",
4306
+ fill: "none",
4307
+ viewBox: "0 0 24 24"
4308
+ }, props), /*#__PURE__*/React__namespace.createElement("path", {
4309
+ fill: "#D9CDF9",
4310
+ d: "M8.1 1.5A1.5 1.5 0 0 0 6.6 3v1.41h10.601a1.5 1.5 0 0 1 1.5 1.5v12.467h1.4a1.5 1.5 0 0 0 1.5-1.5V3a1.5 1.5 0 0 0-1.5-1.5h-12Z"
4311
+ }), /*#__PURE__*/React__namespace.createElement("path", {
4312
+ fill: "#D9CDF9",
4313
+ d: "M2.5 7.123a1.5 1.5 0 0 1 1.5-1.5h12.001a1.5 1.5 0 0 1 1.5 1.5V21a1.5 1.5 0 0 1-1.5 1.5h-12A1.5 1.5 0 0 1 2.5 21V7.123Z"
4314
+ }), /*#__PURE__*/React__namespace.createElement("path", {
4315
+ fill: "#9C7EEF",
4316
+ d: "M2.5 7.123a1.5 1.5 0 0 1 1.5-1.5h.688V22.5H4A1.5 1.5 0 0 1 2.5 21V7.123ZM7.15 9.32c0-.519.42-.938.938-.938h5.626a.938.938 0 1 1 0 1.875H8.088a.938.938 0 0 1-.938-.938Z"
4317
+ }));
4318
+
4302
4319
  const SvgWrong = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
4303
4320
  xmlns: "http://www.w3.org/2000/svg",
4304
4321
  width: "1em",
@@ -4528,6 +4545,7 @@ var icons = /*#__PURE__*/Object.freeze({
4528
4545
  WifiIcon: SvgWifi,
4529
4546
  WorkbookColorIcon: SvgWorkbookColor,
4530
4547
  WorkbookIcon: SvgWorkbook,
4548
+ WorkbookTwoColorIcon: SvgWorkbookTwoColor,
4531
4549
  WrongIcon: SvgWrong,
4532
4550
  YoutubeIcon: SvgYoutube
4533
4551
  });
@@ -0,0 +1,21 @@
1
+ import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
2
+ import * as React from 'react';
3
+
4
+ const SvgWorkbookTwoColor = 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: "#D9CDF9",
12
+ d: "M8.1 1.5A1.5 1.5 0 0 0 6.6 3v1.41h10.601a1.5 1.5 0 0 1 1.5 1.5v12.467h1.4a1.5 1.5 0 0 0 1.5-1.5V3a1.5 1.5 0 0 0-1.5-1.5h-12Z"
13
+ }), /*#__PURE__*/React.createElement("path", {
14
+ fill: "#D9CDF9",
15
+ d: "M2.5 7.123a1.5 1.5 0 0 1 1.5-1.5h12.001a1.5 1.5 0 0 1 1.5 1.5V21a1.5 1.5 0 0 1-1.5 1.5h-12A1.5 1.5 0 0 1 2.5 21V7.123Z"
16
+ }), /*#__PURE__*/React.createElement("path", {
17
+ fill: "#9C7EEF",
18
+ d: "M2.5 7.123a1.5 1.5 0 0 1 1.5-1.5h.688V22.5H4A1.5 1.5 0 0 1 2.5 21V7.123ZM7.15 9.32c0-.519.42-.938.938-.938h5.626a.938.938 0 1 1 0 1.875H8.088a.938.938 0 0 1-.938-.938Z"
19
+ }));
20
+
21
+ export { SvgWorkbookTwoColor as default };
@@ -196,5 +196,6 @@ export { default as WarningIcon } from './Warning.js';
196
196
  export { default as WifiIcon } from './Wifi.js';
197
197
  export { default as WorkbookIcon } from './Workbook.js';
198
198
  export { default as WorkbookColorIcon } from './WorkbookColor.js';
199
+ export { default as WorkbookTwoColorIcon } from './WorkbookTwoColor.js';
199
200
  export { default as WrongIcon } from './Wrong.js';
200
201
  export { default as YoutubeIcon } from './Youtube.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@teamturing/react-kit",
3
- "version": "2.21.7",
3
+ "version": "2.21.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",
@@ -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.26.1",
58
+ "@teamturing/icons": "^1.27.0",
59
59
  "@teamturing/token-studio": "^1.2.2",
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": "01d4f7727cb5dc9d953a857a50dbf66db1a0c734"
69
+ "gitHead": "0d26013316c99d295277ca87649ffaabae787a3b"
70
70
  }