@total_onion/onion-library 1.0.72 → 1.0.74

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,5 +1,5 @@
1
- @use 'Assets/scss/modules/library-modules/core-mixins/core-mixins';
2
- @use 'Assets/scss/modules/library-modules/core-functions/core-functions';
1
+ @use 'Assets/scss/modules/library-modules/core-mixins-v3/core-mixins-v3';
2
+ @use 'Assets/scss/modules/library-modules/core-functions-v3/core-functions-v3';
3
3
  @use 'Assets/scss/theme/breakpoints';
4
4
  @use 'Assets/scss/blocks/block-interactions-v3/block-interactions-v3-extra';
5
5
  .block-interactions-v3 {
@@ -9,15 +9,15 @@
9
9
  background: unset;
10
10
  }
11
11
  svg {
12
- width: core-functions.fluidSize(20, 'mobile');
13
- height: core-functions.fluidSize(20, 'mobile');
14
- @include core-mixins.device(breakpoints.$tabPortrait) {
15
- width: core-functions.fluidSize(20, 'portrait');
16
- height: core-functions.fluidSize(20, 'portrait');
12
+ width: core-functions-v3.fluidSize(20, 'mobile');
13
+ height: core-functions-v3.fluidSize(20, 'mobile');
14
+ @include core-mixins-v3.device(breakpoints.$tabPortrait) {
15
+ width: core-functions-v3.fluidSize(20, 'portrait');
16
+ height: core-functions-v3.fluidSize(20, 'portrait');
17
17
  }
18
- @include core-mixins.device(breakpoints.$tabLandscape) {
19
- width: core-functions.fluidSize(20, 'desktop');
20
- height: core-functions.fluidSize(20, 'desktop');
18
+ @include core-mixins-v3.device(breakpoints.$tabLandscape) {
19
+ width: core-functions-v3.fluidSize(20, 'desktop');
20
+ height: core-functions-v3.fluidSize(20, 'desktop');
21
21
  }
22
22
  }
23
23
 
@@ -162,43 +162,6 @@
162
162
  "ajax": 0,
163
163
  "min": ""
164
164
  },
165
- {
166
- "key": "field_687e40dc485e6",
167
- "label": "Upload Close Icon",
168
- "name": "upload_close_icon",
169
- "aria-label": "",
170
- "type": "image",
171
- "instructions": "",
172
- "required": 0,
173
- "conditional_logic": [
174
- [
175
- {
176
- "field": "field_687e4099485e5",
177
- "operator": "==",
178
- "value": "__close-block"
179
- }
180
- ]
181
- ],
182
- "wrapper": {
183
- "width": "",
184
- "class": "",
185
- "id": ""
186
- },
187
- "wpml_cf_preferences": 1,
188
- "uploader": "",
189
- "return_format": "array",
190
- "library": "all",
191
- "upload_folder": "",
192
- "acfe_thumbnail": 0,
193
- "min_width": "",
194
- "min_height": "",
195
- "min_size": "",
196
- "max_width": "",
197
- "max_height": "",
198
- "max_size": "",
199
- "mime_types": "",
200
- "preview_size": "medium"
201
- },
202
165
  {
203
166
  "key": "field_687e20d17da48",
204
167
  "label": "Enable Closed Cookie",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@total_onion/onion-library",
3
- "version": "1.0.72",
3
+ "version": "1.0.74",
4
4
  "description": "Component library",
5
5
  "main": "index.js",
6
6
  "scripts": {