@proximus/lavender-common 1.4.2-beta.1 → 1.4.3-alpha.2

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/common.d.ts CHANGED
@@ -1,5 +1,16 @@
1
1
  export declare function getSupportedPropertyNames(htmlElementName: string): string[];
2
2
  export declare function getSupportedAttributeNames(htmlElementName: string): string[];
3
+ declare global {
4
+ interface Window {
5
+ isComponentDebug?: () => boolean;
6
+ }
7
+ }
8
+ export declare function isComponentDebug(): boolean;
9
+ /**
10
+ * Logs an error message to the console if the global debug flag is set.
11
+ * Usage: log('message')
12
+ */
13
+ export declare function log(message: string): void;
3
14
  export declare class WithExtraAttributes extends HTMLElement {
4
15
  static get observedAttributes(): string[];
5
16
  constructor(...adoptedStylesheets: CSSStyleSheet[]);
package/dist/index.es.js CHANGED
@@ -1,17 +1,26 @@
1
- const d = ":host([grow]){flex-grow:var(--grow-value)}:host([shrink]){flex-shrink:var(--shrink-value)}:host([basis]){flex-basis:var(--basis-value)}:host([align-self]){align-self:var(--align-self-value)}:host([col-span]){grid-column:span var(--col-span-value) / span var(--col-span-value)}:host([justify-self]){justify-self:var(--justify-value)}:host([order]),::slotted([order]){order:var(--order-value)}:host([hidden]),::slotted([hidden]){display:none}:host([shown--sr]),::slotted(*[shown--sr]){clip:rect(0 0 0 0);clip-path:inset(50%);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px}@media screen and (max-width: 767px){:host([hidden--mobile]),::slotted([hidden--mobile]){display:none}:host([grow--mobile]){flex-grow:var(--grow--mobile-value)!important}:host([shrink--mobile]){flex-shrink:var(--shrink--mobile-value)!important}:host([basis--mobile]){flex-basis:var(--basis--mobile-value)!important}:host([align-self--mobile]){align-self:var(--align-self--mobile-value)!important}:host([col-span--mobile]){grid-column:span var(--col-span--mobile-value) / span var(--col-span--mobile-value)!important}:host([justify-self--mobile]){justify-self:var(--justify-self--mobile-value)!important}:host([order--mobile]),::slotted([order--mobile]){order:var(--order--mobile-value)!important}:host([shown--sr--mobile]),::slotted(*[shown--sr--mobile]){clip:rect(0 0 0 0);clip-path:inset(50%);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px}}@media screen and (min-width: 768px) and (max-width: 1024px){:host([hidden--tablet]),::slotted([hidden--tablet]){display:none}:host([grow--tablet]){flex-grow:var(--grow--tablet-value)!important}:host([shrink--tablet]){flex-shrink:var(--shrink--tablet-value)!important}:host([basis--tablet]){flex-basis:var(--basis--tablet-value)!important}:host([align-self--tablet]){align-self:var(--align-self--tablet-value)!important}:host([col-span--tablet]){grid-column:span var(--col-span--tablet-value) / span var(--col-span--tablet-value)!important}:host([justify-self--tablet]){justify-self:var(--justify-self--tablet-value)!important}:host([order--tablet]),::slotted([order--tablet]){order:var(--order--tablet-value)!important}:host([shown--sr--tablet]),::slotted(*[shown--sr--tablet]){clip:rect(0 0 0 0);clip-path:inset(50%);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px}}@media screen and (min-width: 1025px){:host([shown--sr--laptop]),::slotted(*[shown--sr--laptop]){clip:rect(0 0 0 0);clip-path:inset(50%);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px}}@media screen and (min-width: 1025px){:host([hidden--laptop]),::slotted([hidden--laptop]){display:none!important}:host([grow--laptop]){flex-grow:var(--grow--laptop-value)!important}:host([shrink--laptop]){flex-shrink:var(--shrink--laptop-value)!important}:host([basis--laptop]){flex-basis:var(--basis--laptop-value)!important}:host([align-self--laptop]){align-self:var(--align-self--laptop-value)!important}:host([col-span--laptop]){grid-column:span var(--col-span--laptop-value) / span var(--col-span--laptop-value)!important}:host([justify-self--laptop]){justify-self:var(--justify-self--laptop-value)!important}:host([order--laptop]),::slotted([order--laptop]){order:var(--order--laptop-value)!important}}@media screen and (min-width: 1441px){:host([col-span--desktop]){grid-column:span var(--col-span--desktop-value) / span var(--col-span--desktop-value)!important}:host([justify-self--desktop]){justify-self:var(--justify-self--desktop-value)!important}:host([order--desktop]),::slotted([order--desktop]){order:var(--order--desktop-value)!important}:host([hidden--desktop]),::slotted([hidden--desktop]){display:none!important}:host([grow--desktop]){flex-grow:var(--grow--desktop-value)!important}:host([shrink--desktop]){flex-shrink:var(--shrink--desktop-value)!important}:host([basis--desktop]){flex-basis:var(--basis--desktop-value)!important}:host([align-self--desktop]){align-self:var(--align-self--desktop-value)!important}}";
2
- function c(i) {
1
+ const c = ":host([grow]){flex-grow:var(--grow-value)}:host([shrink]){flex-shrink:var(--shrink-value)}:host([basis]){flex-basis:var(--basis-value)}:host([align-self]){align-self:var(--align-self-value)}:host([col-span]){grid-column:span var(--col-span-value) / span var(--col-span-value)}:host([justify-self]){justify-self:var(--justify-value)}:host([order]),::slotted([order]){order:var(--order-value)}:host([hidden]),::slotted([hidden]){display:none}:host([shown--sr]),::slotted(*[shown--sr]){clip:rect(0 0 0 0);clip-path:inset(50%);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px}@media screen and (max-width: 767px){:host([hidden--mobile]),::slotted([hidden--mobile]){display:none}:host([grow--mobile]){flex-grow:var(--grow--mobile-value)!important}:host([shrink--mobile]){flex-shrink:var(--shrink--mobile-value)!important}:host([basis--mobile]){flex-basis:var(--basis--mobile-value)!important}:host([align-self--mobile]){align-self:var(--align-self--mobile-value)!important}:host([col-span--mobile]){grid-column:span var(--col-span--mobile-value) / span var(--col-span--mobile-value)!important}:host([justify-self--mobile]){justify-self:var(--justify-self--mobile-value)!important}:host([order--mobile]),::slotted([order--mobile]){order:var(--order--mobile-value)!important}:host([shown--sr--mobile]),::slotted(*[shown--sr--mobile]){clip:rect(0 0 0 0);clip-path:inset(50%);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px}}@media screen and (min-width: 768px) and (max-width: 1024px){:host([hidden--tablet]),::slotted([hidden--tablet]){display:none}:host([grow--tablet]){flex-grow:var(--grow--tablet-value)!important}:host([shrink--tablet]){flex-shrink:var(--shrink--tablet-value)!important}:host([basis--tablet]){flex-basis:var(--basis--tablet-value)!important}:host([align-self--tablet]){align-self:var(--align-self--tablet-value)!important}:host([col-span--tablet]){grid-column:span var(--col-span--tablet-value) / span var(--col-span--tablet-value)!important}:host([justify-self--tablet]){justify-self:var(--justify-self--tablet-value)!important}:host([order--tablet]),::slotted([order--tablet]){order:var(--order--tablet-value)!important}:host([shown--sr--tablet]),::slotted(*[shown--sr--tablet]){clip:rect(0 0 0 0);clip-path:inset(50%);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px}}@media screen and (min-width: 1025px){:host([shown--sr--laptop]),::slotted(*[shown--sr--laptop]){clip:rect(0 0 0 0);clip-path:inset(50%);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px}}@media screen and (min-width: 1025px){:host([hidden--laptop]),::slotted([hidden--laptop]){display:none!important}:host([grow--laptop]){flex-grow:var(--grow--laptop-value)!important}:host([shrink--laptop]){flex-shrink:var(--shrink--laptop-value)!important}:host([basis--laptop]){flex-basis:var(--basis--laptop-value)!important}:host([align-self--laptop]){align-self:var(--align-self--laptop-value)!important}:host([col-span--laptop]){grid-column:span var(--col-span--laptop-value) / span var(--col-span--laptop-value)!important}:host([justify-self--laptop]){justify-self:var(--justify-self--laptop-value)!important}:host([order--laptop]),::slotted([order--laptop]){order:var(--order--laptop-value)!important}}@media screen and (min-width: 1441px){:host([col-span--desktop]){grid-column:span var(--col-span--desktop-value) / span var(--col-span--desktop-value)!important}:host([justify-self--desktop]){justify-self:var(--justify-self--desktop-value)!important}:host([order--desktop]),::slotted([order--desktop]){order:var(--order--desktop-value)!important}:host([hidden--desktop]),::slotted([hidden--desktop]){display:none!important}:host([grow--desktop]){flex-grow:var(--grow--desktop-value)!important}:host([shrink--desktop]){flex-shrink:var(--shrink--desktop-value)!important}:host([basis--desktop]){flex-basis:var(--basis--desktop-value)!important}:host([align-self--desktop]){align-self:var(--align-self--desktop-value)!important}}", g = {};
2
+ function f(i) {
3
3
  const t = document.createElement(i), s = Object.getPrototypeOf(t);
4
4
  return Object.getOwnPropertyNames(s);
5
5
  }
6
- function g(i) {
6
+ function m(i) {
7
7
  const t = document.createElement(i), s = Object.getPrototypeOf(t);
8
8
  return Object.getOwnPropertyNames(s).map(
9
9
  (e) => e.toLowerCase()
10
10
  );
11
11
  }
12
- const b = new CSSStyleSheet();
13
- b.replaceSync(d);
14
- class h extends HTMLElement {
12
+ const d = new CSSStyleSheet();
13
+ d.replaceSync(c);
14
+ const k = typeof import.meta < "u" && typeof g < "u" && !0;
15
+ typeof window < "u" && (window.isComponentDebug = h);
16
+ function h() {
17
+ return k;
18
+ }
19
+ function v(i) {
20
+ h() && console.error(i);
21
+ }
22
+ typeof window < "u" && (window.isComponentDebug = h);
23
+ class u extends HTMLElement {
15
24
  static get observedAttributes() {
16
25
  return [
17
26
  "grow",
@@ -63,13 +72,13 @@ class h extends HTMLElement {
63
72
  }
64
73
  constructor(...t) {
65
74
  super(), this.shadowRoot || this.attachShadow({ mode: "open" }), this.shadowRoot.adoptedStyleSheets = [
66
- b,
75
+ d,
67
76
  ...t
68
77
  ];
69
78
  }
70
79
  attributeChangedCallback(t, s, e) {
71
80
  var o;
72
- if (h.observedAttributes.indexOf(t) !== -1)
81
+ if (u.observedAttributes.indexOf(t) !== -1)
73
82
  switch (t) {
74
83
  case "grow":
75
84
  case "grow--mobile":
@@ -97,7 +106,7 @@ class h extends HTMLElement {
97
106
  t,
98
107
  s,
99
108
  e,
100
- ((o = this.parentElement) == null ? void 0 : o.localName) === "px-grid" ? m : f
109
+ ((o = this.parentElement) == null ? void 0 : o.localName) === "px-grid" ? y : w
101
110
  );
102
111
  break;
103
112
  case "justify-self":
@@ -109,7 +118,7 @@ class h extends HTMLElement {
109
118
  t,
110
119
  s,
111
120
  e,
112
- k
121
+ A
113
122
  );
114
123
  break;
115
124
  case "col-span":
@@ -117,20 +126,22 @@ class h extends HTMLElement {
117
126
  case "col-span--tablet":
118
127
  case "col-span--laptop":
119
128
  case "col-span--desktop":
120
- this.updateProperties(t, s, e, v);
129
+ this.updateProperties(t, s, e, S);
121
130
  break;
122
131
  case "order":
123
132
  case "order--mobile":
124
133
  case "order--tablet":
125
134
  case "order--laptop":
126
135
  case "order--desktop":
127
- this.updateProperties(t, s, e, y);
136
+ this.updateProperties(t, s, e, $);
128
137
  break;
129
138
  }
130
139
  }
131
140
  updateProperties(t, s, e, o) {
132
141
  if (o && !this.checkName(o, e)) {
133
- console.error(`${e} is not a valid value for ${o}`);
142
+ v(
143
+ `${e} is not an allowed ${o} value for ${this.tagName.toLowerCase()}`
144
+ );
134
145
  return;
135
146
  }
136
147
  const a = t.indexOf("--") > -1, l = a ? t.split("--")[0] : t;
@@ -417,12 +428,12 @@ class h extends HTMLElement {
417
428
  this.setAttribute("order--desktop", t);
418
429
  }
419
430
  }
420
- const u = class u extends h {
431
+ const b = class b extends u {
421
432
  // nativeName: string;
422
433
  static get observedAttributes() {
423
434
  return [
424
435
  ...super.observedAttributes,
425
- ...g(this.nativeName)
436
+ ...m(this.nativeName)
426
437
  ];
427
438
  }
428
439
  attributeChangedCallback(t, s, e) {
@@ -432,7 +443,7 @@ const u = class u extends h {
432
443
  return Object.getPrototypeOf(this).constructor;
433
444
  }
434
445
  constructor(...t) {
435
- super(...t), this.ctor.supportedPropertyNames || (this.ctor.supportedPropertyNames = c(
446
+ super(...t), this.ctor.supportedPropertyNames || (this.ctor.supportedPropertyNames = f(
436
447
  this.ctor.nativeName
437
448
  )), this.enhanceWithNativeProperties();
438
449
  }
@@ -463,14 +474,14 @@ const u = class u extends h {
463
474
  s ? this.setAttribute(t, "") : this.removeAttribute(t);
464
475
  }
465
476
  };
466
- u.accessorExclusions = [];
467
- let p = u;
468
- class A extends p {
477
+ b.accessorExclusions = [];
478
+ let p = b;
479
+ class j extends p {
469
480
  connectedCallback() {
470
481
  this.isInsideGridOrStack && (this.$el.style.display = "block", this.$el.style.height = "100%");
471
482
  }
472
483
  }
473
- const S = ["", "default", "none", "l"], f = [
484
+ const C = ["", "default", "none", "l"], w = [
474
485
  "",
475
486
  "default",
476
487
  "auto",
@@ -479,21 +490,21 @@ const S = ["", "default", "none", "l"], f = [
479
490
  "center",
480
491
  "baseline",
481
492
  "stretch"
482
- ], m = [
493
+ ], y = [
483
494
  "",
484
495
  "default",
485
496
  "start",
486
497
  "end",
487
498
  "center",
488
499
  "stretch"
489
- ], k = [
500
+ ], A = [
490
501
  "",
491
502
  "default",
492
503
  "start",
493
504
  "end",
494
505
  "center",
495
506
  "stretch"
496
- ], v = [
507
+ ], S = [
497
508
  "",
498
509
  "1",
499
510
  "2",
@@ -507,7 +518,7 @@ const S = ["", "default", "none", "l"], f = [
507
518
  "10",
508
519
  "11",
509
520
  "12"
510
- ], y = [
521
+ ], $ = [
511
522
  "",
512
523
  "-1",
513
524
  "0",
@@ -523,7 +534,7 @@ const S = ["", "default", "none", "l"], f = [
523
534
  "10",
524
535
  "11",
525
536
  "12"
526
- ], $ = [
537
+ ], L = [
527
538
  "",
528
539
  "default",
529
540
  "auto",
@@ -531,7 +542,7 @@ const S = ["", "default", "none", "l"], f = [
531
542
  "end",
532
543
  "center",
533
544
  "stretch"
534
- ], x = [
545
+ ], M = [
535
546
  "",
536
547
  "default",
537
548
  "inherit",
@@ -547,7 +558,7 @@ const S = ["", "default", "none", "l"], f = [
547
558
  "heading-l",
548
559
  "heading-m",
549
560
  "heading-s"
550
- ], j = [
561
+ ], N = [
551
562
  "",
552
563
  "default",
553
564
  "inherit",
@@ -562,7 +573,7 @@ const S = ["", "default", "none", "l"], f = [
562
573
  "state-hover",
563
574
  "state-active",
564
575
  "state-disabled"
565
- ], C = [
576
+ ], D = [
566
577
  "",
567
578
  "default",
568
579
  "inherit",
@@ -570,11 +581,11 @@ const S = ["", "default", "none", "l"], f = [
570
581
  "title",
571
582
  "title-large",
572
583
  "subtitle"
573
- ], w = ["Xs", "S", "M", "L", "Xl"], L = [
584
+ ], x = ["Xs", "S", "M", "L", "Xl"], T = [
574
585
  "",
575
586
  "default",
576
- ...w.map((i) => i.toLowerCase())
577
- ], M = ["", "default", "left", "center", "right"], N = [
587
+ ...x.map((i) => i.toLowerCase())
588
+ ], O = ["", "default", "left", "center", "right"], _ = [
578
589
  "",
579
590
  "none",
580
591
  "3xs",
@@ -584,7 +595,7 @@ const S = ["", "default", "none", "l"], f = [
584
595
  "m",
585
596
  "l",
586
597
  "xl"
587
- ], T = ["", "none", "s", "m", "l"], D = ["", "none", "main", "pill"], O = [
598
+ ], P = ["", "none", "s", "m", "l"], q = ["", "none", "main", "pill"], G = [
588
599
  "none",
589
600
  "main",
590
601
  "brand",
@@ -595,7 +606,7 @@ const S = ["", "default", "none", "l"], f = [
595
606
  "purpose-warning",
596
607
  "purpose-error",
597
608
  "purpose-unlimited"
598
- ], q = [
609
+ ], E = [
599
610
  "",
600
611
  "all",
601
612
  "top",
@@ -604,7 +615,7 @@ const S = ["", "default", "none", "l"], f = [
604
615
  "left",
605
616
  "block",
606
617
  "inline"
607
- ], G = [
618
+ ], B = [
608
619
  "",
609
620
  "none",
610
621
  "surface-light",
@@ -632,7 +643,7 @@ const S = ["", "default", "none", "l"], f = [
632
643
  "purpose-eco",
633
644
  "purpose-notification",
634
645
  "footer"
635
- ], P = ["", "cover", "contain", "default"], E = ["", "none", "s", "m", "l", "xl"], V = [
646
+ ], V = ["", "cover", "contain", "default"], R = ["", "none", "s", "m", "l", "xl"], z = [
636
647
  "",
637
648
  "default",
638
649
  "title-4xl",
@@ -643,7 +654,7 @@ const S = ["", "default", "none", "l"], f = [
643
654
  "title-m",
644
655
  "title-s",
645
656
  "subtitle"
646
- ], B = [
657
+ ], H = [
647
658
  "",
648
659
  "purple-top-red",
649
660
  "purple-top-magenta",
@@ -693,7 +704,7 @@ const S = ["", "default", "none", "l"], f = [
693
704
  "color-bottom-right-blue",
694
705
  "color-bottom-right-turquoise",
695
706
  "color-bottom-right-green"
696
- ], R = [
707
+ ], I = [
697
708
  "none",
698
709
  "2xs",
699
710
  "xs",
@@ -703,14 +714,14 @@ const S = ["", "default", "none", "l"], f = [
703
714
  "heading-to-subtitle",
704
715
  "heading-to-content",
705
716
  "page-layout-between-sections"
706
- ], _ = [
717
+ ], W = [
707
718
  "",
708
719
  "all",
709
720
  "top",
710
721
  "right",
711
722
  "bottom",
712
723
  "left"
713
- ], z = [
724
+ ], X = [
714
725
  "",
715
726
  "default",
716
727
  "xs",
@@ -719,20 +730,20 @@ const S = ["", "default", "none", "l"], f = [
719
730
  "l",
720
731
  "xl"
721
732
  ];
722
- function H(i) {
733
+ function F(i) {
723
734
  const t = document.createElement("style");
724
735
  t.innerHTML = i, document.head.appendChild(t);
725
736
  }
726
- function I(i) {
737
+ function U(i) {
727
738
  return typeof i == "string" && (i === "false" || i === "0" || i === "null") || typeof i == "boolean" && !i;
728
739
  }
729
- function W() {
740
+ function J() {
730
741
  return window.matchMedia("only screen and (min-width: 768px)").matches ? "tablet" : window.matchMedia("only screen and (min-width: 1025px)").matches ? "laptop" : "mobile";
731
742
  }
732
- function F(i, t) {
743
+ function K(i, t) {
733
744
  return i.includes(t);
734
745
  }
735
- function X(i, t, s = !0) {
746
+ function Q(i, t, s = !0) {
736
747
  var e;
737
748
  if ([
738
749
  "aria-label",
@@ -775,7 +786,7 @@ function X(i, t, s = !0) {
775
786
  t.setAttribute("id", o), i.setAttribute("aria-labelledby", o);
776
787
  }
777
788
  }
778
- function J(i, t, s, e = "", o) {
789
+ function Y(i, t, s, e = "", o) {
779
790
  const a = new CSSStyleSheet(), l = s.reduce(
780
791
  (n, r) => n + `
781
792
  ${t(i, r)} {
@@ -821,7 +832,7 @@ function J(i, t, s, e = "", o) {
821
832
  );
822
833
  return a.replaceSync(l), a;
823
834
  }
824
- class K {
835
+ class Z {
825
836
  constructor(t, s, e, o) {
826
837
  this.component = t, this.attributeName = s, this.cssVariable = o, this.attributeNameMobile = `${this.attributeName}--mobile`, this.attributeNameTablet = `${this.attributeName}--tablet`, this.attributeNameLaptop = `${this.attributeName}--laptop`, this.attributeNameDesktop = `${this.attributeName}--desktop`, this._attributeValue = e, Object.defineProperty(
827
838
  this.component,
@@ -902,42 +913,44 @@ class K {
902
913
  }
903
914
  }
904
915
  export {
905
- K as AttributeBreakpointHandlerDelegate,
916
+ Z as AttributeBreakpointHandlerDelegate,
906
917
  p as PxElement,
907
- A as VerticallyExtendedElement,
908
- h as WithExtraAttributes,
909
- H as addGlobalStylesheet,
910
- z as assetContainerImgWidthValues,
911
- G as backgroundColorValues,
912
- P as backgroundSizeValues,
913
- O as borderColorValues,
914
- D as borderRadiusValues,
915
- q as borderSideValues,
916
- T as borderValues,
917
- E as boxShadowValues,
918
- F as checkName,
919
- j as colorValues,
920
- m as cssGridAlignSelfValues,
921
- v as cssGridColSpanValues,
922
- k as cssGridJustifySelfValues,
923
- y as cssGridOrderValues,
924
- $ as cssGridPlaceSelfValues,
925
- J as cssTokenBreakpoints,
926
- f as flexboxAlignSelfValues,
927
- x as fontsizeValues,
928
- C as fontweightValues,
929
- R as gapValues,
930
- g as getSupportedAttributeNames,
931
- c as getSupportedPropertyNames,
932
- W as getViewportFormat,
933
- B as gradientValues,
934
- S as gridGapValues,
935
- V as headingValues,
936
- w as iconSizeValues,
937
- L as iconSizeValuesKC,
938
- I as isFalsy,
939
- _ as noBorderRadiusValues,
940
- N as paddingValues,
941
- M as textalignValues,
942
- X as transferAccessibilityAttributes
918
+ j as VerticallyExtendedElement,
919
+ u as WithExtraAttributes,
920
+ F as addGlobalStylesheet,
921
+ X as assetContainerImgWidthValues,
922
+ B as backgroundColorValues,
923
+ V as backgroundSizeValues,
924
+ G as borderColorValues,
925
+ q as borderRadiusValues,
926
+ E as borderSideValues,
927
+ P as borderValues,
928
+ R as boxShadowValues,
929
+ K as checkName,
930
+ N as colorValues,
931
+ y as cssGridAlignSelfValues,
932
+ S as cssGridColSpanValues,
933
+ A as cssGridJustifySelfValues,
934
+ $ as cssGridOrderValues,
935
+ L as cssGridPlaceSelfValues,
936
+ Y as cssTokenBreakpoints,
937
+ w as flexboxAlignSelfValues,
938
+ M as fontsizeValues,
939
+ D as fontweightValues,
940
+ I as gapValues,
941
+ m as getSupportedAttributeNames,
942
+ f as getSupportedPropertyNames,
943
+ J as getViewportFormat,
944
+ H as gradientValues,
945
+ C as gridGapValues,
946
+ z as headingValues,
947
+ x as iconSizeValues,
948
+ T as iconSizeValuesKC,
949
+ h as isComponentDebug,
950
+ U as isFalsy,
951
+ v as log,
952
+ W as noBorderRadiusValues,
953
+ _ as paddingValues,
954
+ O as textalignValues,
955
+ Q as transferAccessibilityAttributes
943
956
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@proximus/lavender-common",
3
- "version": "1.4.2-beta.1",
3
+ "version": "1.4.3-alpha.2",
4
4
  "description": "",
5
5
  "main": "dist/index.es.js",
6
6
  "types": "dist/index.d.ts",