@proprioo/salatim 27.0.0 → 28.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/lib/index.js +148 -151
- package/lib/index.js.map +1 -1
- package/lib/ui/src/icons/CloseBox.js +2 -2
- package/lib/ui/src/icons/CloseBox.js.map +1 -1
- package/lib/ui/src/tag/Tag.js +1 -1
- package/lib/ui/src/tag/Tag.js.map +1 -1
- package/lib/ui/src/tag/Tag.stories.js +15 -31
- package/lib/ui/src/tag/Tag.stories.js.map +1 -1
- package/lib/ui/src/tag/Tag.styles.d.ts +1 -1
- package/lib/ui/src/tag/Tag.styles.js +14 -16
- package/lib/ui/src/tag/Tag.styles.js.map +1 -1
- package/lib/ui/src/tag/Tag.test.js +3 -1
- package/lib/ui/src/tag/Tag.test.js.map +1 -1
- package/lib/ui/src/tag/TagColors.d.ts +8 -14
- package/lib/ui/src/tag/TagColors.js +34 -39
- package/lib/ui/src/tag/TagColors.js.map +1 -1
- package/lib/ui/src/tag/interfaces.d.ts +5 -6
- package/lib/ui/src/tag/interfaces.js +4 -5
- package/lib/ui/src/tag/interfaces.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
## Changelog
|
|
2
2
|
|
|
3
|
+
**28.0.1**
|
|
4
|
+
|
|
5
|
+
* Fix: <Tag/> update close button padding on customer appearance
|
|
6
|
+
|
|
7
|
+
**28.0.0**
|
|
8
|
+
|
|
9
|
+
* Feat: <Tag/> update business apperance design
|
|
10
|
+
**BREAKING CHANGE** <Tag/> remove some TagColorsTypes : dark, dark_grey, green_lighter, pink & white
|
|
11
|
+
|
|
3
12
|
**27.0.0**
|
|
4
13
|
|
|
5
14
|
* Chore: Proprioo a casavo company
|