@drghaliasri/butex 4.0.0 → 4.0.1
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/react-document.d.mts +1 -1
- package/dist/react-document.d.ts +1 -1
- package/dist/react-document.js +18 -0
- package/dist/react-document.js.map +1 -1
- package/dist/react-document.mjs +18 -0
- package/dist/react-document.mjs.map +1 -1
- package/dist/react-document2.d.mts +1 -1
- package/dist/react-document2.d.ts +1 -1
- package/dist/react-document2.js +45 -0
- package/dist/react-document2.js.map +1 -1
- package/dist/react-document2.mjs +45 -0
- package/dist/react-document2.mjs.map +1 -1
- package/package.json +1 -1
package/dist/react-document2.mjs
CHANGED
|
@@ -10647,6 +10647,51 @@ var DOCUMENT2_WIDGET_CSS = `
|
|
|
10647
10647
|
word-break: break-word;
|
|
10648
10648
|
}
|
|
10649
10649
|
|
|
10650
|
+
.butex-document2-widget__preview h1 {
|
|
10651
|
+
font-size: 1.75rem;
|
|
10652
|
+
font-weight: 700;
|
|
10653
|
+
line-height: 1.35;
|
|
10654
|
+
margin: 0 0 14px;
|
|
10655
|
+
}
|
|
10656
|
+
|
|
10657
|
+
.butex-document2-widget__preview h2 {
|
|
10658
|
+
font-size: 1.4rem;
|
|
10659
|
+
font-weight: 600;
|
|
10660
|
+
line-height: 1.4;
|
|
10661
|
+
margin: 0 0 12px;
|
|
10662
|
+
}
|
|
10663
|
+
|
|
10664
|
+
.butex-document2-widget__preview h3 {
|
|
10665
|
+
font-size: 1.2rem;
|
|
10666
|
+
font-weight: 600;
|
|
10667
|
+
line-height: 1.45;
|
|
10668
|
+
margin: 0 0 10px;
|
|
10669
|
+
}
|
|
10670
|
+
|
|
10671
|
+
.butex-document2-widget__preview p {
|
|
10672
|
+
margin: 0 0 12px;
|
|
10673
|
+
}
|
|
10674
|
+
|
|
10675
|
+
.butex-document2-widget__preview ul,
|
|
10676
|
+
.butex-document2-widget__preview ol {
|
|
10677
|
+
margin: 0 0 12px;
|
|
10678
|
+
padding-inline-start: 24px;
|
|
10679
|
+
}
|
|
10680
|
+
|
|
10681
|
+
.butex-document2-widget__preview ul {
|
|
10682
|
+
list-style-type: disc;
|
|
10683
|
+
}
|
|
10684
|
+
|
|
10685
|
+
.butex-document2-widget__preview ol {
|
|
10686
|
+
list-style-type: decimal;
|
|
10687
|
+
}
|
|
10688
|
+
|
|
10689
|
+
.butex-document2-widget__preview img {
|
|
10690
|
+
display: block;
|
|
10691
|
+
height: auto;
|
|
10692
|
+
max-width: 100%;
|
|
10693
|
+
}
|
|
10694
|
+
|
|
10650
10695
|
.butex-document2-widget__preview table {
|
|
10651
10696
|
border-collapse: collapse;
|
|
10652
10697
|
border: 1px solid #000000;
|