@genesislcap/rapid-design-system 14.211.1 → 14.211.2

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.
@@ -12,7 +12,7 @@
12
12
  "type": {
13
13
  "text": "object"
14
14
  },
15
- "default": "{\n designSystemProvider,\n rapidAccordion,\n rapidAccordionItem,\n rapidActionsMenu,\n rapidAnchor,\n rapidAnchoredRegion,\n rapidAvatar,\n rapidBadge,\n rapidBanner,\n rapidBreadcrumb,\n rapidBreadcrumbItem,\n rapidButton,\n rapidCalendar,\n rapidCard,\n rapidCategorizedMultiselect,\n rapidCheckbox,\n rapidCombobox,\n rapidConnectionIndicator,\n rapidDataGrid,\n rapidDataGridCell,\n rapidDataGridRow,\n rapidDatePicker,\n rapidDialog,\n rapidDisclosure,\n rapidDivider,\n rapidDropdownMenu,\n rapidErrorBoundary,\n rapidFileUpload,\n rapidFilter,\n rapidFilterBar,\n rapidFlexLayout,\n rapidFlipper,\n rapidFlyout,\n rapidGridLayout,\n rapidGridLayoutItem,\n rapidHorizontalScroll,\n rapidIcon,\n rapidListbox,\n rapidListboxOption,\n rapidMenu,\n rapidMenuItem,\n rapidModal,\n rapidMultiselect,\n rapidNotificationListener,\n rapidNumberField,\n rapidProgress,\n rapidProgressRing,\n rapidRadio,\n rapidRadioGroup,\n rapidSearchBar,\n rapidSearchBarCombobox,\n rapidSegmentedControl,\n rapidSegmentedItem,\n rapidSelect,\n rapidSkeleton,\n rapidSlider,\n rapidSliderLabel,\n rapidSnackbar,\n rapidStackingIcons,\n rapidStepper,\n rapidStepperTab,\n rapidStepperTabPanel,\n rapidSwitch,\n rapidTab,\n rapidTabPanel,\n rapidTabs,\n rapidTextArea,\n rapidTextField,\n rapidToast,\n rapidToolbar,\n rapidTooltip,\n rapidTreeItem,\n rapidTreeView,\n rapidUrlInput,\n register(container?: Container, ...rest: any[]) {\n if (!container) {\n // preserve backward compatibility with code that loops through\n // the values of this object and calls them as funcs with no args\n return;\n }\n\n for (const key in this) {\n if (key === 'register') {\n continue;\n }\n\n this[key]().register(container, ...rest);\n }\n },\n}"
15
+ "default": "{\n designSystemProvider,\n rapidAccordion,\n rapidAccordionItem,\n rapidActionsMenu,\n rapidAnchor,\n rapidAnchoredRegion,\n rapidAvatar,\n rapidBadge,\n rapidBanner,\n rapidBreadcrumb,\n rapidBreadcrumbItem,\n rapidButton,\n rapidCalendar,\n rapidCard,\n rapidCategorizedMultiselect,\n rapidCheckbox,\n rapidCombobox,\n rapidConnectionIndicator,\n rapidDataGrid,\n rapidDataGridCell,\n rapidDataGridRow,\n rapidDatePicker,\n rapidDialog,\n rapidDisclosure,\n rapidDivider,\n rapidDropdownMenu,\n rapidErrorBoundary,\n rapidFileUpload,\n rapidFilter,\n rapidFilterBar,\n rapidFlexLayout,\n rapidFlipper,\n rapidFlyout,\n rapidGridLayout,\n rapidGridLayoutItem,\n rapidHorizontalScroll,\n rapidIcon,\n rapidListbox,\n rapidListboxOption,\n rapidMenu,\n rapidMenuItem,\n rapidModal,\n rapidMultiselect,\n rapidNotificationListener,\n rapidNumberField,\n rapidProgress,\n rapidProgressRing,\n rapidRadio,\n rapidRadioGroup,\n rapidSearchBar,\n rapidSearchBarCombobox,\n rapidSegmentedControl,\n rapidSegmentedItem,\n rapidSelect,\n rapidSkeleton,\n rapidSlider,\n rapidSliderLabel,\n rapidSnackbar,\n rapidStackingIcons,\n rapidStepper,\n rapidStepperTab,\n rapidStepperTabPanel,\n rapidSwitch,\n rapidSystemHealthOverlay,\n rapidTab,\n rapidTabPanel,\n rapidTabs,\n rapidTextArea,\n rapidTextField,\n rapidToast,\n rapidToolbar,\n rapidTooltip,\n rapidTreeItem,\n rapidTreeView,\n rapidUrlInput,\n register(container?: Container, ...rest: any[]) {\n if (!container) {\n // preserve backward compatibility with code that loops through\n // the values of this object and calls them as funcs with no args\n return;\n }\n\n for (const key in this) {\n if (key === 'register') {\n continue;\n }\n\n this[key]().register(container, ...rest);\n }\n },\n}"
16
16
  }
