@genesislcap/foundation-zero 14.285.0 → 14.285.2-alpha-a57a535.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 zeroAccordion,\n zeroAccordionItem,\n zeroActionsMenu,\n zeroAnchor,\n zeroAnchoredRegion,\n zeroAvatar,\n zeroBadge,\n zeroBanner,\n zeroBreadcrumb,\n zeroBreadcrumbItem,\n zeroButton,\n zeroCalendar,\n zeroCard,\n zeroCategorizedMultiselect,\n zeroCheckbox,\n zeroCombobox,\n zeroConnectionIndicator,\n zeroDataGrid,\n zeroDatePicker,\n zeroDesignSystemProvider,\n zeroDialog,\n zeroDisclosure,\n zeroDivider,\n zeroDropdownMenu,\n zeroErrorBanner,\n zeroErrorBoundary,\n zeroErrorDialog,\n zeroFileReader,\n zeroFileUpload,\n zeroFilter,\n zeroFilterBar,\n zeroFlexLayout,\n zeroFlipper,\n zeroFlyout,\n zeroGridLayout,\n zeroGridLayoutItem,\n zeroHorizontalScroll,\n zeroIcon,\n zeroListbox,\n zeroListboxOption,\n zeroMenu,\n zeroMenuItem,\n zeroModal,\n zeroMultiselect,\n zeroNotificationListener,\n zeroNumberField,\n zeroProgress,\n zeroProgressRing,\n zeroRadio,\n zeroRadioGroup,\n zeroSchedulerCronBuilder,\n zeroSearchBar,\n zeroSearchBarCombobox,\n zeroSegmentedControl,\n zeroSegmentedItem,\n zeroSelect,\n zeroScheduler,\n zeroSchedulerTimezone,\n zeroSkeleton,\n zeroSlider,\n zeroSliderLabel,\n zeroSnackbar,\n zeroStackingIcons,\n zeroStatusPill,\n zeroStepper,\n zeroStepperTab,\n zeroStepperTabPanel,\n zeroSwitch,\n zeroSystemHealthOverlay,\n zeroTab,\n zeroTabPanel,\n zeroTabs,\n zeroTextArea,\n zeroTextField,\n zeroToast,\n zeroToolbar,\n zeroTooltip,\n zeroTreeItem,\n zeroTreeView,\n zeroUrlInput,\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 zeroAccordion,\n zeroAccordionItem,\n zeroActionsMenu,\n zeroAnchor,\n zeroAnchoredRegion,\n zeroAvatar,\n zeroBadge,\n zeroBanner,\n zeroBreadcrumb,\n zeroBreadcrumbItem,\n zeroButton,\n zeroCalendar,\n zeroCard,\n zeroCategorizedMultiselect,\n zeroCheckbox,\n zeroCombobox,\n zeroConnectionIndicator,\n zeroDataGrid,\n zeroDatePicker,\n zeroDesignSystemProvider,\n zeroDialog,\n zeroDisclosure,\n zeroDivider,\n zeroDropdownMenu,\n zeroEnvironmentIndicator,\n zeroErrorBanner,\n zeroErrorBoundary,\n zeroErrorDialog,\n zeroFileReader,\n zeroFileUpload,\n zeroFilter,\n zeroFilterBar,\n zeroFlexLayout,\n zeroFlipper,\n zeroFlyout,\n zeroGridLayout,\n zeroGridLayoutItem,\n zeroHorizontalScroll,\n zeroIcon,\n zeroListbox,\n zeroListboxOption,\n zeroMenu,\n zeroMenuItem,\n zeroModal,\n zeroMultiselect,\n zeroNotificationListener,\n zeroNumberField,\n zeroProgress,\n zeroProgressRing,\n zeroRadio,\n zeroRadioGroup,\n zeroSchedulerCronBuilder,\n zeroSearchBar,\n zeroSearchBarCombobox,\n zeroSegmentedControl,\n zeroSegmentedItem,\n zeroSelect,\n zeroScheduler,\n zeroSchedulerTimezone,\n zeroSkeleton,\n zeroSlider,\n zeroSliderLabel,\n zeroSnackbar,\n zeroStackingIcons,\n zeroStatusPill,\n zeroStepper,\n zeroStepperTab,\n zeroStepperTabPanel,\n zeroSwitch,\n zeroSystemHealthOverlay,\n zeroTab,\n zeroTabPanel,\n zeroTabs,\n zeroTextArea,\n zeroTextField,\n zeroToast,\n zeroToolbar,\n zeroTooltip,\n zeroTreeItem,\n zeroTreeView,\n zeroUrlInput,\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": [
@@ -260,6 +260,14 @@
260
260
  "package": "./dropdown-menu"
