@pocketprep/ui-kit 3.2.1 → 3.2.3

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.
@@ -28,7 +28,7 @@ export type TTableRow = {
28
28
  id: string | number
29
29
  styles?: Record<string, string>
30
30
  } & {
31
- [key: string]: string | number
31
+ [key: string]: unknown
32
32
  }
33
33
 
34
34
  export interface ITableSortSettings {
@@ -104,6 +104,10 @@ export default class Toast extends Vue {
104
104
  padding: 0 15px;
105
105
  box-sizing: border-box;
106
106
 
107
+ @include breakpoint(black-bear) {
108
+ width: 335px;
109
+ }
110
+
107
111
  &:hover {
108
112
  background-color: $charcoal;
109
113
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pocketprep/ui-kit",
3
- "version": "3.2.1",
3
+ "version": "3.2.3",
4
4
  "description": "Pocket Prep UI Kit",
5
5
  "author": "pocketprep",
6
6
  "scripts": {