@timus-networks/theme 1.0.94 → 1.0.96
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.
|
@@ -15,8 +15,8 @@
|
|
|
15
15
|
:file-list="fileList"
|
|
16
16
|
multiple
|
|
17
17
|
>
|
|
18
|
-
|
|
19
|
-
<img src="~/assets/images/upload-drop.svg" alt="upload" class="w-[56px] h-[56px]" />
|
|
18
|
+
<i class="el-icon-upload" />
|
|
19
|
+
<!-- <img src="~/assets/images/upload-drop.svg" alt="upload" class="w-[56px] h-[56px]" /> -->
|
|
20
20
|
<div class="el-upload__text">
|
|
21
21
|
<span class="title">Drag CSV here</span>
|
|
22
22
|
<span class="description">or click to browse (5MB Max)</span>
|
|
@@ -15,8 +15,8 @@
|
|
|
15
15
|
:file-list="fileList"
|
|
16
16
|
multiple
|
|
17
17
|
>
|
|
18
|
-
|
|
19
|
-
<img src="~/assets/images/upload-drop.svg" alt="upload" class="w-[56px] h-[56px]" />
|
|
18
|
+
<i class="el-icon-upload" />
|
|
19
|
+
<!-- <img src="~/assets/images/upload-drop.svg" alt="upload" class="w-[56px] h-[56px]" /> -->
|
|
20
20
|
<div class="el-upload__text">
|
|
21
21
|
<span class="title">Drag CSV here</span>
|
|
22
22
|
<span class="description">or click to browse (5MB Max)</span>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@timus-networks/theme",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.96",
|
|
4
4
|
"description": "A comprehensive Nuxt.js module providing a tailored theme experience with integrated TailwindCSS support for applications.",
|
|
5
5
|
"main": "module.js",
|
|
6
6
|
"types": "index.d.ts",
|