@adamosuiteservices/ui 2.12.0 → 2.12.2
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.
- package/dist/{button-CMWUcYpz.js → button-Bn4LFAa9.js} +9 -21
- package/dist/{button-CmLeuaI0.cjs → button-Day6_fbu.cjs} +1 -13
- package/dist/button.cjs +1 -1
- package/dist/button.js +1 -1
- package/dist/{calendar-yJWQTCer.js → calendar-B1_ybTg0.js} +1 -1
- package/dist/{calendar-DUvRetFW.cjs → calendar-CZkzHgYi.cjs} +1 -1
- package/dist/calendar.cjs +1 -1
- package/dist/calendar.js +1 -1
- package/dist/{combobox-BhDOduAb.cjs → combobox-0ndFo07_.cjs} +2 -2
- package/dist/{combobox-CYOGlfQe.js → combobox-BOi7QzmO.js} +4 -4
- package/dist/combobox.cjs +1 -1
- package/dist/combobox.js +1 -1
- package/dist/date-picker-selector.cjs +1 -1
- package/dist/date-picker-selector.js +3 -3
- package/dist/input-group.cjs +1 -1
- package/dist/input-group.js +1 -1
- package/dist/pagination.cjs +1 -1
- package/dist/pagination.js +1 -1
- package/dist/sidebar.cjs +1 -1
- package/dist/sidebar.js +1 -1
- package/dist/styles.css +1 -1
- package/package.json +1 -1
- package/dist/components/ui/input-otp.d.ts +0 -11
package/package.json
CHANGED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { OTPInput } from 'input-otp';
|
|
2
|
-
import * as React from "react";
|
|
3
|
-
declare function InputOTP({ className, containerClassName, ...props }: React.ComponentProps<typeof OTPInput> & {
|
|
4
|
-
containerClassName?: string;
|
|
5
|
-
}): import("react/jsx-runtime").JSX.Element;
|
|
6
|
-
declare function InputOTPGroup({ className, ...props }: React.ComponentProps<"div">): import("react/jsx-runtime").JSX.Element;
|
|
7
|
-
declare function InputOTPSlot({ index, className, ...props }: React.ComponentProps<"div"> & {
|
|
8
|
-
index: number;
|
|
9
|
-
}): import("react/jsx-runtime").JSX.Element;
|
|
10
|
-
declare function InputOTPSeparator({ ...props }: React.ComponentProps<"div">): import("react/jsx-runtime").JSX.Element;
|
|
11
|
-
export { InputOTP, InputOTPGroup, InputOTPSlot, InputOTPSeparator };
|