@drghaliasri/butex 5.5.0 → 5.5.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/README.md +1 -0
- package/dist/document.js +2 -1
- package/dist/document.js.map +1 -1
- package/dist/document.mjs +2 -1
- package/dist/document.mjs.map +1 -1
- package/dist/document2.js +9 -10
- package/dist/document2.js.map +1 -1
- package/dist/document2.mjs +9 -10
- package/dist/document2.mjs.map +1 -1
- package/dist/index.d.mts +2 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.global.js +137 -37
- package/dist/index.global.js.map +1 -1
- package/dist/index.js +137 -37
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +137 -37
- package/dist/index.mjs.map +1 -1
- package/dist/react-document.js +171 -39
- package/dist/react-document.js.map +1 -1
- package/dist/react-document.mjs +171 -39
- package/dist/react-document.mjs.map +1 -1
- package/dist/react-document2.js +178 -48
- package/dist/react-document2.js.map +1 -1
- package/dist/react-document2.mjs +178 -48
- package/dist/react-document2.mjs.map +1 -1
- package/dist/react.d.mts +1 -0
- package/dist/react.d.ts +1 -0
- package/dist/react.js +171 -39
- package/dist/react.js.map +1 -1
- package/dist/react.mjs +171 -39
- package/dist/react.mjs.map +1 -1
- package/package.json +1 -1
package/dist/document2.js
CHANGED
|
@@ -3503,7 +3503,8 @@ ${BUTEX_FONT_FACE_CSS}
|
|
|
3503
3503
|
transition: box-shadow 0.15s ease, border-color 0.15s ease;
|
|
3504
3504
|
}
|
|
3505
3505
|
|
|
3506
|
-
.surface:focus
|
|
3506
|
+
.surface:focus,
|
|
3507
|
+
.surface.surface--typing-focus {
|
|
3507
3508
|
border-color: var(--butex-focus-border, rgba(13, 148, 136, 0.45));
|
|
3508
3509
|
box-shadow: 0 0 0 3px var(--butex-focus-shadow, rgba(13, 148, 136, 0.12));
|
|
3509
3510
|
}
|
|
@@ -5156,7 +5157,7 @@ function arabicXeLatexPreamblePkg(twocolumn = false) {
|
|
|
5156
5157
|
\usepackage{bidi}
|
|
5157
5158
|
\usepackage{multirow}
|
|
5158
5159
|
\usepackage{booktabs}
|
|
5159
|
-
\usepackage{graphicx} % For \
|
|
5160
|
+
\usepackage{graphicx} % For \reflectbox
|
|
5160
5161
|
\usepackage{xcolor}
|
|
5161
5162
|
\usepackage{tikz}
|
|
5162
5163
|
\usepackage{tcolorbox} % For tcolorbox environment
|
|
@@ -5225,10 +5226,8 @@ function arabicXeLatexPreambleCmd() {
|
|
|
5225
5226
|
\newcommand{\horzbar}{\rule[.5ex]{2.5ex}{0.5pt}}
|
|
5226
5227
|
|
|
5227
5228
|
|
|
5228
|
-
\newcommand{\
|
|
5229
|
-
|
|
5230
|
-
\newcommand{\arabsqrt}[2]{\butexreflect{\(\sqrt[\butexreflect{\(#1\)}]{\butexreflect{\(#2\)}}\)}}
|
|
5231
|
-
\newcommand{\arabvec}[1]{\butexreflect{$\vec{\butexreflect{$#1$}}$}}
|
|
5229
|
+
\newcommand{\arabsqrt}[2]{\reflectbox{\(\sqrt[\reflectbox{\(#1\)}]{\reflectbox{\(#2\)}}\)}}
|
|
5230
|
+
\newcommand{\arabvec}[1]{\reflectbox{$\vec{\reflectbox{$#1$}}$}}
|
|
5232
5231
|
|
|
5233
5232
|
\newcommand{\arabexp}[1]{{}^{#1}\!\raisebox{-4.5pt}{\text{\diwani{ه}}}}
|
|
5234
5233
|
\newcommand{\arablog}[2]{\left(\text{#2}\right)\!\prescript{}{\text{#1}}{\text{\diwani{لو}}}}
|
|
@@ -5276,9 +5275,9 @@ function arabicXeLatexPreambleCmd() {
|
|
|
5276
5275
|
\newcommand{\araboddde}[2][-5pt]{\stackrel{\raisebox{#1}{$\vcenter{\hbox{$\cdot\!\cdot\!\cdot$}}$}}{\text{#2}}}
|
|
5277
5276
|
\newcommand{\arabpde}[1]{\prescript{}{#1\!\!}{\nabla}} % arabic partial differential equation (PDE)
|
|
5278
5277
|
|
|
5279
|
-
\newcommand{\arabprime}[0]{\
|
|
5280
|
-
\newcommand{\arabpprime}[0]{\
|
|
5281
|
-
\newcommand{\arabppprime}[0]{\
|
|
5278
|
+
\newcommand{\arabprime}[0]{\reflectbox{$\prime$}\!} % arabic prime notation
|
|
5279
|
+
\newcommand{\arabpprime}[0]{\reflectbox{$\prime$}\reflectbox{$\prime$}\!} % arabic prime notation
|
|
5280
|
+
\newcommand{\arabppprime}[0]{\reflectbox{$\prime$}\reflectbox{$\prime$}\reflectbox{$\prime$}\!} % arabic prime notation
|
|
5282
5281
|
|
|
5283
5282
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
5284
5283
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
@@ -5298,7 +5297,7 @@ function arabicXeLatexPreambleCmd() {
|
|
|
5298
5297
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
5299
5298
|
|
|
5300
5299
|
|
|
5301
|
-
\newcommand{\arsqrt}[2][]{\
|
|
5300
|
+
\newcommand{\arsqrt}[2][]{\reflectbox{\(\sqrt[\reflectbox{\(#1\)}]{\reflectbox{\(#2\)}}\)}}
|
|
5302
5301
|
\newcommand{\arexp}[0]{\!\raisebox{-4.5pt}{\text{\diwani{ه}}}}
|
|
5303
5302
|
\newcommand{\arlog}[0]{\!\!\text{\diwani{لو}}}
|
|
5304
5303
|
\newcommand{\arln}[0]{\!\!\prescript{}{\text{\diwani{ه}}}{\text{\diwani{لو}}}}
|