comand-component-library 3.3.6 → 3.3.7

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,8 +1,9 @@
1
1
  {
2
2
  "name": "comand-component-library",
3
- "version": "3.3.6",
3
+ "version": "3.3.7",
4
4
  "private": false,
5
5
  "scripts": {
6
+ "publish": "npm publish",
6
7
  "serve": "vue-cli-service serve",
7
8
  "build": "vue-cli-service build",
8
9
  "test:unit": "vue-cli-service test:unit",
@@ -18,7 +19,7 @@
18
19
  ],
19
20
  "dependencies": {
20
21
  "clickout-event": "^1.1.2",
21
- "comand-frontend-framework": "^3.2.97",
22
+ "comand-frontend-framework": "^3.2.99",
22
23
  "core-js": "^3.20.1",
23
24
  "prismjs": "^1.27.0",
24
25
  "sass": "^1.54.9",
@@ -154,11 +154,6 @@ export default {
154
154
  #main-navigation-wrapper {
155
155
  grid-column: span var(--grid-columns);
156
156
  border-bottom: 0;
157
-
158
- nav {
159
- padding: 0;
160
-
161
- }
162
157
  }
163
158
 
164
159
  // use id to ensure high specificity
package/src/index.js CHANGED
@@ -17,6 +17,7 @@ export { default as CmdFormElement } from '@/components/CmdFormElement'
17
17
  export { default as CmdFormFilters } from '@/components/CmdFormFilters'
18
18
  export { default as CmdGoogleMaps } from '@/components/CmdGoogleMaps'
19
19
  export { default as CmdHeadline } from '@/components/CmdHeadline'
20
+ export { default as CmdIcon } from '@/components/CmdIcon'
20
21
  export { default as CmdImageGallery } from '@/components/CmdImageGallery'
21
22
  export { default as CmdImageZoom } from '@/components/CmdImageZoom'
22
23
  export { default as CmdInputGroup } from '@/components/CmdInputGroup'