Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(progress-indicator): update to follow best practices (#294)
* retoctor(progress-indicator): update structure * fix: remove described by * refactor(skeleton): rewrite the skeleton to follow best practices and improve dx (#295) * feat(rate-slider): add rate slider component (#296) * refactor(notice): update structure and sync with design (#282) * refactor(notice): tokenize css styles * docs(demo): update notice element config * refactor(notice): extract constants to a seprate file * refactor(notice): extract events to a seprate file * docs(jsdoc): update notice jsdoc * fix: update notice dissmiss file * refactor(toast): remove toast component and merge it with the notice component * fix(notice): change the title colors in low priority * fix(notice): set bubble to false in dismiss event * fix(notice): render description using slot instead of string property * fix(notice): set default internal token values in host * refactor(notice): use named slot for description instead of default slot * refactor(button): expose custom tokens for button color, background color and overlay color * fix(playground): reset * chore(notide): update event type * fix(notice): hide icons for screen readers * docs(notice): update jsdoc * fix(notice): make action buttons gray in the disabled state * fix: add jsdoc to all of public methods * fix: update components jsdoc * fix: update logs * resolve commetns * fixed * done --------- Co-authored-by: mimshins <[email protected]> * refactor(spinner): rewrite to follow best bractices (#293) * refactor(spinner): update component structure * refactor(base-button): update spinner props * refactor(skeleton): rewrite the skeleton to follow best practices and improve dx (#295) * feat(rate-slider): add rate slider component (#296) * refactor(notice): update structure and sync with design (#282) * refactor(notice): tokenize css styles * docs(demo): update notice element config * refactor(notice): extract constants to a seprate file * refactor(notice): extract events to a seprate file * docs(jsdoc): update notice jsdoc * fix: update notice dissmiss file * refactor(toast): remove toast component and merge it with the notice component * fix(notice): change the title colors in low priority * fix(notice): set bubble to false in dismiss event * fix(notice): render description using slot instead of string property * fix(notice): set default internal token values in host * refactor(notice): use named slot for description instead of default slot * refactor(button): expose custom tokens for button color, background color and overlay color * fix(playground): reset * chore(notide): update event type * fix(notice): hide icons for screen readers * docs(notice): update jsdoc * fix(notice): make action buttons gray in the disabled state * fix: add jsdoc to all of public methods * fix: update components jsdoc * fix: update logs * resolve commetns * fixed * done --------- Co-authored-by: mimshins <[email protected]> * update!!! --------- Co-authored-by: Mostafa Shamsitabar <[email protected]> Co-authored-by: mimshins <[email protected]> * remove this shit! * update!! --------- Co-authored-by: Mostafa Shamsitabar <[email protected]> Co-authored-by: mimshins <[email protected]>
- Loading branch information