elbe-ui 0.4.27 → 1.0.3
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 +1 -1
- package/dist/bit/_bit_provider.d.ts +1 -1
- package/dist/bit/_bit_provider.js +11 -6
- package/dist/bit/_bit_utils.d.ts +5 -1
- package/dist/bit/bit.d.ts +2 -2
- package/dist/bit/bit.js +1 -2
- package/dist/elbe.css +97 -61
- package/dist/elbe.css.map +1 -1
- package/dist/index.d.ts +1529 -1527
- package/dist/index.js +3 -2
- package/dist/ui/components/badge.d.ts +7 -7
- package/dist/ui/components/badge.js +3 -3
- package/dist/ui/components/banner.d.ts +2 -2
- package/dist/ui/components/banner.js +8 -8
- package/dist/ui/components/base/box.d.ts +28 -2550
- package/dist/ui/components/base/box.js +6 -3
- package/dist/ui/components/base/card.d.ts +1 -1
- package/dist/ui/components/base/card.js +1 -1
- package/dist/ui/components/base/padded.d.ts +4 -4
- package/dist/ui/components/base/padded.js +2 -2
- package/dist/ui/components/button/button.d.ts +10 -9
- package/dist/ui/components/button/button.js +15 -13
- package/dist/ui/components/button/choose_button.d.ts +2 -2
- package/dist/ui/components/button/choose_button.js +5 -4
- package/dist/ui/components/button/icon_button.d.ts +9 -8
- package/dist/ui/components/button/icon_button.js +16 -4
- package/dist/ui/components/button/toggle_button.d.ts +2 -2
- package/dist/ui/components/button/toggle_button.js +8 -4
- package/dist/ui/components/dev/todo.d.ts +4 -4
- package/dist/ui/components/dev/todo.js +2 -2
- package/dist/ui/components/dialog.d.ts +4 -3
- package/dist/ui/components/dialog.js +25 -4
- package/dist/ui/components/error_view.d.ts +2 -2
- package/dist/ui/components/error_view.js +12 -8
- package/dist/ui/components/footer.d.ts +3 -3
- package/dist/ui/components/footer.js +3 -3
- package/dist/ui/components/input/checkbox.d.ts +1 -1
- package/dist/ui/components/input/checkbox.js +5 -5
- package/dist/ui/components/input/range.d.ts +1 -1
- package/dist/ui/components/input/range.js +1 -1
- package/dist/ui/components/input/select.d.ts +1 -1
- package/dist/ui/components/input/select.js +2 -2
- package/dist/ui/components/input/switch.d.ts +1 -1
- package/dist/ui/components/input/switch.js +1 -1
- package/dist/ui/components/input/text/input_field.d.ts +9 -9
- package/dist/ui/components/input/text/input_field.js +7 -7
- package/dist/ui/components/input/text/multi_line.d.ts +1 -1
- package/dist/ui/components/input/text/multi_line.js +3 -3
- package/dist/ui/components/input/text/single_line.d.ts +1 -1
- package/dist/ui/components/input/text/single_line.js +4 -4
- package/dist/ui/components/layout/alignment.d.ts +3 -2
- package/dist/ui/components/layout/alignment.js +2 -2
- package/dist/ui/components/layout/app_base.d.ts +1 -1
- package/dist/ui/components/layout/app_base.js +33 -9
- package/dist/ui/components/layout/ctx_app_base.d.ts +8 -3
- package/dist/ui/components/layout/ctx_app_base.js +1 -2
- package/dist/ui/components/layout/flex.d.ts +3 -3
- package/dist/ui/components/layout/flex.js +5 -5
- package/dist/ui/components/layout/header.d.ts +5 -8
- package/dist/ui/components/layout/header.js +11 -13
- package/dist/ui/components/layout/menu.d.ts +1 -1
- package/dist/ui/components/layout/menu.js +6 -6
- package/dist/ui/components/layout/page.d.ts +3 -1
- package/dist/ui/components/layout/page.js +3 -1
- package/dist/ui/components/layout/scroll.d.ts +4 -4
- package/dist/ui/components/layout/scroll.js +3 -3
- package/dist/ui/components/layout/spaced.d.ts +1 -1
- package/dist/ui/components/layout/spaced.js +1 -1
- package/dist/ui/components/layout/toolbar.d.ts +2 -2
- package/dist/ui/components/layout/toolbar.js +4 -6
- package/dist/ui/components/link.d.ts +1 -1
- package/dist/ui/components/link.js +2 -2
- package/dist/ui/components/progress_bar.d.ts +1 -1
- package/dist/ui/components/progress_bar.js +1 -1
- package/dist/ui/components/routing/route.d.ts +8 -8
- package/dist/ui/components/routing/route.js +4 -4
- package/dist/ui/components/spinner.d.ts +4 -4
- package/dist/ui/components/spinner.js +33 -33
- package/dist/ui/components/text.d.ts +15 -15
- package/dist/ui/components/text.js +6 -6
- package/dist/ui/theme/colors.js +0 -1
- package/dist/ui/theme/theme.d.ts +1 -1
- package/dist/ui/theme/theme.js +5 -3
- package/dist/ui/theme/theme_context.d.ts +2 -2
- package/dist/ui/theme/theme_context.js +1 -2
- package/dist/ui/util/ctx_toolbar.d.ts +1 -2
- package/dist/ui/util/ctx_toolbar.js +2 -2
- package/dist/ui/util/error_view.d.ts +1 -1
- package/dist/ui/util/error_view.js +8 -2
- package/dist/ui/util/l10n/_l10n_util.d.ts +1 -1
- package/dist/ui/util/l10n/_l10n_util.js +1 -1
- package/dist/ui/util/l10n/l10n.d.ts +1 -1
- package/dist/ui/util/l10n/l10n.js +2 -2
- package/dist/ui/util/types.d.ts +3 -2
- package/dist/ui/util/util.js +1 -2
- package/package.json +6 -8
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Context } from "
|
|
1
|
+
import { Context } from "react";
|
|
2
2
|
import { BitParams, BitUseInterface } from "..";
|
|
3
3
|
import { _BitCtrlMaker, _BitProvider } from "./_bit_utils";
|
|
4
4
|
export declare function _makeBitProvider<D, P, I>(context: Context<BitUseInterface<D, P, I>>, bitP: BitParams<D, P, I> & {
|
|
@@ -7,8 +7,8 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
7
7
|
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
8
8
|
});
|
|
9
9
|
};
|
|
10
|
-
import { jsx as _jsx } from "
|
|
11
|
-
import { useEffect, useMemo, useState } from "
|
|
10
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
11
|
+
import { useEffect, useMemo, useState } from "react";
|
|
12
12
|
import { Column, ErrorView, Spinner, } from "..";
|
|
13
13
|
import { _isFn } from "./_bit_utils";
|
|
14
14
|
function _LoadView({}) {
|
|
@@ -98,16 +98,21 @@ export function _makeBitProvider(context, bitP) {
|
|
|
98
98
|
return _isFn(onLoading) ? onLoading() : (_c = onLoading) !== null && _c !== void 0 ? _c : null;
|
|
99
99
|
}
|
|
100
100
|
function mapUI(onData, onError, onLoading) {
|
|
101
|
-
return map((d) => onData(d), (e) => (onError !== null && onError !== void 0 ? onError : ((e) => _jsx(ErrorView, { error: e, retry: () => _reload(false) })))(e), () => onLoading !== null && onLoading !== void 0 ? onLoading : (() => _jsx(_LoadView, {}))());
|
|
101
|
+
return map((d) => onData(d), (e) => (onError !== null && onError !== void 0 ? onError : ((e) => _jsx(ErrorView, { error: e, retry: () => _reload(false) })))(e), () => (onLoading !== null && onLoading !== void 0 ? onLoading : (() => _jsx(_LoadView, {})))());
|
|
102
102
|
}
|
|
103
103
|
const baseCtrl = Object.assign(Object.assign({}, _partCtrl), { act,
|
|
104
104
|
map,
|
|
105
105
|
mapUI });
|
|
106
|
-
|
|
107
|
-
|
|
106
|
+
function consider(children) {
|
|
107
|
+
return children();
|
|
108
|
+
}
|
|
109
|
+
const userCtrl = bitP.control(Object.assign(Object.assign({}, baseCtrl), { parameters: p, reload: _reload, consider: consider }));
|
|
110
|
+
return Object.assign(Object.assign(Object.assign({}, baseCtrl), userCtrl), { reload: _reload, parameters: p, consider: consider });
|
|
108
111
|
}
|
|
109
112
|
const ctrl = useMemo(() => _make(), [state]);
|
|
110
|
-
useEffect(() =>
|
|
113
|
+
useEffect(() => {
|
|
114
|
+
ctrl.reload(true);
|
|
115
|
+
}, []);
|
|
111
116
|
// ========== DEFINE THE JSX ELEMENT ==========
|
|
112
117
|
return _jsx(context.Provider, { value: ctrl, children: p.children });
|
|
113
118
|
}
|
package/dist/bit/_bit_utils.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { JSX } from "
|
|
1
|
+
import { JSX } from "react/jsx-runtime";
|
|
2
2
|
import { BitStates, BitUseInterface, ElbeChild, ElbeChildren, Maybe, PromiseOr } from "..";
|
|
3
3
|
export interface _BitData<D> {
|
|
4
4
|
state: any;
|
|
@@ -78,6 +78,10 @@ export interface _BitGetInterface<D> {
|
|
|
78
78
|
* If `silent` is true, it will not change the state to `loading`.
|
|
79
79
|
*/
|
|
80
80
|
reload: (silent?: boolean) => void;
|
|
81
|
+
/**
|
|
82
|
+
*
|
|
83
|
+
*/
|
|
84
|
+
consider(children: () => ElbeChild): ElbeChild;
|
|
81
85
|
}
|
|
82
86
|
export interface _BitCtrlInput<D, P> extends _BitGetInterface<D> {
|
|
83
87
|
setData: (d: D) => void;
|
package/dist/bit/bit.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { Context } from "react";
|
|
2
2
|
import { Maybe, PromiseOr } from "..";
|
|
3
3
|
import { _BitCtrlMaker, _BitData, _BitGetInterface, _BitInterface } from "./_bit_utils";
|
|
4
4
|
export type BitStates = "loading" | "error" | "data";
|
|
5
|
-
export type BitContext<D> =
|
|
5
|
+
export type BitContext<D> = Context<_BitData<D> | null>;
|
|
6
6
|
export type BitTriMap<T, D> = {
|
|
7
7
|
onLoading?: () => D;
|
|
8
8
|
onError?: (e: any) => D;
|
package/dist/bit/bit.js
CHANGED
|
@@ -9,8 +9,7 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
|
9
9
|
}
|
|
10
10
|
return t;
|
|
11
11
|
};
|
|
12
|
-
import { createContext } from "
|
|
13
|
-
import { useContext } from "preact/hooks";
|
|
12
|
+
import { createContext, useContext } from "react";
|
|
14
13
|
import { _makeBitProvider } from "./_bit_provider";
|
|
15
14
|
export function createBit(_a) {
|
|
16
15
|
var { control = () => ({}) } = _a, p = __rest(_a, ["control"]);
|
package/dist/elbe.css
CHANGED
|
@@ -45,58 +45,6 @@ body,
|
|
|
45
45
|
|
|
46
46
|
.elbe {
|
|
47
47
|
/* ========= SPACING ========= */
|
|
48
|
-
/* ========= ELEMENT_STYLE ========= */
|
|
49
|
-
/* ========= CARD ========= */
|
|
50
|
-
/* ========= UTIL ========= */
|
|
51
|
-
/* ========= MARKUP ========= */
|
|
52
|
-
/* ========= ANIMATIONS ========= */
|
|
53
|
-
/* ========== GAP =========== */
|
|
54
|
-
/* ========== EXPAND =========== */
|
|
55
|
-
/* ========== ALIGN =========== */
|
|
56
|
-
/* ========== JUSTIFY =========== */
|
|
57
|
-
/* ========== RESPONSIVE =========== */
|
|
58
|
-
/*input[type="range"] {
|
|
59
|
-
-webkit-appearance: none;
|
|
60
|
-
appearance: none;
|
|
61
|
-
background: green;
|
|
62
|
-
cursor: pointer;
|
|
63
|
-
width: 15rem;
|
|
64
|
-
|
|
65
|
-
&::-moz-range-track{
|
|
66
|
-
background-color: var(--c-context-border);
|
|
67
|
-
border-radius: 100px;
|
|
68
|
-
border: none;
|
|
69
|
-
height: 0.5rem;
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
&::-webkit-slider-runnable-track
|
|
73
|
-
{
|
|
74
|
-
border-radius: 100px;
|
|
75
|
-
border: none;
|
|
76
|
-
height: 0.5rem;
|
|
77
|
-
}
|
|
78
|
-
|
|
79
|
-
&::-webkit-slider-thumb
|
|
80
|
-
{
|
|
81
|
-
|
|
82
|
-
border: none;
|
|
83
|
-
-webkit-appearance: none; // Override default look
|
|
84
|
-
appearance: none;
|
|
85
|
-
margin-top: -6px;
|
|
86
|
-
border-radius: 100px;
|
|
87
|
-
height: 1.2rem;
|
|
88
|
-
width: 1.2rem;
|
|
89
|
-
}
|
|
90
|
-
}*/
|
|
91
|
-
/*@keyframes toast_fadeOut {
|
|
92
|
-
from {
|
|
93
|
-
opacity: 1;
|
|
94
|
-
}
|
|
95
|
-
to {
|
|
96
|
-
opacity: 0;
|
|
97
|
-
}
|
|
98
|
-
}*/
|
|
99
|
-
width: 100vw;
|
|
100
48
|
}
|
|
101
49
|
.elbe .padded,
|
|
102
50
|
.elbe .card,
|
|
@@ -114,6 +62,9 @@ body,
|
|
|
114
62
|
.elbe .margined-none {
|
|
115
63
|
margin: 0rem;
|
|
116
64
|
}
|
|
65
|
+
.elbe {
|
|
66
|
+
/* ========= ELEMENT_STYLE ========= */
|
|
67
|
+
}
|
|
117
68
|
.elbe .sharp.sharp.sharp {
|
|
118
69
|
border-radius: 0;
|
|
119
70
|
}
|
|
@@ -169,6 +120,9 @@ body,
|
|
|
169
120
|
.elbe .plain.disabled {
|
|
170
121
|
opacity: 0.5;
|
|
171
122
|
}
|
|
123
|
+
.elbe {
|
|
124
|
+
/* ========= CARD ========= */
|
|
125
|
+
}
|
|
172
126
|
.elbe .box, .elbe .header, .elbe .base-limited,
|
|
173
127
|
.elbe .card,
|
|
174
128
|
.elbe .toast,
|
|
@@ -177,6 +131,9 @@ body,
|
|
|
177
131
|
border-style: solid;
|
|
178
132
|
border-width: var(--g-border-width);
|
|
179
133
|
}
|
|
134
|
+
.elbe {
|
|
135
|
+
/* ========= UTIL ========= */
|
|
136
|
+
}
|
|
180
137
|
.elbe .action {
|
|
181
138
|
cursor: pointer;
|
|
182
139
|
}
|
|
@@ -185,6 +142,9 @@ body,
|
|
|
185
142
|
width: 100%;
|
|
186
143
|
margin: 0 auto;
|
|
187
144
|
}
|
|
145
|
+
.elbe {
|
|
146
|
+
/* ========= MARKUP ========= */
|
|
147
|
+
}
|
|
188
148
|
.elbe i,
|
|
189
149
|
.elbe .i {
|
|
190
150
|
font-style: italic;
|
|
@@ -214,6 +174,9 @@ body,
|
|
|
214
174
|
font-family: monospace;
|
|
215
175
|
white-space: pre-wrap;
|
|
216
176
|
}
|
|
177
|
+
.elbe {
|
|
178
|
+
/* ========= ANIMATIONS ========= */
|
|
179
|
+
}
|
|
217
180
|
.elbe .rotate {
|
|
218
181
|
display: flex;
|
|
219
182
|
align-items: center;
|
|
@@ -259,6 +222,9 @@ body,
|
|
|
259
222
|
align-items: center;
|
|
260
223
|
justify-content: center;
|
|
261
224
|
}
|
|
225
|
+
.elbe {
|
|
226
|
+
/* ========== GAP =========== */
|
|
227
|
+
}
|
|
262
228
|
.elbe .gap-none {
|
|
263
229
|
gap: 0;
|
|
264
230
|
}
|
|
@@ -277,6 +243,9 @@ body,
|
|
|
277
243
|
.elbe .gap-triple {
|
|
278
244
|
gap: 3rem;
|
|
279
245
|
}
|
|
246
|
+
.elbe {
|
|
247
|
+
/* ========== EXPAND =========== */
|
|
248
|
+
}
|
|
280
249
|
.elbe .flex-none {
|
|
281
250
|
flex: 0 0 auto;
|
|
282
251
|
}
|
|
@@ -316,6 +285,9 @@ body,
|
|
|
316
285
|
.elbe .flex-12 {
|
|
317
286
|
flex: 12 12 0%;
|
|
318
287
|
}
|
|
288
|
+
.elbe {
|
|
289
|
+
/* ========== ALIGN =========== */
|
|
290
|
+
}
|
|
319
291
|
.elbe .cross-start {
|
|
320
292
|
align-items: flex-start;
|
|
321
293
|
}
|
|
@@ -331,6 +303,9 @@ body,
|
|
|
331
303
|
.elbe .cross-baseline {
|
|
332
304
|
align-items: baseline;
|
|
333
305
|
}
|
|
306
|
+
.elbe {
|
|
307
|
+
/* ========== JUSTIFY =========== */
|
|
308
|
+
}
|
|
334
309
|
.elbe .main-start {
|
|
335
310
|
justify-content: flex-start;
|
|
336
311
|
}
|
|
@@ -349,6 +324,9 @@ body,
|
|
|
349
324
|
.elbe .main-evenly {
|
|
350
325
|
justify-content: space-evenly;
|
|
351
326
|
}
|
|
327
|
+
.elbe {
|
|
328
|
+
/* ========== RESPONSIVE =========== */
|
|
329
|
+
}
|
|
352
330
|
@media (max-width: 700px) {
|
|
353
331
|
.elbe .row-resp {
|
|
354
332
|
flex-direction: column;
|
|
@@ -400,6 +378,11 @@ body,
|
|
|
400
378
|
cursor: pointer;
|
|
401
379
|
color: inherit;
|
|
402
380
|
background-color: inherit;
|
|
381
|
+
}
|
|
382
|
+
.elbe button:not(.dummy_class_001) {
|
|
383
|
+
border: none;
|
|
384
|
+
}
|
|
385
|
+
.elbe button {
|
|
403
386
|
/*& > .lucide {
|
|
404
387
|
& + div {
|
|
405
388
|
text-align: center;
|
|
@@ -416,9 +399,6 @@ body,
|
|
|
416
399
|
}
|
|
417
400
|
}*/
|
|
418
401
|
}
|
|
419
|
-
.elbe button:not(.dummy_class_001) {
|
|
420
|
-
border: none;
|
|
421
|
-
}
|
|
422
402
|
.elbe .icon {
|
|
423
403
|
aspect-ratio: 1;
|
|
424
404
|
border-radius: 25%;
|
|
@@ -435,6 +415,11 @@ body,
|
|
|
435
415
|
border-style: solid;
|
|
436
416
|
border-color: var(--c-context-border);
|
|
437
417
|
}
|
|
418
|
+
.elbe .elbe_dialog_base.elbe_dialog_base.elbe_dialog_base {
|
|
419
|
+
transform: scale(0.95);
|
|
420
|
+
opacity: 0;
|
|
421
|
+
transition: opacity 0.3s, transform 0.3s ease-in-out;
|
|
422
|
+
}
|
|
438
423
|
.elbe dialog {
|
|
439
424
|
z-index: 100;
|
|
440
425
|
position: fixed;
|
|
@@ -445,21 +430,24 @@ body,
|
|
|
445
430
|
border: none;
|
|
446
431
|
pointer-events: none;
|
|
447
432
|
background-color: transparent;
|
|
448
|
-
|
|
433
|
+
backdrop-filter: blur(0px) brightness(1);
|
|
449
434
|
transition: backdrop-filter 0.3s ease-in-out;
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
435
|
+
/*& > *:not(.elbe_dialog_base) {
|
|
436
|
+
display: none;
|
|
437
|
+
}*/
|
|
453
438
|
}
|
|
454
439
|
.elbe dialog[open=""] {
|
|
455
|
-
|
|
456
|
-
backdrop-filter: blur(5px);
|
|
440
|
+
backdrop-filter: blur(5px) brightness(0.7);
|
|
457
441
|
pointer-events: all;
|
|
458
442
|
}
|
|
459
443
|
.elbe dialog[open=""] > * {
|
|
460
444
|
display: unset;
|
|
461
445
|
max-width: 100vw;
|
|
462
446
|
}
|
|
447
|
+
.elbe dialog[open=""] .elbe_dialog_base.elbe_dialog_base.elbe_dialog_base {
|
|
448
|
+
opacity: 1;
|
|
449
|
+
transform: scale(1);
|
|
450
|
+
}
|
|
463
451
|
.elbe .expandable {
|
|
464
452
|
max-height: 0px;
|
|
465
453
|
transition: max-height 0.25s ease-out;
|
|
@@ -537,6 +525,41 @@ body,
|
|
|
537
525
|
outline: none;
|
|
538
526
|
cursor: pointer;
|
|
539
527
|
}
|
|
528
|
+
.elbe {
|
|
529
|
+
/*input[type="range"] {
|
|
530
|
+
-webkit-appearance: none;
|
|
531
|
+
appearance: none;
|
|
532
|
+
background: green;
|
|
533
|
+
cursor: pointer;
|
|
534
|
+
width: 15rem;
|
|
535
|
+
|
|
536
|
+
&::-moz-range-track{
|
|
537
|
+
background-color: var(--c-context-border);
|
|
538
|
+
border-radius: 100px;
|
|
539
|
+
border: none;
|
|
540
|
+
height: 0.5rem;
|
|
541
|
+
}
|
|
542
|
+
|
|
543
|
+
&::-webkit-slider-runnable-track
|
|
544
|
+
{
|
|
545
|
+
border-radius: 100px;
|
|
546
|
+
border: none;
|
|
547
|
+
height: 0.5rem;
|
|
548
|
+
}
|
|
549
|
+
|
|
550
|
+
&::-webkit-slider-thumb
|
|
551
|
+
{
|
|
552
|
+
|
|
553
|
+
border: none;
|
|
554
|
+
-webkit-appearance: none; // Override default look
|
|
555
|
+
appearance: none;
|
|
556
|
+
margin-top: -6px;
|
|
557
|
+
border-radius: 100px;
|
|
558
|
+
height: 1.2rem;
|
|
559
|
+
width: 1.2rem;
|
|
560
|
+
}
|
|
561
|
+
}*/
|
|
562
|
+
}
|
|
540
563
|
.elbe input[type=checkbox] {
|
|
541
564
|
-webkit-appearance: none;
|
|
542
565
|
appearance: none;
|
|
@@ -628,6 +651,16 @@ body,
|
|
|
628
651
|
transform: translateX(-50%) translateY(0);
|
|
629
652
|
}
|
|
630
653
|
}
|
|
654
|
+
.elbe {
|
|
655
|
+
/*@keyframes toast_fadeOut {
|
|
656
|
+
from {
|
|
657
|
+
opacity: 1;
|
|
658
|
+
}
|
|
659
|
+
to {
|
|
660
|
+
opacity: 0;
|
|
661
|
+
}
|
|
662
|
+
}*/
|
|
663
|
+
}
|
|
631
664
|
.elbe :focus-visible {
|
|
632
665
|
outline: 0.15rem solid var(--c-accent);
|
|
633
666
|
}
|
|
@@ -637,6 +670,9 @@ body,
|
|
|
637
670
|
.elbe.dark :focus-visible {
|
|
638
671
|
outline: 0.15rem solid white;
|
|
639
672
|
}
|
|
673
|
+
.elbe {
|
|
674
|
+
width: 100vw;
|
|
675
|
+
}
|
|
640
676
|
|
|
641
677
|
._elbe_tooltip {
|
|
642
678
|
position: fixed;
|
package/dist/elbe.css.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sourceRoot":"","sources":["../style/elbe.scss","../style/_base.scss","../style/_flex.scss","../style/_components.scss","../style/_toast.scss"],"names":[],"mappings":"AAAA;AAAA;AAAA;AAAA;AAOQ;AAMR;EACE;EACA;EACA;EACA;EAEA;EACA;EACA;EAGA;EACA;EACA;EAEA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EAEA;;;AAGF;AAAA;AAAA;EAGE;EACA;EACA;EACA;EACA;;;AAGF;AAAA;EAEE;EACA;EACA;EACA;;;AAIF;AC3DA
|
|
1
|
+
{"version":3,"sourceRoot":"","sources":["../style/elbe.scss","../style/_base.scss","../style/_flex.scss","../style/_components.scss","../style/_toast.scss"],"names":[],"mappings":"AAAA;AAAA;AAAA;AAAA;AAOQ;AAMR;EACE;EACA;EACA;EACA;EAEA;EACA;EACA;EAGA;EACA;EACA;EAEA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EAEA;;;AAGF;AAAA;AAAA;EAGE;EACA;EACA;EACA;EACA;;;AAGF;AAAA;EAEE;EACA;EACA;EACA;;;AAIF;AC3DA;;AAEA;AAAA;AAAA;AAAA;AAAA;EAEE;;AAGF;EACE;;AAGF;EACE;;AAGF;EACE;;AD2CF;ACvCA;;AAEA;EACE;;AAEF;AAAA;AAAA;AAAA;AAAA;EAEE;EACA;;AAGF;EACE;;AAGF;AAAA;EAEE;;AAGF;EACE;;AAEF;EACE;;AAGF;EACE;EACA;;AACA;EACE;;AAIJ;EACE;;AAGF;EACE;;AAEF;EACE;;AAEF;EACE;;AAGF;EACE;;AAGF;EACE;;AAGF;EACE;;AAGF;EACE;;ADvBF;AC0BA;;AAEA;AAAA;AAAA;AAAA;AAAA;EAEE;EACA;;AD/BF;ACoCA;;AAEA;EACE;;AAGF;EAEE;EACA;EACA;;AD9CF;ACiDA;;AAEA;AAAA;EAEE;;AAEF;AAAA;AAAA;AAAA;EAEE;;AAEF;EACE;;AAEF;EACE;;AAEF;EACE;;AAEF;EACE;;AAEF;EACE;;AAEF;EACE;EACA;;AD5EF;AC+EA;;AAEA;EACE;EACA;EACA;EACA;;AAGF;EACE;IACE;;EAEF;IACE;;;AAKJ;EACE;;AAEF;EACE;;AACA;EACE;;ACnKJ;AAAA;AAAA;AAAA;AAAA;EAGE;EACA;EACA;EACA;;AAGF;EACE;;AAGF;EACE;EACA;;AAGF;EACE;EACA;EACA;;AFsCF;AEnCA;;AAEA;EACE;;AAEF;EACE;;AAEF;EACE;;AAEF;EACE;;AAEF;EACE;;AAEF;EACE;;AFiBF;AEdA;;AAEA;EACE;;AAIA;EACE;;AADF;EACE;;AADF;EACE;;AADF;EACE;;AADF;EACE;;AADF;EACE;;AADF;EACE;;AADF;EACE;;AADF;EACE;;AADF;EACE;;AADF;EACE;;AADF;EACE;;AFMJ;AEFA;;AAEA;EACE;;AAEF;EACE;;AAEF;EACE;;AAEF;EACE;;AAEF;EACE;;AFbF;AEgBA;;AAEA;EACE;;AAEF;EACE;;AAEF;EACE;;AAEF;EACE;;AAEF;EACE;;AAEF;EACE;;AFlCF;AEqCA;;AAEA;EACE;IACE;;EAGF;IACE;;EAGF;IACE;;;AAIJ;EACE;IACE;;;AAIJ;EACE;;ACvHF;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EACE;EACA;EACA;;AAGF;EACE;;AAGF;EACE;;AAGF;EACE;EACA;;AAEA;EACE;;AAKJ;EAIE;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;;AAbJ;AAgBE;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AAiBF;EACE;EACA;EACA;;AAGF;EAGE;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;;AAGF;EACI;EACA;EACA;;AAGJ;EAKE;EAEA;EACA;EACA;EACA;EACA;EAEA;EAEA;EACA;EACA;EAEA;AAGA;AAAA;AAAA;;AAIA;EACE;EACA;;AACA;EACE;EACA;;AAGF;EACE;EACA;;AAKN;EACE;EACA;EACA;;AAGF;EACE;EACA;;AAGF;EAGC;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACC;EAGD;EAEA;EAEA;EACA;;AAGD;EACE;EACD;EACA;;AAgBD;EACE;;AAcA;EACE;EACA;EACA;;AAGF;EACE;EACA;EACA;;AAIJ;EACE;EACA;EACA;EACA;EAEA;EACA;EAEA;EACA;;AAEA;EACE;;AAGF;EACE;EACA;EAzCF;EACA;EACA;EACA;EACA;EACA;EACA;;AAuCA;EA7CA;EACA;EACA;EACA;EACA;EACA;EACA;;AHnIF;AGiLA;AAAA;AAAA;AAAA;AAAA;AAAA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AAAA;AAAA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AAqCA;EACE;EACA;EACA;EAEA;EACA;EACA;EACA;EACA;EACA;EACA;EAEA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;EAEA;EACA;EACA;;AAIF;EACE;;AAGF;EACE;EACA;;AAGF;EACE;EACA;;AAGF;EACE;EACA;;AAKF;EACE;EACA;EACA;;AAIF;EACE;EACA;EACA;;AAGF;EACE;;AAMF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAKF;EACE;IACE;;;ACxWJ;EAII;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGF;EACE;;AAGF;EACE;IACE;IACA;;EAEF;IACE;IACA;;;AJkCN;AI9BE;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AJqCA;EACE;;AAEF;EACG;;AAGH;EACE;;AAfJ;EAkBE;;;AAKF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA","file":"elbe.css"}
|