17
17
  ],
18
18
  "exports": [
@@ -697,13 +697,7 @@
697
697
  },
698
698
  {
699
699
  "kind": "javascript-module",
700
- "path": "src/_common/color.hex.ts",
701
- "declarations": [],
702
- "exports": []
703
- },
704
- {
705
- "kind": "javascript-module",
706
- "path": "src/_common/index.ts",
700
+ "path": "src/_config/index.ts",
707
701
  "declarations": [],
708
702
  "exports": [
709
703
  {
@@ -711,14 +705,28 @@
711
705
  "name": "*",
712
706
  "declaration": {
713
707
  "name": "*",
714
- "package": "./color.hex"
708
+ "package": "./tokens"
709
+ }
710
+ },
711
+ {
712
+ "kind": "js",
713
+ "name": "*",
714
+ "declaration": {
715
+ "name": "*",
716
+ "package": "./values"
715
717
  }
716
718
  }
717
719
  ]
718
720
  },
719
721
  {
720
722
  "kind": "javascript-module",
721
- "path": "src/_config/index.ts",
723
+ "path": "src/_common/color.hex.ts",
724
+ "declarations": [],
725
+ "exports": []
726
+ },
727
+ {
728
+ "kind": "javascript-module",
729
+ "path": "src/_common/index.ts",
722
730
  "declarations": [],
723
731
  "exports": [
724
732
  {
@@ -726,15 +734,7 @@
726
734
  "name": "*",
727
735
  "declaration": {
728
736
  "name": "*",
729
- "package": "./tokens"
730
- }
731
- },
732
- {
733
- "kind": "js",
734
- "name": "*",
735
- "declaration": {
736
- "name": "*",
737
- "package": "./values"
737
+ "package": "./color.hex"
738
738
  }
739
739
  }
740
740
  ]
@@ -20775,6 +20775,21 @@
20775
20775
  }
20776
20776
  ]
20777
20777
  },
20778
+ {
20779
+ "kind": "javascript-module",
20780
+ "path": "src/overlays/index.ts",
20781
+ "declarations": [],
20782
+ "exports": [
20783
+ {
20784
+ "kind": "js",
20785
+ "name": "*",
20786
+ "declaration": {
20787
+ "name": "*",
20788
+ "package": "./system-health"
20789
+ }
20790
+ }
20791
+ ]
20792
+ },
20778
20793
  {
20779
20794
  "kind": "javascript-module",
20780
20795
  "path": "src/patterns/define.ts",
@@ -36583,6 +36598,564 @@
36583
36598
  }
36584
36599
  }
36585
36600
  ]
