@brickflow/ui 0.0.41 → 0.0.43

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.
Files changed (38) hide show
  1. package/dist/module.json +1 -1
  2. package/dist/runtime/components/Button/icons.demo.vue +9 -8
  3. package/dist/runtime/components/Button/index.vue +83 -51
  4. package/dist/runtime/components/Button/size.demo.vue +8 -7
  5. package/dist/runtime/components/Button/slots.demo.vue +10 -8
  6. package/dist/runtime/components/Button/state.demo.vue +10 -8
  7. package/dist/runtime/components/Button/variants.demo.vue +10 -8
  8. package/dist/runtime/components/Icon/basic.demo.vue +13 -10
  9. package/dist/runtime/components/Icon/gallery.demo.vue +48 -38
  10. package/dist/runtime/components/Icon/index.vue +15 -9
  11. package/dist/runtime/components/Link/basic.demo.vue +7 -7
  12. package/dist/runtime/components/Link/index.vue +81 -50
  13. package/dist/runtime/pages/ui.vue +513 -346
  14. package/package.json +1 -1
  15. package/dist/runtime/components/Button/icons.demo.d.vue.ts +0 -8
  16. package/dist/runtime/components/Button/icons.demo.vue.d.ts +0 -8
  17. package/dist/runtime/components/Button/index.d.vue.ts +0 -53
  18. package/dist/runtime/components/Button/index.vue.d.ts +0 -53
  19. package/dist/runtime/components/Button/size.demo.d.vue.ts +0 -7
  20. package/dist/runtime/components/Button/size.demo.vue.d.ts +0 -7
  21. package/dist/runtime/components/Button/slots.demo.d.vue.ts +0 -7
  22. package/dist/runtime/components/Button/slots.demo.vue.d.ts +0 -7
  23. package/dist/runtime/components/Button/state.demo.d.vue.ts +0 -7
  24. package/dist/runtime/components/Button/state.demo.vue.d.ts +0 -7
  25. package/dist/runtime/components/Button/variants.demo.d.vue.ts +0 -7
  26. package/dist/runtime/components/Button/variants.demo.vue.d.ts +0 -7
  27. package/dist/runtime/components/Icon/basic.demo.d.vue.ts +0 -8
  28. package/dist/runtime/components/Icon/basic.demo.vue.d.ts +0 -8
  29. package/dist/runtime/components/Icon/gallery.demo.d.vue.ts +0 -8
  30. package/dist/runtime/components/Icon/gallery.demo.vue.d.ts +0 -8
  31. package/dist/runtime/components/Icon/index.d.vue.ts +0 -7
  32. package/dist/runtime/components/Icon/index.vue.d.ts +0 -7
  33. package/dist/runtime/components/Link/basic.demo.d.vue.ts +0 -8
  34. package/dist/runtime/components/Link/basic.demo.vue.d.ts +0 -8
  35. package/dist/runtime/components/Link/index.d.vue.ts +0 -51
  36. package/dist/runtime/components/Link/index.vue.d.ts +0 -51
  37. package/dist/runtime/pages/ui.d.vue.ts +0 -4
  38. package/dist/runtime/pages/ui.vue.d.ts +0 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brickflow/ui",
3
- "version": "0.0.41",
3
+ "version": "0.0.43",
4
4
  "type": "module",
5
5
  "description": "brickflow UI Nuxt module.",
