Merge branch 'master' of https://github.com/primefaces/primevue
commit
b331cbf894
|
@ -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",
|
||||
|
|
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue