@nova-design-system/nova-vue 3.31.1 → 3.31.2-beta.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.
@@ -46,6 +46,7 @@ export declare const NvNotificationBullet: StencilVueComponent<JSX.NvNotificatio
46
46
  export declare const NvNotificationcontainer: StencilVueComponent<JSX.NvNotificationcontainer>;
47
47
  export declare const NvPaginationNav: StencilVueComponent<JSX.NvPaginationNav, JSX.NvPaginationNav["currentPage"]>;
48
48
  export declare const NvPaginationtable: StencilVueComponent<JSX.NvPaginationtable, JSX.NvPaginationtable["pageIndex"]>;
49
+ export declare const NvPill: StencilVueComponent<JSX.NvPill>;
49
50
  export declare const NvPopover: StencilVueComponent<JSX.NvPopover, JSX.NvPopover["open"]>;
50
51
  export declare const NvRow: StencilVueComponent<JSX.NvRow>;
51
52
  export declare const NvSidebar: StencilVueComponent<JSX.NvSidebar, JSX.NvSidebar["open"]>;
@@ -751,6 +751,17 @@ export const NvPaginationtable = /*@__PURE__*/ defineContainer('nv-paginationtab
751
751
  'pageIndexChanged',
752
752
  'pageSizeChanged'
753
753
  ], 'pageIndex', 'pageIndexChanged', undefined);
754
+ export const NvPill = /*@__PURE__*/ defineContainer('nv-pill', undefined, [
755
+ 'label',
756
+ 'selected',
757
+ 'disabled',
758
+ 'value',
759
+ 'leadingIcon',
760
+ 'pillAriaRole',
761
+ 'toggled'
762
+ ], [
763
+ 'toggled'
764
+ ]);
754
765
  export const NvPopover = /*@__PURE__*/ defineContainer('nv-popover', undefined, [
755
766
  'triggerElement',
756
767
  'open',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nova-design-system/nova-vue",
3
- "version": "3.31.1",
3
+ "version": "3.31.2-beta.3",
4
4
  "description": "Nova is a design system created by Elia Group to empower creators to efficiently build solutions that people love to use.",
5
5
  "author": "Elia Group",
6
6
  "homepage": "https://nova.eliagroup.io",
@@ -13,7 +13,8 @@
13
13
  "stories": "stories"
14
14
  },
15
15
  "files": [
16
- "dist"
16
+ "dist",
17
+ "THIRD_PARTY_NOTICES.txt"
17
18
  ],
18
19
  "publishConfig": {
19
20
  "registry": "https://registry.npmjs.org/",