@box/activity-feed 1.22.9 → 1.22.11
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/header.js +7 -5
- package/dist/styles/header.css +1 -1
- package/package.json +14 -14
package/dist/chunks/header.js
CHANGED
|
@@ -7,11 +7,12 @@ import { useIntl as l } from "react-intl";
|
|
|
7
7
|
import { jsx as u, jsxs as d } from "react/jsx-runtime";
|
|
8
8
|
import { Funnel as f, XMark as p } from "@box/blueprint-web-assets/icons/Medium";
|
|
9
9
|
import '../styles/header.css';var m = {
|
|
10
|
-
header: "
|
|
11
|
-
title: "
|
|
12
|
-
actions: "
|
|
13
|
-
filterMenuContent: "
|
|
14
|
-
filtersTitle: "
|
|
10
|
+
header: "_header_almui_2",
|
|
11
|
+
title: "_title_almui_12",
|
|
12
|
+
actions: "_actions_almui_20",
|
|
13
|
+
filterMenuContent: "_filterMenuContent_almui_27",
|
|
14
|
+
filtersTitle: "_filtersTitle_almui_31",
|
|
15
|
+
filterTrigger: "_filterTrigger_almui_35"
|
|
15
16
|
}, h = Object.assign(({ children: e, title: t }) => /* @__PURE__ */ d("div", {
|
|
16
17
|
className: m.header,
|
|
17
18
|
children: [/* @__PURE__ */ u(c, {
|
|
@@ -42,6 +43,7 @@ import '../styles/header.css';var m = {
|
|
|
42
43
|
open: o,
|
|
43
44
|
children: [/* @__PURE__ */ u(a.Trigger, { children: /* @__PURE__ */ u(s, {
|
|
44
45
|
"aria-label": r(e.filterAriaLabel),
|
|
46
|
+
className: m.filterTrigger,
|
|
45
47
|
icon: f,
|
|
46
48
|
pressed: o || n,
|
|
47
49
|
size: "small"
|
package/dist/styles/header.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.
|
|
1
|
+
._header_almui_2{background:var(--surface-surface-secondary);box-sizing:border-box;padding:var(--space-3) var(--space-5) 0;justify-content:space-between;align-items:center;width:100%;display:flex}._title_almui_12{-webkit-line-clamp:1;-webkit-box-orient:vertical;min-width:0;display:-webkit-box;overflow:hidden}._actions_almui_20{align-items:center;gap:var(--space-2);flex-shrink:0;display:flex}._filterMenuContent_almui_27{--blueprint-web-dropdown-content-max-width:18rem}._filtersTitle_almui_31{padding:var(--space-2)}._filterTrigger_almui_35[data-modern]{--icon-toggle-button-off-background:transparent}
|
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@box/activity-feed",
|
|
3
|
-
"version": "1.22.
|
|
3
|
+
"version": "1.22.11",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE",
|
|
5
5
|
"peerDependencies": {
|
|
6
|
-
"@box/blueprint-web": "^15.
|
|
7
|
-
"@box/blueprint-web-assets": "^4.121.
|
|
8
|
-
"@box/collaboration-popover": "^1.63.
|
|
9
|
-
"@box/readable-time": "^1.42.
|
|
10
|
-
"@box/threaded-annotations": "^1.94.
|
|
11
|
-
"@box/user-selector": "^1.77.
|
|
6
|
+
"@box/blueprint-web": "^15.5.0",
|
|
7
|
+
"@box/blueprint-web-assets": "^4.121.8",
|
|
8
|
+
"@box/collaboration-popover": "^1.63.9",
|
|
9
|
+
"@box/readable-time": "^1.42.9",
|
|
10
|
+
"@box/threaded-annotations": "^1.94.11",
|
|
11
|
+
"@box/user-selector": "^1.77.9",
|
|
12
12
|
"clsx": "^1.2.1",
|
|
13
13
|
"react": "^18.0.0",
|
|
14
14
|
"react-dom": "^18.0.0",
|
|
@@ -18,14 +18,14 @@
|
|
|
18
18
|
"access": "public"
|
|
19
19
|
},
|
|
20
20
|
"devDependencies": {
|
|
21
|
-
"@box/blueprint-web": "^15.
|
|
22
|
-
"@box/blueprint-web-assets": "^4.121.
|
|
23
|
-
"@box/collaboration-popover": "^1.63.
|
|
21
|
+
"@box/blueprint-web": "^15.5.0",
|
|
22
|
+
"@box/blueprint-web-assets": "^4.121.8",
|
|
23
|
+
"@box/collaboration-popover": "^1.63.9",
|
|
24
24
|
"@box/eslint-plugin-blueprint": "1.2.4",
|
|
25
|
-
"@box/readable-time": "^1.42.
|
|
26
|
-
"@box/storybook-utils": "0.20.
|
|
27
|
-
"@box/threaded-annotations": "^1.94.
|
|
28
|
-
"@box/user-selector": "^1.77.
|
|
25
|
+
"@box/readable-time": "^1.42.9",
|
|
26
|
+
"@box/storybook-utils": "0.20.8",
|
|
27
|
+
"@box/threaded-annotations": "^1.94.11",
|
|
28
|
+
"@box/user-selector": "^1.77.9",
|
|
29
29
|
"react-intl": "^6.4.2"
|
|
30
30
|
},
|
|
31
31
|
"files": [
|