Skip to content

Commit ebc334a

Browse files
ROOS-265: Add readme docpage for image component. (#1444)
* ROOS-265: Add readme docpage for image component. * ROOS-265: Version bumps and lint fixes for image component. --------- Co-authored-by: Patrick Lassche <p.lassche@dictu.nl>
1 parent 00a912a commit ebc334a

File tree

8 files changed

+2288
-1486
lines changed

8 files changed

+2288
-1486
lines changed

.changeset/few-mice-scream.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@nl-rvo/build-utils-css": minor
3+
---
4+
5+
Version bump for all dependencies

.changeset/hip-pans-search.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@nl-rvo/css-image": minor
3+
---
4+
5+
Add readme docpage for image component.

.changeset/rich-cars-pull.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@nl-rvo/component-library-react": minor
3+
---
4+
5+
Version bump for babel dependencies

components/image/image.docpage.mdx

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
import { Canvas, Controls, Meta, Title } from "@storybook/blocks";
2+
import changeLog from "./CHANGELOG.md";
3+
import documentation from "./README.md";
4+
import * as imageStories from "./image.stories";
5+
import { Changelog, Readme } from "../../packages/storybook/config/storybook-blocks";
6+
7+
<Meta of={imageStories} name="Documentatie" />
8+
9+
<Title />
10+
<Canvas of={imageStories.Default} layout="padded" />
11+
<Controls />
12+
13+
## Documentatie
14+
15+
<Readme markdown={documentation} />
16+
17+
## Changelog
18+
19+
<Changelog markdown={changeLog} />
20+
21+
## Dependencies
22+
23+
_@nl-rvo/assets/icons_

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,9 @@
9595
"pnpm": {
9696
"overrides": {
9797
"react": "18.3.1",
98-
"react-dom": "18.3.1"
98+
"react-dom": "18.3.1",
99+
"markdownlint": "0.36.1",
100+
"markdownlint-cli": "0.43.0"
99101
}
100102
},
101103
"packageManager": "pnpm@10.28.1+sha512.7d7dbbca9e99447b7c3bf7a73286afaaf6be99251eb9498baefa7d406892f67b879adb3a1d7e687fc4ccc1a388c7175fbaae567a26ab44d1067b54fcb0d6a316"

packages/build-utils-css/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"build-css-package": "./src/index.mjs"
1919
},
2020
"devDependencies": {
21-
"cssnano": "7.0.6",
22-
"postcss": "8.4.38",
23-
"sass": "1.69.5"
21+
"cssnano": "7.1.2",
22+
"postcss": "8.5.6",
23+
"sass": "1.97.2"
2424
}
2525
}

packages/component-library-react/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@
3131
"dist/"
3232
],
3333
"devDependencies": {
34-
"@babel/core": "7.24.0",
35-
"@babel/plugin-transform-runtime": "7.24.0",
36-
"@babel/preset-env": "7.24.0",
37-
"@babel/preset-react": "7.23.3",
38-
"@babel/runtime": "7.28.4",
34+
"@babel/core": "7.28.5",
35+
"@babel/plugin-transform-runtime": "7.28.5",
36+
"@babel/preset-env": "7.28.5",
37+
"@babel/preset-react": "7.28.5",
38+
"@babel/runtime": "7.28.6",
3939
"@rollup/plugin-babel": "6.0.4",
4040
"@rollup/plugin-commonjs": "25.0.7",
4141
"@rollup/plugin-node-resolve": "15.2.3",

0 commit comments

Comments
 (0)