36601
+ },
36602
+ {
36603
+ "kind": "javascript-module",
36604
+ "path": "src/overlays/system-health/index.ts",
36605
+ "declarations": [],
36606
+ "exports": [
36607
+ {
36608
+ "kind": "js",
36609
+ "name": "*",
36610
+ "declaration": {
36611
+ "name": "*",
36612
+ "package": "./system-health-overlay"
36613
+ }
36614
+ }
36615
+ ]
36616
+ },
36617
+ {
36618
+ "kind": "javascript-module",
36619
+ "path": "src/overlays/system-health/system-health-overlay.ts",
36620
+ "declarations": [
36621
+ {
36622
+ "kind": "class",
36623
+ "description": "SystemHealthOverlay",
36624
+ "name": "SystemHealthOverlay",
36625
+ "superclass": {
36626
+ "name": "FoundationSystemHealthOverlay",
36627
+ "package": "@genesislcap/foundation-ui"
36628
+ },
36629
+ "attributes": [
36630
+ {
36631
+ "name": "mode",
36632
+ "type": {
36633
+ "text": "SystemHealthOverlayMode"
36634
+ },
36635
+ "description": "Controls the overlay mode, either app or component level.",
36636
+ "fieldName": "mode",
36637
+ "inheritedFrom": {
36638
+ "name": "SystemHealthOverlay",
36639
+ "module": "src/overlays/system-health/system-health-overlay.ts"
36640
+ }
36641
+ },
36642
+ {
36643
+ "name": "log-level",
36644
+ "type": {
36645
+ "text": "LogLevel"
36646
+ },
36647
+ "description": "Allows users to control the logging level of the network monitor via the component.",
36648
+ "fieldName": "logLevel",
36649
+ "inheritedFrom": {
36650
+ "name": "SystemHealthOverlay",
36651
+ "module": "src/overlays/system-health/system-health-overlay.ts"
36652
+ }
36653
+ }
36654
+ ],
36655
+ "members": [
36656
+ {
36657
+ "kind": "field",
36658
+ "name": "resourceList",
36659
+ "type": {
36660
+ "text": "ResourceHealth[]"
36661
+ },
36662
+ "inheritedFrom": {
36663
+ "name": "SystemHealthOverlay",
36664
+ "module": "src/overlays/system-health/system-health-overlay.ts"
36665
+ }
36666
+ },
36667
+ {
36668
+ "kind": "field",
36669
+ "name": "isOpen",
36670
+ "type": {
36671
+ "text": "boolean"
36672
+ },
36673
+ "inheritedFrom": {
36674
+ "name": "SystemHealthOverlay",
36675
+ "module": "src/overlays/system-health/system-health-overlay.ts"
36676
+ }
36677
+ },
36678
+ {
36679
+ "kind": "method",
36680
+ "name": "isOpenChanged",
36681
+ "inheritedFrom": {
36682
+ "name": "SystemHealthOverlay",
36683
+ "module": "src/overlays/system-health/system-health-overlay.ts"
36684
+ }
36685
+ },
36686
+ {
36687
+ "kind": "field",
36688
+ "name": "wasOpenedByUser",
36689
+ "type": {
36690
+ "text": "boolean"
36691
+ },
36692
+ "inheritedFrom": {
36693
+ "name": "SystemHealthOverlay",
36694
+ "module": "src/overlays/system-health/system-health-overlay.ts"
36695
+ }
36696
+ },
36697
+ {
36698
+ "kind": "field",
36699
+ "name": "isDismissed",
36700
+ "type": {
36701
+ "text": "boolean"
36702
+ },
36703
+ "inheritedFrom": {
36704
+ "name": "SystemHealthOverlay",
36705
+ "module": "src/overlays/system-health/system-health-overlay.ts"
36706
+ }
36707
+ },
36708
+ {
36709
+ "kind": "method",
36710
+ "name": "isDismissedChanged",
36711
+ "inheritedFrom": {
36712
+ "name": "SystemHealthOverlay",
36713
+ "module": "src/overlays/system-health/system-health-overlay.ts"
36714
+ }
36715
+ },
36716
+ {
36717
+ "kind": "field",
36718
+ "name": "templateClassNames",
36719
+ "type": {
36720
+ "text": "string"
36721
+ },
36722
+ "inheritedFrom": {
36723
+ "name": "SystemHealthOverlay",
36724
+ "module": "src/overlays/system-health/system-health-overlay.ts"
36725
+ }
36726
+ },
36727
+ {
36728
+ "kind": "field",
36729
+ "name": "containerClassNames",
36730
+ "type": {
36731
+ "text": "string"
36732
+ },
36733
+ "inheritedFrom": {
36734
+ "name": "SystemHealthOverlay",
36735
+ "module": "src/overlays/system-health/system-health-overlay.ts"
36736
+ }
36737
+ },
36738
+ {
36739
+ "kind": "field",
36740
+ "name": "isOnlineClassNames",
36741
+ "type": {
36742
+ "text": "string"
36743
+ },
36744
+ "inheritedFrom": {
36745
+ "name": "SystemHealthOverlay",
36746
+ "module": "src/overlays/system-health/system-health-overlay.ts"
36747
+ }
36748
+ },
36749
+ {
36750
+ "kind": "field",
36751
+ "name": "isHealthyClassNames",
36752
+ "type": {
36753
+ "text": "string"
36754
+ },
36755
+ "inheritedFrom": {
36756
+ "name": "SystemHealthOverlay",
36757
+ "module": "src/overlays/system-health/system-health-overlay.ts"
36758
+ }
36759
+ },
36760
+ {
36761
+ "kind": "field",
36762
+ "name": "isSocketHealthyClassNames",
36763
+ "type": {
36764
+ "text": "string"
36765
+ },
36766
+ "inheritedFrom": {
36767
+ "name": "SystemHealthOverlay",
36768
+ "module": "src/overlays/system-health/system-health-overlay.ts"
36769
+ }
36770
+ },
36771
+ {
36772
+ "kind": "field",
36773
+ "name": "resourcesAllConnectedClassNames",
36774
+ "type": {
36775
+ "text": "string"
36776
+ },
36777
+ "inheritedFrom": {
36778
+ "name": "SystemHealthOverlay",
36779
+ "module": "src/overlays/system-health/system-health-overlay.ts"
36780
+ }
36781
+ },
36782
+ {
36783
+ "kind": "field",
36784
+ "name": "timeTillNextUpdate",
36785
+ "type": {
36786
+ "text": "TimeTillNextUpdate"
36787
+ },
36788
+ "default": "{\n totalMs: 10_000,\n remainMs: 10_000,\n remainPercent: 100,\n }",
36789
+ "inheritedFrom": {
36790
+ "name": "SystemHealthOverlay",
36791
+ "module": "src/overlays/system-health/system-health-overlay.ts"
36792
+ }
36793
+ },
36794
+ {
36795
+ "kind": "field",
36796
+ "name": "timeTillNextUpdateInterval",
36797
+ "type": {
36798
+ "text": "ReturnType<typeof setInterval>"
36799
+ },
36800
+ "privacy": "protected",
36801
+ "inheritedFrom": {
36802
+ "name": "SystemHealthOverlay",
36803
+ "module": "src/overlays/system-health/system-health-overlay.ts"
36804
+ }
36805
+ },
36806
+ {
36807
+ "kind": "field",
36808
+ "name": "saveDataCallback",
36809
+ "type": {
36810
+ "text": "() => void"
36811
+ },
36812
+ "inheritedFrom": {
36813
+ "name": "SystemHealthOverlay",
36814
+ "module": "src/overlays/system-health/system-health-overlay.ts"
36815
+ }
36816
+ },
36817
+ {
36818
+ "kind": "field",
36819
+ "name": "mode",
36820
+ "type": {
36821
+ "text": "SystemHealthOverlayMode"
36822
+ },
36823
+ "description": "Controls the overlay mode, either app or component level.",
36824
+ "inheritedFrom": {
36825
+ "name": "SystemHealthOverlay",
36826
+ "module": "src/overlays/system-health/system-health-overlay.ts"
36827
+ }
36828
+ },
36829
+ {
36830
+ "kind": "method",
36831
+ "name": "modeChanged",
36832
+ "privacy": "protected",
36833
+ "inheritedFrom": {
36834
+ "name": "SystemHealthOverlay",
36835
+ "module": "src/overlays/system-health/system-health-overlay.ts"
36836
+ }
36837
+ },
36838
+ {
36839
+ "kind": "field",
36840
+ "name": "logLevel",
36841
+ "type": {
36842
+ "text": "LogLevel"
36843
+ },
36844
+ "description": "Allows users to control the logging level of the network monitor via the component.",
36845
+ "inheritedFrom": {
36846
+ "name": "SystemHealthOverlay",
36847
+ "module": "src/overlays/system-health/system-health-overlay.ts"
36848
+ }
36849
+ },
36850
+ {
36851
+ "kind": "method",
36852
+ "name": "logLevelChanged",
36853
+ "privacy": "protected",
36854
+ "inheritedFrom": {
36855
+ "name": "SystemHealthOverlay",
36856
+ "module": "src/overlays/system-health/system-health-overlay.ts"
36857
+ }
36858
+ },
36859
+ {
36860
+ "kind": "field",
36861
+ "name": "status",
36862
+ "type": {
36863
+ "text": "SystemHealthStatus"
36864
+ },
36865
+ "default": "{\n isOnline: true,\n isHealthy: true,\n browserInformation: {},\n socket: {},\n resources: {},\n }",
36866
+ "description": "Last known system health status.",
36867
+ "inheritedFrom": {
36868
+ "name": "SystemHealthOverlay",
36869
+ "module": "src/overlays/system-health/system-health-overlay.ts"
36870
+ }
36871
+ },
36872
+ {
36873
+ "kind": "method",
36874
+ "name": "statusChanged",
36875
+ "privacy": "protected",
36876
+ "parameters": [
36877
+ {
36878
+ "name": "prev",
36879
+ "type": {
36880
+ "text": "SystemHealthStatus"
36881
+ }
36882
+ },
36883
+ {
36884
+ "name": "next",
36885
+ "type": {
36886
+ "text": "SystemHealthStatus"
36887
+ }
36888
+ }
36889
+ ],
36890
+ "inheritedFrom": {
36891
+ "name": "SystemHealthOverlay",
36892
+ "module": "src/overlays/system-health/system-health-overlay.ts"
36893
+ }
36894
+ },
36895
+ {
36896
+ "kind": "method",
36897
+ "name": "updateClassNames",
36898
+ "privacy": "protected",
36899
+ "inheritedFrom": {
36900
+ "name": "SystemHealthOverlay",
36901
+ "module": "src/overlays/system-health/system-health-overlay.ts"
36902
+ }
36903
+ },
36904
+ {
36905
+ "kind": "method",
36906
+ "name": "updateTemplateClassNames",
36907
+ "privacy": "protected",
36908
+ "inheritedFrom": {
36909
+ "name": "SystemHealthOverlay",
36910
+ "module": "src/overlays/system-health/system-health-overlay.ts"
36911
+ }
36912
+ },
36913
+ {
36914
+ "kind": "method",
36915
+ "name": "startTimeTillNextUpdateCountdown",
36916
+ "privacy": "protected",
36917
+ "inheritedFrom": {
36918
+ "name": "SystemHealthOverlay",
36919
+ "module": "src/overlays/system-health/system-health-overlay.ts"
36920
+ }
36921
+ },
36922
+ {
36923
+ "kind": "field",
36924
+ "name": "onSystemHealthChanged",
36925
+ "inheritedFrom": {
36926
+ "name": "SystemHealthOverlay",
36927
+ "module": "src/overlays/system-health/system-health-overlay.ts"
36928
+ }
36929
+ },
36930
+ {
36931
+ "kind": "field",
36932
+ "name": "onOpen",
36933
+ "inheritedFrom": {
36934
+ "name": "SystemHealthOverlay",
36935
+ "module": "src/overlays/system-health/system-health-overlay.ts"
36936
+ }
36937
+ },
36938
+ {
36939
+ "kind": "field",
36940
+ "name": "onClose",
36941
+ "inheritedFrom": {
36942
+ "name": "SystemHealthOverlay",
36943
+ "module": "src/overlays/system-health/system-health-overlay.ts"
36944
+ }
36945
+ },
36946
+ {
36947
+ "kind": "field",
36948
+ "name": "onDismiss",
36949
+ "inheritedFrom": {
36950
+ "name": "SystemHealthOverlay",
36951
+ "module": "src/overlays/system-health/system-health-overlay.ts"
36952
+ }
36953
+ },
36954
+ {
36955
+ "kind": "field",
36956
+ "name": "onUpdateStatus",
36957
+ "inheritedFrom": {
36958
+ "name": "SystemHealthOverlay",
36959
+ "module": "src/overlays/system-health/system-health-overlay.ts"
36960
+ }
36961
+ },
36962
+ {
36963
+ "kind": "field",
36964
+ "name": "onReportStatus",
36965
+ "inheritedFrom": {
36966
+ "name": "SystemHealthOverlay",
36967
+ "module": "src/overlays/system-health/system-health-overlay.ts"
36968
+ }
36969
+ },
36970
+ {
36971
+ "kind": "field",
36972
+ "name": "onReloadWindow",
36973
+ "inheritedFrom": {
36974
+ "name": "SystemHealthOverlay",
36975
+ "module": "src/overlays/system-health/system-health-overlay.ts"
36976
+ }
36977
+ },
36978
+ {
36979
+ "kind": "field",
36980
+ "name": "onDocumentKeydown",
36981
+ "inheritedFrom": {
36982
+ "name": "SystemHealthOverlay",
36983
+ "module": "src/overlays/system-health/system-health-overlay.ts"
36984
+ }
36985
+ },
36986
+ {
36987
+ "kind": "field",
36988
+ "name": "isSocketHealthy",
36989
+ "readonly": true,
36990
+ "inheritedFrom": {
36991
+ "name": "SystemHealthOverlay",
36992
+ "module": "src/overlays/system-health/system-health-overlay.ts"
36993
+ }
36994
+ },
36995
+ {
36996
+ "kind": "field",
36997
+ "name": "validResourceList",
36998
+ "readonly": true,
36999
+ "inheritedFrom": {
37000
+ "name": "SystemHealthOverlay",
37001
+ "module": "src/overlays/system-health/system-health-overlay.ts"
37002
+ }
37003
+ },
37004
+ {
37005
+ "kind": "method",
37006
+ "name": "getCheckmarkTemplate",
37007
+ "static": true,
37008
+ "parameters": [
37009
+ {
37010
+ "name": "isGood",
37011
+ "type": {
37012
+ "text": "boolean"
37013
+ }
37014
+ }
37015
+ ],
37016
+ "inheritedFrom": {
37017
+ "name": "SystemHealthOverlay",
37018
+ "module": "src/overlays/system-health/system-health-overlay.ts"
37019
+ }
37020
+ },
37021
+ {
37022
+ "kind": "field",
37023
+ "name": "_presentation",
37024
+ "type": {
37025
+ "text": "ComponentPresentation | null | undefined"
37026
+ },
37027
+ "privacy": "private",
37028
+ "default": "void 0",
37029
+ "inheritedFrom": {
37030
+ "name": "FoundationElement",
37031
+ "module": "src/foundation-element/foundation-element.ts"
37032
+ }
37033
+ },
37034
+ {
37035
+ "kind": "field",
37036
+ "name": "$presentation",
37037
+ "type": {
37038
+ "text": "ComponentPresentation | null"
37039
+ },
37040
+ "privacy": "public",
37041
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
37042
+ "inheritedFrom": {
37043
+ "name": "FoundationElement",
37044
+ "module": "src/foundation-element/foundation-element.ts"
37045
+ }
37046
+ },
37047
+ {
37048
+ "kind": "field",
37049
+ "name": "template",
37050
+ "type": {
37051
+ "text": "ElementViewTemplate | void | null"
37052
+ },
37053
+ "privacy": "public",
37054
+ "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.",
37055
+ "inheritedFrom": {
37056
+ "name": "FoundationElement",
37057
+ "module": "src/foundation-element/foundation-element.ts"
37058
+ }
37059
+ },
37060
+ {
37061
+ "kind": "method",
37062
+ "name": "templateChanged",
37063
+ "privacy": "protected",
37064
+ "return": {
37065
+ "type": {
37066
+ "text": "void"
37067
+ }
37068
+ },
37069
+ "inheritedFrom": {
37070
+ "name": "FoundationElement",
37071
+ "module": "src/foundation-element/foundation-element.ts"
37072
+ }
37073
+ },
37074
+ {
37075
+ "kind": "field",
37076
+ "name": "styles",
37077
+ "type": {
37078
+ "text": "ElementStyles | void | null"
37079
+ },
37080
+ "privacy": "public",
37081
+ "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.",
37082
+ "inheritedFrom": {
37083
+ "name": "FoundationElement",
37084
+ "module": "src/foundation-element/foundation-element.ts"
37085
+ }
37086
+ },
37087
+ {
37088
+ "kind": "method",
37089
+ "name": "stylesChanged",
37090
+ "privacy": "protected",
37091
+ "return": {
37092
+ "type": {
37093
+ "text": "void"
37094
+ }
37095
+ },
37096
+ "inheritedFrom": {
37097
+ "name": "FoundationElement",
37098
+ "module": "src/foundation-element/foundation-element.ts"
37099
+ }
37100
+ },
37101
+ {
37102
+ "kind": "method",
37103
+ "name": "compose",
37104
+ "privacy": "public",
37105
+ "static": true,
37106
+ "return": {
37107
+ "type": {
37108
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
37109
+ }
37110
+ },
37111
+ "parameters": [
37112
+ {
37113
+ "name": "this",
37114
+ "type": {
37115
+ "text": "K"
37116
+ }
37117
+ },
37118
+ {
37119
+ "name": "elementDefinition",
37120
+ "type": {
37121
+ "text": "T"
37122
+ },
37123
+ "description": "The definition of the element to create the registry\nfunction for."
37124
+ }
37125
+ ],
37126
+ "description": "Defines an element registry function with a set of element definition defaults.",
37127
+ "inheritedFrom": {
37128
+ "name": "FoundationElement",
37129
+ "module": "src/foundation-element/foundation-element.ts"
37130
+ }
37131
+ }
37132
+ ]
37133
+ },
37134
+ {
37135
+ "kind": "variable",
37136
+ "name": "rapidSystemHealthOverlay",
37137
+ "description": "Rapid system health overlay",
37138
+ "privacy": "public"
37139
+ }
37140
+ ],
37141
+ "exports": [
37142
+ {
37143
+ "kind": "js",
37144
+ "name": "SystemHealthOverlay",
37145
+ "declaration": {
37146
+ "name": "SystemHealthOverlay",
37147
+ "module": "src/overlays/system-health/system-health-overlay.ts"
37148
+ }
37149
+ },
37150
+ {
37151
+ "kind": "js",
37152
+ "name": "rapidSystemHealthOverlay",
37153
+ "declaration": {
37154
+ "name": "rapidSystemHealthOverlay",
37155
+ "module": "src/overlays/system-health/system-health-overlay.ts"
37156
+ }
37157
+ }
37158
+ ]
36586
37159
  }
