-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: combobox React package #2453
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
d2efe5d
to
872d072
Compare
872d072
to
c760ff4
Compare
970c5b9
to
e33e4bb
Compare
e33e4bb
to
6961829
Compare
6961829
to
76ca25d
Compare
a72fc77
to
aa33062
Compare
c884c8c
to
1be5184
Compare
619347a
to
cc8e392
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2453 +/- ##
==========================================
+ Coverage 93.98% 94.19% +0.21%
==========================================
Files 157 158 +1
Lines 1313 1344 +31
Branches 287 305 +18
==========================================
+ Hits 1234 1266 +32
+ Misses 78 74 -4
- Partials 1 4 +3 ☔ View full report in Codecov by Sentry. |
cb92447
to
1844694
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Dit is nog een pending review van vorige week, ik ga nog opnieuw kijken naar je nieuwe code.
.changeset/afraid-bugs-taste.md
Outdated
@@ -0,0 +1,5 @@ | |||
--- | |||
"@utrecht/listbox-react": minor |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Het is handiger om nieuwe packages te beginnen met 0.0.0 en dan een major release.
.changeset/cuddly-balloons-ring.md
Outdated
"@utrecht/calendar-react": patch | ||
--- | ||
|
||
Fix the button style issue when importe it from `dist/css-module` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix the button style issue when importe it from `dist/css-module` | |
Fix the button style issue when importing it from `dist/css-module`. |
.changeset/shaggy-tables-sort.md
Outdated
"@utrecht/storybook-react": patch | ||
--- | ||
|
||
Fix the Textbox component import |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Storybook doen we geen releases van, hoeft geen changeset te hebben.
@@ -1,5 +1,5 @@ | |||
import { Meta, StoryObj } from '@storybook/react'; | |||
import { Textbox } from '@utrecht/component-library-react/dist/css-module/index'; | |||
import { Textbox } from '@utrecht/component-library-react/dist/css-module'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In ES modules moet je expliciet de filename noemen zoals het was, dus ik zou de import path zo expliciet mogelijk maken, dan is het makkelijker om uiteindelijk naar die syntax over te gaan.
@@ -0,0 +1,41 @@ | |||
{ | |||
"version": "1.0.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"version": "1.0.0", | |
"version": "0.0.0", |
{ | ||
"version": "1.0.0", | ||
"author": "Community for NL Design System", | ||
"description": "Button component for the Municipality of Utrecht based on the NL Design System architecture", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"description": "Button component for the Municipality of Utrecht based on the NL Design System architecture", | |
"description": "Textbox component for the Municipality of Utrecht based on the NL Design System architecture", |
2c3eed6
to
2cafdd6
Compare
72e7b01
to
d9d9250
Compare
d9d9250
to
0d34140
Compare
|
||
- name: "Continuous Integration: build" | ||
run: | | ||
pnpm run --if-present build |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why?
The new classes: - `utrecht-combobox__textbox-container` - `utrecht-combobox__toggle-button` ```CSS --utrecht-combobox-toggle-button-background-color: transparent; //default value --utrecht-combobox-toggle-button-color: currentColor; //default value --utrecht-combobox-toggle-button-hover-background-color: transparent; //default value --utrecht-combobox-toggle-button-hover-color: currentColor; //default value --utrecht-combobox-toggle-button-active-background-color: transparent; //default value --utrecht-combobox-toggle-button-active-color: currentColor; //default value --utrecht-combobox-toggle-button-focus-background-color: transparent; //default value --utrecht-combobox-toggle-button-focus-color: currentColor; //default value --utrecht-combobox-toggle-button-pressed-background-color: transparent; //default value --utrecht-combobox-toggle-button-pressed-color: currentColor; //default value ``` - `utrecht-combobox__icon` ```CSS --utrecht-combobox-icon-size: 32px; //default value ```
0d34140
to
c709b71
Compare
c709b71
to
70d3654
Compare
No description provided.