comand-component-library 3.1.55 → 3.1.56
Sign up to get free protection for your applications and to get access to all the features.
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "comand-component-library",
|
3
|
-
"version": "3.1.
|
3
|
+
"version": "3.1.56",
|
4
4
|
"private": false,
|
5
5
|
"scripts": {
|
6
6
|
"serve": "vue-cli-service serve",
|
@@ -18,7 +18,7 @@
|
|
18
18
|
],
|
19
19
|
"dependencies": {
|
20
20
|
"clickout-event": "^1.1.2",
|
21
|
-
"comand-frontend-framework": "^3.2.
|
21
|
+
"comand-frontend-framework": "^3.2.44",
|
22
22
|
"core-js": "^3.20.1",
|
23
23
|
"prismjs": "^1.27.0",
|
24
24
|
"vue": "^3.2.31",
|
@@ -44,4 +44,4 @@
|
|
44
44
|
"typescript": "~3.9.3",
|
45
45
|
"vue-jest": "^5.0.0-0"
|
46
46
|
}
|
47
|
-
}
|
47
|
+
}
|
package/src/main.js
CHANGED
@@ -5,6 +5,9 @@ import 'comand-frontend-framework/src/assets/css/normalize.css'
|
|
5
5
|
/* import framework-styles */
|
6
6
|
import 'comand-frontend-framework/src/assets/css/framework.css'
|
7
7
|
|
8
|
+
/* import breakpoints */
|
9
|
+
import 'comand-frontend-framework/src/assets/css/breakpoints.css'
|
10
|
+
|
8
11
|
/* import framework-iconfont */
|
9
12
|
import 'comand-frontend-framework/src/assets/css/framework-iconfont.css'
|
10
13
|
/* end imports css from comand-frontend-framework ---------------------------------------------------------------------------------------- */
|