@pipelinesolucoes/display 1.0.7 → 1.0.8

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.
package/dist/index.d.ts CHANGED
@@ -1,6 +1,7 @@
1
1
  import '@pipelinesolucoes/theme';
2
2
  export { default as ModalMotion } from "./components/ModalMotion";
3
- export { default as VisualizadorPdf } from "./components/VisualizadorPdf";
3
+ export { VisualizadorPdfBase } from "./components/VisualizadorPdfBase";
4
+ export type { VisualizadorPdfBaseProps } from "./components/VisualizadorPdfBase";
4
5
  export type { BorderProps } from "./types/style/BorderProps";
5
6
  export type { LayoutProps } from "./types/style/LayoutProps";
6
7
  export type { ColorProps } from "./types/style/ColorProps";
package/dist/index.js CHANGED
@@ -1,4 +1,4 @@
1
1
  import '@pipelinesolucoes/theme';
2
2
  export { default as ModalMotion } from "./components/ModalMotion";
3
- export { default as VisualizadorPdf } from "./components/VisualizadorPdf";
3
+ export { VisualizadorPdfBase } from "./components/VisualizadorPdfBase";
4
4
  //# sourceMappingURL=index.js.map
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AACA,OAAO,yBAAyB,CAAC;AAEjC,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,0BAA0B,CAAC;AAClE,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,8BAA8B,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AACA,OAAO,yBAAyB,CAAC;AAEjC,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,0BAA0B,CAAC;AAClE,OAAO,EAAE,mBAAmB,EAAE,MAAM,kCAAkC,CAAC"}