@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.
@@ -712,7 +712,7 @@ var listOfStylesDisabled = {
712
712
  onlyText: "bg-transparent text-on-base-3 shadow-none ring-0 border-0"
713
713
  };
714
714
  var listOfSizes = {
715
- small: "text-f7 h-8",
715
+ small: "text-f6 h-10",
716
716
  "default": "text-f6 h-12",
717
717
  large: "text-f5 h-14"
718
718
  };
@@ -844,7 +844,7 @@ var prefixClasses = adornmentClasses + " rounded-l left-0";
844
844
  var sufixClasses = adornmentClasses + " rounded-r right-0";
845
845
  var variantClasses = {
846
846
  "default": 'h-12',
847
- small: 'h-8',
847
+ small: 'h-10',
848
848
  large: 'h-14',
849
849
  xlarge: 'h-24'
850
850
  };