diff --git a/apps/showcase/doc/common/apidoc/index.json b/apps/showcase/doc/common/apidoc/index.json index fe1bafb87..1031ee646 100644 --- a/apps/showcase/doc/common/apidoc/index.json +++ b/apps/showcase/doc/common/apidoc/index.json @@ -83358,14 +83358,6 @@ "default": "", "description": "Used to pass tokens of the inset indicator button section" }, - { - "name": "mask", - "optional": true, - "readonly": false, - "type": "Object", - "default": "", - "description": "Used to pass tokens of the mask section" - }, { "name": "closeButton", "optional": true, @@ -83868,24 +83860,6 @@ "default": "", "description": "Active background of inset indicator button" }, - { - "name": "mask.background", - "token": "galleria.mask.background", - "optional": true, - "readonly": false, - "type": "string", - "default": "", - "description": "Background of mask" - }, - { - "name": "mask.color", - "token": "galleria.mask.color", - "optional": true, - "readonly": false, - "type": "string", - "default": "", - "description": "Color of mask" - }, { "name": "closeButton.size", "token": "galleria.close.button.size", diff --git a/packages/themes/types/galleria/index.d.ts b/packages/themes/types/galleria/index.d.ts index 2f5905791..3b511c958 100644 --- a/packages/themes/types/galleria/index.d.ts +++ b/packages/themes/types/galleria/index.d.ts @@ -403,23 +403,6 @@ export interface GalleriaDesignTokens extends ColorSchemeDesignToken