@arkyn/types 1.3.84 → 1.3.86
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/components/SwitchProps.d.ts +11 -0
- package/dist/components/SwitchProps.d.ts.map +1 -0
- package/dist/components/SwitchProps.js +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -0
- package/package.json +1 -1
- package/src/components/SwitchProps.ts +15 -0
- package/src/index.ts +1 -0
@@ -0,0 +1,11 @@
|
|
1
|
+
import type { ButtonHTMLAttributes } from "react";
|
2
|
+
type SwitchProps = {
|
3
|
+
size?: "sm" | "md" | "lg";
|
4
|
+
defaultChecked?: boolean;
|
5
|
+
checked?: boolean;
|
6
|
+
value?: string;
|
7
|
+
name: string;
|
8
|
+
onCheck?: (value: string) => void;
|
9
|
+
} & Omit<ButtonHTMLAttributes<HTMLButtonElement>, "children" | "onChange" | "defaultValue" | "onCheck" | "value">;
|
10
|
+
export type { SwitchProps };
|
11
|
+
//# sourceMappingURL=SwitchProps.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"SwitchProps.d.ts","sourceRoot":"","sources":["../../src/components/SwitchProps.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,OAAO,CAAC;AAElD,KAAK,WAAW,GAAG;IACjB,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAC1B,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;CACnC,GAAG,IAAI,CACN,oBAAoB,CAAC,iBAAiB,CAAC,EACvC,UAAU,GAAG,UAAU,GAAG,cAAc,GAAG,SAAS,GAAG,OAAO,CAC/D,CAAC;AAEF,YAAY,EAAE,WAAW,EAAE,CAAC"}
|
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
package/dist/index.d.ts
CHANGED
@@ -25,6 +25,7 @@ export * from "./components/PopoverProps";
|
|
25
25
|
export * from "./components/RadioProps";
|
26
26
|
export * from "./components/SelectProps";
|
27
27
|
export * from "./components/SkeletonProps";
|
28
|
+
export * from "./components/SwitchProps";
|
28
29
|
export * from "./components/TableProps";
|
29
30
|
export * from "./components/TabProps";
|
30
31
|
export * from "./components/TextareaProps";
|
package/dist/index.d.ts.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AACA,cAAc,2BAA2B,CAAC;AAC1C,cAAc,uBAAuB,CAAC;AACtC,cAAc,0BAA0B,CAAC;AACzC,cAAc,iBAAiB,CAAC;AAChC,cAAc,cAAc,CAAC;AAC7B,cAAc,gCAAgC,CAAC;AAC/C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,gBAAgB,CAAC;AAC/B,cAAc,eAAe,CAAC;AAC9B,cAAc,cAAc,CAAC;AAG7B,cAAc,yBAAyB,CAAC;AACxC,cAAc,yBAAyB,CAAC;AACxC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,0BAA0B,CAAC;AACzC,cAAc,wBAAwB,CAAC;AACvC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,0BAA0B,CAAC;AACzC,cAAc,wBAAwB,CAAC;AACvC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,yBAAyB,CAAC;AACxC,cAAc,yBAAyB,CAAC;AACxC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,yBAAyB,CAAC;AACxC,cAAc,0BAA0B,CAAC;AACzC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,yBAAyB,CAAC;AACxC,cAAc,uBAAuB,CAAC;AACtC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,yBAAyB,CAAC;AACxC,cAAc,2BAA2B,CAAC;AAG1C,cAAc,gBAAgB,CAAC;AAC/B,cAAc,eAAe,CAAC;AAC9B,cAAc,eAAe,CAAC;AAG9B,cAAc,yBAAyB,CAAC;AACxC,cAAc,uBAAuB,CAAC;AAGtC,cAAc,wCAAwC,CAAC;AACvD,cAAc,sCAAsC,CAAC"}
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AACA,cAAc,2BAA2B,CAAC;AAC1C,cAAc,uBAAuB,CAAC;AACtC,cAAc,0BAA0B,CAAC;AACzC,cAAc,iBAAiB,CAAC;AAChC,cAAc,cAAc,CAAC;AAC7B,cAAc,gCAAgC,CAAC;AAC/C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,gBAAgB,CAAC;AAC/B,cAAc,eAAe,CAAC;AAC9B,cAAc,cAAc,CAAC;AAG7B,cAAc,yBAAyB,CAAC;AACxC,cAAc,yBAAyB,CAAC;AACxC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,0BAA0B,CAAC;AACzC,cAAc,wBAAwB,CAAC;AACvC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,0BAA0B,CAAC;AACzC,cAAc,wBAAwB,CAAC;AACvC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,yBAAyB,CAAC;AACxC,cAAc,yBAAyB,CAAC;AACxC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,yBAAyB,CAAC;AACxC,cAAc,0BAA0B,CAAC;AACzC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,0BAA0B,CAAC;AACzC,cAAc,yBAAyB,CAAC;AACxC,cAAc,uBAAuB,CAAC;AACtC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,yBAAyB,CAAC;AACxC,cAAc,2BAA2B,CAAC;AAG1C,cAAc,gBAAgB,CAAC;AAC/B,cAAc,eAAe,CAAC;AAC9B,cAAc,eAAe,CAAC;AAG9B,cAAc,yBAAyB,CAAC;AACxC,cAAc,uBAAuB,CAAC;AAGtC,cAAc,wCAAwC,CAAC;AACvD,cAAc,sCAAsC,CAAC"}
|
package/dist/index.js
CHANGED
@@ -27,6 +27,7 @@ export * from "./components/PopoverProps";
|
|
27
27
|
export * from "./components/RadioProps";
|
28
28
|
export * from "./components/SelectProps";
|
29
29
|
export * from "./components/SkeletonProps";
|
30
|
+
export * from "./components/SwitchProps";
|
30
31
|
export * from "./components/TableProps";
|
31
32
|
export * from "./components/TabProps";
|
32
33
|
export * from "./components/TextareaProps";
|
package/package.json
CHANGED
@@ -0,0 +1,15 @@
|
|
1
|
+
import type { ButtonHTMLAttributes } from "react";
|
2
|
+
|
3
|
+
type SwitchProps = {
|
4
|
+
size?: "sm" | "md" | "lg";
|
5
|
+
defaultChecked?: boolean;
|
6
|
+
checked?: boolean;
|
7
|
+
value?: string;
|
8
|
+
name: string;
|
9
|
+
onCheck?: (value: string) => void;
|
10
|
+
} & Omit<
|
11
|
+
ButtonHTMLAttributes<HTMLButtonElement>,
|
12
|
+
"children" | "onChange" | "defaultValue" | "onCheck" | "value"
|
13
|
+
>;
|
14
|
+
|
15
|
+
export type { SwitchProps };
|
package/src/index.ts
CHANGED
@@ -28,6 +28,7 @@ export * from "./components/PopoverProps";
|
|
28
28
|
export * from "./components/RadioProps";
|
29
29
|
export * from "./components/SelectProps";
|
30
30
|
export * from "./components/SkeletonProps";
|
31
|
+
export * from "./components/SwitchProps";
|
31
32
|
export * from "./components/TableProps";
|
32
33
|
export * from "./components/TabProps";
|
33
34
|
export * from "./components/TextareaProps";
|