@windward/games 0.12.1 → 0.14.0

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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ### Release [0.14.0] created - 2025-03-25
4
+
5
+
6
+ ### Release [0.13.0] created - 2025-03-11
7
+
8
+
3
9
  ### Hotfix [0.12.1] created - 2025-02-20
4
10
 
5
11
 
@@ -267,7 +267,6 @@
267
267
  <v-col cols="3" xl="8" lg="8" md="8" sm="8"></v-col>
268
268
  <v-col cols="9" xl="4" lg="4" md="4" sm="4">
269
269
  <v-row
270
- align="end"
271
270
  tabindex="0"
272
271
  :aria-label="
273
272
  $t(
@@ -276,7 +275,10 @@
276
275
  )
277
276
  "
278
277
  >
279
- <v-col align="end" tabindex="0" class="pa-0">
278
+ <v-col
279
+ class="d-flex flex-column align-end pa-0"
280
+ tabindex="0"
281
+ >
280
282
  {{
281
283
  $t(
282
284
  'windward.games.components.content.blocks.matching_game.of_complete_text_area',
@@ -286,12 +288,12 @@
286
288
  <v-progress-linear
287
289
  v-model="completedPercent"
288
290
  color="primary"
291
+ class="mb-4"
289
292
  outlined
290
293
  rounded
291
294
  height="15"
292
295
  style="pointer-events: none"
293
296
  ></v-progress-linear>
294
- <br />
295
297
  <v-btn
296
298
  color="primary"
297
299
  outlined
@@ -93,7 +93,8 @@
93
93
  <draggable
94
94
  v-if="
95
95
  mainPrompt.fileConfig.asset &&
96
- mainPrompt.fileConfig.asset.file_asset_id
96
+ mainPrompt.fileConfig.asset
97
+ .file_asset_id
97
98
  "
98
99
  class="dragArea list-group"
99
100
  :key="mainPrompt['prompt']"
@@ -255,10 +256,9 @@
255
256
  align="end"
256
257
  >
257
258
  <v-row>
258
- <v-col cols="12" lg="6" md="7" sm="6"></v-col>
259
- <v-col cols="12" lg="6" md="5" sm="6">
259
+ <v-col cols="3" xl="8" lg="8" md="8" sm="8"></v-col>
260
+ <v-col cols="9" xl="4" lg="4" md="4" sm="4">
260
261
  <v-row
261
- align="end"
262
262
  tabindex="0"
263
263
  :aria-label="
264
264
  $t(
@@ -267,7 +267,10 @@
267
267
  )
268
268
  "
269
269
  >
270
- <v-col align="end" tabindex="0" class="pa-0">
270
+ <v-col
271
+ class="d-flex flex-column align-end pa-0"
272
+ tabindex="0"
273
+ >
271
274
  {{
272
275
  $t(
273
276
  'windward.games.components.content.blocks.matching_game.of_complete_text_area',
@@ -280,12 +283,12 @@
280
283
  <v-progress-linear
281
284
  v-model="completedPercent"
282
285
  color="primary"
286
+ class="mb-4"
283
287
  outlined
284
288
  rounded
285
289
  height="15"
286
290
  style="pointer-events: none"
287
291
  ></v-progress-linear>
288
- <br />
289
292
  <v-btn
290
293
  color="primary"
291
294
  outlined
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@windward/games",
3
- "version": "0.12.1",
3
+ "version": "0.14.0",
4
4
  "description": "Windward UI Plugin Games",
5
5
  "main": "plugin.js",
6
6
  "scripts": {
package/plugin.js CHANGED
@@ -22,7 +22,8 @@ import CrosswordPuzzle from './components/content/blocks/crosswordPuzzle/Crosswo
22
22
  import CrosswordPuzzleSettingsManager from './components/settings/CrosswordPuzzleSettingsManager.vue'
23
23
 
24
24
  export default {
25
- name: 'Windward Games Plugin',
25
+ name: 'windward.games.name',
26
+ version: null,
26
27
  hooks: {
27
28
  beforeContent: (body) => {
28
29
  return body