diff --git a/components.d.ts b/components.d.ts index 88d5c43..7bd4c86 100644 --- a/components.d.ts +++ b/components.d.ts @@ -39,6 +39,8 @@ declare module 'vue' { IonRippleEffect: typeof import('@ionic/vue')['IonRippleEffect'] IonRouterOutlet: typeof import('@ionic/vue')['IonRouterOutlet'] IonSearchbar: typeof import('@ionic/vue')['IonSearchbar'] + IonSegment: typeof import('@ionic/vue')['IonSegment'] + IonSegmentButton: typeof import('@ionic/vue')['IonSegmentButton'] IonSelect: typeof import('@ionic/vue')['IonSelect'] IonSelectOption: typeof import('@ionic/vue')['IonSelectOption'] IonTabBar: typeof import('@ionic/vue')['IonTabBar'] @@ -89,6 +91,8 @@ declare global { const IonRippleEffect: typeof import('@ionic/vue')['IonRippleEffect'] const IonRouterOutlet: typeof import('@ionic/vue')['IonRouterOutlet'] const IonSearchbar: typeof import('@ionic/vue')['IonSearchbar'] + const IonSegment: typeof import('@ionic/vue')['IonSegment'] + const IonSegmentButton: typeof import('@ionic/vue')['IonSegmentButton'] const IonSelect: typeof import('@ionic/vue')['IonSelect'] const IonSelectOption: typeof import('@ionic/vue')['IonSelectOption'] const IonTabBar: typeof import('@ionic/vue')['IonTabBar'] diff --git a/package.json b/package.json index af951d5..6e98304 100644 --- a/package.json +++ b/package.json @@ -42,6 +42,7 @@ "devDependencies": { "@antfu/eslint-config": "^6.6.1", "@capacitor/cli": "8.0.0", + "@iconify-json/cryptocurrency-color": "^1.2.4", "@iconify-json/ic": "^1.2.4", "@iconify-json/material-icon-theme": "^1.2.44", "@iconify/vue": "^5.0.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 040f629..643d06e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -87,6 +87,9 @@ importers: '@capacitor/cli': specifier: 8.0.0 version: 8.0.0 + '@iconify-json/cryptocurrency-color': + specifier: ^1.2.4 + version: 1.2.4 '@iconify-json/ic': specifier: ^1.2.4 version: 1.2.4 @@ -1106,6 +1109,9 @@ packages: resolution: {integrity: sha512-bV0Tgo9K4hfPCek+aMAn81RppFKv2ySDQeMoSZuvTASywNTnVJCArCZE2FWqpvIatKu7VMRLWlR1EazvVhDyhQ==} engines: {node: '>=18.18'} + '@iconify-json/cryptocurrency-color@1.2.4': + resolution: {integrity: sha512-8vjIfTAAMg0zo3/CdVWV7YjViY1L/q4TFfjROmqRPCRPhM6iVecW4TzMFS8hxm48S2Ge69SNM1yC8FmHT+jfHw==} + '@iconify-json/ic@1.2.4': resolution: {integrity: sha512-pzPMmrZrBQuwT7nmtrYdkttun8KalRGgZPIL1Ny9KpF2zjRGIUPN+npTfuD3lrgO/OnSwAoJWuekQwBpt/Cqrw==} @@ -5677,6 +5683,10 @@ snapshots: '@humanwhocodes/retry@0.4.3': {} + '@iconify-json/cryptocurrency-color@1.2.4': + dependencies: + '@iconify/types': 2.0.0 + '@iconify-json/ic@1.2.4': dependencies: '@iconify/types': 2.0.0 diff --git a/src/components/ui/avatar/index.vue b/src/components/ui/avatar/index.vue index 860a4c2..cfe5aa6 100644 --- a/src/components/ui/avatar/index.vue +++ b/src/components/ui/avatar/index.vue @@ -3,7 +3,7 @@