comand-component-library 3.3.46 → 3.3.48

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.3.46",
3
+ "version": "3.3.48",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "scripts": {
@@ -3,7 +3,7 @@
3
3
  @font-face {
4
4
  font-family: 'icomoon';
5
5
  src: url('../fonts/iconfonts/logos-iconfont/icomoon-logos.woff?fgweog') format('woff');
6
- /*unicode-range: U+b???;*/
6
+ unicode-range: U+b???;
7
7
  font-weight: normal;
8
8
  font-style: normal;
9
9
  font-display: block;
@@ -1,5 +1,5 @@
1
1
  <template>
2
- <div :class="['cmd-site-header', {sticky: sticky, 'navigation-inline': navigationInline, 'off-canvas-right': cmdMainNavigation?.offcanvasPosition === 'right' }]" role="banner">
2
+ <div :class="['cmd-site-header', {sticky: sticky, 'navigation-inline': navigationInline}]" role="banner">
3
3
  <!-- begin slot for elements above header -->
4
4
  <div v-if="$slots.topheader" class="top-header">
5
5
  <slot name="topheader"></slot>