@swisspost/design-system-components 1.6.1 → 1.6.3
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/index.cjs.js +26 -0
- package/dist/cjs/index.cjs.js.map +1 -1
- package/dist/cjs/package-4e9ab85c.js +7 -0
- package/dist/cjs/package-4e9ab85c.js.map +1 -0
- package/dist/cjs/post-accordion.cjs.entry.js +1 -1
- package/dist/cjs/post-alert-b46943e0.js +101 -0
- package/dist/cjs/post-alert-b46943e0.js.map +1 -0
- package/dist/cjs/post-alert.cjs.entry.js +7 -94
- package/dist/cjs/post-alert.cjs.entry.js.map +1 -1
- package/dist/cjs/post-collapsible-04364cda.js +93 -0
- package/dist/cjs/post-collapsible-04364cda.js.map +1 -0
- package/dist/cjs/post-collapsible.cjs.entry.js +5 -86
- package/dist/cjs/post-collapsible.cjs.entry.js.map +1 -1
- package/dist/cjs/post-icon-5b36814e.js +105 -0
- package/dist/cjs/post-icon-5b36814e.js.map +1 -0
- package/dist/cjs/post-icon.cjs.entry.js +6 -98
- package/dist/cjs/post-icon.cjs.entry.js.map +1 -1
- package/dist/cjs/post-tab-header-805c0a52.js +33 -0
- package/dist/cjs/post-tab-header-805c0a52.js.map +1 -0
- package/dist/cjs/post-tab-header.cjs.entry.js +5 -26
- package/dist/cjs/post-tab-header.cjs.entry.js.map +1 -1
- package/dist/cjs/post-tab-panel-caa44a77.js +27 -0
- package/dist/cjs/post-tab-panel-caa44a77.js.map +1 -0
- package/dist/cjs/post-tab-panel.cjs.entry.js +4 -20
- package/dist/cjs/post-tab-panel.cjs.entry.js.map +1 -1
- package/dist/cjs/post-tabs-29d4dc70.js +153 -0
- package/dist/cjs/post-tabs-29d4dc70.js.map +1 -0
- package/dist/cjs/post-tabs.cjs.entry.js +5 -146
- package/dist/cjs/post-tabs.cjs.entry.js.map +1 -1
- package/dist/cjs/post-tooltip-32a9c549.js +5167 -0
- package/dist/cjs/post-tooltip-32a9c549.js.map +1 -0
- package/dist/cjs/post-tooltip.cjs.entry.js +5 -5088
- package/dist/cjs/post-tooltip.cjs.entry.js.map +1 -1
- package/dist/collection/collection-manifest.json +3 -3
- package/dist/collection/components/post-alert/post-alert.css +2 -2
- package/dist/collection/components/post-collapsible/post-collapsible.css +1 -1
- package/dist/collection/components/post-collapsible/post-collapsible.js +3 -3
- package/dist/collection/components/post-collapsible/post-collapsible.js.map +1 -1
- package/dist/collection/components/post-tab-header/post-tab-header.css +1 -1
- package/dist/collection/components/post-tabs/post-tabs.css +1 -1
- package/dist/collection/components/post-tooltip/post-tooltip.css +1 -1
- package/dist/collection/components/post-tooltip/post-tooltip.js +1 -1
- package/dist/collection/index.js +8 -1
- package/dist/collection/index.js.map +1 -1
- package/dist/components/index.js +7 -0
- package/dist/components/index.js.map +1 -1
- package/dist/components/package.js +1 -1
- package/dist/components/post-alert.js +1 -134
- package/dist/components/post-alert.js.map +1 -1
- package/dist/components/post-alert2.js +138 -0
- package/dist/components/post-alert2.js.map +1 -0
- package/dist/components/post-collapsible.js +1 -113
- package/dist/components/post-collapsible.js.map +1 -1
- package/dist/components/post-collapsible2.js +117 -0
- package/dist/components/post-collapsible2.js.map +1 -0
- package/dist/components/post-tab-header.js +1 -47
- package/dist/components/post-tab-header.js.map +1 -1
- package/dist/components/post-tab-header2.js +51 -0
- package/dist/components/post-tab-header2.js.map +1 -0
- package/dist/components/post-tab-panel.js +1 -39
- package/dist/components/post-tab-panel.js.map +1 -1
- package/dist/components/post-tab-panel2.js +43 -0
- package/dist/components/post-tab-panel2.js.map +1 -0
- package/dist/components/post-tabs.js +1 -165
- package/dist/components/post-tabs.js.map +1 -1
- package/dist/components/post-tabs2.js +169 -0
- package/dist/components/post-tabs2.js.map +1 -0
- package/dist/components/post-tooltip.js +1 -5113
- package/dist/components/post-tooltip.js.map +1 -1
- package/dist/components/post-tooltip2.js +5189 -0
- package/dist/components/post-tooltip2.js.map +1 -0
- package/dist/docs.json +10 -5
- package/dist/esm/index.js +14 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/package-b9b10dd3.js +5 -0
- package/dist/esm/package-b9b10dd3.js.map +1 -0
- package/dist/esm/post-accordion.entry.js +1 -1
- package/dist/esm/post-alert-e457e249.js +99 -0
- package/dist/esm/post-alert-e457e249.js.map +1 -0
- package/dist/esm/post-alert.entry.js +6 -97
- package/dist/esm/post-alert.entry.js.map +1 -1
- package/dist/esm/post-collapsible-c0a826b2.js +91 -0
- package/dist/esm/post-collapsible-c0a826b2.js.map +1 -0
- package/dist/esm/post-collapsible.entry.js +4 -89
- package/dist/esm/post-collapsible.entry.js.map +1 -1
- package/dist/esm/post-icon-b34da686.js +103 -0
- package/dist/esm/post-icon-b34da686.js.map +1 -0
- package/dist/esm/post-icon.entry.js +5 -101
- package/dist/esm/post-icon.entry.js.map +1 -1
- package/dist/esm/post-tab-header-f0c355d6.js +31 -0
- package/dist/esm/post-tab-header-f0c355d6.js.map +1 -0
- package/dist/esm/post-tab-header.entry.js +4 -29
- package/dist/esm/post-tab-header.entry.js.map +1 -1
- package/dist/esm/post-tab-panel-46f02247.js +25 -0
- package/dist/esm/post-tab-panel-46f02247.js.map +1 -0
- package/dist/esm/post-tab-panel.entry.js +3 -23
- package/dist/esm/post-tab-panel.entry.js.map +1 -1
- package/dist/esm/post-tabs-5dd55290.js +151 -0
- package/dist/esm/post-tabs-5dd55290.js.map +1 -0
- package/dist/esm/post-tabs.entry.js +4 -149
- package/dist/esm/post-tabs.entry.js.map +1 -1
- package/dist/esm/post-tooltip-fa7b4a0a.js +5165 -0
- package/dist/esm/post-tooltip-fa7b4a0a.js.map +1 -0
- package/dist/esm/post-tooltip.entry.js +4 -5091
- package/dist/esm/post-tooltip.entry.js.map +1 -1
- package/dist/post-components/index.esm.js +1 -1
- package/dist/post-components/p-195b8c88.entry.js +2 -0
- package/dist/post-components/p-3225e008.entry.js +2 -0
- package/dist/post-components/p-3225e008.entry.js.map +1 -0
- package/dist/post-components/p-3604be27.js +2 -0
- package/dist/post-components/p-3604be27.js.map +1 -0
- package/dist/post-components/p-61ffffa9.entry.js +2 -0
- package/dist/post-components/p-61ffffa9.entry.js.map +1 -0
- package/dist/post-components/{p-6a0a1ce4.entry.js → p-7b8797c6.entry.js} +2 -2
- package/dist/post-components/p-88262544.js +2 -0
- package/dist/post-components/p-88262544.js.map +1 -0
- package/dist/post-components/p-8b6fe20d.js +2 -0
- package/dist/post-components/{p-10c47e0a.entry.js.map → p-8b6fe20d.js.map} +1 -1
- package/dist/post-components/p-9f71d450.js +2 -0
- package/dist/post-components/p-a7c78dea.entry.js +2 -0
- package/dist/post-components/p-a7c78dea.entry.js.map +1 -0
- package/dist/post-components/p-b2c3ed97.entry.js +2 -0
- package/dist/post-components/p-b2c3ed97.entry.js.map +1 -0
- package/dist/post-components/p-ba9aba3a.entry.js +2 -0
- package/dist/post-components/p-ba9aba3a.entry.js.map +1 -0
- package/dist/post-components/p-bd293ff3.entry.js +2 -0
- package/dist/post-components/p-bd293ff3.entry.js.map +1 -0
- package/dist/post-components/p-ca1e407c.js +2 -0
- package/dist/post-components/{p-871ade93.entry.js.map → p-ca1e407c.js.map} +1 -1
- package/dist/post-components/p-d407b1c3.js +2 -0
- package/dist/post-components/{p-a18e1d1c.entry.js.map → p-d407b1c3.js.map} +1 -1
- package/dist/post-components/p-fd7015ae.js +9 -0
- package/dist/post-components/p-fd7015ae.js.map +1 -0
- package/dist/post-components/p-fffce1d7.js +2 -0
- package/dist/post-components/{p-2755ba2e.entry.js.map → p-fffce1d7.js.map} +1 -1
- package/dist/post-components/post-components.esm.js +1 -1
- package/dist/types/index.d.ts +7 -0
- package/package.json +12 -12
- package/dist/cjs/package-bd70f73c.js +0 -7
- package/dist/cjs/package-bd70f73c.js.map +0 -1
- package/dist/esm/package-f3f12016.js +0 -5
- package/dist/esm/package-f3f12016.js.map +0 -1
- package/dist/post-components/p-08d942a0.entry.js +0 -2
- package/dist/post-components/p-08d942a0.entry.js.map +0 -1
- package/dist/post-components/p-10c47e0a.entry.js +0 -2
- package/dist/post-components/p-2755ba2e.entry.js +0 -2
- package/dist/post-components/p-4aae941f.js +0 -2
- package/dist/post-components/p-7d91397a.entry.js +0 -2
- package/dist/post-components/p-871ade93.entry.js +0 -2
- package/dist/post-components/p-a18e1d1c.entry.js +0 -2
- package/dist/post-components/p-b4b7e30c.entry.js +0 -9
- package/dist/post-components/p-b4b7e30c.entry.js.map +0 -1
- /package/dist/post-components/{p-4aae941f.js.map → p-195b8c88.entry.js.map} +0 -0
- /package/dist/post-components/{p-6a0a1ce4.entry.js.map → p-7b8797c6.entry.js.map} +0 -0
- /package/dist/post-components/{p-7d91397a.entry.js.map → p-9f71d450.js.map} +0 -0
|
@@ -1,93 +1,8 @@
|
|
|
1
|
-
|
|
2
|
-
import
|
|
3
|
-
import
|
|
1
|
+
export { P as post_collapsible } from './post-collapsible-c0a826b2.js';
|
|
2
|
+
import './index-4eff5fc5.js';
|
|
3
|
+
import './package-b9b10dd3.js';
|
|
4
|
+
import './index-35921354.js';
|
|
4
5
|
import './constants-8d548297.js';
|
|
5
6
|
import './check-one-of-74750af9.js';
|
|
6
7
|
|
|
7
|
-
function isMotionReduced() {
|
|
8
|
-
return window.matchMedia('(prefers-reduced-motion: reduce)').matches;
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
const collapseDuration = 350;
|
|
12
|
-
const collapseEasing = 'ease';
|
|
13
|
-
const collapsedKeyframe = { height: '0', overflow: 'hidden' };
|
|
14
|
-
const collapse = (el) => {
|
|
15
|
-
const { height } = window.getComputedStyle(el);
|
|
16
|
-
const expandedKeyframe = { height };
|
|
17
|
-
return el.animate([expandedKeyframe, collapsedKeyframe], { duration: collapseDuration, easing: collapseEasing, fill: 'forwards' });
|
|
18
|
-
};
|
|
19
|
-
const expand = (el) => {
|
|
20
|
-
const expandedKeyframe = { height: `${el.scrollHeight}px` };
|
|
21
|
-
return el.animate([collapsedKeyframe, expandedKeyframe], { duration: collapseDuration, easing: collapseEasing, fill: 'forwards' });
|
|
22
|
-
};
|
|
23
|
-
|
|
24
|
-
const HEADING_LEVELS = [1, 2, 3, 4, 5, 6];
|
|
25
|
-
|
|
26
|
-
const postCollapsibleCss = ".accordion-item{border-block-start:2px solid #e6e6e6}.accordion-header{font-size:1.0625rem;font-weight:700;line-height:1.5;margin:0}@media (min-width: 1024px){.accordion-header{font-size:1.25rem}}.accordion-button{padding:0;overflow:visible;border:0;background:none;color:inherit;font:inherit;-webkit-user-select:none;user-select:none;-webkit-appearance:button;appearance:button;width:100%;position:relative;padding-block:1rem;padding-inline-start:1rem;padding-inline-end:2.5rem;text-align:start}.accordion-button:not(:disabled){cursor:pointer}.accordion-button:disabled{opacity:.4}.accordion-button:focus{outline:none;box-shadow:0 0 0 .125rem rgba(51,51,51,.25)}.accordion-button::after{-webkit-mask-image:url(\"data:image/svg+xml,%3Csvg xml:space='preserve' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='icon'%3E%3Cpath d='m23.6 18.3-.9.9-6.7-6.6-6.6 6.6-.9-.9 7.5-7.6 7.6 7.6z'/%3E%3C/g%3E%3C/svg%3E\");mask-image:url(\"data:image/svg+xml,%3Csvg xml:space='preserve' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='icon'%3E%3Cpath d='m23.6 18.3-.9.9-6.7-6.6-6.6 6.6-.9-.9 7.5-7.6 7.6 7.6z'/%3E%3C/g%3E%3C/svg%3E\");background-color:currentColor;content:\"\";display:block;height:1.5rem;width:1.5rem;position:absolute;inset-inline-end:1rem;inset-block-start:50%;transform:translateY(-50%);transition:transform 250ms cubic-bezier(0.4, 0, 0.2, 1);border:1px solid rgb(var(--post-bg-rgb, 255, 255, 255))}.accordion-button.collapsed::after{transform:translateY(-50%) rotate(-180deg)}.accordion-button>.text-truncate{display:block}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.accordion-button:hover:not(:disabled),.accordion-button:focus-visible:not(:disabled){outline:2px solid Highlight}.accordion-button:disabled{opacity:1 !important}}.accordion-body{padding:.75rem 1rem 2.5rem;border-block-start:2px solid #e6e6e6}.accordion-body h1,.accordion-body .h1{font-size:1.0625rem;margin:2.5rem 0 0;font-weight:700}@media (min-width: 1024px){.accordion-body h1,.accordion-body .h1{font-size:1.25rem}}.accordion-body h2,.accordion-body .h2{font-size:1.0625rem;margin:2.5rem 0 0;font-weight:700}@media (min-width: 1024px){.accordion-body h2,.accordion-body .h2{font-size:1.25rem}}.accordion-body h3,.accordion-body .h3{font-size:1.0625rem;margin:2.5rem 0 0;font-weight:700}@media (min-width: 1024px){.accordion-body h3,.accordion-body .h3{font-size:1.25rem}}.accordion-body h4,.accordion-body .h4{font-size:1.0625rem;margin:2.5rem 0 0;font-weight:700}@media (min-width: 1024px){.accordion-body h4,.accordion-body .h4{font-size:1.25rem}}.accordion-body h5,.accordion-body .h5{font-size:1.0625rem;margin:2.5rem 0 0;font-weight:700}@media (min-width: 1024px){.accordion-body h5,.accordion-body .h5{font-size:1.25rem}}.accordion-body h6,.accordion-body .h6{font-size:1.0625rem;margin:2.5rem 0 0;font-weight:700}@media (min-width: 1024px){.accordion-body h6,.accordion-body .h6{font-size:1.25rem}}.accordion-button>:first-child,.accordion-body>:first-child{margin-block-start:0 !important}.accordion-button>:last-child,.accordion-body>:last-child{margin-block-end:0 !important}:host{display:block}:host .accordion-button>::slotted(.text-truncate){display:block}";
|
|
27
|
-
|
|
28
|
-
const PostCollapsible = class {
|
|
29
|
-
constructor(hostRef) {
|
|
30
|
-
registerInstance(this, hostRef);
|
|
31
|
-
this.collapseChange = createEvent(this, "collapseChange", 7);
|
|
32
|
-
this.isLoaded = false;
|
|
33
|
-
this.id = undefined;
|
|
34
|
-
this.isOpen = true;
|
|
35
|
-
this.hasHeader = undefined;
|
|
36
|
-
this.headingTag = undefined;
|
|
37
|
-
this.collapsed = false;
|
|
38
|
-
this.headingLevel = 2;
|
|
39
|
-
}
|
|
40
|
-
validateCollapsed(newValue = this.collapsed) {
|
|
41
|
-
checkEmptyOrType(newValue, 'boolean', 'The `collapsed` property of the `post-collapsible` must be a boolean.');
|
|
42
|
-
}
|
|
43
|
-
validateHeadingLevel(newValue = this.headingLevel) {
|
|
44
|
-
checkEmptyOrOneOf(newValue, HEADING_LEVELS, 'The `headingLevel` property of the `post-collapsible` must be a number between 1 and 6.');
|
|
45
|
-
}
|
|
46
|
-
connectedCallback() {
|
|
47
|
-
this.validateCollapsed();
|
|
48
|
-
this.validateHeadingLevel();
|
|
49
|
-
}
|
|
50
|
-
componentWillRender() {
|
|
51
|
-
var _a;
|
|
52
|
-
this.id = this.host.id || `c${crypto.randomUUID()}`;
|
|
53
|
-
this.hasHeader = this.host.querySelectorAll('[slot="header"]').length > 0;
|
|
54
|
-
this.headingTag = `h${(_a = this.headingLevel) !== null && _a !== void 0 ? _a : 2}`;
|
|
55
|
-
}
|
|
56
|
-
componentDidLoad() {
|
|
57
|
-
if (this.collapsed)
|
|
58
|
-
void this.toggle(false);
|
|
59
|
-
this.isLoaded = true;
|
|
60
|
-
}
|
|
61
|
-
/**
|
|
62
|
-
* Triggers the collapse programmatically.
|
|
63
|
-
*
|
|
64
|
-
* If there is a collapsing transition running already, it will be reversed.
|
|
65
|
-
*/
|
|
66
|
-
async toggle(open = !this.isOpen) {
|
|
67
|
-
if (open === this.isOpen)
|
|
68
|
-
return open;
|
|
69
|
-
this.isOpen = !this.isOpen;
|
|
70
|
-
if (this.isLoaded)
|
|
71
|
-
this.collapseChange.emit();
|
|
72
|
-
const animation = open ? expand(this.collapsible) : collapse(this.collapsible);
|
|
73
|
-
if (!this.isLoaded || isMotionReduced())
|
|
74
|
-
animation.finish();
|
|
75
|
-
await animation.finished;
|
|
76
|
-
animation.commitStyles();
|
|
77
|
-
return this.isOpen;
|
|
78
|
-
}
|
|
79
|
-
render() {
|
|
80
|
-
const collapse = (h("div", { "aria-labelledby": this.hasHeader ? `${this.id}--header` : undefined, class: `collapse${this.hasHeader ? ' accordion-collapse' : ''}`, id: `${this.id}--collapse`, ref: el => this.collapsible = el }, this.hasHeader ? (h("div", { class: "accordion-body" }, h("slot", null))) : (h("slot", null))));
|
|
81
|
-
return (h(Host, { id: this.id, "data-version": version }, this.hasHeader ? (h("div", { class: "accordion-item" }, h(this.headingTag, { class: "accordion-header", id: `${this.id}--header` }, h("button", { "aria-controls": `${this.id}--collapse`, "aria-expanded": `${this.isOpen}`, class: `accordion-button${this.isOpen ? '' : ' collapsed'}`, onClick: () => this.toggle(), type: "button" }, h("slot", { name: "header" }))), collapse)) : collapse));
|
|
82
|
-
}
|
|
83
|
-
get host() { return getElement(this); }
|
|
84
|
-
static get watchers() { return {
|
|
85
|
-
"collapsed": ["validateCollapsed"],
|
|
86
|
-
"headingLevel": ["validateHeadingLevel"]
|
|
87
|
-
}; }
|
|
88
|
-
};
|
|
89
|
-
PostCollapsible.style = postCollapsibleCss;
|
|
90
|
-
|
|
91
|
-
export { PostCollapsible as post_collapsible };
|
|
92
|
-
|
|
93
8
|
//# sourceMappingURL=post-collapsible.entry.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"file":"post-collapsible.entry.js","mappings":"
|
|
1
|
+
{"file":"post-collapsible.entry.js","mappings":";;;;;","names":[],"sources":[],"sourcesContent":[],"version":3}
|
|
@@ -0,0 +1,103 @@
|
|
|
1
|
+
import { r as registerInstance, h, H as Host, g as getElement } from './index-4eff5fc5.js';
|
|
2
|
+
import { b as checkEmptyOrOneOf, d as checkEmptyOrType, c as checkType } from './index-35921354.js';
|
|
3
|
+
import { v as version } from './package-b9b10dd3.js';
|
|
4
|
+
import { c as checkNonEmpty } from './check-non-empty-09c39561.js';
|
|
5
|
+
|
|
6
|
+
const postIconCss = ":host{display:inline-block;width:1em;vertical-align:-0.15em}svg{display:block;width:100%;height:100%;fill:currentColor;background-color:currentColor;-webkit-mask-position:center center;mask-position:center center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100%;mask-size:100%}:host([flip-h]:not([flip-h=false])){scale:-1 1}:host([flip-v]:not([flip-v=false])){scale:1 -1}:host([flip-h][flip-v]:not([flip-h=false],[flip-v=false])){scale:-1}:host([animation]){transform-origin:center}:host([animation=cylon]){animation:icon-animation-cylon .75s ease-in-out infinite alternate}:host([animation=cylon-vertical]){animation:icon-animation-cylon-vertical .75s ease-in-out infinite alternate}:host([animation=spin]){animation:icon-animation-spin 2s linear infinite normal}:host([animation=spin-reverse]){animation:icon-animation-spin 2s linear infinite reverse}:host([animation=fade]){animation:icon-animation-fade .75s ease-in-out infinite alternate}:host([animation=throb]){animation:icon-animation-throb .75s ease-in-out infinite alternate}@keyframes icon-animation-cylon{from{transform:translateX(-25%)}to{transform:translateX(25%)}}@keyframes icon-animation-cylon-vertical{from{transform:translateY(25%)}to{transform:translateY(-25%)}}@keyframes icon-animation-fade{from{opacity:.1}to{opacity:1}}@keyframes icon-animation-spin{from{transform:rotate(0deg)}to{transform:rotate(359deg)}}@keyframes icon-animation-throb{from{opacity:.5;transform:scale(0.5)}to{opacity:1;transform:scale(1)}}";
|
|
7
|
+
|
|
8
|
+
const CDN_URL = 'https://unpkg.com/@swisspost/design-system-icons/public/post-icons';
|
|
9
|
+
const ANIMATION_NAMES = [
|
|
10
|
+
'cylon',
|
|
11
|
+
'cylon-vertical',
|
|
12
|
+
'spin',
|
|
13
|
+
'spin-reverse',
|
|
14
|
+
'fade',
|
|
15
|
+
'throb',
|
|
16
|
+
];
|
|
17
|
+
const ANIMATION_KEYS = [...ANIMATION_NAMES];
|
|
18
|
+
const PostIcon = class {
|
|
19
|
+
constructor(hostRef) {
|
|
20
|
+
registerInstance(this, hostRef);
|
|
21
|
+
this.svgStyles = undefined;
|
|
22
|
+
this.svgOutput = undefined;
|
|
23
|
+
this.animation = null;
|
|
24
|
+
this.base = null;
|
|
25
|
+
this.flipH = false;
|
|
26
|
+
this.flipV = false;
|
|
27
|
+
this.name = undefined;
|
|
28
|
+
this.rotate = null;
|
|
29
|
+
this.scale = null;
|
|
30
|
+
}
|
|
31
|
+
validateAnimation(newValue = this.animation) {
|
|
32
|
+
if (newValue !== undefined)
|
|
33
|
+
checkEmptyOrOneOf(newValue, ANIMATION_KEYS, `The post-icon "animation" prop requires one of the following values: ${ANIMATION_KEYS.join(', ')}.`);
|
|
34
|
+
}
|
|
35
|
+
validateBase(newValue = this.base) {
|
|
36
|
+
checkEmptyOrType(newValue, 'string', 'The post-icon "base" prop should be a string.');
|
|
37
|
+
}
|
|
38
|
+
validateFlipH(newValue = this.flipH) {
|
|
39
|
+
checkEmptyOrType(newValue, 'boolean', 'The post-icon "flipH" prop should be a boolean.');
|
|
40
|
+
}
|
|
41
|
+
validateFlipV(newValue = this.flipV) {
|
|
42
|
+
checkEmptyOrType(newValue, 'boolean', 'The post-icon "flipV" prop should be a boolean.');
|
|
43
|
+
}
|
|
44
|
+
validateName(newValue = this.name) {
|
|
45
|
+
checkNonEmpty(newValue, 'The post-icon "name" prop is required!.');
|
|
46
|
+
checkType(newValue, 'string', 'The post-icon "name" prop should be a string.');
|
|
47
|
+
}
|
|
48
|
+
validateRotate(newValue = this.rotate) {
|
|
49
|
+
checkEmptyOrType(newValue, 'number', 'The post-icon "rotate" prop should be a number.');
|
|
50
|
+
}
|
|
51
|
+
validateScale(newValue = this.scale) {
|
|
52
|
+
checkEmptyOrType(newValue, 'number', 'The post-icon "scale" prop should be a number.');
|
|
53
|
+
}
|
|
54
|
+
componentWillLoad() {
|
|
55
|
+
this.validateBase();
|
|
56
|
+
this.validateName();
|
|
57
|
+
this.validateFlipH();
|
|
58
|
+
this.validateFlipV();
|
|
59
|
+
this.validateScale();
|
|
60
|
+
this.validateRotate();
|
|
61
|
+
this.validateAnimation();
|
|
62
|
+
}
|
|
63
|
+
componentWillRender() {
|
|
64
|
+
this.setPath();
|
|
65
|
+
}
|
|
66
|
+
setPath() {
|
|
67
|
+
var _a, _b, _c, _d;
|
|
68
|
+
// Construct icon path from different possible sources
|
|
69
|
+
const metaBase = (_b = (_a = document.head
|
|
70
|
+
.querySelector('meta[name="design-system-settings"][data-post-icon-base]')) === null || _a === void 0 ? void 0 : _a.getAttribute('data-post-icon-base')) !== null && _b !== void 0 ? _b : null;
|
|
71
|
+
const fileBase = `${(_d = (_c = this.base) !== null && _c !== void 0 ? _c : metaBase) !== null && _d !== void 0 ? _d : CDN_URL}/`.replace(/\/\/$/, '/');
|
|
72
|
+
const fileName = `${this.name}.svg#icon`;
|
|
73
|
+
const filePath = `${fileBase}${fileName}`;
|
|
74
|
+
this.path = new URL(filePath, window.location.origin).toString();
|
|
75
|
+
}
|
|
76
|
+
render() {
|
|
77
|
+
// create inline styles for some properties
|
|
78
|
+
const svgStyles = Object.entries({
|
|
79
|
+
'-webkit-mask-image': `url('${this.path}')`,
|
|
80
|
+
'mask-image': `url('${this.path}')`,
|
|
81
|
+
'scale': this.scale && !isNaN(Number(this.scale)) ? `${this.scale}` : null,
|
|
82
|
+
'rotate': this.rotate && !isNaN(Number(this.rotate)) ? `${this.rotate}deg` : null,
|
|
83
|
+
})
|
|
84
|
+
.filter(([_key, value]) => value !== null)
|
|
85
|
+
.reduce((styles, [key, value]) => Object.assign(styles, { [key]: value }), {});
|
|
86
|
+
return (h(Host, { "data-version": version }, h("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", style: svgStyles })));
|
|
87
|
+
}
|
|
88
|
+
get host() { return getElement(this); }
|
|
89
|
+
static get watchers() { return {
|
|
90
|
+
"animation": ["validateAnimation"],
|
|
91
|
+
"base": ["validateBase"],
|
|
92
|
+
"flipH": ["validateFlipH"],
|
|
93
|
+
"flipV": ["validateFlipV"],
|
|
94
|
+
"name": ["validateName"],
|
|
95
|
+
"rotate": ["validateRotate"],
|
|
96
|
+
"scale": ["validateScale"]
|
|
97
|
+
}; }
|
|
98
|
+
};
|
|
99
|
+
PostIcon.style = postIconCss;
|
|
100
|
+
|
|
101
|
+
export { PostIcon as P };
|
|
102
|
+
|
|
103
|
+
//# sourceMappingURL=post-icon-b34da686.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"file":"post-icon-b34da686.js","mappings":"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","names":[],"sources":["src/components/post-icon/post-icon.scss?tag=post-icon&encapsulation=shadow","src/components/post-icon/post-icon.tsx"],"sourcesContent":["@use 'sass:map';\n\n$post-icon-animations: (\n 'cylon': icon-animation-cylon 0.75s ease-in-out infinite alternate,\n 'cylon-vertical': icon-animation-cylon-vertical 0.75s ease-in-out infinite alternate,\n 'spin': icon-animation-spin 2s linear infinite normal,\n 'spin-reverse': icon-animation-spin 2s linear infinite reverse,\n 'fade': icon-animation-fade 0.75s ease-in-out infinite alternate,\n 'throb': icon-animation-throb 0.75s ease-in-out infinite alternate,\n);\n\n:host {\n display: inline-block;\n width: 1em;\n vertical-align: -0.15em;\n}\n\nsvg {\n display: block;\n width: 100%;\n height: 100%;\n fill: currentColor;\n background-color: currentColor;\n -webkit-mask-position: center center;\n mask-position: center center;\n -webkit-mask-repeat: no-repeat;\n mask-repeat: no-repeat;\n -webkit-mask-size: 100%;\n mask-size: 100%;\n}\n\n// flip\n\n:host([flip-h]:not([flip-h='false'])) {\n scale: -1 1;\n}\n\n:host([flip-v]:not([flip-v='false'])) {\n scale: 1 -1;\n}\n\n:host([flip-h][flip-v]:not([flip-h='false'], [flip-v='false'])) {\n scale: -1;\n}\n\n// scale\n// done with inline styling\n\n// rotate\n// done with inline styling\n\n// animation\n\n:host([animation]) {\n transform-origin: center;\n}\n\n@each $key, $value in $post-icon-animations {\n :host([animation='#{$key}']) {\n animation: $value;\n }\n}\n\n@keyframes icon-animation-cylon {\n from {\n transform: translateX(-25%);\n }\n to {\n transform: translateX(25%);\n }\n}\n\n@keyframes icon-animation-cylon-vertical {\n from {\n transform: translateY(25%);\n }\n to {\n transform: translateY(-25%);\n }\n}\n\n@keyframes icon-animation-fade {\n from {\n opacity: 0.1;\n }\n to {\n opacity: 1;\n }\n}\n\n@keyframes icon-animation-spin {\n from {\n transform: rotate(0deg);\n }\n to {\n transform: rotate(359deg);\n }\n}\n\n@keyframes icon-animation-throb {\n from {\n opacity: 0.5;\n transform: scale(0.5);\n }\n to {\n opacity: 1;\n transform: scale(1);\n }\n}\n","import { Component, Element, Host, h, Prop, State, Watch } from '@stencil/core';\nimport { checkNonEmpty, checkType, checkEmptyOrType, checkEmptyOrOneOf } from '../../utils';\nimport { version } from '../../../package.json';\n\nconst CDN_URL = 'https://unpkg.com/@swisspost/design-system-icons/public/post-icons';\nconst ANIMATION_NAMES = [\n 'cylon',\n 'cylon-vertical',\n 'spin',\n 'spin-reverse',\n 'fade',\n 'throb',\n] as const;\nconst ANIMATION_KEYS = [...ANIMATION_NAMES];\n\ntype Animation = (typeof ANIMATION_NAMES)[number];\n\n/**\n * @class PostIcon - representing a stencil component\n */\n@Component({\n tag: 'post-icon',\n styleUrl: 'post-icon.scss',\n shadow: true,\n})\nexport class PostIcon {\n private path: string;\n\n @Element() host: HTMLPostIconElement;\n\n @State() svgStyles: string;\n @State() svgOutput: string;\n\n /**\n * The name of the animation.\n */\n @Prop() readonly animation?: Animation | null = null;\n\n @Watch('animation')\n validateAnimation(newValue = this.animation) {\n if (newValue !== undefined)\n checkEmptyOrOneOf(\n newValue,\n ANIMATION_KEYS,\n `The post-icon \"animation\" prop requires one of the following values: ${ANIMATION_KEYS.join(\n ', ',\n )}.`,\n );\n }\n\n /**\n * The base path, where the icons are located (must be a public url).<br/>Leave this field empty to use the default cdn url.\n */\n @Prop() readonly base?: string | null = null;\n\n @Watch('base')\n validateBase(newValue = this.base) {\n checkEmptyOrType(newValue, 'string', 'The post-icon \"base\" prop should be a string.');\n }\n\n /**\n * When set to `true`, the icon will be flipped horizontally.\n */\n @Prop() readonly flipH?: boolean = false;\n\n @Watch('flipH')\n validateFlipH(newValue = this.flipH) {\n checkEmptyOrType(newValue, 'boolean', 'The post-icon \"flipH\" prop should be a boolean.');\n }\n\n /**\n * When set to `true`, the icon will be flipped vertically.\n */\n @Prop() readonly flipV?: boolean = false;\n\n @Watch('flipV')\n validateFlipV(newValue = this.flipV) {\n checkEmptyOrType(newValue, 'boolean', 'The post-icon \"flipV\" prop should be a boolean.');\n }\n\n /**\n * The name/id of the icon (e.g. 1000, 1001, ...).\n */\n @Prop() readonly name!: string;\n\n @Watch('name')\n validateName(newValue = this.name) {\n checkNonEmpty(newValue, 'The post-icon \"name\" prop is required!.');\n checkType(newValue, 'string', 'The post-icon \"name\" prop should be a string.');\n }\n\n /**\n * The number of degree for the css rotate transformation.\n */\n @Prop() readonly rotate?: number | null = null;\n\n @Watch('rotate')\n validateRotate(newValue = this.rotate) {\n checkEmptyOrType(newValue, 'number', 'The post-icon \"rotate\" prop should be a number.');\n }\n\n /**\n * The number for the css scale transformation.\n */\n @Prop() readonly scale?: number | null = null;\n\n @Watch('scale')\n validateScale(newValue = this.scale) {\n checkEmptyOrType(newValue, 'number', 'The post-icon \"scale\" prop should be a number.');\n }\n\n componentWillLoad() {\n this.validateBase();\n this.validateName();\n this.validateFlipH();\n this.validateFlipV();\n this.validateScale();\n this.validateRotate();\n this.validateAnimation();\n }\n\n componentWillRender() {\n this.setPath();\n }\n\n private setPath() {\n // Construct icon path from different possible sources\n const metaBase =\n document.head\n .querySelector('meta[name=\"design-system-settings\"][data-post-icon-base]')\n ?.getAttribute('data-post-icon-base') ?? null;\n\n const fileBase = `${this.base ?? metaBase ?? CDN_URL}/`.replace(/\\/\\/$/, '/');\n const fileName = `${this.name}.svg#icon`;\n const filePath = `${fileBase}${fileName}`;\n\n this.path = new URL(filePath, window.location.origin).toString();\n }\n\n render() {\n // create inline styles for some properties\n const svgStyles = Object.entries({\n '-webkit-mask-image': `url('${this.path}')`,\n 'mask-image': `url('${this.path}')`,\n 'scale': this.scale && !isNaN(Number(this.scale)) ? `${this.scale}` : null,\n 'rotate': this.rotate && !isNaN(Number(this.rotate)) ? `${this.rotate}deg` : null,\n })\n .filter(([_key, value]) => value !== null)\n .reduce((styles, [key, value]) => Object.assign(styles, { [key]: value }), {});\n\n return (\n <Host data-version={version}>\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\" style={svgStyles}>\n </svg>\n </Host>\n );\n }\n}\n"],"version":3}
|
|
@@ -1,105 +1,9 @@
|
|
|
1
|
-
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
import { c as checkNonEmpty } from './check-non-empty-09c39561.js';
|
|
1
|
+
export { P as post_icon } from './post-icon-b34da686.js';
|
|
2
|
+
import './index-4eff5fc5.js';
|
|
3
|
+
import './index-35921354.js';
|
|
5
4
|
import './constants-8d548297.js';
|
|
6
5
|
import './check-one-of-74750af9.js';
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
const CDN_URL = 'https://unpkg.com/@swisspost/design-system-icons/public/post-icons';
|
|
11
|
-
const ANIMATION_NAMES = [
|
|
12
|
-
'cylon',
|
|
13
|
-
'cylon-vertical',
|
|
14
|
-
'spin',
|
|
15
|
-
'spin-reverse',
|
|
16
|
-
'fade',
|
|
17
|
-
'throb',
|
|
18
|
-
];
|
|
19
|
-
const ANIMATION_KEYS = [...ANIMATION_NAMES];
|
|
20
|
-
const PostIcon = class {
|
|
21
|
-
constructor(hostRef) {
|
|
22
|
-
registerInstance(this, hostRef);
|
|
23
|
-
this.svgStyles = undefined;
|
|
24
|
-
this.svgOutput = undefined;
|
|
25
|
-
this.animation = null;
|
|
26
|
-
this.base = null;
|
|
27
|
-
this.flipH = false;
|
|
28
|
-
this.flipV = false;
|
|
29
|
-
this.name = undefined;
|
|
30
|
-
this.rotate = null;
|
|
31
|
-
this.scale = null;
|
|
32
|
-
}
|
|
33
|
-
validateAnimation(newValue = this.animation) {
|
|
34
|
-
if (newValue !== undefined)
|
|
35
|
-
checkEmptyOrOneOf(newValue, ANIMATION_KEYS, `The post-icon "animation" prop requires one of the following values: ${ANIMATION_KEYS.join(', ')}.`);
|
|
36
|
-
}
|
|
37
|
-
validateBase(newValue = this.base) {
|
|
38
|
-
checkEmptyOrType(newValue, 'string', 'The post-icon "base" prop should be a string.');
|
|
39
|
-
}
|
|
40
|
-
validateFlipH(newValue = this.flipH) {
|
|
41
|
-
checkEmptyOrType(newValue, 'boolean', 'The post-icon "flipH" prop should be a boolean.');
|
|
42
|
-
}
|
|
43
|
-
validateFlipV(newValue = this.flipV) {
|
|
44
|
-
checkEmptyOrType(newValue, 'boolean', 'The post-icon "flipV" prop should be a boolean.');
|
|
45
|
-
}
|
|
46
|
-
validateName(newValue = this.name) {
|
|
47
|
-
checkNonEmpty(newValue, 'The post-icon "name" prop is required!.');
|
|
48
|
-
checkType(newValue, 'string', 'The post-icon "name" prop should be a string.');
|
|
49
|
-
}
|
|
50
|
-
validateRotate(newValue = this.rotate) {
|
|
51
|
-
checkEmptyOrType(newValue, 'number', 'The post-icon "rotate" prop should be a number.');
|
|
52
|
-
}
|
|
53
|
-
validateScale(newValue = this.scale) {
|
|
54
|
-
checkEmptyOrType(newValue, 'number', 'The post-icon "scale" prop should be a number.');
|
|
55
|
-
}
|
|
56
|
-
componentWillLoad() {
|
|
57
|
-
this.validateBase();
|
|
58
|
-
this.validateName();
|
|
59
|
-
this.validateFlipH();
|
|
60
|
-
this.validateFlipV();
|
|
61
|
-
this.validateScale();
|
|
62
|
-
this.validateRotate();
|
|
63
|
-
this.validateAnimation();
|
|
64
|
-
}
|
|
65
|
-
componentWillRender() {
|
|
66
|
-
this.setPath();
|
|
67
|
-
}
|
|
68
|
-
setPath() {
|
|
69
|
-
var _a, _b, _c, _d;
|
|
70
|
-
// Construct icon path from different possible sources
|
|
71
|
-
const metaBase = (_b = (_a = document.head
|
|
72
|
-
.querySelector('meta[name="design-system-settings"][data-post-icon-base]')) === null || _a === void 0 ? void 0 : _a.getAttribute('data-post-icon-base')) !== null && _b !== void 0 ? _b : null;
|
|
73
|
-
const fileBase = `${(_d = (_c = this.base) !== null && _c !== void 0 ? _c : metaBase) !== null && _d !== void 0 ? _d : CDN_URL}/`.replace(/\/\/$/, '/');
|
|
74
|
-
const fileName = `${this.name}.svg#icon`;
|
|
75
|
-
const filePath = `${fileBase}${fileName}`;
|
|
76
|
-
this.path = new URL(filePath, window.location.origin).toString();
|
|
77
|
-
}
|
|
78
|
-
render() {
|
|
79
|
-
// create inline styles for some properties
|
|
80
|
-
const svgStyles = Object.entries({
|
|
81
|
-
'-webkit-mask-image': `url('${this.path}')`,
|
|
82
|
-
'mask-image': `url('${this.path}')`,
|
|
83
|
-
'scale': this.scale && !isNaN(Number(this.scale)) ? `${this.scale}` : null,
|
|
84
|
-
'rotate': this.rotate && !isNaN(Number(this.rotate)) ? `${this.rotate}deg` : null,
|
|
85
|
-
})
|
|
86
|
-
.filter(([_key, value]) => value !== null)
|
|
87
|
-
.reduce((styles, [key, value]) => Object.assign(styles, { [key]: value }), {});
|
|
88
|
-
return (h(Host, { "data-version": version }, h("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", style: svgStyles })));
|
|
89
|
-
}
|
|
90
|
-
get host() { return getElement(this); }
|
|
91
|
-
static get watchers() { return {
|
|
92
|
-
"animation": ["validateAnimation"],
|
|
93
|
-
"base": ["validateBase"],
|
|
94
|
-
"flipH": ["validateFlipH"],
|
|
95
|
-
"flipV": ["validateFlipV"],
|
|
96
|
-
"name": ["validateName"],
|
|
97
|
-
"rotate": ["validateRotate"],
|
|
98
|
-
"scale": ["validateScale"]
|
|
99
|
-
}; }
|
|
100
|
-
};
|
|
101
|
-
PostIcon.style = postIconCss;
|
|
102
|
-
|
|
103
|
-
export { PostIcon as post_icon };
|
|
6
|
+
import './package-b9b10dd3.js';
|
|
7
|
+
import './check-non-empty-09c39561.js';
|
|
104
8
|
|
|
105
9
|
//# sourceMappingURL=post-icon.entry.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"file":"post-icon.entry.js","mappings":"
|
|
1
|
+
{"file":"post-icon.entry.js","mappings":";;;;;;","names":[],"sources":[],"sourcesContent":[],"version":3}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { r as registerInstance, h, H as Host, g as getElement } from './index-4eff5fc5.js';
|
|
2
|
+
import { v as version } from './package-b9b10dd3.js';
|
|
3
|
+
import { c as checkNonEmpty } from './check-non-empty-09c39561.js';
|
|
4
|
+
|
|
5
|
+
const postTabHeaderCss = ".tab-title[role=tab]{display:inline-block;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}.tab-title[role=tab]:focus{background-color:unset;color:var(--post-contrast-color)}.tab-title[role=tab]:hover{opacity:1;background-color:#fff;color:var(--post-contrast-color)}.tab-title[role=tab]:focus-visible{outline:rgba(0,0,0,0);opacity:1;background-color:#fff;color:var(--post-contrast-color);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:#fff;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-primary,.bg-black,.bg-danger,.bg-nightblue,.bg-nightblue-bright,.bg-petrol,.bg-coral,.bg-olive,.bg-purple,.bg-purple-bright,.bg-aubergine,.bg-aubergine-bright,.bg-error-red) .tab-title[role=tab]:hover{background-color:rgba(255,255,255,.2)}:is(.bg-dark,.bg-primary,.bg-black,.bg-danger,.bg-nightblue,.bg-nightblue-bright,.bg-petrol,.bg-coral,.bg-olive,.bg-purple,.bg-purple-bright,.bg-aubergine,.bg-aubergine-bright,.bg-error-red) .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-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-primary .tab-title{background-color:#333}.bg-primary .tab-title.active{background-color:#333}.bg-primary .nav-item{background-color:#333}.bg-white .tab-title{background-color:#fff}.bg-white .tab-title.active{background-color:#fff}.bg-white .nav-item{background-color:#fff}.bg-black .tab-title{background-color:#000}.bg-black .tab-title.active{background-color:#000}.bg-black .nav-item{background-color:#000}.bg-info .tab-title{background-color:#cce4ee}.bg-info .tab-title.active{background-color:#cce4ee}.bg-info .nav-item{background-color:#cce4ee}.bg-success .tab-title{background-color:#2c911c}.bg-success .tab-title.active{background-color:#2c911c}.bg-success .nav-item{background-color:#2c911c}.bg-warning .tab-title{background-color:#f49e00}.bg-warning .tab-title.active{background-color:#f49e00}.bg-warning .nav-item{background-color:#f49e00}.bg-danger .tab-title{background-color:#a51728}.bg-danger .tab-title.active{background-color:#a51728}.bg-danger .nav-item{background-color:#a51728}.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}.bg-success-green .tab-title{background-color:#2c871d}.bg-success-green .tab-title.active{background-color:#2c871d}.bg-success-green .nav-item{background-color:#2c871d}.bg-error-red .tab-title{background-color:#a51728}.bg-error-red .tab-title.active{background-color:#a51728}.bg-error-red .nav-item{background-color:#a51728}.bg-warning-orange .tab-title{background-color:#f49e00}.bg-warning-orange .tab-title.active{background-color:#f49e00}.bg-warning-orange .nav-item{background-color:#f49e00}.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-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-warning-background .tab-title{background-color:#fce2b2}.bg-warning-background .tab-title.active{background-color:#fce2b2}.bg-warning-background .nav-item{background-color:#fce2b2}[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 * 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;-webkit-appearance:button;appearance:button}";
|
|
6
|
+
|
|
7
|
+
const PostTabHeader = class {
|
|
8
|
+
constructor(hostRef) {
|
|
9
|
+
registerInstance(this, hostRef);
|
|
10
|
+
this.tabId = undefined;
|
|
11
|
+
this.panel = undefined;
|
|
12
|
+
}
|
|
13
|
+
validateFor(newValue) {
|
|
14
|
+
checkNonEmpty(newValue, 'The "panel" prop is required for the post-tab-header.');
|
|
15
|
+
}
|
|
16
|
+
componentWillLoad() {
|
|
17
|
+
this.tabId = `tab-${this.host.id || crypto.randomUUID()}`;
|
|
18
|
+
}
|
|
19
|
+
render() {
|
|
20
|
+
return (h(Host, { "data-version": version }, h("button", { "aria-selected": "false", class: "tab-title", id: this.tabId, role: "tab", tabindex: "-1", type: "button" }, h("slot", null))));
|
|
21
|
+
}
|
|
22
|
+
get host() { return getElement(this); }
|
|
23
|
+
static get watchers() { return {
|
|
24
|
+
"panel": ["validateFor"]
|
|
25
|
+
}; }
|
|
26
|
+
};
|
|
27
|
+
PostTabHeader.style = postTabHeaderCss;
|
|
28
|
+
|
|
29
|
+
export { PostTabHeader as P };
|
|
30
|
+
|
|
31
|
+
//# sourceMappingURL=post-tab-header-f0c355d6.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"file":"post-tab-header-f0c355d6.js","mappings":";;;;AAAA,MAAM,gBAAgB,GAAG,4gOAA4gO;;MCSxhO,aAAa;;;;;;EAWxB,WAAW,CAAC,QAAyC;IACnD,aAAa,CAAC,QAAQ,EAAE,uDAAuD,CAAC,CAAC;GAClF;EAED,iBAAiB;IACf,IAAI,CAAC,KAAK,GAAG,OAAO,IAAI,CAAC,IAAI,CAAC,EAAE,IAAI,MAAM,CAAC,UAAU,EAAE,EAAE,CAAC;GAC3D;EAED,MAAM;IACJ,QACE,EAAC,IAAI,oBAAe,OAAO,IACzB,+BAAsB,OAAO,EAAC,KAAK,EAAC,WAAW,EAAC,EAAE,EAAE,IAAI,CAAC,KAAK,EAAE,IAAI,EAAC,KAAK,EAAC,QAAQ,EAAC,IAAI,EAAC,IAAI,EAAC,QAAQ,IACpG,eAAQ,CACD,CACJ,EACP;GACH;;;;;;;;;;","names":[],"sources":["src/components/post-tab-header/post-tab-header.scss?tag=post-tab-header&encapsulation=shadow","src/components/post-tab-header/post-tab-header.tsx"],"sourcesContent":["@use '@swisspost/design-system-styles/components/tabs/tab-title';\n@use '@swisspost/design-system-styles/core' as post;\n\n:host {\n display: block;\n}\n\n.tab-title {\n @include post.reset-button;\n}\n","import { Component, Element, h, Host, Prop, State, Watch } from '@stencil/core';\nimport { version } from '../../../package.json';\nimport { checkNonEmpty } from '../../utils';\n\n@Component({\n tag: 'post-tab-header',\n styleUrl: 'post-tab-header.scss',\n shadow: true,\n})\nexport class PostTabHeader {\n @Element() host: HTMLPostTabHeaderElement;\n\n @State() tabId: string;\n\n /**\n * The name of the panel controlled by the tab header.\n */\n @Prop() readonly panel: HTMLPostTabPanelElement['name'];\n\n @Watch('panel')\n validateFor(newValue: HTMLPostTabPanelElement['name']) {\n checkNonEmpty(newValue, 'The \"panel\" prop is required for the post-tab-header.');\n }\n\n componentWillLoad() {\n this.tabId = `tab-${this.host.id || crypto.randomUUID()}`;\n }\n\n render() {\n return (\n <Host data-version={version}>\n <button aria-selected=\"false\" class=\"tab-title\" id={this.tabId} role=\"tab\" tabindex=\"-1\" type=\"button\">\n <slot />\n </button>\n </Host>\n );\n }\n}\n"],"version":3}
|
|
@@ -1,32 +1,7 @@
|
|
|
1
|
-
|
|
2
|
-
import
|
|
3
|
-
import
|
|
1
|
+
export { P as post_tab_header } from './post-tab-header-f0c355d6.js';
|
|
2
|
+
import './index-4eff5fc5.js';
|
|
3
|
+
import './package-b9b10dd3.js';
|
|
4
|
+
import './check-non-empty-09c39561.js';
|
|
4
5
|
import './constants-8d548297.js';
|
|
5
6
|
|
|
6
|
-
const postTabHeaderCss = ".tab-title[role=tab]{display:inline-block;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}.tab-title[role=tab]:focus{background-color:unset;color:var(--post-contrast-color)}.tab-title[role=tab]:hover{opacity:1;background-color:#fff;color:var(--post-contrast-color)}.tab-title[role=tab]:focus-visible{outline:rgba(0,0,0,0);opacity:1;background-color:#fff;color:var(--post-contrast-color);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:#fff;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-primary,.bg-black,.bg-danger,.bg-nightblue,.bg-nightblue-bright,.bg-petrol,.bg-coral,.bg-olive,.bg-purple,.bg-purple-bright,.bg-aubergine,.bg-aubergine-bright) .tab-title[role=tab]:hover{background-color:rgba(255,255,255,.2)}:is(.bg-dark,.bg-primary,.bg-black,.bg-danger,.bg-nightblue,.bg-nightblue-bright,.bg-petrol,.bg-coral,.bg-olive,.bg-purple,.bg-purple-bright,.bg-aubergine,.bg-aubergine-bright) .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-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-primary .tab-title{background-color:#333}.bg-primary .tab-title.active{background-color:#333}.bg-primary .nav-item{background-color:#333}.bg-white .tab-title{background-color:#fff}.bg-white .tab-title.active{background-color:#fff}.bg-white .nav-item{background-color:#fff}.bg-black .tab-title{background-color:#000}.bg-black .tab-title.active{background-color:#000}.bg-black .nav-item{background-color:#000}.bg-success .tab-title{background-color:#2c911c}.bg-success .tab-title.active{background-color:#2c911c}.bg-success .nav-item{background-color:#2c911c}.bg-info .tab-title{background-color:#cce4ee}.bg-info .tab-title.active{background-color:#cce4ee}.bg-info .nav-item{background-color:#cce4ee}.bg-warning .tab-title{background-color:#f49e00}.bg-warning .tab-title.active{background-color:#f49e00}.bg-warning .nav-item{background-color:#f49e00}.bg-danger .tab-title{background-color:#a51728}.bg-danger .tab-title.active{background-color:#a51728}.bg-danger .nav-item{background-color:#a51728}.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 * 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;-webkit-appearance:button;appearance:button}";
|
|
7
|
-
|
|
8
|
-
const PostTabHeader = class {
|
|
9
|
-
constructor(hostRef) {
|
|
10
|
-
registerInstance(this, hostRef);
|
|
11
|
-
this.tabId = undefined;
|
|
12
|
-
this.panel = undefined;
|
|
13
|
-
}
|
|
14
|
-
validateFor(newValue) {
|
|
15
|
-
checkNonEmpty(newValue, 'The "panel" prop is required for the post-tab-header.');
|
|
16
|
-
}
|
|
17
|
-
componentWillLoad() {
|
|
18
|
-
this.tabId = `tab-${this.host.id || crypto.randomUUID()}`;
|
|
19
|
-
}
|
|
20
|
-
render() {
|
|
21
|
-
return (h(Host, { "data-version": version }, h("button", { "aria-selected": "false", class: "tab-title", id: this.tabId, role: "tab", tabindex: "-1", type: "button" }, h("slot", null))));
|
|
22
|
-
}
|
|
23
|
-
get host() { return getElement(this); }
|
|
24
|
-
static get watchers() { return {
|
|
25
|
-
"panel": ["validateFor"]
|
|
26
|
-
}; }
|
|
27
|
-
};
|
|
28
|
-
PostTabHeader.style = postTabHeaderCss;
|
|
29
|
-
|
|
30
|
-
export { PostTabHeader as post_tab_header };
|
|
31
|
-
|
|
32
7
|
//# sourceMappingURL=post-tab-header.entry.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"file":"post-tab-header.entry.js","mappings":"
|
|
1
|
+
{"file":"post-tab-header.entry.js","mappings":";;;;","names":[],"sources":[],"sourcesContent":[],"version":3}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { r as registerInstance, h, H as Host, g as getElement } from './index-4eff5fc5.js';
|
|
2
|
+
import { v as version } from './package-b9b10dd3.js';
|
|
3
|
+
|
|
4
|
+
const postTabPanelCss = ":host{display:none}";
|
|
5
|
+
|
|
6
|
+
const PostTabPanel = class {
|
|
7
|
+
constructor(hostRef) {
|
|
8
|
+
registerInstance(this, hostRef);
|
|
9
|
+
this.panelId = undefined;
|
|
10
|
+
this.name = undefined;
|
|
11
|
+
}
|
|
12
|
+
componentWillLoad() {
|
|
13
|
+
// get the id set on the host element or use a random id by default
|
|
14
|
+
this.panelId = `panel-${this.host.id || crypto.randomUUID()}`;
|
|
15
|
+
}
|
|
16
|
+
render() {
|
|
17
|
+
return (h(Host, { "data-version": version }, h("div", { class: "tab-pane", id: this.panelId, role: "tabpanel" }, h("slot", null))));
|
|
18
|
+
}
|
|
19
|
+
get host() { return getElement(this); }
|
|
20
|
+
};
|
|
21
|
+
PostTabPanel.style = postTabPanelCss;
|
|
22
|
+
|
|
23
|
+
export { PostTabPanel as P };
|
|
24
|
+
|
|
25
|
+
//# sourceMappingURL=post-tab-panel-46f02247.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"file":"post-tab-panel-46f02247.js","mappings":";;;AAAA,MAAM,eAAe,GAAG,qBAAqB;;MCQhC,YAAY;;;;;;EAUvB,iBAAiB;;IAEf,IAAI,CAAC,OAAO,GAAG,SAAS,IAAI,CAAC,IAAI,CAAC,EAAE,IAAI,MAAM,CAAC,UAAU,EAAE,EAAE,CAAC;GAC/D;EAED,MAAM;IACJ,QACE,EAAC,IAAI,oBAAe,OAAO,IACzB,WACE,KAAK,EAAC,UAAU,EAChB,EAAE,EAAE,IAAI,CAAC,OAAO,EAChB,IAAI,EAAC,UAAU,IAEf,eAAO,CACH,CACD,EACP;GACH;;;;;;;","names":[],"sources":["src/components/post-tab-panel/post-tab-panel.scss?tag=post-tab-panel&encapsulation=shadow","src/components/post-tab-panel/post-tab-panel.tsx"],"sourcesContent":[":host {\n display: none;\n}\n","import { Component, Element, h, Host, Prop, State } from '@stencil/core';\nimport { version } from '../../../package.json';\n\n@Component({\n tag: 'post-tab-panel',\n styleUrl: 'post-tab-panel.scss',\n shadow: true,\n})\nexport class PostTabPanel {\n @Element() host: HTMLPostTabPanelElement;\n\n @State() panelId: string;\n\n /**\n * The name of the panel, used to associate it with a tab header.\n */\n @Prop() readonly name: string;\n\n componentWillLoad() {\n // get the id set on the host element or use a random id by default\n this.panelId = `panel-${this.host.id || crypto.randomUUID()}`;\n }\n\n render() {\n return (\n <Host data-version={version}>\n <div\n class=\"tab-pane\"\n id={this.panelId}\n role=\"tabpanel\"\n >\n <slot/>\n </div>\n </Host>\n );\n }\n}\n"],"version":3}
|
|
@@ -1,25 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
import
|
|
3
|
-
|
|
4
|
-
const postTabPanelCss = ":host{display:none}";
|
|
5
|
-
|
|
6
|
-
const PostTabPanel = class {
|
|
7
|
-
constructor(hostRef) {
|
|
8
|
-
registerInstance(this, hostRef);
|
|
9
|
-
this.panelId = undefined;
|
|
10
|
-
this.name = undefined;
|
|
11
|
-
}
|
|
12
|
-
componentWillLoad() {
|
|
13
|
-
// get the id set on the host element or use a random id by default
|
|
14
|
-
this.panelId = `panel-${this.host.id || crypto.randomUUID()}`;
|
|
15
|
-
}
|
|
16
|
-
render() {
|
|
17
|
-
return (h(Host, { "data-version": version }, h("div", { class: "tab-pane", id: this.panelId, role: "tabpanel" }, h("slot", null))));
|
|
18
|
-
}
|
|
19
|
-
get host() { return getElement(this); }
|
|
20
|
-
};
|
|
21
|
-
PostTabPanel.style = postTabPanelCss;
|
|
22
|
-
|
|
23
|
-
export { PostTabPanel as post_tab_panel };
|
|
1
|
+
export { P as post_tab_panel } from './post-tab-panel-46f02247.js';
|
|
2
|
+
import './index-4eff5fc5.js';
|
|
3
|
+
import './package-b9b10dd3.js';
|
|
24
4
|
|
|
25
5
|
//# sourceMappingURL=post-tab-panel.entry.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"file":"post-tab-panel.entry.js","mappings":"
|
|
1
|
+
{"file":"post-tab-panel.entry.js","mappings":";;","names":[],"sources":[],"sourcesContent":[],"version":3}
|