@gamelearn/arcade-components 3.30.6 → 3.30.7
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.
|
@@ -61928,7 +61928,7 @@ function MatchPuzzleComponent({
|
|
|
61928
61928
|
}), [Be]), /* @__PURE__ */ jsxRuntimeExports.jsxs(jsxRuntimeExports.Fragment, { children: [
|
|
61929
61929
|
/* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "match", children: [
|
|
61930
61930
|
(f || T > 0) && /* @__PURE__ */ jsxRuntimeExports.jsxs("header", { className: "match__header", children: [
|
|
61931
|
-
f && /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: "match__title", children: f }),
|
|
61931
|
+
f && /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: "match__title", "data-testid": "match__title", children: f }),
|
|
61932
61932
|
T > 0 && /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
61933
61933
|
CountdownTimer,
|
|
61934
61934
|
{
|
|
@@ -61947,6 +61947,7 @@ function MatchPuzzleComponent({
|
|
|
61947
61947
|
"button",
|
|
61948
61948
|
{
|
|
61949
61949
|
id: Ae.id,
|
|
61950
|
+
"data-testid": Ae.id,
|
|
61950
61951
|
className: [
|
|
61951
61952
|
"unset-button match-button",
|
|
61952
61953
|
R === Ae.id && "match-button--marked",
|
|
@@ -61975,6 +61976,7 @@ function MatchPuzzleComponent({
|
|
|
61975
61976
|
"button",
|
|
61976
61977
|
{
|
|
61977
61978
|
id: Ae.id,
|
|
61979
|
+
"data-testid": Ae.id,
|
|
61978
61980
|
className: [
|
|
61979
61981
|
"unset-button match-button",
|
|
61980
61982
|
R === Ae.id && "match-button--marked",
|