@teamturing/react-kit 2.21.13 → 2.21.14

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
@@ -3176,6 +3176,74 @@ const SvgPaperCheck = props => /*#__PURE__*/React__namespace.createElement("svg"
3176
3176
  d: "M15.766 16.327H31.44V32H15.766z"
3177
3177
  }))));
3178
3178
 
3179
+ const SvgPaperPen = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
3180
+ xmlns: "http://www.w3.org/2000/svg",
3181
+ width: "1em",
3182
+ height: "1em",
3183
+ fill: "none",
3184
+ viewBox: "0 0 24 24"
3185
+ }, props), /*#__PURE__*/React__namespace.createElement("g", {
3186
+ fill: "currentColor",
3187
+ clipPath: "url(#paper_pen_svg__a)"
3188
+ }, /*#__PURE__*/React__namespace.createElement("rect", {
3189
+ width: 16.457,
3190
+ height: 20.197,
3191
+ x: 3.5,
3192
+ y: 1.645,
3193
+ opacity: 0.6,
3194
+ rx: 1.175
3195
+ }), /*#__PURE__*/React__namespace.createElement("path", {
3196
+ fillRule: "evenodd",
3197
+ d: "m19.205 11.89-4.239 4.239-.578 2.156-.38 1.42a.235.235 0 0 0 .287.287l1.42-.38 2.156-.579 4.24-4.238-2.906-2.905Zm4.658.491-2.244-2.244a.466.466 0 0 0-.66 0L19.8 11.294l2.906 2.906 1.157-1.158a.469.469 0 0 0 0-.661Z",
3198
+ clipRule: "evenodd"
3199
+ })), /*#__PURE__*/React__namespace.createElement("defs", null, /*#__PURE__*/React__namespace.createElement("clipPath", {
3200
+ id: "paper_pen_svg__a"
3201
+ }, /*#__PURE__*/React__namespace.createElement("path", {
3202
+ fill: "#fff",
3203
+ d: "M0 0h24v24H0z"
3204
+ }))));
3205
+
3206
+ const SvgPaperPenColor = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
3207
+ xmlns: "http://www.w3.org/2000/svg",
3208
+ width: "1em",
3209
+ height: "1em",
3210
+ fill: "none",
3211
+ viewBox: "0 0 24 24"
3212
+ }, props), /*#__PURE__*/React__namespace.createElement("g", {
3213
+ clipPath: "url(#paper_pen_color_svg__a)"
3214
+ }, /*#__PURE__*/React__namespace.createElement("rect", {
3215
+ width: 16.457,
3216
+ height: 20.197,
3217
+ x: 3.5,
3218
+ y: 1.645,
3219
+ fill: "#C6D8FA",
3220
+ rx: 1.175
3221
+ }), /*#__PURE__*/React__namespace.createElement("path", {
3222
+ fill: "#6D99F1",
3223
+ fillRule: "evenodd",
3224
+ d: "m19.205 11.89-4.239 4.239-.578 2.156-.38 1.42a.235.235 0 0 0 .287.287l1.42-.38 2.156-.579 4.24-4.238-2.906-2.905Zm4.658.491-2.244-2.244a.466.466 0 0 0-.66 0L19.8 11.294l2.906 2.906 1.157-1.158a.469.469 0 0 0 0-.661Z",
3225
+ clipRule: "evenodd"
3226
+ })), /*#__PURE__*/React__namespace.createElement("defs", null, /*#__PURE__*/React__namespace.createElement("clipPath", {
3227
+ id: "paper_pen_color_svg__a"
3228
+ }, /*#__PURE__*/React__namespace.createElement("path", {
3229
+ fill: "#fff",
3230
+ d: "M0 0h24v24H0z"
3231
+ }))));
3232
+
3233
+ const SvgPaperTwo = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
3234
+ xmlns: "http://www.w3.org/2000/svg",
3235
+ width: "1em",
3236
+ height: "1em",
3237
+ fill: "none",
3238
+ viewBox: "0 0 24 24"
3239
+ }, props), /*#__PURE__*/React__namespace.createElement("path", {
3240
+ fill: "currentColor",
3241
+ d: "M8.1 1.5A1.5 1.5 0 0 0 6.6 3v1.41H17.2a1.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.5H8.1Z"
3242
+ }), /*#__PURE__*/React__namespace.createElement("path", {
3243
+ fill: "currentColor",
3244
+ 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"
3245
+ }));
3246
+
3179
3247
  const SvgPause = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
3180
3248
  xmlns: "http://www.w3.org/2000/svg",
3181
3249
  width: "1em",
