@photonix/basic 1.8.1 → 1.8.2

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 (4) hide show
  1. package/dist/index.css +307 -263
  2. package/dist/index.js +4139 -4107
  3. package/dist/index.mjs +4144 -4112
  4. package/package.json +3 -3
package/dist/index.css CHANGED
@@ -5587,33 +5587,33 @@
5587
5587
  block-size: var(--dimensions-20) !important;
5588
5588
  inline-size: var(--dimensions-20) !important;
5589
5589
  }
5590
- ._appBarRoot_tp2z5_3 {
5591
- background-color: var(--surface-neutral-primary);
5590
+ ._appBarRoot_1nloo_3 {
5591
+ background-color: transparent;
5592
5592
  display: flex;
5593
5593
  flex-direction: column;
5594
5594
  inline-size: 100%;
5595
5595
  position: relative;
5596
5596
  transition: background-color .2s ease-out, box-shadow .2s ease-out;
5597
5597
  }
5598
- ._appBarSticky_tp2z5_16 {
5598
+ ._appBarSticky_1nloo_16 {
5599
5599
  inset-block-start: 0;
5600
5600
  position: sticky;
5601
5601
  z-index: var(--z-index-sticky);
5602
5602
  }
5603
- ._appBarElevated_tp2z5_24 {
5603
+ ._appBarElevated_1nloo_24 {
5604
5604
  background-color: var(--surface-neutral-elevator);
5605
5605
  border-block-end: var(--border-sm) solid var(--border-neutral-tertiary);
5606
5606
  box-shadow: var(--shadow-sm);
5607
5607
  }
5608
- ._appBarLeading_tp2z5_34,
5609
- ._appBarTrailing_tp2z5_41 {
5608
+ ._appBarLeading_1nloo_34,
5609
+ ._appBarTrailing_1nloo_41 {
5610
5610
  align-items: center;
5611
5611
  display: flex;
5612
5612
  flex-shrink: 0;
5613
5613
  }
5614
- ._appBarSearchFocusHeader_tp2z5_50 {
5614
+ ._appBarSearchFocusHeader_1nloo_50 {
5615
5615
  align-items: center;
5616
- background-color: var(--surface-neutral-primary);
5616
+ background-color: transparent;
5617
5617
  display: flex;
5618
5618
  gap: var(--space-4xs);
5619
5619
  inset-block-start: 0;
@@ -5631,13 +5631,13 @@
5631
5631
  box-shadow var(--motion-duration-normal) var(--motion-ease-standard);
5632
5632
  z-index: 10;
5633
5633
  }
5634
- ._appBarSearchFocusCancelButton_tp2z5_75 {
5634
+ ._appBarSearchFocusCancelButton_1nloo_75 {
5635
5635
  flex-shrink: 0;
5636
5636
  opacity: 0;
5637
5637
  transform: translate(20px);
5638
5638
  transition: opacity var(--motion-duration-normal) var(--motion-ease-standard) 50ms, transform var(--motion-duration-normal) var(--motion-ease-standard) 50ms;
5639
5639
  }
5640
- ._appBarSearchFocusField_tp2z5_86 {
5640
+ ._appBarSearchFocusField_1nloo_86 {
5641
5641
  flex: 1 1 auto;
5642
5642
  margin-inline-end: var(--space-xs);
5643
5643
  opacity: 0;
@@ -5645,7 +5645,7 @@
5645
5645
  transform-origin: right center;
5646
5646
  transition: opacity var(--motion-duration-normal) var(--motion-ease-standard), transform var(--motion-duration-normal) var(--motion-ease-standard);
5647
5647
  }
5648
- ._appBarHeader_tp2z5_100 {
5648
+ ._appBarHeader_1nloo_100 {
5649
5649
  align-items: center;
5650
5650
  display: flex;
5651
5651
  gap: var(--space-none);
@@ -5657,7 +5657,7 @@
5657
5657
  min-block-size var(--motion-duration-normal) var(--motion-ease-standard),
5658
5658
  padding var(--motion-duration-normal) var(--motion-ease-standard);
5659
5659
  }
5660
- ._appBarBackButton_tp2z5_116 {
5660
+ ._appBarBackButton_1nloo_116 {
5661
5661
  flex-shrink: 0;
5662
5662
  inline-size: 0;
5663
5663
  opacity: 0;
@@ -5665,12 +5665,12 @@
5665
5665
  pointer-events: none;
5666
5666
  transition: opacity .25s ease-out, inline-size .25s ease-out;
5667
5667
  }
5668
- ._appBarBackButtonVisible_tp2z5_129 {
5668
+ ._appBarBackButtonVisible_1nloo_129 {
5669
5669
  inline-size: 48px;
5670
5670
  opacity: 1;
5671
5671
  pointer-events: auto;
5672
5672
  }
5673
- ._appBarTitleSmall_tp2z5_136 {
5673
+ ._appBarTitleSmall_1nloo_136 {
5674
5674
  color: var(--text-neutral-primary);
5675
5675
  flex: 1 1 auto;
5676
5676
  font-family: var(--title-lg-family);
@@ -5692,15 +5692,15 @@
5692
5692
  opacity,
5693
5693
  visibility;
5694
5694
  }
5695
- ._appBarTitleSmallNoBack_tp2z5_158 {
5695
+ ._appBarTitleSmallNoBack_1nloo_158 {
5696
5696
  padding-inline-start: var(--space-xs);
5697
5697
  }
5698
- ._appBarTitleSmallVisible_tp2z5_162 {
5698
+ ._appBarTitleSmallVisible_1nloo_162 {
5699
5699
  opacity: 1;
5700
5700
  transform: translateY(0);
5701
5701
  visibility: visible;
5702
5702
  }
5703
- ._appBarBody_tp2z5_170 {
5703
+ ._appBarBody_1nloo_170 {
5704
5704
  display: flex;
5705
5705
  flex-direction: column;
5706
5706
  gap: var(--space-2xs);
@@ -5708,7 +5708,7 @@
5708
5708
  transition: padding 50ms linear, opacity 50ms linear;
5709
5709
  will-change: padding, opacity;
5710
5710
  }
5711
- ._appBarTitleLarge_tp2z5_184 {
5711
+ ._appBarTitleLarge_1nloo_184 {
5712
5712
  color: var(--text-neutral-primary);
5713
5713
  font-family: var(--headline-md-family);
5714
5714
  font-size: var(--headline-md-size);
@@ -5731,37 +5731,37 @@
5731
5731
  opacity,
5732
5732
  max-block-size;
5733
5733
  }
5734
- ._appBarSizeLarge_tp2z5_208 ._appBarBody_tp2z5_170 {
5734
+ ._appBarSizeLarge_1nloo_208 ._appBarBody_1nloo_170 {
5735
5735
  padding-block-end: var(--space-sm);
5736
5736
  }
5737
- ._appBarSizeMedium_tp2z5_212 ._appBarBody_tp2z5_170 {
5737
+ ._appBarSizeMedium_1nloo_212 ._appBarBody_1nloo_170 {
5738
5738
  padding-block-end: var(--space-2xs);
5739
5739
  }
5740
- ._appBarSearchContainer_tp2z5_217 {
5740
+ ._appBarSearchContainer_1nloo_217 {
5741
5741
  flex-shrink: 0;
5742
5742
  transition: opacity .2s ease-out;
5743
5743
  }
5744
- ._appBarSearchFocusMode_tp2z5_227 ._appBarSearchFocusHeader_tp2z5_50 {
5744
+ ._appBarSearchFocusMode_1nloo_227 ._appBarSearchFocusHeader_1nloo_50 {
5745
5745
  opacity: 1;
5746
5746
  pointer-events: auto;
5747
5747
  transform: translateY(0);
5748
5748
  }
5749
- ._appBarSearchFocusMode_tp2z5_227 ._appBarSearchFocusCancelButton_tp2z5_75 {
5749
+ ._appBarSearchFocusMode_1nloo_227 ._appBarSearchFocusCancelButton_1nloo_75 {
5750
5750
  opacity: 1;
5751
5751
  transform: translate(0);
5752
5752
  }
5753
- ._appBarSearchFocusMode_tp2z5_227 ._appBarSearchFocusField_tp2z5_86 {
5753
+ ._appBarSearchFocusMode_1nloo_227 ._appBarSearchFocusField_1nloo_86 {
5754
5754
  opacity: 1;
5755
5755
  transform: scaleX(1);
5756
5756
  }
5757
- ._appBarSearchFocusMode_tp2z5_227._stuck_tp2z5_249 ._appBarSearchFocusHeader_tp2z5_50 {
5757
+ ._appBarSearchFocusMode_1nloo_227._stuck_1nloo_249 ._appBarSearchFocusHeader_1nloo_50 {
5758
5758
  background-color: var(--surface-neutral-elevator);
5759
5759
  box-shadow: inset 0 calc(-1 * var(--border-sm)) 0 0 var(--border-neutral-tertiary), var(--shadow-sm);
5760
5760
  }
5761
- ._appBarSearchFocusMode_tp2z5_227 {
5761
+ ._appBarSearchFocusMode_1nloo_227 {
5762
5762
  min-block-size: var(--dimensions-56);
5763
5763
  }
5764
- ._appBarSearchFocusMode_tp2z5_227 ._appBarHeader_tp2z5_100 {
5764
+ ._appBarSearchFocusMode_1nloo_227 ._appBarHeader_1nloo_100 {
5765
5765
  max-block-size: 0;
5766
5766
  min-block-size: 0;
5767
5767
  opacity: 0;
@@ -5769,42 +5769,42 @@
5769
5769
  padding: 0;
5770
5770
  pointer-events: none;
5771
5771
  }
5772
- ._appBarSearchFocusMode_tp2z5_227 ._appBarBody_tp2z5_170 {
5772
+ ._appBarSearchFocusMode_1nloo_227 ._appBarBody_1nloo_170 {
5773
5773
  max-block-size: 0;
5774
5774
  opacity: 0;
5775
5775
  overflow: hidden;
5776
5776
  padding: 0;
5777
5777
  pointer-events: none;
5778
5778
  }
5779
- ._appBarSpacer_tp2z5_285 {
5779
+ ._appBarSpacer_1nloo_285 {
5780
5780
  flex: 1 1 auto;
5781
5781
  }
5782
- ._appBarActions_tp2z5_289 {
5782
+ ._appBarActions_1nloo_289 {
5783
5783
  align-items: center;
5784
5784
  display: flex;
5785
5785
  flex-shrink: 0;
5786
5786
  gap: var(--space-none);
5787
5787
  }
5788
- ._appBarAction_tp2z5_289 {
5788
+ ._appBarAction_1nloo_289 {
5789
5789
  align-items: center;
5790
5790
  display: flex;
5791
5791
  }
5792
- ._appBarAction_tp2z5_289 > .phx-avatar {
5792
+ ._appBarAction_1nloo_289 > .phx-avatar {
5793
5793
  margin: var(--space-xs);
5794
5794
  }
5795
- ._appBarSearchOnlyMode_tp2z5_309 {
5795
+ ._appBarSearchOnlyMode_1nloo_309 {
5796
5796
  min-block-size: var(--dimensions-64);
5797
5797
  }
5798
- ._appBarSearchOnlyMode_tp2z5_309 ._appBarHeader_tp2z5_100 {
5798
+ ._appBarSearchOnlyMode_1nloo_309 ._appBarHeader_1nloo_100 {
5799
5799
  display: none;
5800
5800
  }
5801
- ._appBarSearchOnlyMode_tp2z5_309 ._appBarBody_tp2z5_170 {
5801
+ ._appBarSearchOnlyMode_1nloo_309 ._appBarBody_1nloo_170 {
5802
5802
  box-sizing: border-box;
5803
5803
  display: flex;
5804
5804
  min-block-size: 100%;
5805
5805
  padding: var(--space-2xs) var(--space-sm);
5806
5806
  }
5807
- ._appBarSearchOnlyMode_tp2z5_309 ._appBarSearchContainer_tp2z5_217 {
5807
+ ._appBarSearchOnlyMode_1nloo_309 ._appBarSearchContainer_1nloo_217 {
5808
5808
  flex: 1;
5809
5809
  }
5810
5810
  ._dividerRoot_irtl2_1 {
@@ -8895,7 +8895,7 @@
8895
8895
  ._disabled_q8tx0_348 ._chipAction_q8tx0_124 {
8896
8896
  color: var(--foreground-state-disabled);
8897
8897
  }
8898
- ._chipBarRoot_6daqn_1 {
8898
+ ._chipBarRoot_1bz5s_1 {
8899
8899
  align-items: center;
8900
8900
  box-sizing: border-box;
8901
8901
  display: flex;
@@ -8905,24 +8905,24 @@
8905
8905
  overflow: visible hidden;
8906
8906
  position: relative;
8907
8907
  }
8908
- ._chipBarSizeLarge_6daqn_14 {
8908
+ ._chipBarSizeLarge_1bz5s_14 {
8909
8909
  block-size: var(--dimensions-56);
8910
8910
  }
8911
- ._chipBarSizeMedium_6daqn_18 {
8911
+ ._chipBarSizeMedium_1bz5s_18 {
8912
8912
  block-size: var(--dimensions-48);
8913
8913
  }
8914
- ._chipBarSticky_6daqn_23 {
8914
+ ._chipBarSticky_1bz5s_23 {
8915
8915
  background-color: transparent;
8916
8916
  inset-block-start: 0;
8917
8917
  position: sticky;
8918
8918
  transition: background-color var(--motion-duration-normal) ease-in-out, box-shadow var(--motion-duration-normal) ease-in-out;
8919
8919
  z-index: var(--z-index-decorator);
8920
8920
  }
8921
- ._chipBarStuck_6daqn_34 {
8921
+ ._chipBarStuck_1bz5s_34 {
8922
8922
  background-color: var(--surface-neutral-elevator);
8923
8923
  box-shadow: inset 0 calc(-1 * var(--border-sm)) 0 0 var(--border-neutral-tertiary), var(--shadow-sm);
8924
8924
  }
8925
- ._chipBarLeading_6daqn_44 {
8925
+ ._chipBarLeading_1bz5s_44 {
8926
8926
  align-items: center;
8927
8927
  display: flex;
8928
8928
  flex-shrink: 0;
@@ -8930,21 +8930,23 @@
8930
8930
  position: relative;
8931
8931
  z-index: 2;
8932
8932
  }
8933
- ._chipBarDivider_6daqn_55 {
8933
+ ._chipBarDivider_1bz5s_55 {
8934
8934
  background-color: var(--border-neutral-tertiary);
8935
8935
  block-size: var(--dimensions-32);
8936
8936
  inline-size: var(--border-sm);
8937
8937
  }
8938
- ._chipBarScrollOuter_6daqn_64 {
8938
+ ._chipBarScrollOuter_1bz5s_64 {
8939
8939
  align-items: center;
8940
8940
  display: flex;
8941
8941
  flex-grow: 1;
8942
8942
  min-inline-size: 0;
8943
8943
  position: relative;
8944
8944
  }
8945
- ._chipBarScrollArea_6daqn_73 {
8945
+ ._chipBarScrollArea_1bz5s_73 {
8946
8946
  --chip-bar-fade-left: 0px;
8947
8947
  --chip-bar-fade-right: 0px;
8948
+ --chip-bar-left-button-offset: 0;
8949
+ --chip-bar-right-button-offset: 0;
8948
8950
  display: flex;
8949
8951
  flex-grow: 1;
8950
8952
  min-inline-size: 0;
@@ -8971,7 +8973,29 @@
8971
8973
  mask-position: 0 0;
8972
8974
  -webkit-mask-position: 0 0;
8973
8975
  }
8974
- ._chipBarMaskWrapper_6daqn_105 {
8976
+ @media (hover: hover) and (pointer: fine) {
8977
+ ._chipBarScrollArea_1bz5s_73 {
8978
+ mask-image:
8979
+ linear-gradient(
8980
+ to right,
8981
+ rgba(0, 0, 0, 0) 0px,
8982
+ rgba(0, 0, 0, 0) var(--chip-bar-left-button-offset),
8983
+ rgba(0, 0, 0, 1) calc(var(--chip-bar-left-button-offset) + var(--chip-bar-fade-left)),
8984
+ rgba(0, 0, 0, 1) calc(100% - var(--chip-bar-right-button-offset) - var(--chip-bar-fade-right)),
8985
+ rgba(0, 0, 0, 0) calc(100% - var(--chip-bar-right-button-offset)),
8986
+ rgba(0, 0, 0, 0) 100%);
8987
+ -webkit-mask-image:
8988
+ linear-gradient(
8989
+ to right,
8990
+ rgba(0, 0, 0, 0) 0px,
8991
+ rgba(0, 0, 0, 0) var(--chip-bar-left-button-offset),
8992
+ rgba(0, 0, 0, 1) calc(var(--chip-bar-left-button-offset) + var(--chip-bar-fade-left)),
8993
+ rgba(0, 0, 0, 1) calc(100% - var(--chip-bar-right-button-offset) - var(--chip-bar-fade-right)),
8994
+ rgba(0, 0, 0, 0) calc(100% - var(--chip-bar-right-button-offset)),
8995
+ rgba(0, 0, 0, 0) 100%);
8996
+ }
8997
+ }
8998
+ ._chipBarMaskWrapper_1bz5s_124 {
8975
8999
  display: flex;
8976
9000
  flex-grow: 1;
8977
9001
  min-inline-size: 0;
@@ -8980,7 +9004,7 @@
8980
9004
  width: 100%;
8981
9005
  z-index: 0;
8982
9006
  }
8983
- ._chipBarList_6daqn_115 {
9007
+ ._chipBarList_1bz5s_134 {
8984
9008
  align-items: center;
8985
9009
  background: transparent;
8986
9010
  box-sizing: border-box;
@@ -8998,26 +9022,26 @@
8998
9022
  z-index: 0;
8999
9023
  }
9000
9024
  @media (hover: none) or (pointer: coarse) {
9001
- ._chipBarList_6daqn_115 {
9025
+ ._chipBarList_1bz5s_134 {
9002
9026
  padding-inline-end: var(--dimensions-16);
9003
9027
  }
9004
9028
  }
9005
- ._chipBarList_6daqn_115::-webkit-scrollbar {
9029
+ ._chipBarList_1bz5s_134::-webkit-scrollbar {
9006
9030
  display: none;
9007
9031
  }
9008
- ._chipBarRootPadded_6daqn_146 {
9032
+ ._chipBarRootPadded_1bz5s_165 {
9009
9033
  padding-inline-start: var(--chip-bar-padding, var(--space-sm));
9010
9034
  }
9011
- ._chipBarListPadded_6daqn_151 {
9035
+ ._chipBarListPadded_1bz5s_170 {
9012
9036
  padding-inline: 0 var(--chip-bar-padding, var(--space-sm));
9013
9037
  }
9014
- ._chipBarListPadded_6daqn_151:after {
9038
+ ._chipBarListPadded_1bz5s_170:after {
9015
9039
  block-size: 1px;
9016
9040
  content: "";
9017
9041
  flex: 0 0 var(--chip-bar-padding, var(--space-sm));
9018
9042
  inline-size: var(--chip-bar-padding, var(--space-sm));
9019
9043
  }
9020
- ._chipBarNavSlot_6daqn_170 {
9044
+ ._chipBarNavSlot_1bz5s_189 {
9021
9045
  align-items: center;
9022
9046
  display: none;
9023
9047
  inset-block: 0;
@@ -9028,22 +9052,22 @@
9028
9052
  z-index: 2;
9029
9053
  }
9030
9054
  @media (hover: hover) and (pointer: fine) {
9031
- ._chipBarNavSlot_6daqn_170 {
9055
+ ._chipBarNavSlot_1bz5s_189 {
9032
9056
  display: flex;
9033
9057
  }
9034
9058
  }
9035
- ._chipBarNavSlotLeft_6daqn_187 {
9059
+ ._chipBarNavSlotLeft_1bz5s_206 {
9036
9060
  inset-inline-start: 0;
9037
9061
  justify-content: flex-start;
9038
9062
  }
9039
- ._chipBarNavSlotRight_6daqn_192 {
9063
+ ._chipBarNavSlotRight_1bz5s_211 {
9040
9064
  inset-inline-end: 0;
9041
9065
  justify-content: flex-end;
9042
9066
  }
9043
- ._chipBarGradientVisible_6daqn_197 {
9067
+ ._chipBarGradientVisible_1bz5s_216 {
9044
9068
  opacity: 1;
9045
9069
  }
9046
- ._chipBarNavButton_6daqn_202 {
9070
+ ._chipBarNavButton_1bz5s_221 {
9047
9071
  align-items: center;
9048
9072
  background: var(--surface-neutral-primary);
9049
9073
  block-size: var(--dimensions-32);
@@ -9060,10 +9084,10 @@
9060
9084
  transition: all var(--motion-duration-normal) ease-in-out;
9061
9085
  z-index: 3;
9062
9086
  }
9063
- ._chipBarGradientVisible_6daqn_197 ._chipBarNavButton_6daqn_202 {
9087
+ ._chipBarGradientVisible_1bz5s_216 ._chipBarNavButton_1bz5s_221 {
9064
9088
  pointer-events: auto;
9065
9089
  }
9066
- ._chipBarNavButton_6daqn_202:after {
9090
+ ._chipBarNavButton_1bz5s_221:after {
9067
9091
  background-color: transparent;
9068
9092
  content: "";
9069
9093
  inset: 0;
@@ -9072,20 +9096,20 @@
9072
9096
  transition: background-color var(--motion-duration-fast) var(--motion-ease-out);
9073
9097
  z-index: 0;
9074
9098
  }
9075
- ._chipBarNavButton_6daqn_202:hover:after {
9099
+ ._chipBarNavButton_1bz5s_221:hover:after {
9076
9100
  background-color: var(--surface-state-hover);
9077
9101
  }
9078
- ._chipBarNavButton_6daqn_202 svg {
9102
+ ._chipBarNavButton_1bz5s_221 svg {
9079
9103
  block-size: var(--dimensions-20);
9080
9104
  inline-size: var(--dimensions-20);
9081
9105
  position: relative;
9082
9106
  z-index: 1;
9083
9107
  }
9084
- ._chipBarStuck_6daqn_34 ._chipBarNavButton_6daqn_202 {
9108
+ ._chipBarStuck_1bz5s_34 ._chipBarNavButton_1bz5s_221 {
9085
9109
  background: var(--surface-neutral-elevator);
9086
9110
  }
9087
9111
  @media (hover: hover) and (pointer: fine) {
9088
- ._chipBarStuck_6daqn_34 ._chipBarNavButton_6daqn_202 {
9112
+ ._chipBarStuck_1bz5s_34 ._chipBarNavButton_1bz5s_221 {
9089
9113
  background: var(--surface-neutral-elevator);
9090
9114
  }
9091
9115
  }
@@ -9810,7 +9834,7 @@
9810
9834
  ._paginationItemsPerPageDropdown_as5nx_130 {
9811
9835
  inline-size: var(--dimensions-80);
9812
9836
  }
9813
- @keyframes _slide-from-bottom_r0hhh_1 {
9837
+ @keyframes _slide-from-bottom_13i4a_1 {
9814
9838
  0% {
9815
9839
  transform: translateY(100%);
9816
9840
  }
@@ -9818,7 +9842,7 @@
9818
9842
  transform: translateY(0);
9819
9843
  }
9820
9844
  }
9821
- @keyframes _slide-to-bottom_r0hhh_1 {
9845
+ @keyframes _slide-to-bottom_13i4a_1 {
9822
9846
  0% {
9823
9847
  transform: translateY(0);
9824
9848
  }
@@ -9826,7 +9850,7 @@
9826
9850
  transform: translateY(100%);
9827
9851
  }
9828
9852
  }
9829
- @keyframes _slide-from-right_r0hhh_1 {
9853
+ @keyframes _slide-from-right_13i4a_1 {
9830
9854
  0% {
9831
9855
  transform: translate(100%);
9832
9856
  }
@@ -9834,7 +9858,7 @@
9834
9858
  transform: translate(0);
9835
9859
  }
9836
9860
  }
9837
- @keyframes _slide-to-right_r0hhh_1 {
9861
+ @keyframes _slide-to-right_13i4a_1 {
9838
9862
  0% {
9839
9863
  transform: translate(0);
9840
9864
  }
@@ -9842,7 +9866,7 @@
9842
9866
  transform: translate(100%);
9843
9867
  }
9844
9868
  }
9845
- @keyframes _fade-in_r0hhh_1 {
9869
+ @keyframes _fade-in_13i4a_1 {
9846
9870
  0% {
9847
9871
  opacity: 0;
9848
9872
  }
@@ -9850,7 +9874,7 @@
9850
9874
  opacity: 1;
9851
9875
  }
9852
9876
  }
9853
- @keyframes _fade-out_r0hhh_1 {
9877
+ @keyframes _fade-out_13i4a_1 {
9854
9878
  0% {
9855
9879
  opacity: 1;
9856
9880
  }
@@ -9858,9 +9882,9 @@
9858
9882
  opacity: 0;
9859
9883
  }
9860
9884
  }
9861
- ._sheetOverlay_r0hhh_63 {
9885
+ ._sheetOverlay_13i4a_63 {
9862
9886
  align-items: flex-end;
9863
- animation: _fade-in_r0hhh_1 .3s var(--motion-ease-standard);
9887
+ animation: _fade-in_13i4a_1 .3s var(--motion-ease-standard);
9864
9888
  background-color: var(--color-overlay);
9865
9889
  display: flex;
9866
9890
  inset: 0;
@@ -9868,17 +9892,17 @@
9868
9892
  position: fixed;
9869
9893
  z-index: var(--z-index-modal);
9870
9894
  }
9871
- ._sheetOverlayClosing_r0hhh_76 {
9872
- animation: _fade-out_r0hhh_1 .3s var(--motion-ease-standard) forwards;
9895
+ ._sheetOverlayClosing_13i4a_76 {
9896
+ animation: _fade-out_13i4a_1 .3s var(--motion-ease-standard) forwards;
9873
9897
  }
9874
9898
  @media (min-width: 768px) {
9875
- ._sheetOverlay_r0hhh_63 {
9899
+ ._sheetOverlay_13i4a_63 {
9876
9900
  align-items: stretch;
9877
9901
  justify-content: flex-end;
9878
9902
  }
9879
9903
  }
9880
- ._sheetPanel_r0hhh_89 {
9881
- animation: _slide-from-bottom_r0hhh_1 .3s var(--motion-ease-standard);
9904
+ ._sheetPanel_13i4a_89 {
9905
+ animation: _slide-from-bottom_13i4a_1 .3s var(--motion-ease-standard);
9882
9906
  background-color: var(--surface-neutral-elevator);
9883
9907
  border-start-end-radius: var(--radius-sm);
9884
9908
  border-start-start-radius: var(--radius-sm);
@@ -9886,72 +9910,98 @@
9886
9910
  display: flex;
9887
9911
  flex-direction: column;
9888
9912
  inline-size: 100%;
9889
- max-block-size: calc(100vh - var(--space-2xl));
9913
+ max-block-size: calc(100dvh - var(--space-2xl));
9890
9914
  overflow: hidden;
9915
+ position: relative;
9916
+ }
9917
+ ._sheetCloseButtonWrapper_13i4a_105 {
9918
+ inset-block-start: var(--space-2xs);
9919
+ inset-inline-end: var(--space-2xs);
9920
+ position: absolute;
9921
+ z-index: var(--z-index-decorator);
9922
+ }
9923
+ ._sheetCloseButton_13i4a_105 {
9924
+ background-color: var(--surface-neutral-on-surface) !important;
9925
+ block-size: var(--dimensions-24) !important;
9926
+ border-radius: var(--radius-full);
9927
+ inline-size: var(--dimensions-24) !important;
9928
+ min-block-size: var(--dimensions-24) !important;
9929
+ min-inline-size: var(--dimensions-24) !important;
9930
+ }
9931
+ ._sheetCloseButton_13i4a_105:hover {
9932
+ background-color: var(--surface-state-hover) !important;
9933
+ }
9934
+ ._sheetCloseButton_13i4a_105:active {
9935
+ background-color: var(--surface-state-press) !important;
9891
9936
  }
9892
- ._sheetPanelClosing_r0hhh_105 {
9893
- animation: _slide-to-bottom_r0hhh_1 .3s var(--motion-ease-standard) forwards;
9937
+ ._sheetCloseButtonSpotlight_13i4a_129 {
9938
+ background-color: var(--surface-neutral-primary) !important;
9939
+ }
9940
+ ._sheetPanelClosing_13i4a_134 {
9941
+ animation: _slide-to-bottom_13i4a_1 .3s var(--motion-ease-standard) forwards;
9894
9942
  }
9895
9943
  @media (min-width: 768px) {
9896
- ._sheetPanel_r0hhh_89 {
9897
- animation: _slide-from-right_r0hhh_1 .3s var(--motion-ease-standard);
9898
- block-size: 100vh;
9944
+ ._sheetPanel_13i4a_89 {
9945
+ animation: _slide-from-right_13i4a_1 .3s var(--motion-ease-standard);
9946
+ block-size: 100dvh;
9899
9947
  border-radius: 0;
9900
- max-block-size: 100vh;
9948
+ max-block-size: 100dvh;
9901
9949
  }
9902
- ._sheetPanelClosing_r0hhh_105 {
9903
- animation: _slide-to-right_r0hhh_1 .3s var(--motion-ease-standard) forwards;
9950
+ ._sheetPanelClosing_13i4a_134 {
9951
+ animation: _slide-to-right_13i4a_1 .3s var(--motion-ease-standard) forwards;
9904
9952
  }
9905
9953
  }
9906
- ._sheetPanelResponsive_r0hhh_128 {
9954
+ ._sheetPanelResponsive_13i4a_157 {
9907
9955
  inline-size: 100%;
9908
9956
  max-inline-size: 100%;
9909
9957
  }
9910
9958
  @media (min-width: 768px) {
9911
- ._sheetPanelResponsive_r0hhh_128 {
9959
+ ._sheetPanelResponsive_13i4a_157 {
9912
9960
  inline-size: 400px;
9913
9961
  max-inline-size: 400px;
9914
9962
  }
9915
9963
  }
9916
9964
  @media (min-width: 1024px) {
9917
- ._sheetPanelResponsive_r0hhh_128 {
9965
+ ._sheetPanelResponsive_13i4a_157 {
9918
9966
  inline-size: 480px;
9919
9967
  max-inline-size: 480px;
9920
9968
  }
9921
9969
  }
9922
- ._sheetPanelFullHeight_r0hhh_149 {
9923
- block-size: calc(100dvh - env(safe-area-inset-top, 24px));
9970
+ ._sheetPanelFullHeight_13i4a_178 {
9971
+ block-size: calc(100dvh - max(env(safe-area-inset-top, 0px), var(--dimensions-24)));
9924
9972
  border-start-end-radius: var(--radius-sm);
9925
9973
  border-start-start-radius: var(--radius-sm);
9926
- max-block-size: calc(100dvh - env(safe-area-inset-top, 24px));
9974
+ max-block-size: calc(100dvh - max(env(safe-area-inset-top, 0px), var(--dimensions-24)));
9927
9975
  }
9928
9976
  @media (min-width: 768px) {
9929
- ._sheetPanelFullHeight_r0hhh_149 {
9977
+ ._sheetPanelFullHeight_13i4a_178 {
9978
+ block-size: 100dvh;
9930
9979
  border-radius: 0;
9980
+ max-block-size: 100dvh;
9931
9981
  }
9932
9982
  }
9933
- ._sheetHeader_r0hhh_164 {
9983
+ ._sheetHeader_13i4a_195 {
9934
9984
  background-color: var(--surface-neutral-elevator);
9935
9985
  flex-shrink: 0;
9936
9986
  }
9937
- ._sheetContent_r0hhh_170 {
9987
+ ._sheetContent_13i4a_201 {
9938
9988
  flex: 1;
9939
9989
  -webkit-overflow-scrolling: touch;
9940
9990
  overflow-y: auto;
9941
9991
  padding-inline: 16px;
9942
9992
  }
9943
- ._sheetContentNoPadding_r0hhh_177 {
9993
+ ._sheetContentNoPadding_13i4a_208 {
9944
9994
  padding-inline: 0;
9945
9995
  }
9946
- ._sheetFooter_r0hhh_182 {
9996
+ ._sheetFooter_13i4a_213 {
9947
9997
  flex-shrink: 0;
9948
9998
  transition: box-shadow var(--motion-duration-normal) var(--motion-ease-standard), border-color var(--motion-duration-normal) var(--motion-ease-standard);
9949
9999
  z-index: var(--z-index-decorator);
9950
10000
  }
9951
- ._sheetFooterElevatedGradient_r0hhh_195 {
10001
+ ._sheetFooterElevatedGradient_13i4a_226 {
9952
10002
  position: relative;
9953
10003
  }
9954
- ._sheetFooterElevatedGradient_r0hhh_195:before {
10004
+ ._sheetFooterElevatedGradient_13i4a_226:before {
9955
10005
  background:
9956
10006
  linear-gradient(
9957
10007
  to top,
@@ -9964,7 +10014,7 @@
9964
10014
  pointer-events: none;
9965
10015
  position: absolute;
9966
10016
  }
9967
- ._sheetGrabber_r0hhh_210 {
10017
+ ._sheetGrabber_13i4a_241 {
9968
10018
  background-color: var(--surface-neutral-elevator);
9969
10019
  display: flex;
9970
10020
  flex-shrink: 0;
@@ -9973,14 +10023,14 @@
9973
10023
  position: relative;
9974
10024
  z-index: 1;
9975
10025
  }
9976
- ._sheetGrabberBar_r0hhh_221 {
10026
+ ._sheetGrabberBar_13i4a_252 {
9977
10027
  background-color: var(--surface-neutral-tertiary);
9978
10028
  block-size: var(--dimensions-4);
9979
10029
  border-radius: var(--radius-full);
9980
10030
  inline-size: var(--dimensions-36);
9981
10031
  }
9982
10032
  @media (min-width: 768px) {
9983
- ._sheetGrabber_r0hhh_210 {
10033
+ ._sheetGrabber_13i4a_241 {
9984
10034
  display: none;
9985
10035
  }
9986
10036
  }
@@ -10076,8 +10126,8 @@
10076
10126
  text-overflow: ellipsis;
10077
10127
  white-space: nowrap;
10078
10128
  }
10079
- ._toolbarRoot_abugk_1 {
10080
- background-color: var(--surface-neutral-primary);
10129
+ ._toolbarRoot_1tjhz_1 {
10130
+ background-color: transparent;
10081
10131
  border-block-start: var(--border-sm) solid transparent;
10082
10132
  box-sizing: border-box;
10083
10133
  display: flex;
@@ -10089,84 +10139,54 @@
10089
10139
  margin-inline: auto;
10090
10140
  padding: var(--space-sm);
10091
10141
  padding-block-end: calc(var(--space-sm) + env(safe-area-inset-bottom));
10092
- transition: box-shadow var(--motion-duration-normal) var(--motion-ease-in-out), border-color var(--motion-duration-normal) var(--motion-ease-in-out);
10142
+ transition:
10143
+ background-color var(--motion-duration-normal) var(--motion-ease-in-out),
10144
+ box-shadow var(--motion-duration-normal) var(--motion-ease-in-out),
10145
+ border-color var(--motion-duration-normal) var(--motion-ease-in-out);
10093
10146
  z-index: var(--z-index-fixed);
10094
10147
  }
10095
- ._toolbarFixed_abugk_28 {
10148
+ ._toolbarFixed_1tjhz_29 {
10096
10149
  position: fixed;
10097
10150
  }
10098
- ._toolbarElevated_abugk_33 {
10151
+ ._toolbarElevated_1tjhz_34 {
10152
+ background-color: var(--surface-neutral-elevator);
10099
10153
  border-block-start-color: var(--border-neutral-tertiary);
10100
10154
  box-shadow: var(--up-sm-ambient-x) var(--up-sm-ambient-y) var(--up-sm-ambient-blur) var(--up-sm-ambient-spread) var(--up-sm-ambient-color), var(--up-sm-cast-x) var(--up-sm-cast-y) var(--up-sm-cast-blur) 0 var(--up-sm-cast-color);
10101
10155
  }
10102
- ._toolbarResponsive_abugk_43 {
10156
+ ._toolbarResponsive_1tjhz_45 {
10103
10157
  max-inline-size: 360px;
10104
10158
  }
10105
10159
  @media (min-width: 600px) {
10106
- ._toolbarResponsive_abugk_43 {
10160
+ ._toolbarResponsive_1tjhz_45 {
10107
10161
  max-inline-size: 600px;
10108
10162
  }
10109
10163
  }
10110
10164
  @media (min-width: 900px) {
10111
- ._toolbarResponsive_abugk_43 {
10165
+ ._toolbarResponsive_1tjhz_45 {
10112
10166
  max-inline-size: 900px;
10113
10167
  }
10114
10168
  }
10115
- ._featureSheetContainer_1jv3d_1 {
10169
+ ._featureSheetContainer_1eob0_1 {
10116
10170
  display: flex;
10117
10171
  flex-direction: column;
10118
10172
  max-inline-size: 100%;
10119
10173
  min-block-size: 100%;
10120
10174
  position: relative;
10121
10175
  }
10122
- ._closeButtonWrapper_1jv3d_11 {
10123
- inset-block-start: var(--space-2xs);
10124
- inset-inline-end: var(--space-2xs);
10125
- position: absolute;
10126
- z-index: var(--z-index-decorator);
10127
- }
10128
- ._closeButton_1jv3d_11 {
10129
- background-color: var(--surface-neutral-on-surface) !important;
10130
- block-size: var(--dimensions-24) !important;
10131
- border-radius: var(--radius-full);
10132
- inline-size: var(--dimensions-24) !important;
10133
- min-block-size: var(--dimensions-24) !important;
10134
- min-inline-size: var(--dimensions-24) !important;
10135
- }
10136
- ._closeButton_1jv3d_11:hover {
10137
- background-color: var(--surface-state-hover) !important;
10138
- }
10139
- ._closeButton_1jv3d_11:active {
10140
- background-color: var(--surface-state-press) !important;
10141
- }
10142
- ._closeButtonSpotlight_1jv3d_37 {
10143
- background-color: var(--surface-neutral-primary) !important;
10144
- block-size: var(--dimensions-24) !important;
10145
- border-radius: var(--radius-full);
10146
- inline-size: var(--dimensions-24) !important;
10147
- min-block-size: var(--dimensions-24) !important;
10148
- min-inline-size: var(--dimensions-24) !important;
10149
- }
10150
- ._closeButtonSpotlight_1jv3d_37:hover {
10151
- background-color: var(--surface-state-hover) !important;
10152
- }
10153
- ._closeButtonSpotlight_1jv3d_37:active {
10154
- background-color: var(--surface-state-press) !important;
10155
- }
10156
- ._heroImageWrapper_1jv3d_54 {
10176
+ ._heroImageWrapper_1eob0_11 {
10157
10177
  display: flex;
10158
10178
  inline-size: 100%;
10159
10179
  margin: 0;
10160
10180
  overflow: hidden;
10161
10181
  }
10162
- ._heroImageWrapper_1jv3d_54 > img,
10163
- ._heroImageWrapper_1jv3d_54 > * {
10182
+ ._heroImageWrapper_1eob0_11 > img,
10183
+ ._heroImageWrapper_1eob0_11 > * {
10164
10184
  block-size: auto;
10165
10185
  display: block;
10166
10186
  inline-size: 100%;
10167
10187
  object-fit: cover;
10168
10188
  }
10169
- ._contentWrapper_1jv3d_73 {
10189
+ ._contentWrapper_1eob0_30 {
10170
10190
  align-items: center;
10171
10191
  display: flex;
10172
10192
  flex-direction: column;
@@ -10175,17 +10195,17 @@
10175
10195
  padding-inline: 16px;
10176
10196
  text-align: center;
10177
10197
  }
10178
- ._iconWrapper_1jv3d_85 {
10198
+ ._iconWrapper_1eob0_42 {
10179
10199
  color: var(--foreground-brand-primary);
10180
10200
  display: flex;
10181
10201
  justify-content: center;
10182
10202
  margin: 0;
10183
10203
  }
10184
- ._iconWrapper_1jv3d_85 svg {
10204
+ ._iconWrapper_1eob0_42 svg {
10185
10205
  block-size: var(--dimensions-48);
10186
10206
  inline-size: var(--dimensions-48);
10187
10207
  }
10188
- ._textWrapper_1jv3d_101 {
10208
+ ._textWrapper_1eob0_58 {
10189
10209
  display: flex;
10190
10210
  flex-direction: column;
10191
10211
  gap: var(--space-2xs);
@@ -10267,22 +10287,22 @@
10267
10287
  ._cleanCalendar_c7eyl_85 > div:last-child > div:nth-child(-n+7) {
10268
10288
  display: none;
10269
10289
  }
10270
- ._dropdownRoot_14mcp_1 {
10290
+ ._dropdownRoot_dwfgb_1 {
10271
10291
  display: flex;
10272
10292
  flex-direction: column;
10273
10293
  font-family: var(--body-lg-family);
10274
10294
  inline-size: 100%;
10275
10295
  position: relative;
10276
10296
  }
10277
- ._widthAuto_14mcp_9 {
10297
+ ._widthAuto_dwfgb_9 {
10278
10298
  inline-size: auto;
10279
10299
  }
10280
- ._dropdownLabel_14mcp_13 {
10300
+ ._dropdownLabel_dwfgb_13 {
10281
10301
  color: var(--text-neutral-secondary);
10282
10302
  display: block;
10283
10303
  margin-block-end: var(--space-5xs);
10284
10304
  }
10285
- ._dropdownLabelOutside_14mcp_19 {
10305
+ ._dropdownLabelOutside_dwfgb_19 {
10286
10306
  color: var(--text-neutral-primary);
10287
10307
  font-family: var(--title-md-family);
10288
10308
  font-size: var(--title-md-size);
@@ -10290,17 +10310,17 @@
10290
10310
  letter-spacing: var(--title-md-letter-spacing);
10291
10311
  line-height: var(--title-md-line-height);
10292
10312
  }
10293
- ._dropdownLabelOutsideMedium_14mcp_28 {
10313
+ ._dropdownLabelOutsideMedium_dwfgb_28 {
10294
10314
  font-family: var(--title-sm-family);
10295
10315
  font-size: var(--title-sm-size);
10296
10316
  font-weight: var(--title-sm-weight-emphasize);
10297
10317
  letter-spacing: var(--title-sm-letter-spacing);
10298
10318
  line-height: var(--title-sm-line-height);
10299
10319
  }
10300
- ._dropdownTriggerWrapper_14mcp_37 {
10320
+ ._dropdownTriggerWrapper_dwfgb_37 {
10301
10321
  position: relative;
10302
10322
  }
10303
- ._dropdownTrigger_14mcp_37 {
10323
+ ._dropdownTrigger_dwfgb_37 {
10304
10324
  align-items: center;
10305
10325
  border: var(--border-sm) solid var(--border-neutral-tertiary);
10306
10326
  border-radius: var(--radius-2xs);
@@ -10313,14 +10333,14 @@
10313
10333
  position: relative;
10314
10334
  transition: all var(--motion-duration-normal) var(--motion-ease-standard);
10315
10335
  }
10316
- ._dropdownLeadingIcon_14mcp_57 {
10336
+ ._dropdownLeadingIcon_dwfgb_57 {
10317
10337
  align-items: center;
10318
10338
  color: var(--foreground-neutral-primary);
10319
10339
  display: flex;
10320
10340
  justify-content: center;
10321
10341
  margin-inline-end: var(--space-xs);
10322
10342
  }
10323
- ._dropdownTriggerContent_14mcp_65 {
10343
+ ._dropdownTriggerContent_dwfgb_65 {
10324
10344
  block-size: 100%;
10325
10345
  display: flex;
10326
10346
  flex: 1;
@@ -10329,7 +10349,7 @@
10329
10349
  padding-inline-end: var(--space-xs);
10330
10350
  position: relative;
10331
10351
  }
10332
- ._dropdownInlineLabel_14mcp_75 {
10352
+ ._dropdownInlineLabel_dwfgb_75 {
10333
10353
  color: var(--text-neutral-secondary);
10334
10354
  font-family: var(--body-lg-family);
10335
10355
  font-size: var(--body-lg-size);
@@ -10343,7 +10363,7 @@
10343
10363
  transform-origin: left top;
10344
10364
  transition: all var(--motion-duration-normal) var(--motion-ease-standard);
10345
10365
  }
10346
- ._dropdownInlineLabelShrunk_14mcp_90 {
10366
+ ._dropdownInlineLabelShrunk_dwfgb_90 {
10347
10367
  font-family: var(--label-sm-family);
10348
10368
  font-size: var(--label-sm-size);
10349
10369
  font-weight: var(--label-sm-weight-emphasize);
@@ -10352,10 +10372,10 @@
10352
10372
  line-height: var(--label-sm-line-height);
10353
10373
  transform: translateY(0);
10354
10374
  }
10355
- ._medium_14mcp_101 ._dropdownInlineLabelShrunk_14mcp_90 {
10375
+ ._medium_dwfgb_101 ._dropdownInlineLabelShrunk_dwfgb_90 {
10356
10376
  inset-block-start: var(--dimensions-6);
10357
10377
  }
10358
- ._dropdownValueText_14mcp_105 {
10378
+ ._dropdownValueText_dwfgb_105 {
10359
10379
  color: var(--text-neutral-primary);
10360
10380
  font-family: var(--body-lg-family);
10361
10381
  font-size: var(--body-lg-size);
@@ -10365,14 +10385,14 @@
10365
10385
  text-overflow: ellipsis;
10366
10386
  white-space: nowrap;
10367
10387
  }
10368
- ._dropdownChevronIcon_14mcp_116 {
10388
+ ._dropdownChevronIcon_dwfgb_116 {
10369
10389
  align-items: center;
10370
10390
  color: var(--foreground-neutral-primary);
10371
10391
  display: flex;
10372
10392
  justify-content: center;
10373
10393
  transition: transform var(--motion-duration-normal) var(--motion-ease-standard);
10374
10394
  }
10375
- ._dropdownTrailing_14mcp_124 {
10395
+ ._dropdownTrailing_dwfgb_124 {
10376
10396
  align-items: center;
10377
10397
  column-gap: var(--space-xs);
10378
10398
  display: flex;
@@ -10380,108 +10400,108 @@
10380
10400
  justify-content: flex-end;
10381
10401
  min-inline-size: var(--dimensions-48);
10382
10402
  }
10383
- ._dropdownTrailingCompact_14mcp_133 {
10403
+ ._dropdownTrailingCompact_dwfgb_133 {
10384
10404
  min-inline-size: auto;
10385
10405
  }
10386
- ._dropdownClearButton_14mcp_137 {
10406
+ ._dropdownClearButton_dwfgb_137 {
10387
10407
  block-size: var(--dimensions-20) !important;
10388
10408
  inline-size: var(--dimensions-20) !important;
10389
10409
  min-block-size: var(--dimensions-20) !important;
10390
10410
  min-inline-size: var(--dimensions-20) !important;
10391
10411
  padding: 0 !important;
10392
10412
  }
10393
- ._dropdownClearButton_14mcp_137 svg {
10413
+ ._dropdownClearButton_dwfgb_137 svg {
10394
10414
  block-size: var(--dimensions-20) !important;
10395
10415
  inline-size: var(--dimensions-20) !important;
10396
10416
  }
10397
- ._dropdownTriggerInsideLabel_14mcp_151 {
10417
+ ._dropdownTriggerInsideLabel_dwfgb_151 {
10398
10418
  padding-inline: var(--space-xs) var(--space-xs);
10399
10419
  }
10400
- ._dropdownTriggerOutsideLabel_14mcp_156 {
10420
+ ._dropdownTriggerOutsideLabel_dwfgb_156 {
10401
10421
  min-block-size: var(--dimensions-44);
10402
10422
  padding-inline: var(--space-xs) var(--space-xs);
10403
10423
  }
10404
- ._large_14mcp_162 {
10424
+ ._large_dwfgb_162 {
10405
10425
  min-block-size: var(--dimensions-56);
10406
10426
  }
10407
- ._large_14mcp_162._dropdownTriggerOutsideLabel_14mcp_156 {
10427
+ ._large_dwfgb_162._dropdownTriggerOutsideLabel_dwfgb_156 {
10408
10428
  min-block-size: var(--dimensions-44);
10409
10429
  }
10410
- ._medium_14mcp_101 {
10430
+ ._medium_dwfgb_101 {
10411
10431
  font-size: var(--body-md-size);
10412
10432
  min-block-size: var(--dimensions-44);
10413
10433
  }
10414
- ._medium_14mcp_101._dropdownTriggerInsideLabel_14mcp_151 {
10434
+ ._medium_dwfgb_101._dropdownTriggerInsideLabel_dwfgb_151 {
10415
10435
  min-block-size: var(--dimensions-44);
10416
10436
  padding-inline: var(--space-xs);
10417
10437
  }
10418
- ._medium_14mcp_101._dropdownTriggerOutsideLabel_14mcp_156 {
10438
+ ._medium_dwfgb_101._dropdownTriggerOutsideLabel_dwfgb_156 {
10419
10439
  min-block-size: var(--dimensions-36);
10420
10440
  }
10421
- ._medium_14mcp_101 ._dropdownValueText_14mcp_105,
10422
- ._medium_14mcp_101 ._dropdownInlineLabel_14mcp_75 {
10441
+ ._medium_dwfgb_101 ._dropdownValueText_dwfgb_105,
10442
+ ._medium_dwfgb_101 ._dropdownInlineLabel_dwfgb_75 {
10423
10443
  font-family: var(--body-md-family);
10424
10444
  font-size: var(--body-md-size);
10425
10445
  font-weight: var(--body-md-weight);
10426
10446
  letter-spacing: var(--body-md-letter-spacing);
10427
10447
  line-height: var(--body-md-line-height);
10428
10448
  }
10429
- ._medium_14mcp_101 ._dropdownLeadingIcon_14mcp_57,
10430
- ._medium_14mcp_101 ._dropdownChevronIcon_14mcp_116,
10431
- ._medium_14mcp_101 ._dropdownClearButton_14mcp_137 {
10449
+ ._medium_dwfgb_101 ._dropdownLeadingIcon_dwfgb_57,
10450
+ ._medium_dwfgb_101 ._dropdownChevronIcon_dwfgb_116,
10451
+ ._medium_dwfgb_101 ._dropdownClearButton_dwfgb_137 {
10432
10452
  block-size: var(--dimensions-20);
10433
10453
  inline-size: var(--dimensions-20);
10434
10454
  }
10435
- ._medium_14mcp_101 ._dropdownClearButton_14mcp_137,
10436
- ._medium_14mcp_101 ._dropdownClearButton_14mcp_137 svg {
10455
+ ._medium_dwfgb_101 ._dropdownClearButton_dwfgb_137,
10456
+ ._medium_dwfgb_101 ._dropdownClearButton_dwfgb_137 svg {
10437
10457
  block-size: var(--dimensions-20) !important;
10438
10458
  inline-size: var(--dimensions-20) !important;
10439
10459
  min-block-size: var(--dimensions-20) !important;
10440
10460
  min-inline-size: var(--dimensions-20) !important;
10441
10461
  }
10442
- ._dropdownTrigger_14mcp_37:hover:not(._dropdownTriggerDisabled_14mcp_210, ._dropdownTriggerError_14mcp_210) {
10462
+ ._dropdownTrigger_dwfgb_37:hover:not(._dropdownTriggerDisabled_dwfgb_210, ._dropdownTriggerError_dwfgb_210) {
10443
10463
  background-color: var(--surface-state-hover);
10444
10464
  border-color: var(--border-state-hover);
10445
10465
  }
10446
- ._dropdownTrigger_14mcp_37:focus-visible:not(._dropdownTriggerDisabled_14mcp_210, ._dropdownTriggerError_14mcp_210) {
10466
+ ._dropdownTrigger_dwfgb_37:focus-visible:not(._dropdownTriggerDisabled_dwfgb_210, ._dropdownTriggerError_dwfgb_210) {
10447
10467
  background-color: var(--surface-state-hover);
10448
10468
  border-color: var(--border-state-focus);
10449
10469
  box-shadow: inset 0 0 0 var(--border-sm) var(--border-state-focus);
10450
10470
  }
10451
- ._dropdownTriggerOpen_14mcp_223:not(._dropdownTriggerError_14mcp_210) {
10471
+ ._dropdownTriggerOpen_dwfgb_223:not(._dropdownTriggerError_dwfgb_210) {
10452
10472
  border-color: var(--border-state-focus);
10453
10473
  box-shadow: inset 0 0 0 var(--border-sm) var(--border-state-focus);
10454
10474
  }
10455
- ._dropdownTriggerOpen_14mcp_223._dropdownTriggerError_14mcp_210 {
10475
+ ._dropdownTriggerOpen_dwfgb_223._dropdownTriggerError_dwfgb_210 {
10456
10476
  box-shadow: inset 0 0 0 var(--border-sm) var(--border-state-error);
10457
10477
  }
10458
- ._dropdownTriggerError_14mcp_210 {
10478
+ ._dropdownTriggerError_dwfgb_210 {
10459
10479
  background-color: var(--surface-accent-red-subtle);
10460
10480
  border-color: var(--border-state-error);
10461
10481
  }
10462
- ._dropdownTriggerDisabled_14mcp_210 {
10482
+ ._dropdownTriggerDisabled_dwfgb_210 {
10463
10483
  background-color: var(--surface-state-disabled);
10464
10484
  cursor: not-allowed;
10465
10485
  opacity: var(--opacity-disabled);
10466
10486
  }
10467
- ._dropdownValueTextPlaceholder_14mcp_246 {
10487
+ ._dropdownValueTextPlaceholder_dwfgb_246 {
10468
10488
  color: var(--text-neutral-secondary);
10469
10489
  }
10470
- ._dropdownValueTextWithInlineLabel_14mcp_250 {
10490
+ ._dropdownValueTextWithInlineLabel_dwfgb_250 {
10471
10491
  opacity: var(--opacity-hidden);
10472
10492
  padding-block: var(--space-md) var(--space-2xs);
10473
10493
  transition: opacity var(--motion-duration-normal) var(--motion-ease-standard);
10474
10494
  }
10475
- ._medium_14mcp_101 ._dropdownValueTextWithInlineLabel_14mcp_250 {
10495
+ ._medium_dwfgb_101 ._dropdownValueTextWithInlineLabel_dwfgb_250 {
10476
10496
  padding-block: var(--space-sm) var(--space-3xs);
10477
10497
  }
10478
- ._dropdownValueTextVisible_14mcp_261 {
10498
+ ._dropdownValueTextVisible_dwfgb_261 {
10479
10499
  opacity: var(--opacity-visible);
10480
10500
  }
10481
- ._dropdownChevronIconRotated_14mcp_265 {
10501
+ ._dropdownChevronIconRotated_dwfgb_265 {
10482
10502
  transform: rotate(180deg);
10483
10503
  }
10484
- ._dropdownPopover_14mcp_270 {
10504
+ ._dropdownPopover_dwfgb_270 {
10485
10505
  inset-block-start: 100%;
10486
10506
  inset-inline-start: 0;
10487
10507
  margin-block-start: var(--space-4xs);
@@ -10489,20 +10509,20 @@
10489
10509
  position: absolute;
10490
10510
  z-index: var(--z-index-dropdown);
10491
10511
  }
10492
- ._dropdownSheetContent_14mcp_279 {
10493
- padding: var(--space-sm);
10512
+ ._dropdownSheetContent_dwfgb_279 {
10513
+ padding: 0;
10494
10514
  }
10495
- ._dropdownSheetList_14mcp_283 {
10515
+ ._dropdownSheetList_dwfgb_283 {
10496
10516
  background: transparent;
10497
10517
  }
10498
- ._dropdownSheetOptions_14mcp_287 {
10518
+ ._dropdownSheetOptions_dwfgb_287 {
10499
10519
  display: flex;
10500
10520
  flex-direction: column;
10501
10521
  }
10502
- ._dropdownSheetItem_14mcp_292 {
10522
+ ._dropdownSheetItem_dwfgb_292 {
10503
10523
  background: transparent;
10504
10524
  }
10505
- ._dropdownHelperText_14mcp_296 {
10525
+ ._dropdownHelperText_dwfgb_296 {
10506
10526
  color: var(--text-neutral-primary);
10507
10527
  font-family: var(--body-sm-family);
10508
10528
  font-size: var(--body-sm-size);
@@ -10510,7 +10530,7 @@
10510
10530
  line-height: var(--body-sm-line-height);
10511
10531
  margin-block-start: var(--space-4xs);
10512
10532
  }
10513
- ._dropdownHelperText_14mcp_296._dropdownHelperTextError_14mcp_305 {
10533
+ ._dropdownHelperText_dwfgb_296._dropdownHelperTextError_dwfgb_305 {
10514
10534
  color: var(--text-state-error);
10515
10535
  }
10516
10536
  ._datePickerRoot_75dpd_1 {
@@ -15240,7 +15260,7 @@
15240
15260
  font-size: var(--label-sm-size);
15241
15261
  font-weight: var(--typeface-weight-medium);
15242
15262
  }
15243
- ._tabsRoot_1acbq_5 {
15263
+ ._tabsRoot_pfaa7_5 {
15244
15264
  display: block;
15245
15265
  max-inline-size: 100%;
15246
15266
  overflow: hidden;
@@ -15248,62 +15268,64 @@
15248
15268
  scrollbar-width: none;
15249
15269
  transition: all var(--motion-duration-normal) var(--motion-ease-in-out);
15250
15270
  }
15251
- ._tabsRootElevated_1acbq_17 {
15271
+ ._tabsRootElevated_pfaa7_17 {
15252
15272
  background-color: var(--surface-neutral-elevator);
15253
15273
  box-shadow: inset 0 calc(-1 * var(--border-sm)) 0 0 var(--border-neutral-tertiary), var(--shadow-sm);
15254
15274
  }
15255
- ._tabsRootSticky_1acbq_26 {
15275
+ ._tabsRootSticky_pfaa7_26 {
15256
15276
  background-color: transparent;
15257
15277
  inset-block-start: 0;
15258
15278
  position: sticky;
15259
15279
  transition: background-color var(--motion-duration-normal) var(--motion-ease-in-out), box-shadow var(--motion-duration-normal) var(--motion-ease-in-out);
15260
15280
  z-index: var(--z-index-decorator);
15261
15281
  }
15262
- ._tabsRootPill_1acbq_38 {
15282
+ ._tabsRootPill_pfaa7_38 {
15263
15283
  background-color: var(--surface-neutral-secondary);
15264
15284
  border-radius: var(--radius-full);
15265
15285
  padding: var(--space-3xs);
15266
15286
  }
15267
- ._tabsRootPill_1acbq_38 ._tabsIndicator_1acbq_44 {
15287
+ ._tabsRootPill_pfaa7_38 ._tabsIndicator_pfaa7_44 {
15268
15288
  background-color: var(--surface-neutral-primary);
15269
15289
  box-shadow: var(--shadow-sm);
15270
15290
  inset-block: var(--space-3xs);
15271
15291
  }
15272
- ._tabsRootSmall_1acbq_51 ._tabsTab_1acbq_51 {
15292
+ ._tabsRootSmall_pfaa7_51 ._tabsTab_pfaa7_51 {
15273
15293
  block-size: var(--dimensions-32);
15274
15294
  font-size: var(--label-md-size);
15275
15295
  }
15276
- ._tabsRootMedium_1acbq_56 ._tabsTab_1acbq_51 {
15296
+ ._tabsRootMedium_pfaa7_56 ._tabsTab_pfaa7_51 {
15277
15297
  block-size: var(--dimensions-44);
15278
15298
  }
15279
- ._tabsRootLarge_1acbq_60 ._tabsTab_1acbq_51 {
15299
+ ._tabsRootLarge_pfaa7_60 ._tabsTab_pfaa7_51 {
15280
15300
  block-size: var(--dimensions-56);
15281
15301
  font-size: var(--title-sm-size);
15282
15302
  }
15283
- ._tabsRootPill_1acbq_38 ._tabsTab_1acbq_51 {
15303
+ ._tabsRootPill_pfaa7_38 ._tabsTab_pfaa7_51 {
15284
15304
  border-radius: var(--radius-full);
15285
15305
  padding-block: 0;
15286
15306
  z-index: 1;
15287
15307
  }
15288
- ._tabsRootPill_1acbq_38 ._tabsTabActive_1acbq_72 {
15308
+ ._tabsRootPill_pfaa7_38 ._tabsTabActive_pfaa7_72 {
15289
15309
  color: var(--text-neutral-primary);
15290
15310
  }
15291
- ._tabsRootPill_1acbq_38 ._tabsTabContent_1acbq_76:after {
15311
+ ._tabsRootPill_pfaa7_38 ._tabsTabContent_pfaa7_76:after {
15292
15312
  display: none;
15293
15313
  }
15294
- ._tabsRootStuck_1acbq_82 {
15314
+ ._tabsRootStuck_pfaa7_82 {
15295
15315
  background-color: var(--surface-neutral-elevator);
15296
15316
  box-shadow: inset 0 calc(-1 * var(--border-sm)) 0 0 var(--border-neutral-tertiary), var(--shadow-sm);
15297
15317
  }
15298
- ._tabsScrollOuter_1acbq_92 {
15318
+ ._tabsScrollOuter_pfaa7_92 {
15299
15319
  align-items: center;
15300
15320
  display: flex;
15301
15321
  min-inline-size: 0;
15302
15322
  position: relative;
15303
15323
  }
15304
- ._tabsScrollContainer_1acbq_100 {
15324
+ ._tabsScrollContainer_pfaa7_100 {
15305
15325
  --tabs-fade-left: 0px;
15306
15326
  --tabs-fade-right: 0px;
15327
+ --tabs-left-button-offset: 0;
15328
+ --tabs-right-button-offset: 0;
15307
15329
  display: flex;
15308
15330
  flex-grow: 1;
15309
15331
  min-inline-size: 0;
@@ -15331,10 +15353,32 @@
15331
15353
  mask-position: 0 0;
15332
15354
  -webkit-mask-position: 0 0;
15333
15355
  }
15334
- ._tabsScrollContainer_1acbq_100::-webkit-scrollbar {
15356
+ @media (hover: hover) and (pointer: fine) {
15357
+ ._tabsScrollContainer_pfaa7_100 {
15358
+ mask-image:
15359
+ linear-gradient(
15360
+ to right,
15361
+ rgba(0, 0, 0, 0) 0px,
15362
+ rgba(0, 0, 0, 0) var(--tabs-left-button-offset),
15363
+ rgba(0, 0, 0, 1) calc(var(--tabs-left-button-offset) + var(--tabs-fade-left)),
15364
+ rgba(0, 0, 0, 1) calc(100% - var(--tabs-right-button-offset) - var(--tabs-fade-right)),
15365
+ rgba(0, 0, 0, 0) calc(100% - var(--tabs-right-button-offset)),
15366
+ rgba(0, 0, 0, 0) 100%);
15367
+ -webkit-mask-image:
15368
+ linear-gradient(
15369
+ to right,
15370
+ rgba(0, 0, 0, 0) 0px,
15371
+ rgba(0, 0, 0, 0) var(--tabs-left-button-offset),
15372
+ rgba(0, 0, 0, 1) calc(var(--tabs-left-button-offset) + var(--tabs-fade-left)),
15373
+ rgba(0, 0, 0, 1) calc(100% - var(--tabs-right-button-offset) - var(--tabs-fade-right)),
15374
+ rgba(0, 0, 0, 0) calc(100% - var(--tabs-right-button-offset)),
15375
+ rgba(0, 0, 0, 0) 100%);
15376
+ }
15377
+ }
15378
+ ._tabsScrollContainer_pfaa7_100::-webkit-scrollbar {
15335
15379
  display: none;
15336
15380
  }
15337
- ._tabsMaskWrapper_1acbq_134 {
15381
+ ._tabsMaskWrapper_pfaa7_155 {
15338
15382
  display: flex;
15339
15383
  flex-grow: 1;
15340
15384
  min-inline-size: 0;
@@ -15343,7 +15387,7 @@
15343
15387
  width: 100%;
15344
15388
  z-index: 0;
15345
15389
  }
15346
- ._tabsList_1acbq_144 {
15390
+ ._tabsList_pfaa7_165 {
15347
15391
  box-sizing: border-box;
15348
15392
  display: flex;
15349
15393
  gap: var(--space-sm);
@@ -15358,13 +15402,13 @@
15358
15402
  scrollbar-width: none;
15359
15403
  z-index: 0;
15360
15404
  }
15361
- ._tabsList_1acbq_144::-webkit-scrollbar {
15405
+ ._tabsList_pfaa7_165::-webkit-scrollbar {
15362
15406
  display: none;
15363
15407
  }
15364
- ._tabsListPadded_1acbq_166 {
15408
+ ._tabsListPadded_pfaa7_187 {
15365
15409
  padding-inline-end: var(--tabs-padding, var(--space-sm));
15366
15410
  }
15367
- ._tabsNavSlot_1acbq_171 {
15411
+ ._tabsNavSlot_pfaa7_192 {
15368
15412
  align-items: center;
15369
15413
  display: none;
15370
15414
  inset-block: 0;
@@ -15375,22 +15419,22 @@
15375
15419
  z-index: 2;
15376
15420
  }
15377
15421
  @media (hover: hover) and (pointer: fine) {
15378
- ._tabsNavSlot_1acbq_171 {
15422
+ ._tabsNavSlot_pfaa7_192 {
15379
15423
  display: flex;
15380
15424
  }
15381
15425
  }
15382
- ._tabsNavSlotLeft_1acbq_188 {
15426
+ ._tabsNavSlotLeft_pfaa7_209 {
15383
15427
  inset-inline-start: 0;
15384
15428
  justify-content: flex-start;
15385
15429
  }
15386
- ._tabsNavSlotRight_1acbq_193 {
15430
+ ._tabsNavSlotRight_pfaa7_214 {
15387
15431
  inset-inline-end: 0;
15388
15432
  justify-content: flex-end;
15389
15433
  }
15390
- ._tabsGradientVisible_1acbq_198 {
15434
+ ._tabsGradientVisible_pfaa7_219 {
15391
15435
  opacity: 1;
15392
15436
  }
15393
- ._tabsTab_1acbq_51 {
15437
+ ._tabsTab_pfaa7_51 {
15394
15438
  align-items: center;
15395
15439
  background: none;
15396
15440
  block-size: var(--dimensions-44);
@@ -15414,7 +15458,7 @@
15414
15458
  transition: all var(--motion-duration-normal) var(--motion-ease-in-out);
15415
15459
  white-space: nowrap;
15416
15460
  }
15417
- ._tabsNavButton_1acbq_236 {
15461
+ ._tabsNavButton_pfaa7_257 {
15418
15462
  align-items: center;
15419
15463
  background: var(--surface-neutral-primary);
15420
15464
  block-size: var(--dimensions-32);
@@ -15431,10 +15475,10 @@
15431
15475
  transition: all var(--motion-duration-normal) ease-in-out;
15432
15476
  z-index: 3;
15433
15477
  }
15434
- ._tabsGradientVisible_1acbq_198 ._tabsNavButton_1acbq_236 {
15478
+ ._tabsGradientVisible_pfaa7_219 ._tabsNavButton_pfaa7_257 {
15435
15479
  pointer-events: auto;
15436
15480
  }
15437
- ._tabsNavButton_1acbq_236:after {
15481
+ ._tabsNavButton_pfaa7_257:after {
15438
15482
  background-color: transparent;
15439
15483
  content: "";
15440
15484
  inset: 0;
@@ -15443,30 +15487,30 @@
15443
15487
  transition: background-color var(--motion-duration-fast) var(--motion-ease-out);
15444
15488
  z-index: 0;
15445
15489
  }
15446
- ._tabsNavButton_1acbq_236:hover:after {
15490
+ ._tabsNavButton_pfaa7_257:hover:after {
15447
15491
  background-color: var(--surface-state-hover);
15448
15492
  }
15449
- ._tabsNavButton_1acbq_236 svg {
15493
+ ._tabsNavButton_pfaa7_257 svg {
15450
15494
  block-size: var(--dimensions-20);
15451
15495
  inline-size: var(--dimensions-20);
15452
15496
  position: relative;
15453
15497
  z-index: 1;
15454
15498
  }
15455
- ._tabsRootStuck_1acbq_82 ._tabsNavButton_1acbq_236,
15456
- ._tabsRootElevated_1acbq_17 ._tabsNavButton_1acbq_236 {
15499
+ ._tabsRootStuck_pfaa7_82 ._tabsNavButton_pfaa7_257,
15500
+ ._tabsRootElevated_pfaa7_17 ._tabsNavButton_pfaa7_257 {
15457
15501
  background: var(--surface-neutral-elevator);
15458
15502
  }
15459
- ._tabsTab_1acbq_51:hover:not(:disabled),
15460
- ._tabsTab_1acbq_51:active:not(:disabled),
15461
- ._tabsTab_1acbq_51:focus-visible:not(:disabled) {
15503
+ ._tabsTab_pfaa7_51:hover:not(:disabled),
15504
+ ._tabsTab_pfaa7_51:active:not(:disabled),
15505
+ ._tabsTab_pfaa7_51:focus-visible:not(:disabled) {
15462
15506
  color: var(--text-neutral-primary);
15463
15507
  }
15464
- ._tabsTabActive_1acbq_72 {
15508
+ ._tabsTabActive_pfaa7_72 {
15465
15509
  color: var(--text-neutral-primary);
15466
15510
  }
15467
- ._tabsTab_1acbq_51:hover:not(:disabled, ._tabsTabActive_1acbq_72) ._tabsTabContent_1acbq_76:before,
15468
- ._tabsTab_1acbq_51:active:not(:disabled, ._tabsTabActive_1acbq_72) ._tabsTabContent_1acbq_76:before,
15469
- ._tabsTab_1acbq_51:focus-visible:not(:disabled, ._tabsTabActive_1acbq_72) ._tabsTabContent_1acbq_76:before {
15511
+ ._tabsTab_pfaa7_51:hover:not(:disabled, ._tabsTabActive_pfaa7_72) ._tabsTabContent_pfaa7_76:before,
15512
+ ._tabsTab_pfaa7_51:active:not(:disabled, ._tabsTabActive_pfaa7_72) ._tabsTabContent_pfaa7_76:before,
15513
+ ._tabsTab_pfaa7_51:focus-visible:not(:disabled, ._tabsTabActive_pfaa7_72) ._tabsTabContent_pfaa7_76:before {
15470
15514
  background-color: var(--surface-state-hover);
15471
15515
  block-size: var(--dimensions-2);
15472
15516
  border-radius: var(--radius-full);
@@ -15476,7 +15520,7 @@
15476
15520
  position: absolute;
15477
15521
  z-index: var(--z-index-base);
15478
15522
  }
15479
- ._tabsTabContent_1acbq_76 {
15523
+ ._tabsTabContent_pfaa7_76 {
15480
15524
  align-items: center;
15481
15525
  block-size: auto;
15482
15526
  border-radius: var(--radius-2xs);
@@ -15488,7 +15532,7 @@
15488
15532
  position: relative;
15489
15533
  transition: background-color var(--motion-duration-normal) var(--motion-ease-in-out);
15490
15534
  }
15491
- ._tabsTabContent_1acbq_76:after {
15535
+ ._tabsTabContent_pfaa7_76:after {
15492
15536
  background-color: transparent;
15493
15537
  border-radius: inherit;
15494
15538
  content: "";
@@ -15498,47 +15542,47 @@
15498
15542
  transition: background-color var(--motion-duration-fast) var(--motion-ease-out);
15499
15543
  z-index: 0;
15500
15544
  }
15501
- ._tabsTab_1acbq_51:hover:not(:disabled) ._tabsTabContent_1acbq_76:after,
15502
- ._tabsTab_1acbq_51:focus-visible:not(:disabled) ._tabsTabContent_1acbq_76:after {
15545
+ ._tabsTab_pfaa7_51:hover:not(:disabled) ._tabsTabContent_pfaa7_76:after,
15546
+ ._tabsTab_pfaa7_51:focus-visible:not(:disabled) ._tabsTabContent_pfaa7_76:after {
15503
15547
  background-color: var(--surface-state-hover);
15504
15548
  }
15505
- ._tabsTab_1acbq_51:focus-visible:not(:disabled) ._tabsTabContent_1acbq_76:after {
15549
+ ._tabsTab_pfaa7_51:focus-visible:not(:disabled) ._tabsTabContent_pfaa7_76:after {
15506
15550
  box-shadow: inset 0 0 0 var(--dimensions-2) var(--border-state-focus);
15507
15551
  }
15508
- ._tabsTab_1acbq_51:active:not(:disabled) ._tabsTabContent_1acbq_76:after {
15552
+ ._tabsTab_pfaa7_51:active:not(:disabled) ._tabsTabContent_pfaa7_76:after {
15509
15553
  background-color: var(--surface-state-press);
15510
15554
  }
15511
- ._tabsTabContent_1acbq_76 > * {
15555
+ ._tabsTabContent_pfaa7_76 > * {
15512
15556
  position: relative;
15513
15557
  z-index: 1;
15514
15558
  }
15515
- ._tabsTabStacked_1acbq_372 ._tabsTabContent_1acbq_76 {
15559
+ ._tabsTabStacked_pfaa7_393 ._tabsTabContent_pfaa7_76 {
15516
15560
  border-radius: var(--radius-2xs);
15517
15561
  flex-direction: column;
15518
15562
  }
15519
- ._tabsTabTextOnly_1acbq_377 {
15563
+ ._tabsTabTextOnly_pfaa7_398 {
15520
15564
  --tabs-indicator-offset: -7px;
15521
15565
  padding-block: var(--space-3xs) var(--space-2xs);
15522
15566
  }
15523
- ._tabsTabTextOnly_1acbq_377 ._tabsTabContent_1acbq_76 {
15567
+ ._tabsTabTextOnly_pfaa7_398 ._tabsTabContent_pfaa7_76 {
15524
15568
  block-size: auto;
15525
15569
  }
15526
- ._tabsTabIconOnly_1acbq_394 {
15570
+ ._tabsTabIconOnly_pfaa7_415 {
15527
15571
  block-size: var(--dimensions-44);
15528
15572
  inline-size: var(--dimensions-44);
15529
15573
  padding-inline: var(--dimensions-6) var(--dimensions-6);
15530
15574
  }
15531
- ._tabsTabIcon_1acbq_394 {
15575
+ ._tabsTabIcon_pfaa7_415 {
15532
15576
  align-items: center;
15533
15577
  color: inherit;
15534
15578
  display: flex;
15535
15579
  justify-content: center;
15536
15580
  }
15537
- ._tabsTabIcon_1acbq_394 svg {
15581
+ ._tabsTabIcon_pfaa7_415 svg {
15538
15582
  block-size: var(--dimensions-24);
15539
15583
  inline-size: var(--dimensions-24);
15540
15584
  }
15541
- ._tabsTabChevron_1acbq_417 {
15585
+ ._tabsTabChevron_pfaa7_438 {
15542
15586
  align-items: center;
15543
15587
  border-radius: var(--radius-full);
15544
15588
  display: flex;
@@ -15550,17 +15594,17 @@
15550
15594
  position: relative;
15551
15595
  transition: background-color var(--motion-duration-normal) var(--motion-ease-in-out), transform var(--motion-duration-normal) var(--motion-ease-in-out);
15552
15596
  }
15553
- ._tabsTabChevron_1acbq_417 svg {
15597
+ ._tabsTabChevron_pfaa7_438 svg {
15554
15598
  block-size: var(--dimensions-20);
15555
15599
  inline-size: var(--dimensions-20);
15556
15600
  position: relative;
15557
15601
  transition: transform var(--motion-duration-normal) var(--motion-ease-standard);
15558
15602
  z-index: 1;
15559
15603
  }
15560
- ._tabsTabChevronRotated_1acbq_447 svg {
15604
+ ._tabsTabChevronRotated_pfaa7_468 svg {
15561
15605
  transform: rotate(180deg);
15562
15606
  }
15563
- ._tabsIndicator_1acbq_44 {
15607
+ ._tabsIndicator_pfaa7_44 {
15564
15608
  background-color: var(--foreground-neutral-primary);
15565
15609
  block-size: var(--dimensions-2);
15566
15610
  border-radius: var(--radius-full);
@@ -15569,14 +15613,14 @@
15569
15613
  transition: inset-inline-start var(--motion-duration-medium) var(--motion-ease-standard), inline-size var(--motion-duration-medium) var(--motion-ease-standard);
15570
15614
  z-index: var(--z-index-base);
15571
15615
  }
15572
- ._tabsTab_1acbq_51:disabled {
15616
+ ._tabsTab_pfaa7_51:disabled {
15573
15617
  cursor: not-allowed;
15574
15618
  opacity: var(--opacity-disabled);
15575
15619
  }
15576
- ._tabsTab_1acbq_51:focus-visible {
15620
+ ._tabsTab_pfaa7_51:focus-visible {
15577
15621
  outline: none;
15578
15622
  }
15579
- ._tabsTab_1acbq_51._tabsTabStacked_1acbq_372 {
15623
+ ._tabsTab_pfaa7_51._tabsTabStacked_pfaa7_393 {
15580
15624
  --tabs-indicator-offset: -5px;
15581
15625
  block-size: var(--dimensions-68);
15582
15626
  flex-direction: column;
@@ -15588,7 +15632,7 @@
15588
15632
  line-height: var(--label-md-line-height);
15589
15633
  padding-block: var(--space-2xs) var(--space-2xs);
15590
15634
  }
15591
- ._tabsTabStacked_1acbq_372 ._tabsTabContent_1acbq_76 {
15635
+ ._tabsTabStacked_pfaa7_393 ._tabsTabContent_pfaa7_76 {
15592
15636
  border-radius: var(--radius-sm);
15593
15637
  flex-direction: column;
15594
15638
  }