@kwantis-id3/frontend-library 0.17.2 → 0.18.1
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/LICENSE +1 -1
- package/README.md +2 -2
- package/dist/esm/index.js +18 -6
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/types/components/Modal/Modal.d.ts +9 -0
- package/dist/esm/types/components/Modal/StyledModal.d.ts +9 -0
- package/dist/esm/types/components/Modal/index.d.ts +2 -0
- package/dist/esm/types/components/index.d.ts +1 -0
- package/dist/index.d.ts +9 -1
- package/package.json +1 -1
package/LICENSE
CHANGED
|
@@ -186,7 +186,7 @@ APPENDIX: How to apply the Apache License to your work.
|
|
|
186
186
|
same "printed page" as the copyright notice for easier
|
|
187
187
|
identification within third-party archives.
|
|
188
188
|
|
|
189
|
-
Copyright
|
|
189
|
+
Copyright 2023 Kwantis S.r.l.
|
|
190
190
|
|
|
191
191
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
192
192
|
you may not use this file except in compliance with the License.
|
package/README.md
CHANGED
|
@@ -39,8 +39,9 @@ At the moment, the library contains the following components:
|
|
|
39
39
|
- Slider
|
|
40
40
|
- Textfield
|
|
41
41
|
- Multilevel Dropdown
|
|
42
|
+
- Modal
|
|
42
43
|
|
|
43
|
-
The following are under development or on our roadmap:
|
|
44
|
+
The following are under development or on our roadmap in no particular order:
|
|
44
45
|
- Label
|
|
45
46
|
- Checkbox
|
|
46
47
|
- Radio
|
|
@@ -48,7 +49,6 @@ The following are under development or on our roadmap:
|
|
|
48
49
|
- Timepicker
|
|
49
50
|
- Datetimepicker
|
|
50
51
|
- Table
|
|
51
|
-
- Modal
|
|
52
52
|
- Tabs
|
|
53
53
|
|
|
54
54
|
|