@alpaca-editor/core 1.0.4155 → 1.0.4156

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,6 +1,6 @@
1
1
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
2
  // Dancing dots component for streaming indicator
3
3
  export function DancingDots() {
4
- return (_jsx("div", { className: "sticky right-0 bottom-0 left-0 z-10 flex justify-end bg-white/80 px-4 py-2", children: _jsxs("div", { className: "flex items-center gap-1", children: [_jsx("div", { className: "h-1 w-1 animate-bounce rounded-full bg-gray-400 [animation-delay:-0.3s]" }), _jsx("div", { className: "h-1 w-1 animate-bounce rounded-full bg-gray-400 [animation-delay:-0.15s]" }), _jsx("div", { className: "h-1 w-1 animate-bounce rounded-full bg-gray-400" })] }) }));
4
+ return (_jsx("div", { className: "sticky right-0 bottom-0 left-0 z-10 flex justify-start bg-white/80 px-4 py-2", children: _jsxs("div", { className: "flex items-center gap-1", children: [_jsx("div", { className: "h-1 w-1 animate-bounce rounded-full bg-gray-400 [animation-delay:-0.3s]" }), _jsx("div", { className: "h-1 w-1 animate-bounce rounded-full bg-gray-400 [animation-delay:-0.15s]" }), _jsx("div", { className: "h-1 w-1 animate-bounce rounded-full bg-gray-400" })] }) }));
5
5
  }
6
6
  //# sourceMappingURL=DancingDots.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"DancingDots.js","sourceRoot":"","sources":["../../../src/editor/ai/DancingDots.tsx"],"names":[],"mappings":";AAEA,iDAAiD;AACjD,MAAM,UAAU,WAAW;IACzB,OAAO,CACL,cAAK,SAAS,EAAC,4EAA4E,YACzF,eAAK,SAAS,EAAC,yBAAyB,aACtC,cAAK,SAAS,EAAC,yEAAyE,GAAO,EAC/F,cAAK,SAAS,EAAC,0EAA0E,GAAO,EAChG,cAAK,SAAS,EAAC,iDAAiD,GAAO,IACnE,GACF,CACP,CAAC;AACJ,CAAC"}
1
+ {"version":3,"file":"DancingDots.js","sourceRoot":"","sources":["../../../src/editor/ai/DancingDots.tsx"],"names":[],"mappings":";AAEA,iDAAiD;AACjD,MAAM,UAAU,WAAW;IACzB,OAAO,CACL,cAAK,SAAS,EAAC,8EAA8E,YAC3F,eAAK,SAAS,EAAC,yBAAyB,aACtC,cAAK,SAAS,EAAC,yEAAyE,GAAO,EAC/F,cAAK,SAAS,EAAC,0EAA0E,GAAO,EAChG,cAAK,SAAS,EAAC,iDAAiD,GAAO,IACnE,GACF,CACP,CAAC;AACJ,CAAC"}
@@ -1,2 +1,2 @@
1
- export declare const version = "1.0.4155";
2
- export declare const buildDate = "2025-10-09 02:03:50";
1
+ export declare const version = "1.0.4156";
2
+ export declare const buildDate = "2025-10-09 07:43:46";
package/dist/revision.js CHANGED
@@ -1,3 +1,3 @@
1
- export const version = "1.0.4155";
2
- export const buildDate = "2025-10-09 02:03:50";
1
+ export const version = "1.0.4156";
2
+ export const buildDate = "2025-10-09 07:43:46";
3
3
  //# sourceMappingURL=revision.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alpaca-editor/core",
3
- "version": "1.0.4155",
3
+ "version": "1.0.4156",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -3,7 +3,7 @@ import React from "react";
3
3
  // Dancing dots component for streaming indicator
4
4
  export function DancingDots() {
5
5
  return (
6
- <div className="sticky right-0 bottom-0 left-0 z-10 flex justify-end bg-white/80 px-4 py-2">
6
+ <div className="sticky right-0 bottom-0 left-0 z-10 flex justify-start bg-white/80 px-4 py-2">
7
7
  <div className="flex items-center gap-1">
8
8
  <div className="h-1 w-1 animate-bounce rounded-full bg-gray-400 [animation-delay:-0.3s]"></div>
9
9
  <div className="h-1 w-1 animate-bounce rounded-full bg-gray-400 [animation-delay:-0.15s]"></div>
package/src/revision.ts CHANGED
@@ -1,2 +1,2 @@
1
- export const version = "1.0.4155";
2
- export const buildDate = "2025-10-09 02:03:50";
1
+ export const version = "1.0.4156";
2
+ export const buildDate = "2025-10-09 07:43:46";