comand-component-library 4.1.20 → 4.1.21

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": "4.1.20",
3
+ "version": "4.1.21",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "license": "GPL-3.0-only",
@@ -19,7 +19,8 @@
19
19
  "exports": {
20
20
  ".": "./dist/comand-component-library.js",
21
21
  "./css.js": "./src/css.js",
22
- "./style.css": "./dist/style.css"
22
+ "./style.css": "./dist/style.css",
23
+ "./variables.scss": "./src/assets/styles/variables.scss"
23
24
  },
24
25
  "dependencies": {
25
26
  "clickout-event": "^1.1.2",