@esri/calcite-components-react 2.5.2-next.2 → 2.6.0-next.1
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
|
@@ -95,6 +95,7 @@ export declare const CalciteTableRow: import("react").ForwardRefExoticComponent<
|
|
|
95
95
|
export declare const CalciteTabs: import("react").ForwardRefExoticComponent<JSX.CalciteTabs & Omit<import("react").HTMLAttributes<HTMLCalciteTabsElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteTabsElement>>;
|
|
96
96
|
export declare const CalciteTextArea: import("react").ForwardRefExoticComponent<JSX.CalciteTextArea & Omit<import("react").HTMLAttributes<HTMLCalciteTextAreaElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteTextAreaElement>>;
|
|
97
97
|
export declare const CalciteTile: import("react").ForwardRefExoticComponent<JSX.CalciteTile & Omit<import("react").HTMLAttributes<HTMLCalciteTileElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteTileElement>>;
|
|
98
|
+
export declare const CalciteTileGroup: import("react").ForwardRefExoticComponent<JSX.CalciteTileGroup & Omit<import("react").HTMLAttributes<HTMLCalciteTileGroupElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteTileGroupElement>>;
|
|
98
99
|
export declare const CalciteTileSelect: import("react").ForwardRefExoticComponent<JSX.CalciteTileSelect & Omit<import("react").HTMLAttributes<HTMLCalciteTileSelectElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteTileSelectElement>>;
|
|
99
100
|
export declare const CalciteTileSelectGroup: import("react").ForwardRefExoticComponent<JSX.CalciteTileSelectGroup & Omit<import("react").HTMLAttributes<HTMLCalciteTileSelectGroupElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteTileSelectGroupElement>>;
|
|
100
101
|
export declare const CalciteTimePicker: import("react").ForwardRefExoticComponent<JSX.CalciteTimePicker & Omit<import("react").HTMLAttributes<HTMLCalciteTimePickerElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteTimePickerElement>>;
|
package/dist/components.js
CHANGED
|
@@ -97,6 +97,7 @@ export const CalciteTableRow = /*@__PURE__*/ createReactComponent('calcite-table
|
|
|
97
97
|
export const CalciteTabs = /*@__PURE__*/ createReactComponent('calcite-tabs');
|
|
98
98
|
export const CalciteTextArea = /*@__PURE__*/ createReactComponent('calcite-text-area');
|
|
99
99
|
export const CalciteTile = /*@__PURE__*/ createReactComponent('calcite-tile');
|
|
100
|
+
export const CalciteTileGroup = /*@__PURE__*/ createReactComponent('calcite-tile-group');
|
|
100
101
|
export const CalciteTileSelect = /*@__PURE__*/ createReactComponent('calcite-tile-select');
|
|
101
102
|
export const CalciteTileSelectGroup = /*@__PURE__*/ createReactComponent('calcite-tile-select-group');
|
|
102
103
|
export const CalciteTimePicker = /*@__PURE__*/ createReactComponent('calcite-time-picker');
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@esri/calcite-components-react",
|
|
3
3
|
"sideEffects": false,
|
|
4
|
-
"version": "2.
|
|
4
|
+
"version": "2.6.0-next.1",
|
|
5
5
|
"homepage": "https://developers.arcgis.com/calcite-design-system/",
|
|
6
6
|
"description": "A set of React components that wrap calcite components",
|
|
7
7
|
"license": "SEE LICENSE.md",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"dist/"
|
|
24
24
|
],
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@esri/calcite-components": "^2.
|
|
26
|
+
"@esri/calcite-components": "^2.6.0-next.1"
|
|
27
27
|
},
|
|
28
28
|
"peerDependencies": {
|
|
29
29
|
"react": ">=16.7",
|
|
@@ -32,5 +32,5 @@
|
|
|
32
32
|
"volta": {
|
|
33
33
|
"extends": "../../package.json"
|
|
34
34
|
},
|
|
35
|
-
"gitHead": "
|
|
35
|
+
"gitHead": "f0702d032aff878e00401d2f40ec931c6b5f60e7"
|
|
36
36
|
}
|