@genesislcap/rapid-design-system 14.291.2-alpha-372cecd.0 → 14.292.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.
@@ -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 rapidFileReader,\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 rapidScheduler,\n rapidSchedulerCronBuilder,\n rapidSchedulerTimezone,\n rapidSearchBar,\n rapidSearchBarCombobox,\n rapidSegmentedControl,\n rapidSegmentedItem,\n rapidSelect,\n rapidSkeleton,\n rapidSlider,\n rapidSliderLabel,\n rapidSnackbar,\n rapidStackingIcons,\n rapidStatusPill,\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}"
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 rapidEnvironmentIndicator,\n rapidErrorBoundary,\n rapidFileReader,\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 rapidScheduler,\n rapidSchedulerCronBuilder,\n rapidSchedulerTimezone,\n rapidSearchBar,\n rapidSearchBarCombobox,\n rapidSegmentedControl,\n rapidSegmentedItem,\n rapidSelect,\n rapidSkeleton,\n rapidSlider,\n rapidSliderLabel,\n rapidSnackbar,\n rapidStackingIcons,\n rapidStatusPill,\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": [
@@ -284,6 +284,14 @@
284
284
  "package": "./dropdown-menu"
285
285
  }
286
286
  },
287
+ {
288
+ "kind": "js",
289
+ "name": "*",
290
+ "declaration": {
291
+ "name": "*",
292
+ "package": "./environment-indicator"
293
+ }
294
+ },
287
295
  {
288
296
  "kind": "js",
289
297
  "name": "*",
@@ -10510,6 +10518,517 @@
10510
10518
  }
10511
10519
  ]
10512
10520
  },
