@total_onion/onion-library 2.0.184 → 2.0.185

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,2 +1,7 @@
1
1
  .cover-link-v3 {
2
+ &__link {
3
+ position: absolute;
4
+ inset: 0;
5
+ z-index: 10;
6
+ }
2
7
  }
@@ -11,6 +11,6 @@
11
11
  {{sectionStyles}}
12
12
  }
13
13
  </style>
14
- <section {{block.anchor ? "id=" ~ block.anchor : ''}} class="{{blockClassName}} {{block.className}} {{loop ? block.className.index ~ '-' ~ loop.index : ''}} {{classNameEntryPoint}} {{block.id}} lazy-fade" {{dataAttributeEntryPoint}} data-blockid="{{block.id}}" data-assetkey="{{blockClassName}}">
15
- {{htmlEntryPoint}}
14
+ <section {{block.anchor ? "id=" ~ block.anchor : ''}} class="{{blockClassName}} {{loop ? block.className.index ~ '-' ~ loop.index : ''}} {{classNameEntryPoint}} {{block.id}} lazy-fade" {{dataAttributeEntryPoint}} data-blockid="{{block.id}}" data-assetkey="{{blockClassName}}">
15
+ <a href="{{fields.cover_link.url}}" class="{{blockClassName}}__link"></a>
16
16
  </section>
@@ -2,6 +2,25 @@
2
2
  "key": "group_687192c28b7eb",
3
3
  "title": "Block: Cover Link v3",
4
4
  "fields": [
5
+ {
6
+ "key": "field_6956c443b96a8",
7
+ "label": "Cover Link",
8
+ "name": "",
9
+ "aria-label": "",
10
+ "type": "tab",
11
+ "instructions": "",
12
+ "required": 0,
13
+ "conditional_logic": 0,
14
+ "wrapper": {
15
+ "width": "",
16
+ "class": "",
17
+ "id": ""
18
+ },
19
+ "placement": "top",
20
+ "endpoint": 0,
21
+ "no_preference": 0,
22
+ "selected": 0
23
+ },
5
24
  {
6
25
  "key": "field_6956c07662240",
7
26
  "label": "Enable cover link",
@@ -18,11 +37,11 @@
18
37
  },
19
38
  "message": "",
20
39
  "default_value": 0,
21
- "style": "",
22
40
  "allow_in_bindings": 0,
23
- "ui": 0,
24
41
  "ui_on_text": "",
25
- "ui_off_text": ""
42
+ "ui_off_text": "",
43
+ "ui": 1,
44
+ "style": ""
26
45
  },
27
46
  {
28
47
  "key": "field_6956c05d6223f",
@@ -71,8 +90,7 @@
71
90
  "display_title": "",
72
91
  "acfe_autosync": ["json"],
73
92
  "acfe_form": 0,
74
- "acfe_display_title": "",
75
93
  "acfe_meta": "",
76
94
  "acfe_note": "",
77
- "modified": 1767293062
95
+ "modified": 1767294033
78
96
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@total_onion/onion-library",
3
- "version": "2.0.184",
3
+ "version": "2.0.185",
4
4
  "description": "Component library",
5
5
  "main": "index.js",
6
6
  "scripts": {