@teamturing/react-native-tex 1.1.12 → 1.1.14

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.
@@ -1,5 +1,5 @@
1
1
  <!DOCTYPE html>
2
- <html lang="ko">
2
+ <html>
3
3
  <head>
4
4
  <title>MathKing</title>
5
5
  <meta
@@ -257,7 +257,7 @@
257
257
  const container = document.getElementById("container");
258
258
  const shadowContainer = document.getElementById("shadow-animation-container");
259
259
 
260
- let delayHandler = -1;
260
+ let delayHandler;
261
261
 
262
262
  function setPaddingForContentFrame (element) {
263
263
  if (element instanceof HTMLElement) {
@@ -11,7 +11,7 @@ const text = ({
11
11
  fontSize: 13
12
12
  }) => String.raw`
13
13
  <!DOCTYPE html>
14
- <html lang="ko">
14
+ <html>
15
15
  <head>
16
16
  <title>MathKing</title>
17
17
  <meta
@@ -269,7 +269,7 @@ const text = ({
269
269
  const container = document.getElementById("container");
270
270
  const shadowContainer = document.getElementById("shadow-animation-container");
271
271
 
272
- let delayHandler = -1;
272
+ let delayHandler;
273
273
 
274
274
  function setPaddingForContentFrame (element) {
275
275
  if (element instanceof HTMLElement) {
@@ -1,5 +1,5 @@
1
1
  <!DOCTYPE html>
2
- <html lang="ko">
2
+ <html>
3
3
  <head>
4
4
  <title>MathKing</title>
5
5
  <meta
@@ -11,7 +11,7 @@ const text = ({
11
11
  fontSize: 13
12
12
  }) => String.raw`
13
13
  <!DOCTYPE html>
14
- <html lang="ko">
14
+ <html>
15
15
  <head>
16
16
  <title>MathKing</title>
17
17
  <meta
@@ -1,5 +1,5 @@
1
1
  <!DOCTYPE html>
2
- <html lang="ko">
2
+ <html>
3
3
  <head>
4
4
  <title>MathKing</title>
5
5
  <meta
@@ -257,7 +257,7 @@
257
257
  const container = document.getElementById("container");
258
258
  const shadowContainer = document.getElementById("shadow-animation-container");
259
259
 
260
- let delayHandler = -1;
260
+ let delayHandler;
261
261
 
262
262
  function setPaddingForContentFrame (element) {
263
263
  if (element instanceof HTMLElement) {
@@ -7,7 +7,7 @@ const text = ({
7
7
  fontSize: 13
8
8
  }) => String.raw`
9
9
  <!DOCTYPE html>
10
- <html lang="ko">
10
+ <html>
11
11
  <head>
12
12
  <title>MathKing</title>
13
13
  <meta
@@ -265,7 +265,7 @@ const text = ({
265
265
  const container = document.getElementById("container");
266
266
  const shadowContainer = document.getElementById("shadow-animation-container");
267
267
 
268
- let delayHandler = -1;
268
+ let delayHandler;
269
269
 
270
270
  function setPaddingForContentFrame (element) {
271
271
  if (element instanceof HTMLElement) {
@@ -1,5 +1,5 @@
1
1
  <!DOCTYPE html>
2
- <html lang="ko">
2
+ <html>
3
3
  <head>
4
4
  <title>MathKing</title>
5
5
  <meta
@@ -7,7 +7,7 @@ const text = ({
7
7
  fontSize: 13
8
8
  }) => String.raw`
9
9
  <!DOCTYPE html>
10
- <html lang="ko">
10
+ <html>
11
11
  <head>
12
12
  <title>MathKing</title>
13
13
  <meta
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@teamturing/react-native-tex",
3
- "version": "1.1.12",
3
+ "version": "1.1.14",
4
4
  "description": "React Native Tex Module for Team Turing",
5
5
  "scripts": {
6
6
  "check:type": "tsc",
@@ -16,7 +16,7 @@
16
16
  "devDependencies": {
17
17
  "@babel/core": "^7.25.2",
18
18
  "@babel/preset-env": "^7.25.3",
19
- "@teamturing/react-native-kit": "^1.6.1",
19
+ "@teamturing/react-native-kit": "^1.6.2",
20
20
  "@types/react": "^18.2.44",
21
21
  "eslint-config-expo": "^7.1.2",
22
22
  "eslint-import-resolver-typescript": "^3.6.3",
@@ -129,5 +129,5 @@
129
129
  "bugs": {
130
130
  "url": "https://github.com/weareteamturing/bombe/issues"
131
131
  },
132
- "gitHead": "f389aaf563e5174a1bb70cd0c739be89c5b4fe73"
132
+ "gitHead": "343c8f973eadcecbccb71f35683fd7d439246719"
133
133
  }
@@ -1,5 +1,5 @@
1
1
  <!DOCTYPE html>
2
- <html lang="ko">
2
+ <html>
3
3
  <head>
4
4
  <title>MathKing</title>
5
5
  <meta
@@ -257,7 +257,7 @@
257
257
  const container = document.getElementById("container");
258
258
  const shadowContainer = document.getElementById("shadow-animation-container");
259
259
 
260
- let delayHandler = -1;
260
+ let delayHandler;
261
261
 
262
262
  function setPaddingForContentFrame (element) {
263
263
  if (element instanceof HTMLElement) {
@@ -1,7 +1,7 @@
1
1
  /* eslint-disable */
2
2
  const text = ({ fontSize }: { fontSize: number } = { fontSize: 13 }) => String.raw`
3
3
  <!DOCTYPE html>
4
- <html lang="ko">
4
+ <html>
5
5
  <head>
6
6
  <title>MathKing</title>
7
7
  <meta
@@ -259,7 +259,7 @@ const text = ({ fontSize }: { fontSize: number } = { fontSize: 13 }) => String.r
259
259
  const container = document.getElementById("container");
260
260
  const shadowContainer = document.getElementById("shadow-animation-container");
261
261
 
262
- let delayHandler = -1;
262
+ let delayHandler;
263
263
 
264
264
  function setPaddingForContentFrame (element) {
265
265
  if (element instanceof HTMLElement) {
@@ -1,5 +1,5 @@
1
1
  <!DOCTYPE html>
2
- <html lang="ko">
2
+ <html>
3
3
  <head>
4
4
  <title>MathKing</title>
5
5
  <meta
@@ -1,7 +1,7 @@
1
1
  /* eslint-disable */
2
2
  const text = ({ fontSize }: { fontSize: number } = { fontSize: 13 }) => String.raw`
3
3
  <!DOCTYPE html>
4
- <html lang="ko">
4
+ <html>
5
5
  <head>
6
6
  <title>MathKing</title>
7
7
  <meta