Skip to content

Commit aeb99f7

Browse files
Merge pull request #70 from open-formulieren/chore/upgrade-utrecht-components
Upgrade utrecht components
2 parents a85108a + 015ac40 commit aeb99f7

File tree

7 files changed

+26
-35
lines changed

7 files changed

+26
-35
lines changed

package-lock.json

+12-21
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"devDependencies": {
4545
"@babel/core": "^7.24.0",
4646
"@formatjs/cli": "^6.5.1",
47-
"@open-formulieren/design-tokens": "^0.55.0",
47+
"@open-formulieren/design-tokens": "^0.57.0",
4848
"@open-formulieren/types": "^0.38.0",
4949
"@storybook/addon-actions": "^8.6.2",
5050
"@storybook/addon-essentials": "^8.6.2",
@@ -57,7 +57,7 @@
5757
"@trivago/prettier-plugin-sort-imports": "^5.2.0",
5858
"@types/react": "^18.2.65",
5959
"@types/webpack": "^5.28.5",
60-
"@utrecht/components": "1.0.0-alpha.565",
60+
"@utrecht/components": "^7.4.0",
6161
"@vitejs/plugin-react": "^4.3.4",
6262
"ajv": "^8.17.1",
6363
"babel-plugin-formatjs": "^10.5.34",

src/components/forms/HelpText.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@use '@utrecht/components/dist/form-field-description/css/index' as form-field-description;
1+
@use '@utrecht/components/form-field-description' as form-field-description;
22

33
@use '@/scss/bem';
44

src/components/forms/Label.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
@use '@utrecht/components/dist/form-label/css/index' as form-label;
2-
@use '@utrecht/components/dist/paragraph/css/index' as paragraph;
1+
@use '@utrecht/components/form-label' as form-label;
2+
@use '@utrecht/components/paragraph' as paragraph;
33

44
@use '@/scss/bem';
55

src/components/forms/RadioField/RadioField.scss

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
// NOTE: the import order matters here, otherwise paragraph styles overwrite the styles
22
// of form-field
3-
@use '@utrecht/components/dist/paragraph/css/index' as paragraph;
4-
@use '@utrecht/components/dist/form-field/css/index' as form-field;
5-
@use '@utrecht/components/dist/form-fieldset/css/index' as form-fieldset;
6-
@use '@utrecht/components/dist/textbox/css/index' as textbox;
7-
@use '@utrecht/components/dist/radio-button/css/index' as radio-button;
3+
@use '@utrecht/components/paragraph' as paragraph;
4+
@use '@utrecht/components/form-field' as form-field;
5+
@use '@utrecht/components/form-fieldset' as form-fieldset;
6+
@use '@utrecht/components/textbox' as textbox;
7+
@use '@utrecht/components/radio-button' as radio-button;
88

99
@use '@/scss/bem';
1010
@use '@/scss/form-field-override';

src/components/forms/TextField/TextField.scss

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// NOTE: the import order matters here, otherwise paragraph styles overwrite the styles
22
// of form-field
3-
@use '@utrecht/components/dist/paragraph/css/index' as paragraph;
4-
@use '@utrecht/components/dist/form-field/css/index' as form-field;
5-
@use '@utrecht/components/dist/textbox/css/index' as textbox;
3+
@use '@utrecht/components/paragraph' as paragraph;
4+
@use '@utrecht/components/form-field' as form-field;
5+
@use '@utrecht/components/textbox' as textbox;
66

77
@use '@/scss/bem';
88
@use '@/scss/form-field-override';

src/components/forms/ValidationErrors.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@use '@utrecht/components/dist/form-field-description/css/index' as form-field-description;
1+
@use '@utrecht/components/form-field-description' as form-field-description;
22

33
@use '@/scss/bem';
44

0 commit comments

Comments
 (0)