@proprioo/salatim 30.4.2 → 30.5.2
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 +13 -1
- package/lib/index.js +309 -303
- package/lib/index.js.map +1 -1
- package/lib/ui/src/tag/Tag.js +2 -3
- package/lib/ui/src/tag/Tag.js.map +1 -1
- package/lib/ui/src/tag/Tag.stories.js +0 -1
- package/lib/ui/src/tag/Tag.stories.js.map +1 -1
- package/lib/ui/src/tag/Tag.styles.d.ts +2 -2
- package/lib/ui/src/tag/Tag.styles.js +6 -26
- package/lib/ui/src/tag/Tag.styles.js.map +1 -1
- package/lib/ui/src/tag/interfaces.d.ts +0 -1
- package/lib/ui/src/tag/interfaces.js.map +1 -1
- package/lib/utils/src/responsive.js +1 -1
- package/lib/utils/src/responsive.js.map +1 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,9 +1,21 @@
|
|
|
1
1
|
## Changelog
|
|
2
2
|
|
|
3
|
+
**30.5.2**
|
|
4
|
+
|
|
5
|
+
* Fix: isTouchDevice should check if ontouchstart is defined or not
|
|
6
|
+
|
|
7
|
+
**30.5.1**
|
|
8
|
+
|
|
9
|
+
* Fix: isTouchDevice should check if ontouchstart is not null
|
|
10
|
+
|
|
11
|
+
**30.5.0**
|
|
12
|
+
|
|
13
|
+
* Chore(Tag): remove isOutlined
|
|
14
|
+
|
|
3
15
|
**30.4.2**
|
|
4
16
|
|
|
5
17
|
* Fix(AgentCard): improve after rebranding
|
|
6
|
-
|
|
18
|
+
* Fix(DatePicker): improve layout
|
|
7
19
|
|
|
8
20
|
**30.4.1**
|
|
9
21
|
|