261
261
  }
262
262
  },
263
+ {
264
+ "kind": "js",
265
+ "name": "*",
266
+ "declaration": {
267
+ "name": "*",
268
+ "package": "./environment-indicator"
269
+ }
270
+ },
263
271
  {
264
272
  "kind": "js",
265
273
  "name": "*",
@@ -572,6 +580,14 @@
572
580
  "package": "./stacking-icons"
573
581
  }
574
582
  },
583
+ {
584
+ "kind": "js",
585
+ "name": "*",
586
+ "declaration": {
587
+ "name": "*",
588
+ "package": "./status-pill"
589
+ }
590
+ },
575
591
  {
576
592
  "kind": "js",
577
593
  "name": "*",
@@ -12380,6 +12396,452 @@
12380
12396
  }
12381
12397
  ]
12382
12398
  },
12399
+ {
12400
+ "kind": "javascript-module",
12401
+ "path": "src/environment-indicator/environment-indicator.styles.ts",
12402
+ "declarations": [
12403
+ {
12404
+ "kind": "variable",
12405
+ "name": "zeroEnvironmentIndicatorStyles",
12406
+ "default": "css`\n ${environmentIndicatorStyles}\n`",
12407
+ "description": "The zero Environment Indicator styles",
12408
+ "privacy": "public"
12409
+ }
12410
+ ],
12411
+ "exports": [
12412
+ {
12413
+ "kind": "js",
12414
+ "name": "zeroEnvironmentIndicatorStyles",
12415
+ "declaration": {
12416
+ "name": "zeroEnvironmentIndicatorStyles",
12417
+ "module": "src/environment-indicator/environment-indicator.styles.ts"
12418
+ }
12419
+ }
12420
+ ]
12421
+ },
12422
+ {
12423
+ "kind": "javascript-module",
12424
+ "path": "src/environment-indicator/environment-indicator.ts",
12425
+ "declarations": [
12426
+ {
12427
+ "kind": "class",
12428
+ "description": "",
12429
+ "name": "EnvironmentIndicator",
12430
+ "superclass": {
12431
+ "name": "FoundationEnvironmentIndicator",
12432
+ "package": "@genesislcap/foundation-ui"
12433
+ },
12434
+ "tagName": "%%prefix%%-environment-indicator",
12435
+ "customElement": true,
12436
+ "attributes": [
12437
+ {
12438
+ "name": "label",
12439
+ "type": {
12440
+ "text": "string"
12441
+ },
12442
+ "attribute": "label",
12443
+ "fieldName": "label",
12444
+ "description": "the label to display",
12445
+ "inheritedFrom": {
12446
+ "name": "EnvironmentIndicator",
12447
+ "module": "src/environment-indicator/environment-indicator.ts"
12448
+ }
12449
+ },
12450
+ {
12451
+ "name": "show-icon",
12452
+ "type": {
12453
+ "text": "boolean"
12454
+ },
12455
+ "attribute": "show-icon",
12456
+ "fieldName": "showIcon",
12457
+ "description": "whether to show an icon next to the environment text",
12458
+ "inheritedFrom": {
12459
+ "name": "EnvironmentIndicator",
12460
+ "module": "src/environment-indicator/environment-indicator.ts"
12461
+ }
12462
+ },
12463
+ {
12464
+ "name": "size",
12465
+ "type": {
12466
+ "text": "'sm' | 'lg'"
12467
+ },
12468
+ "default": "'sm'",
12469
+ "attribute": "size",
12470
+ "fieldName": "size",
12471
+ "description": "the size of the indicator. Can be 'sm' or 'lg'",
12472
+ "inheritedFrom": {
12473
+ "name": "EnvironmentIndicator",
12474
+ "module": "src/environment-indicator/environment-indicator.ts"
12475
+ }
12476
+ },
12477
+ {
12478
+ "name": "background-color",
12479
+ "type": {
12480
+ "text": "string"
12481
+ },
12482
+ "attribute": "background-color",
12483
+ "fieldName": "backgroundColor",
12484
+ "description": "the background color of the indicator",
12485
+ "inheritedFrom": {
12486
+ "name": "EnvironmentIndicator",
12487
+ "module": "src/environment-indicator/environment-indicator.ts"
12488
+ }
12489
+ },
12490
+ {
12491
+ "name": "text-color",
12492
+ "type": {
12493
+ "text": "string"
12494
+ },
12495
+ "default": "'#ffffff'",
12496
+ "attribute": "text-color",
12497
+ "fieldName": "textColor",
12498
+ "description": "the text color of the indicator",
12499
+ "inheritedFrom": {
12500
+ "name": "EnvironmentIndicator",
12501
+ "module": "src/environment-indicator/environment-indicator.ts"
12502
+ }
12503
+ },
12504
+ {
12505
+ "name": "icon",
12506
+ "type": {
12507
+ "text": "string"
12508
+ },
12509
+ "default": "'check-circle'",
12510
+ "attribute": "icon",
12511
+ "fieldName": "icon",
12512
+ "description": "the icon to display",
12513
+ "inheritedFrom": {
12514
+ "name": "EnvironmentIndicator",
12515
+ "module": "src/environment-indicator/environment-indicator.ts"
12516
+ }
12517
+ }
12518
+ ],
12519
+ "members": [
12520
+ {
12521
+ "kind": "field",
12522
+ "name": "label",
12523
+ "type": {
12524
+ "text": "string"
12525
+ },
12526
+ "attribute": "label",
12527
+ "inheritedFrom": {
12528
+ "name": "EnvironmentIndicator",
12529
+ "module": "src/environment-indicator/environment-indicator.ts"
12530
+ }
12531
+ },
12532
+ {
12533
+ "kind": "field",
12534
+ "name": "showIcon",
12535
+ "type": {
12536
+ "text": "boolean"
12537
+ },
12538
+ "attribute": "show-icon",
12539
+ "inheritedFrom": {
12540
+ "name": "EnvironmentIndicator",
12541
+ "module": "src/environment-indicator/environment-indicator.ts"
12542
+ }
12543
+ },
12544
+ {
12545
+ "kind": "field",
12546
+ "name": "size",
12547
+ "type": {
12548
+ "text": "'sm' | 'lg'"
12549
+ },
12550
+ "default": "'sm'",
12551
+ "attribute": "size",
12552
+ "inheritedFrom": {
12553
+ "name": "EnvironmentIndicator",
12554
+ "module": "src/environment-indicator/environment-indicator.ts"
12555
+ }
12556
+ },
12557
+ {
12558
+ "kind": "field",
12559
+ "name": "backgroundColor",
12560
+ "type": {
12561
+ "text": "string"
12562
+ },
12563
+ "attribute": "background-color",
12564
+ "inheritedFrom": {
12565
+ "name": "EnvironmentIndicator",
12566
+ "module": "src/environment-indicator/environment-indicator.ts"
12567
+ }
12568
+ },
12569
+ {
12570
+ "kind": "field",
12571
+ "name": "textColor",
12572
+ "type": {
12573
+ "text": "string"
12574
+ },
12575
+ "default": "'#ffffff'",
12576
+ "attribute": "text-color",
12577
+ "inheritedFrom": {
12578
+ "name": "EnvironmentIndicator",
12579
+ "module": "src/environment-indicator/environment-indicator.ts"
12580
+ }
12581
+ },
12582
+ {
12583
+ "kind": "field",
12584
+ "name": "icon",
12585
+ "type": {
12586
+ "text": "string"
12587
+ },
12588
+ "default": "'check-circle'",
12589
+ "attribute": "icon",
12590
+ "inheritedFrom": {
12591
+ "name": "EnvironmentIndicator",
12592
+ "module": "src/environment-indicator/environment-indicator.ts"
12593
+ }
12594
+ },
12595
+ {
12596
+ "kind": "field",
12597
+ "name": "config",
12598
+ "type": {
12599
+ "text": "EnvironmentConfig"
12600
+ },
12601
+ "default": "{\n level: DEFAULT_ENVIRONMENT_LEVEL,\n showIcon: false,\n backgroundColor: '#2222ff',\n textColor: '#ffffff',\n label: 'DEFAULT',\n}",
12602
+ "description": "Current environment configuration",
12603
+ "inheritedFrom": {
12604
+ "name": "EnvironmentIndicator",
12605
+ "module": "src/environment-indicator/environment-indicator.ts"
12606
+ }
12607
+ },
12608
+ {
12609
+ "kind": "field",
12610
+ "name": "envConfigs",
12611
+ "type": {
12612
+ "text": "EnvironmentConfig[]"
12613
+ },
12614
+ "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: 'staging',\n showIcon: false,\n icon: 'flask',\n backgroundColor: '#ffd700',\n textColor: '#000000',\n label: 'STAGING',\n },\n {\n level: 'prod',\n showIcon: false,\n icon: 'check-circle',\n backgroundColor: '#28a745',\n label: 'PROD',\n },\n {\n level: 'test',\n showIcon: false,\n icon: 'vial',\n backgroundColor: '#17a2b8',\n label: 'TEST',\n },\n]",
12615
+ "description": "Environment configurations",
12616
+ "inheritedFrom": {
12617
+ "name": "EnvironmentIndicator",
12618
+ "module": "src/environment-indicator/environment-indicator.ts"
12619
+ }
12620
+ },
12621
+ {
12622
+ "kind": "method",
12623
+ "name": "envConfigsChanged",
12624
+ "inheritedFrom": {
12625
+ "name": "EnvironmentIndicator",
12626
+ "module": "src/environment-indicator/environment-indicator.ts"
12627
+ }
12628
+ },
12629
+ {
12630
+ "kind": "method",
12631
+ "name": "getAttributesConfig",
12632
+ "privacy": "private",
12633
+ "return": {
12634
+ "type": {
12635
+ "text": ""
12636
+ }
12637
+ },
12638
+ "description": "Helper function to get config from attributes",
12639
+ "inheritedFrom": {
12640
+ "name": "EnvironmentIndicator",
12641
+ "module": "src/environment-indicator/environment-indicator.ts"
12642
+ }
12643
+ },
12644
+ {
12645
+ "kind": "method",
12646
+ "name": "getEnvConfigByLevel",
12647
+ "return": {
12648
+ "type": {
12649
+ "text": "EnvironmentConfig"
12650
+ }
12651
+ },
12652
+ "inheritedFrom": {
12653
+ "name": "EnvironmentIndicator",
12654
+ "module": "src/environment-indicator/environment-indicator.ts"
12655
+ }
12656
+ },
12657
+ {
12658
+ "kind": "method",
12659
+ "name": "setEnvConfigs",
12660
+ "parameters": [
12661
+ {
12662
+ "name": "envConfigs",
12663
+ "type": {
12664
+ "text": "EnvironmentConfig[]"
12665
+ },
12666
+ "description": "the environment configurations"
12667
+ }
12668
+ ],
12669
+ "description": "Set environment configurations",
12670
+ "inheritedFrom": {
12671
+ "name": "EnvironmentIndicator",
12672
+ "module": "src/environment-indicator/environment-indicator.ts"
12673
+ }
12674
+ },
12675
+ {
12676
+ "kind": "field",
12677
+ "name": "_presentation",
12678
+ "type": {
12679
+ "text": "ComponentPresentation | null | undefined"
12680
+ },
12681
+ "privacy": "private",
12682
+ "default": "void 0",
12683
+ "inheritedFrom": {
12684
+ "name": "FoundationElement",
12685
+ "module": "src/foundation-element/foundation-element.ts"
12686
+ }
12687
+ },
12688
+ {
12689
+ "kind": "field",
12690
+ "name": "$presentation",
12691
+ "type": {
12692
+ "text": "ComponentPresentation | null"
12693
+ },
12694
+ "privacy": "public",
12695
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
12696
+ "inheritedFrom": {
12697
+ "name": "FoundationElement",
12698
+ "module": "src/foundation-element/foundation-element.ts"
12699
+ }
12700
+ },
12701
+ {
12702
+ "kind": "field",
12703
+ "name": "template",
12704
+ "type": {
12705
+ "text": "ElementViewTemplate | void | null"
12706
+ },
12707
+ "privacy": "public",
12708
+ "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.",
12709
+ "inheritedFrom": {
12710
+ "name": "FoundationElement",
12711
+ "module": "src/foundation-element/foundation-element.ts"
12712
+ }
12713
+ },
12714
+ {
12715
+ "kind": "method",
12716
+ "name": "templateChanged",
12717
+ "privacy": "protected",
12718
+ "return": {
12719
+ "type": {
12720
+ "text": "void"
12721
+ }
12722
+ },
12723
+ "inheritedFrom": {
12724
+ "name": "FoundationElement",
12725
+ "module": "src/foundation-element/foundation-element.ts"
12726
+ }
12727
+ },
12728
+ {
12729
+ "kind": "field",
12730
+ "name": "styles",
12731
+ "type": {
12732
+ "text": "ElementStyles | void | null"
12733
+ },
12734
+ "privacy": "public",
12735
+ "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.",
12736
+ "inheritedFrom": {
12737
+ "name": "FoundationElement",
12738
+ "module": "src/foundation-element/foundation-element.ts"
12739
+ }
12740
+ },
12741
+ {
12742
+ "kind": "method",
12743
+ "name": "stylesChanged",
12744
+ "privacy": "protected",
12745
+ "return": {
12746
+ "type": {
12747
+ "text": "void"
12748
+ }
12749
+ },
12750
+ "inheritedFrom": {
12751
+ "name": "FoundationElement",
12752
+ "module": "src/foundation-element/foundation-element.ts"
12753
+ }
12754
+ },
12755
+ {
12756
+ "kind": "method",
12757
+ "name": "compose",
12758
+ "privacy": "public",
12759
+ "static": true,
12760
+ "return": {
12761
+ "type": {
12762
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
12763
+ }
12764
+ },
12765
+ "parameters": [
12766
+ {
12767
+ "name": "this",
12768
+ "type": {
12769
+ "text": "K"
12770
+ }
12771
+ },
12772
+ {
12773
+ "name": "elementDefinition",
12774
+ "type": {
12775
+ "text": "T"
12776
+ },
12777
+ "description": "The definition of the element to create the registry\nfunction for."
12778
+ }
12779
+ ],
12780
+ "description": "Defines an element registry function with a set of element definition defaults.",
12781
+ "inheritedFrom": {
12782
+ "name": "FoundationElement",
12783
+ "module": "src/foundation-element/foundation-element.ts"
12784
+ }
12785
+ }
12786
+ ]
12787
+ },
12788
+ {
12789
+ "kind": "variable",
12790
+ "name": "zeroEnvironmentIndicator",
12791
+ "description": "The zero Environment Indicator",
12792
+ "privacy": "public"
12793
+ }
12794
+ ],
12795
+ "exports": [
12796
+ {
12797
+ "kind": "js",
12798
+ "name": "EnvironmentIndicator",
12799
+ "declaration": {
12800
+ "name": "EnvironmentIndicator",
12801
+ "module": "src/environment-indicator/environment-indicator.ts"
12802
+ }
12803
+ },
12804
+ {
12805
+ "kind": "js",
12806
+ "name": "zeroEnvironmentIndicator",
12807
+ "declaration": {
12808
+ "name": "zeroEnvironmentIndicator",
12809
+ "module": "src/environment-indicator/environment-indicator.ts"
12810
+ }
12811
+ }
12812
+ ]
12813
+ },
12814
+ {
12815
+ "kind": "javascript-module",
12816
+ "path": "src/environment-indicator/index.ts",
12817
+ "declarations": [],
12818
+ "exports": [
12819
+ {
12820
+ "kind": "js",
12821
+ "name": "*",
12822
+ "declaration": {
12823
+ "name": "*",
12824
+ "package": "./environment-indicator"
12825
+ }
12826
+ },
12827
+ {
12828
+ "kind": "js",
12829
+ "name": "*",
12830
+ "declaration": {
12831
+ "name": "*",
12832
+ "package": "./environment-indicator.styles"
12833
+ }
12834
+ },
12835
+ {
12836
+ "kind": "js",
12837
+ "name": "zeroEnvironmentIndicatorTemplate",
12838
+ "declaration": {
12839
+ "name": "foundationEnvironmentIndicatorTemplate",
12840
+ "package": "@genesislcap/foundation-ui"
12841
+ }
12842
+ }
12843
+ ]
12844
+ },
12383
12845
  {
12384
12846
  "kind": "javascript-module",
12385
12847
  "path": "src/error-banner/error-banner.template.ts",
@@ -72,6 +72,15 @@ export declare const baseComponents: {
72
72
  zeroDisclosure: (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
  zeroDivider: (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
  zeroDropdownMenu: (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
+ zeroEnvironmentIndicator: (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
  zeroErrorBanner: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<{
76
85
  baseName: string;
77
86
  template: import("@microsoft/fast-element").ViewTemplate<import("./error-banner").ErrorBanner, any>;
@@ -1 +1 @@
1
- {"version":3,"file":"base-components.d.ts","sourceRoot":"","sources":["../../src/base-components.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,4BAA4B,CAAC;AAiF5D,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":"AAEA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,4BAA4B,CAAC;AAkF5D,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 zero Environment Indicator
9
+ *
10
+ * @public
11
+ * @remarks
12
+ * HTML Element: \<zero-environment-indicator\>
13
+ */
14
+ export declare const zeroEnvironmentIndicator: (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,wBAAwB;;;;;;;;+BAInC,CAAC"}
@@ -0,0 +1,9 @@
1
+ /**
2
+ * The zero Environment Indicator styles
3
+ *
4
+ * @public
5
+ * @remarks
6
+ * HTML Element: \<zero-environment-indicator\>
7
+ */
8
+ export declare const zeroEnvironmentIndicatorStyles: import("@microsoft/fast-element").ElementStyles;
9
+ //# 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;;;;;;GAMG;AACH,eAAO,MAAM,8BAA8B,iDAE1C,CAAC"}
@@ -0,0 +1,4 @@
1
+ export * from './environment-indicator';
2
+ export * from './environment-indicator.styles';
3
+ export { foundationEnvironmentIndicatorTemplate as zeroEnvironmentIndicatorTemplate } 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,gCAAgC,EAAE,MAAM,4BAA4B,CAAC"}
@@ -27,6 +27,7 @@ export * from './dialog';
27
27
  export * from './disclosure';
28
28
  export * from './divider';
29
29
  export * from './dropdown-menu';
30
+ export * from './environment-indicator';
30
31
  export * from './error-banner';
31
32
  export * from './error-boundary';
32
33
  export * from './error-dialog';
@@ -66,6 +67,7 @@ export * from './slider';
66
67
  export * from './slider-label';
67
68
  export * from './snackbar';
68
69
  export * from './stacking-icons';
70
+ export * from './status-pill';
69
71
  export * from './stepper';
70
72
  export * from './stepper-tab';
71
73
  export * from './stepper-tab-panel';
@@ -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;AAE/C,eAAO,MAAM,wBAAwB,yDAAuD,CAAC;AAE7F,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,aAAa,CAAC;AAC5B,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,gBAAgB,CAAC;AAC/B,cAAc,kBAAkB,CAAC;AACjC,cAAc,gBAAgB,CAAC;AAC/B,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,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,kBAAkB,CAAC;AACjC,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;AAE/C,eAAO,MAAM,wBAAwB,yDAAuD,CAAC;AAE7F,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,aAAa,CAAC;AAC5B,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,gBAAgB,CAAC;AAC/B,cAAc,kBAAkB,CAAC;AACjC,cAAc,gBAAgB,CAAC;AAC/B,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,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,kBAAkB,CAAC;AACjC,cAAc,eAAe,CAAC;AAC9B,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"}
@@ -23,6 +23,7 @@ import { zeroDialog } from './dialog';
23
23
  import { zeroDisclosure } from './disclosure';
24
24
  import { zeroDivider } from './divider';
25
25
  import { zeroDropdownMenu } from './dropdown-menu';
26
+ import { zeroEnvironmentIndicator } from './environment-indicator';
26
27
  import { zeroErrorBanner } from './error-banner';
27
28
  import { zeroErrorBoundary } from './error-boundary';
28
29
  import { zeroErrorDialog } from './error-dialog';
@@ -103,6 +104,7 @@ export const baseComponents = {
103
104
  zeroDisclosure,
104
105
  zeroDivider,
105
106
  zeroDropdownMenu,
107
+ zeroEnvironmentIndicator,
106
108
  zeroErrorBanner,
107
109
  zeroErrorBoundary,
108
110
  zeroErrorDialog,
@@ -0,0 +1,19 @@
1
+ import { EnvironmentIndicator as FoundationEnvironmentIndicator, foundationEnvironmentIndicatorTemplate as template, } from '@genesislcap/foundation-ui';
2
+ import { zeroEnvironmentIndicatorStyles as styles } from './environment-indicator.styles';
3
+ /**
4
+ * @tagname %%prefix%%-environment-indicator
5
+ */
6
+ export class EnvironmentIndicator extends FoundationEnvironmentIndicator {
7
+ }
8
+ /**
9
+ * The zero Environment Indicator
10
+ *
11
+ * @public
12
+ * @remarks
13
+ * HTML Element: \<zero-environment-indicator\>
14
+ */
15
+ export const zeroEnvironmentIndicator = EnvironmentIndicator.compose({
16
+ baseName: 'environment-indicator',
17
+ styles,
18
+ template,
19
+ });
@@ -0,0 +1,12 @@
1
+ import { environmentIndicatorStyles } from '@genesislcap/foundation-ui';
2
+ import { css } from '@microsoft/fast-element';
3
+ /**
4
+ * The zero Environment Indicator styles
5
+ *
6
+ * @public
7
+ * @remarks
8
+ * HTML Element: \<zero-environment-indicator\>
9
+ */
10
+ export const zeroEnvironmentIndicatorStyles = css `
11
+ ${environmentIndicatorStyles}
12
+ `;
@@ -0,0 +1,3 @@
1
+ export * from './environment-indicator';
2
+ export * from './environment-indicator.styles';
3
+ export { foundationEnvironmentIndicatorTemplate as zeroEnvironmentIndicatorTemplate } from '@genesislcap/foundation-ui';
package/dist/esm/index.js CHANGED
@@ -27,6 +27,7 @@ export * from './dialog';
27
27
  export * from './disclosure';
28
28
  export * from './divider';
29
29
  export * from './dropdown-menu';
30
+ export * from './environment-indicator';
30
31
  export * from './error-banner';
31
32
  export * from './error-boundary';
32
33
  export * from './error-dialog';
@@ -66,6 +67,7 @@ export * from './slider';
66
67
  export * from './slider-label';
67
68
  export * from './snackbar';
68
69
  export * from './stacking-icons';
70
+ export * from './status-pill';
69
71
  export * from './stepper';
70
72
  export * from './stepper-tab';
71
73
  export * from './stepper-tab-panel';
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.285.0",
4
+ "version": "14.285.2-alpha-a57a535.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -71,19 +71,19 @@
71
71
  },
72
72
  "devDependencies": {
73
73
  "@genesiscommunitysuccess/analyzer-import-alias-plugin": "^5.0.3",
74
- "@genesislcap/genx": "14.285.0",
75
- "@genesislcap/rollup-builder": "14.285.0",
76
- "@genesislcap/ts-builder": "14.285.0",
77
- "@genesislcap/uvu-playwright-builder": "14.285.0",
78
- "@genesislcap/vite-builder": "14.285.0",
79
- "@genesislcap/webpack-builder": "14.285.0",
74
+ "@genesislcap/genx": "14.285.2-alpha-a57a535.0",
75
+ "@genesislcap/rollup-builder": "14.285.2-alpha-a57a535.0",
76
+ "@genesislcap/ts-builder": "14.285.2-alpha-a57a535.0",
77
+ "@genesislcap/uvu-playwright-builder": "14.285.2-alpha-a57a535.0",
78
+ "@genesislcap/vite-builder": "14.285.2-alpha-a57a535.0",
79
+ "@genesislcap/webpack-builder": "14.285.2-alpha-a57a535.0",
80
80
  "rimraf": "^5.0.0"
81
81
  },
82
82
  "dependencies": {
83
- "@genesislcap/foundation-comms": "14.285.0",
84
- "@genesislcap/foundation-logger": "14.285.0",
85
- "@genesislcap/foundation-ui": "14.285.0",
86
- "@genesislcap/foundation-utils": "14.285.0",
83
+ "@genesislcap/foundation-comms": "14.285.2-alpha-a57a535.0",
84
+ "@genesislcap/foundation-logger": "14.285.2-alpha-a57a535.0",
85
+ "@genesislcap/foundation-ui": "14.285.2-alpha-a57a535.0",
86
+ "@genesislcap/foundation-utils": "14.285.2-alpha-a57a535.0",
87
87
  "@microsoft/fast-colors": "5.3.1",
88
88
  "@microsoft/fast-components": "2.30.6",
89
89
  "@microsoft/fast-element": "1.14.0",
@@ -100,5 +100,5 @@
100
100
  "access": "public"
101
101
  },
102
102
  "customElements": "dist/custom-elements.json",
103
- "gitHead": "45006991dfd619837fe3093077405efeb710c5cd"
103
+ "gitHead": "fde8ace8951fac4bb34cdad920272c5750f3e1af"
104
104
  }