@babylonjs/shared-ui-components 7.26.2 → 7.26.4

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.
@@ -26,7 +26,6 @@
26
26
  grid-row: 1;
27
27
  grid-column: 1;
28
28
 
29
- background: -webkit-linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
30
29
  background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
31
30
  }
32
31
 
@@ -34,7 +33,6 @@
34
33
  grid-row: 1;
35
34
  grid-column: 1;
36
35
 
37
- background: -webkit-linear-gradient(to top, #000, rgba(0, 0, 0, 0));
38
36
  background: linear-gradient(to top, #000, rgba(0, 0, 0, 0));
39
37
  }
40
38
 
@@ -80,7 +78,6 @@
80
78
  cursor: pointer;
81
79
 
82
80
  background: linear-gradient(to right, #f00 0%, #ff0 17%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 83%, #f00 100%);
83
- background: -webkit-linear-gradient(to right, #f00 0%, #ff0 17%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 83%, #f00 100%);
84
81
 
85
82
  .color-picker-hue-cursor {
86
83
  pointer-events: none;
@@ -28,7 +28,6 @@
28
28
  grid-row: 1;
29
29
  grid-column: 1;
30
30
 
31
- background: -webkit-linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
32
31
  background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
33
32
  }
34
33
 
@@ -36,7 +35,6 @@
36
35
  grid-row: 1;
37
36
  grid-column: 1;
38
37
 
39
- background: -webkit-linear-gradient(to top, #000, rgba(0, 0, 0, 0));
40
38
  background: linear-gradient(to top, #000, rgba(0, 0, 0, 0));
41
39
  }
42
40
 
@@ -81,7 +79,6 @@
81
79
  cursor: pointer;
82
80
 
83
81
  background: linear-gradient(to right, #f00 0%, #ff0 17%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 83%, #f00 100%);
84
- background: -webkit-linear-gradient(to right, #f00 0%, #ff0 17%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 83%, #f00 100%);
85
82
  }
86
83
 
87
84
  .colorPickerHueCursor {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@babylonjs/shared-ui-components",
3
- "version": "7.26.2",
3
+ "version": "7.26.4",
4
4
  "main": "index.js",
5
5
  "module": "index.js",
6
6
  "types": "index.d.ts",