@openeuropa/bcl-bootstrap 0.12.0 → 0.16.0
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/bootstrap-icons.js +211 -1
- package/package.json +3 -3
package/bootstrap-icons.js
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
export default [
|
|
2
|
+
"123",
|
|
2
3
|
"alarm-fill",
|
|
3
4
|
"alarm",
|
|
4
5
|
"align-bottom",
|
|
@@ -1323,5 +1324,214 @@ export default [
|
|
|
1323
1324
|
"x",
|
|
1324
1325
|
"youtube",
|
|
1325
1326
|
"zoom-in",
|
|
1326
|
-
"zoom-out"
|
|
1327
|
+
"zoom-out",
|
|
1328
|
+
"bank",
|
|
1329
|
+
"bank2",
|
|
1330
|
+
"bell-slash-fill",
|
|
1331
|
+
"bell-slash",
|
|
1332
|
+
"cash-coin",
|
|
1333
|
+
"check-lg",
|
|
1334
|
+
"coin",
|
|
1335
|
+
"currency-bitcoin",
|
|
1336
|
+
"currency-dollar",
|
|
1337
|
+
"currency-euro",
|
|
1338
|
+
"currency-exchange",
|
|
1339
|
+
"currency-pound",
|
|
1340
|
+
"currency-yen",
|
|
1341
|
+
"dash-lg",
|
|
1342
|
+
"exclamation-lg",
|
|
1343
|
+
"file-earmark-pdf-fill",
|
|
1344
|
+
"file-earmark-pdf",
|
|
1345
|
+
"file-pdf-fill",
|
|
1346
|
+
"file-pdf",
|
|
1347
|
+
"gender-ambiguous",
|
|
1348
|
+
"gender-female",
|
|
1349
|
+
"gender-male",
|
|
1350
|
+
"gender-trans",
|
|
1351
|
+
"headset-vr",
|
|
1352
|
+
"info-lg",
|
|
1353
|
+
"mastodon",
|
|
1354
|
+
"messenger",
|
|
1355
|
+
"piggy-bank-fill",
|
|
1356
|
+
"piggy-bank",
|
|
1357
|
+
"pin-map-fill",
|
|
1358
|
+
"pin-map",
|
|
1359
|
+
"plus-lg",
|
|
1360
|
+
"question-lg",
|
|
1361
|
+
"recycle",
|
|
1362
|
+
"reddit",
|
|
1363
|
+
"safe-fill",
|
|
1364
|
+
"safe2-fill",
|
|
1365
|
+
"safe2",
|
|
1366
|
+
"sd-card-fill",
|
|
1367
|
+
"sd-card",
|
|
1368
|
+
"skype",
|
|
1369
|
+
"slash-lg",
|
|
1370
|
+
"translate",
|
|
1371
|
+
"x-lg",
|
|
1372
|
+
"safe",
|
|
1373
|
+
"apple",
|
|
1374
|
+
"microsoft",
|
|
1375
|
+
"windows",
|
|
1376
|
+
"behance",
|
|
1377
|
+
"dribbble",
|
|
1378
|
+
"line",
|
|
1379
|
+
"medium",
|
|
1380
|
+
"paypal",
|
|
1381
|
+
"pinterest",
|
|
1382
|
+
"signal",
|
|
1383
|
+
"snapchat",
|
|
1384
|
+
"spotify",
|
|
1385
|
+
"stack-overflow",
|
|
1386
|
+
"strava",
|
|
1387
|
+
"wordpress",
|
|
1388
|
+
"vimeo",
|
|
1389
|
+
"activity",
|
|
1390
|
+
"easel2-fill",
|
|
1391
|
+
"easel2",
|
|
1392
|
+
"easel3-fill",
|
|
1393
|
+
"easel3",
|
|
1394
|
+
"fan",
|
|
1395
|
+
"fingerprint",
|
|
1396
|
+
"graph-down-arrow",
|
|
1397
|
+
"graph-up-arrow",
|
|
1398
|
+
"hypnotize",
|
|
1399
|
+
"magic",
|
|
1400
|
+
"person-rolodex",
|
|
1401
|
+
"person-video",
|
|
1402
|
+
"person-video2",
|
|
1403
|
+
"person-video3",
|
|
1404
|
+
"person-workspace",
|
|
1405
|
+
"radioactive",
|
|
1406
|
+
"webcam-fill",
|
|
1407
|
+
"webcam",
|
|
1408
|
+
"yin-yang",
|
|
1409
|
+
"bandaid-fill",
|
|
1410
|
+
"bandaid",
|
|
1411
|
+
"bluetooth",
|
|
1412
|
+
"body-text",
|
|
1413
|
+
"boombox",
|
|
1414
|
+
"boxes",
|
|
1415
|
+
"dpad-fill",
|
|
1416
|
+
"dpad",
|
|
1417
|
+
"ear-fill",
|
|
1418
|
+
"ear",
|
|
1419
|
+
"envelope-check-1",
|
|
1420
|
+
"envelope-check-fill",
|
|
1421
|
+
"envelope-check",
|
|
1422
|
+
"envelope-dash-1",
|
|
1423
|
+
"envelope-dash-fill",
|
|
1424
|
+
"envelope-dash",
|
|
1425
|
+
"envelope-exclamation-1",
|
|
1426
|
+
"envelope-exclamation-fill",
|
|
1427
|
+
"envelope-exclamation",
|
|
1428
|
+
"envelope-plus-fill",
|
|
1429
|
+
"envelope-plus",
|
|
1430
|
+
"envelope-slash-1",
|
|
1431
|
+
"envelope-slash-fill",
|
|
1432
|
+
"envelope-slash",
|
|
1433
|
+
"envelope-x-1",
|
|
1434
|
+
"envelope-x-fill",
|
|
1435
|
+
"envelope-x",
|
|
1436
|
+
"explicit-fill",
|
|
1437
|
+
"explicit",
|
|
1438
|
+
"git",
|
|
1439
|
+
"infinity",
|
|
1440
|
+
"list-columns-reverse",
|
|
1441
|
+
"list-columns",
|
|
1442
|
+
"meta",
|
|
1443
|
+
"mortorboard-fill",
|
|
1444
|
+
"mortorboard",
|
|
1445
|
+
"nintendo-switch",
|
|
1446
|
+
"pc-display-horizontal",
|
|
1447
|
+
"pc-display",
|
|
1448
|
+
"pc-horizontal",
|
|
1449
|
+
"pc",
|
|
1450
|
+
"playstation",
|
|
1451
|
+
"plus-slash-minus",
|
|
1452
|
+
"projector-fill",
|
|
1453
|
+
"projector",
|
|
1454
|
+
"qr-code-scan",
|
|
1455
|
+
"qr-code",
|
|
1456
|
+
"quora",
|
|
1457
|
+
"quote",
|
|
1458
|
+
"robot",
|
|
1459
|
+
"send-check-fill",
|
|
1460
|
+
"send-check",
|
|
1461
|
+
"send-dash-fill",
|
|
1462
|
+
"send-dash",
|
|
1463
|
+
"send-exclamation-1",
|
|
1464
|
+
"send-exclamation-fill",
|
|
1465
|
+
"send-exclamation",
|
|
1466
|
+
"send-fill",
|
|
1467
|
+
"send-plus-fill",
|
|
1468
|
+
"send-plus",
|
|
1469
|
+
"send-slash-fill",
|
|
1470
|
+
"send-slash",
|
|
1471
|
+
"send-x-fill",
|
|
1472
|
+
"send-x",
|
|
1473
|
+
"send",
|
|
1474
|
+
"steam",
|
|
1475
|
+
"terminal-dash-1",
|
|
1476
|
+
"terminal-dash",
|
|
1477
|
+
"terminal-plus",
|
|
1478
|
+
"terminal-split",
|
|
1479
|
+
"ticket-detailed-fill",
|
|
1480
|
+
"ticket-detailed",
|
|
1481
|
+
"ticket-fill",
|
|
1482
|
+
"ticket-perferated-fill",
|
|
1483
|
+
"ticket-perferated",
|
|
1484
|
+
"ticket",
|
|
1485
|
+
"tiktok",
|
|
1486
|
+
"window-dash",
|
|
1487
|
+
"window-desktop",
|
|
1488
|
+
"window-fullscreen",
|
|
1489
|
+
"window-plus",
|
|
1490
|
+
"window-split",
|
|
1491
|
+
"window-stack",
|
|
1492
|
+
"window-x",
|
|
1493
|
+
"xbox",
|
|
1494
|
+
"ethernet",
|
|
1495
|
+
"hdmi-fill",
|
|
1496
|
+
"hdmi",
|
|
1497
|
+
"usb-c-fill",
|
|
1498
|
+
"usb-c",
|
|
1499
|
+
"usb-fill",
|
|
1500
|
+
"usb-plug-fill",
|
|
1501
|
+
"usb-plug",
|
|
1502
|
+
"usb-symbol",
|
|
1503
|
+
"usb",
|
|
1504
|
+
"boombox-fill",
|
|
1505
|
+
"displayport-1",
|
|
1506
|
+
"displayport",
|
|
1507
|
+
"gpu-card",
|
|
1508
|
+
"memory",
|
|
1509
|
+
"modem-fill",
|
|
1510
|
+
"modem",
|
|
1511
|
+
"motherboard-fill",
|
|
1512
|
+
"motherboard",
|
|
1513
|
+
"optical-audio-fill",
|
|
1514
|
+
"optical-audio",
|
|
1515
|
+
"pci-card",
|
|
1516
|
+
"router-fill",
|
|
1517
|
+
"router",
|
|
1518
|
+
"ssd-fill",
|
|
1519
|
+
"ssd",
|
|
1520
|
+
"thunderbolt-fill",
|
|
1521
|
+
"thunderbolt",
|
|
1522
|
+
"usb-drive-fill",
|
|
1523
|
+
"usb-drive",
|
|
1524
|
+
"usb-micro-fill",
|
|
1525
|
+
"usb-micro",
|
|
1526
|
+
"usb-mini-fill",
|
|
1527
|
+
"usb-mini",
|
|
1528
|
+
"cloud-haze2",
|
|
1529
|
+
"device-hdd-fill",
|
|
1530
|
+
"device-hdd",
|
|
1531
|
+
"device-ssd-fill",
|
|
1532
|
+
"device-ssd",
|
|
1533
|
+
"displayport-fill",
|
|
1534
|
+
"mortarboard-fill",
|
|
1535
|
+
"mortarboard",
|
|
1536
|
+
"terminal-x"
|
|
1327
1537
|
]
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@openeuropa/bcl-bootstrap",
|
|
3
3
|
"author": "European Commission",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
|
-
"version": "0.
|
|
5
|
+
"version": "0.16.0",
|
|
6
6
|
"description": "OE - BCL bootstrap 5 sources",
|
|
7
7
|
"bin": {
|
|
8
8
|
"plugins-builder": "./bin/build-plugins.js"
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
},
|
|
18
18
|
"devDependencies": {
|
|
19
19
|
"bootstrap": "5.1.3",
|
|
20
|
-
"bootstrap-icons": "1.7.
|
|
20
|
+
"bootstrap-icons": "1.7.1",
|
|
21
21
|
"copyfiles": "2.4.1",
|
|
22
22
|
"npm-run-all": "4.1.5",
|
|
23
23
|
"rimraf": "3.0.2"
|
|
@@ -39,5 +39,5 @@
|
|
|
39
39
|
"design-system",
|
|
40
40
|
"twig"
|
|
41
41
|
],
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "39a52d25c36789a0c4712b0f6e55cbc5cbbedcb5"
|
|
43
43
|
}
|