@incognia/cosmik 0.40.2-beta.2 → 0.41.0
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/README.md +19 -7
- package/dist/Alert/index.d.ts +2 -2
- package/dist/Alert/index.d.ts.map +1 -1
- package/dist/AlertDialog/index.d.ts +5 -5
- package/dist/AlertDialog/index.d.ts.map +1 -1
- package/dist/Badge/index.d.ts +6 -7
- package/dist/Badge/index.d.ts.map +1 -1
- package/dist/Button/index.d.ts +6 -6
- package/dist/Button/index.d.ts.map +1 -1
- package/dist/Calendar/index.d.ts +1 -1
- package/dist/Colors.d.ts +71 -0
- package/dist/Colors.d.ts.map +1 -0
- package/dist/Command/index.d.ts +20 -20
- package/dist/Command/index.d.ts.map +1 -1
- package/dist/Dialog/index.d.ts +2 -2
- package/dist/Dialog/index.d.ts.map +1 -1
- package/dist/DropdownMenu/index.d.ts +4 -4
- package/dist/DropdownMenu/index.d.ts.map +1 -1
- package/dist/Filter/index.d.ts +4 -2
- package/dist/Filter/index.d.ts.map +1 -1
- package/dist/FilterBar/GradientScroll.d.ts +4 -4
- package/dist/FilterBar/index.d.ts +2 -2
- package/dist/Label/index.d.ts +2 -2
- package/dist/Layout/index.d.ts +1 -1
- package/dist/Layout/index.d.ts.map +1 -1
- package/dist/Pagination/index.d.ts +3 -3
- package/dist/Pagination/index.d.ts.map +1 -1
- package/dist/Popover/index.d.ts +1 -1
- package/dist/Popover/index.d.ts.map +1 -1
- package/dist/Select/index.d.ts +1 -1
- package/dist/Select/index.d.ts.map +1 -1
- package/dist/Sheet/index.d.ts +23 -13
- package/dist/Sheet/index.d.ts.map +1 -1
- package/dist/Skeleton/index.d.ts +1 -0
- package/dist/Skeleton/index.d.ts.map +1 -1
- package/dist/Sonner/index.d.ts +1 -0
- package/dist/Sonner/index.d.ts.map +1 -1
- package/dist/Table/index.d.ts +2 -2
- package/dist/Table/index.d.ts.map +1 -1
- package/dist/Tabs/index.d.ts +1 -1
- package/dist/Tabs/index.d.ts.map +1 -1
- package/dist/TagInput/index.d.ts +2 -2
- package/dist/TagInput/index.d.ts.map +1 -1
- package/dist/Toggle/index.d.ts +3 -3
- package/dist/ToggleGroup/index.d.ts +13 -4
- package/dist/ToggleGroup/index.d.ts.map +1 -1
- package/dist/Tooltip/index.d.ts +11 -7
- package/dist/Tooltip/index.d.ts.map +1 -1
- package/dist/cosmik.css +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.d.ts +9 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +178 -173
- package/dist/index.js.map +1 -1
- package/dist/index10.cjs +1 -1
- package/dist/index10.cjs.map +1 -1
- package/dist/index10.js +34 -127
- package/dist/index10.js.map +1 -1
- package/dist/index11.cjs +1 -1
- package/dist/index11.cjs.map +1 -1
- package/dist/index11.js +28 -105
- package/dist/index11.js.map +1 -1
- package/dist/index12.cjs +1 -1
- package/dist/index12.cjs.map +1 -1
- package/dist/index12.js +112 -112
- package/dist/index12.js.map +1 -1
- package/dist/index13.cjs +1 -1
- package/dist/index13.cjs.map +1 -1
- package/dist/index13.js +103 -96
- package/dist/index13.js.map +1 -1
- package/dist/index14.cjs +1 -1
- package/dist/index14.cjs.map +1 -1
- package/dist/index14.js +141 -22
- package/dist/index14.js.map +1 -1
- package/dist/index15.cjs +1 -1
- package/dist/index15.cjs.map +1 -1
- package/dist/index15.js +105 -22
- package/dist/index15.js.map +1 -1
- package/dist/index16.cjs +1 -1
- package/dist/index16.cjs.map +1 -1
- package/dist/index16.js +22 -17
- package/dist/index16.js.map +1 -1
- package/dist/index17.cjs +1 -1
- package/dist/index17.cjs.map +1 -1
- package/dist/index17.js +22 -58
- package/dist/index17.js.map +1 -1
- package/dist/index18.cjs +1 -1
- package/dist/index18.cjs.map +1 -1
- package/dist/index18.js +17 -20
- package/dist/index18.js.map +1 -1
- package/dist/index19.cjs +1 -1
- package/dist/index19.cjs.map +1 -1
- package/dist/index19.js +64 -96
- package/dist/index19.js.map +1 -1
- package/dist/index2.cjs +2 -0
- package/dist/index2.cjs.map +1 -0
- package/dist/index2.js +5 -0
- package/dist/index2.js.map +1 -0
- package/dist/index20.cjs +1 -1
- package/dist/index20.cjs.map +1 -1
- package/dist/index20.js +20 -22
- package/dist/index20.js.map +1 -1
- package/dist/index21.cjs +1 -1
- package/dist/index21.cjs.map +1 -1
- package/dist/index21.js +93 -21
- package/dist/index21.js.map +1 -1
- package/dist/index22.cjs +1 -1
- package/dist/index22.cjs.map +1 -1
- package/dist/index22.js +19 -27
- package/dist/index22.js.map +1 -1
- package/dist/index23.cjs +1 -1
- package/dist/index23.cjs.map +1 -1
- package/dist/index23.js +19 -126
- package/dist/index23.js.map +1 -1
- package/dist/index24.cjs +1 -1
- package/dist/index24.cjs.map +1 -1
- package/dist/index24.js +30 -23
- package/dist/index24.js.map +1 -1
- package/dist/index25.cjs +1 -1
- package/dist/index25.cjs.map +1 -1
- package/dist/index25.js +130 -128
- package/dist/index25.js.map +1 -1
- package/dist/index26.cjs +1 -1
- package/dist/index26.cjs.map +1 -1
- package/dist/index26.js +21 -13
- package/dist/index26.js.map +1 -1
- package/dist/index27.cjs +1 -1
- package/dist/index27.cjs.map +1 -1
- package/dist/index27.js +103 -28
- package/dist/index27.js.map +1 -1
- package/dist/index28.cjs +1 -1
- package/dist/index28.cjs.map +1 -1
- package/dist/index28.js +15 -27
- package/dist/index28.js.map +1 -1
- package/dist/index29.cjs +1 -1
- package/dist/index29.cjs.map +1 -1
- package/dist/index29.js +30 -108
- package/dist/index29.js.map +1 -1
- package/dist/index3.cjs +1 -1
- package/dist/index3.cjs.map +1 -1
- package/dist/index3.js +70 -54
- package/dist/index3.js.map +1 -1
- package/dist/index30.cjs +1 -1
- package/dist/index30.cjs.map +1 -1
- package/dist/index30.js +23 -38
- package/dist/index30.js.map +1 -1
- package/dist/index31.cjs +1 -1
- package/dist/index31.cjs.map +1 -1
- package/dist/index31.js +102 -73
- package/dist/index31.js.map +1 -1
- package/dist/index32.cjs +1 -1
- package/dist/index32.cjs.map +1 -1
- package/dist/index32.js +42 -23
- package/dist/index32.js.map +1 -1
- package/dist/index33.cjs +1 -1
- package/dist/index33.cjs.map +1 -1
- package/dist/index33.js +78 -78
- package/dist/index33.js.map +1 -1
- package/dist/index34.cjs +1 -1
- package/dist/index34.cjs.map +1 -1
- package/dist/index34.js +20 -67
- package/dist/index34.js.map +1 -1
- package/dist/index35.cjs +1 -1
- package/dist/index35.cjs.map +1 -1
- package/dist/index35.js +75 -55
- package/dist/index35.js.map +1 -1
- package/dist/index36.cjs +1 -1
- package/dist/index36.cjs.map +1 -1
- package/dist/index36.js +36 -58
- package/dist/index36.js.map +1 -1
- package/dist/index37.cjs +1 -1
- package/dist/index37.cjs.map +1 -1
- package/dist/index37.js +33 -3
- package/dist/index37.js.map +1 -1
- package/dist/index38.cjs +1 -1
- package/dist/index38.cjs.map +1 -1
- package/dist/index38.js +65 -33
- package/dist/index38.js.map +1 -1
- package/dist/index39.cjs +1 -1
- package/dist/index39.cjs.map +1 -1
- package/dist/index39.js +261 -11
- package/dist/index39.js.map +1 -1
- package/dist/index4.cjs +1 -1
- package/dist/index4.cjs.map +1 -1
- package/dist/index4.js +324 -112
- package/dist/index4.js.map +1 -1
- package/dist/index40.cjs +1 -1
- package/dist/index40.cjs.map +1 -1
- package/dist/index40.js +6 -118
- package/dist/index40.js.map +1 -1
- package/dist/index41.cjs +1 -1
- package/dist/index41.cjs.map +1 -1
- package/dist/index41.js +12 -13
- package/dist/index41.js.map +1 -1
- package/dist/index42.cjs +1 -1
- package/dist/index42.cjs.map +1 -1
- package/dist/index42.js +118 -7
- package/dist/index42.js.map +1 -1
- package/dist/index43.cjs +1 -1
- package/dist/index43.cjs.map +1 -1
- package/dist/index43.js +14 -2
- package/dist/index43.js.map +1 -1
- package/dist/index44.cjs +1 -9
- package/dist/index44.cjs.map +1 -1
- package/dist/index44.js +3 -25
- package/dist/index44.js.map +1 -1
- package/dist/index45.cjs +1 -22
- package/dist/index45.cjs.map +1 -1
- package/dist/index45.js +104 -601
- package/dist/index45.js.map +1 -1
- package/dist/index46.cjs +1 -1
- package/dist/index46.cjs.map +1 -1
- package/dist/index46.js +32 -13
- package/dist/index46.js.map +1 -1
- package/dist/index47.cjs +1 -1
- package/dist/index47.cjs.map +1 -1
- package/dist/index47.js +2 -2729
- package/dist/index47.js.map +1 -1
- package/dist/index48.cjs +9 -1
- package/dist/index48.cjs.map +1 -1
- package/dist/index48.js +30 -2
- package/dist/index48.js.map +1 -1
- package/dist/index49.cjs +19 -1
- package/dist/index49.cjs.map +1 -1
- package/dist/index49.js +599 -2
- package/dist/index49.js.map +1 -1
- package/dist/index5.cjs +1 -1
- package/dist/index5.cjs.map +1 -1
- package/dist/index5.js +41 -77
- package/dist/index5.js.map +1 -1
- package/dist/index50.cjs +2 -0
- package/dist/index50.cjs.map +1 -0
- package/dist/index50.js +5 -0
- package/dist/index50.js.map +1 -0
- package/dist/index51.cjs +2 -0
- package/dist/index51.cjs.map +1 -0
- package/dist/index51.js +154 -0
- package/dist/index51.js.map +1 -0
- package/dist/index52.cjs +2 -0
- package/dist/index52.cjs.map +1 -0
- package/dist/index52.js +19 -0
- package/dist/index52.js.map +1 -0
- package/dist/index53.cjs +2 -0
- package/dist/index53.cjs.map +1 -0
- package/dist/index53.js +345 -0
- package/dist/index53.js.map +1 -0
- package/dist/index54.cjs +2 -0
- package/dist/index54.cjs.map +1 -0
- package/dist/index54.js +48 -0
- package/dist/index54.js.map +1 -0
- package/dist/index55.cjs +2 -0
- package/dist/index55.cjs.map +1 -0
- package/dist/index55.js +5 -0
- package/dist/index55.js.map +1 -0
- package/dist/index56.cjs +2 -0
- package/dist/index56.cjs.map +1 -0
- package/dist/index56.js +5 -0
- package/dist/index56.js.map +1 -0
- package/dist/index57.cjs +2 -0
- package/dist/index57.cjs.map +1 -0
- package/dist/index57.js +5 -0
- package/dist/index57.js.map +1 -0
- package/dist/index58.cjs +2 -0
- package/dist/index58.cjs.map +1 -0
- package/dist/index58.js +7 -0
- package/dist/index58.js.map +1 -0
- package/dist/index6.cjs +1 -1
- package/dist/index6.cjs.map +1 -1
- package/dist/index6.js +110 -157
- package/dist/index6.js.map +1 -1
- package/dist/index7.cjs +1 -1
- package/dist/index7.cjs.map +1 -1
- package/dist/index7.js +85 -65
- package/dist/index7.js.map +1 -1
- package/dist/index8.cjs +1 -1
- package/dist/index8.cjs.map +1 -1
- package/dist/index8.js +155 -42
- package/dist/index8.js.map +1 -1
- package/dist/index9.cjs +1 -1
- package/dist/index9.cjs.map +1 -1
- package/dist/index9.js +70 -33
- package/dist/index9.js.map +1 -1
- package/dist/lib/utils.d.ts +1 -1
- package/dist/lib/utils.d.ts.map +1 -1
- package/dist/tailwind-theme-config.d.ts +318 -0
- package/dist/tailwind-theme-config.d.ts.map +1 -0
- package/package.json +62 -58
- package/dist/cosmik-theme.css +0 -185
package/dist/index17.cjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const n=require("./index40.cjs"),a=require("react"),l=require("./index41.cjs");function s(e){const o=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const t in e)if(t!=="default"){const r=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(o,t,r.get?r:{enumerable:!0,get:()=>e[t]})}}return o.default=e,Object.freeze(o)}const c=s(a),i=c.forwardRef(({className:e,type:o,...t},r)=>n.jsxRuntimeExports.jsx("input",{type:o,className:l.cn("flex h-[36px] w-full rounded border border-gray-900-24 bg-white px-12 py-[6px] text-base","file:border-0 file:bg-white file:text-base file:font-medium","placeholder:text-gray-400","hover:shadow-field-hover","active:shadow-field-active","focus-visible:outline-none focus:shadow-field-active","disabled:cursor-not-allowed disabled:opacity-64 disabled:shadow-none",e),ref:r,...t}));i.displayName="Input";exports.Input=i;
|
|
2
2
|
//# sourceMappingURL=index17.cjs.map
|
package/dist/index17.cjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index17.cjs","sources":["../src/
|
|
1
|
+
{"version":3,"file":"index17.cjs","sources":["../src/Input/index.tsx"],"sourcesContent":["import * as React from 'react'\nimport { cn } from '../lib/utils'\n\nexport interface InputProps\n extends React.InputHTMLAttributes<HTMLInputElement> {}\n\nconst Input = React.forwardRef<HTMLInputElement, InputProps>(\n ({ className, type, ...props }, ref) => {\n return (\n <input\n type={type}\n className={cn(\n 'flex h-[36px] w-full rounded border border-gray-900-24 bg-white px-12 py-[6px] text-base',\n 'file:border-0 file:bg-white file:text-base file:font-medium',\n 'placeholder:text-gray-400',\n 'hover:shadow-field-hover',\n 'active:shadow-field-active',\n 'focus-visible:outline-none focus:shadow-field-active',\n 'disabled:cursor-not-allowed disabled:opacity-64 disabled:shadow-none',\n className\n )}\n ref={ref}\n {...props}\n />\n )\n }\n)\nInput.displayName = 'Input'\n\nexport { Input }\n"],"names":["Input","React","className","type","props","ref","jsx","cn"],"mappings":"ybAMMA,EAAQC,EAAM,WAClB,CAAC,CAAE,UAAAC,EAAW,KAAAC,EAAM,GAAGC,CAAA,EAASC,IAE5BC,EAAA,kBAAA,IAAC,QAAA,CACC,KAAAH,EACA,UAAWI,EAAA,GACT,2FACA,8DACA,4BACA,2BACA,6BACA,uDACA,uEACAL,CACF,EACA,IAAAG,EACC,GAAGD,CAAA,CAAA,CAIZ,EACAJ,EAAM,YAAc"}
|
package/dist/index17.js
CHANGED
|
@@ -1,64 +1,28 @@
|
|
|
1
|
-
import { j as
|
|
2
|
-
import
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
className: e,
|
|
6
|
-
|
|
7
|
-
...o
|
|
8
|
-
}) {
|
|
9
|
-
return /* @__PURE__ */ a.jsxs("div", { className: t("flex h-full", e), ...o, children: [
|
|
10
|
-
n && /* @__PURE__ */ a.jsx(s, {}),
|
|
11
|
-
r
|
|
12
|
-
] });
|
|
13
|
-
}
|
|
14
|
-
function s() {
|
|
15
|
-
return /* @__PURE__ */ a.jsx("div", { className: "fixed inset-0 bg-gray-400 z-60 h-4", children: /* @__PURE__ */ a.jsx("div", { className: "bg-chart-purple h-4 rounded-r animate-page-loader" }) });
|
|
16
|
-
}
|
|
17
|
-
function l({ className: r, ...e }) {
|
|
18
|
-
return /* @__PURE__ */ a.jsx(
|
|
19
|
-
"aside",
|
|
1
|
+
import { j as r } from "./index40.js";
|
|
2
|
+
import * as a from "react";
|
|
3
|
+
import { cn as d } from "./index41.js";
|
|
4
|
+
const s = a.forwardRef(
|
|
5
|
+
({ className: e, type: o, ...t }, i) => /* @__PURE__ */ r.jsx(
|
|
6
|
+
"input",
|
|
20
7
|
{
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
8
|
+
type: o,
|
|
9
|
+
className: d(
|
|
10
|
+
"flex h-[36px] w-full rounded border border-gray-900-24 bg-white px-12 py-[6px] text-base",
|
|
11
|
+
"file:border-0 file:bg-white file:text-base file:font-medium",
|
|
12
|
+
"placeholder:text-gray-400",
|
|
13
|
+
"hover:shadow-field-hover",
|
|
14
|
+
"active:shadow-field-active",
|
|
15
|
+
"focus-visible:outline-none focus:shadow-field-active",
|
|
16
|
+
"disabled:cursor-not-allowed disabled:opacity-64 disabled:shadow-none",
|
|
17
|
+
e
|
|
24
18
|
),
|
|
25
|
-
|
|
19
|
+
ref: i,
|
|
20
|
+
...t
|
|
26
21
|
}
|
|
27
|
-
)
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
return /* @__PURE__ */ a.jsx("div", { className: t("shrink-0", r), ...e });
|
|
31
|
-
}
|
|
32
|
-
function f({ className: r, ...e }) {
|
|
33
|
-
return /* @__PURE__ */ a.jsx("div", { className: t("grow overflow-auto", r), ...e });
|
|
34
|
-
}
|
|
35
|
-
function x({ className: r, ...e }) {
|
|
36
|
-
return /* @__PURE__ */ a.jsx(
|
|
37
|
-
"main",
|
|
38
|
-
{
|
|
39
|
-
className: t(
|
|
40
|
-
"flex flex-col grow justify-start bg-gray-50 sticky h-screen overflow-hidden",
|
|
41
|
-
r
|
|
42
|
-
),
|
|
43
|
-
...e
|
|
44
|
-
}
|
|
45
|
-
);
|
|
46
|
-
}
|
|
47
|
-
function m({ className: r, ...e }) {
|
|
48
|
-
return /* @__PURE__ */ a.jsx(
|
|
49
|
-
"div",
|
|
50
|
-
{
|
|
51
|
-
className: t("shrink-0 bg-white border-b border-gray-900/16", r),
|
|
52
|
-
...e
|
|
53
|
-
}
|
|
54
|
-
);
|
|
55
|
-
}
|
|
22
|
+
)
|
|
23
|
+
);
|
|
24
|
+
s.displayName = "Input";
|
|
56
25
|
export {
|
|
57
|
-
|
|
58
|
-
d as LayoutContent,
|
|
59
|
-
x as LayoutMain,
|
|
60
|
-
f as LayoutScrollableContent,
|
|
61
|
-
l as LayoutSidebar,
|
|
62
|
-
m as LayoutTopbar
|
|
26
|
+
s as Input
|
|
63
27
|
};
|
|
64
28
|
//# sourceMappingURL=index17.js.map
|
package/dist/index17.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index17.js","sources":["../src/
|
|
1
|
+
{"version":3,"file":"index17.js","sources":["../src/Input/index.tsx"],"sourcesContent":["import * as React from 'react'\nimport { cn } from '../lib/utils'\n\nexport interface InputProps\n extends React.InputHTMLAttributes<HTMLInputElement> {}\n\nconst Input = React.forwardRef<HTMLInputElement, InputProps>(\n ({ className, type, ...props }, ref) => {\n return (\n <input\n type={type}\n className={cn(\n 'flex h-[36px] w-full rounded border border-gray-900-24 bg-white px-12 py-[6px] text-base',\n 'file:border-0 file:bg-white file:text-base file:font-medium',\n 'placeholder:text-gray-400',\n 'hover:shadow-field-hover',\n 'active:shadow-field-active',\n 'focus-visible:outline-none focus:shadow-field-active',\n 'disabled:cursor-not-allowed disabled:opacity-64 disabled:shadow-none',\n className\n )}\n ref={ref}\n {...props}\n />\n )\n }\n)\nInput.displayName = 'Input'\n\nexport { Input }\n"],"names":["Input","React","className","type","props","ref","jsx","cn"],"mappings":";;;AAMA,MAAMA,IAAQC,EAAM;AAAA,EAClB,CAAC,EAAE,WAAAC,GAAW,MAAAC,GAAM,GAAGC,EAAA,GAASC,MAE5BC,gBAAAA,EAAA;AAAA,IAAC;AAAA,IAAA;AAAA,MACC,MAAAH;AAAA,MACA,WAAWI;AAAA,QACT;AAAA,QACA;AAAA,QACA;AAAA,QACA;AAAA,QACA;AAAA,QACA;AAAA,QACA;AAAA,QACAL;AAAA,MACF;AAAA,MACA,KAAAG;AAAA,MACC,GAAGD;AAAA,IAAA;AAAA,EAAA;AAIZ;AACAJ,EAAM,cAAc;"}
|
package/dist/index18.cjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const c=require("./index40.cjs"),s=require("@radix-ui/react-label"),l=require("class-variance-authority"),u=require("react"),d=require("./index41.cjs");function o(e){const r=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const t in e)if(t!=="default"){const a=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(r,t,a.get?a:{enumerable:!0,get:()=>e[t]})}}return r.default=e,Object.freeze(r)}const n=o(s),b=o(u),p=l.cva("leading-none peer-disabled:cursor-not-allowed peer-disabled:opacity-64"),i=b.forwardRef(({className:e,...r},t)=>c.jsxRuntimeExports.jsx(n.Root,{ref:t,className:d.cn(p(),e),...r}));i.displayName=n.Root.displayName;exports.Label=i;
|
|
2
2
|
//# sourceMappingURL=index18.cjs.map
|
package/dist/index18.cjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index18.cjs","sources":["../src/
|
|
1
|
+
{"version":3,"file":"index18.cjs","sources":["../src/Label/index.tsx"],"sourcesContent":["'use client'\n\nimport * as LabelPrimitive from '@radix-ui/react-label'\nimport { cva, type VariantProps } from 'class-variance-authority'\nimport * as React from 'react'\nimport { cn } from '../lib/utils'\n\nconst labelVariants = cva(\n 'leading-none peer-disabled:cursor-not-allowed peer-disabled:opacity-64'\n)\n\nconst Label = React.forwardRef<\n React.ElementRef<typeof LabelPrimitive.Root>,\n React.ComponentPropsWithoutRef<typeof LabelPrimitive.Root> &\n VariantProps<typeof labelVariants>\n>(({ className, ...props }, ref) => (\n <LabelPrimitive.Root\n ref={ref}\n className={cn(labelVariants(), className)}\n {...props}\n />\n))\nLabel.displayName = LabelPrimitive.Root.displayName\n\nexport { Label }\n"],"names":["labelVariants","cva","Label","React","className","props","ref","jsx","LabelPrimitive","cn"],"mappings":"ygBAOMA,EAAgBC,EAAA,IACpB,wEACF,EAEMC,EAAQC,EAAM,WAIlB,CAAC,CAAE,UAAAC,EAAW,GAAGC,CAAM,EAAGC,IAC1BC,EAAA,kBAAA,IAACC,EAAe,KAAf,CACC,IAAAF,EACA,UAAWG,EAAA,GAAGT,EAAc,EAAGI,CAAS,EACvC,GAAGC,CAAA,CACN,CACD,EACDH,EAAM,YAAcM,EAAe,KAAK"}
|
package/dist/index18.js
CHANGED
|
@@ -1,23 +1,20 @@
|
|
|
1
|
-
import { j as
|
|
2
|
-
import
|
|
3
|
-
import i from "
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
18
|
-
);
|
|
19
|
-
}
|
|
1
|
+
import { j as t } from "./index40.js";
|
|
2
|
+
import * as o from "@radix-ui/react-label";
|
|
3
|
+
import { cva as i } from "class-variance-authority";
|
|
4
|
+
import * as s from "react";
|
|
5
|
+
import { cn as m } from "./index41.js";
|
|
6
|
+
const l = i(
|
|
7
|
+
"leading-none peer-disabled:cursor-not-allowed peer-disabled:opacity-64"
|
|
8
|
+
), p = s.forwardRef(({ className: a, ...e }, r) => /* @__PURE__ */ t.jsx(
|
|
9
|
+
o.Root,
|
|
10
|
+
{
|
|
11
|
+
ref: r,
|
|
12
|
+
className: m(l(), a),
|
|
13
|
+
...e
|
|
14
|
+
}
|
|
15
|
+
));
|
|
16
|
+
p.displayName = o.Root.displayName;
|
|
20
17
|
export {
|
|
21
|
-
|
|
18
|
+
p as Label
|
|
22
19
|
};
|
|
23
20
|
//# sourceMappingURL=index18.js.map
|
package/dist/index18.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index18.js","sources":["../src/
|
|
1
|
+
{"version":3,"file":"index18.js","sources":["../src/Label/index.tsx"],"sourcesContent":["'use client'\n\nimport * as LabelPrimitive from '@radix-ui/react-label'\nimport { cva, type VariantProps } from 'class-variance-authority'\nimport * as React from 'react'\nimport { cn } from '../lib/utils'\n\nconst labelVariants = cva(\n 'leading-none peer-disabled:cursor-not-allowed peer-disabled:opacity-64'\n)\n\nconst Label = React.forwardRef<\n React.ElementRef<typeof LabelPrimitive.Root>,\n React.ComponentPropsWithoutRef<typeof LabelPrimitive.Root> &\n VariantProps<typeof labelVariants>\n>(({ className, ...props }, ref) => (\n <LabelPrimitive.Root\n ref={ref}\n className={cn(labelVariants(), className)}\n {...props}\n />\n))\nLabel.displayName = LabelPrimitive.Root.displayName\n\nexport { Label }\n"],"names":["labelVariants","cva","Label","React","className","props","ref","jsx","LabelPrimitive","cn"],"mappings":";;;;;AAOA,MAAMA,IAAgBC;AAAA,EACpB;AACF,GAEMC,IAAQC,EAAM,WAIlB,CAAC,EAAE,WAAAC,GAAW,GAAGC,EAAM,GAAGC,MAC1BC,gBAAAA,EAAA;AAAA,EAACC,EAAe;AAAA,EAAf;AAAA,IACC,KAAAF;AAAA,IACA,WAAWG,EAAGT,EAAc,GAAGI,CAAS;AAAA,IACvC,GAAGC;AAAA,EAAA;AACN,CACD;AACDH,EAAM,cAAcM,EAAe,KAAK;"}
|
package/dist/index19.cjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r=require("./index40.cjs"),n=require("./index41.cjs");function a({children:e,className:t,isLoading:s,...o}){return r.jsxRuntimeExports.jsxs("div",{className:n.cn("flex h-full",t),...o,children:[s&&r.jsxRuntimeExports.jsx(i,{}),e]})}function i(){return r.jsxRuntimeExports.jsx("div",{className:"fixed inset-0 bg-gray-400 z-[60] h-4",children:r.jsxRuntimeExports.jsx("div",{className:"bg-chart-purple h-4 rounded-r animate-page-loader"})})}function u({className:e,...t}){return r.jsxRuntimeExports.jsx("aside",{className:n.cn("bg-white flex flex-col flex-shrink-0 border-r-1 border-gray-900-16 sticky h-screen",e),...t})}function x({className:e,...t}){return r.jsxRuntimeExports.jsx("div",{className:n.cn("flex-shrink-0",e),...t})}function l({className:e,...t}){return r.jsxRuntimeExports.jsx("div",{className:n.cn("flex-grow overflow-auto",e),...t})}function c({className:e,...t}){return r.jsxRuntimeExports.jsx("main",{className:n.cn("flex flex-col flex-grow justify-start bg-gray-50 sticky h-screen overflow-hidden",e),...t})}function d({className:e,...t}){return r.jsxRuntimeExports.jsx("div",{className:n.cn("flex-shrink-0 bg-white border-b-1 border-gray-900-16",e),...t})}exports.Layout=a;exports.LayoutContent=x;exports.LayoutMain=c;exports.LayoutScrollableContent=l;exports.LayoutSidebar=u;exports.LayoutTopbar=d;
|
|
2
2
|
//# sourceMappingURL=index19.cjs.map
|
package/dist/index19.cjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index19.cjs","sources":["../src/
|
|
1
|
+
{"version":3,"file":"index19.cjs","sources":["../src/Layout/index.tsx"],"sourcesContent":["import React from 'react'\nimport { cn } from '../lib/utils'\n\ntype LayoutProps = React.HTMLAttributes<HTMLDivElement> & {\n children: React.ReactNode\n className?: string\n}\n\nexport function Layout({\n children,\n className,\n isLoading,\n ...props\n}: LayoutProps & {\n isLoading?: boolean\n}) {\n return (\n <div className={cn('flex h-full', className)} {...props}>\n {isLoading && <LayoutPageLoader />}\n {children}\n </div>\n )\n}\n\nfunction LayoutPageLoader() {\n return (\n <div className=\"fixed inset-0 bg-gray-400 z-[60] h-4\">\n <div className=\"bg-chart-purple h-4 rounded-r animate-page-loader\"></div>\n </div>\n )\n}\n\nexport function LayoutSidebar({ className, ...props }: LayoutProps) {\n return (\n <aside\n className={cn(\n 'bg-white flex flex-col flex-shrink-0 border-r-1 border-gray-900-16 sticky h-screen',\n className\n )}\n {...props}\n />\n )\n}\n\nexport function LayoutContent({ className, ...props }: LayoutProps) {\n return <div className={cn('flex-shrink-0', className)} {...props} />\n}\n\nexport function LayoutScrollableContent({ className, ...props }: LayoutProps) {\n return <div className={cn('flex-grow overflow-auto', className)} {...props} />\n}\n\nexport function LayoutMain({ className, ...props }: LayoutProps) {\n return (\n <main\n className={cn(\n 'flex flex-col flex-grow justify-start bg-gray-50 sticky h-screen overflow-hidden',\n className\n )}\n {...props}\n />\n )\n}\n\nexport function LayoutTopbar({ className, ...props }: LayoutProps) {\n return (\n <div\n className={cn(\n 'flex-shrink-0 bg-white border-b-1 border-gray-900-16',\n className\n )}\n {...props}\n />\n )\n}\n"],"names":["Layout","children","className","isLoading","props","jsxs","cn","LayoutPageLoader","jsx","LayoutSidebar","LayoutContent","LayoutScrollableContent","LayoutMain","LayoutTopbar"],"mappings":"4IAQO,SAASA,EAAO,CACrB,SAAAC,EACA,UAAAC,EACA,UAAAC,EACA,GAAGC,CACL,EAEG,CAEC,OAAAC,EAAA,kBAAA,KAAC,OAAI,UAAWC,EAAAA,GAAG,cAAeJ,CAAS,EAAI,GAAGE,EAC/C,SAAA,CAAAD,2BAAcI,EAAiB,EAAA,EAC/BN,CACH,CAAA,CAAA,CAEJ,CAEA,SAASM,GAAmB,CAExB,OAAAC,EAAA,kBAAA,IAAC,OAAI,UAAU,uCACb,iCAAC,MAAI,CAAA,UAAU,mDAAoD,CAAA,CACrE,CAAA,CAEJ,CAEO,SAASC,EAAc,CAAE,UAAAP,EAAW,GAAGE,GAAsB,CAEhE,OAAAI,EAAA,kBAAA,IAAC,QAAA,CACC,UAAWF,EAAA,GACT,qFACAJ,CACF,EACC,GAAGE,CAAA,CAAA,CAGV,CAEO,SAASM,EAAc,CAAE,UAAAR,EAAW,GAAGE,GAAsB,CAC3D,OAAAI,EAAA,kBAAA,IAAC,OAAI,UAAWF,EAAAA,GAAG,gBAAiBJ,CAAS,EAAI,GAAGE,CAAO,CAAA,CACpE,CAEO,SAASO,EAAwB,CAAE,UAAAT,EAAW,GAAGE,GAAsB,CACrE,OAAAI,EAAA,kBAAA,IAAC,OAAI,UAAWF,EAAAA,GAAG,0BAA2BJ,CAAS,EAAI,GAAGE,CAAO,CAAA,CAC9E,CAEO,SAASQ,EAAW,CAAE,UAAAV,EAAW,GAAGE,GAAsB,CAE7D,OAAAI,EAAA,kBAAA,IAAC,OAAA,CACC,UAAWF,EAAA,GACT,mFACAJ,CACF,EACC,GAAGE,CAAA,CAAA,CAGV,CAEO,SAASS,EAAa,CAAE,UAAAX,EAAW,GAAGE,GAAsB,CAE/D,OAAAI,EAAA,kBAAA,IAAC,MAAA,CACC,UAAWF,EAAA,GACT,uDACAJ,CACF,EACC,GAAGE,CAAA,CAAA,CAGV"}
|
package/dist/index19.js
CHANGED
|
@@ -1,99 +1,67 @@
|
|
|
1
|
-
import { j as
|
|
2
|
-
import {
|
|
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
|
-
|
|
39
|
-
|
|
40
|
-
"
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
);
|
|
60
|
-
f.displayName = "PaginationPrevious";
|
|
61
|
-
const u = ({
|
|
62
|
-
className: i,
|
|
63
|
-
...a
|
|
64
|
-
}) => /* @__PURE__ */ e.jsx(
|
|
65
|
-
o,
|
|
66
|
-
{
|
|
67
|
-
"aria-label": "Go to next page",
|
|
68
|
-
className: i,
|
|
69
|
-
...a,
|
|
70
|
-
children: /* @__PURE__ */ e.jsx(l, { className: "h-16 w-16" })
|
|
71
|
-
}
|
|
72
|
-
);
|
|
73
|
-
u.displayName = "PaginationNext";
|
|
74
|
-
const d = ({
|
|
75
|
-
className: i,
|
|
76
|
-
...a
|
|
77
|
-
}) => /* @__PURE__ */ e.jsx(
|
|
78
|
-
"span",
|
|
79
|
-
{
|
|
80
|
-
"aria-hidden": !0,
|
|
81
|
-
className: t(
|
|
82
|
-
"flex h-[36px] w-[36px] items-center justify-center",
|
|
83
|
-
i
|
|
84
|
-
),
|
|
85
|
-
...a,
|
|
86
|
-
children: /* @__PURE__ */ e.jsx(r, { className: "h-16 w-16" })
|
|
87
|
-
}
|
|
88
|
-
);
|
|
89
|
-
d.displayName = "PaginationEllipsis";
|
|
1
|
+
import { j as a } from "./index40.js";
|
|
2
|
+
import { cn as t } from "./index41.js";
|
|
3
|
+
function u({
|
|
4
|
+
children: e,
|
|
5
|
+
className: r,
|
|
6
|
+
isLoading: n,
|
|
7
|
+
...o
|
|
8
|
+
}) {
|
|
9
|
+
return /* @__PURE__ */ a.jsxs("div", { className: t("flex h-full", r), ...o, children: [
|
|
10
|
+
n && /* @__PURE__ */ a.jsx(s, {}),
|
|
11
|
+
e
|
|
12
|
+
] });
|
|
13
|
+
}
|
|
14
|
+
function s() {
|
|
15
|
+
return /* @__PURE__ */ a.jsx("div", { className: "fixed inset-0 bg-gray-400 z-[60] h-4", children: /* @__PURE__ */ a.jsx("div", { className: "bg-chart-purple h-4 rounded-r animate-page-loader" }) });
|
|
16
|
+
}
|
|
17
|
+
function c({ className: e, ...r }) {
|
|
18
|
+
return /* @__PURE__ */ a.jsx(
|
|
19
|
+
"aside",
|
|
20
|
+
{
|
|
21
|
+
className: t(
|
|
22
|
+
"bg-white flex flex-col flex-shrink-0 border-r-1 border-gray-900-16 sticky h-screen",
|
|
23
|
+
e
|
|
24
|
+
),
|
|
25
|
+
...r
|
|
26
|
+
}
|
|
27
|
+
);
|
|
28
|
+
}
|
|
29
|
+
function f({ className: e, ...r }) {
|
|
30
|
+
return /* @__PURE__ */ a.jsx("div", { className: t("flex-shrink-0", e), ...r });
|
|
31
|
+
}
|
|
32
|
+
function x({ className: e, ...r }) {
|
|
33
|
+
return /* @__PURE__ */ a.jsx("div", { className: t("flex-grow overflow-auto", e), ...r });
|
|
34
|
+
}
|
|
35
|
+
function d({ className: e, ...r }) {
|
|
36
|
+
return /* @__PURE__ */ a.jsx(
|
|
37
|
+
"main",
|
|
38
|
+
{
|
|
39
|
+
className: t(
|
|
40
|
+
"flex flex-col flex-grow justify-start bg-gray-50 sticky h-screen overflow-hidden",
|
|
41
|
+
e
|
|
42
|
+
),
|
|
43
|
+
...r
|
|
44
|
+
}
|
|
45
|
+
);
|
|
46
|
+
}
|
|
47
|
+
function m({ className: e, ...r }) {
|
|
48
|
+
return /* @__PURE__ */ a.jsx(
|
|
49
|
+
"div",
|
|
50
|
+
{
|
|
51
|
+
className: t(
|
|
52
|
+
"flex-shrink-0 bg-white border-b-1 border-gray-900-16",
|
|
53
|
+
e
|
|
54
|
+
),
|
|
55
|
+
...r
|
|
56
|
+
}
|
|
57
|
+
);
|
|
58
|
+
}
|
|
90
59
|
export {
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
f as PaginationPrevious
|
|
60
|
+
u as Layout,
|
|
61
|
+
f as LayoutContent,
|
|
62
|
+
d as LayoutMain,
|
|
63
|
+
x as LayoutScrollableContent,
|
|
64
|
+
c as LayoutSidebar,
|
|
65
|
+
m as LayoutTopbar
|
|
98
66
|
};
|
|
99
67
|
//# sourceMappingURL=index19.js.map
|
package/dist/index19.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index19.js","sources":["../src/
|
|
1
|
+
{"version":3,"file":"index19.js","sources":["../src/Layout/index.tsx"],"sourcesContent":["import React from 'react'\nimport { cn } from '../lib/utils'\n\ntype LayoutProps = React.HTMLAttributes<HTMLDivElement> & {\n children: React.ReactNode\n className?: string\n}\n\nexport function Layout({\n children,\n className,\n isLoading,\n ...props\n}: LayoutProps & {\n isLoading?: boolean\n}) {\n return (\n <div className={cn('flex h-full', className)} {...props}>\n {isLoading && <LayoutPageLoader />}\n {children}\n </div>\n )\n}\n\nfunction LayoutPageLoader() {\n return (\n <div className=\"fixed inset-0 bg-gray-400 z-[60] h-4\">\n <div className=\"bg-chart-purple h-4 rounded-r animate-page-loader\"></div>\n </div>\n )\n}\n\nexport function LayoutSidebar({ className, ...props }: LayoutProps) {\n return (\n <aside\n className={cn(\n 'bg-white flex flex-col flex-shrink-0 border-r-1 border-gray-900-16 sticky h-screen',\n className\n )}\n {...props}\n />\n )\n}\n\nexport function LayoutContent({ className, ...props }: LayoutProps) {\n return <div className={cn('flex-shrink-0', className)} {...props} />\n}\n\nexport function LayoutScrollableContent({ className, ...props }: LayoutProps) {\n return <div className={cn('flex-grow overflow-auto', className)} {...props} />\n}\n\nexport function LayoutMain({ className, ...props }: LayoutProps) {\n return (\n <main\n className={cn(\n 'flex flex-col flex-grow justify-start bg-gray-50 sticky h-screen overflow-hidden',\n className\n )}\n {...props}\n />\n )\n}\n\nexport function LayoutTopbar({ className, ...props }: LayoutProps) {\n return (\n <div\n className={cn(\n 'flex-shrink-0 bg-white border-b-1 border-gray-900-16',\n className\n )}\n {...props}\n />\n )\n}\n"],"names":["Layout","children","className","isLoading","props","jsxs","cn","LayoutPageLoader","jsx","LayoutSidebar","LayoutContent","LayoutScrollableContent","LayoutMain","LayoutTopbar"],"mappings":";;AAQO,SAASA,EAAO;AAAA,EACrB,UAAAC;AAAA,EACA,WAAAC;AAAA,EACA,WAAAC;AAAA,EACA,GAAGC;AACL,GAEG;AAEC,SAAAC,gBAAAA,EAAA,KAAC,SAAI,WAAWC,EAAG,eAAeJ,CAAS,GAAI,GAAGE,GAC/C,UAAA;AAAA,IAAAD,2BAAcI,GAAiB,EAAA;AAAA,IAC/BN;AAAA,EACH,EAAA,CAAA;AAEJ;AAEA,SAASM,IAAmB;AAExB,SAAAC,gBAAAA,EAAA,IAAC,SAAI,WAAU,wCACb,gCAAC,OAAI,EAAA,WAAU,oDAAoD,CAAA,EACrE,CAAA;AAEJ;AAEO,SAASC,EAAc,EAAE,WAAAP,GAAW,GAAGE,KAAsB;AAEhE,SAAAI,gBAAAA,EAAA;AAAA,IAAC;AAAA,IAAA;AAAA,MACC,WAAWF;AAAA,QACT;AAAA,QACAJ;AAAA,MACF;AAAA,MACC,GAAGE;AAAA,IAAA;AAAA,EAAA;AAGV;AAEO,SAASM,EAAc,EAAE,WAAAR,GAAW,GAAGE,KAAsB;AAC3D,SAAAI,gBAAAA,EAAA,IAAC,SAAI,WAAWF,EAAG,iBAAiBJ,CAAS,GAAI,GAAGE,EAAO,CAAA;AACpE;AAEO,SAASO,EAAwB,EAAE,WAAAT,GAAW,GAAGE,KAAsB;AACrE,SAAAI,gBAAAA,EAAA,IAAC,SAAI,WAAWF,EAAG,2BAA2BJ,CAAS,GAAI,GAAGE,EAAO,CAAA;AAC9E;AAEO,SAASQ,EAAW,EAAE,WAAAV,GAAW,GAAGE,KAAsB;AAE7D,SAAAI,gBAAAA,EAAA;AAAA,IAAC;AAAA,IAAA;AAAA,MACC,WAAWF;AAAA,QACT;AAAA,QACAJ;AAAA,MACF;AAAA,MACC,GAAGE;AAAA,IAAA;AAAA,EAAA;AAGV;AAEO,SAASS,EAAa,EAAE,WAAAX,GAAW,GAAGE,KAAsB;AAE/D,SAAAI,gBAAAA,EAAA;AAAA,IAAC;AAAA,IAAA;AAAA,MACC,WAAWF;AAAA,QACT;AAAA,QACAJ;AAAA,MACF;AAAA,MACC,GAAGE;AAAA,IAAA;AAAA,EAAA;AAGV;"}
|
package/dist/index2.cjs
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index2.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
package/dist/index2.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index2.js","sources":[],"sourcesContent":[],"names":[],"mappings":";"}
|
package/dist/index20.cjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./index40.cjs"),i=require("./index41.cjs"),s=require("./index43.cjs");function l({className:t}){return e.jsxRuntimeExports.jsx("div",{role:"alert","aria-busy":!0,className:i.cn("flex items-center justify-center",t),children:e.jsxRuntimeExports.jsxs("div",{className:"inline-block relative w-[76px] h-[48px]",children:[e.jsxRuntimeExports.jsx(s.default,{className:"left-8 animate-loading-ellipsis1"}),e.jsxRuntimeExports.jsx(s.default,{className:"left-8 animate-loading-ellipsis2"}),e.jsxRuntimeExports.jsx(s.default,{className:"left-32 animate-loading-ellipsis2"}),e.jsxRuntimeExports.jsx(s.default,{className:"left-[56px] animate-loading-ellipsis3"})]})})}exports.Loading=l;
|
|
2
2
|
//# sourceMappingURL=index20.cjs.map
|
package/dist/index20.cjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index20.cjs","sources":["../src/
|
|
1
|
+
{"version":3,"file":"index20.cjs","sources":["../src/Loading/index.tsx"],"sourcesContent":["import { cn } from '../lib/utils'\nimport LoadingDot from './LoadingDot'\n\ntype Props = {\n className?: string\n}\n\nexport function Loading({ className }: Props) {\n return (\n <div\n role=\"alert\"\n aria-busy={true}\n className={cn('flex items-center justify-center', className)}\n >\n <div className=\"inline-block relative w-[76px] h-[48px]\">\n <LoadingDot className=\"left-8 animate-loading-ellipsis1\" />\n <LoadingDot className=\"left-8 animate-loading-ellipsis2\" />\n <LoadingDot className=\"left-32 animate-loading-ellipsis2\" />\n <LoadingDot className=\"left-[56px] animate-loading-ellipsis3\" />\n </div>\n </div>\n )\n}\n"],"names":["Loading","className","jsx","cn","jsxs","LoadingDot"],"mappings":"uKAOgB,SAAAA,EAAQ,CAAE,UAAAC,GAAoB,CAE1C,OAAAC,EAAA,kBAAA,IAAC,MAAA,CACC,KAAK,QACL,YAAW,GACX,UAAWC,EAAAA,GAAG,mCAAoCF,CAAS,EAE3D,SAAAG,EAAA,kBAAA,KAAC,MAAI,CAAA,UAAU,0CACb,SAAA,CAACF,EAAAA,kBAAAA,IAAAG,EAAA,QAAA,CAAW,UAAU,kCAAmC,CAAA,EACzDH,EAAAA,kBAAAA,IAACG,EAAW,QAAA,CAAA,UAAU,kCAAmC,CAAA,EACzDH,EAAAA,kBAAAA,IAACG,EAAW,QAAA,CAAA,UAAU,mCAAoC,CAAA,EAC1DH,EAAAA,kBAAAA,IAACG,EAAW,QAAA,CAAA,UAAU,uCAAwC,CAAA,CAAA,EAChE,CAAA,CAAA,CAGN"}
|
package/dist/index20.js
CHANGED
|
@@ -1,25 +1,23 @@
|
|
|
1
|
-
import { j as
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
1
|
+
import { j as e } from "./index40.js";
|
|
2
|
+
import { cn as a } from "./index41.js";
|
|
3
|
+
import i from "./index43.js";
|
|
4
|
+
function r({ className: s }) {
|
|
5
|
+
return /* @__PURE__ */ e.jsx(
|
|
6
|
+
"div",
|
|
7
|
+
{
|
|
8
|
+
role: "alert",
|
|
9
|
+
"aria-busy": !0,
|
|
10
|
+
className: a("flex items-center justify-center", s),
|
|
11
|
+
children: /* @__PURE__ */ e.jsxs("div", { className: "inline-block relative w-[76px] h-[48px]", children: [
|
|
12
|
+
/* @__PURE__ */ e.jsx(i, { className: "left-8 animate-loading-ellipsis1" }),
|
|
13
|
+
/* @__PURE__ */ e.jsx(i, { className: "left-8 animate-loading-ellipsis2" }),
|
|
14
|
+
/* @__PURE__ */ e.jsx(i, { className: "left-32 animate-loading-ellipsis2" }),
|
|
15
|
+
/* @__PURE__ */ e.jsx(i, { className: "left-[56px] animate-loading-ellipsis3" })
|
|
16
|
+
] })
|
|
17
|
+
}
|
|
18
|
+
);
|
|
19
|
+
}
|
|
19
20
|
export {
|
|
20
|
-
|
|
21
|
-
g as PopoverAnchor,
|
|
22
|
-
m as PopoverContent,
|
|
23
|
-
f as PopoverTrigger
|
|
21
|
+
r as Loading
|
|
24
22
|
};
|
|
25
23
|
//# sourceMappingURL=index20.js.map
|
package/dist/index20.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index20.js","sources":["../src/
|
|
1
|
+
{"version":3,"file":"index20.js","sources":["../src/Loading/index.tsx"],"sourcesContent":["import { cn } from '../lib/utils'\nimport LoadingDot from './LoadingDot'\n\ntype Props = {\n className?: string\n}\n\nexport function Loading({ className }: Props) {\n return (\n <div\n role=\"alert\"\n aria-busy={true}\n className={cn('flex items-center justify-center', className)}\n >\n <div className=\"inline-block relative w-[76px] h-[48px]\">\n <LoadingDot className=\"left-8 animate-loading-ellipsis1\" />\n <LoadingDot className=\"left-8 animate-loading-ellipsis2\" />\n <LoadingDot className=\"left-32 animate-loading-ellipsis2\" />\n <LoadingDot className=\"left-[56px] animate-loading-ellipsis3\" />\n </div>\n </div>\n )\n}\n"],"names":["Loading","className","jsx","cn","jsxs","LoadingDot"],"mappings":";;;AAOgB,SAAAA,EAAQ,EAAE,WAAAC,KAAoB;AAE1C,SAAAC,gBAAAA,EAAA;AAAA,IAAC;AAAA,IAAA;AAAA,MACC,MAAK;AAAA,MACL,aAAW;AAAA,MACX,WAAWC,EAAG,oCAAoCF,CAAS;AAAA,MAE3D,UAAAG,gBAAAA,EAAA,KAAC,OAAI,EAAA,WAAU,2CACb,UAAA;AAAA,QAACF,gBAAAA,EAAAA,IAAAG,GAAA,EAAW,WAAU,mCAAmC,CAAA;AAAA,QACzDH,gBAAAA,EAAAA,IAACG,GAAW,EAAA,WAAU,mCAAmC,CAAA;AAAA,QACzDH,gBAAAA,EAAAA,IAACG,GAAW,EAAA,WAAU,oCAAoC,CAAA;AAAA,QAC1DH,gBAAAA,EAAAA,IAACG,GAAW,EAAA,WAAU,wCAAwC,CAAA;AAAA,MAAA,GAChE;AAAA,IAAA;AAAA,EAAA;AAGN;"}
|