@genesislcap/foundation-zero 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.
- package/dist/custom-elements.json +522 -1
- package/dist/dts/base-components.d.ts +9 -0
- package/dist/dts/base-components.d.ts.map +1 -1
- package/dist/dts/environment-indicator/environment-indicator.d.ts +23 -0
- package/dist/dts/environment-indicator/environment-indicator.d.ts.map +1 -0
- package/dist/dts/environment-indicator/environment-indicator.styles.d.ts +9 -0
- package/dist/dts/environment-indicator/environment-indicator.styles.d.ts.map +1 -0
- package/dist/dts/environment-indicator/index.d.ts +4 -0
- package/dist/dts/environment-indicator/index.d.ts.map +1 -0
- package/dist/dts/index.d.ts +1 -0
- package/dist/dts/index.d.ts.map +1 -1
- package/dist/esm/base-components.js +2 -0
- package/dist/esm/environment-indicator/environment-indicator.js +19 -0
- package/dist/esm/environment-indicator/environment-indicator.styles.js +12 -0
- package/dist/esm/environment-indicator/index.js +3 -0
- package/dist/esm/index.js +1 -0
- package/package.json +12 -12
|
@@ -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": "*",
|
|
@@ -12380,6 +12388,519 @@
|
|
|
12380
12388
|
}
|
|
12381
12389
|
]
|
|
12382
12390
|
},
|
|
12391
|
+
{
|
|
12392
|
+
"kind": "javascript-module",
|
|
12393
|
+
"path": "src/environment-indicator/environment-indicator.styles.ts",
|
|
12394
|
+
"declarations": [
|
|
12395
|
+
{
|
|
12396
|
+
"kind": "variable",
|
|
12397
|
+
"name": "zeroEnvironmentIndicatorStyles",
|
|
12398
|
+
"default": "css`\n ${environmentIndicatorStyles}\n`",
|
|
12399
|
+
"description": "The zero Environment Indicator styles",
|
|
12400
|
+
"privacy": "public"
|
|
12401
|
+
}
|
|
12402
|
+
],
|
|
12403
|
+
"exports": [
|
|
12404
|
+
{
|
|
12405
|
+
"kind": "js",
|
|
12406
|
+
"name": "zeroEnvironmentIndicatorStyles",
|
|
12407
|
+
"declaration": {
|
|
12408
|
+
"name": "zeroEnvironmentIndicatorStyles",
|
|
12409
|
+
"module": "src/environment-indicator/environment-indicator.styles.ts"
|
|
12410
|
+
}
|
|
12411
|
+
}
|
|
12412
|
+
]
|
|
12413
|
+
},
|
|
12414
|
+
{
|
|
12415
|
+
"kind": "javascript-module",
|
|
12416
|
+
"path": "src/environment-indicator/environment-indicator.ts",
|
|
12417
|
+
"declarations": [
|
|
12418
|
+
{
|
|
12419
|
+
"kind": "class",
|
|
12420
|
+
"description": "",
|
|
12421
|
+
"name": "EnvironmentIndicator",
|
|
12422
|
+
"superclass": {
|
|
12423
|
+
"name": "FoundationEnvironmentIndicator",
|
|
12424
|
+
"package": "@genesislcap/foundation-ui"
|
|
12425
|
+
},
|
|
12426
|
+
"tagName": "%%prefix%%-environment-indicator",
|
|
12427
|
+
"customElement": true,
|
|
12428
|
+
"attributes": [
|
|
12429
|
+
{
|
|
12430
|
+
"name": "level",
|
|
12431
|
+
"type": {
|
|
12432
|
+
"text": "string"
|
|
12433
|
+
},
|
|
12434
|
+
"attribute": "level",
|
|
12435
|
+
"fieldName": "level",
|
|
12436
|
+
"description": "the environment level to display",
|
|
12437
|
+
"inheritedFrom": {
|
|
12438
|
+
"name": "EnvironmentIndicator",
|
|
12439
|
+
"module": "src/environment-indicator/environment-indicator.ts"
|
|
12440
|
+
}
|
|
12441
|
+
},
|
|
12442
|
+
{
|
|
12443
|
+
"name": "label",
|
|
12444
|
+
"type": {
|
|
12445
|
+
"text": "string"
|
|
12446
|
+
},
|
|
12447
|
+
"attribute": "label",
|
|
12448
|
+
"fieldName": "label",
|
|
12449
|
+
"description": "the label to display",
|
|
12450
|
+
"inheritedFrom": {
|
|
12451
|
+
"name": "EnvironmentIndicator",
|
|
12452
|
+
"module": "src/environment-indicator/environment-indicator.ts"
|
|
12453
|
+
}
|
|
12454
|
+
},
|
|
12455
|
+
{
|
|
12456
|
+
"name": "show-icon",
|
|
12457
|
+
"type": {
|
|
12458
|
+
"text": "boolean"
|
|
12459
|
+
},
|
|
12460
|
+
"attribute": "show-icon",
|
|
12461
|
+
"fieldName": "showIcon",
|
|
12462
|
+
"description": "whether to show an icon next to the environment text",
|
|
12463
|
+
"inheritedFrom": {
|
|
12464
|
+
"name": "EnvironmentIndicator",
|
|
12465
|
+
"module": "src/environment-indicator/environment-indicator.ts"
|
|
12466
|
+
}
|
|
12467
|
+
},
|
|
12468
|
+
{
|
|
12469
|
+
"name": "size",
|
|
12470
|
+
"type": {
|
|
12471
|
+
"text": "'sm' | 'lg'"
|
|
12472
|
+
},
|
|
12473
|
+
"default": "'sm'",
|
|
12474
|
+
"attribute": "size",
|
|
12475
|
+
"fieldName": "size",
|
|
12476
|
+
"description": "the size of the indicator. Can be 'sm' or 'lg'",
|
|
12477
|
+
"inheritedFrom": {
|
|
12478
|
+
"name": "EnvironmentIndicator",
|
|
12479
|
+
"module": "src/environment-indicator/environment-indicator.ts"
|
|
12480
|
+
}
|
|
12481
|
+
},
|
|
12482
|
+
{
|
|
12483
|
+
"name": "background-color",
|
|
12484
|
+
"type": {
|
|
12485
|
+
"text": "string"
|
|
12486
|
+
},
|
|
12487
|
+
"attribute": "background-color",
|
|
12488
|
+
"fieldName": "backgroundColor",
|
|
12489
|
+
"description": "the background color of the indicator",
|
|
12490
|
+
"inheritedFrom": {
|
|
12491
|
+
"name": "EnvironmentIndicator",
|
|
12492
|
+
"module": "src/environment-indicator/environment-indicator.ts"
|
|
12493
|
+
}
|
|
12494
|
+
},
|
|
12495
|
+
{
|
|
12496
|
+
"name": "text-color",
|
|
12497
|
+
"type": {
|
|
12498
|
+
"text": "string"
|
|
12499
|
+
},
|
|
12500
|
+
"default": "'#ffffff'",
|
|
12501
|
+
"attribute": "text-color",
|
|
12502
|
+
"fieldName": "textColor",
|
|
12503
|
+
"description": "the text color of the indicator",
|
|
12504
|
+
"inheritedFrom": {
|
|
12505
|
+
"name": "EnvironmentIndicator",
|
|
12506
|
+
"module": "src/environment-indicator/environment-indicator.ts"
|
|
12507
|
+
}
|
|
12508
|
+
},
|
|
12509
|
+
{
|
|
12510
|
+
"name": "icon",
|
|
12511
|
+
"type": {
|
|
12512
|
+
"text": "string"
|
|
12513
|
+
},
|
|
12514
|
+
"default": "'check-circle'",
|
|
12515
|
+
"attribute": "icon",
|
|
12516
|
+
"fieldName": "icon",
|
|
12517
|
+
"description": "the icon to display",
|
|
12518
|
+
"inheritedFrom": {
|
|
12519
|
+
"name": "EnvironmentIndicator",
|
|
12520
|
+
"module": "src/environment-indicator/environment-indicator.ts"
|
|
12521
|
+
}
|
|
12522
|
+
},
|
|
12523
|
+
{
|
|
12524
|
+
"name": "icon-size",
|
|
12525
|
+
"type": {
|
|
12526
|
+
"text": "FaSize"
|
|
12527
|
+
},
|
|
12528
|
+
"default": "'sm'",
|
|
12529
|
+
"attribute": "icon-size",
|
|
12530
|
+
"fieldName": "iconSize",
|
|
12531
|
+
"description": "the size of the icon",
|
|
12532
|
+
"inheritedFrom": {
|
|
12533
|
+
"name": "EnvironmentIndicator",
|
|
12534
|
+
"module": "src/environment-indicator/environment-indicator.ts"
|
|
12535
|
+
}
|
|
12536
|
+
}
|
|
12537
|
+
],
|
|
12538
|
+
"members": [
|
|
12539
|
+
{
|
|
12540
|
+
"kind": "field",
|
|
12541
|
+
"name": "level",
|
|
12542
|
+
"type": {
|
|
12543
|
+
"text": "string"
|
|
12544
|
+
},
|
|
12545
|
+
"attribute": "level",
|
|
12546
|
+
"inheritedFrom": {
|
|
12547
|
+
"name": "EnvironmentIndicator",
|
|
12548
|
+
"module": "src/environment-indicator/environment-indicator.ts"
|
|
12549
|
+
}
|
|
12550
|
+
},
|
|
12551
|
+
{
|
|
12552
|
+
"kind": "field",
|
|
12553
|
+
"name": "label",
|
|
12554
|
+
"type": {
|
|
12555
|
+
"text": "string"
|
|
12556
|
+
},
|
|
12557
|
+
"attribute": "label",
|
|
12558
|
+
"inheritedFrom": {
|
|
12559
|
+
"name": "EnvironmentIndicator",
|
|
12560
|
+
"module": "src/environment-indicator/environment-indicator.ts"
|
|
12561
|
+
}
|
|
12562
|
+
},
|
|
12563
|
+
{
|
|
12564
|
+
"kind": "field",
|
|
12565
|
+
"name": "showIcon",
|
|
12566
|
+
"type": {
|
|
12567
|
+
"text": "boolean"
|
|
12568
|
+
},
|
|
12569
|
+
"attribute": "show-icon",
|
|
12570
|
+
"inheritedFrom": {
|
|
12571
|
+
"name": "EnvironmentIndicator",
|
|
12572
|
+
"module": "src/environment-indicator/environment-indicator.ts"
|
|
12573
|
+
}
|
|
12574
|
+
},
|
|
12575
|
+
{
|
|
12576
|
+
"kind": "field",
|
|
12577
|
+
"name": "size",
|
|
12578
|
+
"type": {
|
|
12579
|
+
"text": "'sm' | 'lg'"
|
|
12580
|
+
},
|
|
12581
|
+
"default": "'sm'",
|
|
12582
|
+
"attribute": "size",
|
|
12583
|
+
"inheritedFrom": {
|
|
12584
|
+
"name": "EnvironmentIndicator",
|
|
12585
|
+
"module": "src/environment-indicator/environment-indicator.ts"
|
|
12586
|
+
}
|
|
12587
|
+
},
|
|
12588
|
+
{
|
|
12589
|
+
"kind": "field",
|
|
12590
|
+
"name": "backgroundColor",
|
|
12591
|
+
"type": {
|
|
12592
|
+
"text": "string"
|
|
12593
|
+
},
|
|
12594
|
+
"attribute": "background-color",
|
|
12595
|
+
"inheritedFrom": {
|
|
12596
|
+
"name": "EnvironmentIndicator",
|
|
12597
|
+
"module": "src/environment-indicator/environment-indicator.ts"
|
|
12598
|
+
}
|
|
12599
|
+
},
|
|
12600
|
+
{
|
|
12601
|
+
"kind": "field",
|
|
12602
|
+
"name": "textColor",
|
|
12603
|
+
"type": {
|
|
12604
|
+
"text": "string"
|
|
12605
|
+
},
|
|
12606
|
+
"default": "'#ffffff'",
|
|
12607
|
+
"attribute": "text-color",
|
|
12608
|
+
"inheritedFrom": {
|
|
12609
|
+
"name": "EnvironmentIndicator",
|
|
12610
|
+
"module": "src/environment-indicator/environment-indicator.ts"
|
|
12611
|
+
}
|
|
12612
|
+
},
|
|
12613
|
+
{
|
|
12614
|
+
"kind": "field",
|
|
12615
|
+
"name": "icon",
|
|
12616
|
+
"type": {
|
|
12617
|
+
"text": "string"
|
|
12618
|
+
},
|
|
12619
|
+
"default": "'check-circle'",
|
|
12620
|
+
"attribute": "icon",
|
|
12621
|
+
"inheritedFrom": {
|
|
12622
|
+
"name": "EnvironmentIndicator",
|
|
12623
|
+
"module": "src/environment-indicator/environment-indicator.ts"
|
|
12624
|
+
}
|
|
12625
|
+
},
|
|
12626
|
+
{
|
|
12627
|
+
"kind": "field",
|
|
12628
|
+
"name": "iconSize",
|
|
12629
|
+
"type": {
|
|
12630
|
+
"text": "FaSize"
|
|
12631
|
+
},
|
|
12632
|
+
"default": "'sm'",
|
|
12633
|
+
"attribute": "icon-size",
|
|
12634
|
+
"inheritedFrom": {
|
|
12635
|
+
"name": "EnvironmentIndicator",
|
|
12636
|
+
"module": "src/environment-indicator/environment-indicator.ts"
|
|
12637
|
+
}
|
|
12638
|
+
},
|
|
12639
|
+
{
|
|
12640
|
+
"kind": "field",
|
|
12641
|
+
"name": "config",
|
|
12642
|
+
"type": {
|
|
12643
|
+
"text": "EnvironmentConfig"
|
|
12644
|
+
},
|
|
12645
|
+
"default": "{\n level: DEFAULT_ENVIRONMENT_LEVEL,\n showIcon: false,\n iconSize: 'sm',\n backgroundColor: '#2222ff',\n textColor: '#ffffff',\n label: 'DEFAULT',\n}",
|
|
12646
|
+
"description": "Current environment configuration",
|
|
12647
|
+
"inheritedFrom": {
|
|
12648
|
+
"name": "EnvironmentIndicator",
|
|
12649
|
+
"module": "src/environment-indicator/environment-indicator.ts"
|
|
12650
|
+
}
|
|
12651
|
+
},
|
|
12652
|
+
{
|
|
12653
|
+
"kind": "field",
|
|
12654
|
+
"name": "envConfigs",
|
|
12655
|
+
"type": {
|
|
12656
|
+
"text": "EnvironmentConfig[]"
|
|
12657
|
+
},
|
|
12658
|
+
"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]",
|
|
12659
|
+
"description": "Environment configurations",
|
|
12660
|
+
"inheritedFrom": {
|
|
12661
|
+
"name": "EnvironmentIndicator",
|
|
12662
|
+
"module": "src/environment-indicator/environment-indicator.ts"
|
|
12663
|
+
}
|
|
12664
|
+
},
|
|
12665
|
+
{
|
|
12666
|
+
"kind": "method",
|
|
12667
|
+
"name": "envConfigsChanged",
|
|
12668
|
+
"inheritedFrom": {
|
|
12669
|
+
"name": "EnvironmentIndicator",
|
|
12670
|
+
"module": "src/environment-indicator/environment-indicator.ts"
|
|
12671
|
+
}
|
|
12672
|
+
},
|
|
12673
|
+
{
|
|
12674
|
+
"kind": "method",
|
|
12675
|
+
"name": "getAttributesConfig",
|
|
12676
|
+
"privacy": "private",
|
|
12677
|
+
"return": {
|
|
12678
|
+
"type": {
|
|
12679
|
+
"text": ""
|
|
12680
|
+
}
|
|
12681
|
+
},
|
|
12682
|
+
"description": "Helper function to get config from attributes",
|
|
12683
|
+
"inheritedFrom": {
|
|
12684
|
+
"name": "EnvironmentIndicator",
|
|
12685
|
+
"module": "src/environment-indicator/environment-indicator.ts"
|
|
12686
|
+
}
|
|
12687
|
+
},
|
|
12688
|
+
{
|
|
12689
|
+
"kind": "method",
|
|
12690
|
+
"name": "getCurrentEnvironmentLevel",
|
|
12691
|
+
"privacy": "private",
|
|
12692
|
+
"return": {
|
|
12693
|
+
"type": {
|
|
12694
|
+
"text": "string"
|
|
12695
|
+
}
|
|
12696
|
+
},
|
|
12697
|
+
"description": "Get the current environment level based on priority order",
|
|
12698
|
+
"inheritedFrom": {
|
|
12699
|
+
"name": "EnvironmentIndicator",
|
|
12700
|
+
"module": "src/environment-indicator/environment-indicator.ts"
|
|
12701
|
+
}
|
|
12702
|
+
},
|
|
12703
|
+
{
|
|
12704
|
+
"kind": "method",
|
|
12705
|
+
"name": "getEnvConfigByLevel",
|
|
12706
|
+
"return": {
|
|
12707
|
+
"type": {
|
|
12708
|
+
"text": "EnvironmentConfig"
|
|
12709
|
+
}
|
|
12710
|
+
},
|
|
12711
|
+
"inheritedFrom": {
|
|
12712
|
+
"name": "EnvironmentIndicator",
|
|
12713
|
+
"module": "src/environment-indicator/environment-indicator.ts"
|
|
12714
|
+
}
|
|
12715
|
+
},
|
|
12716
|
+
{
|
|
12717
|
+
"kind": "method",
|
|
12718
|
+
"name": "setEnvConfigs",
|
|
12719
|
+
"parameters": [
|
|
12720
|
+
{
|
|
12721
|
+
"name": "envConfigs",
|
|
12722
|
+
"type": {
|
|
12723
|
+
"text": "EnvironmentConfig[]"
|
|
12724
|
+
},
|
|
12725
|
+
"description": "the environment configurations"
|
|
12726
|
+
}
|
|
12727
|
+
],
|
|
12728
|
+
"description": "Set environment configurations",
|
|
12729
|
+
"inheritedFrom": {
|
|
12730
|
+
"name": "EnvironmentIndicator",
|
|
12731
|
+
"module": "src/environment-indicator/environment-indicator.ts"
|
|
12732
|
+
}
|
|
12733
|
+
},
|
|
12734
|
+
{
|
|
12735
|
+
"kind": "field",
|
|
12736
|
+
"name": "_presentation",
|
|
12737
|
+
"type": {
|
|
12738
|
+
"text": "ComponentPresentation | null | undefined"
|
|
12739
|
+
},
|
|
12740
|
+
"privacy": "private",
|
|
12741
|
+
"default": "void 0",
|
|
12742
|
+
"inheritedFrom": {
|
|
12743
|
+
"name": "FoundationElement",
|
|
12744
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
12745
|
+
}
|
|
12746
|
+
},
|
|
12747
|
+
{
|
|
12748
|
+
"kind": "field",
|
|
12749
|
+
"name": "$presentation",
|
|
12750
|
+
"type": {
|
|
12751
|
+
"text": "ComponentPresentation | null"
|
|
12752
|
+
},
|
|
12753
|
+
"privacy": "public",
|
|
12754
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
12755
|
+
"inheritedFrom": {
|
|
12756
|
+
"name": "FoundationElement",
|
|
12757
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
12758
|
+
}
|
|
12759
|
+
},
|
|
12760
|
+
{
|
|
12761
|
+
"kind": "field",
|
|
12762
|
+
"name": "template",
|
|
12763
|
+
"type": {
|
|
12764
|
+
"text": "ElementViewTemplate | void | null"
|
|
12765
|
+
},
|
|
12766
|
+
"privacy": "public",
|
|
12767
|
+
"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.",
|
|
12768
|
+
"inheritedFrom": {
|
|
12769
|
+
"name": "FoundationElement",
|
|
12770
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
12771
|
+
}
|
|
12772
|
+
},
|
|
12773
|
+
{
|
|
12774
|
+
"kind": "method",
|
|
12775
|
+
"name": "templateChanged",
|
|
12776
|
+
"privacy": "protected",
|
|
12777
|
+
"return": {
|
|
12778
|
+
"type": {
|
|
12779
|
+
"text": "void"
|
|
12780
|
+
}
|
|
12781
|
+
},
|
|
12782
|
+
"inheritedFrom": {
|
|
12783
|
+
"name": "FoundationElement",
|
|
12784
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
12785
|
+
}
|
|
12786
|
+
},
|
|
12787
|
+
{
|
|
12788
|
+
"kind": "field",
|
|
12789
|
+
"name": "styles",
|
|
12790
|
+
"type": {
|
|
12791
|
+
"text": "ElementStyles | void | null"
|
|
12792
|
+
},
|
|
12793
|
+
"privacy": "public",
|
|
12794
|
+
"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.",
|
|
12795
|
+
"inheritedFrom": {
|
|
12796
|
+
"name": "FoundationElement",
|
|
12797
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
12798
|
+
}
|
|
12799
|
+
},
|
|
12800
|
+
{
|
|
12801
|
+
"kind": "method",
|
|
12802
|
+
"name": "stylesChanged",
|
|
12803
|
+
"privacy": "protected",
|
|
12804
|
+
"return": {
|
|
12805
|
+
"type": {
|
|
12806
|
+
"text": "void"
|
|
12807
|
+
}
|
|
12808
|
+
},
|
|
12809
|
+
"inheritedFrom": {
|
|
12810
|
+
"name": "FoundationElement",
|
|
12811
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
12812
|
+
}
|
|
12813
|
+
},
|
|
12814
|
+
{
|
|
12815
|
+
"kind": "method",
|
|
12816
|
+
"name": "compose",
|
|
12817
|
+
"privacy": "public",
|
|
12818
|
+
"static": true,
|
|
12819
|
+
"return": {
|
|
12820
|
+
"type": {
|
|
12821
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
12822
|
+
}
|
|
12823
|
+
},
|
|
12824
|
+
"parameters": [
|
|
12825
|
+
{
|
|
12826
|
+
"name": "this",
|
|
12827
|
+
"type": {
|
|
12828
|
+
"text": "K"
|
|
12829
|
+
}
|
|
12830
|
+
},
|
|
12831
|
+
{
|
|
12832
|
+
"name": "elementDefinition",
|
|
12833
|
+
"type": {
|
|
12834
|
+
"text": "T"
|
|
12835
|
+
},
|
|
12836
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
12837
|
+
}
|
|
12838
|
+
],
|
|
12839
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
12840
|
+
"inheritedFrom": {
|
|
12841
|
+
"name": "FoundationElement",
|
|
12842
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
12843
|
+
}
|
|
12844
|
+
}
|
|
12845
|
+
]
|
|
12846
|
+
},
|
|
12847
|
+
{
|
|
12848
|
+
"kind": "variable",
|
|
12849
|
+
"name": "zeroEnvironmentIndicator",
|
|
12850
|
+
"description": "The zero Environment Indicator",
|
|
12851
|
+
"privacy": "public"
|
|
12852
|
+
}
|
|
12853
|
+
],
|
|
12854
|
+
"exports": [
|
|
12855
|
+
{
|
|
12856
|
+
"kind": "js",
|
|
12857
|
+
"name": "EnvironmentIndicator",
|
|
12858
|
+
"declaration": {
|
|
12859
|
+
"name": "EnvironmentIndicator",
|
|
12860
|
+
"module": "src/environment-indicator/environment-indicator.ts"
|
|
12861
|
+
}
|
|
12862
|
+
},
|
|
12863
|
+
{
|
|
12864
|
+
"kind": "js",
|
|
12865
|
+
"name": "zeroEnvironmentIndicator",
|
|
12866
|
+
"declaration": {
|
|
12867
|
+
"name": "zeroEnvironmentIndicator",
|
|
12868
|
+
"module": "src/environment-indicator/environment-indicator.ts"
|
|
12869
|
+
}
|
|
12870
|
+
}
|
|
12871
|
+
]
|
|
12872
|
+
},
|
|
12873
|
+
{
|
|
12874
|
+
"kind": "javascript-module",
|
|
12875
|
+
"path": "src/environment-indicator/index.ts",
|
|
12876
|
+
"declarations": [],
|
|
12877
|
+
"exports": [
|
|
12878
|
+
{
|
|
12879
|
+
"kind": "js",
|
|
12880
|
+
"name": "*",
|
|
12881
|
+
"declaration": {
|
|
12882
|
+
"name": "*",
|
|
12883
|
+
"package": "./environment-indicator"
|
|
12884
|
+
}
|
|
12885
|
+
},
|
|
12886
|
+
{
|
|
12887
|
+
"kind": "js",
|
|
12888
|
+
"name": "*",
|
|
12889
|
+
"declaration": {
|
|
12890
|
+
"name": "*",
|
|
12891
|
+
"package": "./environment-indicator.styles"
|
|
12892
|
+
}
|
|
12893
|
+
},
|
|
12894
|
+
{
|
|
12895
|
+
"kind": "js",
|
|
12896
|
+
"name": "zeroEnvironmentIndicatorTemplate",
|
|
12897
|
+
"declaration": {
|
|
12898
|
+
"name": "foundationEnvironmentIndicatorTemplate",
|
|
12899
|
+
"package": "@genesislcap/foundation-ui"
|
|
12900
|
+
}
|
|
12901
|
+
}
|
|
12902
|
+
]
|
|
12903
|
+
},
|
|
12383
12904
|
{
|
|
12384
12905
|
"kind": "javascript-module",
|
|
12385
12906
|
"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;
|
|
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 @@
|
|
|
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"}
|
package/dist/dts/index.d.ts
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';
|
package/dist/dts/index.d.ts.map
CHANGED
|
@@ -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,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
|
+
`;
|
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';
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/foundation-zero",
|
|
3
3
|
"description": "Genesis Foundation Zero Design System",
|
|
4
|
-
"version": "14.
|
|
4
|
+
"version": "14.292.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.
|
|
75
|
-
"@genesislcap/rollup-builder": "14.
|
|
76
|
-
"@genesislcap/ts-builder": "14.
|
|
77
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
78
|
-
"@genesislcap/vite-builder": "14.
|
|
79
|
-
"@genesislcap/webpack-builder": "14.
|
|
74
|
+
"@genesislcap/genx": "14.292.0",
|
|
75
|
+
"@genesislcap/rollup-builder": "14.292.0",
|
|
76
|
+
"@genesislcap/ts-builder": "14.292.0",
|
|
77
|
+
"@genesislcap/uvu-playwright-builder": "14.292.0",
|
|
78
|
+
"@genesislcap/vite-builder": "14.292.0",
|
|
79
|
+
"@genesislcap/webpack-builder": "14.292.0",
|
|
80
80
|
"rimraf": "^5.0.0"
|
|
81
81
|
},
|
|
82
82
|
"dependencies": {
|
|
83
|
-
"@genesislcap/foundation-comms": "14.
|
|
84
|
-
"@genesislcap/foundation-logger": "14.
|
|
85
|
-
"@genesislcap/foundation-ui": "14.
|
|
86
|
-
"@genesislcap/foundation-utils": "14.
|
|
83
|
+
"@genesislcap/foundation-comms": "14.292.0",
|
|
84
|
+
"@genesislcap/foundation-logger": "14.292.0",
|
|
85
|
+
"@genesislcap/foundation-ui": "14.292.0",
|
|
86
|
+
"@genesislcap/foundation-utils": "14.292.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": "
|
|
103
|
+
"gitHead": "1f6610ae9f53c6ac06b8e2c4921bb6ff7a404902"
|
|
104
104
|
}
|