10521
+ {
10522
+ "kind": "javascript-module",
10523
+ "path": "src/environment-indicator/environment-indicator.styles.ts",
10524
+ "declarations": [
10525
+ {
10526
+ "kind": "variable",
10527
+ "name": "rapidEnvironmentIndicatorStyles",
10528
+ "default": "css`\n ${environmentIndicatorStyles}\n`"
10529
+ }
10530
+ ],
10531
+ "exports": [
10532
+ {
10533
+ "kind": "js",
10534
+ "name": "rapidEnvironmentIndicatorStyles",
10535
+ "declaration": {
10536
+ "name": "rapidEnvironmentIndicatorStyles",
10537
+ "module": "src/environment-indicator/environment-indicator.styles.ts"
10538
+ }
10539
+ }
10540
+ ]
10541
+ },
10542
+ {
10543
+ "kind": "javascript-module",
10544
+ "path": "src/environment-indicator/environment-indicator.ts",
10545
+ "declarations": [
10546
+ {
10547
+ "kind": "class",
10548
+ "description": "",
10549
+ "name": "EnvironmentIndicator",
10550
+ "superclass": {
10551
+ "name": "FoundationEnvironmentIndicator",
10552
+ "package": "@genesislcap/foundation-ui"
10553
+ },
10554
+ "tagName": "%%prefix%%-environment-indicator",
10555
+ "customElement": true,
10556
+ "attributes": [
10557
+ {
10558
+ "name": "level",
10559
+ "type": {
10560
+ "text": "string"
10561
+ },
10562
+ "attribute": "level",
10563
+ "fieldName": "level",
10564
+ "description": "the environment level to display",
10565
+ "inheritedFrom": {
10566
+ "name": "EnvironmentIndicator",
10567
+ "module": "src/environment-indicator/environment-indicator.ts"
10568
+ }
10569
+ },
10570
+ {
10571
+ "name": "label",
10572
+ "type": {
10573
+ "text": "string"
10574
+ },
10575
+ "attribute": "label",
10576
+ "fieldName": "label",
10577
+ "description": "the label to display",
10578
+ "inheritedFrom": {
10579
+ "name": "EnvironmentIndicator",
10580
+ "module": "src/environment-indicator/environment-indicator.ts"
10581
+ }
10582
+ },
10583
+ {
10584
+ "name": "show-icon",
10585
+ "type": {
10586
+ "text": "boolean"
10587
+ },
10588
+ "attribute": "show-icon",
10589
+ "fieldName": "showIcon",
10590
+ "description": "whether to show an icon next to the environment text",
10591
+ "inheritedFrom": {
10592
+ "name": "EnvironmentIndicator",
10593
+ "module": "src/environment-indicator/environment-indicator.ts"
10594
+ }
10595
+ },
10596
+ {
10597
+ "name": "size",
10598
+ "type": {
10599
+ "text": "'sm' | 'lg'"
10600
+ },
10601
+ "default": "'sm'",
10602
+ "attribute": "size",
10603
+ "fieldName": "size",
10604
+ "description": "the size of the indicator. Can be 'sm' or 'lg'",
10605
+ "inheritedFrom": {
10606
+ "name": "EnvironmentIndicator",
10607
+ "module": "src/environment-indicator/environment-indicator.ts"
10608
+ }
10609
+ },
10610
+ {
10611
+ "name": "background-color",
10612
+ "type": {
10613
+ "text": "string"
10614
+ },
10615
+ "attribute": "background-color",
10616
+ "fieldName": "backgroundColor",
10617
+ "description": "the background color of the indicator",
10618
+ "inheritedFrom": {
10619
+ "name": "EnvironmentIndicator",
10620
+ "module": "src/environment-indicator/environment-indicator.ts"
10621
+ }
10622
+ },
10623
+ {
10624
+ "name": "text-color",
10625
+ "type": {
10626
+ "text": "string"
10627
+ },
10628
+ "default": "'#ffffff'",
10629
+ "attribute": "text-color",
10630
+ "fieldName": "textColor",
10631
+ "description": "the text color of the indicator",
10632
+ "inheritedFrom": {
10633
+ "name": "EnvironmentIndicator",
10634
+ "module": "src/environment-indicator/environment-indicator.ts"
10635
+ }
10636
+ },
10637
+ {
10638
+ "name": "icon",
10639
+ "type": {
10640
+ "text": "string"
10641
+ },
10642
+ "default": "'check-circle'",
10643
+ "attribute": "icon",
10644
+ "fieldName": "icon",
10645
+ "description": "the icon to display",
10646
+ "inheritedFrom": {
10647
+ "name": "EnvironmentIndicator",
10648
+ "module": "src/environment-indicator/environment-indicator.ts"
10649
+ }
10650
+ },
10651
+ {
10652
+ "name": "icon-size",
10653
+ "type": {
10654
+ "text": "FaSize"
10655
+ },
10656
+ "default": "'sm'",
10657
+ "attribute": "icon-size",
10658
+ "fieldName": "iconSize",
10659
+ "description": "the size of the icon",
10660
+ "inheritedFrom": {
10661
+ "name": "EnvironmentIndicator",
10662
+ "module": "src/environment-indicator/environment-indicator.ts"
10663
+ }
10664
+ }
10665
+ ],
10666
+ "members": [
10667
+ {
10668
+ "kind": "field",
10669
+ "name": "level",
10670
+ "type": {
10671
+ "text": "string"
10672
+ },
10673
+ "attribute": "level",
10674
+ "inheritedFrom": {
10675
+ "name": "EnvironmentIndicator",
10676
+ "module": "src/environment-indicator/environment-indicator.ts"
10677
+ }
10678
+ },
10679
+ {
10680
+ "kind": "field",
10681
+ "name": "label",
10682
+ "type": {
10683
+ "text": "string"
10684
+ },
10685
+ "attribute": "label",
10686
+ "inheritedFrom": {
10687
+ "name": "EnvironmentIndicator",
10688
+ "module": "src/environment-indicator/environment-indicator.ts"
10689
+ }
10690
+ },
10691
+ {
10692
+ "kind": "field",
10693
+ "name": "showIcon",
10694
+ "type": {
10695
+ "text": "boolean"
10696
+ },
10697
+ "attribute": "show-icon",
10698
+ "inheritedFrom": {
10699
+ "name": "EnvironmentIndicator",
10700
+ "module": "src/environment-indicator/environment-indicator.ts"
10701
+ }
10702
+ },
10703
+ {
10704
+ "kind": "field",
10705
+ "name": "size",
10706
+ "type": {
10707
+ "text": "'sm' | 'lg'"
10708
+ },
10709
+ "default": "'sm'",
10710
+ "attribute": "size",
10711
+ "inheritedFrom": {
10712
+ "name": "EnvironmentIndicator",
10713
+ "module": "src/environment-indicator/environment-indicator.ts"
10714
+ }
10715
+ },
10716
+ {
10717
+ "kind": "field",
10718
+ "name": "backgroundColor",
10719
+ "type": {
10720
+ "text": "string"
10721
+ },
10722
+ "attribute": "background-color",
10723
+ "inheritedFrom": {
10724
+ "name": "EnvironmentIndicator",
10725
+ "module": "src/environment-indicator/environment-indicator.ts"
10726
+ }
10727
+ },
10728
+ {
10729
+ "kind": "field",
10730
+ "name": "textColor",
10731
+ "type": {
10732
+ "text": "string"
10733
+ },
10734
+ "default": "'#ffffff'",
10735
+ "attribute": "text-color",
10736
+ "inheritedFrom": {
10737
+ "name": "EnvironmentIndicator",
10738
+ "module": "src/environment-indicator/environment-indicator.ts"
10739
+ }
10740
+ },
10741
+ {
10742
+ "kind": "field",
10743
+ "name": "icon",
10744
+ "type": {
10745
+ "text": "string"
10746
+ },
10747
+ "default": "'check-circle'",
10748
+ "attribute": "icon",
10749
+ "inheritedFrom": {
10750
+ "name": "EnvironmentIndicator",
10751
+ "module": "src/environment-indicator/environment-indicator.ts"
10752
+ }
10753
+ },
10754
+ {
10755
+ "kind": "field",
10756
+ "name": "iconSize",
10757
+ "type": {
10758
+ "text": "FaSize"
10759
+ },
10760
+ "default": "'sm'",
10761
+ "attribute": "icon-size",
10762
+ "inheritedFrom": {
10763
+ "name": "EnvironmentIndicator",
10764
+ "module": "src/environment-indicator/environment-indicator.ts"
10765
+ }
10766
+ },
10767
+ {
10768
+ "kind": "field",
10769
+ "name": "config",
10770
+ "type": {
10771
+ "text": "EnvironmentConfig"
10772
+ },
10773
+ "default": "{\n level: DEFAULT_ENVIRONMENT_LEVEL,\n showIcon: false,\n iconSize: 'sm',\n backgroundColor: '#2222ff',\n textColor: '#ffffff',\n label: 'DEFAULT',\n}",
10774
+ "description": "Current environment configuration",
10775
+ "inheritedFrom": {
10776
+ "name": "EnvironmentIndicator",
10777
+ "module": "src/environment-indicator/environment-indicator.ts"
10778
+ }
10779
+ },
10780
+ {
10781
+ "kind": "field",
10782
+ "name": "envConfigs",
10783
+ "type": {
10784
+ "text": "EnvironmentConfig[]"
10785
+ },
10786
+ "default": "[\n DEFAULT_ENVIRONMENT_LEVEL_CONFIG,\n {\n level: 'dev',\n showIcon: false,\n icon: 'code',\n backgroundColor: '#ff6b35',\n label: 'DEV',\n },\n {\n level: 'prod',\n showIcon: false,\n icon: 'check-circle',\n backgroundColor: '#28a745',\n label: 'PROD',\n },\n]",
10787
+ "description": "Environment configurations",
10788
+ "inheritedFrom": {
10789
+ "name": "EnvironmentIndicator",
10790
+ "module": "src/environment-indicator/environment-indicator.ts"
10791
+ }
10792
+ },
10793
+ {
10794
+ "kind": "method",
10795
+ "name": "envConfigsChanged",
10796
+ "inheritedFrom": {
10797
+ "name": "EnvironmentIndicator",
10798
+ "module": "src/environment-indicator/environment-indicator.ts"
10799
+ }
10800
+ },
10801
+ {
10802
+ "kind": "method",
10803
+ "name": "getAttributesConfig",
10804
+ "privacy": "private",
10805
+ "return": {
10806
+ "type": {
10807
+ "text": ""
10808
+ }
10809
+ },
10810
+ "description": "Helper function to get config from attributes",
10811
+ "inheritedFrom": {
10812
+ "name": "EnvironmentIndicator",
10813
+ "module": "src/environment-indicator/environment-indicator.ts"
10814
+ }
10815
+ },
10816
+ {
10817
+ "kind": "method",
10818
+ "name": "getCurrentEnvironmentLevel",
10819
+ "privacy": "private",
10820
+ "return": {
10821
+ "type": {
10822
+ "text": "string"
10823
+ }
10824
+ },
10825
+ "description": "Get the current environment level based on priority order",
10826
+ "inheritedFrom": {
10827
+ "name": "EnvironmentIndicator",
10828
+ "module": "src/environment-indicator/environment-indicator.ts"
10829
+ }
10830
+ },
10831
+ {
10832
+ "kind": "method",
10833
+ "name": "getEnvConfigByLevel",
10834
+ "return": {
10835
+ "type": {
10836
+ "text": "EnvironmentConfig"
10837
+ }
10838
+ },
10839
+ "inheritedFrom": {
10840
+ "name": "EnvironmentIndicator",
10841
+ "module": "src/environment-indicator/environment-indicator.ts"
10842
+ }
10843
+ },
10844
+ {
10845
+ "kind": "method",
10846
+ "name": "setEnvConfigs",
10847
+ "parameters": [
10848
+ {
10849
+ "name": "envConfigs",
10850
+ "type": {
10851
+ "text": "EnvironmentConfig[]"
10852
+ },
10853
+ "description": "the environment configurations"
10854
+ }
10855
+ ],
10856
+ "description": "Set environment configurations",
10857
+ "inheritedFrom": {
10858
+ "name": "EnvironmentIndicator",
10859
+ "module": "src/environment-indicator/environment-indicator.ts"
10860
+ }
10861
+ },
10862
+ {
10863
+ "kind": "field",
10864
+ "name": "_presentation",
10865
+ "type": {
10866
+ "text": "ComponentPresentation | null | undefined"
10867
+ },
10868
+ "privacy": "private",
10869
+ "default": "void 0",
10870
+ "inheritedFrom": {
10871
+ "name": "FoundationElement",
10872
+ "module": "src/foundation-element/foundation-element.ts"
10873
+ }
10874
+ },
10875
+ {
10876
+ "kind": "field",
10877
+ "name": "$presentation",
10878
+ "type": {
10879
+ "text": "ComponentPresentation | null"
10880
+ },
10881
+ "privacy": "public",
10882
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
10883
+ "inheritedFrom": {
10884
+ "name": "FoundationElement",
10885
+ "module": "src/foundation-element/foundation-element.ts"
10886
+ }
10887
+ },
10888
+ {
10889
+ "kind": "field",
10890
+ "name": "template",
10891
+ "type": {
10892
+ "text": "ElementViewTemplate | void | null"
10893
+ },
10894
+ "privacy": "public",
10895
+ "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.",
10896
+ "inheritedFrom": {
10897
+ "name": "FoundationElement",
10898
+ "module": "src/foundation-element/foundation-element.ts"
10899
+ }
10900
+ },
10901
+ {
10902
+ "kind": "method",
10903
+ "name": "templateChanged",
10904
+ "privacy": "protected",
10905
+ "return": {
10906
+ "type": {
10907
+ "text": "void"
10908
+ }
10909
+ },
10910
+ "inheritedFrom": {
10911
+ "name": "FoundationElement",
10912
+ "module": "src/foundation-element/foundation-element.ts"
10913
+ }
10914
+ },
10915
+ {
10916
+ "kind": "field",
10917
+ "name": "styles",
10918
+ "type": {
10919
+ "text": "ElementStyles | void | null"
10920
+ },
10921
+ "privacy": "public",
10922
+ "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.",
10923
+ "inheritedFrom": {
10924
+ "name": "FoundationElement",
10925
+ "module": "src/foundation-element/foundation-element.ts"
10926
+ }
10927
+ },
10928
+ {
10929
+ "kind": "method",
10930
+ "name": "stylesChanged",
10931
+ "privacy": "protected",
10932
+ "return": {
10933
+ "type": {
10934
+ "text": "void"
10935
+ }
10936
+ },
10937
+ "inheritedFrom": {
10938
+ "name": "FoundationElement",
10939
+ "module": "src/foundation-element/foundation-element.ts"
10940
+ }
10941
+ },
10942
+ {
10943
+ "kind": "method",
10944
+ "name": "compose",
10945
+ "privacy": "public",
10946
+ "static": true,
10947
+ "return": {
10948
+ "type": {
10949
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
10950
+ }
10951
+ },
10952
+ "parameters": [
10953
+ {
10954
+ "name": "this",
10955
+ "type": {
10956
+ "text": "K"
10957
+ }
10958
+ },
10959
+ {
10960
+ "name": "elementDefinition",
10961
+ "type": {
10962
+ "text": "T"
10963
+ },
10964
+ "description": "The definition of the element to create the registry\nfunction for."
10965
+ }
10966
+ ],
10967
+ "description": "Defines an element registry function with a set of element definition defaults.",
10968
+ "inheritedFrom": {
10969
+ "name": "FoundationElement",
10970
+ "module": "src/foundation-element/foundation-element.ts"
10971
+ }
10972
+ }
10973
+ ]
10974
+ },
10975
+ {
10976
+ "kind": "variable",
10977
+ "name": "rapidEnvironmentIndicator",
10978
+ "description": "The rapid Environment Indicator",
10979
+ "privacy": "public"
10980
+ }
10981
+ ],
10982
+ "exports": [
10983
+ {
10984
+ "kind": "js",
10985
+ "name": "EnvironmentIndicator",
10986
+ "declaration": {
10987
+ "name": "EnvironmentIndicator",
10988
+ "module": "src/environment-indicator/environment-indicator.ts"
10989
+ }
10990
+ },
10991
+ {
10992
+ "kind": "js",
10993
+ "name": "rapidEnvironmentIndicator",
10994
+ "declaration": {
10995
+ "name": "rapidEnvironmentIndicator",
10996
+ "module": "src/environment-indicator/environment-indicator.ts"
10997
+ }
10998
+ }
10999
+ ]
11000
+ },
11001
+ {
11002
+ "kind": "javascript-module",
11003
+ "path": "src/environment-indicator/index.ts",
11004
+ "declarations": [],
11005
+ "exports": [
11006
+ {
11007
+ "kind": "js",
11008
+ "name": "*",
11009
+ "declaration": {
11010
+ "name": "*",
11011
+ "package": "./environment-indicator"
11012
+ }
11013
+ },
11014
+ {
11015
+ "kind": "js",
11016
+ "name": "*",
11017
+ "declaration": {
11018
+ "name": "*",
11019
+ "package": "./environment-indicator.styles"
11020
+ }
11021
+ },
11022
+ {
11023
+ "kind": "js",
11024
+ "name": "rapidEnvironmentIndicatorTemplate",
11025
+ "declaration": {
11026
+ "name": "foundationEnvironmentIndicatorTemplate",
11027
+ "package": "@genesislcap/foundation-ui"
11028
+ }
11029
+ }
11030
+ ]
11031
+ },
10513
11032
  {
10514
11033
  "kind": "javascript-module",
10515
11034
  "path": "src/error-boundary/error-boundary.ts",
@@ -72,6 +72,15 @@ export declare const baseComponents: {
72
72
  rapidDisclosure: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<import("@microsoft/fast-foundation").FoundationElementDefinition>) => import("@microsoft/fast-foundation").FoundationElementRegistry<import("@microsoft/fast-foundation").FoundationElementDefinition, typeof import("./disclosure").Disclosure>;
73
73
  rapidDivider: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<import("@microsoft/fast-foundation").FoundationElementDefinition>) => import("@microsoft/fast-foundation").FoundationElementRegistry<import("@microsoft/fast-foundation").FoundationElementDefinition, typeof import("./divider").Divider>;
