comand-component-library 4.0.70 → 4.0.71
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.
|
@@ -12681,7 +12681,7 @@ const Ky = /* @__PURE__ */ L(Nh, [["render", Jh]]), Kh = {
|
|
|
12681
12681
|
return this.paragraphTextAlign ? "text-align-" + this.paragraphTextAlign : "";
|
|
12682
12682
|
},
|
|
12683
12683
|
setInnerClass() {
|
|
12684
|
-
return "inner-
|
|
12684
|
+
return "inner-text-wrapper " + this.textAlign + " " + (this.innerClass || "");
|
|
12685
12685
|
}
|
|
12686
12686
|
},
|
|
12687
12687
|
methods: {
|