adminforth 2.4.0-next.87 → 2.4.0-next.88

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.
@@ -1,6 +1,6 @@
1
1
  <template>
2
2
  <div class="aspect-[4/3] w-8 h-6 flex items-center justify-center">
3
- <component v-if="getFlagComponent(countryCode)" :is="getFlagComponent(countryCode)" class="flag-icon w-full h-full object-contain rounded-sm"/>
3
+ <component v-if="getFlagComponent(countryCode)" :is="getFlagComponent(countryCode)" class="flag-icon h-full object-contain rounded-sm"/>
4
4
  <span v-else-if="countryCode">{{ countryCode }}</span>
5
5
  </div>
6
6
  </template>
@@ -24,5 +24,6 @@ const getFlagComponent = (countryCode: string) => {
24
24
  box-shadow: inset -0.3px -0.3px 0.3px 0px rgba(0 0 0 / 0.2),
25
25
  inset 0.3px 0.3px 0.3px 0px rgba(255 255 255 / 0.2),
26
26
  0px 0px 3px #00000030;
27
+ width: auto;
27
28
  }
28
29
  </style>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adminforth",
3
- "version": "2.4.0-next.87",
3
+ "version": "2.4.0-next.88",
4
4
  "description": "OpenSource Vue3 powered forth-generation admin panel",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",