@genesislcap/blank-app-seed 3.39.0 → 3.39.2

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.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/blank-app-seed-config",
3
3
  "description": "Genesis Blank App Seed Configuration",
4
- "version": "3.39.0",
4
+ "version": "3.39.2",
5
5
  "license": "Apache-2.0",
6
6
  "scripts": {
7
7
  "lint": "eslint .",
@@ -44,6 +44,7 @@ export class {{pascalCase tile.componentName}} extends GenesisElement {
44
44
  headerName: '',
45
45
  minWidth: 50,
46
46
  maxWidth: 50,
47
+ headerTooltip: '{{capitalCase this}}',
47
48
  pinned: 'right',
48
49
  cellRenderer: RapidAgActionRenderer,
49
50
  cellRendererParams: <ActionRendererParams>{
@@ -54,7 +55,7 @@ export class {{pascalCase tile.componentName}} extends GenesisElement {
54
55
  });
55
56
  },
56
57
  contentTemplate: `
57
- <rapid-icon name="cog" tooltip="{{capitalCase this}}"></rapid-icon>
58
+ <rapid-icon name="cog"></rapid-icon>
58
59
  `,
59
60
  },
60
61
  },
@@ -1,5 +1,5 @@
1
1
  {
2
- "UI": "14.227.3",
3
- "GSF": "8.7.0",
2
+ "UI": "14.227.4",
3
+ "GSF": "8.7.1",
4
4
  "Auth": "8.7.0"
5
5
  }
package/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # Changelog
2
2
 
3
+ ## [3.39.2](https://github.com/genesiscommunitysuccess/blank-app-seed/compare/v3.39.1...v3.39.2) (2025-01-09)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * customEvent tooltip update GENC-847 (#420) 32b1ca4
9
+
10
+ ## [3.39.2](https://github.com/genesiscommunitysuccess/blank-app-seed/compare/v3.39.1...v3.39.2) (2025-01-08)
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * customEvent tooltip update GENC-847 (#420) 32b1ca4
16
+
17
+ ## [3.39.1](https://github.com/genesiscommunitysuccess/blank-app-seed/compare/v3.39.0...v3.39.1) (2025-01-08)
18
+
19
+
20
+ ### Bug Fixes
21
+
22
+ * automated dependency version update [skip-ci] [PSD-9](https://github.com/genesiscommunitysuccess/blank-app-seed/issues/9) (#418) 5b03334
23
+
3
24
  ## [3.39.0](https://github.com/genesiscommunitysuccess/blank-app-seed/compare/v3.38.2...v3.39.0) (2025-01-07)
4
25
 
5
26
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/blank-app-seed",
3
3
  "description": "Genesis Blank App Seed",
4
- "version": "3.39.0",
4
+ "version": "3.39.2",
5
5
  "license": "Apache-2.0",
6
6
  "scripts": {
7
7
  "release": "semantic-release"