@gem-sdk/core 2.0.0-staging.152 → 2.0.0-staging.153

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.
@@ -89,8 +89,9 @@ const CreateThemeSection = ({ ...props })=>{
89
89
  "data-toolbar-active-create-theme-section-wrapper": true,
90
90
  children: /*#__PURE__*/ jsxRuntime.jsxs("div", {
91
91
  "data-toolbar-active-create-theme-section": true,
92
+ "aria-disabled": !!isLimit || isShopifyStaterPlan,
92
93
  onClick: (e)=>onActions(e, {
93
- disabled: !!isLimit
94
+ disabled: !!isLimit || isShopifyStaterPlan
94
95
  }),
95
96
  "aria-hidden": "true",
96
97
  children: [
@@ -87,8 +87,9 @@ const CreateThemeSection = ({ ...props })=>{
87
87
  "data-toolbar-active-create-theme-section-wrapper": true,
88
88
  children: /*#__PURE__*/ jsxs("div", {
89
89
  "data-toolbar-active-create-theme-section": true,
90
+ "aria-disabled": !!isLimit || isShopifyStaterPlan,
90
91
  onClick: (e)=>onActions(e, {
91
- disabled: !!isLimit
92
+ disabled: !!isLimit || isShopifyStaterPlan
92
93
  }),
93
94
  "aria-hidden": "true",
94
95
  children: [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/core",
3
- "version": "2.0.0-staging.152",
3
+ "version": "2.0.0-staging.153",
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.58.0-staging.79",
31
- "@gem-sdk/styles": "2.0.0-staging.152",
31
+ "@gem-sdk/styles": "2.0.0-staging.153",
32
32
  "@types/classnames": "^2.3.1"
33
33
  },
34
34
  "dependencies": {