@esri/calcite-components-react 2.5.2-next.2 → 2.6.0-next.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.
@@ -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>>;
@@ -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.5.2-next.2",
4
+ "version": "2.6.0-next.0",
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.5.2-next.2"
26
+ "@esri/calcite-components": "^2.6.0-next.0"
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": "802ccf2272985d31bd5afa2383c24e669913ee5c"
35
+ "gitHead": "ed3b352367ab02451083b9e87cab52d98daaa31e"
36
36
  }