@esri/calcite-components-react 2.14.0-next.9 → 3.0.0-next.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.
@@ -66,9 +66,6 @@ export declare const CalciteOption: import("react").ForwardRefExoticComponent<JS
66
66
  export declare const CalciteOptionGroup: import("react").ForwardRefExoticComponent<JSX.CalciteOptionGroup & Omit<import("react").HTMLAttributes<HTMLCalciteOptionGroupElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteOptionGroupElement>>;
67
67
  export declare const CalcitePagination: import("react").ForwardRefExoticComponent<JSX.CalcitePagination & Omit<import("react").HTMLAttributes<HTMLCalcitePaginationElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalcitePaginationElement>>;
68
68
  export declare const CalcitePanel: import("react").ForwardRefExoticComponent<JSX.CalcitePanel & Omit<import("react").HTMLAttributes<HTMLCalcitePanelElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalcitePanelElement>>;
69
- export declare const CalcitePickList: import("react").ForwardRefExoticComponent<JSX.CalcitePickList & Omit<import("react").HTMLAttributes<HTMLCalcitePickListElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalcitePickListElement>>;
70
- export declare const CalcitePickListGroup: import("react").ForwardRefExoticComponent<JSX.CalcitePickListGroup & Omit<import("react").HTMLAttributes<HTMLCalcitePickListGroupElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalcitePickListGroupElement>>;
71
- export declare const CalcitePickListItem: import("react").ForwardRefExoticComponent<JSX.CalcitePickListItem & Omit<import("react").HTMLAttributes<HTMLCalcitePickListItemElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalcitePickListItemElement>>;
72
69
  export declare const CalcitePopover: import("react").ForwardRefExoticComponent<JSX.CalcitePopover & Omit<import("react").HTMLAttributes<HTMLCalcitePopoverElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalcitePopoverElement>>;
73
70
  export declare const CalciteProgress: import("react").ForwardRefExoticComponent<JSX.CalciteProgress & Omit<import("react").HTMLAttributes<HTMLCalciteProgressElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteProgressElement>>;
74
71
  export declare const CalciteRadioButton: import("react").ForwardRefExoticComponent<JSX.CalciteRadioButton & Omit<import("react").HTMLAttributes<HTMLCalciteRadioButtonElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteRadioButtonElement>>;
@@ -109,5 +106,3 @@ export declare const CalciteTipManager: import("react").ForwardRefExoticComponen
109
106
  export declare const CalciteTooltip: import("react").ForwardRefExoticComponent<JSX.CalciteTooltip & Omit<import("react").HTMLAttributes<HTMLCalciteTooltipElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteTooltipElement>>;
110
107
  export declare const CalciteTree: import("react").ForwardRefExoticComponent<JSX.CalciteTree & Omit<import("react").HTMLAttributes<HTMLCalciteTreeElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteTreeElement>>;
111
108
  export declare const CalciteTreeItem: import("react").ForwardRefExoticComponent<JSX.CalciteTreeItem & Omit<import("react").HTMLAttributes<HTMLCalciteTreeItemElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteTreeItemElement>>;
112
- export declare const CalciteValueList: import("react").ForwardRefExoticComponent<JSX.CalciteValueList & Omit<import("react").HTMLAttributes<HTMLCalciteValueListElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteValueListElement>>;
113
- export declare const CalciteValueListItem: import("react").ForwardRefExoticComponent<JSX.CalciteValueListItem & Omit<import("react").HTMLAttributes<HTMLCalciteValueListItemElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteValueListItemElement>>;
@@ -68,9 +68,6 @@ export const CalciteOption = /*@__PURE__*/ createReactComponent('calcite-option'
68
68
  export const CalciteOptionGroup = /*@__PURE__*/ createReactComponent('calcite-option-group');
69
69
  export const CalcitePagination = /*@__PURE__*/ createReactComponent('calcite-pagination');
70
70
  export const CalcitePanel = /*@__PURE__*/ createReactComponent('calcite-panel');
71
- export const CalcitePickList = /*@__PURE__*/ createReactComponent('calcite-pick-list');
72
- export const CalcitePickListGroup = /*@__PURE__*/ createReactComponent('calcite-pick-list-group');
73
- export const CalcitePickListItem = /*@__PURE__*/ createReactComponent('calcite-pick-list-item');
74
71
  export const CalcitePopover = /*@__PURE__*/ createReactComponent('calcite-popover');
75
72
  export const CalciteProgress = /*@__PURE__*/ createReactComponent('calcite-progress');
76
73
  export const CalciteRadioButton = /*@__PURE__*/ createReactComponent('calcite-radio-button');
@@ -111,5 +108,3 @@ export const CalciteTipManager = /*@__PURE__*/ createReactComponent('calcite-tip
111
108
  export const CalciteTooltip = /*@__PURE__*/ createReactComponent('calcite-tooltip');
112
109
  export const CalciteTree = /*@__PURE__*/ createReactComponent('calcite-tree');
113
110
  export const CalciteTreeItem = /*@__PURE__*/ createReactComponent('calcite-tree-item');
114
- export const CalciteValueList = /*@__PURE__*/ createReactComponent('calcite-value-list');
115
- export const CalciteValueListItem = /*@__PURE__*/ createReactComponent('calcite-value-list-item');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esri/calcite-components-react",
3
- "version": "2.14.0-next.9",
3
+ "version": "3.0.0-next.0",
4
4
  "description": "A set of React components that wrap calcite components",
5
5
  "homepage": "https://developers.arcgis.com/calcite-design-system/",
6
6
  "repository": {
@@ -28,7 +28,7 @@
28
28
  "tsc": "tsc"
29
29
  },
30
30
  "dependencies": {
31
- "@esri/calcite-components": "2.14.0-next.9"
31
+ "@esri/calcite-components": "3.0.0-next.0"
32
32
  },
33
33
  "peerDependencies": {
34
34
  "react": ">=16.7",
@@ -37,5 +37,5 @@
37
37
  "volta": {
38
38
  "extends": "../../package.json"
39
39
  },
40
- "gitHead": "56e1e6838ee2d9a0710cf087190a3034b8b83d4c"
40
+ "gitHead": "a75c126505ac943d03e9de1cd0837b76dcea0708"
41
41
  }