ui-components
ui-components copied to clipboard
UI Components
At the moment we are using an object (map) to pass the selected options to our `select-multi-options` component and the current behaviour has some inconsistencies where the `selectedOptions` map can...
I think we should add the [strictNullChecks](https://www.typescriptlang.org/tsconfig#strictNullChecks) config to our .tsconfig file in order to guarantee that a variable is neither null nor undefined and enforce us to handle those...
I think [prettier-eslint](https://github.com/prettier/prettier-eslint) could be a better approach than relying on eslint-plugin-prettier to do all the formatting. The [README.md](https://github.com/prettier/eslint-plugin-prettier#readme) of eslint-plugin-prettier says: > If your desired formatting does not match...
Currently, each toaster needs its own `ToasterContainer`. In the future, we will need to refactor this only to just one `ToasterContainer` which will be shared by all toasters.
Storybook time-picker components reorganization **Breaking changes** - Rename time-picker components' name from time-picker-calendar, time-picker-calendar-day to calendar and calendar-day.
This pull request introduces improvements to the schema normalization logic for forms in the `react-ui-components` package, specifically focusing on how `oneOf` enums with titles are handled. The changes separate enum...
- Add AGENTS.md with complete workspace documentation - Include monorepo structure and architecture overview - Document StencilJS component concepts (Shadow DOM, themes, decorators) - Provide component file structure patterns with...