Mazel
Mazel
### Description Add resolver to auto import maz-ui components
### Describe the feature Because the mono repository is not supported, I bump all my package versions independently and then I want to generate my changelog and publish it to...
### Environment changelogen: 0.5.2 node: 18.14.1 browser: Arc v0.95.1 (37921) ### Reproduction Run: `changelogen --release --push` `package.json` ```json { "changelog": { "repo": { "provider": "github" } } } ``` ###...
# Issue - #905 **What kind of change does this PR introduce?** (check at least one) - [ ] Bug fix - [ ] Feature - [ ] Code style...
## Describe the bug Nuxt a changé les règles d'hydratation entre le DOM server et le DOM client. Now the generated uniq id by the components sont détectés comme des...
# Changelog - [x] Tree shaking: export all components directly in `maz-ui` - e.g: `import { MazBtn } from 'maz-ui/components'` (analyse bundle) - [x] Add a third color (accent) -...
# Utils - https://github.com/valgeirb/vue3-popper/tree/main/src - https://codesandbox.io/s/8e9k3?file=/src/styles/components/_tooltip.scss - https://valgeirb.github.io/vue3-popper/
And get `showDialogAndWaitChoice` method from `$refs.component.showDialogAndWaitChoice` ```ts interface Button { text: string type: 'resolve' | 'reject' color: '' btnOptions: { // all options of } response: string | boolean }...