@proprioo/salatim 29.7.1 → 29.7.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 CHANGED
@@ -1,5 +1,9 @@
1
1
  ## Changelog
2
2
 
3
+ **29.7.2**
4
+
5
+ * Fix(ButtonRadio): missing improvement on ButtonRadio component
6
+
3
7
  **29.7.1**
4
8
 
5
9
  * Fix(Phone): remove International phone number for real
package/lib/index.js CHANGED
@@ -1672,6 +1672,7 @@ object-assign
1672
1672
  z-index: 0;
1673
1673
  display: flex;
1674
1674
  flex-direction: column;
1675
+ padding: ${w(12)} ${w(16)};
1675
1676
  border-radius: ${R.small};
1676
1677
  overflow: hidden;
1677
1678
  flex-wrap: nowrap;