uhuu-components 0.1.8 β†’ 0.1.9

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/README.md ADDED
@@ -0,0 +1,56 @@
1
+
2
+ # Uhuu Components
3
+
4
+
5
+
6
+ Uhuu react components simplify printable document creation with configurable page attributes.<br/>
7
+ Easily implement advanced features like pagination, bleeds, and spreads with precision and flexibility.
8
+
9
+
10
+ ```bash
11
+ # Install uhuu components via npm
12
+ npm i uhuu-components
13
+ ```
14
+
15
+ Let’s bring your documents to life! πŸŽ¨πŸ“„
16
+
17
+
18
+ <br/>
19
+
20
+ ## Pagination Components
21
+
22
+ ### **Static Pagination**
23
+ For content that fits within defined page boundaries or requires fixed page breaks.
24
+ Static pagination maintains precise control over the document layout.
25
+
26
+ **Use Case**: Structured layouts like catalogs, brochures, and contracts.
27
+
28
+ ### **Dynamic Pagination**
29
+ Automatically flows content across pages, adding or removing pages as needed.
30
+ Dynamic pagination is ideal for handling variable-length content.
31
+
32
+ **Use Case**: Reports, invoices, or newsletters where content size changes dynamically.
33
+
34
+ <br/>
35
+ <br/>
36
+
37
+
38
+
39
+ ## Image Components
40
+
41
+ ### **Image Bleed**
42
+ Extends images beyond the trim edges into the bleed area to ensure clean edges after trimming.
43
+ Designed for professional printing where content must exceed the final cut line.
44
+
45
+ **Key Feature**: Automatically adjusts images to fill the bleed space.
46
+
47
+ **Use Case**: Borderless designs, posters, and full-page images.
48
+
49
+
50
+ ### **Image Spread**
51
+ Covers two facing pages with a single image for high-impact visuals.
52
+ Adds bleed to ensure proper alignment after cutting and binding.
53
+
54
+ **Key Feature**: Creates uninterrupted visuals across two pages.
55
+
56
+ **Use Case**: Magazine features, product showcases, and immersive storytelling.
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.1.8",
2
+ "version": "0.1.9",
3
3
  "name": "uhuu-components",
4
4
  "main": "uhuu-components.umd.js",
5
5
  "module": "uhuu-components.es.js",