@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,482 @@
|
|
|
1
|
+
.container-module_styled__lBvLX {
|
|
2
|
+
border-width: 0;
|
|
3
|
+
display: flex;
|
|
4
|
+
flex-direction: column;
|
|
5
|
+
--elevation-lightness: 0%;
|
|
6
|
+
padding: var(--size-3);
|
|
7
|
+
position: relative;
|
|
8
|
+
}
|
|
9
|
+
.container-module_styled__lBvLX.container-module_rounded__j2TbF {
|
|
10
|
+
border-radius: var(--size-1);
|
|
11
|
+
}
|
|
12
|
+
.container-module_styled__lBvLX.container-module_extra-rounded__04Oru {
|
|
13
|
+
border-radius: var(--size-2);
|
|
14
|
+
}
|
|
15
|
+
.container-module_styled__lBvLX.container-module_elevation-1__Gls_E {
|
|
16
|
+
--elevation-lightness: 1%;
|
|
17
|
+
background: var(--background-elevation-1);
|
|
18
|
+
box-shadow: var(--shadow-elevation-1);
|
|
19
|
+
}
|
|
20
|
+
.container-module_styled__lBvLX.container-module_elevation-2__BP2A6 {
|
|
21
|
+
--elevation-lightness: 2%;
|
|
22
|
+
background: var(--background-elevation-2);
|
|
23
|
+
box-shadow: var(--shadow-elevation-2);
|
|
24
|
+
}
|
|
25
|
+
.container-module_styled__lBvLX.container-module_elevation-3__Jnc3A {
|
|
26
|
+
--elevation-lightness: 3%;
|
|
27
|
+
background: var(--background-elevation-3);
|
|
28
|
+
box-shadow: var(--shadow-elevation-3);
|
|
29
|
+
}
|
|
30
|
+
.container-module_styled__lBvLX.container-module_elevation-4__XOU5A {
|
|
31
|
+
--elevation-lightness: 4%;
|
|
32
|
+
background: var(--background-elevation-4);
|
|
33
|
+
box-shadow: var(--shadow-elevation-4);
|
|
34
|
+
}
|
|
35
|
+
.container-module_styled__lBvLX.container-module_elevation-5__P605X {
|
|
36
|
+
--elevation-lightness: 5%;
|
|
37
|
+
background: var(--background-elevation-5);
|
|
38
|
+
box-shadow: var(--shadow-elevation-5);
|
|
39
|
+
}
|
|
40
|
+
.container-module_styled__lBvLX.container-module_elevation-6__VpOO_ {
|
|
41
|
+
--elevation-lightness: 6%;
|
|
42
|
+
background: var(--background-elevation-6);
|
|
43
|
+
box-shadow: var(--shadow-elevation-6);
|
|
44
|
+
}
|
|
45
|
+
.container-module_styled__lBvLX.container-module_elevation-7__xUwng {
|
|
46
|
+
--elevation-lightness: 7%;
|
|
47
|
+
background: var(--background-elevation-7);
|
|
48
|
+
box-shadow: var(--shadow-elevation-7);
|
|
49
|
+
}
|
|
50
|
+
.container-module_styled__lBvLX.container-module_elevation-8__DTCqj {
|
|
51
|
+
--elevation-lightness: 8%;
|
|
52
|
+
background: var(--background-elevation-8);
|
|
53
|
+
box-shadow: var(--shadow-elevation-8);
|
|
54
|
+
}
|
|
55
|
+
.container-module_styled__lBvLX.container-module_elevation-9__pzOOc {
|
|
56
|
+
--elevation-lightness: 9%;
|
|
57
|
+
background: var(--background-elevation-9);
|
|
58
|
+
box-shadow: var(--shadow-elevation-9);
|
|
59
|
+
}
|
|
60
|
+
.container-module_styled__lBvLX.container-module_elevation-10__3zyk3 {
|
|
61
|
+
--elevation-lightness: 10%;
|
|
62
|
+
background: var(--background-elevation-10);
|
|
63
|
+
box-shadow: var(--shadow-elevation-10);
|
|
64
|
+
}
|
|
65
|
+
.container-module_styled__lBvLX.container-module_elevation-11__1kq7j {
|
|
66
|
+
--elevation-lightness: 11%;
|
|
67
|
+
background: var(--background-elevation-11);
|
|
68
|
+
box-shadow: var(--shadow-elevation-11);
|
|
69
|
+
}
|
|
70
|
+
.container-module_styled__lBvLX.container-module_elevation-12__-6bNZ {
|
|
71
|
+
--elevation-lightness: 12%;
|
|
72
|
+
background: var(--background-elevation-12);
|
|
73
|
+
box-shadow: var(--shadow-elevation-12);
|
|
74
|
+
}
|
|
75
|
+
.container-module_styled__lBvLX.container-module_elevation-13__mFicp {
|
|
76
|
+
--elevation-lightness: 13%;
|
|
77
|
+
background: var(--background-elevation-13);
|
|
78
|
+
box-shadow: var(--shadow-elevation-13);
|
|
79
|
+
}
|
|
80
|
+
.container-module_styled__lBvLX.container-module_elevation-14__rCXVn {
|
|
81
|
+
--elevation-lightness: 14%;
|
|
82
|
+
background: var(--background-elevation-14);
|
|
83
|
+
box-shadow: var(--shadow-elevation-14);
|
|
84
|
+
}
|
|
85
|
+
.container-module_styled__lBvLX.container-module_elevation-15__LFDwM {
|
|
86
|
+
--elevation-lightness: 15%;
|
|
87
|
+
background: var(--background-elevation-15);
|
|
88
|
+
box-shadow: var(--shadow-elevation-15);
|
|
89
|
+
}
|
|
90
|
+
.container-module_styled__lBvLX.container-module_elevation-16__PjotT {
|
|
91
|
+
--elevation-lightness: 16%;
|
|
92
|
+
background: var(--background-elevation-16);
|
|
93
|
+
box-shadow: var(--shadow-elevation-16);
|
|
94
|
+
}
|
|
95
|
+
.container-module_styled__lBvLX.container-module_elevation-17__Tkks4 {
|
|
96
|
+
--elevation-lightness: 17%;
|
|
97
|
+
background: var(--background-elevation-17);
|
|
98
|
+
box-shadow: var(--shadow-elevation-17);
|
|
99
|
+
}
|
|
100
|
+
.container-module_styled__lBvLX.container-module_elevation-18__zhwIQ {
|
|
101
|
+
--elevation-lightness: 18%;
|
|
102
|
+
background: var(--background-elevation-18);
|
|
103
|
+
box-shadow: var(--shadow-elevation-18);
|
|
104
|
+
}
|
|
105
|
+
.container-module_styled__lBvLX.container-module_elevation-19__F9Ei0 {
|
|
106
|
+
--elevation-lightness: 19%;
|
|
107
|
+
background: var(--background-elevation-19);
|
|
108
|
+
box-shadow: var(--shadow-elevation-19);
|
|
109
|
+
}
|
|
110
|
+
.container-module_styled__lBvLX.container-module_elevation-20__g0WjD {
|
|
111
|
+
--elevation-lightness: 20%;
|
|
112
|
+
background: var(--background-elevation-20);
|
|
113
|
+
box-shadow: var(--shadow-elevation-20);
|
|
114
|
+
}
|
|
115
|
+
.container-module_styled__lBvLX.container-module_elevation-21__k38TV {
|
|
116
|
+
--elevation-lightness: 21%;
|
|
117
|
+
background: var(--background-elevation-21);
|
|
118
|
+
box-shadow: var(--shadow-elevation-21);
|
|
119
|
+
}
|
|
120
|
+
.container-module_styled__lBvLX.container-module_elevation-22__4tiyl {
|
|
121
|
+
--elevation-lightness: 22%;
|
|
122
|
+
background: var(--background-elevation-22);
|
|
123
|
+
box-shadow: var(--shadow-elevation-22);
|
|
124
|
+
}
|
|
125
|
+
.container-module_styled__lBvLX.container-module_elevation-23__ML86a {
|
|
126
|
+
--elevation-lightness: 23%;
|
|
127
|
+
background: var(--background-elevation-23);
|
|
128
|
+
box-shadow: var(--shadow-elevation-23);
|
|
129
|
+
}
|
|
130
|
+
.container-module_styled__lBvLX.container-module_elevation-24___1ib1 {
|
|
131
|
+
--elevation-lightness: 24%;
|
|
132
|
+
background: var(--background-elevation-24);
|
|
133
|
+
box-shadow: var(--shadow-elevation-24);
|
|
134
|
+
}
|
|
135
|
+
.container-module_styled__lBvLX.container-module_padding-0__Fl8df {
|
|
136
|
+
padding: 0;
|
|
137
|
+
}
|
|
138
|
+
.container-module_styled__lBvLX.container-module_padding-1__tcmeu {
|
|
139
|
+
padding: var(--size-1);
|
|
140
|
+
}
|
|
141
|
+
.container-module_styled__lBvLX.container-module_padding-2__Y0b2q {
|
|
142
|
+
padding: var(--size-2);
|
|
143
|
+
}
|
|
144
|
+
.container-module_styled__lBvLX.container-module_padding-3__ago8q {
|
|
145
|
+
padding: var(--size-3);
|
|
146
|
+
}
|
|
147
|
+
.container-module_styled__lBvLX.container-module_padding-4__UI7f2 {
|
|
148
|
+
padding: var(--size-4);
|
|
149
|
+
}
|
|
150
|
+
.container-module_styled__lBvLX.container-module_padding-5__fWxbp {
|
|
151
|
+
padding: var(--size-5);
|
|
152
|
+
}
|
|
153
|
+
.container-module_styled__lBvLX.container-module_padding-6__5SY-X {
|
|
154
|
+
padding: var(--size-6);
|
|
155
|
+
}
|
|
156
|
+
.container-module_styled__lBvLX.container-module_padding-xl__69Jep {
|
|
157
|
+
padding: var(--size-5);
|
|
158
|
+
}
|
|
159
|
+
.container-module_styled__lBvLX.container-module_padding-md__BHqfC {
|
|
160
|
+
padding: var(--size-2);
|
|
161
|
+
}
|
|
162
|
+
.container-module_styled__lBvLX.container-module_padding-sm__6zyxP {
|
|
163
|
+
padding: 0.75rem 1rem;
|
|
164
|
+
}
|
|
165
|
+
.container-module_styled__lBvLX.container-module_padding-none__9BcyG {
|
|
166
|
+
padding: 0;
|
|
167
|
+
}
|
|
168
|
+
.container-module_styled__lBvLX.container-module_outlined__cT6vl {
|
|
169
|
+
border: 1px solid var(--divider);
|
|
170
|
+
}
|
|
171
|
+
.container-module_styled__lBvLX.container-module_primary__j-bXY {
|
|
172
|
+
--themed-main: var(--primary-main);
|
|
173
|
+
--themed-dark: var(--primary-dark);
|
|
174
|
+
--themed-emphasis: var(--primary-emphasis);
|
|
175
|
+
--themed-light: var(--primary-light);
|
|
176
|
+
--themed-contrast: var(--primary-contrast);
|
|
177
|
+
--themed-hover: var(--primary-hover);
|
|
178
|
+
--themed-focus: var(--primary-focus);
|
|
179
|
+
--themed-focus-visible: var(--primary-focus-visible);
|
|
180
|
+
--themed-outlined-border: var(--primary-outlined-border);
|
|
181
|
+
--themed-selected: var(--primary-selected);
|
|
182
|
+
background: color-mix(in srgb, var(--primary-hover), white var(--elevation-lightness));
|
|
183
|
+
border-color: var(--primary-outlined-border);
|
|
184
|
+
}
|
|
185
|
+
.container-module_styled__lBvLX.container-module_secondary__c1vzm {
|
|
186
|
+
--themed-main: var(--secondary-main);
|
|
187
|
+
--themed-dark: var(--secondary-dark);
|
|
188
|
+
--themed-emphasis: var(--secondary-emphasis);
|
|
189
|
+
--themed-light: var(--secondary-light);
|
|
190
|
+
--themed-contrast: var(--secondary-contrast);
|
|
191
|
+
--themed-hover: var(--secondary-hover);
|
|
192
|
+
--themed-focus: var(--secondary-focus);
|
|
193
|
+
--themed-focus-visible: var(--secondary-focus-visible);
|
|
194
|
+
--themed-outlined-border: var(--secondary-outlined-border);
|
|
195
|
+
--themed-selected: var(--secondary-selected);
|
|
196
|
+
background: color-mix(in srgb, var(--secondary-hover), white var(--elevation-lightness));
|
|
197
|
+
border-color: var(--secondary-outlined-border);
|
|
198
|
+
}
|
|
199
|
+
.container-module_styled__lBvLX.container-module_success__Qh4CL {
|
|
200
|
+
--themed-main: var(--success-main);
|
|
201
|
+
--themed-dark: var(--success-dark);
|
|
202
|
+
--themed-emphasis: var(--success-emphasis);
|
|
203
|
+
--themed-light: var(--success-light);
|
|
204
|
+
--themed-contrast: var(--success-contrast);
|
|
205
|
+
--themed-hover: var(--success-hover);
|
|
206
|
+
--themed-focus: var(--success-focus);
|
|
207
|
+
--themed-focus-visible: var(--success-focus-visible);
|
|
208
|
+
--themed-outlined-border: var(--success-outlined-border);
|
|
209
|
+
--themed-selected: var(--success-selected);
|
|
210
|
+
background: color-mix(in srgb, var(--success-hover), white var(--elevation-lightness));
|
|
211
|
+
border-color: var(--success-outlined-border);
|
|
212
|
+
}
|
|
213
|
+
.container-module_styled__lBvLX.container-module_destructive__SrF2d {
|
|
214
|
+
--themed-main: var(--destructive-main);
|
|
215
|
+
--themed-dark: var(--destructive-dark);
|
|
216
|
+
--themed-emphasis: var(--destructive-emphasis);
|
|
217
|
+
--themed-light: var(--destructive-light);
|
|
218
|
+
--themed-contrast: var(--destructive-contrast);
|
|
219
|
+
--themed-hover: var(--destructive-hover);
|
|
220
|
+
--themed-focus: var(--destructive-focus);
|
|
221
|
+
--themed-focus-visible: var(--destructive-focus-visible);
|
|
222
|
+
--themed-outlined-border: var(--destructive-outlined-border);
|
|
223
|
+
--themed-selected: var(--destructive-selected);
|
|
224
|
+
background: color-mix(in srgb, var(--destructive-selected), white var(--elevation-lightness));
|
|
225
|
+
border-color: var(--destructive-outlined-border);
|
|
226
|
+
}
|
|
227
|
+
.container-module_styled__lBvLX.container-module_warning__G2wA2 {
|
|
228
|
+
--themed-main: var(--warning-main);
|
|
229
|
+
--themed-dark: var(--warning-dark);
|
|
230
|
+
--themed-emphasis: var(--warning-emphasis);
|
|
231
|
+
--themed-light: var(--warning-light);
|
|
232
|
+
--themed-contrast: var(--warning-contrast);
|
|
233
|
+
--themed-hover: var(--warning-hover);
|
|
234
|
+
--themed-focus: var(--warning-focus);
|
|
235
|
+
--themed-focus-visible: var(--warning-focus-visible);
|
|
236
|
+
--themed-outlined-border: var(--warning-outlined-border);
|
|
237
|
+
--themed-selected: var(--warning-selected);
|
|
238
|
+
background: color-mix(in srgb, var(--warning-hover), white var(--elevation-lightness));
|
|
239
|
+
border-color: var(--warning-outlined-border);
|
|
240
|
+
}
|
|
241
|
+
.container-module_styled__lBvLX.container-module_info__VNxa7 {
|
|
242
|
+
--themed-main: var(--info-main);
|
|
243
|
+
--themed-dark: var(--info-dark);
|
|
244
|
+
--themed-emphasis: var(--info-emphasis);
|
|
245
|
+
--themed-light: var(--info-light);
|
|
246
|
+
--themed-contrast: var(--info-contrast);
|
|
247
|
+
--themed-hover: var(--info-hover);
|
|
248
|
+
--themed-focus: var(--info-focus);
|
|
249
|
+
--themed-focus-visible: var(--info-focus-visible);
|
|
250
|
+
--themed-outlined-border: var(--info-outlined-border);
|
|
251
|
+
--themed-selected: var(--info-selected);
|
|
252
|
+
background: color-mix(in srgb, var(--info-hover), white var(--elevation-lightness));
|
|
253
|
+
border-color: var(--info-outlined-border);
|
|
254
|
+
}
|
|
255
|
+
.container-module_styled__lBvLX.container-module_slate__5mtBR {
|
|
256
|
+
--themed-main: var(--slate-main);
|
|
257
|
+
--themed-dark: var(--slate-dark);
|
|
258
|
+
--themed-emphasis: var(--slate-emphasis);
|
|
259
|
+
--themed-light: var(--slate-light);
|
|
260
|
+
--themed-contrast: var(--slate-contrast);
|
|
261
|
+
--themed-hover: var(--slate-hover);
|
|
262
|
+
--themed-focus: var(--slate-focus);
|
|
263
|
+
--themed-focus-visible: var(--slate-focus-visible);
|
|
264
|
+
--themed-outlined-border: var(--slate-outlined-border);
|
|
265
|
+
--themed-selected: var(--slate-selected);
|
|
266
|
+
background: color-mix(in srgb, var(--slate-hover), white var(--elevation-lightness));
|
|
267
|
+
border-color: var(--slate-outlined-border);
|
|
268
|
+
}
|
|
269
|
+
.container-module_styled__lBvLX.container-module_light-slate__A9QXm {
|
|
270
|
+
background: color-mix(in srgb, var(--background-darker-12), white var(--elevation-lightness));
|
|
271
|
+
border-color: var(--divider);
|
|
272
|
+
}
|
|
273
|
+
html:not(.dark) .container-module_styled__lBvLX.dark {
|
|
274
|
+
background: var(--background-default);
|
|
275
|
+
color: var(--text-primary);
|
|
276
|
+
}
|
|
277
|
+
html:not(.dark) .container-module_styled__lBvLX.dark.container-module_elevation-1__Gls_E {
|
|
278
|
+
background: linear-gradient(var(--background-elevation-1), var(--background-elevation-1)) var(--background-default);
|
|
279
|
+
}
|
|
280
|
+
html:not(.dark) .container-module_styled__lBvLX.dark.container-module_elevation-2__BP2A6 {
|
|
281
|
+
background: linear-gradient(var(--background-elevation-2), var(--background-elevation-2)) var(--background-default);
|
|
282
|
+
}
|
|
283
|
+
html:not(.dark) .container-module_styled__lBvLX.dark.container-module_elevation-3__Jnc3A {
|
|
284
|
+
background: linear-gradient(var(--background-elevation-3), var(--background-elevation-3)) var(--background-default);
|
|
285
|
+
}
|
|
286
|
+
html:not(.dark) .container-module_styled__lBvLX.dark.container-module_elevation-4__XOU5A {
|
|
287
|
+
background: linear-gradient(var(--background-elevation-4), var(--background-elevation-4)) var(--background-default);
|
|
288
|
+
}
|
|
289
|
+
html:not(.dark) .container-module_styled__lBvLX.dark.container-module_elevation-5__P605X {
|
|
290
|
+
background: linear-gradient(var(--background-elevation-5), var(--background-elevation-5)) var(--background-default);
|
|
291
|
+
}
|
|
292
|
+
html:not(.dark) .container-module_styled__lBvLX.dark.container-module_elevation-6__VpOO_ {
|
|
293
|
+
background: linear-gradient(var(--background-elevation-6), var(--background-elevation-6)) var(--background-default);
|
|
294
|
+
}
|
|
295
|
+
html:not(.dark) .container-module_styled__lBvLX.dark.container-module_elevation-7__xUwng {
|
|
296
|
+
background: linear-gradient(var(--background-elevation-7), var(--background-elevation-7)) var(--background-default);
|
|
297
|
+
}
|
|
298
|
+
html:not(.dark) .container-module_styled__lBvLX.dark.container-module_elevation-8__DTCqj {
|
|
299
|
+
background: linear-gradient(var(--background-elevation-8), var(--background-elevation-8)) var(--background-default);
|
|
300
|
+
}
|
|
301
|
+
html:not(.dark) .container-module_styled__lBvLX.dark.container-module_elevation-9__pzOOc {
|
|
302
|
+
background: linear-gradient(var(--background-elevation-9), var(--background-elevation-9)) var(--background-default);
|
|
303
|
+
}
|
|
304
|
+
html:not(.dark) .container-module_styled__lBvLX.dark.container-module_elevation-10__3zyk3 {
|
|
305
|
+
background: linear-gradient(var(--background-elevation-10), var(--background-elevation-10)) var(--background-default);
|
|
306
|
+
}
|
|
307
|
+
html:not(.dark) .container-module_styled__lBvLX.dark.container-module_elevation-11__1kq7j {
|
|
308
|
+
background: linear-gradient(var(--background-elevation-11), var(--background-elevation-11)) var(--background-default);
|
|
309
|
+
}
|
|
310
|
+
html:not(.dark) .container-module_styled__lBvLX.dark.container-module_elevation-12__-6bNZ {
|
|
311
|
+
background: linear-gradient(var(--background-elevation-12), var(--background-elevation-12)) var(--background-default);
|
|
312
|
+
}
|
|
313
|
+
html:not(.dark) .container-module_styled__lBvLX.dark.container-module_elevation-13__mFicp {
|
|
314
|
+
background: linear-gradient(var(--background-elevation-13), var(--background-elevation-13)) var(--background-default);
|
|
315
|
+
}
|
|
316
|
+
html:not(.dark) .container-module_styled__lBvLX.dark.container-module_elevation-14__rCXVn {
|
|
317
|
+
background: linear-gradient(var(--background-elevation-14), var(--background-elevation-14)) var(--background-default);
|
|
318
|
+
}
|
|
319
|
+
html:not(.dark) .container-module_styled__lBvLX.dark.container-module_elevation-15__LFDwM {
|
|
320
|
+
background: linear-gradient(var(--background-elevation-15), var(--background-elevation-15)) var(--background-default);
|
|
321
|
+
}
|
|
322
|
+
html:not(.dark) .container-module_styled__lBvLX.dark.container-module_elevation-16__PjotT {
|
|
323
|
+
background: linear-gradient(var(--background-elevation-16), var(--background-elevation-16)) var(--background-default);
|
|
324
|
+
}
|
|
325
|
+
html:not(.dark) .container-module_styled__lBvLX.dark.container-module_elevation-17__Tkks4 {
|
|
326
|
+
background: linear-gradient(var(--background-elevation-17), var(--background-elevation-17)) var(--background-default);
|
|
327
|
+
}
|
|
328
|
+
html:not(.dark) .container-module_styled__lBvLX.dark.container-module_elevation-18__zhwIQ {
|
|
329
|
+
background: linear-gradient(var(--background-elevation-18), var(--background-elevation-18)) var(--background-default);
|
|
330
|
+
}
|
|
331
|
+
html:not(.dark) .container-module_styled__lBvLX.dark.container-module_elevation-19__F9Ei0 {
|
|
332
|
+
background: linear-gradient(var(--background-elevation-19), var(--background-elevation-19)) var(--background-default);
|
|
333
|
+
}
|
|
334
|
+
html:not(.dark) .container-module_styled__lBvLX.dark.container-module_elevation-20__g0WjD {
|
|
335
|
+
background: linear-gradient(var(--background-elevation-20), var(--background-elevation-20)) var(--background-default);
|
|
336
|
+
}
|
|
337
|
+
html:not(.dark) .container-module_styled__lBvLX.dark.container-module_elevation-21__k38TV {
|
|
338
|
+
background: linear-gradient(var(--background-elevation-21), var(--background-elevation-21)) var(--background-default);
|
|
339
|
+
}
|
|
340
|
+
html:not(.dark) .container-module_styled__lBvLX.dark.container-module_elevation-22__4tiyl {
|
|
341
|
+
background: linear-gradient(var(--background-elevation-22), var(--background-elevation-22)) var(--background-default);
|
|
342
|
+
}
|
|
343
|
+
html:not(.dark) .container-module_styled__lBvLX.dark.container-module_elevation-23__ML86a {
|
|
344
|
+
background: linear-gradient(var(--background-elevation-23), var(--background-elevation-23)) var(--background-default);
|
|
345
|
+
}
|
|
346
|
+
html:not(.dark) .container-module_styled__lBvLX.dark.container-module_elevation-24___1ib1 {
|
|
347
|
+
background: linear-gradient(var(--background-elevation-24), var(--background-elevation-24)) var(--background-default);
|
|
348
|
+
}
|
|
349
|
+
html:not(.dark) .container-module_styled__lBvLX.dark.container-module_primary__j-bXY {
|
|
350
|
+
background: var(--primary-dark);
|
|
351
|
+
}
|
|
352
|
+
html:not(.dark) .container-module_styled__lBvLX.dark.container-module_secondary__c1vzm {
|
|
353
|
+
background: var(--secondary-dark);
|
|
354
|
+
}
|
|
355
|
+
html:not(.dark) .container-module_styled__lBvLX.dark.container-module_destructive__SrF2d {
|
|
356
|
+
background: var(--destructive-dark);
|
|
357
|
+
}
|
|
358
|
+
html:not(.dark) .container-module_styled__lBvLX.dark.container-module_warning__G2wA2 {
|
|
359
|
+
background: var(--warning-dark);
|
|
360
|
+
}
|
|
361
|
+
html:not(.dark) .container-module_styled__lBvLX.dark.container-module_success__Qh4CL {
|
|
362
|
+
background: var(--success-dark);
|
|
363
|
+
}
|
|
364
|
+
html:not(.dark) .container-module_styled__lBvLX.dark.container-module_info__VNxa7 {
|
|
365
|
+
background: var(--info-dark);
|
|
366
|
+
}
|
|
367
|
+
html:not(.dark) .container-module_styled__lBvLX.dark.container-module_slate__5mtBR {
|
|
368
|
+
background: var(--slate-dark);
|
|
369
|
+
}
|
|
370
|
+
html:not(.dark) .container-module_styled__lBvLX.dark.container-module_light-slate__A9QXm {
|
|
371
|
+
background: var(--background-darker-25);
|
|
372
|
+
}
|
|
373
|
+
|
|
374
|
+
.container-module_column__kRhyo,
|
|
375
|
+
.container-module_row__1yar2,
|
|
376
|
+
.container-module_full__BAlAD {
|
|
377
|
+
display: flex;
|
|
378
|
+
}
|
|
379
|
+
|
|
380
|
+
.container-module_column__kRhyo {
|
|
381
|
+
flex-direction: column;
|
|
382
|
+
}
|
|
383
|
+
|
|
384
|
+
.container-module_row__1yar2 {
|
|
385
|
+
flex-direction: row;
|
|
386
|
+
}
|
|
387
|
+
|
|
388
|
+
.container-module_full__BAlAD {
|
|
389
|
+
flex: 1;
|
|
390
|
+
}
|
|
391
|
+
|
|
392
|
+
.container-module_justify-start__cUoBd {
|
|
393
|
+
justify-content: flex-start;
|
|
394
|
+
}
|
|
395
|
+
|
|
396
|
+
.container-module_justify-center__9-nLN {
|
|
397
|
+
justify-content: center;
|
|
398
|
+
}
|
|
399
|
+
|
|
400
|
+
.container-module_justify-end__eSKIv {
|
|
401
|
+
justify-content: flex-end;
|
|
402
|
+
}
|
|
403
|
+
|
|
404
|
+
.container-module_justify-space-between__HMIot {
|
|
405
|
+
justify-content: space-between;
|
|
406
|
+
}
|
|
407
|
+
|
|
408
|
+
.container-module_justify-space-around___rF8Y {
|
|
409
|
+
justify-content: space-around;
|
|
410
|
+
}
|
|
411
|
+
|
|
412
|
+
.container-module_justify-space-evenly__JlaKV {
|
|
413
|
+
justify-content: space-evenly;
|
|
414
|
+
}
|
|
415
|
+
|
|
416
|
+
.container-module_align-start__FWX-N {
|
|
417
|
+
align-items: flex-start;
|
|
418
|
+
}
|
|
419
|
+
|
|
420
|
+
.container-module_align-center__RCT1y {
|
|
421
|
+
align-items: center;
|
|
422
|
+
}
|
|
423
|
+
|
|
424
|
+
.container-module_align-end__qAUCJ {
|
|
425
|
+
align-items: flex-end;
|
|
426
|
+
}
|
|
427
|
+
|
|
428
|
+
.container-module_align-stretch__w7-RN {
|
|
429
|
+
align-items: stretch;
|
|
430
|
+
}
|
|
431
|
+
|
|
432
|
+
.container-module_gap-0__p8PTC {
|
|
433
|
+
gap: 0;
|
|
434
|
+
}
|
|
435
|
+
|
|
436
|
+
.container-module_gap-1__VruMY {
|
|
437
|
+
gap: var(--size-1);
|
|
438
|
+
}
|
|
439
|
+
|
|
440
|
+
.container-module_gap-2__DyVIE {
|
|
441
|
+
gap: var(--size-2);
|
|
442
|
+
}
|
|
443
|
+
|
|
444
|
+
.container-module_gap-3__yhOun {
|
|
445
|
+
gap: var(--size-3);
|
|
446
|
+
}
|
|
447
|
+
|
|
448
|
+
.container-module_gap-4__ywQck {
|
|
449
|
+
gap: var(--size-4);
|
|
450
|
+
}
|
|
451
|
+
|
|
452
|
+
.container-module_gap-5__qxrxN {
|
|
453
|
+
gap: var(--size-5);
|
|
454
|
+
}
|
|
455
|
+
|
|
456
|
+
.container-module_gap-6__2rxyO {
|
|
457
|
+
gap: var(--size-6);
|
|
458
|
+
}
|
|
459
|
+
|
|
460
|
+
.container-module_gap-7__olqOQ {
|
|
461
|
+
gap: var(--size-7);
|
|
462
|
+
}
|
|
463
|
+
|
|
464
|
+
.container-module_gap-8__nQElT {
|
|
465
|
+
gap: var(--size-8);
|
|
466
|
+
}
|
|
467
|
+
|
|
468
|
+
.container-module_gap-9__x2u8f {
|
|
469
|
+
gap: var(--size-9);
|
|
470
|
+
}
|
|
471
|
+
|
|
472
|
+
.container-module_gap-10__xM7iG {
|
|
473
|
+
gap: var(--size-10);
|
|
474
|
+
}
|
|
475
|
+
|
|
476
|
+
.container-module_gap-11__M_6mJ {
|
|
477
|
+
gap: var(--size-11);
|
|
478
|
+
}
|
|
479
|
+
|
|
480
|
+
.container-module_gap-12__O_F2K {
|
|
481
|
+
gap: var(--size-12);
|
|
482
|
+
}
|
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
|
|
1
|
+
import './container.css';
|
|
2
|
+
|
|
3
|
+
var s = {"styled":"container-module_styled__lBvLX","rounded":"container-module_rounded__j2TbF","extra-rounded":"container-module_extra-rounded__04Oru","elevation-1":"container-module_elevation-1__Gls_E","elevation-2":"container-module_elevation-2__BP2A6","elevation-3":"container-module_elevation-3__Jnc3A","elevation-4":"container-module_elevation-4__XOU5A","elevation-5":"container-module_elevation-5__P605X","elevation-6":"container-module_elevation-6__VpOO_","elevation-7":"container-module_elevation-7__xUwng","elevation-8":"container-module_elevation-8__DTCqj","elevation-9":"container-module_elevation-9__pzOOc","elevation-10":"container-module_elevation-10__3zyk3","elevation-11":"container-module_elevation-11__1kq7j","elevation-12":"container-module_elevation-12__-6bNZ","elevation-13":"container-module_elevation-13__mFicp","elevation-14":"container-module_elevation-14__rCXVn","elevation-15":"container-module_elevation-15__LFDwM","elevation-16":"container-module_elevation-16__PjotT","elevation-17":"container-module_elevation-17__Tkks4","elevation-18":"container-module_elevation-18__zhwIQ","elevation-19":"container-module_elevation-19__F9Ei0","elevation-20":"container-module_elevation-20__g0WjD","elevation-21":"container-module_elevation-21__k38TV","elevation-22":"container-module_elevation-22__4tiyl","elevation-23":"container-module_elevation-23__ML86a","elevation-24":"container-module_elevation-24___1ib1","padding-0":"container-module_padding-0__Fl8df","padding-1":"container-module_padding-1__tcmeu","padding-2":"container-module_padding-2__Y0b2q","padding-3":"container-module_padding-3__ago8q","padding-4":"container-module_padding-4__UI7f2","padding-5":"container-module_padding-5__fWxbp","padding-6":"container-module_padding-6__5SY-X","padding-xl":"container-module_padding-xl__69Jep","padding-md":"container-module_padding-md__BHqfC","padding-sm":"container-module_padding-sm__6zyxP","padding-none":"container-module_padding-none__9BcyG","outlined":"container-module_outlined__cT6vl","primary":"container-module_primary__j-bXY","secondary":"container-module_secondary__c1vzm","success":"container-module_success__Qh4CL","destructive":"container-module_destructive__SrF2d","warning":"container-module_warning__G2wA2","info":"container-module_info__VNxa7","slate":"container-module_slate__5mtBR","light-slate":"container-module_light-slate__A9QXm","column":"container-module_column__kRhyo","row":"container-module_row__1yar2","full":"container-module_full__BAlAD","justify-start":"container-module_justify-start__cUoBd","justify-center":"container-module_justify-center__9-nLN","justify-end":"container-module_justify-end__eSKIv","justify-space-between":"container-module_justify-space-between__HMIot","justify-space-around":"container-module_justify-space-around___rF8Y","justify-space-evenly":"container-module_justify-space-evenly__JlaKV","align-start":"container-module_align-start__FWX-N","align-center":"container-module_align-center__RCT1y","align-end":"container-module_align-end__qAUCJ","align-stretch":"container-module_align-stretch__w7-RN","gap-0":"container-module_gap-0__p8PTC","gap-1":"container-module_gap-1__VruMY","gap-2":"container-module_gap-2__DyVIE","gap-3":"container-module_gap-3__yhOun","gap-4":"container-module_gap-4__ywQck","gap-5":"container-module_gap-5__qxrxN","gap-6":"container-module_gap-6__2rxyO","gap-7":"container-module_gap-7__olqOQ","gap-8":"container-module_gap-8__nQElT","gap-9":"container-module_gap-9__x2u8f","gap-10":"container-module_gap-10__xM7iG","gap-11":"container-module_gap-11__M_6mJ","gap-12":"container-module_gap-12__O_F2K"};
|
|
2
4
|
|
|
3
5
|
export { s as default };
|
|
4
6
|
//# sourceMappingURL=container.module.scss.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"container.module.scss.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"container.module.scss.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|