@pocketprep/ui-kit 3.4.42 → 3.4.44

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.
@@ -140,6 +140,7 @@ export default class Search extends Vue {
140
140
  &--white {
141
141
  top: 10px;
142
142
  left: 8px;
143
+ color: $steel;
143
144
  }
144
145
 
145
146
  &--disabled,
@@ -268,7 +269,7 @@ export default class Search extends Vue {
268
269
  }
269
270
 
270
271
  &::placeholder {
271
- color: $slate;
272
+ color: $slate !important;
272
273
  }
273
274
 
274
275
  &--dark {
@@ -278,7 +279,7 @@ export default class Search extends Vue {
278
279
  color: $white;
279
280
 
280
281
  &::placeholder {
281
- color: $pewter;
282
+ color: $pewter !important;
282
283
  }
283
284
  }
284
285
 
@@ -305,7 +306,7 @@ export default class Search extends Vue {
305
306
  border: 1px solid #a7c7ff;
306
307
 
307
308
  &::placeholder {
308
- color: $brand-blue;
309
+ color: $brand-blue !important;
309
310
  }
310
311
  }
311
312
 
@@ -314,7 +315,7 @@ export default class Search extends Vue {
314
315
  border-color: $banana-bread;
315
316
 
316
317
  &::placeholder {
317
- color: $banana-bread;
318
+ color: $banana-bread !important;
318
319
  }
319
320
  }
320
321
  }
@@ -326,7 +327,7 @@ export default class Search extends Vue {
326
327
  background: $white;
327
328
 
328
329
  &::placeholder {
329
- color: $slate-01;
330
+ color: $slate !important;
330
331
  }
331
332
  }
332
333
 
package/lib/utils.ts CHANGED
@@ -60,7 +60,7 @@ export const studyModes = {
60
60
  '11': {
61
61
  name: 'Assignment',
62
62
  shortName: 'assignment',
63
- icon: 'pencil',
63
+ icon: 'link',
64
64
  iconColor: BrandColors.slate,
65
65
  iconColorDM: BrandColors.pewter,
66
66
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pocketprep/ui-kit",
3
- "version": "3.4.42",
3
+ "version": "3.4.44",
4
4
  "description": "Pocket Prep UI Kit",
5
5
  "author": "pocketprep",
6
6
  "scripts": {