@esri/calcite-components-react 0.34.0 → 0.36.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 +0 -2
- package/dist/components.js +0 -2
- package/package.json +2 -2
package/dist/components.d.ts
CHANGED
|
@@ -58,7 +58,6 @@ export declare const CalcitePickList: import("react").ForwardRefExoticComponent<
|
|
|
58
58
|
export declare const CalcitePickListGroup: import("react").ForwardRefExoticComponent<JSX.CalcitePickListGroup & Omit<import("react").HTMLAttributes<HTMLCalcitePickListGroupElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalcitePickListGroupElement>>;
|
|
59
59
|
export declare const CalcitePickListItem: import("react").ForwardRefExoticComponent<JSX.CalcitePickListItem & Omit<import("react").HTMLAttributes<HTMLCalcitePickListItemElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalcitePickListItemElement>>;
|
|
60
60
|
export declare const CalcitePopover: import("react").ForwardRefExoticComponent<JSX.CalcitePopover & Omit<import("react").HTMLAttributes<HTMLCalcitePopoverElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalcitePopoverElement>>;
|
|
61
|
-
export declare const CalcitePopoverManager: import("react").ForwardRefExoticComponent<JSX.CalcitePopoverManager & Omit<import("react").HTMLAttributes<HTMLCalcitePopoverManagerElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalcitePopoverManagerElement>>;
|
|
62
61
|
export declare const CalciteProgress: import("react").ForwardRefExoticComponent<JSX.CalciteProgress & Omit<import("react").HTMLAttributes<HTMLCalciteProgressElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteProgressElement>>;
|
|
63
62
|
export declare const CalciteRadioButton: import("react").ForwardRefExoticComponent<JSX.CalciteRadioButton & Omit<import("react").HTMLAttributes<HTMLCalciteRadioButtonElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteRadioButtonElement>>;
|
|
64
63
|
export declare const CalciteRadioButtonGroup: import("react").ForwardRefExoticComponent<JSX.CalciteRadioButtonGroup & Omit<import("react").HTMLAttributes<HTMLCalciteRadioButtonGroupElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteRadioButtonGroupElement>>;
|
|
@@ -88,7 +87,6 @@ export declare const CalciteTip: import("react").ForwardRefExoticComponent<JSX.C
|
|
|
88
87
|
export declare const CalciteTipGroup: import("react").ForwardRefExoticComponent<JSX.CalciteTipGroup & Omit<import("react").HTMLAttributes<HTMLCalciteTipGroupElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteTipGroupElement>>;
|
|
89
88
|
export declare const CalciteTipManager: import("react").ForwardRefExoticComponent<JSX.CalciteTipManager & Omit<import("react").HTMLAttributes<HTMLCalciteTipManagerElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteTipManagerElement>>;
|
|
90
89
|
export declare const CalciteTooltip: import("react").ForwardRefExoticComponent<JSX.CalciteTooltip & Omit<import("react").HTMLAttributes<HTMLCalciteTooltipElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteTooltipElement>>;
|
|
91
|
-
export declare const CalciteTooltipManager: import("react").ForwardRefExoticComponent<JSX.CalciteTooltipManager & Omit<import("react").HTMLAttributes<HTMLCalciteTooltipManagerElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteTooltipManagerElement>>;
|
|
92
90
|
export declare const CalciteTree: import("react").ForwardRefExoticComponent<JSX.CalciteTree & Omit<import("react").HTMLAttributes<HTMLCalciteTreeElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteTreeElement>>;
|
|
93
91
|
export declare const CalciteTreeItem: import("react").ForwardRefExoticComponent<JSX.CalciteTreeItem & Omit<import("react").HTMLAttributes<HTMLCalciteTreeItemElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteTreeItemElement>>;
|
|
94
92
|
export declare const CalciteValueList: import("react").ForwardRefExoticComponent<JSX.CalciteValueList & Omit<import("react").HTMLAttributes<HTMLCalciteValueListElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteValueListElement>>;
|
package/dist/components.js
CHANGED
|
@@ -60,7 +60,6 @@ export const CalcitePickList = /*@__PURE__*/ createReactComponent('calcite-pick-
|
|
|
60
60
|
export const CalcitePickListGroup = /*@__PURE__*/ createReactComponent('calcite-pick-list-group');
|
|
61
61
|
export const CalcitePickListItem = /*@__PURE__*/ createReactComponent('calcite-pick-list-item');
|
|
62
62
|
export const CalcitePopover = /*@__PURE__*/ createReactComponent('calcite-popover');
|
|
63
|
-
export const CalcitePopoverManager = /*@__PURE__*/ createReactComponent('calcite-popover-manager');
|
|
64
63
|
export const CalciteProgress = /*@__PURE__*/ createReactComponent('calcite-progress');
|
|
65
64
|
export const CalciteRadioButton = /*@__PURE__*/ createReactComponent('calcite-radio-button');
|
|
66
65
|
export const CalciteRadioButtonGroup = /*@__PURE__*/ createReactComponent('calcite-radio-button-group');
|
|
@@ -90,7 +89,6 @@ export const CalciteTip = /*@__PURE__*/ createReactComponent('calcite-tip');
|
|
|
90
89
|
export const CalciteTipGroup = /*@__PURE__*/ createReactComponent('calcite-tip-group');
|
|
91
90
|
export const CalciteTipManager = /*@__PURE__*/ createReactComponent('calcite-tip-manager');
|
|
92
91
|
export const CalciteTooltip = /*@__PURE__*/ createReactComponent('calcite-tooltip');
|
|
93
|
-
export const CalciteTooltipManager = /*@__PURE__*/ createReactComponent('calcite-tooltip-manager');
|
|
94
92
|
export const CalciteTree = /*@__PURE__*/ createReactComponent('calcite-tree');
|
|
95
93
|
export const CalciteTreeItem = /*@__PURE__*/ createReactComponent('calcite-tree-item');
|
|
96
94
|
export const CalciteValueList = /*@__PURE__*/ createReactComponent('calcite-value-list');
|
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.36.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.0.0-beta.
|
|
29
|
+
"@esri/calcite-components": "^1.0.0-beta.99"
|
|
30
30
|
},
|
|
31
31
|
"peerDependencies": {
|
|
32
32
|
"react": ">=16.7",
|