@nulogy/components 7.3.1 → 7.4.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/dist/main.js +4 -0
- package/dist/main.module.js +4 -0
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -16713,6 +16713,10 @@
|
|
|
16713
16713
|
};
|
|
16714
16714
|
|
|
16715
16715
|
var sizes$1 = {
|
|
16716
|
+
small: {
|
|
16717
|
+
height: "24px",
|
|
16718
|
+
width: "28px"
|
|
16719
|
+
},
|
|
16716
16720
|
medium: {
|
|
16717
16721
|
height: "32px",
|
|
16718
16722
|
width: "37px"
|
package/dist/main.module.js
CHANGED
|
@@ -16687,6 +16687,10 @@ BrandingText.defaultProps = {
|
|
|
16687
16687
|
};
|
|
16688
16688
|
|
|
16689
16689
|
var sizes$1 = {
|
|
16690
|
+
small: {
|
|
16691
|
+
height: "24px",
|
|
16692
|
+
width: "28px"
|
|
16693
|
+
},
|
|
16690
16694
|
medium: {
|
|
16691
16695
|
height: "32px",
|
|
16692
16696
|
width: "37px"
|