@jamsrui/checkbox 0.0.3 → 0.0.4
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/checkbox-config.d.mts +0 -1
- package/dist/checkbox-context.d.mts +0 -1
- package/dist/checkbox.d.mts +0 -1
- package/dist/index.d.mts +0 -1
- package/dist/styles.d.mts +1 -1
- package/dist/styles.mjs +1 -1
- package/dist/use-checkbox.d.mts +0 -1
- package/package.json +4 -4
|
@@ -11,7 +11,6 @@ import './checkbox-trigger.mjs';
|
|
|
11
11
|
import './checkbox-wrapper.mjs';
|
|
12
12
|
import './styles.mjs';
|
|
13
13
|
import 'tailwind-variants';
|
|
14
|
-
import '@jamsr-ui/utils';
|
|
15
14
|
import './checkbox-errror-message.mjs';
|
|
16
15
|
|
|
17
16
|
declare const useCheckboxConfig: () => CheckboxConfig.Props;
|
|
@@ -10,7 +10,6 @@ import './checkbox-trigger.mjs';
|
|
|
10
10
|
import './checkbox-wrapper.mjs';
|
|
11
11
|
import './styles.mjs';
|
|
12
12
|
import 'tailwind-variants';
|
|
13
|
-
import '@jamsr-ui/utils';
|
|
14
13
|
import './checkbox-errror-message.mjs';
|
|
15
14
|
|
|
16
15
|
declare const useCheckboxContext: () => CheckboxContext.Props;
|
package/dist/checkbox.d.mts
CHANGED
package/dist/index.d.mts
CHANGED
package/dist/styles.d.mts
CHANGED
package/dist/styles.mjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import{focusVisibleClasses as e,radiusVariant as r,tv as t}from"@
|
|
1
|
+
import{focusVisibleClasses as e,radiusVariant as r,tv as t}from"@jamsrui/utils";const a="",i=t({slots:{root:["group flex flex-col gap-2","ui-disabled:opacity-60","ui-disabled:cursor-not-allowed"],wrapper:"flex gap-2",label:"shrink-0 text-sm font-normal leading-none text-foreground uig-interactive:cursor-pointer uig-disabled:cursor-not-allowed",helperText:"text-xs text-foreground-600",input:[...e,"border-default-200 uig-hover:border-default-400","relative size-5 appearance-none border-2 uig-checked:border-primary uig-checked:bg-primary uig-interactive:cursor-pointer","uig-disabled:cursor-not-allowed"],trigger:["relative flex size-max items-center","disabled:cursor-not-allowed"],description:"text-xs text-foreground-500",content:"flex flex-col justify-center gap-1",errorMessage:""},variants:{isInvalid:{true:{label:"text-danger",helperText:"text-danger",checkbox:"border-danger"}},radius:r("checkbox")},defaultVariants:{radius:"md"}});export{i as checkboxVariants,a as test};
|
package/dist/use-checkbox.d.mts
CHANGED
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jamsrui/checkbox",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.4",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"react": ">=19"
|
|
6
6
|
},
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@jamsrui/hooks": "^0.0.
|
|
9
|
-
"@jamsrui/core": "^0.0.
|
|
10
|
-
"@jamsrui/utils": "^0.0.
|
|
8
|
+
"@jamsrui/hooks": "^0.0.4",
|
|
9
|
+
"@jamsrui/core": "^0.0.4",
|
|
10
|
+
"@jamsrui/utils": "^0.0.4"
|
|
11
11
|
},
|
|
12
12
|
"exports": {
|
|
13
13
|
".": {
|