@blaze-cms/admin 0.146.0-node18-core-styles.2 → 0.146.0-node18-core-styles-tooltips.0

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +2 -17
  2. package/package.json +15 -15
package/CHANGELOG.md CHANGED
@@ -3,23 +3,7 @@
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.146.0-node18-core-styles.2](https://github.com/thebyte9/blaze/compare/v0.146.0-node18-core-styles.1...v0.146.0-node18-core-styles.2) (2025-05-16)
7
-
8
- **Note:** Version bump only for package @blaze-cms/admin
9
-
10
-
11
-
12
-
13
-
14
- # [0.146.0-node18-core-styles.1](https://github.com/thebyte9/blaze/compare/v0.146.0-node18-core-styles.0...v0.146.0-node18-core-styles.1) (2025-04-07)
15
-
16
- **Note:** Version bump only for package @blaze-cms/admin
17
-
18
-
19
-
20
-
21
-
22
- # [0.146.0-node18-core-styles.0](https://github.com/thebyte9/blaze/compare/v0.145.0...v0.146.0-node18-core-styles.0) (2025-04-04)
6
+ # [0.146.0-node18-core-styles-tooltips.0](https://github.com/thebyte9/blaze/compare/v0.145.0...v0.146.0-node18-core-styles-tooltips.0) (2025-06-18)
23
7
 
24
8
 
25
9
  ### Bug Fixes
@@ -37,6 +21,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
37
21
  ### Features
38
22
 
39
23
  * add generic loading component ([#4477](https://github.com/thebyte9/blaze/issues/4477)) ([70a84ea](https://github.com/thebyte9/blaze/commit/70a84ea25aba26eed16bbb2bffdd805b2894dc71))
24
+ * add tooltip prop to from builder components ([598e1fc](https://github.com/thebyte9/blaze/commit/598e1fc61f7cb09caa91af725af4e7c3b4c843f3))
40
25
  * updated react to 18 ([9335f84](https://github.com/thebyte9/blaze/commit/9335f8432b376494501abb9c3deef1ddaa9b35a8))
41
26
 
42
27
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blaze-cms/admin",
3
- "version": "0.146.0-node18-core-styles.2",
3
+ "version": "0.146.0-node18-core-styles-tooltips.0",
4
4
  "description": "Blaze example project",
5
5
  "main": "lib/index.js",
6
6
  "module": "lib-es/index.js",
@@ -28,19 +28,19 @@
28
28
  "license": "GPL-3.0",
29
29
  "dependencies": {
30
30
  "@apollo/client": "^3.9.2",
31
- "@blaze-cms/admin-ui-utils": "0.146.0-node18-core-styles.2",
32
- "@blaze-cms/core-errors-ui": "0.146.0-node18-core-styles.0",
33
- "@blaze-cms/core-ui": "0.146.0-node18-core-styles.2",
34
- "@blaze-cms/plugin-admin-core-ui": "0.146.0-node18-core-styles.2",
35
- "@blaze-cms/plugin-auth-local-ui": "0.146.0-node18-core-styles.2",
36
- "@blaze-cms/plugin-auth-ui": "0.146.0-node18-core-styles.2",
37
- "@blaze-cms/plugin-data-ui": "0.146.0-node18-core-styles.2",
38
- "@blaze-cms/plugin-google-maps-ui": "0.146.0-node18-core-styles.2",
39
- "@blaze-cms/plugin-gtm-ui": "0.146.0-node18-core-styles.2",
40
- "@blaze-cms/plugin-media-ui": "0.146.0-node18-core-styles.2",
41
- "@blaze-cms/plugin-page-builder-ui": "0.146.0-node18-core-styles.2",
42
- "@blaze-cms/react-form-builder": "0.146.0-node18-core-styles.2",
43
- "@blaze-cms/setup-ui": "0.146.0-node18-core-styles.0",
31
+ "@blaze-cms/admin-ui-utils": "0.146.0-node18-core-styles-tooltips.0",
32
+ "@blaze-cms/core-errors-ui": "0.146.0-node18-core-styles-tooltips.0",
33
+ "@blaze-cms/core-ui": "0.146.0-node18-core-styles-tooltips.0",
34
+ "@blaze-cms/plugin-admin-core-ui": "0.146.0-node18-core-styles-tooltips.0",
35
+ "@blaze-cms/plugin-auth-local-ui": "0.146.0-node18-core-styles-tooltips.0",
36
+ "@blaze-cms/plugin-auth-ui": "0.146.0-node18-core-styles-tooltips.0",
37
+ "@blaze-cms/plugin-data-ui": "0.146.0-node18-core-styles-tooltips.0",
38
+ "@blaze-cms/plugin-google-maps-ui": "0.146.0-node18-core-styles-tooltips.0",
39
+ "@blaze-cms/plugin-gtm-ui": "0.146.0-node18-core-styles-tooltips.0",
40
+ "@blaze-cms/plugin-media-ui": "0.146.0-node18-core-styles-tooltips.0",
41
+ "@blaze-cms/plugin-page-builder-ui": "0.146.0-node18-core-styles-tooltips.0",
42
+ "@blaze-cms/react-form-builder": "0.146.0-node18-core-styles-tooltips.0",
43
+ "@blaze-cms/setup-ui": "0.146.0-node18-core-styles-tooltips.0",
44
44
  "@blaze-react/alert": "^0.7.0",
45
45
  "@blaze-react/modal": "^0.7.0",
46
46
  "@blaze-react/toaster": "^0.7.0",
@@ -62,5 +62,5 @@
62
62
  "lib/*",
63
63
  "lib-es/*"
64
64
  ],
65
- "gitHead": "c124596c6b8d92f08f58c4dc004a4ea7d1703f23"
65
+ "gitHead": "fc6d636ac61f994280bd9a08da2ba38a360e41d3"
66
66
  }