generated from nl-design-system/example
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(css-components-library): readme (#972)
* 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
1 parent
b2a89fa
commit 6299e11
Showing
7 changed files
with
40 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters