@total_onion/onion-library 1.0.224 → 1.0.225
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,4 +1,4 @@
|
|
|
1
|
-
@use '
|
|
1
|
+
@use 'NodeModules/@total_onion/onion-library/components/component-gradient-overlay-v3/gradient-overlay-v3';
|
|
2
2
|
@use 'Assets/scss/blocks/gradient-layer-v3/gradient-layer-v3-extra';
|
|
3
3
|
.gradient-layer-v3 {
|
|
4
4
|
display: grid;
|
|
@@ -1,7 +1,4 @@
|
|
|
1
|
-
// LIBRARY FILE - Do not modify/override here as your changes will be lost when the package is updated.
|
|
2
|
-
// @use 'Assets/scss/modules/library-modules/core-mixins/core-mixins';
|
|
3
1
|
@use 'NodeModules/@total_onion/onion-library/components/fields-core-functions-v3/core-functions-v3';
|
|
4
|
-
// @use 'Assets/scss/theme/breakpoints';
|
|
5
2
|
|
|
6
3
|
@mixin animations() {
|
|
7
4
|
.cmpl-block-animations {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
@use 'NodeModules/@total_onion/onion-library/components/fields-core-mixins-v3/core-mixins-v3';
|
|
2
|
+
@use 'NodeModules/@total_onion/onion-library/components/fields-core-functions-v3/core-functions-v3';
|
|
3
|
+
@use 'NodeModules/@total_onion/onion-library/components/component-box-shadow/box-shadow';
|
|
1
4
|
@use 'Assets/scss/theme/breakpoints';
|
|
2
|
-
@use 'Assets/scss/modules/library-modules/core-mixins/core-mixins';
|
|
3
|
-
@use 'Assets/scss/modules/library-modules/core-functions/core-functions';
|
|
4
|
-
@use 'Assets/scss/modules/library-modules/box-shadow/box-shadow';
|
|
5
5
|
|
|
6
6
|
@mixin contentContainerSettings() {
|
|
7
7
|
&__inner-container {
|