@total_onion/onion-library 1.1.2 → 1.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,8 @@
1
+ import extraJs from 'Assets/js/blocks/group-container-v3/group-container-v3-extra.js';
1
2
  export default function groupcontainerv3Js(options = {}) {
2
3
  try {
3
4
  const {block} = options;
5
+ extraJs(block);
4
6
  } catch (error) {
5
7
  console.error(error);
6
8
  }
@@ -1,16 +1,9 @@
1
- // import extraJs from 'Assets/js/blocks/nav-menu-container-v3/nav-menu-container-v3-extra';
1
+ import extraJs from 'Assets/js/blocks/nav-menu-container-v3/nav-menu-container-v3-extra';
2
2
 
3
3
  export default function navmenucontainerv3Js(options = {}) {
4
4
  try {
5
5
  const {block} = options;
6
- if (block.dataset.navtype == 'slide_in_nav_panel') {
7
- // import(
8
- // 'Assets/js/modules/library-modules/nav-menu-slide-in-panel/nav-menu-slide-in-panel.js'
9
- // ).then((module) => {
10
- // module.default({block});
11
- // });
12
- }
13
- // extraJs(block);
6
+ extraJs(block);
14
7
  } catch (error) {
15
8
  console.error(error);
16
9
  }
@@ -66,7 +66,7 @@
66
66
  @include core-typography-mixins-v3.p();
67
67
  }
68
68
 
69
- a:not([class*='cmpl-cta-style-']) {
69
+ a {
70
70
  text-decoration-skip-ink: auto;
71
71
  color: var(--link-colour);
72
72
  text-decoration: var(--link-decoration-style);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@total_onion/onion-library",
3
- "version": "1.1.2",
3
+ "version": "1.1.4",
4
4
  "description": "Component library",
5
5
  "main": "index.js",
6
6
  "scripts": {