@velkymx/vibeui 0.5.1 → 0.5.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -25,6 +25,10 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
25
25
  type: BooleanConstructor;
26
26
  default: boolean;
27
27
  };
28
+ isNav: {
29
+ type: BooleanConstructor;
30
+ default: boolean;
31
+ };
28
32
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
29
33
  "update:modelValue": (...args: any[]) => void;
30
34
  "component-error": (...args: any[]) => void;
@@ -49,6 +53,10 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
49
53
  type: BooleanConstructor;
50
54
  default: boolean;
51
55
  };
56
+ isNav: {
57
+ type: BooleanConstructor;
58
+ default: boolean;
59
+ };
52
60
  }>> & Readonly<{
53
61
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
54
62
  "onComponent-error"?: ((...args: any[]) => any) | undefined;
@@ -60,6 +68,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
60
68
  modelValue: boolean;
61
69
  tag: Tag;
62
70
  horizontal: boolean;
71
+ isNav: boolean;
63
72
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
64
73
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
65
74
  export default _default;
package/dist/vibeui.css CHANGED
@@ -1 +1 @@
1
- .vibe-datatable[data-v-bafec986]{width:100%}.datatable-info[data-v-bafec986]{padding:.5rem 0;color:#6c757d}.input-group-vertical[data-v-fbee244e]{flex-direction:column}.input-group-vertical[data-v-fbee244e]>*{width:100%}.vibe-wysiwyg-container[data-v-8e6e81b0]{border:1px solid #ced4da;border-radius:.375rem}.vibe-wysiwyg-container.is-valid[data-v-8e6e81b0]{border-color:#198754}.vibe-wysiwyg-container.is-invalid[data-v-8e6e81b0]{border-color:#dc3545}.vibe-wysiwyg-container.disabled[data-v-8e6e81b0]{background-color:#e9ecef;opacity:.6;cursor:not-allowed}.vibe-wysiwyg-container[data-v-8e6e81b0] .ql-container{border:none;font-size:1rem}.vibe-wysiwyg-container[data-v-8e6e81b0] .ql-toolbar{border:none;border-bottom:1px solid #ced4da;border-top-left-radius:.375rem;border-top-right-radius:.375rem}.vibe-wysiwyg-container[data-v-8e6e81b0] .ql-editor{min-height:150px}
1
+ .vibe-datatable[data-v-25bff6a6]{width:100%}.datatable-info[data-v-25bff6a6]{padding:.5rem 0;color:#6c757d}.input-group-vertical[data-v-fbee244e]{flex-direction:column}.input-group-vertical[data-v-fbee244e]>*{width:100%}.vibe-wysiwyg-container[data-v-8e6e81b0]{border:1px solid #ced4da;border-radius:.375rem}.vibe-wysiwyg-container.is-valid[data-v-8e6e81b0]{border-color:#198754}.vibe-wysiwyg-container.is-invalid[data-v-8e6e81b0]{border-color:#dc3545}.vibe-wysiwyg-container.disabled[data-v-8e6e81b0]{background-color:#e9ecef;opacity:.6;cursor:not-allowed}.vibe-wysiwyg-container[data-v-8e6e81b0] .ql-container{border:none;font-size:1rem}.vibe-wysiwyg-container[data-v-8e6e81b0] .ql-toolbar{border:none;border-bottom:1px solid #ced4da;border-top-left-radius:.375rem;border-top-right-radius:.375rem}.vibe-wysiwyg-container[data-v-8e6e81b0] .ql-editor{min-height:150px}