@genesislcap/foundation-ui 14.493.1-alpha-8ff3328.0 → 14.494.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 foundationAccordion,\n foundationAiCriteriaSearch,\n foundationAiIndicator,\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 foundationFileReader,\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 foundationOptgroup,\n foundationPill,\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 foundationEnvironmentIndicator,\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 foundationSectionNavigator,\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 foundationAiCriteriaSearch,\n foundationAiIndicator,\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 foundationFileReader,\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 foundationOptgroup,\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 foundationEnvironmentIndicator,\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 foundationSectionNavigator,\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": [
@@ -548,14 +548,6 @@
548
548
  "package": "./patterns"
549
549
  }
550
550
  },
551
- {
552
- "kind": "js",
553
- "name": "*",
554
- "declaration": {
555
- "name": "*",
556
- "package": "./pill"
557
- }
558
- },
559
551
  {
560
552
  "kind": "js",
561
553
  "name": "*",
@@ -38697,403 +38689,6 @@
38697
38689
  }
38698
38690
  ]
38699
38691
  },
38700
- {
38701
- "kind": "javascript-module",
38702
- "path": "src/pill/index.ts",
38703
- "declarations": [],
38704
- "exports": [
38705
- {
38706
- "kind": "js",
38707
- "name": "*",
38708
- "declaration": {
38709
- "name": "*",
38710
- "package": "./pill"
38711
- }
38712
- },
38713
- {
38714
- "kind": "js",
38715
- "name": "*",
38716
- "declaration": {
38717
- "name": "*",
38718
- "package": "./pill.styles"
38719
- }
38720
- },
38721
- {
38722
- "kind": "js",
38723
- "name": "*",
38724
- "declaration": {
38725
- "name": "*",
38726
- "package": "./pill.template"
38727
- }
38728
- }
38729
- ]
38730
- },
38731
- {
38732
- "kind": "javascript-module",
38733
- "path": "src/pill/pill.styles.ts",
38734
- "declarations": [
38735
- {
38736
- "kind": "variable",
38737
- "name": "pillStyles",
38738
- "default": "css`\n :host {\n --pill-fill: var(--neutral-fill-rest, #e5e5e5);\n --pill-fill-hover: var(--neutral-fill-hover, #d9d9d9);\n --pill-foreground: var(--neutral-foreground-rest, #1a1a1a);\n --pill-border-radius: 12px;\n\n display: inline-flex;\n }\n\n .pill {\n display: inline-flex;\n align-items: center;\n gap: 4px;\n height: 24px;\n padding: 0 4px 0 10px;\n border-radius: var(--pill-border-radius);\n background: var(--pill-fill);\n color: var(--pill-foreground);\n font-size: 12px;\n line-height: 1;\n }\n\n .pill[disabled] {\n opacity: 50%;\n }\n\n .pill-body {\n display: inline-flex;\n align-items: center;\n gap: 4px;\n border: none;\n background: transparent;\n color: inherit;\n font: inherit;\n padding: 0;\n cursor: pointer;\n }\n\n .pill-body:disabled {\n cursor: not-allowed;\n }\n\n .pill-label {\n font-weight: 600;\n white-space: nowrap;\n }\n\n .pill-value {\n white-space: nowrap;\n }\n\n .pill-remove {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n width: 16px;\n height: 16px;\n border: none;\n border-radius: 50%;\n background: transparent;\n color: inherit;\n cursor: pointer;\n padding: 0;\n }\n\n .pill-remove:hover {\n background: var(--pill-fill-hover);\n }\n\n .pill-remove:disabled {\n cursor: not-allowed;\n }\n`"
38739
- }
38740
- ],
38741
- "exports": [
38742
- {
38743
- "kind": "js",
38744
- "name": "pillStyles",
38745
- "declaration": {
38746
- "name": "pillStyles",
38747
- "module": "src/pill/pill.styles.ts"
38748
- }
38749
- }
38750
- ]
38751
- },
38752
- {
38753
- "kind": "javascript-module",
38754
- "path": "src/pill/pill.template.ts",
38755
- "declarations": [
38756
- {
38757
- "kind": "variable",
38758
- "name": "foundationPillTemplate",
38759
- "default": "html<Pill>`\n ${(x) => getPrefixedPillTemplate(getPrefix(x))}\n`"
38760
- }
38761
- ],
38762
- "exports": [
38763
- {
38764
- "kind": "js",
38765
- "name": "foundationPillTemplate",
38766
- "declaration": {
38767
- "name": "foundationPillTemplate",
38768
- "module": "src/pill/pill.template.ts"
38769
- }
38770
- }
38771
- ]
38772
- },
38773
- {
38774
- "kind": "javascript-module",
38775
- "path": "src/pill/pill.ts",
38776
- "declarations": [
38777
- {
38778
- "kind": "variable",
38779
- "name": "foundationPillShadowOptions",
38780
- "type": {
38781
- "text": "ShadowRootInit"
38782
- },
38783
- "default": "undefined"
38784
- },
38785
- {
38786
- "kind": "variable",
38787
- "name": "defaultPillConfig",
38788
- "type": {
38789
- "text": "object"
38790
- },
38791
- "default": "{}"
38792
- },
38793
- {
38794
- "kind": "class",
38795
- "description": "",
38796
- "name": "Pill",
38797
- "members": [
38798
- {
38799
- "kind": "field",
38800
- "name": "label",
38801
- "type": {
38802
- "text": "string"
38803
- },
38804
- "attribute": "label"
38805
- },
38806
- {
38807
- "kind": "field",
38808
- "name": "value",
38809
- "type": {
38810
- "text": "string"
38811
- },
38812
- "attribute": "value"
38813
- },
38814
- {
38815
- "kind": "field",
38816
- "name": "removable",
38817
- "type": {
38818
- "text": "boolean"
38819
- },
38820
- "default": "true",
38821
- "attribute": "removable"
38822
- },
38823
- {
38824
- "kind": "field",
38825
- "name": "disabled",
38826
- "type": {
38827
- "text": "boolean"
38828
- },
38829
- "default": "false",
38830
- "attribute": "disabled"
38831
- },
38832
- {
38833
- "kind": "method",
38834
- "name": "handleBodyClick",
38835
- "return": {
38836
- "type": {
38837
- "text": "void"
38838
- }
38839
- }
38840
- },
38841
- {
38842
- "kind": "method",
38843
- "name": "handleRemoveClick",
38844
- "return": {
38845
- "type": {
38846
- "text": "void"
38847
- }
38848
- },
38849
- "parameters": [
38850
- {
38851
- "name": "event",
38852
- "type": {
38853
- "text": "Event"
38854
- }
38855
- }
38856
- ]
38857
- },
38858
- {
38859
- "kind": "field",
38860
- "name": "_presentation",
38861
- "type": {
38862
- "text": "ComponentPresentation | null | undefined"
38863
- },
38864
- "privacy": "private",
38865
- "default": "void 0",
38866
- "inheritedFrom": {
38867
- "name": "FoundationElement",
38868
- "module": "src/foundation-element/foundation-element.ts"
38869
- }
38870
- },
38871
- {
38872
- "kind": "field",
38873
- "name": "$presentation",
38874
- "type": {
38875
- "text": "ComponentPresentation | null"
38876
- },
38877
- "privacy": "public",
38878
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
38879
- "inheritedFrom": {
38880
- "name": "FoundationElement",
38881
- "module": "src/foundation-element/foundation-element.ts"
38882
- }
38883
- },
38884
- {
38885
- "kind": "field",
38886
- "name": "template",
38887
- "type": {
38888
- "text": "ElementViewTemplate | void | null"
38889
- },
38890
- "privacy": "public",
38891
- "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.",
38892
- "inheritedFrom": {
38893
- "name": "FoundationElement",
38894
- "module": "src/foundation-element/foundation-element.ts"
38895
- }
38896
- },
38897
- {
38898
- "kind": "method",
38899
- "name": "templateChanged",
38900
- "privacy": "protected",
38901
- "return": {
38902
- "type": {
38903
- "text": "void"
38904
- }
38905
- },
38906
- "inheritedFrom": {
38907
- "name": "FoundationElement",
38908
- "module": "src/foundation-element/foundation-element.ts"
38909
- }
38910
- },
38911
- {
38912
- "kind": "field",
38913
- "name": "styles",
38914
- "type": {
38915
- "text": "ElementStyles | void | null"
38916
- },
38917
- "privacy": "public",
38918
- "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.",
38919
- "inheritedFrom": {
38920
- "name": "FoundationElement",
38921
- "module": "src/foundation-element/foundation-element.ts"
38922
- }
38923
- },
38924
- {
38925
- "kind": "method",
38926
- "name": "stylesChanged",
38927
- "privacy": "protected",
38928
- "return": {
38929
- "type": {
38930
- "text": "void"
38931
- }
38932
- },
38933
- "inheritedFrom": {
38934
- "name": "FoundationElement",
38935
- "module": "src/foundation-element/foundation-element.ts"
38936
- }
38937
- },
38938
- {
38939
- "kind": "method",
38940
- "name": "compose",
38941
- "privacy": "public",
38942
- "static": true,
38943
- "return": {
38944
- "type": {
38945
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
38946
- }
38947
- },
38948
- "parameters": [
38949
- {
38950
- "name": "this",
38951
- "type": {
38952
- "text": "K"
38953
- }
38954
- },
38955
- {
38956
- "name": "elementDefinition",
38957
- "type": {
38958
- "text": "T"
38959
- },
38960
- "description": "The definition of the element to create the registry\nfunction for."
38961
- }
38962
- ],
38963
- "description": "Defines an element registry function with a set of element definition defaults.",
38964
- "inheritedFrom": {
38965
- "name": "FoundationElement",
38966
- "module": "src/foundation-element/foundation-element.ts"
38967
- }
38968
- }
38969
- ],
38970
- "events": [
38971
- {
38972
- "description": "Fired when the remove control is activated.",
38973
- "name": "remove"
38974
- },
38975
- {
38976
- "description": "Fired when the pill body (excluding the remove control) is activated.",
38977
- "name": "pill-click"
38978
- }
38979
- ],
38980
- "attributes": [
38981
- {
38982
- "name": "label",
38983
- "type": {
38984
- "text": "string"
38985
- },
38986
- "fieldName": "label",
38987
- "description": "the name of the thing this pill represents, e.g. a filter field name"
38988
- },
38989
- {
38990
- "name": "value",
38991
- "type": {
38992
- "text": "string"
38993
- },
38994
- "fieldName": "value",
38995
- "description": "the current value shown alongside the label, e.g. \"Cpty Desk: EQUITIES\""
38996
- },
38997
- {
38998
- "name": "removable",
38999
- "type": {
39000
- "text": "boolean"
39001
- },
39002
- "default": "true",
39003
- "fieldName": "removable",
39004
- "description": "whether the \"x\" remove control is shown"
39005
- },
39006
- {
39007
- "name": "disabled",
39008
- "type": {
39009
- "text": "boolean"
39010
- },
39011
- "default": "false",
39012
- "fieldName": "disabled",
39013
- "description": "disables both the pill body and the remove control"
39014
- },
39015
- {
39016
- "name": "label",
39017
- "type": {
39018
- "text": "string"
39019
- },
39020
- "attribute": "label",
39021
- "fieldName": "label"
39022
- },
39023
- {
39024
- "name": "value",
39025
- "type": {
39026
- "text": "string"
39027
- },
39028
- "attribute": "value",
39029
- "fieldName": "value"
39030
- },
39031
- {
39032
- "type": {
39033
- "text": "boolean"
39034
- },
39035
- "default": "true",
39036
- "attribute": "removable",
39037
- "fieldName": "removable"
39038
- },
39039
- {
39040
- "type": {
39041
- "text": "boolean"
39042
- },
39043
- "default": "false",
39044
- "attribute": "disabled",
39045
- "fieldName": "disabled"
39046
- }
39047
- ],
39048
- "superclass": {
39049
- "name": "FoundationElement",
39050
- "package": "@microsoft/fast-foundation"
39051
- },
39052
- "tagName": "%%prefix%%-pill",
39053
- "customElement": true
39054
- },
39055
- {
39056
- "kind": "variable",
39057
- "name": "foundationPill",
39058
- "description": "The Foundation Pill",
39059
- "privacy": "public"
39060
- }
39061
- ],
39062
- "exports": [
39063
- {
39064
- "kind": "js",
39065
- "name": "foundationPillShadowOptions",
39066
- "declaration": {
39067
- "name": "foundationPillShadowOptions",
39068
- "module": "src/pill/pill.ts"
39069
- }
39070
- },
39071
- {
39072
- "kind": "js",
39073
- "name": "defaultPillConfig",
39074
- "declaration": {
39075
- "name": "defaultPillConfig",
39076
- "module": "src/pill/pill.ts"
39077
- }
39078
- },
39079
- {
39080
- "kind": "js",
39081
- "name": "Pill",
39082
- "declaration": {
39083
- "name": "Pill",
39084
- "module": "src/pill/pill.ts"
39085
- }
39086
- },
39087
- {
39088
- "kind": "js",
39089
- "name": "foundationPill",
39090
- "declaration": {
39091
- "name": "foundationPill",
39092
- "module": "src/pill/pill.ts"
39093
- }
39094
- }
39095
- ]
39096
- },
39097
38692
  {
39098
38693
  "kind": "javascript-module",
39099
38694
  "path": "src/popper/index.ts",
@@ -210,17 +210,6 @@ export declare const baseComponents: {
210
210
  }, typeof import("./multiselect").Multiselect>;
211
211
  foundationNumberField: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<import("@microsoft/fast-foundation").NumberFieldOptions>) => import("@microsoft/fast-foundation").FoundationElementRegistry<import("@microsoft/fast-foundation").NumberFieldOptions, import("@microsoft/fast-element").Constructable<import("@microsoft/fast-foundation").FoundationElement>>;
