react-timezone-select
Advanced tools
Comparing version 3.0.0 to 3.0.1
@@ -1,2 +0,2 @@ | ||
import React from 'react'; | ||
import * as react_jsx_runtime_js from 'react/jsx-runtime.js'; | ||
import { Props as Props$1 } from 'react-select'; | ||
@@ -34,4 +34,4 @@ | ||
}; | ||
declare const TimezoneSelect: ({ value, onBlur, onChange, labelStyle, displayValue, timezones, ...props }: Props) => React.JSX.Element; | ||
declare const TimezoneSelect: ({ value, onBlur, onChange, labelStyle, displayValue, timezones, ...props }: Props) => react_jsx_runtime_js.JSX.Element; | ||
export { ILabelStyle, ITimezone, ITimezoneOption, Props, TimezoneSelectOptions, allTimezones, TimezoneSelect as default, useTimezoneSelect }; |
@@ -31,3 +31,3 @@ var __defProp = Object.defineProperty; | ||
// src/index.tsx | ||
import React, { useMemo } from "react"; | ||
import { useMemo } from "react"; | ||
import Select from "react-select"; | ||
@@ -122,2 +122,3 @@ import spacetime from "spacetime"; | ||
// src/index.tsx | ||
import { jsx } from "react/jsx-runtime"; | ||
function useTimezoneSelect({ | ||
@@ -237,3 +238,3 @@ timezones = timezone_list_default, | ||
}; | ||
return /* @__PURE__ */ React.createElement( | ||
return /* @__PURE__ */ jsx( | ||
Select, | ||
@@ -240,0 +241,0 @@ __spreadValues({ |
{ | ||
"name": "react-timezone-select", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "Usable, dynamic React Timezone Select", | ||
@@ -9,3 +9,3 @@ "scripts": { | ||
"postpublish": "pnpm run build:example && npm run deploy", | ||
"build": "tsup src/index.tsx --format cjs,esm --dts", | ||
"build": "tsup src/index.tsx --format cjs,esm --clean --dts", | ||
"build:example": "cd example && pnpm run build", | ||
@@ -12,0 +12,0 @@ "deploy": "gh-pages -d example/dist", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
31121
6
558