@loja-integrada/admin-components 0.16.0 → 0.16.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.
@@ -704,7 +704,7 @@ var listOfStylesDisabled = {
704
704
  onlyText: "bg-transparent text-on-base-3 shadow-none ring-0 border-0"
705
705
  };
706
706
  var listOfSizes = {
707
- small: "text-f7 h-8",
707
+ small: "text-f6 h-10",
708
708
  "default": "text-f6 h-12",
709
709
  large: "text-f5 h-14"
710
710
  };
@@ -836,7 +836,7 @@ var prefixClasses = adornmentClasses + " rounded-l left-0";
836
836
  var sufixClasses = adornmentClasses + " rounded-r right-0";
837
837
  var variantClasses = {
838
838
  "default": 'h-12',
839
- small: 'h-8',
839
+ small: 'h-10',
840
840
  large: 'h-14',
841
841
  xlarge: 'h-24'
842
842
  };