@pocketprep/ui-kit 3.4.29 → 3.4.31

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.
@@ -57,6 +57,7 @@
57
57
  </template>
58
58
  </QuestionContext>
59
59
  </slot>
60
+ <slot name="promptExperiment" />
60
61
  <div
61
62
  ref="prompt"
62
63
  v-breakpoint:questionEl="breakpoints"
@@ -262,6 +263,7 @@
262
263
  :isCorrect="isCorrect"
263
264
  />
264
265
  </div>
266
+ <slot name="actionExperiment" />
265
267
  <div
266
268
  v-if="!reviewMode"
267
269
  v-breakpoint:questionEl="breakpoints"
@@ -41,6 +41,7 @@ export default class Tag extends Vue {
41
41
  @import '../../styles/colors';
42
42
 
43
43
  .uikit-tag {
44
+ box-sizing: border-box;
44
45
  display: inline-flex;
45
46
  align-items: flex-start;
46
47
  flex-shrink: 0;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pocketprep/ui-kit",
3
- "version": "3.4.29",
3
+ "version": "3.4.31",
4
4
  "description": "Pocket Prep UI Kit",
5
5
  "author": "pocketprep",
6
6
  "scripts": {