reactive-bulma 1.13.0 → 1.15.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.
- package/README.md +30 -25
- package/dist/cjs/index.js +96 -11
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/types/components/atoms/Icon/index.d.ts +4 -0
- package/dist/cjs/types/components/atoms/Input/index.d.ts +4 -0
- package/dist/cjs/types/components/atoms/index.d.ts +2 -0
- package/dist/cjs/types/functions/parsers.d.ts +1 -1
- package/dist/cjs/types/index.d.ts +1 -0
- package/dist/cjs/types/interfaces/atomProps.d.ts +27 -5
- package/dist/cjs/types/interfaces/functionProps.d.ts +6 -0
- package/dist/cjs/types/types/componentEnums.d.ts +5 -0
- package/dist/cjs/types/types/domTypes.d.ts +1 -0
- package/dist/cjs/types/types/styleTypes.d.ts +4 -2
- package/dist/esm/index.js +95 -12
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/types/components/atoms/Icon/index.d.ts +4 -0
- package/dist/esm/types/components/atoms/Input/index.d.ts +4 -0
- package/dist/esm/types/components/atoms/index.d.ts +2 -0
- package/dist/esm/types/functions/parsers.d.ts +1 -1
- package/dist/esm/types/index.d.ts +1 -0
- package/dist/esm/types/interfaces/atomProps.d.ts +27 -5
- package/dist/esm/types/interfaces/functionProps.d.ts +6 -0
- package/dist/esm/types/types/componentEnums.d.ts +5 -0
- package/dist/esm/types/types/domTypes.d.ts +1 -0
- package/dist/esm/types/types/styleTypes.d.ts +4 -2
- package/dist/index.d.ts +36 -7
- package/package.json +3 -2
package/README.md
CHANGED
@@ -29,20 +29,20 @@ Component library based on React, Bulma, Typescript and Rollup
|
|
29
29
|
|
30
30
|
## Status
|
31
31
|
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
32
|
+
![Npm Version][badge-npm-version]
|
33
|
+
![Npm Bundle Size][badge-npm-size]
|
34
|
+
![Npm Downloads][badge-npm-downloads]
|
35
|
+
[![Netlify Status][badge-netlify-status]][link-netlify-status]
|
36
|
+
[![Code Coverage][badge-code-coverage]][link-code-coverage]
|
37
|
+
[![Quality Gate Status][badge-soundcloud-quality]][link-soundcloud-status]
|
38
|
+
[![Maintainability Rating][badge-soundcloud-maintanibility]][link-soundcloud-status]
|
39
|
+
[![Security Rating][badge-soundcloud-security]][link-soundcloud-status]
|
40
|
+
[![Technical Debt][badge-soundcloud-tech-debt]][link-soundcloud-status]
|
41
|
+
[![Known Vulnerabilities][badge-snyk-status]][link-snyk-status]
|
42
|
+
![GitHub Repo stars][badge-github-repo-stars]
|
43
|
+
![GitHub commit activity][badge-github-commits]
|
44
|
+
![GitHub last commit][badge-github-last-commit]
|
45
|
+
[![Semantic Commits][badge-semantic-commits]][link-semantic-commits]
|
46
46
|
|
47
47
|
[badge-npm-version]: https://img.shields.io/github/package-json/v/nicolasomar/reactive-bulma?label=npm%20version&logo=npm&labelColor=535353&color=success&style=flat
|
48
48
|
[badge-npm-size]: https://img.shields.io/bundlephobia/min/reactive-bulma?label=bundle%20size&labelColor=535353&logo=npm&style=flat
|
@@ -68,10 +68,11 @@ Component library based on React, Bulma, Typescript and Rollup
|
|
68
68
|
|
69
69
|
![react dependency][badge-dependency-react]
|
70
70
|
![bulma dependency][badge-dependency-bulma]
|
71
|
+
![material design dependency][badge-dependency-material-design]
|
71
72
|
![typescript dependency][badge-dependency-typescript]
|
72
73
|
![rollup dependency][badge-dependency-rollup]
|
73
74
|
![storybook dependency][badge-dependency-storybook]
|
74
|
-
![semantic
|
75
|
+
![semantic release dependency][badge-dependency-semantic-release]
|
75
76
|
![babel dependency][badge-dependency-babel]
|
76
77
|
![jest dependency][badge-dependency-jest]
|
77
78
|
![react testing library dependency][badge-dependency-react-testing]
|
@@ -81,9 +82,10 @@ Component library based on React, Bulma, Typescript and Rollup
|
|
81
82
|
|
82
83
|
[badge-dependency-react]: https://img.shields.io/github/package-json/dependency-version/nicolasomar/reactive-bulma/dev/react/main?logo=react
|
83
84
|
[badge-dependency-bulma]: https://img.shields.io/github/package-json/dependency-version/nicolasomar/reactive-bulma/dev/bulma/main?logo=bulma
|
85
|
+
[badge-dependency-material-design]: https://img.shields.io/github/package-json/dependency-version/nicolasomar/reactive-bulma/dev/@mdi/font/main?logo=materialdesignicons
|
84
86
|
[badge-dependency-typescript]: https://img.shields.io/github/package-json/dependency-version/nicolasomar/reactive-bulma/dev/typescript/main?logo=typescript
|
85
87
|
[badge-dependency-rollup]: https://img.shields.io/github/package-json/dependency-version/nicolasomar/reactive-bulma/dev/rollup/main?logo=rollup.js
|
86
|
-
[badge-dependency-storybook]: https://img.shields.io/github/package-json/dependency-version/nicolasomar/reactive-bulma/dev
|
88
|
+
[badge-dependency-storybook]: https://img.shields.io/github/package-json/dependency-version/nicolasomar/reactive-bulma/dev/storybook/main?logo=storybook
|
87
89
|
[badge-dependency-semantic-release]: https://img.shields.io/github/package-json/dependency-version/nicolasomar/reactive-bulma/dev/semantic-release/main?logo=semantic-release
|
88
90
|
[badge-dependency-babel]: https://img.shields.io/github/package-json/dependency-version/nicolasomar/reactive-bulma/dev/@babel/core/main?logo=babel
|
89
91
|
[badge-dependency-jest]: https://img.shields.io/github/package-json/dependency-version/nicolasomar/reactive-bulma/dev/jest/main?logo=jest
|
@@ -107,7 +109,10 @@ In case you have cloned the repo, it will show you the following folders:
|
|
107
109
|
- `.husky:` Dedicated to [Husky](https://typicode.github.io/husky/) configuration files.
|
108
110
|
- `.storybook:` Dedicated to [Storybook](https://storybook.js.org/) configuration files.
|
109
111
|
- `src:`
|
110
|
-
- `components:` Location of all used components, using [Atomic Design hierarchy structure](https://atomicdesign.bradfrost.com/chapter-2/)
|
112
|
+
- `components:` Location of all used components, using [Atomic Design hierarchy structure](https://atomicdesign.bradfrost.com/chapter-2/)
|
113
|
+
- `atoms` (from `v1.0.0`).
|
114
|
+
- `molecules` (from `v2.0.0`).
|
115
|
+
- `organisms` (from `v3.0.0`).
|
111
116
|
|
112
117
|
## Documentation
|
113
118
|
|
@@ -157,17 +162,17 @@ Having in mind the [versioning section](#versioning), repo's status in a glance
|
|
157
162
|
| `v4.0.0` | ![v4.0.0, progress][badge-progress-400] | ![v4.0.0, open][badge-issues-open-400] | ![v4.0.0, closed][badge-issues-closed-400] |
|
158
163
|
|
159
164
|
[badge-progress-100]: https://img.shields.io/github/milestones/progress-percent/nicolasomar/reactive-bulma/1?label=%20&style=flat&color=informational
|
160
|
-
[badge-issues-open-100]: https://img.shields.io/github/milestones/issues-
|
161
|
-
[badge-issues-closed-100]: https://img.shields.io/github/milestones/issues-
|
165
|
+
[badge-issues-open-100]: https://img.shields.io/github/milestones/issues-open/nicolasomar/reactive-bulma/1?label=%20&style=flat&color=orange
|
166
|
+
[badge-issues-closed-100]: https://img.shields.io/github/milestones/issues-closed/nicolasomar/reactive-bulma/1?label=%20&style=flat&color=success
|
162
167
|
[badge-progress-200]: https://img.shields.io/github/milestones/progress-percent/nicolasomar/reactive-bulma/2?label=%20&style=flat&color=informational
|
163
|
-
[badge-issues-open-200]: https://img.shields.io/github/milestones/issues-
|
164
|
-
[badge-issues-closed-200]: https://img.shields.io/github/milestones/issues-
|
168
|
+
[badge-issues-open-200]: https://img.shields.io/github/milestones/issues-open/nicolasomar/reactive-bulma/2?label=%20&style=flat&color=orange
|
169
|
+
[badge-issues-closed-200]: https://img.shields.io/github/milestones/issues-closed/nicolasomar/reactive-bulma/2?label=%20&style=flat&color=success
|
165
170
|
[badge-progress-300]: https://img.shields.io/github/milestones/progress-percent/nicolasomar/reactive-bulma/3?label=%20&style=flat&color=informational
|
166
|
-
[badge-issues-open-300]: https://img.shields.io/github/milestones/issues-
|
167
|
-
[badge-issues-closed-300]: https://img.shields.io/github/milestones/issues-
|
171
|
+
[badge-issues-open-300]: https://img.shields.io/github/milestones/issues-open/nicolasomar/reactive-bulma/3?label=%20&style=flat&color=orange
|
172
|
+
[badge-issues-closed-300]: https://img.shields.io/github/milestones/issues-closed/nicolasomar/reactive-bulma/3?label=%20&style=flat&color=success
|
168
173
|
[badge-progress-400]: https://img.shields.io/github/milestones/progress-percent/nicolasomar/reactive-bulma/4?label=%20&style=flat&color=informational
|
169
|
-
[badge-issues-open-400]: https://img.shields.io/github/milestones/issues-
|
170
|
-
[badge-issues-closed-400]: https://img.shields.io/github/milestones/issues-
|
174
|
+
[badge-issues-open-400]: https://img.shields.io/github/milestones/issues-open/nicolasomar/reactive-bulma/4?label=%20&style=flat&color=orange
|
175
|
+
[badge-issues-closed-400]: https://img.shields.io/github/milestones/issues-closed/nicolasomar/reactive-bulma/4?label=%20&style=flat&color=success
|
171
176
|
|
172
177
|
In case you want the short-term status, go to the [project board](https://github.com/users/NicolasOmar/projects/3) (powered by `GitHub Projects`).
|
173
178
|
|