@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 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"
@@ -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"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nulogy/components",
3
- "version": "7.3.1",
3
+ "version": "7.4.0",
4
4
  "description": "Component library for the Nulogy Design System - http://nulogy.design",
5
5
  "private": false,
6
6
  "publishConfig": {