@swisspost/design-system-components 7.2.1 → 7.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/_commonjsHelpers-8f2c79cd.js +31 -0
- package/dist/cjs/check-type-64af82a9.js +16 -0
- package/dist/cjs/{index-49177437.js → index-1cc8e4e1.js} +290 -10
- package/dist/cjs/{index-a1440961.js → index-f32e5185.js} +2 -15
- package/dist/cjs/index.cjs.js +21 -17
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/cjs/{package-198f981b.js → package-53cbf42f.js} +1 -1
- package/dist/cjs/{post-accordion-f81a31b2.js → post-accordion-605d195b.js} +2 -2
- package/dist/cjs/{post-accordion-item-994583fc.js → post-accordion-item-7ef44a1d.js} +4 -4
- package/dist/cjs/post-accordion-item.cjs.entry.js +5 -4
- package/dist/cjs/post-accordion.cjs.entry.js +3 -3
- package/dist/cjs/{post-alert-b160762a.js → post-alert-bd5a1e4e.js} +7 -6
- package/dist/cjs/post-alert.cjs.entry.js +5 -4
- package/dist/cjs/post-card-control-53c3d28b.js +315 -0
- package/dist/cjs/post-card-control.cjs.entry.js +3 -3
- package/dist/cjs/{post-collapsible-bf63b152.js → post-collapsible-cd75e40d.js} +14 -10
- package/dist/cjs/post-collapsible-trigger-ed6c0795.js +188280 -0
- package/dist/cjs/post-collapsible-trigger.cjs.entry.js +14 -0
- package/dist/cjs/post-collapsible.cjs.entry.js +5 -4
- package/dist/cjs/post-components.cjs.js +2 -2
- package/dist/cjs/{post-icon-e5af0dff.js → post-icon-d48388ba.js} +6 -5
- package/dist/cjs/post-icon.cjs.entry.js +5 -4
- package/dist/cjs/{post-popover-bb1cf2dc.js → post-popover-a069b3b4.js} +4 -4
- package/dist/cjs/post-popover.cjs.entry.js +3 -3
- package/dist/cjs/{post-popovercontainer-814f2053.js → post-popovercontainer-6ba9ea5a.js} +15 -17
- package/dist/cjs/post-popovercontainer.cjs.entry.js +3 -3
- package/dist/cjs/{post-rating-7e29df2c.js → post-rating-8ef7415c.js} +3 -3
- package/dist/cjs/post-rating.cjs.entry.js +3 -3
- package/dist/cjs/post-tab-header-bbffefab.js +32 -0
- package/dist/cjs/post-tab-header.cjs.entry.js +3 -3
- package/dist/cjs/{post-tab-panel-47481b1e.js → post-tab-panel-47161846.js} +3 -3
- package/dist/cjs/post-tab-panel.cjs.entry.js +3 -3
- package/dist/cjs/{post-tabs-35d27649.js → post-tabs-818dea1a.js} +8 -10
- package/dist/cjs/post-tabs.cjs.entry.js +3 -3
- package/dist/cjs/{post-tag-27049429.js → post-tag-df4341a7.js} +3 -3
- package/dist/cjs/post-tag.cjs.entry.js +3 -3
- package/dist/cjs/{post-tooltip-95c1e078.js → post-tooltip-79da02f1.js} +25 -12
- package/dist/cjs/post-tooltip.cjs.entry.js +8 -3
- package/dist/collection/collection-manifest.json +1 -0
- package/dist/collection/components/post-accordion-item/post-accordion-item.css +1 -1
- package/dist/collection/components/post-alert/post-alert.css +2 -2
- package/dist/collection/components/post-card-control/post-card-control.css +1 -1
- package/dist/collection/components/post-collapsible/post-collapsible.css +1 -1
- package/dist/collection/components/post-collapsible/post-collapsible.js +10 -11
- package/dist/collection/components/post-collapsible-trigger/post-collapsible-trigger.js +153 -0
- package/dist/collection/components/post-icon/post-icon.js +1 -1
- package/dist/collection/components/post-popover/post-popover.css +1 -1
- package/dist/collection/components/post-popover/post-popover.js +1 -1
- package/dist/collection/components/post-popovercontainer/post-popovercontainer.css +1 -1
- package/dist/collection/components/post-popovercontainer/post-popovercontainer.js +13 -16
- package/dist/collection/components/post-rating/post-rating.js +1 -1
- package/dist/collection/components/post-tab-header/post-tab-header.css +1 -1
- package/dist/collection/components/post-tab-header/post-tab-header.js +1 -1
- package/dist/collection/components/post-tab-panel/post-tab-panel.js +1 -1
- package/dist/collection/components/post-tabs/post-tabs.js +6 -8
- package/dist/collection/components/post-tag/post-tag.js +1 -1
- package/dist/collection/components/post-tooltip/post-tooltip.css +1 -1
- package/dist/collection/components/post-tooltip/post-tooltip.js +36 -1
- package/dist/collection/index.js +1 -0
- package/dist/collection/utils/debounce.js +8 -0
- package/dist/collection/utils/index.js +2 -0
- package/dist/collection/utils/timeout.js +3 -0
- package/dist/components/_commonjsHelpers.js +26 -0
- package/dist/components/check-type.js +14 -0
- package/dist/components/index.js +1 -0
- package/dist/components/index2.js +2 -14
- package/dist/components/package.js +1 -1
- package/dist/components/post-accordion-item2.js +1 -1
- package/dist/components/post-alert2.js +3 -2
- package/dist/components/post-card-control2.js +1 -1
- package/dist/components/post-collapsible-trigger.d.ts +11 -0
- package/dist/components/post-collapsible-trigger.js +6 -0
- package/dist/components/post-collapsible-trigger2.js +188297 -0
- package/dist/components/post-collapsible2.js +12 -9
- package/dist/components/post-icon2.js +3 -2
- package/dist/components/post-popover2.js +2 -2
- package/dist/components/post-popovercontainer2.js +14 -17
- package/dist/components/post-rating2.js +1 -1
- package/dist/components/post-tab-header2.js +2 -2
- package/dist/components/post-tab-panel2.js +1 -1
- package/dist/components/post-tabs2.js +6 -8
- package/dist/components/post-tag2.js +1 -1
- package/dist/components/post-tooltip2.js +22 -6
- package/dist/docs.json +96 -8
- package/dist/esm/_commonjsHelpers-24671825.js +26 -0
- package/dist/esm/check-type-8828dbe4.js +14 -0
- package/dist/esm/{index-d1eba94c.js → index-29d17d6d.js} +2 -14
- package/dist/esm/{index-b40b8259.js → index-9ace3232.js} +290 -10
- package/dist/esm/index.js +20 -17
- package/dist/esm/loader.js +3 -3
- package/dist/esm/{package-baed1bbc.js → package-69bb682d.js} +1 -1
- package/dist/esm/{post-accordion-63757789.js → post-accordion-72c9f9ab.js} +2 -2
- package/dist/esm/{post-accordion-item-ff713ffa.js → post-accordion-item-41ec1425.js} +4 -4
- package/dist/esm/post-accordion-item.entry.js +5 -4
- package/dist/esm/post-accordion.entry.js +3 -3
- package/dist/esm/{post-alert-90030a07.js → post-alert-8b7ad6b5.js} +5 -4
- package/dist/esm/post-alert.entry.js +5 -4
- package/dist/esm/post-card-control-cc8a0a71.js +313 -0
- package/dist/esm/post-card-control.entry.js +3 -3
- package/dist/esm/{post-collapsible-2fd13f4e.js → post-collapsible-0843e3b2.js} +14 -10
- package/dist/esm/post-collapsible-trigger-84e583ca.js +188278 -0
- package/dist/esm/post-collapsible-trigger.entry.js +6 -0
- package/dist/esm/post-collapsible.entry.js +5 -4
- package/dist/esm/post-components.js +3 -3
- package/dist/esm/{post-icon-725a0fba.js → post-icon-2ece5353.js} +5 -4
- package/dist/esm/post-icon.entry.js +5 -4
- package/dist/esm/{post-popover-23ed2cdf.js → post-popover-54f23917.js} +4 -4
- package/dist/esm/post-popover.entry.js +3 -3
- package/dist/esm/{post-popovercontainer-f5625d65.js → post-popovercontainer-0da2336b.js} +15 -17
- package/dist/esm/post-popovercontainer.entry.js +3 -3
- package/dist/esm/{post-rating-0bfc12ec.js → post-rating-89feb730.js} +3 -3
- package/dist/esm/post-rating.entry.js +3 -3
- package/dist/esm/post-tab-header-8f531b2d.js +30 -0
- package/dist/esm/post-tab-header.entry.js +3 -3
- package/dist/esm/{post-tab-panel-a2a06c2d.js → post-tab-panel-5d3cf744.js} +3 -3
- package/dist/esm/post-tab-panel.entry.js +3 -3
- package/dist/esm/{post-tabs-c1cf60cd.js → post-tabs-d8ffb9fc.js} +8 -10
- package/dist/esm/post-tabs.entry.js +3 -3
- package/dist/esm/{post-tag-1158169f.js → post-tag-50b397fb.js} +3 -3
- package/dist/esm/post-tag.entry.js +3 -3
- package/dist/esm/{post-tooltip-966fde7a.js → post-tooltip-68e640ea.js} +21 -8
- package/dist/esm/post-tooltip.entry.js +8 -3
- package/dist/post-components/index.esm.js +1 -1
- package/dist/post-components/{p-41bd4480.js → p-07d804f9.js} +1 -1
- package/dist/post-components/p-089ae111.js +1 -0
- package/dist/post-components/p-0c187871.entry.js +1 -0
- package/dist/post-components/p-10312d6a.js +1 -0
- package/dist/post-components/p-1a5c4d94.entry.js +1 -0
- package/dist/post-components/{p-c2906b17.js → p-1fdb9650.js} +1 -1
- package/dist/post-components/p-3321c9c3.entry.js +1 -0
- package/dist/post-components/p-49e1201f.entry.js +1 -0
- package/dist/post-components/p-4a3f67ab.js +1 -0
- package/dist/post-components/p-52689eda.js +1 -0
- package/dist/post-components/p-5307d14c.js +1 -0
- package/dist/post-components/p-55c84c0e.entry.js +1 -0
- package/dist/post-components/p-5a9ac1ae.entry.js +1 -0
- package/dist/post-components/p-5ab360e7.entry.js +1 -0
- package/dist/post-components/{p-c3e6894d.js → p-5b029cef.js} +1 -1
- package/dist/post-components/p-6b9f6348.js +1 -0
- package/dist/post-components/p-6fc42a7d.js +1 -0
- package/dist/post-components/{p-b3a7e242.js → p-711b21e6.js} +1 -1
- package/dist/post-components/p-756f9aa2.entry.js +1 -0
- package/dist/post-components/p-7ae5e122.js +1 -0
- package/dist/post-components/{p-f11cb5ab.js → p-7b552d03.js} +1 -1
- package/dist/post-components/p-7c38df68.entry.js +1 -0
- package/dist/post-components/p-8c7f0075.js +2 -0
- package/dist/post-components/p-94c3e483.js +20 -0
- package/dist/post-components/p-992dbdb4.entry.js +1 -0
- package/dist/post-components/p-ac500761.js +1 -0
- package/dist/post-components/p-b91cf0cd.entry.js +1 -0
- package/dist/post-components/p-b921895c.entry.js +1 -0
- package/dist/post-components/p-bb0366cd.entry.js +1 -0
- package/dist/post-components/p-bfced2a9.js +15 -0
- package/dist/post-components/{p-9c842093.js → p-c864d978.js} +1 -1
- package/dist/post-components/p-e4ac3e01.entry.js +1 -0
- package/dist/post-components/p-f0fbe328.entry.js +1 -0
- package/dist/post-components/p-f182a1ec.js +1 -0
- package/dist/post-components/p-ff86b519.js +1 -0
- package/dist/post-components/post-components.esm.js +1 -1
- package/dist/types/components/post-collapsible/post-collapsible.d.ts +4 -3
- package/dist/types/components/post-collapsible-trigger/post-collapsible-trigger.d.ts +47 -0
- package/dist/types/components/post-popovercontainer/post-popovercontainer.d.ts +0 -1
- package/dist/types/components/post-tooltip/post-tooltip.d.ts +6 -0
- package/dist/types/components.d.ts +33 -0
- package/dist/types/index.d.ts +1 -0
- package/dist/types/utils/debounce.d.ts +1 -0
- package/dist/types/utils/index.d.ts +2 -0
- package/dist/types/utils/timeout.d.ts +1 -0
- package/package.json +3 -3
- package/dist/cjs/post-card-control-5f309278.js +0 -315
- package/dist/cjs/post-tab-header-1d896a9b.js +0 -32
- package/dist/esm/post-card-control-a77d7957.js +0 -313
- package/dist/esm/post-tab-header-5be0820b.js +0 -30
- package/dist/post-components/p-09c9ec65.entry.js +0 -1
- package/dist/post-components/p-105f8fe5.entry.js +0 -1
- package/dist/post-components/p-11e13d7d.js +0 -1
- package/dist/post-components/p-1d351eda.js +0 -2
- package/dist/post-components/p-408e8d5c.entry.js +0 -1
- package/dist/post-components/p-40cbd3a9.js +0 -15
- package/dist/post-components/p-418e4351.entry.js +0 -1
- package/dist/post-components/p-4f16eac0.js +0 -1
- package/dist/post-components/p-6fa5a17d.js +0 -1
- package/dist/post-components/p-803678de.entry.js +0 -1
- package/dist/post-components/p-8ba9721a.entry.js +0 -1
- package/dist/post-components/p-92636363.js +0 -1
- package/dist/post-components/p-9ac48e84.entry.js +0 -1
- package/dist/post-components/p-9c5b9e7c.entry.js +0 -1
- package/dist/post-components/p-b5f6a7b5.entry.js +0 -1
- package/dist/post-components/p-b675a470.entry.js +0 -1
- package/dist/post-components/p-ba275788.entry.js +0 -1
- package/dist/post-components/p-cbca927d.js +0 -1
- package/dist/post-components/p-ce4fff0a.js +0 -1
- package/dist/post-components/p-daf27e9c.entry.js +0 -1
- package/dist/post-components/p-f4b64493.entry.js +0 -1
- package/dist/post-components/p-f665b245.entry.js +0 -1
- package/dist/post-components/p-f80d0c5f.js +0 -1
- package/dist/post-components/p-f91c0e1b.js +0 -1
- package/dist/post-components/p-fa1125d9.js +0 -1
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
const index = require('./index-49177437.js');
|
|
4
|
-
const _package = require('./package-198f981b.js');
|
|
5
|
-
const checkNonEmpty = require('./check-non-empty-eeaa8f77.js');
|
|
6
|
-
|
|
7
|
-
const postTabHeaderCss = ".tab-title[role=tab]{display:inline-block;cursor:pointer;position:relative;box-sizing:border-box;padding:1rem;transition:background-color 100ms;border-right:1px solid rgba(0,0,0,0);border-left:1px solid rgba(0,0,0,0);outline-color:currentColor;opacity:.7;color:var(--post-contrast-color);text-decoration:none;background-color:rgba(0,0,0,0)}.tab-title[role=tab]:focus{background-color:unset;color:var(--post-contrast-color)}.tab-title[role=tab]:hover{opacity:1;background-color:rgba(var(--post-contrast-color-rgb), 0.6);color:var(--post-contrast-color-inverted)}.tab-title[role=tab]:focus-visible{outline:rgba(0,0,0,0);opacity:1;background-color:rgba(var(--post-contrast-color-rgb), 0.6);color:var(--post-contrast-color-inverted);box-shadow:none}.tab-title[role=tab]:focus-visible::after{content:\"\";display:block;position:absolute;top:2px;right:1px;bottom:0;left:1px;box-shadow:0 0 0 1px #fff,0 0 0 2px #333}.tab-title[role=tab].active{z-index:1;border-right-color:#ccc;border-left-color:#ccc;opacity:1;background-color:var(--post-contrast-color-inverted);color:var(--post-contrast-color);font-weight:700}.tab-title[role=tab].active::before{content:\"\";display:block;position:absolute;top:0;right:-1px;left:-1px;height:.25rem;background-color:#fc0}:is(.bg-dark,.bg-black,.bg-primary,.bg-secondary,.bg-success,.bg-error,.bg-nightblue,.bg-nightblue-bright,.bg-petrol,.bg-coral,.bg-olive,.bg-purple,.bg-purple-bright,.bg-aubergine,.bg-aubergine-bright,.alert-primary,post-alert[type=primary],.alert-success,post-alert[type=success],.alert-danger,post-alert[type=danger],.alert-notification,post-alert[type=notification],.alert-error,post-alert[type=error]) .tab-title[role=tab]:hover{background-color:rgba(255,255,255,.2)}:is(.bg-dark,.bg-black,.bg-primary,.bg-secondary,.bg-success,.bg-error,.bg-nightblue,.bg-nightblue-bright,.bg-petrol,.bg-coral,.bg-olive,.bg-purple,.bg-purple-bright,.bg-aubergine,.bg-aubergine-bright,.alert-primary,post-alert[type=primary],.alert-success,post-alert[type=success],.alert-danger,post-alert[type=danger],.alert-notification,post-alert[type=notification],.alert-error,post-alert[type=error]) .tab-title[role=tab]:focus-visible{background-color:rgba(255,255,255,.2)}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.tab-title[role=tab]{opacity:1;border-left-color:Canvas;border-right-color:Canvas;color:LinkText}.tab-title[role=tab]:hover,.tab-title[role=tab]:focus,.tab-title[role=tab]:focus-within,.tab-title[role=tab]:focus-visible{outline:2px solid Highlight;outline-offset:-0.25rem}.tab-title[role=tab].active{border-left-color:ButtonText;border-right-color:ButtonText;color:Highlight}.tab-title[role=tab].active::before{background-color:Highlight}}.bg-yellow .tab-title{background-color:#fc0}.bg-yellow .tab-title.active{background-color:#fc0}.bg-yellow .nav-item{background-color:#fc0}.bg-white .tab-title{background-color:#fff}.bg-white .tab-title.active{background-color:#fff}.bg-white .nav-item{background-color:#fff}.bg-light .tab-title{background-color:#faf9f8}.bg-light .tab-title.active{background-color:#faf9f8}.bg-light .nav-item{background-color:#faf9f8}.bg-gray .tab-title{background-color:#f4f3f1}.bg-gray .tab-title.active{background-color:#f4f3f1}.bg-gray .nav-item{background-color:#f4f3f1}.bg-dark .tab-title{background-color:#333}.bg-dark .tab-title.active{background-color:#333}.bg-dark .nav-item{background-color:#333}.bg-black .tab-title{background-color:#000}.bg-black .tab-title.active{background-color:#000}.bg-black .nav-item{background-color:#000}.bg-primary .tab-title{background-color:#333}.bg-primary .tab-title.active{background-color:#333}.bg-primary .nav-item{background-color:#333}.bg-secondary .tab-title{background-color:#666}.bg-secondary .tab-title.active{background-color:#666}.bg-secondary .nav-item{background-color:#666}.bg-success .tab-title{background-color:#2c871d}.bg-success .tab-title.active{background-color:#2c871d}.bg-success .nav-item{background-color:#2c871d}.bg-warning .tab-title{background-color:#f49e00}.bg-warning .tab-title.active{background-color:#f49e00}.bg-warning .nav-item{background-color:#f49e00}.bg-error .tab-title{background-color:#a51728}.bg-error .tab-title.active{background-color:#a51728}.bg-error .nav-item{background-color:#a51728}.bg-info .tab-title{background-color:#cce4ee}.bg-info .tab-title.active{background-color:#cce4ee}.bg-info .nav-item{background-color:#cce4ee}.bg-success-background .tab-title{background-color:#c0debb}.bg-success-background .tab-title.active{background-color:#c0debb}.bg-success-background .nav-item{background-color:#c0debb}.bg-warning-background .tab-title{background-color:#fce2b2}.bg-warning-background .tab-title.active{background-color:#fce2b2}.bg-warning-background .nav-item{background-color:#fce2b2}.bg-error-background .tab-title{background-color:#ffdade}.bg-error-background .tab-title.active{background-color:#ffdade}.bg-error-background .nav-item{background-color:#ffdade}.bg-nightblue .tab-title{background-color:#004976}.bg-nightblue .tab-title.active{background-color:#004976}.bg-nightblue .nav-item{background-color:#004976}.bg-nightblue-bright .tab-title{background-color:#0076a8}.bg-nightblue-bright .tab-title.active{background-color:#0076a8}.bg-nightblue-bright .nav-item{background-color:#0076a8}.bg-petrol .tab-title{background-color:#006d68}.bg-petrol .tab-title.active{background-color:#006d68}.bg-petrol .nav-item{background-color:#006d68}.bg-petrol-bright .tab-title{background-color:#00968f}.bg-petrol-bright .tab-title.active{background-color:#00968f}.bg-petrol-bright .nav-item{background-color:#00968f}.bg-coral .tab-title{background-color:#9e2a2f}.bg-coral .tab-title.active{background-color:#9e2a2f}.bg-coral .nav-item{background-color:#9e2a2f}.bg-coral-bright .tab-title{background-color:#e03c31}.bg-coral-bright .tab-title.active{background-color:#e03c31}.bg-coral-bright .nav-item{background-color:#e03c31}.bg-olive .tab-title{background-color:#716135}.bg-olive .tab-title.active{background-color:#716135}.bg-olive .nav-item{background-color:#716135}.bg-olive-bright .tab-title{background-color:#aa9d2e}.bg-olive-bright .tab-title.active{background-color:#aa9d2e}.bg-olive-bright .nav-item{background-color:#aa9d2e}.bg-purple .tab-title{background-color:#80276c}.bg-purple .tab-title.active{background-color:#80276c}.bg-purple .nav-item{background-color:#80276c}.bg-purple-bright .tab-title{background-color:#c5299b}.bg-purple-bright .tab-title.active{background-color:#c5299b}.bg-purple-bright .nav-item{background-color:#c5299b}.bg-aubergine .tab-title{background-color:#523178}.bg-aubergine .tab-title.active{background-color:#523178}.bg-aubergine .nav-item{background-color:#523178}.bg-aubergine-bright .tab-title{background-color:#7566a0}.bg-aubergine-bright .tab-title.active{background-color:#7566a0}.bg-aubergine-bright .nav-item{background-color:#7566a0}[class*=bg-] .tab-title.active:focus::after{background-color:rgba(255,255,255,.2)}@supports selector(*:focus-visible){[class*=bg-] .tab-title.active:focus::after{background-color:unset}[class*=bg-] .tab-title.active:focus-visible::after{background-color:rgba(255,255,255,.2)}}/*!\n * Bootstrap Utilities v5.1.3 (https://getbootstrap.com/)\n * Copyright 2011-2021 The Bootstrap Authors\n * Copyright 2011-2021 Twitter, Inc.\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)\n\n * The MIT License (MIT)\n\n * Copyright (c) 2011-2020 Twitter, Inc.\n * Copyright (c) 2011-2020 The Bootstrap Authors\n\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the \"Software\"), to deal\n * in the Software without restriction, including without limitation the rights\n * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n * copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\n * THE SOFTWARE.\n *//*!\n * Copyright 2021 by Swiss Post, Information Technology\n */:host{display:block}.tab-title{padding:0;overflow:visible;border:0;background:none;color:inherit;font:inherit;-webkit-user-select:none;user-select:none;appearance:button}";
|
|
8
|
-
const PostTabHeaderStyle0 = postTabHeaderCss;
|
|
9
|
-
|
|
10
|
-
const PostTabHeader = class {
|
|
11
|
-
constructor(hostRef) {
|
|
12
|
-
index.registerInstance(this, hostRef);
|
|
13
|
-
this.tabId = undefined;
|
|
14
|
-
this.panel = undefined;
|
|
15
|
-
}
|
|
16
|
-
validateFor(newValue) {
|
|
17
|
-
checkNonEmpty.checkNonEmpty(newValue, 'The "panel" prop is required for the post-tab-header.');
|
|
18
|
-
}
|
|
19
|
-
componentWillLoad() {
|
|
20
|
-
this.tabId = `tab-${this.host.id || crypto.randomUUID()}`;
|
|
21
|
-
}
|
|
22
|
-
render() {
|
|
23
|
-
return (index.h(index.Host, { key: 'eb6ac6a67f4cbf571d38f1de1c8d428a9dea5a53', id: this.tabId, role: "tab", "data-version": _package.version, "aria-selected": "false", tabindex: "-1", class: "tab-title" }, index.h("slot", { key: 'd6559dbcc76ecc8d253fcd4a115b4bc4f78fd496' })));
|
|
24
|
-
}
|
|
25
|
-
get host() { return index.getElement(this); }
|
|
26
|
-
static get watchers() { return {
|
|
27
|
-
"panel": ["validateFor"]
|
|
28
|
-
}; }
|
|
29
|
-
};
|
|
30
|
-
PostTabHeader.style = PostTabHeaderStyle0;
|
|
31
|
-
|
|
32
|
-
exports.PostTabHeader = PostTabHeader;
|