@onbeam/ui
Advanced tools
Comparing version 1.0.0-20 to 1.0.0-21
@@ -5,2 +5,3 @@ import * as react from 'react'; | ||
import { RecipeVariantProps } from '@onbeam/styled-system/types'; | ||
import { OTPInputProps } from 'input-otp'; | ||
import { ColorToken } from '@onbeam/styled-system/tokens'; | ||
@@ -303,3 +304,3 @@ import * as _radix_ui_react_tooltip from '@radix-ui/react-tooltip'; | ||
type InputOTPProps = { | ||
type InputOTPProps = OTPInputProps & { | ||
/** | ||
@@ -311,3 +312,3 @@ * The message that will be shown if there is an error | ||
declare const InputOTP: react.ForwardRefExoticComponent<InputOTPProps & react.RefAttributes<never>>; | ||
declare const InputOTP: react.ForwardRefExoticComponent<({} & InputOTPProps) & react.RefAttributes<never>>; | ||
@@ -314,0 +315,0 @@ declare const Label: ComponentWithAs<"label" | "span", { |
{ | ||
"name": "@onbeam/ui", | ||
"version": "1.0.0-20", | ||
"version": "1.0.0-21", | ||
"sideEffects": false, | ||
@@ -18,4 +18,4 @@ "license": "MIT", | ||
"input-otp": "^1.2.4", | ||
"@onbeam/icons": "1.0.0-20", | ||
"@onbeam/styled-system": "1.0.0-20" | ||
"@onbeam/icons": "1.0.0-21", | ||
"@onbeam/styled-system": "1.0.0-21" | ||
}, | ||
@@ -22,0 +22,0 @@ "devDependencies": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
3090
2091421
+ Added@onbeam/icons@1.0.0-21(transitive)
+ Added@onbeam/styled-system@1.0.0-21(transitive)
- Removed@onbeam/icons@1.0.0-20(transitive)
- Removed@onbeam/styled-system@1.0.0-20(transitive)
Updated@onbeam/icons@1.0.0-21