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.modern.js
CHANGED
|
@@ -1219,7 +1219,7 @@ var Globe = function Globe(_ref) {
|
|
|
1219
1219
|
height: "800",
|
|
1220
1220
|
rx: "400",
|
|
1221
1221
|
fill: "url(#paint1_radial_1510_3418)",
|
|
1222
|
-
|
|
1222
|
+
fillOpacity: "0.6"
|
|
1223
1223
|
})), React.createElement("defs", null, React.createElement("filter", {
|
|
1224
1224
|
id: "filter0_ddi_1510_3418",
|
|
1225
1225
|
x: "0",
|
|
@@ -1227,9 +1227,9 @@ var Globe = function Globe(_ref) {
|
|
|
1227
1227
|
width: "1028",
|
|
1228
1228
|
height: "1028",
|
|
1229
1229
|
filterUnits: "userSpaceOnUse",
|
|
1230
|
-
|
|
1230
|
+
colorInterpolationFilters: "sRGB"
|
|
1231
1231
|
}, React.createElement("feFlood", {
|
|
1232
|
-
|
|
1232
|
+
floodOpacity: "0",
|
|
1233
1233
|
result: "BackgroundImageFix"
|
|
1234
1234
|
}), React.createElement("feColorMatrix", {
|
|
1235
1235
|
"in": "SourceAlpha",
|
|
@@ -1307,10 +1307,10 @@ var Globe = function Globe(_ref) {
|
|
|
1307
1307
|
y2: "914",
|
|
1308
1308
|
gradientUnits: "userSpaceOnUse"
|
|
1309
1309
|
}, React.createElement("stop", {
|
|
1310
|
-
|
|
1310
|
+
stopColor: "#CCEEFF"
|
|
1311
1311
|
}), React.createElement("stop", {
|
|
1312
1312
|
offset: "0.773726",
|
|
1313
|
-
|
|
1313
|
+
stopColor: "#1849A9"
|
|
1314
1314
|
})), React.createElement("radialGradient", {
|
|
1315
1315
|
id: "paint1_radial_1510_3418",
|
|
1316
1316
|
cx: "0",
|
|
@@ -1319,11 +1319,11 @@ var Globe = function Globe(_ref) {
|
|
|
1319
1319
|
gradientUnits: "userSpaceOnUse",
|
|
1320
1320
|
gradientTransform: "translate(514 514) rotate(90) scale(400)"
|
|
1321
1321
|
}, React.createElement("stop", {
|
|
1322
|
-
|
|
1322
|
+
stopColor: "white"
|
|
1323
1323
|
}), React.createElement("stop", {
|
|
1324
1324
|
offset: "1",
|
|
1325
|
-
|
|
1326
|
-
|
|
1325
|
+
stopColor: "white",
|
|
1326
|
+
stopOpacity: "0"
|
|
1327
1327
|
}))));
|
|
1328
1328
|
};
|
|
1329
1329
|
|