@rijkshuisstijl-community/paragraph-react 2.0.1 → 2.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/CHANGELOG.md +8 -0
- package/README.md +2 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @rijkshuisstijl-community/paragraph-react
|
|
2
2
|
|
|
3
|
+
## 2.0.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- e9dae7c: Updated broken links in the documentation
|
|
8
|
+
- Updated dependencies [e9dae7c]
|
|
9
|
+
- @rijkshuisstijl-community/paragraph-css@2.0.1
|
|
10
|
+
|
|
3
11
|
## 2.0.1
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
# Omschrijving
|
|
4
4
|
|
|
5
|
-
Dit package bevat de specifieke code voor het component. Als je alle rijkshuisstijl community componenten wil kijk dan naar [https://github.com/nl-design-system/rijkshuisstijl-community/blob/main/packages/components-react/README.md]. Voor verdere informatie over het inzet van de component kijk naar onze documentatie [https://rijkshuisstijl-community.vercel.app/?path=/docs/rhc-paragraph-docs]
|
|
5
|
+
Dit package bevat de specifieke code voor het component. Als je alle rijkshuisstijl community componenten wil kijk dan naar [https://github.com/nl-design-system/rijkshuisstijl-community/blob/main/packages/components-react/library-react/README.md]. Voor verdere informatie over het inzet van de component kijk naar onze documentatie [https://rijkshuisstijl-community.vercel.app/?path=/docs/rhc-paragraph-docs]
|
|
6
6
|
|
|
7
7
|
## Installatie
|
|
8
8
|
|
|
@@ -27,4 +27,4 @@ pnpm add @rijkshuisstijl-community/paragraph-react
|
|
|
27
27
|
|
|
28
28
|
## Rijkshuisstijl Community Componenten
|
|
29
29
|
|
|
30
|
-
**Direct aan de slag met [CSS](https://github.com/nl-design-system/rijkshuisstijl-community/blob/main/packages/components-css/README.md) | [React](https://github.com/nl-design-system/rijkshuisstijl-community/blob/main/packages/components-react/README.md) | [Web Components](https://github.com/nl-design-system/rijkshuisstijl-community/blob/main/packages/web-components/README.md) | [Twig](https://github.com/nl-design-system/rijkshuisstijl-community/blob/main/packages/components-twig/README.md)**
|
|
30
|
+
**Direct aan de slag met [CSS](https://github.com/nl-design-system/rijkshuisstijl-community/blob/main/packages/components-css/library-css/README.md) | [React](https://github.com/nl-design-system/rijkshuisstijl-community/blob/main/packages/components-react/library-react/README.md) | [Web Components](https://github.com/nl-design-system/rijkshuisstijl-community/blob/main/packages/web-components/README.md) | [Twig](https://github.com/nl-design-system/rijkshuisstijl-community/blob/main/packages/components-twig/README.md)**
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "2.0.
|
|
2
|
+
"version": "2.0.2",
|
|
3
3
|
"author": "Community for Rijkshuisstijl-Community Design System",
|
|
4
4
|
"description": "Paragraph component",
|
|
5
5
|
"license": "EUPL-1.2",
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
"@nl-design-system-candidate/paragraph-react": "2.2.2",
|
|
74
74
|
"@vitejs/plugin-react": "4.7.0",
|
|
75
75
|
"@vitest/coverage-v8": "3.2.4",
|
|
76
|
-
"@rijkshuisstijl-community/paragraph-css": "2.0.
|
|
76
|
+
"@rijkshuisstijl-community/paragraph-css": "2.0.1"
|
|
77
77
|
},
|
|
78
78
|
"scripts": {
|
|
79
79
|
"build": "rollup --config rollup.config.mjs",
|