@teamturing/react-kit 2.14.0 → 2.14.1

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
@@ -13647,6 +13647,19 @@ const SvgFire = props => /*#__PURE__*/React__namespace.createElement("svg", _ext
13647
13647
  d: "M10.373 2.847c-.021.287-.22 2.173-1.773 3.754-.144.145-.3.279-.465.4-.227.169-.616.462-1.021.787-.537.431-2.966 2.7-3.104 5.86 0 0-.586 7.212 7.136 8.276 0 0 2.5.531 5.223-1.214.061-.04.123-.078.187-.115.438-.257 2.76-1.767 3.368-5.192 0 0 .433-2.773-.768-4.942-.034-.06-.072-.117-.104-.177-.144-.273-.65-1.176-1.366-1.86a.699.699 0 0 0-.377-.191.565.565 0 0 0-.569.253c-.127.19-.761 1.139-1.045 1.49 0 0-.159.194-.12-.08 0 0 .515-2.576-1.264-5.153 0 0-1.107-1.719-2.807-2.578 0 0-.434-.273-.79-.117 0 0-.248.105-.325.66a1.583 1.583 0 0 0-.016.14Z"
13648
13648
  }));
13649
13649
 
13650
+ const SvgFolder = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
13651
+ xmlns: "http://www.w3.org/2000/svg",
13652
+ width: "1em",
13653
+ height: "1em",
13654
+ fill: "none",
13655
+ viewBox: "0 0 24 24"
13656
+ }, props), /*#__PURE__*/React__namespace.createElement("path", {
13657
+ fill: "currentColor",
13658
+ fillRule: "evenodd",
13659
+ d: "M10.061 3.181a2.108 2.108 0 0 0-1.489-.617H4.106A2.106 2.106 0 0 0 2 4.67v.977h10.527l-2.466-2.466Zm9.834 3.466H2v12.684c0 1.163.943 2.105 2.106 2.105h15.789A2.103 2.103 0 0 0 22 19.331V8.752a2.104 2.104 0 0 0-2.105-2.105Z",
13660
+ clipRule: "evenodd"
13661
+ }));
13662
+
13650
13663
  const SvgFrame = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
13651
13664
  xmlns: "http://www.w3.org/2000/svg",
13652
13665
  width: "1em",
@@ -15682,6 +15695,7 @@ var icons = /*#__PURE__*/Object.freeze({
15682
15695
  FacebookIcon: SvgFacebook,
15683
15696
  FilterIcon: SvgFilter,
15684
15697
  FireIcon: SvgFire,
15698
+ FolderIcon: SvgFolder,
15685
15699
  FrameIcon: SvgFrame,
15686
15700
  GlassesIcon: SvgGlasses,
15687
15701
  GraphIcon: SvgGraph,
@@ -0,0 +1,17 @@
1
+ import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
2
+ import * as React from 'react';
3
+
4
+ const SvgFolder = 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: "M10.061 3.181a2.108 2.108 0 0 0-1.489-.617H4.106A2.106 2.106 0 0 0 2 4.67v.977h10.527l-2.466-2.466Zm9.834 3.466H2v12.684c0 1.163.943 2.105 2.106 2.105h15.789A2.103 2.103 0 0 0 22 19.331V8.752a2.104 2.104 0 0 0-2.105-2.105Z",
14
+ clipRule: "evenodd"
15
+ }));
16
+
17
+ export { SvgFolder as default };
@@ -74,6 +74,7 @@ export { default as FacebookIcon } from './Facebook.js';
74
74
  export { default as FacebookColorIcon } from './FacebookColor.js';
75
75
  export { default as FilterIcon } from './Filter.js';
76
76
  export { default as FireIcon } from './Fire.js';
77
+ export { default as FolderIcon } from './Folder.js';
77
78
  export { default as FrameIcon } from './Frame.js';
78
79
  export { default as GlassesIcon } from './Glasses.js';
79
80
  export { default as GraphIcon } from './Graph.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@teamturing/react-kit",
3
- "version": "2.14.0",
3
+ "version": "2.14.1",
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.19.0",
57
+ "@teamturing/icons": "^1.20.0",
58
58
  "@teamturing/token-studio": "^1.1.7",
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": "544bb0398781216f2425c6e23d897d0eaa029c95"
65
+ "gitHead": "60a452ea4bddbf4b7256820dd694b0479fbbad52"
66
66
  }