@league-of-foundry-developers/foundry-vtt-types 13.346.0-beta.20250912075712 → 13.346.0-beta.20250913175943

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "@league-of-foundry-developers/foundry-vtt-types",
4
- "version": "13.346.0-beta.20250912075712",
4
+ "version": "13.346.0-beta.20250913175943",
5
5
  "description": "TypeScript type definitions for Foundry VTT",
6
6
  "type": "module",
7
7
  "types": "./src/index.d.mts",
@@ -390,9 +390,9 @@ declare namespace ApplicationV2 {
390
390
  id: string;
391
391
  group: string;
392
392
  active: boolean;
393
- cssClass: string;
394
- icon?: string | null | undefined;
395
- label?: string | null | undefined;
393
+ cssClass?: string | undefined;
394
+ icon?: string | undefined;
395
+ label?: string | undefined;
396
396
  }
397
397
 
398
398
  /** @remarks Used with `templates/generic/form-fields.hbs` */