@overmap-ai/blocks 1.0.5-fix-problems-magnus.1 → 1.0.6-master.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/dist/BaseMenuGroups/BaseItemGroup/BaseItemGroup.d.ts +3 -0
- package/dist/BaseMenuGroups/BaseItemGroup/index.d.ts +2 -0
- package/dist/BaseMenuGroups/BaseItemGroup/typings.d.ts +11 -0
- package/dist/BaseMenuGroups/BaseMenuComponents.d.ts +11 -0
- package/dist/BaseMenuGroups/BaseMultiSelectGroup/BaseMultiSelectGroup.d.ts +3 -0
- package/dist/BaseMenuGroups/BaseMultiSelectGroup/index.d.ts +2 -0
- package/dist/BaseMenuGroups/BaseMultiSelectGroup/typings.d.ts +16 -0
- package/dist/BaseMenuGroups/BaseSelectGroup/BaseSelectGroup.d.ts +3 -0
- package/dist/BaseMenuGroups/BaseSelectGroup/index.d.ts +2 -0
- package/dist/BaseMenuGroups/BaseSelectGroup/typings.d.ts +16 -0
- package/dist/BaseMenuGroups/BaseSubMenuGroup/BaseSubMenuGroup.d.ts +3 -0
- package/dist/BaseMenuGroups/BaseSubMenuGroup/index.d.ts +2 -0
- package/dist/BaseMenuGroups/BaseSubMenuGroup/typings.d.ts +14 -0
- package/dist/BaseMenuGroups/index.d.ts +5 -0
- package/dist/BaseMenuGroups/typings.d.ts +37 -0
- package/dist/BaseMenuGroups/utils.d.ts +5 -0
- package/dist/ConfirmEditInput/ConfirmEditInput.d.ts +3 -0
- package/dist/ConfirmEditInput/index.d.ts +2 -0
- package/dist/ConfirmEditInput/typings.d.ts +14 -0
- package/dist/Dialogs/Dialog/index.d.ts +1 -0
- package/dist/Dialogs/Dialog/utils.d.ts +7 -0
- package/dist/DropdownItemMenu/DropdownItemMenu.d.ts +9 -0
- package/dist/DropdownItemMenu/index.d.ts +2 -0
- package/dist/DropdownMenu/DropdownMenu.d.ts +5 -17
- package/dist/DropdownMenu/DropdownMenuGroups.d.ts +18 -0
- package/dist/DropdownMenu/index.d.ts +2 -0
- package/dist/DropdownMultiSelect/DropdownMultiSelect.d.ts +6 -0
- package/dist/DropdownMultiSelect/index.d.ts +2 -0
- package/dist/DropdownSelect/DropdownSelect.d.ts +5 -57
- package/dist/DropdownSelect/index.d.ts +1 -1
- package/dist/Input/index.d.ts +1 -1
- package/dist/Separator/typings.d.ts +2 -1
- package/dist/blocks.js +3014 -1926
- package/dist/blocks.js.map +1 -0
- package/dist/blocks.umd.cjs +3749 -10
- package/dist/blocks.umd.cjs.map +1 -0
- package/dist/index.d.ts +6 -3
- package/dist/style.css +655 -1
- package/dist/utils.d.ts +12 -1
- package/package.json +102 -98
package/dist/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export * from "@radix-ui/colors";
|
|
2
2
|
export * from "@radix-ui/react-icons";
|
|
3
|
-
export { AccessibleIcon, Box, Grid, Container, Section, Heading, Blockquote, Code, Em, Kbd, Link, Quote, Strong, AspectRatio, Avatar, Callout, Card,
|
|
3
|
+
export { AccessibleIcon, Box, Grid, Container, Section, Heading, Blockquote, Code, Em, Kbd, Link, Quote, Strong, AspectRatio, Avatar, Callout, Card, HoverCard, TextField, Inset, RadioGroup, ScrollArea, Slider, Tabs, Portal, Slot, VisuallyHidden, } from "@radix-ui/themes";
|
|
4
4
|
export type { Responsive } from "@radix-ui/themes";
|
|
5
5
|
export * from "./Badge";
|
|
6
6
|
export * from "./Breadcrumb";
|
|
@@ -9,7 +9,9 @@ export * from "./ButtonGroup";
|
|
|
9
9
|
export * from "./Dialogs";
|
|
10
10
|
export * from "./Flex";
|
|
11
11
|
export * from "./DropdownMenu";
|
|
12
|
+
export * from "./DropdownItemMenu";
|
|
12
13
|
export * from "./DropdownSelect";
|
|
14
|
+
export * from "./DropdownMultiSelect";
|
|
13
15
|
export * from "./HoverUtility";
|
|
14
16
|
export * from "./Select";
|
|
15
17
|
export * from "./MultiSelect";
|
|
@@ -29,8 +31,9 @@ export * from "./Tooltip";
|
|
|
29
31
|
export * from "./Text";
|
|
30
32
|
export * from "./Theme";
|
|
31
33
|
export * from "./Separator";
|
|
32
|
-
export { useSeverityColor, useViewportSize } from "./utils.ts";
|
|
34
|
+
export { useSeverityColor, useViewportSize, useKeyboardShortcut, useStopEventPropagation, useTextFilter, } from "./utils.ts";
|
|
33
35
|
export * from "./Checkbox";
|
|
34
36
|
export * from "./Table";
|
|
35
37
|
export * from "./Spinner";
|
|
36
|
-
export * from "./
|
|
38
|
+
export * from "./ConfirmEditInput";
|
|
39
|
+
export * from "./typings";
|
package/dist/style.css
CHANGED
|
@@ -1 +1,655 @@
|
|
|
1
|
-
._zeroMinWidth_curjh_1{min-width:0}._zeroMinHeight_curjh_5{min-height:0}._radius_curjh_9{border-radius:max(var(--radius-full),var(--radius-4))}._fluid_r73gr_1{flex-grow:1;width:auto}._hoverSpin90Clockwise_r73gr_15>svg{transition:unset}._hoverSpin90Clockwise_r73gr_15 svg{transition:transform .25s ease-in-out!important}._hoverSpin90Clockwise_r73gr_15:hover:not(:disabled) svg{transform:rotate(90deg)!important}._hoverSpin180Clockwise_r73gr_25>svg{transition:unset}._hoverSpin180Clockwise_r73gr_25 svg{transition:transform .3s ease-in-out!important}._hoverSpin180Clockwise_r73gr_25:hover:not(:disabled) svg{transform:rotate(180deg)!important}._hoverSpin360Clockwise_r73gr_35>svg{transition:unset}._hoverSpin360Clockwise_r73gr_35 svg{transition:transform .5s ease-in-out!important}._hoverSpin360Clockwise_r73gr_35:hover:not(:disabled) svg{transform:rotate(360deg)!important}@keyframes _spin_isifr_9{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._spinner_isifr_9{width:16px;height:16px;border-radius:9999px;border:2px solid white;border-bottom:2px solid transparent;animation:_spin_isifr_9 1s linear infinite}._merged_wdgxo_1>.rt-BaseButton:not(:first-of-type):not(:last-of-type){border-radius:0}._merged_wdgxo_1[data-direction=column]>.rt-BaseButton:first-of-type{border-bottom-right-radius:0;border-bottom-left-radius:0}._merged_wdgxo_1[data-direction=column]>.rt-BaseButton:last-of-type{border-top-left-radius:0;border-top-right-radius:0}._merged_wdgxo_1[data-direction=row]>.rt-BaseButton:first-of-type{border-top-right-radius:0;border-bottom-right-radius:0}._merged_wdgxo_1[data-direction=row]>.rt-BaseButton:last-of-type{border-top-left-radius:0;border-bottom-left-radius:0}._separators_1f7v1_1>*:not(:last-of-type){border-bottom:1px solid var(--gray-a6)}._DropdownMenu_hj4sz_1{width:max-content;min-width:max-content;margin:calc(-1 * var(--base-menu-content-padding));padding:.2em 0}._DropdownMenuItemWrapper_hj4sz_8{padding:0 .2em;box-sizing:border-box}._DropdownMenuSeparatorWrapper_hj4sz_13{padding:.2em 0;box-sizing:border-box}._DropdownMenuItem_hj4sz_8:not([data-disabled]){color:var(--gray-a11)}._DropdownMenuItem_hj4sz_8:hover{color:var(--gray-12)}._DropdownSelect_k517z_1{width:max-content;min-width:max-content;margin:calc(-1 * var(--base-menu-content-padding));background:var(--base-menu-bg)}._BorderBottom_k517z_8{border-bottom:1px solid var(--gray-a4)}._DropdownSelectInputWrapper_k517z_12{background:transparent}._DropdownSelectInputWrapper_k517z_12>*{outline:none;box-shadow:none;background-color:transparent}._DropdownSelectInput_k517z_12{outline:none;box-shadow:none;color:var(--gray-a12)}._DropdownSelectItem_k517z_27{height:max-content;padding:.2em}._fluid_7n1wr_1{flex-grow:1;width:auto}._default_u936h_1{cursor:var(--cursor-switch)}._default_u936h_1 span{display:flex;align-items:center;justify-content:center}._default_u936h_1 svg{pointer-events:none;cursor:inherit;display:flex;justify-content:center;align-items:center}._sidebarContent_1onyo_1{position:absolute;overflow:hidden;top:0;bottom:0}._sidebarContent_1onyo_1._right_1onyo_7{right:0}._sidebarContent_1onyo_1._right_1onyo_7 ._resizeHandle_1onyo_10{left:3px!important}._sidebarContent_1onyo_1._left_1onyo_13{left:0}._sidebarContent_1onyo_1._left_1onyo_13 ._resizeHandle_1onyo_10{right:3px!important}._resizeHandle_1onyo_10{position:absolute;display:flex;flex-direction:column;align-items:center;justify-content:center;opacity:0;transition:opacity .2s linear}._resizeHandle_1onyo_10:hover,._resizeHandle_1onyo_10:active,._resizeHandle_1onyo_10:focus{opacity:1}._overlay_1onyo_33{position:absolute;top:0;right:0;bottom:0;left:0;background-color:var(--color-overlay)}._outerContent_1iy9c_1:focus-visible{outline:none}._outerContent_1iy9c_1._enter_1iy9c_4._right_1iy9c_4{transform:translate(100%);margin-left:calc(-1 * var(--slide-out-width))}._outerContent_1iy9c_1._enter_1iy9c_4._left_1iy9c_8{transform:translate(-100%);margin-right:calc(-1 * var(--slide-out-width))}._outerContent_1iy9c_1._enterActive_1iy9c_12._right_1iy9c_4{transition:transform .2s linear,margin-left .2s linear;transform:translate(0);margin-left:0}._outerContent_1iy9c_1._enterActive_1iy9c_12._left_1iy9c_8{transition:transform .2s linear,margin-right .2s linear;transform:translate(0);margin-right:0}._outerContent_1iy9c_1._exitActive_1iy9c_22._right_1iy9c_4{transition:transform .2s linear,margin-left .2s linear;transform:translate(100%);margin-left:calc(-1 * var(--slide-out-width))}._outerContent_1iy9c_1._exitActive_1iy9c_22._left_1iy9c_8{transition:transform .2s linear,margin-right .2s linear;transform:translate(-100%);margin-right:calc(-1 * var(--slide-out-width))}._outerContent_1iy9c_1._exitDone_1iy9c_32._right_1iy9c_4{transform:translate(100%);margin-left:calc(-1 * var(--slide-out-width))}._outerContent_1iy9c_1._exitDone_1iy9c_32._left_1iy9c_8{transform:translate(-100%);margin-right:calc(-1 * var(--slide-out-width))}._resizable_1iy9c_41{background-color:var(--color-panel-solid);height:100%!important;max-height:100%!important}._slideOutOverlay_1iy9c_47{background:var(--color-overlay);position:absolute;top:0;right:0;bottom:0;left:0}._accommodateCharCount_1octa_1{margin-bottom:var(--line-height-1)}._wrapper_1octa_5{height:min-content;flex-grow:1}._default_1octa_10{width:100%}._noLeftIcon_1octa_14{padding-left:.25rem}._noRightIcon_1octa_18{padding-right:.25rem}._ghost_1octa_22 input{text-indent:0;padding:0}._ghost_1octa_22 input:not(._noLeftIcon_1octa_14){padding-left:.25rem}._ghost_1octa_22 input:not(._noRightIcon_1octa_18){padding-right:.25rem}._ghost_1octa_22 div{padding:0;outline:none;box-shadow:none;border:none;background:transparent}._charCount_1octa_40{position:absolute;right:0;top:98%;font-size:xx-small!important}._wrapper_tmtz0_1{height:max-content}._wrapper_1ssf2_1{position:relative;overflow:hidden}._panelContent_1ssf2_6{border:0;flex-shrink:0;min-width:0;overflow:hidden;transition-property:transform,margin-right,margin-left;box-shadow:var(--shadow-2)}._panelContent_1ssf2_6._left_1ssf2_14{transform:translate(-100%);margin-right:auto}._panelContent_1ssf2_6._right_1ssf2_18{transform:translate(100%);margin-left:auto}._resizable_1ssf2_23{position:relative;height:100%!important}._resizeHandle_1ssf2_28{display:flex;flex-direction:column;align-items:center;justify-content:center;opacity:0;transition:opacity .2s linear}._resizeHandle_1ssf2_28:hover,._resizeHandle_1ssf2_28:active{opacity:1}._resizeHandle_1ssf2_28._right_1ssf2_18{left:3px!important}._resizeHandle_1ssf2_28._left_1ssf2_14{right:3px!important}._panelMainContent_1ssf2_48{overflow:hidden;flex-grow:1;flex-shrink:1;min-width:0;width:max-content}._multiPagePopover_spfw7_1{display:flex;flex-direction:column;gap:15px;min-width:150px!important;justify-content:start;align-items:start;padding:10px!important;box-shadow:#00000017 0 3px 12px!important}._pageTitle_spfw7_12{font-size:24px!important;font-weight:700!important}._buttonContainer_spfw7_17{display:flex;flex-direction:row}._optionsButtonContainer_spfw7_22{width:100%;display:flex;gap:10px;justify-content:center;flex-direction:column!important}._optionsButton_spfw7_22{width:100%!important;flex:1;justify-content:start!important}._optionsButton_spfw7_22:hover{background-color:#0000001a!important}._charCount_1lz28_1{font-size:x-small}._ghost_1lz28_5 textarea{padding:0}._ghost_1lz28_5 *{outline:none;box-shadow:none;background-color:transparent}._default_xqvoc_1{min-width:max-content}._ToastViewport_1i6bp_1{--viewport-padding: var(--space-5);position:fixed;top:0;right:0;display:flex;gap:var(--space-3);flex-direction:column;padding:var(--viewport-padding);width:390px;max-width:100vw;margin:0;list-style:none;z-index:2147483647;outline:none;overflow-y:auto;overflow-x:hidden}._actionButton_1i6bp_20{width:max-content}._ToastRoot_1i6bp_24._ToastRoot_1i6bp_24{background-color:var(--accent-2);display:block;box-shadow:var(--shadow-4)}._ToastRoot_1i6bp_24._ToastRoot_1i6bp_24[data-state=open]{animation:_slideIn_1i6bp_1 .15s cubic-bezier(.16,1,.3,1)}._ToastRoot_1i6bp_24._ToastRoot_1i6bp_24[data-swipe=move]{transform:translate(var(--radix-toast-swipe-move-x))}._ToastRoot_1i6bp_24._ToastRoot_1i6bp_24[data-swipe=cancel]{transform:translate(0);transition:transform .2s ease-out}._ToastRoot_1i6bp_24._ToastRoot_1i6bp_24[data-swipe=end]{animation:_swipeOut_1i6bp_1 .1s ease-out}@keyframes _slideIn_1i6bp_1{0%{transform:translate(calc(100% + var(--viewport-padding)))}to{transform:translate(0)}}@keyframes _swipeOut_1i6bp_1{0%{transform:translate(var(--radix-toast-swipe-end-x))}to{transform:translate(calc(100% + var(--viewport-padding)))}}._default_1odpt_1{background-color:var(--color-panel-solid);box-shadow:var(--shadow-2);height:max-content;width:max-content}._default_1odpt_1 p{color:var(--gray-12)!important}._default_1odpt_1 span{display:none}._noWrap_1wpa5_1{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block}.radix-themes.radix-themes{--cursor-button: pointer;--cursor-menu-item: pointer;--cursor-checkbox: pointer}.rt-BaseButton{cursor:var(--cursor-button)}button{all:unset}._checkboxContainer_pb9za_5{display:flex;align-items:center}._checkbox_pb9za_5{background-color:var(--color-panel-solid);width:15px;height:15px;border-radius:4px;display:flex;align-items:center;justify-content:center;background-color:var(--color-surface);box-shadow:inset 0 0 0 1px var(--gray-a7);cursor:var(--cursor-checkbox)}._checkbox_pb9za_5 [data-state=checked],._checkbox_pb9za_5 [data-state=indeterminate]{background-color:var(--accent-9);color:var(--accent-9-contrast)}._checkboxIndicator_pb9za_27{display:flex;align-items:center;justify-content:center;justify-items:center;height:100%;width:100%;border-radius:4px;padding-right:.5px}._checkboxLabel_pb9za_38{padding-left:.5rem}._noTextHighlight_pb9za_42{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}._checkboxHidden_pb9za_51{visibility:hidden}._tableContainer_go3yk_1{border-width:1px;padding:30px;border:1px solid var(--gray-a4);border-radius:.5rem;box-shadow:var(--shadow-4)}@media only screen and (max-width: 600px){._tableContainer_go3yk_1{padding:10px}}._headerContainer_go3yk_14{padding-bottom:1rem}._tableTopContainer_go3yk_18{padding:10px 0}._searchContainer_go3yk_22{display:block;width:250px}@media only screen and (max-width: 600px){._searchContainer_go3yk_22{width:auto}}._columnFilterSelect_go3yk_32{display:block;box-shadow:none}._columnFilterSelect_go3yk_32 svg{display:none}._columnFilterSelect_go3yk_32:hover{background-color:#00000003;cursor:pointer}._table_go3yk_1{border:1px solid var(--gray-a4);border-radius:3px!important;background-color:inherit}._tableHeaderCell_go3yk_50{opacity:.65;padding:10px!important;border-bottom:1px solid var(--gray-4)}._tableRow_go3yk_56{background-color:inherit}._tableRow_go3yk_56 span,._tableRow_go3yk_56 i{display:inline-flex;place-self:center}._tableRow_go3yk_56 td{padding-left:10px!important}._tableRow_go3yk_56:hover{background-color:var(--gray-a4)}._tableCell_go3yk_71{padding:10px!important}._tableCell_go3yk_71:not(:last-of-type){padding-right:20px!important}._noDataTextContainer_go3yk_78{padding:.5rem 10px;color:#616161;width:max-content}._tableBottomContainer_go3yk_84{padding:15px 0}._rowsPerPageContainer_go3yk_88{flex:1}@media only screen and (max-width: 600px){._rowsPerPageContainer_go3yk_88{justify-content:center;padding-top:5px}}._rowsPerPageText_go3yk_98{padding-right:10px;padding-top:1px}
|
|
1
|
+
._zeroMinWidth_curjh_1 {
|
|
2
|
+
min-width: 0;
|
|
3
|
+
}
|
|
4
|
+
|
|
5
|
+
._zeroMinHeight_curjh_5 {
|
|
6
|
+
min-height: 0;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
._radius_curjh_9 {
|
|
10
|
+
border-radius: max(var(--radius-full), var(--radius-4));
|
|
11
|
+
}._fluid_r73gr_1 {
|
|
12
|
+
flex-grow: 1;
|
|
13
|
+
width: auto;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
/**
|
|
17
|
+
* * @param {string} $targetSelector - The selector of the child element(s) to apply the hover effect to
|
|
18
|
+
* * @param {string} $transitionProperty - The property to transition
|
|
19
|
+
* * @param {string} $normalValue - The value of the property when the element is not hovered
|
|
20
|
+
* * @param {string} $hoverValue - The value of the property when the element is hovered
|
|
21
|
+
* * @param {boolean} $overwriteTransition - Some elements already have a transition property set, so we can inherit
|
|
22
|
+
* * that transition and add our own transition on top of it. If the element doesn't have a transition already, this is
|
|
23
|
+
* * not valid syntax, so the implementing class needs to know if it should overwrite the transition or not.
|
|
24
|
+
* */
|
|
25
|
+
._hoverSpin90Clockwise_r73gr_15 > svg {
|
|
26
|
+
transition: unset;
|
|
27
|
+
}
|
|
28
|
+
._hoverSpin90Clockwise_r73gr_15 svg {
|
|
29
|
+
transition: transform 250ms ease-in-out !important;
|
|
30
|
+
}
|
|
31
|
+
._hoverSpin90Clockwise_r73gr_15:hover:not(:disabled) svg {
|
|
32
|
+
transform: rotate(90deg) !important;
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
._hoverSpin180Clockwise_r73gr_25 > svg {
|
|
36
|
+
transition: unset;
|
|
37
|
+
}
|
|
38
|
+
._hoverSpin180Clockwise_r73gr_25 svg {
|
|
39
|
+
transition: transform 300ms ease-in-out !important;
|
|
40
|
+
}
|
|
41
|
+
._hoverSpin180Clockwise_r73gr_25:hover:not(:disabled) svg {
|
|
42
|
+
transform: rotate(180deg) !important;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
._hoverSpin360Clockwise_r73gr_35 > svg {
|
|
46
|
+
transition: unset;
|
|
47
|
+
}
|
|
48
|
+
._hoverSpin360Clockwise_r73gr_35 svg {
|
|
49
|
+
transition: transform 500ms ease-in-out !important;
|
|
50
|
+
}
|
|
51
|
+
._hoverSpin360Clockwise_r73gr_35:hover:not(:disabled) svg {
|
|
52
|
+
transform: rotate(360deg) !important;
|
|
53
|
+
}@keyframes _spin_isifr_9 {
|
|
54
|
+
0% {
|
|
55
|
+
transform: rotate(0deg);
|
|
56
|
+
}
|
|
57
|
+
100% {
|
|
58
|
+
transform: rotate(360deg);
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
._spinner_isifr_9 {
|
|
62
|
+
width: 16px;
|
|
63
|
+
height: 16px;
|
|
64
|
+
border-radius: 9999px;
|
|
65
|
+
border: 2px solid white;
|
|
66
|
+
border-bottom: 2px solid transparent;
|
|
67
|
+
animation: _spin_isifr_9 1s linear infinite;
|
|
68
|
+
}._merged_wdgxo_1 > .rt-BaseButton:not(:first-of-type):not(:last-of-type) {
|
|
69
|
+
border-radius: 0;
|
|
70
|
+
}
|
|
71
|
+
._merged_wdgxo_1[data-direction=column] > .rt-BaseButton:first-of-type {
|
|
72
|
+
border-bottom-right-radius: 0;
|
|
73
|
+
border-bottom-left-radius: 0;
|
|
74
|
+
}
|
|
75
|
+
._merged_wdgxo_1[data-direction=column] > .rt-BaseButton:last-of-type {
|
|
76
|
+
border-top-left-radius: 0;
|
|
77
|
+
border-top-right-radius: 0;
|
|
78
|
+
}
|
|
79
|
+
._merged_wdgxo_1[data-direction=row] > .rt-BaseButton:first-of-type {
|
|
80
|
+
border-top-right-radius: 0;
|
|
81
|
+
border-bottom-right-radius: 0;
|
|
82
|
+
}
|
|
83
|
+
._merged_wdgxo_1[data-direction=row] > .rt-BaseButton:last-of-type {
|
|
84
|
+
border-top-left-radius: 0;
|
|
85
|
+
border-bottom-left-radius: 0;
|
|
86
|
+
}._separators_1f7v1_1 > *:not(:last-of-type) {
|
|
87
|
+
border-bottom: 1px solid var(--gray-a6);
|
|
88
|
+
}._BaseMenuItem_1s610_1 {
|
|
89
|
+
font-size: var(--font-size-2);
|
|
90
|
+
}
|
|
91
|
+
._BaseMenuItem_1s610_1:after {
|
|
92
|
+
content: "";
|
|
93
|
+
position: absolute;
|
|
94
|
+
inset: 0;
|
|
95
|
+
background-color: transparent;
|
|
96
|
+
border-radius: var(--radius-2);
|
|
97
|
+
}
|
|
98
|
+
._BaseMenuItem_1s610_1:hover:after {
|
|
99
|
+
background-color: var(--accent-a5);
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
._RemoveOutline_1s610_15 {
|
|
103
|
+
outline: none;
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
._BaseMenuSeparator_1s610_19 {
|
|
107
|
+
margin: 0 calc(-1 * var(--base-menu-content-padding));
|
|
108
|
+
align-self: center;
|
|
109
|
+
}
|
|
110
|
+
._BaseMenuSeparator_1s610_19 > div {
|
|
111
|
+
border-bottom: 1px solid var(--gray-a4);
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
._BaseMenuInput_1s610_27 {
|
|
115
|
+
width: 100%;
|
|
116
|
+
}._fluid_7n1wr_1 {
|
|
117
|
+
flex-grow: 1;
|
|
118
|
+
width: auto;
|
|
119
|
+
}._default_u936h_1 {
|
|
120
|
+
cursor: var(--cursor-switch);
|
|
121
|
+
}
|
|
122
|
+
._default_u936h_1 span {
|
|
123
|
+
display: flex;
|
|
124
|
+
align-items: center;
|
|
125
|
+
justify-content: center;
|
|
126
|
+
}
|
|
127
|
+
._default_u936h_1 svg {
|
|
128
|
+
pointer-events: none;
|
|
129
|
+
cursor: inherit;
|
|
130
|
+
display: flex;
|
|
131
|
+
justify-content: center;
|
|
132
|
+
align-items: center;
|
|
133
|
+
}._sidebarContent_1onyo_1 {
|
|
134
|
+
position: absolute;
|
|
135
|
+
overflow: hidden;
|
|
136
|
+
top: 0;
|
|
137
|
+
bottom: 0;
|
|
138
|
+
}
|
|
139
|
+
._sidebarContent_1onyo_1._right_1onyo_7 {
|
|
140
|
+
right: 0;
|
|
141
|
+
}
|
|
142
|
+
._sidebarContent_1onyo_1._right_1onyo_7 ._resizeHandle_1onyo_10 {
|
|
143
|
+
left: 3px !important;
|
|
144
|
+
}
|
|
145
|
+
._sidebarContent_1onyo_1._left_1onyo_13 {
|
|
146
|
+
left: 0;
|
|
147
|
+
}
|
|
148
|
+
._sidebarContent_1onyo_1._left_1onyo_13 ._resizeHandle_1onyo_10 {
|
|
149
|
+
right: 3px !important;
|
|
150
|
+
}
|
|
151
|
+
|
|
152
|
+
._resizeHandle_1onyo_10 {
|
|
153
|
+
position: absolute;
|
|
154
|
+
display: flex;
|
|
155
|
+
flex-direction: column;
|
|
156
|
+
align-items: center;
|
|
157
|
+
justify-content: center;
|
|
158
|
+
opacity: 0;
|
|
159
|
+
transition: opacity 200ms linear;
|
|
160
|
+
}
|
|
161
|
+
._resizeHandle_1onyo_10:hover, ._resizeHandle_1onyo_10:active, ._resizeHandle_1onyo_10:focus {
|
|
162
|
+
opacity: 1;
|
|
163
|
+
}
|
|
164
|
+
|
|
165
|
+
._overlay_1onyo_33 {
|
|
166
|
+
position: absolute;
|
|
167
|
+
inset: 0;
|
|
168
|
+
background-color: var(--color-overlay);
|
|
169
|
+
}._outerContent_1iy9c_1:focus-visible {
|
|
170
|
+
outline: none;
|
|
171
|
+
}
|
|
172
|
+
._outerContent_1iy9c_1._enter_1iy9c_4._right_1iy9c_4 {
|
|
173
|
+
transform: translateX(100%);
|
|
174
|
+
margin-left: calc(-1 * var(--slide-out-width));
|
|
175
|
+
}
|
|
176
|
+
._outerContent_1iy9c_1._enter_1iy9c_4._left_1iy9c_8 {
|
|
177
|
+
transform: translateX(-100%);
|
|
178
|
+
margin-right: calc(-1 * var(--slide-out-width));
|
|
179
|
+
}
|
|
180
|
+
._outerContent_1iy9c_1._enterActive_1iy9c_12._right_1iy9c_4 {
|
|
181
|
+
transition: transform 200ms linear, margin-left 200ms linear;
|
|
182
|
+
transform: translateX(0);
|
|
183
|
+
margin-left: 0;
|
|
184
|
+
}
|
|
185
|
+
._outerContent_1iy9c_1._enterActive_1iy9c_12._left_1iy9c_8 {
|
|
186
|
+
transition: transform 200ms linear, margin-right 200ms linear;
|
|
187
|
+
transform: translateX(0);
|
|
188
|
+
margin-right: 0;
|
|
189
|
+
}
|
|
190
|
+
._outerContent_1iy9c_1._exitActive_1iy9c_22._right_1iy9c_4 {
|
|
191
|
+
transition: transform 200ms linear, margin-left 200ms linear;
|
|
192
|
+
transform: translateX(100%);
|
|
193
|
+
margin-left: calc(-1 * var(--slide-out-width));
|
|
194
|
+
}
|
|
195
|
+
._outerContent_1iy9c_1._exitActive_1iy9c_22._left_1iy9c_8 {
|
|
196
|
+
transition: transform 200ms linear, margin-right 200ms linear;
|
|
197
|
+
transform: translateX(-100%);
|
|
198
|
+
margin-right: calc(-1 * var(--slide-out-width));
|
|
199
|
+
}
|
|
200
|
+
._outerContent_1iy9c_1._exitDone_1iy9c_32._right_1iy9c_4 {
|
|
201
|
+
transform: translateX(100%);
|
|
202
|
+
margin-left: calc(-1 * var(--slide-out-width));
|
|
203
|
+
}
|
|
204
|
+
._outerContent_1iy9c_1._exitDone_1iy9c_32._left_1iy9c_8 {
|
|
205
|
+
transform: translateX(-100%);
|
|
206
|
+
margin-right: calc(-1 * var(--slide-out-width));
|
|
207
|
+
}
|
|
208
|
+
|
|
209
|
+
._resizable_1iy9c_41 {
|
|
210
|
+
background-color: var(--color-panel-solid);
|
|
211
|
+
height: 100% !important;
|
|
212
|
+
max-height: 100% !important;
|
|
213
|
+
}
|
|
214
|
+
|
|
215
|
+
._slideOutOverlay_1iy9c_47 {
|
|
216
|
+
background: var(--color-overlay);
|
|
217
|
+
position: absolute;
|
|
218
|
+
inset: 0;
|
|
219
|
+
}._accommodateCharCount_1octa_1 {
|
|
220
|
+
margin-bottom: var(--line-height-1);
|
|
221
|
+
}
|
|
222
|
+
|
|
223
|
+
._wrapper_1octa_5 {
|
|
224
|
+
height: min-content;
|
|
225
|
+
flex-grow: 1;
|
|
226
|
+
}
|
|
227
|
+
|
|
228
|
+
._default_1octa_10 {
|
|
229
|
+
width: 100%;
|
|
230
|
+
}
|
|
231
|
+
|
|
232
|
+
._noLeftIcon_1octa_14 {
|
|
233
|
+
padding-left: 0.25rem;
|
|
234
|
+
}
|
|
235
|
+
|
|
236
|
+
._noRightIcon_1octa_18 {
|
|
237
|
+
padding-right: 0.25rem;
|
|
238
|
+
}
|
|
239
|
+
|
|
240
|
+
._ghost_1octa_22 input {
|
|
241
|
+
text-indent: 0;
|
|
242
|
+
padding: 0;
|
|
243
|
+
}
|
|
244
|
+
._ghost_1octa_22 input:not(._noLeftIcon_1octa_14) {
|
|
245
|
+
padding-left: 0.25rem;
|
|
246
|
+
}
|
|
247
|
+
._ghost_1octa_22 input:not(._noRightIcon_1octa_18) {
|
|
248
|
+
padding-right: 0.25rem;
|
|
249
|
+
}
|
|
250
|
+
._ghost_1octa_22 div {
|
|
251
|
+
padding: 0;
|
|
252
|
+
outline: none;
|
|
253
|
+
box-shadow: none;
|
|
254
|
+
border: none;
|
|
255
|
+
background: transparent;
|
|
256
|
+
}
|
|
257
|
+
|
|
258
|
+
._charCount_1octa_40 {
|
|
259
|
+
position: absolute;
|
|
260
|
+
right: 0;
|
|
261
|
+
top: 98%;
|
|
262
|
+
font-size: xx-small !important;
|
|
263
|
+
}._wrapper_tmtz0_1 {
|
|
264
|
+
height: max-content;
|
|
265
|
+
}._wrapper_1ssf2_1 {
|
|
266
|
+
position: relative;
|
|
267
|
+
overflow: hidden;
|
|
268
|
+
}
|
|
269
|
+
|
|
270
|
+
._panelContent_1ssf2_6 {
|
|
271
|
+
border: 0;
|
|
272
|
+
flex-shrink: 0;
|
|
273
|
+
min-width: 0;
|
|
274
|
+
overflow: hidden;
|
|
275
|
+
transition-property: transform, margin-right, margin-left;
|
|
276
|
+
box-shadow: var(--shadow-2);
|
|
277
|
+
}
|
|
278
|
+
._panelContent_1ssf2_6._left_1ssf2_14 {
|
|
279
|
+
transform: translateX(-100%);
|
|
280
|
+
margin-right: auto;
|
|
281
|
+
}
|
|
282
|
+
._panelContent_1ssf2_6._right_1ssf2_18 {
|
|
283
|
+
transform: translateX(100%);
|
|
284
|
+
margin-left: auto;
|
|
285
|
+
}
|
|
286
|
+
|
|
287
|
+
._resizable_1ssf2_23 {
|
|
288
|
+
position: relative;
|
|
289
|
+
height: 100% !important;
|
|
290
|
+
}
|
|
291
|
+
|
|
292
|
+
._resizeHandle_1ssf2_28 {
|
|
293
|
+
/* handleShift is a slight adjustment made to the resize handle created by Re-resizable library so that it */
|
|
294
|
+
/* renders flush with its container */
|
|
295
|
+
display: flex;
|
|
296
|
+
flex-direction: column;
|
|
297
|
+
align-items: center;
|
|
298
|
+
justify-content: center;
|
|
299
|
+
opacity: 0;
|
|
300
|
+
transition: opacity 200ms linear;
|
|
301
|
+
}
|
|
302
|
+
._resizeHandle_1ssf2_28:hover, ._resizeHandle_1ssf2_28:active {
|
|
303
|
+
opacity: 1;
|
|
304
|
+
}
|
|
305
|
+
._resizeHandle_1ssf2_28._right_1ssf2_18 {
|
|
306
|
+
left: 3px !important;
|
|
307
|
+
}
|
|
308
|
+
._resizeHandle_1ssf2_28._left_1ssf2_14 {
|
|
309
|
+
right: 3px !important;
|
|
310
|
+
}
|
|
311
|
+
|
|
312
|
+
._panelMainContent_1ssf2_48 {
|
|
313
|
+
overflow: hidden;
|
|
314
|
+
flex-grow: 1;
|
|
315
|
+
flex-shrink: 1;
|
|
316
|
+
min-width: 0;
|
|
317
|
+
width: max-content;
|
|
318
|
+
}._multiPagePopover_spfw7_1 {
|
|
319
|
+
display: flex;
|
|
320
|
+
flex-direction: column;
|
|
321
|
+
gap: 15px;
|
|
322
|
+
min-width: 150px !important;
|
|
323
|
+
justify-content: start;
|
|
324
|
+
align-items: start;
|
|
325
|
+
padding: 10px !important;
|
|
326
|
+
box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px !important;
|
|
327
|
+
}
|
|
328
|
+
|
|
329
|
+
._pageTitle_spfw7_12 {
|
|
330
|
+
font-size: 24px !important;
|
|
331
|
+
font-weight: bold !important;
|
|
332
|
+
}
|
|
333
|
+
|
|
334
|
+
._buttonContainer_spfw7_17 {
|
|
335
|
+
display: flex;
|
|
336
|
+
flex-direction: row;
|
|
337
|
+
}
|
|
338
|
+
|
|
339
|
+
._optionsButtonContainer_spfw7_22 {
|
|
340
|
+
width: 100%;
|
|
341
|
+
display: flex;
|
|
342
|
+
gap: 10px;
|
|
343
|
+
justify-content: center;
|
|
344
|
+
flex-direction: column !important;
|
|
345
|
+
}
|
|
346
|
+
|
|
347
|
+
._optionsButton_spfw7_22 {
|
|
348
|
+
width: 100% !important;
|
|
349
|
+
flex: 1;
|
|
350
|
+
justify-content: start !important;
|
|
351
|
+
}
|
|
352
|
+
._optionsButton_spfw7_22:hover {
|
|
353
|
+
background-color: rgba(0, 0, 0, 0.1) !important;
|
|
354
|
+
}._charCount_1lz28_1 {
|
|
355
|
+
font-size: x-small;
|
|
356
|
+
}
|
|
357
|
+
|
|
358
|
+
._ghost_1lz28_5 textarea {
|
|
359
|
+
padding: 0;
|
|
360
|
+
}
|
|
361
|
+
._ghost_1lz28_5 * {
|
|
362
|
+
outline: none;
|
|
363
|
+
box-shadow: none;
|
|
364
|
+
background-color: transparent;
|
|
365
|
+
}._default_xqvoc_1 {
|
|
366
|
+
min-width: max-content;
|
|
367
|
+
}._ToastViewport_1i6bp_1 {
|
|
368
|
+
--viewport-padding: var(--space-5);
|
|
369
|
+
position: fixed;
|
|
370
|
+
top: 0;
|
|
371
|
+
right: 0;
|
|
372
|
+
display: flex;
|
|
373
|
+
gap: var(--space-3);
|
|
374
|
+
flex-direction: column;
|
|
375
|
+
padding: var(--viewport-padding);
|
|
376
|
+
width: 390px;
|
|
377
|
+
max-width: 100vw;
|
|
378
|
+
margin: 0;
|
|
379
|
+
list-style: none;
|
|
380
|
+
z-index: 2147483647;
|
|
381
|
+
outline: none;
|
|
382
|
+
overflow-y: auto;
|
|
383
|
+
overflow-x: hidden;
|
|
384
|
+
}
|
|
385
|
+
|
|
386
|
+
._actionButton_1i6bp_20 {
|
|
387
|
+
width: max-content;
|
|
388
|
+
}
|
|
389
|
+
|
|
390
|
+
._ToastRoot_1i6bp_24._ToastRoot_1i6bp_24 {
|
|
391
|
+
background-color: var(--accent-2);
|
|
392
|
+
display: block;
|
|
393
|
+
box-shadow: var(--shadow-4);
|
|
394
|
+
}
|
|
395
|
+
._ToastRoot_1i6bp_24._ToastRoot_1i6bp_24[data-state=open] {
|
|
396
|
+
animation: _slideIn_1i6bp_1 150ms cubic-bezier(0.16, 1, 0.3, 1);
|
|
397
|
+
}
|
|
398
|
+
._ToastRoot_1i6bp_24._ToastRoot_1i6bp_24[data-swipe=move] {
|
|
399
|
+
transform: translateX(var(--radix-toast-swipe-move-x));
|
|
400
|
+
}
|
|
401
|
+
._ToastRoot_1i6bp_24._ToastRoot_1i6bp_24[data-swipe=cancel] {
|
|
402
|
+
transform: translateX(0);
|
|
403
|
+
transition: transform 200ms ease-out;
|
|
404
|
+
}
|
|
405
|
+
._ToastRoot_1i6bp_24._ToastRoot_1i6bp_24[data-swipe=end] {
|
|
406
|
+
animation: _swipeOut_1i6bp_1 100ms ease-out;
|
|
407
|
+
}
|
|
408
|
+
|
|
409
|
+
@keyframes _slideIn_1i6bp_1 {
|
|
410
|
+
from {
|
|
411
|
+
transform: translateX(calc(100% + var(--viewport-padding)));
|
|
412
|
+
}
|
|
413
|
+
to {
|
|
414
|
+
transform: translateX(0);
|
|
415
|
+
}
|
|
416
|
+
}
|
|
417
|
+
@keyframes _swipeOut_1i6bp_1 {
|
|
418
|
+
from {
|
|
419
|
+
transform: translateX(var(--radix-toast-swipe-end-x));
|
|
420
|
+
}
|
|
421
|
+
to {
|
|
422
|
+
transform: translateX(calc(100% + var(--viewport-padding)));
|
|
423
|
+
}
|
|
424
|
+
}._default_1odpt_1 {
|
|
425
|
+
background-color: var(--color-panel-solid);
|
|
426
|
+
box-shadow: var(--shadow-2);
|
|
427
|
+
height: max-content;
|
|
428
|
+
width: max-content;
|
|
429
|
+
}
|
|
430
|
+
._default_1odpt_1 p {
|
|
431
|
+
color: var(--gray-12) !important;
|
|
432
|
+
}
|
|
433
|
+
._default_1odpt_1 span {
|
|
434
|
+
display: none;
|
|
435
|
+
}._noWrap_1wpa5_1 {
|
|
436
|
+
white-space: nowrap;
|
|
437
|
+
overflow: hidden;
|
|
438
|
+
text-overflow: ellipsis;
|
|
439
|
+
display: block;
|
|
440
|
+
}/*
|
|
441
|
+
Doubling up on the radix-themes class to increase specificity over the default.
|
|
442
|
+
Note: the class name must be "radix-themes" for nested themes to work.
|
|
443
|
+
|
|
444
|
+
See documentation at https://www.radix-ui.com/themes/docs/theme/token-reference
|
|
445
|
+
*/
|
|
446
|
+
.radix-themes.radix-themes {
|
|
447
|
+
--cursor-button: pointer;
|
|
448
|
+
--cursor-menu-item: pointer;
|
|
449
|
+
--cursor-checkbox: pointer;
|
|
450
|
+
}
|
|
451
|
+
|
|
452
|
+
.rt-BaseButton {
|
|
453
|
+
/* fix the cursor token only being applied to HTML buttons */
|
|
454
|
+
cursor: var(--cursor-button);
|
|
455
|
+
}
|
|
456
|
+
._light_1u8fs_1 span {
|
|
457
|
+
color: var(--gray-a3);
|
|
458
|
+
}
|
|
459
|
+
._light_1u8fs_1 [role=separator] {
|
|
460
|
+
background-color: var(--gray-a3);
|
|
461
|
+
}
|
|
462
|
+
|
|
463
|
+
._bold_1u8fs_8 span {
|
|
464
|
+
color: var(--gray-a9);
|
|
465
|
+
}
|
|
466
|
+
._bold_1u8fs_8 [role=separator] {
|
|
467
|
+
background-color: var(--gray-a9);
|
|
468
|
+
}
|
|
469
|
+
|
|
470
|
+
._full_1u8fs_15 span {
|
|
471
|
+
color: var(--gray-a12);
|
|
472
|
+
}
|
|
473
|
+
._full_1u8fs_15 [role=separator] {
|
|
474
|
+
background-color: var(--gray-a12);
|
|
475
|
+
}
|
|
476
|
+
|
|
477
|
+
._Text_1u8fs_22 {
|
|
478
|
+
color: var(--gray-a6);
|
|
479
|
+
}button {
|
|
480
|
+
all: unset;
|
|
481
|
+
}
|
|
482
|
+
|
|
483
|
+
._checkboxContainer_pb9za_5 {
|
|
484
|
+
display: flex;
|
|
485
|
+
align-items: center;
|
|
486
|
+
}
|
|
487
|
+
|
|
488
|
+
._checkbox_pb9za_5 {
|
|
489
|
+
background-color: var(--color-panel-solid);
|
|
490
|
+
width: 15px;
|
|
491
|
+
height: 15px;
|
|
492
|
+
border-radius: 4px;
|
|
493
|
+
display: flex;
|
|
494
|
+
align-items: center;
|
|
495
|
+
justify-content: center;
|
|
496
|
+
background-color: var(--color-surface);
|
|
497
|
+
box-shadow: inset 0 0 0 1px var(--gray-a7);
|
|
498
|
+
cursor: var(--cursor-checkbox);
|
|
499
|
+
}
|
|
500
|
+
._checkbox_pb9za_5 [data-state=checked], ._checkbox_pb9za_5 [data-state=indeterminate] {
|
|
501
|
+
background-color: var(--accent-9);
|
|
502
|
+
color: var(--accent-9-contrast);
|
|
503
|
+
}
|
|
504
|
+
|
|
505
|
+
._checkboxIndicator_pb9za_27 {
|
|
506
|
+
display: flex;
|
|
507
|
+
align-items: center;
|
|
508
|
+
justify-content: center;
|
|
509
|
+
justify-items: center;
|
|
510
|
+
height: 100%;
|
|
511
|
+
width: 100%;
|
|
512
|
+
border-radius: 4px;
|
|
513
|
+
padding-right: 0.5px;
|
|
514
|
+
}
|
|
515
|
+
|
|
516
|
+
._checkboxLabel_pb9za_38 {
|
|
517
|
+
padding-left: 0.5rem;
|
|
518
|
+
}
|
|
519
|
+
|
|
520
|
+
._noTextHighlight_pb9za_42 {
|
|
521
|
+
-webkit-touch-callout: none;
|
|
522
|
+
-webkit-user-select: none;
|
|
523
|
+
-khtml-user-select: none;
|
|
524
|
+
-moz-user-select: none;
|
|
525
|
+
-ms-user-select: none;
|
|
526
|
+
user-select: none;
|
|
527
|
+
}
|
|
528
|
+
|
|
529
|
+
._checkboxHidden_pb9za_51 {
|
|
530
|
+
visibility: hidden;
|
|
531
|
+
}._tableContainer_go3yk_1 {
|
|
532
|
+
border-width: 1px;
|
|
533
|
+
padding: 30px;
|
|
534
|
+
border: 1px solid var(--gray-a4);
|
|
535
|
+
border-radius: 0.5rem;
|
|
536
|
+
box-shadow: var(--shadow-4);
|
|
537
|
+
}
|
|
538
|
+
@media only screen and (max-width: 600px) {
|
|
539
|
+
._tableContainer_go3yk_1 {
|
|
540
|
+
padding: 10px;
|
|
541
|
+
}
|
|
542
|
+
}
|
|
543
|
+
|
|
544
|
+
._headerContainer_go3yk_14 {
|
|
545
|
+
padding-bottom: 1rem;
|
|
546
|
+
}
|
|
547
|
+
|
|
548
|
+
._tableTopContainer_go3yk_18 {
|
|
549
|
+
padding: 10px 0;
|
|
550
|
+
}
|
|
551
|
+
|
|
552
|
+
._searchContainer_go3yk_22 {
|
|
553
|
+
display: block;
|
|
554
|
+
width: 250px;
|
|
555
|
+
}
|
|
556
|
+
@media only screen and (max-width: 600px) {
|
|
557
|
+
._searchContainer_go3yk_22 {
|
|
558
|
+
width: auto;
|
|
559
|
+
}
|
|
560
|
+
}
|
|
561
|
+
|
|
562
|
+
._columnFilterSelect_go3yk_32 {
|
|
563
|
+
display: block;
|
|
564
|
+
box-shadow: none;
|
|
565
|
+
}
|
|
566
|
+
._columnFilterSelect_go3yk_32 svg {
|
|
567
|
+
display: none;
|
|
568
|
+
}
|
|
569
|
+
._columnFilterSelect_go3yk_32:hover {
|
|
570
|
+
background-color: rgba(0, 0, 0, 0.01);
|
|
571
|
+
cursor: pointer;
|
|
572
|
+
}
|
|
573
|
+
|
|
574
|
+
._table_go3yk_1 {
|
|
575
|
+
border: 1px solid var(--gray-a4);
|
|
576
|
+
border-radius: 3px !important;
|
|
577
|
+
background-color: inherit;
|
|
578
|
+
}
|
|
579
|
+
|
|
580
|
+
._tableHeaderCell_go3yk_50 {
|
|
581
|
+
opacity: 0.65;
|
|
582
|
+
padding: 10px !important;
|
|
583
|
+
border-bottom: 1px solid var(--gray-4);
|
|
584
|
+
}
|
|
585
|
+
|
|
586
|
+
._tableRow_go3yk_56 {
|
|
587
|
+
background-color: inherit;
|
|
588
|
+
/* This for the CellSelect checkbox component as it does not accept a className prop */
|
|
589
|
+
}
|
|
590
|
+
._tableRow_go3yk_56 span, ._tableRow_go3yk_56 i {
|
|
591
|
+
display: inline-flex;
|
|
592
|
+
place-self: center;
|
|
593
|
+
}
|
|
594
|
+
._tableRow_go3yk_56 td {
|
|
595
|
+
padding-left: 10px !important;
|
|
596
|
+
}
|
|
597
|
+
._tableRow_go3yk_56:hover {
|
|
598
|
+
background-color: var(--gray-a4);
|
|
599
|
+
}
|
|
600
|
+
|
|
601
|
+
._tableCell_go3yk_71 {
|
|
602
|
+
padding: 10px !important;
|
|
603
|
+
}
|
|
604
|
+
._tableCell_go3yk_71:not(:last-of-type) {
|
|
605
|
+
padding-right: 20px !important;
|
|
606
|
+
}
|
|
607
|
+
|
|
608
|
+
._noDataTextContainer_go3yk_78 {
|
|
609
|
+
padding: 0.5rem 10px;
|
|
610
|
+
color: #616161;
|
|
611
|
+
width: max-content;
|
|
612
|
+
}
|
|
613
|
+
|
|
614
|
+
._tableBottomContainer_go3yk_84 {
|
|
615
|
+
padding: 15px 0;
|
|
616
|
+
}
|
|
617
|
+
|
|
618
|
+
._rowsPerPageContainer_go3yk_88 {
|
|
619
|
+
flex: 1;
|
|
620
|
+
}
|
|
621
|
+
@media only screen and (max-width: 600px) {
|
|
622
|
+
._rowsPerPageContainer_go3yk_88 {
|
|
623
|
+
justify-content: center;
|
|
624
|
+
padding-top: 5px;
|
|
625
|
+
}
|
|
626
|
+
}
|
|
627
|
+
|
|
628
|
+
._rowsPerPageText_go3yk_98 {
|
|
629
|
+
padding-right: 10px;
|
|
630
|
+
padding-top: 1px;
|
|
631
|
+
}._editableTextContainer_174g6_1 {
|
|
632
|
+
align-items: center;
|
|
633
|
+
}
|
|
634
|
+
|
|
635
|
+
._editableTextText_174g6_5 div {
|
|
636
|
+
outline: none;
|
|
637
|
+
box-shadow: none;
|
|
638
|
+
border: none;
|
|
639
|
+
background: transparent;
|
|
640
|
+
}
|
|
641
|
+
._editableTextText_174g6_5 input {
|
|
642
|
+
font-size: var(--font-size-3);
|
|
643
|
+
}
|
|
644
|
+
._editableTextText_174g6_5 .rt-TextFieldInput:where(:disabled, :read-only) {
|
|
645
|
+
color: unset;
|
|
646
|
+
-webkit-text-fill-color: unset;
|
|
647
|
+
}
|
|
648
|
+
|
|
649
|
+
._editableTextInput_174g6_19 input {
|
|
650
|
+
font-size: var(--font-size-3);
|
|
651
|
+
}
|
|
652
|
+
|
|
653
|
+
._iconHidden_174g6_23 {
|
|
654
|
+
visibility: hidden;
|
|
655
|
+
}
|