@alpaca-editor/core 1.0.3982 → 1.0.3983

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.
@@ -39,7 +39,7 @@ export function PictureFieldEditor({ field, readOnly, }) {
39
39
  rawValue: JSON.stringify(raw),
40
40
  refresh: "immediate",
41
41
  });
42
- }, icon: "pi pi-trash", label: "Remove" })] }))] }, variant.name))) }), _jsxs("div", { className: "mt-2", children: [_jsx("div", { className: "mb-1", children: "Alt Text" }), _jsx(InputText, { value: altText, disabled: readOnly, className: "focus-shadow bg-gray-5 p-1.5 text-sm", style: { width: "100%" }, onChange: (e) => {
42
+ }, icon: "pi pi-trash", label: "Remove" })] }))] }, variant.name))) }), _jsxs("div", { className: "mt-2", children: [_jsx("div", { className: "mb-1", children: "Alt Text" }), _jsx(InputText, { value: altText, disabled: readOnly, className: "focus-shadow bg-gray-5 p-1.5 text-xs", style: { width: "100%" }, onChange: (e) => {
43
43
  setAltText(e.target.value);
44
44
  const raw = field?.rawValue
45
45
  ? JSON.parse(field?.rawValue)
@@ -1,2 +1,2 @@
1
- export declare const version = "1.0.3982";
2
- export declare const buildDate = "2025-07-07 08:22:50";
1
+ export declare const version = "1.0.3983";
2
+ export declare const buildDate = "2025-07-08 01:46:23";
package/dist/revision.js CHANGED
@@ -1,3 +1,3 @@
1
- export const version = "1.0.3982";
2
- export const buildDate = "2025-07-07 08:22:50";
1
+ export const version = "1.0.3983";
2
+ export const buildDate = "2025-07-08 01:46:23";
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.3982",
3
+ "version": "1.0.3983",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -97,7 +97,7 @@ export function PictureFieldEditor({
97
97
  key={item!.id + field.id + item!.language + item!.version}
98
98
  value={altText}
99
99
  disabled={readOnly}
100
- className="focus-shadow bg-gray-5 p-1.5 text-sm"
100
+ className="focus-shadow bg-gray-5 p-1.5 text-xs"
101
101
  style={{ width: "100%" }}
102
102
  onChange={(e) => {
103
103
  setAltText(e.target.value);
package/src/revision.ts CHANGED
@@ -1,2 +1,2 @@
1
- export const version = "1.0.3982";
2
- export const buildDate = "2025-07-07 08:22:50";
1
+ export const version = "1.0.3983";
2
+ export const buildDate = "2025-07-08 01:46:23";