brutx-ui-vue 0.3.0 → 0.4.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/dist/SubmitButton.vue_vue_type_script_setup_true_lang-BvDNE8RZ.js +26 -0
- package/dist/{SubmitButton.vue_vue_type_script_setup_true_lang-DJSkYjFj.mjs → SubmitButton.vue_vue_type_script_setup_true_lang-CZA8P1aB.mjs} +48 -48
- package/dist/brutx-ui-vue.css +1 -1
- package/dist/components/brutalist-hero/BrutalistHero.vue.d.ts.map +1 -1
- package/dist/components/card-3d/Card3D.vue.d.ts +42 -0
- package/dist/components/card-3d/Card3D.vue.d.ts.map +1 -0
- package/dist/components/card-3d/card-3d-variants.d.ts +5 -0
- package/dist/components/card-3d/card-3d-variants.d.ts.map +1 -0
- package/dist/components/card-3d/card-3d.test.d.ts +2 -0
- package/dist/components/card-3d/card-3d.test.d.ts.map +1 -0
- package/dist/components/glitch-text/GlitchText.vue.d.ts +41 -0
- package/dist/components/glitch-text/GlitchText.vue.d.ts.map +1 -0
- package/dist/components/glitch-text/glitch-text-variants.d.ts +4 -0
- package/dist/components/glitch-text/glitch-text-variants.d.ts.map +1 -0
- package/dist/components/glitch-text/glitch-text.test.d.ts +2 -0
- package/dist/components/glitch-text/glitch-text.test.d.ts.map +1 -0
- package/dist/components/hardcore-input/HardcoreInput.vue.d.ts +51 -0
- package/dist/components/hardcore-input/HardcoreInput.vue.d.ts.map +1 -0
- package/dist/components/hardcore-input/hardcore-input-variants.d.ts +5 -0
- package/dist/components/hardcore-input/hardcore-input-variants.d.ts.map +1 -0
- package/dist/components/hardcore-input/hardcore-input.test.d.ts +2 -0
- package/dist/components/hardcore-input/hardcore-input.test.d.ts.map +1 -0
- package/dist/components/saas-pricing/SaaSPricing.vue.d.ts.map +1 -1
- package/dist/components/scratch-card/ScratchCard.vue.d.ts +46 -0
- package/dist/components/scratch-card/ScratchCard.vue.d.ts.map +1 -0
- package/dist/components/scratch-card/scratch-card-variants.d.ts +2 -0
- package/dist/components/scratch-card/scratch-card-variants.d.ts.map +1 -0
- package/dist/components/scratch-card/scratch-card.test.d.ts +2 -0
- package/dist/components/scratch-card/scratch-card.test.d.ts.map +1 -0
- package/dist/components/sketchy-chart/SketchyChart.vue.d.ts +24 -0
- package/dist/components/sketchy-chart/SketchyChart.vue.d.ts.map +1 -0
- package/dist/components/sketchy-chart/sketchy-chart-variants.d.ts +2 -0
- package/dist/components/sketchy-chart/sketchy-chart-variants.d.ts.map +1 -0
- package/dist/components/sketchy-chart/sketchy-chart.test.d.ts +2 -0
- package/dist/components/sketchy-chart/sketchy-chart.test.d.ts.map +1 -0
- package/dist/components/waitlist-page/WaitlistPage.vue.d.ts.map +1 -1
- package/dist/composables/useAudioEngine.d.ts +6 -0
- package/dist/composables/useAudioEngine.d.ts.map +1 -0
- package/dist/composables/useCanvasInteraction.d.ts +262 -0
- package/dist/composables/useCanvasInteraction.d.ts.map +1 -0
- package/dist/composables/useReducedMotion.d.ts +2 -0
- package/dist/composables/useReducedMotion.d.ts.map +1 -0
- package/dist/index.d.ts +13 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +35 -35
- package/dist/index.mjs +4005 -3199
- package/dist/locales/en.d.ts.map +1 -1
- package/dist/locales/types.d.ts +6 -0
- package/dist/locales/types.d.ts.map +1 -1
- package/dist/locales/zh-CN.d.ts.map +1 -1
- package/dist/locales.js +1 -1
- package/dist/locales.mjs +16 -10
- package/dist/submit-button.js +1 -1
- package/dist/submit-button.mjs +1 -1
- package/dist/{zh-CN-CPdhc_Qi.js → zh-CN-CVf01GDj.js} +1 -1
- package/dist/{zh-CN-BIcC6Xz_.mjs → zh-CN-vvvB_MpI.mjs} +6 -0
- package/package.json +1 -1
- package/dist/SubmitButton.vue_vue_type_script_setup_true_lang-CLcC0llX.js +0 -26
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";const n=require("vue"),N=require("./utils-DSKoFOjv.js"),y=require("./zh-CN-CVf01GDj.js");/**
|
|
2
|
+
* @license lucide-vue-next v0.510.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
|
+
*/const x=e=>e.replace(/([a-z0-9])([A-Z])/g,"$1-$2").toLowerCase(),A=e=>e.replace(/^([A-Z])|[\s-_]+(\w)/g,(t,a,r)=>r?r.toUpperCase():a.toLowerCase()),E=e=>{const t=A(e);return t.charAt(0).toUpperCase()+t.slice(1)},I=(...e)=>e.filter((t,a,r)=>!!t&&t.trim()!==""&&r.indexOf(t)===a).join(" ").trim();/**
|
|
7
|
+
* @license lucide-vue-next v0.510.0 - ISC
|
|
8
|
+
*
|
|
9
|
+
* This source code is licensed under the ISC license.
|
|
10
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
11
|
+
*/var h={xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor","stroke-width":2,"stroke-linecap":"round","stroke-linejoin":"round"};/**
|
|
12
|
+
* @license lucide-vue-next v0.510.0 - ISC
|
|
13
|
+
*
|
|
14
|
+
* This source code is licensed under the ISC license.
|
|
15
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
16
|
+
*/const T=({size:e,strokeWidth:t=2,absoluteStrokeWidth:a,color:r,iconNode:l,name:o,class:u,...c},{slots:b})=>n.h("svg",{...h,width:e||h.width,height:e||h.height,stroke:r||h.stroke,"stroke-width":a?Number(t)*24/Number(e):t,class:I("lucide",...o?[`lucide-${x(E(o))}-icon`,`lucide-${x(o)}`]:["lucide-icon"]),...c},[...l.map(s=>n.h(...s)),...b.default?[b.default()]:[]]);/**
|
|
17
|
+
* @license lucide-vue-next v0.510.0 - ISC
|
|
18
|
+
*
|
|
19
|
+
* This source code is licensed under the ISC license.
|
|
20
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
21
|
+
*/const L=(e,t)=>(a,{slots:r})=>n.h(T,{...a,iconNode:t,name:e},r);/**
|
|
22
|
+
* @license lucide-vue-next v0.510.0 - ISC
|
|
23
|
+
*
|
|
24
|
+
* This source code is licensed under the ISC license.
|
|
25
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
26
|
+
*/const V=L("loader-circle",[["path",{d:"M21 12a9 9 0 1 1-6.219-8.56",key:"13zald"}]]),w=e=>typeof e=="boolean"?`${e}`:e===0?"0":e,p=N.clsx,B=(e,t)=>a=>{var r;if((t==null?void 0:t.variants)==null)return p(e,a==null?void 0:a.class,a==null?void 0:a.className);const{variants:l,defaultVariants:o}=t,u=Object.keys(l).map(s=>{const i=a==null?void 0:a[s],v=o==null?void 0:o[s];if(i===null)return null;const d=w(i)||w(v);return l[s][d]}),c=a&&Object.entries(a).reduce((s,i)=>{let[v,d]=i;return d===void 0||(s[v]=d),s},{}),b=t==null||(r=t.compoundVariants)===null||r===void 0?void 0:r.reduce((s,i)=>{let{class:v,className:d,...O}=i;return Object.entries(O).every(z=>{let[m,f]=z;return Array.isArray(f)?f.includes({...o,...c}[m]):{...o,...c}[m]===f})?[...s,v,d]:s},[]);return p(e,u,b,a==null?void 0:a.class,a==null?void 0:a.className)},_=B(["inline-flex items-center justify-center gap-2","border-3 border-brutal","font-black tracking-wide","transition-all duration-150","focus:outline focus:outline-[3px] focus:outline-brutal-ring focus:outline-offset-2","disabled:opacity-50 disabled:pointer-events-none","active:translate-y-[var(--brutal-pressed-offset,2px)] active:shadow-none"],{variants:{variant:{default:["bg-brutal-bg text-brutal-fg","shadow-brutal","hover:shadow-brutal-lg hover:-translate-x-0.5 hover:-translate-y-0.5"],primary:["bg-brutal-primary text-brutal-fg","shadow-brutal","hover:shadow-brutal-lg hover:-translate-x-0.5 hover:-translate-y-0.5"],secondary:["bg-brutal-secondary text-brutal-fg","shadow-brutal","hover:shadow-brutal-lg hover:-translate-x-0.5 hover:-translate-y-0.5"],accent:["bg-brutal-accent text-brutal-fg","shadow-brutal","hover:shadow-brutal-lg hover:-translate-x-0.5 hover:-translate-y-0.5"],danger:["bg-brutal-destructive text-brutal-fg","shadow-brutal","hover:shadow-brutal-lg hover:-translate-x-0.5 hover:-translate-y-0.5"],success:["bg-brutal-success text-brutal-fg","shadow-brutal","hover:shadow-brutal-lg hover:-translate-x-0.5 hover:-translate-y-0.5"],outline:["bg-transparent text-brutal-fg","shadow-brutal","hover:bg-brutal-fg hover:text-brutal-bg","hover:shadow-brutal-lg hover:-translate-x-0.5 hover:-translate-y-0.5"],ghost:["bg-transparent text-brutal-fg border-transparent","shadow-none","hover:bg-brutal-muted hover:border-brutal"],link:["bg-transparent text-brutal-fg border-transparent","shadow-none underline-offset-4","hover:underline"]},size:{sm:"h-9 px-3 py-1 text-sm",default:"h-11 px-5 py-2 text-base",lg:"h-14 px-8 py-3 text-lg",xl:"h-16 px-10 py-4 text-xl",icon:"h-11 w-11 p-0"}},defaultVariants:{variant:"default",size:"default"}}),g=Symbol("brutx-ui-locale");function $(e){n.provide(g,e)}function C(e,t){const a=t.split(".");let r=e;for(const l of a){if(r==null||typeof r!="object")return;r=r[l]}return typeof r=="string"?r:void 0}function k(e,t){return t?Object.entries(t).reduce((a,[r,l])=>a.split(`{${r}}`).join(String(l)),e):e}function j(){const e=n.inject(g,void 0),t=n.computed(()=>(e?n.unref(e):void 0)??y.zhCN);function a(r,l){const o=C(t.value,r);if(o!==void 0)return k(o,l);const u=C(y.zhCN,r);return u!==void 0?k(u,l):r}return{locale:t,t:a}}const S=["disabled"],P=n.defineComponent({__name:"SubmitButton",props:{variant:{default:"default"},size:{default:"default"},pendingText:{default:void 0},loading:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},class:{default:""}},setup(e){const t=e,{t:a}=j(),r=n.computed(()=>t.pendingText??a("submitButton.submitting")),l=n.computed(()=>t.disabled||t.loading),o=n.computed(()=>N.cn(_({variant:t.variant,size:t.size}),t.class));return(u,c)=>(n.openBlock(),n.createElementBlock("button",{type:"submit",class:n.normalizeClass(o.value),disabled:l.value},[e.loading?(n.openBlock(),n.createBlock(n.unref(V),{key:0,class:"h-4 w-4 animate-spin"})):n.createCommentVNode("",!0),e.loading&&r.value?(n.openBlock(),n.createElementBlock(n.Fragment,{key:1},[n.createTextVNode(n.toDisplayString(r.value),1)],64)):n.renderSlot(u.$slots,"default",{key:2})],10,S))}});exports.LOCALE_INJECTION_KEY=g;exports.LoaderCircle=V;exports._sfc_main=P;exports.buttonVariants=_;exports.createLucideIcon=L;exports.cva=B;exports.provideLocale=$;exports.useLocale=j;
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
import { h as m, inject as z, computed as f, unref as
|
|
1
|
+
import { h as m, inject as z, computed as f, unref as N, provide as O, defineComponent as A, createElementBlock as y, openBlock as g, normalizeClass as $, createBlock as S, createCommentVNode as T, renderSlot as P, Fragment as E, createTextVNode as I, toDisplayString as K } from "vue";
|
|
2
2
|
import { a as U, c as D } from "./utils-qaFjX9_3.mjs";
|
|
3
|
-
import { z as w } from "./zh-CN-
|
|
3
|
+
import { z as w } from "./zh-CN-vvvB_MpI.mjs";
|
|
4
4
|
/**
|
|
5
5
|
* @license lucide-vue-next v0.510.0 - ISC
|
|
6
6
|
*
|
|
7
7
|
* This source code is licensed under the ISC license.
|
|
8
8
|
* See the LICENSE file in the root directory of this source tree.
|
|
9
9
|
*/
|
|
10
|
-
const p = (
|
|
10
|
+
const p = (t) => t.replace(/([a-z0-9])([A-Z])/g, "$1-$2").toLowerCase(), Z = (t) => t.replace(
|
|
11
11
|
/^([A-Z])|[\s-_]+(\w)/g,
|
|
12
|
-
(
|
|
13
|
-
), F = (
|
|
14
|
-
const
|
|
15
|
-
return
|
|
16
|
-
}, J = (...
|
|
12
|
+
(e, a, r) => r ? r.toUpperCase() : a.toLowerCase()
|
|
13
|
+
), F = (t) => {
|
|
14
|
+
const e = Z(t);
|
|
15
|
+
return e.charAt(0).toUpperCase() + e.slice(1);
|
|
16
|
+
}, J = (...t) => t.filter((e, a, r) => !!e && e.trim() !== "" && r.indexOf(e) === a).join(" ").trim();
|
|
17
17
|
/**
|
|
18
18
|
* @license lucide-vue-next v0.510.0 - ISC
|
|
19
19
|
*
|
|
@@ -37,14 +37,14 @@ var v = {
|
|
|
37
37
|
* This source code is licensed under the ISC license.
|
|
38
38
|
* See the LICENSE file in the root directory of this source tree.
|
|
39
39
|
*/
|
|
40
|
-
const M = ({ size:
|
|
40
|
+
const M = ({ size: t, strokeWidth: e = 2, absoluteStrokeWidth: a, color: r, iconNode: o, name: n, class: s, ...d }, { slots: b }) => m(
|
|
41
41
|
"svg",
|
|
42
42
|
{
|
|
43
43
|
...v,
|
|
44
|
-
width:
|
|
45
|
-
height:
|
|
44
|
+
width: t || v.width,
|
|
45
|
+
height: t || v.height,
|
|
46
46
|
stroke: r || v.stroke,
|
|
47
|
-
"stroke-width": a ? Number(
|
|
47
|
+
"stroke-width": a ? Number(e) * 24 / Number(t) : e,
|
|
48
48
|
class: J(
|
|
49
49
|
"lucide",
|
|
50
50
|
...n ? [`lucide-${p(F(n))}-icon`, `lucide-${p(n)}`] : ["lucide-icon"]
|
|
@@ -59,12 +59,12 @@ const M = ({ size: e, strokeWidth: t = 2, absoluteStrokeWidth: a, color: r, icon
|
|
|
59
59
|
* This source code is licensed under the ISC license.
|
|
60
60
|
* See the LICENSE file in the root directory of this source tree.
|
|
61
61
|
*/
|
|
62
|
-
const Y = (
|
|
62
|
+
const Y = (t, e) => (a, { slots: r }) => m(
|
|
63
63
|
M,
|
|
64
64
|
{
|
|
65
65
|
...a,
|
|
66
|
-
iconNode:
|
|
67
|
-
name:
|
|
66
|
+
iconNode: e,
|
|
67
|
+
name: t
|
|
68
68
|
},
|
|
69
69
|
r
|
|
70
70
|
);
|
|
@@ -76,10 +76,10 @@ const Y = (e, t) => (a, { slots: r }) => m(
|
|
|
76
76
|
*/
|
|
77
77
|
const q = Y("loader-circle", [
|
|
78
78
|
["path", { d: "M21 12a9 9 0 1 1-6.219-8.56", key: "13zald" }]
|
|
79
|
-
]), C = (
|
|
79
|
+
]), C = (t) => typeof t == "boolean" ? `${t}` : t === 0 ? "0" : t, k = U, G = (t, e) => (a) => {
|
|
80
80
|
var r;
|
|
81
|
-
if ((
|
|
82
|
-
const { variants: o, defaultVariants: n } =
|
|
81
|
+
if ((e == null ? void 0 : e.variants) == null) return k(t, a == null ? void 0 : a.class, a == null ? void 0 : a.className);
|
|
82
|
+
const { variants: o, defaultVariants: n } = e, s = Object.keys(o).map((l) => {
|
|
83
83
|
const i = a == null ? void 0 : a[l], c = n == null ? void 0 : n[l];
|
|
84
84
|
if (i === null) return null;
|
|
85
85
|
const u = C(i) || C(c);
|
|
@@ -87,31 +87,31 @@ const q = Y("loader-circle", [
|
|
|
87
87
|
}), d = a && Object.entries(a).reduce((l, i) => {
|
|
88
88
|
let [c, u] = i;
|
|
89
89
|
return u === void 0 || (l[c] = u), l;
|
|
90
|
-
}, {}), b =
|
|
90
|
+
}, {}), b = e == null || (r = e.compoundVariants) === null || r === void 0 ? void 0 : r.reduce((l, i) => {
|
|
91
91
|
let { class: c, className: u, ...L } = i;
|
|
92
92
|
return Object.entries(L).every((_) => {
|
|
93
|
-
let [
|
|
93
|
+
let [x, h] = _;
|
|
94
94
|
return Array.isArray(h) ? h.includes({
|
|
95
95
|
...n,
|
|
96
96
|
...d
|
|
97
|
-
}[
|
|
97
|
+
}[x]) : {
|
|
98
98
|
...n,
|
|
99
99
|
...d
|
|
100
|
-
}[
|
|
100
|
+
}[x] === h;
|
|
101
101
|
}) ? [
|
|
102
102
|
...l,
|
|
103
103
|
c,
|
|
104
104
|
u
|
|
105
105
|
] : l;
|
|
106
106
|
}, []);
|
|
107
|
-
return k(
|
|
107
|
+
return k(t, s, b, a == null ? void 0 : a.class, a == null ? void 0 : a.className);
|
|
108
108
|
}, H = G(
|
|
109
109
|
[
|
|
110
110
|
"inline-flex items-center justify-center gap-2",
|
|
111
111
|
"border-3 border-brutal",
|
|
112
112
|
"font-black tracking-wide",
|
|
113
113
|
"transition-all duration-150",
|
|
114
|
-
"focus:outline
|
|
114
|
+
"focus:outline focus:outline-[3px] focus:outline-brutal-ring focus:outline-offset-2",
|
|
115
115
|
"disabled:opacity-50 disabled:pointer-events-none",
|
|
116
116
|
"active:translate-y-[var(--brutal-pressed-offset,2px)] active:shadow-none"
|
|
117
117
|
],
|
|
@@ -179,35 +179,35 @@ const q = Y("loader-circle", [
|
|
|
179
179
|
}
|
|
180
180
|
}
|
|
181
181
|
), B = Symbol("brutx-ui-locale");
|
|
182
|
-
function
|
|
183
|
-
O(B,
|
|
182
|
+
function et(t) {
|
|
183
|
+
O(B, t);
|
|
184
184
|
}
|
|
185
|
-
function V(
|
|
186
|
-
const a =
|
|
187
|
-
let r =
|
|
185
|
+
function V(t, e) {
|
|
186
|
+
const a = e.split(".");
|
|
187
|
+
let r = t;
|
|
188
188
|
for (const o of a) {
|
|
189
189
|
if (r == null || typeof r != "object") return;
|
|
190
190
|
r = r[o];
|
|
191
191
|
}
|
|
192
192
|
return typeof r == "string" ? r : void 0;
|
|
193
193
|
}
|
|
194
|
-
function
|
|
195
|
-
return
|
|
196
|
-
(a, [r, o]) => a.
|
|
197
|
-
|
|
198
|
-
) :
|
|
194
|
+
function j(t, e) {
|
|
195
|
+
return e ? Object.entries(e).reduce(
|
|
196
|
+
(a, [r, o]) => a.split(`{${r}}`).join(String(o)),
|
|
197
|
+
t
|
|
198
|
+
) : t;
|
|
199
199
|
}
|
|
200
200
|
function Q() {
|
|
201
|
-
const
|
|
201
|
+
const t = z(B, void 0), e = f(() => (t ? N(t) : void 0) ?? w);
|
|
202
202
|
function a(r, o) {
|
|
203
|
-
const n = V(
|
|
204
|
-
if (n !== void 0) return
|
|
203
|
+
const n = V(e.value, r);
|
|
204
|
+
if (n !== void 0) return j(n, o);
|
|
205
205
|
const s = V(w, r);
|
|
206
|
-
return s !== void 0 ?
|
|
206
|
+
return s !== void 0 ? j(s, o) : r;
|
|
207
207
|
}
|
|
208
|
-
return { locale:
|
|
208
|
+
return { locale: e, t: a };
|
|
209
209
|
}
|
|
210
|
-
const R = ["disabled"],
|
|
210
|
+
const R = ["disabled"], at = /* @__PURE__ */ A({
|
|
211
211
|
__name: "SubmitButton",
|
|
212
212
|
props: {
|
|
213
213
|
variant: { default: "default" },
|
|
@@ -217,20 +217,20 @@ const R = ["disabled"], ae = /* @__PURE__ */ A({
|
|
|
217
217
|
disabled: { type: Boolean, default: !1 },
|
|
218
218
|
class: { default: "" }
|
|
219
219
|
},
|
|
220
|
-
setup(
|
|
221
|
-
const
|
|
222
|
-
() => D(H({ variant:
|
|
220
|
+
setup(t) {
|
|
221
|
+
const e = t, { t: a } = Q(), r = f(() => e.pendingText ?? a("submitButton.submitting")), o = f(() => e.disabled || e.loading), n = f(
|
|
222
|
+
() => D(H({ variant: e.variant, size: e.size }), e.class)
|
|
223
223
|
);
|
|
224
|
-
return (s, d) => (g(),
|
|
224
|
+
return (s, d) => (g(), y("button", {
|
|
225
225
|
type: "submit",
|
|
226
226
|
class: $(n.value),
|
|
227
227
|
disabled: o.value
|
|
228
228
|
}, [
|
|
229
|
-
|
|
229
|
+
t.loading ? (g(), S(N(q), {
|
|
230
230
|
key: 0,
|
|
231
231
|
class: "h-4 w-4 animate-spin"
|
|
232
232
|
})) : T("", !0),
|
|
233
|
-
|
|
233
|
+
t.loading && r.value ? (g(), y(E, { key: 1 }, [
|
|
234
234
|
I(K(r.value), 1)
|
|
235
235
|
], 64)) : P(s.$slots, "default", { key: 2 })
|
|
236
236
|
], 10, R));
|
|
@@ -238,11 +238,11 @@ const R = ["disabled"], ae = /* @__PURE__ */ A({
|
|
|
238
238
|
});
|
|
239
239
|
export {
|
|
240
240
|
q as L,
|
|
241
|
-
|
|
241
|
+
at as _,
|
|
242
242
|
G as a,
|
|
243
243
|
H as b,
|
|
244
244
|
Y as c,
|
|
245
245
|
B as d,
|
|
246
|
-
|
|
246
|
+
et as p,
|
|
247
247
|
Q as u
|
|
248
248
|
};
|
package/dist/brutx-ui-vue.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.tree-expand-enter-active[data-v-0c30ee85],.tree-expand-leave-active[data-v-0c30ee85]{transition:opacity .15s ease,grid-template-rows .2s ease;overflow:hidden;display:grid;grid-template-rows:1fr}.tree-expand-enter-from[data-v-0c30ee85],.tree-expand-leave-to[data-v-0c30ee85]{opacity:0;grid-template-rows:0fr}
|
|
1
|
+
.tree-expand-enter-active[data-v-0c30ee85],.tree-expand-leave-active[data-v-0c30ee85]{transition:opacity .15s ease,grid-template-rows .2s ease;overflow:hidden;display:grid;grid-template-rows:1fr}.tree-expand-enter-from[data-v-0c30ee85],.tree-expand-leave-to[data-v-0c30ee85]{opacity:0;grid-template-rows:0fr}.glitch-text[data-v-aeb97c2b]:before,.glitch-text[data-v-aeb97c2b]:after{display:none;content:attr(data-text);position:absolute;top:0;left:0;width:100%;height:100%;background:transparent;clip-path:inset(0 0 0 0)}.glitch-text.is-glitching[data-v-aeb97c2b]:before,.glitch-text.is-glitching[data-v-aeb97c2b]:after{display:block}.glitch-text.is-glitching[data-v-aeb97c2b]:before{left:2px;text-shadow:-2px 0 var(--brutal-destructive, #EF476F);animation:glitch-anim-1-aeb97c2b var(--glitch-duration, .3s) infinite linear alternate-reverse}.glitch-text.is-glitching[data-v-aeb97c2b]:after{left:-2px;text-shadow:-2px 0 var(--brutal-info, #4A90D9);animation:glitch-anim-2-aeb97c2b var(--glitch-duration, .3s) infinite linear alternate-reverse}@keyframes glitch-anim-1-aeb97c2b{0%{clip-path:inset(20% 0 70% 0);transform:skew(-5deg)}20%{clip-path:inset(60% 0 10% 0);transform:skew(5deg)}40%{clip-path:inset(40% 0 50% 0);transform:skew(-2deg)}60%{clip-path:inset(80% 0 5% 0);transform:skew(3deg)}80%{clip-path:inset(10% 0 85% 0);transform:skew(-4deg)}to{clip-path:inset(50% 0 35% 0);transform:skew(1deg)}}@keyframes glitch-anim-2-aeb97c2b{0%{clip-path:inset(10% 0 85% 0);transform:skew(4deg)}25%{clip-path:inset(40% 0 45% 0);transform:skew(-3deg)}50%{clip-path:inset(70% 0 15% 0);transform:skew(5deg)}75%{clip-path:inset(25% 0 60% 0);transform:skew(-2deg)}to{clip-path:inset(90% 0 2% 0);transform:skew(3deg)}}@media(prefers-reduced-motion:reduce){.glitch-text[data-v-aeb97c2b]:before,.glitch-text[data-v-aeb97c2b]:after,.glitch-text.is-glitching[data-v-aeb97c2b]:before,.glitch-text.is-glitching[data-v-aeb97c2b]:after{display:none!important;animation:none!important}}@keyframes input-shake-7eeb0be8{0%,to{transform:translate(0)}15%,45%,75%{transform:translate(-6px)}30%,60%,90%{transform:translate(6px)}}[data-v-7eeb0be8] .animate-shake{animation:input-shake-7eeb0be8 .35s ease-in-out}@keyframes bounce-short-7eeb0be8{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}[data-v-7eeb0be8] .animate-bounce-short{animation:bounce-short-7eeb0be8 .4s ease-in-out 2}@keyframes fade-in-7eeb0be8{0%{opacity:0;transform:translateY(-2px)}to{opacity:1;transform:translateY(0)}}[data-v-7eeb0be8] .animate-fade-in{animation:fade-in-7eeb0be8 .2s ease-out forwards}@media(prefers-reduced-motion:reduce){[data-v-7eeb0be8] .animate-shake,[data-v-7eeb0be8] .animate-bounce-short,[data-v-7eeb0be8] .animate-fade-in{animation:none!important;transform:none!important}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BrutalistHero.vue.d.ts","sourceRoot":"","sources":["../../../src/components/brutalist-hero/BrutalistHero.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"BrutalistHero.vue.d.ts","sourceRoot":"","sources":["../../../src/components/brutalist-hero/BrutalistHero.vue"],"names":[],"mappings":"AA2GA,UAAU,kBAAkB;IACxB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,cAAc,CAAC,EAAE,MAAM,CAAA;IACvB,gBAAgB,CAAC,EAAE,MAAM,CAAA;IACzB,KAAK,CAAC,EAAE,MAAM,CAAA;CACjB;;;;;;;;WADW,MAAM;WAJN,MAAM;cACH,MAAM;oBACA,MAAM;sBACJ,MAAM;;AAmO7B,wBASG"}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { VariantProps } from 'class-variance-authority';
|
|
2
|
+
import { card3dVariants } from './card-3d-variants';
|
|
3
|
+
type Card3DVariantProps = VariantProps<typeof card3dVariants>;
|
|
4
|
+
interface Card3DProps {
|
|
5
|
+
maxRotation?: number;
|
|
6
|
+
perspective?: number;
|
|
7
|
+
scale?: number;
|
|
8
|
+
shadowOffset?: number;
|
|
9
|
+
shadow?: NonNullable<Card3DVariantProps['shadow']>;
|
|
10
|
+
disabled?: boolean;
|
|
11
|
+
class?: string;
|
|
12
|
+
}
|
|
13
|
+
declare function __VLS_template(): {
|
|
14
|
+
attrs: Partial<{}>;
|
|
15
|
+
slots: {
|
|
16
|
+
default?(_: {}): any;
|
|
17
|
+
};
|
|
18
|
+
refs: {
|
|
19
|
+
cardRef: HTMLDivElement;
|
|
20
|
+
};
|
|
21
|
+
rootEl: HTMLDivElement;
|
|
22
|
+
};
|
|
23
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
24
|
+
declare const __VLS_component: import('vue').DefineComponent<Card3DProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Card3DProps> & Readonly<{}>, {
|
|
25
|
+
class: string;
|
|
26
|
+
disabled: boolean;
|
|
27
|
+
scale: number;
|
|
28
|
+
shadow: NonNullable<Card3DVariantProps["shadow"]>;
|
|
29
|
+
maxRotation: number;
|
|
30
|
+
perspective: number;
|
|
31
|
+
shadowOffset: number;
|
|
32
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
33
|
+
cardRef: HTMLDivElement;
|
|
34
|
+
}, HTMLDivElement>;
|
|
35
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
36
|
+
export default _default;
|
|
37
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
38
|
+
new (): {
|
|
39
|
+
$slots: S;
|
|
40
|
+
};
|
|
41
|
+
};
|
|
42
|
+
//# sourceMappingURL=Card3D.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Card3D.vue.d.ts","sourceRoot":"","sources":["../../../src/components/card-3d/Card3D.vue"],"names":[],"mappings":"AAwIA,OAAO,EAAE,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAA;AAG5D,OAAO,EAAE,cAAc,EAAwB,MAAM,oBAAoB,CAAA;AAEzE,KAAK,kBAAkB,GAAG,YAAY,CAAC,OAAO,cAAc,CAAC,CAAA;AAE7D,UAAU,WAAW;IACjB,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,MAAM,CAAC,EAAE,WAAW,CAAC,kBAAkB,CAAC,QAAQ,CAAC,CAAC,CAAA;IAClD,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,KAAK,CAAC,EAAE,MAAM,CAAA;CACjB;AAgHD,iBAAS,cAAc;WAwCT,OAAO,IAA6B;;yBAXrB,GAAG;;;;;;EAgB/B;AAiBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;WAhLT,MAAM;cADH,OAAO;WAHV,MAAM;YAEL,WAAW,CAAC,kBAAkB,CAAC,QAAQ,CAAC,CAAC;iBAJpC,MAAM;iBACN,MAAM;kBAEL,MAAM;;;kBA4LvB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export declare const card3dVariants: (props?: ({
|
|
2
|
+
shadow?: "default" | "lg" | "xl" | null | undefined;
|
|
3
|
+
} & import('class-variance-authority/types').ClassProp) | undefined) => string;
|
|
4
|
+
export declare const card3dShadowVariants: (props?: import('class-variance-authority/types').ClassProp | undefined) => string;
|
|
5
|
+
//# sourceMappingURL=card-3d-variants.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"card-3d-variants.d.ts","sourceRoot":"","sources":["../../../src/components/card-3d/card-3d-variants.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,cAAc;;8EAoB1B,CAAA;AAED,eAAO,MAAM,oBAAoB,oFAShC,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"card-3d.test.d.ts","sourceRoot":"","sources":["../../../src/components/card-3d/card-3d.test.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { VariantProps } from 'class-variance-authority';
|
|
2
|
+
import { glitchTextVariants } from './glitch-text-variants';
|
|
3
|
+
type GlitchTextVariantProps = VariantProps<typeof glitchTextVariants>;
|
|
4
|
+
interface GlitchTextProps {
|
|
5
|
+
text?: string;
|
|
6
|
+
trigger?: 'hover' | 'click' | 'autoplay' | 'none';
|
|
7
|
+
interval?: number;
|
|
8
|
+
speed?: NonNullable<GlitchTextVariantProps['speed']>;
|
|
9
|
+
class?: string;
|
|
10
|
+
}
|
|
11
|
+
declare function __VLS_template(): {
|
|
12
|
+
attrs: Partial<{}>;
|
|
13
|
+
slots: {
|
|
14
|
+
default?(_: {}): any;
|
|
15
|
+
};
|
|
16
|
+
refs: {
|
|
17
|
+
elementRef: HTMLSpanElement;
|
|
18
|
+
};
|
|
19
|
+
rootEl: HTMLSpanElement;
|
|
20
|
+
};
|
|
21
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
22
|
+
declare const __VLS_component: import('vue').DefineComponent<GlitchTextProps, {
|
|
23
|
+
play: () => void;
|
|
24
|
+
stop: () => void;
|
|
25
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<GlitchTextProps> & Readonly<{}>, {
|
|
26
|
+
class: string;
|
|
27
|
+
speed: NonNullable<GlitchTextVariantProps["speed"]>;
|
|
28
|
+
text: string;
|
|
29
|
+
trigger: "hover" | "click" | "autoplay" | "none";
|
|
30
|
+
interval: number;
|
|
31
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
32
|
+
elementRef: HTMLSpanElement;
|
|
33
|
+
}, HTMLSpanElement>;
|
|
34
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
35
|
+
export default _default;
|
|
36
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
37
|
+
new (): {
|
|
38
|
+
$slots: S;
|
|
39
|
+
};
|
|
40
|
+
};
|
|
41
|
+
//# sourceMappingURL=GlitchText.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GlitchText.vue.d.ts","sourceRoot":"","sources":["../../../src/components/glitch-text/GlitchText.vue"],"names":[],"mappings":"AAsOA,OAAO,EAAE,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAA;AAG5D,OAAO,EAAE,kBAAkB,EAAE,MAAM,wBAAwB,CAAA;AAE3D,KAAK,sBAAsB,GAAG,YAAY,CAAC,OAAO,kBAAkB,CAAC,CAAA;AAErE,UAAU,eAAe;IACrB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,OAAO,CAAC,EAAE,OAAO,GAAG,OAAO,GAAG,UAAU,GAAG,MAAM,CAAA;IACjD,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,KAAK,CAAC,EAAE,WAAW,CAAC,sBAAsB,CAAC,OAAO,CAAC,CAAC,CAAA;IACpD,KAAK,CAAC,EAAE,MAAM,CAAA;CACjB;AAuHD,iBAAS,cAAc;WAuCT,OAAO,IAA6B;;yBAXrB,GAAG;;;;;;EAgB/B;AAeD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;WApLT,MAAM;WADN,WAAW,CAAC,sBAAsB,CAAC,OAAO,CAAC,CAAC;UAH7C,MAAM;aACH,OAAO,GAAG,OAAO,GAAG,UAAU,GAAG,MAAM;cACtC,MAAM;;;mBAgMnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"glitch-text-variants.d.ts","sourceRoot":"","sources":["../../../src/components/glitch-text/glitch-text-variants.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,kBAAkB;;8EAkB9B,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"glitch-text.test.d.ts","sourceRoot":"","sources":["../../../src/components/glitch-text/glitch-text.test.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
interface HardcoreInputProps {
|
|
2
|
+
modelValue?: string;
|
|
3
|
+
sound?: boolean;
|
|
4
|
+
rules?: Array<(val: string) => boolean | string>;
|
|
5
|
+
shakeOnError?: boolean;
|
|
6
|
+
type?: string;
|
|
7
|
+
placeholder?: string;
|
|
8
|
+
disabled?: boolean;
|
|
9
|
+
readonly?: boolean;
|
|
10
|
+
validateOn?: 'input' | 'blur' | 'submit';
|
|
11
|
+
class?: string;
|
|
12
|
+
}
|
|
13
|
+
declare function __VLS_template(): {
|
|
14
|
+
attrs: Partial<{}>;
|
|
15
|
+
slots: {
|
|
16
|
+
default?(_: {}): any;
|
|
17
|
+
};
|
|
18
|
+
refs: {};
|
|
19
|
+
rootEl: HTMLDivElement;
|
|
20
|
+
};
|
|
21
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
22
|
+
declare const __VLS_component: import('vue').DefineComponent<HardcoreInputProps, {
|
|
23
|
+
validate: () => void;
|
|
24
|
+
validationState: import('vue').Ref<"default" | "success" | "error", "default" | "success" | "error">;
|
|
25
|
+
errorMessage: import('vue').Ref<string, string>;
|
|
26
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
27
|
+
"update:modelValue": (value: string) => any;
|
|
28
|
+
validationChange: (state: "default" | "success" | "error", message?: string | undefined) => any;
|
|
29
|
+
}, string, import('vue').PublicProps, Readonly<HardcoreInputProps> & Readonly<{
|
|
30
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
31
|
+
onValidationChange?: ((state: "default" | "success" | "error", message?: string | undefined) => any) | undefined;
|
|
32
|
+
}>, {
|
|
33
|
+
class: string;
|
|
34
|
+
disabled: boolean;
|
|
35
|
+
type: string;
|
|
36
|
+
placeholder: string;
|
|
37
|
+
modelValue: string;
|
|
38
|
+
readonly: boolean;
|
|
39
|
+
sound: boolean;
|
|
40
|
+
rules: Array<(val: string) => boolean | string>;
|
|
41
|
+
shakeOnError: boolean;
|
|
42
|
+
validateOn: "input" | "blur" | "submit";
|
|
43
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
44
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
45
|
+
export default _default;
|
|
46
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
47
|
+
new (): {
|
|
48
|
+
$slots: S;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
//# sourceMappingURL=HardcoreInput.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"HardcoreInput.vue.d.ts","sourceRoot":"","sources":["../../../src/components/hardcore-input/HardcoreInput.vue"],"names":[],"mappings":"AAmRA,UAAU,kBAAkB;IACxB,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,KAAK,CAAC,EAAE,OAAO,CAAA;IACf,KAAK,CAAC,EAAE,KAAK,CAAC,CAAC,GAAG,EAAE,MAAM,KAAK,OAAO,GAAG,MAAM,CAAC,CAAA;IAChD,YAAY,CAAC,EAAE,OAAO,CAAA;IACtB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,UAAU,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,QAAQ,CAAA;IACxC,KAAK,CAAC,EAAE,MAAM,CAAA;CACjB;AA0KD,iBAAS,cAAc;WA0KT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AAmBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;WA9WT,MAAM;cAHH,OAAO;UAFX,MAAM;iBACC,MAAM;gBALP,MAAM;cAOR,OAAO;WANV,OAAO;WACP,KAAK,CAAC,CAAC,GAAG,EAAE,MAAM,KAAK,OAAO,GAAG,MAAM,CAAC;kBACjC,OAAO;gBAKT,OAAO,GAAG,MAAM,GAAG,QAAQ;wFAyX1C,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export declare const hardcoreInputVariants: (props?: ({
|
|
2
|
+
validationState?: "default" | "success" | "error" | null | undefined;
|
|
3
|
+
} & import('class-variance-authority/types').ClassProp) | undefined) => string;
|
|
4
|
+
export declare const hardcoreInputFaceVariants: (props?: import('class-variance-authority/types').ClassProp | undefined) => string;
|
|
5
|
+
//# sourceMappingURL=hardcore-input-variants.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"hardcore-input-variants.d.ts","sourceRoot":"","sources":["../../../src/components/hardcore-input/hardcore-input-variants.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,qBAAqB;;8EA0BjC,CAAA;AAED,eAAO,MAAM,yBAAyB,oFAUrC,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"hardcore-input.test.d.ts","sourceRoot":"","sources":["../../../src/components/hardcore-input/hardcore-input.test.ts"],"names":[],"mappings":""}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SaaSPricing.vue.d.ts","sourceRoot":"","sources":["../../../src/components/saas-pricing/SaaSPricing.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"SaaSPricing.vue.d.ts","sourceRoot":"","sources":["../../../src/components/saas-pricing/SaaSPricing.vue"],"names":[],"mappings":"AA8MA,MAAM,WAAW,cAAc;IAC3B,IAAI,EAAE,MAAM,CAAA;IACZ,QAAQ,EAAE,OAAO,CAAA;CACpB;AAED,MAAM,WAAW,WAAW;IACxB,IAAI,EAAE,MAAM,CAAA;IACZ,WAAW,EAAE,MAAM,CAAA;IACnB,YAAY,EAAE,MAAM,CAAA;IACpB,aAAa,EAAE,MAAM,CAAA;IACrB,QAAQ,EAAE,cAAc,EAAE,CAAA;IAC1B,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,UAAU,EAAE,MAAM,CAAA;IAClB,aAAa,CAAC,EAAE,SAAS,GAAG,SAAS,GAAG,WAAW,GAAG,QAAQ,GAAG,QAAQ,GAAG,SAAS,GAAG,SAAS,GAAG,OAAO,GAAG,MAAM,CAAA;CACvH;AAED,UAAU,gBAAgB;IACtB,KAAK,CAAC,EAAE,WAAW,EAAE,CAAA;IACrB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,KAAK,CAAC,EAAE,MAAM,CAAA;CACjB;;WADW,MAAM;WAFN,MAAM;WADN,WAAW,EAAE;cAEV,MAAM;;AAqYrB,wBAQG"}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
interface ScratchCardProps {
|
|
2
|
+
percentage?: number;
|
|
3
|
+
brushRadius?: number;
|
|
4
|
+
overlayColor?: string;
|
|
5
|
+
fadeDuration?: number;
|
|
6
|
+
class?: string;
|
|
7
|
+
}
|
|
8
|
+
declare function __VLS_template(): {
|
|
9
|
+
attrs: Partial<{}>;
|
|
10
|
+
slots: {
|
|
11
|
+
default?(_: {}): any;
|
|
12
|
+
};
|
|
13
|
+
refs: {
|
|
14
|
+
containerRef: HTMLDivElement;
|
|
15
|
+
canvasRef: HTMLCanvasElement;
|
|
16
|
+
};
|
|
17
|
+
rootEl: HTMLDivElement;
|
|
18
|
+
};
|
|
19
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
20
|
+
declare const __VLS_component: import('vue').DefineComponent<ScratchCardProps, {
|
|
21
|
+
isRevealed: import('vue').Ref<boolean, boolean>;
|
|
22
|
+
revealAll: () => void;
|
|
23
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
24
|
+
progress: (percent: number) => any;
|
|
25
|
+
completed: () => any;
|
|
26
|
+
}, string, import('vue').PublicProps, Readonly<ScratchCardProps> & Readonly<{
|
|
27
|
+
onProgress?: ((percent: number) => any) | undefined;
|
|
28
|
+
onCompleted?: (() => any) | undefined;
|
|
29
|
+
}>, {
|
|
30
|
+
class: string;
|
|
31
|
+
percentage: number;
|
|
32
|
+
brushRadius: number;
|
|
33
|
+
fadeDuration: number;
|
|
34
|
+
overlayColor: string;
|
|
35
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
36
|
+
containerRef: HTMLDivElement;
|
|
37
|
+
canvasRef: HTMLCanvasElement;
|
|
38
|
+
}, HTMLDivElement>;
|
|
39
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
40
|
+
export default _default;
|
|
41
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
42
|
+
new (): {
|
|
43
|
+
$slots: S;
|
|
44
|
+
};
|
|
45
|
+
};
|
|
46
|
+
//# sourceMappingURL=ScratchCard.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ScratchCard.vue.d.ts","sourceRoot":"","sources":["../../../src/components/scratch-card/ScratchCard.vue"],"names":[],"mappings":"AAiJA,UAAU,gBAAgB;IACtB,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,KAAK,CAAC,EAAE,MAAM,CAAA;CACjB;AA8GD,iBAAS,cAAc;WAqDT,OAAO,IAA6B;;yBAZrB,GAAG;;;;;;;EAiB/B;AAuBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;WAjMT,MAAM;gBAJD,MAAM;iBACL,MAAM;kBAEL,MAAM;kBADN,MAAM;;;;kBA8MvB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"scratch-card-variants.d.ts","sourceRoot":"","sources":["../../../src/components/scratch-card/scratch-card-variants.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,mBAAmB,oFAQ/B,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"scratch-card.test.d.ts","sourceRoot":"","sources":["../../../src/components/scratch-card/scratch-card.test.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
interface ChartDataItem {
|
|
2
|
+
label: string;
|
|
3
|
+
value: number;
|
|
4
|
+
}
|
|
5
|
+
interface SketchyChartProps {
|
|
6
|
+
type?: 'line' | 'bar';
|
|
7
|
+
data?: ChartDataItem[];
|
|
8
|
+
sketchiness?: number;
|
|
9
|
+
grid?: boolean;
|
|
10
|
+
width?: number;
|
|
11
|
+
height?: number;
|
|
12
|
+
class?: string;
|
|
13
|
+
}
|
|
14
|
+
declare const _default: import('vue').DefineComponent<SketchyChartProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<SketchyChartProps> & Readonly<{}>, {
|
|
15
|
+
class: string;
|
|
16
|
+
type: "line" | "bar";
|
|
17
|
+
height: number;
|
|
18
|
+
width: number;
|
|
19
|
+
data: ChartDataItem[];
|
|
20
|
+
grid: boolean;
|
|
21
|
+
sketchiness: number;
|
|
22
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
23
|
+
export default _default;
|
|
24
|
+
//# sourceMappingURL=SketchyChart.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SketchyChart.vue.d.ts","sourceRoot":"","sources":["../../../src/components/sketchy-chart/SketchyChart.vue"],"names":[],"mappings":"AAwTA,UAAU,aAAa;IACnB,KAAK,EAAE,MAAM,CAAA;IACb,KAAK,EAAE,MAAM,CAAA;CAChB;AAED,UAAU,iBAAiB;IACvB,IAAI,CAAC,EAAE,MAAM,GAAG,KAAK,CAAA;IACrB,IAAI,CAAC,EAAE,aAAa,EAAE,CAAA;IACtB,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,IAAI,CAAC,EAAE,OAAO,CAAA;IACd,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,KAAK,CAAC,EAAE,MAAM,CAAA;CACjB;;WADW,MAAM;UANP,MAAM,GAAG,KAAK;YAKZ,MAAM;WADP,MAAM;UAHP,aAAa,EAAE;UAEf,OAAO;iBADA,MAAM;;AAqVxB,wBAQG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sketchy-chart-variants.d.ts","sourceRoot":"","sources":["../../../src/components/sketchy-chart/sketchy-chart-variants.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,oBAAoB,oFAOhC,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sketchy-chart.test.d.ts","sourceRoot":"","sources":["../../../src/components/sketchy-chart/sketchy-chart.test.ts"],"names":[],"mappings":""}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"WaitlistPage.vue.d.ts","sourceRoot":"","sources":["../../../src/components/waitlist-page/WaitlistPage.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"WaitlistPage.vue.d.ts","sourceRoot":"","sources":["../../../src/components/waitlist-page/WaitlistPage.vue"],"names":[],"mappings":"AA2FA,UAAU,iBAAiB;IACvB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB,aAAa,CAAC,EAAE,MAAM,CAAA;IACtB,KAAK,CAAC,EAAE,MAAM,CAAA;CACjB;;;;;;WADW,MAAM;WAJN,MAAM;iBACA,MAAM;aACV,MAAM;mBACA,MAAM;;AAoM1B,wBASG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useAudioEngine.d.ts","sourceRoot":"","sources":["../../src/composables/useAudioEngine.ts"],"names":[],"mappings":"AAAA,OAAO,EAAO,KAAK,GAAG,EAAE,MAAM,KAAK,CAAA;AAsBnC,wBAAgB,cAAc,CAAC,OAAO,EAAE,GAAG,CAAC,OAAO,CAAC;sBAcvB,MAAM,GAAG,SAAS,GAAG,MAAM;;EAoDvD"}
|