@dronico/droni-kit 1.12.0 → 1.12.1

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/index.d.ts CHANGED
@@ -2,9 +2,10 @@ import { default as DuiButton } from './stories/Forms/DuiButton.vue';
2
2
  import { default as DuiInput } from './stories/Forms/DuiInput.vue';
3
3
  import { default as DuiTextarea } from './stories/Forms/DuiTextarea.vue';
4
4
  import { default as DuiSelect } from './stories/Forms/DuiSelect.vue';
5
+ import { default as DuiLabel } from './stories/Forms/DuiLabel.vue';
5
6
  import { default as DuiAlert } from './stories/Elements/DuiAlert.vue';
6
7
  import { default as DuiTable } from './stories/Elements/DuiTable.vue';
7
8
  import { default as DuiAction } from './stories/Elements/DuiAction.vue';
8
9
  import { default as DuiCard } from './stories/Elements/DuiCard.vue';
9
10
  import { default as DuiNavbar } from './stories/Widgets/DuiNavbar.vue';
10
- export { DuiButton, DuiInput, DuiTextarea, DuiAction, DuiCard, DuiSelect, DuiAlert, DuiTable, DuiNavbar };
11
+ export { DuiButton, DuiInput, DuiTextarea, DuiAction, DuiCard, DuiSelect, DuiLabel, DuiAlert, DuiTable, DuiNavbar };
@@ -30,10 +30,10 @@ declare const meta: {
30
30
  }>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
31
31
  size: "s" | "m" | "l";
32
32
  title: string;
33
- required: boolean;
34
33
  icon: string;
35
34
  helpText: string;
36
35
  error: string;
36
+ required: boolean;
37
37
  }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLLabelElement, import('vue').ComponentProvideOptions, {
38
38
  P: {};
39
39
  B: {};
@@ -69,10 +69,10 @@ declare const meta: {
69
69
  }>> & Readonly<{}>, {}, {}, {}, {}, {
70
70
  size: "s" | "m" | "l";
71
71
  title: string;
72
- required: boolean;
73
72
  icon: string;
74
73
  helpText: string;
75
74
  error: string;
75
+ required: boolean;
76
76
  }>;
77
77
  __isFragment?: never;
78
78
  __isTeleport?: never;
@@ -105,10 +105,10 @@ declare const meta: {
105
105
  }>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
106
106
  size: "s" | "m" | "l";
107
107
  title: string;
108
- required: boolean;
109
108
  icon: string;
110
109
  helpText: string;
111
110
  error: string;
111
+ required: boolean;
112
112
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
113
113
  $slots: {
114
114
  default?(_: {}): any;
@@ -60,10 +60,10 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
60
60
  }>> & Readonly<{}>, {
61
61
  size: "s" | "m" | "l";
62
62
  title: string;
63
- required: boolean;
64
63
  icon: string;
65
64
  helpText: string;
66
65
  error: string;
66
+ required: boolean;
67
67
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLLabelElement>;
68
68
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
69
69
  export default _default;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@dronico/droni-kit",
3
3
  "author": "Gustavo Barragan <dev@droni.co>",
4
- "version": "1.12.0",
4
+ "version": "1.12.1",
5
5
  "private": false,
6
6
  "access": "public",
7
7
  "publishConfig": {