@proximus/lavender-common 1.0.0-alpha.64 → 1.0.0-alpha.65

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.
Files changed (2) hide show
  1. package/dist/index.js +33 -44
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -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
- "action-brand",
521
- "action-neutral",
522
- "action-hover",
523
- "action-active",
524
- "action-disabled",
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
- "container-main",
555
- "container-brand",
556
- "action-hover",
557
- "action-active",
558
- "action-neutral",
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
- "container-neutral-bare",
576
- "container-weak",
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-soft",
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
- "after-element-none",
662
- "after-element-2xs",
663
- "after-element-xs",
664
- "after-element-s",
665
- "after-element-default",
666
- "after-element-l",
655
+ "none",
656
+ "2xs",
657
+ "xs",
658
+ "s",
659
+ "default",
660
+ "l",
667
661
  "heading-to-subtitle",
668
662
  "heading-to-content",
669
- "inside-section-none",
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.64",
3
+ "version": "1.0.0-alpha.65",
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": "ee5ec31f1093c03eab455e20db8e1a8832f5123d",
27
+ "gitHead": "7683b6952d1da07fe58b0f4ddef292e3954ab85d",
28
28
  "lerna": {
29
29
  "command": {
30
30
  "publish": {