pull/6674/head
Cagatay Civici 2024-10-28 23:00:34 +03:00
commit b331cbf894
2 changed files with 0 additions and 43 deletions

View File

@ -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",

View File

@ -403,23 +403,6 @@ export interface GalleriaDesignTokens extends ColorSchemeDesignToken<GalleriaDes
*/
activeBackground?: string;
};
/**
* Used to pass tokens of the mask section
*/
mask?: {
/**
* Background of mask
*
* @designToken galleria.mask.background
*/
background?: string;
/**
* Color of mask
*
* @designToken galleria.mask.color
*/
color?: string;
};
/**
* Used to pass tokens of the close button section
*/