@gem-sdk/pages 1.7.9 → 1.7.13

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.
@@ -11,9 +11,9 @@ const Footer = ()=>{
11
11
  return /*#__PURE__*/ jsxRuntime.jsx("div", {
12
12
  className: "bg-[#D6D6D6] h-40 flex items-center justify-center",
13
13
  children: /*#__PURE__*/ jsxRuntime.jsx("div", {
14
- className: "h-6 bg-[#E2E2E2] rounded p-1 flex items-center justify-center",
14
+ className: "bg-[#E2E2E2] h-6 rounded p-1 flex items-center justify-center",
15
15
  children: /*#__PURE__*/ jsxRuntime.jsx("span", {
16
- className: "text-[#252525] font-xs mr-[5px]",
16
+ className: "text-[#252525] font-xs",
17
17
  children: "Shopify theme’s footer"
18
18
  })
19
19
  })
@@ -11,14 +11,14 @@ const Header = ()=>{
11
11
  return /*#__PURE__*/ jsxRuntime.jsx("div", {
12
12
  className: "bg-[#D6D6D6] h-12 flex items-center justify-center",
13
13
  children: /*#__PURE__*/ jsxRuntime.jsxs("div", {
14
- className: "h-6 bg-[#E2E2E2] rounded p-1 flex items-center justify-center",
14
+ className: "gp-header group bg-[#E2E2E2] children:hover:block cursor-pointer h-6 rounded p-1 flex items-center justify-center",
15
15
  children: [
16
16
  /*#__PURE__*/ jsxRuntime.jsx("span", {
17
- className: "text-[#252525] font-xs mr-[5px]",
17
+ className: "text-[#252525] font-xs ",
18
18
  children: "Shopify theme’s header"
19
19
  }),
20
20
  /*#__PURE__*/ jsxRuntime.jsxs("svg", {
21
- className: "mobile:hidden",
21
+ className: "w-0 group-hover:w-auto ml-[5px]",
22
22
  width: "16",
23
23
  height: "16",
24
24
  viewBox: "0 0 16 16",
@@ -7,9 +7,9 @@ const Footer = ()=>{
7
7
  return /*#__PURE__*/ jsx("div", {
8
8
  className: "bg-[#D6D6D6] h-40 flex items-center justify-center",
9
9
  children: /*#__PURE__*/ jsx("div", {
10
- className: "h-6 bg-[#E2E2E2] rounded p-1 flex items-center justify-center",
10
+ className: "bg-[#E2E2E2] h-6 rounded p-1 flex items-center justify-center",
11
11
  children: /*#__PURE__*/ jsx("span", {
12
- className: "text-[#252525] font-xs mr-[5px]",
12
+ className: "text-[#252525] font-xs",
13
13
  children: "Shopify theme’s footer"
14
14
  })
15
15
  })
@@ -7,14 +7,14 @@ const Header = ()=>{
7
7
  return /*#__PURE__*/ jsx("div", {
8
8
  className: "bg-[#D6D6D6] h-12 flex items-center justify-center",
9
9
  children: /*#__PURE__*/ jsxs("div", {
10
- className: "h-6 bg-[#E2E2E2] rounded p-1 flex items-center justify-center",
10
+ className: "gp-header group bg-[#E2E2E2] children:hover:block cursor-pointer h-6 rounded p-1 flex items-center justify-center",
11
11
  children: [
12
12
  /*#__PURE__*/ jsx("span", {
13
- className: "text-[#252525] font-xs mr-[5px]",
13
+ className: "text-[#252525] font-xs ",
14
14
  children: "Shopify theme’s header"
15
15
  }),
16
16
  /*#__PURE__*/ jsxs("svg", {
17
- className: "mobile:hidden",
17
+ className: "w-0 group-hover:w-auto ml-[5px]",
18
18
  width: "16",
19
19
  height: "16",
20
20
  viewBox: "0 0 16 16",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/pages",
3
- "version": "1.7.9",
3
+ "version": "1.7.13",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",