labsense-ui-kit 1.2.10 → 1.2.11
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.
- package/dist/index.js +8 -8
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +8 -8
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1223,7 +1223,7 @@ var Globe = function Globe(_ref) {
|
|
|
1223
1223
|
height: "800",
|
|
1224
1224
|
rx: "400",
|
|
1225
1225
|
fill: "url(#paint1_radial_1510_3418)",
|
|
1226
|
-
|
|
1226
|
+
fillOpacity: "0.6"
|
|
1227
1227
|
})), React__default.createElement("defs", null, React__default.createElement("filter", {
|
|
1228
1228
|
id: "filter0_ddi_1510_3418",
|
|
1229
1229
|
x: "0",
|
|
@@ -1231,9 +1231,9 @@ var Globe = function Globe(_ref) {
|
|
|
1231
1231
|
width: "1028",
|
|
1232
1232
|
height: "1028",
|
|
1233
1233
|
filterUnits: "userSpaceOnUse",
|
|
1234
|
-
|
|
1234
|
+
colorInterpolationFilters: "sRGB"
|
|
1235
1235
|
}, React__default.createElement("feFlood", {
|
|
1236
|
-
|
|
1236
|
+
floodOpacity: "0",
|
|
1237
1237
|
result: "BackgroundImageFix"
|
|
1238
1238
|
}), React__default.createElement("feColorMatrix", {
|
|
1239
1239
|
"in": "SourceAlpha",
|
|
@@ -1311,10 +1311,10 @@ var Globe = function Globe(_ref) {
|
|
|
1311
1311
|
y2: "914",
|
|
1312
1312
|
gradientUnits: "userSpaceOnUse"
|
|
1313
1313
|
}, React__default.createElement("stop", {
|
|
1314
|
-
|
|
1314
|
+
stopColor: "#CCEEFF"
|
|
1315
1315
|
}), React__default.createElement("stop", {
|
|
1316
1316
|
offset: "0.773726",
|
|
1317
|
-
|
|
1317
|
+
stopColor: "#1849A9"
|
|
1318
1318
|
})), React__default.createElement("radialGradient", {
|
|
1319
1319
|
id: "paint1_radial_1510_3418",
|
|
1320
1320
|
cx: "0",
|
|
@@ -1323,11 +1323,11 @@ var Globe = function Globe(_ref) {
|
|
|
1323
1323
|
gradientUnits: "userSpaceOnUse",
|
|
1324
1324
|
gradientTransform: "translate(514 514) rotate(90) scale(400)"
|
|
1325
1325
|
}, React__default.createElement("stop", {
|
|
1326
|
-
|
|
1326
|
+
stopColor: "white"
|
|
1327
1327
|
}), React__default.createElement("stop", {
|
|
1328
1328
|
offset: "1",
|
|
1329
|
-
|
|
1330
|
-
|
|
1329
|
+
stopColor: "white",
|
|
1330
|
+
stopOpacity: "0"
|
|
1331
1331
|
}))));
|
|
1332
1332
|
};
|
|
1333
1333
|
|