@comercti/web-components-hmg 0.0.27 → 0.0.29
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/comerc-style-guide.cjs.js +1 -1
- package/comerc-style-guide.es.js +5 -5
- package/comerc-style-guide.umd.js +1 -1
- package/index.d.ts +11 -11
- package/package.json +1 -1
package/comerc-style-guide.es.js
CHANGED
|
@@ -4702,7 +4702,7 @@ const ds = {
|
|
|
4702
4702
|
], 2)
|
|
4703
4703
|
], 2)) : c.variant == "2" ? (i(), d("footer", {
|
|
4704
4704
|
key: 1,
|
|
4705
|
-
class: w(["w-full h-full px-4 flex justify-end items-center sm:flex-col gap-4 sm:py-8", c.background == "green" ? "bg-ce_forest_green" : "bg-white"])
|
|
4705
|
+
class: w(["w-full h-full px-4 flex justify-end items-center sm:flex-col gap-4 sm:py-8 rounded-lg", c.background == "green" ? "bg-ce_forest_green" : "bg-white"])
|
|
4706
4706
|
}, [
|
|
4707
4707
|
a("img", {
|
|
4708
4708
|
src: r(ie),
|
|
@@ -4724,7 +4724,7 @@ const ds = {
|
|
|
4724
4724
|
}, null, 8, Ls)
|
|
4725
4725
|
], 2)) : c.variant == "3" ? (i(), d("footer", {
|
|
4726
4726
|
key: 2,
|
|
4727
|
-
class: w(["w-full h-full px-4 flex justify-between items-center sm:flex-col sm:items-center sm:py-8 sm:gap-10", c.background == "green" ? "bg-ce_forest_green" : "bg-white"])
|
|
4727
|
+
class: w(["w-full h-full px-4 flex justify-between items-center sm:flex-col sm:items-center sm:py-8 sm:gap-10 rounded-lg", c.background == "green" ? "bg-ce_forest_green" : "bg-white"])
|
|
4728
4728
|
}, [
|
|
4729
4729
|
a("img", {
|
|
4730
4730
|
src: r(ie),
|
|
@@ -4759,7 +4759,7 @@ const ds = {
|
|
|
4759
4759
|
], 2)
|
|
4760
4760
|
], 2)) : c.variant == "4" ? (i(), d("footer", {
|
|
4761
4761
|
key: 3,
|
|
4762
|
-
class: w([c.background == "green" ? "bg-ce_forest_green" : "bg-white", "w-full h-full p-4 flex items-center flex-col sm:gap-8 sm:py-8"])
|
|
4762
|
+
class: w([c.background == "green" ? "bg-ce_forest_green" : "bg-white", "w-full h-full p-4 flex items-center flex-col sm:gap-8 sm:py-8 rounded-lg"])
|
|
4763
4763
|
}, [
|
|
4764
4764
|
a("div", Rs, [
|
|
4765
4765
|
a("img", {
|
|
@@ -4796,7 +4796,7 @@ const ds = {
|
|
|
4796
4796
|
])
|
|
4797
4797
|
], 2)) : c.variant == "5" ? (i(), d("footer", {
|
|
4798
4798
|
key: 4,
|
|
4799
|
-
class: w([c.background == "green" ? "bg-ce_forest_green" : "bg-white", "w-full h-full p-4 flex justify-between items-center sm:flex-col sm:gap-8 sm:py-8"])
|
|
4799
|
+
class: w([c.background == "green" ? "bg-ce_forest_green" : "bg-white", "w-full h-full p-4 flex justify-between items-center sm:flex-col sm:gap-8 sm:py-8 rounded-lg"])
|
|
4800
4800
|
}, [
|
|
4801
4801
|
a("img", {
|
|
4802
4802
|
src: r(ie),
|
|
@@ -4831,7 +4831,7 @@ const ds = {
|
|
|
4831
4831
|
return (t, o) => (i(), d(R, null, [
|
|
4832
4832
|
t.layout === "default" ? (i(), d("div", {
|
|
4833
4833
|
key: 0,
|
|
4834
|
-
class: w(["relative grid grid-cols-[6%_1fr] grid-rows-[4rem,1fr] gap-2 bg-[#f8f8f8] px-2 sm:grid-cols-[1fr]", { "!grid-cols-[auto_1fr] ": t.openMenu }]),
|
|
4834
|
+
class: w(["relative grid grid-cols-[6%_1fr] grid-rows-[4rem,1fr] gap-2 bg-[#f8f8f8] px-2 sm:grid-cols-[1fr] h-screen", { "!grid-cols-[auto_1fr] ": t.openMenu }]),
|
|
4835
4835
|
style: { transition: "grid-template-columns 0.4s ease-out" }
|
|
4836
4836
|
}, [
|
|
4837
4837
|
a("div", Xs, [
|