Skip to content

Commit 5442d67

Browse files
Removal of Utrecht Components and upgrade React Package to React 19 Support (#1437)
* Utrecht Removel and React 19 Package update * Update css * utrecht-removal: some build issues fixes. * fix build * change types package version * removed parameters from defaultargs in button * update textinput * Keydown type issue * updates to multiple css files * update lockfile * fix button stories * Changesets * Added correct font to button * CSS changes to button and input. Updated tokens * More css changes * text-are styling disabled * Css changes to input and button. Updated button design tokens * fix impot * removed focus in defaultparams * icon before button styling incorrect variable * Extra css styling to button * more css changes --------- Co-authored-by: Dennis Prins <d.prins@dictu.nl>
1 parent 9755509 commit 5442d67

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+1196
-936
lines changed

.changeset/calm-hats-smoke.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
"@nl-rvo/component-library-css": minor
3+
---
4+
5+
Updates to several components using `.rvo-` prefix instead of `.utrecht-`. Affect components are:
6+
7+
- Button
8+
- Action Group
9+
- Fieldset
10+
- Textarea
11+
12+
Smaller fixes to the following CSS
13+
14+
- Footer payoff color added
15+
- Autocomplete placeholder color added

.changeset/famous-paws-glow.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@nl-rvo/css-footer": minor
3+
---
4+
5+
Removed third party Footer Component to use default footer html tag. Added correct color to `.rvo-footer__payoff` in CSS.

.changeset/gentle-houses-lay.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@nl-rvo/autocomplete": minor
3+
---
4+
5+
Classnames parameter didn't work as intented, fixed this issues. Updated placeholder color to use correct color.

.changeset/new-ants-warn.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@nl-rvo/css-dialog": patch
3+
---
4+
5+
Updated ActionGroup check for Dialogs

.changeset/plenty-news-learn.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
"@nl-rvo/component-library-react": major
3+
---
4+
5+
Added Support for React 19.
6+
7+
Removed third party component imports from the following Components:
8+
9+
- Action Group
10+
- Button
11+
- Datalist
12+
- Footer
13+
- Form Feedback
14+
- Form Field
15+
- Form Fieldset
16+
- Form Textarea
17+
- Form Textinput

.changeset/slow-lies-serve.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
"@nl-rvo/css-button": major
3+
---
4+
5+
Removed third party Button Component to use own button setup and updated clasnames.
6+
Removed the following parameters which where used through Storybook or no longer required:
7+
8+
- active
9+
- busy
10+
- focus
11+
- focusVisible
12+
- hover
13+
- alignToRightInGroup
14+
15+
Using new classname for button: `rvo-button` instead of `utrecht-button`. All other class names using the previous classnames have also been updated with the classname prefix.
16+
Removed allButtons export from Component, as this is only used in Storybook Stories.
17+
18+
Style Changes:
19+
No direct changes in the display of the Compnent, but the naming convension of the Component has been updated to use `.rvo-button` as prefix, instead of `.utrecht-button`.

.changeset/tiny-ravens-sneeze.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@nl-rvo/expandable-table": minor
3+
---
4+
5+
Fixed Issues with the isExpandable check
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@nl-rvo/design-tokens": minor
3+
---
4+
5+
Update Button Design tokens

.changeset/two-sheep-confess.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
"@nl-rvo/css-form-textinput": minor
3+
"@nl-rvo/css-form-timeinput": minor
4+
"@nl-rvo/css-form-feedback": minor
5+
"@nl-rvo/css-form-fieldset": minor
6+
"@nl-rvo/css-form-textarea": minor
7+
"@nl-rvo/css-form-field": minor
8+
---
9+
10+
Removed third party component imports and updated CSS to be inline with the original designs

.changeset/unlucky-ants-march.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"@nl-rvo/css-action-group": minor
3+
---
4+
5+
Remove third party ButtonGroup component and replaced this with a div.
6+
Renamed class .utrecht-button-group to .rvo-button-group and added additional changes to the CSS of the Action Group Component.

0 commit comments

Comments
 (0)