@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.
Files changed (86) hide show
  1. package/README.md +40 -0
  2. package/dist/checkbox-CWnfFigl.d.mts +49 -0
  3. package/dist/checkbox-config.d.mts +26 -0
  4. package/dist/checkbox-config.d.ts +26 -0
  5. package/dist/checkbox-config.js +1 -0
  6. package/dist/checkbox-config.mjs +1 -0
  7. package/dist/checkbox-content.d.mts +10 -0
  8. package/dist/checkbox-content.d.ts +10 -0
  9. package/dist/checkbox-content.js +1 -0
  10. package/dist/checkbox-content.mjs +1 -0
  11. package/dist/checkbox-context.d.mts +23 -0
  12. package/dist/checkbox-context.d.ts +23 -0
  13. package/dist/checkbox-context.js +1 -0
  14. package/dist/checkbox-context.mjs +1 -0
  15. package/dist/checkbox-d_uKhq9f.d.ts +49 -0
  16. package/dist/checkbox-description.d.mts +10 -0
  17. package/dist/checkbox-description.d.ts +10 -0
  18. package/dist/checkbox-description.js +1 -0
  19. package/dist/checkbox-description.mjs +1 -0
  20. package/dist/checkbox-errror-message.d.mts +10 -0
  21. package/dist/checkbox-errror-message.d.ts +10 -0
  22. package/dist/checkbox-errror-message.js +1 -0
  23. package/dist/checkbox-errror-message.mjs +1 -0
  24. package/dist/checkbox-helper-text.d.mts +10 -0
  25. package/dist/checkbox-helper-text.d.ts +10 -0
  26. package/dist/checkbox-helper-text.js +1 -0
  27. package/dist/checkbox-helper-text.mjs +1 -0
  28. package/dist/checkbox-input.d.mts +10 -0
  29. package/dist/checkbox-input.d.ts +10 -0
  30. package/dist/checkbox-input.js +1 -0
  31. package/dist/checkbox-input.mjs +1 -0
  32. package/dist/checkbox-label.d.mts +10 -0
  33. package/dist/checkbox-label.d.ts +10 -0
  34. package/dist/checkbox-label.js +1 -0
  35. package/dist/checkbox-label.mjs +1 -0
  36. package/dist/checkbox-trigger.d.mts +10 -0
  37. package/dist/checkbox-trigger.d.ts +10 -0
  38. package/dist/checkbox-trigger.js +1 -0
  39. package/dist/checkbox-trigger.mjs +1 -0
  40. package/dist/checkbox-wrapper.d.mts +10 -0
  41. package/dist/checkbox-wrapper.d.ts +10 -0
  42. package/dist/checkbox-wrapper.js +1 -0
  43. package/dist/checkbox-wrapper.mjs +1 -0
  44. package/dist/checkbox.d.mts +14 -0
  45. package/dist/checkbox.d.ts +14 -0
  46. package/dist/checkbox.js +1 -0
  47. package/dist/checkbox.mjs +1 -0
  48. package/dist/chunk-5CILCJAP.js +1 -0
  49. package/dist/chunk-7AKSBL7F.mjs +1 -0
  50. package/dist/chunk-7PZ7P6T7.js +1 -0
  51. package/dist/chunk-ARBD3IZT.mjs +1 -0
  52. package/dist/chunk-CW4PYEE6.mjs +1 -0
  53. package/dist/chunk-DOBJZMCO.mjs +1 -0
  54. package/dist/chunk-DR5STDBM.js +1 -0
  55. package/dist/chunk-HWMAH35P.mjs +1 -0
  56. package/dist/chunk-IYBWXFEX.mjs +1 -0
  57. package/dist/chunk-KAAT7XQ4.js +1 -0
  58. package/dist/chunk-LDCNQYS6.js +1 -0
  59. package/dist/chunk-MNOMO4I5.mjs +1 -0
  60. package/dist/chunk-MPUINCKZ.mjs +1 -0
  61. package/dist/chunk-PN7YXAUC.mjs +1 -0
  62. package/dist/chunk-QXRG2ERF.mjs +1 -0
  63. package/dist/chunk-SD2IX7L7.mjs +1 -0
  64. package/dist/chunk-TSDBXBEK.mjs +1 -0
  65. package/dist/chunk-UTZOLT4H.js +1 -0
  66. package/dist/chunk-VNLFBMKL.js +1 -0
  67. package/dist/chunk-VTOGTPRC.js +1 -0
  68. package/dist/chunk-WXKLUAOJ.mjs +1 -0
  69. package/dist/chunk-X5H3UDZK.js +1 -0
  70. package/dist/chunk-XIOVDRNK.js +1 -0
  71. package/dist/chunk-YDFRQRKM.js +1 -0
  72. package/dist/chunk-YIEWSVHS.js +1 -0
  73. package/dist/chunk-ZVEW3MID.js +1 -0
  74. package/dist/index.d.mts +16 -0
  75. package/dist/index.d.ts +16 -0
  76. package/dist/index.js +1 -0
  77. package/dist/index.mjs +1 -0
  78. package/dist/styles.d.mts +93 -0
  79. package/dist/styles.d.ts +93 -0
  80. package/dist/styles.js +1 -0
  81. package/dist/styles.mjs +1 -0
  82. package/dist/use-checkbox.d.mts +14 -0
  83. package/dist/use-checkbox.d.ts +14 -0
  84. package/dist/use-checkbox.js +1 -0
  85. package/dist/use-checkbox.mjs +1 -0
  86. package/package.json +48 -0
@@ -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;
@@ -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
+ }