@total_onion/onion-library 1.1.39 → 1.1.41

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,6 +1,9 @@
1
1
  // @use 'Assets/scss/modules/library-modules/core-mixins/core-mixins';
2
2
  // @use 'Assets/scss/modules/library-modules/core-functions/core-functions';
3
3
  // @use 'Assets/scss/theme/breakpoints';
4
+ @use '../fields-core-mixins-v3/core-mixins-v3';
5
+ @use '../fields-core-functions-v3/core-functions-v3';
6
+ @use '../../breakpoints';
4
7
  @use 'Assets/scss/blocks/smash-balloon-social-media-v3/smash-balloon-social-media-v3-extra';
5
8
  .smash-balloon-social-media-v3 {
6
9
  position: relative;
@@ -9,6 +12,9 @@
9
12
  width: 100%;
10
13
  position: relative;
11
14
  pointer-events: all;
15
+ .sbi-owl-stage {
16
+ min-width: core-functions-v3.fluidSize(190, 'static');
17
+ }
12
18
  }
13
19
  &[data-marquee] {
14
20
  .sbi-owl-stage {
package/package.json CHANGED
@@ -1,46 +1,46 @@
1
1
  {
2
- "name": "@total_onion/onion-library",
3
- "version": "1.1.39",
4
- "description": "Component library",
5
- "main": "index.js",
6
- "scripts": {
7
- "build": "esbuild",
8
- "test": "jest"
9
- },
10
- "repository": {
11
- "type": "git",
12
- "url": "git+https://github.com/TotalOnion/onion-library.git"
13
- },
14
- "author": "Ciaran",
15
- "license": "ISC",
16
- "bugs": {
17
- "url": "https://github.com/TotalOnion/onion-library/issues"
18
- },
19
- "homepage": "https://github.com/TotalOnion/onion-library#readme",
20
- "dependencies": {
21
- "@total_onion/onion-loader": "^1.0.10",
22
- "@total_onion/onion-modalcontroller": "^1.0.5",
23
- "@total_onion/onion-utils": "^1.0.10",
24
- "@total_onion/onion-videocontroller": "^1.0.2",
25
- "autoprefixer": "^10.4.21",
26
- "compressing": "^2.0.0",
27
- "cpy": "^9.0.1",
28
- "esbuild-sass-plugin": "^3.3.1",
29
- "flatpickr": "^4.6.13",
30
- "fs": "^0.0.1-security",
31
- "fs-extra": "^11.1.0",
32
- "glob": "^11.0.0",
33
- "jquery": "^3.7.1",
34
- "lottie-web": "^5.13.0",
35
- "postcss": "^8.5.6",
36
- "postcss-preset-env": "^10.3.1",
37
- "prettier": "^2.6.2",
38
- "swiper": "^11.2.10",
39
- "yargs": "^17.4.1"
40
- },
41
- "devDependencies": {
42
- "dotenv": "^16.0.3",
43
- "esbuild": "0.25.5",
44
- "gsap": "^3.13.0"
45
- }
46
- }
2
+ "name": "@total_onion/onion-library",
3
+ "version": "1.1.41",
4
+ "description": "Component library",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "build": "esbuild",
8
+ "test": "jest"
9
+ },
10
+ "repository": {
11
+ "type": "git",
12
+ "url": "git+https://github.com/TotalOnion/onion-library.git"
13
+ },
14
+ "author": "Ciaran",
15
+ "license": "ISC",
16
+ "bugs": {
17
+ "url": "https://github.com/TotalOnion/onion-library/issues"
18
+ },
19
+ "homepage": "https://github.com/TotalOnion/onion-library#readme",
20
+ "dependencies": {
21
+ "@total_onion/onion-loader": "^1.0.10",
22
+ "@total_onion/onion-modalcontroller": "^1.0.5",
23
+ "@total_onion/onion-utils": "^1.0.10",
24
+ "@total_onion/onion-videocontroller": "^1.0.2",
25
+ "autoprefixer": "^10.4.21",
26
+ "compressing": "^2.0.0",
27
+ "cpy": "^9.0.1",
28
+ "esbuild-sass-plugin": "^3.3.1",
29
+ "flatpickr": "^4.6.13",
30
+ "fs": "^0.0.1-security",
31
+ "fs-extra": "^11.1.0",
32
+ "glob": "^11.0.0",
33
+ "jquery": "^3.7.1",
34
+ "lottie-web": "^5.13.0",
35
+ "postcss": "^8.5.6",
36
+ "postcss-preset-env": "^10.3.1",
37
+ "prettier": "^2.6.2",
38
+ "swiper": "^11.2.10",
39
+ "yargs": "^17.4.1"
40
+ },
41
+ "devDependencies": {
42
+ "dotenv": "^16.0.3",
43
+ "esbuild": "0.25.5",
44
+ "gsap": "^3.13.0"
45
+ }
46
+ }