@gem-sdk/plugin-quick-view 1.23.0-staging.26 → 1.23.0-staging.383

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.
@@ -12,13 +12,13 @@ const ModalContent = ()=>{
12
12
  const { data, isLoading: loading, error } = core.useProductQuery(product?.id);
13
13
  if (loading) return /*#__PURE__*/ jsxRuntime.jsx("div", {
14
14
  children: /*#__PURE__*/ jsxRuntime.jsxs("svg", {
15
- className: "mx-auto my-20 h-8 w-8 animate-spin",
15
+ className: "gp-mx-auto gp-my-20 gp-h-8 gp-w-8 gp-animate-spin",
16
16
  xmlns: "http://www.w3.org/2000/svg",
17
17
  fill: "none",
18
18
  viewBox: "0 0 24 24",
19
19
  children: [
20
20
  /*#__PURE__*/ jsxRuntime.jsx("circle", {
21
- className: "opacity-25",
21
+ className: "gp-opacity-25",
22
22
  cx: "12",
23
23
  cy: "12",
24
24
  r: "10",
@@ -26,7 +26,7 @@ const ModalContent = ()=>{
26
26
  strokeWidth: "4"
27
27
  }),
28
28
  /*#__PURE__*/ jsxRuntime.jsx("path", {
29
- className: "opacity-75",
29
+ className: "gp-opacity-75",
30
30
  fill: "currentColor",
31
31
  d: "M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z"
32
32
  })
@@ -34,7 +34,7 @@ const ModalContent = ()=>{
34
34
  })
35
35
  });
36
36
  if (error) return /*#__PURE__*/ jsxRuntime.jsx("p", {
37
- className: "py-20 text-center font-semibold",
37
+ className: "gp-py-20 gp-text-center gp-font-semibold",
38
38
  children: "Something went wrong"
39
39
  });
40
40
  return /*#__PURE__*/ jsxRuntime.jsx(core.ProductProvider, {
@@ -8,13 +8,13 @@ const ModalContent = ()=>{
8
8
  const { data, isLoading: loading, error } = useProductQuery(product?.id);
9
9
  if (loading) return /*#__PURE__*/ jsx("div", {
10
10
  children: /*#__PURE__*/ jsxs("svg", {
11
- className: "mx-auto my-20 h-8 w-8 animate-spin",
11
+ className: "gp-mx-auto gp-my-20 gp-h-8 gp-w-8 gp-animate-spin",
12
12
  xmlns: "http://www.w3.org/2000/svg",
13
13
  fill: "none",
14
14
  viewBox: "0 0 24 24",
15
15
  children: [
16
16
  /*#__PURE__*/ jsx("circle", {
17
- className: "opacity-25",
17
+ className: "gp-opacity-25",
18
18
  cx: "12",
19
19
  cy: "12",
20
20
  r: "10",
@@ -22,7 +22,7 @@ const ModalContent = ()=>{
22
22
  strokeWidth: "4"
23
23
  }),
24
24
  /*#__PURE__*/ jsx("path", {
25
- className: "opacity-75",
25
+ className: "gp-opacity-75",
26
26
  fill: "currentColor",
27
27
  d: "M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z"
28
28
  })
@@ -30,7 +30,7 @@ const ModalContent = ()=>{
30
30
  })
31
31
  });
32
32
  if (error) return /*#__PURE__*/ jsx("p", {
33
- className: "py-20 text-center font-semibold",
33
+ className: "gp-py-20 gp-text-center gp-font-semibold",
34
34
  children: "Something went wrong"
35
35
  });
36
36
  return /*#__PURE__*/ jsx(ProductProvider, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/plugin-quick-view",
3
- "version": "1.23.0-staging.26",
3
+ "version": "1.23.0-staging.383",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",
@@ -19,9 +19,9 @@
19
19
  "test": "jest -c ./../../helpers/jest.config.ts"
20
20
  },
21
21
  "devDependencies": {
22
- "@gem-sdk/components": "1.23.0-staging.26",
23
- "@gem-sdk/core": "1.23.0-staging.26",
24
- "@gem-sdk/styles": "1.23.0-staging.26"
22
+ "@gem-sdk/components": "1.23.0-staging.384",
23
+ "@gem-sdk/core": "1.23.0-staging.384",
24
+ "@gem-sdk/styles": "1.23.0-staging.383"
25
25
  },
26
26
  "peerDependencies": {
27
27
  "react": "^17 || ^18",