@box/metadata-editor 0.67.9 → 0.67.13
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/chunks/metadata-editor-field-wrapper.js +30 -30
- package/esm/lib/components/interactive-header-text/interactive-header-text.js +37 -0
- package/esm/lib/components/metadata-editor-fields/components/ai-suggestion-field/ai-suggestion-field.js +29 -30
- package/esm/lib/components/metadata-instance-editor/subcomponents/metadata-instance-form-header/metadata-instance-form-header.js +51 -69
- package/esm/lib/components/metadata-instance-list/subcomponents/metadata-instance-header/metadata-instance-header.js +42 -61
- package/package.json +5 -5
- package/styles/interactive-header-text.css +1 -0
- package/styles/metadata-editor-field-wrapper.css +1 -1
- package/styles/metadata-instance-form-header.css +1 -1
- package/styles/metadata-instance-header.css +1 -1
- package/types/lib/components/interactive-header-text/interactive-header-text.d.ts +7 -0
@@ -1,13 +1,13 @@
|
|
1
1
|
import "../styles/metadata-editor-field-wrapper.css";
|
2
|
-
import
|
3
|
-
import { useFormikContext as
|
4
|
-
import
|
5
|
-
import { forwardRef as
|
6
|
-
import { AiSuggestionField as
|
7
|
-
import { UpdateModeFieldWrapper as
|
2
|
+
import T from "clsx";
|
3
|
+
import { useFormikContext as C } from "formik";
|
4
|
+
import v from "lodash/isUndefined";
|
5
|
+
import { forwardRef as I, useState as A } from "react";
|
6
|
+
import { AiSuggestionField as V } from "../esm/lib/components/metadata-editor-fields/components/ai-suggestion-field/ai-suggestion-field.js";
|
7
|
+
import { UpdateModeFieldWrapper as k } from "../esm/lib/components/metadata-editor-fields/components/update-mode-field-wrapper/update-mode-field-wrapper.js";
|
8
8
|
import { editorFieldTypes as w } from "../esm/lib/components/metadata-editor-fields/editor-field-types.js";
|
9
|
-
import { jsx as
|
10
|
-
const P = "
|
9
|
+
import { jsx as o, jsxs as E } from "react/jsx-runtime";
|
10
|
+
const P = "_noAttributesText_13fs7_753", R = "_fieldWrapper_13fs7_757", U = "_hasSuggestion_13fs7_762", $ = "_error_13fs7_770", j = "_dateField_13fs7_782", q = "_suggestionApplied_13fs7_786", z = "_comboboxContainer_13fs7_786", i = {
|
11
11
|
noAttributesText: P,
|
12
12
|
fieldWrapper: R,
|
13
13
|
hasSuggestion: U,
|
@@ -15,39 +15,39 @@ const P = "_noAttributesText_1kfhf_738", R = "_fieldWrapper_1kfhf_742", U = "_ha
|
|
15
15
|
dateField: j,
|
16
16
|
suggestionApplied: q,
|
17
17
|
comboboxContainer: z
|
18
|
-
}, Y = /* @__PURE__ */
|
18
|
+
}, Y = /* @__PURE__ */ I(({
|
19
19
|
disableForm: p,
|
20
20
|
portalElement: d,
|
21
21
|
field: e,
|
22
|
-
index:
|
22
|
+
index: x,
|
23
23
|
taxonomyOptionsFetcher: l
|
24
24
|
}, u) => {
|
25
25
|
var S;
|
26
26
|
const {
|
27
27
|
setFieldValue: g
|
28
|
-
} =
|
28
|
+
} = C(), [y, n] = A(!0), [c, r] = A(!1), a = w[e.type], {
|
29
29
|
aiSuggestion: t,
|
30
|
-
type:
|
31
|
-
value:
|
32
|
-
} = e,
|
30
|
+
type: m,
|
31
|
+
value: b
|
32
|
+
} = e, h = a && !e.hidden, F = !v(e.updateMode), s = `metadata.fields[${x}]`, W = e.type === "taxonomy" && ((S = e.optionsRules) == null ? void 0 : S.multiSelect), f = t && y, M = T({
|
33
33
|
[i.suggestionApplied]: c,
|
34
|
-
[i.hasSuggestion]:
|
35
|
-
[i.dateField]:
|
34
|
+
[i.hasSuggestion]: f,
|
35
|
+
[i.dateField]: m === "date"
|
36
36
|
});
|
37
|
-
if (!
|
37
|
+
if (!h)
|
38
38
|
return null;
|
39
39
|
const _ = () => {
|
40
40
|
c && r(!1);
|
41
41
|
};
|
42
|
-
return
|
43
|
-
fieldNamePrefix:
|
42
|
+
return F ? /* @__PURE__ */ o(k, {
|
43
|
+
fieldNamePrefix: s,
|
44
44
|
fieldType: e.type,
|
45
|
-
isTaxonomyMultiSelect:
|
46
|
-
children: /* @__PURE__ */
|
45
|
+
isTaxonomyMultiSelect: W,
|
46
|
+
children: /* @__PURE__ */ o(a, {
|
47
47
|
ref: u,
|
48
48
|
description: e.description,
|
49
49
|
disableForm: p,
|
50
|
-
fieldNamePrefix:
|
50
|
+
fieldNamePrefix: s,
|
51
51
|
label: e.displayName,
|
52
52
|
onValueEdited: _,
|
53
53
|
portalElement: d,
|
@@ -55,27 +55,27 @@ const P = "_noAttributesText_1kfhf_738", R = "_fieldWrapper_1kfhf_742", U = "_ha
|
|
55
55
|
})
|
56
56
|
}, e.key) : /* @__PURE__ */ E("div", {
|
57
57
|
className: i.fieldWrapper,
|
58
|
-
children: [/* @__PURE__ */
|
58
|
+
children: [/* @__PURE__ */ o(a, {
|
59
59
|
ref: u,
|
60
|
-
className:
|
60
|
+
className: M,
|
61
61
|
description: e.description,
|
62
62
|
disableForm: p,
|
63
|
-
fieldNamePrefix:
|
63
|
+
fieldNamePrefix: s,
|
64
64
|
label: e.displayName,
|
65
65
|
onValueEdited: _,
|
66
66
|
portalElement: d,
|
67
67
|
taxonomyOptionsFetcher: l
|
68
|
-
}),
|
68
|
+
}), f && /* @__PURE__ */ o(V, {
|
69
69
|
aiSuggestion: t,
|
70
70
|
onAiSuggestionAppend: () => {
|
71
|
-
const
|
72
|
-
g(`${
|
71
|
+
const N = e.type === "multiSelect" ? [b, t].flat() : t;
|
72
|
+
g(`${s}.value`, N), n(!1), r(!0);
|
73
73
|
},
|
74
74
|
onAiSuggestionIgnore: () => n(!1),
|
75
75
|
onAiSuggestionReplace: () => {
|
76
|
-
g(`${
|
76
|
+
g(`${s}.value`, t), n(!1), r(!0);
|
77
77
|
},
|
78
|
-
type:
|
78
|
+
type: m
|
79
79
|
})]
|
80
80
|
}, e.key);
|
81
81
|
});
|
@@ -0,0 +1,37 @@
|
|
1
|
+
import "../../../../styles/interactive-header-text.css";
|
2
|
+
import { Focusable as l } from "@ariakit/react";
|
3
|
+
import { useFullTextTooltip as i, Text as m } from "@box/blueprint-web";
|
4
|
+
import n from "clsx";
|
5
|
+
import { useRef as p } from "react";
|
6
|
+
import { jsx as e, Fragment as c } from "react/jsx-runtime";
|
7
|
+
const d = "_header_d9pl2_1", f = {
|
8
|
+
header: d
|
9
|
+
}, v = ({
|
10
|
+
className: o,
|
11
|
+
title: r
|
12
|
+
}) => {
|
13
|
+
const t = p(null), {
|
14
|
+
Wrapper: a,
|
15
|
+
wrapperProps: s
|
16
|
+
} = i({
|
17
|
+
ref: t,
|
18
|
+
textValue: r
|
19
|
+
});
|
20
|
+
return /* @__PURE__ */ e(c, {
|
21
|
+
children: /* @__PURE__ */ e(a, {
|
22
|
+
...s,
|
23
|
+
children: /* @__PURE__ */ e(l, {
|
24
|
+
render: /* @__PURE__ */ e(m, {
|
25
|
+
ref: t,
|
26
|
+
as: "h1",
|
27
|
+
className: n(f.header, o),
|
28
|
+
variant: "titleMedium",
|
29
|
+
children: r
|
30
|
+
})
|
31
|
+
})
|
32
|
+
})
|
33
|
+
});
|
34
|
+
};
|
35
|
+
export {
|
36
|
+
v as default
|
37
|
+
};
|
@@ -1,28 +1,28 @@
|
|
1
1
|
import "../../../../../../styles/ai-suggestion-field.css";
|
2
|
-
import { Text as g, IconButton as
|
2
|
+
import { Text as g, IconButton as d, DropdownMenu as t } from "@box/blueprint-web";
|
3
3
|
import { Checkmark as u, Ellipsis as S } from "@box/blueprint-web-assets/icons/Fill";
|
4
4
|
import { useIntl as h, FormattedMessage as n } from "react-intl";
|
5
5
|
import r from "./messages.js";
|
6
6
|
import { formatSuggestionValue as w } from "./utils.js";
|
7
7
|
import { jsx as e, jsxs as a } from "react/jsx-runtime";
|
8
|
-
const
|
9
|
-
wrapperGradient:
|
10
|
-
wrapper:
|
8
|
+
const _ = "_wrapperGradient_t2yak_1", I = "_wrapper_t2yak_1", f = "_buttons_t2yak_18", k = "_selectTrigger_t2yak_22", o = {
|
9
|
+
wrapperGradient: _,
|
10
|
+
wrapper: I,
|
11
11
|
buttons: f,
|
12
12
|
selectTrigger: k
|
13
13
|
};
|
14
|
-
function
|
15
|
-
aiSuggestion:
|
16
|
-
onAiSuggestionAppend:
|
17
|
-
onAiSuggestionReplace:
|
18
|
-
onAiSuggestionIgnore:
|
19
|
-
type:
|
14
|
+
function D({
|
15
|
+
aiSuggestion: p,
|
16
|
+
onAiSuggestionAppend: l,
|
17
|
+
onAiSuggestionReplace: c,
|
18
|
+
onAiSuggestionIgnore: m,
|
19
|
+
type: i
|
20
20
|
}) {
|
21
|
-
const
|
21
|
+
const s = h();
|
22
22
|
return /* @__PURE__ */ e("div", {
|
23
|
-
className:
|
23
|
+
className: o.wrapperGradient,
|
24
24
|
children: /* @__PURE__ */ a("div", {
|
25
|
-
className:
|
25
|
+
className: o.wrapper,
|
26
26
|
children: [/* @__PURE__ */ a("div", {
|
27
27
|
children: [/* @__PURE__ */ e(g, {
|
28
28
|
as: "p",
|
@@ -33,42 +33,41 @@ function A({
|
|
33
33
|
})
|
34
34
|
}), /* @__PURE__ */ e(g, {
|
35
35
|
as: "p",
|
36
|
-
children: w(
|
37
|
-
type:
|
38
|
-
locale:
|
36
|
+
children: w(p, {
|
37
|
+
type: i,
|
38
|
+
locale: s.locale
|
39
39
|
})
|
40
40
|
})]
|
41
41
|
}), /* @__PURE__ */ a("div", {
|
42
|
-
className:
|
43
|
-
children: [/* @__PURE__ */ e(
|
44
|
-
"aria-label":
|
42
|
+
className: o.buttons,
|
43
|
+
children: [/* @__PURE__ */ e(d, {
|
44
|
+
"aria-label": s.formatMessage(i === "multiSelect" ? r.aiSuggestionAppend : r.aiSuggestionClearAndReplace),
|
45
45
|
icon: u,
|
46
|
-
onClick:
|
47
|
-
size: "x-small"
|
48
|
-
"data-target-id": "IconButton-aiSuggestionAppend"
|
46
|
+
onClick: i === "multiSelect" ? l : c,
|
47
|
+
size: "x-small"
|
49
48
|
}), /* @__PURE__ */ a(t.Root, {
|
50
49
|
children: [/* @__PURE__ */ e(t.Trigger, {
|
51
|
-
className:
|
52
|
-
children: /* @__PURE__ */ e(
|
53
|
-
"aria-label":
|
50
|
+
className: o.selectTrigger,
|
51
|
+
children: /* @__PURE__ */ e(d, {
|
52
|
+
"aria-label": s.formatMessage(r.aiSuggestionOptions),
|
54
53
|
icon: S,
|
55
54
|
"data-target-id": "IconButton-aiSuggestionOptions"
|
56
55
|
})
|
57
56
|
}), /* @__PURE__ */ a(t.Content, {
|
58
|
-
children: [/* @__PURE__ */ e(t.Item, {
|
59
|
-
onSelect:
|
57
|
+
children: [i === "multiSelect" && /* @__PURE__ */ e(t.Item, {
|
58
|
+
onSelect: l,
|
60
59
|
"data-target-id": "DropdownMenu.Item-aiSuggestionAppend",
|
61
60
|
children: /* @__PURE__ */ e(n, {
|
62
61
|
...r.aiSuggestionAppend
|
63
62
|
})
|
64
63
|
}), /* @__PURE__ */ e(t.Item, {
|
65
|
-
onSelect:
|
64
|
+
onSelect: c,
|
66
65
|
"data-target-id": "DropdownMenu.Item-aiSuggestionClearAndReplace",
|
67
66
|
children: /* @__PURE__ */ e(n, {
|
68
67
|
...r.aiSuggestionClearAndReplace
|
69
68
|
})
|
70
69
|
}), /* @__PURE__ */ e(t.Separator, {}), /* @__PURE__ */ e(t.Item, {
|
71
|
-
onSelect:
|
70
|
+
onSelect: m,
|
72
71
|
"data-target-id": "DropdownMenu.Item-aiSuggestionIgnore",
|
73
72
|
children: /* @__PURE__ */ e(n, {
|
74
73
|
...r.aiSuggestionIgnore
|
@@ -81,5 +80,5 @@ function A({
|
|
81
80
|
});
|
82
81
|
}
|
83
82
|
export {
|
84
|
-
|
83
|
+
D as AiSuggestionField
|
85
84
|
};
|
@@ -1,85 +1,67 @@
|
|
1
1
|
import "../../../../../../styles/metadata-instance-form-header.css";
|
2
|
-
import {
|
3
|
-
import {
|
4
|
-
import {
|
5
|
-
import {
|
6
|
-
import {
|
7
|
-
import {
|
8
|
-
import
|
9
|
-
import
|
10
|
-
import {
|
11
|
-
const
|
12
|
-
metadataInstanceFormHeader:
|
13
|
-
title:
|
14
|
-
},
|
15
|
-
areAiSuggestionsAvailable:
|
16
|
-
isAiSuggestionsFeatureEnabled:
|
17
|
-
isLoading:
|
18
|
-
templateName:
|
19
|
-
onAutofill:
|
2
|
+
import { Tooltip as _, Button as b } from "@box/blueprint-web";
|
3
|
+
import { BoxAiLogo as A } from "@box/blueprint-web-assets/icons/Logo";
|
4
|
+
import { useFormikContext as M, getIn as o } from "formik";
|
5
|
+
import { useEffect as h } from "react";
|
6
|
+
import { useIntl as v } from "react-intl";
|
7
|
+
import { useAutofill as K } from "../../../../utils/autofill-context.js";
|
8
|
+
import T from "../../../interactive-header-text/interactive-header-text.js";
|
9
|
+
import s from "./messages.js";
|
10
|
+
import { jsxs as k, jsx as m } from "react/jsx-runtime";
|
11
|
+
const j = "_metadataInstanceFormHeader_13lxr_1", C = "_title_13lxr_9", u = {
|
12
|
+
metadataInstanceFormHeader: j,
|
13
|
+
title: C
|
14
|
+
}, J = ({
|
15
|
+
areAiSuggestionsAvailable: p,
|
16
|
+
isAiSuggestionsFeatureEnabled: g,
|
17
|
+
isLoading: l,
|
18
|
+
templateName: I,
|
19
|
+
onAutofill: x
|
20
20
|
}) => {
|
21
21
|
const {
|
22
|
-
isSubmitting:
|
23
|
-
values:
|
24
|
-
setFieldValue:
|
25
|
-
} =
|
22
|
+
isSubmitting: B,
|
23
|
+
values: e,
|
24
|
+
setFieldValue: c
|
25
|
+
} = M(), a = v(), {
|
26
26
|
suggestions: t
|
27
|
-
} =
|
28
|
-
|
27
|
+
} = K();
|
28
|
+
h(() => {
|
29
29
|
if (t) {
|
30
|
-
const
|
31
|
-
|
32
|
-
var
|
33
|
-
const
|
34
|
-
return
|
35
|
-
...
|
36
|
-
aiSuggestion:
|
37
|
-
} :
|
30
|
+
const n = o(e, "metadata.fields"), r = o(e, "metadata.templateKey");
|
31
|
+
c("metadata.fields", n.map((i) => {
|
32
|
+
var f;
|
33
|
+
const d = (f = t == null ? void 0 : t[r]) == null ? void 0 : f[i.key];
|
34
|
+
return d ? {
|
35
|
+
...i,
|
36
|
+
aiSuggestion: d
|
37
|
+
} : i;
|
38
38
|
}));
|
39
39
|
}
|
40
|
-
}, [t,
|
41
|
-
const
|
42
|
-
const
|
43
|
-
|
44
|
-
},
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
}, [m]);
|
54
|
-
const f = /* @__PURE__ */ o(K, {
|
55
|
-
ref: l,
|
56
|
-
as: "h1",
|
57
|
-
className: x.title,
|
58
|
-
variant: "titleMedium",
|
59
|
-
children: m
|
60
|
-
}), H = !B || b || d;
|
61
|
-
return /* @__PURE__ */ R("div", {
|
62
|
-
className: x.metadataInstanceFormHeader,
|
63
|
-
children: [M ? /* @__PURE__ */ o(h, {
|
64
|
-
content: m,
|
65
|
-
children: /* @__PURE__ */ o(v, {
|
66
|
-
render: f
|
67
|
-
})
|
68
|
-
}) : f, F && /* @__PURE__ */ o(h, {
|
69
|
-
content: s.formatMessage(r.autofillButtonTooltip),
|
70
|
-
children: /* @__PURE__ */ o(k, {
|
40
|
+
}, [t, c]);
|
41
|
+
const y = () => {
|
42
|
+
const n = o(e, "metadata.fields"), r = o(e, "metadata.templateKey");
|
43
|
+
x(r, n);
|
44
|
+
}, F = I ?? a.formatMessage(s.customInstanceTitle), H = !p || B || l;
|
45
|
+
return /* @__PURE__ */ k("div", {
|
46
|
+
className: u.metadataInstanceFormHeader,
|
47
|
+
children: [/* @__PURE__ */ m(T, {
|
48
|
+
className: u.title,
|
49
|
+
title: F
|
50
|
+
}), g && /* @__PURE__ */ m(_, {
|
51
|
+
content: a.formatMessage(s.autofillButtonTooltip),
|
52
|
+
children: /* @__PURE__ */ m(b, {
|
71
53
|
disabled: H,
|
72
|
-
icon:
|
73
|
-
loading:
|
74
|
-
loadingAriaLabel:
|
75
|
-
onClick:
|
54
|
+
icon: A,
|
55
|
+
loading: l,
|
56
|
+
loadingAriaLabel: a.formatMessage(s.loadingButtonAriaLabel),
|
57
|
+
onClick: y,
|
76
58
|
variant: "secondary",
|
77
59
|
"data-target-id": "Button-autofillButton",
|
78
|
-
children:
|
60
|
+
children: a.formatMessage(s.autofillButton)
|
79
61
|
})
|
80
62
|
})]
|
81
63
|
});
|
82
64
|
};
|
83
65
|
export {
|
84
|
-
|
66
|
+
J as MetadataInstanceFormHeader
|
85
67
|
};
|
@@ -1,72 +1,53 @@
|
|
1
1
|
import "../../../../../../styles/metadata-instance-header.css";
|
2
|
-
import {
|
3
|
-
import {
|
4
|
-
import {
|
5
|
-
import {
|
6
|
-
import
|
7
|
-
import { useIntl as L } from "react-intl";
|
2
|
+
import { Tooltip as i, IconButton as r } from "@box/blueprint-web";
|
3
|
+
import { Pencil as p } from "@box/blueprint-web-assets/icons/Line";
|
4
|
+
import { BoxAiLogo as I } from "@box/blueprint-web-assets/icons/Logo";
|
5
|
+
import { useIntl as g } from "react-intl";
|
6
|
+
import _ from "../../../interactive-header-text/interactive-header-text.js";
|
8
7
|
import n from "./messages.js";
|
9
|
-
import {
|
10
|
-
const
|
11
|
-
metadataInstanceHeader:
|
12
|
-
iconButtonsContainer:
|
13
|
-
title:
|
14
|
-
},
|
15
|
-
areAiSuggestionsAvailable:
|
16
|
-
canEdit:
|
17
|
-
isAiSuggestionsFeatureEnabled:
|
18
|
-
onEdit:
|
19
|
-
onAutofill:
|
20
|
-
templateName:
|
8
|
+
import { jsxs as s, jsx as a } from "react/jsx-runtime";
|
9
|
+
const x = "_metadataInstanceHeader_54pdx_1", b = "_iconButtonsContainer_54pdx_6", A = "_title_54pdx_14", e = {
|
10
|
+
metadataInstanceHeader: x,
|
11
|
+
iconButtonsContainer: b,
|
12
|
+
title: A
|
13
|
+
}, k = ({
|
14
|
+
areAiSuggestionsAvailable: c,
|
15
|
+
canEdit: l,
|
16
|
+
isAiSuggestionsFeatureEnabled: d,
|
17
|
+
onEdit: m,
|
18
|
+
onAutofill: u,
|
19
|
+
templateName: t
|
21
20
|
}) => {
|
22
|
-
const
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
ref: a,
|
34
|
-
as: "h1",
|
35
|
-
className: s.title,
|
36
|
-
variant: "titleMedium",
|
37
|
-
children: i
|
38
|
-
});
|
39
|
-
return /* @__PURE__ */ d("div", {
|
40
|
-
className: s.metadataInstanceHeader,
|
41
|
-
children: [g ? /* @__PURE__ */ t(r, {
|
42
|
-
content: i,
|
43
|
-
children: /* @__PURE__ */ t(b, {
|
44
|
-
render: c
|
45
|
-
})
|
46
|
-
}) : c, m && /* @__PURE__ */ d("div", {
|
47
|
-
className: s.iconButtonsContainer,
|
48
|
-
children: [p && /* @__PURE__ */ t(r, {
|
49
|
-
content: e.formatMessage(n.autofillButtonTooltip, {
|
50
|
-
templateName: o
|
21
|
+
const o = g(), f = t || o.formatMessage(n.customInstanceTitle), B = d && t;
|
22
|
+
return /* @__PURE__ */ s("div", {
|
23
|
+
className: e.metadataInstanceHeader,
|
24
|
+
children: [/* @__PURE__ */ a(_, {
|
25
|
+
className: e.title,
|
26
|
+
title: f
|
27
|
+
}), l && /* @__PURE__ */ s("div", {
|
28
|
+
className: e.iconButtonsContainer,
|
29
|
+
children: [B && /* @__PURE__ */ a(i, {
|
30
|
+
content: o.formatMessage(n.autofillButtonTooltip, {
|
31
|
+
templateName: t
|
51
32
|
}),
|
52
|
-
children: /* @__PURE__ */
|
53
|
-
"aria-label":
|
54
|
-
templateName:
|
33
|
+
children: /* @__PURE__ */ a(r, {
|
34
|
+
"aria-label": o.formatMessage(n.autofillButtonAriaLabel, {
|
35
|
+
templateName: t
|
55
36
|
}),
|
56
|
-
disabled: !
|
57
|
-
icon:
|
58
|
-
onClick:
|
37
|
+
disabled: !c,
|
38
|
+
icon: I,
|
39
|
+
onClick: u,
|
59
40
|
variant: "icon-logo",
|
60
41
|
"data-target-id": "IconButton-autofillButtonAriaLabel"
|
61
42
|
})
|
62
|
-
}), /* @__PURE__ */
|
63
|
-
content:
|
64
|
-
children: /* @__PURE__ */
|
65
|
-
"aria-label":
|
66
|
-
templateName:
|
43
|
+
}), /* @__PURE__ */ a(i, {
|
44
|
+
content: o.formatMessage(n.editButtonTooltip),
|
45
|
+
children: /* @__PURE__ */ a(r, {
|
46
|
+
"aria-label": o.formatMessage(n.editButtonAriaLabel, {
|
47
|
+
templateName: t
|
67
48
|
}),
|
68
|
-
icon:
|
69
|
-
onClick:
|
49
|
+
icon: p,
|
50
|
+
onClick: m,
|
70
51
|
"data-target-id": "IconButton-editButtonAriaLabel"
|
71
52
|
})
|
72
53
|
})]
|
@@ -74,5 +55,5 @@ const v = "_metadataInstanceHeader_jo0x0_1", k = "_iconButtonsContainer_jo0x0_6"
|
|
74
55
|
});
|
75
56
|
};
|
76
57
|
export {
|
77
|
-
|
58
|
+
k as MetadataInstanceHeader
|
78
59
|
};
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@box/metadata-editor",
|
3
|
-
"version": "0.67.
|
3
|
+
"version": "0.67.13",
|
4
4
|
"peerDependencies": {
|
5
5
|
"@ariakit/react": "0.4.5",
|
6
6
|
"@box/blueprint-web": "^7.30.3",
|
@@ -14,9 +14,9 @@
|
|
14
14
|
"devDependencies": {
|
15
15
|
"@ariakit/react": "0.4.5",
|
16
16
|
"@box/babel-plugin-target-attributes": "1.3.0",
|
17
|
-
"@box/blueprint-web": "^7.
|
18
|
-
"@box/blueprint-web-assets": "^4.
|
19
|
-
"@box/storybook-utils": "^0.
|
17
|
+
"@box/blueprint-web": "^7.36.1",
|
18
|
+
"@box/blueprint-web-assets": "^4.28.0",
|
19
|
+
"@box/storybook-utils": "^0.7.0",
|
20
20
|
"@testing-library/react": "^15.0.6",
|
21
21
|
"react": "^18.3.0",
|
22
22
|
"react-dom": "^18.3.0",
|
@@ -53,5 +53,5 @@
|
|
53
53
|
"**/*.css"
|
54
54
|
],
|
55
55
|
"license": "SEE LICENSE IN LICENSE",
|
56
|
-
"gitHead": "
|
56
|
+
"gitHead": "36614341a1bf61c7180c7f08e3cd523db717fa3d"
|
57
57
|
}
|
@@ -0,0 +1 @@
|
|
1
|
+
._header_d9pl2_1{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
|
@@ -1 +1 @@
|
|
1
|
-
:root{--notification-default-paragraph-indent: 0rem;--notification-default-paragraph-spacing: 0;--notification-default-text-case: none;--notification-default-text-decoration: none;--notification-default-letter-spacing: .01875rem;--notification-default-font-size: .5625rem;--notification-default-line-height: .75rem;--breakpoint-xlarge: 1219px;--breakpoint-large: 1023px;--breakpoint-medium: 767px;--breakpoint-small: 374px;--animation-easing-ease-base: cubic-bezier(.16, 1, .3, 1);--animation-duration-4: .4s;--animation-duration-3: .3s;--animation-duration-2: .2s;--text-decoration-underline: underline;--font-weights-black: 900;--font-weights-bold: 700;--font-weights-semibold: 600;--font-weights-regular: 400;--font-families-sans: Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;--border-8: .5rem;--border-6: .375rem;--border-4: .25rem;--white-opacity-30: #ffffff4d;--white-opacity-70: #ffffffb3;--size-20: 5rem;--size-18: 4.5rem;--size-16: 4rem;--size-15: 3.75rem;--size-14: 3.5rem;--size-12: 3rem;--size-11: 2.75rem;--size-10: 2.5rem;--size-9: 2.25rem;--size-8: 2rem;--size-7: 1.75rem;--size-6: 1.5rem;--size-5: 1.25rem;--size-4: 1rem;--size-3: .75rem;--size-2: .5rem;--size-1: .25rem;--size-05: .125rem;--black-opacity-00: rgba(0, 0, 0, 0);--black-opacity-04: rgba(0, 0, 0, .04);--black-opacity-08: rgba(0, 0, 0, .08);--black-opacity-50: rgba(0, 0, 0, .5);--black-opacity-60: rgba(0, 0, 0, .6);--black-opacity-80: rgba(0, 0, 0, .8);--innershadow-1: inset 0 .125rem .25rem 0 rgba(0, 0, 0, .1);--dropshadow-1: 0 0 .5rem 0 rgba(0, 0, 0, .05);--dropshadow-2: 0 .0625rem .25rem 0 rgba(0, 0, 0, .1);--dropshadow-3-inverse: 0 -.25rem .75rem 0 rgba(0, 0, 0, .1);--dropshadow-3: 0 .25rem .75rem 0 rgba(0, 0, 0, .1);--space-20: 5rem;--space-18: 4.5rem;--space-16: 4rem;--space-15: 3.75rem;--space-14: 3.5rem;--space-12: 3rem;--space-11: 2.75rem;--space-10: 2.5rem;--space-9: 2.25rem;--space-8: 2rem;--space-7: 1.75rem;--space-6: 1.5rem;--space-5: 1.25rem;--space-4: 1rem;--space-3: .75rem;--space-2: .5rem;--space-1: .25rem;--space-05: .125rem;--border-3: .1875rem;--border-2: .125rem;--border-1: .0625rem;--radius-half: 2rem;--radius-8: 1.75rem;--radius-7: 1.5rem;--radius-6: 1.25rem;--radius-5: 1rem;--radius-4: .75rem;--radius-3: .5rem;--radius-2: .375rem;--radius-1: .25rem;--radius-05: .125rem;--link-default-text-case: none;--link-default-paragraph-indent: 0rem;--link-default-paragraph-spacing: 0;--link-default-letter-spacing: .01875rem;--link-default-font-size: .875rem;--link-default-line-height: 1.25rem;--label-default-text-decoration: none;--label-default-text-case: none;--label-default-paragraph-spacing: 0;--label-default-letter-spacing: .0375rem;--label-default-font-size: .625rem;--label-default-line-height: 1rem;--label-bold-text-decoration: none;--label-bold-text-case: none;--label-bold-paragraph-spacing: 0;--label-bold-letter-spacing: .0375rem;--label-bold-font-size: .625rem;--label-bold-line-height: 1rem;--caption-default-text-decoration: none;--caption-default-text-case: none;--caption-default-paragraph-spacing: 0;--caption-default-letter-spacing: .01875rem;--caption-default-font-size: .75rem;--caption-default-line-height: .875rem;--caption-bold-text-decoration: none;--caption-bold-text-case: none;--caption-bold-paragraph-spacing: 0;--caption-bold-letter-spacing: .01875rem;--caption-bold-font-size: .75rem;--caption-bold-line-height: .875rem;--body-default-text-decoration: none;--body-default-text-case: none;--body-default-paragraph-spacing: 0;--body-default-letter-spacing: .01875rem;--body-default-font-size: .875rem;--body-default-line-height: 1.25rem;--body-default-semibold-text-decoration: none;--body-default-semibold-text-case: none;--body-default-semibold-paragraph-spacing: 0;--body-default-semibold-letter-spacing: .01875rem;--body-default-semibold-font-size: .875rem;--body-default-semibold-line-height: 1.25rem;--body-default-bold-text-decoration: none;--body-default-bold-text-case: none;--body-default-bold-paragraph-spacing: 0;--body-default-bold-letter-spacing: .01875rem;--body-default-bold-font-size: .875rem;--body-default-bold-line-height: 1.25rem;--body-large-bold-text-decoration: none;--body-large-bold-text-case: none;--body-large-bold-paragraph-spacing: 0;--body-large-bold-letter-spacing: .01875rem;--body-large-bold-font-size: 1rem;--body-large-bold-line-height: 1.5rem;--body-large-text-decoration: none;--body-large-text-case: none;--body-large-paragraph-spacing: 0;--body-large-letter-spacing: .01875rem;--body-large-font-size: 1rem;--body-large-line-height: 1.5rem;--title-mondo-text-decoration: none;--title-mondo-text-case: none;--title-mondo-paragraph-spacing: 0;--title-mondo-letter-spacing: 0;--title-mondo-font-size: 2.25rem;--title-mondo-line-height: 2.75rem;--title-x-large-text-decoration: none;--title-x-large-text-case: none;--title-x-large-paragraph-spacing: 0;--title-x-large-letter-spacing: .01875rem;--title-x-large-font-size: 1.3125rem;--title-x-large-line-height: 2rem;--title-large-text-decoration: none;--title-large-text-case: none;--title-large-paragraph-spacing: 0;--title-large-letter-spacing: .01875rem;--title-large-font-size: 1.125rem;--title-large-line-height: 1.5rem;--title-medium-text-decoration: none;--title-medium-text-case: none;--title-medium-paragraph-spacing: 0;--title-medium-letter-spacing: .01875rem;--title-medium-font-size: 1rem;--title-medium-line-height: 1.5rem;--title-small-text-decoration: none;--title-small-text-case: none;--title-small-paragraph-spacing: 0;--title-small-letter-spacing: .01875rem;--title-small-font-size: .9375rem;--title-small-line-height: 1.25rem;--title-subtitle-text-decoration: none;--title-subtitle-text-case: none;--title-subtitle-paragraph-spacing: 0;--title-subtitle-letter-spacing: .01875rem;--title-subtitle-font-size: .875rem;--title-subtitle-line-height: 1.25rem;--grimace-02: #fbfbfe;--grimace-05: #f6f4fc;--grimace-180: #0e0827;--grimace-170: #160b3a;--grimace-160: #1d0f4e;--grimace-150: #241361;--grimace-120: #3a1e9b;--grimace-110: #4122af;--grimace-100: #4826c2;--grimace-50: #a392e0;--grimace-20: #dad4f3;--grimace-10: #ece9f8;--purple-rain-02: #fdfbff;--purple-rain-05: #faf5fe;--purple-rain-180: #200d2f;--purple-rain-170: #301347;--purple-rain-160: #40195f;--purple-rain-150: #4f1f76;--purple-rain-120: #7f32be;--purple-rain-110: #8f39d5;--purple-rain-100: #9f3fed;--purple-rain-50: #cf9ff6;--purple-rain-20: #ecd9fb;--purple-rain-10: #f5ebfd;--yellow-02: #fffefa;--yellow-05: #fffdf2;--yellow-180: #332b00;--yellow-170: #4c4000;--yellow-160: #665600;--yellow-150: #806b00;--yellow-120: #ccac00;--yellow-110: #e6c100;--yellow-100: #ffd700;--yellow-50: #ffeb7f;--yellow-20: #fff7cc;--yellow-10: #fffbe5;--yellorange-02: #fffefb;--yellorange-05: #fefbf3;--yellorange-180: #312405;--yellorange-170: #493608;--yellorange-160: #62480b;--yellorange-150: #7a590d;--yellorange-120: #c48f16;--yellorange-110: #dca118;--yellorange-100: #f5b31b;--yellorange-50: #fad98d;--yellorange-20: #fdf0d1;--yellorange-10: #fef7e8;--orange-02: #fffdfb;--orange-05: #fef8f3;--orange-180: #301a05;--orange-170: #482708;--orange-160: #60340a;--orange-150: #78400d;--orange-120: #c16715;--orange-110: #d97417;--orange-100: #f1811a;--orange-50: #f8c08c;--orange-20: #fce6d1;--orange-10: #fdf2e8;--watermelon-red-02: #fffbfc;--watermelon-red-05: #fef5f6;--watermelon-red-180: #2f0b11;--watermelon-red-170: #47101a;--watermelon-red-160: #5f1623;--watermelon-red-150: #761b2b;--watermelon-red-120: #be2c46;--watermelon-red-110: #d5324e;--watermelon-red-100: #ed3757;--watermelon-red-50: #f69bab;--watermelon-red-20: #fbd7dd;--watermelon-red-10: #fdebee;--green-light-02: #fbfefd;--green-light-05: #f4fcf8;--green-light-180: #08271a;--green-light-170: #0b3a27;--green-light-160: #0f4e34;--green-light-150: #136140;--green-light-120: #1e9b67;--green-light-110: #22af74;--green-light-100: #26c281;--green-light-50: #92e0c0;--green-light-20: #d4f3e6;--green-light-10: #e9f8f2;--light-blue-02: #fbfdff;--light-blue-05: #f4f9ff;--light-blue-180: #071b32;--light-blue-170: #0b284c;--light-blue-160: #0e3665;--light-blue-150: #12437e;--light-blue-120: #1d6bca;--light-blue-110: #2079e3;--light-blue-100: #2486fc;--light-blue-50: #91c2fd;--light-blue-20: #d3e7fe;--light-blue-10: #e9f2fe;--dark-blue-02: #fafbfd;--dark-blue-05: #f2f5f9;--dark-blue-180: #000c1a;--dark-blue-170: #001228;--dark-blue-160: #001835;--dark-blue-150: #001e42;--dark-blue-120: #00306a;--dark-blue-110: #003677;--dark-blue-100: #003c84;--dark-blue-50: #7f9dc1;--dark-blue-20: #ccd8e6;--dark-blue-10: #e5ebf2;--box-blue-02: #fafcfe;--box-blue-05: #f2f7fd;--box-blue-180: #00132b;--box-blue-170: #001d40;--box-blue-160: #002755;--box-blue-150: #00316b;--box-blue-120: #004eaa;--box-blue-110: #0057c0;--box-blue-100: #0061d5;--box-blue-80: #3381dd;--box-blue-50: #7fb0ea;--box-blue-40: #99c0ee;--box-blue-30: #b2cff2;--box-blue-20: #ccdff7;--box-blue-10: #e5effa;--gray-white: #ffffff;--gray-black: #000000;--gray-05: #f4f4f4;--gray-02: #fbfbfb;--gray-100: #222222;--gray-90: #383838;--gray-80: #4e4e4e;--gray-65: #6f6f6f;--gray-50: #909090;--gray-40: #a7a7a7;--gray-30: #bcbcbc;--gray-20: #d3d3d3;--gray-10: #e8e8e8;--border-cta-border-outline-disabled: #646464;--border-cta-border-ai: linear-gradient(135deg, #fe03dc 0%, #2784fa 100%);--border-card-border-ai: linear-gradient(135deg, #fe03dc 0%, #2784fa 100%);--surface-badge-video-surface: #009aed;--surface-badge-keynote-surface: #0a84ff;--surface-badge-pages-surface: #ff9500;--surface-badge-sheets-surface: #21a464;--surface-badge-docs-surface: #4083f7;--surface-badge-pdf-surface: #d0021b;--surface-surface-brand-disabled: #0061d5;--surface-surface-brand-busy: #0061d5;--surface-surface-brand-pressed: #004eac;--surface-surface-brand-hover: #006ae9;--surface-surface-brand: #0061d5;--notification-default-font-weight: 700;--notification-default-font-family: var(--font-families-sans);--motion-transition-slide-in: var(--animation-duration-4) var(--animation-easing-ease-base);--link-default-text-decoration: var(--text-decoration-underline);--link-default-font-weight: 400;--link-default-font-family: var(--font-families-sans);--label-default-font-weight: 400;--label-default-font-family: var(--font-families-sans);--label-bold-font-weight: 700;--label-bold-font-family: var(--font-families-sans);--caption-default-font-weight: 400;--caption-default-font-family: var(--font-families-sans);--caption-bold-font-weight: 700;--caption-bold-font-family: var(--font-families-sans);--body-default-font-weight: 400;--body-default-font-family: var(--font-families-sans);--body-default-semibold-font-weight: 600;--body-default-semibold-font-family: var(--font-families-sans);--body-default-bold-font-weight: 700;--body-default-bold-font-family: var(--font-families-sans);--body-large-bold-font-weight: 700;--body-large-bold-font-family: var(--font-families-sans);--body-large-font-weight: 400;--body-large-font-family: var(--font-families-sans);--title-mondo-font-weight: 900;--title-mondo-font-family: var(--font-families-sans);--title-x-large-font-weight: 700;--title-x-large-font-family: var(--font-families-sans);--title-large-font-weight: 700;--title-large-font-family: var(--font-families-sans);--title-medium-font-weight: 700;--title-medium-font-family: var(--font-families-sans);--title-small-font-weight: 700;--title-small-font-family: var(--font-families-sans);--title-subtitle-font-weight: 700;--title-subtitle-font-family: var(--font-families-sans);--brand-sign-tertiary: var(--dark-blue-10);--brand-sign-secondary: var(--dark-blue-20);--brand-sign-primary: var(--dark-blue-100);--brand-docgen-tertiary: var(--grimace-10);--brand-docgen-secondary: var(--grimace-20);--brand-docgen-primary: var(--grimace-120);--brand-forms-tertiary: var(--green-light-10);--brand-forms-secondary: var(--green-light-20);--brand-forms-primary: var(--green-light-120);--brand-box-tertiary: var(--box-blue-10);--brand-box-secondary: var(--box-blue-20);--brand-box-primary: var(--box-blue-100);--overlay-modal-overlay: var(--black-opacity-80);--overlay-sidepanel-overlay: var(--black-opacity-50);--text-toggletext-text: var(--box-blue-170);--text-text-on-light-disabled: var(--gray-30);--text-cta-link-disabled: var(--box-blue-30);--text-cta-promo: var(--grimace-100);--text-cta-link-secondary-hover: var(--gray-65);--text-cta-link-secondary-pressed: var(--gray-65);--text-cta-link-secondary: var(--gray-65);--text-text-error-on-light: var(--watermelon-red-110);--text-nav-text-on-light-focus: var(--gray-white);--text-nav-text-on-light-selected: var(--gray-white);--text-nav-text-on-light-hover: var(--gray-white);--text-nav-text-on-light: var(--gray-white);--text-nav-text-on-dark-focus: var(--gray-white);--text-nav-text-on-dark-selected: var(--gray-white);--text-nav-text-on-dark-hover: var(--gray-white);--text-nav-text-on-dark: var(--gray-white);--text-cta-link-pressed: var(--light-blue-100);--text-cta-link-hover: var(--light-blue-120);--text-cta-link: var(--box-blue-100);--text-text-brand-on-color: var(--gray-white);--text-text-on-dark: var(--gray-white);--text-text-on-light-secondary-hover: var(--gray-80);--text-text-on-light-tertiary: var(--gray-50);--text-text-on-light-secondary: var(--gray-65);--text-text-on-light: var(--gray-100);--outline-focus-on-dark: var(--gray-white);--outline-focus-on-light: var(--light-blue-100);--icon-icon-blue: var(--box-blue-100);--icon-cta-icon-on-color-pressed: var(--gray-black);--icon-cta-icon-on-color-hover: var(--gray-black);--icon-cta-icon-on-color: var(--gray-black);--icon-cta-icon-utility-pressed: var(--gray-black);--icon-cta-icon-utility-hover: var(--gray-black);--icon-cta-icon-utility: var(--gray-80);--icon-cta-icon-pressed: var(--gray-100);--icon-cta-icon-hover: var(--gray-100);--icon-cta-icon: var(--gray-65);--icon-nav-icon-on-light-focus: var(--gray-100);--icon-nav-icon-on-light-selected: var(--gray-100);--icon-nav-icon-on-light-hover: var(--gray-100);--icon-nav-icon-on-light: var(--gray-100);--icon-nav-icon-on-dark-focus: var(--gray-white);--icon-nav-icon-on-dark-selected: var(--gray-white);--icon-nav-icon-on-dark-hover: var(--gray-white);--icon-nav-icon-on-dark: var(--gray-white);--icon-icon-required-on-light: var(--watermelon-red-110);--icon-icon-error-on-light: var(--watermelon-red-110);--icon-icon-on-dark: var(--gray-white);--icon-icon-on-light-tertiary: var(--gray-50);--icon-icon-on-light-secondary: var(--gray-65);--icon-icon-on-light: var(--gray-100);--border-toggletext-border-on-pressed: var(--box-blue-30);--border-toggletext-border-on-hover: var(--box-blue-20);--border-toggletext-border-on: var(--box-blue-05);--border-toggletext-border-off-pressed: var(--gray-65);--border-toggletext-border-off-hover: var(--gray-65);--border-toggletext-border-off: var(--gray-65);--border-radiotile-border-selected: var(--box-blue-100);--border-radiotile-border-hover: var(--gray-30);--border-radiotile-border: var(--gray-30);--border-cta-border-secondary-disabled: var(--gray-10);--border-toggle-border-on: var(--box-blue-40);--border-contentbutton-border-selected: var(--gray-50);--border-toggle-border: var(--gray-30);--border-badge-border: var(--gray-white);--border-collapsible-border: var(--gray-20);--border-filterchip-border-multi-on-hover: var(--box-blue-40);--border-filterchip-border-multi-on: var(--box-blue-40);--border-gridthumbnail-border: var(--gray-10);--border-search-global-border-hover: var(--gray-10);--border-search-border-hover: var(--gray-65);--border-search-border: var(--gray-05);--border-status-border-hover: var(--black-opacity-04);--border-avatar-border-pressed: var(--black-opacity-08);--border-avatar-border-hover: var(--black-opacity-04);--border-inputchip-border-error: var(--watermelon-red-100);--border-card-border-pressed: var(--gray-10);--border-divider-border: var(--gray-10);--border-checkbox-border-selected-hover: var(--light-blue-110);--border-checkbox-border-selected: var(--box-blue-100);--border-checkbox-border-hover: var(--gray-80);--border-checkbox-border: var(--gray-65);--border-radio-border-hover: var(--gray-80);--border-radio-border-selected-hover: var(--light-blue-110);--border-radio-border-selected: var(--box-blue-100);--border-radio-border: var(--gray-65);--border-switch-border-hover: var(--gray-30);--border-switch-border: var(--gray-30);--border-item-small-border-selected: var(--box-blue-100);--border-item-border-selected: var(--box-blue-100);--border-item-border-hover: var(--gray-10);--border-cta-border-outline-pressed: var(--gray-black);--border-cta-border-outline-hover: var(--gray-black);--border-cta-border-outline: var(--gray-black);--border-tab-border-hover: var(--gray-30);--border-tab-border: var(--gray-10);--border-tab-border-selected-focus: var(--box-blue-100);--border-tab-border-selected-hover: var(--box-blue-100);--border-tab-border-selected: var(--box-blue-100);--border-tooltip-border-error: var(--watermelon-red-50);--border-dropdown-border-error-focus: var(--watermelon-red-100);--border-dropdown-border-error-hover: var(--watermelon-red-100);--border-dropdown-border-error: var(--watermelon-red-100);--border-dropdown-border-focus: var(--box-blue-100);--border-dropdown-border-hover: var(--gray-65);--border-dropdown-border: var(--gray-30);--border-input-border-error-focus: var(--watermelon-red-100);--border-input-border-error-hover: var(--watermelon-red-100);--border-input-border-error: var(--watermelon-red-100);--border-input-border-focus: var(--light-blue-100);--border-input-border-hover: var(--gray-65);--border-input-border: var(--gray-50);--border-message-border-error-secondary: var(--watermelon-red-50);--border-message-border-error: var(--watermelon-red-100);--border-message-border-warning-secondary: var(--yellorange-50);--border-message-border-warning: var(--yellorange-100);--border-message-border-success-secondary: var(--green-light-50);--border-message-border-success: var(--green-light-100);--border-message-border-info-secondary: var(--light-blue-50);--border-message-border-info: var(--box-blue-100);--border-message-border-generic-secondary: var(--gray-50);--border-message-border-generic: var(--gray-100);--border-card-border-focus: var(--box-blue-100);--border-card-border-hover: var(--gray-10);--border-card-border: var(--gray-10);--border-cta-border-secondary-hover: var(--gray-30);--border-cta-border-secondary-pressed: var(--gray-30);--border-cta-border-secondary: var(--gray-30);--surface-toggletext-surface-on-pressed: var(--box-blue-30);--surface-toggletext-surface-on-hover: var(--box-blue-20);--surface-toggletext-surface-on: var(--box-blue-05);--surface-radiotile-surface-selected: var(--box-blue-05);--surface-radiotile-surface-hover: var(--gray-05);--surface-radiotile-surface: var(--gray-white);--surface-cta-surface-disabled: var(--box-blue-30);--surface-toggle-surface-on-pressed: var(--box-blue-30);--surface-toggle-surface-off-pressed: var(--gray-10);--surface-toolbar-surface: var(--gray-100);--surface-contentswitcher-surface: var(--gray-10);--surface-contentbutton-surface-surface-selected: var(--gray-white);--surface-cta-surface-promo-focus-pressed: var(--grimace-120);--surface-cta-surface-promo-focus: var(--grimace-100);--surface-cta-surface-promo-pressed: var(--grimace-120);--surface-cta-surface-promo-hover: var(--grimace-100);--surface-cta-surface-promo: var(--grimace-110);--surface-upload-surface-brand-neutral: var(--box-blue-100);--surface-illustration-surface-box: var(--box-blue-100);--surface-illustration-surface-box-neutral: var(--box-blue-100);--surface-progressbar-surface-brand: var(--box-blue-100);--surface-nav-surface-brand: var(--box-blue-100);--surface-text-highlight-surface: var(--yellow-20);--surface-toggle-surface-pressed-hover: var(--box-blue-80);--surface-toggle-surface-pressed: var(--box-blue-100);--surface-toggle-surface-hover: var(--gray-05);--surface-toggle-surface: var(--gray-white);--surface-dropdown-secondary-surface-pressed: var(--gray-10);--surface-dropdown-secondary-surface-hover: var(--gray-05);--surface-dropdown-secondary-surface: var(--gray-white);--surface-dropdown-primary-surface-pressed: var(--gray-10);--surface-dropdown-primary-surface-hover: var(--gray-05);--surface-option-grid-surface-selected: var(--black-opacity-08);--surface-option-grid-surface-hover: var(--black-opacity-04);--surface-page-surface: var(--gray-white);--surface-chip-button-surface-hover: var(--black-opacity-08);--surface-chip-button-surface: var(--black-opacity-04);--surface-badge-notification-surface: var(--watermelon-red-110);--surface-badge-progress-surface: var(--yellorange-100);--surface-badge-offline-surface: var(--green-light-100);--surface-badge-collection-surface: var(--gray-10);--surface-badge-pin-surface: var(--gray-10);--surface-badge-online-surface: var(--green-light-120);--surface-badge-coadmin-surface: var(--purple-rain-100);--surface-badge-admin-surface: var(--dark-blue-100);--surface-badge-external-surface: var(--gray-50);--surface-badge-error-surface: var(--watermelon-red-110);--surface-badge-rejected-surface: var(--watermelon-red-110);--surface-badge-completed-surface: var(--green-light-100);--surface-badge-annotation-surface: var(--yellorange-100);--surface-badge-taskapproval-surface: var(--light-blue-120);--surface-badge-task-surface: var(--light-blue-100);--surface-badge-mention-surface: var(--light-blue-120);--surface-badge-relay-surface: var(--light-blue-120);--surface-badge-foldershared-surface: var(--light-blue-100);--surface-badge-folderexternal-surface: var(--gray-65);--surface-badge-boxnote-surface: var(--gray-10);--surface-badge-canvas-surface: var(--orange-100);--surface-badge-image-surface: var(--green-light-100);--surface-accordion-surface-hover: var(--gray-05);--surface-accordion-surface: var(--gray-white);--surface-tab-surface-pressed: var(--gray-10);--surface-tab-surface-hover: var(--gray-05);--surface-day-surface-selected-hover: var(--dark-blue-100);--surface-day-surface-selected: var(--box-blue-100);--surface-day-surface-hover: var(--gray-05);--surface-day-surface: var(--gray-white);--surface-search-surface-focused: var(--gray-white);--surface-search-surface-hover: var(--gray-02);--surface-search-global-surface: var(--gray-05);--surface-search-surface: var(--gray-05);--surface-scrollbar-surface: var(--black-opacity-50);--surface-sliderthumb-surface-hover: var(--light-blue-100);--surface-sliderthumb-surface: var(--box-blue-100);--surface-slidertrack-surface: var(--gray-65);--surface-filterchip-surface-single-on-hover: var(--box-blue-100);--surface-filterchip-surface-single-on: var(--box-blue-100);--surface-filterchip-surface-single-hover: var(--black-opacity-08);--surface-filterchip-surface-single: var(--black-opacity-04);--surface-filterchip-surface-multi-on-hover: var(--box-blue-20);--surface-filterchip-surface-multi-on: var(--box-blue-10);--surface-filterchip-surface-multi-hover: var(--black-opacity-08);--surface-filterchip-surface-multi: var(--black-opacity-04);--surface-inputchip-surface-error: var(--watermelon-red-10);--surface-inputchip-surface-hover: var(--gray-10);--surface-inputchip-surface: var(--gray-10);--surface-ghost-surface-secondary: var(--gray-05);--surface-ghost-surface: var(--gray-02);--surface-checkbox-surface-selected-hover: var(--light-blue-110);--surface-checkbox-surface-selected: var(--box-blue-100);--surface-checkbox-surface-hover: var(--gray-white);--surface-checkbox-surface: var(--gray-white);--surface-radio-surface-selected-hover: var(--light-blue-110);--surface-radio-surface-selected: var(--box-blue-100);--surface-radio-surface-hover: var(--gray-white);--surface-radio-surface: var(--gray-white);--surface-switch-surface-on-hover: var(--light-blue-110);--surface-switch-surface-on: var(--box-blue-100);--surface-switch-surface-off-hover: var(--gray-30);--surface-switch-surface-off: var(--gray-20);--surface-switch-surface-hover: var(--gray-white);--surface-switch-surface: var(--gray-white);--surface-item-small-surface-selected: var(--box-blue-05);--surface-item-small-surface-hover: var(--gray-05);--surface-item-small-surface: var(--gray-white);--surface-item-surface-selected: var(--box-blue-05);--surface-item-surface-hover: var(--gray-white);--surface-status-surface-gray-focus: var(--gray-10);--surface-status-surface-gray-hover: var(--gray-10);--surface-status-surface-gray: var(--gray-10);--surface-status-surface-boxblue-focus: var(--box-blue-100);--surface-status-surface-boxblue-hover: var(--box-blue-100);--surface-status-surface-boxblue: var(--box-blue-100);--surface-status-surface-green-focus: var(--green-light-50);--surface-status-surface-green-hover: var(--green-light-50);--surface-status-surface-green: var(--green-light-50);--surface-status-surface-dark-blue-focus: var(--dark-blue-50);--surface-status-surface-dark-blue-hover: var(--dark-blue-50);--surface-status-surface-dark-blue: var(--dark-blue-50);--surface-status-surface-light-blue-focus: var(--light-blue-50);--surface-status-surface-light-blue-hover: var(--light-blue-50);--surface-status-surface-light-blue: var(--light-blue-50);--surface-status-surface-purple-focus: var(--purple-rain-50);--surface-status-surface-purple-hover: var(--purple-rain-50);--surface-status-surface-purple: var(--purple-rain-50);--surface-status-surface-red-focus: var(--watermelon-red-50);--surface-status-surface-red-hover: var(--watermelon-red-50);--surface-status-surface-red: var(--watermelon-red-50);--surface-status-surface-orange-focus: var(--orange-50);--surface-status-surface-orange-hover: var(--orange-50);--surface-status-surface-orange: var(--orange-50);--surface-status-surface-yellow-focus: var(--yellow-50);--surface-status-surface-yellow-hover: var(--yellow-50);--surface-status-surface-yellow: var(--yellow-50);--surface-cta-surface-tertiary-promo-focus-pressed: var(--grimace-20);--surface-cta-surface-tertiary-promo-focus: var(--grimace-05);--surface-cta-surface-tertiary-promo-pressed: var(--grimace-20);--surface-cta-surface-tertiary-promo-hover: var(--grimace-05);--surface-cta-surface-tertiary-promo: var(--grimace-10);--surface-cta-surface-tertiary-pressed: var(--gray-10);--surface-cta-surface-tertiary-hover: var(--gray-05);--surface-cta-surface-tertiary: var(--gray-white);--surface-cta-surface-icon-utility-pressed: var(--gray-30);--surface-cta-surface-icon-utility-hover: var(--gray-20);--surface-cta-surface-icon-utility: var(--gray-10);--surface-cta-surface-icon-pressed: var(--black-opacity-08);--surface-cta-surface-icon-hover: var(--black-opacity-04);--surface-cta-surface-icon-disabled: var(--black-opacity-00);--surface-cta-surface-icon: var(--black-opacity-00);--surface-cta-surface-outline-pressed: var(--black-opacity-08);--surface-cta-surface-outline-hover: var(--black-opacity-04);--surface-cta-surface-outline: var(--black-opacity-00);--surface-status-surface-inprogress: var(--yellorange-100);--surface-status-surface-uploading: var(--box-blue-100);--surface-status-surface-scheduled: var(--purple-rain-100);--surface-status-surface-pending: var(--gray-40);--surface-status-surface-error: var(--watermelon-red-100);--surface-status-surface-success: var(--green-light-100);--surface-status-surface-generic: var(--gray-40);--surface-filter-surface-selected-focus: var(--box-blue-100);--surface-filter-surface-selected: var(--box-blue-100);--surface-filter-surface-focus: var(--box-blue-100);--surface-filter-surface-hover: var(--box-blue-100);--surface-filter-surface: var(--box-blue-100);--surface-pill-surface-focus: var(--gray-10);--surface-pill-surface-hover: var(--gray-10);--surface-pill-surface: var(--gray-10);--surface-message-surface-promo-secondary: var(--grimace-10);--surface-message-surface-success-secondary: var(--green-light-10);--surface-message-surface-success: var(--green-light-20);--surface-message-surface-info-secondary: var(--light-blue-10);--surface-message-surface-info: var(--light-blue-20);--surface-message-surface-generic-secondary: var(--gray-10);--surface-message-surface-generic: var(--gray-10);--surface-tooltip-surface-error: var(--watermelon-red-10);--surface-tooltip-surface: var(--gray-80);--surface-message-surface-error-secondary: var(--watermelon-red-10);--surface-message-surface-error: var(--watermelon-red-20);--surface-message-surface-warning-secondary: var(--yellorange-10);--surface-message-surface-warning: var(--yellorange-20);--surface-toggle-surface-on-hover: var(--box-blue-20);--surface-toggle-surface-on: var(--box-blue-10);--surface-toggle-surface-off-hover: var(--gray-05);--surface-input-surface-error-focus: var(--gray-white);--surface-input-surface-error-hover: var(--gray-white);--surface-input-surface-error: var(--gray-white);--surface-input-surface-focus: var(--gray-white);--surface-input-surface-hover: var(--gray-white);--surface-input-surface: var(--gray-white);--surface-dropdown-surface-error-focus: var(--gray-white);--surface-dropdown-surface-error-hover: var(--gray-white);--surface-dropdown-surface-error: var(--gray-white);--surface-dropdown-surface-focus: var(--gray-white);--surface-dropdown-surface-hover: var(--gray-white);--surface-dropdown-surface: var(--gray-white);--surface-cta-surface-secondary-focus-pressed: var(--gray-10);--surface-cta-surface-secondary-pressed: var(--gray-10);--surface-cta-surface-secondary-focus: var(--gray-05);--surface-cta-surface-secondary-hover: var(--gray-05);--surface-cta-surface-secondary-disabled: var(--gray-white);--surface-cta-surface-secondary-busy: var(--gray-white);--surface-cta-surface-secondary: var(--gray-white);--surface-surface-brand-secondary: var(--box-blue-10);--surface-menu-surface-focus: var(--gray-05);--surface-menu-surface-pressed: var(--gray-05);--surface-menu-surface-hover: var(--gray-05);--surface-menu-surface: var(--gray-white);--surface-card-surface-pressed: var(--gray-02);--surface-card-surface-focus: var(--box-blue-05);--surface-card-surface-hover: var(--gray-white);--surface-card-surface: var(--gray-white);--surface-surface-secondary-focus: var(--gray-02);--surface-surface-secondary-hover: var(--gray-05);--surface-surface-quaternary: var(--gray-20);--surface-surface-tertiary: var(--gray-10);--surface-surface-secondary: var(--gray-02);--surface-surface-hover: var(--gray-05);--surface-surface: var(--gray-white);--background-background: var(--gray-white)}._noAttributesText_1kfhf_738{text-align:center}._fieldWrapper_1kfhf_742{isolation:isolate;position:relative}._fieldWrapper_1kfhf_742 ._hasSuggestion_1kfhf_747>input,._fieldWrapper_1kfhf_742 ._hasSuggestion_1kfhf_747>button,._fieldWrapper_1kfhf_742 ._hasSuggestion_1kfhf_747>div[role=group]>div,._fieldWrapper_1kfhf_742 ._hasSuggestion_1kfhf_747>div>div{border-bottom:none!important;border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}._fieldWrapper_1kfhf_742 ._hasSuggestion_1kfhf_747>input:not(:disabled):not(:focus-visible):not(._error_1kfhf_755):hover,._fieldWrapper_1kfhf_742 ._hasSuggestion_1kfhf_747>button:not(:disabled):not(:focus-visible):not(._error_1kfhf_755):hover,._fieldWrapper_1kfhf_742 ._hasSuggestion_1kfhf_747>div[role=group]>div:not(:disabled):not(:focus-visible):not(._error_1kfhf_755):hover,._fieldWrapper_1kfhf_742 ._hasSuggestion_1kfhf_747>div>div:not(:disabled):not(:focus-visible):not(._error_1kfhf_755):hover{border-bottom:none}._fieldWrapper_1kfhf_742 ._hasSuggestion_1kfhf_747 div[role=group]>div{margin-left:var(--border-1);margin-right:var(--border-1)}._fieldWrapper_1kfhf_742 ._dateField_1kfhf_767>div[role=group]>div{padding-inline:.75rem}._fieldWrapper_1kfhf_742 ._suggestionApplied_1kfhf_771>._comboboxContainer_1kfhf_771,._fieldWrapper_1kfhf_742 ._suggestionApplied_1kfhf_771>input,._fieldWrapper_1kfhf_742 ._suggestionApplied_1kfhf_771>button,._fieldWrapper_1kfhf_742 ._suggestionApplied_1kfhf_771>div[role=group]>div,._fieldWrapper_1kfhf_742 ._suggestionApplied_1kfhf_771>div>div{border:double var(--border-1) transparent!important;box-sizing:border-box!important;border-radius:var(--radius-2);background-image:linear-gradient(#fff,#fff),linear-gradient(135deg,#fe03dc 0%,#2784fa 100%)!important;background-origin:border-box!important;background-clip:padding-box,border-box!important;outline:none}
|
1
|
+
:root{--notification-default-paragraph-indent: 0rem;--notification-default-paragraph-spacing: 0;--notification-default-text-case: none;--notification-default-text-decoration: none;--notification-default-letter-spacing: .01875rem;--notification-default-font-size: .5625rem;--notification-default-line-height: .75rem;--breakpoint-xlarge: 1219px;--breakpoint-large: 1023px;--breakpoint-medium: 767px;--breakpoint-small: 374px;--animation-easing-ease-base: cubic-bezier(.16, 1, .3, 1);--animation-duration-4: .4s;--animation-duration-3: .3s;--animation-duration-2: .2s;--text-decoration-underline: underline;--font-weights-black: 900;--font-weights-bold: 700;--font-weights-semibold: 600;--font-weights-regular: 400;--font-families-sans: Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;--border-8: .5rem;--border-6: .375rem;--border-4: .25rem;--white-opacity-30: #ffffff4d;--white-opacity-70: #ffffffb3;--size-20: 5rem;--size-18: 4.5rem;--size-16: 4rem;--size-15: 3.75rem;--size-14: 3.5rem;--size-12: 3rem;--size-11: 2.75rem;--size-10: 2.5rem;--size-9: 2.25rem;--size-8: 2rem;--size-7: 1.75rem;--size-6: 1.5rem;--size-5: 1.25rem;--size-4: 1rem;--size-3: .75rem;--size-2: .5rem;--size-1: .25rem;--size-05: .125rem;--black-opacity-00: rgba(0, 0, 0, 0);--black-opacity-04: rgba(0, 0, 0, .04);--black-opacity-08: rgba(0, 0, 0, .08);--black-opacity-50: rgba(0, 0, 0, .5);--black-opacity-60: rgba(0, 0, 0, .6);--black-opacity-80: rgba(0, 0, 0, .8);--innershadow-1: inset 0 .125rem .25rem 0 rgba(0, 0, 0, .1);--dropshadow-1: 0 0 .5rem 0 rgba(0, 0, 0, .05);--dropshadow-2: 0 .0625rem .25rem 0 rgba(0, 0, 0, .1);--dropshadow-3-inverse: 0 -.25rem .75rem 0 rgba(0, 0, 0, .1);--dropshadow-3: 0 .25rem .75rem 0 rgba(0, 0, 0, .1);--space-20: 5rem;--space-18: 4.5rem;--space-16: 4rem;--space-15: 3.75rem;--space-14: 3.5rem;--space-12: 3rem;--space-11: 2.75rem;--space-10: 2.5rem;--space-9: 2.25rem;--space-8: 2rem;--space-7: 1.75rem;--space-6: 1.5rem;--space-5: 1.25rem;--space-4: 1rem;--space-3: .75rem;--space-2: .5rem;--space-1: .25rem;--space-05: .125rem;--border-3: .1875rem;--border-2: .125rem;--border-1: .0625rem;--radius-half: 2rem;--radius-8: 1.75rem;--radius-7: 1.5rem;--radius-6: 1.25rem;--radius-5: 1rem;--radius-4: .75rem;--radius-3: .5rem;--radius-2: .375rem;--radius-1: .25rem;--radius-05: .125rem;--link-default-text-case: none;--link-default-paragraph-indent: 0rem;--link-default-paragraph-spacing: 0;--link-default-letter-spacing: .01875rem;--link-default-font-size: .875rem;--link-default-line-height: 1.25rem;--label-default-text-decoration: none;--label-default-text-case: none;--label-default-paragraph-spacing: 0;--label-default-letter-spacing: .0375rem;--label-default-font-size: .625rem;--label-default-line-height: 1rem;--label-bold-text-decoration: none;--label-bold-text-case: none;--label-bold-paragraph-spacing: 0;--label-bold-letter-spacing: .0375rem;--label-bold-font-size: .625rem;--label-bold-line-height: 1rem;--caption-default-text-decoration: none;--caption-default-text-case: none;--caption-default-paragraph-spacing: 0;--caption-default-letter-spacing: .01875rem;--caption-default-font-size: .75rem;--caption-default-line-height: .875rem;--caption-bold-text-decoration: none;--caption-bold-text-case: none;--caption-bold-paragraph-spacing: 0;--caption-bold-letter-spacing: .01875rem;--caption-bold-font-size: .75rem;--caption-bold-line-height: .875rem;--body-default-text-decoration: none;--body-default-text-case: none;--body-default-paragraph-spacing: 0;--body-default-letter-spacing: .01875rem;--body-default-font-size: .875rem;--body-default-line-height: 1.25rem;--body-default-semibold-text-decoration: none;--body-default-semibold-text-case: none;--body-default-semibold-paragraph-spacing: 0;--body-default-semibold-letter-spacing: .01875rem;--body-default-semibold-font-size: .875rem;--body-default-semibold-line-height: 1.25rem;--body-default-bold-text-decoration: none;--body-default-bold-text-case: none;--body-default-bold-paragraph-spacing: 0;--body-default-bold-letter-spacing: .01875rem;--body-default-bold-font-size: .875rem;--body-default-bold-line-height: 1.25rem;--body-large-bold-text-decoration: none;--body-large-bold-text-case: none;--body-large-bold-paragraph-spacing: 0;--body-large-bold-letter-spacing: .01875rem;--body-large-bold-font-size: 1rem;--body-large-bold-line-height: 1.5rem;--body-large-text-decoration: none;--body-large-text-case: none;--body-large-paragraph-spacing: 0;--body-large-letter-spacing: .01875rem;--body-large-font-size: 1rem;--body-large-line-height: 1.5rem;--title-mondo-text-decoration: none;--title-mondo-text-case: none;--title-mondo-paragraph-spacing: 0;--title-mondo-letter-spacing: 0;--title-mondo-font-size: 2.25rem;--title-mondo-line-height: 2.75rem;--title-x-large-text-decoration: none;--title-x-large-text-case: none;--title-x-large-paragraph-spacing: 0;--title-x-large-letter-spacing: .01875rem;--title-x-large-font-size: 1.3125rem;--title-x-large-line-height: 2rem;--title-large-text-decoration: none;--title-large-text-case: none;--title-large-paragraph-spacing: 0;--title-large-letter-spacing: .01875rem;--title-large-font-size: 1.125rem;--title-large-line-height: 1.5rem;--title-medium-text-decoration: none;--title-medium-text-case: none;--title-medium-paragraph-spacing: 0;--title-medium-letter-spacing: .01875rem;--title-medium-font-size: 1rem;--title-medium-line-height: 1.5rem;--title-small-text-decoration: none;--title-small-text-case: none;--title-small-paragraph-spacing: 0;--title-small-letter-spacing: .01875rem;--title-small-font-size: .9375rem;--title-small-line-height: 1.25rem;--title-subtitle-text-decoration: none;--title-subtitle-text-case: none;--title-subtitle-paragraph-spacing: 0;--title-subtitle-letter-spacing: .01875rem;--title-subtitle-font-size: .875rem;--title-subtitle-line-height: 1.25rem;--grimace-02: #fbfbfe;--grimace-05: #f6f4fc;--grimace-180: #0e0827;--grimace-170: #160b3a;--grimace-160: #1d0f4e;--grimace-150: #241361;--grimace-120: #3a1e9b;--grimace-110: #4122af;--grimace-100: #4826c2;--grimace-50: #a392e0;--grimace-20: #dad4f3;--grimace-10: #ece9f8;--purple-rain-02: #fdfbff;--purple-rain-05: #faf5fe;--purple-rain-180: #200d2f;--purple-rain-170: #301347;--purple-rain-160: #40195f;--purple-rain-150: #4f1f76;--purple-rain-120: #7f32be;--purple-rain-110: #8f39d5;--purple-rain-100: #9f3fed;--purple-rain-50: #cf9ff6;--purple-rain-20: #ecd9fb;--purple-rain-10: #f5ebfd;--yellow-02: #fffefa;--yellow-05: #fffdf2;--yellow-180: #332b00;--yellow-170: #4c4000;--yellow-160: #665600;--yellow-150: #806b00;--yellow-120: #ccac00;--yellow-110: #e6c100;--yellow-100: #ffd700;--yellow-50: #ffeb7f;--yellow-20: #fff7cc;--yellow-10: #fffbe5;--yellorange-02: #fffefb;--yellorange-05: #fefbf3;--yellorange-180: #312405;--yellorange-170: #493608;--yellorange-160: #62480b;--yellorange-150: #7a590d;--yellorange-120: #c48f16;--yellorange-110: #dca118;--yellorange-100: #f5b31b;--yellorange-50: #fad98d;--yellorange-20: #fdf0d1;--yellorange-10: #fef7e8;--orange-02: #fffdfb;--orange-05: #fef8f3;--orange-180: #301a05;--orange-170: #482708;--orange-160: #60340a;--orange-150: #78400d;--orange-120: #c16715;--orange-110: #d97417;--orange-100: #f1811a;--orange-50: #f8c08c;--orange-20: #fce6d1;--orange-10: #fdf2e8;--watermelon-red-02: #fffbfc;--watermelon-red-05: #fef5f6;--watermelon-red-180: #2f0b11;--watermelon-red-170: #47101a;--watermelon-red-160: #5f1623;--watermelon-red-150: #761b2b;--watermelon-red-120: #be2c46;--watermelon-red-110: #d5324e;--watermelon-red-100: #ed3757;--watermelon-red-50: #f69bab;--watermelon-red-20: #fbd7dd;--watermelon-red-10: #fdebee;--green-light-02: #fbfefd;--green-light-05: #f4fcf8;--green-light-180: #08271a;--green-light-170: #0b3a27;--green-light-160: #0f4e34;--green-light-150: #136140;--green-light-120: #1e9b67;--green-light-110: #22af74;--green-light-100: #26c281;--green-light-50: #92e0c0;--green-light-20: #d4f3e6;--green-light-10: #e9f8f2;--light-blue-02: #fbfdff;--light-blue-05: #f4f9ff;--light-blue-180: #071b32;--light-blue-170: #0b284c;--light-blue-160: #0e3665;--light-blue-150: #12437e;--light-blue-120: #1d6bca;--light-blue-110: #2079e3;--light-blue-100: #2486fc;--light-blue-50: #91c2fd;--light-blue-20: #d3e7fe;--light-blue-10: #e9f2fe;--dark-blue-02: #fafbfd;--dark-blue-05: #f2f5f9;--dark-blue-180: #000c1a;--dark-blue-170: #001228;--dark-blue-160: #001835;--dark-blue-150: #001e42;--dark-blue-120: #00306a;--dark-blue-110: #003677;--dark-blue-100: #003c84;--dark-blue-50: #7f9dc1;--dark-blue-20: #ccd8e6;--dark-blue-10: #e5ebf2;--box-blue-02: #fafcfe;--box-blue-05: #f2f7fd;--box-blue-180: #00132b;--box-blue-170: #001d40;--box-blue-160: #002755;--box-blue-150: #00316b;--box-blue-120: #004eaa;--box-blue-110: #0057c0;--box-blue-100: #0061d5;--box-blue-80: #3381dd;--box-blue-50: #7fb0ea;--box-blue-40: #99c0ee;--box-blue-30: #b2cff2;--box-blue-20: #ccdff7;--box-blue-10: #e5effa;--gray-white: #ffffff;--gray-black: #000000;--gray-05: #f4f4f4;--gray-02: #fbfbfb;--gray-100: #222222;--gray-90: #383838;--gray-80: #4e4e4e;--gray-65: #6f6f6f;--gray-50: #909090;--gray-40: #a7a7a7;--gray-30: #bcbcbc;--gray-20: #d3d3d3;--gray-10: #e8e8e8;--brand-box-ai-140: linear-gradient(135deg, #980284 0%, #174f96 100%);--brand-box-ai-120: linear-gradient(135deg, #cb02b0 0%, #1f6ac8 100%);--brand-box-ai-100: linear-gradient(135deg, #fe03dc 0%, #2784fa 100%);--border-cta-border-outline-disabled: #646464;--surface-badge-video-surface: #009aed;--surface-badge-keynote-surface: #0a84ff;--surface-badge-pages-surface: #ff9500;--surface-badge-sheets-surface: #21a464;--surface-badge-docs-surface: #4083f7;--surface-badge-pdf-surface: #d0021b;--surface-surface-brand-disabled: #0061d5;--surface-surface-brand-busy: #0061d5;--surface-surface-brand-pressed: #004eac;--surface-surface-brand-hover: #006ae9;--surface-surface-brand: #0061d5;--notification-default-font-weight: 700;--notification-default-font-family: var(--font-families-sans);--motion-transition-slide-in: var(--animation-duration-4) var(--animation-easing-ease-base);--link-default-text-decoration: var(--text-decoration-underline);--link-default-font-weight: 400;--link-default-font-family: var(--font-families-sans);--label-default-font-weight: 400;--label-default-font-family: var(--font-families-sans);--label-bold-font-weight: 700;--label-bold-font-family: var(--font-families-sans);--caption-default-font-weight: 400;--caption-default-font-family: var(--font-families-sans);--caption-bold-font-weight: 700;--caption-bold-font-family: var(--font-families-sans);--body-default-font-weight: 400;--body-default-font-family: var(--font-families-sans);--body-default-semibold-font-weight: 600;--body-default-semibold-font-family: var(--font-families-sans);--body-default-bold-font-weight: 700;--body-default-bold-font-family: var(--font-families-sans);--body-large-bold-font-weight: 700;--body-large-bold-font-family: var(--font-families-sans);--body-large-font-weight: 400;--body-large-font-family: var(--font-families-sans);--title-mondo-font-weight: 900;--title-mondo-font-family: var(--font-families-sans);--title-x-large-font-weight: 700;--title-x-large-font-family: var(--font-families-sans);--title-large-font-weight: 700;--title-large-font-family: var(--font-families-sans);--title-medium-font-weight: 700;--title-medium-font-family: var(--font-families-sans);--title-small-font-weight: 700;--title-small-font-family: var(--font-families-sans);--title-subtitle-font-weight: 700;--title-subtitle-font-family: var(--font-families-sans);--brand-sign-tertiary: var(--dark-blue-10);--brand-sign-secondary: var(--dark-blue-20);--brand-sign-primary: var(--dark-blue-100);--brand-docgen-tertiary: var(--grimace-10);--brand-docgen-secondary: var(--grimace-20);--brand-docgen-primary: var(--grimace-120);--brand-forms-tertiary: var(--green-light-10);--brand-forms-secondary: var(--green-light-20);--brand-forms-primary: var(--green-light-120);--brand-box-tertiary: var(--box-blue-10);--brand-box-secondary: var(--box-blue-20);--brand-box-primary: var(--box-blue-100);--overlay-modal-overlay: var(--black-opacity-80);--overlay-sidepanel-overlay: var(--black-opacity-50);--text-toggletext-text: var(--box-blue-170);--text-text-on-light-disabled: var(--gray-30);--text-cta-link-disabled: var(--box-blue-30);--text-cta-promo: var(--grimace-100);--text-cta-link-secondary-hover: var(--gray-65);--text-cta-link-secondary-pressed: var(--gray-65);--text-cta-link-secondary: var(--gray-65);--text-text-error-on-light: var(--watermelon-red-110);--text-nav-text-on-light-focus: var(--gray-white);--text-nav-text-on-light-selected: var(--gray-white);--text-nav-text-on-light-hover: var(--gray-white);--text-nav-text-on-light: var(--gray-white);--text-nav-text-on-dark-focus: var(--gray-white);--text-nav-text-on-dark-selected: var(--gray-white);--text-nav-text-on-dark-hover: var(--gray-white);--text-nav-text-on-dark: var(--gray-white);--text-cta-link-pressed: var(--light-blue-100);--text-cta-link-hover: var(--light-blue-120);--text-cta-link: var(--box-blue-100);--text-text-brand-on-color: var(--gray-white);--text-text-on-dark: var(--gray-white);--text-text-on-light-secondary-hover: var(--gray-80);--text-text-on-light-tertiary: var(--gray-50);--text-text-on-light-secondary: var(--gray-65);--text-text-on-light: var(--gray-100);--outline-focus-on-dark: var(--gray-white);--outline-focus-on-light: var(--light-blue-100);--icon-icon-blue: var(--box-blue-100);--icon-cta-icon-on-color-pressed: var(--gray-black);--icon-cta-icon-on-color-hover: var(--gray-black);--icon-cta-icon-on-color: var(--gray-black);--icon-cta-icon-utility-pressed: var(--gray-black);--icon-cta-icon-utility-hover: var(--gray-black);--icon-cta-icon-utility: var(--gray-80);--icon-cta-icon-pressed: var(--gray-100);--icon-cta-icon-hover: var(--gray-100);--icon-cta-icon: var(--gray-65);--icon-nav-icon-on-light-focus: var(--gray-100);--icon-nav-icon-on-light-selected: var(--gray-100);--icon-nav-icon-on-light-hover: var(--gray-100);--icon-nav-icon-on-light: var(--gray-100);--icon-nav-icon-on-dark-focus: var(--gray-white);--icon-nav-icon-on-dark-selected: var(--gray-white);--icon-nav-icon-on-dark-hover: var(--gray-white);--icon-nav-icon-on-dark: var(--gray-white);--icon-icon-required-on-light: var(--watermelon-red-110);--icon-icon-error-on-light: var(--watermelon-red-110);--icon-icon-on-dark: var(--gray-white);--icon-icon-on-light-tertiary: var(--gray-50);--icon-icon-on-light-secondary: var(--gray-65);--icon-icon-on-light: var(--gray-100);--border-toggletext-border-off-ai-pressed: var(--brand-box-ai-100);--border-toggletext-border-off-ai-hover: var(--brand-box-ai-100);--border-toggletext-border-off-ai: var(--gray-30);--border-toggletext-border-on-ai-pressed: var(--brand-box-ai-100);--border-toggletext-border-on-ai-hover: var(--brand-box-ai-100);--border-toggletext-border-on-ai: var(--brand-box-ai-100);--border-toggletext-border-on-pressed: var(--box-blue-30);--border-toggletext-border-on-hover: var(--box-blue-20);--border-toggletext-border-on: var(--box-blue-05);--border-toggletext-border-off-pressed: var(--gray-65);--border-toggletext-border-off-hover: var(--gray-65);--border-toggletext-border-off: var(--gray-65);--border-radiotile-border-selected: var(--box-blue-100);--border-radiotile-border-hover: var(--gray-30);--border-radiotile-border: var(--gray-30);--border-cta-border-secondary-disabled: var(--gray-10);--border-toggle-border-on: var(--box-blue-40);--border-contentbutton-border-selected: var(--gray-50);--border-cta-border-ai: var(--brand-box-ai-100);--border-card-border-ai: var(--brand-box-ai-100);--border-toggle-border: var(--gray-30);--border-badge-border: var(--gray-white);--border-collapsible-border: var(--gray-20);--border-filterchip-border-multi-on-hover: var(--box-blue-40);--border-filterchip-border-multi-on: var(--box-blue-40);--border-gridthumbnail-border: var(--gray-10);--border-search-global-border-hover: var(--gray-10);--border-search-border-hover: var(--gray-65);--border-search-border: var(--gray-05);--border-status-border-hover: var(--black-opacity-04);--border-avatar-border-pressed: var(--black-opacity-08);--border-avatar-border-hover: var(--black-opacity-04);--border-inputchip-border-error: var(--watermelon-red-100);--border-card-border-pressed: var(--gray-10);--border-divider-border: var(--gray-10);--border-checkbox-border-selected-hover: var(--light-blue-110);--border-checkbox-border-selected: var(--box-blue-100);--border-checkbox-border-hover: var(--gray-80);--border-checkbox-border: var(--gray-65);--border-radio-border-hover: var(--gray-80);--border-radio-border-selected-hover: var(--light-blue-110);--border-radio-border-selected: var(--box-blue-100);--border-radio-border: var(--gray-65);--border-switch-border-hover: var(--gray-30);--border-switch-border: var(--gray-30);--border-item-small-border-selected: var(--box-blue-100);--border-item-border-selected: var(--box-blue-100);--border-item-border-hover: var(--gray-10);--border-cta-border-outline-pressed: var(--gray-black);--border-cta-border-outline-hover: var(--gray-black);--border-cta-border-outline: var(--gray-black);--border-tab-border-hover: var(--gray-30);--border-tab-border: var(--gray-10);--border-tab-border-selected-focus: var(--box-blue-100);--border-tab-border-selected-hover: var(--box-blue-100);--border-tab-border-selected: var(--box-blue-100);--border-tooltip-border-error: var(--watermelon-red-50);--border-dropdown-border-error-focus: var(--watermelon-red-100);--border-dropdown-border-error-hover: var(--watermelon-red-100);--border-dropdown-border-error: var(--watermelon-red-100);--border-dropdown-border-focus: var(--box-blue-100);--border-dropdown-border-hover: var(--gray-65);--border-dropdown-border: var(--gray-30);--border-input-border-error-focus: var(--watermelon-red-100);--border-input-border-error-hover: var(--watermelon-red-100);--border-input-border-error: var(--watermelon-red-100);--border-input-border-focus: var(--light-blue-100);--border-input-border-hover: var(--gray-65);--border-input-border: var(--gray-50);--border-message-border-error-secondary: var(--watermelon-red-50);--border-message-border-error: var(--watermelon-red-100);--border-message-border-warning-secondary: var(--yellorange-50);--border-message-border-warning: var(--yellorange-100);--border-message-border-success-secondary: var(--green-light-50);--border-message-border-success: var(--green-light-100);--border-message-border-info-secondary: var(--light-blue-50);--border-message-border-info: var(--box-blue-100);--border-message-border-generic-secondary: var(--gray-50);--border-message-border-generic: var(--gray-100);--border-card-border-focus: var(--box-blue-100);--border-card-border-hover: var(--gray-10);--border-card-border: var(--gray-10);--border-cta-border-secondary-hover: var(--gray-30);--border-cta-border-secondary-pressed: var(--gray-30);--border-cta-border-secondary: var(--gray-30);--surface-toggletext-surface-off-ai-pressed: var(--gray-10);--surface-toggletext-surface-off-ai-hover: var(--gray-05);--surface-toggletext-surface-off-ai: var(--gray-white);--surface-toggletext-surface-on-ai-pressed: var(--brand-box-ai-140);--surface-toggletext-surface-on-ai-hover: var(--brand-box-ai-120);--surface-toggletext-surface-on-ai: var(--brand-box-ai-100);--surface-toggletext-surface-on-pressed: var(--box-blue-30);--surface-toggletext-surface-on-hover: var(--box-blue-20);--surface-toggletext-surface-on: var(--box-blue-05);--surface-radiotile-surface-selected: var(--box-blue-05);--surface-radiotile-surface-hover: var(--gray-05);--surface-radiotile-surface: var(--gray-white);--surface-cta-surface-disabled: var(--box-blue-30);--surface-toggle-surface-on-pressed: var(--box-blue-30);--surface-toggle-surface-off-pressed: var(--gray-10);--surface-toolbar-surface: var(--gray-100);--surface-contentswitcher-surface: var(--gray-10);--surface-contentbutton-surface-surface-selected: var(--gray-white);--surface-cta-surface-promo-focus-pressed: var(--grimace-120);--surface-cta-surface-promo-focus: var(--grimace-100);--surface-cta-surface-promo-pressed: var(--grimace-120);--surface-cta-surface-promo-hover: var(--grimace-100);--surface-cta-surface-promo: var(--grimace-110);--surface-upload-surface-brand-neutral: var(--box-blue-100);--surface-illustration-surface-box: var(--box-blue-100);--surface-illustration-surface-box-neutral: var(--box-blue-100);--surface-progressbar-surface-brand: var(--box-blue-100);--surface-nav-surface-brand: var(--box-blue-100);--surface-text-highlight-surface: var(--yellow-20);--surface-toggle-surface-pressed-hover: var(--box-blue-80);--surface-toggle-surface-pressed: var(--box-blue-100);--surface-toggle-surface-hover: var(--gray-05);--surface-toggle-surface: var(--gray-white);--surface-dropdown-secondary-surface-pressed: var(--gray-10);--surface-dropdown-secondary-surface-hover: var(--gray-05);--surface-dropdown-secondary-surface: var(--gray-white);--surface-dropdown-primary-surface-pressed: var(--gray-10);--surface-dropdown-primary-surface-hover: var(--gray-05);--surface-option-grid-surface-selected: var(--black-opacity-08);--surface-option-grid-surface-hover: var(--black-opacity-04);--surface-page-surface: var(--gray-white);--surface-chip-button-surface-hover: var(--black-opacity-08);--surface-chip-button-surface: var(--black-opacity-04);--surface-badge-notification-surface: var(--watermelon-red-110);--surface-badge-progress-surface: var(--yellorange-100);--surface-badge-offline-surface: var(--green-light-100);--surface-badge-collection-surface: var(--gray-10);--surface-badge-pin-surface: var(--gray-10);--surface-badge-online-surface: var(--green-light-120);--surface-badge-coadmin-surface: var(--purple-rain-100);--surface-badge-admin-surface: var(--dark-blue-100);--surface-badge-external-surface: var(--gray-50);--surface-badge-error-surface: var(--watermelon-red-110);--surface-badge-rejected-surface: var(--watermelon-red-110);--surface-badge-completed-surface: var(--green-light-100);--surface-badge-annotation-surface: var(--yellorange-100);--surface-badge-taskapproval-surface: var(--light-blue-120);--surface-badge-task-surface: var(--light-blue-100);--surface-badge-mention-surface: var(--light-blue-120);--surface-badge-relay-surface: var(--light-blue-120);--surface-badge-foldershared-surface: var(--light-blue-100);--surface-badge-folderexternal-surface: var(--gray-65);--surface-badge-boxnote-surface: var(--gray-10);--surface-badge-canvas-surface: var(--orange-100);--surface-badge-image-surface: var(--green-light-100);--surface-accordion-surface-hover: var(--gray-05);--surface-accordion-surface: var(--gray-white);--surface-tab-surface-pressed: var(--gray-10);--surface-tab-surface-hover: var(--gray-05);--surface-day-surface-selected-hover: var(--dark-blue-100);--surface-day-surface-selected: var(--box-blue-100);--surface-day-surface-hover: var(--gray-05);--surface-day-surface: var(--gray-white);--surface-search-surface-focused: var(--gray-white);--surface-search-surface-hover: var(--gray-02);--surface-search-global-surface: var(--gray-05);--surface-search-surface: var(--gray-05);--surface-scrollbar-surface: var(--black-opacity-50);--surface-sliderthumb-surface-hover: var(--light-blue-100);--surface-sliderthumb-surface: var(--box-blue-100);--surface-slidertrack-surface: var(--gray-65);--surface-filterchip-surface-single-on-hover: var(--box-blue-100);--surface-filterchip-surface-single-on: var(--box-blue-100);--surface-filterchip-surface-single-hover: var(--black-opacity-08);--surface-filterchip-surface-single: var(--black-opacity-04);--surface-filterchip-surface-multi-on-hover: var(--box-blue-20);--surface-filterchip-surface-multi-on: var(--box-blue-10);--surface-filterchip-surface-multi-hover: var(--black-opacity-08);--surface-filterchip-surface-multi: var(--black-opacity-04);--surface-inputchip-surface-error: var(--watermelon-red-10);--surface-inputchip-surface-hover: var(--gray-10);--surface-inputchip-surface: var(--gray-10);--surface-ghost-surface-secondary: var(--gray-05);--surface-ghost-surface: var(--gray-02);--surface-checkbox-surface-selected-hover: var(--light-blue-110);--surface-checkbox-surface-selected: var(--box-blue-100);--surface-checkbox-surface-hover: var(--gray-white);--surface-checkbox-surface: var(--gray-white);--surface-radio-surface-selected-hover: var(--light-blue-110);--surface-radio-surface-selected: var(--box-blue-100);--surface-radio-surface-hover: var(--gray-white);--surface-radio-surface: var(--gray-white);--surface-switch-surface-on-hover: var(--light-blue-110);--surface-switch-surface-on: var(--box-blue-100);--surface-switch-surface-off-hover: var(--gray-30);--surface-switch-surface-off: var(--gray-20);--surface-switch-surface-hover: var(--gray-white);--surface-switch-surface: var(--gray-white);--surface-item-small-surface-selected: var(--box-blue-05);--surface-item-small-surface-hover: var(--gray-05);--surface-item-small-surface: var(--gray-white);--surface-item-surface-selected: var(--box-blue-05);--surface-item-surface-hover: var(--gray-white);--surface-status-surface-gray-focus: var(--gray-10);--surface-status-surface-gray-hover: var(--gray-10);--surface-status-surface-gray: var(--gray-10);--surface-status-surface-boxblue-focus: var(--box-blue-100);--surface-status-surface-boxblue-hover: var(--box-blue-100);--surface-status-surface-boxblue: var(--box-blue-100);--surface-status-surface-green-focus: var(--green-light-50);--surface-status-surface-green-hover: var(--green-light-50);--surface-status-surface-green: var(--green-light-50);--surface-status-surface-dark-blue-focus: var(--dark-blue-50);--surface-status-surface-dark-blue-hover: var(--dark-blue-50);--surface-status-surface-dark-blue: var(--dark-blue-50);--surface-status-surface-light-blue-focus: var(--light-blue-50);--surface-status-surface-light-blue-hover: var(--light-blue-50);--surface-status-surface-light-blue: var(--light-blue-50);--surface-status-surface-purple-focus: var(--purple-rain-50);--surface-status-surface-purple-hover: var(--purple-rain-50);--surface-status-surface-purple: var(--purple-rain-50);--surface-status-surface-red-focus: var(--watermelon-red-50);--surface-status-surface-red-hover: var(--watermelon-red-50);--surface-status-surface-red: var(--watermelon-red-50);--surface-status-surface-orange-focus: var(--orange-50);--surface-status-surface-orange-hover: var(--orange-50);--surface-status-surface-orange: var(--orange-50);--surface-status-surface-yellow-focus: var(--yellow-50);--surface-status-surface-yellow-hover: var(--yellow-50);--surface-status-surface-yellow: var(--yellow-50);--surface-cta-surface-tertiary-promo-focus-pressed: var(--grimace-20);--surface-cta-surface-tertiary-promo-focus: var(--grimace-05);--surface-cta-surface-tertiary-promo-pressed: var(--grimace-20);--surface-cta-surface-tertiary-promo-hover: var(--grimace-05);--surface-cta-surface-tertiary-promo: var(--grimace-10);--surface-cta-surface-tertiary-pressed: var(--gray-10);--surface-cta-surface-tertiary-hover: var(--gray-05);--surface-cta-surface-tertiary: var(--gray-white);--surface-cta-surface-icon-utility-pressed: var(--gray-30);--surface-cta-surface-icon-utility-hover: var(--gray-20);--surface-cta-surface-icon-utility: var(--gray-10);--surface-cta-surface-icon-pressed: var(--black-opacity-08);--surface-cta-surface-icon-hover: var(--black-opacity-04);--surface-cta-surface-icon-disabled: var(--black-opacity-00);--surface-cta-surface-icon: var(--black-opacity-00);--surface-cta-surface-outline-pressed: var(--black-opacity-08);--surface-cta-surface-outline-hover: var(--black-opacity-04);--surface-cta-surface-outline: var(--black-opacity-00);--surface-status-surface-inprogress: var(--yellorange-100);--surface-status-surface-uploading: var(--box-blue-100);--surface-status-surface-scheduled: var(--purple-rain-100);--surface-status-surface-pending: var(--gray-40);--surface-status-surface-error: var(--watermelon-red-100);--surface-status-surface-success: var(--green-light-100);--surface-status-surface-generic: var(--gray-40);--surface-filter-surface-selected-focus: var(--box-blue-100);--surface-filter-surface-selected: var(--box-blue-100);--surface-filter-surface-focus: var(--box-blue-100);--surface-filter-surface-hover: var(--box-blue-100);--surface-filter-surface: var(--box-blue-100);--surface-pill-surface-focus: var(--gray-10);--surface-pill-surface-hover: var(--gray-10);--surface-pill-surface: var(--gray-10);--surface-message-surface-promo-secondary: var(--grimace-10);--surface-message-surface-success-secondary: var(--green-light-10);--surface-message-surface-success: var(--green-light-20);--surface-message-surface-info-secondary: var(--light-blue-10);--surface-message-surface-info: var(--light-blue-20);--surface-message-surface-generic-secondary: var(--gray-10);--surface-message-surface-generic: var(--gray-10);--surface-tooltip-surface-error: var(--watermelon-red-10);--surface-tooltip-surface: var(--gray-80);--surface-message-surface-error-secondary: var(--watermelon-red-10);--surface-message-surface-error: var(--watermelon-red-20);--surface-message-surface-warning-secondary: var(--yellorange-10);--surface-message-surface-warning: var(--yellorange-20);--surface-toggle-surface-on-hover: var(--box-blue-20);--surface-toggle-surface-on: var(--box-blue-10);--surface-toggle-surface-off-hover: var(--gray-05);--surface-input-surface-error-focus: var(--gray-white);--surface-input-surface-error-hover: var(--gray-white);--surface-input-surface-error: var(--gray-white);--surface-input-surface-focus: var(--gray-white);--surface-input-surface-hover: var(--gray-white);--surface-input-surface: var(--gray-white);--surface-dropdown-surface-error-focus: var(--gray-white);--surface-dropdown-surface-error-hover: var(--gray-white);--surface-dropdown-surface-error: var(--gray-white);--surface-dropdown-surface-focus: var(--gray-white);--surface-dropdown-surface-hover: var(--gray-white);--surface-dropdown-surface: var(--gray-white);--surface-cta-surface-secondary-focus-pressed: var(--gray-10);--surface-cta-surface-secondary-pressed: var(--gray-10);--surface-cta-surface-secondary-focus: var(--gray-05);--surface-cta-surface-secondary-hover: var(--gray-05);--surface-cta-surface-secondary-disabled: var(--gray-white);--surface-cta-surface-secondary-busy: var(--gray-white);--surface-cta-surface-secondary: var(--gray-white);--surface-surface-brand-secondary: var(--box-blue-10);--surface-menu-surface-focus: var(--gray-05);--surface-menu-surface-pressed: var(--gray-05);--surface-menu-surface-hover: var(--gray-05);--surface-menu-surface: var(--gray-white);--surface-card-surface-pressed: var(--gray-02);--surface-card-surface-focus: var(--box-blue-05);--surface-card-surface-hover: var(--gray-white);--surface-card-surface: var(--gray-white);--surface-surface-secondary-focus: var(--gray-02);--surface-surface-secondary-hover: var(--gray-05);--surface-surface-quaternary: var(--gray-20);--surface-surface-tertiary: var(--gray-10);--surface-surface-secondary: var(--gray-02);--surface-surface-hover: var(--gray-05);--surface-surface: var(--gray-white);--background-background: var(--gray-white)}._noAttributesText_13fs7_753{text-align:center}._fieldWrapper_13fs7_757{isolation:isolate;position:relative}._fieldWrapper_13fs7_757 ._hasSuggestion_13fs7_762>input,._fieldWrapper_13fs7_757 ._hasSuggestion_13fs7_762>button,._fieldWrapper_13fs7_757 ._hasSuggestion_13fs7_762>div[role=group]>div,._fieldWrapper_13fs7_757 ._hasSuggestion_13fs7_762>div>div{border-bottom:none!important;border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}._fieldWrapper_13fs7_757 ._hasSuggestion_13fs7_762>input:not(:disabled):not(:focus-visible):not(._error_13fs7_770):hover,._fieldWrapper_13fs7_757 ._hasSuggestion_13fs7_762>button:not(:disabled):not(:focus-visible):not(._error_13fs7_770):hover,._fieldWrapper_13fs7_757 ._hasSuggestion_13fs7_762>div[role=group]>div:not(:disabled):not(:focus-visible):not(._error_13fs7_770):hover,._fieldWrapper_13fs7_757 ._hasSuggestion_13fs7_762>div>div:not(:disabled):not(:focus-visible):not(._error_13fs7_770):hover{border-bottom:none}._fieldWrapper_13fs7_757 ._hasSuggestion_13fs7_762 div[role=group]>div{margin-left:var(--border-1);margin-right:var(--border-1)}._fieldWrapper_13fs7_757 ._dateField_13fs7_782>div[role=group]>div{padding-inline:.75rem}._fieldWrapper_13fs7_757 ._suggestionApplied_13fs7_786>._comboboxContainer_13fs7_786,._fieldWrapper_13fs7_757 ._suggestionApplied_13fs7_786>input,._fieldWrapper_13fs7_757 ._suggestionApplied_13fs7_786>button,._fieldWrapper_13fs7_757 ._suggestionApplied_13fs7_786>div[role=group]>div,._fieldWrapper_13fs7_757 ._suggestionApplied_13fs7_786>div>div{border:double var(--border-1) transparent!important;box-sizing:border-box!important;border-radius:var(--radius-2);background-image:linear-gradient(#fff,#fff),linear-gradient(135deg,#fe03dc 0%,#2784fa 100%)!important;background-origin:border-box!important;background-clip:padding-box,border-box!important;outline:none}
|
@@ -1 +1 @@
|
|
1
|
-
.
|
1
|
+
._metadataInstanceFormHeader_13lxr_1{display:flex;justify-content:space-between;align-items:center;padding-block-end:var(--space-4);border-block-end:solid var(--gray-10) var(--border-1);gap:var(--space-2)}._metadataInstanceFormHeader_13lxr_1 ._title_13lxr_9{width:100%}
|
@@ -1 +1 @@
|
|
1
|
-
.
|
1
|
+
._metadataInstanceHeader_54pdx_1{display:flex;justify-content:space-between;height:var(--size-10)}._metadataInstanceHeader_54pdx_1 ._iconButtonsContainer_54pdx_6{display:flex;gap:var(--space-1);justify-content:flex-end;align-self:center;margin-block:0 var(--space-2);padding-left:var(--space-2)}._metadataInstanceHeader_54pdx_1 ._title_54pdx_14{margin-block:var(--space-1) var(--space-3)}
|