@windward/games 0.2.0 → 0.2.1

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/plugin.js +9 -18
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@windward/games",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "Windward UI Plugin Games",
5
5
  "main": "plugin.js",
6
6
  "scripts": {
package/plugin.js CHANGED
@@ -42,8 +42,7 @@ export default {
42
42
  metadata: {
43
43
  icon: 'mdi-cards-variant',
44
44
  name: 'windward.games.shared.content_blocks.title.flashcards',
45
- grouping:
46
- 'windward.games.shared.content_blocks.grouping.game',
45
+ grouping: 'components.content.blocks.group.activities',
47
46
  },
48
47
  },
49
48
  {
@@ -52,8 +51,7 @@ export default {
52
51
  metadata: {
53
52
  icon: 'mdi-sort',
54
53
  name: 'windward.games.shared.content_blocks.title.sort',
55
- grouping:
56
- 'windward.games.shared.content_blocks.grouping.game',
54
+ grouping: 'components.content.blocks.group.activities',
57
55
  },
58
56
  },
59
57
  {
@@ -62,8 +60,7 @@ export default {
62
60
  metadata: {
63
61
  icon: 'mdi-bucket-outline',
64
62
  name: 'windward.games.shared.content_blocks.title.bucket',
65
- grouping:
66
- 'windward.games.shared.content_blocks.grouping.game',
63
+ grouping: 'components.content.blocks.group.activities',
67
64
  },
68
65
  },
69
66
  {
@@ -81,8 +78,7 @@ export default {
81
78
  metadata: {
82
79
  icon: 'mdi-image-filter-none',
83
80
  name: 'windward.games.shared.content_blocks.title.matching_game',
84
- grouping:
85
- 'windward.games.shared.content_blocks.grouping.game',
81
+ grouping: 'components.content.blocks.group.activities',
86
82
  },
87
83
  },
88
84
  {
@@ -91,8 +87,7 @@ export default {
91
87
  metadata: {
92
88
  icon: 'mdi-head-question-outline',
93
89
  name: 'windward.games.shared.content_blocks.title.quizshow',
94
- grouping:
95
- 'windward.games.shared.content_blocks.grouping.game',
90
+ grouping: 'components.content.blocks.group.activities',
96
91
  },
97
92
  },
98
93
  {
@@ -101,8 +96,7 @@ export default {
101
96
  metadata: {
102
97
  icon: 'mdi-head-question-outline',
103
98
  name: 'windward.games.shared.content_blocks.title.multiple_choice',
104
- grouping:
105
- 'windward.games.shared.content_blocks.grouping.game',
99
+ grouping: 'components.content.blocks.group.activities',
106
100
  },
107
101
  },
108
102
  {
@@ -111,8 +105,7 @@ export default {
111
105
  metadata: {
112
106
  icon: 'mdi-alphabetical-variant',
113
107
  name: 'windward.games.shared.content_blocks.title.word_jumble',
114
- grouping:
115
- 'windward.games.shared.content_blocks.grouping.game',
108
+ grouping: 'components.content.blocks.group.activities',
116
109
  },
117
110
  },
118
111
  {
@@ -121,8 +114,7 @@ export default {
121
114
  metadata: {
122
115
  icon: 'mdi-ab-testing',
123
116
  name: 'windward.games.shared.content_blocks.title.seven_strikes',
124
- grouping:
125
- 'windward.games.shared.content_blocks.grouping.game',
117
+ grouping: 'components.content.blocks.group.activities',
126
118
  },
127
119
  },
128
120
  {
@@ -131,8 +123,7 @@ export default {
131
123
  metadata: {
132
124
  icon: 'mdi-alpha-c-box-outline',
133
125
  name: 'windward.games.shared.content_blocks.title.crossword_puzzle',
134
- grouping:
135
- 'windward.games.shared.content_blocks.grouping.game',
126
+ grouping: 'components.content.blocks.group.activities',
136
127
  },
137
128
  },
138
129
  ],