@proprioo/salatim 23.5.7 → 23.6.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/CHANGELOG.md +12 -0
- package/lib/index.js +2 -3
- package/lib/index.js.map +1 -1
- package/lib/phone/src/phoneInput/constant.js +3 -1
- package/lib/phone/src/phoneInput/constant.js.map +1 -1
- package/lib/ui/src/accordion/Accordion.styles.js +0 -1
- package/lib/ui/src/accordion/Accordion.styles.js.map +1 -1
- package/lib/ui/src/accordion/Accordion.test.js +42 -1
- package/lib/ui/src/accordion/Accordion.test.js.map +1 -1
- package/lib/ui/src/accordion/AccordionContextProvider.d.ts +1 -0
- package/lib/ui/src/accordion/AccordionContextProvider.js +5 -0
- package/lib/ui/src/accordion/AccordionContextProvider.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
## Changelog
|
|
2
2
|
|
|
3
|
+
**23.6.0**
|
|
4
|
+
|
|
5
|
+
* Feat: add United States to <Phone/> flags
|
|
6
|
+
|
|
7
|
+
**23.5.9**
|
|
8
|
+
|
|
9
|
+
* Fix: remove overflow on Item
|
|
10
|
+
|
|
11
|
+
**23.5.8**
|
|
12
|
+
|
|
13
|
+
* Fix: update preExpanded state if props has changed
|
|
14
|
+
|
|
3
15
|
**23.5.7**
|
|
4
16
|
|
|
5
17
|
* Fix: propagate click
|