@esri/calcite-components-react 1.5.0-next.9 → 1.5.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.
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import type { JSX } from '@esri/calcite-components';
2
+ import type { JSX } from '@esri/calcite-components/dist/components';
3
3
  export declare const CalciteAccordion: import("react").ForwardRefExoticComponent<JSX.CalciteAccordion & Omit<import("react").HTMLAttributes<HTMLCalciteAccordionElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteAccordionElement>>;
4
4
  export declare const CalciteAccordionItem: import("react").ForwardRefExoticComponent<JSX.CalciteAccordionItem & Omit<import("react").HTMLAttributes<HTMLCalciteAccordionItemElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteAccordionItemElement>>;
5
5
  export declare const CalciteAction: import("react").ForwardRefExoticComponent<JSX.CalciteAction & Omit<import("react").HTMLAttributes<HTMLCalciteActionElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteActionElement>>;
@@ -43,6 +43,7 @@ export declare const CalciteInputMessage: import("react").ForwardRefExoticCompon
43
43
  export declare const CalciteInputNumber: import("react").ForwardRefExoticComponent<JSX.CalciteInputNumber & Omit<import("react").HTMLAttributes<HTMLCalciteInputNumberElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteInputNumberElement>>;
44
44
  export declare const CalciteInputText: import("react").ForwardRefExoticComponent<JSX.CalciteInputText & Omit<import("react").HTMLAttributes<HTMLCalciteInputTextElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteInputTextElement>>;
45
45
  export declare const CalciteInputTimePicker: import("react").ForwardRefExoticComponent<JSX.CalciteInputTimePicker & Omit<import("react").HTMLAttributes<HTMLCalciteInputTimePickerElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteInputTimePickerElement>>;
46
+ export declare const CalciteInputTimeZone: import("react").ForwardRefExoticComponent<JSX.CalciteInputTimeZone & Omit<import("react").HTMLAttributes<HTMLCalciteInputTimeZoneElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteInputTimeZoneElement>>;
46
47
  export declare const CalciteLabel: import("react").ForwardRefExoticComponent<JSX.CalciteLabel & Omit<import("react").HTMLAttributes<HTMLCalciteLabelElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteLabelElement>>;
47
48
  export declare const CalciteLink: import("react").ForwardRefExoticComponent<JSX.CalciteLink & Omit<import("react").HTMLAttributes<HTMLCalciteLinkElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteLinkElement>>;
48
49
  export declare const CalciteList: import("react").ForwardRefExoticComponent<JSX.CalciteList & Omit<import("react").HTMLAttributes<HTMLCalciteListElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteListElement>>;
@@ -45,6 +45,7 @@ import { defineCustomElement as defineCalciteInputMessage } from '@esri/calcite-
45
45
  import { defineCustomElement as defineCalciteInputNumber } from '@esri/calcite-components/dist/components/calcite-input-number.js';
46
46
  import { defineCustomElement as defineCalciteInputText } from '@esri/calcite-components/dist/components/calcite-input-text.js';
47
47
  import { defineCustomElement as defineCalciteInputTimePicker } from '@esri/calcite-components/dist/components/calcite-input-time-picker.js';
48
+ import { defineCustomElement as defineCalciteInputTimeZone } from '@esri/calcite-components/dist/components/calcite-input-time-zone.js';
48
49
  import { defineCustomElement as defineCalciteLabel } from '@esri/calcite-components/dist/components/calcite-label.js';
49
50
  import { defineCustomElement as defineCalciteLink } from '@esri/calcite-components/dist/components/calcite-link.js';
50
51
  import { defineCustomElement as defineCalciteList } from '@esri/calcite-components/dist/components/calcite-list.js';
@@ -144,6 +145,7 @@ export const CalciteInputMessage = /*@__PURE__*/ createReactComponent('calcite-i
144
145
  export const CalciteInputNumber = /*@__PURE__*/ createReactComponent('calcite-input-number', undefined, undefined, defineCalciteInputNumber);
145
146
  export const CalciteInputText = /*@__PURE__*/ createReactComponent('calcite-input-text', undefined, undefined, defineCalciteInputText);
146
147
  export const CalciteInputTimePicker = /*@__PURE__*/ createReactComponent('calcite-input-time-picker', undefined, undefined, defineCalciteInputTimePicker);
148
+ export const CalciteInputTimeZone = /*@__PURE__*/ createReactComponent('calcite-input-time-zone', undefined, undefined, defineCalciteInputTimeZone);
147
149
  export const CalciteLabel = /*@__PURE__*/ createReactComponent('calcite-label', undefined, undefined, defineCalciteLabel);
148
150
  export const CalciteLink = /*@__PURE__*/ createReactComponent('calcite-link', undefined, undefined, defineCalciteLink);
149
151
  export const CalciteList = /*@__PURE__*/ createReactComponent('calcite-list', undefined, undefined, defineCalciteList);
package/package.json CHANGED
@@ -1,15 +1,14 @@
1
1
  {
2
2
  "name": "@esri/calcite-components-react",
3
3
  "sideEffects": false,
4
- "version": "1.5.0-next.9",
4
+ "version": "1.5.0",
5
5
  "description": "A set of React components that wrap calcite components",
6
6
  "license": "SEE LICENSE.md",
7
7
  "scripts": {
8
- "build": "rimraf dist && npm run util:patch-jsx-import && npm run compile",
8
+ "build": "rimraf dist && npm run compile",
9
9
  "clean": "rimraf dist node_modules .turbo",
10
10
  "compile": "npm run tsc",
11
- "tsc": "tsc",
12
- "util:patch-jsx-import": "ts-node --esm ./support/patchImportPathJSX.ts"
11
+ "tsc": "tsc"
13
12
  },
14
13
  "main": "./dist/index.js",
15
14
  "module": "./dist/index.js",
@@ -18,7 +17,7 @@
18
17
  "dist/"
19
18
  ],
20
19
  "dependencies": {
21
- "@esri/calcite-components": "^1.5.0-next.9"
20
+ "@esri/calcite-components": "^1.5.0"
22
21
  },
23
22
  "peerDependencies": {
24
23
  "react": ">=16.7",
@@ -27,5 +26,5 @@
27
26
  "volta": {
28
27
  "extends": "../../package.json"
29
28
  },
30
- "gitHead": "122f1426439270f6098d24350de3d197419346f4"
29
+ "gitHead": "45b5c01206f89b99e3cd5919a42f0666dec0beaf"
31
30
  }