@pocketprep/ui-kit 3.0.24 → 3.0.26

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.
@@ -569,7 +569,8 @@
569
569
  name="showNamesTable"
570
570
  :choice-key="choice.key"
571
571
  />
572
- </div>
572
+ </div>
573
+ <slot name="unansweredFlaggedNamesTable" />
573
574
  </div>
574
575
  <div
575
576
  v-if="isMCR && showAnswers && !showPaywall"
@@ -2773,7 +2774,7 @@ export default class Question extends Vue {
2773
2774
  }
2774
2775
 
2775
2776
  &--selected#{&}--answer {
2776
- background-color: $chromophobia-green;
2777
+ background-color: $cadaverous;
2777
2778
  color: $white;
2778
2779
  border: none;
2779
2780
 
@@ -2783,7 +2784,7 @@ export default class Question extends Vue {
2783
2784
  }
2784
2785
 
2785
2786
  &--answer:not(&--selected) {
2786
- color: $chromophobia-green;
2787
+ color: $cadaverous;
2787
2788
  }
2788
2789
 
2789
2790
  &--answer--dark:not(&--selected) {
@@ -3141,11 +3142,15 @@ export default class Question extends Vue {
3141
3142
  }
3142
3143
 
3143
3144
  &--correct {
3144
- background-color: $green;
3145
+ background-color: $cadaverous;
3146
+
3147
+ &--dark {
3148
+ background-color: $jungle-green;
3149
+ }
3145
3150
  }
3146
3151
 
3147
3152
  &--incorrect {
3148
- background-color: $brand-red;
3153
+ background-color: $pepper;
3149
3154
 
3150
3155
  &--dark {
3151
3156
  background-color: $rosa;
@@ -3249,7 +3254,7 @@ export default class Question extends Vue {
3249
3254
  flex-direction: column;
3250
3255
  align-items: center;
3251
3256
  flex: 1;
3252
- background-color: rgba($green, 0.13);
3257
+ background-color: rgba($cadaverous, 0.13);
3253
3258
  padding: 9px 0;
3254
3259
  border-radius: 6px;
3255
3260
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pocketprep/ui-kit",
3
- "version": "3.0.24",
3
+ "version": "3.0.26",
4
4
  "description": "Pocket Prep UI Kit",
5
5
  "author": "pocketprep",
6
6
  "scripts": {