74
74
  rapidDropdownMenu: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<import("@microsoft/fast-foundation").FoundationElementDefinition>) => import("@microsoft/fast-foundation").FoundationElementRegistry<import("@microsoft/fast-foundation").FoundationElementDefinition, typeof import("./dropdown-menu").DropdownMenu>;
75
+ rapidEnvironmentIndicator: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<{
76
+ baseName: string;
77
+ styles: import("@microsoft/fast-element").ElementStyles;
78
+ template: import("@microsoft/fast-element").ViewTemplate<import("@genesislcap/foundation-ui").EnvironmentIndicator, any>;
79
+ }>) => import("@microsoft/fast-foundation").FoundationElementRegistry<{
80
+ baseName: string;
81
+ styles: import("@microsoft/fast-element").ElementStyles;
82
+ template: import("@microsoft/fast-element").ViewTemplate<import("@genesislcap/foundation-ui").EnvironmentIndicator, any>;
83
+ }, typeof import("./environment-indicator").EnvironmentIndicator>;
75
84
  rapidErrorBoundary: () => import("@microsoft/fast-foundation").FoundationElementRegistry<{
76
85
  baseName: string;
77
86
  template: import("@microsoft/fast-element").ViewTemplate<import("@genesislcap/foundation-ui/dist/dts/error-boundary/error-boundary").ErrorBoundary, any>;
@@ -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;AAoF5D,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAiFJ,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;AAqF5D,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAkFJ,SAAS,WAAW,GAAG,EAAE;CAe/C,CAAC"}
@@ -0,0 +1,23 @@
1
+ import { EnvironmentIndicator as FoundationEnvironmentIndicator } from '@genesislcap/foundation-ui';
2
+ /**
3
+ * @tagname %%prefix%%-environment-indicator
4
+ */
5
+ export declare class EnvironmentIndicator extends FoundationEnvironmentIndicator {
6
+ }
7
+ /**
8
+ * The rapid Environment Indicator
9
+ *
10
+ * @public
11
+ * @remarks
12
+ * HTML Element: \<rapid-environment-indicator\>
13
+ */
14
+ export declare const rapidEnvironmentIndicator: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<{
15
+ baseName: string;
16
+ styles: import("@microsoft/fast-element").ElementStyles;
17
+ template: import("@microsoft/fast-element").ViewTemplate<FoundationEnvironmentIndicator, any>;
18
+ }>) => import("@microsoft/fast-foundation").FoundationElementRegistry<{
19
+ baseName: string;
20
+ styles: import("@microsoft/fast-element").ElementStyles;
21
+ template: import("@microsoft/fast-element").ViewTemplate<FoundationEnvironmentIndicator, any>;
22
+ }, typeof EnvironmentIndicator>;
23
+ //# sourceMappingURL=environment-indicator.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"environment-indicator.d.ts","sourceRoot":"","sources":["../../../src/environment-indicator/environment-indicator.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,oBAAoB,IAAI,8BAA8B,EAEvD,MAAM,4BAA4B,CAAC;AAGpC;;GAEG;AACH,qBAAa,oBAAqB,SAAQ,8BAA8B;CAAG;AAE3E;;;;;;GAMG;AACH,eAAO,MAAM,yBAAyB;;;;;;;;+BAIpC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const rapidEnvironmentIndicatorStyles: import("@microsoft/fast-element").ElementStyles;
2
+ //# sourceMappingURL=environment-indicator.styles.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"environment-indicator.styles.d.ts","sourceRoot":"","sources":["../../../src/environment-indicator/environment-indicator.styles.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,+BAA+B,iDAE3C,CAAC"}
@@ -0,0 +1,4 @@
1
+ export * from './environment-indicator';
2
+ export * from './environment-indicator.styles';
3
+ export { foundationEnvironmentIndicatorTemplate as rapidEnvironmentIndicatorTemplate } from '@genesislcap/foundation-ui';
4
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/environment-indicator/index.ts"],"names":[],"mappings":"AAAA,cAAc,yBAAyB,CAAC;AACxC,cAAc,gCAAgC,CAAC;AAC/C,OAAO,EAAE,sCAAsC,IAAI,iCAAiC,EAAE,MAAM,4BAA4B,CAAC"}
@@ -30,6 +30,7 @@ export * from './dialog';
30
30
  export * from './disclosure';
