@pod-os/elements 0.1.2-da0e5dd.0 → 0.1.2-fcdc790.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.
@@ -0,0 +1,6 @@
1
+ import { BrokenFile } from '@pod-os/core';
2
+ interface Props {
3
+ file: BrokenFile;
4
+ }
5
+ export declare const BrokenImage: ({ file }: Props) => any;
6
+ export {};
@@ -4,6 +4,7 @@ export declare class PosImage {
4
4
  src: string;
5
5
  os: PodOS;
6
6
  private dataUri;
7
+ private brokenFile;
7
8
  private error;
8
9
  private loading;
9
10
  initializeOsEmitter: EventEmitter;
@@ -1,7 +1,7 @@
1
1
  /// <reference types="jest" />
2
2
  export declare function mockPodOS(): {
3
3
  fetch: jest.Mock<any, any>;
4
- fetchBlob: jest.Mock<any, any>;
4
+ fetchFile: jest.Mock<any, any>;
5
5
  store: {
6
6
  get: jest.Mock<any, any>;
7
7
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pod-os/elements",
3
- "version": "0.1.2-da0e5dd.0",
3
+ "version": "0.1.2-fcdc790.0",
4
4
  "description": "Stencil Component Starter",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/custom-elements/index.js",