@box/content-field 1.40.31 → 1.40.33
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/dist/chunks/content-field-icon.js +40 -63
- package/dist/esm/index.js +2 -4
- package/dist/esm/lib/content-field-icon.js +2 -15
- package/dist/esm/lib/content-field.js +76 -101
- package/dist/esm/lib/hooks/useContentFieldTooltip.js +14 -19
- package/dist/esm/lib/messages.js +5 -9
- package/dist/styles/content-field-icon.css +1 -1
- package/package.json +7 -7
|
@@ -1,63 +1,40 @@
|
|
|
1
|
-
import { useBlueprintModernization as
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import { jsx as
|
|
7
|
-
import '../styles/content-field-icon.css';
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
role: "presentation",
|
|
42
|
-
height: n ? c : i,
|
|
43
|
-
width: n ? c : i
|
|
44
|
-
})
|
|
45
|
-
});
|
|
46
|
-
}, D = () => /* @__PURE__ */ e(p, {
|
|
47
|
-
icon: b
|
|
48
|
-
}), N = () => /* @__PURE__ */ e(p, {
|
|
49
|
-
icon: F
|
|
50
|
-
}), k = () => /* @__PURE__ */ e(s, {
|
|
51
|
-
icon: _
|
|
52
|
-
}), q = () => /* @__PURE__ */ e(s, {
|
|
53
|
-
icon: d
|
|
54
|
-
});
|
|
55
|
-
export {
|
|
56
|
-
s as C,
|
|
57
|
-
q as a,
|
|
58
|
-
k as b,
|
|
59
|
-
N as c,
|
|
60
|
-
D as d,
|
|
61
|
-
p as e,
|
|
62
|
-
L as s
|
|
63
|
-
};
|
|
1
|
+
import { useBlueprintModernization as e } from "@box/blueprint-web";
|
|
2
|
+
import { FileDefault as t, Folder as n } from "@box/blueprint-web-assets/icons/Fill";
|
|
3
|
+
import { Space4 as r, Space6 as i, bpSpace040 as a, bpSpace060 as o } from "@box/blueprint-web-assets/tokens/tokens";
|
|
4
|
+
import { createElement as s } from "react";
|
|
5
|
+
import { FileVariable as c, FolderVariable as l } from "@box/blueprint-web-assets/icons/Content";
|
|
6
|
+
import { jsx as u } from "react/jsx-runtime";
|
|
7
|
+
import '../styles/content-field-icon.css';var d = {
|
|
8
|
+
contentFieldWrapper: "_contentFieldWrapper_1r9pn_1",
|
|
9
|
+
contentField: "_contentField_1r9pn_1",
|
|
10
|
+
inlineError: "_inlineError_1r9pn_64",
|
|
11
|
+
contentButton: "_contentButton_1r9pn_68",
|
|
12
|
+
error: "_error_1r9pn_82",
|
|
13
|
+
hasSelection: "_hasSelection_1r9pn_86",
|
|
14
|
+
disabled: "_disabled_1r9pn_99",
|
|
15
|
+
labelWrapper: "_labelWrapper_1r9pn_116",
|
|
16
|
+
contentLabel: "_contentLabel_1r9pn_122",
|
|
17
|
+
variable: "_variable_1r9pn_127",
|
|
18
|
+
variableError: "_variableError_1r9pn_131",
|
|
19
|
+
circledIconContainer: "_circledIconContainer_1r9pn_135",
|
|
20
|
+
clearButton: "_clearButton_1r9pn_146",
|
|
21
|
+
variableIcon: "_variableIcon_1r9pn_190"
|
|
22
|
+
}, f = ({ icon: t }) => {
|
|
23
|
+
let { enableModernizedComponents: n } = e();
|
|
24
|
+
return /* @__PURE__ */ s(t, {
|
|
25
|
+
role: "presentation",
|
|
26
|
+
height: n ? o : i,
|
|
27
|
+
width: n ? o : i
|
|
28
|
+
});
|
|
29
|
+
}, p = ({ icon: t }) => {
|
|
30
|
+
let { enableModernizedComponents: n } = e();
|
|
31
|
+
return /* @__PURE__ */ u("div", {
|
|
32
|
+
className: d.circledIconContainer,
|
|
33
|
+
children: /* @__PURE__ */ s(t, {
|
|
34
|
+
role: "presentation",
|
|
35
|
+
height: n ? a : r,
|
|
36
|
+
width: n ? a : r
|
|
37
|
+
})
|
|
38
|
+
});
|
|
39
|
+
}, m = () => /* @__PURE__ */ u(p, { icon: n }), h = () => /* @__PURE__ */ u(p, { icon: t }), g = () => /* @__PURE__ */ u(f, { icon: l }), _ = () => /* @__PURE__ */ u(f, { icon: c });
|
|
40
|
+
export { _ as a, f as i, h as n, g as o, m as r, d as s, p as t };
|
package/dist/esm/index.js
CHANGED
|
@@ -1,15 +1,2 @@
|
|
|
1
|
-
import "
|
|
2
|
-
|
|
3
|
-
import "@box/blueprint-web-assets/icons/Fill";
|
|
4
|
-
import "@box/blueprint-web-assets/tokens/tokens";
|
|
5
|
-
import "react";
|
|
6
|
-
import { e as d, c as F, d as c, C, a as m, b as p } from "../../chunks/content-field-icon.js";
|
|
7
|
-
import "react/jsx-runtime";
|
|
8
|
-
export {
|
|
9
|
-
d as ContentFieldCircledIcon,
|
|
10
|
-
F as ContentFieldFileIcon,
|
|
11
|
-
c as ContentFieldFolderIcon,
|
|
12
|
-
C as ContentFieldIcon,
|
|
13
|
-
m as ContentFieldVariableFileIcon,
|
|
14
|
-
p as ContentFieldVariableFolderIcon
|
|
15
|
-
};
|
|
1
|
+
import { a as e, i as t, n, o as r, r as i, t as a } from "../../chunks/content-field-icon.js";
|
|
2
|
+
export { a as ContentFieldCircledIcon, n as ContentFieldFileIcon, i as ContentFieldFolderIcon, t as ContentFieldIcon, e as ContentFieldVariableFileIcon, r as ContentFieldVariableFolderIcon };
|
|
@@ -1,102 +1,77 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import
|
|
4
|
-
import {
|
|
5
|
-
import
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import
|
|
9
|
-
import {
|
|
10
|
-
import
|
|
11
|
-
import {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
})
|
|
77
|
-
}), l && /* @__PURE__ */ t(b, {
|
|
78
|
-
"aria-label": B.formatMessage(X.clearButtonLabel),
|
|
79
|
-
className: p(e.clearButton, {
|
|
80
|
-
[e.hasSelection]: l,
|
|
81
|
-
[e.error]: !!o,
|
|
82
|
-
[e.disabled]: i
|
|
83
|
-
}),
|
|
84
|
-
disabled: i,
|
|
85
|
-
onClick: E,
|
|
86
|
-
type: "button",
|
|
87
|
-
children: /* @__PURE__ */ t(W, {
|
|
88
|
-
height: d ? h : C,
|
|
89
|
-
role: "presentation",
|
|
90
|
-
width: d ? h : C
|
|
91
|
-
})
|
|
92
|
-
})]
|
|
93
|
-
}), /* @__PURE__ */ t(R, {
|
|
94
|
-
className: e.inlineError,
|
|
95
|
-
id: u,
|
|
96
|
-
children: o
|
|
97
|
-
})]
|
|
98
|
-
});
|
|
1
|
+
import { a as e, i as t, n, o as r, r as i, s as a } from "../../chunks/content-field-icon.js";
|
|
2
|
+
import { useContentFieldTooltip as o } from "./hooks/useContentFieldTooltip.js";
|
|
3
|
+
import s from "./messages.js";
|
|
4
|
+
import { Button as c } from "@ariakit/react";
|
|
5
|
+
import { InlineError as l, Text as u, useBlueprintModernization as d, useUniqueId as f } from "@box/blueprint-web";
|
|
6
|
+
import { XMark as p } from "@box/blueprint-web-assets/icons/Fill";
|
|
7
|
+
import { Space6 as m, bpSpace040 as h } from "@box/blueprint-web-assets/tokens/tokens";
|
|
8
|
+
import g from "clsx";
|
|
9
|
+
import { forwardRef as _, useRef as v } from "react";
|
|
10
|
+
import { useIntl as y } from "react-intl";
|
|
11
|
+
import { jsx as b, jsxs as x } from "react/jsx-runtime";
|
|
12
|
+
var S = (e) => e?.type === "variable", C = ({ icon: a, variant: o, isVariableWithTitle: s }) => a ? /* @__PURE__ */ b(t, { icon: a }) : b(s ? o === "file" ? e : r : o === "file" ? n : i, {}), w = /* @__PURE__ */ _(({ icon: e, placeholder: t, onClick: n, onClear: r, title: i, error: _, disabled: w = !1, variant: T = "folder", ...E }, D) => {
|
|
13
|
+
let O = y(), { enableModernizedComponents: k } = d(), { titleValue: A } = i ?? {}, j = v(null), M = A ?? t, { TooltipComponent: N, tooltipProps: P } = o(j, i), F = (e) => {
|
|
14
|
+
j.current?.focus(), r(e);
|
|
15
|
+
}, I = f("inline-error-"), L = S(i) && !!A, R = _ ? "error" : "standard";
|
|
16
|
+
return /* @__PURE__ */ x("div", {
|
|
17
|
+
ref: D,
|
|
18
|
+
className: a.contentFieldWrapper,
|
|
19
|
+
"data-modern": k,
|
|
20
|
+
children: [/* @__PURE__ */ x("div", {
|
|
21
|
+
className: a.contentField,
|
|
22
|
+
children: [/* @__PURE__ */ b(N, {
|
|
23
|
+
...P,
|
|
24
|
+
variant: R,
|
|
25
|
+
children: /* @__PURE__ */ x(c, {
|
|
26
|
+
"aria-describedby": I,
|
|
27
|
+
className: g(a.contentButton, {
|
|
28
|
+
[a.hasSelection]: i,
|
|
29
|
+
[a.error]: !!_,
|
|
30
|
+
[a.disabled]: w
|
|
31
|
+
}),
|
|
32
|
+
disabled: w,
|
|
33
|
+
onClick: n,
|
|
34
|
+
type: "button",
|
|
35
|
+
...E,
|
|
36
|
+
children: [/* @__PURE__ */ b(C, {
|
|
37
|
+
icon: e,
|
|
38
|
+
isVariableWithTitle: L,
|
|
39
|
+
variant: T
|
|
40
|
+
}), /* @__PURE__ */ b("div", {
|
|
41
|
+
className: a.labelWrapper,
|
|
42
|
+
children: /* @__PURE__ */ b(u, {
|
|
43
|
+
ref: j,
|
|
44
|
+
as: "span",
|
|
45
|
+
className: g(a.contentLabel, {
|
|
46
|
+
[a.variable]: L,
|
|
47
|
+
[a.variableError]: L && _
|
|
48
|
+
}),
|
|
49
|
+
variant: L ? "bodyDefaultBold" : "bodyDefault",
|
|
50
|
+
children: M
|
|
51
|
+
})
|
|
52
|
+
})]
|
|
53
|
+
})
|
|
54
|
+
}), A && /* @__PURE__ */ b(c, {
|
|
55
|
+
"aria-label": O.formatMessage(s.clearButtonLabel),
|
|
56
|
+
className: g(a.clearButton, {
|
|
57
|
+
[a.hasSelection]: A,
|
|
58
|
+
[a.error]: !!_,
|
|
59
|
+
[a.disabled]: w
|
|
60
|
+
}),
|
|
61
|
+
disabled: w,
|
|
62
|
+
onClick: F,
|
|
63
|
+
type: "button",
|
|
64
|
+
children: /* @__PURE__ */ b(p, {
|
|
65
|
+
height: k ? h : m,
|
|
66
|
+
role: "presentation",
|
|
67
|
+
width: k ? h : m
|
|
68
|
+
})
|
|
69
|
+
})]
|
|
70
|
+
}), /* @__PURE__ */ b(l, {
|
|
71
|
+
className: a.inlineError,
|
|
72
|
+
id: I,
|
|
73
|
+
children: _
|
|
74
|
+
})]
|
|
75
|
+
});
|
|
99
76
|
});
|
|
100
|
-
export {
|
|
101
|
-
oe as ContentField
|
|
102
|
-
};
|
|
77
|
+
export { w as ContentField };
|
|
@@ -1,20 +1,15 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
wrapperProps: l
|
|
15
|
-
}
|
|
16
|
-
};
|
|
17
|
-
};
|
|
18
|
-
export {
|
|
19
|
-
s as useContentFieldTooltip
|
|
1
|
+
import { Tooltip as e, useFullTextTooltip as t } from "@box/blueprint-web";
|
|
2
|
+
var n = (n, r) => {
|
|
3
|
+
let { Wrapper: i, wrapperProps: a } = t({
|
|
4
|
+
ref: n,
|
|
5
|
+
textValue: r?.titleValue
|
|
6
|
+
}), o = r?.type === "variable";
|
|
7
|
+
return {
|
|
8
|
+
TooltipComponent: o ? e : i,
|
|
9
|
+
tooltipProps: {
|
|
10
|
+
content: o ? r?.technicalName : r?.titleValue,
|
|
11
|
+
wrapperProps: a
|
|
12
|
+
}
|
|
13
|
+
};
|
|
20
14
|
};
|
|
15
|
+
export { n as useContentFieldTooltip };
|
package/dist/esm/lib/messages.js
CHANGED
|
@@ -1,10 +1,6 @@
|
|
|
1
1
|
import { defineMessages as e } from "react-intl";
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
});
|
|
8
|
-
export {
|
|
9
|
-
t as default
|
|
10
|
-
};
|
|
2
|
+
var t = e({ clearButtonLabel: {
|
|
3
|
+
id: "contentField.clearButtonLabel",
|
|
4
|
+
defaultMessage: "Clear"
|
|
5
|
+
} });
|
|
6
|
+
export { t as default };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
._contentFieldWrapper_1r9pn_1[data-modern=false]{--content-field-border-radius:
|
|
1
|
+
._contentFieldWrapper_1r9pn_1[data-modern=false]{--content-field-border-radius:var(--radius-2);--content-field-content-button-padding-x:var(--space-3);--content-field-clear-button-padding-x:var(--space-2);--content-field-anti-border-jitter-padding:var(--border-1);--content-field-inactive-surface-background:var(--surface-cta-surface-secondary);--content-field-inactive-surface-border-width:var(--border-1);--content-field-inactive-surface-border-color:var(--border-cta-border-secondary);--content-field-active-surface-background:var(--surface-cta-surface-secondary-hover);--content-field-font-size:var(--body-default-bold-font-size);--content-field-focus-surface-border-width:var(--border-2);--content-field-focus-surface-border-color:var(--outline-focus-on-light);--content-field-error-border-width:var(--border-2);--content-field-error-border-color:var(--border-dropdown-border-error);--content-field-error-border-hover-background-color:var(--border-cta-border-secondary);--content-field-height:var(--size-10);--content-field-box-shadow:var(--dropshadow-2);--content-field-gap:var(--space-2);--content-field-padding-block:var(--space-2);--content-field-circled-icon-container-size:var(--space-6);--content-field-circled-icon-container-background:var(--surface-cta-surface-icon-utility);--content-field-variable-icon-margin-bottom:var(--space-1);--content-field-inline-error-margin-block-start:var(--space-2)}._contentFieldWrapper_1r9pn_1[data-modern=true]{--content-field-border-radius:var(--bp-radius-06);--content-field-content-button-padding-x:var(--bp-space-030);--content-field-clear-button-padding-x:var(--bp-space-030);--content-field-anti-border-jitter-padding:var(--bp-border-01);--content-field-inactive-surface-background:var(--bp-surface-cta-surface-secondary);--content-field-inactive-surface-border-width:var(--bp-border-01);--content-field-inactive-surface-border-color:var(--bp-border-cta-border-secondary);--content-field-active-surface-background:var(--bp-surface-cta-surface-secondary-hover);--content-field-font-size:var(--bp-font-size-05);--content-field-focus-surface-border-width:var(--bp-border-02);--content-field-focus-surface-border-color:var(--bp-outline-focus-on-light);--content-field-error-border-width:var(--bp-border-02);--content-field-error-border-color:var(--bp-border-dropdown-border-error);--content-field-error-border-hover-background-color:var(--bp-border-cta-border-secondary);--content-field-height:var(--bp-size-100);--content-field-box-shadow:var(--dropshadow-2);--content-field-gap:var(--bp-space-020);--content-field-padding-block:var(--bp-space-020);--content-field-circled-icon-container-size:var(--bp-space-060);--content-field-circled-icon-container-background:var(--bp-surface-cta-surface-icon-utility);--content-field-variable-icon-margin-bottom:var(--bp-space-010);--content-field-inline-error-margin-block-start:var(--bp-space-020)}._contentFieldWrapper_1r9pn_1{width:100%}._contentField_1r9pn_1{height:var(--content-field-height);border-radius:var(--content-field-border-radius);box-shadow:var(--content-field-box-shadow);flex-direction:row;justify-content:space-between;display:flex}._inlineError_1r9pn_64{margin-block-start:var(--content-field-inline-error-margin-block-start)}._contentButton_1r9pn_68{all:unset;gap:var(--content-field-gap);font-size:var(--content-field-font-size);min-width:0;padding:var(--content-field-anti-border-jitter-padding) var(--content-field-content-button-padding-x);border-radius:var(--content-field-border-radius);cursor:pointer;background:var(--content-field-inactive-surface-background);border:var(--content-field-inactive-surface-border-width) solid var(--content-field-inactive-surface-border-color);flex:1;align-items:center;display:flex}._contentButton_1r9pn_68._error_1r9pn_82{border:var(--content-field-error-border-width) solid var(--content-field-error-border-color);position:relative}._contentButton_1r9pn_68._error_1r9pn_82._hasSelection_1r9pn_86:hover:after{background-color:var(--content-field-error-border-hover-background-color);content:"";width:1px;height:100%;position:absolute;top:0;right:0}._contentButton_1r9pn_68._hasSelection_1r9pn_86{border-radius:var(--content-field-border-radius) 0 0 var(--content-field-border-radius);border-right:none}._contentButton_1r9pn_68._disabled_1r9pn_99{opacity:.5;border-right:none}._contentButton_1r9pn_68:hover{background:var(--content-field-active-surface-background)}._contentButton_1r9pn_68:focus-visible{background:var(--content-field-active-surface-background);border:var(--content-field-focus-surface-border-width) solid var(--content-field-focus-surface-border-color)}._contentButton_1r9pn_68:focus-visible:not(._error_1r9pn_82){padding:calc(var(--content-field-anti-border-jitter-padding) - var(--content-field-anti-border-jitter-padding)) calc(var(--content-field-content-button-padding-x) - var(--content-field-anti-border-jitter-padding))}._contentButton_1r9pn_68 ._labelWrapper_1r9pn_116{flex-grow:1;align-items:center;min-width:0;display:flex}._contentButton_1r9pn_68 ._labelWrapper_1r9pn_116 span._contentLabel_1r9pn_122{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._contentButton_1r9pn_68 ._labelWrapper_1r9pn_116 span._contentLabel_1r9pn_122._variable_1r9pn_127{color:var(--purple-rain-100);text-decoration:underline}._contentButton_1r9pn_68 ._labelWrapper_1r9pn_116 span._contentLabel_1r9pn_122._variableError_1r9pn_131{color:var(--text-text-error-on-light)}._circledIconContainer_1r9pn_135{width:var(--content-field-circled-icon-container-size);min-width:var(--content-field-circled-icon-container-size);height:var(--content-field-circled-icon-container-size);background:var(--content-field-circled-icon-container-background);border-radius:50%;justify-content:center;align-items:center;display:flex}._clearButton_1r9pn_146{all:unset;background:var(--content-field-inactive-surface-background);border:var(--content-field-inactive-surface-border-width) solid var(--content-field-inactive-surface-border-color);padding:var(--content-field-anti-border-jitter-padding) var(--content-field-clear-button-padding-x);background:var(--content-field-inactive-surface-background);border-radius:0 var(--content-field-border-radius) var(--content-field-border-radius) 0;cursor:pointer;border-left:none;align-items:center;display:flex}._clearButton_1r9pn_146:hover{background:var(--content-field-active-surface-background)}._clearButton_1r9pn_146._error_1r9pn_82{border:var(--content-field-error-border-width) solid var(--content-field-error-border-color);position:relative}._clearButton_1r9pn_146._error_1r9pn_82._hasSelection_1r9pn_86:hover:after{background-color:var(--content-field-error-border-hover-background-color);content:"";width:1px;height:100%;position:absolute;top:0;left:-1px}._clearButton_1r9pn_146._error_1r9pn_82{border-left:none}._clearButton_1r9pn_146:focus-visible{background:var(--content-field-active-surface-background);border:var(--content-field-focus-surface-border-width) solid var(--content-field-focus-surface-border-color)}._clearButton_1r9pn_146:focus-visible:not(._error_1r9pn_82){padding:calc(var(--content-field-anti-border-jitter-padding) - var(--content-field-anti-border-jitter-padding)) calc(var(--content-field-clear-button-padding-x) - var(--content-field-anti-border-jitter-padding))}._clearButton_1r9pn_146._disabled_1r9pn_99{opacity:.5;border-left:none}._variableIcon_1r9pn_190{margin-bottom:var(--content-field-variable-icon-margin-bottom)}
|
package/package.json
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@box/content-field",
|
|
3
|
-
"version": "1.40.
|
|
3
|
+
"version": "1.40.33",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE",
|
|
5
5
|
"peerDependencies": {
|
|
6
6
|
"@ariakit/react": "^0.4.21",
|
|
7
|
-
"@box/blueprint-web": "^14.
|
|
8
|
-
"@box/blueprint-web-assets": "^4.112.
|
|
7
|
+
"@box/blueprint-web": "^14.6.0",
|
|
8
|
+
"@box/blueprint-web-assets": "^4.112.2",
|
|
9
9
|
"react": "^18.0.0",
|
|
10
10
|
"react-dom": "^18.0.0",
|
|
11
11
|
"react-intl": "^6.4.2"
|
|
12
12
|
},
|
|
13
13
|
"devDependencies": {
|
|
14
|
-
"@box/blueprint-web": "^14.
|
|
15
|
-
"@box/blueprint-web-assets": "^4.112.
|
|
16
|
-
"@box/eslint-plugin-blueprint": "1.1.
|
|
17
|
-
"@box/storybook-utils": "0.17.
|
|
14
|
+
"@box/blueprint-web": "^14.6.0",
|
|
15
|
+
"@box/blueprint-web-assets": "^4.112.2",
|
|
16
|
+
"@box/eslint-plugin-blueprint": "1.1.12",
|
|
17
|
+
"@box/storybook-utils": "0.17.29",
|
|
18
18
|
"@testing-library/react": "^15.0.6",
|
|
19
19
|
"react-intl": "^6.4.2"
|
|
20
20
|
},
|