@jamsrui/checkbox 0.0.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/README.md +40 -0
- package/dist/checkbox-CWnfFigl.d.mts +49 -0
- package/dist/checkbox-config.d.mts +26 -0
- package/dist/checkbox-config.d.ts +26 -0
- package/dist/checkbox-config.js +1 -0
- package/dist/checkbox-config.mjs +1 -0
- package/dist/checkbox-content.d.mts +10 -0
- package/dist/checkbox-content.d.ts +10 -0
- package/dist/checkbox-content.js +1 -0
- package/dist/checkbox-content.mjs +1 -0
- package/dist/checkbox-context.d.mts +23 -0
- package/dist/checkbox-context.d.ts +23 -0
- package/dist/checkbox-context.js +1 -0
- package/dist/checkbox-context.mjs +1 -0
- package/dist/checkbox-d_uKhq9f.d.ts +49 -0
- package/dist/checkbox-description.d.mts +10 -0
- package/dist/checkbox-description.d.ts +10 -0
- package/dist/checkbox-description.js +1 -0
- package/dist/checkbox-description.mjs +1 -0
- package/dist/checkbox-errror-message.d.mts +10 -0
- package/dist/checkbox-errror-message.d.ts +10 -0
- package/dist/checkbox-errror-message.js +1 -0
- package/dist/checkbox-errror-message.mjs +1 -0
- package/dist/checkbox-helper-text.d.mts +10 -0
- package/dist/checkbox-helper-text.d.ts +10 -0
- package/dist/checkbox-helper-text.js +1 -0
- package/dist/checkbox-helper-text.mjs +1 -0
- package/dist/checkbox-input.d.mts +10 -0
- package/dist/checkbox-input.d.ts +10 -0
- package/dist/checkbox-input.js +1 -0
- package/dist/checkbox-input.mjs +1 -0
- package/dist/checkbox-label.d.mts +10 -0
- package/dist/checkbox-label.d.ts +10 -0
- package/dist/checkbox-label.js +1 -0
- package/dist/checkbox-label.mjs +1 -0
- package/dist/checkbox-trigger.d.mts +10 -0
- package/dist/checkbox-trigger.d.ts +10 -0
- package/dist/checkbox-trigger.js +1 -0
- package/dist/checkbox-trigger.mjs +1 -0
- package/dist/checkbox-wrapper.d.mts +10 -0
- package/dist/checkbox-wrapper.d.ts +10 -0
- package/dist/checkbox-wrapper.js +1 -0
- package/dist/checkbox-wrapper.mjs +1 -0
- package/dist/checkbox.d.mts +14 -0
- package/dist/checkbox.d.ts +14 -0
- package/dist/checkbox.js +1 -0
- package/dist/checkbox.mjs +1 -0
- package/dist/chunk-5CILCJAP.js +1 -0
- package/dist/chunk-7AKSBL7F.mjs +1 -0
- package/dist/chunk-7PZ7P6T7.js +1 -0
- package/dist/chunk-ARBD3IZT.mjs +1 -0
- package/dist/chunk-CW4PYEE6.mjs +1 -0
- package/dist/chunk-DOBJZMCO.mjs +1 -0
- package/dist/chunk-DR5STDBM.js +1 -0
- package/dist/chunk-HWMAH35P.mjs +1 -0
- package/dist/chunk-IYBWXFEX.mjs +1 -0
- package/dist/chunk-KAAT7XQ4.js +1 -0
- package/dist/chunk-LDCNQYS6.js +1 -0
- package/dist/chunk-MNOMO4I5.mjs +1 -0
- package/dist/chunk-MPUINCKZ.mjs +1 -0
- package/dist/chunk-PN7YXAUC.mjs +1 -0
- package/dist/chunk-QXRG2ERF.mjs +1 -0
- package/dist/chunk-SD2IX7L7.mjs +1 -0
- package/dist/chunk-TSDBXBEK.mjs +1 -0
- package/dist/chunk-UTZOLT4H.js +1 -0
- package/dist/chunk-VNLFBMKL.js +1 -0
- package/dist/chunk-VTOGTPRC.js +1 -0
- package/dist/chunk-WXKLUAOJ.mjs +1 -0
- package/dist/chunk-X5H3UDZK.js +1 -0
- package/dist/chunk-XIOVDRNK.js +1 -0
- package/dist/chunk-YDFRQRKM.js +1 -0
- package/dist/chunk-YIEWSVHS.js +1 -0
- package/dist/chunk-ZVEW3MID.js +1 -0
- package/dist/index.d.mts +16 -0
- package/dist/index.d.ts +16 -0
- package/dist/index.js +1 -0
- package/dist/index.mjs +1 -0
- package/dist/styles.d.mts +93 -0
- package/dist/styles.d.ts +93 -0
- package/dist/styles.js +1 -0
- package/dist/styles.mjs +1 -0
- package/dist/use-checkbox.d.mts +14 -0
- package/dist/use-checkbox.d.ts +14 -0
- package/dist/use-checkbox.js +1 -0
- package/dist/use-checkbox.mjs +1 -0
- package/package.json +48 -0
package/dist/styles.d.ts
ADDED
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
import * as tailwind_variants from 'tailwind-variants';
|
|
2
|
+
import { VariantProps } from '@jamsr-ui/utils';
|
|
3
|
+
|
|
4
|
+
declare const test = "";
|
|
5
|
+
declare const checkboxVariants: tailwind_variants.TVReturnType<{
|
|
6
|
+
isInvalid: {
|
|
7
|
+
true: {
|
|
8
|
+
label: string;
|
|
9
|
+
helperText: string;
|
|
10
|
+
checkbox: string;
|
|
11
|
+
};
|
|
12
|
+
};
|
|
13
|
+
radius: {
|
|
14
|
+
sm: {};
|
|
15
|
+
md: {};
|
|
16
|
+
lg: {};
|
|
17
|
+
xl: {};
|
|
18
|
+
"2xl": {};
|
|
19
|
+
"3xl": {};
|
|
20
|
+
full: {};
|
|
21
|
+
none: {};
|
|
22
|
+
};
|
|
23
|
+
}, {
|
|
24
|
+
root: string[];
|
|
25
|
+
wrapper: string;
|
|
26
|
+
label: string;
|
|
27
|
+
helperText: string;
|
|
28
|
+
input: string[];
|
|
29
|
+
trigger: string[];
|
|
30
|
+
description: string;
|
|
31
|
+
content: string;
|
|
32
|
+
errorMessage: string;
|
|
33
|
+
}, undefined, {
|
|
34
|
+
isInvalid: {
|
|
35
|
+
true: {
|
|
36
|
+
label: string;
|
|
37
|
+
helperText: string;
|
|
38
|
+
checkbox: string;
|
|
39
|
+
};
|
|
40
|
+
};
|
|
41
|
+
radius: {
|
|
42
|
+
sm: {};
|
|
43
|
+
md: {};
|
|
44
|
+
lg: {};
|
|
45
|
+
xl: {};
|
|
46
|
+
"2xl": {};
|
|
47
|
+
"3xl": {};
|
|
48
|
+
full: {};
|
|
49
|
+
none: {};
|
|
50
|
+
};
|
|
51
|
+
}, {
|
|
52
|
+
root: string[];
|
|
53
|
+
wrapper: string;
|
|
54
|
+
label: string;
|
|
55
|
+
helperText: string;
|
|
56
|
+
input: string[];
|
|
57
|
+
trigger: string[];
|
|
58
|
+
description: string;
|
|
59
|
+
content: string;
|
|
60
|
+
errorMessage: string;
|
|
61
|
+
}, tailwind_variants.TVReturnType<{
|
|
62
|
+
isInvalid: {
|
|
63
|
+
true: {
|
|
64
|
+
label: string;
|
|
65
|
+
helperText: string;
|
|
66
|
+
checkbox: string;
|
|
67
|
+
};
|
|
68
|
+
};
|
|
69
|
+
radius: {
|
|
70
|
+
sm: {};
|
|
71
|
+
md: {};
|
|
72
|
+
lg: {};
|
|
73
|
+
xl: {};
|
|
74
|
+
"2xl": {};
|
|
75
|
+
"3xl": {};
|
|
76
|
+
full: {};
|
|
77
|
+
none: {};
|
|
78
|
+
};
|
|
79
|
+
}, {
|
|
80
|
+
root: string[];
|
|
81
|
+
wrapper: string;
|
|
82
|
+
label: string;
|
|
83
|
+
helperText: string;
|
|
84
|
+
input: string[];
|
|
85
|
+
trigger: string[];
|
|
86
|
+
description: string;
|
|
87
|
+
content: string;
|
|
88
|
+
errorMessage: string;
|
|
89
|
+
}, undefined, unknown, unknown, undefined>>;
|
|
90
|
+
type CheckboxVariantProps = VariantProps<typeof checkboxVariants>;
|
|
91
|
+
type CheckboxSlots = keyof ReturnType<typeof checkboxVariants>;
|
|
92
|
+
|
|
93
|
+
export { type CheckboxSlots, type CheckboxVariantProps, checkboxVariants, test };
|
package/dist/styles.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});var _chunkDR5STDBMjs = require('./chunk-DR5STDBM.js');exports.checkboxVariants = _chunkDR5STDBMjs.b; exports.test = _chunkDR5STDBMjs.a;
|
package/dist/styles.mjs
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{a,b}from"./chunk-MPUINCKZ.mjs";export{b as checkboxVariants,a as test};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import 'react';
|
|
2
|
+
import '@jamsrui/utils';
|
|
3
|
+
export { u as useCheckbox } from './checkbox-CWnfFigl.mjs';
|
|
4
|
+
import './checkbox-content.mjs';
|
|
5
|
+
import './checkbox-description.mjs';
|
|
6
|
+
import './checkbox-helper-text.mjs';
|
|
7
|
+
import './checkbox-input.mjs';
|
|
8
|
+
import './checkbox-label.mjs';
|
|
9
|
+
import './checkbox-trigger.mjs';
|
|
10
|
+
import './checkbox-wrapper.mjs';
|
|
11
|
+
import './styles.mjs';
|
|
12
|
+
import './checkbox-errror-message.mjs';
|
|
13
|
+
import 'tailwind-variants';
|
|
14
|
+
import '@jamsr-ui/utils';
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import 'react';
|
|
2
|
+
import '@jamsrui/utils';
|
|
3
|
+
export { u as useCheckbox } from './checkbox-d_uKhq9f.js';
|
|
4
|
+
import './checkbox-content.js';
|
|
5
|
+
import './checkbox-description.js';
|
|
6
|
+
import './checkbox-helper-text.js';
|
|
7
|
+
import './checkbox-input.js';
|
|
8
|
+
import './checkbox-label.js';
|
|
9
|
+
import './checkbox-trigger.js';
|
|
10
|
+
import './checkbox-wrapper.js';
|
|
11
|
+
import './styles.js';
|
|
12
|
+
import './checkbox-errror-message.js';
|
|
13
|
+
import 'tailwind-variants';
|
|
14
|
+
import '@jamsr-ui/utils';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});var _chunkXIOVDRNKjs = require('./chunk-XIOVDRNK.js');require('./chunk-DR5STDBM.js');exports.useCheckbox = _chunkXIOVDRNKjs.a;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{a}from"./chunk-SD2IX7L7.mjs";import"./chunk-MPUINCKZ.mjs";export{a as useCheckbox};
|
package/package.json
ADDED
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@jamsrui/checkbox",
|
|
3
|
+
"version": "0.0.2",
|
|
4
|
+
"peerDependencies": {
|
|
5
|
+
"react": ">=19"
|
|
6
|
+
},
|
|
7
|
+
"dependencies": {
|
|
8
|
+
"@jamsrui/hooks": "^0.0.2",
|
|
9
|
+
"@jamsrui/utils": "^0.0.2",
|
|
10
|
+
"@jamsrui/core": "^0.0.2"
|
|
11
|
+
},
|
|
12
|
+
"exports": {
|
|
13
|
+
".": {
|
|
14
|
+
"types": "./dist/index.d.ts",
|
|
15
|
+
"import": "./dist/index.mjs",
|
|
16
|
+
"require": "./dist/index.js"
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
"description": "A modern and beautiful Next.js UI components library.",
|
|
20
|
+
"keywords": [
|
|
21
|
+
"react",
|
|
22
|
+
"ui",
|
|
23
|
+
"UI components",
|
|
24
|
+
"Next.js",
|
|
25
|
+
"React",
|
|
26
|
+
"JamsrUI",
|
|
27
|
+
"jamsr-ui",
|
|
28
|
+
"TypeScript"
|
|
29
|
+
],
|
|
30
|
+
"sideEffects": false,
|
|
31
|
+
"license": "MIT",
|
|
32
|
+
"author": "@jamsrworld",
|
|
33
|
+
"repository": {
|
|
34
|
+
"type": "git",
|
|
35
|
+
"url": "https://github.com/jamsrworld/jamsr-ui"
|
|
36
|
+
},
|
|
37
|
+
"bugs": {
|
|
38
|
+
"url": "https://github.com/jamsrworld/jamsr-ui/issues"
|
|
39
|
+
},
|
|
40
|
+
"homepage": "https://jamsr-ui.jamsrworld.com",
|
|
41
|
+
"files": [
|
|
42
|
+
"dist",
|
|
43
|
+
"README",
|
|
44
|
+
"README.md",
|
|
45
|
+
"package.json",
|
|
46
|
+
"LICENSE"
|
|
47
|
+
]
|
|
48
|
+
}
|