@photonix/basic 1.6.5 → 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 +468 -353
- package/dist/index.js +8167 -8003
- package/dist/index.mjs +7913 -7753
- 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,43 +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
|
+
transition: all var(--motion-duration-fast) var(--motion-ease-in-out);
|
|
9307
9308
|
}
|
|
9308
|
-
.
|
|
9309
|
+
._dataTableSortIconActive_eg8aq_199 {
|
|
9309
9310
|
color: var(--foreground-neutral-primary);
|
|
9311
|
+
opacity: 1;
|
|
9310
9312
|
}
|
|
9311
|
-
.
|
|
9313
|
+
._dataTableResizer_eg8aq_207 {
|
|
9312
9314
|
align-items: center;
|
|
9313
9315
|
block-size: 100%;
|
|
9314
9316
|
cursor: col-resize;
|
|
@@ -9321,7 +9323,7 @@
|
|
|
9321
9323
|
touch-action: none;
|
|
9322
9324
|
z-index: var(--z-index-decorator);
|
|
9323
9325
|
}
|
|
9324
|
-
.
|
|
9326
|
+
._dataTableResizer_eg8aq_207:after {
|
|
9325
9327
|
background-color: var(--border-neutral-tertiary);
|
|
9326
9328
|
block-size: 60%;
|
|
9327
9329
|
content: "";
|
|
@@ -9331,34 +9333,34 @@
|
|
|
9331
9333
|
transform: translate(-50%);
|
|
9332
9334
|
transition: all var(--motion-duration-fast);
|
|
9333
9335
|
}
|
|
9334
|
-
.
|
|
9335
|
-
.
|
|
9336
|
+
._dataTableResizer_eg8aq_207:hover:after,
|
|
9337
|
+
._dataTableResizerActive_eg8aq_236:after {
|
|
9336
9338
|
background-color: var(--foreground-brand-primary);
|
|
9337
9339
|
inline-size: 2px;
|
|
9338
9340
|
}
|
|
9339
|
-
.
|
|
9341
|
+
._dataTableHead_eg8aq_87 tr > th:last-child ._dataTableResizer_eg8aq_207 {
|
|
9340
9342
|
display: none;
|
|
9341
9343
|
}
|
|
9342
|
-
.
|
|
9344
|
+
._dataTableBody_eg8aq_250 {
|
|
9343
9345
|
background-color: var(--surface-neutral-primary);
|
|
9344
9346
|
}
|
|
9345
|
-
.
|
|
9347
|
+
._dataTableRow_eg8aq_254 {
|
|
9346
9348
|
--row-surface-internal: var(--surface-neutral-primary);
|
|
9347
9349
|
background-color: var(--row-surface-internal);
|
|
9348
9350
|
block-size: var(--dimensions-48);
|
|
9349
9351
|
transition: background-color var(--motion-duration-fast) var(--motion-ease-in-out), box-shadow var(--motion-duration-fast) var(--motion-ease-in-out);
|
|
9350
9352
|
}
|
|
9351
|
-
.
|
|
9353
|
+
._dataTableTd_eg8aq_263 {
|
|
9352
9354
|
border-block-end: var(--border-xs) solid var(--border-neutral-tertiary);
|
|
9353
9355
|
box-sizing: border-box;
|
|
9354
9356
|
}
|
|
9355
|
-
.
|
|
9357
|
+
._dataTableRowHoverable_eg8aq_271:hover {
|
|
9356
9358
|
--row-surface-internal: var(--surface-neutral-primary);
|
|
9357
9359
|
box-shadow: var(--shadow-md);
|
|
9358
9360
|
position: relative;
|
|
9359
9361
|
z-index: var(--z-index-decorator);
|
|
9360
9362
|
}
|
|
9361
|
-
.
|
|
9363
|
+
._dataTableBodyCell_eg8aq_280 {
|
|
9362
9364
|
background-color: inherit;
|
|
9363
9365
|
block-size: var(--dimensions-48);
|
|
9364
9366
|
border-block-end: var(--border-xs) solid var(--border-neutral-tertiary);
|
|
@@ -9370,10 +9372,10 @@
|
|
|
9370
9372
|
padding: var(--space-xs) var(--space-md);
|
|
9371
9373
|
vertical-align: middle;
|
|
9372
9374
|
}
|
|
9373
|
-
.
|
|
9375
|
+
._dataTableRowClickable_eg8aq_293 {
|
|
9374
9376
|
cursor: pointer;
|
|
9375
9377
|
}
|
|
9376
|
-
.
|
|
9378
|
+
._dataTableTdContent_eg8aq_297 {
|
|
9377
9379
|
align-items: center;
|
|
9378
9380
|
-webkit-box-orient: block-axis;
|
|
9379
9381
|
display: -webkit-box;
|
|
@@ -9382,28 +9384,28 @@
|
|
|
9382
9384
|
overflow: hidden;
|
|
9383
9385
|
white-space: normal;
|
|
9384
9386
|
}
|
|
9385
|
-
.
|
|
9387
|
+
._dataTableTdSticky_eg8aq_307 {
|
|
9386
9388
|
background-color: inherit;
|
|
9387
9389
|
box-shadow: 1px 0 0 0 var(--row-surface-internal);
|
|
9388
9390
|
position: sticky;
|
|
9389
9391
|
z-index: var(--z-index-default);
|
|
9390
9392
|
}
|
|
9391
|
-
.
|
|
9393
|
+
._dataTableTdStickyLast_eg8aq_317 {
|
|
9392
9394
|
box-shadow: none;
|
|
9393
9395
|
}
|
|
9394
|
-
.
|
|
9396
|
+
._dataTableScrolled_eg8aq_322 ._dataTableTdSticky_eg8aq_307 {
|
|
9395
9397
|
--row-surface-internal: var(--surface-neutral-elevator);
|
|
9396
9398
|
background-color: var(--row-surface-internal);
|
|
9397
9399
|
}
|
|
9398
|
-
.
|
|
9400
|
+
._dataTableRowSelected_eg8aq_327 ._dataTableTdSticky_eg8aq_307 {
|
|
9399
9401
|
background-color: inherit;
|
|
9400
9402
|
}
|
|
9401
|
-
.
|
|
9403
|
+
._dataTableRowHoverable_eg8aq_271:hover ._dataTableTdSticky_eg8aq_307 {
|
|
9402
9404
|
background-color: inherit;
|
|
9403
9405
|
z-index: var(--z-index-decorator);
|
|
9404
9406
|
}
|
|
9405
|
-
.
|
|
9406
|
-
.
|
|
9407
|
+
._dataTableScrolled_eg8aq_322 ._dataTableThStickyLast_eg8aq_139:after,
|
|
9408
|
+
._dataTableScrolled_eg8aq_322 ._dataTableTdStickyLast_eg8aq_317:after {
|
|
9407
9409
|
background:
|
|
9408
9410
|
linear-gradient(
|
|
9409
9411
|
to right,
|
|
@@ -9417,7 +9419,7 @@
|
|
|
9417
9419
|
position: absolute;
|
|
9418
9420
|
z-index: var(--z-index-docked);
|
|
9419
9421
|
}
|
|
9420
|
-
.
|
|
9422
|
+
._dataTableTdCheckbox_eg8aq_350 {
|
|
9421
9423
|
box-sizing: border-box;
|
|
9422
9424
|
inline-size: var(--dimensions-48);
|
|
9423
9425
|
max-inline-size: var(--dimensions-48);
|
|
@@ -9425,105 +9427,189 @@
|
|
|
9425
9427
|
padding: var(--space-xs) var(--space-sm);
|
|
9426
9428
|
text-align: center;
|
|
9427
9429
|
}
|
|
9428
|
-
.
|
|
9430
|
+
._dataTableTdAlignCenter_eg8aq_359 {
|
|
9429
9431
|
text-align: center;
|
|
9430
9432
|
}
|
|
9431
|
-
.
|
|
9433
|
+
._dataTableTdAlignRight_eg8aq_363 {
|
|
9432
9434
|
text-align: end;
|
|
9433
9435
|
}
|
|
9434
|
-
.
|
|
9436
|
+
._dataTableTdWithAvatar_eg8aq_368 {
|
|
9435
9437
|
padding-block: var(--space-2xs);
|
|
9436
9438
|
}
|
|
9437
|
-
.
|
|
9438
|
-
.
|
|
9439
|
+
._dataTableSmall_eg8aq_375 ._dataTableHeadCell_eg8aq_102,
|
|
9440
|
+
._dataTableSmall_eg8aq_375 ._dataTableBodyCell_eg8aq_280 {
|
|
9439
9441
|
block-size: var(--dimensions-40);
|
|
9440
9442
|
padding: 0 var(--space-sm);
|
|
9441
9443
|
}
|
|
9442
|
-
.
|
|
9444
|
+
._dataTableSmall_eg8aq_375 ._dataTableRow_eg8aq_254 {
|
|
9443
9445
|
block-size: var(--dimensions-40);
|
|
9444
9446
|
}
|
|
9445
|
-
.
|
|
9446
|
-
.
|
|
9447
|
+
._dataTableMedium_eg8aq_385 ._dataTableHeadCell_eg8aq_102,
|
|
9448
|
+
._dataTableMedium_eg8aq_385 ._dataTableBodyCell_eg8aq_280 {
|
|
9447
9449
|
block-size: var(--dimensions-48);
|
|
9448
9450
|
padding: var(--space-4xs) var(--space-sm);
|
|
9449
9451
|
}
|
|
9450
|
-
.
|
|
9452
|
+
._dataTableMedium_eg8aq_385 ._dataTableRow_eg8aq_254 {
|
|
9451
9453
|
block-size: var(--dimensions-48);
|
|
9452
9454
|
}
|
|
9453
|
-
.
|
|
9454
|
-
.
|
|
9455
|
+
._dataTableLarge_eg8aq_395 ._dataTableHeadCell_eg8aq_102,
|
|
9456
|
+
._dataTableLarge_eg8aq_395 ._dataTableBodyCell_eg8aq_280 {
|
|
9455
9457
|
block-size: var(--dimensions-56);
|
|
9456
9458
|
padding: var(--space-2xs) var(--space-sm);
|
|
9457
9459
|
}
|
|
9458
|
-
.
|
|
9460
|
+
._dataTableLarge_eg8aq_395 ._dataTableRow_eg8aq_254 {
|
|
9459
9461
|
block-size: var(--dimensions-56);
|
|
9460
9462
|
}
|
|
9461
|
-
.
|
|
9463
|
+
._dataTableStriped_eg8aq_408 ._dataTableRow_eg8aq_254:nth-child(2n) {
|
|
9462
9464
|
--row-surface-internal: var(--surface-neutral-secondary);
|
|
9463
9465
|
}
|
|
9464
|
-
.
|
|
9466
|
+
._dataTableSmall_eg8aq_375 ._dataTableTdWithAvatar_eg8aq_368 {
|
|
9465
9467
|
padding-block: var(--space-4xs);
|
|
9466
9468
|
}
|
|
9467
|
-
.
|
|
9469
|
+
._dataTableMedium_eg8aq_385 ._dataTableTdWithAvatar_eg8aq_368 {
|
|
9468
9470
|
padding-block: var(--space-2xs);
|
|
9469
9471
|
}
|
|
9470
|
-
.
|
|
9472
|
+
._dataTableLarge_eg8aq_395 ._dataTableTdWithAvatar_eg8aq_368 {
|
|
9471
9473
|
padding-block: var(--space-xs);
|
|
9472
9474
|
}
|
|
9473
|
-
.
|
|
9474
|
-
.
|
|
9475
|
+
._dataTableSmall_eg8aq_375 ._dataTableThCheckbox_eg8aq_145,
|
|
9476
|
+
._dataTableSmall_eg8aq_375 ._dataTableTdCheckbox_eg8aq_350 {
|
|
9475
9477
|
padding: 0 var(--space-4xs);
|
|
9476
9478
|
}
|
|
9477
|
-
.
|
|
9478
|
-
.
|
|
9479
|
+
._dataTableMedium_eg8aq_385 ._dataTableThCheckbox_eg8aq_145,
|
|
9480
|
+
._dataTableMedium_eg8aq_385 ._dataTableTdCheckbox_eg8aq_350 {
|
|
9479
9481
|
padding: var(--space-4xs) var(--space-4xs);
|
|
9480
9482
|
}
|
|
9481
|
-
.
|
|
9482
|
-
.
|
|
9483
|
+
._dataTableLarge_eg8aq_395 ._dataTableThCheckbox_eg8aq_145,
|
|
9484
|
+
._dataTableLarge_eg8aq_395 ._dataTableTdCheckbox_eg8aq_350 {
|
|
9483
9485
|
padding: var(--space-2xs) var(--space-4xs);
|
|
9484
9486
|
}
|
|
9485
|
-
.
|
|
9486
|
-
padding
|
|
9487
|
+
._dataTableSmall_eg8aq_375 ._dataTableTdWithActions_eg8aq_442 {
|
|
9488
|
+
padding: var(--space-5xs) var(--space-4xs);
|
|
9487
9489
|
}
|
|
9488
|
-
.
|
|
9489
|
-
padding
|
|
9490
|
+
._dataTableMedium_eg8aq_385 ._dataTableTdWithActions_eg8aq_442 {
|
|
9491
|
+
padding: var(--space-3xs) var(--space-4xs);
|
|
9490
9492
|
}
|
|
9491
|
-
.
|
|
9492
|
-
padding
|
|
9493
|
+
._dataTableLarge_eg8aq_395 ._dataTableTdWithActions_eg8aq_442 {
|
|
9494
|
+
padding: var(--space-2xs) var(--space-3xs);
|
|
9493
9495
|
}
|
|
9494
|
-
.
|
|
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;
|
|
9505
|
+
}
|
|
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 {
|
|
9495
9512
|
white-space: nowrap;
|
|
9496
9513
|
}
|
|
9497
|
-
.
|
|
9514
|
+
._dataTableTdId_eg8aq_477 {
|
|
9498
9515
|
font-family: var(--font-family-code);
|
|
9499
9516
|
white-space: nowrap;
|
|
9500
9517
|
}
|
|
9501
|
-
.
|
|
9518
|
+
._dataTableTdMoney_eg8aq_484 {
|
|
9502
9519
|
font-variant-numeric: tabular-nums;
|
|
9503
9520
|
text-align: end;
|
|
9504
9521
|
white-space: nowrap;
|
|
9505
9522
|
}
|
|
9506
|
-
.
|
|
9507
|
-
.
|
|
9508
|
-
.
|
|
9509
|
-
.
|
|
9523
|
+
._dataTableTdPhone_eg8aq_491,
|
|
9524
|
+
._dataTableTdEmail_eg8aq_492,
|
|
9525
|
+
._dataTableTdStatus_eg8aq_493,
|
|
9526
|
+
._dataTableTdNowrap_eg8aq_494 {
|
|
9510
9527
|
white-space: nowrap;
|
|
9511
9528
|
}
|
|
9512
|
-
.
|
|
9529
|
+
._dataTableTdStatus_eg8aq_493 {
|
|
9513
9530
|
text-transform: capitalize;
|
|
9514
9531
|
}
|
|
9515
|
-
.
|
|
9516
|
-
.
|
|
9517
|
-
.
|
|
9518
|
-
.
|
|
9519
|
-
.
|
|
9520
|
-
.
|
|
9521
|
-
.
|
|
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 {
|
|
9522
9539
|
-webkit-line-clamp: unset;
|
|
9523
9540
|
line-clamp: unset;
|
|
9524
9541
|
white-space: nowrap;
|
|
9525
9542
|
}
|
|
9526
|
-
.
|
|
9543
|
+
._dataTableFloatingActionsCell_eg8aq_520 {
|
|
9544
|
+
block-size: 100%;
|
|
9545
|
+
border: none;
|
|
9546
|
+
inline-size: 0;
|
|
9547
|
+
inset-inline-end: 0;
|
|
9548
|
+
overflow: visible;
|
|
9549
|
+
padding: 0;
|
|
9550
|
+
position: sticky;
|
|
9551
|
+
z-index: var(--z-index-sticky);
|
|
9552
|
+
}
|
|
9553
|
+
._dataTableFloatingActions_eg8aq_520 {
|
|
9554
|
+
align-items: center;
|
|
9555
|
+
background-color: var(--row-surface-internal);
|
|
9556
|
+
block-size: 100%;
|
|
9557
|
+
display: flex;
|
|
9558
|
+
inline-size: max-content;
|
|
9559
|
+
inset-block-start: 0;
|
|
9560
|
+
inset-inline-end: 0;
|
|
9561
|
+
opacity: 0;
|
|
9562
|
+
pointer-events: none;
|
|
9563
|
+
position: absolute;
|
|
9564
|
+
transition: opacity var(--motion-duration-fast) var(--motion-ease-in-out);
|
|
9565
|
+
visibility: hidden;
|
|
9566
|
+
white-space: nowrap;
|
|
9567
|
+
box-shadow: -8px 0 12px -4px var(--color-shadow-4a);
|
|
9568
|
+
}
|
|
9569
|
+
._dataTableRowWithActionsActive_eg8aq_549:hover ._dataTableFloatingActions_eg8aq_520,
|
|
9570
|
+
._dataTableRowWithActionsActive_eg8aq_549:focus-within ._dataTableFloatingActions_eg8aq_520 {
|
|
9571
|
+
opacity: 1;
|
|
9572
|
+
pointer-events: auto;
|
|
9573
|
+
visibility: visible;
|
|
9574
|
+
}
|
|
9575
|
+
._dataTableFloatingActionsGradient_eg8aq_556 {
|
|
9576
|
+
background:
|
|
9577
|
+
linear-gradient(
|
|
9578
|
+
to right,
|
|
9579
|
+
transparent,
|
|
9580
|
+
var(--row-surface-internal) 100%);
|
|
9581
|
+
block-size: 100%;
|
|
9582
|
+
inline-size: var(--dimensions-48);
|
|
9583
|
+
position: absolute;
|
|
9584
|
+
inset-block-start: 0;
|
|
9585
|
+
inset-inline-end: 100%;
|
|
9586
|
+
pointer-events: none;
|
|
9587
|
+
}
|
|
9588
|
+
._dataTableFloatingActionsContent_eg8aq_566 {
|
|
9589
|
+
align-items: center;
|
|
9590
|
+
display: flex;
|
|
9591
|
+
gap: var(--space-4xs);
|
|
9592
|
+
padding-inline: var(--space-xs) var(--space-md);
|
|
9593
|
+
position: relative;
|
|
9594
|
+
width: max-content;
|
|
9595
|
+
z-index: 1;
|
|
9596
|
+
}
|
|
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;
|
|
9604
|
+
}
|
|
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 {
|
|
9527
9613
|
align-items: center;
|
|
9528
9614
|
background-color: var(--surface-neutral-primary);
|
|
9529
9615
|
display: flex;
|
|
@@ -9533,49 +9619,49 @@
|
|
|
9533
9619
|
position: absolute;
|
|
9534
9620
|
z-index: var(--z-index-decorator);
|
|
9535
9621
|
}
|
|
9536
|
-
.
|
|
9622
|
+
._dataTableEmptyState_eg8aq_614 {
|
|
9537
9623
|
align-items: center;
|
|
9538
9624
|
display: flex;
|
|
9539
9625
|
justify-content: center;
|
|
9540
9626
|
min-block-size: var(--dimensions-200);
|
|
9541
9627
|
padding: var(--space-2xl);
|
|
9542
9628
|
}
|
|
9543
|
-
.
|
|
9629
|
+
._dataTableEmptyText_eg8aq_622 {
|
|
9544
9630
|
color: var(--text-neutral-tertiary);
|
|
9545
9631
|
font-family: var(--body-lg-family);
|
|
9546
9632
|
font-size: var(--body-lg-size);
|
|
9547
9633
|
}
|
|
9548
|
-
.
|
|
9634
|
+
._dataTablePagination_eg8aq_631 {
|
|
9549
9635
|
background-color: var(--surface-neutral-primary);
|
|
9550
9636
|
border-block-start: var(--border-sm) solid var(--border-neutral-tertiary);
|
|
9551
9637
|
border-end-end-radius: var(--radius-xs);
|
|
9552
9638
|
border-end-start-radius: var(--radius-xs);
|
|
9553
9639
|
padding: var(--space-sm) var(--space-md);
|
|
9554
9640
|
}
|
|
9555
|
-
.
|
|
9556
|
-
.
|
|
9641
|
+
._dataTableRowSelected_eg8aq_327,
|
|
9642
|
+
._dataTableRowSelected_eg8aq_327:hover {
|
|
9557
9643
|
--row-surface-internal: var(--surface-neutral-secondary);
|
|
9558
9644
|
}
|
|
9559
|
-
.
|
|
9645
|
+
._dataTableStriped_eg8aq_408 ._dataTableRowSelected_eg8aq_327:nth-child(2n) {
|
|
9560
9646
|
--row-surface-internal: var(--surface-neutral-secondary);
|
|
9561
9647
|
}
|
|
9562
|
-
.
|
|
9563
|
-
.
|
|
9564
|
-
.
|
|
9565
|
-
.
|
|
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 {
|
|
9566
9652
|
border-inline-end: var(--border-xs) solid var(--border-neutral-tertiary);
|
|
9567
9653
|
}
|
|
9568
|
-
.
|
|
9569
|
-
.
|
|
9570
|
-
.
|
|
9571
|
-
.
|
|
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 {
|
|
9572
9658
|
border-inline-end: none;
|
|
9573
9659
|
}
|
|
9574
|
-
.
|
|
9575
|
-
.
|
|
9660
|
+
._dataTableRow_eg8aq_254:last-child ._dataTableTd_eg8aq_263,
|
|
9661
|
+
._dataTableRow_eg8aq_254:last-child ._dataTableBodyCell_eg8aq_280 {
|
|
9576
9662
|
border-block-end: none;
|
|
9577
9663
|
}
|
|
9578
|
-
.
|
|
9664
|
+
._dataTableContainer_eg8aq_23:last-child ._dataTableBody_eg8aq_250 tr:last-child ._dataTableTd_eg8aq_263:last-child {
|
|
9579
9665
|
border-end-end-radius: var(--radius-xs);
|
|
9580
9666
|
}
|
|
9581
9667
|
._paginationRoot_as5nx_1 {
|
|
@@ -10116,7 +10202,7 @@
|
|
|
10116
10202
|
._datePickerHelperTextError_75dpd_251 {
|
|
10117
10203
|
color: var(--text-semantics-red-primary);
|
|
10118
10204
|
}
|
|
10119
|
-
.
|
|
10205
|
+
._dateRangePickerRoot_uc3ii_1 {
|
|
10120
10206
|
display: flex;
|
|
10121
10207
|
flex-direction: column;
|
|
10122
10208
|
font-family: var(--typeface-family-basic);
|
|
@@ -10124,13 +10210,13 @@
|
|
|
10124
10210
|
inline-size: 100%;
|
|
10125
10211
|
position: relative;
|
|
10126
10212
|
}
|
|
10127
|
-
.
|
|
10213
|
+
._fixedWidth_uc3ii_16 {
|
|
10128
10214
|
inline-size: var(--dimensions-320);
|
|
10129
10215
|
}
|
|
10130
|
-
.
|
|
10216
|
+
._dateRangePickerTriggerWrapper_uc3ii_20 {
|
|
10131
10217
|
position: relative;
|
|
10132
10218
|
}
|
|
10133
|
-
.
|
|
10219
|
+
._dateRangePickerContainer_uc3ii_25 {
|
|
10134
10220
|
background: var(--surface-neutral-elevator);
|
|
10135
10221
|
border: var(--border-xs) solid var(--border-neutral-tertiary);
|
|
10136
10222
|
border-radius: var(--radius-sm);
|
|
@@ -10139,7 +10225,7 @@
|
|
|
10139
10225
|
font-family: var(--typeface-family-basic);
|
|
10140
10226
|
overflow: hidden;
|
|
10141
10227
|
}
|
|
10142
|
-
.
|
|
10228
|
+
._dateRangePickerPanelContent_uc3ii_38 {
|
|
10143
10229
|
background: var(--surface-neutral-elevator);
|
|
10144
10230
|
border: var(--border-xs) solid var(--border-neutral-tertiary);
|
|
10145
10231
|
border-radius: var(--radius-sm);
|
|
@@ -10147,12 +10233,12 @@
|
|
|
10147
10233
|
display: flex;
|
|
10148
10234
|
overflow: hidden;
|
|
10149
10235
|
}
|
|
10150
|
-
.
|
|
10236
|
+
._dateRangePickerCalendars_uc3ii_51 {
|
|
10151
10237
|
display: flex;
|
|
10152
10238
|
gap: var(--space-xl);
|
|
10153
10239
|
padding: var(--space-sm);
|
|
10154
10240
|
}
|
|
10155
|
-
.
|
|
10241
|
+
._dateRangePickerSidebar_uc3ii_57 {
|
|
10156
10242
|
background-color: var(--surface-neutral-elevator);
|
|
10157
10243
|
border-inline-start: var(--border-sm) solid var(--border-neutral-tertiary);
|
|
10158
10244
|
display: flex;
|
|
@@ -10162,7 +10248,7 @@
|
|
|
10162
10248
|
padding: var(--space-2xs);
|
|
10163
10249
|
padding-block-start: calc(var(--dimensions-64) - var(--dimensions-2));
|
|
10164
10250
|
}
|
|
10165
|
-
.
|
|
10251
|
+
._dateRangePickerOutsideLabel_uc3ii_72 {
|
|
10166
10252
|
color: var(--text-neutral-primary);
|
|
10167
10253
|
display: block;
|
|
10168
10254
|
font-family: var(--title-md-family);
|
|
@@ -10172,7 +10258,7 @@
|
|
|
10172
10258
|
line-height: var(--title-md-line-height);
|
|
10173
10259
|
margin-block-end: var(--space-5xs);
|
|
10174
10260
|
}
|
|
10175
|
-
.
|
|
10261
|
+
._dateRangePickerTrigger_uc3ii_20 {
|
|
10176
10262
|
align-items: center;
|
|
10177
10263
|
background-color: var(--surface-neutral-elevator);
|
|
10178
10264
|
border: var(--border-sm) solid var(--border-neutral-tertiary);
|
|
@@ -10185,30 +10271,30 @@
|
|
|
10185
10271
|
position: relative;
|
|
10186
10272
|
transition: all var(--motion-duration-normal) var(--motion-ease-standard);
|
|
10187
10273
|
}
|
|
10188
|
-
.
|
|
10274
|
+
._dateRangePickerTrigger_uc3ii_20:hover {
|
|
10189
10275
|
background-color: var(--surface-state-hover);
|
|
10190
10276
|
border-color: var(--border-state-hover);
|
|
10191
10277
|
}
|
|
10192
|
-
.
|
|
10278
|
+
._dateRangePickerTrigger_uc3ii_20:focus-visible:not(._dateRangePickerTriggerDisabled_uc3ii_109) {
|
|
10193
10279
|
border-color: var(--border-state-focus);
|
|
10194
10280
|
outline: var(--border-md) solid var(--border-state-focus);
|
|
10195
10281
|
outline-offset: calc(var(--border-sm) * -1);
|
|
10196
10282
|
}
|
|
10197
|
-
.
|
|
10283
|
+
._dateRangePickerTriggerOpen_uc3ii_116 {
|
|
10198
10284
|
border-color: var(--border-state-focus);
|
|
10199
10285
|
outline: var(--border-md) solid var(--border-state-focus);
|
|
10200
10286
|
outline-offset: calc(var(--border-sm) * -1);
|
|
10201
10287
|
}
|
|
10202
|
-
.
|
|
10288
|
+
._dateRangePickerTriggerError_uc3ii_125 {
|
|
10203
10289
|
background-color: var(--surface-neutral-on-surface);
|
|
10204
10290
|
border-color: var(--border-state-error);
|
|
10205
10291
|
}
|
|
10206
|
-
.
|
|
10292
|
+
._dateRangePickerTriggerDisabled_uc3ii_109 {
|
|
10207
10293
|
background-color: var(--surface-state-disabled);
|
|
10208
10294
|
cursor: not-allowed;
|
|
10209
10295
|
opacity: var(--opacity-disabled);
|
|
10210
10296
|
}
|
|
10211
|
-
.
|
|
10297
|
+
._dateRangePickerTriggerContent_uc3ii_136 {
|
|
10212
10298
|
block-size: 100%;
|
|
10213
10299
|
display: flex;
|
|
10214
10300
|
flex: 1;
|
|
@@ -10217,11 +10303,11 @@
|
|
|
10217
10303
|
overflow: hidden;
|
|
10218
10304
|
position: relative;
|
|
10219
10305
|
}
|
|
10220
|
-
.
|
|
10306
|
+
._dateRangePickerTriggerInsideLabel_uc3ii_146 {
|
|
10221
10307
|
min-block-size: var(--dimensions-56);
|
|
10222
10308
|
padding: 0 var(--space-xs);
|
|
10223
10309
|
}
|
|
10224
|
-
.
|
|
10310
|
+
._dateRangePickerInlineLabel_uc3ii_151 {
|
|
10225
10311
|
color: var(--text-neutral-secondary);
|
|
10226
10312
|
font-family: var(--body-lg-family);
|
|
10227
10313
|
font-size: var(--body-lg-size);
|
|
@@ -10237,7 +10323,7 @@
|
|
|
10237
10323
|
transition: all var(--motion-duration-normal) var(--motion-ease-standard);
|
|
10238
10324
|
white-space: nowrap;
|
|
10239
10325
|
}
|
|
10240
|
-
.
|
|
10326
|
+
._dateRangePickerInlineLabelShrunk_uc3ii_168 {
|
|
10241
10327
|
font-family: var(--label-sm-family);
|
|
10242
10328
|
font-size: var(--label-sm-size);
|
|
10243
10329
|
font-weight: var(--label-sm-weight-emphasize);
|
|
@@ -10246,10 +10332,10 @@
|
|
|
10246
10332
|
line-height: var(--label-sm-line-height);
|
|
10247
10333
|
transform: translateY(0) scale(1);
|
|
10248
10334
|
}
|
|
10249
|
-
.
|
|
10335
|
+
._dateRangePickerPlaceholder_uc3ii_181 {
|
|
10250
10336
|
color: var(--text-neutral-secondary);
|
|
10251
10337
|
}
|
|
10252
|
-
.
|
|
10338
|
+
._dateRangePickerInput_uc3ii_185 {
|
|
10253
10339
|
background: transparent;
|
|
10254
10340
|
border: none;
|
|
10255
10341
|
box-sizing: border-box;
|
|
@@ -10268,26 +10354,26 @@
|
|
|
10268
10354
|
transition: opacity var(--motion-duration-normal) var(--motion-ease-standard);
|
|
10269
10355
|
white-space: nowrap;
|
|
10270
10356
|
}
|
|
10271
|
-
.
|
|
10357
|
+
._dateRangePickerInput_uc3ii_185:focus {
|
|
10272
10358
|
text-overflow: clip;
|
|
10273
10359
|
}
|
|
10274
|
-
.
|
|
10360
|
+
._dateRangePickerInput_uc3ii_185::placeholder {
|
|
10275
10361
|
color: var(--text-neutral-secondary);
|
|
10276
10362
|
}
|
|
10277
|
-
.
|
|
10363
|
+
._dateRangePickerInputWithInlineLabel_uc3ii_213 {
|
|
10278
10364
|
opacity: var(--opacity-hidden);
|
|
10279
10365
|
padding-block: var(--space-md) var(--space-2xs);
|
|
10280
10366
|
}
|
|
10281
|
-
.
|
|
10367
|
+
._dateRangePickerInputVisible_uc3ii_218 {
|
|
10282
10368
|
opacity: var(--opacity-visible);
|
|
10283
10369
|
}
|
|
10284
|
-
.
|
|
10370
|
+
._dateRangePickerTrailingIcon_uc3ii_222 {
|
|
10285
10371
|
align-items: center;
|
|
10286
10372
|
color: var(--foreground-neutral-primary);
|
|
10287
10373
|
display: flex;
|
|
10288
10374
|
margin-inline-start: var(--space-xs);
|
|
10289
10375
|
}
|
|
10290
|
-
.
|
|
10376
|
+
._dateRangePickerClearButton_uc3ii_231 {
|
|
10291
10377
|
block-size: var(--dimensions-20) !important;
|
|
10292
10378
|
inline-size: var(--dimensions-20) !important;
|
|
10293
10379
|
margin-inline-start: var(--space-xs);
|
|
@@ -10295,11 +10381,11 @@
|
|
|
10295
10381
|
min-inline-size: var(--dimensions-20) !important;
|
|
10296
10382
|
padding: 0 !important;
|
|
10297
10383
|
}
|
|
10298
|
-
.
|
|
10384
|
+
._dateRangePickerPopover_uc3ii_245 {
|
|
10299
10385
|
position: absolute;
|
|
10300
10386
|
z-index: var(--z-index-dropdown);
|
|
10301
10387
|
}
|
|
10302
|
-
.
|
|
10388
|
+
._dateRangePickerPresetButton_uc3ii_253 {
|
|
10303
10389
|
align-items: center;
|
|
10304
10390
|
background-color: transparent;
|
|
10305
10391
|
block-size: var(--dimensions-44);
|
|
@@ -10317,16 +10403,33 @@
|
|
|
10317
10403
|
text-align: start;
|
|
10318
10404
|
transition: background-color var(--motion-duration-normal) var(--motion-ease-standard);
|
|
10319
10405
|
}
|
|
10320
|
-
.
|
|
10406
|
+
._dateRangePickerPresetButton_uc3ii_253:hover {
|
|
10321
10407
|
background-color: var(--surface-state-hover);
|
|
10322
10408
|
}
|
|
10323
|
-
.
|
|
10409
|
+
._dateRangePickerCalendarOverride_uc3ii_276 {
|
|
10324
10410
|
border: none !important;
|
|
10325
10411
|
border-width: 0 !important;
|
|
10326
10412
|
box-shadow: none !important;
|
|
10327
10413
|
min-inline-size: calc(7 * var(--dimensions-44) + 6 * var(--space-5xs));
|
|
10328
10414
|
padding: 0 !important;
|
|
10329
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
|
+
}
|
|
10330
10433
|
._dialogOverlay_q50ky_6 {
|
|
10331
10434
|
animation: _fade-in_q50ky_1 var(--motion-duration-normal) var(--motion-ease-in-out);
|
|
10332
10435
|
-webkit-backdrop-filter: var(--effects-blur-sm);
|
|
@@ -12772,25 +12875,27 @@
|
|
|
12772
12875
|
._aspectRatio13_1n0qt_85 {
|
|
12773
12876
|
padding-block-start: 300%;
|
|
12774
12877
|
}
|
|
12775
|
-
.
|
|
12878
|
+
._overlay_13r99_4 {
|
|
12776
12879
|
-webkit-backdrop-filter: blur(2px);
|
|
12777
12880
|
backdrop-filter: blur(2px);
|
|
12778
12881
|
background-color: var(--color-black-30a);
|
|
12779
12882
|
bottom: 0;
|
|
12780
12883
|
left: 0;
|
|
12781
12884
|
opacity: 0;
|
|
12885
|
+
overscroll-behavior: contain;
|
|
12782
12886
|
position: fixed;
|
|
12783
12887
|
right: 0;
|
|
12784
12888
|
top: var(--mega-menu-top-offset, 72px);
|
|
12889
|
+
touch-action: none;
|
|
12785
12890
|
transition: opacity .3s ease, visibility .3s ease;
|
|
12786
12891
|
visibility: hidden;
|
|
12787
12892
|
z-index: 998;
|
|
12788
12893
|
}
|
|
12789
|
-
.
|
|
12894
|
+
._overlayVisible_13r99_22 {
|
|
12790
12895
|
opacity: 1;
|
|
12791
12896
|
visibility: visible;
|
|
12792
12897
|
}
|
|
12793
|
-
.
|
|
12898
|
+
._panel_13r99_28 {
|
|
12794
12899
|
background-color: var(--surface-neutral-primary);
|
|
12795
12900
|
border-block-end: 1px solid var(--border-neutral-tertiary);
|
|
12796
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);
|
|
@@ -12800,6 +12905,8 @@
|
|
|
12800
12905
|
inset-block-start: var(--mega-menu-top-offset, 72px);
|
|
12801
12906
|
inset-inline: 0;
|
|
12802
12907
|
opacity: 0;
|
|
12908
|
+
overscroll-behavior: contain;
|
|
12909
|
+
overflow-y: auto;
|
|
12803
12910
|
padding-block: var(--space-xl) var(--space-2xl);
|
|
12804
12911
|
padding-inline: var(--layout-grid-margin, 24px);
|
|
12805
12912
|
position: fixed;
|
|
@@ -12808,18 +12915,28 @@
|
|
|
12808
12915
|
visibility: hidden;
|
|
12809
12916
|
z-index: 999;
|
|
12810
12917
|
}
|
|
12811
|
-
.
|
|
12918
|
+
._panelVisible_13r99_54 {
|
|
12812
12919
|
opacity: 1;
|
|
12813
12920
|
transform: translateY(0);
|
|
12814
12921
|
visibility: visible;
|
|
12815
12922
|
}
|
|
12816
|
-
|
|
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 {
|
|
12817
12934
|
align-items: center;
|
|
12818
12935
|
display: flex;
|
|
12819
12936
|
flex-shrink: 0;
|
|
12820
12937
|
visibility: hidden;
|
|
12821
12938
|
}
|
|
12822
|
-
.
|
|
12939
|
+
._content_13r99_65 {
|
|
12823
12940
|
flex: 1;
|
|
12824
12941
|
padding-inline-start: var(--space-none);
|
|
12825
12942
|
}
|
|
@@ -14340,20 +14457,20 @@
|
|
|
14340
14457
|
max-inline-size: 900px;
|
|
14341
14458
|
}
|
|
14342
14459
|
}
|
|
14343
|
-
.
|
|
14460
|
+
._featureSheetContainer_1jv3d_1 {
|
|
14344
14461
|
display: flex;
|
|
14345
14462
|
flex-direction: column;
|
|
14346
14463
|
max-inline-size: 100%;
|
|
14347
14464
|
min-block-size: 100%;
|
|
14348
14465
|
position: relative;
|
|
14349
14466
|
}
|
|
14350
|
-
.
|
|
14467
|
+
._closeButtonWrapper_1jv3d_11 {
|
|
14351
14468
|
inset-block-start: var(--space-2xs);
|
|
14352
14469
|
inset-inline-end: var(--space-2xs);
|
|
14353
14470
|
position: absolute;
|
|
14354
14471
|
z-index: var(--z-index-decorator);
|
|
14355
14472
|
}
|
|
14356
|
-
.
|
|
14473
|
+
._closeButton_1jv3d_11 {
|
|
14357
14474
|
background-color: var(--surface-neutral-on-surface) !important;
|
|
14358
14475
|
block-size: var(--dimensions-24) !important;
|
|
14359
14476
|
border-radius: var(--radius-full);
|
|
@@ -14361,13 +14478,13 @@
|
|
|
14361
14478
|
min-block-size: var(--dimensions-24) !important;
|
|
14362
14479
|
min-inline-size: var(--dimensions-24) !important;
|
|
14363
14480
|
}
|
|
14364
|
-
.
|
|
14481
|
+
._closeButton_1jv3d_11:hover {
|
|
14365
14482
|
background-color: var(--surface-state-hover) !important;
|
|
14366
14483
|
}
|
|
14367
|
-
.
|
|
14484
|
+
._closeButton_1jv3d_11:active {
|
|
14368
14485
|
background-color: var(--surface-state-press) !important;
|
|
14369
14486
|
}
|
|
14370
|
-
.
|
|
14487
|
+
._closeButtonSpotlight_1jv3d_37 {
|
|
14371
14488
|
background-color: var(--surface-neutral-primary) !important;
|
|
14372
14489
|
block-size: var(--dimensions-24) !important;
|
|
14373
14490
|
border-radius: var(--radius-full);
|
|
@@ -14375,26 +14492,26 @@
|
|
|
14375
14492
|
min-block-size: var(--dimensions-24) !important;
|
|
14376
14493
|
min-inline-size: var(--dimensions-24) !important;
|
|
14377
14494
|
}
|
|
14378
|
-
.
|
|
14495
|
+
._closeButtonSpotlight_1jv3d_37:hover {
|
|
14379
14496
|
background-color: var(--surface-state-hover) !important;
|
|
14380
14497
|
}
|
|
14381
|
-
.
|
|
14498
|
+
._closeButtonSpotlight_1jv3d_37:active {
|
|
14382
14499
|
background-color: var(--surface-state-press) !important;
|
|
14383
14500
|
}
|
|
14384
|
-
.
|
|
14501
|
+
._heroImageWrapper_1jv3d_54 {
|
|
14385
14502
|
display: flex;
|
|
14386
14503
|
inline-size: 100%;
|
|
14387
14504
|
margin: 0;
|
|
14388
14505
|
overflow: hidden;
|
|
14389
14506
|
}
|
|
14390
|
-
.
|
|
14391
|
-
.
|
|
14507
|
+
._heroImageWrapper_1jv3d_54 > img,
|
|
14508
|
+
._heroImageWrapper_1jv3d_54 > * {
|
|
14392
14509
|
block-size: auto;
|
|
14393
14510
|
display: block;
|
|
14394
14511
|
inline-size: 100%;
|
|
14395
14512
|
object-fit: cover;
|
|
14396
14513
|
}
|
|
14397
|
-
.
|
|
14514
|
+
._contentWrapper_1jv3d_73 {
|
|
14398
14515
|
align-items: center;
|
|
14399
14516
|
display: flex;
|
|
14400
14517
|
flex-direction: column;
|
|
@@ -14403,13 +14520,17 @@
|
|
|
14403
14520
|
padding-inline: 16px;
|
|
14404
14521
|
text-align: center;
|
|
14405
14522
|
}
|
|
14406
|
-
.
|
|
14523
|
+
._iconWrapper_1jv3d_85 {
|
|
14407
14524
|
color: var(--foreground-brand-primary);
|
|
14408
14525
|
display: flex;
|
|
14409
14526
|
justify-content: center;
|
|
14410
14527
|
margin: 0;
|
|
14411
14528
|
}
|
|
14412
|
-
.
|
|
14529
|
+
._iconWrapper_1jv3d_85 svg {
|
|
14530
|
+
block-size: var(--dimensions-48);
|
|
14531
|
+
inline-size: var(--dimensions-48);
|
|
14532
|
+
}
|
|
14533
|
+
._textWrapper_1jv3d_101 {
|
|
14413
14534
|
display: flex;
|
|
14414
14535
|
flex-direction: column;
|
|
14415
14536
|
gap: var(--space-2xs);
|
|
@@ -14992,7 +15113,7 @@
|
|
|
14992
15113
|
font-size: var(--label-sm-size);
|
|
14993
15114
|
font-weight: var(--typeface-weight-medium);
|
|
14994
15115
|
}
|
|
14995
|
-
.
|
|
15116
|
+
._tabsRoot_1acbq_5 {
|
|
14996
15117
|
display: block;
|
|
14997
15118
|
max-inline-size: 100%;
|
|
14998
15119
|
overflow: hidden;
|
|
@@ -15000,60 +15121,62 @@
|
|
|
15000
15121
|
scrollbar-width: none;
|
|
15001
15122
|
transition: all var(--motion-duration-normal) var(--motion-ease-in-out);
|
|
15002
15123
|
}
|
|
15003
|
-
.
|
|
15124
|
+
._tabsRootElevated_1acbq_17 {
|
|
15004
15125
|
background-color: var(--surface-neutral-elevator);
|
|
15005
15126
|
box-shadow: inset 0 calc(-1 * var(--border-sm)) 0 0 var(--border-neutral-tertiary), var(--shadow-sm);
|
|
15006
15127
|
}
|
|
15007
|
-
.
|
|
15128
|
+
._tabsRootSticky_1acbq_26 {
|
|
15008
15129
|
background-color: transparent;
|
|
15009
15130
|
inset-block-start: 0;
|
|
15010
15131
|
position: sticky;
|
|
15011
15132
|
transition: background-color var(--motion-duration-normal) var(--motion-ease-in-out), box-shadow var(--motion-duration-normal) var(--motion-ease-in-out);
|
|
15012
15133
|
z-index: var(--z-index-decorator);
|
|
15013
15134
|
}
|
|
15014
|
-
.
|
|
15135
|
+
._tabsRootPill_1acbq_38 {
|
|
15015
15136
|
background-color: var(--surface-neutral-secondary);
|
|
15016
15137
|
border-radius: var(--radius-full);
|
|
15017
15138
|
padding: var(--space-3xs);
|
|
15018
15139
|
}
|
|
15019
|
-
.
|
|
15140
|
+
._tabsRootPill_1acbq_38 ._tabsIndicator_1acbq_44 {
|
|
15020
15141
|
background-color: var(--surface-neutral-primary);
|
|
15021
15142
|
box-shadow: var(--shadow-sm);
|
|
15022
15143
|
inset-block: var(--space-3xs);
|
|
15023
15144
|
}
|
|
15024
|
-
.
|
|
15145
|
+
._tabsRootSmall_1acbq_51 ._tabsTab_1acbq_51 {
|
|
15025
15146
|
block-size: var(--dimensions-32);
|
|
15026
15147
|
font-size: var(--label-md-size);
|
|
15027
15148
|
}
|
|
15028
|
-
.
|
|
15149
|
+
._tabsRootMedium_1acbq_56 ._tabsTab_1acbq_51 {
|
|
15029
15150
|
block-size: var(--dimensions-44);
|
|
15030
15151
|
}
|
|
15031
|
-
.
|
|
15152
|
+
._tabsRootLarge_1acbq_60 ._tabsTab_1acbq_51 {
|
|
15032
15153
|
block-size: var(--dimensions-56);
|
|
15033
15154
|
font-size: var(--title-sm-size);
|
|
15034
15155
|
}
|
|
15035
|
-
.
|
|
15156
|
+
._tabsRootPill_1acbq_38 ._tabsTab_1acbq_51 {
|
|
15036
15157
|
border-radius: var(--radius-full);
|
|
15037
15158
|
padding-block: 0;
|
|
15038
15159
|
z-index: 1;
|
|
15039
15160
|
}
|
|
15040
|
-
.
|
|
15161
|
+
._tabsRootPill_1acbq_38 ._tabsTabActive_1acbq_72 {
|
|
15041
15162
|
color: var(--text-neutral-primary);
|
|
15042
15163
|
}
|
|
15043
|
-
.
|
|
15164
|
+
._tabsRootPill_1acbq_38 ._tabsTabContent_1acbq_76:after {
|
|
15044
15165
|
display: none;
|
|
15045
15166
|
}
|
|
15046
|
-
.
|
|
15167
|
+
._tabsRootStuck_1acbq_82 {
|
|
15047
15168
|
background-color: var(--surface-neutral-elevator);
|
|
15048
15169
|
box-shadow: inset 0 calc(-1 * var(--border-sm)) 0 0 var(--border-neutral-tertiary), var(--shadow-sm);
|
|
15049
15170
|
}
|
|
15050
|
-
.
|
|
15171
|
+
._tabsScrollOuter_1acbq_92 {
|
|
15172
|
+
align-items: center;
|
|
15173
|
+
display: flex;
|
|
15174
|
+
min-inline-size: 0;
|
|
15175
|
+
position: relative;
|
|
15176
|
+
}
|
|
15177
|
+
._tabsScrollContainer_1acbq_100 {
|
|
15051
15178
|
--tabs-fade-left: 0px;
|
|
15052
15179
|
--tabs-fade-right: 0px;
|
|
15053
|
-
--tabs-nav-left: 0px;
|
|
15054
|
-
--tabs-nav-right: 0px;
|
|
15055
|
-
--tabs-nav-left-effective: 0px;
|
|
15056
|
-
--tabs-nav-right-effective: 0px;
|
|
15057
15180
|
display: flex;
|
|
15058
15181
|
flex-grow: 1;
|
|
15059
15182
|
min-inline-size: 0;
|
|
@@ -15064,19 +15187,15 @@
|
|
|
15064
15187
|
linear-gradient(
|
|
15065
15188
|
to right,
|
|
15066
15189
|
rgba(0, 0, 0, 0) 0px,
|
|
15067
|
-
rgba(0, 0, 0,
|
|
15068
|
-
rgba(0, 0, 0, 1) calc(
|
|
15069
|
-
rgba(0, 0, 0, 1) calc(100% - var(--tabs-nav-right-effective) - var(--tabs-fade-right)),
|
|
15070
|
-
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)),
|
|
15071
15192
|
rgba(0, 0, 0, 0) 100%);
|
|
15072
15193
|
-webkit-mask-image:
|
|
15073
15194
|
linear-gradient(
|
|
15074
15195
|
to right,
|
|
15075
15196
|
rgba(0, 0, 0, 0) 0px,
|
|
15076
|
-
rgba(0, 0, 0,
|
|
15077
|
-
rgba(0, 0, 0, 1) calc(
|
|
15078
|
-
rgba(0, 0, 0, 1) calc(100% - var(--tabs-nav-right-effective) - var(--tabs-fade-right)),
|
|
15079
|
-
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)),
|
|
15080
15199
|
rgba(0, 0, 0, 0) 100%);
|
|
15081
15200
|
mask-repeat: no-repeat;
|
|
15082
15201
|
-webkit-mask-repeat: no-repeat;
|
|
@@ -15085,10 +15204,10 @@
|
|
|
15085
15204
|
mask-position: 0 0;
|
|
15086
15205
|
-webkit-mask-position: 0 0;
|
|
15087
15206
|
}
|
|
15088
|
-
.
|
|
15207
|
+
._tabsScrollContainer_1acbq_100::-webkit-scrollbar {
|
|
15089
15208
|
display: none;
|
|
15090
15209
|
}
|
|
15091
|
-
.
|
|
15210
|
+
._tabsMaskWrapper_1acbq_134 {
|
|
15092
15211
|
display: flex;
|
|
15093
15212
|
flex-grow: 1;
|
|
15094
15213
|
min-inline-size: 0;
|
|
@@ -15097,7 +15216,7 @@
|
|
|
15097
15216
|
width: 100%;
|
|
15098
15217
|
z-index: 0;
|
|
15099
15218
|
}
|
|
15100
|
-
.
|
|
15219
|
+
._tabsList_1acbq_144 {
|
|
15101
15220
|
box-sizing: border-box;
|
|
15102
15221
|
display: flex;
|
|
15103
15222
|
gap: var(--space-sm);
|
|
@@ -15112,25 +15231,15 @@
|
|
|
15112
15231
|
scrollbar-width: none;
|
|
15113
15232
|
z-index: 0;
|
|
15114
15233
|
}
|
|
15115
|
-
.
|
|
15234
|
+
._tabsList_1acbq_144::-webkit-scrollbar {
|
|
15116
15235
|
display: none;
|
|
15117
15236
|
}
|
|
15118
|
-
.
|
|
15237
|
+
._tabsListPadded_1acbq_166 {
|
|
15119
15238
|
padding-inline-end: var(--tabs-padding, var(--space-sm));
|
|
15120
15239
|
}
|
|
15121
|
-
|
|
15122
|
-
._tabsScrollContainer_y6fdg_92 {
|
|
15123
|
-
--tabs-nav-left-effective: var(--tabs-nav-left);
|
|
15124
|
-
--tabs-nav-right-effective: var(--tabs-nav-right);
|
|
15125
|
-
}
|
|
15126
|
-
._tabsNavButton_y6fdg_176 {
|
|
15127
|
-
display: flex;
|
|
15128
|
-
}
|
|
15129
|
-
}
|
|
15130
|
-
._tabsNavSlot_y6fdg_181 {
|
|
15240
|
+
._tabsNavSlot_1acbq_171 {
|
|
15131
15241
|
align-items: center;
|
|
15132
|
-
display:
|
|
15133
|
-
inline-size: var(--dimensions-44);
|
|
15242
|
+
display: none;
|
|
15134
15243
|
inset-block: 0;
|
|
15135
15244
|
opacity: 0;
|
|
15136
15245
|
pointer-events: none;
|
|
@@ -15138,18 +15247,23 @@
|
|
|
15138
15247
|
transition: opacity var(--motion-duration-normal) var(--motion-ease-in-out);
|
|
15139
15248
|
z-index: 2;
|
|
15140
15249
|
}
|
|
15141
|
-
|
|
15250
|
+
@media (hover: hover) and (pointer: fine) {
|
|
15251
|
+
._tabsNavSlot_1acbq_171 {
|
|
15252
|
+
display: flex;
|
|
15253
|
+
}
|
|
15254
|
+
}
|
|
15255
|
+
._tabsNavSlotLeft_1acbq_188 {
|
|
15142
15256
|
inset-inline-start: 0;
|
|
15143
15257
|
justify-content: flex-start;
|
|
15144
15258
|
}
|
|
15145
|
-
.
|
|
15259
|
+
._tabsNavSlotRight_1acbq_193 {
|
|
15146
15260
|
inset-inline-end: 0;
|
|
15147
15261
|
justify-content: flex-end;
|
|
15148
15262
|
}
|
|
15149
|
-
.
|
|
15263
|
+
._tabsGradientVisible_1acbq_198 {
|
|
15150
15264
|
opacity: 1;
|
|
15151
15265
|
}
|
|
15152
|
-
.
|
|
15266
|
+
._tabsTab_1acbq_51 {
|
|
15153
15267
|
align-items: center;
|
|
15154
15268
|
background: none;
|
|
15155
15269
|
block-size: var(--dimensions-44);
|
|
@@ -15158,6 +15272,7 @@
|
|
|
15158
15272
|
color: var(--text-neutral-secondary);
|
|
15159
15273
|
cursor: pointer;
|
|
15160
15274
|
display: flex;
|
|
15275
|
+
flex-shrink: 0;
|
|
15161
15276
|
font-family: var(--label-lg-family);
|
|
15162
15277
|
font-size: var(--label-lg-size);
|
|
15163
15278
|
font-weight: var(--label-lg-weight-emphasize);
|
|
@@ -15172,7 +15287,7 @@
|
|
|
15172
15287
|
transition: all var(--motion-duration-normal) var(--motion-ease-in-out);
|
|
15173
15288
|
white-space: nowrap;
|
|
15174
15289
|
}
|
|
15175
|
-
.
|
|
15290
|
+
._tabsNavButton_1acbq_236 {
|
|
15176
15291
|
align-items: center;
|
|
15177
15292
|
background: var(--surface-neutral-primary);
|
|
15178
15293
|
block-size: var(--dimensions-32);
|
|
@@ -15180,7 +15295,7 @@
|
|
|
15180
15295
|
border-radius: var(--radius-full);
|
|
15181
15296
|
color: var(--text-neutral-primary);
|
|
15182
15297
|
cursor: pointer;
|
|
15183
|
-
display:
|
|
15298
|
+
display: flex;
|
|
15184
15299
|
inline-size: var(--dimensions-32);
|
|
15185
15300
|
justify-content: center;
|
|
15186
15301
|
overflow: hidden;
|
|
@@ -15189,10 +15304,10 @@
|
|
|
15189
15304
|
transition: all var(--motion-duration-normal) ease-in-out;
|
|
15190
15305
|
z-index: 3;
|
|
15191
15306
|
}
|
|
15192
|
-
.
|
|
15307
|
+
._tabsGradientVisible_1acbq_198 ._tabsNavButton_1acbq_236 {
|
|
15193
15308
|
pointer-events: auto;
|
|
15194
15309
|
}
|
|
15195
|
-
.
|
|
15310
|
+
._tabsNavButton_1acbq_236:after {
|
|
15196
15311
|
background-color: transparent;
|
|
15197
15312
|
content: "";
|
|
15198
15313
|
inset: 0;
|
|
@@ -15201,30 +15316,30 @@
|
|
|
15201
15316
|
transition: background-color var(--motion-duration-fast) var(--motion-ease-out);
|
|
15202
15317
|
z-index: 0;
|
|
15203
15318
|
}
|
|
15204
|
-
.
|
|
15319
|
+
._tabsNavButton_1acbq_236:hover:after {
|
|
15205
15320
|
background-color: var(--surface-state-hover);
|
|
15206
15321
|
}
|
|
15207
|
-
.
|
|
15322
|
+
._tabsNavButton_1acbq_236 svg {
|
|
15208
15323
|
block-size: var(--dimensions-20);
|
|
15209
15324
|
inline-size: var(--dimensions-20);
|
|
15210
15325
|
position: relative;
|
|
15211
15326
|
z-index: 1;
|
|
15212
15327
|
}
|
|
15213
|
-
.
|
|
15214
|
-
.
|
|
15328
|
+
._tabsRootStuck_1acbq_82 ._tabsNavButton_1acbq_236,
|
|
15329
|
+
._tabsRootElevated_1acbq_17 ._tabsNavButton_1acbq_236 {
|
|
15215
15330
|
background: var(--surface-neutral-elevator);
|
|
15216
15331
|
}
|
|
15217
|
-
.
|
|
15218
|
-
.
|
|
15219
|
-
.
|
|
15332
|
+
._tabsTab_1acbq_51:hover:not(:disabled),
|
|
15333
|
+
._tabsTab_1acbq_51:active:not(:disabled),
|
|
15334
|
+
._tabsTab_1acbq_51:focus-visible:not(:disabled) {
|
|
15220
15335
|
color: var(--text-neutral-primary);
|
|
15221
15336
|
}
|
|
15222
|
-
.
|
|
15337
|
+
._tabsTabActive_1acbq_72 {
|
|
15223
15338
|
color: var(--text-neutral-primary);
|
|
15224
15339
|
}
|
|
15225
|
-
.
|
|
15226
|
-
.
|
|
15227
|
-
.
|
|
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 {
|
|
15228
15343
|
background-color: var(--surface-state-hover);
|
|
15229
15344
|
block-size: var(--dimensions-2);
|
|
15230
15345
|
border-radius: var(--radius-full);
|
|
@@ -15234,7 +15349,7 @@
|
|
|
15234
15349
|
position: absolute;
|
|
15235
15350
|
z-index: var(--z-index-base);
|
|
15236
15351
|
}
|
|
15237
|
-
.
|
|
15352
|
+
._tabsTabContent_1acbq_76 {
|
|
15238
15353
|
align-items: center;
|
|
15239
15354
|
block-size: auto;
|
|
15240
15355
|
border-radius: var(--radius-2xs);
|
|
@@ -15246,7 +15361,7 @@
|
|
|
15246
15361
|
position: relative;
|
|
15247
15362
|
transition: background-color var(--motion-duration-normal) var(--motion-ease-in-out);
|
|
15248
15363
|
}
|
|
15249
|
-
.
|
|
15364
|
+
._tabsTabContent_1acbq_76:after {
|
|
15250
15365
|
background-color: transparent;
|
|
15251
15366
|
border-radius: inherit;
|
|
15252
15367
|
content: "";
|
|
@@ -15256,47 +15371,47 @@
|
|
|
15256
15371
|
transition: background-color var(--motion-duration-fast) var(--motion-ease-out);
|
|
15257
15372
|
z-index: 0;
|
|
15258
15373
|
}
|
|
15259
|
-
.
|
|
15260
|
-
.
|
|
15374
|
+
._tabsTab_1acbq_51:hover:not(:disabled) ._tabsTabContent_1acbq_76:after,
|
|
15375
|
+
._tabsTab_1acbq_51:focus-visible:not(:disabled) ._tabsTabContent_1acbq_76:after {
|
|
15261
15376
|
background-color: var(--surface-state-hover);
|
|
15262
15377
|
}
|
|
15263
|
-
.
|
|
15378
|
+
._tabsTab_1acbq_51:focus-visible:not(:disabled) ._tabsTabContent_1acbq_76:after {
|
|
15264
15379
|
box-shadow: inset 0 0 0 var(--dimensions-2) var(--border-state-focus);
|
|
15265
15380
|
}
|
|
15266
|
-
.
|
|
15381
|
+
._tabsTab_1acbq_51:active:not(:disabled) ._tabsTabContent_1acbq_76:after {
|
|
15267
15382
|
background-color: var(--surface-state-press);
|
|
15268
15383
|
}
|
|
15269
|
-
.
|
|
15384
|
+
._tabsTabContent_1acbq_76 > * {
|
|
15270
15385
|
position: relative;
|
|
15271
15386
|
z-index: 1;
|
|
15272
15387
|
}
|
|
15273
|
-
.
|
|
15388
|
+
._tabsTabStacked_1acbq_372 ._tabsTabContent_1acbq_76 {
|
|
15274
15389
|
border-radius: var(--radius-2xs);
|
|
15275
15390
|
flex-direction: column;
|
|
15276
15391
|
}
|
|
15277
|
-
.
|
|
15392
|
+
._tabsTabTextOnly_1acbq_377 {
|
|
15278
15393
|
--tabs-indicator-offset: -7px;
|
|
15279
15394
|
padding-block: var(--space-3xs) var(--space-2xs);
|
|
15280
15395
|
}
|
|
15281
|
-
.
|
|
15396
|
+
._tabsTabTextOnly_1acbq_377 ._tabsTabContent_1acbq_76 {
|
|
15282
15397
|
block-size: auto;
|
|
15283
15398
|
}
|
|
15284
|
-
.
|
|
15399
|
+
._tabsTabIconOnly_1acbq_394 {
|
|
15285
15400
|
block-size: var(--dimensions-44);
|
|
15286
15401
|
inline-size: var(--dimensions-44);
|
|
15287
15402
|
padding-inline: var(--dimensions-6) var(--dimensions-6);
|
|
15288
15403
|
}
|
|
15289
|
-
.
|
|
15404
|
+
._tabsTabIcon_1acbq_394 {
|
|
15290
15405
|
align-items: center;
|
|
15291
15406
|
color: inherit;
|
|
15292
15407
|
display: flex;
|
|
15293
15408
|
justify-content: center;
|
|
15294
15409
|
}
|
|
15295
|
-
.
|
|
15410
|
+
._tabsTabIcon_1acbq_394 svg {
|
|
15296
15411
|
block-size: var(--dimensions-24);
|
|
15297
15412
|
inline-size: var(--dimensions-24);
|
|
15298
15413
|
}
|
|
15299
|
-
.
|
|
15414
|
+
._tabsTabChevron_1acbq_417 {
|
|
15300
15415
|
align-items: center;
|
|
15301
15416
|
border-radius: var(--radius-full);
|
|
15302
15417
|
display: flex;
|
|
@@ -15308,17 +15423,17 @@
|
|
|
15308
15423
|
position: relative;
|
|
15309
15424
|
transition: background-color var(--motion-duration-normal) var(--motion-ease-in-out), transform var(--motion-duration-normal) var(--motion-ease-in-out);
|
|
15310
15425
|
}
|
|
15311
|
-
.
|
|
15426
|
+
._tabsTabChevron_1acbq_417 svg {
|
|
15312
15427
|
block-size: var(--dimensions-20);
|
|
15313
15428
|
inline-size: var(--dimensions-20);
|
|
15314
15429
|
position: relative;
|
|
15315
15430
|
transition: transform var(--motion-duration-normal) var(--motion-ease-standard);
|
|
15316
15431
|
z-index: 1;
|
|
15317
15432
|
}
|
|
15318
|
-
.
|
|
15433
|
+
._tabsTabChevronRotated_1acbq_447 svg {
|
|
15319
15434
|
transform: rotate(180deg);
|
|
15320
15435
|
}
|
|
15321
|
-
.
|
|
15436
|
+
._tabsIndicator_1acbq_44 {
|
|
15322
15437
|
background-color: var(--foreground-neutral-primary);
|
|
15323
15438
|
block-size: var(--dimensions-2);
|
|
15324
15439
|
border-radius: var(--radius-full);
|
|
@@ -15327,14 +15442,14 @@
|
|
|
15327
15442
|
transition: inset-inline-start var(--motion-duration-medium) var(--motion-ease-standard), inline-size var(--motion-duration-medium) var(--motion-ease-standard);
|
|
15328
15443
|
z-index: var(--z-index-base);
|
|
15329
15444
|
}
|
|
15330
|
-
.
|
|
15445
|
+
._tabsTab_1acbq_51:disabled {
|
|
15331
15446
|
cursor: not-allowed;
|
|
15332
15447
|
opacity: var(--opacity-disabled);
|
|
15333
15448
|
}
|
|
15334
|
-
.
|
|
15449
|
+
._tabsTab_1acbq_51:focus-visible {
|
|
15335
15450
|
outline: none;
|
|
15336
15451
|
}
|
|
15337
|
-
.
|
|
15452
|
+
._tabsTab_1acbq_51._tabsTabStacked_1acbq_372 {
|
|
15338
15453
|
--tabs-indicator-offset: -5px;
|
|
15339
15454
|
block-size: var(--dimensions-68);
|
|
15340
15455
|
flex-direction: column;
|
|
@@ -15346,7 +15461,7 @@
|
|
|
15346
15461
|
line-height: var(--label-md-line-height);
|
|
15347
15462
|
padding-block: var(--space-2xs) var(--space-2xs);
|
|
15348
15463
|
}
|
|
15349
|
-
.
|
|
15464
|
+
._tabsTabStacked_1acbq_372 ._tabsTabContent_1acbq_76 {
|
|
15350
15465
|
border-radius: var(--radius-sm);
|
|
15351
15466
|
flex-direction: column;
|
|
15352
15467
|
}
|