-
fa36e07: Project structure updates
- Moved all Storybook stories to the /stories directory.
- Moved all documentation files to the /docs directory.
- Removed React components from library-component-react and moved them into this package.
- Update all .stories imports to the right react package "component-library-react"
- Fix all Redundant / PascalCase lint warnings for .stories files.
- 8e4ad8b: Update Button component with type parameter
- 11eb258: Update imports to support storybook v10
-
5442d67: Removed third party Button Component to use own button setup and updated clasnames. Removed the following parameters which where used through Storybook or no longer required:
- active
- busy
- focus
- focusVisible
- hover
- alignToRightInGroup
Using new classname for button:
rvo-buttoninstead ofutrecht-button. All other class names using the previous classnames have also been updated with the classname prefix. Removed allButtons export from Component, as this is only used in Storybook Stories.Style Changes: No direct changes in the display of the Compnent, but the naming convension of the Component has been updated to use
.rvo-buttonas prefix, instead of.utrecht-button.
- 3a6a613: Add correct icon before/after margins.
- 064091a: Fix some markdown error for alert and button component. Updated @whitespace/storybook-addon-html to the latest version to remove warning messages during the build process. Added remark-gfm dependency to enable rendering of tables inside Markdown.
- 23ea461: button css fixes
- f75e111: Added spacing between button icon and its content
- e0aff8b: Underline visible for all button types on hover
- 6451d00: Fixed quaternary color for button
- 19e94e5: Fix alignToRight className for Button component (when using it in a ActionGroup)
- 0cdf4eb: Remove utrecht-components-css reference and include utrecht css per component when needed
- daa0537: Create npm package for each component.
@nl-rvo/component-library-css@1.0.0-alpha.290: Added support for icon aria-label
@nl-rvo/component-library-css@1.0.0-alpha.279:
Simplified snippet by removing .rvo-layout-row-inline, .rvo-layout-gap--xs. .rvo-layout-gap--sm and .rvo-layout-gap--md
@nl-rvo/component-library-css@1.0.0-alpha.2: Added component