@gem-sdk/pages 1.23.0-staging.327 → 1.23.0-staging.332

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.
@@ -95,7 +95,7 @@ const DropElement = ()=>{
95
95
  className: "flex flex-col items-center",
96
96
  children: [
97
97
  /*#__PURE__*/ jsxRuntime.jsx("div", {
98
- className: "text-16 text-medium mb-4 text-[#212121]",
98
+ className: "text-16 font-medium mb-4 text-[#212121]",
99
99
  children: "Start with Sections from sidebar"
100
100
  }),
101
101
  /*#__PURE__*/ jsxRuntime.jsxs("div", {
@@ -103,12 +103,12 @@ const DropElement = ()=>{
103
103
  children: [
104
104
  /*#__PURE__*/ jsxRuntime.jsx("button", {
105
105
  onClick: ()=>dispatchEventBuildWithSectionActiveTab(true),
106
- className: "flex h-[40px] w-[136px] items-center justify-center rounded-[8px] bg-[#1C1C1C] text-[14px] text-white hover:bg-[#3B3B3B]",
106
+ className: "flex h-[40px] w-[136px] items-center font-medium justify-center rounded-[8px] bg-[#1C1C1C] text-[14px] text-white hover:bg-[#3B3B3B]",
107
107
  children: "Add sections"
108
108
  }),
109
109
  /*#__PURE__*/ jsxRuntime.jsx("button", {
110
110
  onClick: ()=>dispatchEventBuildWithSectionActiveTab(false),
111
- className: "flex h-[40px] w-[136px] items-center justify-center rounded-[8px] bg-[#f4f4f4] text-[14px] text-[#212121] hover:bg-[#E2E2E2]",
111
+ className: "flex h-[40px] w-[136px] items-center font-medium justify-center rounded-[8px] bg-[#f4f4f4] text-[14px] text-[#212121] hover:bg-[#E2E2E2]",
112
112
  children: "Add elements"
113
113
  })
114
114
  ]
@@ -93,7 +93,7 @@ const DropElement = ()=>{
93
93
  className: "flex flex-col items-center",
94
94
  children: [
95
95
  /*#__PURE__*/ jsx("div", {
96
- className: "text-16 text-medium mb-4 text-[#212121]",
96
+ className: "text-16 font-medium mb-4 text-[#212121]",
97
97
  children: "Start with Sections from sidebar"
98
98
  }),
99
99
  /*#__PURE__*/ jsxs("div", {
@@ -101,12 +101,12 @@ const DropElement = ()=>{
101
101
  children: [
102
102
  /*#__PURE__*/ jsx("button", {
103
103
  onClick: ()=>dispatchEventBuildWithSectionActiveTab(true),
104
- className: "flex h-[40px] w-[136px] items-center justify-center rounded-[8px] bg-[#1C1C1C] text-[14px] text-white hover:bg-[#3B3B3B]",
104
+ className: "flex h-[40px] w-[136px] items-center font-medium justify-center rounded-[8px] bg-[#1C1C1C] text-[14px] text-white hover:bg-[#3B3B3B]",
105
105
  children: "Add sections"
106
106
  }),
107
107
  /*#__PURE__*/ jsx("button", {
108
108
  onClick: ()=>dispatchEventBuildWithSectionActiveTab(false),
109
- className: "flex h-[40px] w-[136px] items-center justify-center rounded-[8px] bg-[#f4f4f4] text-[14px] text-[#212121] hover:bg-[#E2E2E2]",
109
+ className: "flex h-[40px] w-[136px] items-center font-medium justify-center rounded-[8px] bg-[#f4f4f4] text-[14px] text-[#212121] hover:bg-[#E2E2E2]",
110
110
  children: "Add elements"
111
111
  })
112
112
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/pages",
3
- "version": "1.23.0-staging.327",
3
+ "version": "1.23.0-staging.332",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",
@@ -19,13 +19,13 @@
19
19
  "test": "jest -c ./../../helpers/jest.config.ts"
20
20
  },
21
21
  "dependencies": {
22
- "@sentry/nextjs": "7.57.0",
22
+ "@sentry/nextjs": "7.77.0",
23
23
  "deepmerge": "4.3.1",
24
24
  "html-react-parser": "3.0.15",
25
25
  "next-seo": "^6.0.0"
26
26
  },
27
27
  "devDependencies": {
28
- "@gem-sdk/core": "1.23.0-staging.324",
28
+ "@gem-sdk/core": "1.23.0-staging.331",
29
29
  "@gem-sdk/plugin-cookie-bar": "1.23.0-staging.26",
30
30
  "@gem-sdk/plugin-quick-view": "1.23.0-staging.26",
31
31
  "@gem-sdk/plugin-sticky-add-to-cart": "1.23.0-staging.26"