@rijkshuisstijl-community/components-angular 6.0.0 → 6.0.2
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 +1 -1
- package/dist/README.md +1 -1
- package/package.json +5 -6
package/README.md
CHANGED
|
@@ -19,7 +19,7 @@ De Angular-componenten hebben geen eigen styling. Om de Rijkshuisstijl aan je pr
|
|
|
19
19
|
> Let erop dat je zowel `@rijkshuisstijl-community/design-tokens/dist/index.css` als `@rijkshuisstijl-community/components-css/dist/index.css` importeert in je globale `styles.css` of `styles.scss` **en** dat je componenten gebruikt binnen een element met de `rhc-theme` class. Anders zie je de componenten zonder styling.
|
|
20
20
|
|
|
21
21
|
```bash
|
|
22
|
-
npm install
|
|
22
|
+
npm install @rijkshuisstijl-community/components-angular @rijkshuisstijl-community/components-css @rijkshuisstijl-community/design-tokens
|
|
23
23
|
```
|
|
24
24
|
|
|
25
25
|
Dit installeert de Angular-componenten, de design tokens en de styling. Om deze te gebruiken, importeer je de CSS-bestanden in je globale stylesheet en de Angular modules in je app.
|
package/dist/README.md
CHANGED
|
@@ -19,7 +19,7 @@ De Angular-componenten hebben geen eigen styling. Om de Rijkshuisstijl aan je pr
|
|
|
19
19
|
> Let erop dat je zowel `@rijkshuisstijl-community/design-tokens/dist/index.css` als `@rijkshuisstijl-community/components-css/dist/index.css` importeert in je globale `styles.css` of `styles.scss` **en** dat je componenten gebruikt binnen een element met de `rhc-theme` class. Anders zie je de componenten zonder styling.
|
|
20
20
|
|
|
21
21
|
```bash
|
|
22
|
-
npm install
|
|
22
|
+
npm install @rijkshuisstijl-community/components-angular @rijkshuisstijl-community/components-css @rijkshuisstijl-community/design-tokens
|
|
23
23
|
```
|
|
24
24
|
|
|
25
25
|
Dit installeert de Angular-componenten, de design tokens en de styling. Om deze te gebruiken, importeer je de CSS-bestanden in je globale stylesheet en de Angular modules in je app.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rijkshuisstijl-community/components-angular",
|
|
3
|
-
"version": "6.0.
|
|
3
|
+
"version": "6.0.2",
|
|
4
4
|
"author": "Community for NL Design System",
|
|
5
5
|
"description": "Angular component library for the Rijkshuisstijl Community repository, based on the NL Design System architecture",
|
|
6
6
|
"license": "EUPL-1.2",
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"directory": "packages/components-angular"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"
|
|
23
|
-
"
|
|
22
|
+
"angular-tabler-icons": "3.26.0",
|
|
23
|
+
"tslib": "2.3.0"
|
|
24
24
|
},
|
|
25
25
|
"peerDependencies": {
|
|
26
26
|
"@angular-devkit/build-angular": "~19.2.0",
|
|
@@ -38,16 +38,15 @@
|
|
|
38
38
|
"@nl-design-system-candidate/heading-css": "1.1.0",
|
|
39
39
|
"@nl-design-system-candidate/link-css": "1.0.2",
|
|
40
40
|
"@nl-design-system-candidate/paragraph-css": "2.1.0",
|
|
41
|
-
"@testing-library/jest-dom": "
|
|
41
|
+
"@testing-library/jest-dom": "6.9.1",
|
|
42
42
|
"@types/jest": "29.5.14",
|
|
43
|
-
"@types/testing-library__jest-dom": "5.14.9",
|
|
44
43
|
"jest": "29.7.0",
|
|
45
44
|
"jest-preset-angular": "14.5.4",
|
|
46
45
|
"ng-packagr": "19.2.2",
|
|
47
46
|
"rxjs": "7.8.0",
|
|
48
47
|
"typescript": "5.7.2",
|
|
49
48
|
"zone.js": "0.15.0",
|
|
50
|
-
"@rijkshuisstijl-community/components-css": "
|
|
49
|
+
"@rijkshuisstijl-community/components-css": "10.0.0"
|
|
51
50
|
},
|
|
52
51
|
"files": [
|
|
53
52
|
"dist/"
|