@cecee/document-flip-book 1.0.17 → 1.0.18
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/LICENSE +15 -0
- package/README.md +83 -0
- package/dist/cjs/AccountingBook/index.d.ts +3 -0
- package/dist/cjs/AccountingBook/index.js +19 -0
- package/dist/cjs/{ArchiveCover.js → DocumentFlipBook/ArchiveCover.js} +23 -3
- package/dist/cjs/{ExportModal.js → DocumentFlipBook/ExportModal.js} +1 -1
- package/dist/cjs/{ProjectCover.js → DocumentFlipBook/ProjectCover.js} +23 -3
- package/dist/cjs/{exportHtml.d.ts → DocumentFlipBook/exportHtml.d.ts} +3 -3
- package/dist/cjs/{exportHtml.js → DocumentFlipBook/exportHtml.js} +104 -48
- package/dist/cjs/{exportPdf.d.ts → DocumentFlipBook/exportPdf.d.ts} +2 -0
- package/dist/cjs/{exportPdf.js → DocumentFlipBook/exportPdf.js} +17 -6
- package/dist/cjs/{globalCache.d.ts → DocumentFlipBook/globalCache.d.ts} +2 -1
- package/dist/cjs/DocumentFlipBook/images/Clip_1.svg +97 -0
- package/dist/cjs/DocumentFlipBook/images/Clip_2.svg +1114 -0
- package/dist/cjs/DocumentFlipBook/images/Inside.svg +10 -0
- package/dist/cjs/DocumentFlipBook/images/book.svg +1 -0
- package/dist/cjs/DocumentFlipBook/images/coverSpine.svg +4 -0
- package/dist/{esm/DocumentFlipBook.d.ts → cjs/DocumentFlipBook/index.d.ts} +2 -0
- package/dist/cjs/{DocumentFlipBook.js → DocumentFlipBook/index.js} +116 -22
- package/dist/cjs/{index.less → DocumentFlipBook/index.less} +193 -78
- package/dist/cjs/{printPdf.d.ts → DocumentFlipBook/printPdf.d.ts} +1 -0
- package/dist/cjs/{utils.d.ts → DocumentFlipBook/utils.d.ts} +2 -1
- package/dist/cjs/{utils.js → DocumentFlipBook/utils.js} +4 -1
- package/dist/cjs/index.d.ts +3 -3
- package/dist/cjs/index.js +10 -3
- package/dist/esm/AccountingBook/index.d.ts +3 -0
- package/dist/esm/AccountingBook/index.js +13 -0
- package/dist/esm/{ArchiveCover.js → DocumentFlipBook/ArchiveCover.js} +23 -3
- package/dist/esm/{ExportModal.js → DocumentFlipBook/ExportModal.js} +1 -1
- package/dist/esm/{ProjectCover.js → DocumentFlipBook/ProjectCover.js} +23 -3
- package/dist/esm/{exportHtml.d.ts → DocumentFlipBook/exportHtml.d.ts} +3 -3
- package/dist/esm/{exportHtml.js → DocumentFlipBook/exportHtml.js} +103 -47
- package/dist/esm/{exportPdf.d.ts → DocumentFlipBook/exportPdf.d.ts} +2 -0
- package/dist/esm/{exportPdf.js → DocumentFlipBook/exportPdf.js} +17 -6
- package/dist/esm/{globalCache.d.ts → DocumentFlipBook/globalCache.d.ts} +2 -1
- package/dist/esm/DocumentFlipBook/images/Clip_1.svg +97 -0
- package/dist/esm/DocumentFlipBook/images/Clip_2.svg +1114 -0
- package/dist/esm/DocumentFlipBook/images/Inside.svg +10 -0
- package/dist/esm/DocumentFlipBook/images/book.svg +1 -0
- package/dist/esm/DocumentFlipBook/images/coverSpine.svg +4 -0
- package/dist/{cjs/DocumentFlipBook.d.ts → esm/DocumentFlipBook/index.d.ts} +2 -0
- package/dist/esm/{DocumentFlipBook.js → DocumentFlipBook/index.js} +116 -22
- package/dist/esm/{index.less → DocumentFlipBook/index.less} +193 -78
- package/dist/esm/{printPdf.d.ts → DocumentFlipBook/printPdf.d.ts} +1 -0
- package/dist/esm/{utils.d.ts → DocumentFlipBook/utils.d.ts} +2 -1
- package/dist/esm/{utils.js → DocumentFlipBook/utils.js} +4 -1
- package/dist/esm/index.d.ts +3 -3
- package/dist/esm/index.js +5 -3
- package/package.json +6 -1
- /package/dist/cjs/{ArchiveCover.d.ts → DocumentFlipBook/ArchiveCover.d.ts} +0 -0
- /package/dist/cjs/{ExportModal.d.ts → DocumentFlipBook/ExportModal.d.ts} +0 -0
- /package/dist/cjs/{HeaderBar.d.ts → DocumentFlipBook/HeaderBar.d.ts} +0 -0
- /package/dist/cjs/{HeaderBar.js → DocumentFlipBook/HeaderBar.js} +0 -0
- /package/dist/cjs/{PdfPage.d.ts → DocumentFlipBook/PdfPage.d.ts} +0 -0
- /package/dist/cjs/{PdfPage.js → DocumentFlipBook/PdfPage.js} +0 -0
- /package/dist/cjs/{ProjectCover.d.ts → DocumentFlipBook/ProjectCover.d.ts} +0 -0
- /package/dist/cjs/{SideTabs.d.ts → DocumentFlipBook/SideTabs.d.ts} +0 -0
- /package/dist/cjs/{SideTabs.js → DocumentFlipBook/SideTabs.js} +0 -0
- /package/dist/cjs/{globalCache.js → DocumentFlipBook/globalCache.js} +0 -0
- /package/dist/cjs/{printPdf.js → DocumentFlipBook/printPdf.js} +0 -0
- /package/dist/cjs/{types.d.ts → DocumentFlipBook/types.d.ts} +0 -0
- /package/dist/cjs/{types.js → DocumentFlipBook/types.js} +0 -0
- /package/dist/esm/{ArchiveCover.d.ts → DocumentFlipBook/ArchiveCover.d.ts} +0 -0
- /package/dist/esm/{ExportModal.d.ts → DocumentFlipBook/ExportModal.d.ts} +0 -0
- /package/dist/esm/{HeaderBar.d.ts → DocumentFlipBook/HeaderBar.d.ts} +0 -0
- /package/dist/esm/{HeaderBar.js → DocumentFlipBook/HeaderBar.js} +0 -0
- /package/dist/esm/{PdfPage.d.ts → DocumentFlipBook/PdfPage.d.ts} +0 -0
- /package/dist/esm/{PdfPage.js → DocumentFlipBook/PdfPage.js} +0 -0
- /package/dist/esm/{ProjectCover.d.ts → DocumentFlipBook/ProjectCover.d.ts} +0 -0
- /package/dist/esm/{SideTabs.d.ts → DocumentFlipBook/SideTabs.d.ts} +0 -0
- /package/dist/esm/{SideTabs.js → DocumentFlipBook/SideTabs.js} +0 -0
- /package/dist/esm/{globalCache.js → DocumentFlipBook/globalCache.js} +0 -0
- /package/dist/esm/{printPdf.js → DocumentFlipBook/printPdf.js} +0 -0
- /package/dist/esm/{types.d.ts → DocumentFlipBook/types.d.ts} +0 -0
- /package/dist/esm/{types.js → DocumentFlipBook/types.js} +0 -0
|
@@ -0,0 +1,97 @@
|
|
|
1
|
+
<svg width="28" height="768" viewBox="0 0 28 768" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M4 0L28 4.43758V762.562L4 767V0Z" fill="url(#paint0_linear_28911_9466)"/>
|
|
3
|
+
<path d="M4 0L1.34311 3.93006C1.1195 4.26082 1 4.65094 1 5.05019V764.264C1 765.021 1.428 765.714 2.10557 766.053L4 767V0Z" fill="url(#paint1_linear_28911_9466)"/>
|
|
4
|
+
<g opacity="0.79" filter="url(#filter0_f_28911_9466)">
|
|
5
|
+
<rect x="11" y="6" width="4" height="755" rx="2" fill="black"/>
|
|
6
|
+
</g>
|
|
7
|
+
<g opacity="0.82" filter="url(#filter1_f_28911_9466)">
|
|
8
|
+
<rect x="12" y="7" width="2" height="753" rx="1" fill="white"/>
|
|
9
|
+
</g>
|
|
10
|
+
<g opacity="0.12" filter="url(#filter2_f_28911_9466)">
|
|
11
|
+
<rect x="15" y="7" width="8" height="753" rx="4" fill="white"/>
|
|
12
|
+
</g>
|
|
13
|
+
<g opacity="0.48" filter="url(#filter3_f_28911_9466)">
|
|
14
|
+
<rect x="19" y="8" width="1" height="752" rx="0.5" fill="white"/>
|
|
15
|
+
</g>
|
|
16
|
+
<g opacity="0.81" filter="url(#filter4_f_28911_9466)">
|
|
17
|
+
<rect x="6" y="4" width="4" height="760" rx="2" fill="white"/>
|
|
18
|
+
</g>
|
|
19
|
+
<g filter="url(#filter5_f_28911_9466)">
|
|
20
|
+
<rect x="5" y="5" width="2" height="757" rx="1" fill="white"/>
|
|
21
|
+
</g>
|
|
22
|
+
<g opacity="0.45" filter="url(#filter6_f_28911_9466)">
|
|
23
|
+
<rect x="4" y="552" width="6" height="210" rx="3" fill="white"/>
|
|
24
|
+
</g>
|
|
25
|
+
<g opacity="0.5" filter="url(#filter7_f_28911_9466)">
|
|
26
|
+
<rect x="11" y="56" width="7" height="21" rx="3.5" fill="black"/>
|
|
27
|
+
</g>
|
|
28
|
+
<g opacity="0.45" filter="url(#filter8_f_28911_9466)">
|
|
29
|
+
<rect x="4" y="375" width="6" height="130" rx="3" fill="white"/>
|
|
30
|
+
</g>
|
|
31
|
+
<g opacity="0.34" filter="url(#filter9_f_28911_9466)">
|
|
32
|
+
<rect x="11" y="552" width="6" height="141" rx="3" fill="black"/>
|
|
33
|
+
</g>
|
|
34
|
+
<defs>
|
|
35
|
+
<filter id="filter0_f_28911_9466" x="7" y="2" width="12" height="763" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
36
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
37
|
+
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
38
|
+
<feGaussianBlur stdDeviation="2" result="effect1_foregroundBlur_28911_9466"/>
|
|
39
|
+
</filter>
|
|
40
|
+
<filter id="filter1_f_28911_9466" x="10" y="5" width="6" height="757" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
41
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
42
|
+
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
43
|
+
<feGaussianBlur stdDeviation="1" result="effect1_foregroundBlur_28911_9466"/>
|
|
44
|
+
</filter>
|
|
45
|
+
<filter id="filter2_f_28911_9466" x="13" y="5" width="12" height="757" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
46
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
47
|
+
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
48
|
+
<feGaussianBlur stdDeviation="1" result="effect1_foregroundBlur_28911_9466"/>
|
|
49
|
+
</filter>
|
|
50
|
+
<filter id="filter3_f_28911_9466" x="17" y="6" width="5" height="756" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
51
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
52
|
+
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
53
|
+
<feGaussianBlur stdDeviation="1" result="effect1_foregroundBlur_28911_9466"/>
|
|
54
|
+
</filter>
|
|
55
|
+
<filter id="filter4_f_28911_9466" x="2" y="0" width="12" height="768" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
56
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
57
|
+
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
58
|
+
<feGaussianBlur stdDeviation="2" result="effect1_foregroundBlur_28911_9466"/>
|
|
59
|
+
</filter>
|
|
60
|
+
<filter id="filter5_f_28911_9466" x="4" y="4" width="4" height="759" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
61
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
62
|
+
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
63
|
+
<feGaussianBlur stdDeviation="0.5" result="effect1_foregroundBlur_28911_9466"/>
|
|
64
|
+
</filter>
|
|
65
|
+
<filter id="filter6_f_28911_9466" x="0" y="548" width="14" height="218" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
66
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
67
|
+
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
68
|
+
<feGaussianBlur stdDeviation="2" result="effect1_foregroundBlur_28911_9466"/>
|
|
69
|
+
</filter>
|
|
70
|
+
<filter id="filter7_f_28911_9466" x="7" y="52" width="15" height="29" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
71
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
72
|
+
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
73
|
+
<feGaussianBlur stdDeviation="2" result="effect1_foregroundBlur_28911_9466"/>
|
|
74
|
+
</filter>
|
|
75
|
+
<filter id="filter8_f_28911_9466" x="0" y="371" width="14" height="138" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
76
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
77
|
+
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
78
|
+
<feGaussianBlur stdDeviation="2" result="effect1_foregroundBlur_28911_9466"/>
|
|
79
|
+
</filter>
|
|
80
|
+
<filter id="filter9_f_28911_9466" x="5" y="546" width="18" height="153" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
81
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
82
|
+
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
83
|
+
<feGaussianBlur stdDeviation="3" result="effect1_foregroundBlur_28911_9466"/>
|
|
84
|
+
</filter>
|
|
85
|
+
<linearGradient id="paint0_linear_28911_9466" x1="4" y1="383.5" x2="28" y2="383.5" gradientUnits="userSpaceOnUse">
|
|
86
|
+
<stop stop-color="#C8C8C8"/>
|
|
87
|
+
<stop offset="0.68" stop-color="#7B7B7B"/>
|
|
88
|
+
<stop offset="0.94" stop-color="#8C8C8C"/>
|
|
89
|
+
</linearGradient>
|
|
90
|
+
<linearGradient id="paint1_linear_28911_9466" x1="4" y1="383.5" x2="1" y2="383.5" gradientUnits="userSpaceOnUse">
|
|
91
|
+
<stop offset="0.23" stop-color="white"/>
|
|
92
|
+
<stop offset="0.27" stop-color="#4A4A4A"/>
|
|
93
|
+
<stop offset="0.525" stop-color="#7C7C7C"/>
|
|
94
|
+
<stop offset="1" stop-color="#8F8F8F"/>
|
|
95
|
+
</linearGradient>
|
|
96
|
+
</defs>
|
|
97
|
+
</svg>
|