@situaction/traq-ui-ste 1.2.44 → 1.2.45

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.
@@ -0,0 +1,35 @@
1
+ import * as e from "react";
2
+ import { p as n } from "./IconBase.es-DJ1oCtpo.mjs";
3
+ const m = /* @__PURE__ */ new Map([
4
+ [
5
+ "bold",
6
+ /* @__PURE__ */ e.createElement(e.Fragment, null, /* @__PURE__ */ e.createElement("path", { d: "M176.49,95.51a12,12,0,0,1,0,17l-56,56a12,12,0,0,1-17,0l-24-24a12,12,0,1,1,17-17L112,143l47.51-47.52A12,12,0,0,1,176.49,95.51ZM236,128A108,108,0,1,1,128,20,108.12,108.12,0,0,1,236,128Zm-24,0a84,84,0,1,0-84,84A84.09,84.09,0,0,0,212,128Z" }))
7
+ ],
8
+ [
9
+ "duotone",
10
+ /* @__PURE__ */ e.createElement(e.Fragment, null, /* @__PURE__ */ e.createElement("path", { d: "M224,128a96,96,0,1,1-96-96A96,96,0,0,1,224,128Z", opacity: "0.2" }), /* @__PURE__ */ e.createElement("path", { d: "M173.66,98.34a8,8,0,0,1,0,11.32l-56,56a8,8,0,0,1-11.32,0l-24-24a8,8,0,0,1,11.32-11.32L112,148.69l50.34-50.35A8,8,0,0,1,173.66,98.34ZM232,128A104,104,0,1,1,128,24,104.11,104.11,0,0,1,232,128Zm-16,0a88,88,0,1,0-88,88A88.1,88.1,0,0,0,216,128Z" }))
11
+ ],
12
+ [
13
+ "fill",
14
+ /* @__PURE__ */ e.createElement(e.Fragment, null, /* @__PURE__ */ e.createElement("path", { d: "M128,24A104,104,0,1,0,232,128,104.11,104.11,0,0,0,128,24Zm45.66,85.66-56,56a8,8,0,0,1-11.32,0l-24-24a8,8,0,0,1,11.32-11.32L112,148.69l50.34-50.35a8,8,0,0,1,11.32,11.32Z" }))
15
+ ],
16
+ [
17
+ "light",
18
+ /* @__PURE__ */ e.createElement(e.Fragment, null, /* @__PURE__ */ e.createElement("path", { d: "M172.24,99.76a6,6,0,0,1,0,8.48l-56,56a6,6,0,0,1-8.48,0l-24-24a6,6,0,0,1,8.48-8.48L112,151.51l51.76-51.75A6,6,0,0,1,172.24,99.76ZM230,128A102,102,0,1,1,128,26,102.12,102.12,0,0,1,230,128Zm-12,0a90,90,0,1,0-90,90A90.1,90.1,0,0,0,218,128Z" }))
19
+ ],
20
+ [
21
+ "regular",
22
+ /* @__PURE__ */ e.createElement(e.Fragment, null, /* @__PURE__ */ e.createElement("path", { d: "M173.66,98.34a8,8,0,0,1,0,11.32l-56,56a8,8,0,0,1-11.32,0l-24-24a8,8,0,0,1,11.32-11.32L112,148.69l50.34-50.35A8,8,0,0,1,173.66,98.34ZM232,128A104,104,0,1,1,128,24,104.11,104.11,0,0,1,232,128Zm-16,0a88,88,0,1,0-88,88A88.1,88.1,0,0,0,216,128Z" }))
23
+ ],
24
+ [
25
+ "thin",
26
+ /* @__PURE__ */ e.createElement(e.Fragment, null, /* @__PURE__ */ e.createElement("path", { d: "M170.83,101.17a4,4,0,0,1,0,5.66l-56,56a4,4,0,0,1-5.66,0l-24-24a4,4,0,0,1,5.66-5.66L112,154.34l53.17-53.17A4,4,0,0,1,170.83,101.17ZM228,128A100,100,0,1,1,128,28,100.11,100.11,0,0,1,228,128Zm-8,0a92,92,0,1,0-92,92A92.1,92.1,0,0,0,220,128Z" }))
27
+ ]
28
+ ]), a = e.forwardRef((t, l) => /* @__PURE__ */ e.createElement(n, { ref: l, ...t, weights: m }));
29
+ a.displayName = "CheckCircleIcon";
30
+ const c = a;
31
+ export {
32
+ m as a,
33
+ a as c,
34
+ c as s
35
+ };
@@ -0,0 +1,49 @@
1
+ import * as r from "react";
2
+ import { createContext as h } from "react";
3
+ const p = h({
4
+ color: "currentColor",
5
+ size: "1em",
6
+ weight: "regular",
7
+ mirrored: !1
8
+ }), x = r.forwardRef(
9
+ (n, s) => {
10
+ const {
11
+ alt: t,
12
+ color: o,
13
+ size: e,
14
+ weight: l,
15
+ mirrored: a,
16
+ children: c,
17
+ weights: m,
18
+ ...g
19
+ } = n, {
20
+ color: w = "currentColor",
21
+ size: i,
22
+ weight: u = "regular",
23
+ mirrored: f = !1,
24
+ ...d
25
+ } = r.useContext(p);
26
+ return /* @__PURE__ */ r.createElement(
27
+ "svg",
28
+ {
29
+ ref: s,
30
+ xmlns: "http://www.w3.org/2000/svg",
31
+ width: e ?? i,
32
+ height: e ?? i,
33
+ fill: o ?? w,
34
+ viewBox: "0 0 256 256",
35
+ transform: a || f ? "scale(-1, 1)" : void 0,
36
+ ...d,
37
+ ...g
38
+ },
39
+ !!t && /* @__PURE__ */ r.createElement("title", null, t),
40
+ c,
41
+ m.get(l ?? u)
42
+ );
43
+ }
44
+ );
45
+ x.displayName = "IconBase";
46
+ export {
47
+ p as o,
48
+ x as p
49
+ };
@@ -1,6 +1,6 @@
1
1
  import * as e from "react";
