@esri/calcite-components-react 1.1.0 → 1.3.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 +2 -0
- package/dist/components.js +2 -0
- package/package.json +2 -2
package/dist/components.d.ts
CHANGED
|
@@ -15,6 +15,7 @@ export declare const CalciteButton: import("react").ForwardRefExoticComponent<JS
|
|
|
15
15
|
export declare const CalciteCard: import("react").ForwardRefExoticComponent<JSX.CalciteCard & Omit<import("react").HTMLAttributes<HTMLCalciteCardElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteCardElement>>;
|
|
16
16
|
export declare const CalciteCheckbox: import("react").ForwardRefExoticComponent<JSX.CalciteCheckbox & Omit<import("react").HTMLAttributes<HTMLCalciteCheckboxElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteCheckboxElement>>;
|
|
17
17
|
export declare const CalciteChip: import("react").ForwardRefExoticComponent<JSX.CalciteChip & Omit<import("react").HTMLAttributes<HTMLCalciteChipElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteChipElement>>;
|
|
18
|
+
export declare const CalciteChipGroup: import("react").ForwardRefExoticComponent<JSX.CalciteChipGroup & Omit<import("react").HTMLAttributes<HTMLCalciteChipGroupElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteChipGroupElement>>;
|
|
18
19
|
export declare const CalciteColorPicker: import("react").ForwardRefExoticComponent<JSX.CalciteColorPicker & Omit<import("react").HTMLAttributes<HTMLCalciteColorPickerElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteColorPickerElement>>;
|
|
19
20
|
export declare const CalciteColorPickerHexInput: import("react").ForwardRefExoticComponent<JSX.CalciteColorPickerHexInput & Omit<import("react").HTMLAttributes<HTMLCalciteColorPickerHexInputElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteColorPickerHexInputElement>>;
|
|
20
21
|
export declare const CalciteColorPickerSwatch: import("react").ForwardRefExoticComponent<JSX.CalciteColorPickerSwatch & Omit<import("react").HTMLAttributes<HTMLCalciteColorPickerSwatchElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteColorPickerSwatchElement>>;
|
|
@@ -79,6 +80,7 @@ export declare const CalciteTab: import("react").ForwardRefExoticComponent<JSX.C
|
|
|
79
80
|
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
81
|
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
82
|
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>>;
|
|
83
|
+
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
84
|
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
85
|
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
86
|
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
|
@@ -17,6 +17,7 @@ export const CalciteButton = /*@__PURE__*/ createReactComponent('calcite-button'
|
|
|
17
17
|
export const CalciteCard = /*@__PURE__*/ createReactComponent('calcite-card');
|
|
18
18
|
export const CalciteCheckbox = /*@__PURE__*/ createReactComponent('calcite-checkbox');
|
|
19
19
|
export const CalciteChip = /*@__PURE__*/ createReactComponent('calcite-chip');
|
|
20
|
+
export const CalciteChipGroup = /*@__PURE__*/ createReactComponent('calcite-chip-group');
|
|
20
21
|
export const CalciteColorPicker = /*@__PURE__*/ createReactComponent('calcite-color-picker');
|
|
21
22
|
export const CalciteColorPickerHexInput = /*@__PURE__*/ createReactComponent('calcite-color-picker-hex-input');
|
|
22
23
|
export const CalciteColorPickerSwatch = /*@__PURE__*/ createReactComponent('calcite-color-picker-swatch');
|
|
@@ -81,6 +82,7 @@ export const CalciteTab = /*@__PURE__*/ createReactComponent('calcite-tab');
|
|
|
81
82
|
export const CalciteTabNav = /*@__PURE__*/ createReactComponent('calcite-tab-nav');
|
|
82
83
|
export const CalciteTabTitle = /*@__PURE__*/ createReactComponent('calcite-tab-title');
|
|
83
84
|
export const CalciteTabs = /*@__PURE__*/ createReactComponent('calcite-tabs');
|
|
85
|
+
export const CalciteTextArea = /*@__PURE__*/ createReactComponent('calcite-text-area');
|
|
84
86
|
export const CalciteTile = /*@__PURE__*/ createReactComponent('calcite-tile');
|
|
85
87
|
export const CalciteTileSelect = /*@__PURE__*/ createReactComponent('calcite-tile-select');
|
|
86
88
|
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.3.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.3.0"
|
|
30
30
|
},
|
|
31
31
|
"peerDependencies": {
|
|
32
32
|
"react": ">=16.7",
|