@genesislcap/foundation-zero 14.493.0 → 14.494.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/dist/custom-elements.json +397 -397
- package/dist/dts/react.d.ts +8 -8
- package/dist/react.cjs +5 -5
- package/dist/react.mjs +4 -4
- package/package.json +12 -12
|
@@ -898,37 +898,6 @@
|
|
|
898
898
|
}
|
|
899
899
|
]
|
|
900
900
|
},
|
|
901
|
-
{
|
|
902
|
-
"kind": "javascript-module",
|
|
903
|
-
"path": "src/_config/index.ts",
|
|
904
|
-
"declarations": [],
|
|
905
|
-
"exports": [
|
|
906
|
-
{
|
|
907
|
-
"kind": "js",
|
|
908
|
-
"name": "*",
|
|
909
|
-
"declaration": {
|
|
910
|
-
"name": "*",
|
|
911
|
-
"package": "./styles"
|
|
912
|
-
}
|
|
913
|
-
},
|
|
914
|
-
{
|
|
915
|
-
"kind": "js",
|
|
916
|
-
"name": "*",
|
|
917
|
-
"declaration": {
|
|
918
|
-
"name": "*",
|
|
919
|
-
"package": "./tokens"
|
|
920
|
-
}
|
|
921
|
-
},
|
|
922
|
-
{
|
|
923
|
-
"kind": "js",
|
|
924
|
-
"name": "*",
|
|
925
|
-
"declaration": {
|
|
926
|
-
"name": "*",
|
|
927
|
-
"package": "./values"
|
|
928
|
-
}
|
|
929
|
-
}
|
|
930
|
-
]
|
|
931
|
-
},
|
|
932
901
|
{
|
|
933
902
|
"kind": "javascript-module",
|
|
934
903
|
"path": "src/accordion/accordion.styles.ts",
|
|
@@ -1770,6 +1739,37 @@
|
|
|
1770
1739
|
}
|
|
1771
1740
|
]
|
|
1772
1741
|
},
|
|
1742
|
+
{
|
|
1743
|
+
"kind": "javascript-module",
|
|
1744
|
+
"path": "src/_config/index.ts",
|
|
1745
|
+
"declarations": [],
|
|
1746
|
+
"exports": [
|
|
1747
|
+
{
|
|
1748
|
+
"kind": "js",
|
|
1749
|
+
"name": "*",
|
|
1750
|
+
"declaration": {
|
|
1751
|
+
"name": "*",
|
|
1752
|
+
"package": "./styles"
|
|
1753
|
+
}
|
|
1754
|
+
},
|
|
1755
|
+
{
|
|
1756
|
+
"kind": "js",
|
|
1757
|
+
"name": "*",
|
|
1758
|
+
"declaration": {
|
|
1759
|
+
"name": "*",
|
|
1760
|
+
"package": "./tokens"
|
|
1761
|
+
}
|
|
1762
|
+
},
|
|
1763
|
+
{
|
|
1764
|
+
"kind": "js",
|
|
1765
|
+
"name": "*",
|
|
1766
|
+
"declaration": {
|
|
1767
|
+
"name": "*",
|
|
1768
|
+
"package": "./values"
|
|
1769
|
+
}
|
|
1770
|
+
}
|
|
1771
|
+
]
|
|
1772
|
+
},
|
|
1773
1773
|
{
|
|
1774
1774
|
"kind": "javascript-module",
|
|
1775
1775
|
"path": "src/actions-menu/actions-menu.styles.ts",
|
|
@@ -15433,198 +15433,453 @@
|
|
|
15433
15433
|
},
|
|
15434
15434
|
{
|
|
15435
15435
|
"kind": "javascript-module",
|
|
15436
|
-
"path": "src/
|
|
15436
|
+
"path": "src/error-banner/error-banner.template.ts",
|
|
15437
15437
|
"declarations": [
|
|
15438
15438
|
{
|
|
15439
15439
|
"kind": "variable",
|
|
15440
|
-
"name": "
|
|
15441
|
-
"default": "
|
|
15442
|
-
"description": "The zero Environment Indicator styles",
|
|
15443
|
-
"privacy": "public"
|
|
15440
|
+
"name": "zeroErrorBannerTemplate",
|
|
15441
|
+
"default": "html<ErrorBanner>`\n ${getPrefixedErrorBanner('zero')}\n`"
|
|
15444
15442
|
}
|
|
15445
15443
|
],
|
|
15446
15444
|
"exports": [
|
|
15447
15445
|
{
|
|
15448
15446
|
"kind": "js",
|
|
15449
|
-
"name": "
|
|
15447
|
+
"name": "zeroErrorBannerTemplate",
|
|
15450
15448
|
"declaration": {
|
|
15451
|
-
"name": "
|
|
15452
|
-
"module": "src/
|
|
15449
|
+
"name": "zeroErrorBannerTemplate",
|
|
15450
|
+
"module": "src/error-banner/error-banner.template.ts"
|
|
15453
15451
|
}
|
|
15454
15452
|
}
|
|
15455
15453
|
]
|
|
15456
15454
|
},
|
|
15457
15455
|
{
|
|
15458
15456
|
"kind": "javascript-module",
|
|
15459
|
-
"path": "src/
|
|
15457
|
+
"path": "src/error-banner/error-banner.ts",
|
|
15460
15458
|
"declarations": [
|
|
15459
|
+
{
|
|
15460
|
+
"kind": "variable",
|
|
15461
|
+
"name": "zeroErrorBannerShadowOptions",
|
|
15462
|
+
"default": "foundationErrorBannerShadowOptions"
|
|
15463
|
+
},
|
|
15461
15464
|
{
|
|
15462
15465
|
"kind": "class",
|
|
15463
15466
|
"description": "",
|
|
15464
|
-
"name": "
|
|
15467
|
+
"name": "ErrorBanner",
|
|
15465
15468
|
"superclass": {
|
|
15466
|
-
"name": "
|
|
15469
|
+
"name": "FoundationErrorBanner",
|
|
15467
15470
|
"package": "@genesislcap/foundation-ui"
|
|
15468
15471
|
},
|
|
15469
|
-
"tagName": "%%prefix%%-
|
|
15472
|
+
"tagName": "%%prefix%%-error-banner",
|
|
15470
15473
|
"customElement": true,
|
|
15471
|
-
"
|
|
15474
|
+
"members": [
|
|
15472
15475
|
{
|
|
15473
|
-
"
|
|
15476
|
+
"kind": "field",
|
|
15477
|
+
"name": "banner",
|
|
15474
15478
|
"type": {
|
|
15475
|
-
"text": "
|
|
15479
|
+
"text": "HTMLElement & { dismiss: () => Promise<void> }"
|
|
15476
15480
|
},
|
|
15477
|
-
"
|
|
15478
|
-
"fieldName": "level",
|
|
15479
|
-
"description": "the environment level to display",
|
|
15481
|
+
"privacy": "public",
|
|
15480
15482
|
"inheritedFrom": {
|
|
15481
|
-
"name": "
|
|
15482
|
-
"module": "src/
|
|
15483
|
+
"name": "ErrorBanner",
|
|
15484
|
+
"module": "src/error-banner/error-banner.ts"
|
|
15483
15485
|
}
|
|
15484
15486
|
},
|
|
15485
15487
|
{
|
|
15486
|
-
"
|
|
15488
|
+
"kind": "field",
|
|
15489
|
+
"name": "error",
|
|
15487
15490
|
"type": {
|
|
15488
|
-
"text": "
|
|
15491
|
+
"text": "ErrorStructure"
|
|
15489
15492
|
},
|
|
15490
|
-
"attribute": "label",
|
|
15491
|
-
"fieldName": "label",
|
|
15492
|
-
"description": "the label to display",
|
|
15493
15493
|
"inheritedFrom": {
|
|
15494
|
-
"name": "
|
|
15495
|
-
"module": "src/
|
|
15494
|
+
"name": "ErrorBanner",
|
|
15495
|
+
"module": "src/error-banner/error-banner.ts"
|
|
15496
15496
|
}
|
|
15497
15497
|
},
|
|
15498
15498
|
{
|
|
15499
|
-
"
|
|
15499
|
+
"kind": "field",
|
|
15500
|
+
"name": "notification",
|
|
15500
15501
|
"type": {
|
|
15501
|
-
"text": "
|
|
15502
|
+
"text": "NotificationStructure"
|
|
15502
15503
|
},
|
|
15503
|
-
"attribute": "show-icon",
|
|
15504
|
-
"fieldName": "showIcon",
|
|
15505
|
-
"description": "whether to show an icon next to the environment text",
|
|
15506
15504
|
"inheritedFrom": {
|
|
15507
|
-
"name": "
|
|
15508
|
-
"module": "src/
|
|
15505
|
+
"name": "ErrorBanner",
|
|
15506
|
+
"module": "src/error-banner/error-banner.ts"
|
|
15509
15507
|
}
|
|
15510
15508
|
},
|
|
15511
15509
|
{
|
|
15512
|
-
"
|
|
15513
|
-
"
|
|
15514
|
-
|
|
15515
|
-
|
|
15516
|
-
"default": "'sm'",
|
|
15517
|
-
"attribute": "size",
|
|
15518
|
-
"fieldName": "size",
|
|
15519
|
-
"description": "the size of the indicator. Can be 'sm' or 'lg'",
|
|
15510
|
+
"kind": "method",
|
|
15511
|
+
"name": "dismiss",
|
|
15512
|
+
"privacy": "public",
|
|
15513
|
+
"description": "Dismiss the Error Banner from display.",
|
|
15520
15514
|
"inheritedFrom": {
|
|
15521
|
-
"name": "
|
|
15522
|
-
"module": "src/
|
|
15515
|
+
"name": "ErrorBanner",
|
|
15516
|
+
"module": "src/error-banner/error-banner.ts"
|
|
15523
15517
|
}
|
|
15524
15518
|
},
|
|
15525
15519
|
{
|
|
15526
|
-
"
|
|
15520
|
+
"kind": "field",
|
|
15521
|
+
"name": "_presentation",
|
|
15527
15522
|
"type": {
|
|
15528
|
-
"text": "
|
|
15523
|
+
"text": "ComponentPresentation | null | undefined"
|
|
15529
15524
|
},
|
|
15530
|
-
"
|
|
15531
|
-
"
|
|
15532
|
-
"description": "the background color of the indicator",
|
|
15525
|
+
"privacy": "private",
|
|
15526
|
+
"default": "void 0",
|
|
15533
15527
|
"inheritedFrom": {
|
|
15534
|
-
"name": "
|
|
15535
|
-
"module": "src/
|
|
15528
|
+
"name": "FoundationElement",
|
|
15529
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
15536
15530
|
}
|
|
15537
15531
|
},
|
|
15538
15532
|
{
|
|
15539
|
-
"
|
|
15533
|
+
"kind": "field",
|
|
15534
|
+
"name": "$presentation",
|
|
15540
15535
|
"type": {
|
|
15541
|
-
"text": "
|
|
15536
|
+
"text": "ComponentPresentation | null"
|
|
15542
15537
|
},
|
|
15543
|
-
"
|
|
15544
|
-
"
|
|
15545
|
-
"fieldName": "textColor",
|
|
15546
|
-
"description": "the text color of the indicator",
|
|
15538
|
+
"privacy": "public",
|
|
15539
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
15547
15540
|
"inheritedFrom": {
|
|
15548
|
-
"name": "
|
|
15549
|
-
"module": "src/
|
|
15541
|
+
"name": "FoundationElement",
|
|
15542
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
15550
15543
|
}
|
|
15551
15544
|
},
|
|
15552
15545
|
{
|
|
15553
|
-
"
|
|
15546
|
+
"kind": "field",
|
|
15547
|
+
"name": "template",
|
|
15554
15548
|
"type": {
|
|
15555
|
-
"text": "
|
|
15549
|
+
"text": "ElementViewTemplate | void | null"
|
|
15556
15550
|
},
|
|
15557
|
-
"
|
|
15558
|
-
"
|
|
15559
|
-
"fieldName": "icon",
|
|
15560
|
-
"description": "the icon to display",
|
|
15551
|
+
"privacy": "public",
|
|
15552
|
+
"description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
|
|
15561
15553
|
"inheritedFrom": {
|
|
15562
|
-
"name": "
|
|
15563
|
-
"module": "src/
|
|
15554
|
+
"name": "FoundationElement",
|
|
15555
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
15564
15556
|
}
|
|
15565
15557
|
},
|
|
15566
15558
|
{
|
|
15567
|
-
"
|
|
15568
|
-
"
|
|
15569
|
-
|
|
15559
|
+
"kind": "method",
|
|
15560
|
+
"name": "templateChanged",
|
|
15561
|
+
"privacy": "protected",
|
|
15562
|
+
"return": {
|
|
15563
|
+
"type": {
|
|
15564
|
+
"text": "void"
|
|
15565
|
+
}
|
|
15570
15566
|
},
|
|
15571
|
-
"default": "'sm'",
|
|
15572
|
-
"attribute": "icon-size",
|
|
15573
|
-
"fieldName": "iconSize",
|
|
15574
|
-
"description": "the size of the icon",
|
|
15575
15567
|
"inheritedFrom": {
|
|
15576
|
-
"name": "
|
|
15577
|
-
"module": "src/
|
|
15568
|
+
"name": "FoundationElement",
|
|
15569
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
15578
15570
|
}
|
|
15579
15571
|
},
|
|
15580
|
-
{
|
|
15581
|
-
"name": "use-default-config",
|
|
15582
|
-
"type": {
|
|
15583
|
-
"text": "boolean"
|
|
15584
|
-
},
|
|
15585
|
-
"default": "false",
|
|
15586
|
-
"attribute": "use-default-config",
|
|
15587
|
-
"fieldName": "useDefaultConfig",
|
|
15588
|
-
"description": "whether to use the default config",
|
|
15589
|
-
"inheritedFrom": {
|
|
15590
|
-
"name": "EnvironmentIndicator",
|
|
15591
|
-
"module": "src/environment-indicator/environment-indicator.ts"
|
|
15592
|
-
}
|
|
15593
|
-
}
|
|
15594
|
-
],
|
|
15595
|
-
"members": [
|
|
15596
15572
|
{
|
|
15597
15573
|
"kind": "field",
|
|
15598
|
-
"name": "
|
|
15574
|
+
"name": "styles",
|
|
15599
15575
|
"type": {
|
|
15600
|
-
"text": "
|
|
15576
|
+
"text": "ElementStyles | void | null"
|
|
15601
15577
|
},
|
|
15602
|
-
"
|
|
15578
|
+
"privacy": "public",
|
|
15579
|
+
"description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
|
|
15603
15580
|
"inheritedFrom": {
|
|
15604
|
-
"name": "
|
|
15605
|
-
"module": "src/
|
|
15581
|
+
"name": "FoundationElement",
|
|
15582
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
15606
15583
|
}
|
|
15607
15584
|
},
|
|
15608
15585
|
{
|
|
15609
|
-
"kind": "
|
|
15610
|
-
"name": "
|
|
15611
|
-
"
|
|
15612
|
-
|
|
15586
|
+
"kind": "method",
|
|
15587
|
+
"name": "stylesChanged",
|
|
15588
|
+
"privacy": "protected",
|
|
15589
|
+
"return": {
|
|
15590
|
+
"type": {
|
|
15591
|
+
"text": "void"
|
|
15592
|
+
}
|
|
15613
15593
|
},
|
|
15614
|
-
"attribute": "label",
|
|
15615
15594
|
"inheritedFrom": {
|
|
15616
|
-
"name": "
|
|
15617
|
-
"module": "src/
|
|
15595
|
+
"name": "FoundationElement",
|
|
15596
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
15618
15597
|
}
|
|
15619
15598
|
},
|
|
15620
15599
|
{
|
|
15621
|
-
"kind": "
|
|
15622
|
-
"name": "
|
|
15623
|
-
"
|
|
15624
|
-
|
|
15625
|
-
|
|
15626
|
-
|
|
15627
|
-
|
|
15600
|
+
"kind": "method",
|
|
15601
|
+
"name": "compose",
|
|
15602
|
+
"privacy": "public",
|
|
15603
|
+
"static": true,
|
|
15604
|
+
"return": {
|
|
15605
|
+
"type": {
|
|
15606
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
15607
|
+
}
|
|
15608
|
+
},
|
|
15609
|
+
"parameters": [
|
|
15610
|
+
{
|
|
15611
|
+
"name": "this",
|
|
15612
|
+
"type": {
|
|
15613
|
+
"text": "K"
|
|
15614
|
+
}
|
|
15615
|
+
},
|
|
15616
|
+
{
|
|
15617
|
+
"name": "elementDefinition",
|
|
15618
|
+
"type": {
|
|
15619
|
+
"text": "T"
|
|
15620
|
+
},
|
|
15621
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
15622
|
+
}
|
|
15623
|
+
],
|
|
15624
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
15625
|
+
"inheritedFrom": {
|
|
15626
|
+
"name": "FoundationElement",
|
|
15627
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
15628
|
+
}
|
|
15629
|
+
}
|
|
15630
|
+
]
|
|
15631
|
+
},
|
|
15632
|
+
{
|
|
15633
|
+
"kind": "variable",
|
|
15634
|
+
"name": "zeroErrorBanner",
|
|
15635
|
+
"description": "The Zero Banner",
|
|
15636
|
+
"privacy": "public"
|
|
15637
|
+
}
|
|
15638
|
+
],
|
|
15639
|
+
"exports": [
|
|
15640
|
+
{
|
|
15641
|
+
"kind": "js",
|
|
15642
|
+
"name": "zeroErrorBannerShadowOptions",
|
|
15643
|
+
"declaration": {
|
|
15644
|
+
"name": "zeroErrorBannerShadowOptions",
|
|
15645
|
+
"module": "src/error-banner/error-banner.ts"
|
|
15646
|
+
}
|
|
15647
|
+
},
|
|
15648
|
+
{
|
|
15649
|
+
"kind": "js",
|
|
15650
|
+
"name": "ErrorBanner",
|
|
15651
|
+
"declaration": {
|
|
15652
|
+
"name": "ErrorBanner",
|
|
15653
|
+
"module": "src/error-banner/error-banner.ts"
|
|
15654
|
+
}
|
|
15655
|
+
},
|
|
15656
|
+
{
|
|
15657
|
+
"kind": "js",
|
|
15658
|
+
"name": "zeroErrorBanner",
|
|
15659
|
+
"declaration": {
|
|
15660
|
+
"name": "zeroErrorBanner",
|
|
15661
|
+
"module": "src/error-banner/error-banner.ts"
|
|
15662
|
+
}
|
|
15663
|
+
}
|
|
15664
|
+
]
|
|
15665
|
+
},
|
|
15666
|
+
{
|
|
15667
|
+
"kind": "javascript-module",
|
|
15668
|
+
"path": "src/error-banner/index.ts",
|
|
15669
|
+
"declarations": [],
|
|
15670
|
+
"exports": [
|
|
15671
|
+
{
|
|
15672
|
+
"kind": "js",
|
|
15673
|
+
"name": "*",
|
|
15674
|
+
"declaration": {
|
|
15675
|
+
"name": "*",
|
|
15676
|
+
"package": "./error-banner.template"
|
|
15677
|
+
}
|
|
15678
|
+
},
|
|
15679
|
+
{
|
|
15680
|
+
"kind": "js",
|
|
15681
|
+
"name": "*",
|
|
15682
|
+
"declaration": {
|
|
15683
|
+
"name": "*",
|
|
15684
|
+
"package": "./error-banner"
|
|
15685
|
+
}
|
|
15686
|
+
}
|
|
15687
|
+
]
|
|
15688
|
+
},
|
|
15689
|
+
{
|
|
15690
|
+
"kind": "javascript-module",
|
|
15691
|
+
"path": "src/environment-indicator/environment-indicator.styles.ts",
|
|
15692
|
+
"declarations": [
|
|
15693
|
+
{
|
|
15694
|
+
"kind": "variable",
|
|
15695
|
+
"name": "zeroEnvironmentIndicatorStyles",
|
|
15696
|
+
"default": "css`\n ${environmentIndicatorStyles}\n`",
|
|
15697
|
+
"description": "The zero Environment Indicator styles",
|
|
15698
|
+
"privacy": "public"
|
|
15699
|
+
}
|
|
15700
|
+
],
|
|
15701
|
+
"exports": [
|
|
15702
|
+
{
|
|
15703
|
+
"kind": "js",
|
|
15704
|
+
"name": "zeroEnvironmentIndicatorStyles",
|
|
15705
|
+
"declaration": {
|
|
15706
|
+
"name": "zeroEnvironmentIndicatorStyles",
|
|
15707
|
+
"module": "src/environment-indicator/environment-indicator.styles.ts"
|
|
15708
|
+
}
|
|
15709
|
+
}
|
|
15710
|
+
]
|
|
15711
|
+
},
|
|
15712
|
+
{
|
|
15713
|
+
"kind": "javascript-module",
|
|
15714
|
+
"path": "src/environment-indicator/environment-indicator.ts",
|
|
15715
|
+
"declarations": [
|
|
15716
|
+
{
|
|
15717
|
+
"kind": "class",
|
|
15718
|
+
"description": "",
|
|
15719
|
+
"name": "EnvironmentIndicator",
|
|
15720
|
+
"superclass": {
|
|
15721
|
+
"name": "FoundationEnvironmentIndicator",
|
|
15722
|
+
"package": "@genesislcap/foundation-ui"
|
|
15723
|
+
},
|
|
15724
|
+
"tagName": "%%prefix%%-environment-indicator",
|
|
15725
|
+
"customElement": true,
|
|
15726
|
+
"attributes": [
|
|
15727
|
+
{
|
|
15728
|
+
"name": "level",
|
|
15729
|
+
"type": {
|
|
15730
|
+
"text": "string"
|
|
15731
|
+
},
|
|
15732
|
+
"attribute": "level",
|
|
15733
|
+
"fieldName": "level",
|
|
15734
|
+
"description": "the environment level to display",
|
|
15735
|
+
"inheritedFrom": {
|
|
15736
|
+
"name": "EnvironmentIndicator",
|
|
15737
|
+
"module": "src/environment-indicator/environment-indicator.ts"
|
|
15738
|
+
}
|
|
15739
|
+
},
|
|
15740
|
+
{
|
|
15741
|
+
"name": "label",
|
|
15742
|
+
"type": {
|
|
15743
|
+
"text": "string"
|
|
15744
|
+
},
|
|
15745
|
+
"attribute": "label",
|
|
15746
|
+
"fieldName": "label",
|
|
15747
|
+
"description": "the label to display",
|
|
15748
|
+
"inheritedFrom": {
|
|
15749
|
+
"name": "EnvironmentIndicator",
|
|
15750
|
+
"module": "src/environment-indicator/environment-indicator.ts"
|
|
15751
|
+
}
|
|
15752
|
+
},
|
|
15753
|
+
{
|
|
15754
|
+
"name": "show-icon",
|
|
15755
|
+
"type": {
|
|
15756
|
+
"text": "boolean"
|
|
15757
|
+
},
|
|
15758
|
+
"attribute": "show-icon",
|
|
15759
|
+
"fieldName": "showIcon",
|
|
15760
|
+
"description": "whether to show an icon next to the environment text",
|
|
15761
|
+
"inheritedFrom": {
|
|
15762
|
+
"name": "EnvironmentIndicator",
|
|
15763
|
+
"module": "src/environment-indicator/environment-indicator.ts"
|
|
15764
|
+
}
|
|
15765
|
+
},
|
|
15766
|
+
{
|
|
15767
|
+
"name": "size",
|
|
15768
|
+
"type": {
|
|
15769
|
+
"text": "'sm' | 'lg'"
|
|
15770
|
+
},
|
|
15771
|
+
"default": "'sm'",
|
|
15772
|
+
"attribute": "size",
|
|
15773
|
+
"fieldName": "size",
|
|
15774
|
+
"description": "the size of the indicator. Can be 'sm' or 'lg'",
|
|
15775
|
+
"inheritedFrom": {
|
|
15776
|
+
"name": "EnvironmentIndicator",
|
|
15777
|
+
"module": "src/environment-indicator/environment-indicator.ts"
|
|
15778
|
+
}
|
|
15779
|
+
},
|
|
15780
|
+
{
|
|
15781
|
+
"name": "background-color",
|
|
15782
|
+
"type": {
|
|
15783
|
+
"text": "string"
|
|
15784
|
+
},
|
|
15785
|
+
"attribute": "background-color",
|
|
15786
|
+
"fieldName": "backgroundColor",
|
|
15787
|
+
"description": "the background color of the indicator",
|
|
15788
|
+
"inheritedFrom": {
|
|
15789
|
+
"name": "EnvironmentIndicator",
|
|
15790
|
+
"module": "src/environment-indicator/environment-indicator.ts"
|
|
15791
|
+
}
|
|
15792
|
+
},
|
|
15793
|
+
{
|
|
15794
|
+
"name": "text-color",
|
|
15795
|
+
"type": {
|
|
15796
|
+
"text": "string"
|
|
15797
|
+
},
|
|
15798
|
+
"default": "'#ffffff'",
|
|
15799
|
+
"attribute": "text-color",
|
|
15800
|
+
"fieldName": "textColor",
|
|
15801
|
+
"description": "the text color of the indicator",
|
|
15802
|
+
"inheritedFrom": {
|
|
15803
|
+
"name": "EnvironmentIndicator",
|
|
15804
|
+
"module": "src/environment-indicator/environment-indicator.ts"
|
|
15805
|
+
}
|
|
15806
|
+
},
|
|
15807
|
+
{
|
|
15808
|
+
"name": "icon",
|
|
15809
|
+
"type": {
|
|
15810
|
+
"text": "string"
|
|
15811
|
+
},
|
|
15812
|
+
"default": "'check-circle'",
|
|
15813
|
+
"attribute": "icon",
|
|
15814
|
+
"fieldName": "icon",
|
|
15815
|
+
"description": "the icon to display",
|
|
15816
|
+
"inheritedFrom": {
|
|
15817
|
+
"name": "EnvironmentIndicator",
|
|
15818
|
+
"module": "src/environment-indicator/environment-indicator.ts"
|
|
15819
|
+
}
|
|
15820
|
+
},
|
|
15821
|
+
{
|
|
15822
|
+
"name": "icon-size",
|
|
15823
|
+
"type": {
|
|
15824
|
+
"text": "EnvironmentConfig['iconSize']"
|
|
15825
|
+
},
|
|
15826
|
+
"default": "'sm'",
|
|
15827
|
+
"attribute": "icon-size",
|
|
15828
|
+
"fieldName": "iconSize",
|
|
15829
|
+
"description": "the size of the icon",
|
|
15830
|
+
"inheritedFrom": {
|
|
15831
|
+
"name": "EnvironmentIndicator",
|
|
15832
|
+
"module": "src/environment-indicator/environment-indicator.ts"
|
|
15833
|
+
}
|
|
15834
|
+
},
|
|
15835
|
+
{
|
|
15836
|
+
"name": "use-default-config",
|
|
15837
|
+
"type": {
|
|
15838
|
+
"text": "boolean"
|
|
15839
|
+
},
|
|
15840
|
+
"default": "false",
|
|
15841
|
+
"attribute": "use-default-config",
|
|
15842
|
+
"fieldName": "useDefaultConfig",
|
|
15843
|
+
"description": "whether to use the default config",
|
|
15844
|
+
"inheritedFrom": {
|
|
15845
|
+
"name": "EnvironmentIndicator",
|
|
15846
|
+
"module": "src/environment-indicator/environment-indicator.ts"
|
|
15847
|
+
}
|
|
15848
|
+
}
|
|
15849
|
+
],
|
|
15850
|
+
"members": [
|
|
15851
|
+
{
|
|
15852
|
+
"kind": "field",
|
|
15853
|
+
"name": "level",
|
|
15854
|
+
"type": {
|
|
15855
|
+
"text": "string"
|
|
15856
|
+
},
|
|
15857
|
+
"attribute": "level",
|
|
15858
|
+
"inheritedFrom": {
|
|
15859
|
+
"name": "EnvironmentIndicator",
|
|
15860
|
+
"module": "src/environment-indicator/environment-indicator.ts"
|
|
15861
|
+
}
|
|
15862
|
+
},
|
|
15863
|
+
{
|
|
15864
|
+
"kind": "field",
|
|
15865
|
+
"name": "label",
|
|
15866
|
+
"type": {
|
|
15867
|
+
"text": "string"
|
|
15868
|
+
},
|
|
15869
|
+
"attribute": "label",
|
|
15870
|
+
"inheritedFrom": {
|
|
15871
|
+
"name": "EnvironmentIndicator",
|
|
15872
|
+
"module": "src/environment-indicator/environment-indicator.ts"
|
|
15873
|
+
}
|
|
15874
|
+
},
|
|
15875
|
+
{
|
|
15876
|
+
"kind": "field",
|
|
15877
|
+
"name": "showIcon",
|
|
15878
|
+
"type": {
|
|
15879
|
+
"text": "boolean"
|
|
15880
|
+
},
|
|
15881
|
+
"attribute": "show-icon",
|
|
15882
|
+
"inheritedFrom": {
|
|
15628
15883
|
"name": "EnvironmentIndicator",
|
|
15629
15884
|
"module": "src/environment-indicator/environment-indicator.ts"
|
|
15630
15885
|
}
|
|
@@ -16011,261 +16266,6 @@
|
|
|
16011
16266
|
}
|
|
16012
16267
|
]
|
|
16013
16268
|
},
|
|
16014
|
-
{
|
|
16015
|
-
"kind": "javascript-module",
|
|
16016
|
-
"path": "src/error-banner/error-banner.template.ts",
|
|
16017
|
-
"declarations": [
|
|
16018
|
-
{
|
|
16019
|
-
"kind": "variable",
|
|
16020
|
-
"name": "zeroErrorBannerTemplate",
|
|
16021
|
-
"default": "html<ErrorBanner>`\n ${getPrefixedErrorBanner('zero')}\n`"
|
|
16022
|
-
}
|
|
16023
|
-
],
|
|
16024
|
-
"exports": [
|
|
16025
|
-
{
|
|
16026
|
-
"kind": "js",
|
|
16027
|
-
"name": "zeroErrorBannerTemplate",
|
|
16028
|
-
"declaration": {
|
|
16029
|
-
"name": "zeroErrorBannerTemplate",
|
|
16030
|
-
"module": "src/error-banner/error-banner.template.ts"
|
|
16031
|
-
}
|
|
16032
|
-
}
|
|
16033
|
-
]
|
|
16034
|
-
},
|
|
16035
|
-
{
|
|
16036
|
-
"kind": "javascript-module",
|
|
16037
|
-
"path": "src/error-banner/error-banner.ts",
|
|
16038
|
-
"declarations": [
|
|
16039
|
-
{
|
|
16040
|
-
"kind": "variable",
|
|
16041
|
-
"name": "zeroErrorBannerShadowOptions",
|
|
16042
|
-
"default": "foundationErrorBannerShadowOptions"
|
|
16043
|
-
},
|
|
16044
|
-
{
|
|
16045
|
-
"kind": "class",
|
|
16046
|
-
"description": "",
|
|
16047
|
-
"name": "ErrorBanner",
|
|
16048
|
-
"superclass": {
|
|
16049
|
-
"name": "FoundationErrorBanner",
|
|
16050
|
-
"package": "@genesislcap/foundation-ui"
|
|
16051
|
-
},
|
|
16052
|
-
"tagName": "%%prefix%%-error-banner",
|
|
16053
|
-
"customElement": true,
|
|
16054
|
-
"members": [
|
|
16055
|
-
{
|
|
16056
|
-
"kind": "field",
|
|
16057
|
-
"name": "banner",
|
|
16058
|
-
"type": {
|
|
16059
|
-
"text": "HTMLElement & { dismiss: () => Promise<void> }"
|
|
16060
|
-
},
|
|
16061
|
-
"privacy": "public",
|
|
16062
|
-
"inheritedFrom": {
|
|
16063
|
-
"name": "ErrorBanner",
|
|
16064
|
-
"module": "src/error-banner/error-banner.ts"
|
|
16065
|
-
}
|
|
16066
|
-
},
|
|
16067
|
-
{
|
|
16068
|
-
"kind": "field",
|
|
16069
|
-
"name": "error",
|
|
16070
|
-
"type": {
|
|
16071
|
-
"text": "ErrorStructure"
|
|
16072
|
-
},
|
|
16073
|
-
"inheritedFrom": {
|
|
16074
|
-
"name": "ErrorBanner",
|
|
16075
|
-
"module": "src/error-banner/error-banner.ts"
|
|
16076
|
-
}
|
|
16077
|
-
},
|
|
16078
|
-
{
|
|
16079
|
-
"kind": "field",
|
|
16080
|
-
"name": "notification",
|
|
16081
|
-
"type": {
|
|
16082
|
-
"text": "NotificationStructure"
|
|
16083
|
-
},
|
|
16084
|
-
"inheritedFrom": {
|
|
16085
|
-
"name": "ErrorBanner",
|
|
16086
|
-
"module": "src/error-banner/error-banner.ts"
|
|
16087
|
-
}
|
|
16088
|
-
},
|
|
16089
|
-
{
|
|
16090
|
-
"kind": "method",
|
|
16091
|
-
"name": "dismiss",
|
|
16092
|
-
"privacy": "public",
|
|
16093
|
-
"description": "Dismiss the Error Banner from display.",
|
|
16094
|
-
"inheritedFrom": {
|
|
16095
|
-
"name": "ErrorBanner",
|
|
16096
|
-
"module": "src/error-banner/error-banner.ts"
|
|
16097
|
-
}
|
|
16098
|
-
},
|
|
16099
|
-
{
|
|
16100
|
-
"kind": "field",
|
|
16101
|
-
"name": "_presentation",
|
|
16102
|
-
"type": {
|
|
16103
|
-
"text": "ComponentPresentation | null | undefined"
|
|
16104
|
-
},
|
|
16105
|
-
"privacy": "private",
|
|
16106
|
-
"default": "void 0",
|
|
16107
|
-
"inheritedFrom": {
|
|
16108
|
-
"name": "FoundationElement",
|
|
16109
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
16110
|
-
}
|
|
16111
|
-
},
|
|
16112
|
-
{
|
|
16113
|
-
"kind": "field",
|
|
16114
|
-
"name": "$presentation",
|
|
16115
|
-
"type": {
|
|
16116
|
-
"text": "ComponentPresentation | null"
|
|
16117
|
-
},
|
|
16118
|
-
"privacy": "public",
|
|
16119
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
16120
|
-
"inheritedFrom": {
|
|
16121
|
-
"name": "FoundationElement",
|
|
16122
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
16123
|
-
}
|
|
16124
|
-
},
|
|
16125
|
-
{
|
|
16126
|
-
"kind": "field",
|
|
16127
|
-
"name": "template",
|
|
16128
|
-
"type": {
|
|
16129
|
-
"text": "ElementViewTemplate | void | null"
|
|
16130
|
-
},
|
|
16131
|
-
"privacy": "public",
|
|
16132
|
-
"description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
|
|
16133
|
-
"inheritedFrom": {
|
|
16134
|
-
"name": "FoundationElement",
|
|
16135
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
16136
|
-
}
|
|
16137
|
-
},
|
|
16138
|
-
{
|
|
16139
|
-
"kind": "method",
|
|
16140
|
-
"name": "templateChanged",
|
|
16141
|
-
"privacy": "protected",
|
|
16142
|
-
"return": {
|
|
16143
|
-
"type": {
|
|
16144
|
-
"text": "void"
|
|
16145
|
-
}
|
|
16146
|
-
},
|
|
16147
|
-
"inheritedFrom": {
|
|
16148
|
-
"name": "FoundationElement",
|
|
16149
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
16150
|
-
}
|
|
16151
|
-
},
|
|
16152
|
-
{
|
|
16153
|
-
"kind": "field",
|
|
16154
|
-
"name": "styles",
|
|
16155
|
-
"type": {
|
|
16156
|
-
"text": "ElementStyles | void | null"
|
|
16157
|
-
},
|
|
16158
|
-
"privacy": "public",
|
|
16159
|
-
"description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
|
|
16160
|
-
"inheritedFrom": {
|
|
16161
|
-
"name": "FoundationElement",
|
|
16162
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
16163
|
-
}
|
|
16164
|
-
},
|
|
16165
|
-
{
|
|
16166
|
-
"kind": "method",
|
|
16167
|
-
"name": "stylesChanged",
|
|
16168
|
-
"privacy": "protected",
|
|
16169
|
-
"return": {
|
|
16170
|
-
"type": {
|
|
16171
|
-
"text": "void"
|
|
16172
|
-
}
|
|
16173
|
-
},
|
|
16174
|
-
"inheritedFrom": {
|
|
16175
|
-
"name": "FoundationElement",
|
|
16176
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
16177
|
-
}
|
|
16178
|
-
},
|
|
16179
|
-
{
|
|
16180
|
-
"kind": "method",
|
|
16181
|
-
"name": "compose",
|
|
16182
|
-
"privacy": "public",
|
|
16183
|
-
"static": true,
|
|
16184
|
-
"return": {
|
|
16185
|
-
"type": {
|
|
16186
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
16187
|
-
}
|
|
16188
|
-
},
|
|
16189
|
-
"parameters": [
|
|
16190
|
-
{
|
|
16191
|
-
"name": "this",
|
|
16192
|
-
"type": {
|
|
16193
|
-
"text": "K"
|
|
16194
|
-
}
|
|
16195
|
-
},
|
|
16196
|
-
{
|
|
16197
|
-
"name": "elementDefinition",
|
|
16198
|
-
"type": {
|
|
16199
|
-
"text": "T"
|
|
16200
|
-
},
|
|
16201
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
16202
|
-
}
|
|
16203
|
-
],
|
|
16204
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
16205
|
-
"inheritedFrom": {
|
|
16206
|
-
"name": "FoundationElement",
|
|
16207
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
16208
|
-
}
|
|
16209
|
-
}
|
|
16210
|
-
]
|
|
16211
|
-
},
|
|
16212
|
-
{
|
|
16213
|
-
"kind": "variable",
|
|
16214
|
-
"name": "zeroErrorBanner",
|
|
16215
|
-
"description": "The Zero Banner",
|
|
16216
|
-
"privacy": "public"
|
|
16217
|
-
}
|
|
16218
|
-
],
|
|
16219
|
-
"exports": [
|
|
16220
|
-
{
|
|
16221
|
-
"kind": "js",
|
|
16222
|
-
"name": "zeroErrorBannerShadowOptions",
|
|
16223
|
-
"declaration": {
|
|
16224
|
-
"name": "zeroErrorBannerShadowOptions",
|
|
16225
|
-
"module": "src/error-banner/error-banner.ts"
|
|
16226
|
-
}
|
|
16227
|
-
},
|
|
16228
|
-
{
|
|
16229
|
-
"kind": "js",
|
|
16230
|
-
"name": "ErrorBanner",
|
|
16231
|
-
"declaration": {
|
|
16232
|
-
"name": "ErrorBanner",
|
|
16233
|
-
"module": "src/error-banner/error-banner.ts"
|
|
16234
|
-
}
|
|
16235
|
-
},
|
|
16236
|
-
{
|
|
16237
|
-
"kind": "js",
|
|
16238
|
-
"name": "zeroErrorBanner",
|
|
16239
|
-
"declaration": {
|
|
16240
|
-
"name": "zeroErrorBanner",
|
|
16241
|
-
"module": "src/error-banner/error-banner.ts"
|
|
16242
|
-
}
|
|
16243
|
-
}
|
|
16244
|
-
]
|
|
16245
|
-
},
|
|
16246
|
-
{
|
|
16247
|
-
"kind": "javascript-module",
|
|
16248
|
-
"path": "src/error-banner/index.ts",
|
|
16249
|
-
"declarations": [],
|
|
16250
|
-
"exports": [
|
|
16251
|
-
{
|
|
16252
|
-
"kind": "js",
|
|
16253
|
-
"name": "*",
|
|
16254
|
-
"declaration": {
|
|
16255
|
-
"name": "*",
|
|
16256
|
-
"package": "./error-banner.template"
|
|
16257
|
-
}
|
|
16258
|
-
},
|
|
16259
|
-
{
|
|
16260
|
-
"kind": "js",
|
|
16261
|
-
"name": "*",
|
|
16262
|
-
"declaration": {
|
|
16263
|
-
"name": "*",
|
|
16264
|
-
"package": "./error-banner"
|
|
16265
|
-
}
|
|
16266
|
-
}
|
|
16267
|
-
]
|
|
16268
|
-
},
|
|
16269
16269
|
{
|
|
16270
16270
|
"kind": "javascript-module",
|
|
16271
16271
|
"path": "src/error-boundary/error-boundary.ts",
|
package/dist/dts/react.d.ts
CHANGED
|
@@ -385,23 +385,23 @@ export declare const DropdownMenu: React.ForwardRefExoticComponent<
|
|
|
385
385
|
>;
|
|
386
386
|
export type DropdownMenuRef = DropdownMenuWC;
|
|
387
387
|
|
|
388
|
-
export declare const
|
|
388
|
+
export declare const ErrorBanner: React.ForwardRefExoticComponent<
|
|
389
389
|
React.PropsWithChildren<
|
|
390
|
-
Omit<PublicOf<
|
|
390
|
+
Omit<PublicOf<ErrorBannerWC>, 'children' | 'style'> &
|
|
391
391
|
HTMLWCProps & {
|
|
392
392
|
}
|
|
393
|
-
> & React.RefAttributes<
|
|
393
|
+
> & React.RefAttributes<ErrorBannerWC>
|
|
394
394
|
>;
|
|
395
|
-
export type
|
|
395
|
+
export type ErrorBannerRef = ErrorBannerWC;
|
|
396
396
|
|
|
397
|
-
export declare const
|
|
397
|
+
export declare const EnvironmentIndicator: React.ForwardRefExoticComponent<
|
|
398
398
|
React.PropsWithChildren<
|
|
399
|
-
Omit<PublicOf<
|
|
399
|
+
Omit<PublicOf<EnvironmentIndicatorWC>, 'children' | 'style'> &
|
|
400
400
|
HTMLWCProps & {
|
|
401
401
|
}
|
|
402
|
-
> & React.RefAttributes<
|
|
402
|
+
> & React.RefAttributes<EnvironmentIndicatorWC>
|
|
403
403
|
>;
|
|
404
|
-
export type
|
|
404
|
+
export type EnvironmentIndicatorRef = EnvironmentIndicatorWC;
|
|
405
405
|
|
|
406
406
|
export declare const ErrorBoundary: React.ForwardRefExoticComponent<
|
|
407
407
|
React.PropsWithChildren<
|
package/dist/react.cjs
CHANGED
|
@@ -360,14 +360,14 @@ const DropdownMenu = React.forwardRef(function DropdownMenu(props, ref) {
|
|
|
360
360
|
return React.createElement(customElements.getName(DropdownMenuWC) ?? '%%prefix%%-dropdown-menu', { ...rest, ref }, children);
|
|
361
361
|
});
|
|
362
362
|
|
|
363
|
-
const
|
|
363
|
+
const ErrorBanner = React.forwardRef(function ErrorBanner(props, ref) {
|
|
364
364
|
const { children, ...rest } = props;
|
|
365
|
-
return React.createElement(customElements.getName(
|
|
365
|
+
return React.createElement(customElements.getName(ErrorBannerWC) ?? '%%prefix%%-error-banner', { ...rest, ref }, children);
|
|
366
366
|
});
|
|
367
367
|
|
|
368
|
-
const
|
|
368
|
+
const EnvironmentIndicator = React.forwardRef(function EnvironmentIndicator(props, ref) {
|
|
369
369
|
const { children, ...rest } = props;
|
|
370
|
-
return React.createElement(customElements.getName(
|
|
370
|
+
return React.createElement(customElements.getName(EnvironmentIndicatorWC) ?? '%%prefix%%-environment-indicator', { ...rest, ref }, children);
|
|
371
371
|
});
|
|
372
372
|
|
|
373
373
|
const ErrorBoundary = React.forwardRef(function ErrorBoundary(props, ref) {
|
|
@@ -1050,8 +1050,8 @@ module.exports = {
|
|
|
1050
1050
|
Disclosure,
|
|
1051
1051
|
Divider,
|
|
1052
1052
|
DropdownMenu,
|
|
1053
|
-
EnvironmentIndicator,
|
|
1054
1053
|
ErrorBanner,
|
|
1054
|
+
EnvironmentIndicator,
|
|
1055
1055
|
ErrorBoundary,
|
|
1056
1056
|
ErrorDialog,
|
|
1057
1057
|
ZeroExpressionBuilder,
|
package/dist/react.mjs
CHANGED
|
@@ -358,14 +358,14 @@ export const DropdownMenu = React.forwardRef(function DropdownMenu(props, ref) {
|
|
|
358
358
|
return React.createElement(customElements.getName(DropdownMenuWC) ?? '%%prefix%%-dropdown-menu', { ...rest, ref }, children);
|
|
359
359
|
});
|
|
360
360
|
|
|
361
|
-
export const
|
|
361
|
+
export const ErrorBanner = React.forwardRef(function ErrorBanner(props, ref) {
|
|
362
362
|
const { children, ...rest } = props;
|
|
363
|
-
return React.createElement(customElements.getName(
|
|
363
|
+
return React.createElement(customElements.getName(ErrorBannerWC) ?? '%%prefix%%-error-banner', { ...rest, ref }, children);
|
|
364
364
|
});
|
|
365
365
|
|
|
366
|
-
export const
|
|
366
|
+
export const EnvironmentIndicator = React.forwardRef(function EnvironmentIndicator(props, ref) {
|
|
367
367
|
const { children, ...rest } = props;
|
|
368
|
-
return React.createElement(customElements.getName(
|
|
368
|
+
return React.createElement(customElements.getName(EnvironmentIndicatorWC) ?? '%%prefix%%-environment-indicator', { ...rest, ref }, children);
|
|
369
369
|
});
|
|
370
370
|
|
|
371
371
|
export const ErrorBoundary = React.forwardRef(function ErrorBoundary(props, ref) {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/foundation-zero",
|
|
3
3
|
"description": "Genesis Foundation Zero Design System",
|
|
4
|
-
"version": "14.
|
|
4
|
+
"version": "14.494.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -73,18 +73,18 @@
|
|
|
73
73
|
},
|
|
74
74
|
"devDependencies": {
|
|
75
75
|
"@genesiscommunitysuccess/analyzer-import-alias-plugin": "^5.0.3",
|
|
76
|
-
"@genesislcap/genx": "14.
|
|
77
|
-
"@genesislcap/rollup-builder": "14.
|
|
78
|
-
"@genesislcap/ts-builder": "14.
|
|
79
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
80
|
-
"@genesislcap/vite-builder": "14.
|
|
81
|
-
"@genesislcap/webpack-builder": "14.
|
|
76
|
+
"@genesislcap/genx": "14.494.0",
|
|
77
|
+
"@genesislcap/rollup-builder": "14.494.0",
|
|
78
|
+
"@genesislcap/ts-builder": "14.494.0",
|
|
79
|
+
"@genesislcap/uvu-playwright-builder": "14.494.0",
|
|
80
|
+
"@genesislcap/vite-builder": "14.494.0",
|
|
81
|
+
"@genesislcap/webpack-builder": "14.494.0"
|
|
82
82
|
},
|
|
83
83
|
"dependencies": {
|
|
84
|
-
"@genesislcap/foundation-comms": "14.
|
|
85
|
-
"@genesislcap/foundation-logger": "14.
|
|
86
|
-
"@genesislcap/foundation-ui": "14.
|
|
87
|
-
"@genesislcap/foundation-utils": "14.
|
|
84
|
+
"@genesislcap/foundation-comms": "14.494.0",
|
|
85
|
+
"@genesislcap/foundation-logger": "14.494.0",
|
|
86
|
+
"@genesislcap/foundation-ui": "14.494.0",
|
|
87
|
+
"@genesislcap/foundation-utils": "14.494.0",
|
|
88
88
|
"@microsoft/fast-colors": "5.3.1",
|
|
89
89
|
"@microsoft/fast-components": "2.30.6",
|
|
90
90
|
"@microsoft/fast-element": "1.14.0",
|
|
@@ -111,5 +111,5 @@
|
|
|
111
111
|
"require": "./dist/react.cjs"
|
|
112
112
|
}
|
|
113
113
|
},
|
|
114
|
-
"gitHead": "
|
|
114
|
+
"gitHead": "df845b67dcc681aa3775bdc87b9d91b404791868"
|
|
115
115
|
}
|