@burdenoff/fe-libs 2026.718.2 → 2026.719.1

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.
@@ -23,6 +23,18 @@ export interface FooterColumn {
23
23
  /** Links in this column */
24
24
  links: FooterLink[];
25
25
  }
26
+ /**
27
+ * Compute the desktop grid column count so the brand column (which spans 2
28
+ * tracks) and every link column sit on a SINGLE row.
29
+ *
30
+ * The previous fixed `lg:grid-cols-5` only fit 3 link columns (2 brand + 3 = 5);
31
+ * a 4-column footer (Product / Resources / Company / Legal) overflowed the 4th
32
+ * column onto a second row. Total tracks needed = 2 (brand) + link columns.
33
+ *
34
+ * Class strings are returned as literals so the consuming app's Tailwind JIT
35
+ * (which scans `@burdenoff/fe-libs/dist`) always generates them.
36
+ */
37
+ export declare function footerLgGridColsClass(columnCount: number): string;
26
38
  /**
27
39
  * Social Link Interface
28
40
  */
@@ -1 +1 @@
1
- {"version":3,"file":"Footer.d.ts","sourceRoot":"","sources":["../../src/chrome/Footer.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAI3C;;GAEG;AACH,MAAM,WAAW,UAAU;IACzB,wBAAwB;IACxB,EAAE,EAAE,MAAM,CAAC;IACX,oBAAoB;IACpB,KAAK,EAAE,MAAM,CAAC;IACd,kBAAkB;IAClB,IAAI,EAAE,MAAM,CAAC;IACb,oCAAoC;IACpC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,kBAAkB;IAClB,IAAI,CAAC,EAAE,SAAS,CAAC;CAClB;AAED;;GAEG;AACH,MAAM,WAAW,YAAY;IAC3B,mBAAmB;IACnB,KAAK,EAAE,MAAM,CAAC;IACd,2BAA2B;IAC3B,KAAK,EAAE,UAAU,EAAE,CAAC;CACrB;AAED;;GAEG;AACH,MAAM,WAAW,UAAU;IACzB,0BAA0B;IAC1B,EAAE,EAAE,MAAM,CAAC;IACX,oBAAoB;IACpB,KAAK,EAAE,MAAM,CAAC;IACd,UAAU;IACV,IAAI,EAAE,MAAM,CAAC;IACb,qBAAqB;IACrB,IAAI,EAAE,SAAS,CAAC;CACjB;AAED;;GAEG;AACH,MAAM,WAAW,WAAW;IAC1B,2BAA2B;IAC3B,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB,2BAA2B;IAC3B,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,sBAAsB;IACtB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,gCAAgC;IAChC,OAAO,CAAC,EAAE,YAAY,EAAE,CAAC;IACzB,yBAAyB;IACzB,WAAW,CAAC,EAAE,UAAU,EAAE,CAAC;IAC3B,4DAA4D;IAC5D,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,gCAAgC;IAChC,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,4BAA4B;IAC5B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,gDAAgD;IAChD,OAAO,CAAC,EAAE;QACR,SAAS,CAAC,EAAE,MAAM,CAAC;QACnB,OAAO,CAAC,EAAE,MAAM,CAAC;QACjB,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,GAAG,SAAS,CAAC;KACnC,CAAC;IACF,6CAA6C;IAC7C,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,0DAA0D;IAC1D,UAAU,CAAC,EAAE,CAAC,KAAK,EAAE;QACnB,IAAI,EAAE,MAAM,CAAC;QACb,QAAQ,CAAC,EAAE,OAAO,CAAC;QACnB,QAAQ,EAAE,SAAS,CAAC;QACpB,SAAS,CAAC,EAAE,MAAM,CAAC;KACpB,KAAK,SAAS,CAAC;CACjB;AAED;;GAEG;AACH,eAAO,MAAM,sBAAsB,EAAE,YAAY,EAgDhD,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,oBAAoB,EAAE,UAAU,EAmB5C,CAAC;AAEF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA2CG;AACH,eAAO,MAAM,MAAM,EAAE,EAAE,CAAC,WAAW,CA4IlC,CAAC"}
1
+ {"version":3,"file":"Footer.d.ts","sourceRoot":"","sources":["../../src/chrome/Footer.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAI3C;;GAEG;AACH,MAAM,WAAW,UAAU;IACzB,wBAAwB;IACxB,EAAE,EAAE,MAAM,CAAC;IACX,oBAAoB;IACpB,KAAK,EAAE,MAAM,CAAC;IACd,kBAAkB;IAClB,IAAI,EAAE,MAAM,CAAC;IACb,oCAAoC;IACpC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,kBAAkB;IAClB,IAAI,CAAC,EAAE,SAAS,CAAC;CAClB;AAED;;GAEG;AACH,MAAM,WAAW,YAAY;IAC3B,mBAAmB;IACnB,KAAK,EAAE,MAAM,CAAC;IACd,2BAA2B;IAC3B,KAAK,EAAE,UAAU,EAAE,CAAC;CACrB;AAED;;;;;;;;;;GAUG;AACH,wBAAgB,qBAAqB,CAAC,WAAW,EAAE,MAAM,GAAG,MAAM,CAYjE;AAED;;GAEG;AACH,MAAM,WAAW,UAAU;IACzB,0BAA0B;IAC1B,EAAE,EAAE,MAAM,CAAC;IACX,oBAAoB;IACpB,KAAK,EAAE,MAAM,CAAC;IACd,UAAU;IACV,IAAI,EAAE,MAAM,CAAC;IACb,qBAAqB;IACrB,IAAI,EAAE,SAAS,CAAC;CACjB;AAED;;GAEG;AACH,MAAM,WAAW,WAAW;IAC1B,2BAA2B;IAC3B,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB,2BAA2B;IAC3B,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,sBAAsB;IACtB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,gCAAgC;IAChC,OAAO,CAAC,EAAE,YAAY,EAAE,CAAC;IACzB,yBAAyB;IACzB,WAAW,CAAC,EAAE,UAAU,EAAE,CAAC;IAC3B,4DAA4D;IAC5D,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,gCAAgC;IAChC,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,4BAA4B;IAC5B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,gDAAgD;IAChD,OAAO,CAAC,EAAE;QACR,SAAS,CAAC,EAAE,MAAM,CAAC;QACnB,OAAO,CAAC,EAAE,MAAM,CAAC;QACjB,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,GAAG,SAAS,CAAC;KACnC,CAAC;IACF,6CAA6C;IAC7C,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,0DAA0D;IAC1D,UAAU,CAAC,EAAE,CAAC,KAAK,EAAE;QACnB,IAAI,EAAE,MAAM,CAAC;QACb,QAAQ,CAAC,EAAE,OAAO,CAAC;QACnB,QAAQ,EAAE,SAAS,CAAC;QACpB,SAAS,CAAC,EAAE,MAAM,CAAC;KACpB,KAAK,SAAS,CAAC;CACjB;AAED;;GAEG;AACH,eAAO,MAAM,sBAAsB,EAAE,YAAY,EAgDhD,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,oBAAoB,EAAE,UAAU,EAmB5C,CAAC;AAEF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA2CG;AACH,eAAO,MAAM,MAAM,EAAE,EAAE,CAAC,WAAW,CA+IlC,CAAC"}
@@ -2,7 +2,18 @@ import { PluginFooterStrip as e } from "./PluginFooterStrip.js";
2
2
  import { ExternalLink as t, Github as n, MessageCircle as r, Twitter as i } from "lucide-react";
3
3
  import { jsx as a, jsxs as o } from "react/jsx-runtime";
4
4
  //#region src/chrome/Footer.tsx
5
- var s = [
5
+ function s(e) {
6
+ return {
7
+ 0: "lg:grid-cols-2",
8
+ 1: "lg:grid-cols-3",
9
+ 2: "lg:grid-cols-4",
10
+ 3: "lg:grid-cols-5",
11
+ 4: "lg:grid-cols-6",
12
+ 5: "lg:grid-cols-7",
13
+ 6: "lg:grid-cols-8"
14
+ }[e] ?? "lg:grid-cols-6";
15
+ }
16
+ var c = [
6
17
  {
7
18
  title: "Products",
8
19
  links: [
@@ -82,7 +93,7 @@ var s = [
82
93
  }
83
94
  ]
84
95
  }
85
- ], c = [
96
+ ], l = [
86
97
  {
87
98
  id: "twitter",
88
99
  label: "Twitter",
@@ -101,8 +112,8 @@ var s = [
101
112
  href: "https://discord.gg/burdenoff",
102
113
  icon: /* @__PURE__ */ a(r, { className: "size-5" })
103
114
  }
104
- ], l = ({ logo: n, productName: r = "Burdenoff Workspaces", tagline: i = "Enterprise collaboration made simple", columns: l = s, socialLinks: u = c, copyright: d, version: f, buildInfo: p, context: m, children: h, renderLink: g }) => {
105
- let _ = (/* @__PURE__ */ new Date()).getFullYear(), v = d ?? `${_} Burdenoff. All rights reserved.`, y = g ?? (({ href: e, external: t, children: n, className: r }) => /* @__PURE__ */ a("a", {
115
+ ], u = ({ logo: n, productName: r = "Burdenoff Workspaces", tagline: i = "Enterprise collaboration made simple", columns: u = c, socialLinks: d = l, copyright: f, version: p, buildInfo: m, context: h, children: g, renderLink: _ }) => {
116
+ let v = (/* @__PURE__ */ new Date()).getFullYear(), y = f ?? `${v} Burdenoff. All rights reserved.`, b = _ ?? (({ href: e, external: t, children: n, className: r }) => /* @__PURE__ */ a("a", {
106
117
  href: e,
107
118
  target: t ? "_blank" : void 0,
108
119
  rel: t ? "noopener noreferrer" : void 0,
@@ -115,7 +126,7 @@ var s = [
115
126
  /* @__PURE__ */ a("div", {
116
127
  className: "max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-12",
117
128
  children: /* @__PURE__ */ o("div", {
118
- className: "grid grid-cols-2 lg:grid-cols-5 gap-8",
129
+ className: `grid grid-cols-2 ${s(u.length)} gap-8`,
119
130
  children: [/* @__PURE__ */ o("div", {
120
131
  className: "col-span-2",
121
132
  children: [
@@ -133,9 +144,9 @@ var s = [
133
144
  className: "text-text-secondary text-sm mb-6 max-w-xs",
134
145
  children: i
135
146
  }),
136
- u.length > 0 && /* @__PURE__ */ a("div", {
147
+ d.length > 0 && /* @__PURE__ */ a("div", {
137
148
  className: "flex items-center gap-4",
138
- children: u.map((e) => /* @__PURE__ */ a("a", {
149
+ children: d.map((e) => /* @__PURE__ */ a("a", {
139
150
  href: e.href,
140
151
  target: "_blank",
141
152
  rel: "noopener noreferrer",
@@ -145,12 +156,12 @@ var s = [
145
156
  }, e.id))
146
157
  })
147
158
  ]
148
- }), l.map((e) => /* @__PURE__ */ o("div", { children: [/* @__PURE__ */ a("h3", {
159
+ }), u.map((e) => /* @__PURE__ */ o("div", { children: [/* @__PURE__ */ a("h3", {
149
160
  className: "text-sm font-semibold text-text-primary mb-4",
150
161
  children: e.title
151
162
  }), /* @__PURE__ */ a("ul", {
152
163
  className: "space-y-3",
153
- children: e.links.map((e) => /* @__PURE__ */ a("li", { children: /* @__PURE__ */ o(y, {
164
+ children: e.links.map((e) => /* @__PURE__ */ a("li", { children: /* @__PURE__ */ o(b, {
154
165
  href: e.href,
155
166
  external: e.external,
156
167
  className: "text-sm text-text-secondary hover:text-text-primary transition-colors inline-flex items-center gap-1",
@@ -173,11 +184,11 @@ var s = [
173
184
  children: [
174
185
  /* @__PURE__ */ a("div", {
175
186
  className: "flex items-center gap-2",
176
- children: /* @__PURE__ */ o("span", { children: ["© ", v] })
187
+ children: /* @__PURE__ */ o("span", { children: ["© ", y] })
177
188
  }),
178
- m && Object.values(m).some(Boolean) && /* @__PURE__ */ a("div", {
189
+ h && Object.values(h).some(Boolean) && /* @__PURE__ */ a("div", {
179
190
  className: "flex items-center gap-3",
180
- children: Object.entries(m).map(([e, t]) => t && /* @__PURE__ */ o("div", {
191
+ children: Object.entries(h).map(([e, t]) => t && /* @__PURE__ */ o("div", {
181
192
  className: "flex items-center gap-1",
182
193
  children: [/* @__PURE__ */ o("span", {
183
194
  className: "capitalize",
@@ -191,21 +202,21 @@ var s = [
191
202
  /* @__PURE__ */ o("div", {
192
203
  className: "flex items-center gap-3",
193
204
  children: [
194
- f && /* @__PURE__ */ a("span", { children: f }),
195
- f && p && /* @__PURE__ */ a("span", {
205
+ p && /* @__PURE__ */ a("span", { children: p }),
206
+ p && m && /* @__PURE__ */ a("span", {
196
207
  className: "text-border-subtle",
197
208
  children: "|"
198
209
  }),
199
- p && /* @__PURE__ */ o("span", { children: ["Build ", p] })
210
+ m && /* @__PURE__ */ o("span", { children: ["Build ", m] })
200
211
  ]
201
212
  })
202
213
  ]
203
214
  })
204
215
  })
205
216
  }),
206
- h
217
+ g
207
218
  ]
208
219
  });
209
220
  };
210
221
  //#endregion
211
- export { s as DEFAULT_FOOTER_COLUMNS, c as DEFAULT_SOCIAL_LINKS, l as Footer };
222
+ export { c as DEFAULT_FOOTER_COLUMNS, l as DEFAULT_SOCIAL_LINKS, u as Footer };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@burdenoff/fe-libs",
3
- "version": "2026.718.2",
3
+ "version": "2026.719.1",
4
4
  "description": "Burdenoff frontend primitives and domain libraries",
5
5
  "type": "module",
6
6
  "imports": {