@esri/calcite-components-react 0.30.0 → 0.31.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/components.d.ts +1 -0
- package/dist/components.js +1 -0
- package/package.json +2 -2
package/dist/components.d.ts
CHANGED
|
@@ -31,6 +31,7 @@ export declare const CalciteDropdownItem: import("react").ForwardRefExoticCompon
|
|
|
31
31
|
export declare const CalciteFab: import("react").ForwardRefExoticComponent<JSX.CalciteFab & Omit<import("react").HTMLAttributes<HTMLCalciteFabElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteFabElement>>;
|
|
32
32
|
export declare const CalciteFilter: import("react").ForwardRefExoticComponent<JSX.CalciteFilter & Omit<import("react").HTMLAttributes<HTMLCalciteFilterElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteFilterElement>>;
|
|
33
33
|
export declare const CalciteFlow: import("react").ForwardRefExoticComponent<JSX.CalciteFlow & Omit<import("react").HTMLAttributes<HTMLCalciteFlowElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteFlowElement>>;
|
|
34
|
+
export declare const CalciteFlowItem: import("react").ForwardRefExoticComponent<JSX.CalciteFlowItem & Omit<import("react").HTMLAttributes<HTMLCalciteFlowItemElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteFlowItemElement>>;
|
|
34
35
|
export declare const CalciteGraph: import("react").ForwardRefExoticComponent<JSX.CalciteGraph & Omit<import("react").HTMLAttributes<HTMLCalciteGraphElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteGraphElement>>;
|
|
35
36
|
export declare const CalciteHandle: import("react").ForwardRefExoticComponent<JSX.CalciteHandle & Omit<import("react").HTMLAttributes<HTMLCalciteHandleElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteHandleElement>>;
|
|
36
37
|
export declare const CalciteIcon: import("react").ForwardRefExoticComponent<JSX.CalciteIcon & Omit<import("react").HTMLAttributes<HTMLCalciteIconElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteIconElement>>;
|
package/dist/components.js
CHANGED
|
@@ -33,6 +33,7 @@ export const CalciteDropdownItem = /*@__PURE__*/ createReactComponent('calcite-d
|
|
|
33
33
|
export const CalciteFab = /*@__PURE__*/ createReactComponent('calcite-fab');
|
|
34
34
|
export const CalciteFilter = /*@__PURE__*/ createReactComponent('calcite-filter');
|
|
35
35
|
export const CalciteFlow = /*@__PURE__*/ createReactComponent('calcite-flow');
|
|
36
|
+
export const CalciteFlowItem = /*@__PURE__*/ createReactComponent('calcite-flow-item');
|
|
36
37
|
export const CalciteGraph = /*@__PURE__*/ createReactComponent('calcite-graph');
|
|
37
38
|
export const CalciteHandle = /*@__PURE__*/ createReactComponent('calcite-handle');
|
|
38
39
|
export const CalciteIcon = /*@__PURE__*/ createReactComponent('calcite-icon');
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@esri/calcite-components-react",
|
|
3
3
|
"sideEffects": false,
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.31.0",
|
|
5
5
|
"description": "A set of React components that wrap calcite components",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
7
7
|
"scripts": {
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"typescript": "4.5.4"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@esri/calcite-components": "1.0.0-beta.
|
|
29
|
+
"@esri/calcite-components": "1.0.0-beta.94"
|
|
30
30
|
},
|
|
31
31
|
"peerDependencies": {
|
|
32
32
|
"react": ">=16.7",
|