@baloise/ds-styles 17.3.0 → 17.4.0-nightly.20250207

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/css/all.css CHANGED
@@ -600,7 +600,7 @@ fieldset {
600
600
  }
601
601
  /**
602
602
  * Do not edit directly
603
- * Generated on Thu, 16 Jan 2025 14:24:58 GMT
603
+ * Generated on Fri, 07 Feb 2025 06:14:26 GMT
604
604
  */
605
605
  :root {
606
606
  --bal-text-shadow-normal: 0px 0px 4px rgba(0, 0, 0, 0.15), 0px 4px 12px rgba(0, 0, 0, 0.25), 0px 0px 80px rgba(0, 0, 0, 0.5); /* Increases readability when used on a image background. */
@@ -613,6 +613,7 @@ fieldset {
613
613
  --bal-opacity-0: 0;
614
614
  --bal-font-family-text: BaloiseCreateText, Arial, sans-serif;
615
615
  --bal-font-family-title: BaloiseCreateHeadline, Arial, sans-serif;
616
+ --bal-shadow-header: 0 4px 4px 0 rgba(0, 7, 57, 0.15); /* Shadow effect for a header bar */
616
617
  --bal-shadow-large: 0 0 30px 0 rgba(0, 7, 57, 0.15); /* Large shadow are used for hover effects. */
617
618
  --bal-shadow-normal: 0 0 10px 0 rgba(0, 7, 57, 0.15); /* Default shadow size to elevate an element. */
618
619
  --bal-shadow-small: 0px 2px 5px 1px rgba(0, 7, 57, 0.12);
@@ -1952,7 +1953,7 @@ input.is-grouped {
1952
1953
  }
1953
1954
 
1954
1955
  .field:not(:last-child) {
1955
- margin-bottom: 0.75rem;
1956
+ margin-bottom: 0.25rem;
1956
1957
  }
1957
1958
  .field.has-addons {
1958
1959
  display: flex;
@@ -4581,6 +4582,19 @@ ul.is-list {
4581
4582
  margin-bottom: 2rem;
4582
4583
  }
4583
4584
  }
4585
+ ol.list.is-inside,
4586
+ ul.list.is-inside,
4587
+ ol.is-list.is-inside,
4588
+ ul.is-list.is-inside {
4589
+ list-style-position: inside !important;
4590
+ margin-left: 0;
4591
+ }
4592
+ ol.list.is-inside li,
4593
+ ul.list.is-inside li,
4594
+ ol.is-list.is-inside li,
4595
+ ul.is-list.is-inside li {
4596
+ list-style-position: inside !important;
4597
+ }
4584
4598
  ol.list li,
4585
4599
  ul.list li,
4586
4600
  ol.is-list li,
@@ -11410,6 +11424,10 @@ table.table td.has-buttons .buttons {
11410
11424
  box-shadow: var(--bal-shadow-large) !important;
11411
11425
  }
11412
11426
 
11427
+ .shadow-header {
11428
+ box-shadow: var(--bal-shadow-header) !important;
11429
+ }
11430
+
11413
11431
  .focus\:shadow-none:focus {
11414
11432
  box-shadow: none !important;
11415
11433
  }
@@ -11458,6 +11476,18 @@ table.table td.has-buttons .buttons {
11458
11476
  box-shadow: var(--bal-shadow-large) !important;
11459
11477
  }
11460
11478
 
11479
+ .focus\:shadow-header:focus {
11480
+ box-shadow: var(--bal-shadow-header) !important;
11481
+ }
11482
+
11483
+ .hover\:shadow-header:hover {
11484
+ box-shadow: var(--bal-shadow-header) !important;
11485
+ }
11486
+
11487
+ .active\:shadow-header:active {
11488
+ box-shadow: var(--bal-shadow-header) !important;
11489
+ }
11490
+
11461
11491
  @media screen and (max-width: 768px) {
11462
11492
  .mobile\:shadow-none {
11463
11493
  box-shadow: none !important;
@@ -11471,6 +11501,9 @@ table.table td.has-buttons .buttons {
11471
11501
  .mobile\:shadow-large {
11472
11502
  box-shadow: var(--bal-shadow-large) !important;
11473
11503
  }
11504
+ .mobile\:shadow-header {
11505
+ box-shadow: var(--bal-shadow-header) !important;
11506
+ }
11474
11507
  .mobile\:focus\:shadow-none:focus {
11475
11508
  box-shadow: none !important;
11476
11509
  }
@@ -11507,6 +11540,15 @@ table.table td.has-buttons .buttons {
11507
11540
  .mobile\:active\:shadow-large:active {
11508
11541
  box-shadow: var(--bal-shadow-large) !important;
11509
11542
  }
11543
+ .mobile\:focus\:shadow-header:focus {
11544
+ box-shadow: var(--bal-shadow-header) !important;
11545
+ }
11546
+ .mobile\:hover\:shadow-header:hover {
11547
+ box-shadow: var(--bal-shadow-header) !important;
11548
+ }
11549
+ .mobile\:active\:shadow-header:active {
11550
+ box-shadow: var(--bal-shadow-header) !important;
11551
+ }
11510
11552
  }
11511
11553
  @media screen and (min-width: 769px), print {
11512
11554
  .tablet\:shadow-none {
@@ -11521,6 +11563,9 @@ table.table td.has-buttons .buttons {
11521
11563
  .tablet\:shadow-large {
11522
11564
  box-shadow: var(--bal-shadow-large) !important;
11523
11565
  }
11566
+ .tablet\:shadow-header {
11567
+ box-shadow: var(--bal-shadow-header) !important;
11568
+ }
11524
11569
  .tablet\:focus\:shadow-none:focus {
11525
11570
  box-shadow: none !important;
11526
11571
  }
@@ -11557,6 +11602,15 @@ table.table td.has-buttons .buttons {
11557
11602
  .tablet\:active\:shadow-large:active {
11558
11603
  box-shadow: var(--bal-shadow-large) !important;
11559
11604
  }
11605
+ .tablet\:focus\:shadow-header:focus {
11606
+ box-shadow: var(--bal-shadow-header) !important;
11607
+ }
11608
+ .tablet\:hover\:shadow-header:hover {
11609
+ box-shadow: var(--bal-shadow-header) !important;
11610
+ }
11611
+ .tablet\:active\:shadow-header:active {
11612
+ box-shadow: var(--bal-shadow-header) !important;
11613
+ }
11560
11614
  }
11561
11615
  @media screen and (min-width: 1024px) {
11562
11616
  .desktop\:shadow-none {
@@ -11571,6 +11625,9 @@ table.table td.has-buttons .buttons {
11571
11625
  .desktop\:shadow-large {
11572
11626
  box-shadow: var(--bal-shadow-large) !important;
11573
11627
  }
11628
+ .desktop\:shadow-header {
11629
+ box-shadow: var(--bal-shadow-header) !important;
11630
+ }
11574
11631
  .desktop\:focus\:shadow-none:focus {
11575
11632
  box-shadow: none !important;
11576
11633
  }
@@ -11607,6 +11664,15 @@ table.table td.has-buttons .buttons {
11607
11664
  .desktop\:active\:shadow-large:active {
11608
11665
  box-shadow: var(--bal-shadow-large) !important;
11609
11666
  }
11667
+ .desktop\:focus\:shadow-header:focus {
11668
+ box-shadow: var(--bal-shadow-header) !important;
11669
+ }
11670
+ .desktop\:hover\:shadow-header:hover {
11671
+ box-shadow: var(--bal-shadow-header) !important;
11672
+ }
11673
+ .desktop\:active\:shadow-header:active {
11674
+ box-shadow: var(--bal-shadow-header) !important;
11675
+ }
11610
11676
  }
11611
11677
  @media screen and (min-width: 1440px) {
11612
11678
  .widescreen\:shadow-none {
@@ -11621,6 +11687,9 @@ table.table td.has-buttons .buttons {
11621
11687
  .widescreen\:shadow-large {
11622
11688
  box-shadow: var(--bal-shadow-large) !important;
11623
11689
  }
11690
+ .widescreen\:shadow-header {
11691
+ box-shadow: var(--bal-shadow-header) !important;
11692
+ }
11624
11693
  .widescreen\:focus\:shadow-none:focus {
11625
11694
  box-shadow: none !important;
11626
11695
  }
@@ -11657,6 +11726,15 @@ table.table td.has-buttons .buttons {
11657
11726
  .widescreen\:active\:shadow-large:active {
11658
11727
  box-shadow: var(--bal-shadow-large) !important;
11659
11728
  }
11729
+ .widescreen\:focus\:shadow-header:focus {
11730
+ box-shadow: var(--bal-shadow-header) !important;
11731
+ }
11732
+ .widescreen\:hover\:shadow-header:hover {
11733
+ box-shadow: var(--bal-shadow-header) !important;
11734
+ }
11735
+ .widescreen\:active\:shadow-header:active {
11736
+ box-shadow: var(--bal-shadow-header) !important;
11737
+ }
11660
11738
  }
11661
11739
  .text-shadow-normal {
11662
11740
  text-shadow: var(--bal-text-shadow-normal) !important;
@@ -12687,6 +12765,136 @@ table.table td.has-buttons .buttons {
12687
12765
  column-gap: var(--bal-space-xxxx-large-desktop) !important;
12688
12766
  }
12689
12767
  }
12768
+ .gap-none {
12769
+ gap: 0 !important;
12770
+ }
12771
+
12772
+ .gap-auto {
12773
+ gap: auto !important;
12774
+ }
12775
+
12776
+ @media screen and (max-width: 768px) {
12777
+ .mobile\:gap-none {
12778
+ gap: 0 !important;
12779
+ }
12780
+ .mobile\:gap-auto {
12781
+ gap: auto !important;
12782
+ }
12783
+ }
12784
+ @media screen and (min-width: 769px), print {
12785
+ .tablet\:gap-none {
12786
+ gap: 0 !important;
12787
+ }
12788
+ .tablet\:gap-auto {
12789
+ gap: auto !important;
12790
+ }
12791
+ }
12792
+ @media screen and (min-width: 1024px) {
12793
+ .desktop\:gap-none {
12794
+ gap: 0 !important;
12795
+ }
12796
+ .desktop\:gap-auto {
12797
+ gap: auto !important;
12798
+ }
12799
+ }
12800
+ @media screen and (min-width: 1440px) {
12801
+ .widescreen\:gap-none {
12802
+ gap: 0 !important;
12803
+ }
12804
+ .widescreen\:gap-auto {
12805
+ gap: auto !important;
12806
+ }
12807
+ }
12808
+ .row-gap-none {
12809
+ row-gap: 0 !important;
12810
+ }
12811
+
12812
+ .row-gap-auto {
12813
+ row-gap: auto !important;
12814
+ }
12815
+
12816
+ @media screen and (max-width: 768px) {
12817
+ .mobile\:row-gap-none {
12818
+ row-gap: 0 !important;
12819
+ }
12820
+ .mobile\:row-gap-auto {
12821
+ row-gap: auto !important;
12822
+ }
12823
+ }
12824
+ @media screen and (min-width: 769px), print {
12825
+ .tablet\:row-gap-none {
12826
+ row-gap: 0 !important;
12827
+ }
12828
+ .tablet\:row-gap-auto {
12829
+ row-gap: auto !important;
12830
+ }
12831
+ }
12832
+ @media screen and (min-width: 1024px) {
12833
+ .desktop\:row-gap-none {
12834
+ row-gap: 0 !important;
12835
+ }
12836
+ .desktop\:row-gap-auto {
12837
+ row-gap: auto !important;
12838
+ }
12839
+ }
12840
+ @media screen and (min-width: 1440px) {
12841
+ .widescreen\:row-gap-none {
12842
+ row-gap: 0 !important;
12843
+ }
12844
+ .widescreen\:row-gap-auto {
12845
+ row-gap: auto !important;
12846
+ }
12847
+ }
12848
+ .column-gap-none {
12849
+ -moz-column-gap: 0 !important;
12850
+ column-gap: 0 !important;
12851
+ }
12852
+
12853
+ .column-gap-auto {
12854
+ -moz-column-gap: auto !important;
12855
+ column-gap: auto !important;
12856
+ }
12857
+
12858
+ @media screen and (max-width: 768px) {
12859
+ .mobile\:column-gap-none {
12860
+ -moz-column-gap: 0 !important;
12861
+ column-gap: 0 !important;
12862
+ }
12863
+ .mobile\:column-gap-auto {
12864
+ -moz-column-gap: auto !important;
12865
+ column-gap: auto !important;
12866
+ }
12867
+ }
12868
+ @media screen and (min-width: 769px), print {
12869
+ .tablet\:column-gap-none {
12870
+ -moz-column-gap: 0 !important;
12871
+ column-gap: 0 !important;
12872
+ }
12873
+ .tablet\:column-gap-auto {
12874
+ -moz-column-gap: auto !important;
12875
+ column-gap: auto !important;
12876
+ }
12877
+ }
12878
+ @media screen and (min-width: 1024px) {
12879
+ .desktop\:column-gap-none {
12880
+ -moz-column-gap: 0 !important;
12881
+ column-gap: 0 !important;
12882
+ }
12883
+ .desktop\:column-gap-auto {
12884
+ -moz-column-gap: auto !important;
12885
+ column-gap: auto !important;
12886
+ }
12887
+ }
12888
+ @media screen and (min-width: 1440px) {
12889
+ .widescreen\:column-gap-none {
12890
+ -moz-column-gap: 0 !important;
12891
+ column-gap: 0 !important;
12892
+ }
12893
+ .widescreen\:column-gap-auto {
12894
+ -moz-column-gap: auto !important;
12895
+ column-gap: auto !important;
12896
+ }
12897
+ }
12690
12898
  .table:not(:last-child), .table-container:not(:last-child) {
12691
12899
  margin-bottom: 0.25rem;
12692
12900
  }
@@ -13349,6 +13557,18 @@ table.table td.has-buttons .buttons {
13349
13557
  top: auto !important;
13350
13558
  }
13351
13559
 
13560
+ .top-1rem {
13561
+ top: 1rem !important;
13562
+ }
13563
+
13564
+ .top-0-5rem {
13565
+ top: 0.5rem !important;
13566
+ }
13567
+
13568
+ .top-0-25rem {
13569
+ top: 0.25rem !important;
13570
+ }
13571
+
13352
13572
  .top-0 {
13353
13573
  top: 0 !important;
13354
13574
  }
@@ -13365,6 +13585,15 @@ table.table td.has-buttons .buttons {
13365
13585
  .mobile\:top-auto {
13366
13586
  top: auto !important;
13367
13587
  }
13588
+ .mobile\:top-1rem {
13589
+ top: 1rem !important;
13590
+ }
13591
+ .mobile\:top-0-5rem {
13592
+ top: 0.5rem !important;
13593
+ }
13594
+ .mobile\:top-0-25rem {
13595
+ top: 0.25rem !important;
13596
+ }
13368
13597
  .mobile\:top-0 {
13369
13598
  top: 0 !important;
13370
13599
  }
@@ -13379,6 +13608,15 @@ table.table td.has-buttons .buttons {
13379
13608
  .tablet\:top-auto {
13380
13609
  top: auto !important;
13381
13610
  }
13611
+ .tablet\:top-1rem {
13612
+ top: 1rem !important;
13613
+ }
13614
+ .tablet\:top-0-5rem {
13615
+ top: 0.5rem !important;
13616
+ }
13617
+ .tablet\:top-0-25rem {
13618
+ top: 0.25rem !important;
13619
+ }
13382
13620
  .tablet\:top-0 {
13383
13621
  top: 0 !important;
13384
13622
  }
@@ -13393,6 +13631,15 @@ table.table td.has-buttons .buttons {
13393
13631
  .desktop\:top-auto {
13394
13632
  top: auto !important;
13395
13633
  }
13634
+ .desktop\:top-1rem {
13635
+ top: 1rem !important;
13636
+ }
13637
+ .desktop\:top-0-5rem {
13638
+ top: 0.5rem !important;
13639
+ }
13640
+ .desktop\:top-0-25rem {
13641
+ top: 0.25rem !important;
13642
+ }
13396
13643
  .desktop\:top-0 {
13397
13644
  top: 0 !important;
13398
13645
  }
@@ -13407,6 +13654,15 @@ table.table td.has-buttons .buttons {
13407
13654
  .widescreen\:top-auto {
13408
13655
  top: auto !important;
13409
13656
  }
13657
+ .widescreen\:top-1rem {
13658
+ top: 1rem !important;
13659
+ }
13660
+ .widescreen\:top-0-5rem {
13661
+ top: 0.5rem !important;
13662
+ }
13663
+ .widescreen\:top-0-25rem {
13664
+ top: 0.25rem !important;
13665
+ }
13410
13666
  .widescreen\:top-0 {
13411
13667
  top: 0 !important;
13412
13668
  }
@@ -13421,6 +13677,10 @@ table.table td.has-buttons .buttons {
13421
13677
  right: auto !important;
13422
13678
  }
13423
13679
 
13680
+ .right-1rem {
13681
+ right: 1rem !important;
13682
+ }
13683
+
13424
13684
  .right-0 {
13425
13685
  right: 0 !important;
13426
13686
  }
@@ -13437,6 +13697,9 @@ table.table td.has-buttons .buttons {
13437
13697
  .mobile\:right-auto {
13438
13698
  right: auto !important;
13439
13699
  }
13700
+ .mobile\:right-1rem {
13701
+ right: 1rem !important;
13702
+ }
13440
13703
  .mobile\:right-0 {
13441
13704
  right: 0 !important;
13442
13705
  }
@@ -13451,6 +13714,9 @@ table.table td.has-buttons .buttons {
13451
13714
  .tablet\:right-auto {
13452
13715
  right: auto !important;
13453
13716
  }
13717
+ .tablet\:right-1rem {
13718
+ right: 1rem !important;
13719
+ }
13454
13720
  .tablet\:right-0 {
13455
13721
  right: 0 !important;
13456
13722
  }
@@ -13465,6 +13731,9 @@ table.table td.has-buttons .buttons {
13465
13731
  .desktop\:right-auto {
13466
13732
  right: auto !important;
13467
13733
  }
13734
+ .desktop\:right-1rem {
13735
+ right: 1rem !important;
13736
+ }
13468
13737
  .desktop\:right-0 {
13469
13738
  right: 0 !important;
13470
13739
  }
@@ -13479,6 +13748,9 @@ table.table td.has-buttons .buttons {
13479
13748
  .widescreen\:right-auto {
13480
13749
  right: auto !important;
13481
13750
  }
13751
+ .widescreen\:right-1rem {
13752
+ right: 1rem !important;
13753
+ }
13482
13754
  .widescreen\:right-0 {
13483
13755
  right: 0 !important;
13484
13756
  }
@@ -13493,6 +13765,10 @@ table.table td.has-buttons .buttons {
13493
13765
  bottom: auto !important;
13494
13766
  }
13495
13767
 
13768
+ .bottom-1rem {
13769
+ bottom: 1rem !important;
13770
+ }
13771
+
13496
13772
  .bottom-0 {
13497
13773
  bottom: 0 !important;
13498
13774
  }
@@ -13509,6 +13785,9 @@ table.table td.has-buttons .buttons {
13509
13785
  .mobile\:bottom-auto {
13510
13786
  bottom: auto !important;
13511
13787
  }
13788
+ .mobile\:bottom-1rem {
13789
+ bottom: 1rem !important;
13790
+ }
13512
13791
  .mobile\:bottom-0 {
13513
13792
  bottom: 0 !important;
13514
13793
  }
@@ -13523,6 +13802,9 @@ table.table td.has-buttons .buttons {
13523
13802
  .tablet\:bottom-auto {
13524
13803
  bottom: auto !important;
13525
13804
  }
13805
+ .tablet\:bottom-1rem {
13806
+ bottom: 1rem !important;
13807
+ }
13526
13808
  .tablet\:bottom-0 {
13527
13809
  bottom: 0 !important;
13528
13810
  }
@@ -13537,6 +13819,9 @@ table.table td.has-buttons .buttons {
13537
13819
  .desktop\:bottom-auto {
13538
13820
  bottom: auto !important;
13539
13821
  }
13822
+ .desktop\:bottom-1rem {
13823
+ bottom: 1rem !important;
13824
+ }
13540
13825
  .desktop\:bottom-0 {
13541
13826
  bottom: 0 !important;
13542
13827
  }
@@ -13551,6 +13836,9 @@ table.table td.has-buttons .buttons {
13551
13836
  .widescreen\:bottom-auto {
13552
13837
  bottom: auto !important;
13553
13838
  }
13839
+ .widescreen\:bottom-1rem {
13840
+ bottom: 1rem !important;
13841
+ }
13554
13842
  .widescreen\:bottom-0 {
13555
13843
  bottom: 0 !important;
13556
13844
  }
@@ -13565,6 +13853,10 @@ table.table td.has-buttons .buttons {
13565
13853
  left: auto !important;
13566
13854
  }
13567
13855
 
13856
+ .left-1rem {
13857
+ left: 1rem !important;
13858
+ }
13859
+
13568
13860
  .left-0 {
13569
13861
  left: 0 !important;
13570
13862
  }
@@ -13581,6 +13873,9 @@ table.table td.has-buttons .buttons {
13581
13873
  .mobile\:left-auto {
13582
13874
  left: auto !important;
13583
13875
  }
13876
+ .mobile\:left-1rem {
13877
+ left: 1rem !important;
13878
+ }
13584
13879
  .mobile\:left-0 {
13585
13880
  left: 0 !important;
13586
13881
  }
@@ -13595,6 +13890,9 @@ table.table td.has-buttons .buttons {
13595
13890
  .tablet\:left-auto {
13596
13891
  left: auto !important;
13597
13892
  }
13893
+ .tablet\:left-1rem {
13894
+ left: 1rem !important;
13895
+ }
13598
13896
  .tablet\:left-0 {
13599
13897
  left: 0 !important;
13600
13898
  }
@@ -13609,6 +13907,9 @@ table.table td.has-buttons .buttons {
13609
13907
  .desktop\:left-auto {
13610
13908
  left: auto !important;
13611
13909
  }
13910
+ .desktop\:left-1rem {
13911
+ left: 1rem !important;
13912
+ }
13612
13913
  .desktop\:left-0 {
13613
13914
  left: 0 !important;
13614
13915
  }
@@ -13623,6 +13924,9 @@ table.table td.has-buttons .buttons {
13623
13924
  .widescreen\:left-auto {
13624
13925
  left: auto !important;
13625
13926
  }
13927
+ .widescreen\:left-1rem {
13928
+ left: 1rem !important;
13929
+ }
13626
13930
  .widescreen\:left-0 {
13627
13931
  left: 0 !important;
13628
13932
  }