36587
37160
  ]
36588
37161
  }
@@ -205,6 +205,7 @@ export declare const baseComponents: {
205
205
  rapidStepperTab: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<import("@microsoft/fast-foundation").FoundationElementDefinition>) => import("@microsoft/fast-foundation").FoundationElementRegistry<import("@microsoft/fast-foundation").FoundationElementDefinition, typeof import("./stepper-tab").StepperTab>;
206
206
  rapidStepperTabPanel: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<import("@microsoft/fast-foundation").FoundationElementDefinition>) => import("@microsoft/fast-foundation").FoundationElementRegistry<import("@microsoft/fast-foundation").FoundationElementDefinition, typeof import("./stepper-tab-panel").StepperTabPanel>;
207
207
  rapidSwitch: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<import("@microsoft/fast-foundation").FoundationElementDefinition>) => import("@microsoft/fast-foundation").FoundationElementRegistry<import("@microsoft/fast-foundation").FoundationElementDefinition, typeof import("./switch").Switch>;
208
+ rapidSystemHealthOverlay: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<import("@microsoft/fast-foundation").FoundationElementDefinition>) => import("@microsoft/fast-foundation").FoundationElementRegistry<import("@microsoft/fast-foundation").FoundationElementDefinition, typeof import("./overlays").SystemHealthOverlay>;
208
209
  rapidTab: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<import("@microsoft/fast-foundation").FoundationElementDefinition>) => import("@microsoft/fast-foundation").FoundationElementRegistry<import("@microsoft/fast-foundation").FoundationElementDefinition, typeof import("./tab").Tab>;