31
31
  export * from './divider';
32
32
  export * from './dropdown-menu';
33
+ export * from './environment-indicator';
33
34
  export * from './error-boundary';
34
35
  export * from './expression-builder';
35
36
  export * from './file-reader';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AACnD,OAAO,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAE9D,OAAO,EAAE,cAAc,EAAE,mBAAmB,EAAE,CAAC;AAC/C,eAAO,MAAM,yBAAyB,yDAAuD,CAAC;AAE9F,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,aAAa,CAAC;AAC5B,cAAc,kBAAkB,CAAC;AACjC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,UAAU,CAAC;AACzB,cAAc,mBAAmB,CAAC;AAClC,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC;AAC7B,cAAc,mBAAmB,CAAC;AAClC,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,QAAQ,CAAC;AACvB,cAAc,2BAA2B,CAAC;AAC1C,cAAc,YAAY,CAAC;AAC3B,cAAc,YAAY,CAAC;AAC3B,cAAc,wBAAwB,CAAC;AACvC,cAAc,aAAa,CAAC;AAC5B,cAAc,kBAAkB,CAAC;AACjC,cAAc,iBAAiB,CAAC;AAChC,cAAc,eAAe,CAAC;AAC9B,cAAc,0BAA0B,CAAC;AACzC,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC;AAC7B,cAAc,WAAW,CAAC;AAC1B,cAAc,iBAAiB,CAAC;AAChC,cAAc,kBAAkB,CAAC;AACjC,cAAc,sBAAsB,CAAC;AACrC,cAAc,eAAe,CAAC;AAC9B,cAAc,eAAe,CAAC;AAC9B,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC;AAC7B,cAAc,eAAe,CAAC;AAC9B,cAAc,WAAW,CAAC;AAC1B,cAAc,UAAU,CAAC;AACzB,cAAc,eAAe,CAAC;AAC9B,cAAc,oBAAoB,CAAC;AACnC,cAAc,qBAAqB,CAAC;AACpC,cAAc,QAAQ,CAAC;AACvB,cAAc,WAAW,CAAC;AAC1B,cAAc,kBAAkB,CAAC;AACjC,cAAc,QAAQ,CAAC;AACvB,cAAc,aAAa,CAAC;AAC5B,cAAc,SAAS,CAAC;AACxB,cAAc,eAAe,CAAC;AAC9B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,YAAY,CAAC;AAC3B,cAAc,iBAAiB,CAAC;AAChC,cAAc,SAAS,CAAC;AACxB,cAAc,eAAe,CAAC;AAC9B,cAAc,aAAa,CAAC;AAC5B,cAAc,0BAA0B,CAAC;AACzC,cAAc,sBAAsB,CAAC;AACrC,cAAc,cAAc,CAAC;AAC7B,cAAc,qBAAqB,CAAC;AACpC,cAAc,kBAAkB,CAAC;AACjC,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,UAAU,CAAC;AACzB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,YAAY,CAAC;AAC3B,cAAc,WAAW,CAAC;AAC1B,cAAc,eAAe,CAAC;AAC9B,cAAc,qBAAqB,CAAC;AACpC,cAAc,UAAU,CAAC;AACzB,cAAc,OAAO,CAAC;AACtB,cAAc,aAAa,CAAC;AAC5B,cAAc,QAAQ,CAAC;AACvB,cAAc,aAAa,CAAC;AAC5B,cAAc,cAAc,CAAC;AAC7B,cAAc,SAAS,CAAC;AACxB,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AACnD,OAAO,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAE9D,OAAO,EAAE,cAAc,EAAE,mBAAmB,EAAE,CAAC;AAC/C,eAAO,MAAM,yBAAyB,yDAAuD,CAAC;AAE9F,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,aAAa,CAAC;AAC5B,cAAc,kBAAkB,CAAC;AACjC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,UAAU,CAAC;AACzB,cAAc,mBAAmB,CAAC;AAClC,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC;AAC7B,cAAc,mBAAmB,CAAC;AAClC,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,QAAQ,CAAC;AACvB,cAAc,2BAA2B,CAAC;AAC1C,cAAc,YAAY,CAAC;AAC3B,cAAc,YAAY,CAAC;AAC3B,cAAc,wBAAwB,CAAC;AACvC,cAAc,aAAa,CAAC;AAC5B,cAAc,kBAAkB,CAAC;AACjC,cAAc,iBAAiB,CAAC;AAChC,cAAc,eAAe,CAAC;AAC9B,cAAc,0BAA0B,CAAC;AACzC,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC;AAC7B,cAAc,WAAW,CAAC;AAC1B,cAAc,iBAAiB,CAAC;AAChC,cAAc,yBAAyB,CAAC;AACxC,cAAc,kBAAkB,CAAC;AACjC,cAAc,sBAAsB,CAAC;AACrC,cAAc,eAAe,CAAC;AAC9B,cAAc,eAAe,CAAC;AAC9B,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC;AAC7B,cAAc,eAAe,CAAC;AAC9B,cAAc,WAAW,CAAC;AAC1B,cAAc,UAAU,CAAC;AACzB,cAAc,eAAe,CAAC;AAC9B,cAAc,oBAAoB,CAAC;AACnC,cAAc,qBAAqB,CAAC;AACpC,cAAc,QAAQ,CAAC;AACvB,cAAc,WAAW,CAAC;AAC1B,cAAc,kBAAkB,CAAC;AACjC,cAAc,QAAQ,CAAC;AACvB,cAAc,aAAa,CAAC;AAC5B,cAAc,SAAS,CAAC;AACxB,cAAc,eAAe,CAAC;AAC9B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,YAAY,CAAC;AAC3B,cAAc,iBAAiB,CAAC;AAChC,cAAc,SAAS,CAAC;AACxB,cAAc,eAAe,CAAC;AAC9B,cAAc,aAAa,CAAC;AAC5B,cAAc,0BAA0B,CAAC;AACzC,cAAc,sBAAsB,CAAC;AACrC,cAAc,cAAc,CAAC;AAC7B,cAAc,qBAAqB,CAAC;AACpC,cAAc,kBAAkB,CAAC;AACjC,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,UAAU,CAAC;AACzB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,YAAY,CAAC;AAC3B,cAAc,WAAW,CAAC;AAC1B,cAAc,eAAe,CAAC;AAC9B,cAAc,qBAAqB,CAAC;AACpC,cAAc,UAAU,CAAC;AACzB,cAAc,OAAO,CAAC;AACtB,cAAc,aAAa,CAAC;AAC5B,cAAc,QAAQ,CAAC;AACvB,cAAc,aAAa,CAAC;AAC5B,cAAc,cAAc,CAAC;AAC7B,cAAc,SAAS,CAAC;AACxB,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC"}
