@gem-sdk/core 1.53.1-staging.35 → 1.54.0-staging.49

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.
@@ -104,11 +104,11 @@ const AIContentGenerator = ({ ...props })=>{
104
104
  onActiveComponent
105
105
  ]);
106
106
  return /*#__PURE__*/ jsxRuntime.jsxs("div", {
107
- className: "gp-relative",
107
+ className: "gp-gen-content-toolbar-wrapper gp-relative",
108
108
  ref: genTool,
109
109
  children: [
110
110
  /*#__PURE__*/ jsxRuntime.jsx("div", {
111
- className: "gp-gen-content-toolbar gp-border-r gp-pr-1 gp-mr-1",
111
+ className: "gp-gen-content-btn gp-border-r gp-pr-1 gp-mr-1",
112
112
  children: /*#__PURE__*/ jsxRuntime.jsxs("button", {
113
113
  className: classNames({
114
114
  'gp-toolbar-ai-active': isShowPopup
@@ -102,11 +102,11 @@ const AIContentGenerator = ({ ...props })=>{
102
102
  onActiveComponent
103
103
  ]);
104
104
  return /*#__PURE__*/ jsxs("div", {
105
- className: "gp-relative",
105
+ className: "gp-gen-content-toolbar-wrapper gp-relative",
106
106
  ref: genTool,
107
107
  children: [
108
108
  /*#__PURE__*/ jsx("div", {
109
- className: "gp-gen-content-toolbar gp-border-r gp-pr-1 gp-mr-1",
109
+ className: "gp-gen-content-btn gp-border-r gp-pr-1 gp-mr-1",
110
110
  children: /*#__PURE__*/ jsxs("button", {
111
111
  className: classNames({
112
112
  'gp-toolbar-ai-active': isShowPopup
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/core",
3
- "version": "1.53.1-staging.35",
3
+ "version": "1.54.0-staging.49",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",
@@ -28,7 +28,7 @@
28
28
  },
29
29
  "devDependencies": {
30
30
  "@gem-sdk/adapter-shopify": "1.53.0-staging.0",
31
- "@gem-sdk/styles": "1.53.0-staging.28",
31
+ "@gem-sdk/styles": "1.54.0-staging.49",
32
32
  "@types/classnames": "^2.3.1"
33
33
  },
34
34
  "dependencies": {