Skip to content

Commit

Permalink
fix(css-components-library): readme (#972)
Browse files Browse the repository at this point in the history
* Only show outline around Radio button when using keyboard to focus

* Add flexible division functionality to Grid component

* Add option for 7-12 columns in Grid component

* Make Hero subtitle normal instead of italic

* Add individual component css to component-library-css

* Removed fixed height and added font size to FileInput component

* Fix build

* Fix heading levels in component-library-css README

---------

Co-authored-by: sushitommy <>
  • Loading branch information
sushitommy authored Dec 19, 2024
1 parent b2a89fa commit 6299e11
Show file tree
Hide file tree
Showing 7 changed files with 40 additions and 2 deletions.
7 changes: 7 additions & 0 deletions .changeset/fifty-fans-act.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@nl-rvo/css-form-radio-button": patch
"@nl-rvo/component-library-css": patch
"@nl-rvo/component-library-react": patch
---

Removed focus outline when selecting a Radio button
5 changes: 5 additions & 0 deletions .changeset/rich-llamas-collect.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@nl-rvo/design-tokens": patch
---

Made Hero subtitle normal instead of italic
7 changes: 7 additions & 0 deletions .changeset/silver-tomatoes-sell.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@nl-rvo/component-library-css": patch
"@nl-rvo/css-form-fileinput": patch
"@nl-rvo/component-library-react": patch
---

Removed fixed height and added font size to FileInput component
5 changes: 5 additions & 0 deletions .changeset/smart-chairs-care.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@nl-rvo/component-library-css": minor
---

Added individual component CSS files to enable loading of individual components and reduce bundle size
7 changes: 7 additions & 0 deletions .changeset/stale-bears-relax.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@nl-rvo/css-grid": minor
"@nl-rvo/component-library-css": minor
"@nl-rvo/component-library-react": minor
---

Added option for 7-12 columns in Grid component
7 changes: 7 additions & 0 deletions .changeset/twenty-tools-drop.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@nl-rvo/css-grid": major
"@nl-rvo/component-library-css": major
"@nl-rvo/component-library-react": major
---

Added division property and --division variable to use instead of the layout prop
4 changes: 2 additions & 2 deletions packages/component-library-css/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ npm install --save-dev --save-exact @nl-rvo/component-library-css

Je kunt kiezen om in één keer de hele library in te laden of alleen de componenten die je nodig hebt.

## Hele library laden
### Hele library laden

```html
<link rel="stylesheet" href="@nl-rvo/component-library-css/dist/index.min.css" />
```

## Individuele componenten laden
### Individuele componenten laden

```html
<link rel="stylesheet" href="@nl-rvo/component-library-css/dist/components/accordion.min.css" />
Expand Down

0 comments on commit 6299e11

Please sign in to comment.