@@ -25,6 +25,7 @@ import { rapidDialog } from './dialog';
25
25
  import { rapidDisclosure } from './disclosure';
26
26
  import { rapidDivider } from './divider';
27
27
  import { rapidDropdownMenu } from './dropdown-menu';
28
+ import { rapidEnvironmentIndicator } from './environment-indicator';
28
29
  import { rapidErrorBoundary } from './error-boundary';
29
30
  import { rapidFileReader } from './file-reader';
30
31
  import { rapidFileUpload } from './file-upload';
@@ -105,6 +106,7 @@ export const baseComponents = {
105
106
  rapidDisclosure,
106
107
  rapidDivider,
107
108
  rapidDropdownMenu,
109
+ rapidEnvironmentIndicator,
108
110
  rapidErrorBoundary,
109
111
  rapidFileReader,
110
112
  rapidFileUpload,
@@ -0,0 +1,19 @@
1
+ import { EnvironmentIndicator as FoundationEnvironmentIndicator, foundationEnvironmentIndicatorTemplate as template, } from '@genesislcap/foundation-ui';
2
+ import { rapidEnvironmentIndicatorStyles as styles } from './environment-indicator.styles';
3
+ /**
4
+ * @tagname %%prefix%%-environment-indicator
5
+ */
6
+ export class EnvironmentIndicator extends FoundationEnvironmentIndicator {
7
+ }
8
+ /**
9
+ * The rapid Environment Indicator
10
+ *
11
+ * @public
12
+ * @remarks
13
+ * HTML Element: \<rapid-environment-indicator\>
14
+ */
15
+ export const rapidEnvironmentIndicator = EnvironmentIndicator.compose({
16
+ baseName: 'environment-indicator',
17
+ styles,
18
+ template,
19
+ });
@@ -0,0 +1,5 @@
1
+ import { environmentIndicatorStyles } from '@genesislcap/foundation-ui';
2
+ import { css } from '@microsoft/fast-element';
3
+ export const rapidEnvironmentIndicatorStyles = css `
4
+ ${environmentIndicatorStyles}
5
+ `;
@@ -0,0 +1,3 @@
1
+ export * from './environment-indicator';
2
+ export * from './environment-indicator.styles';
3
+ export { foundationEnvironmentIndicatorTemplate as rapidEnvironmentIndicatorTemplate } from '@genesislcap/foundation-ui';
package/dist/esm/index.js CHANGED
@@ -30,6 +30,7 @@ export * from './dialog';
30
30
  export * from './disclosure';
31
31
  export * from './divider';
32
32
  export * from './dropdown-menu';
33
+ export * from './environment-indicator';
33
34
  export * from './error-boundary';
34
35
  export * from './expression-builder';
35
36
  export * from './file-reader';
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.291.2-alpha-372cecd.0",
4
+ "version": "14.292.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -33,18 +33,18 @@
33
33
  },
