@varlet/ui 2.8.3 → 2.8.4-alpha.1677149602351
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/es/avatar-group/avatarGroup.css +1 -1
- package/es/button-group/buttonGroup.css +1 -1
- package/es/hover/index.mjs +154 -0
- package/es/hover/style/index.mjs +0 -0
- package/es/index.bundle.mjs +7 -1
- package/es/index.mjs +6 -1
- package/es/input/Input.mjs +34 -0
- package/es/space/space.css +1 -1
- package/es/style.css +1 -1
- package/es/style.mjs +1 -0
- package/es/utils/jest.mjs +24 -0
- package/es/varlet.esm.js +5208 -5115
- package/highlight/web-types.en-US.json +7 -1
- package/highlight/web-types.zh-CN.json +7 -1
- package/lib/style.css +1 -1
- package/lib/varlet.cjs.js +169 -16
- package/package.json +5 -5
- package/types/hover.d.ts +8 -0
- package/types/index.d.ts +2 -0
- package/types/lazy.d.ts +1 -1
- package/types/ripple.d.ts +6 -1
- package/types/varDirective.d.ts +4 -4
- package/umd/varlet.js +6 -6
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://raw.githubusercontent.com/JetBrains/web-types/master/schema/web-types.json",
|
|
3
3
|
"framework": "vue",
|
|
4
|
-
"version": "2.8.
|
|
4
|
+
"version": "2.8.4-alpha.1677149602351",
|
|
5
5
|
"name": "VARLET",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
@@ -2505,6 +2505,12 @@
|
|
|
2505
2505
|
"events": [],
|
|
2506
2506
|
"slots": []
|
|
2507
2507
|
},
|
|
2508
|
+
{
|
|
2509
|
+
"name": "var-hover",
|
|
2510
|
+
"attributes": [],
|
|
2511
|
+
"events": [],
|
|
2512
|
+
"slots": []
|
|
2513
|
+
},
|
|
2508
2514
|
{
|
|
2509
2515
|
"name": "var-icon",
|
|
2510
2516
|
"attributes": [
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://raw.githubusercontent.com/JetBrains/web-types/master/schema/web-types.json",
|
|
3
3
|
"framework": "vue",
|
|
4
|
-
"version": "2.8.
|
|
4
|
+
"version": "2.8.4-alpha.1677149602351",
|
|
5
5
|
"name": "VARLET",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
@@ -2556,6 +2556,12 @@
|
|
|
2556
2556
|
"events": [],
|
|
2557
2557
|
"slots": []
|
|
2558
2558
|
},
|
|
2559
|
+
{
|
|
2560
|
+
"name": "var-hover",
|
|
2561
|
+
"attributes": [],
|
|
2562
|
+
"events": [],
|
|
2563
|
+
"slots": []
|
|
2564
|
+
},
|
|
2559
2565
|
{
|
|
2560
2566
|
"name": "var-icon",
|
|
2561
2567
|
"attributes": [
|