Comparing version 0.0.0-beta.22 to 0.0.0-beta.23
@@ -24,11 +24,5 @@ import React from 'react'; | ||
update: (options?: OptionProps[]) => { | ||
tops: never[]; | ||
bottom: never[]; | ||
options: OptionProps[]; | ||
bottoms?: undefined; | ||
} | { | ||
tops: OptionProps[]; | ||
options: OptionProps[]; | ||
bottoms: OptionProps[]; | ||
bottom?: undefined; | ||
}; | ||
@@ -35,0 +29,0 @@ onChange: (option: OptionProps) => (type: string, flag: boolean) => void; |
@@ -63,3 +63,3 @@ var __rest = (this && this.__rest) || function (s, e) { | ||
if (this.type !== Scroll_Type.CONTAINER) { | ||
return { tops: [], bottom: [], options }; | ||
return { tops: [], bottoms: [], options }; | ||
} | ||
@@ -66,0 +66,0 @@ const tops = [], opts = [], bottoms = []; |
@@ -144,3 +144,3 @@ "use strict"; | ||
tops: [], | ||
bottom: [], | ||
bottoms: [], | ||
options: options | ||
@@ -147,0 +147,0 @@ }; |
{ | ||
"name": "frc-ui", | ||
"version": "0.0.0-beta.22", | ||
"version": "0.0.0-beta.23", | ||
"description": "React Web UI", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
142062
3496