@esri/calcite-components-react 3.0.0-next.0 → 3.0.0-next.2

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.
@@ -80,6 +80,7 @@ export declare const CalciteShell: import("react").ForwardRefExoticComponent<JSX
80
80
  export declare const CalciteShellCenterRow: import("react").ForwardRefExoticComponent<JSX.CalciteShellCenterRow & Omit<import("react").HTMLAttributes<HTMLCalciteShellCenterRowElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteShellCenterRowElement>>;
81
81
  export declare const CalciteShellPanel: import("react").ForwardRefExoticComponent<JSX.CalciteShellPanel & Omit<import("react").HTMLAttributes<HTMLCalciteShellPanelElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteShellPanelElement>>;
82
82
  export declare const CalciteSlider: import("react").ForwardRefExoticComponent<JSX.CalciteSlider & Omit<import("react").HTMLAttributes<HTMLCalciteSliderElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteSliderElement>>;
83
+ export declare const CalciteSortHandle: import("react").ForwardRefExoticComponent<JSX.CalciteSortHandle & Omit<import("react").HTMLAttributes<HTMLCalciteSortHandleElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteSortHandleElement>>;
83
84
  export declare const CalciteSortableList: import("react").ForwardRefExoticComponent<JSX.CalciteSortableList & Omit<import("react").HTMLAttributes<HTMLCalciteSortableListElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteSortableListElement>>;
84
85
  export declare const CalciteSplitButton: import("react").ForwardRefExoticComponent<JSX.CalciteSplitButton & Omit<import("react").HTMLAttributes<HTMLCalciteSplitButtonElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteSplitButtonElement>>;
85
86
  export declare const CalciteStack: import("react").ForwardRefExoticComponent<JSX.CalciteStack & Omit<import("react").HTMLAttributes<HTMLCalciteStackElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteStackElement>>;
@@ -82,6 +82,7 @@ export const CalciteShell = /*@__PURE__*/ createReactComponent('calcite-shell');
82
82
  export const CalciteShellCenterRow = /*@__PURE__*/ createReactComponent('calcite-shell-center-row');
83
83
  export const CalciteShellPanel = /*@__PURE__*/ createReactComponent('calcite-shell-panel');
84
84
  export const CalciteSlider = /*@__PURE__*/ createReactComponent('calcite-slider');
85
+ export const CalciteSortHandle = /*@__PURE__*/ createReactComponent('calcite-sort-handle');
85
86
  export const CalciteSortableList = /*@__PURE__*/ createReactComponent('calcite-sortable-list');
86
87
  export const CalciteSplitButton = /*@__PURE__*/ createReactComponent('calcite-split-button');
87
88
  export const CalciteStack = /*@__PURE__*/ createReactComponent('calcite-stack');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esri/calcite-components-react",
3
- "version": "3.0.0-next.0",
3
+ "version": "3.0.0-next.2",
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": "3.0.0-next.0"
31
+ "@esri/calcite-components": "3.0.0-next.2"
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": "a75c126505ac943d03e9de1cd0837b76dcea0708"
40
+ "gitHead": "5b511b157f28929154e3d234f598758a28fa03d1"
41
41
  }