Merge branch 'master' of https://github.com/primefaces/primevue
commit
b331cbf894
|
@ -83358,14 +83358,6 @@
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Used to pass tokens of the inset indicator button section"
|
"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",
|
"name": "closeButton",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
|
@ -83868,24 +83860,6 @@
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Active background of inset indicator button"
|
"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",
|
"name": "closeButton.size",
|
||||||
"token": "galleria.close.button.size",
|
"token": "galleria.close.button.size",
|
||||||
|
|
|
@ -403,23 +403,6 @@ export interface GalleriaDesignTokens extends ColorSchemeDesignToken<GalleriaDes
|
||||||
*/
|
*/
|
||||||
activeBackground?: string;
|
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
|
* Used to pass tokens of the close button section
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue