@mparticle/aquarium 1.2.2 → 1.2.4
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 +25 -1
- package/dist/aquarium.mjs +46756 -136
- package/package.json +10 -2
package/README.md
CHANGED
|
@@ -1,2 +1,26 @@
|
|
|
1
|
-
|
|
1
|
+
<img src="https://static.mparticle.com/sdk/mp_logo_black.svg" width="280"><br>
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
# mParticle Aquarium
|
|
2
5
|
mParticle Component Library
|
|
6
|
+
|
|
7
|
+
## Contributing
|
|
8
|
+
|
|
9
|
+
See [CONTRIBUTING.md](https://github.com/mParticle/aquarium/blob/main/CONTRIBUTING.md).
|
|
10
|
+
|
|
11
|
+
Please make sure any new or updated components are present, tested and verified within [Storybook](https://storybook.js.org/)
|
|
12
|
+
|
|
13
|
+
Use the following commands to run Storybook and then run unit tests:
|
|
14
|
+
|
|
15
|
+
```
|
|
16
|
+
$> npm run storybook
|
|
17
|
+
$> npm run test-storybook
|
|
18
|
+
```
|
|
19
|
+
|
|
20
|
+
## Support
|
|
21
|
+
|
|
22
|
+
<support@mparticle.com>
|
|
23
|
+
|
|
24
|
+
## License
|
|
25
|
+
|
|
26
|
+
mParticle's Aquarium is available under the [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0). See the LICENSE file for more info.
|