@jamsrui/icon-button 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 ADDED
@@ -0,0 +1,40 @@
1
+ # πŸš€ **JamsrUI**
2
+
3
+ **A comprehensive React UI component library designed for developers, with Tailwind CSS integration for seamless styling.**
4
+
5
+
6
+ ## πŸ“– **Overview**
7
+
8
+ [JamsrUI](https://jamsr-ui.jamsrworld.com) is designed to help developers build modern, fast and visually appealing web applications with ease.
9
+
10
+ ## πŸš€ Getting Started
11
+
12
+ Boost & Build your websites using [JamsrUI](https://jamsr-ui.jamsrworld.com).
13
+
14
+ ## ✨ Features
15
+
16
+ - πŸš€ **Production-Ready**: Optimized for modern React projects.
17
+ - 🎨 **Customizable**: Easily override styles and themes.
18
+ - πŸ› οΈ **Reusable Components**: Save time with prebuilt, efficient UI elements.
19
+ - ⚑ **Developer-Friendly**: Simple API and well-documented usage.
20
+ - πŸ“¦ **Lightweight**: Minimal dependencies for fast performance.
21
+ - πŸ–₯️ **Modern Design**: Clean, responsive, and user-friendly components.
22
+
23
+ ## 🌱 Community
24
+
25
+ We’re thrilled to see the community actively engage with **JamsrUI**! Whether you're sharing feedback, reporting bugs, requesting features, or showcasing projects built with JamsrUI, your involvement helps us grow and improve.
26
+
27
+ ### How to Engage
28
+
29
+ - πŸ’¬ **Report Bugs**: [GitHub Issues](https://github.com/jamsrworld/jamsr-ui/issues)
30
+ - πŸš€ **Request Features**: Share ideas for new components.
31
+ - 🀝 **Showcase Projects**: Let us know how you use JamsrUI.
32
+
33
+ ## Contributing
34
+
35
+ We welcome contributions from developers of all skill levels!
36
+
37
+ ## ⭐ Support the Project
38
+
39
+ If you find **JamsrUI** helpful, consider giving it a ⭐ on [GitHub](https://github.com/jamsrworld/jamsr-ui).
40
+
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true});var _chunkXQYFQDZAjs = require('./chunk-XQYFQDZA.js');var _hooks = require('@jamsrui/hooks');var l=t=>{let{children:n}=t,o=_chunkXQYFQDZAjs.a.call(void 0, t),{getButtonProps:r,getLabelProps:s}=o,c=React.createElement(React.Fragment,null,React.createElement("span",{...s({})}),n);return _hooks.useRenderElement.call(void 0, "button",{props:[r(),{children:c}]})};exports.a = l;
@@ -0,0 +1 @@
1
+ import{a as e}from"./chunk-WZJPBIYC.mjs";import{useRenderElement as p}from"@jamsrui/hooks";var l=t=>{let{children:n}=t,o=e(t),{getButtonProps:r,getLabelProps:s}=o,c=React.createElement(React.Fragment,null,React.createElement("span",{...s({})}),n);return p("button",{props:[r(),{children:c}]})};export{l as a};
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true});var _utils = require('@jamsrui/utils');var[n,r]=_utils.createConfigContext.call(void 0, {displayName:"IconButtonConfig"});exports.a = n; exports.b = r;
@@ -0,0 +1 @@
1
+ import{allColors as i,allVariants as t,colorVariants as e,radiusBaseVariant as n,tv as s}from"@jamsrui/utils";var l="",d=s({base:["z-0","cursor-pointer","shrink-0","group","relative","inline-flex","items-center","justify-center","box-border","appearance-none","outline-none","select-none","whitespace-nowrap","min-w-max","font-medium","tap-highlight-transparent","transition-transform","focus-visible:ring-2 focus-visible:ring-primary","ui-disabled:cursor-not-allowed ui-disabled:opacity-60","text-transform-inherit"],variants:{color:{default:"",primary:"",secondary:"",success:"",warning:"",danger:""},variant:{solid:"",bordered:"border-2 bg-transparent",light:"",text:"",flat:""},size:{xs:"size-6 rounded",sm:"size-8 min-w-8 rounded-lg",md:"size-10 min-w-10 rounded-xl",lg:"size-12 min-w-12 rounded-2xl"},disableAnimation:{true:"!transition-none",false:"data-[pressed=true]:scale-[0.97]"},radius:n},compoundVariants:[...t.flatMap(a=>i.map(r=>({variant:a,color:r,className:e[a][r]})))],defaultVariants:{variant:"solid",color:"default",size:"md",radius:"md",disableAnimation:!1}});export{l as a,d as b};
@@ -0,0 +1 @@
1
+ import{createConfigContext as o}from"@jamsrui/utils";var[n,r]=o({displayName:"IconButtonConfig"});export{n as a,r as b};
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true});var _utils = require('@jamsrui/utils');var l="",d= exports.b =_utils.tv.call(void 0, {base:["z-0","cursor-pointer","shrink-0","group","relative","inline-flex","items-center","justify-center","box-border","appearance-none","outline-none","select-none","whitespace-nowrap","min-w-max","font-medium","tap-highlight-transparent","transition-transform","focus-visible:ring-2 focus-visible:ring-primary","ui-disabled:cursor-not-allowed ui-disabled:opacity-60","text-transform-inherit"],variants:{color:{default:"",primary:"",secondary:"",success:"",warning:"",danger:""},variant:{solid:"",bordered:"border-2 bg-transparent",light:"",text:"",flat:""},size:{xs:"size-6 rounded",sm:"size-8 min-w-8 rounded-lg",md:"size-10 min-w-10 rounded-xl",lg:"size-12 min-w-12 rounded-2xl"},disableAnimation:{true:"!transition-none",false:"data-[pressed=true]:scale-[0.97]"},radius:_utils.radiusBaseVariant},compoundVariants:[..._utils.allVariants.flatMap(a=>_utils.allColors.map(r=>({variant:a,color:r,className:_utils.colorVariants[a][r]})))],defaultVariants:{variant:"solid",color:"default",size:"md",radius:"md",disableAnimation:!1}});exports.a = l; exports.b = d;
@@ -0,0 +1 @@
1
+ import{b as a}from"./chunk-P52JHGTV.mjs";import{useCallback as m,useId as I,useMemo as B}from"react";import{cn as f,dataAttrDev as g,mapPropsVariants as D}from"@jamsrui/utils";var C=u=>{let[d,b]=D(u,a.variantKeys),{type:r="button",label:e,isDisabled:P,isLoading:s,disabled:y,className:n,...i}=d,p=a(b),t=I(),o=P??s??y,l=m(()=>({...i,"data-component":g("icon-button"),className:f(p,n),"aria-label":e,"aria-labelledby":t,type:r,disabled:o,"data-disabled":o,"aria-disabled":o}),[n,t,o,e,i,p,r]),c=m(()=>({"aria-hidden":!0,id:t,className:"sr-only"}),[t]);return B(()=>({getButtonProps:l,getLabelProps:c,isLoading:s,isDisabled:o}),[l,c,o,s])};export{C as a};
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } }var _chunkWYKLWMH4js = require('./chunk-WYKLWMH4.js');var _react = require('react');var _utils = require('@jamsrui/utils');var C=u=>{let[d,b]=_utils.mapPropsVariants.call(void 0, u,_chunkWYKLWMH4js.b.variantKeys),{type:r="button",label:e,isDisabled:P,isLoading:s,disabled:y,className:n,...i}=d,p=_chunkWYKLWMH4js.b.call(void 0, b),t=_react.useId.call(void 0, ),o=_nullishCoalesce(_nullishCoalesce(P, () => (s)), () => (y)),l=_react.useCallback.call(void 0, ()=>({...i,"data-component":_utils.dataAttrDev.call(void 0, "icon-button"),className:_utils.cn.call(void 0, p,n),"aria-label":e,"aria-labelledby":t,type:r,disabled:o,"data-disabled":o,"aria-disabled":o}),[n,t,o,e,i,p,r]),c=_react.useCallback.call(void 0, ()=>({"aria-hidden":!0,id:t,className:"sr-only"}),[t]);return _react.useMemo.call(void 0, ()=>({getButtonProps:l,getLabelProps:c,isLoading:s,isDisabled:o}),[l,c,o,s])};exports.a = C;
@@ -0,0 +1,25 @@
1
+ import * as react from 'react';
2
+ import { PropGetter, UIProps } from '@jamsrui/utils';
3
+ import { IconButtonVariantProps } from './styles.js';
4
+
5
+ declare const useIconButton: (props: useIconButton.Props) => {
6
+ getButtonProps: () => Partial<IconButton.Props>;
7
+ getLabelProps: PropGetter<react.DetailedHTMLProps<react.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>>;
8
+ isLoading: boolean | undefined;
9
+ isDisabled: boolean | undefined;
10
+ };
11
+ declare namespace useIconButton {
12
+ interface Props extends IconButtonVariantProps, UIProps<"button"> {
13
+ label: string;
14
+ isDisabled?: boolean;
15
+ isLoading?: boolean;
16
+ }
17
+ }
18
+
19
+ declare const IconButton: (props: IconButton.Props) => react.ReactElement<unknown, string | react.JSXElementConstructor<any>>;
20
+ declare namespace IconButton {
21
+ interface Props extends useIconButton.Props {
22
+ }
23
+ }
24
+
25
+ export { IconButton as I, useIconButton as u };
@@ -0,0 +1,25 @@
1
+ import * as react from 'react';
2
+ import { PropGetter, UIProps } from '@jamsrui/utils';
3
+ import { IconButtonVariantProps } from './styles.mjs';
4
+
5
+ declare const useIconButton: (props: useIconButton.Props) => {
6
+ getButtonProps: () => Partial<IconButton.Props>;
7
+ getLabelProps: PropGetter<react.DetailedHTMLProps<react.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>>;
8
+ isLoading: boolean | undefined;
9
+ isDisabled: boolean | undefined;
10
+ };
11
+ declare namespace useIconButton {
12
+ interface Props extends IconButtonVariantProps, UIProps<"button"> {
13
+ label: string;
14
+ isDisabled?: boolean;
15
+ isLoading?: boolean;
16
+ }
17
+ }
18
+
19
+ declare const IconButton: (props: IconButton.Props) => react.ReactElement<unknown, string | react.JSXElementConstructor<any>>;
20
+ declare namespace IconButton {
21
+ interface Props extends useIconButton.Props {
22
+ }
23
+ }
24
+
25
+ export { IconButton as I, useIconButton as u };
@@ -0,0 +1,21 @@
1
+ import { I as IconButton } from './icon-button-TZJ8FKLc.mjs';
2
+ import * as react from 'react';
3
+ import { GlobalConfigProps } from '@jamsrui/core';
4
+ import '@jamsrui/utils';
5
+ import './styles.mjs';
6
+ import 'tailwind-variants';
7
+
8
+ declare const useIconButtonConfig: () => {
9
+ children?: React.ReactNode;
10
+ };
11
+ declare const IconButtonConfig: (props: {
12
+ children?: React.ReactNode;
13
+ } & {
14
+ merge?: boolean;
15
+ }) => react.JSX.Element;
16
+ declare namespace IconButtonConfig {
17
+ interface Props extends IconButton.Props, GlobalConfigProps<IconButton.Props> {
18
+ }
19
+ }
20
+
21
+ export { IconButtonConfig, useIconButtonConfig };
@@ -0,0 +1,21 @@
1
+ import { I as IconButton } from './icon-button-DkTssJvE.js';
2
+ import * as react from 'react';
3
+ import { GlobalConfigProps } from '@jamsrui/core';
4
+ import '@jamsrui/utils';
5
+ import './styles.js';
6
+ import 'tailwind-variants';
7
+
8
+ declare const useIconButtonConfig: () => {
9
+ children?: React.ReactNode;
10
+ };
11
+ declare const IconButtonConfig: (props: {
12
+ children?: React.ReactNode;
13
+ } & {
14
+ merge?: boolean;
15
+ }) => react.JSX.Element;
16
+ declare namespace IconButtonConfig {
17
+ interface Props extends IconButton.Props, GlobalConfigProps<IconButton.Props> {
18
+ }
19
+ }
20
+
21
+ export { IconButtonConfig, useIconButtonConfig };
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true});var _chunkMGRF3OGEjs = require('./chunk-MGRF3OGE.js');exports.IconButtonConfig = _chunkMGRF3OGEjs.a; exports.useIconButtonConfig = _chunkMGRF3OGEjs.b;
@@ -0,0 +1 @@
1
+ import{a,b}from"./chunk-WOIOR7OF.mjs";export{a as IconButtonConfig,b as useIconButtonConfig};
@@ -0,0 +1,5 @@
1
+ import 'react';
2
+ export { I as IconButton } from './icon-button-TZJ8FKLc.mjs';
3
+ import '@jamsrui/utils';
4
+ import './styles.mjs';
5
+ import 'tailwind-variants';
@@ -0,0 +1,5 @@
1
+ import 'react';
2
+ export { I as IconButton } from './icon-button-DkTssJvE.js';
3
+ import '@jamsrui/utils';
4
+ import './styles.js';
5
+ import 'tailwind-variants';
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true});var _chunk62KSEK2Ljs = require('./chunk-62KSEK2L.js');require('./chunk-XQYFQDZA.js');require('./chunk-WYKLWMH4.js');exports.IconButton = _chunk62KSEK2Ljs.a;
@@ -0,0 +1 @@
1
+ import{a}from"./chunk-DU2XZ4KY.mjs";import"./chunk-WZJPBIYC.mjs";import"./chunk-P52JHGTV.mjs";export{a as IconButton};
@@ -0,0 +1,7 @@
1
+ export { I as IconButton } from './icon-button-TZJ8FKLc.mjs';
2
+ export { IconButtonConfig, useIconButtonConfig } from './icon-button-config.mjs';
3
+ import 'react';
4
+ import '@jamsrui/utils';
5
+ import './styles.mjs';
6
+ import 'tailwind-variants';
7
+ import '@jamsrui/core';
@@ -0,0 +1,7 @@
1
+ export { I as IconButton } from './icon-button-DkTssJvE.js';
2
+ export { IconButtonConfig, useIconButtonConfig } from './icon-button-config.js';
3
+ import 'react';
4
+ import '@jamsrui/utils';
5
+ import './styles.js';
6
+ import 'tailwind-variants';
7
+ import '@jamsrui/core';
package/dist/index.js ADDED
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true});"use client";var _chunkMGRF3OGEjs = require('./chunk-MGRF3OGE.js');var _chunk62KSEK2Ljs = require('./chunk-62KSEK2L.js');require('./chunk-XQYFQDZA.js');require('./chunk-WYKLWMH4.js');exports.IconButton = _chunk62KSEK2Ljs.a; exports.IconButtonConfig = _chunkMGRF3OGEjs.a; exports.useIconButtonConfig = _chunkMGRF3OGEjs.b;
package/dist/index.mjs ADDED
@@ -0,0 +1 @@
1
+ "use client";import{a as o,b as n}from"./chunk-WOIOR7OF.mjs";import{a as t}from"./chunk-DU2XZ4KY.mjs";import"./chunk-WZJPBIYC.mjs";import"./chunk-P52JHGTV.mjs";export{t as IconButton,o as IconButtonConfig,n as useIconButtonConfig};
@@ -0,0 +1,116 @@
1
+ import * as tailwind_variants from 'tailwind-variants';
2
+ import { VariantProps } from '@jamsrui/utils';
3
+
4
+ declare const test = "";
5
+ declare const iconButtonVariants: tailwind_variants.TVReturnType<{
6
+ color: {
7
+ default: string;
8
+ primary: string;
9
+ secondary: string;
10
+ success: string;
11
+ warning: string;
12
+ danger: string;
13
+ };
14
+ variant: {
15
+ solid: string;
16
+ bordered: string;
17
+ light: string;
18
+ text: string;
19
+ flat: string;
20
+ };
21
+ size: {
22
+ xs: string;
23
+ sm: string;
24
+ md: string;
25
+ lg: string;
26
+ };
27
+ disableAnimation: {
28
+ true: string;
29
+ false: string;
30
+ };
31
+ radius: {
32
+ readonly sm: "rounded";
33
+ readonly md: "rounded-md";
34
+ readonly lg: "rounded-lg";
35
+ readonly xl: "rounded-xl";
36
+ readonly "2xl": "rounded-2xl";
37
+ readonly "3xl": "rounded-3xl";
38
+ readonly full: "rounded-full";
39
+ readonly none: "rounded-none";
40
+ };
41
+ }, undefined, string[], {
42
+ color: {
43
+ default: string;
44
+ primary: string;
45
+ secondary: string;
46
+ success: string;
47
+ warning: string;
48
+ danger: string;
49
+ };
50
+ variant: {
51
+ solid: string;
52
+ bordered: string;
53
+ light: string;
54
+ text: string;
55
+ flat: string;
56
+ };
57
+ size: {
58
+ xs: string;
59
+ sm: string;
60
+ md: string;
61
+ lg: string;
62
+ };
63
+ disableAnimation: {
64
+ true: string;
65
+ false: string;
66
+ };
67
+ radius: {
68
+ readonly sm: "rounded";
69
+ readonly md: "rounded-md";
70
+ readonly lg: "rounded-lg";
71
+ readonly xl: "rounded-xl";
72
+ readonly "2xl": "rounded-2xl";
73
+ readonly "3xl": "rounded-3xl";
74
+ readonly full: "rounded-full";
75
+ readonly none: "rounded-none";
76
+ };
77
+ }, undefined, tailwind_variants.TVReturnType<{
78
+ color: {
79
+ default: string;
80
+ primary: string;
81
+ secondary: string;
82
+ success: string;
83
+ warning: string;
84
+ danger: string;
85
+ };
86
+ variant: {
87
+ solid: string;
88
+ bordered: string;
89
+ light: string;
90
+ text: string;
91
+ flat: string;
92
+ };
93
+ size: {
94
+ xs: string;
95
+ sm: string;
96
+ md: string;
97
+ lg: string;
98
+ };
99
+ disableAnimation: {
100
+ true: string;
101
+ false: string;
102
+ };
103
+ radius: {
104
+ readonly sm: "rounded";
105
+ readonly md: "rounded-md";
106
+ readonly lg: "rounded-lg";
107
+ readonly xl: "rounded-xl";
108
+ readonly "2xl": "rounded-2xl";
109
+ readonly "3xl": "rounded-3xl";
110
+ readonly full: "rounded-full";
111
+ readonly none: "rounded-none";
112
+ };
113
+ }, undefined, string[], unknown, unknown, undefined>>;
114
+ type IconButtonVariantProps = VariantProps<typeof iconButtonVariants>;
115
+
116
+ export { type IconButtonVariantProps, iconButtonVariants, test };
@@ -0,0 +1,116 @@
1
+ import * as tailwind_variants from 'tailwind-variants';
2
+ import { VariantProps } from '@jamsrui/utils';
3
+
4
+ declare const test = "";
5
+ declare const iconButtonVariants: tailwind_variants.TVReturnType<{
6
+ color: {
7
+ default: string;
8
+ primary: string;
9
+ secondary: string;
10
+ success: string;
11
+ warning: string;
12
+ danger: string;
13
+ };
14
+ variant: {
15
+ solid: string;
16
+ bordered: string;
17
+ light: string;
18
+ text: string;
19
+ flat: string;
20
+ };
21
+ size: {
22
+ xs: string;
23
+ sm: string;
24
+ md: string;
25
+ lg: string;
26
+ };
27
+ disableAnimation: {
28
+ true: string;
29
+ false: string;
30
+ };
31
+ radius: {
32
+ readonly sm: "rounded";
33
+ readonly md: "rounded-md";
34
+ readonly lg: "rounded-lg";
35
+ readonly xl: "rounded-xl";
36
+ readonly "2xl": "rounded-2xl";
37
+ readonly "3xl": "rounded-3xl";
38
+ readonly full: "rounded-full";
39
+ readonly none: "rounded-none";
40
+ };
41
+ }, undefined, string[], {
42
+ color: {
43
+ default: string;
44
+ primary: string;
45
+ secondary: string;
46
+ success: string;
47
+ warning: string;
48
+ danger: string;
49
+ };
50
+ variant: {
51
+ solid: string;
52
+ bordered: string;
53
+ light: string;
54
+ text: string;
55
+ flat: string;
56
+ };
57
+ size: {
58
+ xs: string;
59
+ sm: string;
60
+ md: string;
61
+ lg: string;
62
+ };
63
+ disableAnimation: {
64
+ true: string;
65
+ false: string;
66
+ };
67
+ radius: {
68
+ readonly sm: "rounded";
69
+ readonly md: "rounded-md";
70
+ readonly lg: "rounded-lg";
71
+ readonly xl: "rounded-xl";
72
+ readonly "2xl": "rounded-2xl";
73
+ readonly "3xl": "rounded-3xl";
74
+ readonly full: "rounded-full";
75
+ readonly none: "rounded-none";
76
+ };
77
+ }, undefined, tailwind_variants.TVReturnType<{
78
+ color: {
79
+ default: string;
80
+ primary: string;
81
+ secondary: string;
82
+ success: string;
83
+ warning: string;
84
+ danger: string;
85
+ };
86
+ variant: {
87
+ solid: string;
88
+ bordered: string;
89
+ light: string;
90
+ text: string;
91
+ flat: string;
92
+ };
93
+ size: {
94
+ xs: string;
95
+ sm: string;
96
+ md: string;
97
+ lg: string;
98
+ };
99
+ disableAnimation: {
100
+ true: string;
101
+ false: string;
102
+ };
103
+ radius: {
104
+ readonly sm: "rounded";
105
+ readonly md: "rounded-md";
106
+ readonly lg: "rounded-lg";
107
+ readonly xl: "rounded-xl";
108
+ readonly "2xl": "rounded-2xl";
109
+ readonly "3xl": "rounded-3xl";
110
+ readonly full: "rounded-full";
111
+ readonly none: "rounded-none";
112
+ };
113
+ }, undefined, string[], unknown, unknown, undefined>>;
114
+ type IconButtonVariantProps = VariantProps<typeof iconButtonVariants>;
115
+
116
+ export { type IconButtonVariantProps, iconButtonVariants, test };
package/dist/styles.js ADDED
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true});var _chunkWYKLWMH4js = require('./chunk-WYKLWMH4.js');exports.iconButtonVariants = _chunkWYKLWMH4js.b; exports.test = _chunkWYKLWMH4js.a;
@@ -0,0 +1 @@
1
+ import{a,b}from"./chunk-P52JHGTV.mjs";export{b as iconButtonVariants,a as test};
@@ -0,0 +1,5 @@
1
+ import 'react';
2
+ import '@jamsrui/utils';
3
+ export { u as useIconButton } from './icon-button-TZJ8FKLc.mjs';
4
+ import './styles.mjs';
5
+ import 'tailwind-variants';
@@ -0,0 +1,5 @@
1
+ import 'react';
2
+ import '@jamsrui/utils';
3
+ export { u as useIconButton } from './icon-button-DkTssJvE.js';
4
+ import './styles.js';
5
+ import 'tailwind-variants';
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true});var _chunkXQYFQDZAjs = require('./chunk-XQYFQDZA.js');require('./chunk-WYKLWMH4.js');exports.useIconButton = _chunkXQYFQDZAjs.a;
@@ -0,0 +1 @@
1
+ import{a}from"./chunk-WZJPBIYC.mjs";import"./chunk-P52JHGTV.mjs";export{a as useIconButton};
package/package.json ADDED
@@ -0,0 +1,48 @@
1
+ {
2
+ "name": "@jamsrui/icon-button",
3
+ "version": "0.0.2",
4
+ "peerDependencies": {
5
+ "react": ">=19"
6
+ },
7
+ "dependencies": {
8
+ "@jamsrui/hooks": "^0.0.2",
9
+ "@jamsrui/core": "^0.0.2",
10
+ "@jamsrui/utils": "^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
+ }