@total_onion/onion-library 1.1.41 → 1.1.44

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.
@@ -4,6 +4,11 @@
4
4
  // @use 'Assets/scss/blocks/betterreviews-display-v3/betterreviews-display-v3-extra';
5
5
 
6
6
  .betterreviews-display-v3 {
7
+ &.loaded {
8
+ .better-reviews__criteria-stars {
9
+ animation: slide-reveal-right 1s 2s ease-out forwards;
10
+ }
11
+ }
7
12
  .better-reviews__average {
8
13
  .better-reviews__criteria-stars {
9
14
  --star-count: 5;
@@ -13,7 +18,6 @@
13
18
  0px
14
19
  );
15
20
  opacity: 0;
16
- animation: slide-reveal-right 1s 0.5s ease-out forwards;
17
21
  position: relative;
18
22
  width: var(--better-reviews-star-width);
19
23
  height: var(--star-size);
package/package.json CHANGED
@@ -1,46 +1,46 @@
1
1
  {
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
- }
2
+ "name": "@total_onion/onion-library",
3
+ "version": "1.1.44",
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
+ }