@@ -4554,6 +4622,9 @@ var icons = /*#__PURE__*/Object.freeze({
4554
4622
  OutIcon: SvgOut,
4555
4623
  PalmTreeColorIcon: SvgPalmTreeColor,
4556
4624
  PaperCheckIcon: SvgPaperCheck,
4625
+ PaperPenColorIcon: SvgPaperPenColor,
4626
+ PaperPenIcon: SvgPaperPen,
4627
+ PaperTwoIcon: SvgPaperTwo,
4557
4628
  PauseIcon: SvgPause,
4558
4629
  PenIcon: SvgPen,
4559
4630
  PercentInCircleIcon: SvgPercentInCircle,
@@ -0,0 +1,31 @@
1
+ import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
2
+ import * as React from 'react';
3
+
4
+ const SvgPaperPen = 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("g", {
11
+ fill: "currentColor",
12
+ clipPath: "url(#paper_pen_svg__a)"
13
+ }, /*#__PURE__*/React.createElement("rect", {
14
+ width: 16.457,
15
+ height: 20.197,
16
+ x: 3.5,
17
+ y: 1.645,
18
+ opacity: 0.6,
19
+ rx: 1.175
20
+ }), /*#__PURE__*/React.createElement("path", {
21
+ fillRule: "evenodd",
22
+ d: "m19.205 11.89-4.239 4.239-.578 2.156-.38 1.42a.235.235 0 0 0 .287.287l1.42-.38 2.156-.579 4.24-4.238-2.906-2.905Zm4.658.491-2.244-2.244a.466.466 0 0 0-.66 0L19.8 11.294l2.906 2.906 1.157-1.158a.469.469 0 0 0 0-.661Z",
23
+ clipRule: "evenodd"
24
+ })), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
25
+ id: "paper_pen_svg__a"
26
+ }, /*#__PURE__*/React.createElement("path", {
27
+ fill: "#fff",
28
+ d: "M0 0h24v24H0z"
29
+ }))));
30
+
31
+ export { SvgPaperPen as default };
@@ -0,0 +1,31 @@
1
+ import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
2
+ import * as React from 'react';
3
+
4
+ const SvgPaperPenColor = 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("g", {
11
+ clipPath: "url(#paper_pen_color_svg__a)"
12
+ }, /*#__PURE__*/React.createElement("rect", {
13
+ width: 16.457,
14
+ height: 20.197,
15
+ x: 3.5,
16
+ y: 1.645,
17
+ fill: "#C6D8FA",
18
+ rx: 1.175
19
+ }), /*#__PURE__*/React.createElement("path", {
20
+ fill: "#6D99F1",
21
+ fillRule: "evenodd",
22
+ d: "m19.205 11.89-4.239 4.239-.578 2.156-.38 1.42a.235.235 0 0 0 .287.287l1.42-.38 2.156-.579 4.24-4.238-2.906-2.905Zm4.658.491-2.244-2.244a.466.466 0 0 0-.66 0L19.8 11.294l2.906 2.906 1.157-1.158a.469.469 0 0 0 0-.661Z",
23
+ clipRule: "evenodd"
24
+ })), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
25
+ id: "paper_pen_color_svg__a"
26
+ }, /*#__PURE__*/React.createElement("path", {
27
+ fill: "#fff",
28
+ d: "M0 0h24v24H0z"
29
+ }))));
30
+
31
+ export { SvgPaperPenColor as default };
@@ -0,0 +1,18 @@
1
+ import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
2
+ import * as React from 'react';
3
+
4
+ const SvgPaperTwo = 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
+ d: "M8.1 1.5A1.5 1.5 0 0 0 6.6 3v1.41H17.2a1.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.5H8.1Z"
13
+ }), /*#__PURE__*/React.createElement("path", {
14
+ fill: "currentColor",
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
+ }));
17
+
18
+ export { SvgPaperTwo as default };
@@ -133,6 +133,9 @@ export { default as NumberTwoOutlinedIcon } from './NumberTwoOutlined.js';
133
133
  export { default as OutIcon } from './Out.js';
134
134
  export { default as PalmTreeColorIcon } from './PalmTreeColor.js';
135
135
  export { default as PaperCheckIcon } from './PaperCheck.js';
136
+ export { default as PaperPenIcon } from './PaperPen.js';
137
+ export { default as PaperPenColorIcon } from './PaperPenColor.js';
138
+ export { default as PaperTwoIcon } from './PaperTwo.js';
136
139
  export { default as PauseIcon } from './Pause.js';
137
140
  export { default as PenIcon } from './Pen.js';
138
141
  export { default as PercentInCircleIcon } from './PercentInCircle.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@teamturing/react-kit",
3
- "version": "2.21.13",
3
+ "version": "2.21.14",
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.29.1",
58
+ "@teamturing/icons": "^1.30.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": "fc09296429136f99bf7339b11b6149811eb00afe"
69
+ "gitHead": "a14bdd4f7702bf1b60cb049a9b07e512d54c9dc9"
70
70
  }