@nice2dev/ui-printing 1.1.5 → 1.1.6

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
@@ -12,4 +12,3 @@ export type { DataSourceField, DataSourceSchema, TemplateSampleData, } from './t
12
12
  export type { PrinterCapabilities, PrinterInfo, } from './types/printingTypes';
13
13
  export type { PrintJobStatus, PrintJobOptions, PrintJob, } from './types/printingTypes';
14
14
  export type { NiceTemplateEditorProps, NiceTemplateBrowserProps, NicePrintPreviewProps, NicePrintQueueProps, NicePrintButtonProps, } from './types/printingTypes';
15
- //# sourceMappingURL=index.d.ts.map
@@ -1,4 +1,3 @@
1
1
  import { default as React } from 'react';
2
2
  import { NicePrintButtonProps } from '../types/printingTypes';
3
3
  export declare const NicePrintButton: React.FC<NicePrintButtonProps>;
4
- //# sourceMappingURL=NicePrintButton.d.ts.map
@@ -1,2 +1 @@
1
1
  export { NicePrintButton } from './NicePrintButton';
2
- //# sourceMappingURL=index.d.ts.map
@@ -1,4 +1,3 @@
1
1
  import { default as React } from 'react';
2
2
  import { NicePrintPreviewProps } from '../types/printingTypes';
3
3
  export declare const NicePrintPreview: React.FC<NicePrintPreviewProps>;
4
- //# sourceMappingURL=NicePrintPreview.d.ts.map
@@ -1,2 +1 @@
1
1
  export { NicePrintPreview } from './NicePrintPreview';
2
- //# sourceMappingURL=index.d.ts.map
@@ -1,4 +1,3 @@
1
1
  import { default as React } from 'react';
2
2
  import { NicePrintQueueProps } from '../types/printingTypes';
3
3
  export declare const NicePrintQueue: React.FC<NicePrintQueueProps>;
4
- //# sourceMappingURL=NicePrintQueue.d.ts.map
@@ -1,2 +1 @@
1
1
  export { NicePrintQueue } from './NicePrintQueue';
2
- //# sourceMappingURL=index.d.ts.map
@@ -1,4 +1,3 @@
1
1
  import { default as React } from 'react';
2
2
  import { NiceTemplateBrowserProps } from '../types/printingTypes';
3
3
  export declare const NiceTemplateBrowser: React.FC<NiceTemplateBrowserProps>;
4
- //# sourceMappingURL=NiceTemplateBrowser.d.ts.map
@@ -1,2 +1 @@
1
1
  export { NiceTemplateBrowser } from './NiceTemplateBrowser';
2
- //# sourceMappingURL=index.d.ts.map
@@ -2,4 +2,3 @@ import { default as React } from 'react';
2
2
  import { NiceTemplateEditorProps } from '../types/printingTypes';
3
3
  export declare const NiceTemplateEditor: React.FC<NiceTemplateEditorProps>;
4
4
  export default NiceTemplateEditor;
5
- //# sourceMappingURL=NiceTemplateEditor.d.ts.map
@@ -1,2 +1 @@
1
1
  export { NiceTemplateEditor } from './NiceTemplateEditor';
2
- //# sourceMappingURL=index.d.ts.map
@@ -246,4 +246,3 @@ export interface NicePrintButtonProps {
246
246
  style?: CSSProperties;
247
247
  theme?: 'light' | 'dark';
248
248
  }
249
- //# sourceMappingURL=printingTypes.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nice2dev/ui-printing",
3
- "version": "1.1.5",
3
+ "version": "1.1.6",
4
4
  "description": "React components for print management: template editor, template browser, print preview, print queue and print button",
5
5
  "keywords": [
6
6
  "printing",
@@ -31,7 +31,7 @@
31
31
  "import": "./dist/index.mjs",
32
32
  "require": "./dist/index.cjs"
33
33
  },
34
- "./styles": "./dist/style.css"
34
+ "./styles": "./dist/ui-printing.css"
35
35
  },
36
36
  "files": [
37
37
  "dist",
@@ -54,7 +54,7 @@
54
54
  }
55
55
  },
56
56
  "devDependencies": {
57
- "@nice2dev/ui": "^1.1.5",
57
+ "@nice2dev/ui": "^1.1.6",
58
58
  "@types/react": "^19.2.18",
59
59
  "@types/react-dom": "^19.2.7",
60
60
  "@vitejs/plugin-react": "^4.7.0",