@usefragments/ui 1.1.1 → 1.3.0
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/assets/ui.css +327 -274
- package/dist/components/Checkbox/Checkbox.module.scss.cjs +11 -11
- package/dist/components/Checkbox/Checkbox.module.scss.js +11 -11
- package/dist/components/Chip/Chip.module.scss.cjs +15 -15
- package/dist/components/Chip/Chip.module.scss.js +15 -15
- package/dist/components/Combobox/index.cjs +106 -9
- package/dist/components/Combobox/index.d.ts.map +1 -1
- package/dist/components/Combobox/index.js +106 -9
- package/dist/components/DataTable/DataTable.module.scss.cjs +37 -34
- package/dist/components/DataTable/DataTable.module.scss.js +37 -34
- package/dist/components/DataTable/index.d.ts.map +1 -1
- package/dist/components/Main/Main.module.scss.cjs +26 -0
- package/dist/components/Main/Main.module.scss.js +26 -0
- package/dist/components/Main/index.cjs +128 -0
- package/dist/components/Main/index.d.ts +22 -0
- package/dist/components/Main/index.d.ts.map +1 -0
- package/dist/components/Main/index.js +111 -0
- package/dist/components/Table/Table.module.scss.cjs +19 -19
- package/dist/components/Table/Table.module.scss.js +19 -19
- package/dist/components/TableOfContents/TableOfContents.module.scss.cjs +15 -15
- package/dist/components/TableOfContents/TableOfContents.module.scss.js +15 -15
- package/dist/components/TableOfContents/index.cjs +22 -42
- package/dist/components/TableOfContents/index.d.ts +3 -3
- package/dist/components/TableOfContents/index.d.ts.map +1 -1
- package/dist/components/TableOfContents/index.js +22 -42
- package/dist/{components/DataTable/DataTable.virtual.cjs → data-table-virtual.cjs} +1 -1
- package/dist/{components/DataTable/DataTable.virtual.js → data-table-virtual.js} +1 -1
- package/dist/data-table.cjs +27 -9
- package/dist/data-table.js +19 -1
- package/dist/index.cjs +87 -88
- package/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +2 -3
- package/fragments.json +1 -1
- package/package.json +57 -2
- package/src/components/Checkbox/Checkbox.contract.json +5 -24
- package/src/components/Checkbox/Checkbox.module.scss +4 -2
- package/src/components/Chip/Chip.contract.json +11 -28
- package/src/components/Chip/Chip.module.scss +21 -45
- package/src/components/Combobox/Combobox.contract.json +6 -24
- package/src/components/Combobox/index.tsx +132 -6
- package/src/components/DataTable/DataTable.module.scss +31 -8
- package/src/components/DataTable/index.tsx +44 -16
- package/src/components/Main/Main.contract.json +79 -0
- package/src/components/Main/Main.module.scss +31 -0
- package/src/components/Main/index.tsx +124 -0
- package/src/components/Table/Table.module.scss +22 -5
- package/src/components/TableOfContents/TableOfContents.contract.json +6 -16
- package/src/components/TableOfContents/TableOfContents.module.scss +10 -13
- package/src/components/TableOfContents/index.tsx +27 -38
- package/src/index.ts +11 -9
- package/src/styles/styles.d.ts +8 -0
- package/src/tokens/_component-properties.scss +1 -0
- package/dist/components/Cloud/DashboardLayoutPrototypes.shared.d.ts +0 -33
- package/dist/components/Cloud/DashboardLayoutPrototypes.shared.d.ts.map +0 -1
- package/dist/components/Cloud/DashboardLayoutPrototypes.shell.d.ts +0 -11
- package/dist/components/Cloud/DashboardLayoutPrototypes.shell.d.ts.map +0 -1
- package/dist/components/Cloud/PullRequestsPrototypes.content.d.ts +0 -5
- package/dist/components/Cloud/PullRequestsPrototypes.content.d.ts.map +0 -1
- package/dist/components/Cloud/PullRequestsPrototypes.detail-panels.d.ts +0 -4
- package/dist/components/Cloud/PullRequestsPrototypes.detail-panels.d.ts.map +0 -1
- package/dist/components/Cloud/PullRequestsPrototypes.detail.d.ts +0 -3
- package/dist/components/Cloud/PullRequestsPrototypes.detail.d.ts.map +0 -1
- package/dist/components/Cloud/PullRequestsPrototypes.id-data.d.ts +0 -86
- package/dist/components/Cloud/PullRequestsPrototypes.id-data.d.ts.map +0 -1
- package/dist/components/Cloud/PullRequestsPrototypes.id-page.d.ts +0 -2
- package/dist/components/Cloud/PullRequestsPrototypes.id-page.d.ts.map +0 -1
- package/src/components/Accordion/Accordion.stories.tsx +0 -106
- package/src/components/Alert/Alert.stories.tsx +0 -119
- package/src/components/AppShell/AppShell.stories.tsx +0 -156
- package/src/components/Avatar/Avatar.stories.tsx +0 -74
- package/src/components/Badge/Badge.stories.tsx +0 -92
- package/src/components/BentoGrid/BentoGrid.stories.tsx +0 -98
- package/src/components/Box/Box.stories.tsx +0 -150
- package/src/components/Breadcrumbs/Breadcrumbs.stories.tsx +0 -87
- package/src/components/Button/Button.stories.tsx +0 -103
- package/src/components/ButtonGroup/ButtonGroup.stories.tsx +0 -97
- package/src/components/Card/Card.stories.tsx +0 -144
- package/src/components/Chart/Chart.stories.tsx +0 -119
- package/src/components/Checkbox/Checkbox.stories.tsx +0 -68
- package/src/components/Chip/Chip.stories.tsx +0 -70
- package/src/components/Cloud/CloudGovernanceShell.module.scss +0 -88
- package/src/components/Cloud/CloudGovernanceShell.stories.tsx +0 -446
- package/src/components/Cloud/ControlSizing.module.scss +0 -49
- package/src/components/Cloud/ControlSizing.stories.tsx +0 -238
- package/src/components/Cloud/DashboardLayoutPrototypes.module.scss +0 -462
- package/src/components/Cloud/DashboardLayoutPrototypes.shared.tsx +0 -375
- package/src/components/Cloud/DashboardLayoutPrototypes.shell.tsx +0 -147
- package/src/components/Cloud/DashboardLayoutPrototypes.stories.tsx +0 -328
- package/src/components/Cloud/PullRequestsPrototypes.content.tsx +0 -283
- package/src/components/Cloud/PullRequestsPrototypes.detail-panels.tsx +0 -381
- package/src/components/Cloud/PullRequestsPrototypes.detail.tsx +0 -204
- package/src/components/Cloud/PullRequestsPrototypes.id-data.ts +0 -395
- package/src/components/Cloud/PullRequestsPrototypes.id-page.tsx +0 -349
- package/src/components/Cloud/PullRequestsPrototypes.stories.tsx +0 -81
- package/src/components/CodeBlock/CodeBlock.stories.tsx +0 -147
- package/src/components/Collapsible/Collapsible.stories.tsx +0 -94
- package/src/components/ColorPicker/ColorPicker.stories.tsx +0 -74
- package/src/components/Combobox/Combobox.stories.tsx +0 -133
- package/src/components/Command/Command.stories.tsx +0 -102
- package/src/components/ConversationList/ConversationList.stories.tsx +0 -93
- package/src/components/DataTable/DataTable.stories.tsx +0 -129
- package/src/components/DatePicker/DatePicker.stories.tsx +0 -129
- package/src/components/Dialog/Dialog.stories.tsx +0 -154
- package/src/components/Drawer/Drawer.stories.tsx +0 -144
- package/src/components/Editor/Editor.stories.tsx +0 -99
- package/src/components/EmptyState/EmptyState.stories.tsx +0 -97
- package/src/components/Field/Field.stories.tsx +0 -109
- package/src/components/Fieldset/Fieldset.stories.tsx +0 -116
- package/src/components/Form/Form.stories.tsx +0 -142
- package/src/components/Grid/Grid.stories.tsx +0 -125
- package/src/components/Header/Header.stories.tsx +0 -133
- package/src/components/Icon/Icon.stories.tsx +0 -80
- package/src/components/IconButton/IconButton.stories.tsx +0 -78
- package/src/components/Image/Image.stories.tsx +0 -109
- package/src/components/Input/Input.stories.tsx +0 -104
- package/src/components/Link/Link.stories.tsx +0 -67
- package/src/components/List/List.stories.tsx +0 -95
- package/src/components/Listbox/Listbox.stories.tsx +0 -81
- package/src/components/Loading/Loading.stories.tsx +0 -69
- package/src/components/Markdown/Markdown.stories.tsx +0 -75
- package/src/components/Menu/Menu.stories.tsx +0 -113
- package/src/components/Message/Message.stories.tsx +0 -85
- package/src/components/NavigationMenu/NavigationMenu.stories.tsx +0 -161
- package/src/components/Pagination/Pagination.stories.tsx +0 -81
- package/src/components/Popover/Popover.stories.tsx +0 -152
- package/src/components/Progress/Progress.stories.tsx +0 -64
- package/src/components/Prompt/Prompt.stories.tsx +0 -93
- package/src/components/RadioGroup/RadioGroup.stories.tsx +0 -107
- package/src/components/ScrollArea/ScrollArea.stories.tsx +0 -97
- package/src/components/Select/Select.stories.tsx +0 -127
- package/src/components/Separator/Separator.stories.tsx +0 -84
- package/src/components/Sidebar/Sidebar.stories.tsx +0 -122
- package/src/components/Skeleton/Skeleton.stories.tsx +0 -80
- package/src/components/Slider/Slider.stories.tsx +0 -73
- package/src/components/Stack/Stack.stories.tsx +0 -73
- package/src/components/Switch/Switch.stories.tsx +0 -59
- package/src/components/Table/Table.stories.tsx +0 -219
- package/src/components/TableOfContents/TableOfContents.stories.tsx +0 -120
- package/src/components/Tabs/Tabs.stories.tsx +0 -136
- package/src/components/Text/Text.stories.tsx +0 -133
- package/src/components/Textarea/Textarea.stories.tsx +0 -107
- package/src/components/Theme/Theme.stories.tsx +0 -95
- package/src/components/ThinkingIndicator/ThinkingIndicator.stories.tsx +0 -85
- package/src/components/Toast/Toast.stories.tsx +0 -91
- package/src/components/ToggleGroup/ToggleGroup.stories.tsx +0 -114
- package/src/components/Tooltip/Tooltip.stories.tsx +0 -95
- package/src/components/VisuallyHidden/VisuallyHidden.stories.tsx +0 -78
package/dist/assets/ui.css
CHANGED
|
@@ -2813,33 +2813,33 @@
|
|
|
2813
2813
|
}
|
|
2814
2814
|
._circularLg_npjcd_160 ._circularValue_npjcd_139 {
|
|
2815
2815
|
font-size: var(--fui-font-size-base, 1rem);
|
|
2816
|
-
}.
|
|
2816
|
+
}._wrapper_11gr0_1 {
|
|
2817
2817
|
display: inline-flex;
|
|
2818
2818
|
align-items: center;
|
|
2819
2819
|
gap: var(--fui-space-2, 1rem);
|
|
2820
2820
|
cursor: pointer;
|
|
2821
2821
|
font-family: var(--fui-font-sans, "Inter Variable", Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif);
|
|
2822
2822
|
}
|
|
2823
|
-
.
|
|
2823
|
+
._wrapper_11gr0_1[data-has-description] {
|
|
2824
2824
|
align-items: flex-start;
|
|
2825
2825
|
}
|
|
2826
|
-
.
|
|
2826
|
+
._wrapper_11gr0_1[data-disabled] {
|
|
2827
2827
|
cursor: not-allowed;
|
|
2828
2828
|
opacity: 0.5;
|
|
2829
2829
|
}
|
|
2830
2830
|
|
|
2831
|
-
.
|
|
2831
|
+
._checkbox_11gr0_16 {
|
|
2832
2832
|
transition: background-color var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94)), border-color var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94)), box-shadow var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94)), opacity var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94));
|
|
2833
2833
|
}
|
|
2834
|
-
.
|
|
2834
|
+
._checkbox_11gr0_16:focus-visible {
|
|
2835
2835
|
outline: none;
|
|
2836
2836
|
box-shadow: 0 0 0 1px color-mix(in srgb, var(--fui-focus-ring-color, #006b57) 28%, transparent), 0 0 0 calc(var(--fui-focus-ring-width, 2px) + 1px) color-mix(in srgb, var(--fui-focus-ring-color, #006b57) 12%, transparent), 0 10px 24px -16px color-mix(in srgb, var(--fui-focus-ring-color, #006b57) 32%, transparent);
|
|
2837
2837
|
}
|
|
2838
|
-
.
|
|
2838
|
+
._checkbox_11gr0_16:disabled, ._checkbox_11gr0_16[data-disabled] {
|
|
2839
2839
|
opacity: 0.5;
|
|
2840
2840
|
pointer-events: none;
|
|
2841
2841
|
}
|
|
2842
|
-
.
|
|
2842
|
+
._checkbox_11gr0_16 {
|
|
2843
2843
|
position: relative;
|
|
2844
2844
|
display: inline-flex;
|
|
2845
2845
|
align-items: center;
|
|
@@ -2851,30 +2851,30 @@
|
|
|
2851
2851
|
margin-top: 0;
|
|
2852
2852
|
background-color: var(--fui-field-bg, #ffffff);
|
|
2853
2853
|
border: 1px solid var(--fui-field-border, rgba(0, 0, 0, 0.1));
|
|
2854
|
-
border-radius: var(--fui-radius
|
|
2854
|
+
border-radius: var(--fui-checkbox-radius, 0.25rem);
|
|
2855
2855
|
cursor: inherit;
|
|
2856
2856
|
}
|
|
2857
|
-
.
|
|
2857
|
+
._checkbox_11gr0_16:hover:not([data-disabled]) {
|
|
2858
2858
|
border-color: var(--fui-field-border-hover, rgb(86.4227350852, 86.4227350852, 86.4227350852));
|
|
2859
2859
|
}
|
|
2860
|
-
.
|
|
2860
|
+
._checkbox_11gr0_16[data-checked], ._checkbox_11gr0_16[data-indeterminate] {
|
|
2861
2861
|
background-color: var(--fui-button-primary-base, #006b57);
|
|
2862
2862
|
border-color: var(--fui-button-primary-border, var(--fui-button-primary-base, #006b57));
|
|
2863
2863
|
box-shadow: inset 0 1px 0 color-mix(in srgb, white 24%, transparent);
|
|
2864
2864
|
}
|
|
2865
|
-
.
|
|
2865
|
+
._checkbox_11gr0_16[data-checked]:hover:not([data-disabled]), ._checkbox_11gr0_16[data-indeterminate]:hover:not([data-disabled]) {
|
|
2866
2866
|
background-color: var(--fui-button-primary-hover, #006b57);
|
|
2867
2867
|
border-color: var(--fui-button-primary-border-hover, var(--fui-button-primary-hover, #006b57));
|
|
2868
2868
|
}
|
|
2869
|
-
.
|
|
2869
|
+
._checkbox_11gr0_16[data-invalid] {
|
|
2870
2870
|
border-color: var(--fui-color-danger-text, rgb(162.7774064935, 63.3790672702, 56.4827894566));
|
|
2871
2871
|
}
|
|
2872
|
-
.
|
|
2872
|
+
._checkbox_11gr0_16[data-invalid][data-checked], ._checkbox_11gr0_16[data-invalid][data-indeterminate] {
|
|
2873
2873
|
background-color: var(--fui-color-danger-bg, rgba(217, 112, 102, 0.1));
|
|
2874
2874
|
border-color: var(--fui-color-danger-text, rgb(162.7774064935, 63.3790672702, 56.4827894566));
|
|
2875
2875
|
box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--fui-color-danger-text, rgb(162.7774064935, 63.3790672702, 56.4827894566)) 35%, transparent);
|
|
2876
2876
|
}
|
|
2877
|
-
.
|
|
2877
|
+
._checkbox_11gr0_16::before {
|
|
2878
2878
|
content: "";
|
|
2879
2879
|
position: absolute;
|
|
2880
2880
|
top: 50%;
|
|
@@ -2884,57 +2884,57 @@
|
|
|
2884
2884
|
transform: translate(-50%, -50%);
|
|
2885
2885
|
}
|
|
2886
2886
|
|
|
2887
|
-
.
|
|
2887
|
+
._sm_11gr0_72 {
|
|
2888
2888
|
width: var(--fui-icon-xs, 0.857rem);
|
|
2889
2889
|
height: var(--fui-icon-xs, 0.857rem);
|
|
2890
|
-
border-radius: var(--fui-radius
|
|
2890
|
+
border-radius: var(--fui-checkbox-radius, 0.25rem);
|
|
2891
2891
|
}
|
|
2892
2892
|
|
|
2893
|
-
.
|
|
2893
|
+
._lg_11gr0_78 {
|
|
2894
2894
|
width: 1.25rem;
|
|
2895
2895
|
height: 1.25rem;
|
|
2896
2896
|
}
|
|
2897
2897
|
|
|
2898
|
-
.
|
|
2898
|
+
._indicator_11gr0_83 {
|
|
2899
2899
|
display: flex;
|
|
2900
2900
|
align-items: center;
|
|
2901
2901
|
justify-content: center;
|
|
2902
2902
|
color: var(--fui-button-primary-color, #fff);
|
|
2903
2903
|
}
|
|
2904
|
-
.
|
|
2904
|
+
._indicator_11gr0_83 svg {
|
|
2905
2905
|
width: 0.75rem;
|
|
2906
2906
|
height: 0.75rem;
|
|
2907
2907
|
}
|
|
2908
|
-
.
|
|
2908
|
+
._indicator_11gr0_83 {
|
|
2909
2909
|
opacity: 0;
|
|
2910
2910
|
transform: scale(0.8);
|
|
2911
2911
|
transition: opacity var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94)), transform var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94));
|
|
2912
2912
|
}
|
|
2913
|
-
[data-checked] > .
|
|
2913
|
+
[data-checked] > ._indicator_11gr0_83, [data-indeterminate] > ._indicator_11gr0_83 {
|
|
2914
2914
|
opacity: 1;
|
|
2915
2915
|
transform: scale(1);
|
|
2916
2916
|
}
|
|
2917
|
-
[data-invalid][data-checked] > .
|
|
2917
|
+
[data-invalid][data-checked] > ._indicator_11gr0_83, [data-invalid][data-indeterminate] > ._indicator_11gr0_83 {
|
|
2918
2918
|
color: var(--fui-color-danger-text, rgb(162.7774064935, 63.3790672702, 56.4827894566));
|
|
2919
2919
|
}
|
|
2920
2920
|
|
|
2921
|
-
.
|
|
2921
|
+
._sm_11gr0_72 ._indicator_11gr0_83 svg {
|
|
2922
2922
|
width: 0.625rem;
|
|
2923
2923
|
height: 0.625rem;
|
|
2924
2924
|
}
|
|
2925
2925
|
|
|
2926
|
-
.
|
|
2926
|
+
._lg_11gr0_78 ._indicator_11gr0_83 svg {
|
|
2927
2927
|
width: 0.875rem;
|
|
2928
2928
|
height: 0.875rem;
|
|
2929
2929
|
}
|
|
2930
2930
|
|
|
2931
|
-
.
|
|
2931
|
+
._content_11gr0_116 {
|
|
2932
2932
|
display: flex;
|
|
2933
2933
|
flex-direction: column;
|
|
2934
2934
|
gap: var(--fui-space-0-5, 0.15rem);
|
|
2935
2935
|
}
|
|
2936
2936
|
|
|
2937
|
-
.
|
|
2937
|
+
._label_11gr0_122 {
|
|
2938
2938
|
font-size: var(--fui-font-size-sm, 1rem);
|
|
2939
2939
|
font-weight: var(--fui-font-weight-medium, 500);
|
|
2940
2940
|
color: var(--fui-text-primary, #212121);
|
|
@@ -2942,21 +2942,21 @@
|
|
|
2942
2942
|
user-select: none;
|
|
2943
2943
|
}
|
|
2944
2944
|
|
|
2945
|
-
.
|
|
2945
|
+
._labelSm_11gr0_130 {
|
|
2946
2946
|
font-size: var(--fui-font-size-xs, 0.857rem);
|
|
2947
2947
|
}
|
|
2948
2948
|
|
|
2949
|
-
.
|
|
2949
|
+
._labelLg_11gr0_134 {
|
|
2950
2950
|
font-size: var(--fui-font-size-base, 1rem);
|
|
2951
2951
|
}
|
|
2952
2952
|
|
|
2953
|
-
.
|
|
2953
|
+
._helper_11gr0_138 {
|
|
2954
2954
|
font-size: var(--fui-font-size-xs, 0.857rem);
|
|
2955
2955
|
color: var(--fui-text-secondary, rgb(84.468434358, 84.468434358, 84.468434358));
|
|
2956
2956
|
line-height: var(--fui-line-height-normal, 1.5);
|
|
2957
2957
|
}
|
|
2958
2958
|
|
|
2959
|
-
.
|
|
2959
|
+
._wrapperCard_11gr0_144 {
|
|
2960
2960
|
display: flex;
|
|
2961
2961
|
align-items: center;
|
|
2962
2962
|
gap: var(--fui-space-3, 1.5rem);
|
|
@@ -2969,38 +2969,38 @@
|
|
|
2969
2969
|
background: transparent;
|
|
2970
2970
|
transition: background var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94)), border-color var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94)), box-shadow var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94));
|
|
2971
2971
|
}
|
|
2972
|
-
.
|
|
2972
|
+
._wrapperCard_11gr0_144:hover:not([data-disabled]) {
|
|
2973
2973
|
background: var(--fui-bg-hover, rgba(0, 0, 0, 0.04));
|
|
2974
2974
|
border-color: var(--fui-border-strong, rgba(0, 0, 0, 0.1));
|
|
2975
2975
|
}
|
|
2976
|
-
.
|
|
2976
|
+
._wrapperCard_11gr0_144:focus-within:not([data-disabled]) {
|
|
2977
2977
|
outline: none;
|
|
2978
2978
|
box-shadow: 0 0 0 1px color-mix(in srgb, var(--fui-focus-ring-color, #006b57) 28%, transparent), 0 0 0 calc(var(--fui-focus-ring-width, 2px) + 1px) color-mix(in srgb, var(--fui-focus-ring-color, #006b57) 12%, transparent), 0 10px 24px -16px color-mix(in srgb, var(--fui-focus-ring-color, #006b57) 32%, transparent);
|
|
2979
2979
|
border-color: var(--fui-button-primary-base, #006b57);
|
|
2980
2980
|
}
|
|
2981
|
-
.
|
|
2981
|
+
._wrapperCard_11gr0_144:has([data-checked]), ._wrapperCard_11gr0_144:has([data-indeterminate]) {
|
|
2982
2982
|
background: color-mix(in srgb, var(--fui-button-primary-base, #006b57) 13%, transparent);
|
|
2983
2983
|
border-color: color-mix(in srgb, var(--fui-button-primary-base, #006b57) 62%, transparent);
|
|
2984
2984
|
box-shadow: 0 0 0 1px color-mix(in srgb, var(--fui-button-primary-base, #006b57) 28%, transparent);
|
|
2985
2985
|
}
|
|
2986
|
-
.
|
|
2986
|
+
._wrapperCard_11gr0_144 ._label_11gr0_122 {
|
|
2987
2987
|
font-size: var(--fui-font-size-sm, 1rem);
|
|
2988
2988
|
}
|
|
2989
2989
|
|
|
2990
2990
|
@media (prefers-contrast: more) {
|
|
2991
|
-
.
|
|
2991
|
+
._checkbox_11gr0_16 {
|
|
2992
2992
|
border-width: 2px;
|
|
2993
2993
|
border-color: var(--fui-text-primary, #212121);
|
|
2994
2994
|
}
|
|
2995
|
-
.
|
|
2995
|
+
._checkbox_11gr0_16[data-checked], ._checkbox_11gr0_16[data-indeterminate] {
|
|
2996
2996
|
border-color: var(--fui-button-primary-base, #006b57);
|
|
2997
2997
|
}
|
|
2998
|
-
.
|
|
2998
|
+
._checkbox_11gr0_16[data-invalid] {
|
|
2999
2999
|
border-color: var(--fui-color-danger-text, rgb(162.7774064935, 63.3790672702, 56.4827894566));
|
|
3000
3000
|
}
|
|
3001
3001
|
}
|
|
3002
3002
|
@media (prefers-reduced-motion: reduce) {
|
|
3003
|
-
.
|
|
3003
|
+
._indicator_11gr0_83 {
|
|
3004
3004
|
transition: none;
|
|
3005
3005
|
}
|
|
3006
3006
|
}._wrapper_1r1rc_1 {
|
|
@@ -4401,12 +4401,12 @@
|
|
|
4401
4401
|
-moz-osx-font-smoothing: grayscale;
|
|
4402
4402
|
font-size: var(--fui-font-size-sm, 1rem);
|
|
4403
4403
|
color: var(--fui-text-secondary, rgb(84.468434358, 84.468434358, 84.468434358));
|
|
4404
|
-
}.
|
|
4404
|
+
}._wrapper_1talf_1 {
|
|
4405
4405
|
overflow-x: auto;
|
|
4406
4406
|
-webkit-overflow-scrolling: touch;
|
|
4407
4407
|
}
|
|
4408
4408
|
|
|
4409
|
-
.
|
|
4409
|
+
._table_1talf_6 {
|
|
4410
4410
|
width: 100%;
|
|
4411
4411
|
border-collapse: collapse;
|
|
4412
4412
|
font-family: var(--fui-font-sans, "Inter Variable", Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif);
|
|
@@ -4414,7 +4414,7 @@
|
|
|
4414
4414
|
-moz-osx-font-smoothing: grayscale;
|
|
4415
4415
|
}
|
|
4416
4416
|
|
|
4417
|
-
.
|
|
4417
|
+
._caption_1talf_14 {
|
|
4418
4418
|
padding: var(--fui-space-3, 1.5rem) 0;
|
|
4419
4419
|
font-size: var(--fui-font-size-sm, 1rem);
|
|
4420
4420
|
font-weight: var(--fui-font-weight-medium, 500);
|
|
@@ -4423,7 +4423,7 @@
|
|
|
4423
4423
|
caption-side: top;
|
|
4424
4424
|
}
|
|
4425
4425
|
|
|
4426
|
-
.
|
|
4426
|
+
._captionHidden_1talf_23 {
|
|
4427
4427
|
position: absolute;
|
|
4428
4428
|
width: 1px;
|
|
4429
4429
|
height: 1px;
|
|
@@ -4435,26 +4435,26 @@
|
|
|
4435
4435
|
border: 0;
|
|
4436
4436
|
}
|
|
4437
4437
|
|
|
4438
|
-
.
|
|
4439
|
-
.
|
|
4438
|
+
._sm_1talf_35 ._th_1talf_35,
|
|
4439
|
+
._sm_1talf_35 ._td_1talf_36 {
|
|
4440
4440
|
padding: var(--fui-space-1, 0.5rem) var(--fui-space-3, 1.5rem);
|
|
4441
4441
|
font-size: var(--fui-font-size-xs, 0.857rem);
|
|
4442
4442
|
}
|
|
4443
4443
|
|
|
4444
|
-
.
|
|
4445
|
-
.
|
|
4444
|
+
._md_1talf_41 ._th_1talf_35,
|
|
4445
|
+
._md_1talf_41 ._td_1talf_36 {
|
|
4446
4446
|
padding: var(--fui-space-1, 0.5rem) var(--fui-space-3, 1.5rem);
|
|
4447
4447
|
font-size: var(--fui-font-size-sm, 1rem);
|
|
4448
4448
|
}
|
|
4449
4449
|
|
|
4450
|
-
.
|
|
4451
|
-
.
|
|
4450
|
+
._compact_1talf_47 ._th_1talf_35,
|
|
4451
|
+
._compact_1talf_47 ._td_1talf_36 {
|
|
4452
4452
|
padding: 0 var(--fui-space-2, 1rem);
|
|
4453
4453
|
font-size: var(--fui-font-size-xs, 0.857rem);
|
|
4454
4454
|
height: 2.571rem;
|
|
4455
4455
|
line-height: var(--fui-line-height-tight, 1.25);
|
|
4456
4456
|
}
|
|
4457
|
-
.
|
|
4457
|
+
._compact_1talf_47 ._th_1talf_35 {
|
|
4458
4458
|
font-size: var(--fui-font-size-2xs, 0.714rem);
|
|
4459
4459
|
color: var(--fui-text-tertiary, rgb(86.4227350852, 86.4227350852, 86.4227350852));
|
|
4460
4460
|
text-transform: uppercase;
|
|
@@ -4462,91 +4462,105 @@
|
|
|
4462
4462
|
font-weight: var(--fui-font-weight-medium, 500);
|
|
4463
4463
|
}
|
|
4464
4464
|
|
|
4465
|
-
.
|
|
4465
|
+
._tabular_1talf_62 {
|
|
4466
4466
|
font-variant-numeric: tabular-nums;
|
|
4467
4467
|
}
|
|
4468
4468
|
|
|
4469
|
-
.
|
|
4469
|
+
._thead_1talf_66 {
|
|
4470
4470
|
position: sticky;
|
|
4471
4471
|
top: 0;
|
|
4472
4472
|
z-index: 1;
|
|
4473
4473
|
}
|
|
4474
|
-
.
|
|
4474
|
+
._thead_1talf_66 > tr {
|
|
4475
4475
|
border-bottom: 1px solid var(--fui-table-header-border, var(--fui-border, rgba(0, 0, 0, 0.05)));
|
|
4476
4476
|
}
|
|
4477
4477
|
|
|
4478
|
-
.
|
|
4478
|
+
._th_1talf_35 {
|
|
4479
4479
|
text-align: left;
|
|
4480
4480
|
font-weight: var(--fui-font-weight-medium, 500);
|
|
4481
4481
|
color: var(--fui-text-secondary, rgb(84.468434358, 84.468434358, 84.468434358));
|
|
4482
4482
|
white-space: nowrap;
|
|
4483
4483
|
vertical-align: middle;
|
|
4484
4484
|
}
|
|
4485
|
-
.
|
|
4485
|
+
._th_1talf_35:first-child {
|
|
4486
4486
|
border-top-left-radius: var(--fui-radius-md, 0.429rem);
|
|
4487
4487
|
}
|
|
4488
|
-
.
|
|
4488
|
+
._th_1talf_35:last-child {
|
|
4489
4489
|
border-top-right-radius: var(--fui-radius-md, 0.429rem);
|
|
4490
4490
|
}
|
|
4491
4491
|
|
|
4492
|
-
.
|
|
4492
|
+
._headerContent_1talf_89 {
|
|
4493
4493
|
display: flex;
|
|
4494
4494
|
align-items: center;
|
|
4495
4495
|
gap: var(--fui-space-1, 0.5rem);
|
|
4496
4496
|
}
|
|
4497
4497
|
|
|
4498
|
-
.
|
|
4499
|
-
|
|
4498
|
+
._tbody_1talf_95 ._td_1talf_36 {
|
|
4499
|
+
padding-top: var(--fui-space-2, 1rem);
|
|
4500
|
+
padding-bottom: var(--fui-space-2, 1rem);
|
|
4501
|
+
}
|
|
4502
|
+
|
|
4503
|
+
._row_1talf_100 {
|
|
4504
|
+
--fui-table-row-base-bg: var(
|
|
4505
|
+
--fui-table-bg,
|
|
4506
|
+
var(--fui-main-bg, var(--fui-bg-primary, #ffffff))
|
|
4507
|
+
);
|
|
4500
4508
|
--fui-table-row-bg: var(--fui-table-row-base-bg);
|
|
4501
4509
|
border-bottom: 1px solid var(--fui-table-border, var(--fui-border, rgba(0, 0, 0, 0.05)));
|
|
4502
|
-
background-color: var(--fui-table-row-bg);
|
|
4510
|
+
background-color: var(--fui-table-row-bg, var(--fui-table-row-base-bg, var(--fui-bg-primary, #ffffff)));
|
|
4503
4511
|
transition: background-color var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94));
|
|
4504
4512
|
}
|
|
4505
|
-
.
|
|
4513
|
+
._row_1talf_100:last-child {
|
|
4506
4514
|
border-bottom: none;
|
|
4507
4515
|
}
|
|
4508
|
-
.
|
|
4516
|
+
._row_1talf_100:hover {
|
|
4509
4517
|
--fui-table-row-bg: var(--fui-table-row-hover-bg, var(--fui-bg-hover, rgba(0, 0, 0, 0.04)));
|
|
4510
4518
|
}
|
|
4511
4519
|
|
|
4512
|
-
.
|
|
4513
|
-
--fui-table-row-bg: var(
|
|
4520
|
+
._selected_1talf_117 {
|
|
4521
|
+
--fui-table-row-bg: var(
|
|
4522
|
+
--fui-table-row-selected-bg,
|
|
4523
|
+
color-mix(in srgb, var(--fui-text-primary, #212121) 8%, transparent)
|
|
4524
|
+
);
|
|
4514
4525
|
box-shadow: inset 1px 0 0 var(--fui-table-row-selected-border, var(--fui-border-strong, rgba(0, 0, 0, 0.1)));
|
|
4515
4526
|
}
|
|
4516
|
-
.
|
|
4517
|
-
--fui-table-row-bg: var(
|
|
4527
|
+
._selected_1talf_117:hover {
|
|
4528
|
+
--fui-table-row-bg: var(
|
|
4529
|
+
--fui-table-row-selected-bg,
|
|
4530
|
+
color-mix(in srgb, var(--fui-text-primary, #212121) 10%, transparent)
|
|
4531
|
+
);
|
|
4518
4532
|
}
|
|
4519
4533
|
|
|
4520
|
-
.
|
|
4534
|
+
._td_1talf_36 {
|
|
4521
4535
|
color: var(--fui-text-primary, #212121);
|
|
4522
4536
|
vertical-align: middle;
|
|
4523
4537
|
line-height: var(--fui-line-height-normal, 1.5);
|
|
4524
4538
|
}
|
|
4525
4539
|
|
|
4526
|
-
.
|
|
4540
|
+
._tfoot_1talf_137 {
|
|
4527
4541
|
border-top: 1px solid var(--fui-table-header-border, var(--fui-border, rgba(0, 0, 0, 0.05)));
|
|
4528
4542
|
}
|
|
4529
|
-
.
|
|
4530
|
-
.
|
|
4543
|
+
._tfoot_1talf_137 ._td_1talf_36,
|
|
4544
|
+
._tfoot_1talf_137 ._th_1talf_35 {
|
|
4531
4545
|
font-weight: var(--fui-font-weight-medium, 500);
|
|
4532
4546
|
}
|
|
4533
4547
|
|
|
4534
|
-
.
|
|
4535
|
-
.
|
|
4548
|
+
._striped_1talf_145 ._tbody_1talf_95 ._row_1talf_100:nth-child(even),
|
|
4549
|
+
._striped_1talf_145 ._tbody_1talf_95 ._row_1talf_100[data-band=alt] {
|
|
4536
4550
|
--fui-table-row-base-bg: var(--fui-table-subrow-bg, var(--fui-bg-subtle, #fafafa));
|
|
4537
4551
|
}
|
|
4538
|
-
.
|
|
4552
|
+
._striped_1talf_145 ._tbody_1talf_95 ._row_1talf_100[data-band=default] {
|
|
4539
4553
|
--fui-table-row-base-bg: var(--fui-main-bg, var(--fui-bg-primary, #ffffff));
|
|
4540
4554
|
}
|
|
4541
4555
|
|
|
4542
|
-
.
|
|
4556
|
+
._bordered_1talf_153 {
|
|
4543
4557
|
border: 1px solid var(--fui-table-border, var(--fui-border, rgba(0, 0, 0, 0.05)));
|
|
4544
4558
|
border-radius: var(--fui-radius-md, 0.429rem);
|
|
4545
4559
|
overflow: hidden;
|
|
4546
4560
|
}
|
|
4547
4561
|
|
|
4548
4562
|
@media (max-width: 639px) {
|
|
4549
|
-
.
|
|
4563
|
+
._wrapper_1talf_1 {
|
|
4550
4564
|
margin-left: calc(-1 * var(--fui-space-4, 2rem));
|
|
4551
4565
|
margin-right: calc(-1 * var(--fui-space-4, 2rem));
|
|
4552
4566
|
padding-left: var(--fui-space-4, 2rem);
|
|
@@ -4554,25 +4568,28 @@
|
|
|
4554
4568
|
}
|
|
4555
4569
|
}
|
|
4556
4570
|
@media (prefers-contrast: more) {
|
|
4557
|
-
.
|
|
4571
|
+
._thead_1talf_66 > tr {
|
|
4558
4572
|
border-bottom-width: 2px;
|
|
4559
4573
|
}
|
|
4560
|
-
.
|
|
4574
|
+
._row_1talf_100 {
|
|
4561
4575
|
border-bottom-width: 2px;
|
|
4562
4576
|
}
|
|
4563
4577
|
}
|
|
4564
4578
|
@media (prefers-reduced-motion: reduce) {
|
|
4565
|
-
.
|
|
4579
|
+
._row_1talf_100 {
|
|
4566
4580
|
transition: none;
|
|
4567
4581
|
}
|
|
4568
|
-
}.
|
|
4582
|
+
}._wrapper_1nxxb_1 {
|
|
4569
4583
|
--fui-data-table-bg: var(--fui-table-bg, var(--fui-bg-elevated, #ffffff));
|
|
4570
|
-
--fui-data-table-header-bg: var(
|
|
4584
|
+
--fui-data-table-header-bg: var(
|
|
4585
|
+
--fui-table-header-bg,
|
|
4586
|
+
color-mix(in srgb, var(--fui-text-primary, #212121) 5%, transparent)
|
|
4587
|
+
);
|
|
4571
4588
|
overflow-x: auto;
|
|
4572
4589
|
-webkit-overflow-scrolling: touch;
|
|
4573
4590
|
}
|
|
4574
4591
|
|
|
4575
|
-
.
|
|
4592
|
+
._table_1nxxb_11 {
|
|
4576
4593
|
width: 100%;
|
|
4577
4594
|
border-collapse: collapse;
|
|
4578
4595
|
font-family: var(--fui-font-sans, "Inter Variable", Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif);
|
|
@@ -4580,7 +4597,7 @@
|
|
|
4580
4597
|
-moz-osx-font-smoothing: grayscale;
|
|
4581
4598
|
}
|
|
4582
4599
|
|
|
4583
|
-
.
|
|
4600
|
+
._caption_1nxxb_19 {
|
|
4584
4601
|
padding: var(--fui-space-3, 1.5rem) 0;
|
|
4585
4602
|
font-size: var(--fui-font-size-sm, 1rem);
|
|
4586
4603
|
font-weight: var(--fui-font-weight-medium, 500);
|
|
@@ -4589,7 +4606,7 @@
|
|
|
4589
4606
|
caption-side: top;
|
|
4590
4607
|
}
|
|
4591
4608
|
|
|
4592
|
-
.
|
|
4609
|
+
._captionHidden_1nxxb_28 {
|
|
4593
4610
|
position: absolute;
|
|
4594
4611
|
width: 1px;
|
|
4595
4612
|
height: 1px;
|
|
@@ -4601,55 +4618,55 @@
|
|
|
4601
4618
|
border: 0;
|
|
4602
4619
|
}
|
|
4603
4620
|
|
|
4604
|
-
.
|
|
4605
|
-
.
|
|
4621
|
+
._sm_1nxxb_40 ._th_1nxxb_40,
|
|
4622
|
+
._sm_1nxxb_40 ._td_1nxxb_41 {
|
|
4606
4623
|
padding: var(--fui-space-1, 0.5rem) var(--fui-space-3, 1.5rem);
|
|
4607
4624
|
font-size: var(--fui-font-size-xs, 0.857rem);
|
|
4608
4625
|
}
|
|
4609
4626
|
|
|
4610
|
-
.
|
|
4611
|
-
.
|
|
4627
|
+
._md_1nxxb_46 ._th_1nxxb_40,
|
|
4628
|
+
._md_1nxxb_46 ._td_1nxxb_41 {
|
|
4612
4629
|
padding: var(--fui-space-1, 0.5rem) var(--fui-space-3, 1.5rem);
|
|
4613
4630
|
font-size: var(--fui-font-size-sm, 1rem);
|
|
4614
4631
|
}
|
|
4615
4632
|
|
|
4616
|
-
.
|
|
4633
|
+
._thead_1nxxb_52 {
|
|
4617
4634
|
position: sticky;
|
|
4618
4635
|
top: 0;
|
|
4619
4636
|
z-index: 1;
|
|
4620
4637
|
}
|
|
4621
4638
|
|
|
4622
|
-
.
|
|
4639
|
+
._headerRow_1nxxb_58 {
|
|
4623
4640
|
border-bottom: 1px solid var(--fui-table-header-border, var(--fui-border, rgba(0, 0, 0, 0.05)));
|
|
4624
4641
|
}
|
|
4625
4642
|
|
|
4626
|
-
.
|
|
4643
|
+
._th_1nxxb_40 {
|
|
4627
4644
|
text-align: left;
|
|
4628
4645
|
font-weight: var(--fui-font-weight-medium, 500);
|
|
4629
4646
|
color: var(--fui-text-secondary, rgb(84.468434358, 84.468434358, 84.468434358));
|
|
4630
4647
|
white-space: nowrap;
|
|
4631
4648
|
vertical-align: middle;
|
|
4632
4649
|
user-select: none;
|
|
4633
|
-
background: var(--fui-data-table-header-bg);
|
|
4650
|
+
background: var(--fui-data-table-header-bg, var(--fui-data-table-bg, var(--fui-bg-primary, #ffffff)));
|
|
4634
4651
|
}
|
|
4635
|
-
.
|
|
4652
|
+
._th_1nxxb_40:first-child {
|
|
4636
4653
|
border-top-left-radius: var(--fui-radius-md, 0.429rem);
|
|
4637
4654
|
}
|
|
4638
|
-
.
|
|
4655
|
+
._th_1nxxb_40:last-child {
|
|
4639
4656
|
border-top-right-radius: var(--fui-radius-md, 0.429rem);
|
|
4640
4657
|
}
|
|
4641
4658
|
|
|
4642
|
-
.
|
|
4659
|
+
._headerContent_1nxxb_78 {
|
|
4643
4660
|
display: flex;
|
|
4644
4661
|
align-items: center;
|
|
4645
4662
|
gap: var(--fui-space-1, 0.5rem);
|
|
4646
4663
|
}
|
|
4647
4664
|
|
|
4648
|
-
.
|
|
4665
|
+
._thSortable_1nxxb_84 {
|
|
4649
4666
|
padding: 0;
|
|
4650
4667
|
}
|
|
4651
4668
|
|
|
4652
|
-
.
|
|
4669
|
+
._sortButton_1nxxb_88 {
|
|
4653
4670
|
appearance: none;
|
|
4654
4671
|
background: transparent;
|
|
4655
4672
|
border: none;
|
|
@@ -4659,21 +4676,21 @@
|
|
|
4659
4676
|
color: inherit;
|
|
4660
4677
|
cursor: pointer;
|
|
4661
4678
|
}
|
|
4662
|
-
.
|
|
4679
|
+
._sortButton_1nxxb_88:disabled {
|
|
4663
4680
|
cursor: not-allowed;
|
|
4664
4681
|
}
|
|
4665
|
-
.
|
|
4682
|
+
._sortButton_1nxxb_88 {
|
|
4666
4683
|
transition: background-color var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94)), border-color var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94)), box-shadow var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94)), opacity var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94));
|
|
4667
4684
|
}
|
|
4668
|
-
.
|
|
4685
|
+
._sortButton_1nxxb_88:focus-visible {
|
|
4669
4686
|
outline: none;
|
|
4670
4687
|
box-shadow: 0 0 0 1px color-mix(in srgb, var(--fui-focus-ring-color, #006b57) 28%, transparent), 0 0 0 calc(var(--fui-focus-ring-width, 2px) + 1px) color-mix(in srgb, var(--fui-focus-ring-color, #006b57) 12%, transparent), 0 10px 24px -16px color-mix(in srgb, var(--fui-focus-ring-color, #006b57) 32%, transparent);
|
|
4671
4688
|
}
|
|
4672
|
-
.
|
|
4689
|
+
._sortButton_1nxxb_88:disabled, ._sortButton_1nxxb_88[data-disabled] {
|
|
4673
4690
|
opacity: 0.5;
|
|
4674
4691
|
pointer-events: none;
|
|
4675
4692
|
}
|
|
4676
|
-
.
|
|
4693
|
+
._sortButton_1nxxb_88 {
|
|
4677
4694
|
display: flex;
|
|
4678
4695
|
align-items: center;
|
|
4679
4696
|
justify-content: space-between;
|
|
@@ -4684,151 +4701,156 @@
|
|
|
4684
4701
|
text-align: left;
|
|
4685
4702
|
transition: color var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94));
|
|
4686
4703
|
}
|
|
4687
|
-
.
|
|
4704
|
+
._sortButton_1nxxb_88:hover {
|
|
4688
4705
|
color: var(--fui-text-primary, #212121);
|
|
4689
4706
|
}
|
|
4690
4707
|
|
|
4691
|
-
.
|
|
4708
|
+
._sortIndicator_1nxxb_127 {
|
|
4692
4709
|
display: inline-flex;
|
|
4693
4710
|
align-items: center;
|
|
4694
4711
|
color: var(--fui-text-tertiary, rgb(86.4227350852, 86.4227350852, 86.4227350852));
|
|
4695
4712
|
flex-shrink: 0;
|
|
4696
4713
|
}
|
|
4697
|
-
.
|
|
4714
|
+
._sortIndicator_1nxxb_127 svg {
|
|
4698
4715
|
width: var(--fui-icon-xs, 0.857rem);
|
|
4699
4716
|
height: var(--fui-icon-xs, 0.857rem);
|
|
4700
4717
|
}
|
|
4701
|
-
.
|
|
4718
|
+
._sortIndicator_1nxxb_127 {
|
|
4702
4719
|
opacity: 0;
|
|
4703
4720
|
transition: opacity var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94));
|
|
4704
4721
|
}
|
|
4705
|
-
.
|
|
4722
|
+
._sortButton_1nxxb_88:hover ._sortIndicator_1nxxb_127 {
|
|
4706
4723
|
color: var(--fui-text-secondary, rgb(84.468434358, 84.468434358, 84.468434358));
|
|
4707
4724
|
opacity: 1;
|
|
4708
4725
|
}
|
|
4709
|
-
.
|
|
4726
|
+
._sortButton_1nxxb_88:focus-visible ._sortIndicator_1nxxb_127 {
|
|
4710
4727
|
opacity: 1;
|
|
4711
4728
|
}
|
|
4712
4729
|
|
|
4713
|
-
.
|
|
4714
|
-
.
|
|
4730
|
+
._th_1nxxb_40[aria-sort=ascending] ._sortIndicator_1nxxb_127,
|
|
4731
|
+
._th_1nxxb_40[aria-sort=descending] ._sortIndicator_1nxxb_127 {
|
|
4715
4732
|
opacity: 1;
|
|
4716
4733
|
}
|
|
4717
4734
|
|
|
4718
|
-
.
|
|
4735
|
+
._tbody_1nxxb_154 ._td_1nxxb_41 {
|
|
4736
|
+
padding-top: var(--fui-space-2, 1rem);
|
|
4737
|
+
padding-bottom: var(--fui-space-2, 1rem);
|
|
4738
|
+
}
|
|
4739
|
+
|
|
4740
|
+
._row_1nxxb_159 {
|
|
4719
4741
|
border-bottom: 1px solid var(--fui-table-border, var(--fui-border, rgba(0, 0, 0, 0.05)));
|
|
4720
4742
|
transition: background-color var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94));
|
|
4721
4743
|
}
|
|
4722
|
-
.
|
|
4744
|
+
._row_1nxxb_159:last-child {
|
|
4723
4745
|
border-bottom: none;
|
|
4724
4746
|
}
|
|
4725
|
-
.
|
|
4747
|
+
._row_1nxxb_159:hover {
|
|
4726
4748
|
background-color: var(--fui-table-row-hover-bg, var(--fui-bg-hover, rgba(0, 0, 0, 0.04)));
|
|
4727
4749
|
}
|
|
4728
4750
|
|
|
4729
|
-
.
|
|
4751
|
+
._clickable_1nxxb_170 {
|
|
4730
4752
|
cursor: pointer;
|
|
4731
4753
|
}
|
|
4732
|
-
.
|
|
4754
|
+
._clickable_1nxxb_170:hover {
|
|
4733
4755
|
background-color: var(--fui-table-row-hover-bg, var(--fui-bg-hover, rgba(0, 0, 0, 0.04)));
|
|
4734
4756
|
}
|
|
4735
|
-
.
|
|
4757
|
+
._clickable_1nxxb_170:focus-visible {
|
|
4736
4758
|
outline: none;
|
|
4737
4759
|
box-shadow: 0 0 0 1px color-mix(in srgb, var(--fui-focus-ring-color, #006b57) 28%, transparent), 0 0 0 calc(var(--fui-focus-ring-width, 2px) + 1px) color-mix(in srgb, var(--fui-focus-ring-color, #006b57) 12%, transparent), 0 10px 24px -16px color-mix(in srgb, var(--fui-focus-ring-color, #006b57) 32%, transparent);
|
|
4738
4760
|
}
|
|
4739
|
-
.
|
|
4761
|
+
._clickable_1nxxb_170:active {
|
|
4740
4762
|
background-color: var(--fui-table-row-active-bg, var(--fui-bg-active, rgba(0, 0, 0, 0.06)));
|
|
4741
4763
|
}
|
|
4742
4764
|
|
|
4743
|
-
.
|
|
4765
|
+
._selected_1nxxb_184 {
|
|
4744
4766
|
background-color: var(--fui-table-row-selected-bg, color-mix(in srgb, var(--fui-text-primary, #212121) 8%, transparent));
|
|
4745
4767
|
box-shadow: inset 1px 0 0 var(--fui-table-row-selected-border, var(--fui-border-strong, rgba(0, 0, 0, 0.1)));
|
|
4746
4768
|
}
|
|
4747
|
-
.
|
|
4769
|
+
._selected_1nxxb_184:hover {
|
|
4748
4770
|
background-color: var(--fui-table-row-selected-bg, color-mix(in srgb, var(--fui-text-primary, #212121) 10%, transparent));
|
|
4749
4771
|
}
|
|
4750
4772
|
|
|
4751
|
-
.
|
|
4773
|
+
._td_1nxxb_41 {
|
|
4752
4774
|
color: var(--fui-text-primary, #212121);
|
|
4753
4775
|
vertical-align: middle;
|
|
4754
4776
|
line-height: var(--fui-line-height-normal, 1.5);
|
|
4755
4777
|
}
|
|
4756
4778
|
|
|
4757
|
-
.
|
|
4779
|
+
._striped_1nxxb_198 ._row_1nxxb_159:nth-child(even) {
|
|
4758
4780
|
background-color: var(--fui-table-subrow-bg, var(--fui-bg-subtle, #fafafa));
|
|
4759
4781
|
}
|
|
4760
|
-
.
|
|
4782
|
+
._striped_1nxxb_198 ._clickable_1nxxb_170:hover {
|
|
4761
4783
|
background-color: var(--fui-table-row-hover-bg, var(--fui-bg-hover, rgba(0, 0, 0, 0.04)));
|
|
4762
4784
|
}
|
|
4763
|
-
.
|
|
4785
|
+
._striped_1nxxb_198 ._clickable_1nxxb_170:active {
|
|
4764
4786
|
background-color: var(--fui-table-row-active-bg, var(--fui-bg-active, rgba(0, 0, 0, 0.06)));
|
|
4765
4787
|
}
|
|
4766
|
-
.
|
|
4788
|
+
._striped_1nxxb_198 ._selected_1nxxb_184 {
|
|
4767
4789
|
background-color: var(--fui-table-row-selected-bg, color-mix(in srgb, var(--fui-text-primary, #212121) 8%, transparent));
|
|
4768
4790
|
}
|
|
4769
|
-
.
|
|
4791
|
+
._striped_1nxxb_198 ._selected_1nxxb_184:hover {
|
|
4770
4792
|
background-color: var(--fui-table-row-selected-bg, color-mix(in srgb, var(--fui-text-primary, #212121) 10%, transparent));
|
|
4771
4793
|
}
|
|
4772
4794
|
|
|
4773
|
-
.
|
|
4795
|
+
._bordered_1nxxb_214 {
|
|
4774
4796
|
border: 1px solid var(--fui-table-border, var(--fui-border, rgba(0, 0, 0, 0.05)));
|
|
4775
4797
|
border-radius: var(--fui-radius-md, 0.429rem);
|
|
4776
|
-
background: var(--fui-data-table-bg);
|
|
4798
|
+
background: var(--fui-data-table-bg, var(--fui-bg-primary, #ffffff));
|
|
4777
4799
|
overflow: hidden;
|
|
4778
4800
|
}
|
|
4779
4801
|
|
|
4780
|
-
.
|
|
4802
|
+
._fixedLayout_1nxxb_221 {
|
|
4781
4803
|
table-layout: fixed;
|
|
4782
4804
|
}
|
|
4783
4805
|
|
|
4784
|
-
.
|
|
4806
|
+
._densityCondensed_1nxxb_225 ._row_1nxxb_159 {
|
|
4785
4807
|
height: 40px;
|
|
4786
4808
|
}
|
|
4787
4809
|
|
|
4788
|
-
.
|
|
4810
|
+
._densityRegular_1nxxb_229 ._row_1nxxb_159 {
|
|
4789
4811
|
height: 48px;
|
|
4790
4812
|
}
|
|
4791
4813
|
|
|
4792
|
-
.
|
|
4814
|
+
._densityRelaxed_1nxxb_233 ._row_1nxxb_159 {
|
|
4793
4815
|
height: 56px;
|
|
4794
4816
|
}
|
|
4795
4817
|
|
|
4796
|
-
.
|
|
4797
|
-
.
|
|
4818
|
+
._th_1nxxb_40[data-align=right],
|
|
4819
|
+
._td_1nxxb_41[data-align=right] {
|
|
4798
4820
|
text-align: right;
|
|
4799
4821
|
}
|
|
4800
4822
|
|
|
4801
|
-
.
|
|
4802
|
-
.
|
|
4823
|
+
._th_1nxxb_40[data-align=right] ._headerContent_1nxxb_78,
|
|
4824
|
+
._th_1nxxb_40[data-align=right] ._sortButton_1nxxb_88 {
|
|
4803
4825
|
justify-content: flex-end;
|
|
4804
4826
|
}
|
|
4805
4827
|
|
|
4806
|
-
.
|
|
4807
|
-
.
|
|
4828
|
+
._th_1nxxb_40[data-align=center],
|
|
4829
|
+
._td_1nxxb_41[data-align=center] {
|
|
4808
4830
|
text-align: center;
|
|
4809
4831
|
}
|
|
4810
4832
|
|
|
4811
|
-
.
|
|
4812
|
-
.
|
|
4833
|
+
._th_1nxxb_40[data-align=center] ._headerContent_1nxxb_78,
|
|
4834
|
+
._th_1nxxb_40[data-align=center] ._sortButton_1nxxb_88 {
|
|
4813
4835
|
justify-content: center;
|
|
4814
4836
|
}
|
|
4815
4837
|
|
|
4816
|
-
.
|
|
4838
|
+
._truncate_1nxxb_257 {
|
|
4817
4839
|
overflow: hidden;
|
|
4818
4840
|
white-space: nowrap;
|
|
4819
4841
|
text-overflow: ellipsis;
|
|
4820
4842
|
}
|
|
4821
4843
|
|
|
4822
|
-
.
|
|
4844
|
+
._skeletonBar_1nxxb_263 {
|
|
4823
4845
|
display: block;
|
|
4824
4846
|
height: 10px;
|
|
4825
4847
|
border-radius: var(--fui-radius-sm, 0.25rem);
|
|
4826
4848
|
background: linear-gradient(90deg, color-mix(in srgb, currentColor 8%, transparent) 25%, color-mix(in srgb, currentColor 14%, transparent) 50%, color-mix(in srgb, currentColor 8%, transparent) 75%);
|
|
4827
4849
|
background-size: 200% 100%;
|
|
4828
|
-
animation:
|
|
4850
|
+
animation: _dataTableShimmer_1nxxb_1 1.4s ease-in-out infinite;
|
|
4829
4851
|
}
|
|
4830
4852
|
|
|
4831
|
-
@keyframes
|
|
4853
|
+
@keyframes _dataTableShimmer_1nxxb_1 {
|
|
4832
4854
|
from {
|
|
4833
4855
|
background-position: 200% 0;
|
|
4834
4856
|
}
|
|
@@ -4837,26 +4859,26 @@
|
|
|
4837
4859
|
}
|
|
4838
4860
|
}
|
|
4839
4861
|
@media (prefers-reduced-motion: reduce) {
|
|
4840
|
-
.
|
|
4862
|
+
._skeletonBar_1nxxb_263 {
|
|
4841
4863
|
animation: none;
|
|
4842
4864
|
}
|
|
4843
|
-
.
|
|
4865
|
+
._sortIndicator_1nxxb_127 {
|
|
4844
4866
|
transition: none;
|
|
4845
4867
|
}
|
|
4846
4868
|
}
|
|
4847
|
-
.
|
|
4869
|
+
._checkboxCell_1nxxb_288 {
|
|
4848
4870
|
display: flex;
|
|
4849
4871
|
align-items: center;
|
|
4850
4872
|
justify-content: center;
|
|
4851
4873
|
}
|
|
4852
4874
|
|
|
4853
|
-
.
|
|
4875
|
+
._expandCell_1nxxb_294 {
|
|
4854
4876
|
display: inline-flex;
|
|
4855
4877
|
align-items: center;
|
|
4856
4878
|
gap: var(--fui-space-1, 0.5rem);
|
|
4857
4879
|
}
|
|
4858
4880
|
|
|
4859
|
-
.
|
|
4881
|
+
._expandButton_1nxxb_300 {
|
|
4860
4882
|
appearance: none;
|
|
4861
4883
|
background: transparent;
|
|
4862
4884
|
border: none;
|
|
@@ -4866,10 +4888,10 @@
|
|
|
4866
4888
|
color: inherit;
|
|
4867
4889
|
cursor: pointer;
|
|
4868
4890
|
}
|
|
4869
|
-
.
|
|
4891
|
+
._expandButton_1nxxb_300:disabled {
|
|
4870
4892
|
cursor: not-allowed;
|
|
4871
4893
|
}
|
|
4872
|
-
.
|
|
4894
|
+
._expandButton_1nxxb_300 {
|
|
4873
4895
|
display: inline-flex;
|
|
4874
4896
|
align-items: center;
|
|
4875
4897
|
justify-content: center;
|
|
@@ -4880,47 +4902,47 @@
|
|
|
4880
4902
|
color: var(--fui-text-tertiary, rgb(86.4227350852, 86.4227350852, 86.4227350852));
|
|
4881
4903
|
transition: color var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94)), background-color var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94));
|
|
4882
4904
|
}
|
|
4883
|
-
.
|
|
4905
|
+
._expandButton_1nxxb_300:hover {
|
|
4884
4906
|
color: var(--fui-text-primary, #212121);
|
|
4885
4907
|
background-color: var(--fui-bg-hover, rgba(0, 0, 0, 0.04));
|
|
4886
4908
|
}
|
|
4887
|
-
.
|
|
4909
|
+
._expandButton_1nxxb_300:focus-visible {
|
|
4888
4910
|
outline: none;
|
|
4889
4911
|
box-shadow: 0 0 0 1px color-mix(in srgb, var(--fui-focus-ring-color, #006b57) 28%, transparent), 0 0 0 calc(var(--fui-focus-ring-width, 2px) + 1px) color-mix(in srgb, var(--fui-focus-ring-color, #006b57) 12%, transparent), 0 10px 24px -16px color-mix(in srgb, var(--fui-focus-ring-color, #006b57) 32%, transparent);
|
|
4890
4912
|
}
|
|
4891
4913
|
|
|
4892
|
-
.
|
|
4914
|
+
._expandIcon_1nxxb_333 {
|
|
4893
4915
|
width: var(--fui-icon-xs, 0.857rem);
|
|
4894
4916
|
height: var(--fui-icon-xs, 0.857rem);
|
|
4895
4917
|
transition: transform var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94));
|
|
4896
4918
|
}
|
|
4897
4919
|
|
|
4898
|
-
.
|
|
4920
|
+
._expandIconOpen_1nxxb_339 {
|
|
4899
4921
|
transform: rotate(90deg);
|
|
4900
4922
|
}
|
|
4901
4923
|
|
|
4902
|
-
.
|
|
4924
|
+
._subRow_1nxxb_343 {
|
|
4903
4925
|
background-color: var(--fui-table-subrow-bg, var(--fui-bg-subtle, #fafafa));
|
|
4904
4926
|
}
|
|
4905
|
-
.
|
|
4927
|
+
._subRow_1nxxb_343:hover {
|
|
4906
4928
|
background-color: var(--fui-table-row-hover-bg, var(--fui-bg-hover, rgba(0, 0, 0, 0.04)));
|
|
4907
4929
|
}
|
|
4908
4930
|
|
|
4909
|
-
.
|
|
4931
|
+
._emptyState_1nxxb_350 {
|
|
4910
4932
|
display: flex;
|
|
4911
4933
|
align-items: center;
|
|
4912
4934
|
justify-content: center;
|
|
4913
4935
|
padding: var(--fui-space-12, 6rem) var(--fui-space-6, 3rem);
|
|
4914
4936
|
}
|
|
4915
4937
|
|
|
4916
|
-
.
|
|
4938
|
+
._emptyMessage_1nxxb_357 {
|
|
4917
4939
|
font-family: var(--fui-font-sans, "Inter Variable", Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif);
|
|
4918
4940
|
font-size: var(--fui-font-size-sm, 1rem);
|
|
4919
4941
|
color: var(--fui-text-tertiary, rgb(86.4227350852, 86.4227350852, 86.4227350852));
|
|
4920
4942
|
}
|
|
4921
4943
|
|
|
4922
4944
|
@media (max-width: 639px) {
|
|
4923
|
-
.
|
|
4945
|
+
._wrapper_1nxxb_1 {
|
|
4924
4946
|
margin-left: calc(-1 * var(--fui-space-4, 2rem));
|
|
4925
4947
|
margin-right: calc(-1 * var(--fui-space-4, 2rem));
|
|
4926
4948
|
padding-left: var(--fui-space-4, 2rem);
|
|
@@ -4928,21 +4950,21 @@
|
|
|
4928
4950
|
}
|
|
4929
4951
|
}
|
|
4930
4952
|
@media (prefers-contrast: more) {
|
|
4931
|
-
.
|
|
4953
|
+
._headerRow_1nxxb_58 {
|
|
4932
4954
|
border-bottom-width: 2px;
|
|
4933
4955
|
}
|
|
4934
|
-
.
|
|
4956
|
+
._row_1nxxb_159 {
|
|
4935
4957
|
border-bottom-width: 2px;
|
|
4936
4958
|
}
|
|
4937
|
-
.
|
|
4959
|
+
._sortButton_1nxxb_88:focus-visible {
|
|
4938
4960
|
outline-width: 3px;
|
|
4939
4961
|
}
|
|
4940
4962
|
}
|
|
4941
4963
|
@media (prefers-reduced-motion: reduce) {
|
|
4942
|
-
.
|
|
4964
|
+
._row_1nxxb_159 {
|
|
4943
4965
|
transition: none;
|
|
4944
4966
|
}
|
|
4945
|
-
.
|
|
4967
|
+
._sortButton_1nxxb_88 {
|
|
4946
4968
|
transition: none;
|
|
4947
4969
|
}
|
|
4948
4970
|
}._emptyState_2ooam_1 {
|
|
@@ -7038,6 +7060,32 @@
|
|
|
7038
7060
|
._separator_1otmq_121[data-orientation=vertical] {
|
|
7039
7061
|
width: 1px;
|
|
7040
7062
|
align-self: stretch;
|
|
7063
|
+
}._root_1wv9j_1 {
|
|
7064
|
+
box-sizing: border-box;
|
|
7065
|
+
width: 100%;
|
|
7066
|
+
min-width: 0;
|
|
7067
|
+
min-height: 100%;
|
|
7068
|
+
margin-inline: auto;
|
|
7069
|
+
padding: var(--fui-space-3, 1.5rem);
|
|
7070
|
+
}
|
|
7071
|
+
|
|
7072
|
+
._full_1wv9j_10 {
|
|
7073
|
+
max-width: none;
|
|
7074
|
+
}
|
|
7075
|
+
|
|
7076
|
+
._narrow_1wv9j_14 {
|
|
7077
|
+
max-width: 57.143rem;
|
|
7078
|
+
}
|
|
7079
|
+
|
|
7080
|
+
._header_1wv9j_18,
|
|
7081
|
+
._description_1wv9j_19,
|
|
7082
|
+
._content_1wv9j_20,
|
|
7083
|
+
._footer_1wv9j_21 {
|
|
7084
|
+
min-width: 0;
|
|
7085
|
+
}
|
|
7086
|
+
|
|
7087
|
+
._description_1wv9j_19 {
|
|
7088
|
+
max-width: 68ch;
|
|
7041
7089
|
}._text_4yy44_1 {
|
|
7042
7090
|
font-family: var(--fui-font-sans, "Inter Variable", Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif);
|
|
7043
7091
|
color: var(--fui-text-primary, #212121);
|
|
@@ -9239,7 +9287,7 @@
|
|
|
9239
9287
|
._icon_enena_98 svg {
|
|
9240
9288
|
width: 100%;
|
|
9241
9289
|
height: 100%;
|
|
9242
|
-
}.
|
|
9290
|
+
}._root_1bf9l_1 {
|
|
9243
9291
|
--toc-rail: color-mix(
|
|
9244
9292
|
in srgb,
|
|
9245
9293
|
var(--fui-bg-primary, #ffffff),
|
|
@@ -9251,30 +9299,29 @@
|
|
|
9251
9299
|
color: var(--fui-text-secondary, rgb(84.468434358, 84.468434358, 84.468434358));
|
|
9252
9300
|
}
|
|
9253
9301
|
|
|
9254
|
-
.
|
|
9302
|
+
._title_1bf9l_13 {
|
|
9255
9303
|
margin: 0 0 var(--fui-space-2, 1rem);
|
|
9256
9304
|
padding: 0 var(--fui-space-2, 1rem);
|
|
9257
9305
|
}
|
|
9258
9306
|
|
|
9259
|
-
.
|
|
9307
|
+
._list_1bf9l_18 {
|
|
9260
9308
|
list-style: none;
|
|
9261
9309
|
margin: 0;
|
|
9262
9310
|
padding: 0;
|
|
9263
|
-
padding-left: 18px;
|
|
9264
9311
|
position: relative;
|
|
9265
9312
|
display: flex;
|
|
9266
9313
|
flex-direction: column;
|
|
9267
9314
|
gap: 1px;
|
|
9268
9315
|
}
|
|
9269
9316
|
|
|
9270
|
-
.
|
|
9271
|
-
.
|
|
9317
|
+
._item_1bf9l_28,
|
|
9318
|
+
._groupHeaderRow_1bf9l_29 {
|
|
9272
9319
|
position: relative;
|
|
9273
9320
|
list-style: none;
|
|
9274
9321
|
}
|
|
9275
|
-
.
|
|
9276
|
-
.
|
|
9277
|
-
.
|
|
9322
|
+
._item_1bf9l_28::before, ._item_1bf9l_28::after,
|
|
9323
|
+
._groupHeaderRow_1bf9l_29::before,
|
|
9324
|
+
._groupHeaderRow_1bf9l_29::after {
|
|
9278
9325
|
transition: background-color var(--fui-transition-normal, 200ms cubic-bezier(0.4, 0, 0.2, 1)), border-color var(--fui-transition-normal, 200ms cubic-bezier(0.4, 0, 0.2, 1));
|
|
9279
9326
|
}
|
|
9280
9327
|
|
|
@@ -9356,12 +9403,12 @@
|
|
|
9356
9403
|
border-bottom-width: 1px;
|
|
9357
9404
|
}
|
|
9358
9405
|
|
|
9359
|
-
.
|
|
9360
|
-
.
|
|
9406
|
+
._root_1bf9l_1 [data-depth]::before,
|
|
9407
|
+
._root_1bf9l_1 [data-depth]::after {
|
|
9361
9408
|
content: none;
|
|
9362
9409
|
}
|
|
9363
9410
|
|
|
9364
|
-
.
|
|
9411
|
+
._link_1bf9l_122 {
|
|
9365
9412
|
display: flex;
|
|
9366
9413
|
align-items: center;
|
|
9367
9414
|
gap: var(--fui-space-2, 1rem);
|
|
@@ -9374,21 +9421,21 @@
|
|
|
9374
9421
|
text-decoration: none;
|
|
9375
9422
|
transition: background-color var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94)), color var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94));
|
|
9376
9423
|
}
|
|
9377
|
-
.
|
|
9424
|
+
._link_1bf9l_122:hover {
|
|
9378
9425
|
background-color: var(--fui-bg-hover, rgba(0, 0, 0, 0.04));
|
|
9379
9426
|
color: var(--fui-text-primary, #212121);
|
|
9380
9427
|
}
|
|
9381
|
-
.
|
|
9428
|
+
._link_1bf9l_122:focus-visible {
|
|
9382
9429
|
outline: none;
|
|
9383
9430
|
box-shadow: 0 0 0 1px color-mix(in srgb, var(--fui-focus-ring-color, #006b57) 28%, transparent), 0 0 0 calc(var(--fui-focus-ring-width, 2px) + 1px) color-mix(in srgb, var(--fui-focus-ring-color, #006b57) 12%, transparent), 0 10px 24px -16px color-mix(in srgb, var(--fui-focus-ring-color, #006b57) 32%, transparent);
|
|
9384
9431
|
}
|
|
9385
9432
|
|
|
9386
|
-
[data-depth="1"] .
|
|
9433
|
+
[data-depth="1"] ._link_1bf9l_122 {
|
|
9387
9434
|
margin-left: var(--fui-space-2, 1rem);
|
|
9388
9435
|
padding-left: 14px;
|
|
9389
9436
|
}
|
|
9390
9437
|
|
|
9391
|
-
.
|
|
9438
|
+
._linkLabel_1bf9l_149 {
|
|
9392
9439
|
flex: 1;
|
|
9393
9440
|
min-width: 0;
|
|
9394
9441
|
overflow: hidden;
|
|
@@ -9396,25 +9443,25 @@
|
|
|
9396
9443
|
white-space: nowrap;
|
|
9397
9444
|
}
|
|
9398
9445
|
|
|
9399
|
-
.
|
|
9400
|
-
.
|
|
9446
|
+
._leading_1bf9l_157,
|
|
9447
|
+
._trailing_1bf9l_158 {
|
|
9401
9448
|
display: inline-flex;
|
|
9402
9449
|
align-items: center;
|
|
9403
9450
|
flex-shrink: 0;
|
|
9404
9451
|
}
|
|
9405
9452
|
|
|
9406
|
-
.
|
|
9453
|
+
._trailing_1bf9l_158 {
|
|
9407
9454
|
color: var(--fui-text-tertiary, rgb(86.4227350852, 86.4227350852, 86.4227350852));
|
|
9408
9455
|
font-size: var(--fui-font-size-2xs, 0.714rem);
|
|
9409
9456
|
font-variant-numeric: tabular-nums;
|
|
9410
9457
|
}
|
|
9411
9458
|
|
|
9412
|
-
.
|
|
9459
|
+
._active_1bf9l_170 {
|
|
9413
9460
|
color: var(--fui-text-primary, #212121);
|
|
9414
9461
|
font-weight: var(--fui-font-weight-medium, 500);
|
|
9415
9462
|
}
|
|
9416
9463
|
|
|
9417
|
-
.
|
|
9464
|
+
._groupHeader_1bf9l_29 {
|
|
9418
9465
|
display: flex;
|
|
9419
9466
|
align-items: center;
|
|
9420
9467
|
gap: var(--fui-space-1, 0.5rem);
|
|
@@ -9434,24 +9481,24 @@
|
|
|
9434
9481
|
cursor: default;
|
|
9435
9482
|
}
|
|
9436
9483
|
|
|
9437
|
-
.
|
|
9484
|
+
._groupHeaderInteractive_1bf9l_195 {
|
|
9438
9485
|
cursor: pointer;
|
|
9439
9486
|
transition: background-color var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94)), color var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94));
|
|
9440
9487
|
}
|
|
9441
|
-
.
|
|
9488
|
+
._groupHeaderInteractive_1bf9l_195:hover {
|
|
9442
9489
|
background-color: var(--fui-bg-hover, rgba(0, 0, 0, 0.04));
|
|
9443
9490
|
color: var(--fui-text-secondary, rgb(84.468434358, 84.468434358, 84.468434358));
|
|
9444
9491
|
}
|
|
9445
|
-
.
|
|
9492
|
+
._groupHeaderInteractive_1bf9l_195:focus-visible {
|
|
9446
9493
|
outline: none;
|
|
9447
9494
|
box-shadow: 0 0 0 1px color-mix(in srgb, var(--fui-focus-ring-color, #006b57) 28%, transparent), 0 0 0 calc(var(--fui-focus-ring-width, 2px) + 1px) color-mix(in srgb, var(--fui-focus-ring-color, #006b57) 12%, transparent), 0 10px 24px -16px color-mix(in srgb, var(--fui-focus-ring-color, #006b57) 32%, transparent);
|
|
9448
9495
|
}
|
|
9449
9496
|
|
|
9450
|
-
.
|
|
9497
|
+
._groupHeaderActive_1bf9l_208 {
|
|
9451
9498
|
color: var(--fui-color-accent, #006b57);
|
|
9452
9499
|
}
|
|
9453
9500
|
|
|
9454
|
-
.
|
|
9501
|
+
._groupChevron_1bf9l_212 {
|
|
9455
9502
|
display: inline-flex;
|
|
9456
9503
|
align-items: center;
|
|
9457
9504
|
justify-content: center;
|
|
@@ -9461,15 +9508,15 @@
|
|
|
9461
9508
|
opacity: 0.7;
|
|
9462
9509
|
transition: transform var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94));
|
|
9463
9510
|
}
|
|
9464
|
-
.
|
|
9511
|
+
._groupChevron_1bf9l_212 svg {
|
|
9465
9512
|
width: 10px;
|
|
9466
9513
|
height: 10px;
|
|
9467
9514
|
}
|
|
9468
|
-
.
|
|
9515
|
+
._groupChevron_1bf9l_212[data-open] {
|
|
9469
9516
|
transform: rotate(90deg);
|
|
9470
9517
|
}
|
|
9471
9518
|
|
|
9472
|
-
.
|
|
9519
|
+
._groupLabel_1bf9l_230 {
|
|
9473
9520
|
flex: 1;
|
|
9474
9521
|
min-width: 0;
|
|
9475
9522
|
overflow: hidden;
|
|
@@ -9478,14 +9525,14 @@
|
|
|
9478
9525
|
}
|
|
9479
9526
|
|
|
9480
9527
|
@media (prefers-reduced-motion: reduce) {
|
|
9481
|
-
.
|
|
9482
|
-
.
|
|
9483
|
-
.
|
|
9528
|
+
._link_1bf9l_122,
|
|
9529
|
+
._groupHeaderInteractive_1bf9l_195,
|
|
9530
|
+
._groupChevron_1bf9l_212 {
|
|
9484
9531
|
transition: none;
|
|
9485
9532
|
}
|
|
9486
|
-
.
|
|
9487
|
-
.
|
|
9488
|
-
.
|
|
9533
|
+
._item_1bf9l_28::before, ._item_1bf9l_28::after,
|
|
9534
|
+
._groupHeaderRow_1bf9l_29::before,
|
|
9535
|
+
._groupHeaderRow_1bf9l_29::after {
|
|
9489
9536
|
transition: none;
|
|
9490
9537
|
}
|
|
9491
9538
|
}._box_kzrin_1 {
|
|
@@ -9828,7 +9875,7 @@
|
|
|
9828
9875
|
|
|
9829
9876
|
._display-none_kzrin_339 {
|
|
9830
9877
|
display: none;
|
|
9831
|
-
}.
|
|
9878
|
+
}._chip_1kr0c_1 {
|
|
9832
9879
|
appearance: none;
|
|
9833
9880
|
background: transparent;
|
|
9834
9881
|
border: none;
|
|
@@ -9838,21 +9885,21 @@
|
|
|
9838
9885
|
color: inherit;
|
|
9839
9886
|
cursor: pointer;
|
|
9840
9887
|
}
|
|
9841
|
-
.
|
|
9888
|
+
._chip_1kr0c_1:disabled {
|
|
9842
9889
|
cursor: not-allowed;
|
|
9843
9890
|
}
|
|
9844
|
-
.
|
|
9891
|
+
._chip_1kr0c_1 {
|
|
9845
9892
|
transition: background-color var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94)), border-color var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94)), box-shadow var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94)), opacity var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94));
|
|
9846
9893
|
}
|
|
9847
|
-
.
|
|
9894
|
+
._chip_1kr0c_1:focus-visible {
|
|
9848
9895
|
outline: none;
|
|
9849
9896
|
box-shadow: 0 0 0 1px color-mix(in srgb, var(--fui-focus-ring-color, #006b57) 28%, transparent), 0 0 0 calc(var(--fui-focus-ring-width, 2px) + 1px) color-mix(in srgb, var(--fui-focus-ring-color, #006b57) 12%, transparent), 0 10px 24px -16px color-mix(in srgb, var(--fui-focus-ring-color, #006b57) 32%, transparent);
|
|
9850
9897
|
}
|
|
9851
|
-
.
|
|
9898
|
+
._chip_1kr0c_1:disabled, ._chip_1kr0c_1[data-disabled] {
|
|
9852
9899
|
opacity: 0.5;
|
|
9853
9900
|
pointer-events: none;
|
|
9854
9901
|
}
|
|
9855
|
-
.
|
|
9902
|
+
._chip_1kr0c_1 {
|
|
9856
9903
|
display: inline-flex;
|
|
9857
9904
|
align-items: center;
|
|
9858
9905
|
gap: var(--fui-space-1, 0.5rem);
|
|
@@ -9864,135 +9911,138 @@
|
|
|
9864
9911
|
user-select: none;
|
|
9865
9912
|
}
|
|
9866
9913
|
|
|
9867
|
-
.
|
|
9914
|
+
._withRemove_1kr0c_37 {
|
|
9868
9915
|
border-top-right-radius: 0;
|
|
9869
9916
|
border-bottom-right-radius: 0;
|
|
9870
9917
|
}
|
|
9871
9918
|
|
|
9872
|
-
.
|
|
9919
|
+
._xs_1kr0c_42 {
|
|
9873
9920
|
min-height: var(--fui-target-size-min, 2.286rem);
|
|
9874
9921
|
padding: 0 var(--fui-space-1, 0.5rem);
|
|
9875
9922
|
font-size: var(--fui-font-size-2xs, 0.714rem);
|
|
9876
9923
|
gap: var(--fui-space-0-5, 0.15rem);
|
|
9877
9924
|
}
|
|
9878
9925
|
|
|
9879
|
-
.
|
|
9926
|
+
._sm_1kr0c_49 {
|
|
9880
9927
|
min-height: var(--fui-button-height-sm, 2.2857142857rem);
|
|
9881
9928
|
padding: 0 var(--fui-space-2, 1rem);
|
|
9882
9929
|
font-size: var(--fui-font-size-xs, 0.857rem);
|
|
9883
9930
|
}
|
|
9884
9931
|
|
|
9885
|
-
.
|
|
9932
|
+
._md_1kr0c_55 {
|
|
9886
9933
|
min-height: var(--fui-button-height-md, 2.8571428571rem);
|
|
9887
9934
|
padding: 0 var(--fui-space-3, 1.5rem);
|
|
9888
9935
|
font-size: var(--fui-font-size-sm, 1rem);
|
|
9889
9936
|
}
|
|
9890
9937
|
|
|
9891
|
-
.
|
|
9938
|
+
._lg_1kr0c_61 {
|
|
9892
9939
|
min-height: var(--fui-button-height-lg, 3.1428571429rem);
|
|
9893
9940
|
padding: 0 var(--fui-space-4, 2rem);
|
|
9894
9941
|
font-size: var(--fui-font-size-base, 1rem);
|
|
9895
9942
|
}
|
|
9896
9943
|
|
|
9897
|
-
.
|
|
9944
|
+
._filled_1kr0c_67 {
|
|
9898
9945
|
background-color: var(--fui-bg-tertiary, #f4f4f4);
|
|
9899
9946
|
color: var(--fui-text-primary, #212121);
|
|
9900
9947
|
}
|
|
9901
|
-
.
|
|
9948
|
+
._filled_1kr0c_67:hover:not(:disabled) {
|
|
9902
9949
|
background-color: var(--fui-bg-hover, rgba(0, 0, 0, 0.04));
|
|
9903
9950
|
}
|
|
9904
|
-
.
|
|
9951
|
+
._filled_1kr0c_67:active:not(:disabled) {
|
|
9905
9952
|
background-color: var(--fui-bg-active, rgba(0, 0, 0, 0.06));
|
|
9906
9953
|
}
|
|
9907
|
-
.
|
|
9908
|
-
background-color: var(--fui-
|
|
9909
|
-
color: var(--fui-
|
|
9954
|
+
._filled_1kr0c_67._selected_1kr0c_77 {
|
|
9955
|
+
background-color: var(--fui-field-selection-bg, rgba(0, 0, 0, 0.04));
|
|
9956
|
+
color: var(--fui-field-selection-color, #212121);
|
|
9910
9957
|
}
|
|
9911
|
-
.
|
|
9912
|
-
background-color: var(--fui-
|
|
9958
|
+
._filled_1kr0c_67._selected_1kr0c_77:hover:not(:disabled) {
|
|
9959
|
+
background-color: var(--fui-field-selection-bg-hover, rgba(0, 0, 0, 0.04));
|
|
9913
9960
|
}
|
|
9914
|
-
.
|
|
9915
|
-
background-color: var(--fui-
|
|
9961
|
+
._filled_1kr0c_67._selected_1kr0c_77:active:not(:disabled) {
|
|
9962
|
+
background-color: var(--fui-field-selection-bg-hover, rgba(0, 0, 0, 0.04));
|
|
9963
|
+
box-shadow: inset 0 0 0 1px var(--fui-field-selection-border, rgba(0, 0, 0, 0.1));
|
|
9916
9964
|
}
|
|
9917
9965
|
|
|
9918
|
-
.
|
|
9966
|
+
._outlined_1kr0c_89 {
|
|
9919
9967
|
background-color: transparent;
|
|
9920
9968
|
color: var(--fui-text-primary, #212121);
|
|
9921
9969
|
border: 1px solid var(--fui-border, rgba(0, 0, 0, 0.05));
|
|
9922
9970
|
}
|
|
9923
|
-
.
|
|
9971
|
+
._outlined_1kr0c_89:hover:not(:disabled) {
|
|
9924
9972
|
background-color: var(--fui-bg-hover, rgba(0, 0, 0, 0.04));
|
|
9925
9973
|
border-color: var(--fui-border-strong, rgba(0, 0, 0, 0.1));
|
|
9926
9974
|
}
|
|
9927
|
-
.
|
|
9975
|
+
._outlined_1kr0c_89:active:not(:disabled) {
|
|
9928
9976
|
background-color: var(--fui-bg-active, rgba(0, 0, 0, 0.06));
|
|
9929
9977
|
}
|
|
9930
|
-
.
|
|
9931
|
-
background-color: var(--fui-
|
|
9932
|
-
color: var(--fui-
|
|
9933
|
-
border-color: var(--fui-color-accent, #006b57);
|
|
9978
|
+
._outlined_1kr0c_89._selected_1kr0c_77 {
|
|
9979
|
+
background-color: var(--fui-field-selection-bg, rgba(0, 0, 0, 0.04));
|
|
9980
|
+
color: var(--fui-field-selection-color, #212121);
|
|
9934
9981
|
}
|
|
9935
|
-
.
|
|
9936
|
-
background-color: var(--fui-
|
|
9937
|
-
border-color: var(--fui-color-accent-hover, hsl(169.9771289871, 164.3448630261%, 13.7353127687%));
|
|
9982
|
+
._outlined_1kr0c_89._selected_1kr0c_77:hover:not(:disabled) {
|
|
9983
|
+
background-color: var(--fui-field-selection-bg-hover, rgba(0, 0, 0, 0.04));
|
|
9938
9984
|
}
|
|
9939
|
-
.
|
|
9940
|
-
background-color: var(--fui-
|
|
9941
|
-
|
|
9985
|
+
._outlined_1kr0c_89._selected_1kr0c_77:active:not(:disabled) {
|
|
9986
|
+
background-color: var(--fui-field-selection-bg-hover, rgba(0, 0, 0, 0.04));
|
|
9987
|
+
box-shadow: inset 0 0 0 1px var(--fui-field-selection-border, rgba(0, 0, 0, 0.1));
|
|
9988
|
+
}
|
|
9989
|
+
._outlined_1kr0c_89._selected_1kr0c_77 {
|
|
9990
|
+
border-color: var(--fui-field-selection-border, rgba(0, 0, 0, 0.1));
|
|
9942
9991
|
}
|
|
9943
9992
|
|
|
9944
|
-
.
|
|
9993
|
+
._soft_1kr0c_116 {
|
|
9945
9994
|
background-color: var(--fui-color-info-bg, rgba(127, 166, 196, 0.1));
|
|
9946
9995
|
color: var(--fui-color-info-text, rgb(63.1782487843, 100.0730830678, 127.5349009142));
|
|
9947
9996
|
}
|
|
9948
|
-
.
|
|
9997
|
+
._soft_1kr0c_116:hover:not(:disabled) {
|
|
9949
9998
|
background-color: var(--fui-bg-hover, rgba(0, 0, 0, 0.04));
|
|
9950
9999
|
}
|
|
9951
|
-
.
|
|
10000
|
+
._soft_1kr0c_116:active:not(:disabled) {
|
|
9952
10001
|
background-color: var(--fui-bg-active, rgba(0, 0, 0, 0.06));
|
|
9953
10002
|
}
|
|
9954
|
-
.
|
|
9955
|
-
background-color: var(--fui-
|
|
9956
|
-
color: var(--fui-
|
|
10003
|
+
._soft_1kr0c_116._selected_1kr0c_77 {
|
|
10004
|
+
background-color: var(--fui-field-selection-bg, rgba(0, 0, 0, 0.04));
|
|
10005
|
+
color: var(--fui-field-selection-color, #212121);
|
|
9957
10006
|
}
|
|
9958
|
-
.
|
|
9959
|
-
background-color: var(--fui-
|
|
10007
|
+
._soft_1kr0c_116._selected_1kr0c_77:hover:not(:disabled) {
|
|
10008
|
+
background-color: var(--fui-field-selection-bg-hover, rgba(0, 0, 0, 0.04));
|
|
9960
10009
|
}
|
|
9961
|
-
.
|
|
9962
|
-
background-color: var(--fui-
|
|
10010
|
+
._soft_1kr0c_116._selected_1kr0c_77:active:not(:disabled) {
|
|
10011
|
+
background-color: var(--fui-field-selection-bg-hover, rgba(0, 0, 0, 0.04));
|
|
10012
|
+
box-shadow: inset 0 0 0 1px var(--fui-field-selection-border, rgba(0, 0, 0, 0.1));
|
|
9963
10013
|
}
|
|
9964
10014
|
|
|
9965
|
-
.
|
|
10015
|
+
._avatar_1kr0c_138 {
|
|
9966
10016
|
display: flex;
|
|
9967
10017
|
align-items: center;
|
|
9968
10018
|
margin-left: calc(-1 * var(--fui-space-1, 0.5rem));
|
|
9969
10019
|
}
|
|
9970
|
-
.
|
|
10020
|
+
._avatar_1kr0c_138 img {
|
|
9971
10021
|
width: var(--fui-icon-md, 1.143rem);
|
|
9972
10022
|
height: var(--fui-icon-md, 1.143rem);
|
|
9973
10023
|
border-radius: var(--fui-radius-full, 9999px);
|
|
9974
10024
|
object-fit: cover;
|
|
9975
10025
|
}
|
|
9976
|
-
.
|
|
10026
|
+
._xs_1kr0c_42 ._avatar_1kr0c_138 img {
|
|
9977
10027
|
width: var(--fui-icon-sm, 1rem);
|
|
9978
10028
|
height: var(--fui-icon-sm, 1rem);
|
|
9979
10029
|
}
|
|
9980
|
-
.
|
|
10030
|
+
._sm_1kr0c_49 ._avatar_1kr0c_138 img {
|
|
9981
10031
|
width: var(--fui-icon-sm, 1rem);
|
|
9982
10032
|
height: var(--fui-icon-sm, 1rem);
|
|
9983
10033
|
}
|
|
9984
10034
|
|
|
9985
|
-
.
|
|
10035
|
+
._icon_1kr0c_158 {
|
|
9986
10036
|
display: flex;
|
|
9987
10037
|
align-items: center;
|
|
9988
10038
|
}
|
|
9989
10039
|
|
|
9990
|
-
.
|
|
10040
|
+
._removableChip_1kr0c_163 {
|
|
9991
10041
|
display: inline-flex;
|
|
9992
10042
|
align-items: stretch;
|
|
9993
10043
|
}
|
|
9994
10044
|
|
|
9995
|
-
.
|
|
10045
|
+
._remove_1kr0c_168 {
|
|
9996
10046
|
appearance: none;
|
|
9997
10047
|
background: transparent;
|
|
9998
10048
|
border: none;
|
|
@@ -10002,21 +10052,21 @@
|
|
|
10002
10052
|
color: inherit;
|
|
10003
10053
|
cursor: pointer;
|
|
10004
10054
|
}
|
|
10005
|
-
.
|
|
10055
|
+
._remove_1kr0c_168:disabled {
|
|
10006
10056
|
cursor: not-allowed;
|
|
10007
10057
|
}
|
|
10008
|
-
.
|
|
10058
|
+
._remove_1kr0c_168 {
|
|
10009
10059
|
transition: background-color var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94)), border-color var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94)), box-shadow var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94)), opacity var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94));
|
|
10010
10060
|
}
|
|
10011
|
-
.
|
|
10061
|
+
._remove_1kr0c_168:focus-visible {
|
|
10012
10062
|
outline: none;
|
|
10013
10063
|
box-shadow: 0 0 0 1px color-mix(in srgb, var(--fui-focus-ring-color, #006b57) 28%, transparent), 0 0 0 calc(var(--fui-focus-ring-width, 2px) + 1px) color-mix(in srgb, var(--fui-focus-ring-color, #006b57) 12%, transparent), 0 10px 24px -16px color-mix(in srgb, var(--fui-focus-ring-color, #006b57) 32%, transparent);
|
|
10014
10064
|
}
|
|
10015
|
-
.
|
|
10065
|
+
._remove_1kr0c_168:disabled, ._remove_1kr0c_168[data-disabled] {
|
|
10016
10066
|
opacity: 0.5;
|
|
10017
10067
|
pointer-events: none;
|
|
10018
10068
|
}
|
|
10019
|
-
.
|
|
10069
|
+
._remove_1kr0c_168 {
|
|
10020
10070
|
display: flex;
|
|
10021
10071
|
align-items: center;
|
|
10022
10072
|
justify-content: center;
|
|
@@ -10032,61 +10082,64 @@
|
|
|
10032
10082
|
border: 1px solid transparent;
|
|
10033
10083
|
border-left-color: var(--fui-border, rgba(0, 0, 0, 0.05));
|
|
10034
10084
|
}
|
|
10035
|
-
.
|
|
10085
|
+
._xs_1kr0c_42 ._remove_1kr0c_168 {
|
|
10036
10086
|
font-size: var(--fui-font-size-2xs, 0.714rem);
|
|
10037
10087
|
padding: 0 var(--fui-space-0-5, 0.15rem);
|
|
10038
10088
|
}
|
|
10039
|
-
.
|
|
10089
|
+
._sm_1kr0c_49 ._remove_1kr0c_168 {
|
|
10040
10090
|
font-size: var(--fui-font-size-xs, 0.857rem);
|
|
10041
10091
|
}
|
|
10042
|
-
.
|
|
10092
|
+
._remove_1kr0c_168:hover:not(:disabled) {
|
|
10043
10093
|
background-color: var(--fui-bg-hover, rgba(0, 0, 0, 0.04));
|
|
10044
10094
|
}
|
|
10045
10095
|
|
|
10046
|
-
.
|
|
10096
|
+
._filled_1kr0c_67 + ._remove_1kr0c_168 {
|
|
10047
10097
|
background-color: var(--fui-bg-tertiary, #f4f4f4);
|
|
10048
10098
|
}
|
|
10049
|
-
.
|
|
10099
|
+
._filled_1kr0c_67 + ._remove_1kr0c_168:hover:not(:disabled) {
|
|
10050
10100
|
background-color: var(--fui-bg-hover, rgba(0, 0, 0, 0.04));
|
|
10051
10101
|
}
|
|
10052
|
-
.
|
|
10102
|
+
._filled_1kr0c_67 + ._remove_1kr0c_168:active:not(:disabled) {
|
|
10053
10103
|
background-color: var(--fui-bg-active, rgba(0, 0, 0, 0.06));
|
|
10054
10104
|
}
|
|
10055
10105
|
|
|
10056
|
-
.
|
|
10106
|
+
._outlined_1kr0c_89 + ._remove_1kr0c_168 {
|
|
10057
10107
|
background-color: transparent;
|
|
10058
10108
|
}
|
|
10059
|
-
.
|
|
10109
|
+
._outlined_1kr0c_89 + ._remove_1kr0c_168:hover:not(:disabled) {
|
|
10060
10110
|
background-color: var(--fui-bg-hover, rgba(0, 0, 0, 0.04));
|
|
10061
10111
|
}
|
|
10062
|
-
.
|
|
10112
|
+
._outlined_1kr0c_89 + ._remove_1kr0c_168:active:not(:disabled) {
|
|
10063
10113
|
background-color: var(--fui-bg-active, rgba(0, 0, 0, 0.06));
|
|
10064
10114
|
}
|
|
10065
10115
|
|
|
10066
|
-
.
|
|
10116
|
+
._soft_1kr0c_116 + ._remove_1kr0c_168 {
|
|
10067
10117
|
background-color: var(--fui-color-info-bg, rgba(127, 166, 196, 0.1));
|
|
10068
10118
|
color: var(--fui-color-info-text, rgb(63.1782487843, 100.0730830678, 127.5349009142));
|
|
10069
10119
|
}
|
|
10070
|
-
.
|
|
10120
|
+
._soft_1kr0c_116 + ._remove_1kr0c_168:hover:not(:disabled) {
|
|
10071
10121
|
background-color: var(--fui-bg-hover, rgba(0, 0, 0, 0.04));
|
|
10072
10122
|
}
|
|
10073
|
-
.
|
|
10123
|
+
._soft_1kr0c_116 + ._remove_1kr0c_168:active:not(:disabled) {
|
|
10074
10124
|
background-color: var(--fui-bg-active, rgba(0, 0, 0, 0.06));
|
|
10075
10125
|
}
|
|
10076
10126
|
|
|
10077
|
-
.
|
|
10078
|
-
background-color: var(--fui-
|
|
10079
|
-
color: var(--fui-
|
|
10080
|
-
border-left-color: transparent;
|
|
10127
|
+
._selected_1kr0c_77 + ._remove_1kr0c_168 {
|
|
10128
|
+
background-color: var(--fui-field-selection-bg, rgba(0, 0, 0, 0.04));
|
|
10129
|
+
color: var(--fui-field-selection-color, #212121);
|
|
10081
10130
|
}
|
|
10082
|
-
.
|
|
10083
|
-
background-color: var(--fui-
|
|
10131
|
+
._selected_1kr0c_77 + ._remove_1kr0c_168:hover:not(:disabled) {
|
|
10132
|
+
background-color: var(--fui-field-selection-bg-hover, rgba(0, 0, 0, 0.04));
|
|
10084
10133
|
}
|
|
10085
|
-
.
|
|
10086
|
-
background-color: var(--fui-
|
|
10134
|
+
._selected_1kr0c_77 + ._remove_1kr0c_168:active:not(:disabled) {
|
|
10135
|
+
background-color: var(--fui-field-selection-bg-hover, rgba(0, 0, 0, 0.04));
|
|
10136
|
+
box-shadow: inset 0 0 0 1px var(--fui-field-selection-border, rgba(0, 0, 0, 0.1));
|
|
10137
|
+
}
|
|
10138
|
+
._selected_1kr0c_77 + ._remove_1kr0c_168 {
|
|
10139
|
+
border-left-color: transparent;
|
|
10087
10140
|
}
|
|
10088
10141
|
|
|
10089
|
-
.
|
|
10142
|
+
._group_1kr0c_265 {
|
|
10090
10143
|
display: flex;
|
|
10091
10144
|
flex-wrap: wrap;
|
|
10092
10145
|
gap: var(--fui-space-2, 1rem);
|