@mozaic-ds/icons-vue 2.2.0 → 2.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -11,8 +11,8 @@
11
11
  </p>
12
12
 
13
13
  <p align="center">
14
- <a href="https://www.npmjs.com/package/@mozaic-ds/icons-vue/v/beta">
15
- <img src="https://img.shields.io/npm/v/@mozaic-ds/icons-vue/beta?label=NPM&logo=npm&color=yellow" alt="npm alpha version">
14
+ <a href="https://www.npmjs.com/package/@mozaic-ds/icons-vue">
15
+ <img src="https://img.shields.io/npm/v/@mozaic-ds/icons-vue?label=NPM&logo=npm&color=yellow" alt="npm alpha version">
16
16
  </a>
17
17
  <a href="/CONTRIBUTING.md">
18
18
  <img src="https://img.shields.io/badge/PRs-welcome-blue.svg?logo=github" alt="PRs welcome" />
@@ -64,7 +64,7 @@ After the installation, you can start importing the icon component needed:
64
64
  </template>
65
65
 
66
66
  <script setup>
67
- import A11y20 from '@mozaic-ds/icons-vue/src/components/A11y20/A11y20.vue';
67
+ import { A11y20 } from '@mozaic-ds/icons-vue';
68
68
  </script>
69
69
  ```
70
70
 
@@ -119,8 +119,6 @@ We're always looking for contributors to help us fix bugs, build features, or he
119
119
 
120
120
  **Maintainers**
121
121
 
122
- - **[Mohamed Mokhtari](https://github.com/mohamedMok)**
123
- - **[Trésor Iloyi](https://github.com/tiloyi)**
124
122
  - **[David Martin](https://github.com/dmartinds)**
125
123
 
126
124
  ## 📄 Licensing