@lux-design-system/web-components-stencil 1.1.0 → 1.1.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/README.md +4 -4
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -8,20 +8,20 @@ Om Lux in je Stencil-project te gebruiken doe je het volgende:
|
|
|
8
8
|
|
|
9
9
|
### NPM
|
|
10
10
|
|
|
11
|
-
`npm install --save-dev --save-exact @lux-design-system/web-
|
|
11
|
+
`npm install --save-dev --save-exact @lux-design-system/web-components-stencil`
|
|
12
12
|
|
|
13
13
|
### Yarn
|
|
14
14
|
|
|
15
|
-
`yarn add install --dev --exact @lux-design-system/web-
|
|
15
|
+
`yarn add install --dev --exact @lux-design-system/web-components-stencil`
|
|
16
16
|
|
|
17
17
|
### PNPM
|
|
18
18
|
|
|
19
|
-
`pnpm add --save-dev --save-exact @lux-design-system/web-
|
|
19
|
+
`pnpm add --save-dev --save-exact @lux-design-system/web-components-stencil`
|
|
20
20
|
|
|
21
21
|
In een/het `app.ts`-bestand voeg je het volgende toe:
|
|
22
22
|
|
|
23
23
|
```js
|
|
24
|
-
import { defineCustomElements as defineLuxCustomElements } from "@lux-design-system/web-
|
|
24
|
+
import { defineCustomElements as defineLuxCustomElements } from "@lux-design-system/web-components-stencil";
|
|
25
25
|
|
|
26
26
|
export default function () {
|
|
27
27
|
defineLuxCustomElements();
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.1.
|
|
2
|
+
"version": "1.1.1",
|
|
3
3
|
"author": "Community for NL Design System",
|
|
4
4
|
"description": "Stencil web components bundle from LUX, the Design System for Logius, based on the NL Design System architecture",
|
|
5
5
|
"license": "EUPL-1.2",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"rimraf": "6.0.1",
|
|
42
42
|
"tslib": "2.6.3",
|
|
43
43
|
"typescript": "5.5.4",
|
|
44
|
-
"@lux-design-system/components-css": "1.0.0
|
|
44
|
+
"@lux-design-system/components-css": "1.0.0"
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
47
|
"@stencil/core": "4.20.0"
|