@gem-sdk/plugin-cookie-bar 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.
@@ -13,9 +13,9 @@ const CookieBar = ({ setting })=>{
13
13
  };
14
14
  if (!isVisible) return null;
15
15
  return /*#__PURE__*/ jsxRuntime.jsx("div", {
16
- className: "fixed inset-x-0 bottom-0 z-90 flex items-center gap-4 bg-white py-6",
16
+ className: "gp-fixed gp-inset-x-0 gp-bottom-0 gp-z-90 gp-flex gp-items-center gp-gap-4 gp-bg-white gp-py-6",
17
17
  children: /*#__PURE__*/ jsxRuntime.jsxs("div", {
18
- className: "mx-auto flex items-center gap-4",
18
+ className: "gp-mx-auto gp-flex gp-items-center gp-gap-4",
19
19
  children: [
20
20
  /*#__PURE__*/ jsxRuntime.jsx("div", {
21
21
  dangerouslySetInnerHTML: {
@@ -25,7 +25,7 @@ const CookieBar = ({ setting })=>{
25
25
  /*#__PURE__*/ jsxRuntime.jsx("button", {
26
26
  onClick: acceptCookie,
27
27
  "aria-label": "Accept cookie",
28
- className: "bg-slate-900 px-4 py-2 uppercase text-white",
28
+ className: "gp-bg-slate-900 gp-px-4 gp-py-2 gp-uppercase gp-text-white",
29
29
  children: "Accept cookies"
30
30
  })
31
31
  ]
@@ -9,9 +9,9 @@ const CookieBar = ({ setting })=>{
9
9
  };
10
10
  if (!isVisible) return null;
11
11
  return /*#__PURE__*/ jsx("div", {
12
- className: "fixed inset-x-0 bottom-0 z-90 flex items-center gap-4 bg-white py-6",
12
+ className: "gp-fixed gp-inset-x-0 gp-bottom-0 gp-z-90 gp-flex gp-items-center gp-gap-4 gp-bg-white gp-py-6",
13
13
  children: /*#__PURE__*/ jsxs("div", {
14
- className: "mx-auto flex items-center gap-4",
14
+ className: "gp-mx-auto gp-flex gp-items-center gp-gap-4",
15
15
  children: [
16
16
  /*#__PURE__*/ jsx("div", {
17
17
  dangerouslySetInnerHTML: {
@@ -21,7 +21,7 @@ const CookieBar = ({ setting })=>{
21
21
  /*#__PURE__*/ jsx("button", {
22
22
  onClick: acceptCookie,
23
23
  "aria-label": "Accept cookie",
24
- className: "bg-slate-900 px-4 py-2 uppercase text-white",
24
+ className: "gp-bg-slate-900 gp-px-4 gp-py-2 gp-uppercase gp-text-white",
25
25
  children: "Accept cookies"
26
26
  })
27
27
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/plugin-cookie-bar",
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",