@genesislcap/foundation-zero 14.494.0 → 14.496.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 +390 -390
- 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,6 +898,37 @@
|
|
|
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
|
+
},
|
|
901
932
|
{
|
|
902
933
|
"kind": "javascript-module",
|
|
903
934
|
"path": "src/accordion/accordion.styles.ts",
|
|
@@ -1739,37 +1770,6 @@
|
|
|
1739
1770
|
}
|
|
1740
1771
|
]
|
|
1741
1772
|
},
|
|
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,443 +15433,188 @@
|
|
|
15433
15433
|
},
|
|
15434
15434
|
{
|
|
15435
15435
|
"kind": "javascript-module",
|
|
15436
|
-
"path": "src/
|
|
15436
|
+
"path": "src/environment-indicator/environment-indicator.styles.ts",
|
|
15437
15437
|
"declarations": [
|
|
15438
15438
|
{
|
|
15439
15439
|
"kind": "variable",
|
|
15440
|
-
"name": "
|
|
15441
|
-
"default": "
|
|
15440
|
+
"name": "zeroEnvironmentIndicatorStyles",
|
|
15441
|
+
"default": "css`\n ${environmentIndicatorStyles}\n`",
|
|
15442
|
+
"description": "The zero Environment Indicator styles",
|
|
15443
|
+
"privacy": "public"
|
|
15442
15444
|
}
|
|
15443
15445
|
],
|
|
15444
15446
|
"exports": [
|
|
15445
15447
|
{
|
|
15446
15448
|
"kind": "js",
|
|
15447
|
-
"name": "
|
|
15449
|
+
"name": "zeroEnvironmentIndicatorStyles",
|
|
15448
15450
|
"declaration": {
|
|
15449
|
-
"name": "
|
|
15450
|
-
"module": "src/
|
|
15451
|
+
"name": "zeroEnvironmentIndicatorStyles",
|
|
15452
|
+
"module": "src/environment-indicator/environment-indicator.styles.ts"
|
|
15451
15453
|
}
|
|
15452
15454
|
}
|
|
15453
15455
|
]
|
|
15454
15456
|
},
|
|
15455
15457
|
{
|
|
15456
15458
|
"kind": "javascript-module",
|
|
15457
|
-
"path": "src/
|
|
15459
|
+
"path": "src/environment-indicator/environment-indicator.ts",
|
|
15458
15460
|
"declarations": [
|
|
15459
|
-
{
|
|
15460
|
-
"kind": "variable",
|
|
15461
|
-
"name": "zeroErrorBannerShadowOptions",
|
|
15462
|
-
"default": "foundationErrorBannerShadowOptions"
|
|
15463
|
-
},
|
|
15464
15461
|
{
|
|
15465
15462
|
"kind": "class",
|
|
15466
15463
|
"description": "",
|
|
15467
|
-
"name": "
|
|
15464
|
+
"name": "EnvironmentIndicator",
|
|
15468
15465
|
"superclass": {
|
|
15469
|
-
"name": "
|
|
15466
|
+
"name": "FoundationEnvironmentIndicator",
|
|
15470
15467
|
"package": "@genesislcap/foundation-ui"
|
|
15471
15468
|
},
|
|
15472
|
-
"tagName": "%%prefix%%-
|
|
15469
|
+
"tagName": "%%prefix%%-environment-indicator",
|
|
15473
15470
|
"customElement": true,
|
|
15474
|
-
"
|
|
15471
|
+
"attributes": [
|
|
15475
15472
|
{
|
|
15476
|
-
"
|
|
15477
|
-
"name": "banner",
|
|
15473
|
+
"name": "level",
|
|
15478
15474
|
"type": {
|
|
15479
|
-
"text": "
|
|
15475
|
+
"text": "string"
|
|
15480
15476
|
},
|
|
15481
|
-
"
|
|
15477
|
+
"attribute": "level",
|
|
15478
|
+
"fieldName": "level",
|
|
15479
|
+
"description": "the environment level to display",
|
|
15482
15480
|
"inheritedFrom": {
|
|
15483
|
-
"name": "
|
|
15484
|
-
"module": "src/
|
|
15481
|
+
"name": "EnvironmentIndicator",
|
|
15482
|
+
"module": "src/environment-indicator/environment-indicator.ts"
|
|
15485
15483
|
}
|
|
15486
15484
|
},
|
|
15487
15485
|
{
|
|
15488
|
-
"
|
|
15489
|
-
"name": "error",
|
|
15486
|
+
"name": "label",
|
|
15490
15487
|
"type": {
|
|
15491
|
-
"text": "
|
|
15488
|
+
"text": "string"
|
|
15492
15489
|
},
|
|
15490
|
+
"attribute": "label",
|
|
15491
|
+
"fieldName": "label",
|
|
15492
|
+
"description": "the label to display",
|
|
15493
15493
|
"inheritedFrom": {
|
|
15494
|
-
"name": "
|
|
15495
|
-
"module": "src/
|
|
15494
|
+
"name": "EnvironmentIndicator",
|
|
15495
|
+
"module": "src/environment-indicator/environment-indicator.ts"
|
|
15496
15496
|
}
|
|
15497
15497
|
},
|
|
15498
15498
|
{
|
|
15499
|
-
"
|
|
15500
|
-
"name": "notification",
|
|
15499
|
+
"name": "show-icon",
|
|
15501
15500
|
"type": {
|
|
15502
|
-
"text": "
|
|
15501
|
+
"text": "boolean"
|
|
15503
15502
|
},
|
|
15503
|
+
"attribute": "show-icon",
|
|
15504
|
+
"fieldName": "showIcon",
|
|
15505
|
+
"description": "whether to show an icon next to the environment text",
|
|
15504
15506
|
"inheritedFrom": {
|
|
15505
|
-
"name": "
|
|
15506
|
-
"module": "src/
|
|
15507
|
+
"name": "EnvironmentIndicator",
|
|
15508
|
+
"module": "src/environment-indicator/environment-indicator.ts"
|
|
15507
15509
|
}
|
|
15508
15510
|
},
|
|
15509
15511
|
{
|
|
15510
|
-
"
|
|
15511
|
-
"
|
|
15512
|
-
|
|
15513
|
-
|
|
15512
|
+
"name": "size",
|
|
15513
|
+
"type": {
|
|
15514
|
+
"text": "'sm' | 'lg'"
|
|
15515
|
+
},
|
|
15516
|
+
"default": "'sm'",
|
|
15517
|
+
"attribute": "size",
|
|
15518
|
+
"fieldName": "size",
|
|
15519
|
+
"description": "the size of the indicator. Can be 'sm' or 'lg'",
|
|
15514
15520
|
"inheritedFrom": {
|
|
15515
|
-
"name": "
|
|
15516
|
-
"module": "src/
|
|
15521
|
+
"name": "EnvironmentIndicator",
|
|
15522
|
+
"module": "src/environment-indicator/environment-indicator.ts"
|
|
15517
15523
|
}
|
|
15518
15524
|
},
|
|
15519
15525
|
{
|
|
15520
|
-
"
|
|
15521
|
-
"name": "_presentation",
|
|
15526
|
+
"name": "background-color",
|
|
15522
15527
|
"type": {
|
|
15523
|
-
"text": "
|
|
15528
|
+
"text": "string"
|
|
15524
15529
|
},
|
|
15525
|
-
"
|
|
15526
|
-
"
|
|
15530
|
+
"attribute": "background-color",
|
|
15531
|
+
"fieldName": "backgroundColor",
|
|
15532
|
+
"description": "the background color of the indicator",
|
|
15527
15533
|
"inheritedFrom": {
|
|
15528
|
-
"name": "
|
|
15529
|
-
"module": "src/
|
|
15534
|
+
"name": "EnvironmentIndicator",
|
|
15535
|
+
"module": "src/environment-indicator/environment-indicator.ts"
|
|
15530
15536
|
}
|
|
15531
15537
|
},
|
|
15532
15538
|
{
|
|
15533
|
-
"
|
|
15534
|
-
"name": "$presentation",
|
|
15539
|
+
"name": "text-color",
|
|
15535
15540
|
"type": {
|
|
15536
|
-
"text": "
|
|
15541
|
+
"text": "string"
|
|
15537
15542
|
},
|
|
15538
|
-
"
|
|
15539
|
-
"
|
|
15543
|
+
"default": "'#ffffff'",
|
|
15544
|
+
"attribute": "text-color",
|
|
15545
|
+
"fieldName": "textColor",
|
|
15546
|
+
"description": "the text color of the indicator",
|
|
15540
15547
|
"inheritedFrom": {
|
|
15541
|
-
"name": "
|
|
15542
|
-
"module": "src/
|
|
15548
|
+
"name": "EnvironmentIndicator",
|
|
15549
|
+
"module": "src/environment-indicator/environment-indicator.ts"
|
|
15543
15550
|
}
|
|
15544
15551
|
},
|
|
15545
15552
|
{
|
|
15546
|
-
"
|
|
15547
|
-
"name": "template",
|
|
15553
|
+
"name": "icon",
|
|
15548
15554
|
"type": {
|
|
15549
|
-
"text": "
|
|
15555
|
+
"text": "string"
|
|
15550
15556
|
},
|
|
15551
|
-
"
|
|
15552
|
-
"
|
|
15557
|
+
"default": "'check-circle'",
|
|
15558
|
+
"attribute": "icon",
|
|
15559
|
+
"fieldName": "icon",
|
|
15560
|
+
"description": "the icon to display",
|
|
15553
15561
|
"inheritedFrom": {
|
|
15554
|
-
"name": "
|
|
15555
|
-
"module": "src/
|
|
15562
|
+
"name": "EnvironmentIndicator",
|
|
15563
|
+
"module": "src/environment-indicator/environment-indicator.ts"
|
|
15556
15564
|
}
|
|
15557
15565
|
},
|
|
15558
15566
|
{
|
|
15559
|
-
"
|
|
15560
|
-
"
|
|
15561
|
-
|
|
15562
|
-
"return": {
|
|
15563
|
-
"type": {
|
|
15564
|
-
"text": "void"
|
|
15565
|
-
}
|
|
15567
|
+
"name": "icon-size",
|
|
15568
|
+
"type": {
|
|
15569
|
+
"text": "EnvironmentConfig['iconSize']"
|
|
15566
15570
|
},
|
|
15571
|
+
"default": "'sm'",
|
|
15572
|
+
"attribute": "icon-size",
|
|
15573
|
+
"fieldName": "iconSize",
|
|
15574
|
+
"description": "the size of the icon",
|
|
15567
15575
|
"inheritedFrom": {
|
|
15568
|
-
"name": "
|
|
15569
|
-
"module": "src/
|
|
15576
|
+
"name": "EnvironmentIndicator",
|
|
15577
|
+
"module": "src/environment-indicator/environment-indicator.ts"
|
|
15570
15578
|
}
|
|
15571
15579
|
},
|
|
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": [
|
|
15572
15596
|
{
|
|
15573
15597
|
"kind": "field",
|
|
15574
|
-
"name": "
|
|
15598
|
+
"name": "level",
|
|
15575
15599
|
"type": {
|
|
15576
|
-
"text": "
|
|
15600
|
+
"text": "string"
|
|
15577
15601
|
},
|
|
15578
|
-
"
|
|
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.",
|
|
15602
|
+
"attribute": "level",
|
|
15580
15603
|
"inheritedFrom": {
|
|
15581
|
-
"name": "
|
|
15582
|
-
"module": "src/
|
|
15604
|
+
"name": "EnvironmentIndicator",
|
|
15605
|
+
"module": "src/environment-indicator/environment-indicator.ts"
|
|
15583
15606
|
}
|
|
15584
15607
|
},
|
|
15585
15608
|
{
|
|
15586
|
-
"kind": "
|
|
15587
|
-
"name": "
|
|
15588
|
-
"
|
|
15589
|
-
|
|
15590
|
-
"type": {
|
|
15591
|
-
"text": "void"
|
|
15592
|
-
}
|
|
15609
|
+
"kind": "field",
|
|
15610
|
+
"name": "label",
|
|
15611
|
+
"type": {
|
|
15612
|
+
"text": "string"
|
|
15593
15613
|
},
|
|
15614
|
+
"attribute": "label",
|
|
15594
15615
|
"inheritedFrom": {
|
|
15595
|
-
"name": "
|
|
15596
|
-
"module": "src/
|
|
15597
|
-
}
|
|
15598
|
-
},
|
|
15599
|
-
{
|
|
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"
|
|
15616
|
+
"name": "EnvironmentIndicator",
|
|
15617
|
+
"module": "src/environment-indicator/environment-indicator.ts"
|
|
15873
15618
|
}
|
|
15874
15619
|
},
|
|
15875
15620
|
{
|
|
@@ -16266,6 +16011,261 @@
|
|
|
16266
16011
|
}
|
|
16267
16012
|
]
|
|
16268
16013
|
},
|
|
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 EnvironmentIndicator: React.ForwardRefExoticComponent<
|
|
389
389
|
React.PropsWithChildren<
|
|
390
|
-
Omit<PublicOf<
|
|
390
|
+
Omit<PublicOf<EnvironmentIndicatorWC>, 'children' | 'style'> &
|
|
391
391
|
HTMLWCProps & {
|
|
392
392
|
}
|
|
393
|
-
> & React.RefAttributes<
|
|
393
|
+
> & React.RefAttributes<EnvironmentIndicatorWC>
|
|
394
394
|
>;
|
|
395
|
-
export type
|
|
395
|
+
export type EnvironmentIndicatorRef = EnvironmentIndicatorWC;
|
|
396
396
|
|
|
397
|
-
export declare const
|
|
397
|
+
export declare const ErrorBanner: React.ForwardRefExoticComponent<
|
|
398
398
|
React.PropsWithChildren<
|
|
399
|
-
Omit<PublicOf<
|
|
399
|
+
Omit<PublicOf<ErrorBannerWC>, 'children' | 'style'> &
|
|
400
400
|
HTMLWCProps & {
|
|
401
401
|
}
|
|
402
|
-
> & React.RefAttributes<
|
|
402
|
+
> & React.RefAttributes<ErrorBannerWC>
|
|
403
403
|
>;
|
|
404
|
-
export type
|
|
404
|
+
export type ErrorBannerRef = ErrorBannerWC;
|
|
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 EnvironmentIndicator = React.forwardRef(function EnvironmentIndicator(props, ref) {
|
|
364
364
|
const { children, ...rest } = props;
|
|
365
|
-
return React.createElement(customElements.getName(
|
|
365
|
+
return React.createElement(customElements.getName(EnvironmentIndicatorWC) ?? '%%prefix%%-environment-indicator', { ...rest, ref }, children);
|
|
366
366
|
});
|
|
367
367
|
|
|
368
|
-
const
|
|
368
|
+
const ErrorBanner = React.forwardRef(function ErrorBanner(props, ref) {
|
|
369
369
|
const { children, ...rest } = props;
|
|
370
|
-
return React.createElement(customElements.getName(
|
|
370
|
+
return React.createElement(customElements.getName(ErrorBannerWC) ?? '%%prefix%%-error-banner', { ...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
|
-
ErrorBanner,
|
|
1054
1053
|
EnvironmentIndicator,
|
|
1054
|
+
ErrorBanner,
|
|
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 EnvironmentIndicator = React.forwardRef(function EnvironmentIndicator(props, ref) {
|
|
362
362
|
const { children, ...rest } = props;
|
|
363
|
-
return React.createElement(customElements.getName(
|
|
363
|
+
return React.createElement(customElements.getName(EnvironmentIndicatorWC) ?? '%%prefix%%-environment-indicator', { ...rest, ref }, children);
|
|
364
364
|
});
|
|
365
365
|
|
|
366
|
-
export const
|
|
366
|
+
export const ErrorBanner = React.forwardRef(function ErrorBanner(props, ref) {
|
|
367
367
|
const { children, ...rest } = props;
|
|
368
|
-
return React.createElement(customElements.getName(
|
|
368
|
+
return React.createElement(customElements.getName(ErrorBannerWC) ?? '%%prefix%%-error-banner', { ...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.496.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.496.0",
|
|
77
|
+
"@genesislcap/rollup-builder": "14.496.0",
|
|
78
|
+
"@genesislcap/ts-builder": "14.496.0",
|
|
79
|
+
"@genesislcap/uvu-playwright-builder": "14.496.0",
|
|
80
|
+
"@genesislcap/vite-builder": "14.496.0",
|
|
81
|
+
"@genesislcap/webpack-builder": "14.496.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.496.0",
|
|
85
|
+
"@genesislcap/foundation-logger": "14.496.0",
|
|
86
|
+
"@genesislcap/foundation-ui": "14.496.0",
|
|
87
|
+
"@genesislcap/foundation-utils": "14.496.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": "2ae3ec60cab8440c6beb1da84e2d47239b11e9b5"
|
|
115
115
|
}
|