@proximus/lavender 2.0.0-alpha.81 → 2.0.0-alpha.83
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/lavender.cjs.js +1 -1
- package/dist/lavender.es.js +19 -59
- package/dist/lavender.umd.js +1 -1
- package/package.json +1 -1
package/dist/lavender.es.js
CHANGED
|
@@ -2395,57 +2395,57 @@ const subgridRowsValues = [
|
|
|
2395
2395
|
"11",
|
|
2396
2396
|
"12"
|
|
2397
2397
|
];
|
|
2398
|
-
const attributeBreakpointCSSSelector$
|
|
2398
|
+
const attributeBreakpointCSSSelector$3 = (attributeName, attributeValue, device) => `:host([${attributeName}${device ? `--${device}` : ""}='${attributeValue}']) .container`;
|
|
2399
2399
|
const paddingPrefix$1 = "px-padding";
|
|
2400
2400
|
const containerBreakpoints = [
|
|
2401
2401
|
cssTokenBreakpoints(
|
|
2402
2402
|
"padding",
|
|
2403
|
-
attributeBreakpointCSSSelector$
|
|
2403
|
+
attributeBreakpointCSSSelector$3,
|
|
2404
2404
|
paddingValues,
|
|
2405
2405
|
paddingPrefix$1,
|
|
2406
2406
|
"--container-padding"
|
|
2407
2407
|
),
|
|
2408
2408
|
cssTokenBreakpoints(
|
|
2409
2409
|
"padding-inline",
|
|
2410
|
-
attributeBreakpointCSSSelector$
|
|
2410
|
+
attributeBreakpointCSSSelector$3,
|
|
2411
2411
|
paddingValues,
|
|
2412
2412
|
paddingPrefix$1
|
|
2413
2413
|
),
|
|
2414
2414
|
cssTokenBreakpoints(
|
|
2415
2415
|
"padding-block",
|
|
2416
|
-
attributeBreakpointCSSSelector$
|
|
2416
|
+
attributeBreakpointCSSSelector$3,
|
|
2417
2417
|
paddingValues,
|
|
2418
2418
|
paddingPrefix$1
|
|
2419
2419
|
),
|
|
2420
2420
|
cssTokenBreakpoints(
|
|
2421
2421
|
"padding-top",
|
|
2422
|
-
attributeBreakpointCSSSelector$
|
|
2422
|
+
attributeBreakpointCSSSelector$3,
|
|
2423
2423
|
paddingValues,
|
|
2424
2424
|
paddingPrefix$1
|
|
2425
2425
|
),
|
|
2426
2426
|
cssTokenBreakpoints(
|
|
2427
2427
|
"padding-right",
|
|
2428
|
-
attributeBreakpointCSSSelector$
|
|
2428
|
+
attributeBreakpointCSSSelector$3,
|
|
2429
2429
|
paddingValues,
|
|
2430
2430
|
paddingPrefix$1,
|
|
2431
2431
|
"--container-padding-right"
|
|
2432
2432
|
),
|
|
2433
2433
|
cssTokenBreakpoints(
|
|
2434
2434
|
"padding-bottom",
|
|
2435
|
-
attributeBreakpointCSSSelector$
|
|
2435
|
+
attributeBreakpointCSSSelector$3,
|
|
2436
2436
|
paddingValues,
|
|
2437
2437
|
paddingPrefix$1
|
|
2438
2438
|
),
|
|
2439
2439
|
cssTokenBreakpoints(
|
|
2440
2440
|
"padding-left",
|
|
2441
|
-
attributeBreakpointCSSSelector$
|
|
2441
|
+
attributeBreakpointCSSSelector$3,
|
|
2442
2442
|
paddingValues,
|
|
2443
2443
|
paddingPrefix$1,
|
|
2444
2444
|
"--container-padding-left"
|
|
2445
2445
|
),
|
|
2446
2446
|
cssTokenBreakpoints(
|
|
2447
2447
|
"gap",
|
|
2448
|
-
attributeBreakpointCSSSelector$
|
|
2448
|
+
attributeBreakpointCSSSelector$3,
|
|
2449
2449
|
gapValues,
|
|
2450
2450
|
"px-spacing",
|
|
2451
2451
|
void 0,
|
|
@@ -3539,11 +3539,11 @@ const contentAlignmentValues = [
|
|
|
3539
3539
|
"stretch"
|
|
3540
3540
|
];
|
|
3541
3541
|
const itemsAlignmentValues = ["", "start", "end", "center", "stretch"];
|
|
3542
|
-
const attributeBreakpointCSSSelector$
|
|
3542
|
+
const attributeBreakpointCSSSelector$2 = (attributeName, attributeValue, device) => `:host([${attributeName}${device ? `--${device}` : ""}='${attributeValue}']) .grid`;
|
|
3543
3543
|
const gapPrefix$1 = "px-spacing";
|
|
3544
3544
|
const gapCssTokenBreakpoints = cssTokenBreakpoints(
|
|
3545
3545
|
"gap",
|
|
3546
|
-
attributeBreakpointCSSSelector$
|
|
3546
|
+
attributeBreakpointCSSSelector$2,
|
|
3547
3547
|
gapValues,
|
|
3548
3548
|
gapPrefix$1,
|
|
3549
3549
|
"--grid-gap"
|
|
@@ -4868,7 +4868,7 @@ const cardBackgroundColorValues = [
|
|
|
4868
4868
|
const cardPaddingValues = ["", "s", "m", "l"];
|
|
4869
4869
|
const cardMediaLeftSizeValues = ["", "s", "m"];
|
|
4870
4870
|
const cardMediaPositionValues = ["", "top", "left", "background"];
|
|
4871
|
-
const attributeBreakpointCSSSelector$
|
|
4871
|
+
const attributeBreakpointCSSSelector$1 = (attributeName, attributeValue, device) => `:host([${attributeName}${device ? `--${device}` : ""}='${attributeValue}']) .card__content`;
|
|
4872
4872
|
const paddingPrefix = "px-padding";
|
|
4873
4873
|
const _Card = class _Card extends VerticallyExtendedElement {
|
|
4874
4874
|
constructor() {
|
|
@@ -4876,7 +4876,7 @@ const _Card = class _Card extends VerticallyExtendedElement {
|
|
|
4876
4876
|
styleSheet$B,
|
|
4877
4877
|
cssTokenBreakpoints(
|
|
4878
4878
|
"padding",
|
|
4879
|
-
attributeBreakpointCSSSelector$
|
|
4879
|
+
attributeBreakpointCSSSelector$1,
|
|
4880
4880
|
cardPaddingValues,
|
|
4881
4881
|
paddingPrefix,
|
|
4882
4882
|
"--card__content-padding"
|
|
@@ -5237,8 +5237,8 @@ let Card = _Card;
|
|
|
5237
5237
|
if (!customElements.get("px-card")) {
|
|
5238
5238
|
customElements.define("px-card", Card);
|
|
5239
5239
|
}
|
|
5240
|
-
const styles$G =
|
|
5241
|
-
const itemStyles = "::slotted(*){border-radius:var(--px-radius-main);height:100%}.carousel-item{height:100%}:host{scroll-snap-align:start;align-items:center;justify-content:center;
|
|
5240
|
+
const styles$G = ':host{display:block;--px-carousel-visible-items: 1;--px-carousel-gap-default: var(--px-spacing-default-desktop)}:host *{box-sizing:border-box}:host([visible-items="1"]){--px-carousel-visible-items: 1}:host([visible-items="2"]){--px-carousel-visible-items: 2}:host([visible-items="3"]){--px-carousel-visible-items: 3}:host([visible-items="4"]){--px-carousel-visible-items: 4}:host([visible-items="5"]){--px-carousel-visible-items: 5}:host([visible-items="6"]){--px-carousel-visible-items: 6}:host([visible-items="7"]){--px-carousel-visible-items: 7}:host([visible-items="8"]){--px-carousel-visible-items: 8}:host([visible-items="9"]){--px-carousel-visible-items: 9}:host([visible-items--mobile="1"]){--px-carousel-visible-items--mobile: 1}:host([visible-items--mobile="2"]){--px-carousel-visible-items--mobile: 2}:host([visible-items--mobile="3"]){--px-carousel-visible-items--mobile: 3}:host([visible-items--mobile="4"]){--px-carousel-visible-items--mobile: 4}:host([visible-items--mobile="5"]){--px-carousel-visible-items--mobile: 5}:host([visible-items--mobile="6"]){--px-carousel-visible-items--mobile: 6}:host([visible-items--mobile="7"]){--px-carousel-visible-items--mobile: 7}:host([visible-items--mobile="8"]){--px-carousel-visible-items--mobile: 8}:host([visible-items--mobile="9"]){--px-carousel-visible-items--mobile: 9}:host([visible-items--tablet="1"]){--px-carousel-visible-items--tablet: 1}:host([visible-items--tablet="2"]){--px-carousel-visible-items--tablet: 2}:host([visible-items--tablet="3"]){--px-carousel-visible-items--tablet: 3}:host([visible-items--tablet="4"]){--px-carousel-visible-items--tablet: 4}:host([visible-items--tablet="5"]){--px-carousel-visible-items--tablet: 5}:host([visible-items--tablet="6"]){--px-carousel-visible-items--tablet: 6}:host([visible-items--tablet="7"]){--px-carousel-visible-items--tablet: 7}:host([visible-items--tablet="8"]){--px-carousel-visible-items--tablet: 8}:host([visible-items--tablet="9"]){--px-carousel-visible-items--tablet: 9}:host([visible-items--laptop="1"]){--px-carousel-visible-items--laptop: 1}:host([visible-items--laptop="2"]){--px-carousel-visible-items--laptop: 2}:host([visible-items--laptop="3"]){--px-carousel-visible-items--laptop: 3}:host([visible-items--laptop="4"]){--px-carousel-visible-items--laptop: 4}:host([visible-items--laptop="5"]){--px-carousel-visible-items--laptop: 5}:host([visible-items--laptop="6"]){--px-carousel-visible-items--laptop: 6}:host([visible-items--laptop="7"]){--px-carousel-visible-items--laptop: 7}:host([visible-items--laptop="8"]){--px-carousel-visible-items--laptop: 8}:host([visible-items--laptop="9"]){--px-carousel-visible-items--laptop: 9}:host([visible-items--desktop="1"]){--px-carousel-visible-items--desktop: 1}:host([visible-items--desktop="2"]){--px-carousel-visible-items--desktop: 2}:host([visible-items--desktop="3"]){--px-carousel-visible-items--desktop: 3}:host([visible-items--desktop="4"]){--px-carousel-visible-items--desktop: 4}:host([visible-items--desktop="5"]){--px-carousel-visible-items--desktop: 5}:host([visible-items--desktop="6"]){--px-carousel-visible-items--desktop: 6}:host([visible-items--desktop="7"]){--px-carousel-visible-items--desktop: 7}:host([visible-items--desktop="8"]){--px-carousel-visible-items--desktop: 8}:host([visible-items--desktop="9"]){--px-carousel-visible-items--desktop: 9}:host([gap="default"]){--px-carousel-gap-default: var(--px-spacing-default-desktop)}:host([gap="s"]){--px-carousel-gap-default: var(--px-spacing-s-desktop)}:host([gap="xs"]){--px-carousel-gap-default: var(--px-spacing-xs-desktop)}:host([gap="2xs"]){--px-carousel-gap-default: var(--px-spacing-2xs-desktop)}:host([gap="l"]){--px-carousel-gap-default: var(--px-spacing-l-desktop)}:host([gap="none"]){--px-carousel-gap-default: 0}:host([gap--mobile="default"]){--px-carousel-gap-default--mobile: var(--px-spacing-default-mobile)}:host([gap--mobile="s"]){--px-carousel-gap-default--mobile: var(--px-spacing-s-mobile)}:host([gap--mobile="xs"]){--px-carousel-gap-default--mobile: var(--px-spacing-xs-mobile)}:host([gap--mobile="2xs"]){--px-carousel-gap-default--mobile: var(--px-spacing-2xs-mobile)}:host([gap--mobile="l"]){--px-carousel-gap-default--mobile: var(--px-spacing-l-mobile)}:host([gap--mobile="none"]){--px-carousel-gap-default--mobile: 0}:host([gap--tablet="default"]){--px-carousel-gap-default--tablet: var(--px-spacing-default-tablet)}:host([gap--tablet="s"]){--px-carousel-gap-default--tablet: var(--px-spacing-s-tablet)}:host([gap--tablet="xs"]){--px-carousel-gap-default--tablet: var(--px-spacing-xs-tablet)}:host([gap--tablet="2xs"]){--px-carousel-gap-default--tablet: var(--px-spacing-2xs-tablet)}:host([gap--tablet="l"]){--px-carousel-gap-default--tablet: var(--px-spacing-l-tablet)}:host([gap--tablet="none"]){--px-carousel-gap-default--tablet: 0}:host([gap--laptop="default"]){--px-carousel-gap-default--laptop: var(--px-spacing-default-laptop)}:host([gap--laptop="s"]){--px-carousel-gap-default--laptop: var(--px-spacing-s-laptop)}:host([gap--laptop="xs"]){--px-carousel-gap-default--laptop: var(--px-spacing-xs-laptop)}:host([gap--laptop="2xs"]){--px-carousel-gap-default--laptop: var(--px-spacing-2xs-laptop)}:host([gap--laptop="l"]){--px-carousel-gap-default--laptop: var(--px-spacing-l-laptop)}:host([gap--laptop="none"]){--px-carousel-gap-default--laptop: 0}:host([gap--desktop="default"]){--px-carousel-gap-default--desktop: var(--px-spacing-default-desktop)}:host([gap--desktop="s"]){--px-carousel-gap-default--desktop: var(--px-spacing-s-desktop)}:host([gap--desktop="xs"]){--px-carousel-gap-default--desktop: var(--px-spacing-xs-desktop)}:host([gap--desktop="2xs"]){--px-carousel-gap-default--desktop: var(--px-spacing-2xs-desktop)}:host([gap--desktop="l"]){--px-carousel-gap-default--desktop: var(--px-spacing-l-desktop)}:host([gap--desktop="none"]){--px-carousel-gap-default--desktop: 0}.carousel{overflow:hidden;display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;gap:var(--px-carousel-gap-default--desktop, var(--px-carousel-gap-default))}@media only screen and (max-width: 48em){.carousel{gap:var(--px-carousel-gap-default--mobile, var(--px-carousel-gap-default))}}@media only screen and (min-width: 48.0625em) and (max-width: 64em){.carousel{gap:var(--px-carousel-gap-default--tablet, var(--px-carousel-gap-default))}}@media only screen and (min-width: 64.0625em) and (max-width: 90em){.carousel{gap:var(--px-carousel-gap-default--laptop, var(--px-carousel-gap-default))}}#appleseed-container{margin-inline:var(--px-spacing-s-mobile)}@media only screen and (max-width: 48em){#button-icons{display:none}}.carousel::-webkit-scrollbar{display:none}';
|
|
5241
|
+
const itemStyles = "::slotted(*){border-radius:var(--px-radius-main);height:100%}.carousel-item{height:100%}:host{scroll-snap-align:start;align-items:center;justify-content:center;border-radius:var(--px-radius-main);background:#fff;overflow:hidden;--visible-items: var(--px-carousel-visible-items--desktop, var(--px-carousel-visible-items, 1));--spacing: var(--px-carousel-gap-default--desktop, var(--px-carousel-gap-default, var(--px-spacing-s-desktop)));min-width:calc((100% - max(var(--visible-items),2) * var(--spacing)) / var(--visible-items) - 64px / max(var(--visible-items),2))}@media only screen and (max-width: 48em){:host{--visible-items: var(--px-carousel-visible-items--mobile, var(--px-carousel-visible-items, 1));--spacing: var(--px-carousel-gap-default--mobile, var(--px-carousel-gap-default, var(--px-spacing-s-mobile)))}}@media only screen and (min-width: 48.0625em) and (max-width: 64em){:host{--visible-items: var(--px-carousel-visible-items--tablet, var(--px-carousel-visible-items, 1));--spacing: var(--px-carousel-gap-default--tablet, var(--px-carousel-gap-default, var(--px-spacing-s-desktop)))}}@media only screen and (min-width: 64.0625em) and (max-width: 90em){:host{--visible-items: var(--px-carousel-visible-items--laptop, var(--px-carousel-visible-items, 1));--spacing: var(--px-carousel-gap-default--laptop, var(--px-carousel-gap-default, var(--px-spacing-s-desktop)))}}@media screen and (max-width: 48em){:host{scroll-snap-align:center;flex:1 0 var( --px-carousel-min-width-mobile, var(--px-carousel-min-width-all-mobile) )!important}}@media screen and (min-width: 48em) and (max-width: 64em){:host{flex:1 0 var( --px-carousel-min-width-tablet, var(--px-carousel-min-width-all-tablet) )!important}}";
|
|
5242
5242
|
const styles$F = ":host{--px-appleseed-size-l: 14px;--px-appleseed-size-m: 10px;--px-appleseed-size-s: 6px;--px-appleseed-size-xs: 4px}.container{display:flex}.container:has(#seed-0.appleseed-6-plus[active]) :nth-child(4)>div,.container:has(#seed-1.appleseed-6-plus[active]) :nth-child(4)>div{width:var(--px-appleseed-size-s);height:var(--px-appleseed-size-s)}.container:has(#seed-0.appleseed-6-plus[active]) :nth-child(5)>div,.container:has(#seed-1.appleseed-6-plus[active]) :nth-child(5)>div{width:var(--px-appleseed-size-xs);height:var(--px-appleseed-size-xs)}.container:has(#seed-2.appleseed-6-plus[active]) :nth-child(2)>div,.container:has(#seed-2.appleseed-6-plus[active]) :nth-child(4)>div{width:var(--px-appleseed-size-s);height:var(--px-appleseed-size-s)}.container:has(#seed-2.appleseed-6-plus[active]) :nth-child(1)>div,.container:has(#seed-2.appleseed-6-plus[active]) :nth-child(5)>div{width:var(--px-appleseed-size-xs);height:var(--px-appleseed-size-xs)}.container:has(#seed-3.appleseed-6-plus[active]) :nth-child(1)>div{width:var(--px-appleseed-size-xs);height:var(--px-appleseed-size-xs)}.container:has(#seed-3.appleseed-6-plus[active]) :nth-child(2)>div{width:var(--px-appleseed-size-s);height:var(--px-appleseed-size-s)}.container:has(#seed-3.appleseed-6-plus[active]) :nth-child(5)>div{width:var(--px-appleseed-size-xs);height:var(--px-appleseed-size-xs)}.container:has(#seed-4.appleseed-6-plus[active]) :nth-child(1)>div{width:var(--px-appleseed-size-xs);height:var(--px-appleseed-size-xs)}.container:has(#seed-4.appleseed-6-plus[active]) :nth-child(2)>div{width:var(--px-appleseed-size-s);height:var(--px-appleseed-size-s)}.appleseed{width:var(--px-size-icon-m);height:var(--px-size-icon-m);display:flex;justify-content:center;align-items:center}@media only screen and (max-width: 47.938em){.appleseed{width:var(--px-size-icon-s);height:var(--px-size-icon-s)}}.appleseed-6-plus>div,.appleseed-6-minus>div{box-shadow:inset 0 0 0 var(--px-size-border-s) var(--px-color-border-brand-default);border-radius:var(--px-radius-main);height:var(--px-appleseed-size-m);width:var(--px-appleseed-size-m)}.appleseed-6-plus[active]>div,.appleseed-6-minus[active]>div{width:var(--px-appleseed-size-l);height:var(--px-appleseed-size-l);background-color:var(--px-color-icon-brand-default)}";
|
|
5243
5243
|
const styleSheet$A = new CSSStyleSheet();
|
|
5244
5244
|
styleSheet$A.replaceSync(styles$F);
|
|
@@ -5486,19 +5486,10 @@ function throttle(func, wait, options) {
|
|
|
5486
5486
|
const styleSheet$z = new CSSStyleSheet();
|
|
5487
5487
|
styleSheet$z.replaceSync(styles$G);
|
|
5488
5488
|
const CAROUSEL_ITEM_CONNECTED_EVENT = "px-carousel-item-connected";
|
|
5489
|
-
const attributeBreakpointCSSSelector$1 = (attributeName, attributeValue, device) => `:host([${attributeName}${device ? `--${device}` : ""}='${attributeValue}']) .carousel`;
|
|
5490
|
-
const prefix = "px-spacing";
|
|
5491
|
-
const visibleItemCalcFunction = (spacingToken) => (numberOfItems, device) => `calc(((100% - ${Math.max(parseInt(numberOfItems), 2)} * ( var(--px-spacing-${spacingToken}-${device}))) / ${numberOfItems}) - ( 64px / ${Math.max(parseInt(numberOfItems), 2)}))`;
|
|
5492
5489
|
class Carousel extends HTMLElement {
|
|
5493
5490
|
constructor() {
|
|
5494
5491
|
super();
|
|
5495
5492
|
__privateAdd(this, _Carousel_instances);
|
|
5496
|
-
this.visibleItemsAttributeDelegate = new AttributeBreakpointHandlerDelegate(
|
|
5497
|
-
this,
|
|
5498
|
-
"visible-items",
|
|
5499
|
-
visibleItemCalcFunction("s"),
|
|
5500
|
-
"--px-carousel-min-width"
|
|
5501
|
-
);
|
|
5502
5493
|
this.template = `<px-vstack gap="default">
|
|
5503
5494
|
<div class="carousel">
|
|
5504
5495
|
<slot></slot>
|
|
@@ -5550,42 +5541,9 @@ class Carousel extends HTMLElement {
|
|
|
5550
5541
|
};
|
|
5551
5542
|
this.attachShadow({ mode: "open" });
|
|
5552
5543
|
this.shadowRoot.innerHTML = this.template;
|
|
5553
|
-
this.shadowRoot.adoptedStyleSheets = [
|
|
5554
|
-
styleSheet$z,
|
|
5555
|
-
cssTokenBreakpoints(
|
|
5556
|
-
"gap",
|
|
5557
|
-
attributeBreakpointCSSSelector$1,
|
|
5558
|
-
gapValues,
|
|
5559
|
-
prefix
|
|
5560
|
-
)
|
|
5561
|
-
];
|
|
5562
|
-
}
|
|
5563
|
-
static get observedAttributes() {
|
|
5564
|
-
return ["visible-items"];
|
|
5565
|
-
}
|
|
5566
|
-
attributeChangedCallback(attrName, oldValue, newValue) {
|
|
5567
|
-
if (oldValue !== newValue) {
|
|
5568
|
-
switch (attrName) {
|
|
5569
|
-
case "gap":
|
|
5570
|
-
case "gap--mobile":
|
|
5571
|
-
case "gap--tablet":
|
|
5572
|
-
case "gap--desktop":
|
|
5573
|
-
this.visibleItemsAttributeDelegate.attributeValue = visibleItemCalcFunction(newValue);
|
|
5574
|
-
break;
|
|
5575
|
-
default:
|
|
5576
|
-
this.visibleItemsAttributeDelegate.attributeChangedCallback(
|
|
5577
|
-
attrName,
|
|
5578
|
-
oldValue,
|
|
5579
|
-
newValue
|
|
5580
|
-
);
|
|
5581
|
-
}
|
|
5582
|
-
}
|
|
5544
|
+
this.shadowRoot.adoptedStyleSheets = [styleSheet$z];
|
|
5583
5545
|
}
|
|
5584
5546
|
connectedCallback() {
|
|
5585
|
-
this.visibleItemsAttributeDelegate.init("1");
|
|
5586
|
-
this.visibleItemsAttributeDelegate.attributeValue = visibleItemCalcFunction(
|
|
5587
|
-
this.getAttribute("gap") || "s"
|
|
5588
|
-
);
|
|
5589
5547
|
this.addEventListener(CAROUSEL_ITEM_CONNECTED_EVENT, () => {
|
|
5590
5548
|
__privateMethod(this, _Carousel_instances, syncItems_fn).call(this);
|
|
5591
5549
|
});
|
|
@@ -5669,7 +5627,7 @@ class CarouselItem extends HTMLElement {
|
|
|
5669
5627
|
</div>`;
|
|
5670
5628
|
this.attachShadow({ mode: "open" });
|
|
5671
5629
|
this.shadowRoot.innerHTML = this.template;
|
|
5672
|
-
this.shadowRoot.adoptedStyleSheets = [
|
|
5630
|
+
this.shadowRoot.adoptedStyleSheets = [itemStyleSheet];
|
|
5673
5631
|
}
|
|
5674
5632
|
connectedCallback() {
|
|
5675
5633
|
this.dispatchEvent(
|
|
@@ -14237,6 +14195,7 @@ class SelectableBoxCheckbox extends WithExtraAttributes {
|
|
|
14237
14195
|
this.internals.role = "checkbox";
|
|
14238
14196
|
}
|
|
14239
14197
|
this.tabIndex = 0;
|
|
14198
|
+
this.ariaChecked = "false";
|
|
14240
14199
|
this.toggleFooterVisibility();
|
|
14241
14200
|
this.$slotFooter.addEventListener(
|
|
14242
14201
|
"slotchange",
|
|
@@ -14507,6 +14466,7 @@ class SelectableBoxRadio extends WithExtraAttributes {
|
|
|
14507
14466
|
this.internals.role = "radio";
|
|
14508
14467
|
}
|
|
14509
14468
|
this.tabIndex = ((_a = this.parentElement) == null ? void 0 : _a.querySelector("px-selectable-box-radio")) === this ? 0 : -1;
|
|
14469
|
+
this.ariaChecked = "false";
|
|
14510
14470
|
this.toggleFooterVisibility();
|
|
14511
14471
|
this.$slotFooter.addEventListener(
|
|
14512
14472
|
"slotchange",
|