@fluidattacks/design 1.2.13 → 1.2.15
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 +35 -0
- package/package.json +3 -2
package/README.md
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
<br />
|
|
2
|
+
<p align="center">
|
|
3
|
+
<a href="https://fluidattacks.com/" rel="noopener" target="_blank"><img
|
|
4
|
+
width="460px" src="https://res.cloudinary.com/fluid-attacks/image/upload/v1728418266/airs/logo/logo_full.png" alt="Fluid Attacks logo"></a>
|
|
5
|
+
</p>
|
|
6
|
+
|
|
7
|
+
<h1 align="center">Fluid Attacks Design Components Library</h1>
|
|
8
|
+
|
|
9
|
+
Fluid Attacks Design is an open-source React component library that implements
|
|
10
|
+
the components used to develop Fluid Attacks' digital interfaces. It's comprehensive and can be used in production out of the box.
|
|
11
|
+
|
|
12
|
+
## Installation
|
|
13
|
+
|
|
14
|
+
Install the package in your project directory with:
|
|
15
|
+
|
|
16
|
+
```bash
|
|
17
|
+
npm install @fluidattacks/design
|
|
18
|
+
```
|
|
19
|
+
|
|
20
|
+
## Documentation
|
|
21
|
+
|
|
22
|
+
Visit [https://dev.fluidattacks.com/](https://dev.fluidattacks.com/components/common/design/) to view the full documentation.
|
|
23
|
+
|
|
24
|
+
## Components
|
|
25
|
+
|
|
26
|
+
All the components can be seen in the [Design Library](https://design.fluidattacks.com/).
|
|
27
|
+
|
|
28
|
+
## Contributing
|
|
29
|
+
|
|
30
|
+
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.
|
|
31
|
+
|
|
32
|
+
## License
|
|
33
|
+
|
|
34
|
+
This project is licensed under the terms of the
|
|
35
|
+
[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
|
|
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.
|
|
81
|
+
"version": "1.2.15",
|
|
81
82
|
"eslintConfig": {
|
|
82
83
|
"extends": [
|
|
83
84
|
"plugin:storybook/recommended"
|