automoby-kit 1.0.8 → 1.0.9
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/cjs/index.js +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/types/index.d.ts +14 -14
- package/dist/types/index.js +18 -16
- package/package.json +2 -1
package/dist/cjs/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var
|
|
1
|
+
"use strict";var r=require("./Typography.js"),e=require("./Button.js"),i=require("./Input.js"),o=require("./Tabs.js"),s=require("./Drawer.js"),u=require("./Backdrop.js"),t=require("./Breadcrumb.js"),p=require("./Pagination.js"),n=require("./Accordion.js"),a=require("./Divider.js"),c=require("./RadioGroup.js"),j=require("./Chips.js"),q=require("./Menu.js"),d=require("./licensing.js"),x=require("./contexts.js");require("react"),require("./utils.js"),require("./chunks/jsx-runtime-Bgd4cJfV.js"),require("./chunks/chevron-left-Do__K6cA.js"),require("./chunks/createLucideIcon-BqJVOzoK.js");const b=r.Typography,h=e.Button,B=i.Input,g=o.Tabs,l=s.Drawer,v=u.Backdrop,k=t.Breadcrumb,m=p.Pagination,y=n.Accordion,D=a.Divider,T=c.RadioGroup,A=j.Chips,M=q.Menu;exports.initializeAutomobiKit=d.initializeAutomobiKit,exports.MobileProvider=x.MobileProvider,exports.Accordion=y,exports.Backdrop=v,exports.Breadcrumb=k,exports.Button=h,exports.Chips=A,exports.Divider=D,exports.Drawer=l,exports.Input=B,exports.Menu=M,exports.Pagination=m,exports.RadioGroup=T,exports.Tabs=g,exports.Typography=b;
|
package/dist/esm/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import{
|
|
1
|
+
import{Typography as o}from"./Typography.js";import{Button as r}from"./Button.js";import{Input as i}from"./Input.js";import{Tabs as s}from"./Tabs.js";import{Drawer as t}from"./Drawer.js";import{Backdrop as m}from"./Backdrop.js";import{Breadcrumb as p}from"./Breadcrumb.js";import{Pagination as a}from"./Pagination.js";import{Accordion as e}from"./Accordion.js";import{Divider as n}from"./Divider.js";import{RadioGroup as j}from"./RadioGroup.js";import{Chips as c}from"./Chips.js";import{Menu as u}from"./Menu.js";export{initializeAutomobiKit}from"./licensing.js";export{MobileProvider}from"./contexts.js";import"react";import"./utils.js";import"./chunks/jsx-runtime-DZXOD2H9.js";import"./chunks/chevron-left-4HSuTes3.js";import"./chunks/createLucideIcon-DGp0SoUT.js";const f=o,d=r,h=i,b=s,B=t,g=m,k=p,l=a,x=e,v=n,y=j,D=c,T=u;export{x as Accordion,g as Backdrop,k as Breadcrumb,d as Button,D as Chips,v as Divider,B as Drawer,h as Input,T as Menu,l as Pagination,y as RadioGroup,b as Tabs,f as Typography};
|
package/dist/types/index.d.ts
CHANGED
|
@@ -1,25 +1,25 @@
|
|
|
1
1
|
export { initializeAutomobiKit } from './licensing';
|
|
2
2
|
export type { LicenseConfig } from './licensing';
|
|
3
|
-
export declare const Typography: import("react").ForwardRefExoticComponent<
|
|
4
|
-
export declare const Button: import("react").ForwardRefExoticComponent<
|
|
5
|
-
export declare const Input: import("react").ForwardRefExoticComponent<
|
|
3
|
+
export declare const Typography: import("react").ForwardRefExoticComponent<import("./components/Typography/Typography").TypographyProps & import("react").RefAttributes<HTMLElement>>;
|
|
4
|
+
export declare const Button: import("react").ForwardRefExoticComponent<import("./components/Button/Button").ButtonProps & import("react").RefAttributes<HTMLButtonElement>>;
|
|
5
|
+
export declare const Input: import("react").ForwardRefExoticComponent<{
|
|
6
6
|
state?: "default" | "disabled" | "error";
|
|
7
7
|
label: string;
|
|
8
8
|
helperText?: string;
|
|
9
9
|
startIcon?: import("react").ReactNode;
|
|
10
10
|
endIcon?: import("react").ReactNode;
|
|
11
11
|
isMobile: boolean;
|
|
12
|
-
} & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "id"> & import("react").RefAttributes<HTMLInputElement
|
|
13
|
-
export declare const Tabs: import("react").ForwardRefExoticComponent<
|
|
14
|
-
export declare const Drawer: import("react").ForwardRefExoticComponent<
|
|
15
|
-
export declare const Backdrop: import("react").ForwardRefExoticComponent<
|
|
16
|
-
export declare const Breadcrumb: import("react").ForwardRefExoticComponent<
|
|
17
|
-
export declare const Pagination: import("react").
|
|
18
|
-
export declare const Accordion: import("react").ForwardRefExoticComponent<
|
|
19
|
-
export declare const Divider: import("react").ForwardRefExoticComponent<
|
|
20
|
-
export declare const RadioGroup: import("react").ForwardRefExoticComponent<
|
|
21
|
-
export declare const Chips: import("react").ForwardRefExoticComponent<
|
|
22
|
-
export declare const Menu: import("react").ForwardRefExoticComponent<
|
|
12
|
+
} & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "id"> & import("react").RefAttributes<HTMLInputElement>>;
|
|
13
|
+
export declare const Tabs: import("react").ForwardRefExoticComponent<import("./components/Tabs/Tabs").TabsProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
14
|
+
export declare const Drawer: import("react").ForwardRefExoticComponent<import("./components/Drawer/Drawer").DrawerProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
15
|
+
export declare const Backdrop: import("react").ForwardRefExoticComponent<import("./components/Backdrop/Backdrop").BackdropProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
16
|
+
export declare const Breadcrumb: import("react").ForwardRefExoticComponent<import("./components/Breadcrumb/Breadcrumb").BreadcrumbProps & import("react").RefAttributes<HTMLElement>>;
|
|
17
|
+
export declare const Pagination: import("react").FC<import("./components/Pagination/Pagination").UnifiedPaginationProps>;
|
|
18
|
+
export declare const Accordion: import("react").ForwardRefExoticComponent<import("./components/Accordion/Accordion").AccordionProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
19
|
+
export declare const Divider: import("react").ForwardRefExoticComponent<import("./components/Divider/Divider").DividerProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
20
|
+
export declare const RadioGroup: import("react").ForwardRefExoticComponent<import("./components/RadioGroup/RadioGroup").RadioGroupProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
21
|
+
export declare const Chips: import("react").ForwardRefExoticComponent<import("./components/Chips/Chips").ChipsProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
22
|
+
export declare const Menu: import("react").ForwardRefExoticComponent<import("./components/Menu/Menu").MenuProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
23
23
|
export type { TypographyProps, TypographyVariant, } from './components/Typography/Typography';
|
|
24
24
|
export type { ButtonProps, ButtonVariant, ButtonSize, } from './components/Button/Button';
|
|
25
25
|
export type { InputProps } from './components/Input/Input';
|
package/dist/types/index.js
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { withLicenseProtection } from './ProtectedComponent.js';
|
|
2
1
|
import { Typography as Typography$1 } from './Typography.js';
|
|
3
2
|
import { Button as Button$1 } from './Button.js';
|
|
4
3
|
import { Input as Input$1 } from './Input.js';
|
|
@@ -14,25 +13,28 @@ import { Chips as Chips$1 } from './Chips.js';
|
|
|
14
13
|
import { Menu as Menu$1 } from './Menu.js';
|
|
15
14
|
export { initializeAutomobiKit } from './licensing.js';
|
|
16
15
|
export { MobileProvider } from './contexts.js';
|
|
17
|
-
import './jsx-runtime-BiC2V0nk.js';
|
|
18
16
|
import 'react';
|
|
19
17
|
import './utils.js';
|
|
18
|
+
import './jsx-runtime-BiC2V0nk.js';
|
|
20
19
|
import './chevron-left-Ck6O99eF.js';
|
|
21
20
|
import './createLucideIcon-D-q73LTT.js';
|
|
22
21
|
|
|
23
|
-
//
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const
|
|
28
|
-
const
|
|
29
|
-
const
|
|
30
|
-
const
|
|
31
|
-
const
|
|
32
|
-
const
|
|
33
|
-
const
|
|
34
|
-
const
|
|
35
|
-
const
|
|
36
|
-
const
|
|
22
|
+
// Temporarily removed license protection for testing
|
|
23
|
+
// import { withLicenseProtection } from './components/ProtectedComponent';
|
|
24
|
+
// Original Components (exported directly for testing)
|
|
25
|
+
// Components (exported directly without protection for testing)
|
|
26
|
+
const Typography = Typography$1;
|
|
27
|
+
const Button = Button$1;
|
|
28
|
+
const Input = Input$1;
|
|
29
|
+
const Tabs = Tabs$1;
|
|
30
|
+
const Drawer = Drawer$1;
|
|
31
|
+
const Backdrop = Backdrop$1;
|
|
32
|
+
const Breadcrumb = Breadcrumb$1;
|
|
33
|
+
const Pagination = Pagination$1;
|
|
34
|
+
const Accordion = Accordion$1;
|
|
35
|
+
const Divider = Divider$1;
|
|
36
|
+
const RadioGroup = RadioGroup$1;
|
|
37
|
+
const Chips = Chips$1;
|
|
38
|
+
const Menu = Menu$1;
|
|
37
39
|
|
|
38
40
|
export { Accordion, Backdrop, Breadcrumb, Button, Chips, Divider, Drawer, Input, Menu, Pagination, RadioGroup, Tabs, Typography };
|
package/package.json
CHANGED
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "automoby-kit",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.9",
|
|
4
4
|
"description": "A comprehensive React UI component library with built-in licensing system - created in war 2025",
|
|
5
5
|
"main": "dist/cjs/index.js",
|
|
6
6
|
"module": "dist/esm/index.js",
|
|
7
7
|
"types": "dist/types/index.d.ts",
|
|
8
|
+
"type": "module",
|
|
8
9
|
"files": [
|
|
9
10
|
"dist"
|
|
10
11
|
],
|