@shopito/design-system-fe 0.1.12 → 0.1.14
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/Footer/Footer.d.ts.map +1 -1
- package/dist/common/Main/Main.d.ts.map +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +4 -4
- package/dist/index.js.map +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -16,7 +16,7 @@ var u = Object.create, d = Object.defineProperty, f = Object.getOwnPropertyDescr
|
|
|
16
16
|
children: e
|
|
17
17
|
}), b = ({ children: e }) => /* @__PURE__ */ s("main", {
|
|
18
18
|
className: "main",
|
|
19
|
-
children: e
|
|
19
|
+
children: /* @__PURE__ */ s(y, { children: e })
|
|
20
20
|
}), x = /* @__PURE__ */ v((/* @__PURE__ */ g(((e, t) => {
|
|
21
21
|
(function() {
|
|
22
22
|
var e = {}.hasOwnProperty;
|
|
@@ -2115,9 +2115,9 @@ function et(e) {
|
|
|
2115
2115
|
}
|
|
2116
2116
|
function tt({ logo: e, tagline: t, contactHeading: n = "Kontakty", contacts: r = [], linkGroups: i = [], socialLinks: a = [], copyright: o, bottomLinks: l = [], className: u = "" }) {
|
|
2117
2117
|
let d = (/* @__PURE__ */ new Date()).getFullYear();
|
|
2118
|
-
return /* @__PURE__ */
|
|
2118
|
+
return /* @__PURE__ */ s("footer", {
|
|
2119
2119
|
className: ["bg-gray-900 text-gray-300", u].filter(Boolean).join(" "),
|
|
2120
|
-
children: [/* @__PURE__ */ c("div", {
|
|
2120
|
+
children: /* @__PURE__ */ c(y, { children: [/* @__PURE__ */ c("div", {
|
|
2121
2121
|
className: "max-w-7xl mx-auto px-4 py-12 grid grid-cols-1 md:grid-cols-2 gap-10 lg:gap-16",
|
|
2122
2122
|
children: [/* @__PURE__ */ c("div", {
|
|
2123
2123
|
className: "flex flex-col gap-6",
|
|
@@ -2205,7 +2205,7 @@ function tt({ logo: e, tagline: t, contactHeading: n = "Kontakty", contacts: r =
|
|
|
2205
2205
|
}, t))
|
|
2206
2206
|
})]
|
|
2207
2207
|
})
|
|
2208
|
-
})]
|
|
2208
|
+
})] })
|
|
2209
2209
|
});
|
|
2210
2210
|
}
|
|
2211
2211
|
//#endregion
|