diff --git a/apps/showcase/doc/common/apidoc/index.json b/apps/showcase/doc/common/apidoc/index.json index 2c53837ad..d828ea768 100644 --- a/apps/showcase/doc/common/apidoc/index.json +++ b/apps/showcase/doc/common/apidoc/index.json @@ -79967,7 +79967,7 @@ } }, "themes/accordion": { - "description": "Accordion Design Tokens\n\n[Live Demo](https://www.primeng.org/accordion/)", + "description": "Accordion Design Tokens", "interfaces": { "description": "Defines the custom interfaces used by the module.", "eventDescription": "Defines the custom events used by the component's emit.", @@ -80344,7 +80344,7 @@ } }, "themes/autocomplete": { - "description": "AutoComplete Design Tokens\n\n[Live Demo](https://www.primeng.org/autocomplete/)", + "description": "AutoComplete Design Tokens", "interfaces": { "description": "Defines the custom interfaces used by the module.", "eventDescription": "Defines the custom events used by the component's emit.", @@ -81041,7 +81041,7 @@ } }, "themes/avatar": { - "description": "Avatar Design Tokens\n\n[Live Demo](https://www.primeng.org/avatar/)", + "description": "Avatar Design Tokens", "interfaces": { "description": "Defines the custom interfaces used by the module.", "eventDescription": "Defines the custom events used by the component's emit.", @@ -81059,6 +81059,14 @@ "default": "", "description": "Used to pass tokens of the root section" }, + { + "name": "icon", + "optional": true, + "readonly": false, + "type": "Object", + "default": "", + "description": "Used to pass tokens of the icon section" + }, { "name": "group", "optional": true, @@ -81151,6 +81159,15 @@ "default": "", "description": "Background of root" }, + { + "name": "root.color", + "token": "avatar.color", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Color of root" + }, { "name": "root.borderRadius", "token": "avatar.border.radius", @@ -81160,6 +81177,15 @@ "default": "", "description": "Border radius of root" }, + { + "name": "icon.size", + "token": "avatar.icon.size", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Size of icon" + }, { "name": "group.borderColor", "token": "avatar.group.border.color", @@ -81205,6 +81231,24 @@ "default": "", "description": "Font size of lg" }, + { + "name": "icon.size", + "token": "avatar.lg.icon.size", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Icon size of lg" + }, + { + "name": "group.offset", + "token": "avatar.lg.group.offset", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Group offset of lg" + }, { "name": "xl.width", "token": "avatar.xl.width", @@ -81231,6 +81275,24 @@ "type": "string", "default": "", "description": "Font size of xl" + }, + { + "name": "icon.size", + "token": "avatar.xl.icon.size", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Icon size of xl" + }, + { + "name": "group.offset", + "token": "avatar.xl.group.offset", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Group offset of xl" } ] } @@ -81238,7 +81300,7 @@ } }, "themes/badge": { - "description": "Badge Design Tokens\n\n[Live Demo](https://www.primeng.org/badge/)", + "description": "Badge Design Tokens", "interfaces": { "description": "Defines the custom interfaces used by the module.", "eventDescription": "Defines the custom events used by the component's emit.", @@ -81652,7 +81714,7 @@ } }, "themes/blockui": { - "description": "BlockUI Design Tokens\n\n[Live Demo](https://www.primeng.org/blockui/)", + "description": "BlockUI Design Tokens", "interfaces": { "description": "Defines the custom interfaces used by the module.", "eventDescription": "Defines the custom events used by the component's emit.", @@ -81717,7 +81779,7 @@ } }, "themes/breadcrumb": { - "description": "Breadcrumb Design Tokens\n\n[Live Demo](https://www.primeng.org/breadcrumb/)", + "description": "Breadcrumb Design Tokens", "interfaces": { "description": "Defines the custom interfaces used by the module.", "eventDescription": "Defines the custom events used by the component's emit.", @@ -81933,7 +81995,7 @@ } }, "themes/button": { - "description": "Button Design Tokens\n\n[Live Demo](https://www.primeng.org/button/)", + "description": "Button Design Tokens", "interfaces": { "description": "Defines the custom interfaces used by the module.", "eventDescription": "Defines the custom events used by the component's emit.", @@ -82088,6 +82150,15 @@ "default": "", "description": "Sm padding y of root" }, + { + "name": "sm.iconOnlyWidth", + "token": "button.sm.icon.only.width", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Sm icon only width of root" + }, { "name": "lg.fontSize", "token": "button.lg.font.size", @@ -82115,6 +82186,15 @@ "default": "", "description": "Lg padding y of root" }, + { + "name": "lg.iconOnlyWidth", + "token": "button.lg.icon.only.width", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Lg icon only width of root" + }, { "name": "label.fontWeight", "token": "button.label.font.weight", @@ -83483,6 +83563,33 @@ "default": "", "description": "Danger color of text" }, + { + "name": "contrast.hoverBackground", + "token": "button.text.contrast.hover.background", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Contrast hover background of text" + }, + { + "name": "contrast.activeBackground", + "token": "button.text.contrast.active.background", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Contrast active background of text" + }, + { + "name": "contrast.color", + "token": "button.text.contrast.color", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Contrast color of text" + }, { "name": "plain.hoverBackground", "token": "button.text.plain.hover.background", @@ -83543,7 +83650,7 @@ } }, "themes/card": { - "description": "Card Design Tokens\n\n[Live Demo](https://www.primeng.org/card/)", + "description": "Card Design Tokens", "interfaces": { "description": "Defines the custom interfaces used by the module.", "eventDescription": "Defines the custom events used by the component's emit.", @@ -83721,7 +83828,7 @@ } }, "themes/carousel": { - "description": "Carousel Design Tokens\n\n[Live Demo](https://www.primeng.org/carousel/)", + "description": "Carousel Design Tokens", "interfaces": { "description": "Defines the custom interfaces used by the module.", "eventDescription": "Defines the custom events used by the component's emit.", @@ -83936,7 +84043,7 @@ } }, "themes/cascadeselect": { - "description": "CascadeSelect Design Tokens\n\n[Live Demo](https://www.primeng.org/cascadeselect/)", + "description": "CascadeSelect Design Tokens", "interfaces": { "description": "Defines the custom interfaces used by the module.", "eventDescription": "Defines the custom events used by the component's emit.", @@ -84500,7 +84607,7 @@ } }, "themes/checkbox": { - "description": "Checkbox Design Tokens\n\n[Live Demo](https://www.primeng.org/checkbox/)", + "description": "Checkbox Design Tokens", "interfaces": { "description": "Defines the custom interfaces used by the module.", "eventDescription": "Defines the custom events used by the component's emit.", @@ -84765,6 +84872,42 @@ "default": "", "description": "Transition duration of root" }, + { + "name": "sm.width", + "token": "checkbox.sm.width", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Sm width of root" + }, + { + "name": "sm.height", + "token": "checkbox.sm.height", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Sm height of root" + }, + { + "name": "lg.width", + "token": "checkbox.lg.width", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Lg width of root" + }, + { + "name": "lg.height", + "token": "checkbox.lg.height", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Lg height of root" + }, { "name": "icon.size", "token": "checkbox.icon.size", @@ -84809,6 +84952,24 @@ "type": "string", "default": "", "description": "Disabled color of icon" + }, + { + "name": "sm.size", + "token": "checkbox.icon.sm.size", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Sm size of icon" + }, + { + "name": "lg.size", + "token": "checkbox.icon.lg.size", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Lg size of icon" } ] } @@ -84816,7 +84977,7 @@ } }, "themes/chip": { - "description": "Chip Design Tokens\n\n[Live Demo](https://www.primeng.org/chip/)", + "description": "Chip Design Tokens", "interfaces": { "description": "Defines the custom interfaces used by the module.", "eventDescription": "Defines the custom events used by the component's emit.", @@ -85058,7 +85219,7 @@ } }, "themes/colorpicker": { - "description": "ColorPicker Design Tokens\n\n[Live Demo](https://www.primeng.org/colorpicker/)", + "description": "ColorPicker Design Tokens", "interfaces": { "description": "Defines the custom interfaces used by the module.", "eventDescription": "Defines the custom events used by the component's emit.", @@ -85264,7 +85425,7 @@ } }, "themes/confirmdialog": { - "description": "ConfirmDialog Design Tokens\n\n[Live Demo](https://www.primeng.org/confirmdialog/)", + "description": "ConfirmDialog Design Tokens", "interfaces": { "description": "Defines the custom interfaces used by the module.", "eventDescription": "Defines the custom events used by the component's emit.", @@ -85355,7 +85516,7 @@ } }, "themes/confirmpopup": { - "description": "ConfirmPopup Design Tokens\n\n[Live Demo](https://www.primeng.org/confirmpopup/)", + "description": "ConfirmPopup Design Tokens", "interfaces": { "description": "Defines the custom interfaces used by the module.", "eventDescription": "Defines the custom events used by the component's emit.", @@ -85552,7 +85713,7 @@ } }, "themes/contextmenu": { - "description": "ContextMenu Design Tokens\n\n[Live Demo](https://www.primeng.org/contextmenu/)", + "description": "ContextMenu Design Tokens", "interfaces": { "description": "Defines the custom interfaces used by the module.", "eventDescription": "Defines the custom events used by the component's emit.", @@ -85872,8 +86033,8 @@ } } }, - "themes/table": { - "description": "DataTable Design Tokens\n\n[Live Demo](https://www.primeng.org/datatable/)", + "themes/datatable": { + "description": "DataTable Design Tokens", "interfaces": { "description": "Defines the custom interfaces used by the module.", "eventDescription": "Defines the custom events used by the component's emit.", @@ -85956,20 +86117,20 @@ "description": "Used to pass tokens of the footer section" }, { - "name": "dropPointColor", + "name": "dropPoint", "optional": true, "readonly": false, "type": "Object", "default": "", - "description": "Used to pass tokens of the drop point color section" + "description": "Used to pass tokens of the drop point section" }, { - "name": "columnResizerWidth", + "name": "columnResizer", "optional": true, "readonly": false, "type": "Object", "default": "", - "description": "Used to pass tokens of the column resizer width section" + "description": "Used to pass tokens of the column resizer section" }, { "name": "resizeIndicator", @@ -86122,6 +86283,24 @@ "default": "", "description": "Padding of header" }, + { + "name": "sm.padding", + "token": "datatable.header.sm.padding", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Sm padding of header" + }, + { + "name": "lg.padding", + "token": "datatable.header.lg.padding", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Lg padding of header" + }, { "name": "headerCell.background", "token": "datatable.header.cell.background", @@ -86248,6 +86427,24 @@ "default": "", "description": "Focus ring shadow of header cell" }, + { + "name": "sm.padding", + "token": "datatable.header.cell.sm.padding", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Sm padding of header cell" + }, + { + "name": "lg.padding", + "token": "datatable.header.cell.lg.padding", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Lg padding of header cell" + }, { "name": "columnTitle.fontWeight", "token": "datatable.column.title.font.weight", @@ -86383,6 +86580,24 @@ "default": "", "description": "Padding of body cell" }, + { + "name": "sm.padding", + "token": "datatable.body.cell.sm.padding", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Sm padding of body cell" + }, + { + "name": "lg.padding", + "token": "datatable.body.cell.lg.padding", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Lg padding of body cell" + }, { "name": "bodyCell.selectedBorderColor", "token": "datatable.body.cell.selected.border.color", @@ -86428,6 +86643,24 @@ "default": "", "description": "Padding of footer cell" }, + { + "name": "sm.padding", + "token": "datatable.footer.cell.sm.padding", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Sm padding of footer cell" + }, + { + "name": "lg.padding", + "token": "datatable.footer.cell.lg.padding", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Lg padding of footer cell" + }, { "name": "columnFooter.fontWeight", "token": "datatable.column.footer.font.weight", @@ -86483,193 +86716,40 @@ "description": "Padding of footer" }, { - "name": "dropPointColor.0", - "token": "datatable.drop.point.color.0", + "name": "sm.padding", + "token": "datatable.footer.sm.padding", "optional": true, "readonly": false, "type": "string", "default": "", - "description": "0 of drop point color" + "description": "Sm padding of footer" }, { - "name": "dropPointColor.1", - "token": "datatable.drop.point.color.1", + "name": "lg.padding", + "token": "datatable.footer.lg.padding", "optional": true, "readonly": false, "type": "string", "default": "", - "description": "1 of drop point color" + "description": "Lg padding of footer" }, { - "name": "dropPointColor.2", - "token": "datatable.drop.point.color.2", + "name": "dropPoint.color", + "token": "datatable.drop.point.color", "optional": true, "readonly": false, "type": "string", "default": "", - "description": "2 of drop point color" + "description": "Color of drop point" }, { - "name": "dropPointColor.3", - "token": "datatable.drop.point.color.3", + "name": "columnResizer.width", + "token": "datatable.column.resizer.width", "optional": true, "readonly": false, "type": "string", "default": "", - "description": "3 of drop point color" - }, - { - "name": "dropPointColor.4", - "token": "datatable.drop.point.color.4", - "optional": true, - "readonly": false, - "type": "string", - "default": "", - "description": "4 of drop point color" - }, - { - "name": "dropPointColor.5", - "token": "datatable.drop.point.color.5", - "optional": true, - "readonly": false, - "type": "string", - "default": "", - "description": "5 of drop point color" - }, - { - "name": "dropPointColor.6", - "token": "datatable.drop.point.color.6", - "optional": true, - "readonly": false, - "type": "string", - "default": "", - "description": "6 of drop point color" - }, - { - "name": "dropPointColor.7", - "token": "datatable.drop.point.color.7", - "optional": true, - "readonly": false, - "type": "string", - "default": "", - "description": "7 of drop point color" - }, - { - "name": "dropPointColor.8", - "token": "datatable.drop.point.color.8", - "optional": true, - "readonly": false, - "type": "string", - "default": "", - "description": "8 of drop point color" - }, - { - "name": "dropPointColor.9", - "token": "datatable.drop.point.color.9", - "optional": true, - "readonly": false, - "type": "string", - "default": "", - "description": "9 of drop point color" - }, - { - "name": "dropPointColor.10", - "token": "datatable.drop.point.color.10", - "optional": true, - "readonly": false, - "type": "string", - "default": "", - "description": "10 of drop point color" - }, - { - "name": "dropPointColor.11", - "token": "datatable.drop.point.color.11", - "optional": true, - "readonly": false, - "type": "string", - "default": "", - "description": "11 of drop point color" - }, - { - "name": "dropPointColor.12", - "token": "datatable.drop.point.color.12", - "optional": true, - "readonly": false, - "type": "string", - "default": "", - "description": "12 of drop point color" - }, - { - "name": "dropPointColor.13", - "token": "datatable.drop.point.color.13", - "optional": true, - "readonly": false, - "type": "string", - "default": "", - "description": "13 of drop point color" - }, - { - "name": "dropPointColor.14", - "token": "datatable.drop.point.color.14", - "optional": true, - "readonly": false, - "type": "string", - "default": "", - "description": "14 of drop point color" - }, - { - "name": "columnResizerWidth.0", - "token": "datatable.column.resizer.width.0", - "optional": true, - "readonly": false, - "type": "string", - "default": "", - "description": "0 of column resizer width" - }, - { - "name": "columnResizerWidth.1", - "token": "datatable.column.resizer.width.1", - "optional": true, - "readonly": false, - "type": "string", - "default": "", - "description": "1 of column resizer width" - }, - { - "name": "columnResizerWidth.2", - "token": "datatable.column.resizer.width.2", - "optional": true, - "readonly": false, - "type": "string", - "default": "", - "description": "2 of column resizer width" - }, - { - "name": "columnResizerWidth.3", - "token": "datatable.column.resizer.width.3", - "optional": true, - "readonly": false, - "type": "string", - "default": "", - "description": "3 of column resizer width" - }, - { - "name": "columnResizerWidth.4", - "token": "datatable.column.resizer.width.4", - "optional": true, - "readonly": false, - "type": "string", - "default": "", - "description": "4 of column resizer width" - }, - { - "name": "columnResizerWidth.5", - "token": "datatable.column.resizer.width.5", - "optional": true, - "readonly": false, - "type": "string", - "default": "", - "description": "5 of column resizer width" + "description": "Width of column resizer" }, { "name": "resizeIndicator.width", @@ -86707,6 +86787,15 @@ "default": "", "description": "Hover color of sort icon" }, + { + "name": "sortIcon.size", + "token": "datatable.sort.icon.size", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Size of sort icon" + }, { "name": "loadingIcon.size", "token": "datatable.loading.icon.size", @@ -87100,7 +87189,7 @@ } }, "themes/dataview": { - "description": "DataView Design Tokens\n\n[Live Demo](https://www.primeng.org/dataview/)", + "description": "DataView Design Tokens", "interfaces": { "description": "Defines the custom interfaces used by the module.", "eventDescription": "Defines the custom events used by the component's emit.", @@ -87430,7 +87519,7 @@ } }, "themes/datepicker": { - "description": "DatePicker Design Tokens\n\n[Live Demo](https://www.primeng.org/datepicker/)", + "description": "DatePicker Design Tokens", "interfaces": { "description": "Defines the custom interfaces used by the module.", "eventDescription": "Defines the custom events used by the component's emit.", @@ -87723,24 +87812,6 @@ "default": "", "description": "Padding of header" }, - { - "name": "header.fontWeight", - "token": "datepicker.header.font.weight", - "optional": true, - "readonly": false, - "type": "string", - "default": "", - "description": "Font weight of header" - }, - { - "name": "header.gap", - "token": "datepicker.header.gap", - "optional": true, - "readonly": false, - "type": "string", - "default": "", - "description": "Gap of header" - }, { "name": "title.gap", "token": "datepicker.title.gap", @@ -87768,6 +87839,24 @@ "default": "", "description": "Width of dropdown" }, + { + "name": "sm.width", + "token": "datepicker.dropdown.sm.width", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Sm width of dropdown" + }, + { + "name": "lg.width", + "token": "datepicker.dropdown.lg.width", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Lg width of dropdown" + }, { "name": "dropdown.borderColor", "token": "datepicker.dropdown.border.color", @@ -88236,6 +88325,15 @@ "default": "", "description": "Margin of year view" }, + { + "name": "year.padding", + "token": "datepicker.year.padding", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Padding of year" + }, { "name": "year.borderRadius", "token": "datepicker.year.border.radius", @@ -88323,7 +88421,7 @@ } }, "themes/dialog": { - "description": "Dialog Design Tokens\n\n[Live Demo](https://www.primeng.org/dialog/)", + "description": "Dialog Design Tokens", "interfaces": { "description": "Defines the custom interfaces used by the module.", "eventDescription": "Defines the custom events used by the component's emit.", @@ -88519,7 +88617,7 @@ } }, "themes/divider": { - "description": "Divider Design Tokens\n\n[Live Demo](https://www.primeng.org/divider/)", + "description": "Divider Design Tokens", "interfaces": { "description": "Defines the custom interfaces used by the module.", "eventDescription": "Defines the custom events used by the component's emit.", @@ -88680,7 +88778,7 @@ } }, "themes/dock": { - "description": "Dock Design Tokens\n\n[Live Demo](https://www.primeng.org/dock/)", + "description": "Dock Design Tokens", "interfaces": { "description": "Defines the custom interfaces used by the module.", "eventDescription": "Defines the custom events used by the component's emit.", @@ -88852,7 +88950,7 @@ } }, "themes/drawer": { - "description": "Drawer Design Tokens\n\n[Live Demo](https://www.primeng.org/drawer/)", + "description": "Drawer Design Tokens", "interfaces": { "description": "Defines the custom interfaces used by the module.", "eventDescription": "Defines the custom events used by the component's emit.", @@ -88860,167 +88958,6 @@ "typeDescription": "Defines the custom types used by the module.", "values": { "DrawerDesignTokens": { - "relatedProp": "", - "props": [ - { - "name": "root", - "optional": true, - "readonly": false, - "type": "Object", - "default": "", - "description": "Used to pass tokens of the root section" - }, - { - "name": "header", - "optional": true, - "readonly": false, - "type": "Object", - "default": "", - "description": "Used to pass tokens of the header section" - }, - { - "name": "title", - "optional": true, - "readonly": false, - "type": "Object", - "default": "", - "description": "Used to pass tokens of the title section" - }, - { - "name": "content", - "optional": true, - "readonly": false, - "type": "Object", - "default": "", - "description": "Used to pass tokens of the content section" - }, - { - "name": "colorScheme", - "optional": true, - "readonly": false, - "type": "Object", - "default": "" - }, - { - "name": "css", - "optional": true, - "readonly": false, - "type": "any", - "default": "" - }, - { - "name": "extend", - "optional": true, - "readonly": false, - "type": "Object", - "default": "" - } - ], - "methods": [], - "extendedTypes": "DesignTokens" - } - } - }, - "tokens": { - "description": "Define design tokens used by the component.", - "values": { - "DrawerDesignTokens": { - "props": [ - { - "name": "root.background", - "token": "drawer.background", - "optional": true, - "readonly": false, - "type": "string", - "default": "", - "description": "Background of root" - }, - { - "name": "root.borderColor", - "token": "drawer.border.color", - "optional": true, - "readonly": false, - "type": "string", - "default": "", - "description": "Border color of root" - }, - { - "name": "root.color", - "token": "drawer.color", - "optional": true, - "readonly": false, - "type": "string", - "default": "", - "description": "Color of root" - }, - { - "name": "root.borderRadius", - "token": "drawer.border.radius", - "optional": true, - "readonly": false, - "type": "string", - "default": "", - "description": "Border radius of root" - }, - { - "name": "root.shadow", - "token": "drawer.shadow", - "optional": true, - "readonly": false, - "type": "string", - "default": "", - "description": "Shadow of root" - }, - { - "name": "header.padding", - "token": "drawer.header.padding", - "optional": true, - "readonly": false, - "type": "string", - "default": "", - "description": "Padding of header" - }, - { - "name": "title.fontSize", - "token": "drawer.title.font.size", - "optional": true, - "readonly": false, - "type": "string", - "default": "", - "description": "Font size of title" - }, - { - "name": "title.fontWeight", - "token": "drawer.title.font.weight", - "optional": true, - "readonly": false, - "type": "string", - "default": "", - "description": "Font weight of title" - }, - { - "name": "content.padding", - "token": "drawer.content.padding", - "optional": true, - "readonly": false, - "type": "string", - "default": "", - "description": "Padding of content" - } - ] - } - } - } - }, - "themes/dynamicdialog": { - "description": "DynamicDialog Design Tokens\n\n[Live Demo](https://www.primeng.org/dynamicdialog/)", - "interfaces": { - "description": "Defines the custom interfaces used by the module.", - "eventDescription": "Defines the custom events used by the component's emit.", - "methodDescription": "Defines methods that can be accessed by the component's reference.", - "typeDescription": "Defines the custom types used by the module.", - "values": { - "DynamicDialogDesignTokens": { "relatedProp": "", "props": [ { @@ -89086,18 +89023,18 @@ } ], "methods": [], - "extendedTypes": "DesignTokens" + "extendedTypes": "DesignTokens" } } }, "tokens": { "description": "Define design tokens used by the component.", "values": { - "DynamicDialogDesignTokens": { + "DrawerDesignTokens": { "props": [ { "name": "root.background", - "token": "dialog.background", + "token": "drawer.background", "optional": true, "readonly": false, "type": "string", @@ -89106,7 +89043,7 @@ }, { "name": "root.borderColor", - "token": "dialog.border.color", + "token": "drawer.border.color", "optional": true, "readonly": false, "type": "string", @@ -89115,25 +89052,16 @@ }, { "name": "root.color", - "token": "dialog.color", + "token": "drawer.color", "optional": true, "readonly": false, "type": "string", "default": "", "description": "Color of root" }, - { - "name": "root.borderRadius", - "token": "dialog.border.radius", - "optional": true, - "readonly": false, - "type": "string", - "default": "", - "description": "Border radius of root" - }, { "name": "root.shadow", - "token": "dialog.shadow", + "token": "drawer.shadow", "optional": true, "readonly": false, "type": "string", @@ -89142,25 +89070,16 @@ }, { "name": "header.padding", - "token": "dialog.header.padding", + "token": "drawer.header.padding", "optional": true, "readonly": false, "type": "string", "default": "", "description": "Padding of header" }, - { - "name": "header.gap", - "token": "dialog.header.gap", - "optional": true, - "readonly": false, - "type": "string", - "default": "", - "description": "Gap of header" - }, { "name": "title.fontSize", - "token": "dialog.title.font.size", + "token": "drawer.title.font.size", "optional": true, "readonly": false, "type": "string", @@ -89169,7 +89088,7 @@ }, { "name": "title.fontWeight", - "token": "dialog.title.font.weight", + "token": "drawer.title.font.weight", "optional": true, "readonly": false, "type": "string", @@ -89178,7 +89097,7 @@ }, { "name": "content.padding", - "token": "dialog.content.padding", + "token": "drawer.content.padding", "optional": true, "readonly": false, "type": "string", @@ -89187,21 +89106,12 @@ }, { "name": "footer.padding", - "token": "dialog.footer.padding", + "token": "drawer.footer.padding", "optional": true, "readonly": false, "type": "string", "default": "", "description": "Padding of footer" - }, - { - "name": "footer.gap", - "token": "dialog.footer.gap", - "optional": true, - "readonly": false, - "type": "string", - "default": "", - "description": "Gap of footer" } ] } @@ -89209,7 +89119,7 @@ } }, "themes/editor": { - "description": "Editor Design Tokens\n\n[Live Demo](https://www.primeng.org/editor/)", + "description": "Editor Design Tokens", "interfaces": { "description": "Defines the custom interfaces used by the module.", "eventDescription": "Defines the custom events used by the component's emit.", @@ -89486,7 +89396,7 @@ } }, "themes/fieldset": { - "description": "Fieldset Design Tokens\n\n[Live Demo](https://www.primeng.org/fieldset/)", + "description": "Fieldset Design Tokens", "interfaces": { "description": "Defines the custom interfaces used by the module.", "eventDescription": "Defines the custom events used by the component's emit.", @@ -89782,7 +89692,7 @@ } }, "themes/fileupload": { - "description": "FileUpload Design Tokens\n\n[Live Demo](https://www.primeng.org/fileupload/)", + "description": "FileUpload Design Tokens", "interfaces": { "description": "Defines the custom interfaces used by the module.", "eventDescription": "Defines the custom events used by the component's emit.", @@ -89824,6 +89734,14 @@ "default": "", "description": "Used to pass tokens of the file section" }, + { + "name": "fileList", + "optional": true, + "readonly": false, + "type": "Object", + "default": "", + "description": "Used to pass tokens of the file list section" + }, { "name": "progressbar", "optional": true, @@ -89944,6 +89862,15 @@ "default": "", "description": "Padding of header" }, + { + "name": "header.borderColor", + "token": "fileupload.header.border.color", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Border color of header" + }, { "name": "header.borderWidth", "token": "fileupload.header.border.width", @@ -89989,6 +89916,15 @@ "default": "", "description": "Padding of content" }, + { + "name": "content.gap", + "token": "fileupload.content.gap", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Gap of content" + }, { "name": "file.padding", "token": "fileupload.file.padding", @@ -90025,6 +89961,15 @@ "default": "", "description": "Info gap of file" }, + { + "name": "fileList.gap", + "token": "fileupload.file.list.gap", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Gap of file list" + }, { "name": "progressbar.height", "token": "fileupload.progressbar.height", @@ -90049,7 +89994,7 @@ } }, "themes/floatlabel": { - "description": "FloatLabel Design Tokens\n\n[Live Demo](https://www.primeng.org/floatlabel/)", + "description": "FloatLabel Design Tokens", "interfaces": { "description": "Defines the custom interfaces used by the module.", "eventDescription": "Defines the custom events used by the component's emit.", @@ -90067,6 +90012,30 @@ "default": "", "description": "Used to pass tokens of the root section" }, + { + "name": "over", + "optional": true, + "readonly": false, + "type": "Object", + "default": "", + "description": "Used to pass tokens of the over section" + }, + { + "name": "in", + "optional": true, + "readonly": false, + "type": "Object", + "default": "", + "description": "Used to pass tokens of the in section" + }, + { + "name": "on", + "optional": true, + "readonly": false, + "type": "Object", + "default": "", + "description": "Used to pass tokens of the on section" + }, { "name": "colorScheme", "optional": true, @@ -90117,6 +90086,15 @@ "default": "", "description": "Focus color of root" }, + { + "name": "root.activeColor", + "token": "floatlabel.active.color", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Active color of root" + }, { "name": "root.invalidColor", "token": "floatlabel.invalid.color", @@ -90134,6 +90112,114 @@ "type": "string", "default": "", "description": "Transition duration of root" + }, + { + "name": "root.positionX", + "token": "floatlabel.position.x", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Position x of root" + }, + { + "name": "root.positionY", + "token": "floatlabel.position.y", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Position y of root" + }, + { + "name": "root.fontWeight", + "token": "floatlabel.font.weight", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Font weight of root" + }, + { + "name": "active.fontSize", + "token": "floatlabel.active.font.size", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Active font size of root" + }, + { + "name": "active.fontWeight", + "token": "floatlabel.active.font.weight", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Active font weight of root" + }, + { + "name": "active.top", + "token": "floatlabel.over.active.top", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Active top of over" + }, + { + "name": "input.paddingTop", + "token": "floatlabel.in.input.padding.top", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Input padding top of in" + }, + { + "name": "input.paddingBottom", + "token": "floatlabel.in.input.padding.bottom", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Input padding bottom of in" + }, + { + "name": "active.top", + "token": "floatlabel.in.active.top", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Active top of in" + }, + { + "name": "on.borderRadius", + "token": "floatlabel.on.border.radius", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Border radius of on" + }, + { + "name": "active.background", + "token": "floatlabel.on.active.background", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Active background of on" + }, + { + "name": "active.padding", + "token": "floatlabel.on.active.padding", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Active padding of on" } ] } @@ -90141,7 +90227,7 @@ } }, "themes/galleria": { - "description": "Galleria Design Tokens\n\n[Live Demo](https://www.primeng.org/galleria/)", + "description": "Galleria Design Tokens", "interfaces": { "description": "Defines the custom interfaces used by the module.", "eventDescription": "Defines the custom events used by the component's emit.", @@ -90239,14 +90325,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, @@ -90763,24 +90841,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", @@ -90904,7 +90964,7 @@ } }, "themes/iconfield": { - "description": "IconField Design Tokens\n\n[Live Demo](https://www.primeng.org/iconfield/)", + "description": "IconField Design Tokens", "interfaces": { "description": "Defines the custom interfaces used by the module.", "eventDescription": "Defines the custom events used by the component's emit.", @@ -90969,7 +91029,7 @@ } }, "themes/iftalabel": { - "description": "IftaLabel Design Tokens\n\n[Live Demo](https://www.primeng.org/iftalabel/)", + "description": "IftaLabel Design Tokens", "interfaces": { "description": "Defines the custom interfaces used by the module.", "eventDescription": "Defines the custom events used by the component's emit.", @@ -91123,7 +91183,7 @@ } }, "themes/image": { - "description": "Image Design Tokens\n\n[Live Demo](https://www.primeng.org/image/)", + "description": "Image Design Tokens", "interfaces": { "description": "Defines the custom interfaces used by the module.", "eventDescription": "Defines the custom events used by the component's emit.", @@ -91437,7 +91497,7 @@ } }, "themes/imagecompare": { - "description": "ImageCompare Design Tokens\n\n[Live Demo](https://www.primeng.org/imagecompare/)", + "description": "ImageCompare Design Tokens", "interfaces": { "description": "Defines the custom interfaces used by the module.", "eventDescription": "Defines the custom events used by the component's emit.", @@ -91665,7 +91725,7 @@ } ], "methods": [], - "extendedBy": "AccordionDesignTokens,AutoCompleteDesignTokens,AvatarDesignTokens,BadgeDesignTokens,BlockUIDesignTokens,BreadcrumbDesignTokens,ButtonDesignTokens,CardDesignTokens,CarouselDesignTokens,CascadeSelectDesignTokens,CheckboxDesignTokens,ChipDesignTokens,ColorPickerDesignTokens,ConfirmDialogDesignTokens,ConfirmPopupDesignTokens,ContextMenuDesignTokens,DataTableDesignTokens,DataViewDesignTokens,DatePickerDesignTokens,DialogDesignTokens,DividerDesignTokens,DockDesignTokens,DrawerDesignTokens,DynamicDialogDesignTokens,EditorDesignTokens,FieldsetDesignTokens,FileUploadDesignTokens,FloatLabelDesignTokens,GalleriaDesignTokens,IconFieldDesignTokens,IftaLabelDesignTokens,ImageDesignTokens,ImageCompareDesignTokens,InlineMessageDesignTokens,InplaceDesignTokens,InputChipsDesignTokens,InputGroupDesignTokens,InputNumberDesignTokens,InputOtpDesignTokens,InputTextDesignTokens,KnobDesignTokens,ListboxDesignTokens,MegaMenuDesignTokens,MenuDesignTokens,MenubarDesignTokens,MessageDesignTokens,MeterGroupDesignTokens,MultiSelectDesignTokens,OrderListDesignTokens,OrganizationChartDesignTokens,OverlayBadgeDesignTokens,PaginatorDesignTokens,PanelDesignTokens,PanelMenuDesignTokens,PasswordDesignTokens,PickListDesignTokens,PopoverDesignTokens,ProgressBarDesignTokens,ProgressSpinnerDesignTokens,RadioButtonDesignTokens,RatingDesignTokens,RippleDesignTokens,ScrollPanelDesignTokens,SelectDesignTokens,SelectButtonDesignTokens,SkeletonDesignTokens,SliderDesignTokens,SpeedDialDesignTokens,SplitButtonDesignTokens,SplitterDesignTokens,StepperDesignTokens,StepsDesignTokens,TabmenuDesignTokens,TabsDesignTokens,TabViewDesignTokens,TagDesignTokens,TerminalDesignTokens,TextareaDesignTokens,TieredMenuDesignTokens,TimelineDesignTokens,ToastDesignTokens,ToggleButtonDesignTokens,ToggleSwitchDesignTokens,ToolbarDesignTokens,TooltipDesignTokens,TreeDesignTokens,TreeSelectDesignTokens,TreeTableDesignTokens,VirtualScrollerDesignTokens", + "extendedBy": "AccordionDesignTokens,AutoCompleteDesignTokens,AvatarDesignTokens,BadgeDesignTokens,BlockUIDesignTokens,BreadcrumbDesignTokens,ButtonDesignTokens,CardDesignTokens,CarouselDesignTokens,CascadeSelectDesignTokens,CheckboxDesignTokens,ChipDesignTokens,ColorPickerDesignTokens,ConfirmDialogDesignTokens,ConfirmPopupDesignTokens,ContextMenuDesignTokens,DataTableDesignTokens,DataViewDesignTokens,DatePickerDesignTokens,DialogDesignTokens,DividerDesignTokens,DockDesignTokens,DrawerDesignTokens,EditorDesignTokens,FieldsetDesignTokens,FileUploadDesignTokens,FloatLabelDesignTokens,GalleriaDesignTokens,IconFieldDesignTokens,IftaLabelDesignTokens,ImageDesignTokens,ImageCompareDesignTokens,InlineMessageDesignTokens,InplaceDesignTokens,InputChipsDesignTokens,InputGroupDesignTokens,InputNumberDesignTokens,InputTextDesignTokens,KnobDesignTokens,ListboxDesignTokens,MegaMenuDesignTokens,MenuDesignTokens,MenubarDesignTokens,MessageDesignTokens,MeterGroupDesignTokens,MultiSelectDesignTokens,OrderListDesignTokens,OrganizationChartDesignTokens,OverlayBadgeDesignTokens,PaginatorDesignTokens,PanelDesignTokens,PanelMenuDesignTokens,PasswordDesignTokens,PickListDesignTokens,PopoverDesignTokens,ProgressBarDesignTokens,ProgressSpinnerDesignTokens,RadioButtonDesignTokens,RatingDesignTokens,RippleDesignTokens,ScrollPanelDesignTokens,SelectDesignTokens,SelectButtonDesignTokens,SkeletonDesignTokens,SliderDesignTokens,SpeedDialDesignTokens,SplitButtonDesignTokens,SplitterDesignTokens,StepperDesignTokens,StepsDesignTokens,TabmenuDesignTokens,TabsDesignTokens,TabViewDesignTokens,TagDesignTokens,TerminalDesignTokens,TextareaDesignTokens,TieredMenuDesignTokens,TimelineDesignTokens,ToastDesignTokens,ToggleButtonDesignTokens,ToggleSwitchDesignTokens,ToolbarDesignTokens,TooltipDesignTokens,TreeDesignTokens,TreeSelectDesignTokens,TreeTableDesignTokens,VirtualScrollerDesignTokens", "extendedTypes": "ColorSchemeDesignToken" }, "PaletteDesignToken": { @@ -92024,7 +92084,7 @@ "name": "inputotp", "optional": true, "readonly": false, - "type": "InputOtpDesignTokens", + "type": "any", "default": "" }, { @@ -92422,7 +92482,7 @@ } }, "themes/inlinemessage": { - "description": "InlineMessage Design Tokens\n\n[Live Demo](https://www.primeng.org/inlinemessage/)", + "description": "InlineMessage Design Tokens", "interfaces": { "description": "Defines the custom interfaces used by the module.", "eventDescription": "Defines the custom events used by the component's emit.", @@ -92803,7 +92863,7 @@ } }, "themes/inplace": { - "description": "Inplace Design Tokens\n\n[Live Demo](https://www.primeng.org/inplace/)", + "description": "Inplace Design Tokens", "interfaces": { "description": "Defines the custom interfaces used by the module.", "eventDescription": "Defines the custom events used by the component's emit.", @@ -92957,7 +93017,7 @@ } }, "themes/inputchips": { - "description": "InputChips Design Tokens\n\n[Live Demo](https://www.primeng.org/inputchips/)", + "description": "InputChips Design Tokens", "interfaces": { "description": "Defines the custom interfaces used by the module.", "eventDescription": "Defines the custom events used by the component's emit.", @@ -93237,7 +93297,7 @@ } }, "themes/inputgroup": { - "description": "InputGroup Design Tokens\n\n[Live Demo](https://www.primeng.org/inputgroup/)", + "description": "InputGroup Design Tokens", "interfaces": { "description": "Defines the custom interfaces used by the module.", "eventDescription": "Defines the custom events used by the component's emit.", @@ -93347,7 +93407,7 @@ } }, "themes/inputnumber": { - "description": "InputNumber Design Tokens\n\n[Live Demo](https://www.primeng.org/inputnumber/)", + "description": "InputNumber Design Tokens", "interfaces": { "description": "Defines the custom interfaces used by the module.", "eventDescription": "Defines the custom events used by the component's emit.", @@ -93527,108 +93587,8 @@ } } }, - "themes/inputotp": { - "description": "InputOTP Design Tokens\n\n[Live Demo](https://www.primeng.org/inputotp/)", - "interfaces": { - "description": "Defines the custom interfaces used by the module.", - "eventDescription": "Defines the custom events used by the component's emit.", - "methodDescription": "Defines methods that can be accessed by the component's reference.", - "typeDescription": "Defines the custom types used by the module.", - "values": { - "InputOtpDesignTokens": { - "relatedProp": "", - "props": [ - { - "name": "colorScheme", - "optional": true, - "readonly": false, - "type": "Object", - "default": "" - }, - { - "name": "css", - "optional": true, - "readonly": false, - "type": "any", - "default": "" - }, - { - "name": "extend", - "optional": true, - "readonly": false, - "type": "Object", - "default": "" - }, - { - "name": "root", - "optional": true, - "readonly": false, - "type": "Object", - "default": "", - "description": "Used to pass tokens of the root section" - }, - { - "name": "input", - "optional": true, - "readonly": false, - "type": "Object", - "default": "", - "description": "Used to pass tokens of the input section" - } - ], - "methods": [], - "extendedTypes": "DesignTokens" - } - } - }, - "tokens": { - "description": "Define design tokens used by the component.", - "values": { - "InputOtpDesignTokens": { - "props": [ - { - "name": "root.gap", - "token": "inputotp.gap", - "optional": true, - "readonly": false, - "type": "string", - "default": "", - "description": "Gap of root" - }, - { - "name": "input.width", - "token": "inputotp.input.width", - "optional": true, - "readonly": false, - "type": "string", - "default": "", - "description": "Width of input" - }, - { - "name": "sm.width", - "token": "inputotp.input.sm.width", - "optional": true, - "readonly": false, - "type": "string", - "default": "", - "description": "Width of input in small screens" - }, - { - "name": "lg.width", - "token": "inputotp.input.lg.width", - "optional": true, - "readonly": false, - "type": "string", - "default": "", - "description": "Width of input in large screens" - } - ] - } - } - } - }, "themes/inputtext": { - "description": "InputText Design Tokens\n\n[Live Demo](https://www.primeng.org/inputtext/)", + "description": "InputText Design Tokens", "interfaces": { "description": "Defines the custom interfaces used by the module.", "eventDescription": "Defines the custom events used by the component's emit.", @@ -93945,7 +93905,7 @@ } }, "themes/knob": { - "description": "Knob Design Tokens\n\n[Live Demo](https://www.primeng.org/knob/)", + "description": "Knob Design Tokens", "interfaces": { "description": "Defines the custom interfaces used by the module.", "eventDescription": "Defines the custom events used by the component's emit.", @@ -94106,7 +94066,7 @@ } }, "themes/listbox": { - "description": "Listbox Design Tokens\n\n[Live Demo](https://www.primeng.org/listbox/)", + "description": "Listbox Design Tokens", "interfaces": { "description": "Defines the custom interfaces used by the module.", "eventDescription": "Defines the custom events used by the component's emit.", @@ -94223,24 +94183,6 @@ "default": "", "description": "Border color of root" }, - { - "name": "root.hoverBorderColor", - "token": "listbox.hover.border.color", - "optional": true, - "readonly": false, - "type": "string", - "default": "", - "description": "Hover border color of root" - }, - { - "name": "root.focusBorderColor", - "token": "listbox.focus.border.color", - "optional": true, - "readonly": false, - "type": "string", - "default": "", - "description": "Focus border color of root" - }, { "name": "root.invalidBorderColor", "token": "listbox.invalid.border.color", @@ -94286,51 +94228,6 @@ "default": "", "description": "Border radius of root" }, - { - "name": "focusRing.width", - "token": "listbox.focus.ring.width", - "optional": true, - "readonly": false, - "type": "string", - "default": "", - "description": "Focus ring width of root" - }, - { - "name": "focusRing.style", - "token": "listbox.focus.ring.style", - "optional": true, - "readonly": false, - "type": "string", - "default": "", - "description": "Focus ring style of root" - }, - { - "name": "focusRing.color", - "token": "listbox.focus.ring.color", - "optional": true, - "readonly": false, - "type": "string", - "default": "", - "description": "Focus ring color of root" - }, - { - "name": "focusRing.offset", - "token": "listbox.focus.ring.offset", - "optional": true, - "readonly": false, - "type": "string", - "default": "", - "description": "Focus ring offset of root" - }, - { - "name": "focusRing.shadow", - "token": "listbox.focus.ring.shadow", - "optional": true, - "readonly": false, - "type": "string", - "default": "", - "description": "Focus ring shadow of root" - }, { "name": "root.transitionDuration", "token": "listbox.transition.duration", @@ -94535,7 +94432,7 @@ } }, "themes/megamenu": { - "description": "MegaMenu Design Tokens\n\n[Live Demo](https://www.primeng.org/megamenu/)", + "description": "MegaMenu Design Tokens", "interfaces": { "description": "Defines the custom interfaces used by the module.", "eventDescription": "Defines the custom events used by the component's emit.", @@ -94721,6 +94618,15 @@ "default": "", "description": "Horizontal orientation padding of root" }, + { + "name": "horizontalOrientation.gap", + "token": "megamenu.horizontal.orientation.gap", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Horizontal orientation gap of root" + }, { "name": "root.transitionDuration", "token": "megamenu.transition.duration", @@ -95105,7 +95011,7 @@ } }, "themes/menu": { - "description": "Menu Design Tokens\n\n[Live Demo](https://www.primeng.org/menu/)", + "description": "Menu Design Tokens", "interfaces": { "description": "Defines the custom interfaces used by the module.", "eventDescription": "Defines the custom events used by the component's emit.", @@ -95382,7 +95288,7 @@ } }, "themes/menubar": { - "description": "Menubar Design Tokens\n\n[Live Demo](https://www.primeng.org/menubar/)", + "description": "Menubar Design Tokens", "interfaces": { "description": "Defines the custom interfaces used by the module.", "eventDescription": "Defines the custom events used by the component's emit.", @@ -95445,14 +95351,6 @@ "default": "", "description": "Used to pass tokens of the submenu section" }, - { - "name": "submenuIcon", - "optional": true, - "readonly": false, - "type": "Object", - "default": "", - "description": "Used to pass tokens of the submenu icon section" - }, { "name": "separator", "optional": true, @@ -95724,40 +95622,40 @@ "description": "Mobile indent of submenu" }, { - "name": "submenuIcon.size", + "name": "icon.size", "token": "menubar.submenu.icon.size", "optional": true, "readonly": false, "type": "string", "default": "", - "description": "Size of submenu icon" + "description": "Icon size of submenu" }, { - "name": "submenuIcon.color", + "name": "icon.color", "token": "menubar.submenu.icon.color", "optional": true, "readonly": false, "type": "string", "default": "", - "description": "Color of submenu icon" + "description": "Icon color of submenu" }, { - "name": "submenuIcon.focusColor", + "name": "icon.focusColor", "token": "menubar.submenu.icon.focus.color", "optional": true, "readonly": false, "type": "string", "default": "", - "description": "Focus color of submenu icon" + "description": "Icon focus color of submenu" }, { - "name": "submenuIcon.activeColor", + "name": "icon.activeColor", "token": "menubar.submenu.icon.active.color", "optional": true, "readonly": false, "type": "string", "default": "", - "description": "Active color of submenu icon" + "description": "Icon active color of submenu" }, { "name": "separator.borderColor", @@ -95864,7 +95762,7 @@ } }, "themes/message": { - "description": "Message Design Tokens\n\n[Live Demo](https://www.primeng.org/message/)", + "description": "Message Design Tokens", "interfaces": { "description": "Defines the custom interfaces used by the module.", "eventDescription": "Defines the custom events used by the component's emit.", @@ -95943,6 +95841,22 @@ "default": "", "description": "Used to pass tokens of the close icon section" }, + { + "name": "outlined", + "optional": true, + "readonly": false, + "type": "Object", + "default": "", + "description": "Used to pass tokens of the outlined section" + }, + { + "name": "simple", + "optional": true, + "readonly": false, + "type": "Object", + "default": "", + "description": "Used to pass tokens of the simple section" + }, { "name": "info", "optional": true, @@ -96047,6 +95961,24 @@ "default": "", "description": "Gap of content" }, + { + "name": "sm.padding", + "token": "message.content.sm.padding", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Sm padding of content" + }, + { + "name": "lg.padding", + "token": "message.content.lg.padding", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Lg padding of content" + }, { "name": "text.fontSize", "token": "message.text.font.size", @@ -96065,6 +95997,24 @@ "default": "", "description": "Font weight of text" }, + { + "name": "sm.fontSize", + "token": "message.text.sm.font.size", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Sm font size of text" + }, + { + "name": "lg.fontSize", + "token": "message.text.lg.font.size", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Lg font size of text" + }, { "name": "icon.size", "token": "message.icon.size", @@ -96074,6 +96024,24 @@ "default": "", "description": "Size of icon" }, + { + "name": "sm.size", + "token": "message.icon.sm.size", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Sm size of icon" + }, + { + "name": "lg.size", + "token": "message.icon.lg.size", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Lg size of icon" + }, { "name": "closeButton.width", "token": "message.close.button.width", @@ -96137,6 +96105,42 @@ "default": "", "description": "Size of close icon" }, + { + "name": "sm.size", + "token": "message.close.icon.sm.size", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Sm size of close icon" + }, + { + "name": "lg.size", + "token": "message.close.icon.lg.size", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Lg size of close icon" + }, + { + "name": "root.borderWidth", + "token": "message.outlined.border.width", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Root border width of outlined" + }, + { + "name": "content.padding", + "token": "message.simple.content.padding", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Content padding of simple" + }, { "name": "info.background", "token": "message.info.background", @@ -96200,6 +96204,33 @@ "default": "", "description": "Close button focus ring shadow of info" }, + { + "name": "outlined.color", + "token": "message.info.outlined.color", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Outlined color of info" + }, + { + "name": "outlined.borderColor", + "token": "message.info.outlined.border.color", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Outlined border color of info" + }, + { + "name": "simple.color", + "token": "message.info.simple.color", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Simple color of info" + }, { "name": "success.background", "token": "message.success.background", @@ -96263,6 +96294,33 @@ "default": "", "description": "Close button focus ring shadow of success" }, + { + "name": "outlined.color", + "token": "message.success.outlined.color", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Outlined color of success" + }, + { + "name": "outlined.borderColor", + "token": "message.success.outlined.border.color", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Outlined border color of success" + }, + { + "name": "simple.color", + "token": "message.success.simple.color", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Simple color of success" + }, { "name": "warn.background", "token": "message.warn.background", @@ -96326,6 +96384,33 @@ "default": "", "description": "Close button focus ring shadow of warn" }, + { + "name": "outlined.color", + "token": "message.warn.outlined.color", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Outlined color of warn" + }, + { + "name": "outlined.borderColor", + "token": "message.warn.outlined.border.color", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Outlined border color of warn" + }, + { + "name": "simple.color", + "token": "message.warn.simple.color", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Simple color of warn" + }, { "name": "error.background", "token": "message.error.background", @@ -96389,6 +96474,33 @@ "default": "", "description": "Close button focus ring shadow of error" }, + { + "name": "outlined.color", + "token": "message.error.outlined.color", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Outlined color of error" + }, + { + "name": "outlined.borderColor", + "token": "message.error.outlined.border.color", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Outlined border color of error" + }, + { + "name": "simple.color", + "token": "message.error.simple.color", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Simple color of error" + }, { "name": "secondary.background", "token": "message.secondary.background", @@ -96452,6 +96564,33 @@ "default": "", "description": "Close button focus ring shadow of secondary" }, + { + "name": "outlined.color", + "token": "message.secondary.outlined.color", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Outlined color of secondary" + }, + { + "name": "outlined.borderColor", + "token": "message.secondary.outlined.border.color", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Outlined border color of secondary" + }, + { + "name": "simple.color", + "token": "message.secondary.simple.color", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Simple color of secondary" + }, { "name": "contrast.background", "token": "message.contrast.background", @@ -96514,6 +96653,33 @@ "type": "string", "default": "", "description": "Close button focus ring shadow of contrast" + }, + { + "name": "outlined.color", + "token": "message.contrast.outlined.color", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Outlined color of contrast" + }, + { + "name": "outlined.borderColor", + "token": "message.contrast.outlined.border.color", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Outlined border color of contrast" + }, + { + "name": "simple.color", + "token": "message.contrast.simple.color", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Simple color of contrast" } ] } @@ -96521,7 +96687,7 @@ } }, "themes/metergroup": { - "description": "MeterGroup Design Tokens\n\n[Live Demo](https://www.primeng.org/metergroup/)", + "description": "MeterGroup Design Tokens", "interfaces": { "description": "Defines the custom interfaces used by the module.", "eventDescription": "Defines the custom events used by the component's emit.", @@ -96698,7 +96864,7 @@ } }, "themes/multiselect": { - "description": "MultiSelect Design Tokens\n\n[Live Demo](https://www.primeng.org/multiselect/)", + "description": "MultiSelect Design Tokens", "interfaces": { "description": "Defines the custom interfaces used by the module.", "eventDescription": "Defines the custom events used by the component's emit.", @@ -97322,7 +97488,7 @@ } }, "themes/orderlist": { - "description": "OrderList Design Tokens\n\n[Live Demo](https://www.primeng.org/orderlist/)", + "description": "OrderList Design Tokens", "interfaces": { "description": "Defines the custom interfaces used by the module.", "eventDescription": "Defines the custom events used by the component's emit.", @@ -97404,7 +97570,7 @@ } }, "themes/organizationchart": { - "description": "OrganizationChart Design Tokens\n\n[Live Demo](https://www.primeng.org/organizationchart/)", + "description": "OrganizationChart Design Tokens", "interfaces": { "description": "Defines the custom interfaces used by the module.", "eventDescription": "Defines the custom events used by the component's emit.", @@ -97727,7 +97893,7 @@ } }, "themes/overlaybadge": { - "description": "OverlayBadge Design Tokens\n\n[Live Demo](https://www.primeng.org/overlaybadge/)", + "description": "OverlayBadge Design Tokens", "interfaces": { "description": "Defines the custom interfaces used by the module.", "eventDescription": "Defines the custom events used by the component's emit.", @@ -97801,7 +97967,7 @@ } }, "themes/paginator": { - "description": "Paginator Design Tokens\n\n[Live Demo](https://www.primeng.org/paginator/)", + "description": "Paginator Design Tokens", "interfaces": { "description": "Defines the custom interfaces used by the module.", "eventDescription": "Defines the custom events used by the component's emit.", @@ -98079,7 +98245,7 @@ } }, "themes/panel": { - "description": "Panel Design Tokens\n\n[Live Demo](https://www.primeng.org/panel/)", + "description": "Panel Design Tokens", "interfaces": { "description": "Defines the custom interfaces used by the module.", "eventDescription": "Defines the custom events used by the component's emit.", @@ -98301,7 +98467,7 @@ } }, "themes/panelmenu": { - "description": "PanelMenu Design Tokens\n\n[Live Demo](https://www.primeng.org/panelmenu/)", + "description": "PanelMenu Design Tokens", "interfaces": { "description": "Defines the custom interfaces used by the module.", "eventDescription": "Defines the custom events used by the component's emit.", @@ -98596,7 +98762,7 @@ } }, "themes/password": { - "description": "Password Design Tokens\n\n[Live Demo](https://www.primeng.org/password/)", + "description": "Password Design Tokens", "interfaces": { "description": "Defines the custom interfaces used by the module.", "eventDescription": "Defines the custom events used by the component's emit.", @@ -98810,7 +98976,7 @@ } }, "themes/picklist": { - "description": "PickList Design Tokens\n\n[Live Demo](https://www.primeng.org/picklist/)", + "description": "PickList Design Tokens", "interfaces": { "description": "Defines the custom interfaces used by the module.", "eventDescription": "Defines the custom events used by the component's emit.", @@ -98892,7 +99058,7 @@ } }, "themes/popover": { - "description": "Popover Design Tokens\n\n[Live Demo](https://www.primeng.org/popover/)", + "description": "Popover Design Tokens", "interfaces": { "description": "Defines the custom interfaces used by the module.", "eventDescription": "Defines the custom events used by the component's emit.", @@ -99028,7 +99194,7 @@ } }, "themes/progressbar": { - "description": "ProgressBar Design Tokens\n\n[Live Demo](https://www.primeng.org/progressbar/)", + "description": "ProgressBar Design Tokens", "interfaces": { "description": "Defines the custom interfaces used by the module.", "eventDescription": "Defines the custom events used by the component's emit.", @@ -99163,7 +99329,7 @@ } }, "themes/progressspinner": { - "description": "ProgressSpinner Design Tokens\n\n[Live Demo](https://www.primeng.org/progressspinner/)", + "description": "ProgressSpinner Design Tokens", "interfaces": { "description": "Defines the custom interfaces used by the module.", "eventDescription": "Defines the custom events used by the component's emit.", @@ -99214,40 +99380,40 @@ "ProgressSpinnerDesignTokens": { "props": [ { - "name": "root.color.1", - "token": "progressspinner.color.1", + "name": "root.colorOne", + "token": "progressspinner.color.one", "optional": true, "readonly": false, "type": "string", "default": "", - "description": "Color.1 of root" + "description": "Color one of root" }, { - "name": "root.color.2", - "token": "progressspinner.color.2", + "name": "root.colorTwo", + "token": "progressspinner.color.two", "optional": true, "readonly": false, "type": "string", "default": "", - "description": "Color.2 of root" + "description": "Color two of root" }, { - "name": "root.color.3", - "token": "progressspinner.color.3", + "name": "root.colorThree", + "token": "progressspinner.color.three", "optional": true, "readonly": false, "type": "string", "default": "", - "description": "Color.3 of root" + "description": "Color three of root" }, { - "name": "root.color.4", - "token": "progressspinner.color.4", + "name": "root.colorFour", + "token": "progressspinner.color.four", "optional": true, "readonly": false, "type": "string", "default": "", - "description": "Color.4 of root" + "description": "Color four of root" } ] } @@ -99255,7 +99421,7 @@ } }, "themes/radiobutton": { - "description": "RadioButton Design Tokens\n\n[Live Demo](https://www.primeng.org/radiobutton/)", + "description": "RadioButton Design Tokens", "interfaces": { "description": "Defines the custom interfaces used by the module.", "eventDescription": "Defines the custom events used by the component's emit.", @@ -99511,6 +99677,42 @@ "default": "", "description": "Transition duration of root" }, + { + "name": "sm.width", + "token": "radiobutton.sm.width", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Sm width of root" + }, + { + "name": "sm.height", + "token": "radiobutton.sm.height", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Sm height of root" + }, + { + "name": "lg.width", + "token": "radiobutton.lg.width", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Lg width of root" + }, + { + "name": "lg.height", + "token": "radiobutton.lg.height", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Lg height of root" + }, { "name": "icon.size", "token": "radiobutton.icon.size", @@ -99546,6 +99748,24 @@ "type": "string", "default": "", "description": "Disabled color of icon" + }, + { + "name": "sm.size", + "token": "radiobutton.icon.sm.size", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Sm size of icon" + }, + { + "name": "lg.size", + "token": "radiobutton.icon.lg.size", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Lg size of icon" } ] } @@ -99553,7 +99773,7 @@ } }, "themes/rating": { - "description": "Rating Design Tokens\n\n[Live Demo](https://www.primeng.org/rating/)", + "description": "Rating Design Tokens", "interfaces": { "description": "Defines the custom interfaces used by the module.", "eventDescription": "Defines the custom events used by the component's emit.", @@ -99716,7 +99936,7 @@ } }, "themes/ripple": { - "description": "Ripple Design Tokens\n\n[Live Demo](https://www.primeng.org/ripple/)", + "description": "Ripple Design Tokens", "interfaces": { "description": "Defines the custom interfaces used by the module.", "eventDescription": "Defines the custom events used by the component's emit.", @@ -99781,7 +100001,7 @@ } }, "themes/scrollpanel": { - "description": "ScrollPanel Design Tokens\n\n[Live Demo](https://www.primeng.org/scrollpanel/)", + "description": "ScrollPanel Design Tokens", "interfaces": { "description": "Defines the custom interfaces used by the module.", "eventDescription": "Defines the custom events used by the component's emit.", @@ -99926,7 +100146,7 @@ } }, "themes/select": { - "description": "Select Design Tokens\n\n[Live Demo](https://www.primeng.org/select/)", + "description": "Select Design Tokens", "interfaces": { "description": "Defines the custom interfaces used by the module.", "eventDescription": "Defines the custom events used by the component's emit.", @@ -100148,6 +100368,15 @@ "default": "", "description": "Placeholder color of root" }, + { + "name": "root.invalidPlaceholderColor", + "token": "select.invalid.placeholder.color", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Invalid placeholder color of root" + }, { "name": "root.shadow", "token": "select.shadow", @@ -100238,6 +100467,60 @@ "default": "", "description": "Transition duration of root" }, + { + "name": "sm.fontSize", + "token": "select.sm.font.size", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Sm font size of root" + }, + { + "name": "sm.paddingX", + "token": "select.sm.padding.x", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Sm padding x of root" + }, + { + "name": "sm.paddingY", + "token": "select.sm.padding.y", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Sm padding y of root" + }, + { + "name": "lg.fontSize", + "token": "select.lg.font.size", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Lg font size of root" + }, + { + "name": "lg.paddingX", + "token": "select.lg.padding.x", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Lg padding x of root" + }, + { + "name": "lg.paddingY", + "token": "select.lg.padding.y", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Lg padding y of root" + }, { "name": "dropdown.width", "token": "select.dropdown.width", @@ -100496,7 +100779,7 @@ } }, "themes/selectbutton": { - "description": "SelectButton Design Tokens\n\n[Live Demo](https://www.primeng.org/selectbutton/)", + "description": "SelectButton Design Tokens", "interfaces": { "description": "Defines the custom interfaces used by the module.", "eventDescription": "Defines the custom events used by the component's emit.", @@ -100570,7 +100853,7 @@ } }, "themes/skeleton": { - "description": "Skeleton Design Tokens\n\n[Live Demo](https://www.primeng.org/skeleton/)", + "description": "Skeleton Design Tokens", "interfaces": { "description": "Defines the custom interfaces used by the module.", "eventDescription": "Defines the custom events used by the component's emit.", @@ -100653,7 +100936,7 @@ } }, "themes/slider": { - "description": "Slider Design Tokens\n\n[Live Demo](https://www.primeng.org/slider/)", + "description": "Slider Design Tokens", "interfaces": { "description": "Defines the custom interfaces used by the module.", "eventDescription": "Defines the custom events used by the component's emit.", @@ -100922,7 +101205,7 @@ } }, "themes/speeddial": { - "description": "SpeedDial Design Tokens\n\n[Live Demo](https://www.primeng.org/speeddial/)", + "description": "SpeedDial Design Tokens", "interfaces": { "description": "Defines the custom interfaces used by the module.", "eventDescription": "Defines the custom events used by the component's emit.", @@ -100996,7 +101279,7 @@ } }, "themes/splitbutton": { - "description": "SplitButton Design Tokens\n\n[Live Demo](https://www.primeng.org/splitbutton/)", + "description": "SplitButton Design Tokens", "interfaces": { "description": "Defines the custom interfaces used by the module.", "eventDescription": "Defines the custom events used by the component's emit.", @@ -101079,7 +101362,7 @@ } }, "themes/splitter": { - "description": "Splitter Design Tokens\n\n[Live Demo](https://www.primeng.org/splitter/)", + "description": "Splitter Design Tokens", "interfaces": { "description": "Defines the custom interfaces used by the module.", "eventDescription": "Defines the custom events used by the component's emit.", @@ -101268,7 +101551,7 @@ } }, "themes/stepper": { - "description": "Stepper Design Tokens\n\n[Live Demo](https://www.primeng.org/stepper/)", + "description": "Stepper Design Tokens", "interfaces": { "description": "Defines the custom interfaces used by the module.", "eventDescription": "Defines the custom events used by the component's emit.", @@ -101670,6 +101953,15 @@ "type": "string", "default": "", "description": "Padding of steppanel" + }, + { + "name": "steppanel.indent", + "token": "stepper.steppanel.indent", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Indent of steppanel" } ] } @@ -101677,7 +101969,7 @@ } }, "themes/steps": { - "description": "Steps Design Tokens\n\n[Live Demo](https://www.primeng.org/steps/)", + "description": "Steps Design Tokens", "interfaces": { "description": "Defines the custom interfaces used by the module.", "eventDescription": "Defines the custom events used by the component's emit.", @@ -101972,7 +102264,7 @@ } }, "themes/tabmenu": { - "description": "Tabmenu Design Tokens\n\n[Live Demo](https://www.primeng.org/tabmenu/)", + "description": "Tabmenu Design Tokens", "interfaces": { "description": "Defines the custom interfaces used by the module.", "eventDescription": "Defines the custom events used by the component's emit.", @@ -102321,7 +102613,7 @@ } }, "themes/tabs": { - "description": "Tabs Design Tokens\n\n[Live Demo](https://www.primeng.org/tabs/)", + "description": "Tabs Design Tokens", "interfaces": { "description": "Defines the custom interfaces used by the module.", "eventDescription": "Defines the custom events used by the component's emit.", @@ -102813,7 +103105,7 @@ } }, "themes/tabview": { - "description": "TabView Design Tokens\n\n[Live Demo](https://www.primeng.org/tabview/)", + "description": "TabView Design Tokens", "interfaces": { "description": "Defines the custom interfaces used by the module.", "eventDescription": "Defines the custom events used by the component's emit.", @@ -103027,7 +103319,7 @@ } }, "themes/tag": { - "description": "Tag Design Tokens\n\n[Live Demo](https://www.primeng.org/tag/)", + "description": "Tag Design Tokens", "interfaces": { "description": "Defines the custom interfaces used by the module.", "eventDescription": "Defines the custom events used by the component's emit.", @@ -103336,7 +103628,7 @@ } }, "themes/terminal": { - "description": "Terminal Design Tokens\n\n[Live Demo](https://www.primeng.org/terminal/)", + "description": "Terminal Design Tokens", "interfaces": { "description": "Defines the custom interfaces used by the module.", "eventDescription": "Defines the custom events used by the component's emit.", @@ -103480,7 +103772,7 @@ } }, "themes/textarea": { - "description": "Textarea Design Tokens\n\n[Live Demo](https://www.primeng.org/textarea/)", + "description": "Textarea Design Tokens", "interfaces": { "description": "Defines the custom interfaces used by the module.", "eventDescription": "Defines the custom events used by the component's emit.", @@ -103788,7 +104080,7 @@ } }, "themes/tieredmenu": { - "description": "TieredMenu Design Tokens\n\n[Live Demo](https://www.primeng.org/tieredmenu/)", + "description": "TieredMenu Design Tokens", "interfaces": { "description": "Defines the custom interfaces used by the module.", "eventDescription": "Defines the custom events used by the component's emit.", @@ -103851,14 +104143,6 @@ "default": "", "description": "Used to pass tokens of the submenu section" }, - { - "name": "submenuLabel", - "optional": true, - "readonly": false, - "type": "Object", - "default": "", - "description": "Used to pass tokens of the submenu label section" - }, { "name": "submenuIcon", "optional": true, @@ -104066,42 +104350,6 @@ "default": "", "description": "Mobile indent of submenu" }, - { - "name": "submenuLabel.padding", - "token": "tieredmenu.submenu.label.padding", - "optional": true, - "readonly": false, - "type": "string", - "default": "", - "description": "Padding of submenu label" - }, - { - "name": "submenuLabel.fontWeight", - "token": "tieredmenu.submenu.label.font.weight", - "optional": true, - "readonly": false, - "type": "string", - "default": "", - "description": "Font weight of submenu label" - }, - { - "name": "submenuLabel.background", - "token": "tieredmenu.submenu.label.background", - "optional": true, - "readonly": false, - "type": "string", - "default": "", - "description": "Background of submenu label" - }, - { - "name": "submenuLabel.color", - "token": "tieredmenu.submenu.label.color", - "optional": true, - "readonly": false, - "type": "string", - "default": "", - "description": "Color of submenu label" - }, { "name": "submenuIcon.size", "token": "tieredmenu.submenu.icon.size", @@ -104153,7 +104401,7 @@ } }, "themes/timeline": { - "description": "Timeline Design Tokens\n\n[Live Demo](https://www.primeng.org/timeline/)", + "description": "Timeline Design Tokens", "interfaces": { "description": "Defines the custom interfaces used by the module.", "eventDescription": "Defines the custom events used by the component's emit.", @@ -104367,7 +104615,7 @@ } }, "themes/toast": { - "description": "Toast Design Tokens\n\n[Live Demo](https://www.primeng.org/toast/)", + "description": "Toast Design Tokens", "interfaces": { "description": "Defines the custom interfaces used by the module.", "eventDescription": "Defines the custom events used by the component's emit.", @@ -104466,7 +104714,7 @@ "name": "blur", "optional": true, "readonly": false, - "type": "Object", + "type": "string", "default": "", "description": "Used to pass tokens of the blur section" }, @@ -104701,49 +104949,13 @@ "description": "Size of close icon" }, { - "name": "blur.0", - "token": "toast.blur.0", + "name": "blur", + "token": "toast.blur", "optional": true, "readonly": false, "type": "string", "default": "", - "description": "0 of blur" - }, - { - "name": "blur.1", - "token": "toast.blur.1", - "optional": true, - "readonly": false, - "type": "string", - "default": "", - "description": "1 of blur" - }, - { - "name": "blur.2", - "token": "toast.blur.2", - "optional": true, - "readonly": false, - "type": "string", - "default": "", - "description": "2 of blur" - }, - { - "name": "blur.3", - "token": "toast.blur.3", - "optional": true, - "readonly": false, - "type": "string", - "default": "", - "description": "3 of blur" - }, - { - "name": "blur.4", - "token": "toast.blur.4", - "optional": true, - "readonly": false, - "type": "string", - "default": "", - "description": "4 of blur" + "description": "Used to pass tokens of the blur section" }, { "name": "info.background", @@ -105183,7 +105395,7 @@ } }, "themes/togglebutton": { - "description": "ToggleButton Design Tokens\n\n[Live Demo](https://www.primeng.org/togglebutton/)", + "description": "ToggleButton Design Tokens", "interfaces": { "description": "Defines the custom interfaces used by the module.", "eventDescription": "Defines the custom events used by the component's emit.", @@ -105375,6 +105587,42 @@ "default": "", "description": "Transition duration of root" }, + { + "name": "sm.fontSize", + "token": "togglebutton.sm.font.size", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Sm font size of root" + }, + { + "name": "sm.padding", + "token": "togglebutton.sm.padding", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Sm padding of root" + }, + { + "name": "lg.fontSize", + "token": "togglebutton.lg.font.size", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Lg font size of root" + }, + { + "name": "lg.padding", + "token": "togglebutton.lg.padding", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Lg padding of root" + }, { "name": "root.background", "token": "togglebutton.background", @@ -105484,22 +105732,22 @@ "description": "Checked color of icon" }, { - "name": "content.left", - "token": "togglebutton.content.left", + "name": "content.padding", + "token": "togglebutton.content.padding", "optional": true, "readonly": false, "type": "string", "default": "", - "description": "Left of content" + "description": "Padding of content" }, { - "name": "content.top", - "token": "togglebutton.content.top", + "name": "content.borderRadius", + "token": "togglebutton.content.border.radius", "optional": true, "readonly": false, "type": "string", "default": "", - "description": "Top of content" + "description": "Border radius of content" }, { "name": "content.checkedShadow", @@ -105510,6 +105758,24 @@ "default": "", "description": "Checked shadow of content" }, + { + "name": "sm.padding", + "token": "togglebutton.content.sm.padding", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Sm padding of content" + }, + { + "name": "lg.padding", + "token": "togglebutton.content.lg.padding", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Lg padding of content" + }, { "name": "content.checkedBackground", "token": "togglebutton.content.checked.background", @@ -105525,7 +105791,7 @@ } }, "themes/toggleswitch": { - "description": "ToggleSwitch Design Tokens\n\n[Live Demo](https://www.primeng.org/toggleswitch/)", + "description": "ToggleSwitch Design Tokens", "interfaces": { "description": "Defines the custom interfaces used by the module.", "eventDescription": "Defines the custom events used by the component's emit.", @@ -105895,7 +106161,7 @@ } }, "themes/toolbar": { - "description": "Toolbar Design Tokens\n\n[Live Demo](https://www.primeng.org/toolbar/)", + "description": "Toolbar Design Tokens", "interfaces": { "description": "Defines the custom interfaces used by the module.", "eventDescription": "Defines the custom events used by the component's emit.", @@ -106005,7 +106271,7 @@ } }, "themes/tooltip": { - "description": "Tooltip Design Tokens\n\n[Live Demo](https://www.primeng.org/tooltip/)", + "description": "Tooltip Design Tokens", "interfaces": { "description": "Defines the custom interfaces used by the module.", "eventDescription": "Defines the custom events used by the component's emit.", @@ -106124,7 +106390,7 @@ } }, "themes/tree": { - "description": "Tree Design Tokens\n\n[Live Demo](https://www.primeng.org/tree/)", + "description": "Tree Design Tokens", "interfaces": { "description": "Defines the custom interfaces used by the module.", "eventDescription": "Defines the custom events used by the component's emit.", @@ -106194,6 +106460,14 @@ "type": "Object", "default": "", "description": "Used to pass tokens of the loading icon section" + }, + { + "name": "filter", + "optional": true, + "readonly": false, + "type": "Object", + "default": "", + "description": "Used to pass tokens of the filter section" } ], "methods": [], @@ -106520,6 +106794,15 @@ "type": "string", "default": "", "description": "Size of loading icon" + }, + { + "name": "filter.margin", + "token": "tree.filter.margin", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Margin of filter" } ] } @@ -106527,7 +106810,7 @@ } }, "themes/treeselect": { - "description": "TreeSelect Design Tokens\n\n[Live Demo](https://www.primeng.org/treeselect/)", + "description": "TreeSelect Design Tokens", "interfaces": { "description": "Defines the custom interfaces used by the module.", "eventDescription": "Defines the custom events used by the component's emit.", @@ -106991,7 +107274,7 @@ } }, "themes/treetable": { - "description": "TreeTable Design Tokens\n\n[Live Demo](https://www.primeng.org/treetable/)", + "description": "TreeTable Design Tokens", "interfaces": { "description": "Defines the custom interfaces used by the module.", "eventDescription": "Defines the custom events used by the component's emit.", @@ -107095,12 +107378,12 @@ "description": "Used to pass tokens of the footer section" }, { - "name": "columnResizerWidth", + "name": "columnResizer", "optional": true, "readonly": false, "type": "Object", "default": "", - "description": "Used to pass tokens of the column resizer width section" + "description": "Used to pass tokens of the column resizer section" }, { "name": "resizeIndicator", @@ -107585,58 +107868,13 @@ "description": "Padding of footer" }, { - "name": "columnResizerWidth.0", - "token": "treetable.column.resizer.width.0", + "name": "columnResizer.width", + "token": "treetable.column.resizer.width", "optional": true, "readonly": false, "type": "string", "default": "", - "description": "0 of column resizer width" - }, - { - "name": "columnResizerWidth.1", - "token": "treetable.column.resizer.width.1", - "optional": true, - "readonly": false, - "type": "string", - "default": "", - "description": "1 of column resizer width" - }, - { - "name": "columnResizerWidth.2", - "token": "treetable.column.resizer.width.2", - "optional": true, - "readonly": false, - "type": "string", - "default": "", - "description": "2 of column resizer width" - }, - { - "name": "columnResizerWidth.3", - "token": "treetable.column.resizer.width.3", - "optional": true, - "readonly": false, - "type": "string", - "default": "", - "description": "3 of column resizer width" - }, - { - "name": "columnResizerWidth.4", - "token": "treetable.column.resizer.width.4", - "optional": true, - "readonly": false, - "type": "string", - "default": "", - "description": "4 of column resizer width" - }, - { - "name": "columnResizerWidth.5", - "token": "treetable.column.resizer.width.5", - "optional": true, - "readonly": false, - "type": "string", - "default": "", - "description": "5 of column resizer width" + "description": "Width of column resizer" }, { "name": "resizeIndicator.width", @@ -107674,6 +107912,15 @@ "default": "", "description": "Hover color of sort icon" }, + { + "name": "sortIcon.size", + "token": "treetable.sort.icon.size", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Size of sort icon" + }, { "name": "loadingIcon.size", "token": "treetable.loading.icon.size", @@ -107832,8 +108079,8 @@ } } }, - "themes/scroller": { - "description": "VirtualScroller Design Tokens\n\n[Live Demo](https://www.primeng.org/virtualscroller/)", + "themes/virtualscroller": { + "description": "VirtualScroller Design Tokens", "interfaces": { "description": "Defines the custom interfaces used by the module.", "eventDescription": "Defines the custom events used by the component's emit.", @@ -107865,20 +108112,12 @@ "default": "" }, { - "name": "loaderMask", + "name": "loader", "optional": true, "readonly": false, "type": "Object", "default": "", - "description": "Used to pass tokens of the mask section" - }, - { - "name": "loaderIcon", - "optional": true, - "readonly": false, - "type": "Object", - "default": "", - "description": "Used to pass tokens of the loader icon section" + "description": "Used to pass tokens of the loader section" } ], "methods": [], @@ -107892,7 +108131,7 @@ "VirtualScrollerDesignTokens": { "props": [ { - "name": "loaderMask.background", + "name": "mask.background", "token": "virtualscroller.loader.mask.background", "optional": true, "readonly": false, @@ -107901,7 +108140,7 @@ "description": "Background of loader mask" }, { - "name": "loaderMask.color", + "name": "mask.color", "token": "virtualscroller.loader.mask.color", "optional": true, "readonly": false, @@ -107910,7 +108149,7 @@ "description": "Color of loader mask" }, { - "name": "loaderIcon.size", + "name": "icon.size", "token": "virtualscroller.loader.icon.size", "optional": true, "readonly": false, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 3ad65ab90..fd36ce932 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -16,8 +16,8 @@ catalogs: specifier: 0.1.0-beta.1 version: 0.1.0-beta.1 '@primeuix/themes': - specifier: 0.1.0-beta.3 - version: 0.1.0-beta.3 + specifier: 0.1.0-beta.4 + version: 0.1.0-beta.4 '@primeuix/utils': specifier: ^0.4.0 version: 0.4.0 @@ -83,7 +83,7 @@ importers: devDependencies: '@primeuix/themes': specifier: 'catalog:' - version: 0.1.0-beta.3 + version: 0.1.0-beta.4 '@primevue/core': specifier: workspace:* version: link:../../packages/core @@ -252,7 +252,7 @@ importers: version: 3.15.4(@types/node@18.19.74)(@vue/test-utils@2.4.6)(jiti@2.4.2)(magicast@0.3.5)(rollup@4.32.0)(terser@5.37.0)(typescript@5.7.3)(vitest@1.6.0(@types/node@18.19.74)(terser@5.37.0))(yaml@2.7.0) '@primeuix/themes': specifier: 'catalog:' - version: 0.1.0-beta.3 + version: 0.1.0-beta.4 '@types/node': specifier: ^18.17.17 version: 18.19.74 @@ -302,7 +302,7 @@ importers: version: 0.4.1 '@primeuix/themes': specifier: 'catalog:' - version: 0.1.0-beta.3 + version: 0.1.0-beta.4 publishDirectory: dist packages: @@ -2001,8 +2001,8 @@ packages: '@primeuix/styles@0.1.0-beta.1': resolution: {integrity: sha512-igH5ceNtuL5zjp+Vq6fi4NjIlmlozgPrZ34cKivYtIg6id3MoD21mmd/LdH22ct8tTYYjSs43eZHir3P9yhlKQ==} - '@primeuix/themes@0.1.0-beta.3': - resolution: {integrity: sha512-tSrMqnHKxkjOQJt/fs4fXfqpMX6y5VizNdSMHBJvM/iKkm97oF0iKgDCQGTG+CNGFY4dPmW+DjCr64HApprApw==} + '@primeuix/themes@0.1.0-beta.4': + resolution: {integrity: sha512-/i1ODYYtl3GdYrMUsFrWFU6SJiSiw96xjmoJnXkCsX/q6GfkV7pokLSgKs9IDfF16bYhjfPz1pE65N2h1UnijQ==} '@primeuix/utils@0.4.0': resolution: {integrity: sha512-Z4Z0Ml1jc8cbReJsxctqET4kzRUnBoWu4Rcr5xBdiMN6mv1VyKVph6tF5bBh4lbvsdIyJmzaqAHSRNUgH8dylQ==} @@ -8816,7 +8816,7 @@ snapshots: dependencies: '@primeuix/styled': 0.4.1 - '@primeuix/themes@0.1.0-beta.3': + '@primeuix/themes@0.1.0-beta.4': dependencies: '@primeuix/styled': 0.4.1 diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 7d856beca..c7521a42c 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -7,4 +7,4 @@ catalog: '@primeuix/utils': ^0.4.0 '@primeuix/forms': ^0.0.4 '@primeuix/styles': 0.1.0-beta.1 - '@primeuix/themes': 0.1.0-beta.3 + '@primeuix/themes': 0.1.0-beta.4