@pocketprep/ui-kit 3.9.0 → 3.9.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.
@@ -152,13 +152,7 @@
152
152
  import Icon from '../Icons/Icon.vue'
153
153
  import { dark as vDark } from '../../directives'
154
154
  import { computed, nextTick, onMounted, ref, useTemplateRef, watch } from 'vue'
155
-
156
- interface IItem {
157
- value?: string | null
158
- label: string
159
- type?: 'option' | 'link'
160
- subtext?: string
161
- }
155
+ import type { IItem } from './select'
162
156
 
163
157
  const {
164
158
  label = '',
@@ -0,0 +1,6 @@
1
+ export interface IItem {
2
+ value?: string | null
3
+ label: string
4
+ type?: 'option' | 'link'
5
+ subtext?: string
6
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pocketprep/ui-kit",
3
- "version": "3.9.0",
3
+ "version": "3.9.1",
4
4
  "description": "Pocket Prep UI Kit",
5
5
  "author": "pocketprep",
6
6
  "scripts": {