@nova-design-system/nova-vue 3.0.0-beta.22 → 3.0.0-beta.24
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/generated/components.d.ts +1 -1
- package/dist/plugin.js +1 -1
- package/package.json +2 -2
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { JSX } from '@
|
|
1
|
+
import type { JSX } from '@eliagroup-innersource/nova-webcomponents';
|
|
2
2
|
export declare const NvAlert: import("vue").DefineSetupFnComponent<JSX.NvAlert & import("./vue-component-lib/utils").InputProps<boolean>, {}, {}, JSX.NvAlert & import("./vue-component-lib/utils").InputProps<boolean> & {}, import("vue").PublicProps>;
|
|
3
3
|
export declare const NvAvatar: import("vue").DefineSetupFnComponent<JSX.NvAvatar & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.NvAvatar & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
|
|
4
4
|
export declare const NvBadge: import("vue").DefineSetupFnComponent<JSX.NvBadge & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.NvBadge & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
|
package/dist/plugin.js
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
* By providing custom implementations, we ensure that event names are
|
|
9
9
|
* properly transformed, allowing Stencil components to work seamlessly in Vue.
|
|
10
10
|
*/
|
|
11
|
-
import { defineCustomElements } from '@
|
|
11
|
+
import { defineCustomElements } from '@eliagroup-innersource/nova-webcomponents/loader';
|
|
12
12
|
import * as stringUtils from 'nova-utils/lib/string.utils';
|
|
13
13
|
/**
|
|
14
14
|
* Transforms the event name to kebab-case.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nova-design-system/nova-vue",
|
|
3
|
-
"version": "3.0.0-beta.
|
|
3
|
+
"version": "3.0.0-beta.24",
|
|
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",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"dist"
|
|
17
17
|
],
|
|
18
18
|
"publishConfig": {
|
|
19
|
-
"registry": "
|
|
19
|
+
"registry": "https://registry.npmjs.org/",
|
|
20
20
|
"access": "public"
|
|
21
21
|
},
|
|
22
22
|
"exports": {
|