@mixd-id/web-scaffold 0.1.230406101 → 0.1.230406103

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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mixd-id/web-scaffold",
3
3
  "private": false,
4
- "version": "0.1.230406101",
4
+ "version": "0.1.230406103",
5
5
  "scripts": {
6
6
  "dev": "vite serve",
7
7
  "build": "vite build",
@@ -156,7 +156,7 @@ export default{
156
156
  }
157
157
 
158
158
  .title{
159
- @apply my-1 break-words;
159
+ @apply my-1 break-words whitespace-pre-line;
160
160
  }
161
161
 
162
162
  .description{
@@ -1,5 +1,5 @@
1
1
  <template>
2
- <div :class="$style.comp">
2
+ <div class="grid">
3
3
  <div v-for="(icon, index) in icons" :key="index" class="text-center p-3">
4
4
  <router-link :to="icon.target ?? ''">
5
5
  <Image :src="imageUrl(icon)" class="inline-block aspect-square w-[90%] md:w-[95%] max-w-[64px] rounded-xl"