@mparticle/aquarium 2.1.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
@@ -3,9 +3,9 @@
3
3
  <a href="https://mparticle.github.io/aquarium/" target="_blank"><img src="https://raw.githubusercontent.com/storybooks/brand/master/badge/badge-storybook.svg"></a>
4
4
  &nbsp;&nbsp;
5
5
 
6
- # mParticle Aquarium
6
+ # Aquarium — Rokt UI Library
7
7
 
8
- mParticle Component Library built on top of [Ant Design](https://ant.design/).
8
+ Component library for Rokt applications, built on top of [Ant Design](https://ant.design/).
9
9
 
10
10
  _Components That Scale_
11
11
 
@@ -63,6 +63,14 @@ export const MyComponent = () => {
63
63
  }
64
64
  ```
65
65
 
66
+ ## Adopting Aquarium
67
+
68
+ New to Aquarium? See [ADOPTING.md](ADOPTING.md) for a step-by-step onboarding guide.
69
+
70
+ ## Requesting Components
71
+
72
+ Need a component that doesn't exist yet? [Open a Component Request](https://github.com/mParticle/aquarium/issues/new?template=component-request.yml) on GitHub Issues.
73
+
66
74
  ## Development
67
75
 
68
76
  Clone the repository and install dependencies:
@@ -93,8 +101,9 @@ Please make sure any new or updated components are present, tested and verified
93
101
 
94
102
  ## Support
95
103
 
96
- <support@mparticle.com>
104
+ - **Internal**: Join the Aquarium GChat space for weekly updates and discussions
105
+ - **Public**: [GitHub Issues](https://github.com/mParticle/aquarium/issues/new/choose) — component requests, bug reports, questions
97
106
 
98
107
  ## License
99
108
 
100
- 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.
109
+ 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.