@total_onion/onion-library 1.0.227 → 1.0.229

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,8 +1,6 @@
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
- @use 'Assets/scss/modules/library-modules/core-functions/core-functions';
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';
4
3
  @use 'Assets/scss/theme/breakpoints';
5
- @use './better-reviews-v3-extra';
6
4
 
7
5
  @mixin better-reviews() {
8
6
  &__better-reviews {
@@ -136,8 +134,6 @@
136
134
  }
137
135
  }
138
136
  }
139
-
140
- @include better-reviews-extra.additionalReviewsStyles();
141
137
  }
142
138
 
143
139
  .better-reviews__modal {
@@ -338,7 +334,6 @@
338
334
  background-image: var(--better-reviews-no-fill-star);
339
335
  }
340
336
  }
341
- @include better-reviews-v3-extra.additionalPopupStyles();
342
337
  }
343
338
 
344
339
  .better-reviews__modal-succeeded {
@@ -141,7 +141,7 @@
141
141
  );
142
142
  }
143
143
 
144
- @include box-shadow.boxShadow();
144
+ @include box-shadow-v3.boxShadow();
145
145
  }
146
146
  &__content-container {
147
147
  max-width: var(--wysiwyg-max-width-mobile);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@total_onion/onion-library",
3
- "version": "1.0.227",
3
+ "version": "1.0.229",
4
4
  "description": "Component library",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -1,5 +0,0 @@
1
- @mixin additionalReviewsStyles() {
2
- }
3
-
4
- @mixin additionalPopupStyles() {
5
- }