@proprioo/salatim 17.3.2 → 17.4.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 +16 -0
- package/lib/index.js +1 -1
- package/lib/index.js.map +1 -1
- package/lib/ui/src/button/Button.styles.js +1 -1
- package/lib/ui/src/fieldset/Fieldset.styles.js +1 -1
- package/lib/ui/src/modal/Modal.d.ts +2 -1
- package/lib/ui/src/modal/Modal.js +7 -11
- package/lib/ui/src/modal/Modal.js.map +1 -1
- package/lib/ui/src/modal/Modal.stories.js +14 -0
- package/lib/ui/src/modal/Modal.stories.js.map +1 -1
- package/lib/ui/src/modal/Modal.styles.d.ts +3 -1
- package/lib/ui/src/modal/Modal.styles.js.map +1 -1
- package/lib/ui/src/textarea/Textarea.styles.js +1 -1
- package/lib/ui/src/textarea/Textarea.styles.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
## Changelog
|
|
2
2
|
|
|
3
|
+
**17.4.1**
|
|
4
|
+
|
|
5
|
+
* Fix return isOpen
|
|
6
|
+
|
|
7
|
+
**17.4.0**
|
|
8
|
+
|
|
9
|
+
* Add isAlternative on Modal title
|
|
10
|
+
|
|
11
|
+
**17.3.4**
|
|
12
|
+
|
|
13
|
+
* Use correct color for Fieldset
|
|
14
|
+
|
|
15
|
+
**17.3.3**
|
|
16
|
+
|
|
17
|
+
* Use correct background-color
|
|
18
|
+
|
|
3
19
|
**17.3.2**
|
|
4
20
|
|
|
5
21
|
* Improve disabled design
|