@total_onion/onion-library 1.0.99 → 1.0.100

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,6 @@
1
1
  @use 'Assets/scss/modules/library-modules/grid-layout-element-v3/grid-layout-element-v3';
2
2
  @use 'Assets/scss/modules/library-modules/grid-layout-container-v3/grid-layout-container-v3';
3
+ @use 'Assets/scss/modules/library-modules/flex-layout-container-v3/flex-layout-container-v3';
3
4
  @use 'Assets/scss/modules/library-modules/animations-v3/animations-v3';
4
5
  @use 'Assets/scss/blocks/sub-group-container-v3/sub-group-container-v3-extra';
5
6
  .sub-group-container-v3 {
@@ -528,7 +528,7 @@
528
528
  "__p-xxs-sizing-desktop": "P xx small",
529
529
  "__p-xxxs-sizing-desktop": "P xxx small"
530
530
  },
531
- "default_value": "__inherit",
531
+ "default_value": false,
532
532
  "return_format": "value",
533
533
  "multiple": 0,
534
534
  "max": "",
@@ -797,7 +797,7 @@
797
797
  "__p-xxs-sizing-portrait": "P xx small",
798
798
  "__p-xxxs-sizing-portrait": "P xxx small"
799
799
  },
800
- "default_value": "__inherit",
800
+ "default_value": false,
801
801
  "return_format": "value",
802
802
  "multiple": 0,
803
803
  "max": "",
@@ -1057,7 +1057,7 @@
1057
1057
  "__p-xxs-sizing-mobile": "P xx small",
1058
1058
  "__p-xxxs-sizing-mobile": "P xxx small"
1059
1059
  },
1060
- "default_value": "__inherit",
1060
+ "default_value": false,
1061
1061
  "return_format": "value",
1062
1062
  "multiple": 0,
1063
1063
  "max": "",
@@ -1367,5 +1367,5 @@
1367
1367
  "acfe_display_title": "",
1368
1368
  "acfe_meta": "",
1369
1369
  "acfe_note": "",
1370
- "modified": 1753459080
1370
+ "modified": 1753795382
1371
1371
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@total_onion/onion-library",
3
- "version": "1.0.99",
3
+ "version": "1.0.100",
4
4
  "description": "Component library",
5
5
  "main": "index.js",
6
6
  "scripts": {