@mozaic-ds/angular 2.0.0-beta.8 → 2.0.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 +3 -2
- package/fesm2022/mozaic-ds-angular.mjs +1507 -729
- package/fesm2022/mozaic-ds-angular.mjs.map +1 -1
- package/package.json +1 -1
- package/types/mozaic-ds-angular.d.ts +864 -534
package/README.md
CHANGED
|
@@ -62,7 +62,7 @@ import { MozButtonComponent } from '@mozaic-ds/angular';
|
|
|
62
62
|
</script>
|
|
63
63
|
|
|
64
64
|
<template>
|
|
65
|
-
<moz-button>This is a Mozaic Button</moz-button>
|
|
65
|
+
<button moz-button>This is a Mozaic Button</button moz-button>
|
|
66
66
|
</template>
|
|
67
67
|
```
|
|
68
68
|
|
|
@@ -116,7 +116,8 @@ We're always looking for contributors to help us fix bugs, build features, or he
|
|
|
116
116
|
|
|
117
117
|
**Maintainer**
|
|
118
118
|
|
|
119
|
-
- **[
|
|
119
|
+
- **[Maxime Moiroux](https://github.com/maksnaga)**
|
|
120
|
+
- **[Baptiste Goulard](https://github.com/baotista)**
|
|
120
121
|
|
|
121
122
|
## 📄 Licensing
|
|
122
123
|
|