@total_onion/onion-library 1.1.9 → 1.1.10

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.
@@ -16,15 +16,15 @@
16
16
  cursor: pointer;
17
17
  }
18
18
  svg {
19
- width: core-functions-v3.fluidSize(20, 'mobile');
20
- height: core-functions-v3.fluidSize(20, 'mobile');
19
+ width: core-functions-v3.fluidSize(30, 'mobile');
20
+ height: core-functions-v3.fluidSize(30, 'mobile');
21
21
  @include core-mixins-v3.device(breakpoints.$tabPortrait) {
22
- width: core-functions-v3.fluidSize(20, 'portrait');
23
- height: core-functions-v3.fluidSize(20, 'portrait');
22
+ width: core-functions-v3.fluidSize(30, 'portrait');
23
+ height: core-functions-v3.fluidSize(30, 'portrait');
24
24
  }
25
25
  @include core-mixins-v3.device(breakpoints.$tabLandscape) {
26
- width: core-functions-v3.fluidSize(20, 'desktop');
27
- height: core-functions-v3.fluidSize(20, 'desktop');
26
+ width: core-functions-v3.fluidSize(30, 'desktop');
27
+ height: core-functions-v3.fluidSize(30, 'desktop');
28
28
  }
29
29
  }
30
30
  // @include block-interactions-v3-extra.additionalStyles();
@@ -117,6 +117,10 @@
117
117
  }
118
118
 
119
119
  .swiper-pagination-bullet {
120
+ background-color: transparent;
121
+ }
122
+
123
+ .swiper-pagination-bullet-active {
120
124
  background-color: var(--swiper-pagination-colour);
121
125
  }
122
126
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@total_onion/onion-library",
3
- "version": "1.1.9",
3
+ "version": "1.1.10",
4
4
  "description": "Component library",
5
5
  "main": "index.js",
6
6
  "scripts": {