@varlet/ui 1.25.1 → 1.25.2-alpha.1643295362272
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,8 +1,8 @@
|
|
|
1
1
|
import '../../styles/common.css'
|
|
2
|
-
import '../SnackbarSfc.css'
|
|
3
2
|
import '../../styles/elevation.css'
|
|
4
3
|
import '../../loading/loading.css'
|
|
5
4
|
import '../../button/button.css'
|
|
6
5
|
import '../../icon/icon.css'
|
|
7
6
|
import '../snackbar.css'
|
|
8
7
|
import '../coreSfc.css'
|
|
8
|
+
import '../SnackbarSfc.css'
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import '../../styles/common.less'
|
|
2
|
-
import '../SnackbarSfc.less'
|
|
3
2
|
import '../../styles/elevation.less'
|
|
4
3
|
import '../../loading/loading.less'
|
|
5
4
|
import '../../button/button.less'
|
|
6
5
|
import '../../icon/icon.less'
|
|
7
6
|
import '../snackbar.less'
|
|
8
7
|
import '../coreSfc.less'
|
|
8
|
+
import '../SnackbarSfc.less'
|
package/es/varlet.esm.js
CHANGED
|
@@ -16431,9 +16431,9 @@ var skeleton = "";
|
|
|
16431
16431
|
var SkeletonSfc = "";
|
|
16432
16432
|
var slider = "";
|
|
16433
16433
|
var SliderSfc = "";
|
|
16434
|
-
var SnackbarSfc = "";
|
|
16435
16434
|
var snackbar = "";
|
|
16436
16435
|
var coreSfc = "";
|
|
16436
|
+
var SnackbarSfc = "";
|
|
16437
16437
|
var space = "";
|
|
16438
16438
|
var step = "";
|
|
16439
16439
|
var StepSfc = "";
|
package/highlight/web-types.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@varlet/ui",
|
|
3
|
-
"version": "1.25.
|
|
3
|
+
"version": "1.25.2-alpha.1643295362272",
|
|
4
4
|
"description": "A material like components library",
|
|
5
5
|
"module": "es/index.js",
|
|
6
6
|
"main": "lib/index.js",
|
|
@@ -39,13 +39,13 @@
|
|
|
39
39
|
},
|
|
40
40
|
"gitHead": "ee9c3866bedad96c86365b0f9888a3a6bb781b1f",
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@varlet/icons": "1.25.
|
|
42
|
+
"@varlet/icons": "1.25.2-alpha.1643295362272",
|
|
43
43
|
"dayjs": "^1.10.4",
|
|
44
44
|
"decimal.js": "^10.2.1"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
|
-
"@varlet/cli": "1.25.
|
|
48
|
-
"@varlet/touch-emulator": "1.25.
|
|
47
|
+
"@varlet/cli": "1.25.2-alpha.1643295362272",
|
|
48
|
+
"@varlet/touch-emulator": "1.25.2-alpha.1643295362272",
|
|
49
49
|
"@vue/test-utils": "2.0.0-rc.6",
|
|
50
50
|
"@vue/runtime-core": "^3.2.16",
|
|
51
51
|
"typescript": "^4.4.4",
|