design-react-kit 5.0.0 → 5.0.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/CHANGELOG.md +9 -0
- package/README.EN.md +1 -1
- package/README.md +1 -1
- package/dist/cjs/index-dc46473e.js.map +1 -1
- package/dist/esm/index-82182399.js.map +1 -1
- package/dist/types/Accordion/Accordion.d.ts +2 -2
- package/dist/types/Accordion/AccordionHeader.d.ts +2 -2
- package/dist/types/Accordion/AccordionItem.d.ts +2 -2
- package/dist/types/index-dc46473e.js.map +1 -1
- package/package.json +2 -2
- package/src/Accordion/Accordion.tsx +2 -2
- package/src/Accordion/AccordionHeader.tsx +2 -2
- package/src/Accordion/AccordionItem.tsx +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
## [5.0.1](https://github.com/italia/design-react-kit/compare/v5.0.0...v5.0.1) (2024-03-22)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* accordion types error ([4e854e7](https://github.com/italia/design-react-kit/commit/4e854e7c792ad4b11adaf08b403a75b66609d672))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
1
10
|
# [5.0.0](https://github.com/italia/design-react-kit/compare/v5.0.0-12...v5.0.0) (2024-03-14)
|
|
2
11
|
|
|
3
12
|
|
package/README.EN.md
CHANGED
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
</a>
|
|
31
31
|
</p>
|
|
32
32
|
|
|
33
|
-
_Read this in other languages: [Italiano](README.md)._
|
|
33
|
+
_Read this in other languages: [Italiano 🇮🇹](README.md)._
|
|
34
34
|
|
|
35
35
|
_⚠️ Warning: This kit was designed to work with Bootstrap Italia version 2.x. The kit for version 1.x of Bootstrap Italia has been deprecated and is located on the [4.x] branch (https://github.com/italia/design-react-kit/tree/4.x)._
|
|
36
36
|
|
package/README.md
CHANGED
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
</a>
|
|
31
31
|
</p>
|
|
32
32
|
|
|
33
|
-
_Read this in other languages: [English](README.EN.md)._
|
|
33
|
+
_Read this in other languages: [English 🇬🇧](README.EN.md)._
|
|
34
34
|
|
|
35
35
|
_⚠️ Attenzione: questo kit è stato progettato per funzionare con la versione 2.x di Bootstrap Italia. Il kit per la versione 1.x di Bootstrap Italia è stato deprecato e si trova sul branch [4.x](https://github.com/italia/design-react-kit/tree/4.x)._
|
|
36
36
|
|