@photonix/basic 1.6.7 → 1.6.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.css +418 -362
- package/dist/index.js +6851 -6811
- package/dist/index.mjs +6926 -6886
- package/package.json +3 -3
package/dist/index.css
CHANGED
|
@@ -3967,7 +3967,7 @@
|
|
|
3967
3967
|
padding-block: var(--space-none) var(--space-sm);
|
|
3968
3968
|
padding-inline: var(--space-sm);
|
|
3969
3969
|
}
|
|
3970
|
-
.
|
|
3970
|
+
._badgeRoot_1lq6c_6 {
|
|
3971
3971
|
align-items: center;
|
|
3972
3972
|
block-size: auto;
|
|
3973
3973
|
box-sizing: border-box;
|
|
@@ -3983,152 +3983,158 @@
|
|
|
3983
3983
|
vertical-align: middle;
|
|
3984
3984
|
white-space: nowrap;
|
|
3985
3985
|
}
|
|
3986
|
-
.
|
|
3986
|
+
._badgeLabel_1lq6c_28 {
|
|
3987
3987
|
padding: 0 var(--space-4xs);
|
|
3988
3988
|
}
|
|
3989
|
-
.
|
|
3989
|
+
._badgeShapeRounded_1lq6c_37 {
|
|
3990
3990
|
border-radius: var(--radius-3xs);
|
|
3991
3991
|
}
|
|
3992
|
-
.
|
|
3992
|
+
._badgeShapePill_1lq6c_42 {
|
|
3993
3993
|
border-radius: var(--radius-full);
|
|
3994
3994
|
}
|
|
3995
|
-
.
|
|
3995
|
+
._badgeShapeIcon_1lq6c_47 {
|
|
3996
3996
|
block-size: var(--dimensions-24);
|
|
3997
3997
|
border-radius: 50%;
|
|
3998
3998
|
inline-size: var(--dimensions-24);
|
|
3999
3999
|
padding: var(--space-none);
|
|
4000
4000
|
}
|
|
4001
|
-
.
|
|
4001
|
+
._badgeShapeText_1lq6c_55 {
|
|
4002
4002
|
border-radius: var(--radius-full);
|
|
4003
4003
|
}
|
|
4004
|
-
.
|
|
4004
|
+
._badgeShapeNumber_1lq6c_59 {
|
|
4005
|
+
block-size: var(--dimensions-16);
|
|
4006
|
+
min-block-size: var(--dimensions-16);
|
|
4007
|
+
min-inline-size: var(--dimensions-16);
|
|
4008
|
+
padding: var(--space-none);
|
|
4009
|
+
}
|
|
4010
|
+
._badgeShapeText_1lq6c_55._singleChar_1lq6c_67 {
|
|
4005
4011
|
block-size: var(--dimensions-16);
|
|
4006
4012
|
border-radius: var(--radius-full);
|
|
4007
4013
|
inline-size: auto;
|
|
4008
4014
|
min-inline-size: var(--dimensions-16);
|
|
4009
4015
|
padding: var(--space-none) !important;
|
|
4010
4016
|
}
|
|
4011
|
-
.
|
|
4017
|
+
._badgeShapeText_1lq6c_55._singleChar_1lq6c_67 ._badgeLabel_1lq6c_28 {
|
|
4012
4018
|
padding: 0 var(--space-4xs);
|
|
4013
4019
|
}
|
|
4014
|
-
.
|
|
4020
|
+
._badgeShapeDot_1lq6c_80 {
|
|
4015
4021
|
block-size: var(--dimensions-8);
|
|
4016
4022
|
border-radius: 50%;
|
|
4017
4023
|
inline-size: var(--dimensions-8);
|
|
4018
4024
|
padding: var(--space-none);
|
|
4019
4025
|
}
|
|
4020
|
-
.
|
|
4026
|
+
._stroke_1lq6c_93 {
|
|
4021
4027
|
box-shadow: 0 0 0 var(--dimensions-2) var(--surface-neutral-primary);
|
|
4022
4028
|
}
|
|
4023
|
-
.
|
|
4029
|
+
._primary_1lq6c_103 {
|
|
4024
4030
|
background-color: var(--badge-color);
|
|
4025
4031
|
border: var(--border-sm) solid transparent;
|
|
4026
4032
|
color: var(--badge-on-color);
|
|
4027
4033
|
}
|
|
4028
|
-
.
|
|
4034
|
+
._secondary_1lq6c_112 {
|
|
4029
4035
|
background-color: var(--badge-bg-subtle);
|
|
4030
4036
|
border: var(--border-sm) solid transparent;
|
|
4031
4037
|
color: var(--badge-text-subtle);
|
|
4032
4038
|
}
|
|
4033
|
-
.
|
|
4039
|
+
._gray_1lq6c_126 {
|
|
4034
4040
|
--badge-color: var(--surface-neutral-on-surface);
|
|
4035
4041
|
--badge-on-color: var(--text-neutral-secondary);
|
|
4036
4042
|
--badge-bg-subtle: var(--surface-neutral-on-surface);
|
|
4037
4043
|
--badge-text-subtle: var(--text-neutral-secondary);
|
|
4038
4044
|
}
|
|
4039
|
-
.
|
|
4045
|
+
._gray_1lq6c_126._badgeShapeDot_1lq6c_80 {
|
|
4040
4046
|
--badge-color: var(--foreground-neutral-secondary);
|
|
4041
4047
|
}
|
|
4042
|
-
.
|
|
4048
|
+
._black_1lq6c_139 {
|
|
4043
4049
|
--badge-color: var(--surface-neutral-primary-inverse);
|
|
4044
4050
|
--badge-on-color: var(--text-neutral-primary-inverse);
|
|
4045
4051
|
--badge-bg-subtle: var(--surface-neutral-tertiary);
|
|
4046
4052
|
--badge-text-subtle: var(--text-neutral-primary);
|
|
4047
4053
|
}
|
|
4048
|
-
.
|
|
4054
|
+
._white_1lq6c_147 {
|
|
4049
4055
|
--badge-color: var(--text-neutral-primary-inverse);
|
|
4050
4056
|
--badge-on-color: var(--text-neutral-primary);
|
|
4051
4057
|
--badge-bg-subtle: var(--surface-neutral-inverse-on-surface);
|
|
4052
4058
|
--badge-text-subtle: var(--text-neutral-primary);
|
|
4053
4059
|
}
|
|
4054
|
-
.
|
|
4060
|
+
._red_1lq6c_155 {
|
|
4055
4061
|
--badge-color: var(--surface-accent-red);
|
|
4056
4062
|
--badge-on-color: var(--text-neutral-primary-inverse);
|
|
4057
4063
|
--badge-bg-subtle: var(--surface-neutral-on-surface);
|
|
4058
4064
|
--badge-text-subtle: var(--text-accent-red);
|
|
4059
4065
|
}
|
|
4060
|
-
.
|
|
4066
|
+
._orange_1lq6c_163 {
|
|
4061
4067
|
--badge-color: var(--surface-accent-orange);
|
|
4062
4068
|
--badge-on-color: var(--text-neutral-primary-inverse);
|
|
4063
4069
|
--badge-bg-subtle: var(--surface-accent-orange-subtle);
|
|
4064
4070
|
--badge-text-subtle: var(--text-accent-orange);
|
|
4065
4071
|
}
|
|
4066
|
-
.
|
|
4072
|
+
._yellow_1lq6c_171 {
|
|
4067
4073
|
--badge-color: var(--surface-accent-yellow);
|
|
4068
4074
|
--badge-on-color: var(--text-neutral-primary);
|
|
4069
4075
|
--badge-bg-subtle: var(--surface-accent-yellow-subtle);
|
|
4070
4076
|
--badge-text-subtle: var(--text-accent-yellow);
|
|
4071
4077
|
}
|
|
4072
|
-
.
|
|
4078
|
+
._green_1lq6c_179 {
|
|
4073
4079
|
--badge-color: var(--surface-accent-green);
|
|
4074
4080
|
--badge-on-color: var(--text-neutral-primary-inverse);
|
|
4075
4081
|
--badge-bg-subtle: var(--surface-accent-green-subtle);
|
|
4076
4082
|
--badge-text-subtle: var(--text-accent-green);
|
|
4077
4083
|
}
|
|
4078
|
-
.
|
|
4084
|
+
._mint_1lq6c_187 {
|
|
4079
4085
|
--badge-color: var(--surface-accent-mint);
|
|
4080
4086
|
--badge-on-color: var(--text-neutral-primary-inverse);
|
|
4081
4087
|
--badge-bg-subtle: var(--surface-accent-mint-subtle);
|
|
4082
4088
|
--badge-text-subtle: var(--text-accent-mint);
|
|
4083
4089
|
}
|
|
4084
|
-
.
|
|
4090
|
+
._teal_1lq6c_195 {
|
|
4085
4091
|
--badge-color: var(--surface-accent-teal);
|
|
4086
4092
|
--badge-on-color: var(--text-neutral-primary-inverse);
|
|
4087
4093
|
--badge-bg-subtle: var(--surface-accent-teal-subtle);
|
|
4088
4094
|
--badge-text-subtle: var(--text-accent-teal);
|
|
4089
4095
|
}
|
|
4090
|
-
.
|
|
4096
|
+
._cyan_1lq6c_203 {
|
|
4091
4097
|
--badge-color: var(--surface-accent-cyan);
|
|
4092
4098
|
--badge-on-color: var(--text-neutral-primary-inverse);
|
|
4093
4099
|
--badge-bg-subtle: var(--surface-accent-cyan-subtle);
|
|
4094
4100
|
--badge-text-subtle: var(--text-accent-cyan);
|
|
4095
4101
|
}
|
|
4096
|
-
.
|
|
4102
|
+
._blue_1lq6c_211 {
|
|
4097
4103
|
--badge-color: var(--surface-accent-blue);
|
|
4098
4104
|
--badge-on-color: var(--text-neutral-primary-inverse);
|
|
4099
4105
|
--badge-bg-subtle: var(--surface-accent-blue-subtle);
|
|
4100
4106
|
--badge-text-subtle: var(--text-accent-blue);
|
|
4101
4107
|
}
|
|
4102
|
-
.
|
|
4108
|
+
._indigo_1lq6c_219 {
|
|
4103
4109
|
--badge-color: var(--surface-accent-indigo);
|
|
4104
4110
|
--badge-on-color: var(--text-neutral-primary-inverse);
|
|
4105
4111
|
--badge-bg-subtle: var(--surface-accent-indigo-subtle);
|
|
4106
4112
|
--badge-text-subtle: var(--text-accent-indigo);
|
|
4107
4113
|
}
|
|
4108
|
-
.
|
|
4114
|
+
._purple_1lq6c_227 {
|
|
4109
4115
|
--badge-color: var(--surface-accent-purple);
|
|
4110
4116
|
--badge-on-color: var(--text-neutral-primary-inverse);
|
|
4111
4117
|
--badge-bg-subtle: var(--surface-accent-purple-subtle);
|
|
4112
4118
|
--badge-text-subtle: var(--text-accent-purple);
|
|
4113
4119
|
}
|
|
4114
|
-
.
|
|
4120
|
+
._pink_1lq6c_235 {
|
|
4115
4121
|
--badge-color: var(--surface-accent-pink);
|
|
4116
4122
|
--badge-on-color: var(--text-neutral-primary-inverse);
|
|
4117
4123
|
--badge-bg-subtle: var(--surface-accent-pink-subtle);
|
|
4118
4124
|
--badge-text-subtle: var(--text-accent-pink);
|
|
4119
4125
|
}
|
|
4120
|
-
.
|
|
4126
|
+
._brown_1lq6c_243 {
|
|
4121
4127
|
--badge-color: var(--surface-accent-brown);
|
|
4122
4128
|
--badge-on-color: var(--text-neutral-primary-inverse);
|
|
4123
4129
|
--badge-bg-subtle: var(--surface-accent-brown-subtle);
|
|
4124
4130
|
--badge-text-subtle: var(--text-accent-brown);
|
|
4125
4131
|
}
|
|
4126
|
-
.
|
|
4132
|
+
._badgeIcon_1lq6c_254 {
|
|
4127
4133
|
align-items: center;
|
|
4128
4134
|
display: flex;
|
|
4129
4135
|
justify-content: center;
|
|
4130
4136
|
}
|
|
4131
|
-
.
|
|
4137
|
+
._badgeIcon_1lq6c_254 svg {
|
|
4132
4138
|
block-size: var(--dimensions-16);
|
|
4133
4139
|
inline-size: var(--dimensions-16);
|
|
4134
4140
|
}
|
|
@@ -7737,7 +7743,7 @@
|
|
|
7737
7743
|
inline-size: var(--dimensions-24);
|
|
7738
7744
|
justify-content: center;
|
|
7739
7745
|
}
|
|
7740
|
-
.
|
|
7746
|
+
._dropdownListRoot_c6qx2_1 {
|
|
7741
7747
|
background-color: var(--surface-neutral-elevator);
|
|
7742
7748
|
border: var(--border-xs) solid var(--border-neutral-tertiary);
|
|
7743
7749
|
border-radius: var(--radius-sm);
|
|
@@ -7748,28 +7754,31 @@
|
|
|
7748
7754
|
overflow: hidden;
|
|
7749
7755
|
padding: var(--space-2xs) 0;
|
|
7750
7756
|
}
|
|
7751
|
-
.
|
|
7757
|
+
._dropdownListSearchWrapper_c6qx2_17 {
|
|
7752
7758
|
padding: 0 var(--space-2xs) var(--space-2xs) var(--space-2xs);
|
|
7753
7759
|
}
|
|
7754
|
-
.
|
|
7760
|
+
._dropdownListItemsListContainer_c6qx2_22 {
|
|
7761
|
+
overflow: hidden;
|
|
7755
7762
|
position: relative;
|
|
7756
7763
|
}
|
|
7757
|
-
.
|
|
7764
|
+
._dropdownListItemsList_c6qx2_22 {
|
|
7758
7765
|
overflow-y: auto;
|
|
7766
|
+
position: relative;
|
|
7767
|
+
z-index: 0;
|
|
7759
7768
|
}
|
|
7760
|
-
.
|
|
7769
|
+
._dropdownListItemsList_c6qx2_22:focus {
|
|
7761
7770
|
outline: none;
|
|
7762
7771
|
}
|
|
7763
|
-
.
|
|
7772
|
+
._dropdownListGradient_c6qx2_39 {
|
|
7764
7773
|
block-size: var(--dimensions-32);
|
|
7765
7774
|
inset-inline: 0;
|
|
7766
7775
|
opacity: 0;
|
|
7767
7776
|
pointer-events: none;
|
|
7768
7777
|
position: absolute;
|
|
7769
7778
|
transition: opacity var(--motion-duration-normal) var(--motion-ease-standard);
|
|
7770
|
-
z-index: var(--z-index-
|
|
7779
|
+
z-index: var(--z-index-decorator);
|
|
7771
7780
|
}
|
|
7772
|
-
.
|
|
7781
|
+
._dropdownListGradientTop_c6qx2_51 {
|
|
7773
7782
|
background:
|
|
7774
7783
|
linear-gradient(
|
|
7775
7784
|
to bottom,
|
|
@@ -7777,7 +7786,7 @@
|
|
|
7777
7786
|
transparent 100%);
|
|
7778
7787
|
inset-block-start: 0;
|
|
7779
7788
|
}
|
|
7780
|
-
.
|
|
7789
|
+
._dropdownListGradientBottom_c6qx2_58 {
|
|
7781
7790
|
background:
|
|
7782
7791
|
linear-gradient(
|
|
7783
7792
|
to top,
|
|
@@ -7785,24 +7794,24 @@
|
|
|
7785
7794
|
transparent 100%);
|
|
7786
7795
|
inset-block-end: 0;
|
|
7787
7796
|
}
|
|
7788
|
-
.
|
|
7797
|
+
._dropdownListGradientVisible_c6qx2_65 {
|
|
7789
7798
|
opacity: 1;
|
|
7790
7799
|
}
|
|
7791
|
-
.
|
|
7800
|
+
._dropdownListItemWrapper_c6qx2_70 {
|
|
7792
7801
|
padding: 0 var(--space-2xs);
|
|
7793
7802
|
}
|
|
7794
|
-
.
|
|
7803
|
+
._dropdownListItemWrapperWithDivider_c6qx2_75 {
|
|
7795
7804
|
padding: var(--space-2xs) var(--space-2xs);
|
|
7796
7805
|
}
|
|
7797
|
-
.
|
|
7806
|
+
._dropdownListItemWrapperWithDivider_c6qx2_75:not(:last-child) {
|
|
7798
7807
|
border-block-end: var(--border-sm) solid var(--border-neutral-tertiary);
|
|
7799
7808
|
}
|
|
7800
|
-
.
|
|
7809
|
+
._dropdownListItemWrapperWithBottomDivider_c6qx2_84 {
|
|
7801
7810
|
border-block-end: var(--border-sm) solid var(--border-neutral-tertiary);
|
|
7802
7811
|
margin-block-end: var(--space-2xs);
|
|
7803
7812
|
padding-block-end: var(--space-2xs);
|
|
7804
7813
|
}
|
|
7805
|
-
.
|
|
7814
|
+
._dropdownListItem_c6qx2_22 {
|
|
7806
7815
|
align-items: center;
|
|
7807
7816
|
background-color: transparent;
|
|
7808
7817
|
block-size: var(--dimensions-48);
|
|
@@ -7815,7 +7824,7 @@
|
|
|
7815
7824
|
position: relative;
|
|
7816
7825
|
transition: background-color var(--motion-duration-fast) var(--motion-ease-standard);
|
|
7817
7826
|
}
|
|
7818
|
-
.
|
|
7827
|
+
._dropdownListItem_c6qx2_22:after {
|
|
7819
7828
|
background-color: transparent;
|
|
7820
7829
|
content: "";
|
|
7821
7830
|
inset: 0;
|
|
@@ -7824,42 +7833,42 @@
|
|
|
7824
7833
|
transition: background-color var(--motion-duration-fast) var(--motion-ease-out);
|
|
7825
7834
|
z-index: 0;
|
|
7826
7835
|
}
|
|
7827
|
-
.
|
|
7836
|
+
._dropdownListItem_c6qx2_22:hover:not(._disabled_c6qx2_118):after {
|
|
7828
7837
|
background-color: var(--surface-state-hover);
|
|
7829
7838
|
}
|
|
7830
|
-
.
|
|
7839
|
+
._dropdownListItem_c6qx2_22:active:not(._disabled_c6qx2_118):after {
|
|
7831
7840
|
background-color: var(--surface-state-press);
|
|
7832
7841
|
}
|
|
7833
|
-
.
|
|
7842
|
+
._dropdownListItem_c6qx2_22:focus-visible:after {
|
|
7834
7843
|
background-color: var(--surface-state-hover);
|
|
7835
7844
|
}
|
|
7836
|
-
.
|
|
7845
|
+
._dropdownListItem_c6qx2_22:focus-visible {
|
|
7837
7846
|
outline: var(--border-md) solid var(--border-state-focus);
|
|
7838
7847
|
outline-offset: calc(var(--border-md) * -1);
|
|
7839
7848
|
}
|
|
7840
|
-
.
|
|
7849
|
+
._dropdownListItemFocused_c6qx2_140 {
|
|
7841
7850
|
outline: var(--border-md) solid var(--border-state-focus);
|
|
7842
7851
|
outline-offset: calc(var(--border-md) * -1);
|
|
7843
7852
|
}
|
|
7844
|
-
.
|
|
7853
|
+
._dropdownListItemFocused_c6qx2_140:after {
|
|
7845
7854
|
background-color: var(--surface-state-hover);
|
|
7846
7855
|
}
|
|
7847
|
-
.
|
|
7856
|
+
._dropdownListItemSelected_c6qx2_154:hover:not(._disabled_c6qx2_118):after {
|
|
7848
7857
|
background-color: var(--surface-state-hover);
|
|
7849
7858
|
}
|
|
7850
|
-
.
|
|
7859
|
+
._dropdownListItemSelected_c6qx2_154:active:not(._disabled_c6qx2_118):after {
|
|
7851
7860
|
background-color: var(--surface-state-press);
|
|
7852
7861
|
}
|
|
7853
|
-
.
|
|
7862
|
+
._dropdownListItemDisabled_c6qx2_164 {
|
|
7854
7863
|
cursor: not-allowed;
|
|
7855
7864
|
opacity: var(--opacity-disabled);
|
|
7856
7865
|
}
|
|
7857
|
-
.
|
|
7866
|
+
._dropdownListCheckbox_c6qx2_170 {
|
|
7858
7867
|
block-size: var(--dimensions-24) !important;
|
|
7859
7868
|
flex-shrink: 0;
|
|
7860
7869
|
inline-size: var(--dimensions-24) !important;
|
|
7861
7870
|
}
|
|
7862
|
-
.
|
|
7871
|
+
._dropdownListItemIcon_c6qx2_177 {
|
|
7863
7872
|
align-items: center;
|
|
7864
7873
|
block-size: var(--dimensions-24);
|
|
7865
7874
|
color: var(--foreground-neutral-primary);
|
|
@@ -7870,7 +7879,7 @@
|
|
|
7870
7879
|
position: relative;
|
|
7871
7880
|
z-index: 1;
|
|
7872
7881
|
}
|
|
7873
|
-
.
|
|
7882
|
+
._dropdownListItemLabel_c6qx2_190 {
|
|
7874
7883
|
color: var(--text-neutral-primary);
|
|
7875
7884
|
flex: 1;
|
|
7876
7885
|
font-family: var(--body-lg-family);
|
|
@@ -7880,7 +7889,7 @@
|
|
|
7880
7889
|
position: relative;
|
|
7881
7890
|
z-index: 1;
|
|
7882
7891
|
}
|
|
7883
|
-
.
|
|
7892
|
+
._dropdownListCheckmark_c6qx2_202 {
|
|
7884
7893
|
align-items: center;
|
|
7885
7894
|
block-size: var(--dimensions-24);
|
|
7886
7895
|
color: var(--text-neutral-primary);
|
|
@@ -7889,7 +7898,7 @@
|
|
|
7889
7898
|
inline-size: var(--dimensions-24);
|
|
7890
7899
|
justify-content: center;
|
|
7891
7900
|
}
|
|
7892
|
-
.
|
|
7901
|
+
._dropdownListEmptyState_c6qx2_213 {
|
|
7893
7902
|
color: var(--text-neutral-secondary);
|
|
7894
7903
|
font-family: var(--body-lg-family);
|
|
7895
7904
|
font-size: var(--body-lg-size);
|
|
@@ -8850,7 +8859,7 @@
|
|
|
8850
8859
|
._disabled_q8tx0_348 ._chipAction_q8tx0_124 {
|
|
8851
8860
|
color: var(--foreground-state-disabled);
|
|
8852
8861
|
}
|
|
8853
|
-
.
|
|
8862
|
+
._chipBarRoot_j4xii_1 {
|
|
8854
8863
|
align-items: center;
|
|
8855
8864
|
box-sizing: border-box;
|
|
8856
8865
|
display: flex;
|
|
@@ -8860,24 +8869,24 @@
|
|
|
8860
8869
|
overflow: visible hidden;
|
|
8861
8870
|
position: relative;
|
|
8862
8871
|
}
|
|
8863
|
-
.
|
|
8872
|
+
._chipBarSizeLarge_j4xii_14 {
|
|
8864
8873
|
block-size: var(--dimensions-56);
|
|
8865
8874
|
}
|
|
8866
|
-
.
|
|
8875
|
+
._chipBarSizeMedium_j4xii_18 {
|
|
8867
8876
|
block-size: var(--dimensions-48);
|
|
8868
8877
|
}
|
|
8869
|
-
.
|
|
8878
|
+
._chipBarSticky_j4xii_23 {
|
|
8870
8879
|
background-color: transparent;
|
|
8871
8880
|
inset-block-start: 0;
|
|
8872
8881
|
position: sticky;
|
|
8873
8882
|
transition: background-color var(--motion-duration-normal) ease-in-out, box-shadow var(--motion-duration-normal) ease-in-out;
|
|
8874
8883
|
z-index: var(--z-index-decorator);
|
|
8875
8884
|
}
|
|
8876
|
-
.
|
|
8885
|
+
._chipBarStuck_j4xii_34 {
|
|
8877
8886
|
background-color: var(--surface-neutral-elevator);
|
|
8878
8887
|
box-shadow: inset 0 calc(-1 * var(--border-sm)) 0 0 var(--border-neutral-tertiary), var(--shadow-sm);
|
|
8879
8888
|
}
|
|
8880
|
-
.
|
|
8889
|
+
._chipBarLeading_j4xii_44 {
|
|
8881
8890
|
align-items: center;
|
|
8882
8891
|
display: flex;
|
|
8883
8892
|
flex-shrink: 0;
|
|
@@ -8885,18 +8894,21 @@
|
|
|
8885
8894
|
position: relative;
|
|
8886
8895
|
z-index: 2;
|
|
8887
8896
|
}
|
|
8888
|
-
.
|
|
8897
|
+
._chipBarDivider_j4xii_55 {
|
|
8889
8898
|
background-color: var(--border-neutral-tertiary);
|
|
8890
8899
|
block-size: var(--dimensions-32);
|
|
8891
8900
|
inline-size: var(--border-sm);
|
|
8892
8901
|
}
|
|
8893
|
-
.
|
|
8902
|
+
._chipBarScrollOuter_j4xii_64 {
|
|
8903
|
+
align-items: center;
|
|
8904
|
+
display: flex;
|
|
8905
|
+
flex-grow: 1;
|
|
8906
|
+
min-inline-size: 0;
|
|
8907
|
+
position: relative;
|
|
8908
|
+
}
|
|
8909
|
+
._chipBarScrollArea_j4xii_73 {
|
|
8894
8910
|
--chip-bar-fade-left: 0px;
|
|
8895
8911
|
--chip-bar-fade-right: 0px;
|
|
8896
|
-
--chip-bar-nav-left: 0px;
|
|
8897
|
-
--chip-bar-nav-right: 0px;
|
|
8898
|
-
--chip-bar-nav-left-effective: 0px;
|
|
8899
|
-
--chip-bar-nav-right-effective: 0px;
|
|
8900
8912
|
display: flex;
|
|
8901
8913
|
flex-grow: 1;
|
|
8902
8914
|
min-inline-size: 0;
|
|
@@ -8906,19 +8918,15 @@
|
|
|
8906
8918
|
linear-gradient(
|
|
8907
8919
|
to right,
|
|
8908
8920
|
rgba(0, 0, 0, 0) 0px,
|
|
8909
|
-
rgba(0, 0, 0,
|
|
8910
|
-
rgba(0, 0, 0, 1) calc(
|
|
8911
|
-
rgba(0, 0, 0, 1) calc(100% - var(--chip-bar-nav-right-effective) - var(--chip-bar-fade-right)),
|
|
8912
|
-
rgba(0, 0, 0, 0) calc(100% - var(--chip-bar-nav-right-effective)),
|
|
8921
|
+
rgba(0, 0, 0, 1) var(--chip-bar-fade-left),
|
|
8922
|
+
rgba(0, 0, 0, 1) calc(100% - var(--chip-bar-fade-right)),
|
|
8913
8923
|
rgba(0, 0, 0, 0) 100%);
|
|
8914
8924
|
-webkit-mask-image:
|
|
8915
8925
|
linear-gradient(
|
|
8916
8926
|
to right,
|
|
8917
8927
|
rgba(0, 0, 0, 0) 0px,
|
|
8918
|
-
rgba(0, 0, 0,
|
|
8919
|
-
rgba(0, 0, 0, 1) calc(
|
|
8920
|
-
rgba(0, 0, 0, 1) calc(100% - var(--chip-bar-nav-right-effective) - var(--chip-bar-fade-right)),
|
|
8921
|
-
rgba(0, 0, 0, 0) calc(100% - var(--chip-bar-nav-right-effective)),
|
|
8928
|
+
rgba(0, 0, 0, 1) var(--chip-bar-fade-left),
|
|
8929
|
+
rgba(0, 0, 0, 1) calc(100% - var(--chip-bar-fade-right)),
|
|
8922
8930
|
rgba(0, 0, 0, 0) 100%);
|
|
8923
8931
|
mask-repeat: no-repeat;
|
|
8924
8932
|
-webkit-mask-repeat: no-repeat;
|
|
@@ -8927,7 +8935,7 @@
|
|
|
8927
8935
|
mask-position: 0 0;
|
|
8928
8936
|
-webkit-mask-position: 0 0;
|
|
8929
8937
|
}
|
|
8930
|
-
.
|
|
8938
|
+
._chipBarMaskWrapper_j4xii_105 {
|
|
8931
8939
|
display: flex;
|
|
8932
8940
|
flex-grow: 1;
|
|
8933
8941
|
min-inline-size: 0;
|
|
@@ -8936,7 +8944,7 @@
|
|
|
8936
8944
|
width: 100%;
|
|
8937
8945
|
z-index: 0;
|
|
8938
8946
|
}
|
|
8939
|
-
.
|
|
8947
|
+
._chipBarList_j4xii_115 {
|
|
8940
8948
|
align-items: center;
|
|
8941
8949
|
background: transparent;
|
|
8942
8950
|
box-sizing: border-box;
|
|
@@ -8954,38 +8962,28 @@
|
|
|
8954
8962
|
z-index: 0;
|
|
8955
8963
|
}
|
|
8956
8964
|
@media (hover: none) or (pointer: coarse) {
|
|
8957
|
-
.
|
|
8965
|
+
._chipBarList_j4xii_115 {
|
|
8958
8966
|
padding-inline-end: var(--dimensions-16);
|
|
8959
8967
|
}
|
|
8960
8968
|
}
|
|
8961
|
-
.
|
|
8969
|
+
._chipBarList_j4xii_115::-webkit-scrollbar {
|
|
8962
8970
|
display: none;
|
|
8963
8971
|
}
|
|
8964
|
-
|
|
8965
|
-
._chipBarScrollArea_nw9mr_64 {
|
|
8966
|
-
--chip-bar-nav-left-effective: var(--chip-bar-nav-left);
|
|
8967
|
-
--chip-bar-nav-right-effective: var(--chip-bar-nav-right);
|
|
8968
|
-
}
|
|
8969
|
-
._chipBarNavButton_nw9mr_150 {
|
|
8970
|
-
display: flex;
|
|
8971
|
-
}
|
|
8972
|
-
}
|
|
8973
|
-
._chipBarRootPadded_nw9mr_155 {
|
|
8972
|
+
._chipBarRootPadded_j4xii_146 {
|
|
8974
8973
|
padding-inline-start: var(--chip-bar-padding, var(--space-sm));
|
|
8975
8974
|
}
|
|
8976
|
-
.
|
|
8975
|
+
._chipBarListPadded_j4xii_151 {
|
|
8977
8976
|
padding-inline: 0 var(--chip-bar-padding, var(--space-sm));
|
|
8978
8977
|
}
|
|
8979
|
-
.
|
|
8978
|
+
._chipBarListPadded_j4xii_151:after {
|
|
8980
8979
|
block-size: 1px;
|
|
8981
8980
|
content: "";
|
|
8982
8981
|
flex: 0 0 var(--chip-bar-padding, var(--space-sm));
|
|
8983
8982
|
inline-size: var(--chip-bar-padding, var(--space-sm));
|
|
8984
8983
|
}
|
|
8985
|
-
.
|
|
8984
|
+
._chipBarNavSlot_j4xii_170 {
|
|
8986
8985
|
align-items: center;
|
|
8987
|
-
display:
|
|
8988
|
-
inline-size: var(--dimensions-44);
|
|
8986
|
+
display: none;
|
|
8989
8987
|
inset-block: 0;
|
|
8990
8988
|
opacity: 0;
|
|
8991
8989
|
pointer-events: none;
|
|
@@ -8993,18 +8991,23 @@
|
|
|
8993
8991
|
transition: opacity var(--motion-duration-normal) ease-in-out;
|
|
8994
8992
|
z-index: 2;
|
|
8995
8993
|
}
|
|
8996
|
-
|
|
8994
|
+
@media (hover: hover) and (pointer: fine) {
|
|
8995
|
+
._chipBarNavSlot_j4xii_170 {
|
|
8996
|
+
display: flex;
|
|
8997
|
+
}
|
|
8998
|
+
}
|
|
8999
|
+
._chipBarNavSlotLeft_j4xii_187 {
|
|
8997
9000
|
inset-inline-start: 0;
|
|
8998
9001
|
justify-content: flex-start;
|
|
8999
9002
|
}
|
|
9000
|
-
.
|
|
9003
|
+
._chipBarNavSlotRight_j4xii_192 {
|
|
9001
9004
|
inset-inline-end: 0;
|
|
9002
9005
|
justify-content: flex-end;
|
|
9003
9006
|
}
|
|
9004
|
-
.
|
|
9007
|
+
._chipBarGradientVisible_j4xii_197 {
|
|
9005
9008
|
opacity: 1;
|
|
9006
9009
|
}
|
|
9007
|
-
.
|
|
9010
|
+
._chipBarNavButton_j4xii_202 {
|
|
9008
9011
|
align-items: center;
|
|
9009
9012
|
background: var(--surface-neutral-primary);
|
|
9010
9013
|
block-size: var(--dimensions-32);
|
|
@@ -9012,7 +9015,7 @@
|
|
|
9012
9015
|
border-radius: var(--radius-full);
|
|
9013
9016
|
color: var(--text-neutral-primary);
|
|
9014
9017
|
cursor: pointer;
|
|
9015
|
-
display:
|
|
9018
|
+
display: flex;
|
|
9016
9019
|
inline-size: var(--dimensions-32);
|
|
9017
9020
|
justify-content: center;
|
|
9018
9021
|
overflow: hidden;
|
|
@@ -9021,10 +9024,10 @@
|
|
|
9021
9024
|
transition: all var(--motion-duration-normal) ease-in-out;
|
|
9022
9025
|
z-index: 3;
|
|
9023
9026
|
}
|
|
9024
|
-
.
|
|
9027
|
+
._chipBarGradientVisible_j4xii_197 ._chipBarNavButton_j4xii_202 {
|
|
9025
9028
|
pointer-events: auto;
|
|
9026
9029
|
}
|
|
9027
|
-
.
|
|
9030
|
+
._chipBarNavButton_j4xii_202:after {
|
|
9028
9031
|
background-color: transparent;
|
|
9029
9032
|
content: "";
|
|
9030
9033
|
inset: 0;
|
|
@@ -9033,23 +9036,20 @@
|
|
|
9033
9036
|
transition: background-color var(--motion-duration-fast) var(--motion-ease-out);
|
|
9034
9037
|
z-index: 0;
|
|
9035
9038
|
}
|
|
9036
|
-
.
|
|
9039
|
+
._chipBarNavButton_j4xii_202:hover:after {
|
|
9037
9040
|
background-color: var(--surface-state-hover);
|
|
9038
9041
|
}
|
|
9039
|
-
.
|
|
9042
|
+
._chipBarNavButton_j4xii_202 svg {
|
|
9040
9043
|
block-size: var(--dimensions-20);
|
|
9041
9044
|
inline-size: var(--dimensions-20);
|
|
9042
9045
|
position: relative;
|
|
9043
9046
|
z-index: 1;
|
|
9044
9047
|
}
|
|
9045
|
-
.
|
|
9048
|
+
._chipBarStuck_j4xii_34 ._chipBarNavButton_j4xii_202 {
|
|
9046
9049
|
background: var(--surface-neutral-elevator);
|
|
9047
9050
|
}
|
|
9048
9051
|
@media (hover: hover) and (pointer: fine) {
|
|
9049
|
-
.
|
|
9050
|
-
display: flex;
|
|
9051
|
-
}
|
|
9052
|
-
._chipBarStuck_nw9mr_34 ._chipBarNavButton_nw9mr_150 {
|
|
9052
|
+
._chipBarStuck_j4xii_34 ._chipBarNavButton_j4xii_202 {
|
|
9053
9053
|
background: var(--surface-neutral-elevator);
|
|
9054
9054
|
}
|
|
9055
9055
|
}
|
|
@@ -9159,7 +9159,7 @@
|
|
|
9159
9159
|
._contextMenuTrigger_ithfz_15 {
|
|
9160
9160
|
display: inline-block;
|
|
9161
9161
|
}
|
|
9162
|
-
.
|
|
9162
|
+
._dataTableRoot_eg8aq_4 {
|
|
9163
9163
|
background-color: var(--surface-neutral-primary);
|
|
9164
9164
|
border: var(--border-sm) solid var(--border-neutral-tertiary);
|
|
9165
9165
|
border-radius: var(--radius-xs);
|
|
@@ -9168,17 +9168,17 @@
|
|
|
9168
9168
|
inline-size: 100%;
|
|
9169
9169
|
position: relative;
|
|
9170
9170
|
}
|
|
9171
|
-
.
|
|
9171
|
+
._dataTableFlush_eg8aq_14 {
|
|
9172
9172
|
border: none;
|
|
9173
9173
|
border-radius: 0;
|
|
9174
9174
|
}
|
|
9175
|
-
.
|
|
9175
|
+
._dataTableContainer_eg8aq_23 {
|
|
9176
9176
|
border-radius: inherit;
|
|
9177
9177
|
inline-size: 100%;
|
|
9178
9178
|
overflow: hidden;
|
|
9179
9179
|
position: relative;
|
|
9180
9180
|
}
|
|
9181
|
-
.
|
|
9181
|
+
._dataTableScrollGradient_eg8aq_33 {
|
|
9182
9182
|
inline-size: var(--dimensions-64);
|
|
9183
9183
|
inset-block-start: 0;
|
|
9184
9184
|
opacity: 0;
|
|
@@ -9187,7 +9187,7 @@
|
|
|
9187
9187
|
transition: opacity var(--motion-duration-normal) var(--motion-ease-in-out);
|
|
9188
9188
|
z-index: var(--z-index-decorator);
|
|
9189
9189
|
}
|
|
9190
|
-
.
|
|
9190
|
+
._dataTableScrollGradientLeft_eg8aq_44 {
|
|
9191
9191
|
background:
|
|
9192
9192
|
linear-gradient(
|
|
9193
9193
|
to right,
|
|
@@ -9197,7 +9197,7 @@
|
|
|
9197
9197
|
inset-block-end: 0;
|
|
9198
9198
|
inset-inline-start: 0;
|
|
9199
9199
|
}
|
|
9200
|
-
.
|
|
9200
|
+
._dataTableScrollGradientRight_eg8aq_55 {
|
|
9201
9201
|
background:
|
|
9202
9202
|
linear-gradient(
|
|
9203
9203
|
to left,
|
|
@@ -9207,10 +9207,10 @@
|
|
|
9207
9207
|
inset-block-end: 0;
|
|
9208
9208
|
inset-inline-end: 0;
|
|
9209
9209
|
}
|
|
9210
|
-
.
|
|
9210
|
+
._dataTableScrollGradientVisible_eg8aq_66 {
|
|
9211
9211
|
opacity: 1;
|
|
9212
9212
|
}
|
|
9213
|
-
.
|
|
9213
|
+
._dataTableTable_eg8aq_73 {
|
|
9214
9214
|
border-collapse: separate;
|
|
9215
9215
|
border-radius: inherit;
|
|
9216
9216
|
border-spacing: 0;
|
|
@@ -9218,19 +9218,19 @@
|
|
|
9218
9218
|
inline-size: 100%;
|
|
9219
9219
|
table-layout: fixed;
|
|
9220
9220
|
}
|
|
9221
|
-
.
|
|
9221
|
+
._dataTableHead_eg8aq_87 {
|
|
9222
9222
|
background-color: var(--surface-neutral-secondary);
|
|
9223
9223
|
}
|
|
9224
|
-
.
|
|
9224
|
+
._dataTableHeadSticky_eg8aq_91 {
|
|
9225
9225
|
inset-block-start: 0;
|
|
9226
9226
|
position: sticky;
|
|
9227
9227
|
z-index: var(--z-index-sticky);
|
|
9228
9228
|
}
|
|
9229
|
-
.
|
|
9229
|
+
._dataTableTh_eg8aq_97 {
|
|
9230
9230
|
border-block-end: var(--border-xs) solid var(--border-neutral-tertiary);
|
|
9231
9231
|
box-sizing: border-box;
|
|
9232
9232
|
}
|
|
9233
|
-
.
|
|
9233
|
+
._dataTableHeadCell_eg8aq_102 {
|
|
9234
9234
|
background-color: var(--surface-neutral-secondary);
|
|
9235
9235
|
block-size: var(--dimensions-48);
|
|
9236
9236
|
border-block-end: var(--border-xs) solid var(--border-neutral-tertiary);
|
|
@@ -9248,23 +9248,23 @@
|
|
|
9248
9248
|
user-select: none;
|
|
9249
9249
|
white-space: nowrap;
|
|
9250
9250
|
}
|
|
9251
|
-
.
|
|
9251
|
+
._dataTableThSortable_eg8aq_120 {
|
|
9252
9252
|
cursor: pointer;
|
|
9253
9253
|
transition: background-color var(--motion-duration-fast) var(--motion-ease-in-out);
|
|
9254
9254
|
}
|
|
9255
|
-
.
|
|
9255
|
+
._dataTableThSortable_eg8aq_120:hover {
|
|
9256
9256
|
background-color: var(--surface-neutral-tertiary);
|
|
9257
9257
|
}
|
|
9258
|
-
.
|
|
9258
|
+
._dataTableThSticky_eg8aq_129 {
|
|
9259
9259
|
background-color: var(--surface-neutral-secondary);
|
|
9260
9260
|
box-shadow: 1px 0 0 var(--surface-neutral-secondary);
|
|
9261
9261
|
position: sticky;
|
|
9262
9262
|
z-index: var(--z-index-sticky);
|
|
9263
9263
|
}
|
|
9264
|
-
.
|
|
9264
|
+
._dataTableThStickyLast_eg8aq_139 {
|
|
9265
9265
|
box-shadow: none;
|
|
9266
9266
|
}
|
|
9267
|
-
.
|
|
9267
|
+
._dataTableThCheckbox_eg8aq_145 {
|
|
9268
9268
|
box-sizing: border-box;
|
|
9269
9269
|
inline-size: var(--dimensions-48);
|
|
9270
9270
|
max-inline-size: var(--dimensions-48);
|
|
@@ -9272,45 +9272,45 @@
|
|
|
9272
9272
|
padding: var(--space-xs) var(--space-sm);
|
|
9273
9273
|
text-align: center;
|
|
9274
9274
|
}
|
|
9275
|
-
.
|
|
9275
|
+
._dataTableThContent_eg8aq_154 {
|
|
9276
9276
|
align-items: center;
|
|
9277
9277
|
display: flex;
|
|
9278
9278
|
gap: var(--space-xs);
|
|
9279
9279
|
}
|
|
9280
|
-
.
|
|
9280
|
+
._dataTableThTitle_eg8aq_160 {
|
|
9281
9281
|
flex: 1;
|
|
9282
9282
|
overflow: hidden;
|
|
9283
9283
|
text-overflow: ellipsis;
|
|
9284
9284
|
}
|
|
9285
|
-
.
|
|
9285
|
+
._dataTableThAlignCenter_eg8aq_166 {
|
|
9286
9286
|
text-align: center;
|
|
9287
9287
|
}
|
|
9288
|
-
.
|
|
9288
|
+
._dataTableThAlignCenter_eg8aq_166 ._dataTableThContent_eg8aq_154 {
|
|
9289
9289
|
justify-content: center;
|
|
9290
9290
|
}
|
|
9291
|
-
.
|
|
9291
|
+
._dataTableThAlignRight_eg8aq_174 {
|
|
9292
9292
|
text-align: end;
|
|
9293
9293
|
}
|
|
9294
|
-
.
|
|
9294
|
+
._dataTableThAlignRight_eg8aq_174 ._dataTableThContent_eg8aq_154 {
|
|
9295
9295
|
justify-content: flex-end;
|
|
9296
9296
|
}
|
|
9297
|
-
.
|
|
9297
|
+
._dataTableSortIcon_eg8aq_185 {
|
|
9298
9298
|
align-items: center;
|
|
9299
9299
|
display: flex;
|
|
9300
9300
|
flex-direction: column;
|
|
9301
9301
|
flex-shrink: 0;
|
|
9302
9302
|
gap: 0;
|
|
9303
9303
|
}
|
|
9304
|
-
.
|
|
9304
|
+
._dataTableSortIconArrow_eg8aq_193 {
|
|
9305
9305
|
color: var(--foreground-neutral-secondary);
|
|
9306
9306
|
opacity: .38;
|
|
9307
9307
|
transition: all var(--motion-duration-fast) var(--motion-ease-in-out);
|
|
9308
9308
|
}
|
|
9309
|
-
.
|
|
9309
|
+
._dataTableSortIconActive_eg8aq_199 {
|
|
9310
9310
|
color: var(--foreground-neutral-primary);
|
|
9311
9311
|
opacity: 1;
|
|
9312
9312
|
}
|
|
9313
|
-
.
|
|
9313
|
+
._dataTableResizer_eg8aq_207 {
|
|
9314
9314
|
align-items: center;
|
|
9315
9315
|
block-size: 100%;
|
|
9316
9316
|
cursor: col-resize;
|
|
@@ -9323,7 +9323,7 @@
|
|
|
9323
9323
|
touch-action: none;
|
|
9324
9324
|
z-index: var(--z-index-decorator);
|
|
9325
9325
|
}
|
|
9326
|
-
.
|
|
9326
|
+
._dataTableResizer_eg8aq_207:after {
|
|
9327
9327
|
background-color: var(--border-neutral-tertiary);
|
|
9328
9328
|
block-size: 60%;
|
|
9329
9329
|
content: "";
|
|
@@ -9333,34 +9333,34 @@
|
|
|
9333
9333
|
transform: translate(-50%);
|
|
9334
9334
|
transition: all var(--motion-duration-fast);
|
|
9335
9335
|
}
|
|
9336
|
-
.
|
|
9337
|
-
.
|
|
9336
|
+
._dataTableResizer_eg8aq_207:hover:after,
|
|
9337
|
+
._dataTableResizerActive_eg8aq_236:after {
|
|
9338
9338
|
background-color: var(--foreground-brand-primary);
|
|
9339
9339
|
inline-size: 2px;
|
|
9340
9340
|
}
|
|
9341
|
-
.
|
|
9341
|
+
._dataTableHead_eg8aq_87 tr > th:last-child ._dataTableResizer_eg8aq_207 {
|
|
9342
9342
|
display: none;
|
|
9343
9343
|
}
|
|
9344
|
-
.
|
|
9344
|
+
._dataTableBody_eg8aq_250 {
|
|
9345
9345
|
background-color: var(--surface-neutral-primary);
|
|
9346
9346
|
}
|
|
9347
|
-
.
|
|
9347
|
+
._dataTableRow_eg8aq_254 {
|
|
9348
9348
|
--row-surface-internal: var(--surface-neutral-primary);
|
|
9349
9349
|
background-color: var(--row-surface-internal);
|
|
9350
9350
|
block-size: var(--dimensions-48);
|
|
9351
9351
|
transition: background-color var(--motion-duration-fast) var(--motion-ease-in-out), box-shadow var(--motion-duration-fast) var(--motion-ease-in-out);
|
|
9352
9352
|
}
|
|
9353
|
-
.
|
|
9353
|
+
._dataTableTd_eg8aq_263 {
|
|
9354
9354
|
border-block-end: var(--border-xs) solid var(--border-neutral-tertiary);
|
|
9355
9355
|
box-sizing: border-box;
|
|
9356
9356
|
}
|
|
9357
|
-
.
|
|
9357
|
+
._dataTableRowHoverable_eg8aq_271:hover {
|
|
9358
9358
|
--row-surface-internal: var(--surface-neutral-primary);
|
|
9359
9359
|
box-shadow: var(--shadow-md);
|
|
9360
9360
|
position: relative;
|
|
9361
9361
|
z-index: var(--z-index-decorator);
|
|
9362
9362
|
}
|
|
9363
|
-
.
|
|
9363
|
+
._dataTableBodyCell_eg8aq_280 {
|
|
9364
9364
|
background-color: inherit;
|
|
9365
9365
|
block-size: var(--dimensions-48);
|
|
9366
9366
|
border-block-end: var(--border-xs) solid var(--border-neutral-tertiary);
|
|
@@ -9372,10 +9372,10 @@
|
|
|
9372
9372
|
padding: var(--space-xs) var(--space-md);
|
|
9373
9373
|
vertical-align: middle;
|
|
9374
9374
|
}
|
|
9375
|
-
.
|
|
9375
|
+
._dataTableRowClickable_eg8aq_293 {
|
|
9376
9376
|
cursor: pointer;
|
|
9377
9377
|
}
|
|
9378
|
-
.
|
|
9378
|
+
._dataTableTdContent_eg8aq_297 {
|
|
9379
9379
|
align-items: center;
|
|
9380
9380
|
-webkit-box-orient: block-axis;
|
|
9381
9381
|
display: -webkit-box;
|
|
@@ -9384,28 +9384,28 @@
|
|
|
9384
9384
|
overflow: hidden;
|
|
9385
9385
|
white-space: normal;
|
|
9386
9386
|
}
|
|
9387
|
-
.
|
|
9387
|
+
._dataTableTdSticky_eg8aq_307 {
|
|
9388
9388
|
background-color: inherit;
|
|
9389
9389
|
box-shadow: 1px 0 0 0 var(--row-surface-internal);
|
|
9390
9390
|
position: sticky;
|
|
9391
9391
|
z-index: var(--z-index-default);
|
|
9392
9392
|
}
|
|
9393
|
-
.
|
|
9393
|
+
._dataTableTdStickyLast_eg8aq_317 {
|
|
9394
9394
|
box-shadow: none;
|
|
9395
9395
|
}
|
|
9396
|
-
.
|
|
9396
|
+
._dataTableScrolled_eg8aq_322 ._dataTableTdSticky_eg8aq_307 {
|
|
9397
9397
|
--row-surface-internal: var(--surface-neutral-elevator);
|
|
9398
9398
|
background-color: var(--row-surface-internal);
|
|
9399
9399
|
}
|
|
9400
|
-
.
|
|
9400
|
+
._dataTableRowSelected_eg8aq_327 ._dataTableTdSticky_eg8aq_307 {
|
|
9401
9401
|
background-color: inherit;
|
|
9402
9402
|
}
|
|
9403
|
-
.
|
|
9403
|
+
._dataTableRowHoverable_eg8aq_271:hover ._dataTableTdSticky_eg8aq_307 {
|
|
9404
9404
|
background-color: inherit;
|
|
9405
9405
|
z-index: var(--z-index-decorator);
|
|
9406
9406
|
}
|
|
9407
|
-
.
|
|
9408
|
-
.
|
|
9407
|
+
._dataTableScrolled_eg8aq_322 ._dataTableThStickyLast_eg8aq_139:after,
|
|
9408
|
+
._dataTableScrolled_eg8aq_322 ._dataTableTdStickyLast_eg8aq_317:after {
|
|
9409
9409
|
background:
|
|
9410
9410
|
linear-gradient(
|
|
9411
9411
|
to right,
|
|
@@ -9419,7 +9419,7 @@
|
|
|
9419
9419
|
position: absolute;
|
|
9420
9420
|
z-index: var(--z-index-docked);
|
|
9421
9421
|
}
|
|
9422
|
-
.
|
|
9422
|
+
._dataTableTdCheckbox_eg8aq_350 {
|
|
9423
9423
|
box-sizing: border-box;
|
|
9424
9424
|
inline-size: var(--dimensions-48);
|
|
9425
9425
|
max-inline-size: var(--dimensions-48);
|
|
@@ -9427,105 +9427,120 @@
|
|
|
9427
9427
|
padding: var(--space-xs) var(--space-sm);
|
|
9428
9428
|
text-align: center;
|
|
9429
9429
|
}
|
|
9430
|
-
.
|
|
9430
|
+
._dataTableTdAlignCenter_eg8aq_359 {
|
|
9431
9431
|
text-align: center;
|
|
9432
9432
|
}
|
|
9433
|
-
.
|
|
9433
|
+
._dataTableTdAlignRight_eg8aq_363 {
|
|
9434
9434
|
text-align: end;
|
|
9435
9435
|
}
|
|
9436
|
-
.
|
|
9436
|
+
._dataTableTdWithAvatar_eg8aq_368 {
|
|
9437
9437
|
padding-block: var(--space-2xs);
|
|
9438
9438
|
}
|
|
9439
|
-
.
|
|
9440
|
-
.
|
|
9439
|
+
._dataTableSmall_eg8aq_375 ._dataTableHeadCell_eg8aq_102,
|
|
9440
|
+
._dataTableSmall_eg8aq_375 ._dataTableBodyCell_eg8aq_280 {
|
|
9441
9441
|
block-size: var(--dimensions-40);
|
|
9442
9442
|
padding: 0 var(--space-sm);
|
|
9443
9443
|
}
|
|
9444
|
-
.
|
|
9444
|
+
._dataTableSmall_eg8aq_375 ._dataTableRow_eg8aq_254 {
|
|
9445
9445
|
block-size: var(--dimensions-40);
|
|
9446
9446
|
}
|
|
9447
|
-
.
|
|
9448
|
-
.
|
|
9447
|
+
._dataTableMedium_eg8aq_385 ._dataTableHeadCell_eg8aq_102,
|
|
9448
|
+
._dataTableMedium_eg8aq_385 ._dataTableBodyCell_eg8aq_280 {
|
|
9449
9449
|
block-size: var(--dimensions-48);
|
|
9450
9450
|
padding: var(--space-4xs) var(--space-sm);
|
|
9451
9451
|
}
|
|
9452
|
-
.
|
|
9452
|
+
._dataTableMedium_eg8aq_385 ._dataTableRow_eg8aq_254 {
|
|
9453
9453
|
block-size: var(--dimensions-48);
|
|
9454
9454
|
}
|
|
9455
|
-
.
|
|
9456
|
-
.
|
|
9455
|
+
._dataTableLarge_eg8aq_395 ._dataTableHeadCell_eg8aq_102,
|
|
9456
|
+
._dataTableLarge_eg8aq_395 ._dataTableBodyCell_eg8aq_280 {
|
|
9457
9457
|
block-size: var(--dimensions-56);
|
|
9458
9458
|
padding: var(--space-2xs) var(--space-sm);
|
|
9459
9459
|
}
|
|
9460
|
-
.
|
|
9460
|
+
._dataTableLarge_eg8aq_395 ._dataTableRow_eg8aq_254 {
|
|
9461
9461
|
block-size: var(--dimensions-56);
|
|
9462
9462
|
}
|
|
9463
|
-
.
|
|
9463
|
+
._dataTableStriped_eg8aq_408 ._dataTableRow_eg8aq_254:nth-child(2n) {
|
|
9464
9464
|
--row-surface-internal: var(--surface-neutral-secondary);
|
|
9465
9465
|
}
|
|
9466
|
-
.
|
|
9466
|
+
._dataTableSmall_eg8aq_375 ._dataTableTdWithAvatar_eg8aq_368 {
|
|
9467
9467
|
padding-block: var(--space-4xs);
|
|
9468
9468
|
}
|
|
9469
|
-
.
|
|
9469
|
+
._dataTableMedium_eg8aq_385 ._dataTableTdWithAvatar_eg8aq_368 {
|
|
9470
9470
|
padding-block: var(--space-2xs);
|
|
9471
9471
|
}
|
|
9472
|
-
.
|
|
9472
|
+
._dataTableLarge_eg8aq_395 ._dataTableTdWithAvatar_eg8aq_368 {
|
|
9473
9473
|
padding-block: var(--space-xs);
|
|
9474
9474
|
}
|
|
9475
|
-
.
|
|
9476
|
-
.
|
|
9475
|
+
._dataTableSmall_eg8aq_375 ._dataTableThCheckbox_eg8aq_145,
|
|
9476
|
+
._dataTableSmall_eg8aq_375 ._dataTableTdCheckbox_eg8aq_350 {
|
|
9477
9477
|
padding: 0 var(--space-4xs);
|
|
9478
9478
|
}
|
|
9479
|
-
.
|
|
9480
|
-
.
|
|
9479
|
+
._dataTableMedium_eg8aq_385 ._dataTableThCheckbox_eg8aq_145,
|
|
9480
|
+
._dataTableMedium_eg8aq_385 ._dataTableTdCheckbox_eg8aq_350 {
|
|
9481
9481
|
padding: var(--space-4xs) var(--space-4xs);
|
|
9482
9482
|
}
|
|
9483
|
-
.
|
|
9484
|
-
.
|
|
9483
|
+
._dataTableLarge_eg8aq_395 ._dataTableThCheckbox_eg8aq_145,
|
|
9484
|
+
._dataTableLarge_eg8aq_395 ._dataTableTdCheckbox_eg8aq_350 {
|
|
9485
9485
|
padding: var(--space-2xs) var(--space-4xs);
|
|
9486
9486
|
}
|
|
9487
|
-
.
|
|
9488
|
-
padding
|
|
9487
|
+
._dataTableSmall_eg8aq_375 ._dataTableTdWithActions_eg8aq_442 {
|
|
9488
|
+
padding: var(--space-5xs) var(--space-4xs);
|
|
9489
9489
|
}
|
|
9490
|
-
.
|
|
9491
|
-
padding
|
|
9490
|
+
._dataTableMedium_eg8aq_385 ._dataTableTdWithActions_eg8aq_442 {
|
|
9491
|
+
padding: var(--space-3xs) var(--space-4xs);
|
|
9492
9492
|
}
|
|
9493
|
-
.
|
|
9494
|
-
padding
|
|
9493
|
+
._dataTableLarge_eg8aq_395 ._dataTableTdWithActions_eg8aq_442 {
|
|
9494
|
+
padding: var(--space-2xs) var(--space-3xs);
|
|
9495
|
+
}
|
|
9496
|
+
._dataTableTdWithActions_eg8aq_442 ._dataTableTdContent_eg8aq_297 {
|
|
9497
|
+
align-items: center;
|
|
9498
|
+
display: flex;
|
|
9499
|
+
inline-size: 100%;
|
|
9500
|
+
justify-content: flex-end;
|
|
9501
|
+
overflow: visible;
|
|
9502
|
+
-webkit-line-clamp: unset;
|
|
9503
|
+
line-clamp: unset;
|
|
9504
|
+
white-space: nowrap;
|
|
9495
9505
|
}
|
|
9496
|
-
.
|
|
9506
|
+
._dataTableTdWithActions_eg8aq_442 .phx-flex {
|
|
9507
|
+
flex-wrap: nowrap;
|
|
9508
|
+
inline-size: max-content;
|
|
9509
|
+
margin-inline-start: auto;
|
|
9510
|
+
}
|
|
9511
|
+
._dataTableTdDate_eg8aq_472 {
|
|
9497
9512
|
white-space: nowrap;
|
|
9498
9513
|
}
|
|
9499
|
-
.
|
|
9514
|
+
._dataTableTdId_eg8aq_477 {
|
|
9500
9515
|
font-family: var(--font-family-code);
|
|
9501
9516
|
white-space: nowrap;
|
|
9502
9517
|
}
|
|
9503
|
-
.
|
|
9518
|
+
._dataTableTdMoney_eg8aq_484 {
|
|
9504
9519
|
font-variant-numeric: tabular-nums;
|
|
9505
9520
|
text-align: end;
|
|
9506
9521
|
white-space: nowrap;
|
|
9507
9522
|
}
|
|
9508
|
-
.
|
|
9509
|
-
.
|
|
9510
|
-
.
|
|
9511
|
-
.
|
|
9523
|
+
._dataTableTdPhone_eg8aq_491,
|
|
9524
|
+
._dataTableTdEmail_eg8aq_492,
|
|
9525
|
+
._dataTableTdStatus_eg8aq_493,
|
|
9526
|
+
._dataTableTdNowrap_eg8aq_494 {
|
|
9512
9527
|
white-space: nowrap;
|
|
9513
9528
|
}
|
|
9514
|
-
.
|
|
9529
|
+
._dataTableTdStatus_eg8aq_493 {
|
|
9515
9530
|
text-transform: capitalize;
|
|
9516
9531
|
}
|
|
9517
|
-
.
|
|
9518
|
-
.
|
|
9519
|
-
.
|
|
9520
|
-
.
|
|
9521
|
-
.
|
|
9522
|
-
.
|
|
9523
|
-
.
|
|
9532
|
+
._dataTableTdId_eg8aq_477 ._dataTableTdContent_eg8aq_297,
|
|
9533
|
+
._dataTableTdDate_eg8aq_472 ._dataTableTdContent_eg8aq_297,
|
|
9534
|
+
._dataTableTdMoney_eg8aq_484 ._dataTableTdContent_eg8aq_297,
|
|
9535
|
+
._dataTableTdPhone_eg8aq_491 ._dataTableTdContent_eg8aq_297,
|
|
9536
|
+
._dataTableTdEmail_eg8aq_492 ._dataTableTdContent_eg8aq_297,
|
|
9537
|
+
._dataTableTdStatus_eg8aq_493 ._dataTableTdContent_eg8aq_297,
|
|
9538
|
+
._dataTableTdNowrap_eg8aq_494 ._dataTableTdContent_eg8aq_297 {
|
|
9524
9539
|
-webkit-line-clamp: unset;
|
|
9525
9540
|
line-clamp: unset;
|
|
9526
9541
|
white-space: nowrap;
|
|
9527
9542
|
}
|
|
9528
|
-
.
|
|
9543
|
+
._dataTableFloatingActionsCell_eg8aq_520 {
|
|
9529
9544
|
block-size: 100%;
|
|
9530
9545
|
border: none;
|
|
9531
9546
|
inline-size: 0;
|
|
@@ -9535,11 +9550,12 @@
|
|
|
9535
9550
|
position: sticky;
|
|
9536
9551
|
z-index: var(--z-index-sticky);
|
|
9537
9552
|
}
|
|
9538
|
-
.
|
|
9553
|
+
._dataTableFloatingActions_eg8aq_520 {
|
|
9539
9554
|
align-items: center;
|
|
9540
9555
|
background-color: var(--row-surface-internal);
|
|
9541
9556
|
block-size: 100%;
|
|
9542
9557
|
display: flex;
|
|
9558
|
+
inline-size: max-content;
|
|
9543
9559
|
inset-block-start: 0;
|
|
9544
9560
|
inset-inline-end: 0;
|
|
9545
9561
|
opacity: 0;
|
|
@@ -9550,13 +9566,13 @@
|
|
|
9550
9566
|
white-space: nowrap;
|
|
9551
9567
|
box-shadow: -8px 0 12px -4px var(--color-shadow-4a);
|
|
9552
9568
|
}
|
|
9553
|
-
.
|
|
9554
|
-
.
|
|
9569
|
+
._dataTableRowWithActionsActive_eg8aq_549:hover ._dataTableFloatingActions_eg8aq_520,
|
|
9570
|
+
._dataTableRowWithActionsActive_eg8aq_549:focus-within ._dataTableFloatingActions_eg8aq_520 {
|
|
9555
9571
|
opacity: 1;
|
|
9556
9572
|
pointer-events: auto;
|
|
9557
9573
|
visibility: visible;
|
|
9558
9574
|
}
|
|
9559
|
-
.
|
|
9575
|
+
._dataTableFloatingActionsGradient_eg8aq_556 {
|
|
9560
9576
|
background:
|
|
9561
9577
|
linear-gradient(
|
|
9562
9578
|
to right,
|
|
@@ -9569,20 +9585,31 @@
|
|
|
9569
9585
|
inset-inline-end: 100%;
|
|
9570
9586
|
pointer-events: none;
|
|
9571
9587
|
}
|
|
9572
|
-
.
|
|
9588
|
+
._dataTableFloatingActionsContent_eg8aq_566 {
|
|
9573
9589
|
align-items: center;
|
|
9574
9590
|
display: flex;
|
|
9575
9591
|
gap: var(--space-4xs);
|
|
9576
9592
|
padding-inline: var(--space-xs) var(--space-md);
|
|
9577
9593
|
position: relative;
|
|
9594
|
+
width: max-content;
|
|
9578
9595
|
z-index: 1;
|
|
9579
9596
|
}
|
|
9580
|
-
.
|
|
9581
|
-
|
|
9582
|
-
|
|
9583
|
-
|
|
9597
|
+
._dataTableFloatingActionsContent_eg8aq_566 > * {
|
|
9598
|
+
flex: 0 0 auto;
|
|
9599
|
+
}
|
|
9600
|
+
._dataTableFloatingActionsContent_eg8aq_566 .phx-button {
|
|
9601
|
+
inline-size: auto;
|
|
9602
|
+
flex-shrink: 0;
|
|
9603
|
+
min-inline-size: 0;
|
|
9584
9604
|
}
|
|
9585
|
-
.
|
|
9605
|
+
._dataTableFloatingActionsContent_eg8aq_566 .phx-icon-button {
|
|
9606
|
+
flex: 0 0 auto;
|
|
9607
|
+
}
|
|
9608
|
+
._dataTableFloatingActionsContent_eg8aq_566 .phx-flex {
|
|
9609
|
+
flex-wrap: nowrap;
|
|
9610
|
+
inline-size: max-content;
|
|
9611
|
+
}
|
|
9612
|
+
._dataTableLoadingOverlay_eg8aq_600 {
|
|
9586
9613
|
align-items: center;
|
|
9587
9614
|
background-color: var(--surface-neutral-primary);
|
|
9588
9615
|
display: flex;
|
|
@@ -9592,49 +9619,49 @@
|
|
|
9592
9619
|
position: absolute;
|
|
9593
9620
|
z-index: var(--z-index-decorator);
|
|
9594
9621
|
}
|
|
9595
|
-
.
|
|
9622
|
+
._dataTableEmptyState_eg8aq_614 {
|
|
9596
9623
|
align-items: center;
|
|
9597
9624
|
display: flex;
|
|
9598
9625
|
justify-content: center;
|
|
9599
9626
|
min-block-size: var(--dimensions-200);
|
|
9600
9627
|
padding: var(--space-2xl);
|
|
9601
9628
|
}
|
|
9602
|
-
.
|
|
9629
|
+
._dataTableEmptyText_eg8aq_622 {
|
|
9603
9630
|
color: var(--text-neutral-tertiary);
|
|
9604
9631
|
font-family: var(--body-lg-family);
|
|
9605
9632
|
font-size: var(--body-lg-size);
|
|
9606
9633
|
}
|
|
9607
|
-
.
|
|
9634
|
+
._dataTablePagination_eg8aq_631 {
|
|
9608
9635
|
background-color: var(--surface-neutral-primary);
|
|
9609
9636
|
border-block-start: var(--border-sm) solid var(--border-neutral-tertiary);
|
|
9610
9637
|
border-end-end-radius: var(--radius-xs);
|
|
9611
9638
|
border-end-start-radius: var(--radius-xs);
|
|
9612
9639
|
padding: var(--space-sm) var(--space-md);
|
|
9613
9640
|
}
|
|
9614
|
-
.
|
|
9615
|
-
.
|
|
9641
|
+
._dataTableRowSelected_eg8aq_327,
|
|
9642
|
+
._dataTableRowSelected_eg8aq_327:hover {
|
|
9616
9643
|
--row-surface-internal: var(--surface-neutral-secondary);
|
|
9617
9644
|
}
|
|
9618
|
-
.
|
|
9645
|
+
._dataTableStriped_eg8aq_408 ._dataTableRowSelected_eg8aq_327:nth-child(2n) {
|
|
9619
9646
|
--row-surface-internal: var(--surface-neutral-secondary);
|
|
9620
9647
|
}
|
|
9621
|
-
.
|
|
9622
|
-
.
|
|
9623
|
-
.
|
|
9624
|
-
.
|
|
9648
|
+
._dataTableBordered_eg8aq_655 ._dataTableHeadCell_eg8aq_102,
|
|
9649
|
+
._dataTableBordered_eg8aq_655 ._dataTableBodyCell_eg8aq_280,
|
|
9650
|
+
._dataTableBordered_eg8aq_655 ._dataTableTh_eg8aq_97,
|
|
9651
|
+
._dataTableBordered_eg8aq_655 ._dataTableTd_eg8aq_263 {
|
|
9625
9652
|
border-inline-end: var(--border-xs) solid var(--border-neutral-tertiary);
|
|
9626
9653
|
}
|
|
9627
|
-
.
|
|
9628
|
-
.
|
|
9629
|
-
.
|
|
9630
|
-
.
|
|
9654
|
+
._dataTableBordered_eg8aq_655 ._dataTableHeadCell_eg8aq_102:last-child,
|
|
9655
|
+
._dataTableBordered_eg8aq_655 ._dataTableBodyCell_eg8aq_280:last-child,
|
|
9656
|
+
._dataTableBordered_eg8aq_655 ._dataTableTh_eg8aq_97:last-child,
|
|
9657
|
+
._dataTableBordered_eg8aq_655 ._dataTableTd_eg8aq_263:last-child {
|
|
9631
9658
|
border-inline-end: none;
|
|
9632
9659
|
}
|
|
9633
|
-
.
|
|
9634
|
-
.
|
|
9660
|
+
._dataTableRow_eg8aq_254:last-child ._dataTableTd_eg8aq_263,
|
|
9661
|
+
._dataTableRow_eg8aq_254:last-child ._dataTableBodyCell_eg8aq_280 {
|
|
9635
9662
|
border-block-end: none;
|
|
9636
9663
|
}
|
|
9637
|
-
.
|
|
9664
|
+
._dataTableContainer_eg8aq_23:last-child ._dataTableBody_eg8aq_250 tr:last-child ._dataTableTd_eg8aq_263:last-child {
|
|
9638
9665
|
border-end-end-radius: var(--radius-xs);
|
|
9639
9666
|
}
|
|
9640
9667
|
._paginationRoot_as5nx_1 {
|
|
@@ -10175,7 +10202,7 @@
|
|
|
10175
10202
|
._datePickerHelperTextError_75dpd_251 {
|
|
10176
10203
|
color: var(--text-semantics-red-primary);
|
|
10177
10204
|
}
|
|
10178
|
-
.
|
|
10205
|
+
._dateRangePickerRoot_uc3ii_1 {
|
|
10179
10206
|
display: flex;
|
|
10180
10207
|
flex-direction: column;
|
|
10181
10208
|
font-family: var(--typeface-family-basic);
|
|
@@ -10183,13 +10210,13 @@
|
|
|
10183
10210
|
inline-size: 100%;
|
|
10184
10211
|
position: relative;
|
|
10185
10212
|
}
|
|
10186
|
-
.
|
|
10213
|
+
._fixedWidth_uc3ii_16 {
|
|
10187
10214
|
inline-size: var(--dimensions-320);
|
|
10188
10215
|
}
|
|
10189
|
-
.
|
|
10216
|
+
._dateRangePickerTriggerWrapper_uc3ii_20 {
|
|
10190
10217
|
position: relative;
|
|
10191
10218
|
}
|
|
10192
|
-
.
|
|
10219
|
+
._dateRangePickerContainer_uc3ii_25 {
|
|
10193
10220
|
background: var(--surface-neutral-elevator);
|
|
10194
10221
|
border: var(--border-xs) solid var(--border-neutral-tertiary);
|
|
10195
10222
|
border-radius: var(--radius-sm);
|
|
@@ -10198,7 +10225,7 @@
|
|
|
10198
10225
|
font-family: var(--typeface-family-basic);
|
|
10199
10226
|
overflow: hidden;
|
|
10200
10227
|
}
|
|
10201
|
-
.
|
|
10228
|
+
._dateRangePickerPanelContent_uc3ii_38 {
|
|
10202
10229
|
background: var(--surface-neutral-elevator);
|
|
10203
10230
|
border: var(--border-xs) solid var(--border-neutral-tertiary);
|
|
10204
10231
|
border-radius: var(--radius-sm);
|
|
@@ -10206,12 +10233,12 @@
|
|
|
10206
10233
|
display: flex;
|
|
10207
10234
|
overflow: hidden;
|
|
10208
10235
|
}
|
|
10209
|
-
.
|
|
10236
|
+
._dateRangePickerCalendars_uc3ii_51 {
|
|
10210
10237
|
display: flex;
|
|
10211
10238
|
gap: var(--space-xl);
|
|
10212
10239
|
padding: var(--space-sm);
|
|
10213
10240
|
}
|
|
10214
|
-
.
|
|
10241
|
+
._dateRangePickerSidebar_uc3ii_57 {
|
|
10215
10242
|
background-color: var(--surface-neutral-elevator);
|
|
10216
10243
|
border-inline-start: var(--border-sm) solid var(--border-neutral-tertiary);
|
|
10217
10244
|
display: flex;
|
|
@@ -10221,7 +10248,7 @@
|
|
|
10221
10248
|
padding: var(--space-2xs);
|
|
10222
10249
|
padding-block-start: calc(var(--dimensions-64) - var(--dimensions-2));
|
|
10223
10250
|
}
|
|
10224
|
-
.
|
|
10251
|
+
._dateRangePickerOutsideLabel_uc3ii_72 {
|
|
10225
10252
|
color: var(--text-neutral-primary);
|
|
10226
10253
|
display: block;
|
|
10227
10254
|
font-family: var(--title-md-family);
|
|
@@ -10231,7 +10258,7 @@
|
|
|
10231
10258
|
line-height: var(--title-md-line-height);
|
|
10232
10259
|
margin-block-end: var(--space-5xs);
|
|
10233
10260
|
}
|
|
10234
|
-
.
|
|
10261
|
+
._dateRangePickerTrigger_uc3ii_20 {
|
|
10235
10262
|
align-items: center;
|
|
10236
10263
|
background-color: var(--surface-neutral-elevator);
|
|
10237
10264
|
border: var(--border-sm) solid var(--border-neutral-tertiary);
|
|
@@ -10244,30 +10271,30 @@
|
|
|
10244
10271
|
position: relative;
|
|
10245
10272
|
transition: all var(--motion-duration-normal) var(--motion-ease-standard);
|
|
10246
10273
|
}
|
|
10247
|
-
.
|
|
10274
|
+
._dateRangePickerTrigger_uc3ii_20:hover {
|
|
10248
10275
|
background-color: var(--surface-state-hover);
|
|
10249
10276
|
border-color: var(--border-state-hover);
|
|
10250
10277
|
}
|
|
10251
|
-
.
|
|
10278
|
+
._dateRangePickerTrigger_uc3ii_20:focus-visible:not(._dateRangePickerTriggerDisabled_uc3ii_109) {
|
|
10252
10279
|
border-color: var(--border-state-focus);
|
|
10253
10280
|
outline: var(--border-md) solid var(--border-state-focus);
|
|
10254
10281
|
outline-offset: calc(var(--border-sm) * -1);
|
|
10255
10282
|
}
|
|
10256
|
-
.
|
|
10283
|
+
._dateRangePickerTriggerOpen_uc3ii_116 {
|
|
10257
10284
|
border-color: var(--border-state-focus);
|
|
10258
10285
|
outline: var(--border-md) solid var(--border-state-focus);
|
|
10259
10286
|
outline-offset: calc(var(--border-sm) * -1);
|
|
10260
10287
|
}
|
|
10261
|
-
.
|
|
10288
|
+
._dateRangePickerTriggerError_uc3ii_125 {
|
|
10262
10289
|
background-color: var(--surface-neutral-on-surface);
|
|
10263
10290
|
border-color: var(--border-state-error);
|
|
10264
10291
|
}
|
|
10265
|
-
.
|
|
10292
|
+
._dateRangePickerTriggerDisabled_uc3ii_109 {
|
|
10266
10293
|
background-color: var(--surface-state-disabled);
|
|
10267
10294
|
cursor: not-allowed;
|
|
10268
10295
|
opacity: var(--opacity-disabled);
|
|
10269
10296
|
}
|
|
10270
|
-
.
|
|
10297
|
+
._dateRangePickerTriggerContent_uc3ii_136 {
|
|
10271
10298
|
block-size: 100%;
|
|
10272
10299
|
display: flex;
|
|
10273
10300
|
flex: 1;
|
|
@@ -10276,11 +10303,11 @@
|
|
|
10276
10303
|
overflow: hidden;
|
|
10277
10304
|
position: relative;
|
|
10278
10305
|
}
|
|
10279
|
-
.
|
|
10306
|
+
._dateRangePickerTriggerInsideLabel_uc3ii_146 {
|
|
10280
10307
|
min-block-size: var(--dimensions-56);
|
|
10281
10308
|
padding: 0 var(--space-xs);
|
|
10282
10309
|
}
|
|
10283
|
-
.
|
|
10310
|
+
._dateRangePickerInlineLabel_uc3ii_151 {
|
|
10284
10311
|
color: var(--text-neutral-secondary);
|
|
10285
10312
|
font-family: var(--body-lg-family);
|
|
10286
10313
|
font-size: var(--body-lg-size);
|
|
@@ -10296,7 +10323,7 @@
|
|
|
10296
10323
|
transition: all var(--motion-duration-normal) var(--motion-ease-standard);
|
|
10297
10324
|
white-space: nowrap;
|
|
10298
10325
|
}
|
|
10299
|
-
.
|
|
10326
|
+
._dateRangePickerInlineLabelShrunk_uc3ii_168 {
|
|
10300
10327
|
font-family: var(--label-sm-family);
|
|
10301
10328
|
font-size: var(--label-sm-size);
|
|
10302
10329
|
font-weight: var(--label-sm-weight-emphasize);
|
|
@@ -10305,10 +10332,10 @@
|
|
|
10305
10332
|
line-height: var(--label-sm-line-height);
|
|
10306
10333
|
transform: translateY(0) scale(1);
|
|
10307
10334
|
}
|
|
10308
|
-
.
|
|
10335
|
+
._dateRangePickerPlaceholder_uc3ii_181 {
|
|
10309
10336
|
color: var(--text-neutral-secondary);
|
|
10310
10337
|
}
|
|
10311
|
-
.
|
|
10338
|
+
._dateRangePickerInput_uc3ii_185 {
|
|
10312
10339
|
background: transparent;
|
|
10313
10340
|
border: none;
|
|
10314
10341
|
box-sizing: border-box;
|
|
@@ -10327,26 +10354,26 @@
|
|
|
10327
10354
|
transition: opacity var(--motion-duration-normal) var(--motion-ease-standard);
|
|
10328
10355
|
white-space: nowrap;
|
|
10329
10356
|
}
|
|
10330
|
-
.
|
|
10357
|
+
._dateRangePickerInput_uc3ii_185:focus {
|
|
10331
10358
|
text-overflow: clip;
|
|
10332
10359
|
}
|
|
10333
|
-
.
|
|
10360
|
+
._dateRangePickerInput_uc3ii_185::placeholder {
|
|
10334
10361
|
color: var(--text-neutral-secondary);
|
|
10335
10362
|
}
|
|
10336
|
-
.
|
|
10363
|
+
._dateRangePickerInputWithInlineLabel_uc3ii_213 {
|
|
10337
10364
|
opacity: var(--opacity-hidden);
|
|
10338
10365
|
padding-block: var(--space-md) var(--space-2xs);
|
|
10339
10366
|
}
|
|
10340
|
-
.
|
|
10367
|
+
._dateRangePickerInputVisible_uc3ii_218 {
|
|
10341
10368
|
opacity: var(--opacity-visible);
|
|
10342
10369
|
}
|
|
10343
|
-
.
|
|
10370
|
+
._dateRangePickerTrailingIcon_uc3ii_222 {
|
|
10344
10371
|
align-items: center;
|
|
10345
10372
|
color: var(--foreground-neutral-primary);
|
|
10346
10373
|
display: flex;
|
|
10347
10374
|
margin-inline-start: var(--space-xs);
|
|
10348
10375
|
}
|
|
10349
|
-
.
|
|
10376
|
+
._dateRangePickerClearButton_uc3ii_231 {
|
|
10350
10377
|
block-size: var(--dimensions-20) !important;
|
|
10351
10378
|
inline-size: var(--dimensions-20) !important;
|
|
10352
10379
|
margin-inline-start: var(--space-xs);
|
|
@@ -10354,11 +10381,11 @@
|
|
|
10354
10381
|
min-inline-size: var(--dimensions-20) !important;
|
|
10355
10382
|
padding: 0 !important;
|
|
10356
10383
|
}
|
|
10357
|
-
.
|
|
10384
|
+
._dateRangePickerPopover_uc3ii_245 {
|
|
10358
10385
|
position: absolute;
|
|
10359
10386
|
z-index: var(--z-index-dropdown);
|
|
10360
10387
|
}
|
|
10361
|
-
.
|
|
10388
|
+
._dateRangePickerPresetButton_uc3ii_253 {
|
|
10362
10389
|
align-items: center;
|
|
10363
10390
|
background-color: transparent;
|
|
10364
10391
|
block-size: var(--dimensions-44);
|
|
@@ -10376,16 +10403,33 @@
|
|
|
10376
10403
|
text-align: start;
|
|
10377
10404
|
transition: background-color var(--motion-duration-normal) var(--motion-ease-standard);
|
|
10378
10405
|
}
|
|
10379
|
-
.
|
|
10406
|
+
._dateRangePickerPresetButton_uc3ii_253:hover {
|
|
10380
10407
|
background-color: var(--surface-state-hover);
|
|
10381
10408
|
}
|
|
10382
|
-
.
|
|
10409
|
+
._dateRangePickerCalendarOverride_uc3ii_276 {
|
|
10383
10410
|
border: none !important;
|
|
10384
10411
|
border-width: 0 !important;
|
|
10385
10412
|
box-shadow: none !important;
|
|
10386
10413
|
min-inline-size: calc(7 * var(--dimensions-44) + 6 * var(--space-5xs));
|
|
10387
10414
|
padding: 0 !important;
|
|
10388
10415
|
}
|
|
10416
|
+
@media (max-width: 960px) {
|
|
10417
|
+
._dateRangePickerPanelContent_uc3ii_38 {
|
|
10418
|
+
flex-direction: column;
|
|
10419
|
+
}
|
|
10420
|
+
._dateRangePickerSidebar_uc3ii_57 {
|
|
10421
|
+
border-inline-start: none;
|
|
10422
|
+
border-top: var(--border-sm) solid var(--border-neutral-tertiary);
|
|
10423
|
+
flex-direction: row;
|
|
10424
|
+
flex-wrap: wrap;
|
|
10425
|
+
inline-size: 100%;
|
|
10426
|
+
padding: var(--space-2xs);
|
|
10427
|
+
}
|
|
10428
|
+
._dateRangePickerPresetButton_uc3ii_253 {
|
|
10429
|
+
flex: 1 1 calc(50% - var(--space-5xs));
|
|
10430
|
+
min-inline-size: var(--dimensions-120);
|
|
10431
|
+
}
|
|
10432
|
+
}
|
|
10389
10433
|
._dialogOverlay_q50ky_6 {
|
|
10390
10434
|
animation: _fade-in_q50ky_1 var(--motion-duration-normal) var(--motion-ease-in-out);
|
|
10391
10435
|
-webkit-backdrop-filter: var(--effects-blur-sm);
|
|
@@ -12831,25 +12875,27 @@
|
|
|
12831
12875
|
._aspectRatio13_1n0qt_85 {
|
|
12832
12876
|
padding-block-start: 300%;
|
|
12833
12877
|
}
|
|
12834
|
-
.
|
|
12878
|
+
._overlay_13r99_4 {
|
|
12835
12879
|
-webkit-backdrop-filter: blur(2px);
|
|
12836
12880
|
backdrop-filter: blur(2px);
|
|
12837
12881
|
background-color: var(--color-black-30a);
|
|
12838
12882
|
bottom: 0;
|
|
12839
12883
|
left: 0;
|
|
12840
12884
|
opacity: 0;
|
|
12885
|
+
overscroll-behavior: contain;
|
|
12841
12886
|
position: fixed;
|
|
12842
12887
|
right: 0;
|
|
12843
12888
|
top: var(--mega-menu-top-offset, 72px);
|
|
12889
|
+
touch-action: none;
|
|
12844
12890
|
transition: opacity .3s ease, visibility .3s ease;
|
|
12845
12891
|
visibility: hidden;
|
|
12846
12892
|
z-index: 998;
|
|
12847
12893
|
}
|
|
12848
|
-
.
|
|
12894
|
+
._overlayVisible_13r99_22 {
|
|
12849
12895
|
opacity: 1;
|
|
12850
12896
|
visibility: visible;
|
|
12851
12897
|
}
|
|
12852
|
-
.
|
|
12898
|
+
._panel_13r99_28 {
|
|
12853
12899
|
background-color: var(--surface-neutral-primary);
|
|
12854
12900
|
border-block-end: 1px solid var(--border-neutral-tertiary);
|
|
12855
12901
|
box-shadow: var(--down-lg-cast-x) var(--down-lg-cast-y) var(--down-lg-cast-blur) var(--down-lg-cast-spread) var(--down-lg-cast-color);
|
|
@@ -12859,6 +12905,8 @@
|
|
|
12859
12905
|
inset-block-start: var(--mega-menu-top-offset, 72px);
|
|
12860
12906
|
inset-inline: 0;
|
|
12861
12907
|
opacity: 0;
|
|
12908
|
+
overscroll-behavior: contain;
|
|
12909
|
+
overflow-y: auto;
|
|
12862
12910
|
padding-block: var(--space-xl) var(--space-2xl);
|
|
12863
12911
|
padding-inline: var(--layout-grid-margin, 24px);
|
|
12864
12912
|
position: fixed;
|
|
@@ -12867,18 +12915,28 @@
|
|
|
12867
12915
|
visibility: hidden;
|
|
12868
12916
|
z-index: 999;
|
|
12869
12917
|
}
|
|
12870
|
-
.
|
|
12918
|
+
._panelVisible_13r99_54 {
|
|
12871
12919
|
opacity: 1;
|
|
12872
12920
|
transform: translateY(0);
|
|
12873
12921
|
visibility: visible;
|
|
12874
12922
|
}
|
|
12875
|
-
|
|
12923
|
+
@media (max-width: 767px) {
|
|
12924
|
+
._panel_13r99_28 {
|
|
12925
|
+
bottom: 0;
|
|
12926
|
+
}
|
|
12927
|
+
._content_13r99_65:after {
|
|
12928
|
+
content: "";
|
|
12929
|
+
display: block;
|
|
12930
|
+
padding-block-end: var(--space-5xl);
|
|
12931
|
+
}
|
|
12932
|
+
}
|
|
12933
|
+
._spacer_13r99_73 {
|
|
12876
12934
|
align-items: center;
|
|
12877
12935
|
display: flex;
|
|
12878
12936
|
flex-shrink: 0;
|
|
12879
12937
|
visibility: hidden;
|
|
12880
12938
|
}
|
|
12881
|
-
.
|
|
12939
|
+
._content_13r99_65 {
|
|
12882
12940
|
flex: 1;
|
|
12883
12941
|
padding-inline-start: var(--space-none);
|
|
12884
12942
|
}
|
|
@@ -14399,20 +14457,20 @@
|
|
|
14399
14457
|
max-inline-size: 900px;
|
|
14400
14458
|
}
|
|
14401
14459
|
}
|
|
14402
|
-
.
|
|
14460
|
+
._featureSheetContainer_1jv3d_1 {
|
|
14403
14461
|
display: flex;
|
|
14404
14462
|
flex-direction: column;
|
|
14405
14463
|
max-inline-size: 100%;
|
|
14406
14464
|
min-block-size: 100%;
|
|
14407
14465
|
position: relative;
|
|
14408
14466
|
}
|
|
14409
|
-
.
|
|
14467
|
+
._closeButtonWrapper_1jv3d_11 {
|
|
14410
14468
|
inset-block-start: var(--space-2xs);
|
|
14411
14469
|
inset-inline-end: var(--space-2xs);
|
|
14412
14470
|
position: absolute;
|
|
14413
14471
|
z-index: var(--z-index-decorator);
|
|
14414
14472
|
}
|
|
14415
|
-
.
|
|
14473
|
+
._closeButton_1jv3d_11 {
|
|
14416
14474
|
background-color: var(--surface-neutral-on-surface) !important;
|
|
14417
14475
|
block-size: var(--dimensions-24) !important;
|
|
14418
14476
|
border-radius: var(--radius-full);
|
|
@@ -14420,13 +14478,13 @@
|
|
|
14420
14478
|
min-block-size: var(--dimensions-24) !important;
|
|
14421
14479
|
min-inline-size: var(--dimensions-24) !important;
|
|
14422
14480
|
}
|
|
14423
|
-
.
|
|
14481
|
+
._closeButton_1jv3d_11:hover {
|
|
14424
14482
|
background-color: var(--surface-state-hover) !important;
|
|
14425
14483
|
}
|
|
14426
|
-
.
|
|
14484
|
+
._closeButton_1jv3d_11:active {
|
|
14427
14485
|
background-color: var(--surface-state-press) !important;
|
|
14428
14486
|
}
|
|
14429
|
-
.
|
|
14487
|
+
._closeButtonSpotlight_1jv3d_37 {
|
|
14430
14488
|
background-color: var(--surface-neutral-primary) !important;
|
|
14431
14489
|
block-size: var(--dimensions-24) !important;
|
|
14432
14490
|
border-radius: var(--radius-full);
|
|
@@ -14434,26 +14492,26 @@
|
|
|
14434
14492
|
min-block-size: var(--dimensions-24) !important;
|
|
14435
14493
|
min-inline-size: var(--dimensions-24) !important;
|
|
14436
14494
|
}
|
|
14437
|
-
.
|
|
14495
|
+
._closeButtonSpotlight_1jv3d_37:hover {
|
|
14438
14496
|
background-color: var(--surface-state-hover) !important;
|
|
14439
14497
|
}
|
|
14440
|
-
.
|
|
14498
|
+
._closeButtonSpotlight_1jv3d_37:active {
|
|
14441
14499
|
background-color: var(--surface-state-press) !important;
|
|
14442
14500
|
}
|
|
14443
|
-
.
|
|
14501
|
+
._heroImageWrapper_1jv3d_54 {
|
|
14444
14502
|
display: flex;
|
|
14445
14503
|
inline-size: 100%;
|
|
14446
14504
|
margin: 0;
|
|
14447
14505
|
overflow: hidden;
|
|
14448
14506
|
}
|
|
14449
|
-
.
|
|
14450
|
-
.
|
|
14507
|
+
._heroImageWrapper_1jv3d_54 > img,
|
|
14508
|
+
._heroImageWrapper_1jv3d_54 > * {
|
|
14451
14509
|
block-size: auto;
|
|
14452
14510
|
display: block;
|
|
14453
14511
|
inline-size: 100%;
|
|
14454
14512
|
object-fit: cover;
|
|
14455
14513
|
}
|
|
14456
|
-
.
|
|
14514
|
+
._contentWrapper_1jv3d_73 {
|
|
14457
14515
|
align-items: center;
|
|
14458
14516
|
display: flex;
|
|
14459
14517
|
flex-direction: column;
|
|
@@ -14462,13 +14520,17 @@
|
|
|
14462
14520
|
padding-inline: 16px;
|
|
14463
14521
|
text-align: center;
|
|
14464
14522
|
}
|
|
14465
|
-
.
|
|
14523
|
+
._iconWrapper_1jv3d_85 {
|
|
14466
14524
|
color: var(--foreground-brand-primary);
|
|
14467
14525
|
display: flex;
|
|
14468
14526
|
justify-content: center;
|
|
14469
14527
|
margin: 0;
|
|
14470
14528
|
}
|
|
14471
|
-
.
|
|
14529
|
+
._iconWrapper_1jv3d_85 svg {
|
|
14530
|
+
block-size: var(--dimensions-48);
|
|
14531
|
+
inline-size: var(--dimensions-48);
|
|
14532
|
+
}
|
|
14533
|
+
._textWrapper_1jv3d_101 {
|
|
14472
14534
|
display: flex;
|
|
14473
14535
|
flex-direction: column;
|
|
14474
14536
|
gap: var(--space-2xs);
|
|
@@ -15051,7 +15113,7 @@
|
|
|
15051
15113
|
font-size: var(--label-sm-size);
|
|
15052
15114
|
font-weight: var(--typeface-weight-medium);
|
|
15053
15115
|
}
|
|
15054
|
-
.
|
|
15116
|
+
._tabsRoot_1acbq_5 {
|
|
15055
15117
|
display: block;
|
|
15056
15118
|
max-inline-size: 100%;
|
|
15057
15119
|
overflow: hidden;
|
|
@@ -15059,60 +15121,62 @@
|
|
|
15059
15121
|
scrollbar-width: none;
|
|
15060
15122
|
transition: all var(--motion-duration-normal) var(--motion-ease-in-out);
|
|
15061
15123
|
}
|
|
15062
|
-
.
|
|
15124
|
+
._tabsRootElevated_1acbq_17 {
|
|
15063
15125
|
background-color: var(--surface-neutral-elevator);
|
|
15064
15126
|
box-shadow: inset 0 calc(-1 * var(--border-sm)) 0 0 var(--border-neutral-tertiary), var(--shadow-sm);
|
|
15065
15127
|
}
|
|
15066
|
-
.
|
|
15128
|
+
._tabsRootSticky_1acbq_26 {
|
|
15067
15129
|
background-color: transparent;
|
|
15068
15130
|
inset-block-start: 0;
|
|
15069
15131
|
position: sticky;
|
|
15070
15132
|
transition: background-color var(--motion-duration-normal) var(--motion-ease-in-out), box-shadow var(--motion-duration-normal) var(--motion-ease-in-out);
|
|
15071
15133
|
z-index: var(--z-index-decorator);
|
|
15072
15134
|
}
|
|
15073
|
-
.
|
|
15135
|
+
._tabsRootPill_1acbq_38 {
|
|
15074
15136
|
background-color: var(--surface-neutral-secondary);
|
|
15075
15137
|
border-radius: var(--radius-full);
|
|
15076
15138
|
padding: var(--space-3xs);
|
|
15077
15139
|
}
|
|
15078
|
-
.
|
|
15140
|
+
._tabsRootPill_1acbq_38 ._tabsIndicator_1acbq_44 {
|
|
15079
15141
|
background-color: var(--surface-neutral-primary);
|
|
15080
15142
|
box-shadow: var(--shadow-sm);
|
|
15081
15143
|
inset-block: var(--space-3xs);
|
|
15082
15144
|
}
|
|
15083
|
-
.
|
|
15145
|
+
._tabsRootSmall_1acbq_51 ._tabsTab_1acbq_51 {
|
|
15084
15146
|
block-size: var(--dimensions-32);
|
|
15085
15147
|
font-size: var(--label-md-size);
|
|
15086
15148
|
}
|
|
15087
|
-
.
|
|
15149
|
+
._tabsRootMedium_1acbq_56 ._tabsTab_1acbq_51 {
|
|
15088
15150
|
block-size: var(--dimensions-44);
|
|
15089
15151
|
}
|
|
15090
|
-
.
|
|
15152
|
+
._tabsRootLarge_1acbq_60 ._tabsTab_1acbq_51 {
|
|
15091
15153
|
block-size: var(--dimensions-56);
|
|
15092
15154
|
font-size: var(--title-sm-size);
|
|
15093
15155
|
}
|
|
15094
|
-
.
|
|
15156
|
+
._tabsRootPill_1acbq_38 ._tabsTab_1acbq_51 {
|
|
15095
15157
|
border-radius: var(--radius-full);
|
|
15096
15158
|
padding-block: 0;
|
|
15097
15159
|
z-index: 1;
|
|
15098
15160
|
}
|
|
15099
|
-
.
|
|
15161
|
+
._tabsRootPill_1acbq_38 ._tabsTabActive_1acbq_72 {
|
|
15100
15162
|
color: var(--text-neutral-primary);
|
|
15101
15163
|
}
|
|
15102
|
-
.
|
|
15164
|
+
._tabsRootPill_1acbq_38 ._tabsTabContent_1acbq_76:after {
|
|
15103
15165
|
display: none;
|
|
15104
15166
|
}
|
|
15105
|
-
.
|
|
15167
|
+
._tabsRootStuck_1acbq_82 {
|
|
15106
15168
|
background-color: var(--surface-neutral-elevator);
|
|
15107
15169
|
box-shadow: inset 0 calc(-1 * var(--border-sm)) 0 0 var(--border-neutral-tertiary), var(--shadow-sm);
|
|
15108
15170
|
}
|
|
15109
|
-
.
|
|
15171
|
+
._tabsScrollOuter_1acbq_92 {
|
|
15172
|
+
align-items: center;
|
|
15173
|
+
display: flex;
|
|
15174
|
+
min-inline-size: 0;
|
|
15175
|
+
position: relative;
|
|
15176
|
+
}
|
|
15177
|
+
._tabsScrollContainer_1acbq_100 {
|
|
15110
15178
|
--tabs-fade-left: 0px;
|
|
15111
15179
|
--tabs-fade-right: 0px;
|
|
15112
|
-
--tabs-nav-left: 0px;
|
|
15113
|
-
--tabs-nav-right: 0px;
|
|
15114
|
-
--tabs-nav-left-effective: 0px;
|
|
15115
|
-
--tabs-nav-right-effective: 0px;
|
|
15116
15180
|
display: flex;
|
|
15117
15181
|
flex-grow: 1;
|
|
15118
15182
|
min-inline-size: 0;
|
|
@@ -15123,19 +15187,15 @@
|
|
|
15123
15187
|
linear-gradient(
|
|
15124
15188
|
to right,
|
|
15125
15189
|
rgba(0, 0, 0, 0) 0px,
|
|
15126
|
-
rgba(0, 0, 0,
|
|
15127
|
-
rgba(0, 0, 0, 1) calc(
|
|
15128
|
-
rgba(0, 0, 0, 1) calc(100% - var(--tabs-nav-right-effective) - var(--tabs-fade-right)),
|
|
15129
|
-
rgba(0, 0, 0, 0) calc(100% - var(--tabs-nav-right-effective)),
|
|
15190
|
+
rgba(0, 0, 0, 1) var(--tabs-fade-left),
|
|
15191
|
+
rgba(0, 0, 0, 1) calc(100% - var(--tabs-fade-right)),
|
|
15130
15192
|
rgba(0, 0, 0, 0) 100%);
|
|
15131
15193
|
-webkit-mask-image:
|
|
15132
15194
|
linear-gradient(
|
|
15133
15195
|
to right,
|
|
15134
15196
|
rgba(0, 0, 0, 0) 0px,
|
|
15135
|
-
rgba(0, 0, 0,
|
|
15136
|
-
rgba(0, 0, 0, 1) calc(
|
|
15137
|
-
rgba(0, 0, 0, 1) calc(100% - var(--tabs-nav-right-effective) - var(--tabs-fade-right)),
|
|
15138
|
-
rgba(0, 0, 0, 0) calc(100% - var(--tabs-nav-right-effective)),
|
|
15197
|
+
rgba(0, 0, 0, 1) var(--tabs-fade-left),
|
|
15198
|
+
rgba(0, 0, 0, 1) calc(100% - var(--tabs-fade-right)),
|
|
15139
15199
|
rgba(0, 0, 0, 0) 100%);
|
|
15140
15200
|
mask-repeat: no-repeat;
|
|
15141
15201
|
-webkit-mask-repeat: no-repeat;
|
|
@@ -15144,10 +15204,10 @@
|
|
|
15144
15204
|
mask-position: 0 0;
|
|
15145
15205
|
-webkit-mask-position: 0 0;
|
|
15146
15206
|
}
|
|
15147
|
-
.
|
|
15207
|
+
._tabsScrollContainer_1acbq_100::-webkit-scrollbar {
|
|
15148
15208
|
display: none;
|
|
15149
15209
|
}
|
|
15150
|
-
.
|
|
15210
|
+
._tabsMaskWrapper_1acbq_134 {
|
|
15151
15211
|
display: flex;
|
|
15152
15212
|
flex-grow: 1;
|
|
15153
15213
|
min-inline-size: 0;
|
|
@@ -15156,7 +15216,7 @@
|
|
|
15156
15216
|
width: 100%;
|
|
15157
15217
|
z-index: 0;
|
|
15158
15218
|
}
|
|
15159
|
-
.
|
|
15219
|
+
._tabsList_1acbq_144 {
|
|
15160
15220
|
box-sizing: border-box;
|
|
15161
15221
|
display: flex;
|
|
15162
15222
|
gap: var(--space-sm);
|
|
@@ -15171,25 +15231,15 @@
|
|
|
15171
15231
|
scrollbar-width: none;
|
|
15172
15232
|
z-index: 0;
|
|
15173
15233
|
}
|
|
15174
|
-
.
|
|
15234
|
+
._tabsList_1acbq_144::-webkit-scrollbar {
|
|
15175
15235
|
display: none;
|
|
15176
15236
|
}
|
|
15177
|
-
.
|
|
15237
|
+
._tabsListPadded_1acbq_166 {
|
|
15178
15238
|
padding-inline-end: var(--tabs-padding, var(--space-sm));
|
|
15179
15239
|
}
|
|
15180
|
-
|
|
15181
|
-
._tabsScrollContainer_y6fdg_92 {
|
|
15182
|
-
--tabs-nav-left-effective: var(--tabs-nav-left);
|
|
15183
|
-
--tabs-nav-right-effective: var(--tabs-nav-right);
|
|
15184
|
-
}
|
|
15185
|
-
._tabsNavButton_y6fdg_176 {
|
|
15186
|
-
display: flex;
|
|
15187
|
-
}
|
|
15188
|
-
}
|
|
15189
|
-
._tabsNavSlot_y6fdg_181 {
|
|
15240
|
+
._tabsNavSlot_1acbq_171 {
|
|
15190
15241
|
align-items: center;
|
|
15191
|
-
display:
|
|
15192
|
-
inline-size: var(--dimensions-44);
|
|
15242
|
+
display: none;
|
|
15193
15243
|
inset-block: 0;
|
|
15194
15244
|
opacity: 0;
|
|
15195
15245
|
pointer-events: none;
|
|
@@ -15197,18 +15247,23 @@
|
|
|
15197
15247
|
transition: opacity var(--motion-duration-normal) var(--motion-ease-in-out);
|
|
15198
15248
|
z-index: 2;
|
|
15199
15249
|
}
|
|
15200
|
-
|
|
15250
|
+
@media (hover: hover) and (pointer: fine) {
|
|
15251
|
+
._tabsNavSlot_1acbq_171 {
|
|
15252
|
+
display: flex;
|
|
15253
|
+
}
|
|
15254
|
+
}
|
|
15255
|
+
._tabsNavSlotLeft_1acbq_188 {
|
|
15201
15256
|
inset-inline-start: 0;
|
|
15202
15257
|
justify-content: flex-start;
|
|
15203
15258
|
}
|
|
15204
|
-
.
|
|
15259
|
+
._tabsNavSlotRight_1acbq_193 {
|
|
15205
15260
|
inset-inline-end: 0;
|
|
15206
15261
|
justify-content: flex-end;
|
|
15207
15262
|
}
|
|
15208
|
-
.
|
|
15263
|
+
._tabsGradientVisible_1acbq_198 {
|
|
15209
15264
|
opacity: 1;
|
|
15210
15265
|
}
|
|
15211
|
-
.
|
|
15266
|
+
._tabsTab_1acbq_51 {
|
|
15212
15267
|
align-items: center;
|
|
15213
15268
|
background: none;
|
|
15214
15269
|
block-size: var(--dimensions-44);
|
|
@@ -15217,6 +15272,7 @@
|
|
|
15217
15272
|
color: var(--text-neutral-secondary);
|
|
15218
15273
|
cursor: pointer;
|
|
15219
15274
|
display: flex;
|
|
15275
|
+
flex-shrink: 0;
|
|
15220
15276
|
font-family: var(--label-lg-family);
|
|
15221
15277
|
font-size: var(--label-lg-size);
|
|
15222
15278
|
font-weight: var(--label-lg-weight-emphasize);
|
|
@@ -15231,7 +15287,7 @@
|
|
|
15231
15287
|
transition: all var(--motion-duration-normal) var(--motion-ease-in-out);
|
|
15232
15288
|
white-space: nowrap;
|
|
15233
15289
|
}
|
|
15234
|
-
.
|
|
15290
|
+
._tabsNavButton_1acbq_236 {
|
|
15235
15291
|
align-items: center;
|
|
15236
15292
|
background: var(--surface-neutral-primary);
|
|
15237
15293
|
block-size: var(--dimensions-32);
|
|
@@ -15239,7 +15295,7 @@
|
|
|
15239
15295
|
border-radius: var(--radius-full);
|
|
15240
15296
|
color: var(--text-neutral-primary);
|
|
15241
15297
|
cursor: pointer;
|
|
15242
|
-
display:
|
|
15298
|
+
display: flex;
|
|
15243
15299
|
inline-size: var(--dimensions-32);
|
|
15244
15300
|
justify-content: center;
|
|
15245
15301
|
overflow: hidden;
|
|
@@ -15248,10 +15304,10 @@
|
|
|
15248
15304
|
transition: all var(--motion-duration-normal) ease-in-out;
|
|
15249
15305
|
z-index: 3;
|
|
15250
15306
|
}
|
|
15251
|
-
.
|
|
15307
|
+
._tabsGradientVisible_1acbq_198 ._tabsNavButton_1acbq_236 {
|
|
15252
15308
|
pointer-events: auto;
|
|
15253
15309
|
}
|
|
15254
|
-
.
|
|
15310
|
+
._tabsNavButton_1acbq_236:after {
|
|
15255
15311
|
background-color: transparent;
|
|
15256
15312
|
content: "";
|
|
15257
15313
|
inset: 0;
|
|
@@ -15260,30 +15316,30 @@
|
|
|
15260
15316
|
transition: background-color var(--motion-duration-fast) var(--motion-ease-out);
|
|
15261
15317
|
z-index: 0;
|
|
15262
15318
|
}
|
|
15263
|
-
.
|
|
15319
|
+
._tabsNavButton_1acbq_236:hover:after {
|
|
15264
15320
|
background-color: var(--surface-state-hover);
|
|
15265
15321
|
}
|
|
15266
|
-
.
|
|
15322
|
+
._tabsNavButton_1acbq_236 svg {
|
|
15267
15323
|
block-size: var(--dimensions-20);
|
|
15268
15324
|
inline-size: var(--dimensions-20);
|
|
15269
15325
|
position: relative;
|
|
15270
15326
|
z-index: 1;
|
|
15271
15327
|
}
|
|
15272
|
-
.
|
|
15273
|
-
.
|
|
15328
|
+
._tabsRootStuck_1acbq_82 ._tabsNavButton_1acbq_236,
|
|
15329
|
+
._tabsRootElevated_1acbq_17 ._tabsNavButton_1acbq_236 {
|
|
15274
15330
|
background: var(--surface-neutral-elevator);
|
|
15275
15331
|
}
|
|
15276
|
-
.
|
|
15277
|
-
.
|
|
15278
|
-
.
|
|
15332
|
+
._tabsTab_1acbq_51:hover:not(:disabled),
|
|
15333
|
+
._tabsTab_1acbq_51:active:not(:disabled),
|
|
15334
|
+
._tabsTab_1acbq_51:focus-visible:not(:disabled) {
|
|
15279
15335
|
color: var(--text-neutral-primary);
|
|
15280
15336
|
}
|
|
15281
|
-
.
|
|
15337
|
+
._tabsTabActive_1acbq_72 {
|
|
15282
15338
|
color: var(--text-neutral-primary);
|
|
15283
15339
|
}
|
|
15284
|
-
.
|
|
15285
|
-
.
|
|
15286
|
-
.
|
|
15340
|
+
._tabsTab_1acbq_51:hover:not(:disabled, ._tabsTabActive_1acbq_72) ._tabsTabContent_1acbq_76:before,
|
|
15341
|
+
._tabsTab_1acbq_51:active:not(:disabled, ._tabsTabActive_1acbq_72) ._tabsTabContent_1acbq_76:before,
|
|
15342
|
+
._tabsTab_1acbq_51:focus-visible:not(:disabled, ._tabsTabActive_1acbq_72) ._tabsTabContent_1acbq_76:before {
|
|
15287
15343
|
background-color: var(--surface-state-hover);
|
|
15288
15344
|
block-size: var(--dimensions-2);
|
|
15289
15345
|
border-radius: var(--radius-full);
|
|
@@ -15293,7 +15349,7 @@
|
|
|
15293
15349
|
position: absolute;
|
|
15294
15350
|
z-index: var(--z-index-base);
|
|
15295
15351
|
}
|
|
15296
|
-
.
|
|
15352
|
+
._tabsTabContent_1acbq_76 {
|
|
15297
15353
|
align-items: center;
|
|
15298
15354
|
block-size: auto;
|
|
15299
15355
|
border-radius: var(--radius-2xs);
|
|
@@ -15305,7 +15361,7 @@
|
|
|
15305
15361
|
position: relative;
|
|
15306
15362
|
transition: background-color var(--motion-duration-normal) var(--motion-ease-in-out);
|
|
15307
15363
|
}
|
|
15308
|
-
.
|
|
15364
|
+
._tabsTabContent_1acbq_76:after {
|
|
15309
15365
|
background-color: transparent;
|
|
15310
15366
|
border-radius: inherit;
|
|
15311
15367
|
content: "";
|
|
@@ -15315,47 +15371,47 @@
|
|
|
15315
15371
|
transition: background-color var(--motion-duration-fast) var(--motion-ease-out);
|
|
15316
15372
|
z-index: 0;
|
|
15317
15373
|
}
|
|
15318
|
-
.
|
|
15319
|
-
.
|
|
15374
|
+
._tabsTab_1acbq_51:hover:not(:disabled) ._tabsTabContent_1acbq_76:after,
|
|
15375
|
+
._tabsTab_1acbq_51:focus-visible:not(:disabled) ._tabsTabContent_1acbq_76:after {
|
|
15320
15376
|
background-color: var(--surface-state-hover);
|
|
15321
15377
|
}
|
|
15322
|
-
.
|
|
15378
|
+
._tabsTab_1acbq_51:focus-visible:not(:disabled) ._tabsTabContent_1acbq_76:after {
|
|
15323
15379
|
box-shadow: inset 0 0 0 var(--dimensions-2) var(--border-state-focus);
|
|
15324
15380
|
}
|
|
15325
|
-
.
|
|
15381
|
+
._tabsTab_1acbq_51:active:not(:disabled) ._tabsTabContent_1acbq_76:after {
|
|
15326
15382
|
background-color: var(--surface-state-press);
|
|
15327
15383
|
}
|
|
15328
|
-
.
|
|
15384
|
+
._tabsTabContent_1acbq_76 > * {
|
|
15329
15385
|
position: relative;
|
|
15330
15386
|
z-index: 1;
|
|
15331
15387
|
}
|
|
15332
|
-
.
|
|
15388
|
+
._tabsTabStacked_1acbq_372 ._tabsTabContent_1acbq_76 {
|
|
15333
15389
|
border-radius: var(--radius-2xs);
|
|
15334
15390
|
flex-direction: column;
|
|
15335
15391
|
}
|
|
15336
|
-
.
|
|
15392
|
+
._tabsTabTextOnly_1acbq_377 {
|
|
15337
15393
|
--tabs-indicator-offset: -7px;
|
|
15338
15394
|
padding-block: var(--space-3xs) var(--space-2xs);
|
|
15339
15395
|
}
|
|
15340
|
-
.
|
|
15396
|
+
._tabsTabTextOnly_1acbq_377 ._tabsTabContent_1acbq_76 {
|
|
15341
15397
|
block-size: auto;
|
|
15342
15398
|
}
|
|
15343
|
-
.
|
|
15399
|
+
._tabsTabIconOnly_1acbq_394 {
|
|
15344
15400
|
block-size: var(--dimensions-44);
|
|
15345
15401
|
inline-size: var(--dimensions-44);
|
|
15346
15402
|
padding-inline: var(--dimensions-6) var(--dimensions-6);
|
|
15347
15403
|
}
|
|
15348
|
-
.
|
|
15404
|
+
._tabsTabIcon_1acbq_394 {
|
|
15349
15405
|
align-items: center;
|
|
15350
15406
|
color: inherit;
|
|
15351
15407
|
display: flex;
|
|
15352
15408
|
justify-content: center;
|
|
15353
15409
|
}
|
|
15354
|
-
.
|
|
15410
|
+
._tabsTabIcon_1acbq_394 svg {
|
|
15355
15411
|
block-size: var(--dimensions-24);
|
|
15356
15412
|
inline-size: var(--dimensions-24);
|
|
15357
15413
|
}
|
|
15358
|
-
.
|
|
15414
|
+
._tabsTabChevron_1acbq_417 {
|
|
15359
15415
|
align-items: center;
|
|
15360
15416
|
border-radius: var(--radius-full);
|
|
15361
15417
|
display: flex;
|
|
@@ -15367,17 +15423,17 @@
|
|
|
15367
15423
|
position: relative;
|
|
15368
15424
|
transition: background-color var(--motion-duration-normal) var(--motion-ease-in-out), transform var(--motion-duration-normal) var(--motion-ease-in-out);
|
|
15369
15425
|
}
|
|
15370
|
-
.
|
|
15426
|
+
._tabsTabChevron_1acbq_417 svg {
|
|
15371
15427
|
block-size: var(--dimensions-20);
|
|
15372
15428
|
inline-size: var(--dimensions-20);
|
|
15373
15429
|
position: relative;
|
|
15374
15430
|
transition: transform var(--motion-duration-normal) var(--motion-ease-standard);
|
|
15375
15431
|
z-index: 1;
|
|
15376
15432
|
}
|
|
15377
|
-
.
|
|
15433
|
+
._tabsTabChevronRotated_1acbq_447 svg {
|
|
15378
15434
|
transform: rotate(180deg);
|
|
15379
15435
|
}
|
|
15380
|
-
.
|
|
15436
|
+
._tabsIndicator_1acbq_44 {
|
|
15381
15437
|
background-color: var(--foreground-neutral-primary);
|
|
15382
15438
|
block-size: var(--dimensions-2);
|
|
15383
15439
|
border-radius: var(--radius-full);
|
|
@@ -15386,14 +15442,14 @@
|
|
|
15386
15442
|
transition: inset-inline-start var(--motion-duration-medium) var(--motion-ease-standard), inline-size var(--motion-duration-medium) var(--motion-ease-standard);
|
|
15387
15443
|
z-index: var(--z-index-base);
|
|
15388
15444
|
}
|
|
15389
|
-
.
|
|
15445
|
+
._tabsTab_1acbq_51:disabled {
|
|
15390
15446
|
cursor: not-allowed;
|
|
15391
15447
|
opacity: var(--opacity-disabled);
|
|
15392
15448
|
}
|
|
15393
|
-
.
|
|
15449
|
+
._tabsTab_1acbq_51:focus-visible {
|
|
15394
15450
|
outline: none;
|
|
15395
15451
|
}
|
|
15396
|
-
.
|
|
15452
|
+
._tabsTab_1acbq_51._tabsTabStacked_1acbq_372 {
|
|
15397
15453
|
--tabs-indicator-offset: -5px;
|
|
15398
15454
|
block-size: var(--dimensions-68);
|
|
15399
15455
|
flex-direction: column;
|
|
@@ -15405,7 +15461,7 @@
|
|
|
15405
15461
|
line-height: var(--label-md-line-height);
|
|
15406
15462
|
padding-block: var(--space-2xs) var(--space-2xs);
|
|
15407
15463
|
}
|
|
15408
|
-
.
|
|
15464
|
+
._tabsTabStacked_1acbq_372 ._tabsTabContent_1acbq_76 {
|
|
15409
15465
|
border-radius: var(--radius-sm);
|
|
15410
15466
|
flex-direction: column;
|
|
15411
15467
|
}
|