@mantine/colors-generator 9.0.0-alpha.7 → 9.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.
Files changed (2) hide show
  1. package/README.md +21 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -0,0 +1,21 @@
1
+ # @mantine/colors-generator
2
+
3
+ [![npm](https://img.shields.io/npm/dm/@mantine/colors-generator)](https://www.npmjs.com/package/@mantine/colors-generator)
4
+
5
+ Mantine colors generator
6
+
7
+ [View documentation](https://mantine.dev/)
8
+
9
+ ## Installation
10
+
11
+ ```bash
12
+ # With yarn
13
+ yarn add @mantine/colors-generator
14
+
15
+ # With npm
16
+ npm install @mantine/colors-generator
17
+ ```
18
+
19
+ ## License
20
+
21
+ MIT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mantine/colors-generator",
3
- "version": "9.0.0-alpha.7",
3
+ "version": "9.0.0",
4
4
  "description": "A library to generate 10 shades of color based on provided color value",
5
5
  "homepage": "https://mantine.dev",
6
6
  "license": "MIT",