wave-ui 2.43.0 → 2.43.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/package.json CHANGED
@@ -1,31 +1,34 @@
1
1
  {
2
2
  "name": "wave-ui",
3
- "version": "2.43.0",
3
+ "version": "2.43.2",
4
4
  "description": "An emerging UI framework for Vue.js (2 & 3) with only the bright side. :sunny:",
5
5
  "author": "Antoni Andre <antoniandre.web@gmail.com>",
6
- "license": "MIT",
6
+ "homepage": "https://antoniandre.github.io/wave-ui",
7
7
  "repository": "https://github.com/antoniandre/wave-ui",
8
+ "license": "MIT",
8
9
  "funding": "https://github.com/sponsors/antoniandre",
9
10
  "main": "./dist/wave-ui.umd.js",
10
11
  "unpkg": "dist/wave-ui.umd.js",
11
12
  "jsdelivr": "dist/wave-ui.umd.js",
12
13
  "module": "./dist/wave-ui.es.js",
14
+ "files": [
15
+ "dist",
16
+ "src/wave-ui"
17
+ ],
13
18
  "exports": {
14
- "./dist/wave-ui.css": "./dist/wave-ui.css",
15
- "./dist/wave-ui.cjs.js": "./dist/wave-ui.cjs.js",
16
- "./src/wave-ui": "./src/wave-ui/index.js",
17
- "./src/wave-ui/scss/_variables.scss": "./src/wave-ui/scss/_variables.scss",
18
19
  ".": {
19
20
  "import": "./dist/wave-ui.es.js",
20
21
  "require": "./dist/wave-ui.umd.js"
21
22
  },
22
23
  "./package.json": "./package.json",
23
24
  "./dist/*": "./dist/*",
25
+ "./src/wave-ui": "./src/wave-ui/index.js",
24
26
  "./src/wave-ui/*": "./src/wave-ui/*"
25
27
  },
26
- "files": [
27
- "dist",
28
- "src/wave-ui"
28
+ "sideEffects": [
29
+ "*.css",
30
+ "*.scss",
31
+ "*.vue"
29
32
  ],
30
33
  "keywords": [
31
34
  "wave ui",
@@ -43,35 +46,33 @@
43
46
  "serve": "vite preview --base /wave-ui/",
44
47
  "lint": "vite lint"
45
48
  },
46
- "sideEffects": [
47
- "*.css",
48
- "*.scss",
49
- "*.vue"
50
- ],
51
49
  "devDependencies": {
52
- "@babel/core": "^7.19.0",
53
- "@babel/eslint-parser": "^7.18.9",
50
+ "@babel/core": "^7.19.6",
51
+ "@babel/eslint-parser": "^7.19.1",
54
52
  "@babel/plugin-proposal-class-properties": "^7.18.6",
55
53
  "@mdi/font": "^5.9.55",
56
- "@vitejs/plugin-vue": "^1.10.2",
57
- "@vue/compiler-sfc": "3.1.5",
58
- "autoprefixer": "^10.4.8",
54
+ "@vitejs/plugin-vue": "^3.1.2",
55
+ "@vue/compiler-sfc": "3.2.41",
56
+ "autoprefixer": "^10.4.12",
59
57
  "axios": "^0.25.0",
60
58
  "eslint": "^7.32.0",
61
59
  "font-awesome": "^4.7.0",
62
- "gsap": "^3.11.1",
60
+ "gsap": "^3.11.3",
63
61
  "ionicons": "^4.6.3",
64
62
  "material-design-icons": "^3.0.1",
65
- "postcss": "^8.4.16",
63
+ "postcss": "^8.4.18",
64
+ "pug": "^3.0.2",
66
65
  "rollup-plugin-delete": "^2.0.0",
67
- "sass": "^1.54.8",
68
- "simple-syntax-highlighter": "^2.2.3",
66
+ "sass": "^1.55.0",
67
+ "simple-syntax-highlighter": "^2.2.5",
69
68
  "splitpanes": "^3.1.1",
70
- "vite": "^2.9.15",
71
- "vite-plugin-pug": "^0.3.1",
72
- "vue": "^3.2.38",
69
+ "vite": "^3.1.8",
70
+ "vue": "^3.2.41",
73
71
  "vue-router": "^4.1.5",
74
- "vueperslides": "^3.4.2",
75
- "vuex": "^4.0.2"
72
+ "vueperslides": "^3.5.1",
73
+ "vuex": "^4.1.0"
74
+ },
75
+ "peerDependencies": {
76
+ "vue": "^2.6.14 || ^3.2.0"
76
77
  }
77
78
  }
@@ -175,6 +175,8 @@ export default {
175
175
  .w-image-wrap {
176
176
  position: relative;
177
177
  display: inline-flex;
178
+ flex-grow: 0;
179
+ flex-shrink: 0;
178
180
  width: 4em;
179
181
 
180
182
  &--has-ratio {width: 100%;}