@proximus/lavender-common 1.0.0-alpha.64 → 1.0.0-alpha.66
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/index.js +34 -45
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const b = ":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]){order:var(--order
|
|
1
|
+
const b = ":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]){order:var(--order-value)}:host([hidden]){display:none}::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]){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]){order:var(--order--mobile-value)!important}::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]){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]){order:var(--order--tablet-value)!important}::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){::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) and (max-width: 1440px){:host([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]){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]){order:var(--order--desktop-value)!important}:host([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
2
|
function h(i) {
|
|
3
3
|
const t = document.createElement(i), s = Object.getPrototypeOf(t);
|
|
4
4
|
return Object.getOwnPropertyNames(s);
|
|
@@ -432,13 +432,7 @@ class k extends p {
|
|
|
432
432
|
return this.shadowRoot.querySelector(this.nativeName);
|
|
433
433
|
}
|
|
434
434
|
}
|
|
435
|
-
const v = [
|
|
436
|
-
"",
|
|
437
|
-
"default",
|
|
438
|
-
"inside-section-none",
|
|
439
|
-
"inside-section-default",
|
|
440
|
-
"inside-section-l"
|
|
441
|
-
], d = [
|
|
435
|
+
const v = ["", "default", "none", "l"], d = [
|
|
442
436
|
"",
|
|
443
437
|
"default",
|
|
444
438
|
"auto",
|
|
@@ -517,11 +511,11 @@ const v = [
|
|
|
517
511
|
"",
|
|
518
512
|
"default",
|
|
519
513
|
"inherit",
|
|
520
|
-
"
|
|
521
|
-
"
|
|
522
|
-
"
|
|
523
|
-
"
|
|
524
|
-
"
|
|
514
|
+
"brand",
|
|
515
|
+
"container-default",
|
|
516
|
+
"state-hover",
|
|
517
|
+
"state-active",
|
|
518
|
+
"state-disabled",
|
|
525
519
|
"body-neutral-strong",
|
|
526
520
|
"body-neutral-weak",
|
|
527
521
|
"heading-brand",
|
|
@@ -551,11 +545,11 @@ const v = [
|
|
|
551
545
|
"2xl"
|
|
552
546
|
], x = ["", "default", "left", "center", "right"], j = ["", "none", "2xs", "xs", "s", "m", "l"], C = ["", "none", "s", "m", "l"], M = ["", "none", "main", "pill"], L = [
|
|
553
547
|
"none",
|
|
554
|
-
"
|
|
555
|
-
"
|
|
556
|
-
"
|
|
557
|
-
"
|
|
558
|
-
"
|
|
548
|
+
"main",
|
|
549
|
+
"brand",
|
|
550
|
+
"state-hover",
|
|
551
|
+
"state-active",
|
|
552
|
+
"neutral",
|
|
559
553
|
"purpose-success",
|
|
560
554
|
"purpose-warning",
|
|
561
555
|
"purpose-error",
|
|
@@ -572,22 +566,22 @@ const v = [
|
|
|
572
566
|
], D = [
|
|
573
567
|
"",
|
|
574
568
|
"none",
|
|
575
|
-
"
|
|
576
|
-
"
|
|
569
|
+
"surface-light",
|
|
570
|
+
"surface-default",
|
|
571
|
+
"surface-strong",
|
|
572
|
+
"surface-stronger",
|
|
573
|
+
"surface-dark",
|
|
574
|
+
"surface-brand",
|
|
575
|
+
"surface-brand-light",
|
|
576
|
+
"container-primary",
|
|
577
|
+
"container-secondary",
|
|
578
|
+
"state-hover",
|
|
579
|
+
"state-hover-bordered",
|
|
580
|
+
"state-active",
|
|
581
|
+
"state-disabled",
|
|
582
|
+
"container-default",
|
|
577
583
|
"container-light",
|
|
578
|
-
"container-
|
|
579
|
-
"container-neutral-rich",
|
|
580
|
-
"container-brand-primary",
|
|
581
|
-
"container-brand-secondary",
|
|
582
|
-
"action-primary",
|
|
583
|
-
"action-secondary",
|
|
584
|
-
"action-hover",
|
|
585
|
-
"action-hover-bordered",
|
|
586
|
-
"action-active",
|
|
587
|
-
"action-disabled",
|
|
588
|
-
"action-neutral",
|
|
589
|
-
"action-neutral-hover",
|
|
590
|
-
"action-neutral-bare",
|
|
584
|
+
"container-strong",
|
|
591
585
|
"purpose-success",
|
|
592
586
|
"purpose-warning",
|
|
593
587
|
"purpose-error",
|
|
@@ -658,20 +652,15 @@ const v = [
|
|
|
658
652
|
"color-bottom-right-turquoise",
|
|
659
653
|
"color-bottom-right-green"
|
|
660
654
|
], V = [
|
|
661
|
-
"
|
|
662
|
-
"
|
|
663
|
-
"
|
|
664
|
-
"
|
|
665
|
-
"
|
|
666
|
-
"
|
|
655
|
+
"none",
|
|
656
|
+
"2xs",
|
|
657
|
+
"xs",
|
|
658
|
+
"s",
|
|
659
|
+
"default",
|
|
660
|
+
"l",
|
|
667
661
|
"heading-to-subtitle",
|
|
668
662
|
"heading-to-content",
|
|
669
|
-
"
|
|
670
|
-
"inside-section-xs",
|
|
671
|
-
"inside-section-s",
|
|
672
|
-
"inside-section-default",
|
|
673
|
-
"inside-section-l",
|
|
674
|
-
"between-sections"
|
|
663
|
+
"page-layout-between-sections"
|
|
675
664
|
], B = [
|
|
676
665
|
"",
|
|
677
666
|
"all",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@proximus/lavender-common",
|
|
3
|
-
"version": "1.0.0-alpha.
|
|
3
|
+
"version": "1.0.0-alpha.66",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"exports": {
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"publishConfig": {
|
|
25
25
|
"access": "public"
|
|
26
26
|
},
|
|
27
|
-
"gitHead": "
|
|
27
|
+
"gitHead": "370fba99cf3b7d6d7311d54dc8f5ecad89b7957f",
|
|
28
28
|
"lerna": {
|
|
29
29
|
"command": {
|
|
30
30
|
"publish": {
|