@varlet/ui 2.5.5-alpha.1672917688708 → 2.5.6

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 +1 @@
1
- .var--box { box-sizing: border-box;}.var--box * { box-sizing: border-box;}.var--relative { position: relative;}.var--absolute { position: absolute;}.var--hidden { overflow: hidden;}.var--lock { overflow: hidden;}.var--block { display: block;}.var--ellipsis { overflow-x: hidden; text-overflow: ellipsis; white-space: nowrap;}.var--inline-block { display: inline-block;}.var--flex { display: flex;}.var--inline-flex { display: inline-flex;}:root { --font-size-xs: 10px; --font-size-sm: 12px; --font-size-md: 14px; --font-size-lg: 16px; --icon-size-xs: 16px; --icon-size-sm: 18px; --icon-size-md: 20px; --icon-size-lg: 22px; --color-body: #fff; --color-text: #333; --color-primary: #3a7afe; --color-info: #00afef; --color-success: #00c48f; --color-warning: #ff9f00; --color-danger: #f44336; --color-disabled: #e0e0e0; --color-text-disabled: #aaa; --opacity-disabled: 0.6; --cubic-bezier: cubic-bezier(0.25, 0.8, 0.5, 1); --shadow-key-umbra-opacity: rgba(0, 0, 0, 0.2); --shadow-key-penumbra-opacity: rgba(0, 0, 0, 0.14); --shadow-key-ambient-opacity: rgba(0, 0, 0, 0.12);}
1
+ .var--box { box-sizing: border-box;}.var--box * { box-sizing: border-box;}.var--relative { position: relative;}.var--absolute { position: absolute;}.var--hidden { overflow: hidden;}.var--lock { overflow: hidden !important;}.var--block { display: block;}.var--ellipsis { overflow-x: hidden; text-overflow: ellipsis; white-space: nowrap;}.var--inline-block { display: inline-block;}.var--flex { display: flex;}.var--inline-flex { display: inline-flex;}:root { --font-size-xs: 10px; --font-size-sm: 12px; --font-size-md: 14px; --font-size-lg: 16px; --icon-size-xs: 16px; --icon-size-sm: 18px; --icon-size-md: 20px; --icon-size-lg: 22px; --color-body: #fff; --color-text: #333; --color-primary: #3a7afe; --color-info: #00afef; --color-success: #00c48f; --color-warning: #ff9f00; --color-danger: #f44336; --color-disabled: #e0e0e0; --color-text-disabled: #aaa; --opacity-disabled: 0.6; --cubic-bezier: cubic-bezier(0.25, 0.8, 0.5, 1); --shadow-key-umbra-opacity: rgba(0, 0, 0, 0.2); --shadow-key-penumbra-opacity: rgba(0, 0, 0, 0.14); --shadow-key-ambient-opacity: rgba(0, 0, 0, 0.12);}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@varlet/ui",
3
- "version": "2.5.5-alpha.1672917688708",
3
+ "version": "2.5.6",
4
4
  "description": "A material like components library",
5
5
  "module": "es/index.js",
6
6
  "main": "lib/index.js",
@@ -45,15 +45,17 @@
45
45
  },
46
46
  "dependencies": {
47
47
  "@popperjs/core": "^2.11.6",
48
+ "@varlet/icons": "2.5.6",
49
+ "@varlet/shared": "2.5.6",
48
50
  "dayjs": "^1.10.4",
49
- "decimal.js": "^10.2.1",
50
- "@varlet/icons": "2.5.5-alpha.1672917688708",
51
- "@varlet/shared": "2.5.5-alpha.1672917688708"
51
+ "decimal.js": "^10.2.1"
52
52
  },
53
53
  "devDependencies": {
54
54
  "@types/jest": "^26.0.15",
55
55
  "@types/lodash-es": "^4.17.6",
56
56
  "@types/node": "^18.7.18",
57
+ "@varlet/cli": "2.5.6",
58
+ "@varlet/touch-emulator": "2.5.6",
57
59
  "@vue/runtime-core": "3.2.25",
58
60
  "@vue/test-utils": "^2.0.2",
59
61
  "clipboard": "^2.0.6",
@@ -62,9 +64,7 @@
62
64
  "postcss-px-to-viewport": "^1.1.1",
63
65
  "typescript": "^4.4.4",
64
66
  "vue": "3.2.25",
65
- "vue-router": "4.0.12",
66
- "@varlet/cli": "2.5.5-alpha.1672917688708",
67
- "@varlet/touch-emulator": "2.5.5-alpha.1672917688708"
67
+ "vue-router": "4.0.12"
68
68
  },
69
69
  "browserslist": [
70
70
  "Chrome >= 54",