@davincihealthcare/elty-design-system-vue 1.55.0 → 1.56.0
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.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.umd.cjs +1 -1
- package/dist/index.umd.cjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -29020,7 +29020,7 @@ const ID = {
|
|
|
29020
29020
|
}
|
|
29021
29021
|
}), A = K(), o = K([WV, QV, jV]);
|
|
29022
29022
|
return (i, s) => (I(), E("div", {
|
|
29023
|
-
class: X(["w-full", {
|
|
29023
|
+
class: X(["w-full relative", {
|
|
29024
29024
|
"max-w-2xl": i.size === "md",
|
|
29025
29025
|
"max-w-7xl": i.size === "lg"
|
|
29026
29026
|
}])
|