@genesislcap/foundation-ui 14.283.2 → 14.284.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 +730 -214
- package/dist/dts/base-components.d.ts +9 -0
- package/dist/dts/base-components.d.ts.map +1 -1
- package/dist/dts/index.d.ts +1 -0
- package/dist/dts/index.d.ts.map +1 -1
- package/dist/dts/status-pill/index.d.ts +4 -0
- package/dist/dts/status-pill/index.d.ts.map +1 -0
- package/dist/dts/status-pill/status-pill.d.ts +140 -0
- package/dist/dts/status-pill/status-pill.d.ts.map +1 -0
- package/dist/dts/status-pill/status-pill.styles.d.ts +2 -0
- package/dist/dts/status-pill/status-pill.styles.d.ts.map +1 -0
- package/dist/dts/status-pill/status-pill.template.d.ts +3 -0
- package/dist/dts/status-pill/status-pill.template.d.ts.map +1 -0
- package/dist/esm/base-components.js +2 -0
- package/dist/esm/index.js +1 -0
- package/dist/esm/status-pill/index.js +3 -0
- package/dist/esm/status-pill/status-pill.js +151 -0
- package/dist/esm/status-pill/status-pill.styles.js +36 -0
- package/dist/esm/status-pill/status-pill.template.js +33 -0
- package/package.json +18 -18
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"type": {
|
|
13
13
|
"text": "object"
|
|
14
14
|
},
|
|
15
|
-
"default": "{\n foundationAccordion,\n foundationAccordionItem,\n foundationActionsMenu,\n foundationAnchor,\n foundationAnchoredRegion,\n foundationAvatar,\n foundationBadge,\n foundationBanner,\n foundationBreadcrumb,\n foundationBreadcrumbItem,\n foundationButton,\n foundationCalendar,\n foundationCard,\n foundationCategorizedMultiselect,\n foundationCheckbox,\n foundationCombobox,\n foundationConnectionIndicator,\n foundationDataGrid,\n foundationDataGridCell,\n foundationDataGridRow,\n foundationDatePicker,\n foundationDesignSystemProvider,\n foundationDialog,\n foundationDisclosure,\n foundationDivider,\n foundationDropdownMenu,\n foundationErrorBanner,\n foundationErrorBoundary,\n foundationErrorDialog,\n foundationFileUpload,\n foundationFilter,\n foundationFilterBar,\n foundationFlexLayout,\n foundationFlipper,\n foundationFlyout,\n foundationGridLayout,\n foundationGridLayoutItem,\n foundationHorizontalScroll,\n foundationIcon,\n foundationListbox,\n foundationListboxOption,\n foundationMenu,\n foundationMenuItem,\n foundationModal,\n foundationMultiselect,\n foundationNumberField,\n foundationPopper,\n foundationProgress,\n foundationProgressRing,\n foundationRadio,\n foundationRadioGroup,\n foundationScheduler,\n foundationSchedulerCronBuilder,\n foundationSchedulerTimezone,\n foundationSearchBar,\n foundationSearchBarCombobox,\n foundationSegmentedControl,\n foundationSegmentedItem,\n foundationSelect,\n foundationSkeleton,\n foundationSlider,\n foundationSliderLabel,\n foundationSnackbar,\n foundationStackingIcons,\n foundationStepper,\n foundationStepperTab,\n foundationStepperTabPanel,\n foundationSwitch,\n foundationSystemHealthOverlay,\n foundationTab,\n foundationTabPanel,\n foundationTabs,\n foundationTextArea,\n foundationTextField,\n foundationToast,\n foundationToolbar,\n foundationTooltip,\n foundationTreeItem,\n foundationTreeView,\n foundationUrlInput,\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 foundationAccordion,\n foundationAccordionItem,\n foundationActionsMenu,\n foundationAnchor,\n foundationAnchoredRegion,\n foundationAvatar,\n foundationBadge,\n foundationBanner,\n foundationBreadcrumb,\n foundationBreadcrumbItem,\n foundationButton,\n foundationCalendar,\n foundationCard,\n foundationCategorizedMultiselect,\n foundationCheckbox,\n foundationCombobox,\n foundationConnectionIndicator,\n foundationDataGrid,\n foundationDataGridCell,\n foundationDataGridRow,\n foundationDatePicker,\n foundationDesignSystemProvider,\n foundationDialog,\n foundationDisclosure,\n foundationDivider,\n foundationDropdownMenu,\n foundationErrorBanner,\n foundationErrorBoundary,\n foundationErrorDialog,\n foundationFileUpload,\n foundationFilter,\n foundationFilterBar,\n foundationFlexLayout,\n foundationFlipper,\n foundationFlyout,\n foundationGridLayout,\n foundationGridLayoutItem,\n foundationHorizontalScroll,\n foundationIcon,\n foundationListbox,\n foundationListboxOption,\n foundationMenu,\n foundationMenuItem,\n foundationModal,\n foundationMultiselect,\n foundationNumberField,\n foundationPopper,\n foundationProgress,\n foundationProgressRing,\n foundationRadio,\n foundationRadioGroup,\n foundationScheduler,\n foundationSchedulerCronBuilder,\n foundationSchedulerTimezone,\n foundationSearchBar,\n foundationSearchBarCombobox,\n foundationSegmentedControl,\n foundationSegmentedItem,\n foundationSelect,\n foundationSkeleton,\n foundationSlider,\n foundationSliderLabel,\n foundationSnackbar,\n foundationStackingIcons,\n foundationStatusPill,\n foundationStepper,\n foundationStepperTab,\n foundationStepperTabPanel,\n foundationSwitch,\n foundationSystemHealthOverlay,\n foundationTab,\n foundationTabPanel,\n foundationTabs,\n foundationTextArea,\n foundationTextField,\n foundationToast,\n foundationToolbar,\n foundationTooltip,\n foundationTreeItem,\n foundationTreeView,\n foundationUrlInput,\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": [
|
|
@@ -652,6 +652,14 @@
|
|
|
652
652
|
"package": "./stacking-icons"
|
|
653
653
|
}
|
|
654
654
|
},
|
|
655
|
+
{
|
|
656
|
+
"kind": "js",
|
|
657
|
+
"name": "*",
|
|
658
|
+
"declaration": {
|
|
659
|
+
"name": "*",
|
|
660
|
+
"package": "./status-pill"
|
|
661
|
+
}
|
|
662
|
+
},
|
|
655
663
|
{
|
|
656
664
|
"kind": "js",
|
|
657
665
|
"name": "*",
|
|
@@ -913,219 +921,6 @@
|
|
|
913
921
|
}
|
|
914
922
|
]
|
|
915
923
|
},
|
|
916
|
-
{
|
|
917
|
-
"kind": "javascript-module",
|
|
918
|
-
"path": "src/_config/index.ts",
|
|
919
|
-
"declarations": [],
|
|
920
|
-
"exports": [
|
|
921
|
-
{
|
|
922
|
-
"kind": "js",
|
|
923
|
-
"name": "*",
|
|
924
|
-
"declaration": {
|
|
925
|
-
"name": "*",
|
|
926
|
-
"package": "./styles"
|
|
927
|
-
}
|
|
928
|
-
},
|
|
929
|
-
{
|
|
930
|
-
"kind": "js",
|
|
931
|
-
"name": "*",
|
|
932
|
-
"declaration": {
|
|
933
|
-
"name": "*",
|
|
934
|
-
"package": "./tokens"
|
|
935
|
-
}
|
|
936
|
-
},
|
|
937
|
-
{
|
|
938
|
-
"kind": "js",
|
|
939
|
-
"name": "*",
|
|
940
|
-
"declaration": {
|
|
941
|
-
"name": "*",
|
|
942
|
-
"package": "./values"
|
|
943
|
-
}
|
|
944
|
-
}
|
|
945
|
-
]
|
|
946
|
-
},
|
|
947
|
-
{
|
|
948
|
-
"kind": "javascript-module",
|
|
949
|
-
"path": "src/accordion/accordion.styles.ts",
|
|
950
|
-
"declarations": [
|
|
951
|
-
{
|
|
952
|
-
"kind": "function",
|
|
953
|
-
"name": "foundationAccordionStyles",
|
|
954
|
-
"return": {
|
|
955
|
-
"type": {
|
|
956
|
-
"text": "ElementStyles"
|
|
957
|
-
}
|
|
958
|
-
},
|
|
959
|
-
"parameters": [
|
|
960
|
-
{
|
|
961
|
-
"name": "context",
|
|
962
|
-
"type": {
|
|
963
|
-
"text": "ElementDefinitionContext"
|
|
964
|
-
}
|
|
965
|
-
},
|
|
966
|
-
{
|
|
967
|
-
"name": "definition",
|
|
968
|
-
"type": {
|
|
969
|
-
"text": "FoundationElementDefinition"
|
|
970
|
-
}
|
|
971
|
-
}
|
|
972
|
-
]
|
|
973
|
-
}
|
|
974
|
-
],
|
|
975
|
-
"exports": [
|
|
976
|
-
{
|
|
977
|
-
"kind": "js",
|
|
978
|
-
"name": "foundationAccordionStyles",
|
|
979
|
-
"declaration": {
|
|
980
|
-
"name": "foundationAccordionStyles",
|
|
981
|
-
"module": "src/accordion/accordion.styles.ts"
|
|
982
|
-
}
|
|
983
|
-
}
|
|
984
|
-
]
|
|
985
|
-
},
|
|
986
|
-
{
|
|
987
|
-
"kind": "javascript-module",
|
|
988
|
-
"path": "src/accordion/accordion.template.ts",
|
|
989
|
-
"declarations": [
|
|
990
|
-
{
|
|
991
|
-
"kind": "function",
|
|
992
|
-
"name": "foundationAccordionTemplate",
|
|
993
|
-
"return": {
|
|
994
|
-
"type": {
|
|
995
|
-
"text": "ViewTemplate<Accordion>"
|
|
996
|
-
}
|
|
997
|
-
},
|
|
998
|
-
"parameters": [
|
|
999
|
-
{
|
|
1000
|
-
"name": "context",
|
|
1001
|
-
"type": {
|
|
1002
|
-
"text": "ElementDefinitionContext"
|
|
1003
|
-
}
|
|
1004
|
-
},
|
|
1005
|
-
{
|
|
1006
|
-
"name": "definition",
|
|
1007
|
-
"type": {
|
|
1008
|
-
"text": "FoundationElementDefinition"
|
|
1009
|
-
}
|
|
1010
|
-
}
|
|
1011
|
-
]
|
|
1012
|
-
}
|
|
1013
|
-
],
|
|
1014
|
-
"exports": [
|
|
1015
|
-
{
|
|
1016
|
-
"kind": "js",
|
|
1017
|
-
"name": "foundationAccordionTemplate",
|
|
1018
|
-
"declaration": {
|
|
1019
|
-
"name": "foundationAccordionTemplate",
|
|
1020
|
-
"module": "src/accordion/accordion.template.ts"
|
|
1021
|
-
}
|
|
1022
|
-
}
|
|
1023
|
-
]
|
|
1024
|
-
},
|
|
1025
|
-
{
|
|
1026
|
-
"kind": "javascript-module",
|
|
1027
|
-
"path": "src/accordion/accordion.ts",
|
|
1028
|
-
"declarations": [
|
|
1029
|
-
{
|
|
1030
|
-
"kind": "class",
|
|
1031
|
-
"description": "",
|
|
1032
|
-
"name": "Accordion",
|
|
1033
|
-
"superclass": {
|
|
1034
|
-
"name": "FASTAccordion",
|
|
1035
|
-
"package": "@microsoft/fast-foundation"
|
|
1036
|
-
},
|
|
1037
|
-
"tagName": "%%prefix%%-accordion",
|
|
1038
|
-
"customElement": true
|
|
1039
|
-
},
|
|
1040
|
-
{
|
|
1041
|
-
"kind": "variable",
|
|
1042
|
-
"name": "foundationAccordionShadowOptions",
|
|
1043
|
-
"type": {
|
|
1044
|
-
"text": "ShadowRootInit"
|
|
1045
|
-
},
|
|
1046
|
-
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
1047
|
-
},
|
|
1048
|
-
{
|
|
1049
|
-
"kind": "variable",
|
|
1050
|
-
"name": "defaultAccordionConfig",
|
|
1051
|
-
"type": {
|
|
1052
|
-
"text": "object"
|
|
1053
|
-
},
|
|
1054
|
-
"default": "{}"
|
|
1055
|
-
},
|
|
1056
|
-
{
|
|
1057
|
-
"kind": "variable",
|
|
1058
|
-
"name": "foundationAccordion",
|
|
1059
|
-
"description": "The Foundation Accordion",
|
|
1060
|
-
"privacy": "public"
|
|
1061
|
-
}
|
|
1062
|
-
],
|
|
1063
|
-
"exports": [
|
|
1064
|
-
{
|
|
1065
|
-
"kind": "js",
|
|
1066
|
-
"name": "Accordion",
|
|
1067
|
-
"declaration": {
|
|
1068
|
-
"name": "Accordion",
|
|
1069
|
-
"module": "src/accordion/accordion.ts"
|
|
1070
|
-
}
|
|
1071
|
-
},
|
|
1072
|
-
{
|
|
1073
|
-
"kind": "js",
|
|
1074
|
-
"name": "foundationAccordionShadowOptions",
|
|
1075
|
-
"declaration": {
|
|
1076
|
-
"name": "foundationAccordionShadowOptions",
|
|
1077
|
-
"module": "src/accordion/accordion.ts"
|
|
1078
|
-
}
|
|
1079
|
-
},
|
|
1080
|
-
{
|
|
1081
|
-
"kind": "js",
|
|
1082
|
-
"name": "defaultAccordionConfig",
|
|
1083
|
-
"declaration": {
|
|
1084
|
-
"name": "defaultAccordionConfig",
|
|
1085
|
-
"module": "src/accordion/accordion.ts"
|
|
1086
|
-
}
|
|
1087
|
-
},
|
|
1088
|
-
{
|
|
1089
|
-
"kind": "js",
|
|
1090
|
-
"name": "foundationAccordion",
|
|
1091
|
-
"declaration": {
|
|
1092
|
-
"name": "foundationAccordion",
|
|
1093
|
-
"module": "src/accordion/accordion.ts"
|
|
1094
|
-
}
|
|
1095
|
-
}
|
|
1096
|
-
]
|
|
1097
|
-
},
|
|
1098
|
-
{
|
|
1099
|
-
"kind": "javascript-module",
|
|
1100
|
-
"path": "src/accordion/index.ts",
|
|
1101
|
-
"declarations": [],
|
|
1102
|
-
"exports": [
|
|
1103
|
-
{
|
|
1104
|
-
"kind": "js",
|
|
1105
|
-
"name": "*",
|
|
1106
|
-
"declaration": {
|
|
1107
|
-
"name": "*",
|
|
1108
|
-
"package": "./accordion.template"
|
|
1109
|
-
}
|
|
1110
|
-
},
|
|
1111
|
-
{
|
|
1112
|
-
"kind": "js",
|
|
1113
|
-
"name": "*",
|
|
1114
|
-
"declaration": {
|
|
1115
|
-
"name": "*",
|
|
1116
|
-
"package": "./accordion.styles"
|
|
1117
|
-
}
|
|
1118
|
-
},
|
|
1119
|
-
{
|
|
1120
|
-
"kind": "js",
|
|
1121
|
-
"name": "*",
|
|
1122
|
-
"declaration": {
|
|
1123
|
-
"name": "*",
|
|
1124
|
-
"package": "./accordion"
|
|
1125
|
-
}
|
|
1126
|
-
}
|
|
1127
|
-
]
|
|
1128
|
-
},
|
|
1129
924
|
{
|
|
1130
925
|
"kind": "javascript-module",
|
|
1131
926
|
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
@@ -1520,6 +1315,37 @@
|
|
|
1520
1315
|
}
|
|
1521
1316
|
]
|
|
1522
1317
|
},
|
|
1318
|
+
{
|
|
1319
|
+
"kind": "javascript-module",
|
|
1320
|
+
"path": "src/_config/index.ts",
|
|
1321
|
+
"declarations": [],
|
|
1322
|
+
"exports": [
|
|
1323
|
+
{
|
|
1324
|
+
"kind": "js",
|
|
1325
|
+
"name": "*",
|
|
1326
|
+
"declaration": {
|
|
1327
|
+
"name": "*",
|
|
1328
|
+
"package": "./styles"
|
|
1329
|
+
}
|
|
1330
|
+
},
|
|
1331
|
+
{
|
|
1332
|
+
"kind": "js",
|
|
1333
|
+
"name": "*",
|
|
1334
|
+
"declaration": {
|
|
1335
|
+
"name": "*",
|
|
1336
|
+
"package": "./tokens"
|
|
1337
|
+
}
|
|
1338
|
+
},
|
|
1339
|
+
{
|
|
1340
|
+
"kind": "js",
|
|
1341
|
+
"name": "*",
|
|
1342
|
+
"declaration": {
|
|
1343
|
+
"name": "*",
|
|
1344
|
+
"package": "./values"
|
|
1345
|
+
}
|
|
1346
|
+
}
|
|
1347
|
+
]
|
|
1348
|
+
},
|
|
1523
1349
|
{
|
|
1524
1350
|
"kind": "javascript-module",
|
|
1525
1351
|
"path": "src/actions-menu/actions-menu.styles.ts",
|
|
@@ -4189,6 +4015,188 @@
|
|
|
4189
4015
|
}
|
|
4190
4016
|
]
|
|
4191
4017
|
},
|
|
4018
|
+
{
|
|
4019
|
+
"kind": "javascript-module",
|
|
4020
|
+
"path": "src/accordion/accordion.styles.ts",
|
|
4021
|
+
"declarations": [
|
|
4022
|
+
{
|
|
4023
|
+
"kind": "function",
|
|
4024
|
+
"name": "foundationAccordionStyles",
|
|
4025
|
+
"return": {
|
|
4026
|
+
"type": {
|
|
4027
|
+
"text": "ElementStyles"
|
|
4028
|
+
}
|
|
4029
|
+
},
|
|
4030
|
+
"parameters": [
|
|
4031
|
+
{
|
|
4032
|
+
"name": "context",
|
|
4033
|
+
"type": {
|
|
4034
|
+
"text": "ElementDefinitionContext"
|
|
4035
|
+
}
|
|
4036
|
+
},
|
|
4037
|
+
{
|
|
4038
|
+
"name": "definition",
|
|
4039
|
+
"type": {
|
|
4040
|
+
"text": "FoundationElementDefinition"
|
|
4041
|
+
}
|
|
4042
|
+
}
|
|
4043
|
+
]
|
|
4044
|
+
}
|
|
4045
|
+
],
|
|
4046
|
+
"exports": [
|
|
4047
|
+
{
|
|
4048
|
+
"kind": "js",
|
|
4049
|
+
"name": "foundationAccordionStyles",
|
|
4050
|
+
"declaration": {
|
|
4051
|
+
"name": "foundationAccordionStyles",
|
|
4052
|
+
"module": "src/accordion/accordion.styles.ts"
|
|
4053
|
+
}
|
|
4054
|
+
}
|
|
4055
|
+
]
|
|
4056
|
+
},
|
|
4057
|
+
{
|
|
4058
|
+
"kind": "javascript-module",
|
|
4059
|
+
"path": "src/accordion/accordion.template.ts",
|
|
4060
|
+
"declarations": [
|
|
4061
|
+
{
|
|
4062
|
+
"kind": "function",
|
|
4063
|
+
"name": "foundationAccordionTemplate",
|
|
4064
|
+
"return": {
|
|
4065
|
+
"type": {
|
|
4066
|
+
"text": "ViewTemplate<Accordion>"
|
|
4067
|
+
}
|
|
4068
|
+
},
|
|
4069
|
+
"parameters": [
|
|
4070
|
+
{
|
|
4071
|
+
"name": "context",
|
|
4072
|
+
"type": {
|
|
4073
|
+
"text": "ElementDefinitionContext"
|
|
4074
|
+
}
|
|
4075
|
+
},
|
|
4076
|
+
{
|
|
4077
|
+
"name": "definition",
|
|
4078
|
+
"type": {
|
|
4079
|
+
"text": "FoundationElementDefinition"
|
|
4080
|
+
}
|
|
4081
|
+
}
|
|
4082
|
+
]
|
|
4083
|
+
}
|
|
4084
|
+
],
|
|
4085
|
+
"exports": [
|
|
4086
|
+
{
|
|
4087
|
+
"kind": "js",
|
|
4088
|
+
"name": "foundationAccordionTemplate",
|
|
4089
|
+
"declaration": {
|
|
4090
|
+
"name": "foundationAccordionTemplate",
|
|
4091
|
+
"module": "src/accordion/accordion.template.ts"
|
|
4092
|
+
}
|
|
4093
|
+
}
|
|
4094
|
+
]
|
|
4095
|
+
},
|
|
4096
|
+
{
|
|
4097
|
+
"kind": "javascript-module",
|
|
4098
|
+
"path": "src/accordion/accordion.ts",
|
|
4099
|
+
"declarations": [
|
|
4100
|
+
{
|
|
4101
|
+
"kind": "class",
|
|
4102
|
+
"description": "",
|
|
4103
|
+
"name": "Accordion",
|
|
4104
|
+
"superclass": {
|
|
4105
|
+
"name": "FASTAccordion",
|
|
4106
|
+
"package": "@microsoft/fast-foundation"
|
|
4107
|
+
},
|
|
4108
|
+
"tagName": "%%prefix%%-accordion",
|
|
4109
|
+
"customElement": true
|
|
4110
|
+
},
|
|
4111
|
+
{
|
|
4112
|
+
"kind": "variable",
|
|
4113
|
+
"name": "foundationAccordionShadowOptions",
|
|
4114
|
+
"type": {
|
|
4115
|
+
"text": "ShadowRootInit"
|
|
4116
|
+
},
|
|
4117
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
4118
|
+
},
|
|
4119
|
+
{
|
|
4120
|
+
"kind": "variable",
|
|
4121
|
+
"name": "defaultAccordionConfig",
|
|
4122
|
+
"type": {
|
|
4123
|
+
"text": "object"
|
|
4124
|
+
},
|
|
4125
|
+
"default": "{}"
|
|
4126
|
+
},
|
|
4127
|
+
{
|
|
4128
|
+
"kind": "variable",
|
|
4129
|
+
"name": "foundationAccordion",
|
|
4130
|
+
"description": "The Foundation Accordion",
|
|
4131
|
+
"privacy": "public"
|
|
4132
|
+
}
|
|
4133
|
+
],
|
|
4134
|
+
"exports": [
|
|
4135
|
+
{
|
|
4136
|
+
"kind": "js",
|
|
4137
|
+
"name": "Accordion",
|
|
4138
|
+
"declaration": {
|
|
4139
|
+
"name": "Accordion",
|
|
4140
|
+
"module": "src/accordion/accordion.ts"
|
|
4141
|
+
}
|
|
4142
|
+
},
|
|
4143
|
+
{
|
|
4144
|
+
"kind": "js",
|
|
4145
|
+
"name": "foundationAccordionShadowOptions",
|
|
4146
|
+
"declaration": {
|
|
4147
|
+
"name": "foundationAccordionShadowOptions",
|
|
4148
|
+
"module": "src/accordion/accordion.ts"
|
|
4149
|
+
}
|
|
4150
|
+
},
|
|
4151
|
+
{
|
|
4152
|
+
"kind": "js",
|
|
4153
|
+
"name": "defaultAccordionConfig",
|
|
4154
|
+
"declaration": {
|
|
4155
|
+
"name": "defaultAccordionConfig",
|
|
4156
|
+
"module": "src/accordion/accordion.ts"
|
|
4157
|
+
}
|
|
4158
|
+
},
|
|
4159
|
+
{
|
|
4160
|
+
"kind": "js",
|
|
4161
|
+
"name": "foundationAccordion",
|
|
4162
|
+
"declaration": {
|
|
4163
|
+
"name": "foundationAccordion",
|
|
4164
|
+
"module": "src/accordion/accordion.ts"
|
|
4165
|
+
}
|
|
4166
|
+
}
|
|
4167
|
+
]
|
|
4168
|
+
},
|
|
4169
|
+
{
|
|
4170
|
+
"kind": "javascript-module",
|
|
4171
|
+
"path": "src/accordion/index.ts",
|
|
4172
|
+
"declarations": [],
|
|
4173
|
+
"exports": [
|
|
4174
|
+
{
|
|
4175
|
+
"kind": "js",
|
|
4176
|
+
"name": "*",
|
|
4177
|
+
"declaration": {
|
|
4178
|
+
"name": "*",
|
|
4179
|
+
"package": "./accordion.template"
|
|
4180
|
+
}
|
|
4181
|
+
},
|
|
4182
|
+
{
|
|
4183
|
+
"kind": "js",
|
|
4184
|
+
"name": "*",
|
|
4185
|
+
"declaration": {
|
|
4186
|
+
"name": "*",
|
|
4187
|
+
"package": "./accordion.styles"
|
|
4188
|
+
}
|
|
4189
|
+
},
|
|
4190
|
+
{
|
|
4191
|
+
"kind": "js",
|
|
4192
|
+
"name": "*",
|
|
4193
|
+
"declaration": {
|
|
4194
|
+
"name": "*",
|
|
4195
|
+
"package": "./accordion"
|
|
4196
|
+
}
|
|
4197
|
+
}
|
|
4198
|
+
]
|
|
4199
|
+
},
|
|
4192
4200
|
{
|
|
4193
4201
|
"kind": "javascript-module",
|
|
4194
4202
|
"path": "src/avatar/avatar.styles.ts",
|
|
@@ -38795,6 +38803,514 @@
|
|
|
38795
38803
|
}
|
|
38796
38804
|
]
|
|
38797
38805
|
},
|
|
38806
|
+
{
|
|
38807
|
+
"kind": "javascript-module",
|
|
38808
|
+
"path": "src/status-pill/index.ts",
|
|
38809
|
+
"declarations": [],
|
|
38810
|
+
"exports": [
|
|
38811
|
+
{
|
|
38812
|
+
"kind": "js",
|
|
38813
|
+
"name": "*",
|
|
38814
|
+
"declaration": {
|
|
38815
|
+
"name": "*",
|
|
38816
|
+
"package": "./status-pill"
|
|
38817
|
+
}
|
|
38818
|
+
},
|
|
38819
|
+
{
|
|
38820
|
+
"kind": "js",
|
|
38821
|
+
"name": "*",
|
|
38822
|
+
"declaration": {
|
|
38823
|
+
"name": "*",
|
|
38824
|
+
"package": "./status-pill.styles"
|
|
38825
|
+
}
|
|
38826
|
+
},
|
|
38827
|
+
{
|
|
38828
|
+
"kind": "js",
|
|
38829
|
+
"name": "*",
|
|
38830
|
+
"declaration": {
|
|
38831
|
+
"name": "*",
|
|
38832
|
+
"package": "./status-pill.template"
|
|
38833
|
+
}
|
|
38834
|
+
}
|
|
38835
|
+
]
|
|
38836
|
+
},
|
|
38837
|
+
{
|
|
38838
|
+
"kind": "javascript-module",
|
|
38839
|
+
"path": "src/status-pill/status-pill.styles.ts",
|
|
38840
|
+
"declarations": [
|
|
38841
|
+
{
|
|
38842
|
+
"kind": "variable",
|
|
38843
|
+
"name": "statusPillStyles",
|
|
38844
|
+
"default": "css`\n .status-pill {\n font-size: 12px;\n display: inline-flex;\n align-items: center;\n gap: 5px;\n border-radius: 10px;\n height: 20px;\n background: grey;\n color: var(--neutral-foreground-rest);\n padding: 2px 8px;\n line-height: 1;\n }\n\n .status-pill.lg {\n height: 32px;\n border-radius: 16px;\n padding: 2px 12px;\n }\n\n .status-pill-initial {\n height: 14px;\n width: 14px;\n border-radius: 7px;\n font-weight: bold;\n font-size: 12px;\n display: flex;\n justify-content: center;\n align-items: center;\n }\n\n .status-pill-image {\n height: 14px;\n }\n`"
|
|
38845
|
+
}
|
|
38846
|
+
],
|
|
38847
|
+
"exports": [
|
|
38848
|
+
{
|
|
38849
|
+
"kind": "js",
|
|
38850
|
+
"name": "statusPillStyles",
|
|
38851
|
+
"declaration": {
|
|
38852
|
+
"name": "statusPillStyles",
|
|
38853
|
+
"module": "src/status-pill/status-pill.styles.ts"
|
|
38854
|
+
}
|
|
38855
|
+
}
|
|
38856
|
+
]
|
|
38857
|
+
},
|
|
38858
|
+
{
|
|
38859
|
+
"kind": "javascript-module",
|
|
38860
|
+
"path": "src/status-pill/status-pill.template.ts",
|
|
38861
|
+
"declarations": [
|
|
38862
|
+
{
|
|
38863
|
+
"kind": "variable",
|
|
38864
|
+
"name": "foundationStatusPillTemplate",
|
|
38865
|
+
"default": "html<StatusPill>`\n ${(x) => getPrefixedStatusPillTemplate(getPrefix(x))}\n`"
|
|
38866
|
+
}
|
|
38867
|
+
],
|
|
38868
|
+
"exports": [
|
|
38869
|
+
{
|
|
38870
|
+
"kind": "js",
|
|
38871
|
+
"name": "foundationStatusPillTemplate",
|
|
38872
|
+
"declaration": {
|
|
38873
|
+
"name": "foundationStatusPillTemplate",
|
|
38874
|
+
"module": "src/status-pill/status-pill.template.ts"
|
|
38875
|
+
}
|
|
38876
|
+
}
|
|
38877
|
+
]
|
|
38878
|
+
},
|
|
38879
|
+
{
|
|
38880
|
+
"kind": "javascript-module",
|
|
38881
|
+
"path": "src/status-pill/status-pill.ts",
|
|
38882
|
+
"declarations": [
|
|
38883
|
+
{
|
|
38884
|
+
"kind": "class",
|
|
38885
|
+
"description": "",
|
|
38886
|
+
"name": "StatusPill",
|
|
38887
|
+
"members": [
|
|
38888
|
+
{
|
|
38889
|
+
"kind": "field",
|
|
38890
|
+
"name": "backgroundColor",
|
|
38891
|
+
"type": {
|
|
38892
|
+
"text": "string"
|
|
38893
|
+
},
|
|
38894
|
+
"attribute": "background-color"
|
|
38895
|
+
},
|
|
38896
|
+
{
|
|
38897
|
+
"kind": "field",
|
|
38898
|
+
"name": "iconName",
|
|
38899
|
+
"type": {
|
|
38900
|
+
"text": "string"
|
|
38901
|
+
},
|
|
38902
|
+
"attribute": "icon-name"
|
|
38903
|
+
},
|
|
38904
|
+
{
|
|
38905
|
+
"kind": "field",
|
|
38906
|
+
"name": "iconSrc",
|
|
38907
|
+
"type": {
|
|
38908
|
+
"text": "string"
|
|
38909
|
+
},
|
|
38910
|
+
"attribute": "icon-src"
|
|
38911
|
+
},
|
|
38912
|
+
{
|
|
38913
|
+
"kind": "field",
|
|
38914
|
+
"name": "iconInitial",
|
|
38915
|
+
"type": {
|
|
38916
|
+
"text": "string"
|
|
38917
|
+
},
|
|
38918
|
+
"attribute": "icon-initial"
|
|
38919
|
+
},
|
|
38920
|
+
{
|
|
38921
|
+
"kind": "field",
|
|
38922
|
+
"name": "iconInitialBackgroundColor",
|
|
38923
|
+
"type": {
|
|
38924
|
+
"text": "string"
|
|
38925
|
+
},
|
|
38926
|
+
"attribute": "icon-initial"
|
|
38927
|
+
},
|
|
38928
|
+
{
|
|
38929
|
+
"kind": "field",
|
|
38930
|
+
"name": "iconSize",
|
|
38931
|
+
"type": {
|
|
38932
|
+
"text": "string"
|
|
38933
|
+
},
|
|
38934
|
+
"default": "'sm'",
|
|
38935
|
+
"attribute": "icon-size"
|
|
38936
|
+
},
|
|
38937
|
+
{
|
|
38938
|
+
"kind": "field",
|
|
38939
|
+
"name": "textColor",
|
|
38940
|
+
"type": {
|
|
38941
|
+
"text": "string"
|
|
38942
|
+
},
|
|
38943
|
+
"attribute": "large"
|
|
38944
|
+
},
|
|
38945
|
+
{
|
|
38946
|
+
"kind": "field",
|
|
38947
|
+
"name": "text",
|
|
38948
|
+
"type": {
|
|
38949
|
+
"text": "string"
|
|
38950
|
+
},
|
|
38951
|
+
"attribute": "text"
|
|
38952
|
+
},
|
|
38953
|
+
{
|
|
38954
|
+
"kind": "field",
|
|
38955
|
+
"name": "dateCountdown",
|
|
38956
|
+
"type": {
|
|
38957
|
+
"text": "number"
|
|
38958
|
+
},
|
|
38959
|
+
"attribute": "date-countdown"
|
|
38960
|
+
},
|
|
38961
|
+
{
|
|
38962
|
+
"kind": "field",
|
|
38963
|
+
"name": "dateCountdownCompletedMessage",
|
|
38964
|
+
"type": {
|
|
38965
|
+
"text": "string"
|
|
38966
|
+
},
|
|
38967
|
+
"default": "`Expired`",
|
|
38968
|
+
"attribute": "date-countdown-completed-message"
|
|
38969
|
+
},
|
|
38970
|
+
{
|
|
38971
|
+
"kind": "field",
|
|
38972
|
+
"name": "dateInterval",
|
|
38973
|
+
"privacy": "private"
|
|
38974
|
+
},
|
|
38975
|
+
{
|
|
38976
|
+
"kind": "method",
|
|
38977
|
+
"name": "setUpDateCountdown",
|
|
38978
|
+
"privacy": "private",
|
|
38979
|
+
"return": {
|
|
38980
|
+
"type": {
|
|
38981
|
+
"text": "void"
|
|
38982
|
+
}
|
|
38983
|
+
},
|
|
38984
|
+
"parameters": [
|
|
38985
|
+
{
|
|
38986
|
+
"name": "dateCountdown",
|
|
38987
|
+
"type": {
|
|
38988
|
+
"text": "number"
|
|
38989
|
+
}
|
|
38990
|
+
}
|
|
38991
|
+
]
|
|
38992
|
+
},
|
|
38993
|
+
{
|
|
38994
|
+
"kind": "method",
|
|
38995
|
+
"name": "updateCountdown",
|
|
38996
|
+
"privacy": "private",
|
|
38997
|
+
"parameters": [
|
|
38998
|
+
{
|
|
38999
|
+
"name": "targetDate",
|
|
39000
|
+
"type": {
|
|
39001
|
+
"text": "Date"
|
|
39002
|
+
}
|
|
39003
|
+
}
|
|
39004
|
+
]
|
|
39005
|
+
},
|
|
39006
|
+
{
|
|
39007
|
+
"kind": "method",
|
|
39008
|
+
"name": "clearCountdownTimer",
|
|
39009
|
+
"privacy": "private"
|
|
39010
|
+
},
|
|
39011
|
+
{
|
|
39012
|
+
"kind": "field",
|
|
39013
|
+
"name": "_presentation",
|
|
39014
|
+
"type": {
|
|
39015
|
+
"text": "ComponentPresentation | null | undefined"
|
|
39016
|
+
},
|
|
39017
|
+
"privacy": "private",
|
|
39018
|
+
"default": "void 0",
|
|
39019
|
+
"inheritedFrom": {
|
|
39020
|
+
"name": "FoundationElement",
|
|
39021
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
39022
|
+
}
|
|
39023
|
+
},
|
|
39024
|
+
{
|
|
39025
|
+
"kind": "field",
|
|
39026
|
+
"name": "$presentation",
|
|
39027
|
+
"type": {
|
|
39028
|
+
"text": "ComponentPresentation | null"
|
|
39029
|
+
},
|
|
39030
|
+
"privacy": "public",
|
|
39031
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
39032
|
+
"inheritedFrom": {
|
|
39033
|
+
"name": "FoundationElement",
|
|
39034
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
39035
|
+
}
|
|
39036
|
+
},
|
|
39037
|
+
{
|
|
39038
|
+
"kind": "field",
|
|
39039
|
+
"name": "template",
|
|
39040
|
+
"type": {
|
|
39041
|
+
"text": "ElementViewTemplate | void | null"
|
|
39042
|
+
},
|
|
39043
|
+
"privacy": "public",
|
|
39044
|
+
"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.",
|
|
39045
|
+
"inheritedFrom": {
|
|
39046
|
+
"name": "FoundationElement",
|
|
39047
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
39048
|
+
}
|
|
39049
|
+
},
|
|
39050
|
+
{
|
|
39051
|
+
"kind": "method",
|
|
39052
|
+
"name": "templateChanged",
|
|
39053
|
+
"privacy": "protected",
|
|
39054
|
+
"return": {
|
|
39055
|
+
"type": {
|
|
39056
|
+
"text": "void"
|
|
39057
|
+
}
|
|
39058
|
+
},
|
|
39059
|
+
"inheritedFrom": {
|
|
39060
|
+
"name": "FoundationElement",
|
|
39061
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
39062
|
+
}
|
|
39063
|
+
},
|
|
39064
|
+
{
|
|
39065
|
+
"kind": "field",
|
|
39066
|
+
"name": "styles",
|
|
39067
|
+
"type": {
|
|
39068
|
+
"text": "ElementStyles | void | null"
|
|
39069
|
+
},
|
|
39070
|
+
"privacy": "public",
|
|
39071
|
+
"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.",
|
|
39072
|
+
"inheritedFrom": {
|
|
39073
|
+
"name": "FoundationElement",
|
|
39074
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
39075
|
+
}
|
|
39076
|
+
},
|
|
39077
|
+
{
|
|
39078
|
+
"kind": "method",
|
|
39079
|
+
"name": "stylesChanged",
|
|
39080
|
+
"privacy": "protected",
|
|
39081
|
+
"return": {
|
|
39082
|
+
"type": {
|
|
39083
|
+
"text": "void"
|
|
39084
|
+
}
|
|
39085
|
+
},
|
|
39086
|
+
"inheritedFrom": {
|
|
39087
|
+
"name": "FoundationElement",
|
|
39088
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
39089
|
+
}
|
|
39090
|
+
},
|
|
39091
|
+
{
|
|
39092
|
+
"kind": "method",
|
|
39093
|
+
"name": "compose",
|
|
39094
|
+
"privacy": "public",
|
|
39095
|
+
"static": true,
|
|
39096
|
+
"return": {
|
|
39097
|
+
"type": {
|
|
39098
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
39099
|
+
}
|
|
39100
|
+
},
|
|
39101
|
+
"parameters": [
|
|
39102
|
+
{
|
|
39103
|
+
"name": "this",
|
|
39104
|
+
"type": {
|
|
39105
|
+
"text": "K"
|
|
39106
|
+
}
|
|
39107
|
+
},
|
|
39108
|
+
{
|
|
39109
|
+
"name": "elementDefinition",
|
|
39110
|
+
"type": {
|
|
39111
|
+
"text": "T"
|
|
39112
|
+
},
|
|
39113
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
39114
|
+
}
|
|
39115
|
+
],
|
|
39116
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
39117
|
+
"inheritedFrom": {
|
|
39118
|
+
"name": "FoundationElement",
|
|
39119
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
39120
|
+
}
|
|
39121
|
+
}
|
|
39122
|
+
],
|
|
39123
|
+
"attributes": [
|
|
39124
|
+
{
|
|
39125
|
+
"name": "background-color",
|
|
39126
|
+
"type": {
|
|
39127
|
+
"text": "string"
|
|
39128
|
+
},
|
|
39129
|
+
"fieldName": "backgroundColor",
|
|
39130
|
+
"description": "a valid hex, rgb or rgba color for the background fill color of the pill"
|
|
39131
|
+
},
|
|
39132
|
+
{
|
|
39133
|
+
"name": "icon-name",
|
|
39134
|
+
"type": {
|
|
39135
|
+
"text": "string"
|
|
39136
|
+
},
|
|
39137
|
+
"fieldName": "iconName",
|
|
39138
|
+
"description": "a string for the icon. Valid values are from the free set of font awesome icons which can be found here https://fontawesome.com/search?ic=free"
|
|
39139
|
+
},
|
|
39140
|
+
{
|
|
39141
|
+
"name": "icon-src",
|
|
39142
|
+
"type": {
|
|
39143
|
+
"text": "string"
|
|
39144
|
+
},
|
|
39145
|
+
"fieldName": "iconSrc",
|
|
39146
|
+
"description": "the src for an image. This can be used if the icon you want an icon that is not included in the free set of font awesome icons. Note, only svgs are recommended"
|
|
39147
|
+
},
|
|
39148
|
+
{
|
|
39149
|
+
"name": "icon-initial",
|
|
39150
|
+
"type": {
|
|
39151
|
+
"text": "string"
|
|
39152
|
+
},
|
|
39153
|
+
"fieldName": "iconInitialBackgroundColor",
|
|
39154
|
+
"description": "sets a circular background on an icon"
|
|
39155
|
+
},
|
|
39156
|
+
{
|
|
39157
|
+
"name": "icon-size",
|
|
39158
|
+
"type": {
|
|
39159
|
+
"text": "string"
|
|
39160
|
+
},
|
|
39161
|
+
"default": "'sm'",
|
|
39162
|
+
"fieldName": "iconSize",
|
|
39163
|
+
"description": "sets the size of the icon. Defaults to 'sm'. Can be one of any valid fa icon size, \"2xs\" | \"xs\" | \"sm\" | \"lg\" | \"xl\" | \"2xl\" | \"1x\" | \"2x\" | \"3x\" | \"4x\" | \"5x\" | \"6x\" | \"7x\" | \"8x\" | \"9x\" | \"10x\""
|
|
39164
|
+
},
|
|
39165
|
+
{
|
|
39166
|
+
"name": "large",
|
|
39167
|
+
"type": {
|
|
39168
|
+
"text": "string"
|
|
39169
|
+
},
|
|
39170
|
+
"fieldName": "textColor",
|
|
39171
|
+
"description": "a valid hex, rgb or rgba color for the color applied to text and icon."
|
|
39172
|
+
},
|
|
39173
|
+
{
|
|
39174
|
+
"name": "text",
|
|
39175
|
+
"type": {
|
|
39176
|
+
"text": "string"
|
|
39177
|
+
},
|
|
39178
|
+
"fieldName": "text",
|
|
39179
|
+
"description": "a string for the text shown at the end of the pill"
|
|
39180
|
+
},
|
|
39181
|
+
{
|
|
39182
|
+
"name": "date-countdown",
|
|
39183
|
+
"type": {
|
|
39184
|
+
"text": "number"
|
|
39185
|
+
},
|
|
39186
|
+
"fieldName": "dateCountdown",
|
|
39187
|
+
"description": "a date or timestamp that the pill will count down to"
|
|
39188
|
+
},
|
|
39189
|
+
{
|
|
39190
|
+
"name": "date-countdown-completed-message",
|
|
39191
|
+
"type": {
|
|
39192
|
+
"text": "string"
|
|
39193
|
+
},
|
|
39194
|
+
"default": "`Expired`",
|
|
39195
|
+
"fieldName": "dateCountdownCompletedMessage",
|
|
39196
|
+
"description": "the string that will be shown when the countdown is complete"
|
|
39197
|
+
},
|
|
39198
|
+
{
|
|
39199
|
+
"name": "background-color",
|
|
39200
|
+
"type": {
|
|
39201
|
+
"text": "string"
|
|
39202
|
+
},
|
|
39203
|
+
"attribute": "background-color",
|
|
39204
|
+
"fieldName": "backgroundColor"
|
|
39205
|
+
},
|
|
39206
|
+
{
|
|
39207
|
+
"name": "icon-name",
|
|
39208
|
+
"type": {
|
|
39209
|
+
"text": "string"
|
|
39210
|
+
},
|
|
39211
|
+
"attribute": "icon-name",
|
|
39212
|
+
"fieldName": "iconName"
|
|
39213
|
+
},
|
|
39214
|
+
{
|
|
39215
|
+
"name": "icon-src",
|
|
39216
|
+
"type": {
|
|
39217
|
+
"text": "string"
|
|
39218
|
+
},
|
|
39219
|
+
"attribute": "icon-src",
|
|
39220
|
+
"fieldName": "iconSrc"
|
|
39221
|
+
},
|
|
39222
|
+
{
|
|
39223
|
+
"name": "icon-initial",
|
|
39224
|
+
"type": {
|
|
39225
|
+
"text": "string"
|
|
39226
|
+
},
|
|
39227
|
+
"attribute": "icon-initial",
|
|
39228
|
+
"fieldName": "iconInitial"
|
|
39229
|
+
},
|
|
39230
|
+
{
|
|
39231
|
+
"name": "icon-initial-background-color",
|
|
39232
|
+
"type": {
|
|
39233
|
+
"text": "string"
|
|
39234
|
+
},
|
|
39235
|
+
"attribute": "icon-initial",
|
|
39236
|
+
"fieldName": "iconInitialBackgroundColor"
|
|
39237
|
+
},
|
|
39238
|
+
{
|
|
39239
|
+
"name": "icon-size",
|
|
39240
|
+
"type": {
|
|
39241
|
+
"text": "string"
|
|
39242
|
+
},
|
|
39243
|
+
"default": "'sm'",
|
|
39244
|
+
"attribute": "icon-size",
|
|
39245
|
+
"fieldName": "iconSize"
|
|
39246
|
+
},
|
|
39247
|
+
{
|
|
39248
|
+
"name": "text-color",
|
|
39249
|
+
"type": {
|
|
39250
|
+
"text": "string"
|
|
39251
|
+
},
|
|
39252
|
+
"attribute": "large",
|
|
39253
|
+
"fieldName": "textColor"
|
|
39254
|
+
},
|
|
39255
|
+
{
|
|
39256
|
+
"name": "text",
|
|
39257
|
+
"type": {
|
|
39258
|
+
"text": "string"
|
|
39259
|
+
},
|
|
39260
|
+
"attribute": "text",
|
|
39261
|
+
"fieldName": "text"
|
|
39262
|
+
},
|
|
39263
|
+
{
|
|
39264
|
+
"name": "date-countdown",
|
|
39265
|
+
"type": {
|
|
39266
|
+
"text": "number"
|
|
39267
|
+
},
|
|
39268
|
+
"attribute": "date-countdown",
|
|
39269
|
+
"fieldName": "dateCountdown"
|
|
39270
|
+
},
|
|
39271
|
+
{
|
|
39272
|
+
"name": "date-countdown-completed-message",
|
|
39273
|
+
"type": {
|
|
39274
|
+
"text": "string"
|
|
39275
|
+
},
|
|
39276
|
+
"default": "`Expired`",
|
|
39277
|
+
"attribute": "date-countdown-completed-message",
|
|
39278
|
+
"fieldName": "dateCountdownCompletedMessage"
|
|
39279
|
+
}
|
|
39280
|
+
],
|
|
39281
|
+
"superclass": {
|
|
39282
|
+
"name": "FoundationElement",
|
|
39283
|
+
"package": "@microsoft/fast-foundation"
|
|
39284
|
+
},
|
|
39285
|
+
"tagName": "%%prefix%%-status-pill",
|
|
39286
|
+
"customElement": true
|
|
39287
|
+
},
|
|
39288
|
+
{
|
|
39289
|
+
"kind": "variable",
|
|
39290
|
+
"name": "foundationStatusPill",
|
|
39291
|
+
"description": "The Foundation Status Pill",
|
|
39292
|
+
"privacy": "public"
|
|
39293
|
+
}
|
|
39294
|
+
],
|
|
39295
|
+
"exports": [
|
|
39296
|
+
{
|
|
39297
|
+
"kind": "js",
|
|
39298
|
+
"name": "StatusPill",
|
|
39299
|
+
"declaration": {
|
|
39300
|
+
"name": "StatusPill",
|
|
39301
|
+
"module": "src/status-pill/status-pill.ts"
|
|
39302
|
+
}
|
|
39303
|
+
},
|
|
39304
|
+
{
|
|
39305
|
+
"kind": "js",
|
|
39306
|
+
"name": "foundationStatusPill",
|
|
39307
|
+
"declaration": {
|
|
39308
|
+
"name": "foundationStatusPill",
|
|
39309
|
+
"module": "src/status-pill/status-pill.ts"
|
|
39310
|
+
}
|
|
39311
|
+
}
|
|
39312
|
+
]
|
|
39313
|
+
},
|
|
38798
39314
|
{
|
|
38799
39315
|
"kind": "javascript-module",
|
|
38800
39316
|
"path": "src/stepper/index.ts",
|