@atelier-ui/vue 0.0.29 → 0.0.30

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.
@@ -1,3 +1,9 @@
1
- declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
1
+ interface LlmChatTypingProps {
2
+ /** When true, renders as an inline cursor without bubble chrome. */
3
+ inline?: boolean;
4
+ }
5
+ declare const _default: import('vue').DefineComponent<LlmChatTypingProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<LlmChatTypingProps> & Readonly<{}>, {
6
+ inline: boolean;
7
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
2
8
  export default _default;
3
9
  //# sourceMappingURL=llm-chat-typing.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"llm-chat-typing.vue.d.ts","sourceRoot":"","sources":["../../../../../../../../libs/vue/src/lib/chat/llm-chat-typing.vue"],"names":[],"mappings":";AAkEA,wBAMG"}
1
+ {"version":3,"file":"llm-chat-typing.vue.d.ts","sourceRoot":"","sources":["../../../../../../../../libs/vue/src/lib/chat/llm-chat-typing.vue"],"names":[],"mappings":"AAkCA,UAAU,kBAAkB;IAC1B,oEAAoE;IACpE,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB;;YADU,OAAO;;AAqElB,wBAQG"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atelier-ui/vue",
3
- "version": "0.0.29",
3
+ "version": "0.0.30",
4
4
  "description": "Atelier UI component library for Vue 3 — LLM-optimised, accessible, design-token-driven",
5
5
  "keywords": [
6
6
  "vue",