@fluidattacks/design 1.2.13 → 1.2.14

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 +33 -0
  2. package/package.json +3 -2
package/README.md ADDED
@@ -0,0 +1,33 @@
1
+ <p align="center">
2
+ <a href="https://fluidattacks.com/" rel="noopener" target="_blank"><img src="https://res.cloudinary.com/fluid-attacks/image/upload/v1728418266/airs/logo/logo_full.png" alt="Fluid Attacks logo"></a>
3
+ </p>
4
+
5
+ <h1 align="center">Fluid Attacks Design Components Library</h1>
6
+
7
+ Fluid Attacks Design is an open-source React component library that implements
8
+ the components used to develop Fluid Attacks' digital interfaces. It's comprehensive and can be used in production out of the box.
9
+
10
+ ## Installation
11
+
12
+ Install the package in your project directory with:
13
+
14
+ ```bash
15
+ npm install @fluidattacks/design
16
+ ```
17
+
18
+ ## Documentation
19
+
20
+ Visit [https://dev.fluidattacks.com/](https://dev.fluidattacks.com/components/common/design/) to view the full documentation.
21
+
22
+ ## Components
23
+
24
+ All the components can be seen in the [Design Library](https://design.fluidattacks.com/).
25
+
26
+ ## Contributing
27
+
28
+ Read the [contributing guide](https://dev.fluidattacks.com/getting-started/contributing/) to learn about our development process, and how to propose bug fixes and improvements.
29
+
30
+ ## License
31
+
32
+ This project is licensed under the terms of the
33
+ [MPL 2.0](https://www.mozilla.org/en-US/MPL/2.0/).
package/package.json CHANGED
@@ -50,9 +50,10 @@
50
50
  "vite-plugin-dts": "4.2.3"
51
51
  },
52
52
  "files": [
53
+ "README.md",
53
54
  "dist"
54
55
  ],
55
- "homepage": "https://gitlab.com/fluidattacks/universe#readme",
56
+ "homepage": "https://gitlab.com/fluidattacks/universe",
56
57
  "keywords": [
57
58
  "components",
58
59
  "design",
@@ -77,7 +78,7 @@
77
78
  "preview": "vite preview",
78
79
  "storybook": "storybook dev"
79
80
  },
80
- "version": "1.2.13",
81
+ "version": "1.2.14",
81
82
  "eslintConfig": {
82
83
  "extends": [
83
84
  "plugin:storybook/recommended"