@arc-ui/components 8.2.0 → 9.2.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/README.md +0 -2
- package/dist/index.es.js +20 -3
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +20 -3
- package/dist/index.js.map +1 -1
- package/dist/styles.css +1 -1
- package/dist/types/components/Base/Base.d.ts +1 -1
- package/dist/types/components/Heading/Heading.d.ts +0 -5
- package/dist/types/components/Surface/Surface.d.ts +0 -1
- package/dist/types/components/Surface/index.d.ts +1 -1
- package/dist/types/styles.d.ts +23 -0
- package/package.json +3 -3
- package/dist/styles.bt.css +0 -1
- package/dist/styles.ee.css +0 -1
- package/dist/types/styles.bt.d.ts +0 -23
- package/dist/types/styles.ee.d.ts +0 -17
package/README.md
CHANGED
package/dist/index.es.js
CHANGED
|
@@ -351,7 +351,6 @@ var backgroundsShared = [
|
|
|
351
351
|
];
|
|
352
352
|
__spreadArray([], backgroundsShared, true);
|
|
353
353
|
__spreadArray([], backgroundsShared, true);
|
|
354
|
-
__spreadArray([], backgroundsShared, true);
|
|
355
354
|
|
|
356
355
|
/**
|
|
357
356
|
* Use `BrandLogo` to display the brand logo.
|
|
@@ -434,6 +433,7 @@ const iconsSelected = [
|
|
|
434
433
|
"btCloudUserFill",
|
|
435
434
|
"btCollapseFill",
|
|
436
435
|
"btCompareFill",
|
|
436
|
+
"btComputerChipFill",
|
|
437
437
|
"btConnectedCareFill",
|
|
438
438
|
"btContactDetailsFill",
|
|
439
439
|
"btContactNoDetailsFill",
|
|
@@ -456,8 +456,10 @@ const iconsSelected = [
|
|
|
456
456
|
"btDisabilityFill",
|
|
457
457
|
"btDiscountFill",
|
|
458
458
|
"btDivertOnBusyFill",
|
|
459
|
+
"btDocumentAndPencilFill",
|
|
459
460
|
"btDocumentArticleFill",
|
|
460
461
|
"btDocumentBillsFill",
|
|
462
|
+
"btDocumentDownloadFill",
|
|
461
463
|
"btDocumentFill",
|
|
462
464
|
"btDocumentPdfFill",
|
|
463
465
|
"btDocumentWithCopyCrossedOutFill",
|
|
@@ -472,6 +474,7 @@ const iconsSelected = [
|
|
|
472
474
|
"btFaceNeutralFill",
|
|
473
475
|
"btFaceSadFill",
|
|
474
476
|
"btFaceVeryHappyFill",
|
|
477
|
+
"btFirstAidFill",
|
|
475
478
|
"btFolderFill",
|
|
476
479
|
"btGamingFill",
|
|
477
480
|
"btGenderFemaleAndMaleFill",
|
|
@@ -482,6 +485,7 @@ const iconsSelected = [
|
|
|
482
485
|
"btGlobalConnectivityFill",
|
|
483
486
|
"btGlobeFill",
|
|
484
487
|
"btGlossaryFill",
|
|
488
|
+
"btGondolaFill",
|
|
485
489
|
"btGraphBarAndPlotFill",
|
|
486
490
|
"btGraphBarChartFill",
|
|
487
491
|
"btGraphDownFill",
|
|
@@ -491,12 +495,14 @@ const iconsSelected = [
|
|
|
491
495
|
"btHeartBrokenFill",
|
|
492
496
|
"btHeartCareFill",
|
|
493
497
|
"btHeartFill",
|
|
498
|
+
"btHoldingHeartFill",
|
|
494
499
|
"btHomeFill",
|
|
495
500
|
"btHomeTechExpertFill",
|
|
496
501
|
"btHometownFill",
|
|
497
502
|
"btHubAndMobileFill",
|
|
498
503
|
"btHubFill",
|
|
499
504
|
"btHubOldFill",
|
|
505
|
+
"btIpFill",
|
|
500
506
|
"btIPv6Fill",
|
|
501
507
|
"btIdeaFill",
|
|
502
508
|
"btInfoFill",
|
|
@@ -504,6 +510,7 @@ const iconsSelected = [
|
|
|
504
510
|
"btJigsawFill",
|
|
505
511
|
"btJourneyFill",
|
|
506
512
|
"btKeyFill",
|
|
513
|
+
"btKnifeAndForkFill",
|
|
507
514
|
"btLanFill",
|
|
508
515
|
"btLaptopAndMobileFill",
|
|
509
516
|
"btLaptopConnectAndShareFill",
|
|
@@ -520,6 +527,7 @@ const iconsSelected = [
|
|
|
520
527
|
"btLayoutRowsSmallFill",
|
|
521
528
|
"btLeadershipFill",
|
|
522
529
|
"btLinkFill",
|
|
530
|
+
"btLiteracyNumeracyFill",
|
|
523
531
|
"btLocationFill",
|
|
524
532
|
"btLockedFill",
|
|
525
533
|
"btLogoutFill",
|
|
@@ -544,6 +552,7 @@ const iconsSelected = [
|
|
|
544
552
|
"btNoSpeechFill",
|
|
545
553
|
"btNoViewFill",
|
|
546
554
|
"btNotificationFill",
|
|
555
|
+
"btPaperTowelFill",
|
|
547
556
|
"btPasswordFIll",
|
|
548
557
|
"btPaymentMethodFill",
|
|
549
558
|
"btPayphoneFill",
|
|
@@ -559,6 +568,7 @@ const iconsSelected = [
|
|
|
559
568
|
"btPodcastFill",
|
|
560
569
|
"btPresentationFill",
|
|
561
570
|
"btPriceFill",
|
|
571
|
+
"btPrinterFill",
|
|
562
572
|
"btProcessFill",
|
|
563
573
|
"btProcessMiningFill",
|
|
564
574
|
"btProcessRolesFill",
|
|
@@ -574,6 +584,7 @@ const iconsSelected = [
|
|
|
574
584
|
"btScaleFill",
|
|
575
585
|
"btSearchFill",
|
|
576
586
|
"btServerFill",
|
|
587
|
+
"btSettingsAlt2Fill",
|
|
577
588
|
"btSettingsAltFill",
|
|
578
589
|
"btSettingsFill",
|
|
579
590
|
"btShieldAddFill",
|
|
@@ -584,8 +595,12 @@ const iconsSelected = [
|
|
|
584
595
|
"btShipFill",
|
|
585
596
|
"btSignalFill",
|
|
586
597
|
"btSignatureFill",
|
|
598
|
+
"btSignpostFill",
|
|
587
599
|
"btSimFill",
|
|
588
600
|
"btSimpleFill",
|
|
601
|
+
"btSkiingFill",
|
|
602
|
+
"btSkisFill",
|
|
603
|
+
"btSnowboardingFill",
|
|
589
604
|
"btSpannerFill",
|
|
590
605
|
"btSpeakerFullVolumeFill",
|
|
591
606
|
"btSpeakerHalfVolumeFill",
|
|
@@ -610,11 +625,14 @@ const iconsSelected = [
|
|
|
610
625
|
"btTagFill",
|
|
611
626
|
"btTaxonomyFill",
|
|
612
627
|
"btTechBarFill",
|
|
628
|
+
"btTelemarkFill",
|
|
613
629
|
"btThumbsDownFill",
|
|
614
630
|
"btThumbsUpFill",
|
|
615
631
|
"btTickAlt2pxFill",
|
|
616
632
|
"btTickFill",
|
|
617
633
|
"btTickVariantFill",
|
|
634
|
+
"btTree1Fill",
|
|
635
|
+
"btTree2Fill",
|
|
618
636
|
"btTrophyFill",
|
|
619
637
|
"btUkFill",
|
|
620
638
|
"btUsbFill",
|
|
@@ -718,7 +736,7 @@ var Image = function (_a) {
|
|
|
718
736
|
*/
|
|
719
737
|
var Heading = function (_a) {
|
|
720
738
|
var _b;
|
|
721
|
-
var _c = _a.align, align = _c === void 0 ? "left" : _c, _d = _a.casing, casing = _d === void 0 ? "auto" : _d, children = _a.children, _e = _a.color, color = _e === void 0 ? "auto" : _e, level = _a.level, size = _a.size,
|
|
739
|
+
var _c = _a.align, align = _c === void 0 ? "left" : _c, _d = _a.casing, casing = _d === void 0 ? "auto" : _d, children = _a.children, _e = _a.color, color = _e === void 0 ? "auto" : _e, level = _a.level, size = _a.size, props = __rest(_a, ["align", "casing", "children", "color", "level", "size"]);
|
|
722
740
|
var surface = useContext(Context$3).surface;
|
|
723
741
|
var Element = "span";
|
|
724
742
|
if (level) {
|
|
@@ -731,7 +749,6 @@ var Heading = function (_a) {
|
|
|
731
749
|
_b["arc-Heading--size".concat(size && size.toUpperCase())] = size,
|
|
732
750
|
_b["arc-Heading--casingNone"] = casing === "none",
|
|
733
751
|
_b["arc-Heading--colorBrand"] = color === "brand",
|
|
734
|
-
_b["arc-Heading--typefaceEeBrand"] = typeface === "ee-brand",
|
|
735
752
|
_b["arc-Heading--onDarkSurface"] = surface === "dark",
|
|
736
753
|
_b)) }, filterDataAttrs(props)), children));
|
|
737
754
|
};
|