@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.mjs
CHANGED
|
@@ -3354,7 +3354,8 @@ ${BUTEX_FONT_FACE_CSS}
|
|
|
3354
3354
|
transition: box-shadow 0.15s ease, border-color 0.15s ease;
|
|
3355
3355
|
}
|
|
3356
3356
|
|
|
3357
|
-
.surface:focus
|
|
3357
|
+
.surface:focus,
|
|
3358
|
+
.surface.surface--typing-focus {
|
|
3358
3359
|
border-color: var(--butex-focus-border, rgba(13, 148, 136, 0.45));
|
|
3359
3360
|
box-shadow: 0 0 0 3px var(--butex-focus-shadow, rgba(13, 148, 136, 0.12));
|
|
3360
3361
|
}
|
|
@@ -5007,7 +5008,7 @@ function arabicXeLatexPreamblePkg(twocolumn = false) {
|
|
|
5007
5008
|
\usepackage{bidi}
|
|
5008
5009
|
\usepackage{multirow}
|
|
5009
5010
|
\usepackage{booktabs}
|
|
5010
|
-
\usepackage{graphicx} % For \
|
|
5011
|
+
\usepackage{graphicx} % For \reflectbox
|
|
5011
5012
|
\usepackage{xcolor}
|
|
5012
5013
|
\usepackage{tikz}
|
|
5013
5014
|
\usepackage{tcolorbox} % For tcolorbox environment
|
|
@@ -5076,10 +5077,8 @@ function arabicXeLatexPreambleCmd() {
|
|
|
5076
5077
|
\newcommand{\horzbar}{\rule[.5ex]{2.5ex}{0.5pt}}
|
|
5077
5078
|
|
|
5078
5079
|
|
|
5079
|
-
\newcommand{\
|
|
5080
|
-
|
|
5081
|
-
\newcommand{\arabsqrt}[2]{\butexreflect{\(\sqrt[\butexreflect{\(#1\)}]{\butexreflect{\(#2\)}}\)}}
|
|
5082
|
-
\newcommand{\arabvec}[1]{\butexreflect{$\vec{\butexreflect{$#1$}}$}}
|
|
5080
|
+
\newcommand{\arabsqrt}[2]{\reflectbox{\(\sqrt[\reflectbox{\(#1\)}]{\reflectbox{\(#2\)}}\)}}
|
|
5081
|
+
\newcommand{\arabvec}[1]{\reflectbox{$\vec{\reflectbox{$#1$}}$}}
|
|
5083
5082
|
|
|
5084
5083
|
\newcommand{\arabexp}[1]{{}^{#1}\!\raisebox{-4.5pt}{\text{\diwani{ه}}}}
|
|
5085
5084
|
\newcommand{\arablog}[2]{\left(\text{#2}\right)\!\prescript{}{\text{#1}}{\text{\diwani{لو}}}}
|
|
@@ -5127,9 +5126,9 @@ function arabicXeLatexPreambleCmd() {
|
|
|
5127
5126
|
\newcommand{\araboddde}[2][-5pt]{\stackrel{\raisebox{#1}{$\vcenter{\hbox{$\cdot\!\cdot\!\cdot$}}$}}{\text{#2}}}
|
|
5128
5127
|
\newcommand{\arabpde}[1]{\prescript{}{#1\!\!}{\nabla}} % arabic partial differential equation (PDE)
|
|
5129
5128
|
|
|
5130
|
-
\newcommand{\arabprime}[0]{\
|
|
5131
|
-
\newcommand{\arabpprime}[0]{\
|
|
5132
|
-
\newcommand{\arabppprime}[0]{\
|
|
5129
|
+
\newcommand{\arabprime}[0]{\reflectbox{$\prime$}\!} % arabic prime notation
|
|
5130
|
+
\newcommand{\arabpprime}[0]{\reflectbox{$\prime$}\reflectbox{$\prime$}\!} % arabic prime notation
|
|
5131
|
+
\newcommand{\arabppprime}[0]{\reflectbox{$\prime$}\reflectbox{$\prime$}\reflectbox{$\prime$}\!} % arabic prime notation
|
|
5133
5132
|
|
|
5134
5133
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
5135
5134
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
@@ -5149,7 +5148,7 @@ function arabicXeLatexPreambleCmd() {
|
|
|
5149
5148
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
5150
5149
|
|
|
5151
5150
|
|
|
5152
|
-
\newcommand{\arsqrt}[2][]{\
|
|
5151
|
+
\newcommand{\arsqrt}[2][]{\reflectbox{\(\sqrt[\reflectbox{\(#1\)}]{\reflectbox{\(#2\)}}\)}}
|
|
5153
5152
|
\newcommand{\arexp}[0]{\!\raisebox{-4.5pt}{\text{\diwani{ه}}}}
|
|
5154
5153
|
\newcommand{\arlog}[0]{\!\!\text{\diwani{لو}}}
|
|
5155
5154
|
\newcommand{\arln}[0]{\!\!\prescript{}{\text{\diwani{ه}}}{\text{\diwani{لو}}}}
|