@pocketprep/ui-kit 3.9.2 → 3.9.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.
@@ -13,7 +13,6 @@
13
13
  </template>
14
14
 
15
15
  <script setup lang="ts">
16
- import type { TBundleIds } from './phonePerson'
17
16
  import PhonePersonBehavioralHealth from './phoneperson-behavioralhealth@2x.png'
18
17
  import PhonePersonEMT from './phoneperson-emt@2x.png'
19
18
  import PhonePersonEssentials from './phoneperson-essentials@2x.png'
@@ -26,10 +25,8 @@ import PhonePersonNursingSchool from './phoneperson-nursingschool@2x.png'
26
25
  import PhonePersonProfessional from './phoneperson-professional@2x.png'
27
26
  import PhonePersonSkilledTrades from './phoneperson-skilledtrades@2x.png'
28
27
 
29
- const {
30
- bundleId = 'mO5EIsoZ9H',
31
- } = defineProps<{
32
- bundleId?: TBundleIds
28
+ defineProps<{
29
+ bundleId: string
33
30
  }>()
34
31
 
35
32
  const urls = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pocketprep/ui-kit",
3
- "version": "3.9.2",
3
+ "version": "3.9.3",
4
4
  "description": "Pocket Prep UI Kit",
5
5
  "author": "pocketprep",
6
6
  "scripts": {
@@ -1,12 +0,0 @@
1
- export type TBundleIds =
2
- 'mO5EIsoZ9H'
3
- | 'uKLwvbsbPV'
4
- | 'gAlCkoUVLl'
5
- | 'GVCNrq4ixh'
6
- | 'PusoOu7qGQ'
7
- | '1kS20KPPkH'
8
- | 'tVMt7KCrkQ'
9
- | '4dTgUX97Dk'
10
- | '9970muCFGV'
11
- | 'k9T5L3kC0U'
12
- | 'DO5jBm0OJo'