@drjoshcsimmons/scl 0.1.0 → 0.1.2
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/components/ui/alert/alert.d.ts +1 -1
- package/dist/components/ui/alert/alert.d.ts.map +1 -1
- package/dist/components/ui/badge/badge.d.ts +1 -1
- package/dist/components/ui/badge/badge.d.ts.map +1 -1
- package/dist/components/ui/button/button.d.ts +1 -1
- package/dist/components/ui/button/button.d.ts.map +1 -1
- package/dist/components/ui/combobox/combobox.d.ts +31 -0
- package/dist/components/ui/combobox/combobox.d.ts.map +1 -0
- package/dist/components/ui/combobox/index.d.ts +3 -0
- package/dist/components/ui/combobox/index.d.ts.map +1 -0
- package/dist/components/ui/command/command.d.ts +85 -0
- package/dist/components/ui/command/command.d.ts.map +1 -0
- package/dist/components/ui/command/index.d.ts +2 -0
- package/dist/components/ui/command/index.d.ts.map +1 -0
- package/dist/components/ui/dithered-image/dithered-image.d.ts +6 -2
- package/dist/components/ui/dithered-image/dithered-image.d.ts.map +1 -1
- package/dist/components/ui/dithered-image/index.d.ts +1 -1
- package/dist/components/ui/dithered-image/index.d.ts.map +1 -1
- package/dist/components/ui/form/form.d.ts +24 -0
- package/dist/components/ui/form/form.d.ts.map +1 -0
- package/dist/components/ui/form/index.d.ts +2 -0
- package/dist/components/ui/form/index.d.ts.map +1 -0
- package/dist/components/ui/progress/progress.d.ts +0 -6
- package/dist/components/ui/progress/progress.d.ts.map +1 -1
- package/dist/components/ui/scroll-area/scroll-area.d.ts.map +1 -1
- package/dist/components/ui/skeleton/skeleton.d.ts +4 -1
- package/dist/components/ui/skeleton/skeleton.d.ts.map +1 -1
- package/dist/components/ui/statusline/statusline.d.ts.map +1 -1
- package/dist/components/ui/terminal-textarea/terminal-textarea.d.ts +0 -5
- package/dist/components/ui/terminal-textarea/terminal-textarea.d.ts.map +1 -1
- package/dist/index.d.ts +3 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +166 -143
- package/dist/index10.js +30 -30
- package/dist/index100.js +218 -29
- package/dist/index101.js +646 -11
- package/dist/index102.js +173 -127
- package/dist/index103.js +4 -50
- package/dist/index104.js +30 -9
- package/dist/index105.js +6 -4
- package/dist/index106.js +11 -180
- package/dist/index107.js +19 -648
- package/dist/index108.js +9 -107
- package/dist/index109.js +38 -91
- package/dist/index11.js +13 -13
- package/dist/index110.js +18 -67
- package/dist/index111.js +201 -154
- package/dist/index112.js +20 -395
- package/dist/index113.js +395 -1675
- package/dist/index114.js +2 -278
- package/dist/index115.js +49 -128
- package/dist/index116.js +65 -32
- package/dist/index117.js +19 -1605
- package/dist/index118.js +28 -297
- package/dist/index119.js +5 -635
- package/dist/index12.js +1 -1
- package/dist/index120.js +2 -144
- package/dist/index121.js +2 -21
- package/dist/index122.js +5 -9
- package/dist/index123.js +3 -38
- package/dist/index124.js +24 -18
- package/dist/index125.js +113 -6
- package/dist/index126.js +15 -11
- package/dist/index127.js +513 -194
- package/dist/index128.js +128 -22
- package/dist/index129.js +114 -380
- package/dist/index13.js +132 -93
- package/dist/index130.js +59 -1300
- package/dist/index131.js +63 -612
- package/dist/index132.js +9 -2
- package/dist/index133.js +13 -52
- package/dist/index134.js +64 -63
- package/dist/index135.js +3 -24
- package/dist/index136.js +23 -29
- package/dist/index137.js +23 -5
- package/dist/index138.js +13 -2
- package/dist/index139.js +28 -2
- package/dist/index14.js +106 -220
- package/dist/index140.js +5 -5
- package/dist/index15.js +79 -125
- package/dist/index16.js +280 -17
- package/dist/index17.js +139 -12
- package/dist/index18.js +92 -22
- package/dist/index19.js +18 -55
- package/dist/index2.js +2 -2
- package/dist/index20.js +14 -26
- package/dist/index21.js +19 -33
- package/dist/index22.js +38 -121
- package/dist/index23.js +29 -22
- package/dist/index24.js +31 -64
- package/dist/index25.js +121 -15
- package/dist/index26.js +19 -29
- package/dist/index27.js +68 -77
- package/dist/index28.js +20 -25
- package/dist/index29.js +32 -88
- package/dist/index3.js +11 -9
- package/dist/index30.js +138 -38
- package/dist/index31.js +20 -227
- package/dist/index32.js +88 -18
- package/dist/index33.js +37 -28
- package/dist/index34.js +86 -22
- package/dist/index35.js +17 -102
- package/dist/index36.js +34 -65
- package/dist/index37.js +23 -49
- package/dist/index38.js +38 -99
- package/dist/index39.js +65 -10
- package/dist/index4.js +6 -6
- package/dist/index40.js +49 -15
- package/dist/index41.js +93 -2256
- package/dist/index42.js +10 -32
- package/dist/index43.js +15 -18
- package/dist/index44.js +2251 -225
- package/dist/index45.js +237 -11
- package/dist/index46.js +11 -73
- package/dist/index47.js +33 -249
- package/dist/index48.js +118 -9
- package/dist/index49.js +63 -326
- package/dist/index5.js +23 -23
- package/dist/index50.js +307 -57
- package/dist/index51.js +12 -241
- package/dist/index52.js +222 -822
- package/dist/index53.js +6 -3
- package/dist/index54.js +56 -114
- package/dist/index55.js +248 -219
- package/dist/index56.js +249 -11
- package/dist/index57.js +3 -5
- package/dist/index58.js +110 -221
- package/dist/index59.js +12 -260
- package/dist/index6.js +12 -12
- package/dist/index60.js +18 -12
- package/dist/index61.js +221 -18
- package/dist/index62.js +11 -530
- package/dist/index63.js +11 -6155
- package/dist/index64.js +234 -2626
- package/dist/index65.js +230 -292
- package/dist/index66.js +504 -646
- package/dist/index67.js +155 -824
- package/dist/index68.js +128 -23
- package/dist/index69.js +319 -311
- package/dist/index7.js +22 -22
- package/dist/index70.js +72 -4889
- package/dist/index71.js +408 -802
- package/dist/index72.js +18 -1254
- package/dist/index73.js +844 -518
- package/dist/index74.js +9 -125
- package/dist/index75.js +31 -161
- package/dist/index76.js +7 -31
- package/dist/index77.js +62 -429
- package/dist/index78.js +50 -128
- package/dist/index79.js +4 -81
- package/dist/index8.js +17 -18
- package/dist/index80.js +23 -64
- package/dist/index81.js +33 -45
- package/dist/index82.js +63 -21
- package/dist/index83.js +10 -6
- package/dist/index84.js +52 -49
- package/dist/index85.js +10 -33
- package/dist/index86.js +30 -11
- package/dist/index87.js +12 -7
- package/dist/index88.js +46 -30
- package/dist/index89.js +7 -54
- package/dist/index9.js +23 -31
- package/dist/index90.js +14 -10
- package/dist/index91.js +125 -4
- package/dist/index92.js +131 -9
- package/dist/index93.js +14 -6
- package/dist/index94.js +14 -24
- package/dist/index95.js +9 -69
- package/dist/index96.js +47 -122
- package/dist/index97.js +51 -216
- package/dist/index98.js +6 -14
- package/dist/index99.js +24 -53
- package/dist/tokens/colors.d.ts +26 -86
- package/dist/tokens/colors.d.ts.map +1 -1
- package/dist/tokens/index.d.ts +12 -84
- package/dist/tokens/index.d.ts.map +1 -1
- package/package.json +28 -23
- package/dist/index141.js +0 -5
- package/dist/index142.js +0 -26
- package/dist/index143.js +0 -115
- package/dist/index144.js +0 -18
- package/dist/index145.js +0 -527
- package/dist/index146.js +0 -130
- package/dist/index147.js +0 -136
- package/dist/index148.js +0 -67
- package/dist/index149.js +0 -71
- package/dist/index150.js +0 -11
- package/dist/index151.js +0 -16
- package/dist/index152.js +0 -68
- package/dist/index153.js +0 -6
- package/dist/index154.js +0 -25
- package/dist/index155.js +0 -25
- package/dist/index156.js +0 -15
- package/dist/index157.js +0 -30
- package/dist/index158.js +0 -7
package/dist/index108.js
CHANGED
|
@@ -1,109 +1,11 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
constructor(e, s) {
|
|
9
|
-
this.rules = [];
|
|
10
|
-
let { finish: i } = s || {};
|
|
11
|
-
function n(t) {
|
|
12
|
-
return /^@/.test(t) ? [t] : t.split(/,\s*/);
|
|
13
|
-
}
|
|
14
|
-
function l(t, a, h, r) {
|
|
15
|
-
let p = [], f = /^@(\w+)\b/.exec(t[0]), g = f && f[1] == "keyframes";
|
|
16
|
-
if (f && a == null) return h.push(t[0] + ";");
|
|
17
|
-
for (let o in a) {
|
|
18
|
-
let u = a[o];
|
|
19
|
-
if (/&/.test(o))
|
|
20
|
-
l(
|
|
21
|
-
o.split(/,\s*/).map((d) => t.map((y) => d.replace(/&/, y))).reduce((d, y) => d.concat(y)),
|
|
22
|
-
u,
|
|
23
|
-
h
|
|
24
|
-
);
|
|
25
|
-
else if (u && typeof u == "object") {
|
|
26
|
-
if (!f) throw new RangeError("The value of a property (" + o + ") should be a primitive value.");
|
|
27
|
-
l(n(o), u, p, g);
|
|
28
|
-
} else u != null && p.push(o.replace(/_.*/, "").replace(/[A-Z]/g, (d) => "-" + d.toLowerCase()) + ": " + u + ";");
|
|
29
|
-
}
|
|
30
|
-
(p.length || g) && h.push((i && !f && !r ? t.map(i) : t).join(", ") + " {" + p.join(" ") + "}");
|
|
31
|
-
}
|
|
32
|
-
for (let t in e) l(n(t), e[t], this.rules);
|
|
33
|
-
}
|
|
34
|
-
// :: () → string
|
|
35
|
-
// Returns a string containing the module's CSS rules.
|
|
36
|
-
getRules() {
|
|
37
|
-
return this.rules.join(`
|
|
38
|
-
`);
|
|
39
|
-
}
|
|
40
|
-
// :: () → string
|
|
41
|
-
// Generate a new unique CSS class name.
|
|
42
|
-
static newName() {
|
|
43
|
-
let e = w[m] || 1;
|
|
44
|
-
return w[m] = e + 1, S + e.toString(36);
|
|
45
|
-
}
|
|
46
|
-
// :: (union<Document, ShadowRoot>, union<[StyleModule], StyleModule>, ?{nonce: ?string})
|
|
47
|
-
//
|
|
48
|
-
// Mount the given set of modules in the given DOM root, which ensures
|
|
49
|
-
// that the CSS rules defined by the module are available in that
|
|
50
|
-
// context.
|
|
51
|
-
//
|
|
52
|
-
// Rules are only added to the document once per root.
|
|
53
|
-
//
|
|
54
|
-
// Rule order will follow the order of the modules, so that rules from
|
|
55
|
-
// modules later in the array take precedence of those from earlier
|
|
56
|
-
// modules. If you call this function multiple times for the same root
|
|
57
|
-
// in a way that changes the order of already mounted modules, the old
|
|
58
|
-
// order will be changed.
|
|
59
|
-
//
|
|
60
|
-
// If a Content Security Policy nonce is provided, it is added to
|
|
61
|
-
// the `<style>` tag generated by the library.
|
|
62
|
-
static mount(e, s, i) {
|
|
63
|
-
let n = e[c], l = i && i.nonce;
|
|
64
|
-
n ? l && n.setNonce(l) : n = new x(e, l), n.mount(Array.isArray(s) ? s : [s], e);
|
|
65
|
-
}
|
|
66
|
-
}
|
|
67
|
-
let T = /* @__PURE__ */ new Map();
|
|
68
|
-
class x {
|
|
69
|
-
constructor(e, s) {
|
|
70
|
-
let i = e.ownerDocument || e, n = i.defaultView;
|
|
71
|
-
if (!e.head && e.adoptedStyleSheets && n.CSSStyleSheet) {
|
|
72
|
-
let l = T.get(i);
|
|
73
|
-
if (l) return e[c] = l;
|
|
74
|
-
this.sheet = new n.CSSStyleSheet(), T.set(i, this);
|
|
75
|
-
} else
|
|
76
|
-
this.styleTag = i.createElement("style"), s && this.styleTag.setAttribute("nonce", s);
|
|
77
|
-
this.modules = [], e[c] = this;
|
|
78
|
-
}
|
|
79
|
-
mount(e, s) {
|
|
80
|
-
let i = this.sheet, n = 0, l = 0;
|
|
81
|
-
for (let t = 0; t < e.length; t++) {
|
|
82
|
-
let a = e[t], h = this.modules.indexOf(a);
|
|
83
|
-
if (h < l && h > -1 && (this.modules.splice(h, 1), l--, h = -1), h == -1) {
|
|
84
|
-
if (this.modules.splice(l++, 0, a), i) for (let r = 0; r < a.rules.length; r++)
|
|
85
|
-
i.insertRule(a.rules[r], n++);
|
|
86
|
-
} else {
|
|
87
|
-
for (; l < h; ) n += this.modules[l++].rules.length;
|
|
88
|
-
n += a.rules.length, l++;
|
|
89
|
-
}
|
|
90
|
-
}
|
|
91
|
-
if (i)
|
|
92
|
-
s.adoptedStyleSheets.indexOf(this.sheet) < 0 && (s.adoptedStyleSheets = [this.sheet, ...s.adoptedStyleSheets]);
|
|
93
|
-
else {
|
|
94
|
-
let t = "";
|
|
95
|
-
for (let h = 0; h < this.modules.length; h++)
|
|
96
|
-
t += this.modules[h].getRules() + `
|
|
97
|
-
`;
|
|
98
|
-
this.styleTag.textContent = t;
|
|
99
|
-
let a = s.head || s;
|
|
100
|
-
this.styleTag.parentNode != a && a.insertBefore(this.styleTag, a.firstChild);
|
|
101
|
-
}
|
|
102
|
-
}
|
|
103
|
-
setNonce(e) {
|
|
104
|
-
this.styleTag && this.styleTag.getAttribute("nonce") != e && this.styleTag.setAttribute("nonce", e);
|
|
105
|
-
}
|
|
106
|
-
}
|
|
1
|
+
/**
|
|
2
|
+
* @license lucide-react v0.460.0 - ISC
|
|
3
|
+
*
|
|
4
|
+
* This source code is licensed under the ISC license.
|
|
5
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
6
|
+
*/
|
|
7
|
+
const n = (e) => e.replace(/([a-z0-9])([A-Z])/g, "$1-$2").toLowerCase(), i = (...e) => e.filter((o, r, t) => !!o && o.trim() !== "" && t.indexOf(o) === r).join(" ").trim();
|
|
107
8
|
export {
|
|
108
|
-
|
|
9
|
+
i as mergeClasses,
|
|
10
|
+
n as toKebabCase
|
|
109
11
|
};
|
package/dist/index109.js
CHANGED
|
@@ -1,93 +1,40 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
162: "Control",
|
|
39
|
-
163: "Control",
|
|
40
|
-
164: "Alt",
|
|
41
|
-
165: "Alt",
|
|
42
|
-
173: "-",
|
|
43
|
-
186: ";",
|
|
44
|
-
187: "=",
|
|
45
|
-
188: ",",
|
|
46
|
-
189: "-",
|
|
47
|
-
190: ".",
|
|
48
|
-
191: "/",
|
|
49
|
-
192: "`",
|
|
50
|
-
219: "[",
|
|
51
|
-
220: "\\",
|
|
52
|
-
221: "]",
|
|
53
|
-
222: "'"
|
|
54
|
-
}, a = {
|
|
55
|
-
48: ")",
|
|
56
|
-
49: "!",
|
|
57
|
-
50: "@",
|
|
58
|
-
51: "#",
|
|
59
|
-
52: "$",
|
|
60
|
-
53: "%",
|
|
61
|
-
54: "^",
|
|
62
|
-
55: "&",
|
|
63
|
-
56: "*",
|
|
64
|
-
57: "(",
|
|
65
|
-
59: ":",
|
|
66
|
-
61: "+",
|
|
67
|
-
173: "_",
|
|
68
|
-
186: ":",
|
|
69
|
-
187: "+",
|
|
70
|
-
188: "<",
|
|
71
|
-
189: "_",
|
|
72
|
-
190: ">",
|
|
73
|
-
191: "?",
|
|
74
|
-
192: "~",
|
|
75
|
-
219: "{",
|
|
76
|
-
220: "|",
|
|
77
|
-
221: "}",
|
|
78
|
-
222: '"'
|
|
79
|
-
}, n = typeof navigator < "u" && /Mac/.test(navigator.platform), y = typeof navigator < "u" && /MSIE \d|Trident\/(?:[7-9]|\d{2,})\..*rv:(\d+)/.exec(navigator.userAgent);
|
|
80
|
-
for (var r = 0; r < 10; r++) t[48 + r] = t[96 + r] = String(r);
|
|
81
|
-
for (var r = 1; r <= 24; r++) t[r + 111] = "F" + r;
|
|
82
|
-
for (var r = 65; r <= 90; r++)
|
|
83
|
-
t[r] = String.fromCharCode(r + 32), a[r] = String.fromCharCode(r);
|
|
84
|
-
for (var i in t) a.hasOwnProperty(i) || (a[i] = t[i]);
|
|
85
|
-
function g(o) {
|
|
86
|
-
var f = n && o.metaKey && o.shiftKey && !o.ctrlKey && !o.altKey || y && o.shiftKey && o.key && o.key.length == 1 || o.key == "Unidentified", e = !f && o.key || (o.shiftKey ? a : t)[o.keyCode] || o.key || "Unidentified";
|
|
87
|
-
return e == "Esc" && (e = "Escape"), e == "Del" && (e = "Delete"), e == "Left" && (e = "ArrowLeft"), e == "Up" && (e = "ArrowUp"), e == "Right" && (e = "ArrowRight"), e == "Down" && (e = "ArrowDown"), e;
|
|
88
|
-
}
|
|
1
|
+
import { forwardRef as i, createElement as o } from "react";
|
|
2
|
+
import b from "./index110.js";
|
|
3
|
+
import { mergeClasses as d } from "./index108.js";
|
|
4
|
+
/**
|
|
5
|
+
* @license lucide-react v0.460.0 - ISC
|
|
6
|
+
*
|
|
7
|
+
* This source code is licensed under the ISC license.
|
|
8
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
9
|
+
*/
|
|
10
|
+
const N = i(
|
|
11
|
+
({
|
|
12
|
+
color: m = "currentColor",
|
|
13
|
+
size: r = 24,
|
|
14
|
+
strokeWidth: e = 2,
|
|
15
|
+
absoluteStrokeWidth: a,
|
|
16
|
+
className: s = "",
|
|
17
|
+
children: t,
|
|
18
|
+
iconNode: u,
|
|
19
|
+
...f
|
|
20
|
+
}, l) => o(
|
|
21
|
+
"svg",
|
|
22
|
+
{
|
|
23
|
+
ref: l,
|
|
24
|
+
...b,
|
|
25
|
+
width: r,
|
|
26
|
+
height: r,
|
|
27
|
+
stroke: m,
|
|
28
|
+
strokeWidth: a ? Number(e) * 24 / Number(r) : e,
|
|
29
|
+
className: d("lucide", s),
|
|
30
|
+
...f
|
|
31
|
+
},
|
|
32
|
+
[
|
|
33
|
+
...u.map(([p, c]) => o(p, c)),
|
|
34
|
+
...Array.isArray(t) ? t : [t]
|
|
35
|
+
]
|
|
36
|
+
)
|
|
37
|
+
);
|
|
89
38
|
export {
|
|
90
|
-
|
|
91
|
-
g as keyName,
|
|
92
|
-
a as shift
|
|
39
|
+
N as default
|
|
93
40
|
};
|
package/dist/index11.js
CHANGED
|
@@ -1,27 +1,27 @@
|
|
|
1
1
|
import { jsx as e } from "react/jsx-runtime";
|
|
2
|
-
import * as
|
|
3
|
-
import { Checkbox as
|
|
2
|
+
import * as c from "react";
|
|
3
|
+
import { Checkbox as o, CheckboxIndicator as s } from "./index56.js";
|
|
4
4
|
import { cn as r } from "./index2.js";
|
|
5
|
-
import
|
|
6
|
-
const
|
|
7
|
-
|
|
5
|
+
import m from "./index57.js";
|
|
6
|
+
const n = c.forwardRef(({ className: i, ...t }, a) => /* @__PURE__ */ e(
|
|
7
|
+
o,
|
|
8
8
|
{
|
|
9
|
-
ref:
|
|
9
|
+
ref: a,
|
|
10
10
|
className: r(
|
|
11
|
-
"peer h-6 w-6 shrink-0 border-2 border-
|
|
12
|
-
|
|
11
|
+
"peer h-6 w-6 shrink-0 border-2 border-primary bg-background focus-visible:outline-none focus-visible:ring-1 focus-visible:ring-ring disabled:cursor-not-allowed disabled:opacity-50 data-[state=checked]:bg-primary data-[state=checked]:text-primary-foreground flex items-center justify-center",
|
|
12
|
+
i
|
|
13
13
|
),
|
|
14
|
-
...
|
|
14
|
+
...t,
|
|
15
15
|
children: /* @__PURE__ */ e(
|
|
16
|
-
|
|
16
|
+
s,
|
|
17
17
|
{
|
|
18
18
|
className: r("flex items-center justify-center text-current"),
|
|
19
|
-
children: /* @__PURE__ */ e(
|
|
19
|
+
children: /* @__PURE__ */ e(m, { className: "h-5 w-5" })
|
|
20
20
|
}
|
|
21
21
|
)
|
|
22
22
|
}
|
|
23
23
|
));
|
|
24
|
-
|
|
24
|
+
n.displayName = o.displayName;
|
|
25
25
|
export {
|
|
26
|
-
|
|
26
|
+
n as Checkbox
|
|
27
27
|
};
|
package/dist/index110.js
CHANGED
|
@@ -1,69 +1,20 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
return t >= 127462 && t <= 127487;
|
|
19
|
-
}
|
|
20
|
-
const g = 8205;
|
|
21
|
-
function w(t, e, n = !0, r = !0) {
|
|
22
|
-
return (n ? b : k)(t, e, r);
|
|
23
|
-
}
|
|
24
|
-
function b(t, e, n) {
|
|
25
|
-
if (e == t.length) return e;
|
|
26
|
-
e && o(t.charCodeAt(e)) && m(t.charCodeAt(e - 1)) && e--;
|
|
27
|
-
let r = f(t, e);
|
|
28
|
-
for (e += x(r); e < t.length; ) {
|
|
29
|
-
let i = f(t, e);
|
|
30
|
-
if (r == g || i == g || n && h(i))
|
|
31
|
-
e += x(i), r = i;
|
|
32
|
-
else if (c(i)) {
|
|
33
|
-
let l = 0, u = e - 2;
|
|
34
|
-
for (; u >= 0 && c(f(t, u)); )
|
|
35
|
-
l++, u -= 2;
|
|
36
|
-
if (l % 2 == 0) break;
|
|
37
|
-
e += 2;
|
|
38
|
-
} else
|
|
39
|
-
break;
|
|
40
|
-
}
|
|
41
|
-
return e;
|
|
42
|
-
}
|
|
43
|
-
function k(t, e, n) {
|
|
44
|
-
for (; e > 0; ) {
|
|
45
|
-
let r = b(t, e - 2, n);
|
|
46
|
-
if (r < e) return r;
|
|
47
|
-
e--;
|
|
48
|
-
}
|
|
49
|
-
return 0;
|
|
50
|
-
}
|
|
51
|
-
function f(t, e) {
|
|
52
|
-
let n = t.charCodeAt(e);
|
|
53
|
-
if (!m(n) || e + 1 == t.length) return n;
|
|
54
|
-
let r = t.charCodeAt(e + 1);
|
|
55
|
-
return o(r) ? (n - 55296 << 10) + (r - 56320) + 65536 : n;
|
|
56
|
-
}
|
|
57
|
-
function o(t) {
|
|
58
|
-
return t >= 56320 && t < 57344;
|
|
59
|
-
}
|
|
60
|
-
function m(t) {
|
|
61
|
-
return t >= 55296 && t < 56320;
|
|
62
|
-
}
|
|
63
|
-
function x(t) {
|
|
64
|
-
return t < 65536 ? 1 : 2;
|
|
65
|
-
}
|
|
1
|
+
/**
|
|
2
|
+
* @license lucide-react v0.460.0 - ISC
|
|
3
|
+
*
|
|
4
|
+
* This source code is licensed under the ISC license.
|
|
5
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
6
|
+
*/
|
|
7
|
+
var t = {
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9
|
+
width: 24,
|
|
10
|
+
height: 24,
|
|
11
|
+
viewBox: "0 0 24 24",
|
|
12
|
+
fill: "none",
|
|
13
|
+
stroke: "currentColor",
|
|
14
|
+
strokeWidth: 2,
|
|
15
|
+
strokeLinecap: "round",
|
|
16
|
+
strokeLinejoin: "round"
|
|
17
|
+
};
|
|
66
18
|
export {
|
|
67
|
-
|
|
68
|
-
h as isExtendingChar
|
|
19
|
+
t as default
|
|
69
20
|
};
|