primevue
Version:
PrimeVue is an open source UI library for Vue featuring a rich set of 80+ components, a theme designer, various theme alternatives such as Material, Bootstrap, Tailwind, premium templates and professional support. In addition, it integrates with PrimeBloc
2 lines (1 loc) • 1.08 kB
JavaScript
"use strict";function e(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var n=e(require("primevue/base/style")).default.extend({name:"accordion",css:"\n@layer primevue {\n .p-accordion-header-action {\n cursor: pointer;\n display: flex;\n align-items: center;\n user-select: none;\n position: relative;\n text-decoration: none;\n }\n \n .p-accordion-header-action:focus {\n z-index: 1;\n }\n \n .p-accordion-header-text {\n line-height: 1;\n }\n}\n",classes:{root:"p-accordion p-component",tab:{root:function(e){return["p-accordion-tab",{"p-accordion-tab-active":e.instance.isTabActive(e.index)}]},header:function(e){var n=e.instance,o=e.tab;return["p-accordion-header",{"p-highlight":n.isTabActive(e.index),"p-disabled":n.getTabProp(o,"disabled")}]},headerAction:"p-accordion-header-link p-accordion-header-action",headerIcon:"p-accordion-toggle-icon",headerTitle:"p-accordion-header-text",toggleableContent:"p-toggleable-content",content:"p-accordion-content"}}});module.exports=n;