fix: icon mapping for common Phosphor names and toast provider resolution
- Map copy, chart-line-up, check-circle, chat-circle, lock-key, sign-in/out,
  pencil, pencil-simple, house, list, credit-card, bell, cloud-arrow-up,
  package, gear, home, login, logout, edit, message, box to real VMK icon keys.
- Use Symbol.for for toastKey so builds with multiple bundles resolve the same key.
- Add globalProperties fallback in useToast/GnToastProvider for inline createApp demos.
1 parent efcd3fd commit b06b12106fb7a5e41c87fe620a24edb691d9602f
@Eugene Sukhodolskiy Eugene Sukhodolskiy authored 1 day ago
Showing 4 changed files
View
src/vue/components/GnToastProvider.js
View
src/vue/composables/toast-context.js
View
src/vue/composables/useToast.js
View
src/vue/utils.js