209
210
  rapidTabPanel: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<import("@microsoft/fast-foundation").FoundationElementDefinition>) => import("@microsoft/fast-foundation").FoundationElementRegistry<import("@microsoft/fast-foundation").FoundationElementDefinition, typeof import("./tab-panel").TabPanel>;
210
211
  rapidTabs: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<import("@microsoft/fast-foundation").FoundationElementDefinition>) => import("@microsoft/fast-foundation").FoundationElementRegistry<import("@microsoft/fast-foundation").FoundationElementDefinition, typeof import("./tabs").Tabs>;
@@ -1 +1 @@
1
- {"version":3,"file":"base-components.d.ts","sourceRoot":"","sources":["../../src/base-components.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,4BAA4B,CAAC;AA8E5D,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBA2EJ,SAAS,WAAW,GAAG,EAAE;CAe/C,CAAC"}
1
+ {"version":3,"file":"base-components.d.ts","sourceRoot":"","sources":["../../src/base-components.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,4BAA4B,CAAC;AA+E5D,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBA4EJ,SAAS,WAAW,GAAG,EAAE;CAe/C,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from './system-health';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/overlays/index.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from './system-health-overlay';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/overlays/system-health/index.ts"],"names":[],"mappings":"AAAA,cAAc,yBAAyB,CAAC"}
@@ -0,0 +1,16 @@
1
+ import { SystemHealthOverlay as FoundationSystemHealthOverlay } from '@genesislcap/foundation-ui';
2
+ /**
3
+ * SystemHealthOverlay
4
+ * @public
5
+ */
6
+ export declare class SystemHealthOverlay extends FoundationSystemHealthOverlay {
7
+ }
8
+ /**
9
+ * Rapid system health overlay
10
+ *
11
+ * @public
12
+ * @remarks
13
+ * HTML Element: \<rapid-system-health-overlay\>
14
+ */
15
+ export declare const rapidSystemHealthOverlay: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<import("@microsoft/fast-foundation").FoundationElementDefinition>) => import("@microsoft/fast-foundation").FoundationElementRegistry<import("@microsoft/fast-foundation").FoundationElementDefinition, typeof SystemHealthOverlay>;
16
+ //# sourceMappingURL=system-health-overlay.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"system-health-overlay.d.ts","sourceRoot":"","sources":["../../../../src/overlays/system-health/system-health-overlay.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,mBAAmB,IAAI,6BAA6B,EAKrD,MAAM,4BAA4B,CAAC;AAEpC;;;GAGG;AACH,qBAAa,mBAAoB,SAAQ,6BAA6B;CAAG;AAEzE;;;;;;GAMG;AACH,eAAO,MAAM,wBAAwB,mUAMnC,CAAC"}
@@ -44,6 +44,7 @@ import { rapidModal } from './modal';
44
44
  import { rapidMultiselect } from './multiselect';
