react-timezone-select
Advanced tools
Comparing version 2.1.4 to 2.1.5
@@ -6,3 +6,3 @@ import { Props as Props$1 } from 'react-select'; | ||
}; | ||
declare type ILabelStyle = 'original' | 'altName' | 'abbrev'; | ||
declare type ILabelStyle = 'original' | 'altName' | 'abbrev' | 'offsetHidden'; | ||
declare type IDisplayValue = 'GMT' | 'UTC'; | ||
@@ -9,0 +9,0 @@ declare type ITimezoneOption = { |
@@ -154,2 +154,5 @@ var __defProp = Object.defineProperty; | ||
break; | ||
case "offsetHidden": | ||
label = `${prefix.replace(/^\(.*?\)\s*/, "")}`; | ||
break; | ||
default: | ||
@@ -156,0 +159,0 @@ label = `${prefix}`; |
{ | ||
"name": "react-timezone-select", | ||
"version": "2.1.4", | ||
"version": "2.1.5", | ||
"description": "Usable, dynamic React Timezone Select", | ||
@@ -5,0 +5,0 @@ "scripts": { |
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
33983
8
591