@total_onion/onion-library 1.0.229 → 1.0.232

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,2 @@
1
- // @use 'Assets/scss/modules/library-modules/core-mixins-v3/core-mixins-v3';
2
- // @use 'Assets/scss/modules/library-modules/core-functions-v3/core-functions-v3';
3
- // @use 'Assets/scss/theme/breakpoints';
4
1
  @mixin additionalStyles() {
5
2
  }
@@ -13,6 +13,7 @@
13
13
  border: unset;
14
14
  background-color: unset;
15
15
  display: flex;
16
+ cursor: pointer;
16
17
  }
17
18
  svg {
18
19
  width: core-functions-v3.fluidSize(20, 'mobile');
@@ -1,6 +1,2 @@
1
- // @use 'Assets/scss/modules/library-modules/core-mixins-v3/core-mixins-v3';
2
- // @use 'Assets/scss/modules/library-modules/core-functions-v3/core-functions-v3';
3
- // @use 'Assets/scss/theme/breakpoints';
4
1
  @mixin additionalStyles() {
5
-
6
- }
2
+ }
@@ -1,7 +1,4 @@
1
- // @use 'Assets/scss/modules/library-modules/core-mixins-v3/core-mixins-v3';
2
- // @use 'Assets/scss/modules/library-modules/core-functions-v3/core-functions-v3';
3
- // @use 'Assets/scss/theme/breakpoints';
4
1
  @use 'Assets/scss/blocks/sticky-buy-cta-v3/sticky-buy-cta-v3-extra';
5
2
  .sticky-buy-cta-v3 {
6
3
  @include sticky-buy-cta-v3-extra.additionalStyles();
7
- }
4
+ }
@@ -10,7 +10,7 @@
10
10
  --better-reviews-filled-star: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 27.86 26"><path d="M27.86,10.12l-7.24,6.46,1.99,9.42-8.68-4.71-8.68,4.54,1.99-9.43L0,9.95l9.77-1.22L13.93,0l4.16,8.73,9.77,1.4Z" fill="%23ECFC34"/></svg>');
11
11
  --better-reviews-no-fill-star: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 27.86 26"><path d="M27.86,10.12l-7.24,6.46,1.99,9.42-8.68-4.71-8.68,4.54,1.99-9.43L0,9.95l9.77-1.22L13.93,0l4.16,8.73,9.77,1.4Z" opacity="0.3" fill="%230f8d86" /></svg>');
12
12
  --better-reviews-half-fill-star: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 27.86 25.82" fill="%23ECFC34"><path d="M13.93 0L9.77 8.72 0 9.94l7.24 6.46-1.99 9.42 8.68-4.53h0V0z"/></svg>');
13
- --better-reviews-font-size: core-functions.fontSize(16, 'static');
13
+ --better-reviews-font-size: core-functions-v3.fontSize(16, 'static');
14
14
  --better-reviews-text-colour: #ffffff;
15
15
 
16
16
  .better-reviews__review {
@@ -198,15 +198,15 @@
198
198
  }
199
199
 
200
200
  .better-reviews__modal-submit {
201
- padding: core-functions.fluidSize(11, 'static')
202
- core-functions.fluidSize(34, 'static')
203
- core-functions.fluidSize(12, 'static')
204
- core-functions.fluidSize(34, 'static');
201
+ padding: core-functions-v3.fluidSize(11, 'static')
202
+ core-functions-v3.fluidSize(34, 'static')
203
+ core-functions-v3.fluidSize(12, 'static')
204
+ core-functions-v3.fluidSize(34, 'static');
205
205
  display: flex;
206
206
  width: 100%;
207
207
  background-color: var(--better-reviews-text-colour);
208
208
  color: var(--better-reviews-submit-button-text-colour);
209
- margin-top: core-functions.fluidSize(10, 'static');
209
+ margin-top: core-functions-v3.fluidSize(10, 'static');
210
210
  appearance: none;
211
211
  border: none;
212
212
  font-family: var(--primary-font-family);
@@ -217,10 +217,10 @@
217
217
  filter: alpha(opacity=100);
218
218
  -moz-opacity: 1;
219
219
  opacity: 1;
220
- width: core-functions.fluidSize(114, 'static');
221
- height: core-functions.fluidSize(41, 'static');
222
- border-radius: core-functions.fluidSize(30, 'static');
223
- font-size: core-functions.fontSize(14, 'static');
220
+ width: core-functions-v3.fluidSize(114, 'static');
221
+ height: core-functions-v3.fluidSize(41, 'static');
222
+ border-radius: core-functions-v3.fluidSize(30, 'static');
223
+ font-size: core-functions-v3.fontSize(14, 'static');
224
224
  place-self: center;
225
225
  display: flex;
226
226
  justify-content: center;
@@ -245,11 +245,11 @@
245
245
  content: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='black' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 1.41L12.59 0L7 5.59L1.41 0L0 1.41L5.59 7L0 12.59L1.41 14L7 8.41L12.59 14L14 12.59L8.41 7L14 1.41Z' fill='%23000000'%3E%3C/path%3E%3C/svg%3E");
246
246
  border-radius: 50%;
247
247
  background-color: white;
248
- width: core-functions.fluidSize(48, 'static');
249
- height: core-functions.fluidSize(48, 'static');
248
+ width: core-functions-v3.fluidSize(48, 'static');
249
+ height: core-functions-v3.fluidSize(48, 'static');
250
250
  position: absolute;
251
- top: core-functions.fluidSize(-15, 'static');
252
- right: core-functions.fluidSize(10, 'static');
251
+ top: core-functions-v3.fluidSize(-15, 'static');
252
+ right: core-functions-v3.fluidSize(10, 'static');
253
253
  display: flex;
254
254
  align-items: center;
255
255
  justify-content: center;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@total_onion/onion-library",
3
- "version": "1.0.229",
3
+ "version": "1.0.232",
4
4
  "description": "Component library",
5
5
  "main": "index.js",
6
6
  "scripts": {