34
34
  "devDependencies": {
35
35
  "@genesiscommunitysuccess/analyzer-import-alias-plugin": "^5.0.3",
36
- "@genesislcap/genx": "14.291.2-alpha-372cecd.0",
37
- "@genesislcap/rollup-builder": "14.291.2-alpha-372cecd.0",
38
- "@genesislcap/ts-builder": "14.291.2-alpha-372cecd.0",
39
- "@genesislcap/uvu-playwright-builder": "14.291.2-alpha-372cecd.0",
40
- "@genesislcap/vite-builder": "14.291.2-alpha-372cecd.0",
41
- "@genesislcap/webpack-builder": "14.291.2-alpha-372cecd.0",
36
+ "@genesislcap/genx": "14.292.0",
37
+ "@genesislcap/rollup-builder": "14.292.0",
38
+ "@genesislcap/ts-builder": "14.292.0",
39
+ "@genesislcap/uvu-playwright-builder": "14.292.0",
40
+ "@genesislcap/vite-builder": "14.292.0",
41
+ "@genesislcap/webpack-builder": "14.292.0",
42
42
  "rimraf": "^5.0.0"
43
43
  },
44
44
  "dependencies": {
45
- "@genesislcap/foundation-logger": "14.291.2-alpha-372cecd.0",
46
- "@genesislcap/foundation-ui": "14.291.2-alpha-372cecd.0",
47
- "@genesislcap/foundation-utils": "14.291.2-alpha-372cecd.0",
45
+ "@genesislcap/foundation-logger": "14.292.0",
46
+ "@genesislcap/foundation-ui": "14.292.0",
47
+ "@genesislcap/foundation-utils": "14.292.0",
48
48
  "@microsoft/fast-colors": "5.3.1",
49
49
  "@microsoft/fast-components": "2.30.6",
50
50
  "@microsoft/fast-element": "1.14.0",
@@ -62,5 +62,5 @@
62
62
  "access": "public"
63
63
  },
64
64
  "customElements": "dist/custom-elements.json",
65
- "gitHead": "132cead61d5d0bddf6a78e95ef471f87d94b5e3b"
65
+ "gitHead": "1f6610ae9f53c6ac06b8e2c4921bb6ff7a404902"
66
66
  }