@paperless/conventions 0.0.3-alpha.5 → 0.1.0-alpha.11
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 +160 -0
- package/README.md +31 -10
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,166 @@
|
|
|
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.11 (2022-07-12)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **Molecules:** Add pagination component ([fde8866](https://github.com/Employes/Paperless/commit/fde886609ae4a81b8ca2d258f6c3292aff7c4bfb))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
# 0.1.0-alpha.10 (2022-07-12)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Features
|
|
21
|
+
|
|
22
|
+
* **Atoms:** Add info panel component ([bc3636d](https://github.com/Employes/Paperless/commit/bc3636d4006b164fbee5ded3ad7c2b1dfd07d86c))
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
# 0.1.0-alpha.9 (2022-07-12)
|
|
29
|
+
|
|
30
|
+
**Note:** Version bump only for package @paperless/conventions
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
# 0.1.0-alpha.8 (2022-07-11)
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
### Features
|
|
40
|
+
|
|
41
|
+
* **Grid:** Implement grid ([969cd32](https://github.com/Employes/Paperless/commit/969cd32cdd604e6ff1b9bc4123606b891d66b79a))
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
# 0.1.0-alpha.7 (2022-07-08)
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
### Features
|
|
51
|
+
|
|
52
|
+
* **Atoms:** Add helper component ([64cccca](https://github.com/Employes/Paperless/commit/64cccca8035f9492754370d1e94b275c226b1464))
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
# 0.1.0-alpha.6 (2022-07-08)
|
|
59
|
+
|
|
60
|
+
**Note:** Version bump only for package @paperless/conventions
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
# 0.1.0-alpha.5 (2022-07-08)
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
### Bug Fixes
|
|
70
|
+
|
|
71
|
+
* **Atoms/Button:** Rename `click` event to `onClick` ([e14cf01](https://github.com/Employes/Paperless/commit/e14cf011d2010b151596a576df6fc8bdafc45081))
|
|
72
|
+
|
|
73
|
+
|
|
74
|
+
|
|
75
|
+
|
|
76
|
+
|
|
77
|
+
# 0.1.0-alpha.4 (2022-07-07)
|
|
78
|
+
|
|
79
|
+
|
|
80
|
+
### Features
|
|
81
|
+
|
|
82
|
+
* **Atoms/Button:** Add hover/active/disabled states ([35109f7](https://github.com/Employes/Paperless/commit/35109f77d6f87c25e29fa5c704c21ae1240537ad))
|
|
83
|
+
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
|
|
87
|
+
|
|
88
|
+
# 0.1.0-alpha.3 (2022-07-07)
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
### Features
|
|
92
|
+
|
|
93
|
+
* **Atoms:** Button Component ([#2](https://github.com/Employes/Paperless/issues/2)) ([e32a7f9](https://github.com/Employes/Paperless/commit/e32a7f9b86a2f96ebc9bb151e568de128022e6dc))
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
|
|
97
|
+
|
|
98
|
+
|
|
99
|
+
# 0.1.0-alpha.2 (2022-07-07)
|
|
100
|
+
|
|
101
|
+
**Note:** Version bump only for package @paperless/conventions
|
|
102
|
+
|
|
103
|
+
|
|
104
|
+
|
|
105
|
+
|
|
106
|
+
|
|
107
|
+
# 0.1.0-alpha.1 (2022-07-06)
|
|
108
|
+
|
|
109
|
+
**Note:** Version bump only for package @paperless/conventions
|
|
110
|
+
|
|
111
|
+
|
|
112
|
+
|
|
113
|
+
|
|
114
|
+
|
|
115
|
+
# 0.1.0-alpha.0 (2022-07-06)
|
|
116
|
+
|
|
117
|
+
|
|
118
|
+
### Features
|
|
119
|
+
|
|
120
|
+
* **bosons/border-radius:** Add medium variant ([d658b51](https://github.com/Employes/Paperless/commit/d658b512cf2dca32bb5f9c82f6951b952870738a))
|
|
121
|
+
|
|
122
|
+
|
|
123
|
+
|
|
124
|
+
|
|
125
|
+
|
|
126
|
+
## 0.0.3-alpha.10 (2022-07-06)
|
|
127
|
+
|
|
128
|
+
**Note:** Version bump only for package @paperless/conventions
|
|
129
|
+
|
|
130
|
+
|
|
131
|
+
|
|
132
|
+
|
|
133
|
+
|
|
134
|
+
## 0.0.3-alpha.9 (2022-07-05)
|
|
135
|
+
|
|
136
|
+
**Note:** Version bump only for package @paperless/conventions
|
|
137
|
+
|
|
138
|
+
|
|
139
|
+
|
|
140
|
+
|
|
141
|
+
|
|
142
|
+
## 0.0.3-alpha.8 (2022-07-05)
|
|
143
|
+
|
|
144
|
+
**Note:** Version bump only for package @paperless/conventions
|
|
145
|
+
|
|
146
|
+
|
|
147
|
+
|
|
148
|
+
|
|
149
|
+
|
|
150
|
+
## 0.0.3-alpha.7 (2022-07-05)
|
|
151
|
+
|
|
152
|
+
**Note:** Version bump only for package @paperless/conventions
|
|
153
|
+
|
|
154
|
+
|
|
155
|
+
|
|
156
|
+
|
|
157
|
+
|
|
158
|
+
## 0.0.3-alpha.6 (2022-07-05)
|
|
159
|
+
|
|
160
|
+
**Note:** Version bump only for package @paperless/conventions
|
|
161
|
+
|
|
162
|
+
|
|
163
|
+
|
|
164
|
+
|
|
165
|
+
|
|
6
166
|
## 0.0.3-alpha.5 (2022-07-05)
|
|
7
167
|
|
|
8
168
|
**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
|
|
@@ -59,6 +63,12 @@ yarn add @paperless/core
|
|
|
59
63
|
#### React
|
|
60
64
|
|
|
61
65
|
```jsx
|
|
66
|
+
// setup
|
|
67
|
+
import { applyPolyfills, defineCustomElements } from '@paperless/core/loader';
|
|
68
|
+
|
|
69
|
+
applyPolyfills().then(() => defineCustomElements());
|
|
70
|
+
|
|
71
|
+
// usage
|
|
62
72
|
import { Button } from '@employes/paperless';
|
|
63
73
|
|
|
64
74
|
const App = () => <Button>Click me!</Button>;
|
|
@@ -67,6 +77,16 @@ const App = () => <Button>Click me!</Button>;
|
|
|
67
77
|
#### Angular
|
|
68
78
|
|
|
69
79
|
```jsx
|
|
80
|
+
// main.ts
|
|
81
|
+
import { platformBrowserDynamic } from '@angular/platform-browser-dynamic';
|
|
82
|
+
import { applyPolyfills, defineCustomElements } from '@paperless/core/loader';
|
|
83
|
+
|
|
84
|
+
applyPolyfills()
|
|
85
|
+
.then(() => defineCustomElements())
|
|
86
|
+
.then(() => platformBrowserDynamic().bootstrapModule(AppModule))
|
|
87
|
+
.catch((err) => console.error(err));
|
|
88
|
+
|
|
89
|
+
// App Module
|
|
70
90
|
import { PaperlessModule } from '@employes/paperless-ngx';
|
|
71
91
|
|
|
72
92
|
@NgModule({
|
|
@@ -77,6 +97,7 @@ import { PaperlessModule } from '@employes/paperless-ngx';
|
|
|
77
97
|
})
|
|
78
98
|
export class AppModule {}
|
|
79
99
|
|
|
100
|
+
// Any component
|
|
80
101
|
@Component({
|
|
81
102
|
selector: 'app-root',
|
|
82
103
|
templateUrl: `
|
package/package.json
CHANGED