212
212
  foundationOptgroup: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<import("@microsoft/fast-foundation").FoundationElementDefinition>) => import("@microsoft/fast-foundation").FoundationElementRegistry<import("@microsoft/fast-foundation").FoundationElementDefinition, typeof import("./optgroup").Optgroup>;
213
- foundationPill: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<{
214
- baseName: string;
215
- template: import("@microsoft/fast-element").ViewTemplate<import("./pill").Pill, any>;
216
- styles: import("@microsoft/fast-element").ElementStyles;
217
- shadowOptions: ShadowRootInit;
218
- }>) => import("@microsoft/fast-foundation").FoundationElementRegistry<{
219
- baseName: string;
220
- template: import("@microsoft/fast-element").ViewTemplate<import("./pill").Pill, any>;
221
- styles: import("@microsoft/fast-element").ElementStyles;
222
- shadowOptions: ShadowRootInit;
223
- }, typeof import("./pill").Pill>;
224
213
  foundationPopper: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<{
225
214
  baseName: string;
226
215
  styles: import("@microsoft/fast-element").ElementStyles;
@@ -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;AAwF5D,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAwFJ,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;AAuF5D,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAuFJ,SAAS,WAAW,GAAG,EAAE;CAe/C,CAAC"}
@@ -62,7 +62,6 @@ export * from './optgroup';
62
62
  export * from './options-datasource';
63
63
  export * from './overlays';
64
64
  export * from './patterns';
65
- export * from './pill';
66
65
  export * from './popper';
67
66
  export * from './progress';
68
67
  export * from './progress-ring';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"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"}
