@praxisui/visual-builder 9.0.5-rc.35 → 9.0.5-rc.36

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,8 +1,8 @@
1
1
  {
2
2
  "schemaVersion": "1.0.0",
3
- "generatedAt": "2026-08-18T11:24:53.252Z",
3
+ "generatedAt": "2026-08-19T00:10:40.048Z",
4
4
  "packageName": "@praxisui/visual-builder",
5
- "packageVersion": "9.0.5-rc.35",
5
+ "packageVersion": "9.0.5-rc.36",
6
6
  "sourceRegistry": "praxis-component-registry-ingestion",
7
7
  "sourceRegistryVersion": "1.0.0",
8
8
  "componentCount": 1,
@@ -4790,6 +4790,7 @@ class PropertyEffectEditorComponent {
4790
4790
  size="dense"
4791
4791
  matSuffix
4792
4792
  type="button"
4793
+ [attr.aria-label]="getDefinition(entry.property)?.description"
4793
4794
  [matTooltip]="getDefinition(entry.property)?.description"
4794
4795
  matTooltipPosition="above"
4795
4796
  >
@@ -5108,6 +5109,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImpo
5108
5109
  size="dense"
5109
5110
  matSuffix
5110
5111
  type="button"
5112
+ [attr.aria-label]="getDefinition(entry.property)?.description"
5111
5113
  [matTooltip]="getDefinition(entry.property)?.description"
5112
5114
  matTooltipPosition="above"
5113
5115
  >
@@ -5884,6 +5886,7 @@ class FieldConditionEditorComponent {
5884
5886
  size="dense"
5885
5887
  matSuffix
5886
5888
  type="button"
5889
+ [attr.aria-label]="selectedField?.description"
5887
5890
  [matTooltip]="selectedField?.description"
5888
5891
  matTooltipPosition="above"
5889
5892
  >
@@ -5938,15 +5941,18 @@ class FieldConditionEditorComponent {
5938
5941
  formControlName="value"
5939
5942
  [placeholder]="getValuePlaceholder()"
5940
5943
  />
5941
- <button
5942
- praxisIconButton="help_outline"
5943
- size="dense"
5944
- matSuffix
5945
- type="button"
5946
- [matTooltip]="getValueHint()"
5947
- matTooltipPosition="above"
5948
- >
5949
- </button>
5944
+ @if (getValueHint()) {
5945
+ <button
5946
+ praxisIconButton="help_outline"
5947
+ size="dense"
5948
+ matSuffix
5949
+ type="button"
5950
+ [attr.aria-label]="getValueHint()"
5951
+ [matTooltip]="getValueHint()"
5952
+ matTooltipPosition="above"
5953
+ >
5954
+ </button>
5955
+ }
5950
5956
  </mat-form-field>
5951
5957
  }
5952
5958
  @if (isBooleanField()) {
@@ -6181,6 +6187,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImpo
6181
6187
  size="dense"
6182
6188
  matSuffix
6183
6189
  type="button"
6190
+ [attr.aria-label]="selectedField?.description"
6184
6191
  [matTooltip]="selectedField?.description"
6185
6192
  matTooltipPosition="above"
6186
6193
  >
@@ -6235,15 +6242,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImpo
6235
6242
  formControlName="value"
6236
6243
  [placeholder]="getValuePlaceholder()"
6237
6244
  />
6238
- <button
6239
- praxisIconButton="help_outline"
6240
- size="dense"
6241
- matSuffix
6242
- type="button"
6243
- [matTooltip]="getValueHint()"
6244
- matTooltipPosition="above"
6245
- >
6246
- </button>
6245
+ @if (getValueHint()) {
6246
+ <button
6247
+ praxisIconButton="help_outline"
6248
+ size="dense"
6249
+ matSuffix
6250
+ type="button"
6251
+ [attr.aria-label]="getValueHint()"
6252
+ [matTooltip]="getValueHint()"
6253
+ matTooltipPosition="above"
6254
+ >
6255
+ </button>
6256
+ }
6247
6257
  </mat-form-field>
6248
6258
  }
6249
6259
  @if (isBooleanField()) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@praxisui/visual-builder",
3
- "version": "9.0.5-rc.35",
3
+ "version": "9.0.5-rc.36",
4
4
  "description": "Visual rule and expression builder for Praxis UI with JSON Logic authoring, validation and context variables.",
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^21.0.0",
@@ -8,10 +8,10 @@
8
8
  "@angular/cdk": "^21.0.0",
9
9
  "@angular/material": "^21.0.0",
10
10
  "@angular/forms": "^21.0.0",
11
- "@praxisui/settings-panel": "^9.0.5-rc.35",
12
- "@praxisui/ai": "^9.0.5-rc.35",
13
- "@praxisui/core": "^9.0.5-rc.35",
14
- "@praxisui/metadata-editor": "^9.0.5-rc.35",
11
+ "@praxisui/settings-panel": "^9.0.5-rc.36",
12
+ "@praxisui/ai": "^9.0.5-rc.36",
13
+ "@praxisui/core": "^9.0.5-rc.36",
14
+ "@praxisui/metadata-editor": "^9.0.5-rc.36",
15
15
  "rxjs": "~7.8.0"
16
16
  },
17
17
  "dependencies": {