@kismet-ux/constellation 1.0.1 → 1.2.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/README.md +2 -0
- package/dist/brand/Logo/logo.css +68 -0
- package/dist/brand/Logo/logo.module.scss.js +3 -1
- package/dist/brand/Logo/logo.module.scss.js.map +1 -1
- package/dist/form/Checkbox/checkbox.css +124 -0
- package/dist/form/Checkbox/checkbox.js +53 -4
- package/dist/form/Checkbox/checkbox.js.map +1 -1
- package/dist/form/Checkbox/checkbox.module.scss.js +3 -1
- package/dist/form/Checkbox/checkbox.module.scss.js.map +1 -1
- package/dist/form/DatePicker/date-picker.css +175 -0
- package/dist/form/DatePicker/date-picker.js +52 -4
- package/dist/form/DatePicker/date-picker.js.map +1 -1
- package/dist/form/DatePicker/date-picker.module.scss.js +3 -1
- package/dist/form/DatePicker/date-picker.module.scss.js.map +1 -1
- package/dist/form/Input/input.css +155 -0
- package/dist/form/Input/input.module.scss.js +3 -1
- package/dist/form/Input/input.module.scss.js.map +1 -1
- package/dist/form/Label/label.css +57 -0
- package/dist/form/Label/label.module.scss.js +3 -1
- package/dist/form/Label/label.module.scss.js.map +1 -1
- package/dist/form/Select/select.css +213 -0
- package/dist/form/Select/select.module.scss.js +3 -1
- package/dist/form/Select/select.module.scss.js.map +1 -1
- package/dist/form.d.ts +1 -1
- package/dist/{index-qbk6vH0X.d.ts → index-CPpu2Wg4.d.ts} +2 -2
- package/dist/{index-DECPicJT.d.ts → index-DMy7AzMN.d.ts} +68 -23
- package/dist/{index-Bzf20Rpc.d.ts → index-YOC5H6Ls.d.ts} +2 -2
- package/dist/index.css +1 -6752
- package/dist/index.d.ts +6 -6
- package/dist/index.js +29 -26
- package/dist/index.js.map +1 -1
- package/dist/layout/AppContent/app-content.css +3 -0
- package/dist/layout/AppContent/app-content.module.scss.js +3 -1
- package/dist/layout/AppContent/app-content.module.scss.js.map +1 -1
- package/dist/layout/AppFooter/app-footer.css +12 -0
- package/dist/layout/AppFooter/app-footer.module.scss.js +3 -1
- package/dist/layout/AppFooter/app-footer.module.scss.js.map +1 -1
- package/dist/layout/AppSidebarHeader/app-sidebar-header.css +20 -0
- package/dist/layout/AppSidebarHeader/app-sidebar-header.js +29 -1
- package/dist/layout/AppSidebarHeader/app-sidebar-header.js.map +1 -1
- package/dist/layout/AppSidebarHeader/app-sidebar-header.module.scss.js +3 -1
- package/dist/layout/AppSidebarHeader/app-sidebar-header.module.scss.js.map +1 -1
- package/dist/layout/Collapse/collapse.css +19 -0
- package/dist/layout/Collapse/collapse.module.scss.js +3 -1
- package/dist/layout/Collapse/collapse.module.scss.js.map +1 -1
- package/dist/layout/Column/column.css +95 -0
- package/dist/layout/Column/column.module.scss.js +3 -1
- package/dist/layout/Column/column.module.scss.js.map +1 -1
- package/dist/layout/Container/container.css +482 -0
- package/dist/layout/Container/container.module.scss.js +3 -1
- package/dist/layout/Container/container.module.scss.js.map +1 -1
- package/dist/layout/Grid/grid.css +346 -0
- package/dist/layout/Grid/grid.module.scss.js +3 -1
- package/dist/layout/Grid/grid.module.scss.js.map +1 -1
- package/dist/layout/Row/row.css +125 -0
- package/dist/layout/Row/row.module.scss.js +3 -1
- package/dist/layout/Row/row.module.scss.js.map +1 -1
- package/dist/layout/Sidebar/sidebar.css +554 -0
- package/dist/layout/Sidebar/sidebar.module.scss.js +3 -1
- package/dist/layout/Sidebar/sidebar.module.scss.js.map +1 -1
- package/dist/layout/Skeleton/skeleton.css +17 -0
- package/dist/layout/Skeleton/skeleton.module.scss.js +3 -1
- package/dist/layout/Skeleton/skeleton.module.scss.js.map +1 -1
- package/dist/layout.d.ts +2 -2
- package/dist/navigation/Breadcrumbs/breadcrumbs.css +53 -0
- package/dist/navigation/Breadcrumbs/breadcrumbs.module.scss.js +3 -1
- package/dist/navigation/Breadcrumbs/breadcrumbs.module.scss.js.map +1 -1
- package/dist/navigation/DropdownMenu/dropdown-menu.css +193 -0
- package/dist/navigation/DropdownMenu/dropdown-menu.module.scss.js +3 -1
- package/dist/navigation/DropdownMenu/dropdown-menu.module.scss.js.map +1 -1
- package/dist/navigation/Link/link.css +62 -0
- package/dist/navigation/Link/link.module.scss.js +3 -1
- package/dist/navigation/Link/link.module.scss.js.map +1 -1
- package/dist/navigation/NavUser/nav-user.css +21 -0
- package/dist/navigation/NavUser/nav-user.js +2 -2
- package/dist/navigation/NavUser/nav-user.module.scss.js +3 -1
- package/dist/navigation/NavUser/nav-user.module.scss.js.map +1 -1
- package/dist/navigation/Sheet/sheet.css +253 -0
- package/dist/navigation/Sheet/sheet.js +28 -3
- package/dist/navigation/Sheet/sheet.js.map +1 -1
- package/dist/navigation/Sheet/sheet.module.scss.js +3 -1
- package/dist/navigation/Sheet/sheet.module.scss.js.map +1 -1
- package/dist/navigation.d.ts +1 -1
- package/dist/settings/AppearanceTabs/appearance-tabs.css +12 -0
- package/dist/settings/AppearanceTabs/appearance-tabs.js +26 -1
- package/dist/settings/AppearanceTabs/appearance-tabs.js.map +1 -1
- package/dist/settings/AppearanceTabs/appearance-tabs.module.scss.js +3 -1
- package/dist/settings/AppearanceTabs/appearance-tabs.module.scss.js.map +1 -1
- package/dist/{tooltip-XagXjWLB.d.ts → tooltip-DoCbTucr.d.ts} +3 -3
- package/dist/typography/Heading/heading.css +9 -0
- package/dist/typography/Heading/heading.module.scss.js +3 -1
- package/dist/typography/Heading/heading.module.scss.js.map +1 -1
- package/dist/typography/TruncatedText/truncated-text.css +12 -0
- package/dist/typography/TruncatedText/truncated-text.module.scss.js +3 -1
- package/dist/typography/TruncatedText/truncated-text.module.scss.js.map +1 -1
- package/dist/typography/Typography/typography.css +227 -0
- package/dist/typography/Typography/typography.module.scss.js +3 -1
- package/dist/typography/Typography/typography.module.scss.js.map +1 -1
- package/dist/ui/Alert/alert.css +295 -0
- package/dist/ui/Alert/alert.module.scss.js +3 -1
- package/dist/ui/Alert/alert.module.scss.js.map +1 -1
- package/dist/ui/Avatar/avatar.css +36 -0
- package/dist/ui/Avatar/avatar.module.scss.js +3 -1
- package/dist/ui/Avatar/avatar.module.scss.js.map +1 -1
- package/dist/ui/Button/button.css +451 -0
- package/dist/ui/Button/button.module.scss.js +3 -1
- package/dist/ui/Button/button.module.scss.js.map +1 -1
- package/dist/ui/Chip/chip-variants.d.ts +6 -1
- package/dist/ui/Chip/chip-variants.d.ts.map +1 -1
- package/dist/ui/Chip/chip-variants.js +19 -2
- package/dist/ui/Chip/chip-variants.js.map +1 -1
- package/dist/ui/Chip/chip.css +229 -0
- package/dist/ui/Chip/chip.d.ts +14 -0
- package/dist/ui/Chip/chip.d.ts.map +1 -1
- package/dist/ui/Chip/chip.js +10 -2
- package/dist/ui/Chip/chip.js.map +1 -1
- package/dist/ui/Chip/chip.module.scss.js +3 -1
- package/dist/ui/Chip/chip.module.scss.js.map +1 -1
- package/dist/ui/CodeBlock/code-block.css +217 -0
- package/dist/ui/CodeBlock/code-block.module.scss.js +3 -1
- package/dist/ui/CodeBlock/code-block.module.scss.js.map +1 -1
- package/dist/ui/DevIndicator/dev-indicator.css +31 -0
- package/dist/ui/DevIndicator/dev-indicator.module.scss.js +3 -1
- package/dist/ui/DevIndicator/dev-indicator.module.scss.js.map +1 -1
- package/dist/ui/Dialog/dialog.css +111 -0
- package/dist/ui/Dialog/dialog.module.scss.js +3 -1
- package/dist/ui/Dialog/dialog.module.scss.js.map +1 -1
- package/dist/ui/EmptyState/empty-state.css +183 -0
- package/dist/ui/EmptyState/empty-state.module.scss.js +3 -1
- package/dist/ui/EmptyState/empty-state.module.scss.js.map +1 -1
- package/dist/ui/Icon/icon.css +183 -0
- package/dist/ui/Icon/icon.module.scss.js +3 -1
- package/dist/ui/Icon/icon.module.scss.js.map +1 -1
- package/dist/ui/List/list.css +116 -0
- package/dist/ui/List/list.module.scss.js +3 -1
- package/dist/ui/List/list.module.scss.js.map +1 -1
- package/dist/ui/Pagination/pagination.css +31 -0
- package/dist/ui/Pagination/pagination.module.scss.js +3 -1
- package/dist/ui/Pagination/pagination.module.scss.js.map +1 -1
- package/dist/ui/ProgressBar/progress-bar.css +110 -0
- package/dist/ui/ProgressBar/progress-bar.module.scss.js +3 -1
- package/dist/ui/ProgressBar/progress-bar.module.scss.js.map +1 -1
- package/dist/ui/Separator/separator.css +14 -0
- package/dist/ui/Separator/separator.module.scss.js +3 -1
- package/dist/ui/Separator/separator.module.scss.js.map +1 -1
- package/dist/ui/StatCard/stat-card.css +112 -0
- package/dist/ui/StatCard/stat-card.module.scss.js +3 -1
- package/dist/ui/StatCard/stat-card.module.scss.js.map +1 -1
- package/dist/ui/StatusDot/index.d.ts +3 -0
- package/dist/ui/StatusDot/index.d.ts.map +1 -0
- package/dist/ui/StatusDot/status-dot-variants.d.ts +7 -0
- package/dist/ui/StatusDot/status-dot-variants.d.ts.map +1 -0
- package/dist/ui/StatusDot/status-dot-variants.js +28 -0
- package/dist/ui/StatusDot/status-dot-variants.js.map +1 -0
- package/dist/ui/StatusDot/status-dot.css +61 -0
- package/dist/ui/StatusDot/status-dot.d.ts +23 -0
- package/dist/ui/StatusDot/status-dot.d.ts.map +1 -0
- package/dist/ui/StatusDot/status-dot.js +23 -0
- package/dist/ui/StatusDot/status-dot.js.map +1 -0
- package/dist/ui/StatusDot/status-dot.module.scss.js +6 -0
- package/dist/ui/StatusDot/status-dot.module.scss.js.map +1 -0
- package/dist/ui/StepProgress/step-progress.css +333 -0
- package/dist/ui/StepProgress/step-progress.module.scss.js +3 -1
- package/dist/ui/StepProgress/step-progress.module.scss.js.map +1 -1
- package/dist/ui/Switch/switch.css +116 -0
- package/dist/ui/Switch/switch.module.scss.js +3 -1
- package/dist/ui/Switch/switch.module.scss.js.map +1 -1
- package/dist/ui/Table/table.css +131 -0
- package/dist/ui/Table/table.module.scss.js +3 -1
- package/dist/ui/Table/table.module.scss.js.map +1 -1
- package/dist/ui/TableActionCell/table-action-cell.css +15 -0
- package/dist/ui/TableActionCell/table-action-cell.module.scss.js +3 -1
- package/dist/ui/TableActionCell/table-action-cell.module.scss.js.map +1 -1
- package/dist/ui/TableToolbar/table-toolbar.css +36 -0
- package/dist/ui/TableToolbar/table-toolbar.module.scss.js +3 -1
- package/dist/ui/TableToolbar/table-toolbar.module.scss.js.map +1 -1
- package/dist/ui/Toggle/toggle.css +551 -0
- package/dist/ui/Toggle/toggle.module.scss.js +3 -1
- package/dist/ui/Toggle/toggle.module.scss.js.map +1 -1
- package/dist/ui/ToggleGroup/toggle-group.css +70 -0
- package/dist/ui/ToggleGroup/toggle-group.module.scss.js +3 -1
- package/dist/ui/ToggleGroup/toggle-group.module.scss.js.map +1 -1
- package/dist/ui/Tooltip/tooltip.css +93 -0
- package/dist/ui/Tooltip/tooltip.module.scss.js +3 -1
- package/dist/ui/Tooltip/tooltip.module.scss.js.map +1 -1
- package/dist/ui/index.d.ts +1 -0
- package/dist/ui/index.d.ts.map +1 -1
- package/dist/ui.d.ts +2 -2
- package/dist/ui.js +2 -0
- package/dist/ui.js.map +1 -1
- package/dist/user/UserInfo/user-info.css +29 -0
- package/dist/user/UserInfo/user-info.module.scss.js +3 -1
- package/dist/user/UserInfo/user-info.module.scss.js.map +1 -1
- package/package.json +3 -2
- package/dist/index.css.map +0 -1
|
@@ -0,0 +1,193 @@
|
|
|
1
|
+
@keyframes dropdown-menu-module_dropdownMenuShow__vBpkC {
|
|
2
|
+
from {
|
|
3
|
+
opacity: 0;
|
|
4
|
+
transform: scale(0.95) translateX(var(--dropdown-slide-x, 0)) translateY(var(--dropdown-slide-y, 0));
|
|
5
|
+
}
|
|
6
|
+
to {
|
|
7
|
+
opacity: 1;
|
|
8
|
+
transform: scale(1) translateX(0) translateY(0);
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
@keyframes dropdown-menu-module_dropdownMenuHide__YFxyC {
|
|
12
|
+
from {
|
|
13
|
+
opacity: 1;
|
|
14
|
+
transform: scale(1) translateX(0) translateY(0);
|
|
15
|
+
}
|
|
16
|
+
to {
|
|
17
|
+
opacity: 0;
|
|
18
|
+
transform: scale(0.95) translateX(var(--dropdown-slide-x, 0)) translateY(var(--dropdown-slide-y, 0));
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
.dropdown-menu-module_dropdown-menu-sub-content__1zjsp, .dropdown-menu-module_dropdown-menu-content__Pnzfl {
|
|
22
|
+
animation-duration: 150ms;
|
|
23
|
+
animation-fill-mode: both;
|
|
24
|
+
background-clip: padding-box;
|
|
25
|
+
background-color: var(--surface-muted);
|
|
26
|
+
border: 1px solid var(--divider);
|
|
27
|
+
border-radius: 0.375rem;
|
|
28
|
+
color: var(--text-primary);
|
|
29
|
+
min-width: 8rem;
|
|
30
|
+
overflow: hidden;
|
|
31
|
+
padding: 0.25rem;
|
|
32
|
+
--dropdown-slide-x: 0;
|
|
33
|
+
--dropdown-slide-y: 0;
|
|
34
|
+
transform-origin: var(--radix-dropdown-menu-content-transform-origin, center);
|
|
35
|
+
will-change: opacity, transform;
|
|
36
|
+
z-index: var(--z-popover);
|
|
37
|
+
}
|
|
38
|
+
[data-state=open].dropdown-menu-module_dropdown-menu-sub-content__1zjsp, [data-state=open].dropdown-menu-module_dropdown-menu-content__Pnzfl {
|
|
39
|
+
animation-name: dropdown-menu-module_dropdownMenuShow__vBpkC;
|
|
40
|
+
}
|
|
41
|
+
[data-state=closed].dropdown-menu-module_dropdown-menu-sub-content__1zjsp, [data-state=closed].dropdown-menu-module_dropdown-menu-content__Pnzfl {
|
|
42
|
+
animation-name: dropdown-menu-module_dropdownMenuHide__YFxyC;
|
|
43
|
+
}
|
|
44
|
+
[data-side=top].dropdown-menu-module_dropdown-menu-sub-content__1zjsp, [data-side=top].dropdown-menu-module_dropdown-menu-content__Pnzfl {
|
|
45
|
+
--dropdown-slide-y: 0.5rem;
|
|
46
|
+
}
|
|
47
|
+
[data-side=bottom].dropdown-menu-module_dropdown-menu-sub-content__1zjsp, [data-side=bottom].dropdown-menu-module_dropdown-menu-content__Pnzfl {
|
|
48
|
+
--dropdown-slide-y: -0.5rem;
|
|
49
|
+
}
|
|
50
|
+
[data-side=left].dropdown-menu-module_dropdown-menu-sub-content__1zjsp, [data-side=left].dropdown-menu-module_dropdown-menu-content__Pnzfl {
|
|
51
|
+
--dropdown-slide-x: 0.5rem;
|
|
52
|
+
}
|
|
53
|
+
[data-side=right].dropdown-menu-module_dropdown-menu-sub-content__1zjsp, [data-side=right].dropdown-menu-module_dropdown-menu-content__Pnzfl {
|
|
54
|
+
--dropdown-slide-x: -0.5rem;
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
.dropdown-menu-module_dropdown-menu-content__Pnzfl {
|
|
58
|
+
box-shadow: var(--shadow-elevation-6);
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
.dropdown-menu-module_dropdown-menu-sub-content__1zjsp {
|
|
62
|
+
box-shadow: var(--shadow-elevation-3);
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
.dropdown-menu-module_sub-trigger__7Ayyq, .dropdown-menu-module_radio-item__iH_ib, .dropdown-menu-module_checkbox-item__O_yLt, .dropdown-menu-module_dropdown-menu-item__ZIrP1 {
|
|
66
|
+
align-items: center;
|
|
67
|
+
border-radius: 0.25rem;
|
|
68
|
+
color: inherit;
|
|
69
|
+
cursor: pointer;
|
|
70
|
+
display: flex;
|
|
71
|
+
font-size: 0.875rem;
|
|
72
|
+
gap: 0.5rem;
|
|
73
|
+
justify-content: center;
|
|
74
|
+
line-height: 1.25;
|
|
75
|
+
outline: none;
|
|
76
|
+
padding: 0.375rem 0.5rem;
|
|
77
|
+
text-decoration: none;
|
|
78
|
+
user-select: none;
|
|
79
|
+
width: 100%;
|
|
80
|
+
}
|
|
81
|
+
.dropdown-menu-module_sub-trigger__7Ayyq:focus-visible, .dropdown-menu-module_radio-item__iH_ib:focus-visible, .dropdown-menu-module_checkbox-item__O_yLt:focus-visible, .dropdown-menu-module_dropdown-menu-item__ZIrP1:focus-visible, .dropdown-menu-module_sub-trigger__7Ayyq:focus, .dropdown-menu-module_radio-item__iH_ib:focus, .dropdown-menu-module_checkbox-item__O_yLt:focus, .dropdown-menu-module_dropdown-menu-item__ZIrP1:focus {
|
|
82
|
+
background-color: var(--action-focus);
|
|
83
|
+
}
|
|
84
|
+
.dropdown-menu-module_sub-trigger__7Ayyq:hover:not([data-disabled=true]), .dropdown-menu-module_radio-item__iH_ib:hover:not([data-disabled=true]), .dropdown-menu-module_checkbox-item__O_yLt:hover:not([data-disabled=true]), .dropdown-menu-module_dropdown-menu-item__ZIrP1:hover:not([data-disabled=true]) {
|
|
85
|
+
background-color: var(--action-hover);
|
|
86
|
+
}
|
|
87
|
+
[data-disabled=true].dropdown-menu-module_sub-trigger__7Ayyq, [data-disabled=true].dropdown-menu-module_radio-item__iH_ib, [data-disabled=true].dropdown-menu-module_checkbox-item__O_yLt, [data-disabled=true].dropdown-menu-module_dropdown-menu-item__ZIrP1 {
|
|
88
|
+
opacity: 0.5;
|
|
89
|
+
pointer-events: none;
|
|
90
|
+
}
|
|
91
|
+
[data-inset=true].dropdown-menu-module_sub-trigger__7Ayyq, [data-inset=true].dropdown-menu-module_radio-item__iH_ib, [data-inset=true].dropdown-menu-module_checkbox-item__O_yLt, [data-inset=true].dropdown-menu-module_dropdown-menu-item__ZIrP1 {
|
|
92
|
+
padding-left: 2rem;
|
|
93
|
+
}
|
|
94
|
+
.dropdown-menu-module_sub-trigger__7Ayyq svg, .dropdown-menu-module_radio-item__iH_ib svg, .dropdown-menu-module_checkbox-item__O_yLt svg, .dropdown-menu-module_dropdown-menu-item__ZIrP1 svg {
|
|
95
|
+
flex-shrink: 0;
|
|
96
|
+
pointer-events: none;
|
|
97
|
+
}
|
|
98
|
+
.dropdown-menu-module_sub-trigger__7Ayyq svg:not([class*=size-]), .dropdown-menu-module_radio-item__iH_ib svg:not([class*=size-]), .dropdown-menu-module_checkbox-item__O_yLt svg:not([class*=size-]), .dropdown-menu-module_dropdown-menu-item__ZIrP1 svg:not([class*=size-]) {
|
|
99
|
+
height: 1rem;
|
|
100
|
+
width: 1rem;
|
|
101
|
+
}
|
|
102
|
+
.dropdown-menu-module_sub-trigger__7Ayyq svg:not([class*=text-]), .dropdown-menu-module_radio-item__iH_ib svg:not([class*=text-]), .dropdown-menu-module_checkbox-item__O_yLt svg:not([class*=text-]), .dropdown-menu-module_dropdown-menu-item__ZIrP1 svg:not([class*=text-]) {
|
|
103
|
+
color: var(--text-secondary);
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
.dropdown-menu-module_dropdown-menu-item__ZIrP1 {
|
|
107
|
+
background: transparent;
|
|
108
|
+
border: none;
|
|
109
|
+
}
|
|
110
|
+
.dropdown-menu-module_dropdown-menu-item__ZIrP1[data-variant=destructive] {
|
|
111
|
+
color: var(--destructive-emphasis);
|
|
112
|
+
}
|
|
113
|
+
.dropdown-menu-module_dropdown-menu-item__ZIrP1[data-variant=destructive] svg {
|
|
114
|
+
color: var(--destructive-emphasis);
|
|
115
|
+
}
|
|
116
|
+
.dropdown-menu-module_dropdown-menu-item__ZIrP1[data-variant=destructive]:hover {
|
|
117
|
+
background-color: var(--destructive-hover);
|
|
118
|
+
}
|
|
119
|
+
.dropdown-menu-module_dropdown-menu-item__ZIrP1[data-variant=destructive]:focus-visible, .dropdown-menu-module_dropdown-menu-item__ZIrP1[data-variant=destructive]:focus {
|
|
120
|
+
background-color: var(--destructive-focus);
|
|
121
|
+
}
|
|
122
|
+
.dark .dropdown-menu-module_dropdown-menu-item__ZIrP1[data-variant=destructive] {
|
|
123
|
+
color: color-mix(in srgb, var(--destructive-main) 25%, var(--destructive-contrast));
|
|
124
|
+
}
|
|
125
|
+
.dark .dropdown-menu-module_dropdown-menu-item__ZIrP1[data-variant=destructive] svg {
|
|
126
|
+
color: color-mix(in srgb, var(--destructive-main) 25%, var(--destructive-contrast));
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
.dropdown-menu-module_checkbox-item__O_yLt {
|
|
130
|
+
padding-left: 2rem;
|
|
131
|
+
padding-right: 0.5rem;
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
.dropdown-menu-module_radio-item__iH_ib {
|
|
135
|
+
padding-left: 2rem;
|
|
136
|
+
padding-right: 0.5rem;
|
|
137
|
+
}
|
|
138
|
+
|
|
139
|
+
.dropdown-menu-module_sub-trigger__7Ayyq[data-state=open] {
|
|
140
|
+
background-color: var(--secondary-main);
|
|
141
|
+
color: var(--secondary-contrast);
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
.dropdown-menu-module_sub-trigger-icon__3ao3N {
|
|
145
|
+
color: var(--text-secondary);
|
|
146
|
+
height: 1rem;
|
|
147
|
+
margin-left: auto;
|
|
148
|
+
width: 1rem;
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
.dropdown-menu-module_indicator__7xNQY {
|
|
152
|
+
align-items: center;
|
|
153
|
+
display: flex;
|
|
154
|
+
height: 0.875rem;
|
|
155
|
+
justify-content: center;
|
|
156
|
+
left: 0.5rem;
|
|
157
|
+
pointer-events: none;
|
|
158
|
+
position: absolute;
|
|
159
|
+
width: 0.875rem;
|
|
160
|
+
}
|
|
161
|
+
|
|
162
|
+
.dropdown-menu-module_checkbox-icon__K6-yz {
|
|
163
|
+
height: 1rem;
|
|
164
|
+
width: 1rem;
|
|
165
|
+
}
|
|
166
|
+
|
|
167
|
+
.dropdown-menu-module_radio-icon__-t3w3 {
|
|
168
|
+
height: 0.5rem;
|
|
169
|
+
width: 0.5rem;
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
.dropdown-menu-module_menu-label__MVnli {
|
|
173
|
+
font-size: 0.875rem;
|
|
174
|
+
font-weight: 500;
|
|
175
|
+
padding: 0.375rem 0.5rem;
|
|
176
|
+
}
|
|
177
|
+
.dropdown-menu-module_menu-label__MVnli[data-inset=true] {
|
|
178
|
+
padding-left: 2rem;
|
|
179
|
+
}
|
|
180
|
+
|
|
181
|
+
.dropdown-menu-module_menu-separator__0CqdY {
|
|
182
|
+
background-color: var(--divider);
|
|
183
|
+
height: 1px;
|
|
184
|
+
margin: 0.25rem -0.25rem;
|
|
185
|
+
width: calc(100% + 0.5rem);
|
|
186
|
+
}
|
|
187
|
+
|
|
188
|
+
.dropdown-menu-module_menu-shortcut__OrU6n {
|
|
189
|
+
color: var(--text-secondary);
|
|
190
|
+
font-size: 0.75rem;
|
|
191
|
+
letter-spacing: 0.1em;
|
|
192
|
+
margin-left: auto;
|
|
193
|
+
}
|
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
|
|
1
|
+
import './dropdown-menu.css';
|
|
2
|
+
|
|
3
|
+
var s = {"dropdown-menu-sub-content":"dropdown-menu-module_dropdown-menu-sub-content__1zjsp","dropdown-menu-content":"dropdown-menu-module_dropdown-menu-content__Pnzfl","sub-trigger":"dropdown-menu-module_sub-trigger__7Ayyq","radio-item":"dropdown-menu-module_radio-item__iH_ib","checkbox-item":"dropdown-menu-module_checkbox-item__O_yLt","dropdown-menu-item":"dropdown-menu-module_dropdown-menu-item__ZIrP1","sub-trigger-icon":"dropdown-menu-module_sub-trigger-icon__3ao3N","indicator":"dropdown-menu-module_indicator__7xNQY","checkbox-icon":"dropdown-menu-module_checkbox-icon__K6-yz","radio-icon":"dropdown-menu-module_radio-icon__-t3w3","menu-label":"dropdown-menu-module_menu-label__MVnli","menu-separator":"dropdown-menu-module_menu-separator__0CqdY","menu-shortcut":"dropdown-menu-module_menu-shortcut__OrU6n"};
|
|
2
4
|
|
|
3
5
|
export { s as default };
|
|
4
6
|
//# sourceMappingURL=dropdown-menu.module.scss.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dropdown-menu.module.scss.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"dropdown-menu.module.scss.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
.link-module_link__RmQ8Z {
|
|
2
|
+
color: var(--link-color, var(--link-primary));
|
|
3
|
+
transition: color 200ms ease, text-decoration-color 200ms ease, opacity 200ms ease;
|
|
4
|
+
}
|
|
5
|
+
|
|
6
|
+
.link-module_link--underline__Lc7qI {
|
|
7
|
+
text-decoration: underline;
|
|
8
|
+
text-decoration-color: color-mix(in srgb, currentColor 40%, transparent);
|
|
9
|
+
text-underline-offset: 4px;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
.link-module_link--underline__Lc7qI:hover {
|
|
13
|
+
text-decoration-color: currentColor;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
.link-module_link--no-underline__SyfDv {
|
|
17
|
+
text-decoration: none;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
.link-module_link--no-underline__SyfDv:hover {
|
|
21
|
+
opacity: 0.75;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
.link-module_link--hover-none__Gxre6:hover {
|
|
25
|
+
opacity: 1;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
.link-module_link--hover-none__Gxre6.link-module_link--underline__Lc7qI:hover {
|
|
29
|
+
text-decoration-color: color-mix(in srgb, currentColor 40%, transparent);
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
.link-module_link--hover-none__Gxre6.link-module_link--no-underline__SyfDv:hover {
|
|
33
|
+
opacity: 1;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
.link-module_link--primary__p5kQm {
|
|
37
|
+
--link-color: var(--link-primary);
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
.link-module_link--secondary__Ae907 {
|
|
41
|
+
--link-color: var(--secondary-emphasis);
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
.link-module_link--info__8xQ_7 {
|
|
45
|
+
--link-color: var(--info-emphasis);
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
.link-module_link--success__hgSAX {
|
|
49
|
+
--link-color: var(--success-emphasis);
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
.link-module_link--warning__Yug_Q {
|
|
53
|
+
--link-color: var(--warning-emphasis);
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
.link-module_link--destructive__YUjEg {
|
|
57
|
+
--link-color: var(--destructive-emphasis);
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
.link-module_link--inherit__n56Qw {
|
|
61
|
+
color: inherit;
|
|
62
|
+
}
|
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
|
|
1
|
+
import './link.css';
|
|
2
|
+
|
|
3
|
+
var s = {"link":"link-module_link__RmQ8Z","link--underline":"link-module_link--underline__Lc7qI","link--no-underline":"link-module_link--no-underline__SyfDv","link--hover-none":"link-module_link--hover-none__Gxre6","link--primary":"link-module_link--primary__p5kQm","link--secondary":"link-module_link--secondary__Ae907","link--info":"link-module_link--info__8xQ_7","link--success":"link-module_link--success__hgSAX","link--warning":"link-module_link--warning__Yug_Q","link--destructive":"link-module_link--destructive__YUjEg","link--inherit":"link-module_link--inherit__n56Qw"};
|
|
2
4
|
|
|
3
5
|
export { s as default };
|
|
4
6
|
//# sourceMappingURL=link.module.scss.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"link.module.scss.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"link.module.scss.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
.nav-user-module_nav-user-button__JTRKy {
|
|
2
|
+
align-items: center;
|
|
3
|
+
color: var(--sidebar-accent-foreground);
|
|
4
|
+
display: flex;
|
|
5
|
+
gap: 0.5rem;
|
|
6
|
+
}
|
|
7
|
+
.nav-user-module_nav-user-button__JTRKy[data-state=open] {
|
|
8
|
+
background-color: var(--sidebar-accent);
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
.nav-user-module_chevron-icon__BIbIx {
|
|
12
|
+
height: 1rem;
|
|
13
|
+
margin-left: auto;
|
|
14
|
+
width: 1rem;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
.nav-user-module_dropdown-content__d0ifE {
|
|
18
|
+
border-radius: var(--radius-lg, 0.5rem);
|
|
19
|
+
min-width: 14rem;
|
|
20
|
+
width: var(--radix-dropdown-menu-trigger-width, auto);
|
|
21
|
+
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
2
2
|
import { SidebarMenuButton } from '../../layout/Sidebar/sidebar.js';
|
|
3
3
|
import { DropdownMenu, DropdownMenuTrigger, DropdownMenuContent } from '../DropdownMenu/dropdown-menu.js';
|
|
4
|
-
import { ChevronsUpDownIcon } from 'lucide-react';
|
|
5
|
-
import s from './nav-user.module.scss.js';
|
|
6
4
|
import { UserInfo } from '../../user/UserInfo/user-info.js';
|
|
7
5
|
import { UserMenuContent } from '../../user/UserMenuContent/user-menu-content.js';
|
|
6
|
+
import { ChevronsUpDownIcon } from 'lucide-react';
|
|
7
|
+
import s from './nav-user.module.scss.js';
|
|
8
8
|
|
|
9
9
|
/** Sidebar footer control: the signed-in user plus their account menu. */
|
|
10
10
|
function NavUser({ user, ...menuProps }) {
|
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
|
|
1
|
+
import './nav-user.css';
|
|
2
|
+
|
|
3
|
+
var s = {"nav-user-button":"nav-user-module_nav-user-button__JTRKy","chevron-icon":"nav-user-module_chevron-icon__BIbIx","dropdown-content":"nav-user-module_dropdown-content__d0ifE"};
|
|
2
4
|
|
|
3
5
|
export { s as default };
|
|
4
6
|
//# sourceMappingURL=nav-user.module.scss.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"nav-user.module.scss.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"nav-user.module.scss.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|
|
@@ -0,0 +1,253 @@
|
|
|
1
|
+
:root {
|
|
2
|
+
--sheet-duration: 250ms;
|
|
3
|
+
--sheet-ease: cubic-bezier(0.4, 0, 0.2, 1);
|
|
4
|
+
}
|
|
5
|
+
|
|
6
|
+
@keyframes sheet-module_sheetFadeIn__CfuP8 {
|
|
7
|
+
from {
|
|
8
|
+
opacity: 0;
|
|
9
|
+
}
|
|
10
|
+
to {
|
|
11
|
+
opacity: 1;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
@keyframes sheet-module_sheetFadeOut__MgkWQ {
|
|
15
|
+
from {
|
|
16
|
+
opacity: 1;
|
|
17
|
+
}
|
|
18
|
+
to {
|
|
19
|
+
opacity: 0;
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
@keyframes sheet-module_sheetEnterRight__YkSOJ {
|
|
23
|
+
from {
|
|
24
|
+
opacity: 0;
|
|
25
|
+
transform: translateX(100%);
|
|
26
|
+
}
|
|
27
|
+
to {
|
|
28
|
+
opacity: 1;
|
|
29
|
+
transform: translateX(0);
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
@keyframes sheet-module_sheetExitRight__lDfss {
|
|
33
|
+
from {
|
|
34
|
+
opacity: 1;
|
|
35
|
+
transform: translateX(0);
|
|
36
|
+
}
|
|
37
|
+
to {
|
|
38
|
+
opacity: 0;
|
|
39
|
+
transform: translateX(100%);
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
@keyframes sheet-module_sheetEnterLeft__nayE9 {
|
|
43
|
+
from {
|
|
44
|
+
opacity: 0;
|
|
45
|
+
transform: translateX(-100%);
|
|
46
|
+
}
|
|
47
|
+
to {
|
|
48
|
+
opacity: 1;
|
|
49
|
+
transform: translateX(0);
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
@keyframes sheet-module_sheetExitLeft__IUiqZ {
|
|
53
|
+
from {
|
|
54
|
+
opacity: 1;
|
|
55
|
+
transform: translateX(0);
|
|
56
|
+
}
|
|
57
|
+
to {
|
|
58
|
+
opacity: 0;
|
|
59
|
+
transform: translateX(-100%);
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
@keyframes sheet-module_sheetEnterTop__Czk6- {
|
|
63
|
+
from {
|
|
64
|
+
opacity: 0;
|
|
65
|
+
transform: translateY(-100%);
|
|
66
|
+
}
|
|
67
|
+
to {
|
|
68
|
+
opacity: 1;
|
|
69
|
+
transform: translateY(0);
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
@keyframes sheet-module_sheetExitTop__ZtNE9 {
|
|
73
|
+
from {
|
|
74
|
+
opacity: 1;
|
|
75
|
+
transform: translateY(0);
|
|
76
|
+
}
|
|
77
|
+
to {
|
|
78
|
+
opacity: 0;
|
|
79
|
+
transform: translateY(-100%);
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
@keyframes sheet-module_sheetEnterBottom__4Bwq6 {
|
|
83
|
+
from {
|
|
84
|
+
opacity: 0;
|
|
85
|
+
transform: translateY(100%);
|
|
86
|
+
}
|
|
87
|
+
to {
|
|
88
|
+
opacity: 1;
|
|
89
|
+
transform: translateY(0);
|
|
90
|
+
}
|
|
91
|
+
}
|
|
92
|
+
@keyframes sheet-module_sheetExitBottom__SgI6R {
|
|
93
|
+
from {
|
|
94
|
+
opacity: 1;
|
|
95
|
+
transform: translateY(0);
|
|
96
|
+
}
|
|
97
|
+
to {
|
|
98
|
+
opacity: 0;
|
|
99
|
+
transform: translateY(100%);
|
|
100
|
+
}
|
|
101
|
+
}
|
|
102
|
+
.sheet-module_overlay__N_s9c {
|
|
103
|
+
animation-duration: var(--sheet-duration);
|
|
104
|
+
animation-fill-mode: both;
|
|
105
|
+
animation-timing-function: var(--sheet-ease);
|
|
106
|
+
background-color: var(--background-modal);
|
|
107
|
+
inset: 0;
|
|
108
|
+
position: fixed;
|
|
109
|
+
z-index: var(--z-modal);
|
|
110
|
+
}
|
|
111
|
+
.sheet-module_overlay__N_s9c[data-state=open] {
|
|
112
|
+
animation-name: sheet-module_sheetFadeIn__CfuP8;
|
|
113
|
+
}
|
|
114
|
+
.sheet-module_overlay__N_s9c[data-state=closed] {
|
|
115
|
+
animation-name: sheet-module_sheetFadeOut__MgkWQ;
|
|
116
|
+
opacity: 0;
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
.sheet-module_sheet-content__rmqhO {
|
|
120
|
+
animation-duration: var(--sheet-duration);
|
|
121
|
+
animation-fill-mode: both;
|
|
122
|
+
animation-timing-function: var(--sheet-ease);
|
|
123
|
+
background-color: var(--background-default);
|
|
124
|
+
border-radius: var(--size-2);
|
|
125
|
+
box-shadow: var(--shadow-elevation-16);
|
|
126
|
+
color: inherit;
|
|
127
|
+
display: flex;
|
|
128
|
+
flex-direction: column;
|
|
129
|
+
overflow: hidden;
|
|
130
|
+
position: fixed;
|
|
131
|
+
z-index: var(--z-modal);
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
.sheet-module_body__b91LM {
|
|
135
|
+
flex: 1;
|
|
136
|
+
min-height: 0;
|
|
137
|
+
overflow-y: auto;
|
|
138
|
+
padding: 0 1rem 1rem;
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
.sheet-module_content-right__pLrfN {
|
|
142
|
+
border-left: 1px solid var(--divider);
|
|
143
|
+
inset: 0;
|
|
144
|
+
left: auto;
|
|
145
|
+
max-width: 24rem;
|
|
146
|
+
width: 75vw;
|
|
147
|
+
}
|
|
148
|
+
@media (min-width: 505px) {
|
|
149
|
+
.sheet-module_content-right__pLrfN {
|
|
150
|
+
width: 50vw;
|
|
151
|
+
}
|
|
152
|
+
}
|
|
153
|
+
|
|
154
|
+
.sheet-module_content-left__WOAFT {
|
|
155
|
+
border: 1px solid var(--divider-dark);
|
|
156
|
+
inset: 0;
|
|
157
|
+
margin: var(--size-1);
|
|
158
|
+
right: auto;
|
|
159
|
+
width: calc(100% - var(--size-2));
|
|
160
|
+
}
|
|
161
|
+
@media (min-width: 505px) {
|
|
162
|
+
.sheet-module_content-left__WOAFT {
|
|
163
|
+
width: 60vw;
|
|
164
|
+
}
|
|
165
|
+
}
|
|
166
|
+
|
|
167
|
+
.sheet-module_content-top__25rD3 {
|
|
168
|
+
border-bottom: 1px solid var(--divider);
|
|
169
|
+
inset: 0;
|
|
170
|
+
bottom: auto;
|
|
171
|
+
width: 100%;
|
|
172
|
+
}
|
|
173
|
+
|
|
174
|
+
.sheet-module_content-bottom__CvZa0 {
|
|
175
|
+
border-top: 1px solid var(--divider);
|
|
176
|
+
inset: 0;
|
|
177
|
+
top: auto;
|
|
178
|
+
width: 100%;
|
|
179
|
+
}
|
|
180
|
+
|
|
181
|
+
.sheet-module_sheet-content__rmqhO[data-state=open] {
|
|
182
|
+
opacity: 1;
|
|
183
|
+
}
|
|
184
|
+
|
|
185
|
+
.sheet-module_sheet-content__rmqhO[data-state=closed] {
|
|
186
|
+
opacity: 0;
|
|
187
|
+
}
|
|
188
|
+
|
|
189
|
+
.sheet-module_content-right__pLrfN[data-state=open] {
|
|
190
|
+
animation-name: sheet-module_sheetEnterRight__YkSOJ;
|
|
191
|
+
}
|
|
192
|
+
|
|
193
|
+
.sheet-module_content-right__pLrfN[data-state=closed] {
|
|
194
|
+
animation-name: sheet-module_sheetExitRight__lDfss;
|
|
195
|
+
}
|
|
196
|
+
|
|
197
|
+
.sheet-module_content-left__WOAFT[data-state=open] {
|
|
198
|
+
animation-name: sheet-module_sheetEnterLeft__nayE9;
|
|
199
|
+
}
|
|
200
|
+
|
|
201
|
+
.sheet-module_content-left__WOAFT[data-state=closed] {
|
|
202
|
+
animation-name: sheet-module_sheetExitLeft__IUiqZ;
|
|
203
|
+
}
|
|
204
|
+
|
|
205
|
+
.sheet-module_content-top__25rD3[data-state=open] {
|
|
206
|
+
animation-name: sheet-module_sheetEnterTop__Czk6-;
|
|
207
|
+
}
|
|
208
|
+
|
|
209
|
+
.sheet-module_content-top__25rD3[data-state=closed] {
|
|
210
|
+
animation-name: sheet-module_sheetExitTop__ZtNE9;
|
|
211
|
+
}
|
|
212
|
+
|
|
213
|
+
.sheet-module_content-bottom__CvZa0[data-state=open] {
|
|
214
|
+
animation-name: sheet-module_sheetEnterBottom__4Bwq6;
|
|
215
|
+
}
|
|
216
|
+
|
|
217
|
+
.sheet-module_content-bottom__CvZa0[data-state=closed] {
|
|
218
|
+
animation-name: sheet-module_sheetExitBottom__SgI6R;
|
|
219
|
+
}
|
|
220
|
+
|
|
221
|
+
.sheet-module_close-button__4bKaj {
|
|
222
|
+
position: absolute;
|
|
223
|
+
right: 0.5rem;
|
|
224
|
+
top: 0.5rem;
|
|
225
|
+
}
|
|
226
|
+
.sheet-module_close-button__4bKaj:disabled {
|
|
227
|
+
pointer-events: none;
|
|
228
|
+
}
|
|
229
|
+
|
|
230
|
+
.sheet-module_header__osC7Z {
|
|
231
|
+
display: flex;
|
|
232
|
+
flex-direction: column;
|
|
233
|
+
gap: 0.375rem;
|
|
234
|
+
padding: 1rem;
|
|
235
|
+
}
|
|
236
|
+
|
|
237
|
+
.sheet-module_footer__Rq8Np {
|
|
238
|
+
display: flex;
|
|
239
|
+
flex-direction: column;
|
|
240
|
+
gap: 0.5rem;
|
|
241
|
+
margin-top: auto;
|
|
242
|
+
padding: 1rem;
|
|
243
|
+
}
|
|
244
|
+
|
|
245
|
+
.sheet-module_title__V_OG1 {
|
|
246
|
+
color: var(--text-primary);
|
|
247
|
+
font-weight: 600;
|
|
248
|
+
}
|
|
249
|
+
|
|
250
|
+
.sheet-module_description__soWUb {
|
|
251
|
+
color: var(--text-secondary);
|
|
252
|
+
font-size: 0.875rem;
|
|
253
|
+
}
|
|
@@ -1,14 +1,39 @@
|
|
|
1
1
|
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
2
|
-
import
|
|
3
|
-
import { XIcon } from 'lucide-react';
|
|
2
|
+
import '../../ui/Alert/alert.js';
|
|
4
3
|
import * as React from 'react';
|
|
5
4
|
import { createPortal } from 'react-dom';
|
|
5
|
+
import '../../ui/Alert/alert-context.js';
|
|
6
|
+
import '../../ui/Alert/alert.css';
|
|
7
|
+
import '../../ui/Avatar/avatar.js';
|
|
8
|
+
import { Button } from '../../ui/Button/button.js';
|
|
9
|
+
import '../../ui/Chip/chip.js';
|
|
10
|
+
import '../../ui/CodeBlock/code-block.js';
|
|
11
|
+
import cn from 'clsx';
|
|
12
|
+
import '../../ui/DevIndicator/dev-indicator.css';
|
|
13
|
+
import '../../ui/Dialog/dialog.js';
|
|
14
|
+
import '../../ui/EmptyState/empty-state.js';
|
|
15
|
+
import '../../ui/Icon/icon.js';
|
|
16
|
+
import '../../ui/List/list.js';
|
|
17
|
+
import '../../ui/Pagination/pagination.js';
|
|
18
|
+
import '../../ui/ProgressBar/progress-bar.js';
|
|
19
|
+
import '../../ui/Separator/separator.js';
|
|
20
|
+
import '../../ui/StatCard/stat-card.js';
|
|
21
|
+
import '../../ui/StatusDot/status-dot.js';
|
|
22
|
+
import '../../ui/StatusDot/status-dot-variants.js';
|
|
23
|
+
import '../../ui/StepProgress/step-progress.js';
|
|
24
|
+
import '../../ui/Switch/switch.js';
|
|
25
|
+
import '../../ui/Table/table.js';
|
|
26
|
+
import '../../ui/TableActionCell/table-action-cell.js';
|
|
27
|
+
import '../../ui/TableToolbar/table-toolbar.js';
|
|
28
|
+
import '../../ui/Toggle/toggle.js';
|
|
29
|
+
import '../../ui/ToggleGroup/toggle-group.js';
|
|
30
|
+
import '../../ui/Tooltip/tooltip.js';
|
|
31
|
+
import { XIcon } from 'lucide-react';
|
|
6
32
|
import { Slot } from '../../internal/slot.js';
|
|
7
33
|
import { useAnimationState } from '../../internal/use-animation-state.js';
|
|
8
34
|
import { useFocusTrap } from '../../internal/use-focus-trap.js';
|
|
9
35
|
import { useScrollLock } from '../../internal/use-scroll-lock.js';
|
|
10
36
|
import s from './sheet.module.scss.js';
|
|
11
|
-
import { Button } from '../../ui/Button/button.js';
|
|
12
37
|
|
|
13
38
|
const SheetContext = React.createContext(null);
|
|
14
39
|
function useSheet() {
|