@speakeasy-api/moonshine 1.14.0-alpha.2 → 1.14.0-alpha.3
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/{createCustomLucideIcon-BG7wGyHl.mjs → createCustomLucideIcon-DBU-yhQy.mjs} +2 -2
- package/dist/{createCustomLucideIcon-BG7wGyHl.mjs.map → createCustomLucideIcon-DBU-yhQy.mjs.map} +1 -1
- package/dist/{gems-Cci_kWsr.mjs → gems-wX_XaaCF.mjs} +2 -2
- package/dist/{gems-Cci_kWsr.mjs.map → gems-wX_XaaCF.mjs.map} +1 -1
- package/dist/{go-B3DoOODX.mjs → go-BFTJ6n_Z.mjs} +2 -2
- package/dist/{go-B3DoOODX.mjs.map → go-BFTJ6n_Z.mjs.map} +1 -1
- package/dist/{index-BCdpD34u.mjs → index-DJ31vejx.mjs} +32 -32
- package/dist/{index-BCdpD34u.mjs.map → index-DJ31vejx.mjs.map} +1 -1
- package/dist/{maven-CC1hVcS3.mjs → maven-y0cUbPy6.mjs} +2 -2
- package/dist/{maven-CC1hVcS3.mjs.map → maven-y0cUbPy6.mjs.map} +1 -1
- package/dist/moonshine.es.js +1 -1
- package/dist/{npm-PGkeBC74.mjs → npm-B5rW60qr.mjs} +2 -2
- package/dist/{npm-PGkeBC74.mjs.map → npm-B5rW60qr.mjs.map} +1 -1
- package/dist/{nuget-BoF5BssM.mjs → nuget-BQXoO0p5.mjs} +2 -2
- package/dist/{nuget-BoF5BssM.mjs.map → nuget-BQXoO0p5.mjs.map} +1 -1
- package/dist/{packagist-DqttQCvE.mjs → packagist-B9aewWl_.mjs} +2 -2
- package/dist/{packagist-DqttQCvE.mjs.map → packagist-B9aewWl_.mjs.map} +1 -1
- package/dist/{pypi-UuKJKT5j.mjs → pypi-cINPl00a.mjs} +2 -2
- package/dist/{pypi-UuKJKT5j.mjs.map → pypi-cINPl00a.mjs.map} +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/types/utilities.d.ts +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { c as m, t as n } from "./index-
|
|
1
|
+
import { c as m, t as n } from "./index-DJ31vejx.mjs";
|
|
2
2
|
import { forwardRef as p, createElement as f } from "react";
|
|
3
3
|
import { I as i } from "./lucide-icons-BDw0imyx.mjs";
|
|
4
4
|
const C = (e, t, r) => {
|
|
@@ -16,4 +16,4 @@ const C = (e, t, r) => {
|
|
|
16
16
|
export {
|
|
17
17
|
C as c
|
|
18
18
|
};
|
|
19
|
-
//# sourceMappingURL=createCustomLucideIcon-
|
|
19
|
+
//# sourceMappingURL=createCustomLucideIcon-DBU-yhQy.mjs.map
|
package/dist/{createCustomLucideIcon-BG7wGyHl.mjs.map → createCustomLucideIcon-DBU-yhQy.mjs.map}
RENAMED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createCustomLucideIcon-
|
|
1
|
+
{"version":3,"file":"createCustomLucideIcon-DBU-yhQy.mjs","sources":["../src/components/Icon/customIcons/createCustomLucideIcon.ts"],"sourcesContent":["import { cn, toKebabCase } from '@/lib/utils'\nimport { Icon, IconNode, LucideProps } from 'lucide-react'\nimport { createElement, forwardRef } from 'react'\n\nconst createCustomLucideIcon = (\n iconName: string,\n iconNode: IconNode,\n lucideProps?: Partial<LucideProps>\n) => {\n const Component = forwardRef<SVGSVGElement, LucideProps>(\n ({ className, ...props }, ref) =>\n createElement(Icon, {\n ref,\n iconNode,\n className: cn(`lucide-${toKebabCase(iconName)}`, className),\n ...{ ...(lucideProps ?? {}), ...props },\n })\n )\n\n Component.displayName = `${iconName}`\n\n return Component\n}\n\nexport default createCustomLucideIcon\n"],"names":["createCustomLucideIcon","iconName","iconNode","lucideProps","Component","forwardRef","className","props","ref","createElement","Icon","cn","toKebabCase"],"mappings":";;;AAIA,MAAMA,IAAyB,CAC7BC,GACAC,GACAC,MACG;AACH,QAAMC,IAAYC;AAAA,IAChB,CAAC,EAAE,WAAAC,GAAW,GAAGC,EAAS,GAAAC,MACxBC,EAAcC,GAAM;AAAA,MAClB,KAAAF;AAAA,MACA,UAAAN;AAAA,MACA,WAAWS,EAAG,UAAUC,EAAYX,CAAQ,CAAC,IAAIK,CAAS;AAAA,MACrD,GAAIH,KAAe,CAAC;AAAA,MAAI,GAAGI;AAAA,IACjC,CAAA;AAAA,EACL;AAEU,SAAAH,EAAA,cAAc,GAAGH,CAAQ,IAE5BG;AACT;"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { c as L } from "./createCustomLucideIcon-
|
|
1
|
+
import { c as L } from "./createCustomLucideIcon-DBU-yhQy.mjs";
|
|
2
2
|
const o = [
|
|
3
3
|
[
|
|
4
4
|
"path",
|
|
@@ -21,4 +21,4 @@ const o = [
|
|
|
21
21
|
export {
|
|
22
22
|
e as default
|
|
23
23
|
};
|
|
24
|
-
//# sourceMappingURL=gems-
|
|
24
|
+
//# sourceMappingURL=gems-wX_XaaCF.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"gems-
|
|
1
|
+
{"version":3,"file":"gems-wX_XaaCF.mjs","sources":["../src/components/Icon/customIcons/gems.ts"],"sourcesContent":["import { IconNode } from 'lucide-react'\nimport createCustomLucideIcon from './createCustomLucideIcon'\n\nconst iconNode: IconNode = [\n [\n 'path',\n {\n d: 'M156.139 157.469L196.307 117.301L168.177 89.1397V89.0126H88.2885L88.4113 89.2582L88.2885 89.1354L60.6496 117.296L128.5 184.929',\n key: 'path-1',\n },\n ],\n [\n 'path',\n {\n d: 'M128.5 14L29 71.0835V185.25L128.5 242.333L228 185.25V71.0829L128.5 14ZM208.96 174.341L128.5 220.767L48.0401 174.34V81.7386L128.5 35.3114L208.96 81.3762',\n key: 'path-2',\n },\n ],\n]\n\nconst icon = createCustomLucideIcon('gems', iconNode, {\n viewBox: '0 0 256 256',\n fill: 'currentColor',\n})\n\nexport { icon as default }\n"],"names":["iconNode","icon","createCustomLucideIcon"],"mappings":";AAGA,MAAMA,IAAqB;AAAA,EACzB;AAAA,IACE;AAAA,IACA;AAAA,MACE,GAAG;AAAA,MACH,KAAK;AAAA,IAAA;AAAA,EAET;AAAA,EACA;AAAA,IACE;AAAA,IACA;AAAA,MACE,GAAG;AAAA,MACH,KAAK;AAAA,IAAA;AAAA,EACP;AAEJ,GAEMC,IAAOC,EAAuB,QAAQF,GAAU;AAAA,EACpD,SAAS;AAAA,EACT,MAAM;AACR,CAAC;"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { c } from "./createCustomLucideIcon-
|
|
1
|
+
import { c } from "./createCustomLucideIcon-DBU-yhQy.mjs";
|
|
2
2
|
const o = [
|
|
3
3
|
[
|
|
4
4
|
"path",
|
|
@@ -21,4 +21,4 @@ const o = [
|
|
|
21
21
|
export {
|
|
22
22
|
e as default
|
|
23
23
|
};
|
|
24
|
-
//# sourceMappingURL=go-
|
|
24
|
+
//# sourceMappingURL=go-BFTJ6n_Z.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"go-
|
|
1
|
+
{"version":3,"file":"go-BFTJ6n_Z.mjs","sources":["../src/components/Icon/customIcons/go.ts"],"sourcesContent":["import { IconNode } from 'lucide-react'\nimport createCustomLucideIcon from './createCustomLucideIcon'\n\nconst iconNode: IconNode = [\n [\n 'path',\n {\n d: 'M11.156 54.829c-.243 0-.303-.122-.182-.303l1.273-1.637c.12-.182.424-.303.666-.303H34.55c.243 0 .303.182.182.364l-1.03 1.576c-.121.181-.424.363-.606.363zM2.004 60.404c-.242 0-.303-.12-.182-.303l1.273-1.636c.121-.182.424-.303.667-.303h27.636c.242 0 .364.182.303.364l-.485 1.454c-.06.243-.303.364-.545.364zM16.67 65.98c-.242 0-.302-.182-.181-.364l.848-1.515c.122-.182.364-.363.607-.363h12.12c.243 0 .364.181.364.424l-.12 1.454c0 .243-.243.425-.425.425zM79.58 53.738c-3.819.97-6.425 1.697-10.182 2.666-.91.243-.97.303-1.758-.606-.909-1.03-1.576-1.697-2.848-2.303-3.819-1.878-7.516-1.333-10.97.91-4.121 2.666-6.242 6.605-6.182 11.514.06 4.849 3.394 8.849 8.182 9.516 4.121.545 7.576-.91 10.303-4 .545-.667 1.03-1.394 1.636-2.243H56.064c-1.272 0-1.575-.788-1.151-1.818.788-1.879 2.242-5.03 3.09-6.606.183-.364.607-.97 1.516-.97h22.06c-.12 1.637-.12 3.273-.363 4.91-.667 4.363-2.303 8.363-4.97 11.878-4.364 5.758-10.06 9.333-17.273 10.303-5.939.788-11.454-.364-16.302-4-4.485-3.394-7.03-7.879-7.697-13.454-.788-6.606 1.151-12.546 5.151-17.758 4.303-5.636 10-9.212 16.97-10.485 5.697-1.03 11.151-.363 16.06 2.97 3.212 2.121 5.515 5.03 7.03 8.545.364.546.122.849-.606 1.03z',\n key: 'path-1',\n },\n ],\n [\n 'path',\n {\n d: 'M99.64 87.253c-5.515-.122-10.546-1.697-14.788-5.334-3.576-3.09-5.818-7.03-6.545-11.697-1.091-6.848.787-12.909 4.909-18.302 4.424-5.819 9.757-8.849 16.97-10.122 6.181-1.09 12-.484 17.272 3.091 4.788 3.273 7.757 7.697 8.545 13.515 1.03 8.182-1.333 14.849-6.97 20.546-4 4.06-8.909 6.606-14.545 7.757-1.636.303-3.273.364-4.848.546zm14.424-24.485c-.06-.788-.06-1.394-.182-2-1.09-6-6.606-9.394-12.363-8.06-5.637 1.272-9.273 4.848-10.606 10.545-1.091 4.727 1.212 9.515 5.575 11.454 3.334 1.455 6.667 1.273 9.879-.363 4.788-2.485 7.394-6.364 7.697-11.576z',\n key: 'path-2',\n },\n ],\n]\n\nconst icon = createCustomLucideIcon('go', iconNode, {\n viewBox: '0 0 128 128',\n fill: 'currentColor',\n})\n\nexport { icon as default }\n"],"names":["iconNode","icon","createCustomLucideIcon"],"mappings":";AAGA,MAAMA,IAAqB;AAAA,EACzB;AAAA,IACE;AAAA,IACA;AAAA,MACE,GAAG;AAAA,MACH,KAAK;AAAA,IAAA;AAAA,EAET;AAAA,EACA;AAAA,IACE;AAAA,IACA;AAAA,MACE,GAAG;AAAA,MACH,KAAK;AAAA,IAAA;AAAA,EACP;AAEJ,GAEMC,IAAOC,EAAuB,MAAMF,GAAU;AAAA,EAClD,SAAS;AAAA,EACT,MAAM;AACR,CAAC;"}
|
|
@@ -4461,13 +4461,13 @@ const IP = {
|
|
|
4461
4461
|
}
|
|
4462
4462
|
return t;
|
|
4463
4463
|
}, gu = {
|
|
4464
|
-
npm: () => import("./npm-
|
|
4465
|
-
pypi: () => import("./pypi-
|
|
4466
|
-
nuget: () => import("./nuget-
|
|
4467
|
-
go: () => import("./go-
|
|
4468
|
-
gems: () => import("./gems-
|
|
4469
|
-
maven: () => import("./maven-
|
|
4470
|
-
packagist: () => import("./packagist-
|
|
4464
|
+
npm: () => import("./npm-B5rW60qr.mjs"),
|
|
4465
|
+
pypi: () => import("./pypi-cINPl00a.mjs"),
|
|
4466
|
+
nuget: () => import("./nuget-BQXoO0p5.mjs"),
|
|
4467
|
+
go: () => import("./go-BFTJ6n_Z.mjs"),
|
|
4468
|
+
gems: () => import("./gems-wX_XaaCF.mjs"),
|
|
4469
|
+
maven: () => import("./maven-y0cUbPy6.mjs"),
|
|
4470
|
+
packagist: () => import("./packagist-B9aewWl_.mjs")
|
|
4471
4471
|
};
|
|
4472
4472
|
function hP() {
|
|
4473
4473
|
return /* @__PURE__ */ E("div", {});
|
|
@@ -21776,7 +21776,7 @@ function IrA({ items: A, renderItem: e, className: t }) {
|
|
|
21776
21776
|
/* @__PURE__ */ E($t, { children: l && s > 0 && /* @__PURE__ */ E(
|
|
21777
21777
|
ne.div,
|
|
21778
21778
|
{
|
|
21779
|
-
className: "bg-secondary absolute inset-y-0 my-auto h-[calc(100%-10px)] rounded-md",
|
|
21779
|
+
className: "bg-surface-secondary-default absolute inset-y-0 my-auto h-[calc(100%-10px)] rounded-md",
|
|
21780
21780
|
style: {
|
|
21781
21781
|
width: s,
|
|
21782
21782
|
transformOrigin: "50% 50% 0px"
|
|
@@ -21813,7 +21813,7 @@ function IrA({ items: A, renderItem: e, className: t }) {
|
|
|
21813
21813
|
g && s > 0 && /* @__PURE__ */ E(
|
|
21814
21814
|
ne.div,
|
|
21815
21815
|
{
|
|
21816
|
-
className: "bg-primary absolute bottom-0 h-[2px]",
|
|
21816
|
+
className: "bg-surface-primary-inverse absolute bottom-0 h-[2px]",
|
|
21817
21817
|
style: {
|
|
21818
21818
|
width: s,
|
|
21819
21819
|
transformOrigin: "50% 50% 0px"
|
|
@@ -21841,8 +21841,8 @@ const FO = u0(
|
|
|
21841
21841
|
{
|
|
21842
21842
|
ref: i,
|
|
21843
21843
|
className: oA(
|
|
21844
|
-
"text-
|
|
21845
|
-
t && "text-
|
|
21844
|
+
"text-default relative z-10 cursor-pointer select-none",
|
|
21845
|
+
t && "text-highlight font-semibold"
|
|
21846
21846
|
),
|
|
21847
21847
|
...o,
|
|
21848
21848
|
children: r({ ...e, hovered: n })
|
|
@@ -28534,8 +28534,8 @@ const zc = r7, jc = i7, Os = s7, Bp = vk, wa = m.forwardRef(({ className: A, sid
|
|
|
28534
28534
|
));
|
|
28535
28535
|
wa.displayName = kk.displayName;
|
|
28536
28536
|
function a7({ children: A, path: e = "~" }) {
|
|
28537
|
-
return /* @__PURE__ */ tA("div", { className: "flex h-full flex-col overflow-hidden rounded-lg border
|
|
28538
|
-
/* @__PURE__ */ E("div", { className: "flex h-10 items-center justify-between
|
|
28537
|
+
return /* @__PURE__ */ tA("div", { className: "bg-surface-secondary-default border-neutral-softest flex h-full flex-col overflow-hidden rounded-lg border", children: [
|
|
28538
|
+
/* @__PURE__ */ E("div", { className: "bg-surface-tertiary-default flex h-10 items-center justify-between px-4", children: /* @__PURE__ */ tA("div", { className: "flex items-center gap-2", children: [
|
|
28539
28539
|
/* @__PURE__ */ tA("div", { className: "flex items-center gap-1.5", children: [
|
|
28540
28540
|
/* @__PURE__ */ E("div", { className: "h-2.5 w-2.5 rounded-full bg-red-500" }),
|
|
28541
28541
|
/* @__PURE__ */ E("div", { className: "h-2.5 w-2.5 rounded-full bg-yellow-500" }),
|
|
@@ -28603,7 +28603,7 @@ function l7({
|
|
|
28603
28603
|
className: oA(
|
|
28604
28604
|
"relative -mx-2 rounded-md px-2 py-0.5 transition-colors",
|
|
28605
28605
|
o && "bg-emerald-500/10",
|
|
28606
|
-
!o && "hover:bg-
|
|
28606
|
+
!o && "hover:bg-active"
|
|
28607
28607
|
),
|
|
28608
28608
|
children: /* @__PURE__ */ tA("div", { className: "flex items-start gap-2", children: [
|
|
28609
28609
|
/* @__PURE__ */ E("span", { className: "text-emerald-500 select-none", children: "$" }),
|
|
@@ -28611,7 +28611,7 @@ function l7({
|
|
|
28611
28611
|
"span",
|
|
28612
28612
|
{
|
|
28613
28613
|
className: oA(
|
|
28614
|
-
"mt-0.5 flex-1 font-mono font-medium tracking-normal
|
|
28614
|
+
"text-default mt-0.5 flex-1 font-mono font-medium tracking-normal select-text",
|
|
28615
28615
|
n === "small" && "text-sm",
|
|
28616
28616
|
n === "medium" && "text-base",
|
|
28617
28617
|
n === "large" && "text-lg"
|
|
@@ -28677,7 +28677,7 @@ const B7 = (A) => ({
|
|
|
28677
28677
|
duration: 0.2,
|
|
28678
28678
|
ease: [0.215, 0.61, 0.355, 1]
|
|
28679
28679
|
},
|
|
28680
|
-
children: /* @__PURE__ */ E(I0, { className: "h-4 w-4
|
|
28680
|
+
children: /* @__PURE__ */ E(I0, { className: "text-default h-4 w-4" })
|
|
28681
28681
|
}
|
|
28682
28682
|
);
|
|
28683
28683
|
function u7({
|
|
@@ -28701,7 +28701,7 @@ function u7({
|
|
|
28701
28701
|
ne.div,
|
|
28702
28702
|
{
|
|
28703
28703
|
layout: !0,
|
|
28704
|
-
className: "relative overflow-hidden border-b
|
|
28704
|
+
className: "border-neutral-softest relative overflow-hidden border-b select-none",
|
|
28705
28705
|
transition: {
|
|
28706
28706
|
duration: 0.3,
|
|
28707
28707
|
ease: [0.645, 0.045, 0.355, 1]
|
|
@@ -28853,23 +28853,23 @@ function C7({
|
|
|
28853
28853
|
}) {
|
|
28854
28854
|
const n = {
|
|
28855
28855
|
complete: {
|
|
28856
|
-
circle: "bg-emerald-500
|
|
28856
|
+
circle: "bg-emerald-500",
|
|
28857
28857
|
text: "text-black"
|
|
28858
28858
|
},
|
|
28859
28859
|
active: {
|
|
28860
|
-
circle: "bg-
|
|
28861
|
-
text: "text-
|
|
28860
|
+
circle: "bg-surface-tertiary-inverse",
|
|
28861
|
+
text: "text-default-inverse"
|
|
28862
28862
|
},
|
|
28863
28863
|
default: {
|
|
28864
|
-
circle: "bg-
|
|
28865
|
-
text: "text-
|
|
28864
|
+
circle: "bg-surface-tertiary-default",
|
|
28865
|
+
text: "text-default"
|
|
28866
28866
|
}
|
|
28867
28867
|
}, o = A ? "complete" : e ? "active" : "default", { circle: r, text: i } = n[o];
|
|
28868
28868
|
return /* @__PURE__ */ tA("div", { className: "relative z-20 flex h-6 w-6 items-center justify-center", children: [
|
|
28869
28869
|
/* @__PURE__ */ E(
|
|
28870
28870
|
ne.div,
|
|
28871
28871
|
{
|
|
28872
|
-
className: oA("absolute inset-0 rounded-full
|
|
28872
|
+
className: oA("absolute inset-0 rounded-full", r),
|
|
28873
28873
|
initial: !1
|
|
28874
28874
|
}
|
|
28875
28875
|
),
|
|
@@ -28877,7 +28877,7 @@ function C7({
|
|
|
28877
28877
|
ne.div,
|
|
28878
28878
|
{
|
|
28879
28879
|
className: oA(
|
|
28880
|
-
"relative z-20 flex h-full w-full items-center justify-center rounded-full
|
|
28880
|
+
"relative z-20 flex h-full w-full items-center justify-center rounded-full",
|
|
28881
28881
|
r,
|
|
28882
28882
|
i
|
|
28883
28883
|
),
|
|
@@ -29372,8 +29372,8 @@ function NrA({
|
|
|
29372
29372
|
...B,
|
|
29373
29373
|
...a,
|
|
29374
29374
|
className: oA(
|
|
29375
|
-
"bg-
|
|
29376
|
-
g && "placeholder:text-
|
|
29375
|
+
"bg-surface-primary-default placeholder:text-placeholder text-default h-full w-full rounded-md text-sm shadow-none outline-none placeholder:transition-colors placeholder:duration-500 disabled:cursor-not-allowed disabled:opacity-50",
|
|
29376
|
+
g && "placeholder:text-default"
|
|
29377
29377
|
)
|
|
29378
29378
|
}
|
|
29379
29379
|
);
|
|
@@ -29385,18 +29385,18 @@ function NrA({
|
|
|
29385
29385
|
cols: 30,
|
|
29386
29386
|
rows: 10,
|
|
29387
29387
|
className: oA(
|
|
29388
|
-
"bg-
|
|
29389
|
-
g && "placeholder:text-
|
|
29388
|
+
"bg-surface-primary-default placeholder:text-placeholder text-default my-2 h-full max-h-60 min-h-16 w-full rounded-md px-3 py-3 text-sm shadow-none outline-none placeholder:transition-colors placeholder:duration-500 disabled:cursor-not-allowed disabled:opacity-50",
|
|
29389
|
+
g && "placeholder:text-default"
|
|
29390
29390
|
)
|
|
29391
29391
|
}
|
|
29392
29392
|
)), /* @__PURE__ */ tA(
|
|
29393
29393
|
"div",
|
|
29394
29394
|
{
|
|
29395
29395
|
className: oA(
|
|
29396
|
-
"border-input text-muted-foreground flex items-center gap-3 rounded-md border px-4 py-3 transition-colors duration-300",
|
|
29396
|
+
"bg-surface-primary-default border-input text-muted-foreground flex items-center gap-3 rounded-md border px-4 py-3 transition-colors duration-300",
|
|
29397
29397
|
o && "px-3",
|
|
29398
|
-
g && "text-
|
|
29399
|
-
i
|
|
29398
|
+
g && "text-default border-focus",
|
|
29399
|
+
i && "border-destructive-default",
|
|
29400
29400
|
s
|
|
29401
29401
|
),
|
|
29402
29402
|
children: [
|
|
@@ -50870,4 +50870,4 @@ export {
|
|
|
50870
50870
|
aL as y,
|
|
50871
50871
|
yoA as z
|
|
50872
50872
|
};
|
|
50873
|
-
//# sourceMappingURL=index-
|
|
50873
|
+
//# sourceMappingURL=index-DJ31vejx.mjs.map
|