@viasat/beam-web-components 2.0.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/Accordion/Accordion.d.ts +56 -0
- package/Accordion/Accordion.js +12 -0
- package/Accordion/AccordionGroup.context.d.ts +10 -0
- package/Accordion/AccordionGroup.context.js +8 -0
- package/Accordion/AccordionGroup.d.ts +33 -0
- package/Accordion/AccordionGroup.js +79 -0
- package/Accordion/index.d.ts +3 -0
- package/Accordion/index.js +6 -0
- package/Alert/Alert.d.ts +64 -0
- package/Alert/Alert.js +300 -0
- package/Alert/index.d.ts +2 -0
- package/Alert/index.js +4 -0
- package/Avatar/Avatar.d.ts +60 -0
- package/Avatar/Avatar.js +12 -0
- package/Avatar/AvatarGroup.context.d.ts +11 -0
- package/Avatar/AvatarGroup.context.js +8 -0
- package/Avatar/AvatarGroup.d.ts +43 -0
- package/Avatar/AvatarGroup.js +181 -0
- package/Avatar/index.d.ts +3 -0
- package/Avatar/index.js +6 -0
- package/Badge/Badge.d.ts +40 -0
- package/Badge/Badge.js +125 -0
- package/Badge/index.d.ts +2 -0
- package/Badge/index.js +4 -0
- package/BadgeDot/BadgeDot.d.ts +38 -0
- package/BadgeDot/BadgeDot.js +59 -0
- package/BadgeDot/index.d.ts +2 -0
- package/BadgeDot/index.js +4 -0
- package/Box/Box.d.ts +99 -0
- package/Box/Box.js +115 -0
- package/Box/index.d.ts +2 -0
- package/Box/index.js +4 -0
- package/Breadcrumbs/Breadcrumbs.context.d.ts +10 -0
- package/Breadcrumbs/Breadcrumbs.context.js +8 -0
- package/Breadcrumbs/Breadcrumbs.d.ts +38 -0
- package/Breadcrumbs/Breadcrumbs.js +115 -0
- package/Breadcrumbs/BreadcrumbsItem.d.ts +39 -0
- package/Breadcrumbs/BreadcrumbsItem.js +13 -0
- package/Breadcrumbs/index.d.ts +3 -0
- package/Breadcrumbs/index.js +6 -0
- package/Button/Button.d.ts +73 -0
- package/Button/Button.js +125 -0
- package/Button/index.d.ts +2 -0
- package/Button/index.js +4 -0
- package/CloseButton/CloseButton.d.ts +25 -0
- package/CloseButton/CloseButton.js +60 -0
- package/CloseButton/index.d.ts +2 -0
- package/CloseButton/index.js +4 -0
- package/Divider/Divider.d.ts +56 -0
- package/Divider/Divider.js +111 -0
- package/Divider/index.d.ts +2 -0
- package/Divider/index.js +4 -0
- package/EmptyState/EmptyState.d.ts +36 -0
- package/EmptyState/EmptyState.js +56 -0
- package/EmptyState/index.d.ts +2 -0
- package/EmptyState/index.js +4 -0
- package/HelperText/HelperText.d.ts +45 -0
- package/HelperText/HelperText.js +11 -0
- package/HelperText/index.d.ts +2 -0
- package/HelperText/index.js +4 -0
- package/Icon/Icon.d.ts +35 -0
- package/Icon/Icon.js +62 -0
- package/Icon/index.d.ts +2 -0
- package/Icon/index.js +4 -0
- package/InputChoiceGroup/InputChoiceGroup.context.d.ts +13 -0
- package/InputChoiceGroup/InputChoiceGroup.context.js +8 -0
- package/InputChoiceGroup/InputChoiceGroup.d.ts +87 -0
- package/InputChoiceGroup/InputChoiceGroup.js +205 -0
- package/InputChoiceGroup/index.d.ts +2 -0
- package/InputChoiceGroup/index.js +4 -0
- package/Link/Link.d.ts +48 -0
- package/Link/Link.js +77 -0
- package/Link/index.d.ts +2 -0
- package/Link/index.js +4 -0
- package/List/List.context.d.ts +15 -0
- package/List/List.context.js +8 -0
- package/List/List.d.ts +43 -0
- package/List/List.js +101 -0
- package/List/ListItem.d.ts +23 -0
- package/List/ListItem.js +90 -0
- package/List/index.d.ts +3 -0
- package/List/index.js +6 -0
- package/ProgressBar/ProgressBar.d.ts +52 -0
- package/ProgressBar/ProgressBar.js +128 -0
- package/ProgressBar/index.d.ts +2 -0
- package/ProgressBar/index.js +4 -0
- package/README.md +360 -0
- package/SegmentedControl/SegmentedControl.context.d.ts +16 -0
- package/SegmentedControl/SegmentedControl.context.js +8 -0
- package/SegmentedControl/SegmentedControl.d.ts +41 -0
- package/SegmentedControl/SegmentedControl.js +103 -0
- package/SegmentedControl/SegmentedControlItem.d.ts +54 -0
- package/SegmentedControl/SegmentedControlItem.js +284 -0
- package/SegmentedControl/SegmentedControlList.d.ts +23 -0
- package/SegmentedControl/SegmentedControlList.js +61 -0
- package/SegmentedControl/SegmentedControlPanel.d.ts +21 -0
- package/SegmentedControl/SegmentedControlPanel.js +43 -0
- package/SegmentedControl/index.d.ts +5 -0
- package/SegmentedControl/index.js +10 -0
- package/Spinner/Spinner.d.ts +50 -0
- package/Spinner/Spinner.js +186 -0
- package/Spinner/index.d.ts +2 -0
- package/Spinner/index.js +4 -0
- package/StateLayer/StateLayer.d.ts +17 -0
- package/StateLayer/StateLayer.js +6 -0
- package/StateLayer/index.d.ts +2 -0
- package/StateLayer/index.js +5 -0
- package/Text/Text.d.ts +85 -0
- package/Text/Text.js +103 -0
- package/Text/index.d.ts +2 -0
- package/Text/index.js +4 -0
- package/Tooltip/Tooltip.d.ts +139 -0
- package/Tooltip/Tooltip.js +1827 -0
- package/Tooltip/index.d.ts +2 -0
- package/Tooltip/index.js +5 -0
- package/chunks/Accordion.DYD3XcAx.js +161 -0
- package/chunks/Avatar.C2rfzUGP.js +174 -0
- package/chunks/BreadcrumbsItem.4ZR6wbMz.js +121 -0
- package/chunks/CSSLookup.BdqZ5Li9.js +106 -0
- package/chunks/HelperText.CcVVOtA3.js +108 -0
- package/chunks/Upload.B9YEyp7b.js +12 -0
- package/chunks/WarningOutlined.DPfQnPPj.js +12 -0
- package/chunks/classNames.Cq_tbDRp.js +94 -0
- package/chunks/constants.jOWREYQE.js +30 -0
- package/chunks/delegate.baxDQosr.js +63 -0
- package/chunks/dom.C98AFbJh.js +22 -0
- package/chunks/fileUpload.module.kN6o64aL.js +4 -0
- package/chunks/globals.Bz4SVF2g.js +4 -0
- package/chunks/helpers.AwJwaZvv.js +53 -0
- package/chunks/list.module.CZRPBLzy.js +4 -0
- package/chunks/register-custom-element.DHGKOhmA.js +17 -0
- package/chunks/segmentedControl.module.BPXEWodj.js +4 -0
- package/chunks/tokens.CTW8Tt94.js +9 -0
- package/custom-elements.json +11341 -0
- package/local/Accordion/Accordion.js +12 -0
- package/local/Accordion/AccordionGroup.context.js +8 -0
- package/local/Accordion/AccordionGroup.js +78 -0
- package/local/Accordion/index.js +6 -0
- package/local/Alert/Alert.js +301 -0
- package/local/Alert/index.js +4 -0
- package/local/Avatar/Avatar.js +11 -0
- package/local/Avatar/AvatarGroup.context.js +8 -0
- package/local/Avatar/AvatarGroup.js +180 -0
- package/local/Avatar/index.js +6 -0
- package/local/Badge/Badge.js +123 -0
- package/local/Badge/index.js +4 -0
- package/local/BadgeDot/BadgeDot.js +57 -0
- package/local/BadgeDot/index.js +4 -0
- package/local/Box/Box.js +113 -0
- package/local/Box/index.js +4 -0
- package/local/Breadcrumbs/Breadcrumbs.context.js +8 -0
- package/local/Breadcrumbs/Breadcrumbs.js +113 -0
- package/local/Breadcrumbs/BreadcrumbsItem.js +13 -0
- package/local/Breadcrumbs/index.js +6 -0
- package/local/Button/Button.js +154 -0
- package/local/Button/index.js +4 -0
- package/local/CloseButton/CloseButton.js +58 -0
- package/local/CloseButton/index.js +4 -0
- package/local/Divider/Divider.js +111 -0
- package/local/Divider/index.js +4 -0
- package/local/EmptyState/EmptyState.js +54 -0
- package/local/EmptyState/index.js +4 -0
- package/local/HelperText/HelperText.js +9 -0
- package/local/HelperText/index.js +4 -0
- package/local/Icon/Icon.js +60 -0
- package/local/Icon/index.js +4 -0
- package/local/InputChoiceGroup/InputChoiceGroup.context.js +8 -0
- package/local/InputChoiceGroup/InputChoiceGroup.js +205 -0
- package/local/InputChoiceGroup/index.js +4 -0
- package/local/Link/Link.js +75 -0
- package/local/Link/index.js +4 -0
- package/local/List/List.context.js +8 -0
- package/local/List/List.js +101 -0
- package/local/List/ListItem.js +90 -0
- package/local/List/index.js +6 -0
- package/local/ProgressBar/ProgressBar.js +126 -0
- package/local/ProgressBar/index.js +4 -0
- package/local/SegmentedControl/SegmentedControl.context.js +8 -0
- package/local/SegmentedControl/SegmentedControl.js +103 -0
- package/local/SegmentedControl/SegmentedControlItem.js +284 -0
- package/local/SegmentedControl/SegmentedControlList.js +59 -0
- package/local/SegmentedControl/SegmentedControlPanel.js +41 -0
- package/local/SegmentedControl/index.js +10 -0
- package/local/Spinner/Spinner.js +185 -0
- package/local/Spinner/index.js +4 -0
- package/local/StateLayer/StateLayer.js +6 -0
- package/local/StateLayer/index.js +5 -0
- package/local/Text/Text.js +121 -0
- package/local/Text/index.js +4 -0
- package/local/Tooltip/Tooltip.js +1826 -0
- package/local/Tooltip/index.js +5 -0
- package/local/chunks/Accordion.PGU7OILE.js +161 -0
- package/local/chunks/Avatar.CvTOzaRT.js +172 -0
- package/local/chunks/BreadcrumbsItem.GM6sBp_o.js +121 -0
- package/local/chunks/CSSLookup.BdqZ5Li9.js +106 -0
- package/local/chunks/Upload.B9YEyp7b.js +12 -0
- package/local/chunks/WarningOutlined.DPfQnPPj.js +12 -0
- package/local/chunks/base.D76d76ww.js +9 -0
- package/local/chunks/classNames.C6fNrXWF.js +106 -0
- package/local/chunks/constants.jOWREYQE.js +30 -0
- package/local/chunks/consume.Ce9k1-wN.js +47 -0
- package/local/chunks/context-request-event.Bl9Vpkzl.js +13 -0
- package/local/chunks/create-context.DS1OG3vJ.js +11 -0
- package/local/chunks/delegate.baxDQosr.js +63 -0
- package/local/chunks/directive.kLG6oqUu.js +27 -0
- package/local/chunks/dom.C98AFbJh.js +22 -0
- package/local/chunks/fileUpload.module.kN6o64aL.js +4 -0
- package/local/chunks/globals.Bz4SVF2g.js +4 -0
- package/local/chunks/helpers.BWcXAteC.js +53 -0
- package/local/chunks/index.Bz1Jq4c2.js +106 -0
- package/local/chunks/list.module.CZRPBLzy.js +4 -0
- package/local/chunks/lit-element.CJtt9wj5.js +557 -0
- package/local/chunks/provide.i2FlUkOu.js +110 -0
- package/local/chunks/query-assigned-elements.Drkgpk9q.js +19 -0
- package/local/chunks/query-assigned-nodes.Dgvsf6BR.js +19 -0
- package/local/chunks/query.lbpOn5CD.js +20 -0
- package/local/chunks/ref.B7e1Hu4F.js +107 -0
- package/local/chunks/register-custom-element.vod7zfGv.js +51 -0
- package/local/chunks/segmentedControl.module.BPXEWodj.js +4 -0
- package/local/chunks/state.CqiuSzAl.js +12 -0
- package/local/chunks/tokens.CTW8Tt94.js +9 -0
- package/local/chunks/unsafe-html.BzhXEygn.js +27 -0
- package/local/chunks/unsafe-svg.HSGf1NCU.js +14 -0
- package/local/wip/Checkbox/Checkbox.js +102 -0
- package/local/wip/Checkbox/CheckboxGroup/CheckboxGroup.js +27 -0
- package/local/wip/Checkbox/index.js +6 -0
- package/local/wip/FileUpload/FileUpload.Button.js +75 -0
- package/local/wip/FileUpload/FileUpload.Dropzone.js +149 -0
- package/local/wip/FileUpload/FileUpload.List.Item.js +201 -0
- package/local/wip/FileUpload/FileUpload.List.js +105 -0
- package/local/wip/FileUpload/FileUpload.js +452 -0
- package/local/wip/FileUpload/FileUploadContext.js +8 -0
- package/local/wip/FileUpload/FileUploadListContext.js +8 -0
- package/local/wip/FileUpload/index.js +13 -0
- package/local/wip/Form/Form.context.js +20 -0
- package/local/wip/Form/Form.decorator.js +145 -0
- package/local/wip/Form/Form.js +288 -0
- package/local/wip/Form/Form.utils.js +8 -0
- package/local/wip/Form/index.js +7 -0
- package/local/wip/Label/Label.js +86 -0
- package/local/wip/Label/index.js +4 -0
- package/local/wip/NativeSelect/NativeSelect.js +162 -0
- package/local/wip/NativeSelect/index.js +4 -0
- package/local/wip/RadioButton/RadioButton.js +123 -0
- package/local/wip/RadioButton/RadioButtonGroup/RadioButtonGroup.js +96 -0
- package/local/wip/RadioButton/index.js +6 -0
- package/local/wip/Switch/Switch.js +153 -0
- package/local/wip/Switch/SwitchGroup/SwitchGroup.js +15 -0
- package/local/wip/Switch/index.js +6 -0
- package/local/wip/TextArea/TextArea.js +192 -0
- package/local/wip/TextArea/index.js +4 -0
- package/local/wip/TextField/TextField.js +169 -0
- package/local/wip/TextField/index.js +4 -0
- package/package.json +78 -0
- package/vscode.css-custom-data.json +6 -0
- package/vscode.html-custom-data.json +2704 -0
- package/wip/Checkbox/Checkbox.d.ts +55 -0
- package/wip/Checkbox/Checkbox.js +104 -0
- package/wip/Checkbox/CheckboxGroup/CheckboxGroup.d.ts +11 -0
- package/wip/Checkbox/CheckboxGroup/CheckboxGroup.js +27 -0
- package/wip/Checkbox/index.d.ts +3 -0
- package/wip/Checkbox/index.js +6 -0
- package/wip/FileUpload/FileUpload.Button.d.ts +36 -0
- package/wip/FileUpload/FileUpload.Button.js +77 -0
- package/wip/FileUpload/FileUpload.Dropzone.d.ts +55 -0
- package/wip/FileUpload/FileUpload.Dropzone.js +150 -0
- package/wip/FileUpload/FileUpload.List.Item.d.ts +62 -0
- package/wip/FileUpload/FileUpload.List.Item.js +203 -0
- package/wip/FileUpload/FileUpload.List.d.ts +46 -0
- package/wip/FileUpload/FileUpload.List.js +106 -0
- package/wip/FileUpload/FileUpload.d.ts +101 -0
- package/wip/FileUpload/FileUpload.js +451 -0
- package/wip/FileUpload/FileUploadContext.d.ts +5 -0
- package/wip/FileUpload/FileUploadContext.js +8 -0
- package/wip/FileUpload/FileUploadListContext.d.ts +5 -0
- package/wip/FileUpload/FileUploadListContext.js +8 -0
- package/wip/FileUpload/index.d.ts +6 -0
- package/wip/FileUpload/index.js +13 -0
- package/wip/Form/Form.context.d.ts +19 -0
- package/wip/Form/Form.context.js +20 -0
- package/wip/Form/Form.d.ts +50 -0
- package/wip/Form/Form.decorator.d.ts +47 -0
- package/wip/Form/Form.decorator.js +144 -0
- package/wip/Form/Form.js +288 -0
- package/wip/Form/Form.utils.d.ts +2 -0
- package/wip/Form/Form.utils.js +8 -0
- package/wip/Form/index.d.ts +3 -0
- package/wip/Form/index.js +7 -0
- package/wip/Label/Label.d.ts +43 -0
- package/wip/Label/Label.js +87 -0
- package/wip/Label/index.d.ts +2 -0
- package/wip/Label/index.js +4 -0
- package/wip/NativeSelect/NativeSelect.d.ts +69 -0
- package/wip/NativeSelect/NativeSelect.js +163 -0
- package/wip/NativeSelect/index.d.ts +2 -0
- package/wip/NativeSelect/index.js +4 -0
- package/wip/RadioButton/RadioButton.d.ts +56 -0
- package/wip/RadioButton/RadioButton.js +125 -0
- package/wip/RadioButton/RadioButtonGroup/RadioButtonGroup.d.ts +23 -0
- package/wip/RadioButton/RadioButtonGroup/RadioButtonGroup.js +96 -0
- package/wip/RadioButton/index.d.ts +3 -0
- package/wip/RadioButton/index.js +6 -0
- package/wip/Switch/Switch.d.ts +62 -0
- package/wip/Switch/Switch.js +155 -0
- package/wip/Switch/SwitchGroup/SwitchGroup.d.ts +15 -0
- package/wip/Switch/SwitchGroup/SwitchGroup.js +15 -0
- package/wip/Switch/index.d.ts +3 -0
- package/wip/Switch/index.js +6 -0
- package/wip/TextArea/TextArea.d.ts +89 -0
- package/wip/TextArea/TextArea.js +193 -0
- package/wip/TextArea/index.d.ts +2 -0
- package/wip/TextArea/index.js +4 -0
- package/wip/TextField/TextField.d.ts +70 -0
- package/wip/TextField/TextField.js +169 -0
- package/wip/TextField/index.d.ts +2 -0
- package/wip/TextField/index.js +4 -0
|
@@ -0,0 +1,106 @@
|
|
|
1
|
+
import { F as c, p as s } from "./constants.jOWREYQE.js";
|
|
2
|
+
function i(e) {
|
|
3
|
+
var t, n, o = "";
|
|
4
|
+
if (typeof e == "string" || typeof e == "number") o += e;
|
|
5
|
+
else if (typeof e == "object") if (Array.isArray(e)) for (t = 0; t < e.length; t++) e[t] && (n = i(e[t])) && (o && (o += " "), o += n);
|
|
6
|
+
else for (t in e) e[t] && (o && (o += " "), o += t);
|
|
7
|
+
return o;
|
|
8
|
+
}
|
|
9
|
+
function p() {
|
|
10
|
+
for (var e, t, n = 0, o = ""; n < arguments.length; ) (e = arguments[n++]) && (t = i(e)) && (o && (o += " "), o += t);
|
|
11
|
+
return o;
|
|
12
|
+
}
|
|
13
|
+
const f = (e) => e.charAt(0).toUpperCase() + e.slice(1), l = (e) => Object.entries(e);
|
|
14
|
+
function b(e, t = c) {
|
|
15
|
+
let n;
|
|
16
|
+
const o = (...r) => {
|
|
17
|
+
n !== void 0 && clearTimeout(n), n = setTimeout(() => e(...r), t);
|
|
18
|
+
};
|
|
19
|
+
return o.cancel = () => {
|
|
20
|
+
n !== void 0 && clearTimeout(n);
|
|
21
|
+
}, o;
|
|
22
|
+
}
|
|
23
|
+
const m = (e) => {
|
|
24
|
+
var n;
|
|
25
|
+
const t = e.target;
|
|
26
|
+
try {
|
|
27
|
+
return t.assignedNodes().length > 0 || ((n = t.assignedNodes()[0].textContent) == null ? void 0 : n.trim()) !== "";
|
|
28
|
+
} catch {
|
|
29
|
+
return !1;
|
|
30
|
+
}
|
|
31
|
+
}, g = (e) => {
|
|
32
|
+
if (!e || e.length === 0) return !1;
|
|
33
|
+
for (const t of e)
|
|
34
|
+
if (t.nodeType === Node.ELEMENT_NODE || t.nodeType === Node.TEXT_NODE && t.data.trim() !== "") return !0;
|
|
35
|
+
return !1;
|
|
36
|
+
}, h = (e, t = {}) => {
|
|
37
|
+
const n = Object.entries(t).reduce(
|
|
38
|
+
(o, [r, a]) => `${o} ${r}='${a}'`,
|
|
39
|
+
""
|
|
40
|
+
);
|
|
41
|
+
return e.replace("<svg", `<svg ${n}`);
|
|
42
|
+
}, w = (e, t) => t.some((n) => e.has(n)), x = (e) => ({
|
|
43
|
+
decorate: (t) => {
|
|
44
|
+
if (!e) return;
|
|
45
|
+
Object.keys(t).forEach((o) => {
|
|
46
|
+
e[o] = t[o];
|
|
47
|
+
});
|
|
48
|
+
}
|
|
49
|
+
}), y = (e) => {
|
|
50
|
+
const n = e.querySelector('button, [href], input, select, textarea, [tabindex]:not([tabindex="-1"]), [contenteditable]:not([contenteditable="false"])');
|
|
51
|
+
return n || null;
|
|
52
|
+
}, v = (e, t) => !!e.composedPath().find((r) => r === t), E = () => {
|
|
53
|
+
if (typeof window > "u") return !1;
|
|
54
|
+
const e = (navigator == null ? void 0 : navigator.userAgent) || (navigator == null ? void 0 : navigator.vendor) || (window == null ? void 0 : window.opera), t = [
|
|
55
|
+
"(android|bb\\d+|meego).+mobile",
|
|
56
|
+
"avantgo|bada\\/",
|
|
57
|
+
"blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)",
|
|
58
|
+
"iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront",
|
|
59
|
+
"opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/",
|
|
60
|
+
"plucker|pocket|psp|series([46])0|symbian|treo|up\\.(browser|link)",
|
|
61
|
+
"vodafone|wap|windows ce|xda|xiino"
|
|
62
|
+
].join("|"), n = [
|
|
63
|
+
"1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s-)",
|
|
64
|
+
"ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)",
|
|
65
|
+
"as(te|us)|attw|au(di|-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)",
|
|
66
|
+
"bl(ac|az)|br([ev])w|bumb|bw-([nu])|c55\\/|capi|ccwa|cdm-",
|
|
67
|
+
"cell|chtm|cldc|cmd-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc-s|devi",
|
|
68
|
+
"dica|dmob|do([cp])o|ds(12|-d)|el(49|ai)|em(l2|ul)|er(ic|k0)",
|
|
69
|
+
"esl8|ez([4-7]0|os|wa|ze)|fetc|fly([-_])|g1 u|g560|gene|gf-5|g-mo",
|
|
70
|
+
"go(\\.w|od)|gr(ad|un)|haie|hcit|hd-([mpt])|hei-|hi(pt|ta)",
|
|
71
|
+
"hp( i|ip)|hs-c|ht(c([- _agpst])|tp)|hu(aw|tc)|i-(20|go|ma)",
|
|
72
|
+
"i230|iac([ \\-\\/])"
|
|
73
|
+
].join("|");
|
|
74
|
+
return new RegExp(t, "i").test(e) || new RegExp(n, "i").test(e.substr(0, 4));
|
|
75
|
+
};
|
|
76
|
+
function $(e) {
|
|
77
|
+
return typeof window > "u" ? !1 : window.HTMLElement.prototype.hasOwnProperty(e);
|
|
78
|
+
}
|
|
79
|
+
const d = (e) => e.replace(/^([A-Z])/, (t) => t.toLowerCase()).replace(/([a-z0-9]|(?=[A-Z]))([A-Z])/g, "$1-$2").toLowerCase(), C = (e) => {
|
|
80
|
+
const t = `${s}${e}`, n = `${t}__`, o = `${t}--`, r = `--${s}comp-${e}`;
|
|
81
|
+
return {
|
|
82
|
+
baseClassNamePrefix: t,
|
|
83
|
+
subElementClassPrefix: n,
|
|
84
|
+
classModifierPrefix: o,
|
|
85
|
+
variablePrefix: r,
|
|
86
|
+
variable(a) {
|
|
87
|
+
return `${r}-${a}`;
|
|
88
|
+
}
|
|
89
|
+
};
|
|
90
|
+
}, T = (e) => l(e).reduce((t, [n, o]) => (o && t.push(`${s}-${d(`${n}`)}-${o}`), t), []);
|
|
91
|
+
export {
|
|
92
|
+
x as a,
|
|
93
|
+
b,
|
|
94
|
+
p as c,
|
|
95
|
+
m as d,
|
|
96
|
+
$ as e,
|
|
97
|
+
v as f,
|
|
98
|
+
C as g,
|
|
99
|
+
f as h,
|
|
100
|
+
E as i,
|
|
101
|
+
h as j,
|
|
102
|
+
T as k,
|
|
103
|
+
y as l,
|
|
104
|
+
g as n,
|
|
105
|
+
w as p
|
|
106
|
+
};
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
const a = "bm-", _ = Math.floor(8.333333333333334), o = Math.floor(1e3 / 60), t = 16, E = (s) => `${a}${s}`, S = "md", A = {
|
|
2
|
+
md: S
|
|
3
|
+
}, C = "infoPrimary", P = {
|
|
4
|
+
SPACE_0: "0",
|
|
5
|
+
SPACE_12: "12",
|
|
6
|
+
SPACE_25: "25",
|
|
7
|
+
SPACE_50: "50",
|
|
8
|
+
SPACE_75: "75",
|
|
9
|
+
SPACE_100: "100",
|
|
10
|
+
SPACE_125: "125",
|
|
11
|
+
SPACE_150: "150",
|
|
12
|
+
SPACE_200: "200",
|
|
13
|
+
SPACE_300: "300",
|
|
14
|
+
SPACE_400: "400",
|
|
15
|
+
SPACE_500: "500",
|
|
16
|
+
SPACE_700: "700",
|
|
17
|
+
SPACE_800: "800"
|
|
18
|
+
};
|
|
19
|
+
Object.values(P).map(
|
|
20
|
+
(s) => parseFloat(s)
|
|
21
|
+
);
|
|
22
|
+
export {
|
|
23
|
+
t as B,
|
|
24
|
+
_ as F,
|
|
25
|
+
o as a,
|
|
26
|
+
A as b,
|
|
27
|
+
C as i,
|
|
28
|
+
a as p,
|
|
29
|
+
E as t
|
|
30
|
+
};
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { s as u } from "./context-request-event.Bl9Vpkzl.js";
|
|
2
|
+
/**
|
|
3
|
+
* @license
|
|
4
|
+
* Copyright 2021 Google LLC
|
|
5
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
6
|
+
*/
|
|
7
|
+
class r {
|
|
8
|
+
constructor(c, t, e, i) {
|
|
9
|
+
if (this.subscribe = !1, this.provided = !1, this.value = void 0, this.t = (s, b) => {
|
|
10
|
+
this.unsubscribe && (this.unsubscribe !== b && (this.provided = !1, this.unsubscribe()), this.subscribe || this.unsubscribe()), this.value = s, this.host.requestUpdate(), this.provided && !this.subscribe || (this.provided = !0, this.callback && this.callback(s, b)), this.unsubscribe = b;
|
|
11
|
+
}, this.host = c, t.context !== void 0) {
|
|
12
|
+
const s = t;
|
|
13
|
+
this.context = s.context, this.callback = s.callback, this.subscribe = s.subscribe ?? !1;
|
|
14
|
+
} else this.context = t, this.callback = e, this.subscribe = i ?? !1;
|
|
15
|
+
this.host.addController(this);
|
|
16
|
+
}
|
|
17
|
+
hostConnected() {
|
|
18
|
+
this.dispatchRequest();
|
|
19
|
+
}
|
|
20
|
+
hostDisconnected() {
|
|
21
|
+
this.unsubscribe && (this.unsubscribe(), this.unsubscribe = void 0);
|
|
22
|
+
}
|
|
23
|
+
dispatchRequest() {
|
|
24
|
+
this.host.dispatchEvent(new u(this.context, this.host, this.t, this.subscribe));
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
/**
|
|
28
|
+
* @license
|
|
29
|
+
* Copyright 2022 Google LLC
|
|
30
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
31
|
+
*/
|
|
32
|
+
function a({ context: h, subscribe: c }) {
|
|
33
|
+
return (t, e) => {
|
|
34
|
+
typeof e == "object" ? e.addInitializer(function() {
|
|
35
|
+
new r(this, { context: h, callback: (i) => {
|
|
36
|
+
t.set.call(this, i);
|
|
37
|
+
}, subscribe: c });
|
|
38
|
+
}) : t.constructor.addInitializer((i) => {
|
|
39
|
+
new r(i, { context: h, callback: (s) => {
|
|
40
|
+
i[e] = s;
|
|
41
|
+
}, subscribe: c });
|
|
42
|
+
});
|
|
43
|
+
};
|
|
44
|
+
}
|
|
45
|
+
export {
|
|
46
|
+
a as c
|
|
47
|
+
};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license
|
|
3
|
+
* Copyright 2021 Google LLC
|
|
4
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
5
|
+
*/
|
|
6
|
+
let o = class extends Event {
|
|
7
|
+
constructor(t, s, e, c) {
|
|
8
|
+
super("context-request", { bubbles: !0, composed: !0 }), this.context = t, this.contextTarget = s, this.callback = e, this.subscribe = c ?? !1;
|
|
9
|
+
}
|
|
10
|
+
};
|
|
11
|
+
export {
|
|
12
|
+
o as s
|
|
13
|
+
};
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license
|
|
3
|
+
* Copyright 2023 Google LLC
|
|
4
|
+
* SPDX-License-Identifier: Apache-2.0
|
|
5
|
+
*/
|
|
6
|
+
const e = [
|
|
7
|
+
"ariaAtomic",
|
|
8
|
+
"ariaAutoComplete",
|
|
9
|
+
"ariaBusy",
|
|
10
|
+
"ariaChecked",
|
|
11
|
+
"ariaColCount",
|
|
12
|
+
"ariaColIndex",
|
|
13
|
+
"ariaColSpan",
|
|
14
|
+
"ariaCurrent",
|
|
15
|
+
"ariaDisabled",
|
|
16
|
+
"ariaExpanded",
|
|
17
|
+
"ariaHasPopup",
|
|
18
|
+
"ariaHidden",
|
|
19
|
+
"ariaInvalid",
|
|
20
|
+
"ariaKeyShortcuts",
|
|
21
|
+
"ariaLabel",
|
|
22
|
+
"ariaLevel",
|
|
23
|
+
"ariaLive",
|
|
24
|
+
"ariaModal",
|
|
25
|
+
"ariaMultiLine",
|
|
26
|
+
"ariaMultiSelectable",
|
|
27
|
+
"ariaOrientation",
|
|
28
|
+
"ariaPlaceholder",
|
|
29
|
+
"ariaPosInSet",
|
|
30
|
+
"ariaPressed",
|
|
31
|
+
"ariaReadOnly",
|
|
32
|
+
"ariaRequired",
|
|
33
|
+
"ariaRoleDescription",
|
|
34
|
+
"ariaRowCount",
|
|
35
|
+
"ariaRowIndex",
|
|
36
|
+
"ariaRowSpan",
|
|
37
|
+
"ariaSelected",
|
|
38
|
+
"ariaSetSize",
|
|
39
|
+
"ariaSort",
|
|
40
|
+
"ariaValueMax",
|
|
41
|
+
"ariaValueMin",
|
|
42
|
+
"ariaValueNow",
|
|
43
|
+
"ariaValueText"
|
|
44
|
+
];
|
|
45
|
+
e.map(i);
|
|
46
|
+
function i(a) {
|
|
47
|
+
return a.replace("aria", "aria-").replace(/Elements?/g, "").toLowerCase();
|
|
48
|
+
}
|
|
49
|
+
/**
|
|
50
|
+
* @license
|
|
51
|
+
* Copyright 2023 Google LLC
|
|
52
|
+
* SPDX-License-Identifier: Apache-2.0
|
|
53
|
+
*/
|
|
54
|
+
function t(a) {
|
|
55
|
+
for (const r of e)
|
|
56
|
+
a.createProperty(r, {
|
|
57
|
+
attribute: i(r),
|
|
58
|
+
reflect: !0
|
|
59
|
+
});
|
|
60
|
+
}
|
|
61
|
+
export {
|
|
62
|
+
t as r
|
|
63
|
+
};
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license
|
|
3
|
+
* Copyright 2017 Google LLC
|
|
4
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
5
|
+
*/
|
|
6
|
+
const s = { ATTRIBUTE: 1, CHILD: 2 }, $ = (r) => (...t) => ({ _$litDirective$: r, values: t });
|
|
7
|
+
class _ {
|
|
8
|
+
constructor(t) {
|
|
9
|
+
}
|
|
10
|
+
get _$AU() {
|
|
11
|
+
return this._$AM._$AU;
|
|
12
|
+
}
|
|
13
|
+
_$AT(t, e, i) {
|
|
14
|
+
this._$Ct = t, this._$AM = e, this._$Ci = i;
|
|
15
|
+
}
|
|
16
|
+
_$AS(t, e) {
|
|
17
|
+
return this.update(t, e);
|
|
18
|
+
}
|
|
19
|
+
update(t, e) {
|
|
20
|
+
return this.render(...e);
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
export {
|
|
24
|
+
$ as e,
|
|
25
|
+
_ as i,
|
|
26
|
+
s as t
|
|
27
|
+
};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
const a = (r, o) => {
|
|
2
|
+
const e = r, s = e[o];
|
|
3
|
+
if (typeof s == "string" && s.length > 0) return s;
|
|
4
|
+
const t = e.getAttribute(o);
|
|
5
|
+
return t !== null && t !== "" ? t : void 0;
|
|
6
|
+
}, i = (r, o, e) => {
|
|
7
|
+
const s = e == null ? void 0 : e.assignedElements({ flatten: !0 }), t = s ? new Set(s) : void 0;
|
|
8
|
+
let n = r;
|
|
9
|
+
for (; n; ) {
|
|
10
|
+
if (t != null && t.has(n) || n.parentElement === o) return n;
|
|
11
|
+
n = n.parentElement;
|
|
12
|
+
}
|
|
13
|
+
return r;
|
|
14
|
+
}, u = (r, o) => {
|
|
15
|
+
const e = r.compareDocumentPosition(o);
|
|
16
|
+
return e & Node.DOCUMENT_POSITION_FOLLOWING ? -1 : e & Node.DOCUMENT_POSITION_PRECEDING ? 1 : 0;
|
|
17
|
+
};
|
|
18
|
+
export {
|
|
19
|
+
u as c,
|
|
20
|
+
i as f,
|
|
21
|
+
a as r
|
|
22
|
+
};
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
const e = ':root,:host,.bm-light,.bm-dark .bm-inverse,[data-bm-theme~=bm-light]{--bm-comp-file-upload-color-dropzone-bg: var( --bm-sem-color-surface-01, #ffffff );--bm-comp-file-upload-color-dropzone-text: var( --bm-sem-color-text-primary, #141d24 );--bm-comp-file-upload-color-dropzone-icon: var( --bm-sem-color-icon-secondary, #576775 );--bm-comp-file-upload-color-dropzone-border: var( --bm-sem-color-border-strong, #8697a5 );--bm-comp-file-upload-color-dropzone-bg-drag: var( --bm-utility-color-accent-subtlest, #e9fcff );--bm-comp-file-upload-color-dropzone-border-drag: var( --bm-utility-color-accent-default, #00768f );--bm-comp-file-upload-color-dropzone-icon-drag: var( --bm-utility-color-accent-default, #00768f );--bm-comp-file-upload-color-file-bg: var( --bm-sem-color-surface-highlight, rgba(159, 175, 188, .16) );--bm-comp-file-upload-color-file-name: var( --bm-sem-color-text-primary, #141d24 );--bm-comp-file-upload-color-file-detail: var( --bm-sem-color-text-secondary, #576775 );--bm-comp-file-upload-color-file-icon: var( --bm-sem-color-icon-secondary, #576775 );--bm-comp-file-upload-color-file-icon-success: var( --bm-sem-color-icon-positive-strong, #187c36 );--bm-comp-file-upload-color-file-icon-error: var( --bm-sem-color-icon-negative-strong, #cc2429 );--bm-comp-file-upload-space-file-x: var(--bm-sem-space-100, 1rem);--bm-comp-file-upload-space-file-gap: var(--bm-sem-space-75, .75rem);--bm-comp-file-upload-space-file-gap-inner: var(--bm-sem-space-50, .5rem);--bm-comp-file-upload-space-file-md-y: var(--bm-sem-space-50, .5rem);--bm-comp-file-upload-space-file-lg-y: var(--bm-sem-space-75, .75rem);--bm-comp-file-upload-space-dropzone-x: var(--bm-sem-space-100, 1rem);--bm-comp-file-upload-space-dropzone-gap: var(--bm-sem-space-25, .25rem);--bm-comp-file-upload-space-dropzone-sm-y: var(--bm-sem-space-100, 1rem);--bm-comp-file-upload-space-dropzone-md-y: var(--bm-sem-space-200, 2rem);--bm-comp-file-upload-size-file-md-height: var( --bm-primitive-dimension-250, 2.5rem );--bm-comp-file-upload-size-file-md-thumbnail: var( --bm-primitive-dimension-150, 1.5rem );--bm-comp-file-upload-size-file-lg-height: var( --bm-primitive-dimension-400, 4rem );--bm-comp-file-upload-size-file-lg-thumbnail: var( --bm-primitive-dimension-250, 2.5rem );--bm-comp-file-upload-radius-file: var(--bm-sem-radius-sm, .25rem);--bm-comp-file-upload-radius-dropzone: var(--bm-sem-radius-sm, .25rem);--bm-comp-file-upload-radius-thumbnail: var(--bm-sem-radius-sm, .25rem);--bm-comp-file-upload-border-width-dropzone-default: var( --bm-sem-border-width-md, .063rem );--bm-comp-file-upload-border-width-dropzone-drag: var( --bm-sem-border-width-lg, .125rem );--bm-comp-file-upload-typo-file: var( --bm-sem-typo-body-sm, 400 .875rem/1.25rem "Source Sans Pro" );--bm-comp-file-upload-typo-dropzone: var( --bm-sem-typo-body-sm, 400 .875rem/1.25rem "Source Sans Pro" )}:host,.bm-dark,.bm-light .bm-inverse,[data-bm-theme~=bm-dark]{--bm-comp-file-upload-color-dropzone-bg: var( --bm-sem-color-surface-01, #202e39 );--bm-comp-file-upload-color-dropzone-text: var( --bm-sem-color-text-primary, #ffffff );--bm-comp-file-upload-color-dropzone-icon: var( --bm-sem-color-icon-secondary, #c3cdd5 );--bm-comp-file-upload-color-dropzone-border: var( --bm-sem-color-border-strong, #9fafbc );--bm-comp-file-upload-color-dropzone-bg-drag: var( --bm-utility-color-accent-subtlest, #01262d );--bm-comp-file-upload-color-dropzone-border-drag: var( --bm-utility-color-accent-default, #43bfd6 );--bm-comp-file-upload-color-dropzone-icon-drag: var( --bm-utility-color-accent-default, #43bfd6 );--bm-comp-file-upload-color-file-bg: var( --bm-sem-color-surface-highlight, rgba(134, 151, 165, .16) );--bm-comp-file-upload-color-file-name: var( --bm-sem-color-text-primary, #ffffff );--bm-comp-file-upload-color-file-detail: var( --bm-sem-color-text-secondary, #c3cdd5 );--bm-comp-file-upload-color-file-icon: var( --bm-sem-color-icon-secondary, #c3cdd5 );--bm-comp-file-upload-color-file-icon-success: var( --bm-sem-color-icon-positive-strong, #b3eb9e );--bm-comp-file-upload-color-file-icon-error: var( --bm-sem-color-icon-negative-strong, #f67378 );--bm-comp-file-upload-space-file-x: var(--bm-sem-space-100, 1rem);--bm-comp-file-upload-space-file-gap: var(--bm-sem-space-75, .75rem);--bm-comp-file-upload-space-file-gap-inner: var(--bm-sem-space-50, .5rem);--bm-comp-file-upload-space-file-md-y: var(--bm-sem-space-50, .5rem);--bm-comp-file-upload-space-file-lg-y: var(--bm-sem-space-75, .75rem);--bm-comp-file-upload-space-dropzone-x: var(--bm-sem-space-100, 1rem);--bm-comp-file-upload-space-dropzone-gap: var(--bm-sem-space-25, .25rem);--bm-comp-file-upload-space-dropzone-sm-y: var(--bm-sem-space-100, 1rem);--bm-comp-file-upload-space-dropzone-md-y: var(--bm-sem-space-200, 2rem);--bm-comp-file-upload-size-file-md-height: var( --bm-primitive-dimension-250, 2.5rem );--bm-comp-file-upload-size-file-md-thumbnail: var( --bm-primitive-dimension-150, 1.5rem );--bm-comp-file-upload-size-file-lg-height: var( --bm-primitive-dimension-400, 4rem );--bm-comp-file-upload-size-file-lg-thumbnail: var( --bm-primitive-dimension-250, 2.5rem );--bm-comp-file-upload-radius-file: var(--bm-sem-radius-sm, .25rem);--bm-comp-file-upload-radius-dropzone: var(--bm-sem-radius-sm, .25rem);--bm-comp-file-upload-radius-thumbnail: var(--bm-sem-radius-sm, .25rem);--bm-comp-file-upload-border-width-dropzone-default: var( --bm-sem-border-width-md, .063rem );--bm-comp-file-upload-border-width-dropzone-drag: var( --bm-sem-border-width-lg, .125rem );--bm-comp-file-upload-typo-file: var( --bm-sem-typo-body-sm, 400 .875rem/1.25rem "Source Sans Pro" );--bm-comp-file-upload-typo-dropzone: var( --bm-sem-typo-body-sm, 400 .875rem/1.25rem "Source Sans Pro" )}.bm-file-upload{display:flex;flex-direction:column;gap:var(--bm-sem-space-100);max-width:var(--bm-comp-input-size-field-width);width:100%}.bm-file-upload--fluid{max-width:none}.bm-file-upload__uploader{display:flex;gap:0;flex-direction:column}.bm-file-upload-list{display:flex;flex-direction:column;gap:var(--bm-sem-space-50)}.bm-file-upload-list-item{box-sizing:border-box;display:flex;border-radius:var(--bm-comp-file-upload-radius-file);min-height:var(--bm-comp-file-upload-size-file-md-height);padding:var(--bm-comp-file-upload-space-file-md-y) var(--bm-comp-file-upload-space-file-x);gap:var(--bm-comp-file-upload-space-file-gap);align-items:center;background:var(--bm-comp-file-upload-color-file-bg);position:relative;overflow:hidden}.bm-file-upload-list-item--uploading,.bm-file-upload-list-item--uploaded,.bm-file-upload-list-item--success{display:flex}.bm-file-upload-list-item--error{align-items:flex-start;outline:var(--bm-sem-border-width-lg) solid var(--bm-sem-color-border-negative-strong)}.bm-file-upload-list-item--lg{min-height:var(--bm-comp-file-upload-size-file-lg-height);padding:var(--bm-comp-file-upload-space-file-lg-y) var(--bm-comp-file-upload-space-file-x)}.bm-file-upload-list-item__thumbnail{display:flex;width:var(--bm-comp-file-upload-size-file-md-thumbnail);height:var(--bm-comp-file-upload-size-file-md-thumbnail);justify-content:center;align-items:center;flex-shrink:0;border-radius:var(--bm-comp-file-upload-radius-thumbnail);background-color:var(--bm-sem-color-surface-highlight);overflow:hidden}.bm-file-upload-list-item--lg .bm-file-upload-list-item__thumbnail{width:var(--bm-comp-file-upload-size-file-lg-thumbnail);height:var(--bm-comp-file-upload-size-file-lg-thumbnail)}.bm-file-upload-list-item__thumbnail img{width:100%;height:100%;object-fit:cover}.bm-file-upload-list-item__content{display:flex;flex:1 0 0;flex-direction:row;gap:var(--bm-comp-file-upload-space-file-gap-inner);min-width:0}.bm-file-upload-list-item--lg .bm-file-upload-list-item__content,.bm-file-upload-list-item--error .bm-file-upload-list-item__content{align-items:flex-start}.bm-file-upload-list-item__content-start{display:flex;align-items:center;gap:var(--bm-comp-file-upload-space-file-gap-inner);flex:1 0 0;flex-direction:row;min-width:0}.bm-file-upload-list-item--lg .bm-file-upload-list-item__content-start,.bm-file-upload-list-item--error .bm-file-upload-list-item__content-start{gap:0;flex-direction:column;align-items:flex-start;flex:1}.bm-file-upload-list-item__content-end{display:flex;gap:var(--bm-comp-file-upload-space-file-gap-inner);align-items:center}.bm-file-upload-list-item__filename{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;color:var(--bm-comp-file-upload-color-file-name);font:var(--bm-comp-file-upload-typo-file);margin:0;padding:0;max-width:100%}.bm-file-upload-list-item__size{flex-shrink:0;color:var(--bm-comp-file-upload-color-file-detail);font:var(--bm-comp-file-upload-typo-file);margin:0;padding:0}.bm-file-upload-list-item--error .bm-file-upload-list-item__size{display:none}.bm-file-upload-list-item__status{display:flex;align-items:center;justify-content:center;flex-shrink:0}.bm-file-upload-list-item__status bm-icon{display:flex}.bm-file-upload-list-item__remove{display:flex}.bm-file-upload-list-item__progress-bar{position:absolute;bottom:0;left:0;right:0}.bm-file-upload-list-item__error{--bm-comp-helper-text-space-top: 0}.bm-file-upload-dropzone{position:relative;display:flex;padding:var(--bm-comp-file-upload-space-dropzone-md-y) var(--bm-comp-file-upload-space-dropzone-x);flex-direction:column;justify-content:center;align-items:center;gap:var(--bm-comp-file-upload-space-dropzone-gap);flex-shrink:0;border-radius:var(--bm-comp-file-upload-radius-dropzone);background:var(--bm-comp-file-upload-color-dropzone-bg)}.bm-file-upload-dropzone:focus-visible{outline:none}.bm-file-upload-dropzone--dragging:not(.bm-file-upload-dropzone--disabled){background:var(--bm-comp-file-upload-color-dropzone-bg-drag)}.bm-file-upload-dropzone--disabled{opacity:var(--bm-sem-opacity-disabled)}.bm-file-upload-dropzone:not(.bm-file-upload-dropzone--disabled){cursor:pointer}.bm-file-upload-dropzone__state-layer.bm-state-layer{--bm-state-layer-opacity: 1;--bm-state-layer-outline-style: dashed;--bm-state-layer-outline-offset: calc(-1 * var(--bm-comp-file-upload-border-width-dropzone-default));--bm-state-layer-outline-color: var(--bm-comp-file-upload-color-dropzone-border);--bm-state-layer-outline-width: var(--bm-comp-file-upload-border-width-dropzone-default)}*:focus-within>.bm-file-upload-dropzone__state-layer.bm-state-layer{--bm-state-layer-outline-offset: 0;--bm-state-layer-outline-style: solid;--bm-state-layer-outline-color: var(--bm-sem-color-border-focus);--bm-state-layer-outline-width: var(--bm-sem-border-width-focus)}.bm-file-upload-dropzone--dragging:not(.bm-file-upload-dropzone--disabled)>.bm-file-upload-dropzone__state-layer.bm-state-layer{--bm-state-layer-outline-color: var(--bm-comp-file-upload-color-dropzone-border-drag);--bm-state-layer-outline-width: var(--bm-comp-file-upload-border-width-dropzone-drag);--bm-state-layer-outline-style: solid;--bm-state-layer-background: transparent}.bm-file-upload-dropzone--disabled>.bm-file-upload-dropzone__state-layer.bm-state-layer,*:disabled>.bm-file-upload-dropzone__state-layer.bm-state-layer{--bm-state-layer-background: transparent;--bm-state-layer-opacity: 1}.bm-file-upload-dropzone--error>.bm-file-upload-dropzone__state-layer.bm-state-layer{--bm-state-layer-outline-color: var(--bm-comp-input-color-border-error);--bm-state-layer-outline-width: var(--bm-comp-input-border-width-field-error);--bm-state-layer-outline-offset: calc(-1 * var(--bm-comp-input-border-width-field-error));--bm-state-layer-outline-style: dashed}.bm-file-upload-dropzone__icon{color:var(--bm-comp-file-upload-color-dropzone-icon);z-index:1}.bm-file-upload-dropzone--dragging:not(.bm-file-upload-dropzone--disabled) .bm-file-upload-dropzone__icon{color:var(--bm-comp-file-upload-color-dropzone-icon-drag)}.bm-file-upload-dropzone__text{color:var(--bm-comp-file-upload-color-dropzone-text);text-align:center;font:var(--bm-comp-file-upload-typo-dropzone);z-index:1}.bm-file-upload-dropzone__link{color:var(--bm-sem-color-link-primary)}.bm-file-upload-dropzone:is(:hover,.bm-file-upload-dropzone--dragging):not(:disabled,.bm-file-upload-dropzone--disabled) .bm-file-upload-dropzone__link{text-decoration:underline}';
|
|
2
|
+
export {
|
|
3
|
+
e as f
|
|
4
|
+
};
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
const m = "[class^=bm-],[class^=bm-] *{box-sizing:border-box}.bm--p-before-0{padding-inline-start:var(--bm-sem-space-0)!important}.bm--m-before-0{margin-inline-start:var(--bm-sem-space-0)!important}.bm--p-before-12{padding-inline-start:var(--bm-sem-space-12)!important}.bm--m-before-12{margin-inline-start:var(--bm-sem-space-12)!important}.bm--p-before-25{padding-inline-start:var(--bm-sem-space-25)!important}.bm--m-before-25{margin-inline-start:var(--bm-sem-space-25)!important}.bm--p-before-50{padding-inline-start:var(--bm-sem-space-50)!important}.bm--m-before-50{margin-inline-start:var(--bm-sem-space-50)!important}.bm--p-before-75{padding-inline-start:var(--bm-sem-space-75)!important}.bm--m-before-75{margin-inline-start:var(--bm-sem-space-75)!important}.bm--p-before-100{padding-inline-start:var(--bm-sem-space-100)!important}.bm--m-before-100{margin-inline-start:var(--bm-sem-space-100)!important}.bm--p-before-125{padding-inline-start:var(--bm-sem-space-125)!important}.bm--m-before-125{margin-inline-start:var(--bm-sem-space-125)!important}.bm--p-before-150{padding-inline-start:var(--bm-sem-space-150)!important}.bm--m-before-150{margin-inline-start:var(--bm-sem-space-150)!important}.bm--p-before-200{padding-inline-start:var(--bm-sem-space-200)!important}.bm--m-before-200{margin-inline-start:var(--bm-sem-space-200)!important}.bm--p-before-300{padding-inline-start:var(--bm-sem-space-300)!important}.bm--m-before-300{margin-inline-start:var(--bm-sem-space-300)!important}.bm--p-before-400{padding-inline-start:var(--bm-sem-space-400)!important}.bm--m-before-400{margin-inline-start:var(--bm-sem-space-400)!important}.bm--p-before-500{padding-inline-start:var(--bm-sem-space-500)!important}.bm--m-before-500{margin-inline-start:var(--bm-sem-space-500)!important}.bm--p-before-700{padding-inline-start:var(--bm-sem-space-700)!important}.bm--m-before-700{margin-inline-start:var(--bm-sem-space-700)!important}.bm--p-before-800{padding-inline-start:var(--bm-sem-space-800)!important}.bm--m-before-800{margin-inline-start:var(--bm-sem-space-800)!important}.bm--p-after-0{padding-inline-end:var(--bm-sem-space-0)!important}.bm--m-after-0{margin-inline-end:var(--bm-sem-space-0)!important}.bm--p-after-12{padding-inline-end:var(--bm-sem-space-12)!important}.bm--m-after-12{margin-inline-end:var(--bm-sem-space-12)!important}.bm--p-after-25{padding-inline-end:var(--bm-sem-space-25)!important}.bm--m-after-25{margin-inline-end:var(--bm-sem-space-25)!important}.bm--p-after-50{padding-inline-end:var(--bm-sem-space-50)!important}.bm--m-after-50{margin-inline-end:var(--bm-sem-space-50)!important}.bm--p-after-75{padding-inline-end:var(--bm-sem-space-75)!important}.bm--m-after-75{margin-inline-end:var(--bm-sem-space-75)!important}.bm--p-after-100{padding-inline-end:var(--bm-sem-space-100)!important}.bm--m-after-100{margin-inline-end:var(--bm-sem-space-100)!important}.bm--p-after-125{padding-inline-end:var(--bm-sem-space-125)!important}.bm--m-after-125{margin-inline-end:var(--bm-sem-space-125)!important}.bm--p-after-150{padding-inline-end:var(--bm-sem-space-150)!important}.bm--m-after-150{margin-inline-end:var(--bm-sem-space-150)!important}.bm--p-after-200{padding-inline-end:var(--bm-sem-space-200)!important}.bm--m-after-200{margin-inline-end:var(--bm-sem-space-200)!important}.bm--p-after-300{padding-inline-end:var(--bm-sem-space-300)!important}.bm--m-after-300{margin-inline-end:var(--bm-sem-space-300)!important}.bm--p-after-400{padding-inline-end:var(--bm-sem-space-400)!important}.bm--m-after-400{margin-inline-end:var(--bm-sem-space-400)!important}.bm--p-after-500{padding-inline-end:var(--bm-sem-space-500)!important}.bm--m-after-500{margin-inline-end:var(--bm-sem-space-500)!important}.bm--p-after-700{padding-inline-end:var(--bm-sem-space-700)!important}.bm--m-after-700{margin-inline-end:var(--bm-sem-space-700)!important}.bm--p-after-800{padding-inline-end:var(--bm-sem-space-800)!important}.bm--m-after-800{margin-inline-end:var(--bm-sem-space-800)!important}.bm--p-top-0{padding-block-start:var(--bm-sem-space-0)!important}.bm--m-top-0{margin-block-start:var(--bm-sem-space-0)!important}.bm--p-top-12{padding-block-start:var(--bm-sem-space-12)!important}.bm--m-top-12{margin-block-start:var(--bm-sem-space-12)!important}.bm--p-top-25{padding-block-start:var(--bm-sem-space-25)!important}.bm--m-top-25{margin-block-start:var(--bm-sem-space-25)!important}.bm--p-top-50{padding-block-start:var(--bm-sem-space-50)!important}.bm--m-top-50{margin-block-start:var(--bm-sem-space-50)!important}.bm--p-top-75{padding-block-start:var(--bm-sem-space-75)!important}.bm--m-top-75{margin-block-start:var(--bm-sem-space-75)!important}.bm--p-top-100{padding-block-start:var(--bm-sem-space-100)!important}.bm--m-top-100{margin-block-start:var(--bm-sem-space-100)!important}.bm--p-top-125{padding-block-start:var(--bm-sem-space-125)!important}.bm--m-top-125{margin-block-start:var(--bm-sem-space-125)!important}.bm--p-top-150{padding-block-start:var(--bm-sem-space-150)!important}.bm--m-top-150{margin-block-start:var(--bm-sem-space-150)!important}.bm--p-top-200{padding-block-start:var(--bm-sem-space-200)!important}.bm--m-top-200{margin-block-start:var(--bm-sem-space-200)!important}.bm--p-top-300{padding-block-start:var(--bm-sem-space-300)!important}.bm--m-top-300{margin-block-start:var(--bm-sem-space-300)!important}.bm--p-top-400{padding-block-start:var(--bm-sem-space-400)!important}.bm--m-top-400{margin-block-start:var(--bm-sem-space-400)!important}.bm--p-top-500{padding-block-start:var(--bm-sem-space-500)!important}.bm--m-top-500{margin-block-start:var(--bm-sem-space-500)!important}.bm--p-top-700{padding-block-start:var(--bm-sem-space-700)!important}.bm--m-top-700{margin-block-start:var(--bm-sem-space-700)!important}.bm--p-top-800{padding-block-start:var(--bm-sem-space-800)!important}.bm--m-top-800{margin-block-start:var(--bm-sem-space-800)!important}.bm--p-bottom-0{padding-block-end:var(--bm-sem-space-0)!important}.bm--m-bottom-0{margin-block-end:var(--bm-sem-space-0)!important}.bm--p-bottom-12{padding-block-end:var(--bm-sem-space-12)!important}.bm--m-bottom-12{margin-block-end:var(--bm-sem-space-12)!important}.bm--p-bottom-25{padding-block-end:var(--bm-sem-space-25)!important}.bm--m-bottom-25{margin-block-end:var(--bm-sem-space-25)!important}.bm--p-bottom-50{padding-block-end:var(--bm-sem-space-50)!important}.bm--m-bottom-50{margin-block-end:var(--bm-sem-space-50)!important}.bm--p-bottom-75{padding-block-end:var(--bm-sem-space-75)!important}.bm--m-bottom-75{margin-block-end:var(--bm-sem-space-75)!important}.bm--p-bottom-100{padding-block-end:var(--bm-sem-space-100)!important}.bm--m-bottom-100{margin-block-end:var(--bm-sem-space-100)!important}.bm--p-bottom-125{padding-block-end:var(--bm-sem-space-125)!important}.bm--m-bottom-125{margin-block-end:var(--bm-sem-space-125)!important}.bm--p-bottom-150{padding-block-end:var(--bm-sem-space-150)!important}.bm--m-bottom-150{margin-block-end:var(--bm-sem-space-150)!important}.bm--p-bottom-200{padding-block-end:var(--bm-sem-space-200)!important}.bm--m-bottom-200{margin-block-end:var(--bm-sem-space-200)!important}.bm--p-bottom-300{padding-block-end:var(--bm-sem-space-300)!important}.bm--m-bottom-300{margin-block-end:var(--bm-sem-space-300)!important}.bm--p-bottom-400{padding-block-end:var(--bm-sem-space-400)!important}.bm--m-bottom-400{margin-block-end:var(--bm-sem-space-400)!important}.bm--p-bottom-500{padding-block-end:var(--bm-sem-space-500)!important}.bm--m-bottom-500{margin-block-end:var(--bm-sem-space-500)!important}.bm--p-bottom-700{padding-block-end:var(--bm-sem-space-700)!important}.bm--m-bottom-700{margin-block-end:var(--bm-sem-space-700)!important}.bm--p-bottom-800{padding-block-end:var(--bm-sem-space-800)!important}.bm--m-bottom-800{margin-block-end:var(--bm-sem-space-800)!important}.bm--m-0{margin:var(--bm-sem-space-0)!important}.bm--m-12{margin:var(--bm-sem-space-12)!important}.bm--m-25{margin:var(--bm-sem-space-25)!important}.bm--m-50{margin:var(--bm-sem-space-50)!important}.bm--m-75{margin:var(--bm-sem-space-75)!important}.bm--m-100{margin:var(--bm-sem-space-100)!important}.bm--m-125{margin:var(--bm-sem-space-125)!important}.bm--m-150{margin:var(--bm-sem-space-150)!important}.bm--m-200{margin:var(--bm-sem-space-200)!important}.bm--m-300{margin:var(--bm-sem-space-300)!important}.bm--m-400{margin:var(--bm-sem-space-400)!important}.bm--m-500{margin:var(--bm-sem-space-500)!important}.bm--m-700{margin:var(--bm-sem-space-700)!important}.bm--m-800{margin:var(--bm-sem-space-800)!important}.bm--p-0{padding:var(--bm-sem-space-0)!important}.bm--p-12{padding:var(--bm-sem-space-12)!important}.bm--p-25{padding:var(--bm-sem-space-25)!important}.bm--p-50{padding:var(--bm-sem-space-50)!important}.bm--p-75{padding:var(--bm-sem-space-75)!important}.bm--p-100{padding:var(--bm-sem-space-100)!important}.bm--p-125{padding:var(--bm-sem-space-125)!important}.bm--p-150{padding:var(--bm-sem-space-150)!important}.bm--p-200{padding:var(--bm-sem-space-200)!important}.bm--p-300{padding:var(--bm-sem-space-300)!important}.bm--p-400{padding:var(--bm-sem-space-400)!important}.bm--p-500{padding:var(--bm-sem-space-500)!important}.bm--p-700{padding:var(--bm-sem-space-700)!important}.bm--p-800{padding:var(--bm-sem-space-800)!important}.bm--px-0{padding-inline-start:var(--bm-sem-space-0)!important;padding-inline-end:var(--bm-sem-space-0)!important}.bm--mx-0{margin-inline-start:var(--bm-sem-space-0)!important;margin-inline-end:var(--bm-sem-space-0)!important}.bm--px-12{padding-inline-start:var(--bm-sem-space-12)!important;padding-inline-end:var(--bm-sem-space-12)!important}.bm--mx-12{margin-inline-start:var(--bm-sem-space-12)!important;margin-inline-end:var(--bm-sem-space-12)!important}.bm--px-25{padding-inline-start:var(--bm-sem-space-25)!important;padding-inline-end:var(--bm-sem-space-25)!important}.bm--mx-25{margin-inline-start:var(--bm-sem-space-25)!important;margin-inline-end:var(--bm-sem-space-25)!important}.bm--px-50{padding-inline-start:var(--bm-sem-space-50)!important;padding-inline-end:var(--bm-sem-space-50)!important}.bm--mx-50{margin-inline-start:var(--bm-sem-space-50)!important;margin-inline-end:var(--bm-sem-space-50)!important}.bm--px-75{padding-inline-start:var(--bm-sem-space-75)!important;padding-inline-end:var(--bm-sem-space-75)!important}.bm--mx-75{margin-inline-start:var(--bm-sem-space-75)!important;margin-inline-end:var(--bm-sem-space-75)!important}.bm--px-100{padding-inline-start:var(--bm-sem-space-100)!important;padding-inline-end:var(--bm-sem-space-100)!important}.bm--mx-100{margin-inline-start:var(--bm-sem-space-100)!important;margin-inline-end:var(--bm-sem-space-100)!important}.bm--px-125{padding-inline-start:var(--bm-sem-space-125)!important;padding-inline-end:var(--bm-sem-space-125)!important}.bm--mx-125{margin-inline-start:var(--bm-sem-space-125)!important;margin-inline-end:var(--bm-sem-space-125)!important}.bm--px-150{padding-inline-start:var(--bm-sem-space-150)!important;padding-inline-end:var(--bm-sem-space-150)!important}.bm--mx-150{margin-inline-start:var(--bm-sem-space-150)!important;margin-inline-end:var(--bm-sem-space-150)!important}.bm--px-200{padding-inline-start:var(--bm-sem-space-200)!important;padding-inline-end:var(--bm-sem-space-200)!important}.bm--mx-200{margin-inline-start:var(--bm-sem-space-200)!important;margin-inline-end:var(--bm-sem-space-200)!important}.bm--px-300{padding-inline-start:var(--bm-sem-space-300)!important;padding-inline-end:var(--bm-sem-space-300)!important}.bm--mx-300{margin-inline-start:var(--bm-sem-space-300)!important;margin-inline-end:var(--bm-sem-space-300)!important}.bm--px-400{padding-inline-start:var(--bm-sem-space-400)!important;padding-inline-end:var(--bm-sem-space-400)!important}.bm--mx-400{margin-inline-start:var(--bm-sem-space-400)!important;margin-inline-end:var(--bm-sem-space-400)!important}.bm--px-500{padding-inline-start:var(--bm-sem-space-500)!important;padding-inline-end:var(--bm-sem-space-500)!important}.bm--mx-500{margin-inline-start:var(--bm-sem-space-500)!important;margin-inline-end:var(--bm-sem-space-500)!important}.bm--px-700{padding-inline-start:var(--bm-sem-space-700)!important;padding-inline-end:var(--bm-sem-space-700)!important}.bm--mx-700{margin-inline-start:var(--bm-sem-space-700)!important;margin-inline-end:var(--bm-sem-space-700)!important}.bm--px-800{padding-inline-start:var(--bm-sem-space-800)!important;padding-inline-end:var(--bm-sem-space-800)!important}.bm--mx-800{margin-inline-start:var(--bm-sem-space-800)!important;margin-inline-end:var(--bm-sem-space-800)!important}.bm--py-0{padding-block-start:var(--bm-sem-space-0)!important;padding-block-end:var(--bm-sem-space-0)!important}.bm--my-0{margin-block-start:var(--bm-sem-space-0)!important;margin-block-end:var(--bm-sem-space-0)!important}.bm--py-12{padding-block-start:var(--bm-sem-space-12)!important;padding-block-end:var(--bm-sem-space-12)!important}.bm--my-12{margin-block-start:var(--bm-sem-space-12)!important;margin-block-end:var(--bm-sem-space-12)!important}.bm--py-25{padding-block-start:var(--bm-sem-space-25)!important;padding-block-end:var(--bm-sem-space-25)!important}.bm--my-25{margin-block-start:var(--bm-sem-space-25)!important;margin-block-end:var(--bm-sem-space-25)!important}.bm--py-50{padding-block-start:var(--bm-sem-space-50)!important;padding-block-end:var(--bm-sem-space-50)!important}.bm--my-50{margin-block-start:var(--bm-sem-space-50)!important;margin-block-end:var(--bm-sem-space-50)!important}.bm--py-75{padding-block-start:var(--bm-sem-space-75)!important;padding-block-end:var(--bm-sem-space-75)!important}.bm--my-75{margin-block-start:var(--bm-sem-space-75)!important;margin-block-end:var(--bm-sem-space-75)!important}.bm--py-100{padding-block-start:var(--bm-sem-space-100)!important;padding-block-end:var(--bm-sem-space-100)!important}.bm--my-100{margin-block-start:var(--bm-sem-space-100)!important;margin-block-end:var(--bm-sem-space-100)!important}.bm--py-125{padding-block-start:var(--bm-sem-space-125)!important;padding-block-end:var(--bm-sem-space-125)!important}.bm--my-125{margin-block-start:var(--bm-sem-space-125)!important;margin-block-end:var(--bm-sem-space-125)!important}.bm--py-150{padding-block-start:var(--bm-sem-space-150)!important;padding-block-end:var(--bm-sem-space-150)!important}.bm--my-150{margin-block-start:var(--bm-sem-space-150)!important;margin-block-end:var(--bm-sem-space-150)!important}.bm--py-200{padding-block-start:var(--bm-sem-space-200)!important;padding-block-end:var(--bm-sem-space-200)!important}.bm--my-200{margin-block-start:var(--bm-sem-space-200)!important;margin-block-end:var(--bm-sem-space-200)!important}.bm--py-300{padding-block-start:var(--bm-sem-space-300)!important;padding-block-end:var(--bm-sem-space-300)!important}.bm--my-300{margin-block-start:var(--bm-sem-space-300)!important;margin-block-end:var(--bm-sem-space-300)!important}.bm--py-400{padding-block-start:var(--bm-sem-space-400)!important;padding-block-end:var(--bm-sem-space-400)!important}.bm--my-400{margin-block-start:var(--bm-sem-space-400)!important;margin-block-end:var(--bm-sem-space-400)!important}.bm--py-500{padding-block-start:var(--bm-sem-space-500)!important;padding-block-end:var(--bm-sem-space-500)!important}.bm--my-500{margin-block-start:var(--bm-sem-space-500)!important;margin-block-end:var(--bm-sem-space-500)!important}.bm--py-700{padding-block-start:var(--bm-sem-space-700)!important;padding-block-end:var(--bm-sem-space-700)!important}.bm--my-700{margin-block-start:var(--bm-sem-space-700)!important;margin-block-end:var(--bm-sem-space-700)!important}.bm--py-800{padding-block-start:var(--bm-sem-space-800)!important;padding-block-end:var(--bm-sem-space-800)!important}.bm--my-800{margin-block-start:var(--bm-sem-space-800)!important;margin-block-end:var(--bm-sem-space-800)!important}.bm--gap-0{gap:var(--bm-sem-space-0)!important}.bm--gap-12{gap:var(--bm-sem-space-12)!important}.bm--gap-25{gap:var(--bm-sem-space-25)!important}.bm--gap-50{gap:var(--bm-sem-space-50)!important}.bm--gap-75{gap:var(--bm-sem-space-75)!important}.bm--gap-100{gap:var(--bm-sem-space-100)!important}.bm--gap-125{gap:var(--bm-sem-space-125)!important}.bm--gap-150{gap:var(--bm-sem-space-150)!important}.bm--gap-200{gap:var(--bm-sem-space-200)!important}.bm--gap-300{gap:var(--bm-sem-space-300)!important}.bm--gap-400{gap:var(--bm-sem-space-400)!important}.bm--gap-500{gap:var(--bm-sem-space-500)!important}.bm--gap-700{gap:var(--bm-sem-space-700)!important}.bm--gap-800{gap:var(--bm-sem-space-800)!important}";
|
|
2
|
+
export {
|
|
3
|
+
m as g
|
|
4
|
+
};
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
import { p as l } from "./constants.jOWREYQE.js";
|
|
2
|
+
import { C as c, p as d } from "./CSSLookup.BdqZ5Li9.js";
|
|
3
|
+
const m = (t, r, e) => {
|
|
4
|
+
const o = (n) => {
|
|
5
|
+
if (n === void 0) {
|
|
6
|
+
r[e] = 0;
|
|
7
|
+
return;
|
|
8
|
+
}
|
|
9
|
+
r[e] = d(n);
|
|
10
|
+
};
|
|
11
|
+
o(c.findVar(t, o));
|
|
12
|
+
};
|
|
13
|
+
let u = 0;
|
|
14
|
+
const h = () => `${l}-${Math.random().toString(36).slice(2, 6)}${u++}`, f = (t) => t.assignedElements({
|
|
15
|
+
flatten: !0
|
|
16
|
+
}), S = (t) => {
|
|
17
|
+
const { length: r } = t.assignedElements({ flatten: !0 });
|
|
18
|
+
return !!r;
|
|
19
|
+
}, p = (t, r, e) => {
|
|
20
|
+
const o = e.target, n = f(o);
|
|
21
|
+
return n.length != 1 && console.error(`${t}: ${r} slot must contain exactly one element`), { child: n[0] };
|
|
22
|
+
}, x = (t, r, e) => {
|
|
23
|
+
const n = (t.getAttribute(r) ?? "").split(" ");
|
|
24
|
+
if (n.includes(e))
|
|
25
|
+
return;
|
|
26
|
+
const s = [e, ...n].filter((i) => !!i).join(" ");
|
|
27
|
+
t.setAttribute(r, s);
|
|
28
|
+
}, C = (t, r, e) => {
|
|
29
|
+
const s = (t.getAttribute(r) ?? "").split(" ").filter((i) => i !== e).join(" ");
|
|
30
|
+
t.setAttribute(r, s);
|
|
31
|
+
}, E = (t, r) => t !== "false", b = (t, r) => r.some((e) => t.has(e)), a = (t) => t instanceof Text ? t.textContent || "" : t instanceof Element || t instanceof ShadowRoot ? Array.from(t.childNodes).map((r) => a(r)).join("") : "", v = (t, r) => {
|
|
32
|
+
var o;
|
|
33
|
+
if (!r)
|
|
34
|
+
return;
|
|
35
|
+
const e = (o = t.shadowRoot) == null ? void 0 : o.querySelector("slot");
|
|
36
|
+
return e ? e.assignedNodes().map((s) => a(s)).join("") : a(t);
|
|
37
|
+
}, y = (t) => {
|
|
38
|
+
const r = t.closest("[dir]");
|
|
39
|
+
return r ? r.getAttribute("dir") === "rtl" ? "rtl" : "ltr" : document.documentElement.getAttribute("dir") === "rtl" ? "rtl" : "ltr";
|
|
40
|
+
};
|
|
41
|
+
export {
|
|
42
|
+
v as a,
|
|
43
|
+
f as b,
|
|
44
|
+
h as c,
|
|
45
|
+
p as d,
|
|
46
|
+
E as e,
|
|
47
|
+
m as f,
|
|
48
|
+
y as g,
|
|
49
|
+
b as h,
|
|
50
|
+
x as m,
|
|
51
|
+
C as r,
|
|
52
|
+
S as s
|
|
53
|
+
};
|
|
@@ -0,0 +1,106 @@
|
|
|
1
|
+
import { r as h, a as v, E as x, x as d } from "./lit-element.CJtt9wj5.js";
|
|
2
|
+
import { n as l, c as g } from "./register-custom-element.vod7zfGv.js";
|
|
3
|
+
import { o as f } from "./unsafe-svg.HSGf1NCU.js";
|
|
4
|
+
import { c as w, g as y, j as _ } from "./classNames.C6fNrXWF.js";
|
|
5
|
+
import { t as C } from "./constants.jOWREYQE.js";
|
|
6
|
+
const u = `<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
7
|
+
<path
|
|
8
|
+
fill-rule="evenodd"
|
|
9
|
+
clip-rule="evenodd"
|
|
10
|
+
d="M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM10 17L5 12L6.41 10.59L10 14.17L17.59 6.58L19 8L10 17Z"
|
|
11
|
+
fill="currentColor"
|
|
12
|
+
/>
|
|
13
|
+
</svg>
|
|
14
|
+
`, z = `<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
15
|
+
<path
|
|
16
|
+
fill-rule="evenodd"
|
|
17
|
+
clip-rule="evenodd"
|
|
18
|
+
d="M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM13 17H11V15H13V17ZM13 13H11V7H13V13Z"
|
|
19
|
+
fill="currentColor"
|
|
20
|
+
/>
|
|
21
|
+
</svg>
|
|
22
|
+
`, S = `<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
23
|
+
<path
|
|
24
|
+
fill-rule="evenodd"
|
|
25
|
+
clip-rule="evenodd"
|
|
26
|
+
d="M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM13 17H11V11H13V17ZM13 9H11V7H13V9Z"
|
|
27
|
+
fill="currentColor"
|
|
28
|
+
/>
|
|
29
|
+
</svg>
|
|
30
|
+
`, H = `<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
31
|
+
<path
|
|
32
|
+
fill-rule="evenodd"
|
|
33
|
+
clip-rule="evenodd"
|
|
34
|
+
d="M1 21H23L12 2L1 21ZM13 18H11V16H13V18ZM13 14H11V10H13V14Z"
|
|
35
|
+
fill="currentColor"
|
|
36
|
+
/>
|
|
37
|
+
</svg>
|
|
38
|
+
`, M = ':root,:host,.bm-light,.bm-dark .bm-inverse,[data-bm-theme~=bm-light]{--bm-comp-helper-text-space-gap: var(--bm-sem-space-25, .25rem);--bm-comp-helper-text-space-top: var(--bm-sem-space-50, .5rem);--bm-comp-helper-text-size-sm-icon: var(--bm-sem-size-icon-sm, 1rem);--bm-comp-helper-text-size-md-icon: var(--bm-sem-size-icon-md, 1.25rem);--bm-comp-helper-text-color-positive-icon: var( --bm-sem-color-icon-positive-strong, #187c36 );--bm-comp-helper-text-color-positive-text: var( --bm-sem-color-text-positive, #187c36 );--bm-comp-helper-text-color-warning-icon: var( --bm-sem-color-icon-warning-strong, #ac4902 );--bm-comp-helper-text-color-warning-text: var( --bm-sem-color-text-warning, #ac4902 );--bm-comp-helper-text-color-negative-icon: var( --bm-sem-color-icon-negative-strong, #cc2429 );--bm-comp-helper-text-color-negative-text: var( --bm-sem-color-text-negative, #cc2429 );--bm-comp-helper-text-color-info-icon: var( --bm-sem-color-icon-info-secondary-strong, #465967 );--bm-comp-helper-text-color-info-text: var( --bm-sem-color-text-info-secondary, #465967 );--bm-comp-helper-text-typo-sm: var( --bm-sem-typo-body-sm, 400 .875rem/1.25rem "Source Sans Pro" );--bm-comp-helper-text-typo-md: var( --bm-sem-typo-body-md, 400 1rem/1.5rem "Source Sans Pro" )}:host,.bm-dark,.bm-light .bm-inverse,[data-bm-theme~=bm-dark]{--bm-comp-helper-text-space-gap: var(--bm-sem-space-25, .25rem);--bm-comp-helper-text-space-top: var(--bm-sem-space-50, .5rem);--bm-comp-helper-text-size-sm-icon: var(--bm-sem-size-icon-sm, 1rem);--bm-comp-helper-text-size-md-icon: var(--bm-sem-size-icon-md, 1.25rem);--bm-comp-helper-text-color-positive-icon: var( --bm-sem-color-icon-positive-strong, #b3eb9e );--bm-comp-helper-text-color-positive-text: var( --bm-sem-color-text-positive, #b3eb9e );--bm-comp-helper-text-color-warning-icon: var( --bm-sem-color-icon-warning-strong, #ffd4a8 );--bm-comp-helper-text-color-warning-text: var( --bm-sem-color-text-warning, #ffd4a8 );--bm-comp-helper-text-color-negative-icon: var( --bm-sem-color-icon-negative-strong, #f67378 );--bm-comp-helper-text-color-negative-text: var( --bm-sem-color-text-negative, #f67378 );--bm-comp-helper-text-color-info-icon: var( --bm-sem-color-icon-info-secondary-strong, #c3cdd5 );--bm-comp-helper-text-color-info-text: var( --bm-sem-color-text-info-secondary, #c3cdd5 );--bm-comp-helper-text-typo-sm: var( --bm-sem-typo-body-sm, 400 .875rem/1.25rem "Source Sans Pro" );--bm-comp-helper-text-typo-md: var( --bm-sem-typo-body-md, 400 1rem/1.5rem "Source Sans Pro" )}.bm-helper-text{display:flex;gap:var(--bm-comp-helper-text-space-gap);margin-top:var(--bm-comp-helper-text-space-top, var(--bm-sem-space-0))}.bm-helper-text--sm .bm-helper-text__message{font:var(--bm-comp-helper-text-typo-sm)}.bm-helper-text--sm svg,.bm-helper-text--sm ::slotted([slot=icon]){width:var(--bm-comp-helper-text-size-sm-icon);height:var(--bm-comp-helper-text-size-sm-icon)}.bm-helper-text--md .bm-helper-text__message{font:var(--bm-comp-helper-text-typo-md)}.bm-helper-text--md svg,.bm-helper-text--md ::slotted([slot=icon]){width:var(--bm-comp-helper-text-size-md-icon);height:var(--bm-comp-helper-text-size-md-icon)}.bm-helper-text--info .bm-helper-text__message{color:var(--bm-comp-helper-text-color-info-text)}.bm-helper-text--info svg,.bm-helper-text--info ::slotted([slot=icon]){color:var(--bm-comp-helper-text-color-info-icon)}.bm-helper-text--warning .bm-helper-text__message{color:var(--bm-comp-helper-text-color-warning-text)}.bm-helper-text--warning svg,.bm-helper-text--warning ::slotted([slot=icon]){color:var(--bm-comp-helper-text-color-warning-icon)}.bm-helper-text--positive .bm-helper-text__message{color:var(--bm-comp-helper-text-color-positive-text)}.bm-helper-text--positive svg,.bm-helper-text--positive ::slotted([slot=icon]){color:var(--bm-comp-helper-text-color-positive-icon)}.bm-helper-text--negative .bm-helper-text__message{color:var(--bm-comp-helper-text-color-negative-text)}.bm-helper-text--negative svg,.bm-helper-text--negative ::slotted([slot=icon]){color:var(--bm-comp-helper-text-color-negative-icon)}.bm-helper-text--disabled .bm-helper-text__message{color:var(--bm-comp-helper-text-color-info-text)}.bm-helper-text--disabled svg,.bm-helper-text--disabled ::slotted([slot=icon]){color:var(--bm-comp-helper-text-color-info-icon)}.bm-helper-text--disabled{opacity:var(--bm-sem-opacity-disabled)}.bm-helper-text svg,.bm-helper-text ::slotted([slot=icon]){flex-shrink:var(--bm-sem-space-0);margin-top:var(--bm-sem-space-12)}';
|
|
39
|
+
var V = Object.defineProperty, P = Object.getOwnPropertyDescriptor, b = (e) => {
|
|
40
|
+
throw TypeError(e);
|
|
41
|
+
}, s = (e, t, o, n) => {
|
|
42
|
+
for (var m = n > 1 ? void 0 : n ? P(t, o) : t, c = e.length - 1, p; c >= 0; c--)
|
|
43
|
+
(p = e[c]) && (m = (n ? p(t, o, m) : p(m)) || m);
|
|
44
|
+
return n && m && V(t, o, m), m;
|
|
45
|
+
}, Z = (e, t, o) => t.has(e) || b("Cannot " + o), $ = (e, t, o) => (Z(e, t, "read from private field"), o ? o.call(e) : t.get(e)), B = (e, t, o) => t.has(e) ? b("Cannot add the same private member more than once") : t instanceof WeakSet ? t.add(e) : t.set(e, o), a;
|
|
46
|
+
const { baseClassNamePrefix: E, subElementClassPrefix: L, classModifierPrefix: i } = y("helper-text");
|
|
47
|
+
let r = class extends v {
|
|
48
|
+
constructor() {
|
|
49
|
+
super(...arguments), this.appearance = "info", this.size = "sm", this.disabled = !1, this.hideIcon = !1, B(this, a, () => {
|
|
50
|
+
const { appearance: e } = this, { icon: t, label: o } = {
|
|
51
|
+
info: { icon: S, label: "info-circle" },
|
|
52
|
+
negative: { icon: z, label: "negative-circle" },
|
|
53
|
+
positive: { icon: u, label: "check-circle" },
|
|
54
|
+
warning: { icon: H, label: "exclamation-triangle" }
|
|
55
|
+
}[e];
|
|
56
|
+
return _(t, { role: "img", "aria-label": o });
|
|
57
|
+
});
|
|
58
|
+
}
|
|
59
|
+
render() {
|
|
60
|
+
const e = w(
|
|
61
|
+
E,
|
|
62
|
+
`${i}${this.size}`,
|
|
63
|
+
`${i}${this.appearance}`,
|
|
64
|
+
this.theme && C(this.theme),
|
|
65
|
+
this.disabled && `${i}disabled`
|
|
66
|
+
);
|
|
67
|
+
return d`
|
|
68
|
+
<div class=${e}>
|
|
69
|
+
<slot name="icon">
|
|
70
|
+
${this.hideIcon ? x : f($(this, a).call(this))}
|
|
71
|
+
</slot>
|
|
72
|
+
<span class="${L}message" part="message">
|
|
73
|
+
<slot>${this.text}</slot>
|
|
74
|
+
</span>
|
|
75
|
+
</div>
|
|
76
|
+
`;
|
|
77
|
+
}
|
|
78
|
+
};
|
|
79
|
+
a = /* @__PURE__ */ new WeakMap();
|
|
80
|
+
r.styles = h(M);
|
|
81
|
+
s([
|
|
82
|
+
l({ type: String })
|
|
83
|
+
], r.prototype, "appearance", 2);
|
|
84
|
+
s([
|
|
85
|
+
l({ type: String })
|
|
86
|
+
], r.prototype, "size", 2);
|
|
87
|
+
s([
|
|
88
|
+
l({ type: Boolean })
|
|
89
|
+
], r.prototype, "disabled", 2);
|
|
90
|
+
s([
|
|
91
|
+
l({ type: Boolean })
|
|
92
|
+
], r.prototype, "hideIcon", 2);
|
|
93
|
+
s([
|
|
94
|
+
l({ type: String })
|
|
95
|
+
], r.prototype, "text", 2);
|
|
96
|
+
s([
|
|
97
|
+
l({ type: String })
|
|
98
|
+
], r.prototype, "theme", 2);
|
|
99
|
+
r = s([
|
|
100
|
+
g("bm-helper-text")
|
|
101
|
+
], r);
|
|
102
|
+
export {
|
|
103
|
+
r as B,
|
|
104
|
+
u as C,
|
|
105
|
+
z as E
|
|
106
|
+
};
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
const i = ":root,:host,.bm-light,.bm-dark .bm-inverse,[data-bm-theme~=bm-light]{--bm-comp-list-space-indent: var(--bm-sem-space-200, 2rem);--bm-comp-list-space-icon: var(--bm-sem-space-50, .5rem);--bm-comp-list-space-marker: var(--bm-sem-space-25, .25rem);--bm-comp-list-space-bottom-md: var(--bm-sem-space-50, .5rem);--bm-comp-list-space-bottom-lg: var(--bm-sem-space-100, 1rem)}:host,.bm-dark,.bm-light .bm-inverse,[data-bm-theme~=bm-dark]{--bm-comp-list-space-indent: var(--bm-sem-space-200, 2rem);--bm-comp-list-space-icon: var(--bm-sem-space-50, .5rem);--bm-comp-list-space-marker: var(--bm-sem-space-25, .25rem);--bm-comp-list-space-bottom-md: var(--bm-sem-space-50, .5rem);--bm-comp-list-space-bottom-lg: var(--bm-sem-space-100, 1rem)}.bm-list{list-style:none;color:var(--bm-sem-color-text-primary);padding-inline-start:var(--bm-comp-list-space-indent);margin-block-start:0;margin-block-end:0}.bm-list--ordered{list-style-type:decimal}.bm-list--ordered li{padding-inline-start:var(--bm-comp-list-space-marker)}.bm-list--ordered>li .bm-list--ordered{list-style-type:lower-alpha}.bm-list--ordered>li .bm-list--ordered li{padding-inline-start:var(--bm-comp-list-space-marker)}.bm-list--ordered>li .bm-list--ordered>li .bm-list--ordered{list-style-type:lower-roman}.bm-list--ordered>li .bm-list--ordered>li .bm-list--ordered li{padding-inline-start:var(--bm-comp-list-space-marker)}.bm-list--ordered>li .bm-list--ordered>li .bm-list--ordered>li .bm-list--ordered{list-style-type:decimal}.bm-list--ordered>li .bm-list--ordered>li .bm-list--ordered>li .bm-list--ordered li{padding-inline-start:var(--bm-comp-list-space-marker)}.bm-list--ordered>li .bm-list--ordered>li .bm-list--ordered>li .bm-list--ordered>li .bm-list--ordered{list-style-type:lower-alpha}.bm-list--ordered>li .bm-list--ordered>li .bm-list--ordered>li .bm-list--ordered>li .bm-list--ordered li{padding-inline-start:var(--bm-comp-list-space-marker)}.bm-list--ordered>li .bm-list--ordered>li .bm-list--ordered>li .bm-list--ordered>li .bm-list--ordered>li .bm-list--ordered{list-style-type:lower-roman}.bm-list--ordered>li .bm-list--ordered>li .bm-list--ordered>li .bm-list--ordered>li .bm-list--ordered>li .bm-list--ordered li{padding-inline-start:var(--bm-comp-list-space-marker)}.bm-list--ordered>li .bm-list--ordered>li .bm-list--ordered>li .bm-list--ordered>li .bm-list--ordered>li .bm-list--ordered>li .bm-list--ordered{list-style-type:decimal}.bm-list--ordered>li .bm-list--ordered>li .bm-list--ordered>li .bm-list--ordered>li .bm-list--ordered>li .bm-list--ordered>li .bm-list--ordered li{padding-inline-start:var(--bm-comp-list-space-marker)}.bm-list--ordered>li .bm-list--ordered>li .bm-list--ordered>li .bm-list--ordered>li .bm-list--ordered>li .bm-list--ordered>li .bm-list--ordered>li .bm-list--ordered{list-style-type:lower-alpha}.bm-list--ordered>li .bm-list--ordered>li .bm-list--ordered>li .bm-list--ordered>li .bm-list--ordered>li .bm-list--ordered>li .bm-list--ordered>li .bm-list--ordered li{padding-inline-start:var(--bm-comp-list-space-marker)}.bm-list--ordered>li .bm-list--ordered>li .bm-list--ordered>li .bm-list--ordered>li .bm-list--ordered>li .bm-list--ordered>li .bm-list--ordered>li .bm-list--ordered>li .bm-list--ordered{list-style-type:lower-roman}.bm-list--ordered>li .bm-list--ordered>li .bm-list--ordered>li .bm-list--ordered>li .bm-list--ordered>li .bm-list--ordered>li .bm-list--ordered>li .bm-list--ordered>li .bm-list--ordered li{padding-inline-start:var(--bm-comp-list-space-marker)}.bm-list--ordered>li .bm-list--ordered>li .bm-list--ordered>li .bm-list--ordered>li .bm-list--ordered>li .bm-list--ordered>li .bm-list--ordered>li .bm-list--ordered>li .bm-list--ordered>li .bm-list--ordered{list-style-type:decimal}.bm-list--ordered>li .bm-list--ordered>li .bm-list--ordered>li .bm-list--ordered>li .bm-list--ordered>li .bm-list--ordered>li .bm-list--ordered>li .bm-list--ordered>li .bm-list--ordered>li .bm-list--ordered li{padding-inline-start:var(--bm-comp-list-space-marker)}.bm-list--ordered>li .bm-list--ordered>li .bm-list--ordered>li .bm-list--ordered>li .bm-list--ordered>li .bm-list--ordered>li .bm-list--ordered>li .bm-list--ordered>li .bm-list--ordered>li .bm-list--ordered>li .bm-list--ordered{list-style-type:lower-alpha}.bm-list--ordered>li .bm-list--ordered>li .bm-list--ordered>li .bm-list--ordered>li .bm-list--ordered>li .bm-list--ordered>li .bm-list--ordered>li .bm-list--ordered>li .bm-list--ordered>li .bm-list--ordered>li .bm-list--ordered li{padding-inline-start:var(--bm-comp-list-space-marker)}.bm-list--unordered{list-style-type:disc}.bm-list--unordered li{padding-inline-start:var(--bm-comp-list-space-marker)}.bm-list--unordered>li .bm-list--unordered{list-style-type:circle}.bm-list--unordered>li .bm-list--unordered li{padding-inline-start:var(--bm-comp-list-space-marker)}.bm-list--unordered>li .bm-list--unordered>li .bm-list--unordered{list-style-type:disc}.bm-list--unordered>li .bm-list--unordered>li .bm-list--unordered li{padding-inline-start:var(--bm-comp-list-space-marker)}.bm-list--unordered>li .bm-list--unordered>li .bm-list--unordered>li .bm-list--unordered{list-style-type:circle}.bm-list--unordered>li .bm-list--unordered>li .bm-list--unordered>li .bm-list--unordered li{padding-inline-start:var(--bm-comp-list-space-marker)}.bm-list--unordered>li .bm-list--unordered>li .bm-list--unordered>li .bm-list--unordered>li .bm-list--unordered{list-style-type:disc}.bm-list--unordered>li .bm-list--unordered>li .bm-list--unordered>li .bm-list--unordered>li .bm-list--unordered li{padding-inline-start:var(--bm-comp-list-space-marker)}.bm-list--unordered>li .bm-list--unordered>li .bm-list--unordered>li .bm-list--unordered>li .bm-list--unordered>li .bm-list--unordered{list-style-type:circle}.bm-list--unordered>li .bm-list--unordered>li .bm-list--unordered>li .bm-list--unordered>li .bm-list--unordered>li .bm-list--unordered li{padding-inline-start:var(--bm-comp-list-space-marker)}.bm-list--unordered>li .bm-list--unordered>li .bm-list--unordered>li .bm-list--unordered>li .bm-list--unordered>li .bm-list--unordered>li .bm-list--unordered{list-style-type:disc}.bm-list--unordered>li .bm-list--unordered>li .bm-list--unordered>li .bm-list--unordered>li .bm-list--unordered>li .bm-list--unordered>li .bm-list--unordered li{padding-inline-start:var(--bm-comp-list-space-marker)}.bm-list--unordered>li .bm-list--unordered>li .bm-list--unordered>li .bm-list--unordered>li .bm-list--unordered>li .bm-list--unordered>li .bm-list--unordered>li .bm-list--unordered{list-style-type:circle}.bm-list--unordered>li .bm-list--unordered>li .bm-list--unordered>li .bm-list--unordered>li .bm-list--unordered>li .bm-list--unordered>li .bm-list--unordered>li .bm-list--unordered li{padding-inline-start:var(--bm-comp-list-space-marker)}.bm-list--unordered>li .bm-list--unordered>li .bm-list--unordered>li .bm-list--unordered>li .bm-list--unordered>li .bm-list--unordered>li .bm-list--unordered>li .bm-list--unordered>li .bm-list--unordered{list-style-type:disc}.bm-list--unordered>li .bm-list--unordered>li .bm-list--unordered>li .bm-list--unordered>li .bm-list--unordered>li .bm-list--unordered>li .bm-list--unordered>li .bm-list--unordered>li .bm-list--unordered li{padding-inline-start:var(--bm-comp-list-space-marker)}.bm-list--unordered>li .bm-list--unordered>li .bm-list--unordered>li .bm-list--unordered>li .bm-list--unordered>li .bm-list--unordered>li .bm-list--unordered>li .bm-list--unordered>li .bm-list--unordered>li .bm-list--unordered{list-style-type:circle}.bm-list--unordered>li .bm-list--unordered>li .bm-list--unordered>li .bm-list--unordered>li .bm-list--unordered>li .bm-list--unordered>li .bm-list--unordered>li .bm-list--unordered>li .bm-list--unordered>li .bm-list--unordered li{padding-inline-start:var(--bm-comp-list-space-marker)}.bm-list--unordered>li .bm-list--unordered>li .bm-list--unordered>li .bm-list--unordered>li .bm-list--unordered>li .bm-list--unordered>li .bm-list--unordered>li .bm-list--unordered>li .bm-list--unordered>li .bm-list--unordered>li .bm-list--unordered{list-style-type:disc}.bm-list--unordered>li .bm-list--unordered>li .bm-list--unordered>li .bm-list--unordered>li .bm-list--unordered>li .bm-list--unordered>li .bm-list--unordered>li .bm-list--unordered>li .bm-list--unordered>li .bm-list--unordered>li .bm-list--unordered li{padding-inline-start:var(--bm-comp-list-space-marker)}.bm-list--unstyled,.bm-list--withIcons{list-style-type:none;padding-inline-start:0}.bm-list--withIcons .bm-list__content{display:flex}.bm-list--indent{padding-inline-start:var(--bm-comp-list-space-indent)}.bm-list--sm.bm-list--wcWithIcons{margin-inline-start:calc(-1 * (var(--bm-sem-size-icon-md) + var(--bm-comp-list-space-icon)))}.bm-list--sm li,.bm-list--sm,.bm-list--sm ::slotted(bm-list-item){font:var(--bm-sem-typo-body-sm)}.bm-list--sm .bm-list__icon{color:var(--bm-sem-color-icon-primary)}.bm-list--sm .bm-list__icon svg{vertical-align:bottom;margin-inline-end:var(--bm-comp-list-space-icon);width:var(--bm-sem-size-icon-md);height:var(--bm-sem-size-icon-md)}.bm-list--sm .bm-list--withIcons{margin-inline-start:calc(-1 * (var(--bm-sem-size-icon-md) + var(--bm-comp-list-space-icon)))}.bm-list--md.bm-list--wcWithIcons{margin-inline-start:calc(-1 * (var(--bm-sem-size-icon-lg) + var(--bm-comp-list-space-icon)))}.bm-list--md li,.bm-list--md,.bm-list--md ::slotted(bm-list-item){font:var(--bm-sem-typo-body-md)}.bm-list--md .bm-list__icon{color:var(--bm-sem-color-icon-primary)}.bm-list--md .bm-list__icon svg{vertical-align:bottom;margin-inline-end:var(--bm-comp-list-space-icon);width:var(--bm-sem-size-icon-lg);height:var(--bm-sem-size-icon-lg)}.bm-list--md .bm-list--withIcons{margin-inline-start:calc(-1 * (var(--bm-sem-size-icon-lg) + var(--bm-comp-list-space-icon)))}.bm-list--lg.bm-list--wcWithIcons{margin-inline-start:calc(-1 * (var(--bm-sem-size-icon-xl) + var(--bm-comp-list-space-icon)))}.bm-list--lg li,.bm-list--lg,.bm-list--lg ::slotted(bm-list-item){font:var(--bm-sem-typo-body-lg)}.bm-list--lg .bm-list__icon{color:var(--bm-sem-color-icon-primary)}.bm-list--lg .bm-list__icon svg{vertical-align:bottom;margin-inline-end:var(--bm-comp-list-space-icon);width:var(--bm-sem-size-icon-xl);height:var(--bm-sem-size-icon-xl)}.bm-list--lg .bm-list--withIcons{margin-inline-start:calc(-1 * (var(--bm-sem-size-icon-xl) + var(--bm-comp-list-space-icon)))}.bm-list--xl.bm-list--wcWithIcons{margin-inline-start:calc(-1 * (var(--bm-sem-size-icon-2xl) + var(--bm-comp-list-space-icon)))}.bm-list--xl li,.bm-list--xl,.bm-list--xl ::slotted(bm-list-item){font:var(--bm-sem-typo-body-xl)}.bm-list--xl .bm-list__icon{color:var(--bm-sem-color-icon-primary)}.bm-list--xl .bm-list__icon svg{vertical-align:bottom;margin-inline-end:var(--bm-comp-list-space-icon);width:var(--bm-sem-size-icon-2xl);height:var(--bm-sem-size-icon-2xl)}.bm-list--xl .bm-list--withIcons{margin-inline-start:calc(-1 * (var(--bm-sem-size-icon-2xl) + var(--bm-comp-list-space-icon)))}.bm-list--density-md li:not(:has(>ol,>ul)){padding-bottom:var(--bm-comp-list-space-bottom-md)}.bm-list--density-md ol,.bm-list--density-md ul,.bm-list--density-md--nested{padding-top:var(--bm-comp-list-space-bottom-md)}.bm-list--density-lg li:not(:has(>ol,>ul)){padding-bottom:var(--bm-comp-list-space-bottom-lg)}.bm-list--density-lg ol,.bm-list--density-lg ul,.bm-list--density-lg--nested{padding-top:var(--bm-comp-list-space-bottom-lg)}.bm-list__item{display:list-item}.bm-list__item--decimal{list-style-type:decimal;padding-inline-start:var(--bm-comp-list-space-marker)}.bm-list__item--lower-alpha{list-style:lower-alpha;padding-inline-start:var(--bm-comp-list-space-marker)}.bm-list__item--lower-roman{list-style-type:lower-roman;padding-inline-start:var(--bm-comp-list-space-marker)}.bm-list__item--disc{list-style-type:disc;padding-inline-start:var(--bm-comp-list-space-marker)}.bm-list__item--circle{list-style-type:circle;padding-inline-start:var(--bm-comp-list-space-marker)}.bm-list__item__content{display:flex}.bm-list__item--density-md{padding-bottom:var(--bm-comp-list-space-bottom-md)}.bm-list__item--density-lg{padding-bottom:var(--bm-comp-list-space-bottom-lg)}.bm-list__item--sm__icon svg,.bm-list__item--sm ::slotted([slot=icon]){flex-shrink:0;color:var(--bm-sem-color-icon-primary);display:inline-block;vertical-align:bottom;margin-inline-end:var(--bm-comp-list-space-icon);width:var(--bm-sem-size-icon-md);height:var(--bm-sem-size-icon-md)}.bm-list__item--md__icon svg,.bm-list__item--md ::slotted([slot=icon]){flex-shrink:0;color:var(--bm-sem-color-icon-primary);display:inline-block;vertical-align:bottom;margin-inline-end:var(--bm-comp-list-space-icon);width:var(--bm-sem-size-icon-lg);height:var(--bm-sem-size-icon-lg)}.bm-list__item--lg__icon svg,.bm-list__item--lg ::slotted([slot=icon]){flex-shrink:0;color:var(--bm-sem-color-icon-primary);display:inline-block;vertical-align:bottom;margin-inline-end:var(--bm-comp-list-space-icon);width:var(--bm-sem-size-icon-xl);height:var(--bm-sem-size-icon-xl)}.bm-list__item--xl__icon svg,.bm-list__item--xl ::slotted([slot=icon]){flex-shrink:0;color:var(--bm-sem-color-icon-primary);display:inline-block;vertical-align:bottom;margin-inline-end:var(--bm-comp-list-space-icon);width:var(--bm-sem-size-icon-2xl);height:var(--bm-sem-size-icon-2xl)}";
|
|
2
|
+
export {
|
|
3
|
+
i as l
|
|
4
|
+
};
|