@shopflowateam/ui 1.0.5 → 1.0.6

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shopflowateam/ui",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "description": "Blank project with routing included",
5
5
  "engines": {
6
6
  "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
package/pkg/index.cjs.js CHANGED
@@ -17,7 +17,7 @@ const ProductCardQwik = qwik.component$(({ product }) => {
17
17
  children: [
18
18
  /* @__PURE__ */ jsxRuntime.jsx("div", {
19
19
  class: "relative aspect-square mb-6 rounded-md @[200px]:rounded-2xl overflow-hidden bg-surface-dim border border-border group-hover:border-primary/50 transition-all duration-500 hover:shadow-premium",
20
- children: /* @__PURE__ */ jsxRuntime.jsx(qwikCity.Link, {
20
+ children: /* @__PURE__ */ jsxRuntime.jsx("a", {
21
21
  href: `/products/${product.id}`,
22
22
  class: "block w-full h-full",
23
23
  children: /* @__PURE__ */ jsxRuntime.jsx("img", {
@@ -36,7 +36,7 @@ const ProductCardQwik = qwik.component$(({ product }) => {
36
36
  /* @__PURE__ */ jsxRuntime.jsxs("div", {
37
37
  class: "flex flex-col @[250px]:flex-row @[250px]:justify-between @[250px]:items-start gap-1",
38
38
  children: [
39
- /* @__PURE__ */ jsxRuntime.jsx(qwikCity.Link, {
39
+ /* @__PURE__ */ jsxRuntime.jsx("a", {
40
40
  href: `/products/${product.id}`,
41
41
  class: "block",
42
42
  children: /* @__PURE__ */ jsxRuntime.jsx("h3", {
package/pkg/index.es.js CHANGED
@@ -15,7 +15,7 @@ const ProductCardQwik = component$(({ product }) => {
15
15
  children: [
16
16
  /* @__PURE__ */ jsx("div", {
17
17
  class: "relative aspect-square mb-6 rounded-md @[200px]:rounded-2xl overflow-hidden bg-surface-dim border border-border group-hover:border-primary/50 transition-all duration-500 hover:shadow-premium",
18
- children: /* @__PURE__ */ jsx(Link, {
18
+ children: /* @__PURE__ */ jsx("a", {
19
19
  href: `/products/${product.id}`,
20
20
  class: "block w-full h-full",
21
21
  children: /* @__PURE__ */ jsx("img", {
@@ -34,7 +34,7 @@ const ProductCardQwik = component$(({ product }) => {
34
34
  /* @__PURE__ */ jsxs("div", {
35
35
  class: "flex flex-col @[250px]:flex-row @[250px]:justify-between @[250px]:items-start gap-1",
36
36
  children: [
37
- /* @__PURE__ */ jsx(Link, {
37
+ /* @__PURE__ */ jsx("a", {
38
38
  href: `/products/${product.id}`,
39
39
  class: "block",
40
40
  children: /* @__PURE__ */ jsx("h3", {