45
45
  import { rapidNotificationListener } from './notification-listener';
46
46
  import { rapidNumberField } from './number-field';
47
+ import { rapidSystemHealthOverlay } from './overlays';
47
48
  import { rapidProgress } from './progress';
48
49
  import { rapidProgressRing } from './progress-ring';
49
50
  import { rapidRadio } from './radio';
@@ -136,6 +137,7 @@ export const baseComponents = {
136
137
  rapidStepperTab,
137
138
  rapidStepperTabPanel,
138
139
  rapidSwitch,
140
+ rapidSystemHealthOverlay,
139
141
  rapidTab,
140
142
  rapidTabPanel,
141
143
  rapidTabs,
@@ -0,0 +1 @@
1
+ export * from './system-health';
@@ -0,0 +1 @@
1
+ export * from './system-health-overlay';
@@ -0,0 +1,15 @@
1
+ import { SystemHealthOverlay as FoundationSystemHealthOverlay, foundationSystemHealthOverlayTemplate, foundationSystemHealthOverlayStyles, foundationSystemHealthOverlayShadowOptions, defaultSystemHealthOverlayConfig, } from '@genesislcap/foundation-ui';
2
+ /**
3
+ * SystemHealthOverlay
4
+ * @public
5
+ */
6
+ export class SystemHealthOverlay extends FoundationSystemHealthOverlay {
7
+ }
8
+ /**
9
+ * Rapid system health overlay
10
+ *
11
+ * @public
12
+ * @remarks
13
+ * HTML Element: \<rapid-system-health-overlay\>
14
+ */
15
+ export const rapidSystemHealthOverlay = SystemHealthOverlay.compose(Object.assign({ baseName: 'system-health-overlay', template: foundationSystemHealthOverlayTemplate, styles: foundationSystemHealthOverlayStyles, shadowOptions: foundationSystemHealthOverlayShadowOptions }, defaultSystemHealthOverlayConfig));
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/rapid-design-system",
3
3
  "description": "Rapid Design System",
4
- "version": "14.211.1",
4
+ "version": "14.211.2",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -37,12 +37,12 @@
37
37
  },
