@total_onion/onion-library 2.0.37 → 2.0.39

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,7 @@
1
- @use 'Assets/scss/modules/library-modules/core-mixins/core-mixins';
2
- @use 'Assets/scss/modules/library-modules/core-functions/core-functions';
3
- @use 'Assets/scss/theme/breakpoints';
4
- @use 'Assets/scss/blocks/responsive-table/responsive-table-extra';
1
+ @use '../fields-core-functions-v3/core-functions-v3';
2
+ @use '../fields-core-mixins-v3/core-mixins-v3';
3
+ @use '../../breakpoints';
4
+ @use '../responsive-table-v3-extra/responsive-table-v3-extra';
5
5
 
6
6
  .responsive-table-v3 {
7
7
  &__wrapper {
@@ -494,7 +494,7 @@
494
494
  @mixin sh-m-size {
495
495
  font-size: clamp(
496
496
  var(--sh-m-font-size-min-desktop, 10px),
497
- core-functions-v3.fontSize(var(--sh-m-desktop, 32)),
497
+ core-functions-v3.fontSize(var(--sh-m-desktop, 30)),
498
498
  var(--sh-m-font-size-max-desktop, 180px)
499
499
  );
500
500
  letter-spacing: var(--sh-m-letter-spacing);
@@ -541,7 +541,7 @@
541
541
  @mixin sh-s-size {
542
542
  font-size: clamp(
543
543
  var(--sh-s-font-size-min-desktop, 10px),
544
- core-functions-v3.fontSize(var(--sh-s-desktop, 24)),
544
+ core-functions-v3.fontSize(var(--sh-s-desktop, 26)),
545
545
  var(--sh-s-font-size-max-desktop, 180px)
546
546
  );
547
547
  letter-spacing: var(--sh-s-letter-spacing);
@@ -167,19 +167,19 @@ function core_typography_v3()
167
167
  --sh-l-landscape:' . ($options['sub_headings']['sh_l_desktop'] ?? 44) . ';
168
168
  --sh-l-portrait:' . ($options['sub_headings']['sh_l_portrait'] ?? 32) . ';
169
169
  --sh-l-mobile:' . ($options['sub_headings']['sh_l_mobile'] ?? 32) . ';
170
- --sh-m-desktop:' . ($options['sub_headings']['sh_m_desktop'] ?? 32) . ';
170
+ --sh-m-desktop:' . ($options['sub_headings']['sh_m_desktop'] ?? 30) . ';
171
171
  --sh-m-landscape:' . ($options['sub_headings']['sh_m_desktop'] ?? 32) . ';
172
172
  --sh-m-portrait:' . ($options['sub_headings']['sh_m_portrait'] ?? 24) . ';
173
173
  --sh-m-mobile:' . ($options['sub_headings']['sh_m_mobile'] ?? 24) . ';
174
- --sh-s-desktop:' . ($options['sub_headings']['sh_s_desktop'] ?? 24) . ';
174
+ --sh-s-desktop:' . ($options['sub_headings']['sh_s_desktop'] ?? 26) . ';
175
175
  --sh-s-landscape:' . ($options['sub_headings']['sh_s_desktop'] ?? 24) . ';
176
176
  --sh-s-portrait:' . ($options['sub_headings']['sh_s_portrait'] ?? 20) . ';
177
177
  --sh-s-mobile:' . ($options['sub_headings']['sh_s_mobile'] ?? 20) . ';
178
- --sh-xs-desktop:' . ($options['sub_headings']['sh_xs_desktop'] ?? 20) . ';
178
+ --sh-xs-desktop:' . ($options['sub_headings']['sh_xs_desktop'] ?? 18) . ';
179
179
  --sh-xs-landscape:' . ($options['sub_headings']['sh_xs_desktop'] ?? 20) . ';
180
180
  --sh-xs-portrait:' . ($options['sub_headings']['sh_xs_portrait'] ?? 18) . ';
181
181
  --sh-xs-mobile:' . ($options['sub_headings']['sh_xs_mobile'] ?? 18) . ';
182
- --sh-xxs-desktop:' . ($options['sub_headings']['sh_xxs_desktop'] ?? 18) . ';
182
+ --sh-xxs-desktop:' . ($options['sub_headings']['sh_xxs_desktop'] ?? 16) . ';
183
183
  --sh-xxs-landscape:' . ($options['sub_headings']['sh_xxs_desktop'] ?? 18) . ';
184
184
  --sh-xxs-portrait:' . ($options['sub_headings']['sh_xxs_portrait'] ?? 18) . ';
185
185
  --sh-xxs-mobile:' . ($options['sub_headings']['sh_xxs_mobile'] ?? 18) . ';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@total_onion/onion-library",
3
- "version": "2.0.37",
3
+ "version": "2.0.39",
4
4
  "description": "Component library",
5
5
  "main": "index.js",
6
6
  "scripts": {