@guardian/interactive-component-library 0.1.0-alpha.21 → 0.1.0-alpha.22

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/style.css CHANGED
@@ -681,24 +681,66 @@ button {
681
681
  .bg-color--left {
682
682
  background-color: var(--left) !important;
683
683
  }
684
+ .bg-color--left--01 {
685
+ background-color: var(--left-01) !important;
686
+ }
687
+ .bg-color--left--02 {
688
+ background-color: var(--left-02) !important;
689
+ }
684
690
  .bg-color--sd {
685
691
  background-color: var(--sd) !important;
686
692
  }
693
+ .bg-color--sd--01 {
694
+ background-color: var(--sd-01) !important;
695
+ }
696
+ .bg-color--sd--02 {
697
+ background-color: var(--sd-02) !important;
698
+ }
687
699
  .bg-color--greenefa {
688
700
  background-color: var(--greenefa) !important;
689
701
  }
702
+ .bg-color--greenefa--01 {
703
+ background-color: var(--greenefa-01) !important;
704
+ }
705
+ .bg-color--greenefa--02 {
706
+ background-color: var(--greenefa-02) !important;
707
+ }
690
708
  .bg-color--renew {
691
709
  background-color: var(--renew) !important;
692
710
  }
711
+ .bg-color--renew--01 {
712
+ background-color: var(--renew-01) !important;
713
+ }
714
+ .bg-color--renew {
715
+ background-color: var(--renew-02) !important;
716
+ }
693
717
  .bg-color--epp {
694
718
  background-color: var(--epp) !important;
695
719
  }
720
+ .bg-color--epp--01 {
721
+ background-color: var(--epp-01) !important;
722
+ }
723
+ .bg-color--epp--02 {
724
+ background-color: var(--epp-02) !important;
725
+ }
696
726
  .bg-color--ecr {
697
727
  background-color: var(--ecr) !important;
698
728
  }
729
+ .bg-color--ecr--01 {
730
+ background-color: var(--ecr-01) !important;
731
+ }
732
+ .bg-color--ecr--02 {
733
+ background-color: var(--ecr-02) !important;
734
+ }
699
735
  .bg-color--id {
700
736
  background-color: var(--id) !important;
701
737
  }
738
+ .bg-color--id--01 {
739
+ background-color: var(--id-01) !important;
740
+ }
741
+ .bg-color--id--02 {
742
+ background-color: var(--id-02) !important;
743
+ }
702
744
  .bg-color--ni {
703
745
  background-color: var(--ni) !important;
704
746
  }
@@ -736,6 +778,9 @@ button {
736
778
  .fill-color--other {
737
779
  fill: var(--other) !important;
738
780
  }
781
+ .fill-color--undeclared {
782
+ fill: var(--undeclared) !important;
783
+ }
739
784
  /* STROKE-COLOR --------------------------------------------------- */
740
785
  .stroke-color--left {
741
786
  stroke: var(--left) !important;
@@ -764,6 +809,9 @@ button {
764
809
  .stroke-color--other {
765
810
  stroke: var(--other) !important;
766
811
  }
812
+ .stroke-color--undeclared {
813
+ stroke: var(--undeclared) !important;
814
+ }
767
815
  /* COLOR ----------------------------------------------------------- */
768
816
  .color--left {
769
817
  color: var(--left) !important;
@@ -792,6 +840,9 @@ button {
792
840
  .color--other {
793
841
  color: var(--other) !important;
794
842
  }
843
+ .color--undeclared {
844
+ color: var(--undeclared) !important;
845
+ }
795
846
  /* BORDER-COLOR ----------------------------------------------------- */
796
847
  .border-color--left {
797
848
  border-color: var(--left) !important;
@@ -820,6 +871,9 @@ button {
820
871
  .border-color--other {
821
872
  border-color: var(--other) !important;
822
873
  }
874
+ .border-color--undeclared {
875
+ border-color: var(--undeclared) !important;
876
+ }
823
877
  /* BEFORE-ELEMENT-COLOR ----------------------------------------------------- */
824
878
  .before-color--left:before {
825
879
  background-color: var(--left) !important;
@@ -848,6 +902,9 @@ button {
848
902
  .before-color--other:before {
849
903
  background-color: var(--other) !important;
850
904
  }
905
+ .before-color--undeclared:before {
906
+ background-color: var(--undeclared) !important;
907
+ }
851
908
  body {
852
909
  --border-divider-color: #DCDCDC;
853
910
  --primary-text-color: #121212;
@@ -897,14 +954,28 @@ body {
897
954
  --change: #333;
898
955
  --undeclared: #E7E7E7;
899
956
  --left: #8B0000;
957
+ --left-01: #e3b0a3;
958
+ --left-02: #bc634f;
900
959
  --sd: #C70000;
960
+ --sd-01:#fbb8a6;
961
+ --sd-02:#e77054;
901
962
  --greenefa: #39A566;
963
+ --greenefa-01: #c1e1ca;
964
+ --greenefa-02: #82c397;
902
965
  --renew: #FF7F0F;
903
- --epp: #13bece;
966
+ --renew-01: #ffd8ba;
967
+ --renew-02: #ffaf71;
968
+ --epp: #3dBBE2;
969
+ --epp-01: #cae8f5;
970
+ --epp-02: #8fd1ec;
904
971
  --ecr: #0079B7;
972
+ --ecr-01: #bdcfe7;
973
+ --ecr-02: #77a2ce;
905
974
  --id:#DC559D;
906
- --ni: #333333;
907
- --other: #707070;
975
+ --id-01:#edc0d3;
976
+ --id-02:#d681a9;
977
+ --ni: #606060;
978
+ --other: #a0a0a0;
908
979
  --undeclared: #ededed;
909
980
  }
910
981
  @media (prefers-color-scheme: dark) {
@@ -956,14 +1027,28 @@ body {
956
1027
  --change: #494949;
957
1028
  --undeclared: #494949;
958
1029
  --left: #8B0000;
959
- --sd: #dc2e1c;
1030
+ --left-01: #e3b0a3;
1031
+ --left-02: #bc634f;
1032
+ --sd: #C70000;
1033
+ --sd-01:#fbb8a6;
1034
+ --sd-02:#e77054;
960
1035
  --greenefa: #39A566;
1036
+ --greenefa-01: #c1e1ca;
1037
+ --greenefa-02: #82c397;
961
1038
  --renew: #FF7F0F;
962
- --epp: #3DBBE2;
963
- --ecr: #009ae1;
964
- --id: #DC559D;
1039
+ --renew-01: #ffd8ba;
1040
+ --renew-02: #ffaf71;
1041
+ --epp: #3dBBE2;
1042
+ --epp-01: #cae8f5;
1043
+ --epp-02: #8fd1ec;
1044
+ --ecr: #0079B7;
1045
+ --ecr-01: #bdcfe7;
1046
+ --ecr-02: #77a2ce;
1047
+ --id:#DC559D;
1048
+ --id-01:#edc0d3;
1049
+ --id-02:#d681a9;
965
1050
  --ni: #A1A1A1;
966
- --other: #707070;
1051
+ --other: #a0a0a0;
967
1052
  --undeclared: #ededed;
968
1053
  }
969
1054
  }._svg_b5io0_1 {
@@ -1439,45 +1524,6 @@ body.android {
1439
1524
  ._axisLabel_gj7pr_37 {
1440
1525
  transform: translateY(var(--space-1));
1441
1526
  }
1442
- ._transitionContainer_1gzlr_1 {
1443
- pointer-events: none;
1444
- position: fixed;
1445
- left: 0;
1446
- right: 0;
1447
- top: 0;
1448
- bottom: 0;
1449
- background-color: rgba(0, 0, 0, 0.1);
1450
- backdrop-filter: blur(4px);
1451
- transition: all 300ms ease-in-out;
1452
- }
1453
-
1454
- ._modalBox_1gzlr_13 {
1455
- position: absolute;
1456
- left: 0;
1457
- right: 0;
1458
- bottom: 0;
1459
- transition: all 300ms ease-in-out;
1460
- }
1461
-
1462
- ._enter_1gzlr_21,
1463
- ._exitDone_1gzlr_22 {
1464
- background-color: transparent;
1465
- backdrop-filter: none;
1466
-
1467
- ._modalBox_1gzlr_13 {
1468
- transform: translateY(100%);
1469
- }
1470
- }
1471
-
1472
- ._enterActive_1gzlr_31,
1473
- ._exit_1gzlr_22 {
1474
- background-color: rgba(0, 0, 0, 0.1);
1475
- backdrop-filter: blur(4px);
1476
-
1477
- ._modalBox_1gzlr_13 {
1478
- transform: translateY(0);
1479
- }
1480
- }
1481
1527
  ._tooltip_11t5d_1 {
1482
1528
  pointer-events: none;
1483
1529
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@guardian/interactive-component-library",
3
3
  "private": false,
4
- "version": "v0.1.0-alpha.21",
4
+ "version": "v0.1.0-alpha.22",
5
5
  "packageManager": "pnpm@8.4.0",
6
6
  "repository": {
7
7
  "type": "git",