@mozaic-ds/vue 2.9.0 → 2.10.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 +4 -6
- package/dist/mozaic-vue.css +1 -1
- package/dist/mozaic-vue.d.ts +317 -250
- package/dist/mozaic-vue.js +1050 -896
- package/dist/mozaic-vue.js.map +1 -1
- package/dist/mozaic-vue.umd.cjs +5 -5
- package/dist/mozaic-vue.umd.cjs.map +1 -1
- package/package.json +14 -13
- package/src/components/carousel/MCarousel.spec.ts +138 -0
- package/src/components/carousel/MCarousel.stories.ts +94 -0
- package/src/components/carousel/MCarousel.vue +154 -0
- package/src/components/carousel/README.md +18 -0
- package/src/components/flag/MFlag.stories.ts +1 -1
- package/src/components/loader/MLoader.spec.ts +2 -2
- package/src/components/loader/MLoader.vue +2 -2
- package/src/components/phonenumber/MPhoneNumber.spec.ts +110 -1
- package/src/components/phonenumber/MPhoneNumber.stories.ts +14 -0
- package/src/components/phonenumber/MPhoneNumber.vue +16 -6
- package/src/components/textinput/MTextInput.stories.ts +1 -1
- package/src/components/usingPresets.mdx +1 -1
- package/src/main.ts +1 -0
package/README.md
CHANGED
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
<a href="https://www.npmjs.com/package/@mozaic-ds/vue">
|
|
15
15
|
<img src="https://img.shields.io/npm/v/@mozaic-ds/vue?label=NPM&logo=npm&color=yellow" alt="npm version">
|
|
16
16
|
</a>
|
|
17
|
-
<a href="https://github.
|
|
17
|
+
<a href="https://adeo.github.io/mozaic-vue">
|
|
18
18
|
<img src="https://img.shields.io/badge/PRs-welcome-blue.svg?logo=github" alt="PRs welcome" />
|
|
19
19
|
</a>
|
|
20
20
|
<a href="https://app.slack.com/client/T4R6RCZFA/CN4K3A99R">
|
|
@@ -65,9 +65,9 @@ To import and use a component, you can proceed as follows:
|
|
|
65
65
|
</template>
|
|
66
66
|
```
|
|
67
67
|
|
|
68
|
-
Find the complete list of [our components](https://github.com/adeo/mozaic-vue/tree/
|
|
68
|
+
Find the complete list of [our components](https://github.com/adeo/mozaic-vue/tree/main/src/components).
|
|
69
69
|
|
|
70
|
-
And all the available components are showcased in our [Storybook](https://
|
|
70
|
+
And all the available components are showcased in our [Storybook](https://adeo.github.io/mozaic-vue/).
|
|
71
71
|
|
|
72
72
|
## 📰 Changelog
|
|
73
73
|
|
|
@@ -113,10 +113,8 @@ We're always looking for contributors to help us fix bugs, build features, or he
|
|
|
113
113
|
|
|
114
114
|
**[ADEO Design system Team](https://github.com/orgs/adeo/teams/adeo-design-system)**
|
|
115
115
|
|
|
116
|
-
**
|
|
116
|
+
**Maintainer**
|
|
117
117
|
|
|
118
|
-
- **[Mohamed Mokhtari](https://github.com/mohamedMok)**
|
|
119
|
-
- **[Trésor Iloyi](https://github.com/tiloyi)**
|
|
120
118
|
- **[David Martin](https://github.com/dmartinds)**
|
|
121
119
|
|
|
122
120
|
## 📄 Licensing
|