@customafk/lunas-ui 0.2.67 → 0.2.68
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.
|
@@ -3,7 +3,7 @@ import { VariantProps } from "class-variance-authority";
|
|
|
3
3
|
//#region packages/components/layouts/flex.d.ts
|
|
4
4
|
declare const flexVariants: (props?: ({
|
|
5
5
|
vertical?: boolean | null | undefined;
|
|
6
|
-
width?: "
|
|
6
|
+
width?: "auto" | "max" | "min" | "full" | "fit" | "screen" | "null" | null | undefined;
|
|
7
7
|
wrap?: boolean | null | undefined;
|
|
8
8
|
margin?: "sm" | "md" | "lg" | "xl" | "none" | null | undefined;
|
|
9
9
|
padding?: "sm" | "md" | "lg" | "xl" | "none" | null | undefined;
|
|
@@ -111,4 +111,4 @@ declare const Flex: import("react").MemoExoticComponent<({
|
|
|
111
111
|
}: React.PropsWithChildren<Props>) => import("react").JSX.Element>;
|
|
112
112
|
//#endregion
|
|
113
113
|
export { Flex as t };
|
|
114
|
-
//# sourceMappingURL=flex-
|
|
114
|
+
//# sourceMappingURL=flex-CT71VV-I.d.cts.map
|
|
@@ -3,7 +3,7 @@ import { VariantProps } from "class-variance-authority";
|
|
|
3
3
|
//#region packages/components/layouts/flex.d.ts
|
|
4
4
|
declare const flexVariants: (props?: ({
|
|
5
5
|
vertical?: boolean | null | undefined;
|
|
6
|
-
width?: "
|
|
6
|
+
width?: "auto" | "max" | "min" | "full" | "fit" | "screen" | "null" | null | undefined;
|
|
7
7
|
wrap?: boolean | null | undefined;
|
|
8
8
|
margin?: "sm" | "md" | "lg" | "xl" | "none" | null | undefined;
|
|
9
9
|
padding?: "sm" | "md" | "lg" | "xl" | "none" | null | undefined;
|
|
@@ -111,4 +111,4 @@ declare const Flex: import("react").MemoExoticComponent<({
|
|
|
111
111
|
}: React.PropsWithChildren<Props>) => import("react").JSX.Element>;
|
|
112
112
|
//#endregion
|
|
113
113
|
export { Flex as t };
|
|
114
|
-
//# sourceMappingURL=flex-
|
|
114
|
+
//# sourceMappingURL=flex-CT71VV-I.d.mts.map
|
package/dist/index.d.cts
CHANGED
|
@@ -26,7 +26,7 @@ import { $ as EmailFieldProps, A as TanStackActionSubmit, B as TextField, C as S
|
|
|
26
26
|
import { i as TextEditorProps, n as TextEditorToolbarProps, r as TextEditor, t as TextEditorToolbar } from "./index-D9bKlLiM.cjs";
|
|
27
27
|
import { n as CMSLayoutProps, r as CMSLayoutUser, t as CMSLayout } from "./index-teY5hw2R.cjs";
|
|
28
28
|
import { n as PaymentLayoutUser, t as PaymentLayout } from "./index-DJiiPHPf.cjs";
|
|
29
|
-
import { t as Flex } from "./flex-
|
|
29
|
+
import { t as Flex } from "./flex-CT71VV-I.cjs";
|
|
30
30
|
import { t as Grid } from "./grid-i7Oz2Izf.cjs";
|
|
31
31
|
import { t as FeatureDeveloping } from "./FeatureDeveloping-zuTTDIh_.cjs";
|
|
32
32
|
import { t as FeatureFixing } from "./FeatureFixing-DYQlgHPk.cjs";
|
package/dist/index.d.mts
CHANGED
|
@@ -26,7 +26,7 @@ import { $ as EmailFieldProps, A as TanStackActionSubmit, B as TextField, C as S
|
|
|
26
26
|
import { i as TextEditorProps, n as TextEditorToolbarProps, r as TextEditor, t as TextEditorToolbar } from "./index-D9bKlLiM.mjs";
|
|
27
27
|
import { n as CMSLayoutProps, r as CMSLayoutUser, t as CMSLayout } from "./index-teY5hw2R.mjs";
|
|
28
28
|
import { n as PaymentLayoutUser, t as PaymentLayout } from "./index-DJiiPHPf.mjs";
|
|
29
|
-
import { t as Flex } from "./flex-
|
|
29
|
+
import { t as Flex } from "./flex-CT71VV-I.mjs";
|
|
30
30
|
import { t as Grid } from "./grid-i7Oz2Izf.mjs";
|
|
31
31
|
import { t as FeatureDeveloping } from "./FeatureDeveloping-zuTTDIh_.mjs";
|
|
32
32
|
import { t as FeatureFixing } from "./FeatureFixing-DYQlgHPk.mjs";
|
package/dist/layouts/flex.d.cts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as Flex } from "../flex-
|
|
1
|
+
import { t as Flex } from "../flex-CT71VV-I.cjs";
|
|
2
2
|
export { Flex };
|
package/dist/layouts/flex.d.mts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as Flex } from "../flex-
|
|
1
|
+
import { t as Flex } from "../flex-CT71VV-I.mjs";
|
|
2
2
|
export { Flex };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@customafk/lunas-ui",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.68",
|
|
4
4
|
"description": "UI library for Lunas Enterprise",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"author": {
|
|
@@ -488,7 +488,9 @@
|
|
|
488
488
|
"zod": "^4.1.3"
|
|
489
489
|
},
|
|
490
490
|
"devDependencies": {
|
|
491
|
+
"@babel/core": "^7.29.7",
|
|
491
492
|
"@biomejs/biome": "^2.3.7",
|
|
493
|
+
"@rolldown/plugin-babel": "^0.2.3",
|
|
492
494
|
"@storybook/addon-a11y": "^10.1.0",
|
|
493
495
|
"@storybook/addon-docs": "^10.1.0",
|
|
494
496
|
"@storybook/addon-mcp": "^0.6.0",
|
|
@@ -500,6 +502,7 @@
|
|
|
500
502
|
"@testing-library/jest-dom": "^6.9.1",
|
|
501
503
|
"@testing-library/react": "^16.3.2",
|
|
502
504
|
"@testing-library/user-event": "^14.6.1",
|
|
505
|
+
"@types/babel__core": "^7.20.5",
|
|
503
506
|
"@types/node": "^26.0.0",
|
|
504
507
|
"@types/react": "*",
|
|
505
508
|
"@types/react-dom": "*",
|
|
@@ -507,6 +510,7 @@
|
|
|
507
510
|
"@vitest/browser": "^4.1.9",
|
|
508
511
|
"@vitest/browser-playwright": "^4.1.9",
|
|
509
512
|
"@vitest/coverage-v8": "^4.1.9",
|
|
513
|
+
"babel-plugin-react-compiler": "^1.0.0",
|
|
510
514
|
"jsdom": "^26.1.0",
|
|
511
515
|
"playwright": "^1.61.0",
|
|
512
516
|
"recharts": "^3.9.1",
|