@esri/calcite-components-react 1.1.0 → 1.2.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
|
@@ -79,6 +79,7 @@ export declare const CalciteTab: import("react").ForwardRefExoticComponent<JSX.C
|
|
|
79
79
|
export declare const CalciteTabNav: import("react").ForwardRefExoticComponent<JSX.CalciteTabNav & Omit<import("react").HTMLAttributes<HTMLCalciteTabNavElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteTabNavElement>>;
|
|
80
80
|
export declare const CalciteTabTitle: import("react").ForwardRefExoticComponent<JSX.CalciteTabTitle & Omit<import("react").HTMLAttributes<HTMLCalciteTabTitleElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteTabTitleElement>>;
|
|
81
81
|
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>>;
|
|
82
|
+
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>>;
|
|
82
83
|
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>>;
|
|
83
84
|
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>>;
|
|
84
85
|
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>>;
|
package/dist/components.js
CHANGED
|
@@ -81,6 +81,7 @@ export const CalciteTab = /*@__PURE__*/ createReactComponent('calcite-tab');
|
|
|
81
81
|
export const CalciteTabNav = /*@__PURE__*/ createReactComponent('calcite-tab-nav');
|
|
82
82
|
export const CalciteTabTitle = /*@__PURE__*/ createReactComponent('calcite-tab-title');
|
|
83
83
|
export const CalciteTabs = /*@__PURE__*/ createReactComponent('calcite-tabs');
|
|
84
|
+
export const CalciteTextArea = /*@__PURE__*/ createReactComponent('calcite-text-area');
|
|
84
85
|
export const CalciteTile = /*@__PURE__*/ createReactComponent('calcite-tile');
|
|
85
86
|
export const CalciteTileSelect = /*@__PURE__*/ createReactComponent('calcite-tile-select');
|
|
86
87
|
export const CalciteTileSelectGroup = /*@__PURE__*/ createReactComponent('calcite-tile-select-group');
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@esri/calcite-components-react",
|
|
3
3
|
"sideEffects": false,
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.2.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.7.4"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@esri/calcite-components": "^1.
|
|
29
|
+
"@esri/calcite-components": "^1.2.0"
|
|
30
30
|
},
|
|
31
31
|
"peerDependencies": {
|
|
32
32
|
"react": ">=16.7",
|