@total_onion/onion-library 2.0.12 → 2.0.14

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,7 +1,6 @@
1
1
  export default function navmenucontainerv3Js(options = {}) {
2
2
  try {
3
3
  const {block} = options;
4
- extraJs(block);
5
4
  } catch (error) {
6
5
  console.error(error);
7
6
  }
@@ -71,17 +71,17 @@
71
71
  .h-m-fs {
72
72
  &-mobile {
73
73
  @media ( width <= #{breakpoints.$tabPortrait}) {
74
- @include core-typography-mixins-v3.h-l-size();
74
+ @include core-typography-mixins-v3.h-m-size();
75
75
  }
76
76
  }
77
77
  &-portrait {
78
78
  @media (#{breakpoints.$tabPortrait} <= width <= #{breakpoints.$tabLandscape}) {
79
- @include core-typography-mixins-v3.h-l-size();
79
+ @include core-typography-mixins-v3.h-m-size();
80
80
  }
81
81
  }
82
82
  &-desktop {
83
83
  @include core-mixins-v3.device(breakpoints.$tabLandscape) {
84
- @include core-typography-mixins-v3.h-l-size();
84
+ @include core-typography-mixins-v3.h-m-size();
85
85
  }
86
86
  }
87
87
  }
@@ -94,17 +94,17 @@
94
94
  .h-s-fs {
95
95
  &-mobile {
96
96
  @media ( width <= #{breakpoints.$tabPortrait}) {
97
- @include core-typography-mixins-v3.h-l-size();
97
+ @include core-typography-mixins-v3.h-s-size();
98
98
  }
99
99
  }
100
100
  &-portrait {
101
101
  @media (#{breakpoints.$tabPortrait} <= width <= #{breakpoints.$tabLandscape}) {
102
- @include core-typography-mixins-v3.h-l-size();
102
+ @include core-typography-mixins-v3.h-s-size();
103
103
  }
104
104
  }
105
105
  &-desktop {
106
106
  @include core-mixins-v3.device(breakpoints.$tabLandscape) {
107
- @include core-typography-mixins-v3.h-l-size();
107
+ @include core-typography-mixins-v3.h-s-size();
108
108
  }
109
109
  }
110
110
  }
@@ -117,17 +117,17 @@
117
117
  .h-xs-fs {
118
118
  &-mobile {
119
119
  @media ( width <= #{breakpoints.$tabPortrait}) {
120
- @include core-typography-mixins-v3.h-l-size();
120
+ @include core-typography-mixins-v3.h-xs-size();
121
121
  }
122
122
  }
123
123
  &-portrait {
124
124
  @media (#{breakpoints.$tabPortrait} <= width <= #{breakpoints.$tabLandscape}) {
125
- @include core-typography-mixins-v3.h-l-size();
125
+ @include core-typography-mixins-v3.h-xs-size();
126
126
  }
127
127
  }
128
128
  &-desktop {
129
129
  @include core-mixins-v3.device(breakpoints.$tabLandscape) {
130
- @include core-typography-mixins-v3.h-l-size();
130
+ @include core-typography-mixins-v3.h-xs-size();
131
131
  }
132
132
  }
133
133
  }
@@ -140,17 +140,17 @@
140
140
  .h-xxs-fs {
141
141
  &-mobile {
142
142
  @media ( width <= #{breakpoints.$tabPortrait}) {
143
- @include core-typography-mixins-v3.h-l-size();
143
+ @include core-typography-mixins-v3.h-xxs-size();
144
144
  }
145
145
  }
146
146
  &-portrait {
147
147
  @media (#{breakpoints.$tabPortrait} <= width <= #{breakpoints.$tabLandscape}) {
148
- @include core-typography-mixins-v3.h-l-size();
148
+ @include core-typography-mixins-v3.h-xxs-size();
149
149
  }
150
150
  }
151
151
  &-desktop {
152
152
  @include core-mixins-v3.device(breakpoints.$tabLandscape) {
153
- @include core-typography-mixins-v3.h-l-size();
153
+ @include core-typography-mixins-v3.h-xxs-size();
154
154
  }
155
155
  }
156
156
  }
@@ -163,17 +163,17 @@
163
163
  .h-xxxs-fs {
164
164
  &-mobile {
165
165
  @media ( width <= #{breakpoints.$tabPortrait}) {
166
- @include core-typography-mixins-v3.h-l-size();
166
+ @include core-typography-mixins-v3.h-xxxs-size();
167
167
  }
168
168
  }
169
169
  &-portrait {
170
170
  @media (#{breakpoints.$tabPortrait} <= width <= #{breakpoints.$tabLandscape}) {
171
- @include core-typography-mixins-v3.h-l-size();
171
+ @include core-typography-mixins-v3.h-xxxs-size();
172
172
  }
173
173
  }
174
174
  &-desktop {
175
175
  @include core-mixins-v3.device(breakpoints.$tabLandscape) {
176
- @include core-typography-mixins-v3.h-l-size();
176
+ @include core-typography-mixins-v3.h-xxxs-size();
177
177
  }
178
178
  }
179
179
  }
@@ -186,17 +186,17 @@
186
186
  .sh-xl-fs {
187
187
  &-mobile {
188
188
  @media ( width <= #{breakpoints.$tabPortrait}) {
189
- @include core-typography-mixins-v3.h-l-size();
189
+ @include core-typography-mixins-v3.sh-xl-size();
190
190
  }
191
191
  }
192
192
  &-portrait {
193
193
  @media (#{breakpoints.$tabPortrait} <= width <= #{breakpoints.$tabLandscape}) {
194
- @include core-typography-mixins-v3.h-l-size();
194
+ @include core-typography-mixins-v3.sh-xl-size();
195
195
  }
196
196
  }
197
197
  &-desktop {
198
198
  @include core-mixins-v3.device(breakpoints.$tabLandscape) {
199
- @include core-typography-mixins-v3.h-l-size();
199
+ @include core-typography-mixins-v3.sh-xl-size();
200
200
  }
201
201
  }
202
202
  }
@@ -209,17 +209,17 @@
209
209
  .sh-l-fs {
210
210
  &-mobile {
211
211
  @media ( width <= #{breakpoints.$tabPortrait}) {
212
- @include core-typography-mixins-v3.h-l-size();
212
+ @include core-typography-mixins-v3.sh-l-size();
213
213
  }
214
214
  }
215
215
  &-portrait {
216
216
  @media (#{breakpoints.$tabPortrait} <= width <= #{breakpoints.$tabLandscape}) {
217
- @include core-typography-mixins-v3.h-l-size();
217
+ @include core-typography-mixins-v3.sh-l-size();
218
218
  }
219
219
  }
220
220
  &-desktop {
221
221
  @include core-mixins-v3.device(breakpoints.$tabLandscape) {
222
- @include core-typography-mixins-v3.h-l-size();
222
+ @include core-typography-mixins-v3.sh-l-size();
223
223
  }
224
224
  }
225
225
  }
@@ -232,17 +232,17 @@
232
232
  .sh-m-fs {
233
233
  &-mobile {
234
234
  @media ( width <= #{breakpoints.$tabPortrait}) {
235
- @include core-typography-mixins-v3.h-l-size();
235
+ @include core-typography-mixins-v3.sh-m-size();
236
236
  }
237
237
  }
238
238
  &-portrait {
239
239
  @media (#{breakpoints.$tabPortrait} <= width <= #{breakpoints.$tabLandscape}) {
240
- @include core-typography-mixins-v3.h-l-size();
240
+ @include core-typography-mixins-v3.sh-m-size();
241
241
  }
242
242
  }
243
243
  &-desktop {
244
244
  @include core-mixins-v3.device(breakpoints.$tabLandscape) {
245
- @include core-typography-mixins-v3.h-l-size();
245
+ @include core-typography-mixins-v3.sh-m-size();
246
246
  }
247
247
  }
248
248
  }
@@ -255,17 +255,17 @@
255
255
  .sh-s-fs {
256
256
  &-mobile {
257
257
  @media ( width <= #{breakpoints.$tabPortrait}) {
258
- @include core-typography-mixins-v3.h-l-size();
258
+ @include core-typography-mixins-v3.sh-s-size();
259
259
  }
260
260
  }
261
261
  &-portrait {
262
262
  @media (#{breakpoints.$tabPortrait} <= width <= #{breakpoints.$tabLandscape}) {
263
- @include core-typography-mixins-v3.h-l-size();
263
+ @include core-typography-mixins-v3.sh-s-size();
264
264
  }
265
265
  }
266
266
  &-desktop {
267
267
  @include core-mixins-v3.device(breakpoints.$tabLandscape) {
268
- @include core-typography-mixins-v3.h-l-size();
268
+ @include core-typography-mixins-v3.sh-s-size();
269
269
  }
270
270
  }
271
271
  }
@@ -278,17 +278,17 @@
278
278
  .sh-xs-fs {
279
279
  &-mobile {
280
280
  @media ( width <= #{breakpoints.$tabPortrait}) {
281
- @include core-typography-mixins-v3.h-l-size();
281
+ @include core-typography-mixins-v3.sh-xs-size();
282
282
  }
283
283
  }
284
284
  &-portrait {
285
285
  @media (#{breakpoints.$tabPortrait} <= width <= #{breakpoints.$tabLandscape}) {
286
- @include core-typography-mixins-v3.h-l-size();
286
+ @include core-typography-mixins-v3.sh-xs-size();
287
287
  }
288
288
  }
289
289
  &-desktop {
290
290
  @include core-mixins-v3.device(breakpoints.$tabLandscape) {
291
- @include core-typography-mixins-v3.h-l-size();
291
+ @include core-typography-mixins-v3.sh-xs-size();
292
292
  }
293
293
  }
294
294
  }
@@ -301,17 +301,17 @@
301
301
  .sh-xxs-fs {
302
302
  &-mobile {
303
303
  @media ( width <= #{breakpoints.$tabPortrait}) {
304
- @include core-typography-mixins-v3.h-l-size();
304
+ @include core-typography-mixins-v3.sh-xxs-size();
305
305
  }
306
306
  }
307
307
  &-portrait {
308
308
  @media (#{breakpoints.$tabPortrait} <= width <= #{breakpoints.$tabLandscape}) {
309
- @include core-typography-mixins-v3.h-l-size();
309
+ @include core-typography-mixins-v3.sh-xxs-size();
310
310
  }
311
311
  }
312
312
  &-desktop {
313
313
  @include core-mixins-v3.device(breakpoints.$tabLandscape) {
314
- @include core-typography-mixins-v3.h-l-size();
314
+ @include core-typography-mixins-v3.sh-xxs-size();
315
315
  }
316
316
  }
317
317
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@total_onion/onion-library",
3
- "version": "2.0.12",
3
+ "version": "2.0.14",
4
4
  "description": "Component library",
5
5
  "main": "index.js",
6
6
  "scripts": {