diff --git a/src/components/AER.tsx b/src/components/AER.tsx
index 78c7bdd48..cee26c632 100644
--- a/src/components/AER.tsx
+++ b/src/components/AER.tsx
@@ -2,7 +2,6 @@ import React from 'react'
import {
ExpressionRunnerSimple,
ExpressionRunnerPlayButtonOnly,
- ExpressionRunnerPairSimpleDeprecated,
ExpressionRunnerSingleStep,
ExpressionRunnerPairSimple
} from 'src/components/ExpressionRunnerShorthand'
@@ -21,11 +20,6 @@ export default {
expressionContainer={lessonExpressions.e1E1}
/>
),
- uqwm: (
-
- ),
zwpj: (
),
bgfl: (
-
),
tuqr: (
-
),
cpkp: (
-
),
loai: ,
@@ -126,10 +123,9 @@ export default {
/>
),
mhgm: (
-
),
osqo: (
@@ -154,11 +150,16 @@ export default {
finalState="betaReducePreviewCrossed"
/>
),
- zxfv: (
-
+ ),
+ knhw: (
+
),
ahsd: (
@@ -213,11 +214,6 @@ export default {
initialState="showFuncUnbound"
/>
),
- iped: (
-
- ),
cvtc: (
),
- jrxw: (
-
),
- esyi: (
-
+ ),
+ dnvw: (
+
+ ),
+ nric: (
+
),
hdxc: (
@@ -323,36 +316,33 @@ export default {
skipToTheEnd={false}
/>
),
- wepe: (
-
),
- bwop: (
-
+ ),
+ vjaa: (
+
+ ),
+ iifq: (
+
),
laea: (
diff --git a/src/components/ExpressionRunnerShorthand.tsx b/src/components/ExpressionRunnerShorthand.tsx
index e10ab0415..98905f8c9 100644
--- a/src/components/ExpressionRunnerShorthand.tsx
+++ b/src/components/ExpressionRunnerShorthand.tsx
@@ -345,105 +345,11 @@ ExpressionRunnerPairSimple.defaultProps = {
...ExpressionRunnerSimple.defaultProps
}
-export const ExpressionRunnerPairSimpleDeprecated = ({
- expressionContainer,
- initialState,
- finalIsDone,
- finalState,
- showPriorities,
- hidePrioritiesOnSecond,
- firstInitializeInstructions,
- secondInitializeInstructions,
- highlightOverrides,
- highlightOverrideActiveAfterStart,
- skipAlphaConvert,
- variableSize
-}: {
- expressionContainer: SteppedExpressionContainer
- initialState: ExpressionContainer['previouslyChangedExpressionState']
- finalIsDone: boolean
- finalState?: ExpressionContainer['previouslyChangedExpressionState']
- showPriorities: boolean
- hidePrioritiesOnSecond: boolean
- skipAlphaConvert: boolean
- firstInitializeInstructions?: ExpressionRunnerProps['initializeInstructions']
- secondInitializeInstructions?: ExpressionRunnerProps['initializeInstructions']
- highlightOverrides?: ExpressionRunnerProps['highlightOverrides']
- highlightOverrideActiveAfterStart?: ExpressionRunnerProps['highlightOverrideActiveAfterStart']
- variableSize: ExpressionRunnerProps['variableSize']
-}) => (
- <>
-
-
- {finalState || finalIsDone || secondInitializeInstructions ? (
- <>
- âŦī¸
- >
- ) : (
- <>
- đŊ{' '}
- {' '}
- đŊ
- >
- )}
-
-
- >
-)
-
ExpressionRunnerPairSimpleDeprecated.defaultProps = {
initialState: 'default',
finalIsDone: false,
showPriorities: false,
skipAlphaConvert: false,
- hidePrioritiesOnSecond: false,
variableSize: 'lg'
}
diff --git a/src/contents/1.jp.tsx b/src/contents/1.jp.tsx
index 7e30c1a80..596cf205d 100644
--- a/src/contents/1.jp.tsx
+++ b/src/contents/1.jp.tsx
@@ -16,6 +16,7 @@ import AER from 'src/components/AER'
import NextLessonButton from 'src/components/NextLessonButton'
import EpisodeCardList from 'src/components/EpisodeCardList'
import H from 'src/components/H'
+import ExpressionRunnerSeparator from 'src/components/ExpressionRunnerSeparator'
export default () => (
(
äžããŽ1:
- {AER.uqwm}
+ {AER.ilpo}
+
+ {AER.osqo}
åŽã¯ããã
@@ -256,14 +259,20 @@ export default () => (
äžããŽ2:
+ {AER.imyd}
+
{AER.bgfl}
äžããŽ3:
+ {AER.emmb}
+
{AER.tuqr}
äžããŽ4:
+ {AER.jozw}
+
{AER.cpkp}
>
),
diff --git a/src/contents/2.jp.tsx b/src/contents/2.jp.tsx
index e632d271c..28d442286 100644
--- a/src/contents/2.jp.tsx
+++ b/src/contents/2.jp.tsx
@@ -10,6 +10,7 @@ import YesNoButtons from 'src/components/YesNoButtons'
import EpisodeCardList from 'src/components/EpisodeCardList'
import H from 'src/components/H'
import episodeEmojis from 'src/lib/episodeEmojis'
+import ExpressionRunnerSeparator from 'src/components/ExpressionRunnerSeparator'
export const BasicRules = ({
includeFuncUnbound
@@ -49,6 +50,8 @@ export const BasicRules = ({
{AER.mhgm}
+
+ {AER.osqo}
>
)
@@ -73,7 +76,9 @@ export default () => (
ããã§ã¯ãååãŽã¯ãããĢįģå ´ããåŧåŊįŽą(äžããŽ1
)ãäŊŋãŖãĻčĒŦæããžã:
- {AER.uqwm}
+ {AER.ilpo}
+
+ {AER.osqo}
>
)
},
@@ -315,7 +320,9 @@ export default () => (
ã
- {AER.zxfv}
+ {AER.jwzh}
+
+ {AER.knhw}
>
)
},
diff --git a/src/contents/3.jp.tsx b/src/contents/3.jp.tsx
index 9ea9538b6..4ad4fddab 100644
--- a/src/contents/3.jp.tsx
+++ b/src/contents/3.jp.tsx
@@ -19,6 +19,7 @@ import EmojiWithText from 'src/components/EmojiWithText'
import EmojiForLetter from 'src/components/EmojiForLetter'
import BottomRightBadge from 'src/components/BottomRightBadge'
import InlinePrioritiesLabel from 'src/components/InlinePrioritiesLabel'
+import ExpressionRunnerSeparator from 'src/components/ExpressionRunnerSeparator'
export default () => (
(
ãĢã¯ãæåžãžã§äŊãčĩˇããžããã
ã¨ããããã§ãåŽčĄįĩæã¯ãããĒããžãã
- {AER.iped}
+ {AER.xwim}
+
+ {AER.awxz}
>
)
},
diff --git a/src/contents/4.jp.tsx b/src/contents/4.jp.tsx
index aee4aba90..511e24fea 100644
--- a/src/contents/4.jp.tsx
+++ b/src/contents/4.jp.tsx
@@ -10,6 +10,7 @@ import AER from 'src/components/AER'
import H from 'src/components/H'
import EmojiWithText from 'src/components/EmojiWithText'
import YesNoButtons from 'src/components/YesNoButtons'
+import ExpressionRunnerSeparator from 'src/components/ExpressionRunnerSeparator'
export default () => (
(
1ãĢãĒã
- {AER.jrxw}
+ {AER.udic}
+
+ {AER.xzqu}
3.{' '}
åããã¨ãįš°ãčŋããĻæåžãžã§įĩãããã
- {AER.esyi}
+ {AER.dnvw}
+
+ {AER.nric}
>
),
footer: {
@@ -281,7 +286,9 @@ export default () => (
1å¨įŽã¯ãããĒãâĻ
- {AER.wepe}
+ {AER.eial}
+
+ {AER.iwkx}
æįĩįãĢã¯
@@ -289,7 +296,9 @@ export default () => (
ãæŽããžã:
- {AER.bwop}
+ {AER.vjaa}
+
+ {AER.iifq}
>
)
},