beeple-toolkit 1.0.50 → 1.0.51

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.
@@ -332,6 +332,8 @@ export interface UploadDocumentProps {
332
332
  label?: string;
333
333
  urlLabel?: string;
334
334
  modelValue?: string;
335
+ /** Seed the "file selected" display from just a filename (e.g. a file chosen on a previous step, kept as base64). Display-only: no File is fabricated and no files/update:modelValue is emitted. */
336
+ fileName?: string;
335
337
  accept?: string;
336
338
  multiple?: boolean;
337
339
  disabled?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "beeple-toolkit",
3
- "version": "1.0.50",
3
+ "version": "1.0.51",
4
4
  "description": "Vue 3 component library beeple-toolkit",
5
5
  "keywords": [
6
6
  "vue",