@blaze-cms/nextjs-tools 0.141.0-alpha.0 → 0.141.0-alpha.1

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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,17 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [0.141.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.141.0-alpha.0...v0.141.0-alpha.1) (2024-05-08)
7
+
8
+
9
+ ### Features
10
+
11
+ * added core variants to blaze ([#4273](https://github.com/thebyte9/blaze/issues/4273)) ([b88be3e](https://github.com/thebyte9/blaze/commit/b88be3ed96553379bae0892f3d091f77adaedcfb))
12
+
13
+
14
+
15
+
16
+
6
17
  # [0.141.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.140.3...v0.141.0-alpha.0) (2024-04-24)
7
18
 
8
19
 
@@ -21,7 +21,8 @@ const nextConfig = {
21
21
  BLAZE_SENTRY_DSN: process.env.BLAZE_SENTRY_DSN,
22
22
  BLAZE_DATADOG_APM_ACTIVE: process.env.BLAZE_DATADOG_APM_ACTIVE,
23
23
  BLAZE_ROUTE_REGEX: process.env.BLAZE_ROUTE_REGEX,
24
- BLAZE_X_FRAME_OPTIONS: process.env.BLAZE_X_FRAME_OPTIONS
24
+ BLAZE_X_FRAME_OPTIONS: process.env.BLAZE_X_FRAME_OPTIONS,
25
+ BLAZE_VARIANTS: process.env.BLAZE_VARIANTS
25
26
  },
26
27
  output: {
27
28
  clean: true
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blaze-cms/nextjs-tools",
3
- "version": "0.141.0-alpha.0",
3
+ "version": "0.141.0-alpha.1",
4
4
  "description": "Blaze nextjs tools",
5
5
  "main": "lib/index.js",
6
6
  "module": "lib-es/index.js",
@@ -32,16 +32,16 @@
32
32
  "@blaze-cms/core-errors": "^0.140.3",
33
33
  "@blaze-cms/core-errors-ui": "^0.140.3",
34
34
  "@blaze-cms/core-ui": "^0.140.3",
35
- "@blaze-cms/nextjs-components": "0.141.0-alpha.0",
35
+ "@blaze-cms/nextjs-components": "0.141.0-alpha.1",
36
36
  "@blaze-cms/plugin-auth-fe": "^0.140.3",
37
- "@blaze-cms/plugin-auth-local-fe": "^0.140.3",
38
- "@blaze-cms/plugin-google-maps-fe": "0.141.0-alpha.0",
39
- "@blaze-cms/plugin-gtm-fe": "0.141.0-alpha.0",
40
- "@blaze-cms/plugin-page-builder-fe": "0.141.0-alpha.0",
37
+ "@blaze-cms/plugin-auth-local-fe": "0.141.0-alpha.1",
38
+ "@blaze-cms/plugin-google-maps-fe": "0.141.0-alpha.1",
39
+ "@blaze-cms/plugin-gtm-fe": "0.141.0-alpha.1",
40
+ "@blaze-cms/plugin-page-builder-fe": "0.141.0-alpha.1",
41
41
  "@blaze-cms/plugin-preview-fe": "^0.140.3",
42
- "@blaze-cms/plugin-search-ui": "0.141.0-alpha.0",
42
+ "@blaze-cms/plugin-search-ui": "0.141.0-alpha.1",
43
43
  "@blaze-cms/plugin-structured-data-fe": "^0.140.3",
44
- "@blaze-cms/react-page-builder": "0.141.0-alpha.0",
44
+ "@blaze-cms/react-page-builder": "0.141.0-alpha.1",
45
45
  "@blaze-cms/setup-ui": "^0.140.3",
46
46
  "autoprefixer": "^10.2.3",
47
47
  "core-js": "^3.2.1",
@@ -69,5 +69,5 @@
69
69
  "lib/*",
70
70
  "lib-es/*"
71
71
  ],
72
- "gitHead": "f94b31b8daf51e3f2b2e9a420742b373a3a4e4ea"
72
+ "gitHead": "511c3db4259e32fc0e45b4072254189b9d64764c"
73
73
  }
@@ -7,6 +7,7 @@ exports[`DebugSidebar component should render without throwing error (isDebugMod
7
7
  data-testid="debug-sidebar"
8
8
  >
9
9
  <a
10
+ aria-label="Blaze admin"
10
11
  href="/"
11
12
  >
12
13
  <img