@paperless/conventions 0.0.3-alpha.5 → 0.1.0-alpha.3
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/CHANGELOG.md +78 -0
- package/README.md +14 -10
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,84 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# 0.1.0-alpha.3 (2022-07-07)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **Atoms:** Button Component ([#2](https://github.com/Employes/Paperless/issues/2)) ([e32a7f9](https://github.com/Employes/Paperless/commit/e32a7f9b86a2f96ebc9bb151e568de128022e6dc))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
# 0.1.0-alpha.2 (2022-07-07)
|
|
18
|
+
|
|
19
|
+
**Note:** Version bump only for package @paperless/conventions
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
# 0.1.0-alpha.1 (2022-07-06)
|
|
26
|
+
|
|
27
|
+
**Note:** Version bump only for package @paperless/conventions
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
# 0.1.0-alpha.0 (2022-07-06)
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
### Features
|
|
37
|
+
|
|
38
|
+
* **bosons/border-radius:** Add medium variant ([d658b51](https://github.com/Employes/Paperless/commit/d658b512cf2dca32bb5f9c82f6951b952870738a))
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
## 0.0.3-alpha.10 (2022-07-06)
|
|
45
|
+
|
|
46
|
+
**Note:** Version bump only for package @paperless/conventions
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
## 0.0.3-alpha.9 (2022-07-05)
|
|
53
|
+
|
|
54
|
+
**Note:** Version bump only for package @paperless/conventions
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
## 0.0.3-alpha.8 (2022-07-05)
|
|
61
|
+
|
|
62
|
+
**Note:** Version bump only for package @paperless/conventions
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
|
|
68
|
+
## 0.0.3-alpha.7 (2022-07-05)
|
|
69
|
+
|
|
70
|
+
**Note:** Version bump only for package @paperless/conventions
|
|
71
|
+
|
|
72
|
+
|
|
73
|
+
|
|
74
|
+
|
|
75
|
+
|
|
76
|
+
## 0.0.3-alpha.6 (2022-07-05)
|
|
77
|
+
|
|
78
|
+
**Note:** Version bump only for package @paperless/conventions
|
|
79
|
+
|
|
80
|
+
|
|
81
|
+
|
|
82
|
+
|
|
83
|
+
|
|
6
84
|
## 0.0.3-alpha.5 (2022-07-05)
|
|
7
85
|
|
|
8
86
|
**Note:** Version bump only for package @paperless/conventions
|
package/README.md
CHANGED
|
@@ -1,25 +1,29 @@
|
|
|
1
|
-
<
|
|
1
|
+
<div class="pb-10">
|
|
2
|
+
<p align="center">
|
|
2
3
|
|
|
3
4
|
<a href="https://paperless.employes.nl">
|
|
4
5
|
<img src="https://github.com/Employes/paperless/raw/main/packages/core/src/assets/images/paperless.png" alt="Employes UI" width="400" />
|
|
5
6
|
</a>
|
|
6
7
|
<br />
|
|
7
|
-
<span>
|
|
8
|
-
A collection of React & Angular components that conform to the Employes design system.
|
|
9
|
-
</span>
|
|
10
8
|
|
|
11
|
-
|
|
9
|
+
<span>
|
|
10
|
+
A collection of React & Angular components that conform to the Employes design system.
|
|
11
|
+
</span>
|
|
12
12
|
|
|
13
|
-
|
|
13
|
+
</p>
|
|
14
|
+
|
|
15
|
+
<div align="center">
|
|
14
16
|
|
|
15
17
|
[](https://www.npmjs.com/package/@paperless/core)
|
|
16
18
|
[](https://www.npmjs.com/package/@paperless/angular)
|
|
17
|
-
[](https://www.npmjs.com/package/@paperless/react)
|
|
20
|
+
[](https://www.npmjs.com/package/@paperless/conventions)
|
|
18
21
|
|
|
19
|
-
</div>
|
|
22
|
+
</div>
|
|
20
23
|
|
|
21
|
-
<div align="center">
|
|
22
|
-
|
|
24
|
+
<div align="center" >
|
|
25
|
+
<a href="https://paperless.employes.nl">https://paperless.employes.nl</a>
|
|
26
|
+
</div>
|
|
23
27
|
</div>
|
|
24
28
|
|
|
25
29
|
## 📦 Install
|
package/package.json
CHANGED