38
38
  "devDependencies": {
39
39
  "@genesiscommunitysuccess/analyzer-import-alias-plugin": "^5.0.3",
40
- "@genesislcap/genx": "14.211.1",
41
- "@genesislcap/rollup-builder": "14.211.1",
42
- "@genesislcap/ts-builder": "14.211.1",
43
- "@genesislcap/uvu-playwright-builder": "14.211.1",
44
- "@genesislcap/vite-builder": "14.211.1",
45
- "@genesislcap/webpack-builder": "14.211.1",
40
+ "@genesislcap/genx": "14.211.2",
41
+ "@genesislcap/rollup-builder": "14.211.2",
42
+ "@genesislcap/ts-builder": "14.211.2",
43
+ "@genesislcap/uvu-playwright-builder": "14.211.2",
44
+ "@genesislcap/vite-builder": "14.211.2",
45
+ "@genesislcap/webpack-builder": "14.211.2",
46
46
  "@storybook/addon-coverage": "^1.0.1",
47
47
  "@storybook/addon-essentials": "^8.0.0",
48
48
  "@storybook/addon-links": "^8.0.0",
@@ -60,8 +60,8 @@
60
60
  "storybook": "^8.0.0"
61
61
  },
62
62
  "dependencies": {
63
- "@genesislcap/foundation-logger": "14.211.1",
64
- "@genesislcap/foundation-ui": "14.211.1",
63
+ "@genesislcap/foundation-logger": "14.211.2",
64
+ "@genesislcap/foundation-ui": "14.211.2",
65
65
  "@microsoft/fast-colors": "^5.3.1",
66
66
  "@microsoft/fast-components": "^2.30.6",
67
67
  "@microsoft/fast-element": "^1.12.0",
@@ -79,5 +79,5 @@
79
79
  "access": "public"
80
80
  },
81
81
  "customElements": "dist/custom-elements.json",
82
- "gitHead": "be6e09c6d022e7d13f5423c2c5aed363668711da"
82
+ "gitHead": "c7134894f5bd7efb903b1612957041422fccb0ba"
83
83
  }