2
- import { createContext as f } from "react";
3
- const w = /* @__PURE__ */ new Map([
2
+ import { p as l } from "./IconBase.es-DJ1oCtpo.mjs";
3
+ const c = /* @__PURE__ */ new Map([
4
4
  [
5
5
  "bold",
6
6
  /* @__PURE__ */ e.createElement(e.Fragment, null, /* @__PURE__ */ e.createElement("path", { d: "M216.49,104.49l-80,80a12,12,0,0,1-17,0l-80-80a12,12,0,0,1,17-17L128,159l71.51-71.52a12,12,0,0,1,17,17Z" }))
@@ -25,7 +25,7 @@ const w = /* @__PURE__ */ new Map([
25
25
  "thin",
26
26
  /* @__PURE__ */ e.createElement(e.Fragment, null, /* @__PURE__ */ e.createElement("path", { d: "M210.83,98.83l-80,80a4,4,0,0,1-5.66,0l-80-80a4,4,0,0,1,5.66-5.66L128,170.34l77.17-77.17a4,4,0,1,1,5.66,5.66Z" }))
27
27
  ]
28
- ]), A = /* @__PURE__ */ new Map([
28
+ ]), E = /* @__PURE__ */ new Map([
29
29
  [
30
30
  "bold",
31
31
  /* @__PURE__ */ e.createElement(e.Fragment, null, /* @__PURE__ */ e.createElement("path", { d: "M216.49,168.49a12,12,0,0,1-17,0L128,97,56.49,168.49a12,12,0,0,1-17-17l80-80a12,12,0,0,1,17,0l80,80A12,12,0,0,1,216.49,168.49Z" }))
@@ -50,7 +50,7 @@ const w = /* @__PURE__ */ new Map([
50
50
  "thin",
51
51
  /* @__PURE__ */ e.createElement(e.Fragment, null, /* @__PURE__ */ e.createElement("path", { d: "M210.83,162.83a4,4,0,0,1-5.66,0L128,85.66,50.83,162.83a4,4,0,0,1-5.66-5.66l80-80a4,4,0,0,1,5.66,0l80,80A4,4,0,0,1,210.83,162.83Z" }))
52
52
  ]
53
- ]), F = /* @__PURE__ */ new Map([
53
+ ]), p = /* @__PURE__ */ new Map([
54
54
  [
55
55
  "bold",
56
56
  /* @__PURE__ */ e.createElement(e.Fragment, null, /* @__PURE__ */ e.createElement("path", { d: "M208.49,191.51a12,12,0,0,1-17,17L128,145,64.49,208.49a12,12,0,0,1-17-17L111,128,47.51,64.49a12,12,0,0,1,17-17L128,111l63.51-63.52a12,12,0,0,1,17,17L145,128Z" }))
@@ -81,66 +81,21 @@ const w = /* @__PURE__ */ new Map([
81
81
  "thin",
82
82
  /* @__PURE__ */ e.createElement(e.Fragment, null, /* @__PURE__ */ e.createElement("path", { d: "M202.83,197.17a4,4,0,0,1-5.66,5.66L128,133.66,58.83,202.83a4,4,0,0,1-5.66-5.66L122.34,128,53.17,58.83a4,4,0,0,1,5.66-5.66L128,122.34l69.17-69.17a4,4,0,1,1,5.66,5.66L133.66,128Z" }))
83
83
  ]
84
- ]), H = f({
85
- color: "currentColor",
86
- size: "1em",
87
- weight: "regular",
88
- mirrored: !1
89
- }), n = e.forwardRef(
90
- (a, t) => {
91
- const {
92
- alt: r,
93
- color: m,
94
- size: l,
95
- weight: c,
96
- mirrored: g,
97
- children: h,
98
- weights: i,
99
- ...p
100
- } = a, {
101
- color: u = "currentColor",
102
- size: o,
103
- weight: L = "regular",
104
- mirrored: M = !1,
105
- ...Z
106
- } = e.useContext(H);
107
- return /* @__PURE__ */ e.createElement(
108
- "svg",
109
- {
110
- ref: t,
111
- xmlns: "http://www.w3.org/2000/svg",
112
- width: l ?? o,
113
- height: l ?? o,
114
- fill: m ?? u,
115
- viewBox: "0 0 256 256",
116
- transform: g || M ? "scale(-1, 1)" : void 0,
117
- ...Z,
118
- ...p
119
- },
120
- !!r && /* @__PURE__ */ e.createElement("title", null, r),
121
- h,
122
- i.get(c ?? L)
123
- );
124
- }
125
- );
126
- n.displayName = "IconBase";
127
- const E = e.forwardRef((a, t) => /* @__PURE__ */ e.createElement(n, { ref: t, ...a, weights: w }));
128
- E.displayName = "CaretDownIcon";
129
- const x = E, d = e.forwardRef((a, t) => /* @__PURE__ */ e.createElement(n, { ref: t, ...a, weights: A }));
130
- d.displayName = "CaretUpIcon";
131
- const C = d, s = e.forwardRef((a, t) => /* @__PURE__ */ e.createElement(n, { ref: t, ...a, weights: F }));
132
- s.displayName = "XIcon";
133
- const $ = s;
84
+ ]), n = e.forwardRef((a, t) => /* @__PURE__ */ e.createElement(l, { ref: t, ...a, weights: c }));
85
+ n.displayName = "CaretDownIcon";
86
+ const o = n, r = e.forwardRef((a, t) => /* @__PURE__ */ e.createElement(l, { ref: t, ...a, weights: E }));
87
+ r.displayName = "CaretUpIcon";
88
+ const L = r, m = e.forwardRef((a, t) => /* @__PURE__ */ e.createElement(l, { ref: t, ...a, weights: p }));
89
+ m.displayName = "XIcon";
90
+ const h = m;
134
91
  export {
135
- x as a,
136
- A as b,
137
- F as c,
138
- H as d,
139
- E as e,
140
- s as f,
141
- $ as n,
142
- d as o,
143
- n as p,
144
- C as s,
145
- w as t
92
+ o as a,
93
+ E as b,
94
+ p as c,
95
+ m as d,
96
+ n as e,
97
+ h as n,
98
+ r as o,
99
+ L as s,
100
+ c as t
146
101
  };