@macroui/macroui-vue 2.12.20 → 2.12.21
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/index.cjs.js +1 -1
- package/dist/index.es.js +11 -11
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -1017,7 +1017,7 @@ const ns = (a, r) => {
|
|
|
1017
1017
|
height: "calc(1.75rem - 2px)",
|
|
1018
1018
|
fontSize: "0.75rem",
|
|
1019
1019
|
paddingX: "0.5rem",
|
|
1020
|
-
paddingY: "0.
|
|
1020
|
+
paddingY: "0.375rem",
|
|
1021
1021
|
borderRadius: "0.25rem",
|
|
1022
1022
|
placeholderFontSize: "0.6875rem",
|
|
1023
1023
|
addonBorderRadius: "0.25rem"
|
|
@@ -1026,7 +1026,7 @@ const ns = (a, r) => {
|
|
|
1026
1026
|
height: "calc(2rem - 2px)",
|
|
1027
1027
|
fontSize: "0.8125rem",
|
|
1028
1028
|
paddingX: "0.625rem",
|
|
1029
|
-
paddingY: "0.
|
|
1029
|
+
paddingY: "0.4375rem",
|
|
1030
1030
|
borderRadius: "0.375rem",
|
|
1031
1031
|
placeholderFontSize: "0.75rem",
|
|
1032
1032
|
addonBorderRadius: "0.375rem"
|
|
@@ -1035,7 +1035,7 @@ const ns = (a, r) => {
|
|
|
1035
1035
|
height: "calc(2.5rem - 2px)",
|
|
1036
1036
|
fontSize: "0.875rem",
|
|
1037
1037
|
paddingX: "0.75rem",
|
|
1038
|
-
paddingY: "0.
|
|
1038
|
+
paddingY: "0.5rem",
|
|
1039
1039
|
borderRadius: "0.5rem",
|
|
1040
1040
|
placeholderFontSize: "0.8125rem",
|
|
1041
1041
|
addonBorderRadius: "0.5rem"
|
|
@@ -1044,7 +1044,7 @@ const ns = (a, r) => {
|
|
|
1044
1044
|
height: "calc(2.75rem - 2px)",
|
|
1045
1045
|
fontSize: "0.9375rem",
|
|
1046
1046
|
paddingX: "0.875rem",
|
|
1047
|
-
paddingY: "0.
|
|
1047
|
+
paddingY: "0.5rem",
|
|
1048
1048
|
borderRadius: "0.625rem",
|
|
1049
1049
|
placeholderFontSize: "0.875rem",
|
|
1050
1050
|
addonBorderRadius: "0.625rem"
|
|
@@ -1053,7 +1053,7 @@ const ns = (a, r) => {
|
|
|
1053
1053
|
height: "calc(3rem - 2px)",
|
|
1054
1054
|
fontSize: "1rem",
|
|
1055
1055
|
paddingX: "1rem",
|
|
1056
|
-
paddingY: "0.
|
|
1056
|
+
paddingY: "0.5625rem",
|
|
1057
1057
|
borderRadius: "0.75rem",
|
|
1058
1058
|
placeholderFontSize: "0.9375rem",
|
|
1059
1059
|
addonBorderRadius: "0.75rem"
|
|
@@ -1089,11 +1089,11 @@ const ns = (a, r) => {
|
|
|
1089
1089
|
if (ne === "textarea")
|
|
1090
1090
|
return g;
|
|
1091
1091
|
const B = I.value, M = $.value, U = {
|
|
1092
|
-
xs: "0.
|
|
1093
|
-
sm: "0.
|
|
1094
|
-
md: "0.
|
|
1095
|
-
lg: "0.
|
|
1096
|
-
xl: "0.
|
|
1092
|
+
xs: "0.375rem 0.5rem",
|
|
1093
|
+
sm: "0.4375rem 0.625rem",
|
|
1094
|
+
md: "0.5rem 0.75rem",
|
|
1095
|
+
lg: "0.5rem 0.875rem",
|
|
1096
|
+
xl: "0.5625rem 1rem"
|
|
1097
1097
|
}, N = {
|
|
1098
1098
|
large: "xl",
|
|
1099
1099
|
default: "md",
|
|
@@ -1419,7 +1419,7 @@ const ns = (a, r) => {
|
|
|
1419
1419
|
])) : P("", !0)
|
|
1420
1420
|
], 2));
|
|
1421
1421
|
}
|
|
1422
|
-
}), Ks = /* @__PURE__ */ me(Ws, [["__scopeId", "data-v-
|
|
1422
|
+
}), Ks = /* @__PURE__ */ me(Ws, [["__scopeId", "data-v-660c2456"]]), Ys = ce(Ks), Us = pe({
|
|
1423
1423
|
modelValue: {
|
|
1424
1424
|
type: Array,
|
|
1425
1425
|
default: () => []
|