@@ -62,7 +62,6 @@ import type { NumberField as NumberFieldWC } from './number-field/number-field';
62
62
  import type { Optgroup as OptgroupWC } from './optgroup/optgroup';
63
63
  import type { MultiselectDatasource as MultiselectDatasourceWC } from './options-datasource/multiselect-datasource';
64
64
  import type { OptionsDatasource as OptionsDatasourceWC } from './options-datasource/options-datasource';
65
- import type { Pill as PillWC } from './pill/pill';
66
65
  import type { Popper as PopperWC } from './popper/popper';
67
66
  import type { ProgressRing as ProgressRingWC } from './progress-ring/progress-ring';
68
67
  import type { Progress as ProgressWC } from './progress/progress';
@@ -699,17 +698,6 @@ export declare const OptionsDatasource: React.ForwardRefExoticComponent<
699
698
  >;
700
699
  export type OptionsDatasourceRef = OptionsDatasourceWC;
701
700
 
702
- export declare const Pill: React.ForwardRefExoticComponent<
703
- React.PropsWithChildren<
704
- Omit<PublicOf<PillWC>, 'children' | 'style'> &
705
- HTMLWCProps & {
706
- onRemove?: (event: CustomEvent<unknown>) => void;
707
- onPillClick?: (event: CustomEvent<unknown>) => void;
708
- }
709
- > & React.RefAttributes<PillWC>
710
- >;
711
- export type PillRef = PillWC;
712
-
713
701
  export declare const Popper: React.ForwardRefExoticComponent<
714
702
  React.PropsWithChildren<
715
703
  Omit<PublicOf<PopperWC>, 'children' | 'style'> &
@@ -51,7 +51,6 @@ import { foundationMultiselect } from './multiselect';
51
51
  import { foundationNumberField } from './number-field';
52
52
  import { foundationOptgroup } from './optgroup';
53
53
  import { foundationSystemHealthOverlay } from './overlays';
54
- import { foundationPill } from './pill';
55
54
  import { foundationPopper } from './popper';
56
55
  import { foundationProgress } from './progress';
57
56
  import { foundationProgressRing } from './progress-ring';
@@ -136,7 +135,6 @@ export const baseComponents = {
136
135
  foundationMultiselect,
137
136
  foundationNumberField,
138
137
  foundationOptgroup,
139
- foundationPill,
140
138
  foundationPopper,
141
139
  foundationProgress,
142
140
  foundationProgressRing,
package/dist/esm/index.js CHANGED
@@ -62,7 +62,6 @@ export * from './optgroup';
62
62
  export * from './options-datasource';
63
63
  export * from './overlays';
64
64
  export * from './patterns';
65
- export * from './pill';
66
65
  export * from './popper';
67
66
  export * from './progress';
68
67
  export * from './progress-ring';