comand-component-library 4.0.24 → 4.0.25
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +2 -3
- package/src/main.js +4 -2
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "comand-component-library",
|
3
|
-
"version": "4.0.
|
3
|
+
"version": "4.0.25",
|
4
4
|
"private": false,
|
5
5
|
"type": "module",
|
6
6
|
"license": "GPL-3.0-only",
|
@@ -21,8 +21,7 @@
|
|
21
21
|
],
|
22
22
|
"dependencies": {
|
23
23
|
"clickout-event": "^1.1.2",
|
24
|
-
"comand-
|
25
|
-
"comand-frontend-framework": "^4.0.61",
|
24
|
+
"comand-frontend-framework": "^4.0.63",
|
26
25
|
"core-js": "^3.20.1",
|
27
26
|
"prismjs": "^1.27.0",
|
28
27
|
"vue": "^3.2.31",
|
package/src/main.js
CHANGED
@@ -17,11 +17,13 @@ import directiveTelephone from "./directives/telephone"
|
|
17
17
|
import directiveFocus from "./directives/focus"
|
18
18
|
|
19
19
|
/* begin imports css from comand-component-library ---------------------------------------------------------------------------------------- */
|
20
|
+
import 'comand-ui-iconfonts/base-iconfont/base-iconfont.css'
|
21
|
+
|
20
22
|
/* import additional iconfont containing company-logos */
|
21
|
-
import '
|
23
|
+
import 'comand-ui-iconfonts/logos-iconfont/logos-iconfont.css'
|
22
24
|
|
23
25
|
/* import additional iconfont containing editmode-iconfont-icons */
|
24
|
-
import '
|
26
|
+
import 'comand-ui-iconfonts/editmode-iconfont/editmode-iconfont.css'
|
25
27
|
|
26
28
|
/* import css for global-styles */
|
27
29
|
import '@/assets/styles/component-library-global-styles.scss'
|