@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.
- package/dist/admin-components.cjs.development.js +2 -2
- package/dist/admin-components.cjs.development.js.map +1 -1
- package/dist/admin-components.cjs.production.min.js +1 -1
- package/dist/admin-components.cjs.production.min.js.map +1 -1
- package/dist/admin-components.esm.js +2 -2
- package/dist/admin-components.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/Components/Button/Button.spec.tsx +1 -1
- package/src/Components/Button/Button.tsx +1 -1
- package/src/Forms/Input/Input.spec.tsx +1 -1
- package/src/Forms/commonStyles.ts +1 -1
|
@@ -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-
|
|
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-
|
|
839
|
+
small: 'h-10',
|
|
840
840
|
large: 'h-14',
|
|
841
841
|
xlarge: 'h-24'
|
|
842
842
|
};
|