@esri/calcite-components-react 1.7.0-next.1 → 1.7.0-next.10
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 +3 -3
package/dist/components.d.ts
CHANGED
|
@@ -74,6 +74,7 @@ export declare const CalciteScrim: import("react").ForwardRefExoticComponent<JSX
|
|
|
74
74
|
export declare const CalciteSegmentedControl: import("react").ForwardRefExoticComponent<JSX.CalciteSegmentedControl & Omit<import("react").HTMLAttributes<HTMLCalciteSegmentedControlElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteSegmentedControlElement>>;
|
|
75
75
|
export declare const CalciteSegmentedControlItem: import("react").ForwardRefExoticComponent<JSX.CalciteSegmentedControlItem & Omit<import("react").HTMLAttributes<HTMLCalciteSegmentedControlItemElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteSegmentedControlItemElement>>;
|
|
76
76
|
export declare const CalciteSelect: import("react").ForwardRefExoticComponent<JSX.CalciteSelect & Omit<import("react").HTMLAttributes<HTMLCalciteSelectElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteSelectElement>>;
|
|
77
|
+
export declare const CalciteSheet: import("react").ForwardRefExoticComponent<JSX.CalciteSheet & Omit<import("react").HTMLAttributes<HTMLCalciteSheetElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteSheetElement>>;
|
|
77
78
|
export declare const CalciteShell: import("react").ForwardRefExoticComponent<JSX.CalciteShell & Omit<import("react").HTMLAttributes<HTMLCalciteShellElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteShellElement>>;
|
|
78
79
|
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>>;
|
|
79
80
|
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>>;
|
package/dist/components.js
CHANGED
|
@@ -77,6 +77,7 @@ export const CalciteScrim = /*@__PURE__*/ createReactComponent('calcite-scrim',
|
|
|
77
77
|
export const CalciteSegmentedControl = /*@__PURE__*/ createReactComponent('calcite-segmented-control', undefined, undefined, autoDefine('calcite-segmented-control'));
|
|
78
78
|
export const CalciteSegmentedControlItem = /*@__PURE__*/ createReactComponent('calcite-segmented-control-item', undefined, undefined, autoDefine('calcite-segmented-control-item'));
|
|
79
79
|
export const CalciteSelect = /*@__PURE__*/ createReactComponent('calcite-select', undefined, undefined, autoDefine('calcite-select'));
|
|
80
|
+
export const CalciteSheet = /*@__PURE__*/ createReactComponent('calcite-sheet', undefined, undefined, autoDefine('calcite-sheet'));
|
|
80
81
|
export const CalciteShell = /*@__PURE__*/ createReactComponent('calcite-shell', undefined, undefined, autoDefine('calcite-shell'));
|
|
81
82
|
export const CalciteShellCenterRow = /*@__PURE__*/ createReactComponent('calcite-shell-center-row', undefined, undefined, autoDefine('calcite-shell-center-row'));
|
|
82
83
|
export const CalciteShellPanel = /*@__PURE__*/ createReactComponent('calcite-shell-panel', undefined, undefined, autoDefine('calcite-shell-panel'));
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@esri/calcite-components-react",
|
|
3
3
|
"sideEffects": false,
|
|
4
|
-
"version": "1.7.0-next.
|
|
4
|
+
"version": "1.7.0-next.10",
|
|
5
5
|
"description": "A set of React components that wrap calcite components",
|
|
6
6
|
"license": "SEE LICENSE.md",
|
|
7
7
|
"scripts": {
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"dist/"
|
|
20
20
|
],
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@esri/calcite-components": "^1.7.0-next.
|
|
22
|
+
"@esri/calcite-components": "^1.7.0-next.10"
|
|
23
23
|
},
|
|
24
24
|
"peerDependencies": {
|
|
25
25
|
"react": ">=16.7",
|
|
@@ -28,5 +28,5 @@
|
|
|
28
28
|
"volta": {
|
|
29
29
|
"extends": "../../package.json"
|
|
30
30
|
},
|
|
31
|
-
"gitHead": "
|
|
31
|
+
"gitHead": "2a9fb332ed01792cdb1fe651f6c36813a3b6a568"
|
|
32
32
|
}
|