@westpac/ui 0.55.3 → 0.56.1

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 (20) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/dist/component-type.json +1 -1
  3. package/dist/components/date-picker-beta/components/date-field/components/date-segment/date-segment.component.js +0 -1
  4. package/dist/components/date-picker-beta/components/date-field/components/date-segment/date-segment.styles.d.ts +2 -14
  5. package/dist/components/date-picker-beta/components/date-field/components/date-segment/date-segment.styles.js +2 -6
  6. package/dist/components/date-picker-beta/components/popover/popover.styles.js +1 -1
  7. package/dist/components/date-picker-beta/date-picker.component.d.ts +1 -1
  8. package/dist/components/date-picker-beta/date-picker.component.js +4 -3
  9. package/dist/components/date-picker-beta/date-picker.styles.d.ts +15 -0
  10. package/dist/components/date-picker-beta/date-picker.styles.js +13 -8
  11. package/dist/components/date-picker-beta/date-picker.types.d.ts +11 -1
  12. package/dist/css/westpac-ui.css +155 -246
  13. package/dist/css/westpac-ui.min.css +155 -246
  14. package/package.json +2 -2
  15. package/src/components/date-picker-beta/components/date-field/components/date-segment/date-segment.component.tsx +0 -1
  16. package/src/components/date-picker-beta/components/date-field/components/date-segment/date-segment.styles.ts +2 -6
  17. package/src/components/date-picker-beta/components/popover/popover.styles.ts +1 -1
  18. package/src/components/date-picker-beta/date-picker.component.tsx +9 -2
  19. package/src/components/date-picker-beta/date-picker.styles.ts +13 -8
  20. package/src/components/date-picker-beta/date-picker.types.ts +11 -4
