@varlet/ui 2.13.1-alpha.1689663779667 → 2.13.2
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/index.bundle.mjs +1 -1
- package/es/index.mjs +1 -1
- package/es/menu/menu.css +1 -1
- package/es/menu/usePopover.mjs +47 -1
- package/es/select/Select.mjs +1 -1
- package/es/snackbar/style/index.mjs +1 -1
- package/es/style.css +1 -1
- package/es/swipe-item/index.mjs +0 -3
- package/es/tooltip/tooltip.css +1 -1
- package/es/utils/elements.mjs +1 -1
- package/es/varlet.esm.js +2492 -2450
- package/highlight/web-types.en-US.json +2 -2
- package/highlight/web-types.zh-CN.json +3 -3
- package/lib/style.css +1 -1
- package/lib/varlet.cjs.js +51 -8
- package/package.json +6 -6
- package/types/snackbar.d.ts +9 -10
- package/umd/varlet.js +5 -5
|
@@ -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.13.
|
|
4
|
+
"version": "2.13.2",
|
|
5
5
|
"name": "VARLET",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
@@ -5550,7 +5550,7 @@
|
|
|
5550
5550
|
{
|
|
5551
5551
|
"name": "loading-color",
|
|
5552
5552
|
"description": "loading color (see `Loading` component)",
|
|
5553
|
-
"default": "
|
|
5553
|
+
"default": "currentColor",
|
|
5554
5554
|
"value": {
|
|
5555
5555
|
"type": "string",
|
|
5556
5556
|
"kind": "expression"
|
|
@@ -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.13.
|
|
4
|
+
"version": "2.13.2",
|
|
5
5
|
"name": "VARLET",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
@@ -5902,8 +5902,8 @@
|
|
|
5902
5902
|
},
|
|
5903
5903
|
{
|
|
5904
5904
|
"name": "loading-color",
|
|
5905
|
-
"description": "loading颜色(
|
|
5906
|
-
"default": "
|
|
5905
|
+
"description": "loading颜色(见 `loading`组件)",
|
|
5906
|
+
"default": "currentColor",
|
|
5907
5907
|
"value": {
|
|
5908
5908
|
"type": "string",
|
|
5909
5909
|
"kind": "expression"
|