@burdenoff/fe-libs 2026.805.1 → 2026.805.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/chrome/AutoBreadcrumbs.d.ts.map +1 -1
- package/dist/chrome/AutoBreadcrumbs.js +2 -2
- package/dist/chrome/ContextSwitcher.d.ts.map +1 -1
- package/dist/chrome/ContextSwitcher.js +94 -93
- package/dist/chrome/DynamicFooter.d.ts.map +1 -1
- package/dist/chrome/DynamicFooter.js +77 -59
- package/dist/chrome/Footer.d.ts +6 -0
- package/dist/chrome/Footer.d.ts.map +1 -1
- package/dist/chrome/Footer.js +53 -48
- package/dist/chrome/LanguageSwitcher.d.ts.map +1 -1
- package/dist/chrome/LanguageSwitcher.js +40 -39
- package/dist/chrome/PersonaSurfaceControls.d.ts.map +1 -1
- package/dist/chrome/PersonaSurfaceControls.js +103 -102
- package/dist/chrome/ProductSideNav.d.ts.map +1 -1
- package/dist/chrome/ProductSideNav.js +61 -60
- package/dist/chrome/ProductSwitcher.d.ts.map +1 -1
- package/dist/chrome/ProductSwitcher.js +73 -72
- package/dist/chrome/SideNavigation.d.ts.map +1 -1
- package/dist/chrome/SideNavigation.js +75 -74
- package/dist/chrome/globalSearch/SearchModeBar.d.ts.map +1 -1
- package/dist/chrome/globalSearch/SearchModeBar.js +20 -18
- package/dist/shared/providers/shell/useShellLabel.d.ts +20 -0
- package/dist/shared/providers/shell/useShellLabel.d.ts.map +1 -0
- package/dist/shared/providers/shell/useShellLabel.js +12 -0
- package/dist/shared/tours/tourTrigger/DesktopTourDropdown.d.ts.map +1 -1
- package/dist/shared/tours/tourTrigger/DesktopTourDropdown.js +34 -33
- package/dist/shared/tours/tourTrigger/TourTriggerButton.d.ts.map +1 -1
- package/dist/shared/tours/tourTrigger/TourTriggerButton.js +16 -14
- package/package.json +2 -2
package/dist/chrome/Footer.js
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
1
|
+
import { useShellLabel as e } from "../shared/providers/shell/useShellLabel.js";
|
|
2
|
+
import { PluginFooterStrip as t } from "./PluginFooterStrip.js";
|
|
3
|
+
import { ExternalLink as n, Github as r, MessageCircle as i, Twitter as a } from "lucide-react";
|
|
4
|
+
import { jsx as o, jsxs as s } from "react/jsx-runtime";
|
|
4
5
|
//#region src/chrome/Footer.tsx
|
|
5
|
-
function
|
|
6
|
+
function c(e) {
|
|
6
7
|
return {
|
|
7
8
|
0: "lg:grid-cols-2",
|
|
8
9
|
1: "lg:grid-cols-3",
|
|
@@ -13,32 +14,36 @@ function s(e) {
|
|
|
13
14
|
6: "lg:grid-cols-8"
|
|
14
15
|
}[e] ?? "lg:grid-cols-6";
|
|
15
16
|
}
|
|
16
|
-
var
|
|
17
|
+
var l = [
|
|
17
18
|
{
|
|
18
19
|
title: "Products",
|
|
19
20
|
links: [
|
|
20
21
|
{
|
|
21
22
|
id: "workspaces",
|
|
22
23
|
label: "Workspaces",
|
|
23
|
-
href: "https://burdenoff.com"
|
|
24
|
+
href: "https://burdenoff.com",
|
|
25
|
+
brand: !0
|
|
24
26
|
},
|
|
25
27
|
{
|
|
26
28
|
id: "fluidgrids",
|
|
27
29
|
label: "FluidGrids",
|
|
28
30
|
href: "https://fluidgrids.com",
|
|
29
|
-
external: !0
|
|
31
|
+
external: !0,
|
|
32
|
+
brand: !0
|
|
30
33
|
},
|
|
31
34
|
{
|
|
32
35
|
id: "bigconsole",
|
|
33
36
|
label: "BigConsole",
|
|
34
37
|
href: "https://bigconsole.com",
|
|
35
|
-
external: !0
|
|
38
|
+
external: !0,
|
|
39
|
+
brand: !0
|
|
36
40
|
},
|
|
37
41
|
{
|
|
38
42
|
id: "botlit",
|
|
39
43
|
label: "Botlit",
|
|
40
44
|
href: "https://botlit.ai",
|
|
41
|
-
external: !0
|
|
45
|
+
external: !0,
|
|
46
|
+
brand: !0
|
|
42
47
|
}
|
|
43
48
|
]
|
|
44
49
|
},
|
|
@@ -93,60 +98,60 @@ var c = [
|
|
|
93
98
|
}
|
|
94
99
|
]
|
|
95
100
|
}
|
|
96
|
-
],
|
|
101
|
+
], u = [
|
|
97
102
|
{
|
|
98
103
|
id: "twitter",
|
|
99
104
|
label: "Twitter",
|
|
100
105
|
href: "https://twitter.com/burdenoff",
|
|
101
|
-
icon: /* @__PURE__ */ a
|
|
106
|
+
icon: /* @__PURE__ */ o(a, { className: "size-5" })
|
|
102
107
|
},
|
|
103
108
|
{
|
|
104
109
|
id: "github",
|
|
105
110
|
label: "GitHub",
|
|
106
111
|
href: "https://github.com/algoshred",
|
|
107
|
-
icon: /* @__PURE__ */
|
|
112
|
+
icon: /* @__PURE__ */ o(r, { className: "size-5" })
|
|
108
113
|
},
|
|
109
114
|
{
|
|
110
115
|
id: "discord",
|
|
111
116
|
label: "Discord",
|
|
112
117
|
href: "https://discord.gg/burdenoff",
|
|
113
|
-
icon: /* @__PURE__ */
|
|
118
|
+
icon: /* @__PURE__ */ o(i, { className: "size-5" })
|
|
114
119
|
}
|
|
115
|
-
],
|
|
116
|
-
let
|
|
120
|
+
], d = ({ logo: r, productName: i = "Burdenoff Workspaces", tagline: a = "Enterprise collaboration made simple", columns: d = l, socialLinks: f = u, copyright: p, version: m, buildInfo: h, context: g, children: _, renderLink: v }) => {
|
|
121
|
+
let y = e(), b = (/* @__PURE__ */ new Date()).getFullYear(), x = p ?? y("footer.copyright", `${b} Burdenoff. All rights reserved.`).replace("{year}", String(b)), S = v ?? (({ href: e, external: t, children: n, className: r }) => /* @__PURE__ */ o("a", {
|
|
117
122
|
href: e,
|
|
118
123
|
target: t ? "_blank" : void 0,
|
|
119
124
|
rel: t ? "noopener noreferrer" : void 0,
|
|
120
125
|
className: r,
|
|
121
126
|
children: n
|
|
122
127
|
}));
|
|
123
|
-
return /* @__PURE__ */
|
|
128
|
+
return /* @__PURE__ */ s("footer", {
|
|
124
129
|
className: "bg-bg-elevated border-t border-border-subtle",
|
|
125
130
|
children: [
|
|
126
|
-
/* @__PURE__ */
|
|
131
|
+
/* @__PURE__ */ o("div", {
|
|
127
132
|
className: "max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-12",
|
|
128
|
-
children: /* @__PURE__ */
|
|
129
|
-
className: `grid grid-cols-2 ${
|
|
130
|
-
children: [/* @__PURE__ */
|
|
133
|
+
children: /* @__PURE__ */ s("div", {
|
|
134
|
+
className: `grid grid-cols-2 ${c(d.length)} gap-8`,
|
|
135
|
+
children: [/* @__PURE__ */ s("div", {
|
|
131
136
|
className: "col-span-2",
|
|
132
137
|
children: [
|
|
133
|
-
/* @__PURE__ */
|
|
138
|
+
/* @__PURE__ */ s("div", {
|
|
134
139
|
className: "flex items-center gap-3 mb-4",
|
|
135
|
-
children: [
|
|
140
|
+
children: [r ?? /* @__PURE__ */ o("div", {
|
|
136
141
|
className: "size-8 rounded-md bg-action-primary-bg flex items-center justify-center text-action-primary-text font-bold text-sm",
|
|
137
142
|
children: "B"
|
|
138
|
-
}), /* @__PURE__ */
|
|
143
|
+
}), /* @__PURE__ */ o("span", {
|
|
139
144
|
className: "text-lg font-semibold text-text-primary",
|
|
140
|
-
children:
|
|
145
|
+
children: i
|
|
141
146
|
})]
|
|
142
147
|
}),
|
|
143
|
-
/* @__PURE__ */
|
|
148
|
+
/* @__PURE__ */ o("p", {
|
|
144
149
|
className: "text-text-secondary text-sm mb-6 max-w-xs",
|
|
145
|
-
children:
|
|
150
|
+
children: a
|
|
146
151
|
}),
|
|
147
|
-
|
|
152
|
+
f.length > 0 && /* @__PURE__ */ o("div", {
|
|
148
153
|
className: "flex items-center gap-4",
|
|
149
|
-
children:
|
|
154
|
+
children: f.map((e) => /* @__PURE__ */ o("a", {
|
|
150
155
|
href: e.href,
|
|
151
156
|
target: "_blank",
|
|
152
157
|
rel: "noopener noreferrer",
|
|
@@ -156,67 +161,67 @@ var c = [
|
|
|
156
161
|
}, e.id))
|
|
157
162
|
})
|
|
158
163
|
]
|
|
159
|
-
}),
|
|
164
|
+
}), d.map((e) => /* @__PURE__ */ s("div", { children: [/* @__PURE__ */ o("h3", {
|
|
160
165
|
className: "text-sm font-semibold text-text-primary mb-4",
|
|
161
166
|
children: e.title
|
|
162
|
-
}), /* @__PURE__ */
|
|
167
|
+
}), /* @__PURE__ */ o("ul", {
|
|
163
168
|
className: "space-y-3",
|
|
164
|
-
children: e.links.map((e) => /* @__PURE__ */
|
|
169
|
+
children: e.links.map((e) => /* @__PURE__ */ o("li", { children: /* @__PURE__ */ s(S, {
|
|
165
170
|
href: e.href,
|
|
166
171
|
external: e.external,
|
|
167
172
|
className: "text-sm text-text-secondary hover:text-text-primary transition-colors inline-flex items-center gap-1",
|
|
168
173
|
children: [
|
|
169
174
|
e.icon,
|
|
170
175
|
e.label,
|
|
171
|
-
e.external && /* @__PURE__ */
|
|
176
|
+
e.external && /* @__PURE__ */ o(n, { className: "size-3" })
|
|
172
177
|
]
|
|
173
178
|
}) }, e.id))
|
|
174
179
|
})] }, e.title))]
|
|
175
180
|
})
|
|
176
181
|
}),
|
|
177
|
-
/* @__PURE__ */
|
|
178
|
-
/* @__PURE__ */
|
|
182
|
+
/* @__PURE__ */ o(t, {}),
|
|
183
|
+
/* @__PURE__ */ o("div", {
|
|
179
184
|
className: "border-t border-border-subtle",
|
|
180
|
-
children: /* @__PURE__ */
|
|
185
|
+
children: /* @__PURE__ */ o("div", {
|
|
181
186
|
className: "max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-4",
|
|
182
|
-
children: /* @__PURE__ */
|
|
187
|
+
children: /* @__PURE__ */ s("div", {
|
|
183
188
|
className: "flex flex-col sm:flex-row justify-between items-center gap-4 text-xs text-text-muted",
|
|
184
189
|
children: [
|
|
185
|
-
/* @__PURE__ */
|
|
190
|
+
/* @__PURE__ */ o("div", {
|
|
186
191
|
className: "flex items-center gap-2",
|
|
187
|
-
children: /* @__PURE__ */
|
|
192
|
+
children: /* @__PURE__ */ s("span", { children: ["© ", x] })
|
|
188
193
|
}),
|
|
189
|
-
|
|
194
|
+
g && Object.values(g).some(Boolean) && /* @__PURE__ */ o("div", {
|
|
190
195
|
className: "flex items-center gap-3",
|
|
191
|
-
children: Object.entries(
|
|
196
|
+
children: Object.entries(g).map(([e, t]) => t && /* @__PURE__ */ s("div", {
|
|
192
197
|
className: "flex items-center gap-1",
|
|
193
|
-
children: [/* @__PURE__ */
|
|
198
|
+
children: [/* @__PURE__ */ s("span", {
|
|
194
199
|
className: "capitalize",
|
|
195
200
|
children: [e, ":"]
|
|
196
|
-
}), /* @__PURE__ */
|
|
201
|
+
}), /* @__PURE__ */ o("span", {
|
|
197
202
|
className: "text-text-secondary font-medium",
|
|
198
203
|
children: t
|
|
199
204
|
})]
|
|
200
205
|
}, e))
|
|
201
206
|
}),
|
|
202
|
-
/* @__PURE__ */
|
|
207
|
+
/* @__PURE__ */ s("div", {
|
|
203
208
|
className: "flex items-center gap-3",
|
|
204
209
|
children: [
|
|
205
|
-
|
|
206
|
-
|
|
210
|
+
m && /* @__PURE__ */ o("span", { children: m }),
|
|
211
|
+
m && h && /* @__PURE__ */ o("span", {
|
|
207
212
|
className: "text-border-subtle",
|
|
208
213
|
children: "|"
|
|
209
214
|
}),
|
|
210
|
-
|
|
215
|
+
h && /* @__PURE__ */ s("span", { children: ["Build ", h] })
|
|
211
216
|
]
|
|
212
217
|
})
|
|
213
218
|
]
|
|
214
219
|
})
|
|
215
220
|
})
|
|
216
221
|
}),
|
|
217
|
-
|
|
222
|
+
_
|
|
218
223
|
]
|
|
219
224
|
});
|
|
220
225
|
};
|
|
221
226
|
//#endregion
|
|
222
|
-
export {
|
|
227
|
+
export { l as DEFAULT_FOOTER_COLUMNS, u as DEFAULT_SOCIAL_LINKS, d as Footer };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LanguageSwitcher.d.ts","sourceRoot":"","sources":["../../src/chrome/LanguageSwitcher.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"LanguageSwitcher.d.ts","sourceRoot":"","sources":["../../src/chrome/LanguageSwitcher.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAGhC,MAAM,WAAW,QAAQ;IACvB,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,UAAU,EAAE,MAAM,CAAC;IACnB,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAED,MAAM,WAAW,qBAAqB;IACpC,SAAS,EAAE,QAAQ,EAAE,CAAC;IACtB,eAAe,EAAE,MAAM,CAAC;IACxB,gBAAgB,CAAC,EAAE,CAAC,QAAQ,EAAE,QAAQ,KAAK,IAAI,CAAC;IAChD,4CAA4C;IAC5C,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB;AAED;;;;;;GAMG;AACH,eAAO,MAAM,gBAAgB,EAAE,EAAE,CAAC,qBAAqB,CAsItD,CAAC"}
|
|
@@ -1,84 +1,85 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { useShellLabel as e } from "../shared/providers/shell/useShellLabel.js";
|
|
2
|
+
import { useEffect as t, useRef as n, useState as r } from "react";
|
|
3
|
+
import { Fragment as i, jsx as a, jsxs as o } from "react/jsx-runtime";
|
|
3
4
|
//#region src/chrome/LanguageSwitcher.tsx
|
|
4
|
-
var
|
|
5
|
-
let [
|
|
6
|
-
|
|
5
|
+
var s = ({ languages: s, currentLanguage: c, onLanguageChange: l, compact: u = !1 }) => {
|
|
6
|
+
let d = e(), [f, p] = r(!1), m = n(null), h = s.find((e) => e.code === c) || s[0];
|
|
7
|
+
t(() => {
|
|
7
8
|
let e = (e) => {
|
|
8
|
-
|
|
9
|
+
m.current && !m.current.contains(e.target) && p(!1);
|
|
9
10
|
};
|
|
10
|
-
if (
|
|
11
|
-
}, [
|
|
12
|
-
let
|
|
13
|
-
|
|
11
|
+
if (f) return document.addEventListener("mousedown", e), () => document.removeEventListener("mousedown", e);
|
|
12
|
+
}, [f]);
|
|
13
|
+
let g = (e) => {
|
|
14
|
+
l && l(e), p(!1);
|
|
14
15
|
};
|
|
15
|
-
return /* @__PURE__ */
|
|
16
|
+
return /* @__PURE__ */ o("div", {
|
|
16
17
|
className: "relative",
|
|
17
|
-
ref:
|
|
18
|
-
children: [/* @__PURE__ */
|
|
19
|
-
onClick: () =>
|
|
20
|
-
className: `flex items-center gap-2 px-3 py-2 rounded-button hover:bg-bg-sunken transition-colors ${
|
|
21
|
-
"aria-label": "Change language",
|
|
22
|
-
"aria-expanded":
|
|
23
|
-
children:
|
|
18
|
+
ref: m,
|
|
19
|
+
children: [/* @__PURE__ */ a("button", {
|
|
20
|
+
onClick: () => p(!f),
|
|
21
|
+
className: `flex items-center gap-2 px-3 py-2 rounded-button hover:bg-bg-sunken transition-colors ${f ? "bg-bg-sunken" : ""}`,
|
|
22
|
+
"aria-label": d("languageSwitcher.change", "Change language"),
|
|
23
|
+
"aria-expanded": f,
|
|
24
|
+
children: u ? /* @__PURE__ */ a("svg", {
|
|
24
25
|
className: "size-5 text-text-primary",
|
|
25
26
|
fill: "none",
|
|
26
27
|
stroke: "currentColor",
|
|
27
28
|
viewBox: "0 0 24 24",
|
|
28
|
-
children: /* @__PURE__ */
|
|
29
|
+
children: /* @__PURE__ */ a("path", {
|
|
29
30
|
strokeLinecap: "round",
|
|
30
31
|
strokeLinejoin: "round",
|
|
31
32
|
strokeWidth: 2,
|
|
32
33
|
d: "M3 5h12M9 3v2m1.048 9.5A18.022 18.022 0 016.412 9m6.088 9h7M11 21l5-10 5 10M12.751 5C11.783 10.77 8.07 15.61 3 18.129"
|
|
33
34
|
})
|
|
34
|
-
}) : /* @__PURE__ */
|
|
35
|
+
}) : /* @__PURE__ */ o(i, { children: [/* @__PURE__ */ a("span", {
|
|
35
36
|
className: "text-body-sm font-medium text-text-primary uppercase",
|
|
36
|
-
children:
|
|
37
|
-
}), /* @__PURE__ */
|
|
38
|
-
className: `w-4 h-4 text-text-secondary transition-transform ${
|
|
37
|
+
children: h?.code
|
|
38
|
+
}), /* @__PURE__ */ a("svg", {
|
|
39
|
+
className: `w-4 h-4 text-text-secondary transition-transform ${f ? "rotate-180" : ""}`,
|
|
39
40
|
fill: "none",
|
|
40
41
|
stroke: "currentColor",
|
|
41
42
|
viewBox: "0 0 24 24",
|
|
42
|
-
children: /* @__PURE__ */
|
|
43
|
+
children: /* @__PURE__ */ a("path", {
|
|
43
44
|
strokeLinecap: "round",
|
|
44
45
|
strokeLinejoin: "round",
|
|
45
46
|
strokeWidth: 2,
|
|
46
47
|
d: "M19 9l-7 7-7-7"
|
|
47
48
|
})
|
|
48
49
|
})] })
|
|
49
|
-
}),
|
|
50
|
+
}), f && /* @__PURE__ */ o("div", {
|
|
50
51
|
className: "absolute right-0 mt-2 w-[calc(100vw-1.5rem)] sm:w-64 max-w-64 bg-bg-elevated border border-border-subtle rounded-card shadow-[var(--shadow-elevation-4)] z-50 py-2 overflow-hidden animate-in fade-in-0 zoom-in-95 slide-in-from-top-2 duration-200",
|
|
51
|
-
children: [/* @__PURE__ */
|
|
52
|
+
children: [/* @__PURE__ */ a("div", {
|
|
52
53
|
className: "px-4 py-2 border-b border-border-subtle",
|
|
53
|
-
children: /* @__PURE__ */
|
|
54
|
+
children: /* @__PURE__ */ a("p", {
|
|
54
55
|
className: "text-[11px] font-medium text-text-muted uppercase tracking-wider",
|
|
55
|
-
children: "Select Language"
|
|
56
|
+
children: d("languageSwitcher.title", "Select Language")
|
|
56
57
|
})
|
|
57
|
-
}), /* @__PURE__ */
|
|
58
|
+
}), /* @__PURE__ */ a("div", {
|
|
58
59
|
className: "py-1 max-h-96 overflow-y-auto",
|
|
59
|
-
children:
|
|
60
|
-
onClick: () =>
|
|
61
|
-
className: `w-full flex items-center gap-3 px-4 py-2.5 text-body-sm transition-colors ${e.code ===
|
|
60
|
+
children: s.map((e) => /* @__PURE__ */ o("button", {
|
|
61
|
+
onClick: () => g(e),
|
|
62
|
+
className: `w-full flex items-center gap-3 px-4 py-2.5 text-body-sm transition-colors ${e.code === c ? "bg-[var(--color-accent-soft)] text-text-primary font-medium" : "text-text-primary hover:bg-bg-sunken"}`,
|
|
62
63
|
children: [
|
|
63
|
-
e.flag && /* @__PURE__ */
|
|
64
|
+
e.flag && /* @__PURE__ */ a("span", {
|
|
64
65
|
className: "text-xl flex-shrink-0",
|
|
65
66
|
children: e.flag
|
|
66
67
|
}),
|
|
67
|
-
/* @__PURE__ */
|
|
68
|
+
/* @__PURE__ */ o("div", {
|
|
68
69
|
className: "flex-1 text-left min-w-0",
|
|
69
|
-
children: [/* @__PURE__ */
|
|
70
|
+
children: [/* @__PURE__ */ a("p", {
|
|
70
71
|
className: "font-medium truncate",
|
|
71
72
|
children: e.name
|
|
72
|
-
}), /* @__PURE__ */
|
|
73
|
+
}), /* @__PURE__ */ a("p", {
|
|
73
74
|
className: "text-xs text-text-secondary truncate",
|
|
74
75
|
children: e.nativeName
|
|
75
76
|
})]
|
|
76
77
|
}),
|
|
77
|
-
e.code ===
|
|
78
|
+
e.code === c && /* @__PURE__ */ a("svg", {
|
|
78
79
|
className: "size-5 text-action-primary-bg flex-shrink-0",
|
|
79
80
|
fill: "currentColor",
|
|
80
81
|
viewBox: "0 0 20 20",
|
|
81
|
-
children: /* @__PURE__ */
|
|
82
|
+
children: /* @__PURE__ */ a("path", {
|
|
82
83
|
fillRule: "evenodd",
|
|
83
84
|
d: "M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z",
|
|
84
85
|
clipRule: "evenodd"
|
|
@@ -91,4 +92,4 @@ var o = ({ languages: o, currentLanguage: s, onLanguageChange: c, compact: l = !
|
|
|
91
92
|
});
|
|
92
93
|
};
|
|
93
94
|
//#endregion
|
|
94
|
-
export {
|
|
95
|
+
export { s as LanguageSwitcher };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PersonaSurfaceControls.d.ts","sourceRoot":"","sources":["../../src/chrome/PersonaSurfaceControls.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;GAgBG;
|
|
1
|
+
{"version":3,"file":"PersonaSurfaceControls.d.ts","sourceRoot":"","sources":["../../src/chrome/PersonaSurfaceControls.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;GAgBG;AAmBH,MAAM,WAAW,2BAA2B;IAC1C,sEAAsE;IACtE,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,+DAA+D;IAC/D,cAAc,CAAC,EAAE,MAAM,CAAC;CACzB;AAqWD,wBAAgB,sBAAsB,CAAC,EACrC,eAAe,EACf,cAAc,GACf,EAAE,2BAA2B,kDAkD7B;AAED;;;;GAIG;AACH,wBAAgB,qBAAqB,mDAyBpC"}
|