6
6
  "files": [
@@ -1,8 +0,0 @@
1
- export declare const uiDemo: {
2
- description: string;
3
- title: string;
4
- };
5
- declare const _default: typeof __VLS_export;
6
- export default _default;
7
- declare const __VLS_export: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
8
- //# sourceMappingURL=icons.demo.vue.d.ts.map
@@ -1,8 +0,0 @@
1
- export declare const uiDemo: {
2
- description: string;
3
- title: string;
4
- };
5
- declare const _default: typeof __VLS_export;
6
- export default _default;
7
- declare const __VLS_export: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
8
- //# sourceMappingURL=icons.demo.vue.d.ts.map
@@ -1,53 +0,0 @@
1
- import type { RouteLocationRaw } from 'vue-router';
2
- declare const UI_CONFIG: any;
3
- export type ButtonConfig = typeof UI_CONFIG;
4
- declare const _default: typeof __VLS_export;
5
- export default _default;
6
- declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<{
7
- block?: boolean;
8
- color?: string;
9
- disabled?: boolean;
10
- icon?: string;
11
- loading?: boolean;
12
- rounded?: boolean;
13
- size?: string;
14
- square?: boolean;
15
- to?: RouteLocationRaw;
16
- trailingIcon?: string;
17
- type?: "button" | "reset" | "submit";
18
- variant?: string;
19
- }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
20
- block?: boolean;
21
- color?: string;
22
- disabled?: boolean;
23
- icon?: string;
24
- loading?: boolean;
25
- rounded?: boolean;
26
- size?: string;
27
- square?: boolean;
28
- to?: RouteLocationRaw;
29
- trailingIcon?: string;
30
- type?: "button" | "reset" | "submit";
31
- variant?: string;
32
- }> & Readonly<{}>, {
33
- size: string;
34
- type: "button" | "reset" | "submit";
35
- color: string;
36
- to: RouteLocationRaw;
37
- icon: string;
38
- rounded: boolean;
39
- trailingIcon: string;
40
- variant: string;
41
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
42
- leading?: (props: {}) => any;
43
- } & {
44
- default?: (props: {}) => any;
45
- } & {
46
- trailing?: (props: {}) => any;
47
- }>;
48
- type __VLS_WithSlots<T, S> = T & {
49
- new (): {
50
- $slots: S;
51
- };
52
- };
53
- //# sourceMappingURL=index.vue.d.ts.map
@@ -1,53 +0,0 @@
1
- import type { RouteLocationRaw } from 'vue-router';
2
- declare const UI_CONFIG: any;
3
- export type ButtonConfig = typeof UI_CONFIG;
4
- declare const _default: typeof __VLS_export;
5
- export default _default;
6
- declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<{
7
- block?: boolean;
8
- color?: string;
9
- disabled?: boolean;
10
- icon?: string;
11
- loading?: boolean;
12
- rounded?: boolean;
13
- size?: string;
14
- square?: boolean;
15
- to?: RouteLocationRaw;
16
- trailingIcon?: string;
17
- type?: "button" | "reset" | "submit";
18
- variant?: string;
19
- }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
20
- block?: boolean;
21
- color?: string;
22
- disabled?: boolean;
23
- icon?: string;
24
- loading?: boolean;
25
- rounded?: boolean;
26
- size?: string;
27
- square?: boolean;
28
- to?: RouteLocationRaw;
29
- trailingIcon?: string;
30
- type?: "button" | "reset" | "submit";
31
- variant?: string;
32
- }> & Readonly<{}>, {
33
- size: string;
34
- type: "button" | "reset" | "submit";
35
- color: string;
36
- to: RouteLocationRaw;
37
- icon: string;
38
- rounded: boolean;
39
- trailingIcon: string;
40
- variant: string;
41
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
42
- leading?: (props: {}) => any;
43
- } & {
44
- default?: (props: {}) => any;
45
- } & {
46
- trailing?: (props: {}) => any;
47
- }>;
48
- type __VLS_WithSlots<T, S> = T & {
49
- new (): {
50
- $slots: S;
51
- };
52
- };
53
- //# sourceMappingURL=index.vue.d.ts.map
@@ -1,7 +0,0 @@
1
- export declare const uiDemo: {
2
- title: string;
3
- };
4
- declare const _default: typeof __VLS_export;
5
- export default _default;
6
- declare const __VLS_export: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
7
- //# sourceMappingURL=size.demo.vue.d.ts.map
@@ -1,7 +0,0 @@
1
- export declare const uiDemo: {
2
- title: string;
3
- };
4
- declare const _default: typeof __VLS_export;
5
- export default _default;
6
- declare const __VLS_export: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
7
- //# sourceMappingURL=size.demo.vue.d.ts.map
@@ -1,7 +0,0 @@
1
- export declare const uiDemo: {
2
- title: string;
3
- };
4
- declare const _default: typeof __VLS_export;
5
- export default _default;
6
- declare const __VLS_export: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
7
- //# sourceMappingURL=slots.demo.vue.d.ts.map
@@ -1,7 +0,0 @@
1
- export declare const uiDemo: {
2
- title: string;
3
- };
4
- declare const _default: typeof __VLS_export;
5
- export default _default;
6
- declare const __VLS_export: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
7
- //# sourceMappingURL=slots.demo.vue.d.ts.map
@@ -1,7 +0,0 @@
1
- export declare const uiDemo: {
2
- title: string;
3
- };
4
- declare const _default: typeof __VLS_export;
5
- export default _default;
6
- declare const __VLS_export: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
7
- //# sourceMappingURL=state.demo.vue.d.ts.map
@@ -1,7 +0,0 @@
1
- export declare const uiDemo: {
2
- title: string;
3
- };
4
- declare const _default: typeof __VLS_export;
5
- export default _default;
6
- declare const __VLS_export: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
7
- //# sourceMappingURL=state.demo.vue.d.ts.map
@@ -1,7 +0,0 @@
1
- export declare const uiDemo: {
2
- title: string;
3
- };
4
- declare const _default: typeof __VLS_export;
5
- export default _default;
6
- declare const __VLS_export: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
7
- //# sourceMappingURL=variants.demo.vue.d.ts.map
@@ -1,7 +0,0 @@
1
- export declare const uiDemo: {
2
- title: string;
3
- };
4
- declare const _default: typeof __VLS_export;
5
- export default _default;
6
- declare const __VLS_export: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
7
- //# sourceMappingURL=variants.demo.vue.d.ts.map
@@ -1,8 +0,0 @@
1
- export declare const uiDemo: {
2
- description: string;
3
- title: string;
4
- };
5
- declare const _default: typeof __VLS_export;
6
- export default _default;
7
- declare const __VLS_export: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
8
- //# sourceMappingURL=basic.demo.vue.d.ts.map
@@ -1,8 +0,0 @@
1
- export declare const uiDemo: {
2
- description: string;
3
- title: string;
4
- };
5
- declare const _default: typeof __VLS_export;
6
- export default _default;
7
- declare const __VLS_export: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
8
- //# sourceMappingURL=basic.demo.vue.d.ts.map
@@ -1,8 +0,0 @@
1
- export declare const uiDemo: {
2
- description: string;
3
- title: string;
4
- };
5
- declare const _default: typeof __VLS_export;
6
- export default _default;
7
- declare const __VLS_export: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
8
- //# sourceMappingURL=gallery.demo.vue.d.ts.map
@@ -1,8 +0,0 @@
1
- export declare const uiDemo: {
2
- description: string;
3
- title: string;
4
- };
5
- declare const _default: typeof __VLS_export;
6
- export default _default;
7
- declare const __VLS_export: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
8
- //# sourceMappingURL=gallery.demo.vue.d.ts.map
@@ -1,7 +0,0 @@
1
- type __VLS_Props = {
2
- name: string;
3
- };
4
- declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
5
- declare const _default: typeof __VLS_export;
6
- export default _default;
7
- //# sourceMappingURL=index.vue.d.ts.map
@@ -1,7 +0,0 @@
1
- type __VLS_Props = {
2
- name: string;
3
- };
4
- declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
5
- declare const _default: typeof __VLS_export;
6
- export default _default;
7
- //# sourceMappingURL=index.vue.d.ts.map
@@ -1,8 +0,0 @@
1
- export declare const uiDemo: {
2
- description: string;
3
- title: string;
4
- };
5
- declare const _default: typeof __VLS_export;
6
- export default _default;
7
- declare const __VLS_export: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
8
- //# sourceMappingURL=basic.demo.vue.d.ts.map
@@ -1,8 +0,0 @@
1
- export declare const uiDemo: {
2
- description: string;
3
- title: string;
4
- };
5
- declare const _default: typeof __VLS_export;
6
- export default _default;
7
- declare const __VLS_export: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
8
- //# sourceMappingURL=basic.demo.vue.d.ts.map
@@ -1,51 +0,0 @@
1
- import { type ComponentPublicInstance } from 'vue';
2
- import { type RouteLocationRaw } from 'vue-router';
3
- type __VLS_Props = {
4
- activeClass?: string;
5
- class?: (false | string)[] | string;
6
- custom?: boolean;
7
- exactActiveClass?: string;
8
- external?: boolean;
9
- faster?: boolean;
10
- href?: RouteLocationRaw;
11
- onClick?: () => void;
12
- onPointerdown?: () => void;
13
- prefetch?: boolean;
14
- rel?: null | string;
15
- replace?: boolean;
16
- style?: Record<string, string>;
17
- target?: '_blank' | '_parent' | '_self' | '_top' | null | (Record<string, never> & string);
18
- to?: RouteLocationRaw;
19
- };
20
- declare var __VLS_9: {};
21
- type __VLS_Slots = {} & {
22
- default?: (props: typeof __VLS_9) => any;
23
- };
24
- declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {
25
- linkRef: import("vue").Ref<ComponentPublicInstance | undefined, ComponentPublicInstance | undefined>;
26
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
27
- style: Record<string, string>;
28
- onClick: () => void;
29
- onPointerdown: () => void;
30
- class: (false | string)[] | string;
31
- replace: boolean;
32
- activeClass: string;
33
- custom: boolean;
34
- exactActiveClass: string;
35
- external: boolean;
36
- faster: boolean;
37
- href: RouteLocationRaw;
38
- prefetch: boolean;
39
- rel: null | string;
40
- target: "_blank" | "_parent" | "_self" | "_top" | null | (Record<string, never> & string);
41
- to: RouteLocationRaw;
42
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
43
- declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
44
- declare const _default: typeof __VLS_export;
45
- export default _default;
46
- type __VLS_WithSlots<T, S> = T & {
47
- new (): {
48
- $slots: S;
49
- };
50
- };
51
- //# sourceMappingURL=index.vue.d.ts.map
@@ -1,51 +0,0 @@
1
- import { type ComponentPublicInstance } from 'vue';
2
- import { type RouteLocationRaw } from 'vue-router';
3
- type __VLS_Props = {
4
- activeClass?: string;
5
- class?: (false | string)[] | string;
6
- custom?: boolean;
7
- exactActiveClass?: string;
8
- external?: boolean;
9
- faster?: boolean;
10
- href?: RouteLocationRaw;
11
- onClick?: () => void;
12
- onPointerdown?: () => void;
13
- prefetch?: boolean;
14
- rel?: null | string;
15
- replace?: boolean;
16
- style?: Record<string, string>;
17
- target?: '_blank' | '_parent' | '_self' | '_top' | null | (Record<string, never> & string);
18
- to?: RouteLocationRaw;
19
- };
20
- declare var __VLS_9: {};
21
- type __VLS_Slots = {} & {
22
- default?: (props: typeof __VLS_9) => any;
23
- };
24
- declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {
25
- linkRef: import("vue").Ref<ComponentPublicInstance | undefined, ComponentPublicInstance | undefined>;
26
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
27
- style: Record<string, string>;
28
- onClick: () => void;
29
- onPointerdown: () => void;
30
- class: (false | string)[] | string;
31
- replace: boolean;
32
- activeClass: string;
33
- custom: boolean;
34
- exactActiveClass: string;
35
- external: boolean;
36
- faster: boolean;
37
- href: RouteLocationRaw;
38
- prefetch: boolean;
39
- rel: null | string;
40
- target: "_blank" | "_parent" | "_self" | "_top" | null | (Record<string, never> & string);
41
- to: RouteLocationRaw;
42
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
43
- declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
44
- declare const _default: typeof __VLS_export;
45
- export default _default;
46
- type __VLS_WithSlots<T, S> = T & {
47
- new (): {
48
- $slots: S;
49
- };
50
- };
51
- //# sourceMappingURL=index.vue.d.ts.map
@@ -1,4 +0,0 @@
1
- declare const __VLS_export: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
- declare const _default: typeof __VLS_export;
3
- export default _default;
4
- //# sourceMappingURL=ui.vue.d.ts.map
@@ -1,4 +0,0 @@
1
- declare const __VLS_export: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
- declare const _default: typeof __VLS_export;
3
- export default _default;
4
- //# sourceMappingURL=ui.vue.d.ts.map