@alfadocs/ui-kit 0.19.0 → 0.20.0
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/_commonjsHelpers-DaMA6jEr.js +9 -0
- package/dist/_chunks/{ai-prompt-input-B-w5Rx3V.js → ai-prompt-input-B5MdixzR.js} +2 -2
- package/dist/_chunks/{leo-sidebar-DIsiTju3.js → alia-sidebar-Bof6TlFx.js} +211 -211
- package/dist/_chunks/{chat-message-g3lxpXM_.js → chat-message-ChOnwqf_.js} +5 -5
- package/dist/_chunks/editable-currency-cell-renderer-CqMs0Y8L.js +1590 -0
- package/dist/_chunks/{email-input-DKN5JERd.js → email-input-DvJ_kPKL.js} +2 -2
- package/dist/_chunks/exceljs.min-DUJ-5CGx.js +23045 -0
- package/dist/_chunks/file-spreadsheet-zUkY8rJ2.js +25 -0
- package/dist/_chunks/{file-upload-nMh-1jDD.js → file-upload-DxAQprcU.js} +103 -122
- package/dist/_chunks/html2canvas.esm-dgT_1dIT.js +4872 -0
- package/dist/_chunks/{index-CFoBa86t.js → index-BcMWc8W2.js} +2 -2
- package/dist/_chunks/index.es-B8zMZ1wV.js +6694 -0
- package/dist/_chunks/jspdf.es.min-DaapWjR1.js +10007 -0
- package/dist/_chunks/jspdf.plugin.autotable-CSiDNyPn.js +1088 -0
- package/dist/_chunks/{map-view-DVP-Kp9l.js → map-view-CcwycFQX.js} +2 -2
- package/dist/_chunks/{purify.es-DpIUMBYC.js → purify.es-Cm3utOpm.js} +2 -2
- package/dist/_chunks/{rich-text-editor-C7TCIlQO.js → rich-text-editor-J-wAz9eN.js} +22 -22
- package/dist/_chunks/{suggestion-chip-C4Jz0LrM.js → suggestion-chip-C4kxWUIs.js} +2 -2
- package/dist/agent-catalog.json +1 -1
- package/dist/components/ai-prompt-input/index.js +1 -1
- package/dist/components/app-frame/app-frame.d.ts +1 -1
- package/dist/components/chat-container/chat-container.d.ts +1 -1
- package/dist/components/chat-message/chat-message.d.ts +1 -1
- package/dist/components/chat-message/index.js +1 -1
- package/dist/components/data-table/cell-renderers/editable-currency-cell-renderer.d.ts +23 -0
- package/dist/components/data-table/cell-renderers/editable-text-cell-renderer.d.ts +11 -0
- package/dist/components/data-table/cell-renderers/image-cell-renderer.d.ts +19 -0
- package/dist/components/data-table/cell-renderers/toggle-cell-renderer.d.ts +15 -3
- package/dist/components/data-table/data-table.d.ts +30 -3
- package/dist/components/data-table/filters/date-range-filter.d.ts +22 -0
- package/dist/components/data-table/index.d.ts +9 -2
- package/dist/components/data-table/index.js +18 -13
- package/dist/components/data-table/toolbar.d.ts +80 -1
- package/dist/components/email-input/index.js +1 -1
- package/dist/components/file-upload/index.js +1 -1
- package/dist/components/index.d.ts +1 -1
- package/dist/components/map-view/index.js +1 -1
- package/dist/components/rich-text-editor/index.js +1 -1
- package/dist/components/suggestion-chip/index.js +1 -1
- package/dist/i18n/config.js +47 -9
- package/dist/i18n/resources.d.ts +47 -9
- package/dist/index.js +395 -390
- package/dist/locales/de.json +3 -3
- package/dist/locales/en.json +22 -3
- package/dist/locales/it.json +22 -3
- package/dist/patterns/alia-assistant/alia-chat-surface.d.ts +3 -0
- package/dist/patterns/alia-assistant/alia-embedded.d.ts +13 -0
- package/dist/patterns/{leo-assistant/leo-popout.d.ts → alia-assistant/alia-popout.d.ts} +4 -4
- package/dist/patterns/{leo-assistant/leo-sidebar.d.ts → alia-assistant/alia-sidebar.d.ts} +10 -10
- package/dist/patterns/{leo-assistant/leo-types.d.ts → alia-assistant/alia-types.d.ts} +23 -23
- package/dist/patterns/alia-assistant/index.d.ts +20 -0
- package/dist/patterns/alia-assistant/index.js +8 -0
- package/dist/patterns/patient-shell/patient-shell.d.ts +1 -1
- package/dist/safe-html/index.js +6 -6
- package/dist/tokens.css +1 -1
- package/package.json +7 -4
- package/dist/_chunks/_commonjsHelpers-C6fGbg64.js +0 -7
- package/dist/_chunks/balance-cell-renderer-DJB6WDPe.js +0 -1015
- package/dist/patterns/leo-assistant/index.d.ts +0 -20
- package/dist/patterns/leo-assistant/index.js +0 -8
- package/dist/patterns/leo-assistant/leo-chat-surface.d.ts +0 -3
- package/dist/patterns/leo-assistant/leo-embedded.d.ts +0 -13
|
@@ -33,7 +33,7 @@ const _ = [
|
|
|
33
33
|
}
|
|
34
34
|
), E = h(
|
|
35
35
|
[
|
|
36
|
-
// Cap at 42rem on wide surfaces; on narrow docks (
|
|
36
|
+
// Cap at 42rem on wide surfaces; on narrow docks (Alia sidebar ≈22rem)
|
|
37
37
|
// leave room for the avatar column (size-8 = 32px = --spacing-xl) +
|
|
38
38
|
// `gap-sm` (8px = --spacing-sm) so avatars don't clip off the inline
|
|
39
39
|
// edge when the row is width-constrained.
|
|
@@ -132,7 +132,7 @@ const H = C(
|
|
|
132
132
|
...b,
|
|
133
133
|
children: [
|
|
134
134
|
t !== "system" && r ? r.slot ? (
|
|
135
|
-
// Consumer-supplied avatar node (e.g.
|
|
135
|
+
// Consumer-supplied avatar node (e.g. Alia's Sparkles tile).
|
|
136
136
|
r.slot
|
|
137
137
|
) : (
|
|
138
138
|
// Allow-list the src: LLM-supplied values can carry
|
|
@@ -154,7 +154,7 @@ const H = C(
|
|
|
154
154
|
// min-w-0 allows this flex item to shrink below its content's
|
|
155
155
|
// natural width — without it, a single unbreakable token (URL,
|
|
156
156
|
// CJK run, hash) can force the bubble wider than the parent
|
|
157
|
-
// and spill outside narrow containers like the
|
|
157
|
+
// and spill outside narrow containers like the Alia sidebar.
|
|
158
158
|
"ds:flex ds:flex-col ds:min-w-0",
|
|
159
159
|
t === "user" ? "ds:items-end" : t === "assistant" ? "ds:items-start" : "ds:items-center"
|
|
160
160
|
].join(" "),
|
|
@@ -168,7 +168,7 @@ const H = C(
|
|
|
168
168
|
// `break-words` (from bubbleVariants) handles soft hyphens;
|
|
169
169
|
// `overflow-wrap: anywhere` is the last-resort break for
|
|
170
170
|
// URLs, hashes, or CJK runs that would otherwise push the
|
|
171
|
-
// bubble wider than its parent in narrow docks like
|
|
171
|
+
// bubble wider than its parent in narrow docks like Alia.
|
|
172
172
|
"ds:[overflow-wrap:anywhere]"
|
|
173
173
|
].join(" "),
|
|
174
174
|
children: w
|
|
@@ -236,4 +236,4 @@ H.displayName = "ChatMessage";
|
|
|
236
236
|
export {
|
|
237
237
|
H as C
|
|
238
238
|
};
|
|
239
|
-
//# sourceMappingURL=chat-message-
|
|
239
|
+
//# sourceMappingURL=chat-message-ChOnwqf_.js.map
|