@dcrackel/hematournamentui 1.0.335 → 1.0.337
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/dist/HemaTournamentUI-lib.es.js +255 -282
- package/dist/HemaTournamentUI-lib.umd.js +26 -26
- package/package.json +1 -1
- package/src/mocks/getDEBouts-67Fencers.js +4 -4
- package/src/mocks/getDEWithBouts.js +290 -2786
- package/src/mocks/getDeBouts-15fencers.js +4 -4
- package/src/stories/Organisms/Cards/TableauBoutCard/SpacingConfig.js +11 -19
- package/src/stories/Organisms/Containers/TableauLines/SpacingConfig.js +14 -22
- package/src/stories/Organisms/Containers/TableauLines/TableauLines.vue +4 -4
package/package.json
CHANGED
|
@@ -6301,7 +6301,7 @@ const getDEWithBouts67Fencers =
|
|
|
6301
6301
|
"TimeLeft": 0,
|
|
6302
6302
|
"CurrentPass": 0,
|
|
6303
6303
|
"MaxPasses": 0,
|
|
6304
|
-
"RoundLabel": "
|
|
6304
|
+
"RoundLabel": "Table of 8",
|
|
6305
6305
|
"DEBoutId": 121,
|
|
6306
6306
|
"DENextBoutId": 125,
|
|
6307
6307
|
"RefereeId": null,
|
|
@@ -6349,7 +6349,7 @@ const getDEWithBouts67Fencers =
|
|
|
6349
6349
|
"TimeLeft": 0,
|
|
6350
6350
|
"CurrentPass": 0,
|
|
6351
6351
|
"MaxPasses": 0,
|
|
6352
|
-
"RoundLabel": "
|
|
6352
|
+
"RoundLabel": "Table of 8",
|
|
6353
6353
|
"DEBoutId": 122,
|
|
6354
6354
|
"DENextBoutId": 125,
|
|
6355
6355
|
"RefereeId": null,
|
|
@@ -6397,7 +6397,7 @@ const getDEWithBouts67Fencers =
|
|
|
6397
6397
|
"TimeLeft": 0,
|
|
6398
6398
|
"CurrentPass": 0,
|
|
6399
6399
|
"MaxPasses": 0,
|
|
6400
|
-
"RoundLabel": "
|
|
6400
|
+
"RoundLabel": "Table of 8",
|
|
6401
6401
|
"DEBoutId": 123,
|
|
6402
6402
|
"DENextBoutId": 126,
|
|
6403
6403
|
"RefereeId": null,
|
|
@@ -6445,7 +6445,7 @@ const getDEWithBouts67Fencers =
|
|
|
6445
6445
|
"TimeLeft": 0,
|
|
6446
6446
|
"CurrentPass": 0,
|
|
6447
6447
|
"MaxPasses": 0,
|
|
6448
|
-
"RoundLabel": "
|
|
6448
|
+
"RoundLabel": "Table of 8",
|
|
6449
6449
|
"DEBoutId": 124,
|
|
6450
6450
|
"DENextBoutId": 126,
|
|
6451
6451
|
"RefereeId": null,
|