labsense-ui-kit 1.2.6 → 1.2.7
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/Icons/SVGs/Globe.d.ts +4 -0
- package/dist/Icons/SVGs/index.d.ts +1 -0
- package/dist/Icons/index.d.ts +1 -1
- package/dist/index.js +133 -0
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +133 -0
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.modern.js
CHANGED
|
@@ -1178,6 +1178,138 @@ var FullVolume = function FullVolume(_ref) {
|
|
|
1178
1178
|
}));
|
|
1179
1179
|
};
|
|
1180
1180
|
|
|
1181
|
+
var Globe = function Globe(_ref) {
|
|
1182
|
+
var size = _ref.size;
|
|
1183
|
+
return React.createElement("svg", {
|
|
1184
|
+
width: size,
|
|
1185
|
+
height: size,
|
|
1186
|
+
viewBox: "0 0 1028 1028",
|
|
1187
|
+
fill: "none",
|
|
1188
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
1189
|
+
}, React.createElement("g", {
|
|
1190
|
+
filter: "url(#filter0_ddi_1510_3418)"
|
|
1191
|
+
}, React.createElement("rect", {
|
|
1192
|
+
x: "114",
|
|
1193
|
+
y: "114",
|
|
1194
|
+
width: "800",
|
|
1195
|
+
height: "800",
|
|
1196
|
+
rx: "400",
|
|
1197
|
+
fill: "url(#paint0_linear_1510_3418)"
|
|
1198
|
+
}), React.createElement("rect", {
|
|
1199
|
+
x: "114",
|
|
1200
|
+
y: "114",
|
|
1201
|
+
width: "800",
|
|
1202
|
+
height: "800",
|
|
1203
|
+
rx: "400",
|
|
1204
|
+
fill: "url(#paint1_radial_1510_3418)",
|
|
1205
|
+
"fill-opacity": "0.6"
|
|
1206
|
+
})), React.createElement("defs", null, React.createElement("filter", {
|
|
1207
|
+
id: "filter0_ddi_1510_3418",
|
|
1208
|
+
x: "0",
|
|
1209
|
+
y: "0",
|
|
1210
|
+
width: "1028",
|
|
1211
|
+
height: "1028",
|
|
1212
|
+
filterUnits: "userSpaceOnUse",
|
|
1213
|
+
"color-interpolation-filters": "sRGB"
|
|
1214
|
+
}, React.createElement("feFlood", {
|
|
1215
|
+
"flood-opacity": "0",
|
|
1216
|
+
result: "BackgroundImageFix"
|
|
1217
|
+
}), React.createElement("feColorMatrix", {
|
|
1218
|
+
"in": "SourceAlpha",
|
|
1219
|
+
type: "matrix",
|
|
1220
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
|
|
1221
|
+
result: "hardAlpha"
|
|
1222
|
+
}), React.createElement("feOffset", null), React.createElement("feGaussianBlur", {
|
|
1223
|
+
stdDeviation: "57"
|
|
1224
|
+
}), React.createElement("feComposite", {
|
|
1225
|
+
in2: "hardAlpha",
|
|
1226
|
+
operator: "out"
|
|
1227
|
+
}), React.createElement("feColorMatrix", {
|
|
1228
|
+
type: "matrix",
|
|
1229
|
+
values: "0 0 0 0 0.0941176 0 0 0 0 0.286275 0 0 0 0 0.662745 0 0 0 0.8 0"
|
|
1230
|
+
}), React.createElement("feBlend", {
|
|
1231
|
+
mode: "normal",
|
|
1232
|
+
in2: "BackgroundImageFix",
|
|
1233
|
+
result: "effect1_dropShadow_1510_3418"
|
|
1234
|
+
}), React.createElement("feColorMatrix", {
|
|
1235
|
+
"in": "SourceAlpha",
|
|
1236
|
+
type: "matrix",
|
|
1237
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
|
|
1238
|
+
result: "hardAlpha"
|
|
1239
|
+
}), React.createElement("feMorphology", {
|
|
1240
|
+
radius: "5",
|
|
1241
|
+
operator: "dilate",
|
|
1242
|
+
"in": "SourceAlpha",
|
|
1243
|
+
result: "effect2_dropShadow_1510_3418"
|
|
1244
|
+
}), React.createElement("feOffset", null), React.createElement("feGaussianBlur", {
|
|
1245
|
+
stdDeviation: "10"
|
|
1246
|
+
}), React.createElement("feComposite", {
|
|
1247
|
+
in2: "hardAlpha",
|
|
1248
|
+
operator: "out"
|
|
1249
|
+
}), React.createElement("feColorMatrix", {
|
|
1250
|
+
type: "matrix",
|
|
1251
|
+
values: "0 0 0 0 0.0941176 0 0 0 0 0.286275 0 0 0 0 0.662745 0 0 0 1 0"
|
|
1252
|
+
}), React.createElement("feBlend", {
|
|
1253
|
+
mode: "normal",
|
|
1254
|
+
in2: "effect1_dropShadow_1510_3418",
|
|
1255
|
+
result: "effect2_dropShadow_1510_3418"
|
|
1256
|
+
}), React.createElement("feBlend", {
|
|
1257
|
+
mode: "normal",
|
|
1258
|
+
"in": "SourceGraphic",
|
|
1259
|
+
in2: "effect2_dropShadow_1510_3418",
|
|
1260
|
+
result: "shape"
|
|
1261
|
+
}), React.createElement("feColorMatrix", {
|
|
1262
|
+
"in": "SourceAlpha",
|
|
1263
|
+
type: "matrix",
|
|
1264
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
|
|
1265
|
+
result: "hardAlpha"
|
|
1266
|
+
}), React.createElement("feMorphology", {
|
|
1267
|
+
radius: "20",
|
|
1268
|
+
operator: "erode",
|
|
1269
|
+
"in": "SourceAlpha",
|
|
1270
|
+
result: "effect3_innerShadow_1510_3418"
|
|
1271
|
+
}), React.createElement("feOffset", null), React.createElement("feGaussianBlur", {
|
|
1272
|
+
stdDeviation: "56"
|
|
1273
|
+
}), React.createElement("feComposite", {
|
|
1274
|
+
in2: "hardAlpha",
|
|
1275
|
+
operator: "arithmetic",
|
|
1276
|
+
k2: "-1",
|
|
1277
|
+
k3: "1"
|
|
1278
|
+
}), React.createElement("feColorMatrix", {
|
|
1279
|
+
type: "matrix",
|
|
1280
|
+
values: "0 0 0 0 0.0941176 0 0 0 0 0.286275 0 0 0 0 0.662745 0 0 0 1 0"
|
|
1281
|
+
}), React.createElement("feBlend", {
|
|
1282
|
+
mode: "normal",
|
|
1283
|
+
in2: "shape",
|
|
1284
|
+
result: "effect3_innerShadow_1510_3418"
|
|
1285
|
+
})), React.createElement("linearGradient", {
|
|
1286
|
+
id: "paint0_linear_1510_3418",
|
|
1287
|
+
x1: "914",
|
|
1288
|
+
y1: "114",
|
|
1289
|
+
x2: "114",
|
|
1290
|
+
y2: "914",
|
|
1291
|
+
gradientUnits: "userSpaceOnUse"
|
|
1292
|
+
}, React.createElement("stop", {
|
|
1293
|
+
"stop-color": "#CCEEFF"
|
|
1294
|
+
}), React.createElement("stop", {
|
|
1295
|
+
offset: "0.773726",
|
|
1296
|
+
"stop-color": "#1849A9"
|
|
1297
|
+
})), React.createElement("radialGradient", {
|
|
1298
|
+
id: "paint1_radial_1510_3418",
|
|
1299
|
+
cx: "0",
|
|
1300
|
+
cy: "0",
|
|
1301
|
+
r: "1",
|
|
1302
|
+
gradientUnits: "userSpaceOnUse",
|
|
1303
|
+
gradientTransform: "translate(514 514) rotate(90) scale(400)"
|
|
1304
|
+
}, React.createElement("stop", {
|
|
1305
|
+
"stop-color": "white"
|
|
1306
|
+
}), React.createElement("stop", {
|
|
1307
|
+
offset: "1",
|
|
1308
|
+
"stop-color": "white",
|
|
1309
|
+
"stop-opacity": "0"
|
|
1310
|
+
}))));
|
|
1311
|
+
};
|
|
1312
|
+
|
|
1181
1313
|
var Grid_2x2_Hollow = function Grid_2x2_Hollow(_ref) {
|
|
1182
1314
|
var size = _ref.size,
|
|
1183
1315
|
color = _ref.color,
|
|
@@ -3729,6 +3861,7 @@ var IconSVGs = {
|
|
|
3729
3861
|
Free: Free,
|
|
3730
3862
|
FullScreen: FullScreen,
|
|
3731
3863
|
FullVolume: FullVolume,
|
|
3864
|
+
Globe: Globe,
|
|
3732
3865
|
Grid_2x2_Hollow: Grid_2x2_Hollow,
|
|
3733
3866
|
Grid_2x2: Grid_2x2,
|
|
3734
3867
|
Grid_3x3: Grid_3x3,
|