@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
|
-
|
|
2
|
-
@use '
|
|
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 {
|
package/package.json
CHANGED