vobi_document 1.0.1 → 1.0.2
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/chunk-GVBGVF6Y.js +3 -0
- package/dist/{chunk-SY4NYXKN.js.map → chunk-GVBGVF6Y.js.map} +1 -1
- package/dist/index.cjs +13 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +6 -1
- package/dist/index.js.map +1 -1
- package/dist/puck.cjs +4 -0
- package/dist/puck.d.cts +1 -1
- package/dist/puck.d.ts +1 -1
- package/dist/puck.js +1 -1
- package/package.json +1 -1
- package/dist/chunk-SY4NYXKN.js +0 -3
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":[],"names":[],"mappings":"","file":"chunk-
|
|
1
|
+
{"version":3,"sources":[],"names":[],"mappings":"","file":"chunk-GVBGVF6Y.js","sourcesContent":[]}
|
package/dist/index.cjs
CHANGED
|
@@ -2305,6 +2305,7 @@ var CoverFrame = styled6__default.default.div`
|
|
|
2305
2305
|
font-family: ${(p2) => p2.$font};
|
|
2306
2306
|
background: ${(p2) => p2.$bg ?? "#FFFFFF"};
|
|
2307
2307
|
color: ${(p2) => p2.$color ?? "#111827"};
|
|
2308
|
+
overflow-wrap: break-word;
|
|
2308
2309
|
|
|
2309
2310
|
[data-cover-field][contenteditable] {
|
|
2310
2311
|
cursor: text;
|
|
@@ -2660,6 +2661,7 @@ var Head4 = styled6__default.default.div`
|
|
|
2660
2661
|
var DateChip = styled6__default.default(CoverField)`
|
|
2661
2662
|
display: inline-block;
|
|
2662
2663
|
align-self: flex-start;
|
|
2664
|
+
max-width: 100%;
|
|
2663
2665
|
background: ${(p2) => p2.$accent};
|
|
2664
2666
|
border-radius: 1000px;
|
|
2665
2667
|
padding: 1.18cqw 2.94cqw;
|
|
@@ -2670,6 +2672,7 @@ var DateChip = styled6__default.default(CoverField)`
|
|
|
2670
2672
|
`;
|
|
2671
2673
|
var Title4 = styled6__default.default(CoverField)`
|
|
2672
2674
|
display: block;
|
|
2675
|
+
align-self: stretch;
|
|
2673
2676
|
margin-top: 3.5cqw;
|
|
2674
2677
|
font-size: 14.1cqw;
|
|
2675
2678
|
font-weight: 300;
|
|
@@ -2684,6 +2687,7 @@ var Footer = styled6__default.default.div`
|
|
|
2684
2687
|
`;
|
|
2685
2688
|
var Party = styled6__default.default.div`
|
|
2686
2689
|
flex: 1;
|
|
2690
|
+
min-width: 0;
|
|
2687
2691
|
`;
|
|
2688
2692
|
var Label3 = styled6__default.default.div`
|
|
2689
2693
|
font-size: 3.53cqw;
|
|
@@ -2763,6 +2767,7 @@ var Logo5 = styled6__default.default(CoverLogoImg)`
|
|
|
2763
2767
|
`;
|
|
2764
2768
|
var TextCol = styled6__default.default.div`
|
|
2765
2769
|
flex: 1;
|
|
2770
|
+
min-width: 0;
|
|
2766
2771
|
`;
|
|
2767
2772
|
var Title5 = styled6__default.default(CoverField)`
|
|
2768
2773
|
display: block;
|
|
@@ -3724,10 +3729,18 @@ Object.defineProperty(exports, "ActionBar", {
|
|
|
3724
3729
|
enumerable: true,
|
|
3725
3730
|
get: function () { return core.ActionBar; }
|
|
3726
3731
|
});
|
|
3732
|
+
Object.defineProperty(exports, "createUsePuck", {
|
|
3733
|
+
enumerable: true,
|
|
3734
|
+
get: function () { return core.createUsePuck; }
|
|
3735
|
+
});
|
|
3727
3736
|
Object.defineProperty(exports, "registerOverlayPortal", {
|
|
3728
3737
|
enumerable: true,
|
|
3729
3738
|
get: function () { return core.registerOverlayPortal; }
|
|
3730
3739
|
});
|
|
3740
|
+
Object.defineProperty(exports, "useGetPuck", {
|
|
3741
|
+
enumerable: true,
|
|
3742
|
+
get: function () { return core.useGetPuck; }
|
|
3743
|
+
});
|
|
3731
3744
|
Object.defineProperty(exports, "usePuck", {
|
|
3732
3745
|
enumerable: true,
|
|
3733
3746
|
get: function () { return core.usePuck; }
|