| 123456789101112131415 | 
							- /*!
 
-  * All material copyright ESRI, All Rights Reserved, unless otherwise specified.
 
-  * See https://github.com/Esri/calcite-components/blob/master/LICENSE.md for details.
 
-  * v1.0.0-beta.82
 
-  */
 
- export const ComboboxItem = "CALCITE-COMBOBOX-ITEM";
 
- export const ComboboxItemGroup = "CALCITE-COMBOBOX-ITEM-GROUP";
 
- export const ComboboxChildSelector = `${ComboboxItem}, ${ComboboxItemGroup}`;
 
- export const TEXT = {
 
-   removeTag: "Remove tag"
 
- };
 
- export const CSS = {
 
-   labelActive: "label--active",
 
-   labelSelected: "label--selected"
 
- };
 
 
  |