@gram-ai/elements 1.3.0 → 1.5.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/elements.cjs +11 -11
- package/dist/elements.css +1 -1
- package/dist/elements.js +1215 -1123
- package/dist/index.d.ts +1 -1
- package/dist/{models-DBbuJvSc.js → models-cel0aeUV.js} +13 -13
- package/dist/server.cjs +33 -33
- package/dist/server.js +9637 -9636
- package/dist/types/index.d.ts +29 -2
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export { ElementsProvider as GramElementsProvider } from './contexts/ElementsProvider';
|
|
2
2
|
export { useElements as useGramElements } from './contexts/ElementsProvider';
|
|
3
3
|
export { Chat } from './components/Chat';
|
|
4
|
-
export type { ElementsConfig, ComposerConfig, ModalConfig, ToolsConfig, ModelConfig, WelcomeConfig, Suggestion, } from './types';
|
|
4
|
+
export type { ElementsConfig, ComposerConfig, ModalConfig, ToolsConfig, ModelConfig, WelcomeConfig, Suggestion, Model, ModalTriggerPosition, } from './types';
|
|
@@ -6525,19 +6525,19 @@ export {
|
|
|
6525
6525
|
Fo as gi,
|
|
6526
6526
|
T as gj,
|
|
6527
6527
|
rd as gk,
|
|
6528
|
-
|
|
6529
|
-
|
|
6530
|
-
|
|
6531
|
-
|
|
6532
|
-
|
|
6533
|
-
|
|
6534
|
-
|
|
6535
|
-
|
|
6536
|
-
|
|
6537
|
-
|
|
6538
|
-
|
|
6539
|
-
|
|
6540
|
-
|
|
6528
|
+
ed as gl,
|
|
6529
|
+
ct as gm,
|
|
6530
|
+
Kp as gn,
|
|
6531
|
+
is as go,
|
|
6532
|
+
Qo as gp,
|
|
6533
|
+
ve as gq,
|
|
6534
|
+
lt as gr,
|
|
6535
|
+
Pl as gs,
|
|
6536
|
+
xl as gt,
|
|
6537
|
+
b as gu,
|
|
6538
|
+
jl as gv,
|
|
6539
|
+
Jt as gw,
|
|
6540
|
+
Tl as gx,
|
|
6541
6541
|
Fi as h,
|
|
6542
6542
|
Li as i,
|
|
6543
6543
|
ps as j,
|