@@ -3313,6 +3313,9 @@ body {
3313
3313
  .-right-2 {
3314
3314
  right: -0.75rem;
3315
3315
  }
3316
+ .bottom-0 {
3317
+ bottom: 0rem;
3318
+ }
3316
3319
  .bottom-full {
3317
3320
  bottom: 100%;
3318
3321
  }
@@ -3502,14 +3505,6 @@ body {
3502
3505
  margin-left: -1.5rem;
3503
3506
  margin-right: -1.5rem;
3504
3507
  }
3505
- .-my-0\.5 {
3506
- margin-top: -0.1875rem;
3507
- margin-bottom: -0.1875rem;
3508
- }
3509
- .-my-1\.5 {
3510
- margin-top: -0.5625rem;
3511
- margin-bottom: -0.5625rem;
3512
- }
3513
3508
  .-my-2 {
3514
3509
  margin-top: -0.75rem;
3515
3510
  margin-bottom: -0.75rem;
@@ -3554,14 +3549,6 @@ body {
3554
3549
  margin-top: 1.5rem;
3555
3550
  margin-bottom: 1.5rem;
3556
3551
  }
3557
- .my-\[-0\.3125rem\] {
3558
- margin-top: -0.3125rem;
3559
- margin-bottom: -0.3125rem;
3560
- }
3561
- .my-\[-0\.5rem\] {
3562
- margin-top: -0.5rem;
3563
- margin-bottom: -0.5rem;
3564
- }
3565
3552
  .\!mb-0 {
3566
3553
  margin-bottom: 0rem !important;
3567
3554
  }
@@ -3607,12 +3594,6 @@ body {
3607
3594
  .mb-5 {
3608
3595
  margin-bottom: 1.875rem;
3609
3596
  }
3610
- .mb-\[-0\.25rem\] {
3611
- margin-bottom: -0.25rem;
3612
- }
3613
- .mb-\[-0\.625rem\] {
3614
- margin-bottom: -0.625rem;
3615
- }
3616
3597
  .mb-\[-1px\] {
3617
3598
  margin-bottom: -1px;
3618
3599
  }
@@ -3942,6 +3923,18 @@ body {
3942
3923
  .h-screen {
3943
3924
  height: 100vh;
3944
3925
  }
3926
+ .max-h-5 {
3927
+ max-height: 1.875rem;
3928
+ }
3929
+ .max-h-6 {
3930
+ max-height: 2.25rem;
3931
+ }
3932
+ .max-h-7 {
3933
+ max-height: 2.625rem;
3934
+ }
3935
+ .max-h-8 {
3936
+ max-height: 3rem;
3937
+ }
3945
3938
  .max-h-\[400px\] {
3946
3939
  max-height: 400px;
3947
3940
  }
@@ -3960,24 +3953,24 @@ body {
3960
3953
  .min-h-12 {
3961
3954
  min-height: 4.5rem;
3962
3955
  }
3963
- .min-h-5 {
3964
- min-height: 1.875rem;
3965
- }
3966
- .min-h-6 {
3967
- min-height: 2.25rem;
3968
- }
3969
- .min-h-7 {
3970
- min-height: 2.625rem;
3971
- }
3972
- .min-h-8 {
3973
- min-height: 3rem;
3974
- }
3975
3956
  .min-h-9 {
3976
3957
  min-height: 3.375rem;
3977
3958
  }
3959
+ .min-h-\[1\.75rem\] {
3960
+ min-height: 1.75rem;
3961
+ }
3978
3962
  .min-h-\[17\.5rem\] {
3979
3963
  min-height: 17.5rem;
3980
3964
  }
3965
+ .min-h-\[2\.125rem\] {
3966
+ min-height: 2.125rem;
3967
+ }
3968
+ .min-h-\[2\.5rem\] {
3969
+ min-height: 2.5rem;
3970
+ }
3971
+ .min-h-\[2\.875rem\] {
3972
+ min-height: 2.875rem;
3973
+ }
3981
3974
  .min-h-\[90px\] {
3982
3975
  min-height: 90px;
3983
3976
  }
@@ -4423,6 +4416,9 @@ body {
4423
4416
  .justify-between {
4424
4417
  justify-content: space-between;
4425
4418
  }
4419
+ .gap-0 {
4420
+ gap: 0rem;
4421
+ }
4426
4422
  .gap-1 {
4427
4423
  gap: 0.375rem;
4428
4424
  }
@@ -8950,14 +8946,6 @@ body {
8950
8946
  .xsl\:row-span-6 {
8951
8947
  grid-row: span 6 / span 6;
8952
8948
  }
8953
- .xsl\:-my-0\.5 {
8954
- margin-top: -0.1875rem;
8955
- margin-bottom: -0.1875rem;
8956
- }
8957
- .xsl\:-my-1\.5 {
8958
- margin-top: -0.5625rem;
8959
- margin-bottom: -0.5625rem;
8960
- }
8961
8949
  .xsl\:mx-\[-8vw\] {
8962
8950
  margin-left: -8vw;
8963
8951
  margin-right: -8vw;
@@ -8970,14 +8958,6 @@ body {
8970
8958
  margin-top: 0.75rem;
8971
8959
  margin-bottom: 0.75rem;
8972
8960
  }
8973
- .xsl\:my-\[-0\.3125rem\] {
8974
- margin-top: -0.3125rem;
8975
- margin-bottom: -0.3125rem;
8976
- }
8977
- .xsl\:my-\[-0\.5rem\] {
8978
- margin-top: -0.5rem;
8979
- margin-bottom: -0.5rem;
8980
- }
8981
8961
  .xsl\:-mr-1\.5 {
8982
8962
  margin-right: -0.5625rem;
8983
8963
  }
@@ -9011,12 +8991,6 @@ body {
9011
8991
  .xsl\:mb-5 {
9012
8992
  margin-bottom: 1.875rem;
9013
8993
  }
9014
- .xsl\:mb-\[-0\.25rem\] {
9015
- margin-bottom: -0.25rem;
9016
- }
9017
- .xsl\:mb-\[-0\.625rem\] {
9018
- margin-bottom: -0.625rem;
9019
- }
9020
8994
  .xsl\:mb-\[-1px\] {
9021
8995
  margin-bottom: -1px;
9022
8996
  }
@@ -9041,9 +9015,6 @@ body {
9041
9015
  .xsl\:mr-\[0\.25rem\] {
9042
9016
  margin-right: 0.25rem;
9043
9017
  }
9044
- .xsl\:mt-1 {
9045
- margin-top: 0.375rem;
9046
- }
9047
9018
  .xsl\:mt-2 {
9048
9019
  margin-top: 0.75rem;
9049
9020
  }
@@ -9149,6 +9120,18 @@ body {
9149
9120
  .xsl\:h-screen {
9150
9121
  height: 100vh;
9151
9122
  }
9123
+ .xsl\:max-h-5 {
9124
+ max-height: 1.875rem;
9125
+ }
9126
+ .xsl\:max-h-6 {
9127
+ max-height: 2.25rem;
9128
+ }
9129
+ .xsl\:max-h-7 {
9130
+ max-height: 2.625rem;
9131
+ }
9132
+ .xsl\:max-h-8 {
9133
+ max-height: 3rem;
9134
+ }
9152
9135
  .xsl\:max-h-screen {
9153
9136
  max-height: 100vh;
9154
9137
  }
@@ -9158,20 +9141,20 @@ body {
9158
9141
  .xsl\:min-h-12 {
9159
9142
  min-height: 4.5rem;
9160
9143
  }
9161
- .xsl\:min-h-5 {
9162
- min-height: 1.875rem;
9144
+ .xsl\:min-h-9 {
9145
+ min-height: 3.375rem;
9163
9146
  }
9164
- .xsl\:min-h-6 {
9165
- min-height: 2.25rem;
9147
+ .xsl\:min-h-\[1\.75rem\] {
9148
+ min-height: 1.75rem;
9166
9149
  }
9167
- .xsl\:min-h-7 {
9168
- min-height: 2.625rem;
9150
+ .xsl\:min-h-\[2\.125rem\] {
9151
+ min-height: 2.125rem;
9169
9152
  }
9170
- .xsl\:min-h-8 {
9171
- min-height: 3rem;
9153
+ .xsl\:min-h-\[2\.5rem\] {
9154
+ min-height: 2.5rem;
9172
9155
  }
9173
- .xsl\:min-h-9 {
9174
- min-height: 3.375rem;
9156
+ .xsl\:min-h-\[2\.875rem\] {
9157
+ min-height: 2.875rem;
9175
9158
  }
9176
9159
  .xsl\:w-0 {
9177
9160
  width: 0rem;
@@ -9384,6 +9367,9 @@ body {
9384
9367
  .xsl\:justify-between {
9385
9368
  justify-content: space-between;
9386
9369
  }
9370
+ .xsl\:gap-0 {
9371
+ gap: 0rem;
9372
+ }
9387
9373
  .xsl\:gap-1\.5 {
9388
9374
  gap: 0.5625rem;
9389
9375
  }
@@ -9762,10 +9748,6 @@ body {
9762
9748
  padding-top: 1.125rem;
9763
9749
  padding-bottom: 1.125rem;
9764
9750
  }
9765
- .xsl\:py-\[0\.25rem\] {
9766
- padding-top: 0.25rem;
9767
- padding-bottom: 0.25rem;
9768
- }
9769
9751
  .xsl\:py-\[0\.3125rem\] {
9770
9752
  padding-top: 0.3125rem;
9771
9753
  padding-bottom: 0.3125rem;
@@ -9960,10 +9942,6 @@ body {
9960
9942
  --tw-text-opacity: 1;
9961
9943
  color: rgba(var(--colors-text-10), var(--tw-text-opacity, 1));
9962
9944
  }
9963
- .xsl\:text-text-50 {
9964
- --tw-text-opacity: 1;
9965
- color: rgba(var(--colors-text-50), var(--tw-text-opacity, 1));
9966
- }
9967
9945
  .xsl\:text-warning {
9968
9946
  --tw-text-opacity: 1;
9969
9947
  color: rgb(197 59 0 / var(--tw-text-opacity, 1));
@@ -10679,14 +10657,6 @@ body {
10679
10657
  .sm\:row-span-6 {
10680
10658
  grid-row: span 6 / span 6;
10681
10659
  }
10682
- .sm\:-my-0\.5 {
10683
- margin-top: -0.1875rem;
10684
- margin-bottom: -0.1875rem;
10685
- }
10686
- .sm\:-my-1\.5 {
10687
- margin-top: -0.5625rem;
10688
- margin-bottom: -0.5625rem;
10689
- }
10690
10660
  .sm\:mx-\[-8vw\] {
10691
10661
  margin-left: -8vw;
10692
10662
  margin-right: -8vw;
@@ -10699,14 +10669,6 @@ body {
10699
10669
  margin-top: 0.75rem;
10700
10670
  margin-bottom: 0.75rem;
10701
10671
  }
10702
- .sm\:my-\[-0\.3125rem\] {
10703
- margin-top: -0.3125rem;
10704
- margin-bottom: -0.3125rem;
10705
- }
10706
- .sm\:my-\[-0\.5rem\] {
10707
- margin-top: -0.5rem;
10708
- margin-bottom: -0.5rem;
10709
- }
10710
10672
  .sm\:-ml-4 {
10711
10673
  margin-left: -1.5rem;
10712
10674
  }
@@ -10746,12 +10708,6 @@ body {
10746
10708
  .sm\:mb-5 {
10747
10709
  margin-bottom: 1.875rem;
10748
10710
  }
10749
- .sm\:mb-\[-0\.25rem\] {
10750
- margin-bottom: -0.25rem;
10751
- }
10752
- .sm\:mb-\[-0\.625rem\] {
10753
- margin-bottom: -0.625rem;
10754
- }
10755
10711
  .sm\:mb-\[-1px\] {
10756
10712
  margin-bottom: -1px;
10757
10713
  }
@@ -10776,9 +10732,6 @@ body {
10776
10732
  .sm\:mr-\[0\.25rem\] {
10777
10733
  margin-right: 0.25rem;
10778
10734
  }
10779
- .sm\:mt-1 {
10780
- margin-top: 0.375rem;
10781
- }
10782
10735
  .sm\:mt-2 {
10783
10736
  margin-top: 0.75rem;
10784
10737
  }
@@ -10898,6 +10851,18 @@ body {
10898
10851
  .sm\:h-screen {
10899
10852
  height: 100vh;
10900
10853
  }
10854
+ .sm\:max-h-5 {
10855
+ max-height: 1.875rem;
10856
+ }
10857
+ .sm\:max-h-6 {
10858
+ max-height: 2.25rem;
10859
+ }
10860
+ .sm\:max-h-7 {
10861
+ max-height: 2.625rem;
10862
+ }
10863
+ .sm\:max-h-8 {
10864
+ max-height: 3rem;
10865
+ }
10901
10866
  .sm\:max-h-screen {
10902
10867
  max-height: 100vh;
10903
10868
  }
@@ -10907,20 +10872,20 @@ body {
10907
10872
  .sm\:min-h-12 {
10908
10873
  min-height: 4.5rem;
10909
10874
  }
10910
- .sm\:min-h-5 {
10911
- min-height: 1.875rem;
10875
+ .sm\:min-h-9 {
10876
+ min-height: 3.375rem;
10912
10877
  }
10913
- .sm\:min-h-6 {
10914
- min-height: 2.25rem;
10878
+ .sm\:min-h-\[1\.75rem\] {
10879
+ min-height: 1.75rem;
10915
10880
  }
10916
- .sm\:min-h-7 {
10917
- min-height: 2.625rem;
10881
+ .sm\:min-h-\[2\.125rem\] {
10882
+ min-height: 2.125rem;
10918
10883
  }
10919
- .sm\:min-h-8 {
10920
- min-height: 3rem;
10884
+ .sm\:min-h-\[2\.5rem\] {
10885
+ min-height: 2.5rem;
10921
10886
  }
10922
- .sm\:min-h-9 {
10923
- min-height: 3.375rem;
10887
+ .sm\:min-h-\[2\.875rem\] {
10888
+ min-height: 2.875rem;
10924
10889
  }
10925
10890
  .sm\:w-0 {
10926
10891
  width: 0rem;
@@ -11136,6 +11101,9 @@ body {
11136
11101
  .sm\:justify-between {
11137
11102
  justify-content: space-between;
11138
11103
  }
11104
+ .sm\:gap-0 {
11105
+ gap: 0rem;
11106
+ }
11139
11107
  .sm\:gap-1\.5 {
11140
11108
  gap: 0.5625rem;
11141
11109
  }
@@ -11525,10 +11493,6 @@ body {
11525
11493
  padding-top: 1.125rem;
11526
11494
  padding-bottom: 1.125rem;
11527
11495
  }
11528
- .sm\:py-\[0\.25rem\] {
11529
- padding-top: 0.25rem;
11530
- padding-bottom: 0.25rem;
11531
- }
11532
11496
  .sm\:py-\[0\.3125rem\] {
11533
11497
  padding-top: 0.3125rem;
11534
11498
  padding-bottom: 0.3125rem;
@@ -11735,10 +11699,6 @@ body {
11735
11699
  --tw-text-opacity: 1;
11736
11700
  color: rgba(var(--colors-text-10), var(--tw-text-opacity, 1));
11737
11701
  }
11738
- .sm\:text-text-50 {
11739
- --tw-text-opacity: 1;
11740
- color: rgba(var(--colors-text-50), var(--tw-text-opacity, 1));
11741
- }
11742
11702
  .sm\:text-warning {
11743
11703
  --tw-text-opacity: 1;
11744
11704
  color: rgb(197 59 0 / var(--tw-text-opacity, 1));
@@ -12523,14 +12483,6 @@ body {
12523
12483
  margin-left: -1.125rem;
12524
12484
  margin-right: -1.125rem;
12525
12485
  }
12526
- .md\:-my-0\.5 {
12527
- margin-top: -0.1875rem;
12528
- margin-bottom: -0.1875rem;
12529
- }
12530
- .md\:-my-1\.5 {
12531
- margin-top: -0.5625rem;
12532
- margin-bottom: -0.5625rem;
12533
- }
12534
12486
  .md\:-my-3 {
12535
12487
  margin-top: -1.125rem;
12536
12488
  margin-bottom: -1.125rem;
@@ -12547,14 +12499,6 @@ body {
12547
12499
  margin-top: 0.75rem;
12548
12500
  margin-bottom: 0.75rem;
12549
12501
  }
12550
- .md\:my-\[-0\.3125rem\] {
12551
- margin-top: -0.3125rem;
12552
- margin-bottom: -0.3125rem;
12553
- }
12554
- .md\:my-\[-0\.5rem\] {
12555
- margin-top: -0.5rem;
12556
- margin-bottom: -0.5rem;
12557
- }
12558
12502
  .md\:-ml-3 {
12559
12503
  margin-left: -1.125rem;
12560
12504
  }
@@ -12594,12 +12538,6 @@ body {
12594
12538
  .md\:mb-5 {
12595
12539
  margin-bottom: 1.875rem;
12596
12540
  }
12597
- .md\:mb-\[-0\.25rem\] {
12598
- margin-bottom: -0.25rem;
12599
- }
12600
- .md\:mb-\[-0\.625rem\] {
12601
- margin-bottom: -0.625rem;
12602
- }
12603
12541
  .md\:mb-\[-1px\] {
12604
12542
  margin-bottom: -1px;
12605
12543
  }
@@ -12735,6 +12673,18 @@ body {
12735
12673
  .md\:h-screen {
12736
12674
  height: 100vh;
12737
12675
  }
12676
+ .md\:max-h-5 {
12677
+ max-height: 1.875rem;
12678
+ }
12679
+ .md\:max-h-6 {
12680
+ max-height: 2.25rem;
12681
+ }
12682
+ .md\:max-h-7 {
12683
+ max-height: 2.625rem;
12684
+ }
12685
+ .md\:max-h-8 {
12686
+ max-height: 3rem;
12687
+ }
12738
12688
  .md\:max-h-screen {
12739
12689
  max-height: 100vh;
12740
12690
  }
@@ -12744,20 +12694,20 @@ body {
12744
12694
  .md\:min-h-12 {
12745
12695
  min-height: 4.5rem;
12746
12696
  }
12747
- .md\:min-h-5 {
12748
- min-height: 1.875rem;
12697
+ .md\:min-h-9 {
12698
+ min-height: 3.375rem;
12749
12699
  }
12750
- .md\:min-h-6 {
12751
- min-height: 2.25rem;
12700
+ .md\:min-h-\[1\.75rem\] {
12701
+ min-height: 1.75rem;
12752
12702
  }
12753
- .md\:min-h-7 {
12754
- min-height: 2.625rem;
12703
+ .md\:min-h-\[2\.125rem\] {
12704
+ min-height: 2.125rem;
12755
12705
  }
12756
- .md\:min-h-8 {
12757
- min-height: 3rem;
12706
+ .md\:min-h-\[2\.5rem\] {
12707
+ min-height: 2.5rem;
12758
12708
  }
12759
- .md\:min-h-9 {
12760
- min-height: 3.375rem;
12709
+ .md\:min-h-\[2\.875rem\] {
12710
+ min-height: 2.875rem;
12761
12711
  }
12762
12712
  .md\:w-0 {
12763
12713
  width: 0rem;
@@ -12970,6 +12920,9 @@ body {
12970
12920
  .md\:justify-between {
12971
12921
  justify-content: space-between;
12972
12922
  }
12923
+ .md\:gap-0 {
12924
+ gap: 0rem;
12925
+ }
12973
12926
  .md\:gap-1\.5 {
12974
12927
  gap: 0.5625rem;
12975
12928
  }
@@ -13385,10 +13338,6 @@ body {
13385
13338
  padding-top: 1.125rem;
13386
13339
  padding-bottom: 1.125rem;
13387
13340
  }
13388
- .md\:py-\[0\.25rem\] {
13389
- padding-top: 0.25rem;
13390
- padding-bottom: 0.25rem;
13391
- }
13392
13341
  .md\:py-\[0\.3125rem\] {
13393
13342
  padding-top: 0.3125rem;
13394
13343
  padding-bottom: 0.3125rem;
@@ -13577,10 +13526,6 @@ body {
13577
13526
  --tw-text-opacity: 1;
13578
13527
  color: rgba(var(--colors-text-10), var(--tw-text-opacity, 1));
13579
13528
  }
13580
- .md\:text-text-50 {
13581
- --tw-text-opacity: 1;
13582
- color: rgba(var(--colors-text-50), var(--tw-text-opacity, 1));
13583
- }
13584
13529
  .md\:text-warning {
13585
13530
  --tw-text-opacity: 1;
13586
13531
  color: rgb(197 59 0 / var(--tw-text-opacity, 1));
@@ -14369,14 +14314,6 @@ body {
14369
14314
  .lg\:row-span-6 {
14370
14315
  grid-row: span 6 / span 6;
14371
14316
  }
14372
- .lg\:-my-0\.5 {
14373
- margin-top: -0.1875rem;
14374
- margin-bottom: -0.1875rem;
14375
- }
14376
- .lg\:-my-1\.5 {
14377
- margin-top: -0.5625rem;
14378
- margin-bottom: -0.5625rem;
14379
- }
14380
14317
  .lg\:mx-\[-8vw\] {
14381
14318
  margin-left: -8vw;
14382
14319
  margin-right: -8vw;
@@ -14389,14 +14326,6 @@ body {
14389
14326
  margin-top: 0.75rem;
14390
14327
  margin-bottom: 0.75rem;
14391
14328
  }
14392
- .lg\:my-\[-0\.3125rem\] {
14393
- margin-top: -0.3125rem;
14394
- margin-bottom: -0.3125rem;
14395
- }
14396
- .lg\:my-\[-0\.5rem\] {
14397
- margin-top: -0.5rem;
14398
- margin-bottom: -0.5rem;
14399
- }
14400
14329
  .lg\:-mr-1\.5 {
14401
14330
  margin-right: -0.5625rem;
14402
14331
  }
@@ -14435,12 +14364,6 @@ body {
14435
14364
  .lg\:mb-5 {
14436
14365
  margin-bottom: 1.875rem;
14437
14366
  }
14438
- .lg\:mb-\[-0\.25rem\] {
14439
- margin-bottom: -0.25rem;
14440
- }
14441
- .lg\:mb-\[-0\.625rem\] {
14442
- margin-bottom: -0.625rem;
14443
- }
14444
14367
  .lg\:mb-\[-1px\] {
14445
14368
  margin-bottom: -1px;
14446
14369
  }
@@ -14468,9 +14391,6 @@ body {
14468
14391
  .lg\:mr-\[300px\] {
14469
14392
  margin-right: 300px;
14470
14393
  }
14471
- .lg\:mt-1 {
14472
- margin-top: 0.375rem;
14473
- }
14474
14394
  .lg\:mt-2 {
14475
14395
  margin-top: 0.75rem;
14476
14396
  }
@@ -14571,6 +14491,18 @@ body {
14571
14491
  .lg\:h-screen {
14572
14492
  height: 100vh;
14573
14493
  }
14494
+ .lg\:max-h-5 {
14495
+ max-height: 1.875rem;
14496
+ }
14497
+ .lg\:max-h-6 {
14498
+ max-height: 2.25rem;
14499
+ }
14500
+ .lg\:max-h-7 {
14501
+ max-height: 2.625rem;
14502
+ }
14503
+ .lg\:max-h-8 {
14504
+ max-height: 3rem;
14505
+ }
14574
14506
  .lg\:max-h-screen {
14575
14507
  max-height: 100vh;
14576
14508
  }
@@ -14580,20 +14512,20 @@ body {
14580
14512
  .lg\:min-h-12 {
14581
14513
  min-height: 4.5rem;
14582
14514
  }
14583
- .lg\:min-h-5 {
14584
- min-height: 1.875rem;
14515
+ .lg\:min-h-9 {
14516
+ min-height: 3.375rem;
14585
14517
  }
14586
- .lg\:min-h-6 {
14587
- min-height: 2.25rem;
14518
+ .lg\:min-h-\[1\.75rem\] {
14519
+ min-height: 1.75rem;
14588
14520
  }
14589
- .lg\:min-h-7 {
14590
- min-height: 2.625rem;
14521
+ .lg\:min-h-\[2\.125rem\] {
14522
+ min-height: 2.125rem;
14591
14523
  }
14592
- .lg\:min-h-8 {
14593
- min-height: 3rem;
14524
+ .lg\:min-h-\[2\.5rem\] {
14525
+ min-height: 2.5rem;
14594
14526
  }
14595
- .lg\:min-h-9 {
14596
- min-height: 3.375rem;
14527
+ .lg\:min-h-\[2\.875rem\] {
14528
+ min-height: 2.875rem;
14597
14529
  }
14598
14530
  .lg\:w-0 {
14599
14531
  width: 0rem;
@@ -14806,6 +14738,9 @@ body {
14806
14738
  .lg\:justify-between {
14807
14739
  justify-content: space-between;
14808
14740
  }
14741
+ .lg\:gap-0 {
14742
+ gap: 0rem;
14743
+ }
14809
14744
  .lg\:gap-1\.5 {
14810
14745
  gap: 0.5625rem;
14811
14746
  }
@@ -15202,10 +15137,6 @@ body {
15202
15137
  padding-top: 1.125rem;
15203
15138
  padding-bottom: 1.125rem;
15204
15139
  }
15205
- .lg\:py-\[0\.25rem\] {
15206
- padding-top: 0.25rem;
15207
- padding-bottom: 0.25rem;
15208
- }
15209
15140
  .lg\:py-\[0\.3125rem\] {
15210
15141
  padding-top: 0.3125rem;
15211
15142
  padding-bottom: 0.3125rem;
@@ -15394,10 +15325,6 @@ body {
15394
15325
  --tw-text-opacity: 1;
15395
15326
  color: rgba(var(--colors-text-10), var(--tw-text-opacity, 1));
15396
15327
  }
15397
- .lg\:text-text-50 {
15398
- --tw-text-opacity: 1;
15399
- color: rgba(var(--colors-text-50), var(--tw-text-opacity, 1));
15400
- }
15401
15328
  .lg\:text-warning {
15402
15329
  --tw-text-opacity: 1;
15403
15330
  color: rgb(197 59 0 / var(--tw-text-opacity, 1));
@@ -16148,14 +16075,6 @@ body {
16148
16075
  .xl\:row-span-6 {
16149
16076
  grid-row: span 6 / span 6;
16150
16077
  }
16151
- .xl\:-my-0\.5 {
16152
- margin-top: -0.1875rem;
16153
- margin-bottom: -0.1875rem;
16154
- }
16155
- .xl\:-my-1\.5 {
16156
- margin-top: -0.5625rem;
16157
- margin-bottom: -0.5625rem;
16158
- }
16159
16078
  .xl\:mx-\[-8vw\] {
16160
16079
  margin-left: -8vw;
16161
16080
  margin-right: -8vw;
@@ -16168,14 +16087,6 @@ body {
16168
16087
  margin-top: 0.75rem;
16169
16088
  margin-bottom: 0.75rem;
16170
16089
  }
16171
- .xl\:my-\[-0\.3125rem\] {
16172
- margin-top: -0.3125rem;
16173
- margin-bottom: -0.3125rem;
16174
- }
16175
- .xl\:my-\[-0\.5rem\] {
16176
- margin-top: -0.5rem;
16177
- margin-bottom: -0.5rem;
16178
- }
16179
16090
  .xl\:-mr-1\.5 {
16180
16091
  margin-right: -0.5625rem;
16181
16092
  }
@@ -16209,12 +16120,6 @@ body {
16209
16120
  .xl\:mb-5 {
16210
16121
  margin-bottom: 1.875rem;
16211
16122
  }
16212
- .xl\:mb-\[-0\.25rem\] {
16213
- margin-bottom: -0.25rem;
16214
- }
16215
- .xl\:mb-\[-0\.625rem\] {
16216
- margin-bottom: -0.625rem;
16217
- }
16218
16123
  .xl\:mb-\[-1px\] {
16219
16124
  margin-bottom: -1px;
16220
16125
  }
@@ -16239,9 +16144,6 @@ body {
16239
16144
  .xl\:mr-\[0\.25rem\] {
16240
16145
  margin-right: 0.25rem;
16241
16146
  }
16242
- .xl\:mt-1 {
16243
- margin-top: 0.375rem;
16244
- }
16245
16147
  .xl\:mt-2 {
16246
16148
  margin-top: 0.75rem;
16247
16149
  }
@@ -16342,6 +16244,18 @@ body {
16342
16244
  .xl\:h-screen {
16343
16245
  height: 100vh;
16344
16246
  }
16247
+ .xl\:max-h-5 {
16248
+ max-height: 1.875rem;
16249
+ }
16250
+ .xl\:max-h-6 {
16251
+ max-height: 2.25rem;
16252
+ }
16253
+ .xl\:max-h-7 {
16254
+ max-height: 2.625rem;
16255
+ }
16256
+ .xl\:max-h-8 {
16257
+ max-height: 3rem;
16258
+ }
16345
16259
  .xl\:max-h-screen {
16346
16260
  max-height: 100vh;
16347
16261
  }
@@ -16351,20 +16265,20 @@ body {
16351
16265
  .xl\:min-h-12 {
16352
16266
  min-height: 4.5rem;
16353
16267
  }
16354
- .xl\:min-h-5 {
16355
- min-height: 1.875rem;
16268
+ .xl\:min-h-9 {
16269
+ min-height: 3.375rem;
16356
16270
  }
16357
- .xl\:min-h-6 {
16358
- min-height: 2.25rem;
16271
+ .xl\:min-h-\[1\.75rem\] {
16272
+ min-height: 1.75rem;
16359
16273
  }
16360
- .xl\:min-h-7 {
16361
- min-height: 2.625rem;
16274
+ .xl\:min-h-\[2\.125rem\] {
16275
+ min-height: 2.125rem;
16362
16276
  }
16363
- .xl\:min-h-8 {
16364
- min-height: 3rem;
16277
+ .xl\:min-h-\[2\.5rem\] {
16278
+ min-height: 2.5rem;
16365
16279
  }
16366
- .xl\:min-h-9 {
16367
- min-height: 3.375rem;
16280
+ .xl\:min-h-\[2\.875rem\] {
16281
+ min-height: 2.875rem;
16368
16282
  }
16369
16283
  .xl\:w-0 {
16370
16284
  width: 0rem;
@@ -16569,6 +16483,9 @@ body {
16569
16483
  .xl\:justify-between {
16570
16484
  justify-content: space-between;
16571
16485
  }
16486
+ .xl\:gap-0 {
16487
+ gap: 0rem;
16488
+ }
16572
16489
  .xl\:gap-1\.5 {
16573
16490
  gap: 0.5625rem;
16574
16491
  }
@@ -16947,10 +16864,6 @@ body {
16947
16864
  padding-top: 1.125rem;
16948
16865
  padding-bottom: 1.125rem;
16949
16866
  }
16950
- .xl\:py-\[0\.25rem\] {
16951
- padding-top: 0.25rem;
16952
- padding-bottom: 0.25rem;
16953
- }
16954
16867
  .xl\:py-\[0\.3125rem\] {
16955
16868
  padding-top: 0.3125rem;
16956
16869
  padding-bottom: 0.3125rem;
@@ -17139,10 +17052,6 @@ body {
17139
17052
  --tw-text-opacity: 1;
17140
17053
  color: rgba(var(--colors-text-10), var(--tw-text-opacity, 1));
17141
17054
  }
17142
- .xl\:text-text-50 {
17143
- --tw-text-opacity: 1;
17144
- color: rgba(var(--colors-text-50), var(--tw-text-opacity, 1));
17145
- }
17146
17055
  .xl\:text-warning {
17147
17056
  --tw-text-opacity: 1;
17148
17057
  color: rgb(197 59 0 / var(--tw-text-opacity, 1));