@rebuy/rebuy 2.2.0-rc.4 → 2.2.0-rc.6
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/index.js +26 -0
- package/dist/index.js.map +2 -2
- package/dist/index.mjs +27 -1
- package/dist/index.mjs.map +3 -3
- package/dist/schema/button.d.ts +2 -0
- package/dist/schema/button.d.ts.map +1 -1
- package/dist/schema/constants.d.ts.map +1 -1
- package/dist/schema/data-source.d.ts +2 -0
- package/dist/schema/data-source.d.ts.map +1 -1
- package/dist/schema/image.d.ts +2 -0
- package/dist/schema/image.d.ts.map +1 -1
- package/dist/schema/layout.d.ts +3 -2
- package/dist/schema/layout.d.ts.map +1 -1
- package/dist/schema/offers.d.ts +3 -2
- package/dist/schema/offers.d.ts.map +1 -1
- package/dist/schema/product.d.ts +2 -0
- package/dist/schema/product.d.ts.map +1 -1
- package/dist/schema/products.d.ts +2 -0
- package/dist/schema/products.d.ts.map +1 -1
- package/dist/schema/quantity.d.ts +2 -0
- package/dist/schema/quantity.d.ts.map +1 -1
- package/dist/schema/reviews.d.ts +2 -0
- package/dist/schema/reviews.d.ts.map +1 -1
- package/dist/schema/root.d.ts +3 -3
- package/dist/schema/root.d.ts.map +1 -1
- package/dist/schema/shared.d.ts +53 -13
- package/dist/schema/shared.d.ts.map +1 -1
- package/dist/schema/subscription.d.ts +2 -0
- package/dist/schema/subscription.d.ts.map +1 -1
- package/dist/schema/table.d.ts +2 -0
- package/dist/schema/table.d.ts.map +1 -1
- package/dist/schema/text.d.ts +2 -0
- package/dist/schema/text.d.ts.map +1 -1
- package/dist/schema/utils.d.ts +26 -1
- package/dist/schema/utils.d.ts.map +1 -1
- package/dist/schema/variants.d.ts +2 -0
- package/dist/schema/variants.d.ts.map +1 -1
- package/package.json +2 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../src/schema/constants.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../src/schema/constants.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,CAAC,EAAE,MAAM,QAAQ,CAAC;AAK3B,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;EAQpB,CAAC;AAEX,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;EAUnB,CAAC;AAEX,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;IAA+D,CAAC;AAE/F,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA0Bd,CAAC;AAEX,eAAO,MAAM,WAAW,yfAuBd,CAAC;AAEX,QAAA,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;EAAsB,CAAC;AAEvC,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;CAAkB,CAAC;AAC1C,MAAM,MAAM,UAAU,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,UAAU,CAAC,CAAC"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { z } from 'zod/v4';
|
|
2
|
+
import { type SectionDetails } from './shared';
|
|
2
3
|
export declare const CABDataSourceSection: z.ZodObject<{
|
|
3
4
|
dataSourceId: z.ZodDefault<z.ZodNullable<z.ZodNumber>>;
|
|
4
5
|
dataSourcePath: z.ZodDefault<z.ZodString>;
|
|
@@ -8,4 +9,5 @@ export declare const CABDataSourceSection: z.ZodObject<{
|
|
|
8
9
|
sectionType: z.ZodDefault<z.ZodLiteral<"dataSource">>;
|
|
9
10
|
}, z.core.$strict>;
|
|
10
11
|
export type CABDataSourceSection = z.infer<typeof CABDataSourceSection>;
|
|
12
|
+
export type CABDataSourceSectionProps = CABDataSourceSection & SectionDetails;
|
|
11
13
|
//# sourceMappingURL=data-source.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"data-source.d.ts","sourceRoot":"","sources":["../../src/schema/data-source.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"data-source.d.ts","sourceRoot":"","sources":["../../src/schema/data-source.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,CAAC,EAAE,MAAM,QAAQ,CAAC;AAI3B,OAAO,EAAE,KAAK,cAAc,EAAE,MAAM,UAAU,CAAC;AAE/C,eAAO,MAAM,oBAAoB;;;;;;;kBAO/B,CAAC;AAEH,MAAM,MAAM,oBAAoB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,oBAAoB,CAAC,CAAC;AAExE,MAAM,MAAM,yBAAyB,GAAG,oBAAoB,GAAG,cAAc,CAAC"}
|
package/dist/schema/image.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { z } from 'zod/v4';
|
|
2
|
+
import { type SectionDetails } from './shared';
|
|
2
3
|
export declare const CABImageSection: z.ZodObject<{
|
|
3
4
|
altText: z.ZodDefault<z.ZodString>;
|
|
4
5
|
aspectRatio: z.ZodDefault<z.ZodNullable<z.ZodLiteral<1>>>;
|
|
@@ -60,4 +61,5 @@ export declare const CABImageSection: z.ZodObject<{
|
|
|
60
61
|
width: z.ZodDefault<z.ZodNumber>;
|
|
61
62
|
}, z.core.$strict>;
|
|
62
63
|
export type CABImageSection = z.infer<typeof CABImageSection>;
|
|
64
|
+
export type CABImageSectionProps = CABImageSection & SectionDetails;
|
|
63
65
|
//# sourceMappingURL=image.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"image.d.ts","sourceRoot":"","sources":["../../src/schema/image.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"image.d.ts","sourceRoot":"","sources":["../../src/schema/image.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,CAAC,EAAE,MAAM,QAAQ,CAAC;AAI3B,OAAO,EAAa,KAAK,cAAc,EAAE,MAAM,UAAU,CAAC;AAG1D,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBAc1B,CAAC;AAEH,MAAM,MAAM,eAAe,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,eAAe,CAAC,CAAC;AAE9D,MAAM,MAAM,oBAAoB,GAAG,eAAe,GAAG,cAAc,CAAC"}
|
package/dist/schema/layout.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { z } from 'zod/v4';
|
|
2
|
-
import { Direction, HorizontalAlignment, Spacing, VerticalAlignment } from '
|
|
3
|
-
import { CABBorder, CABSection } from '
|
|
2
|
+
import { Direction, HorizontalAlignment, Spacing, VerticalAlignment } from './common';
|
|
3
|
+
import { CABBorder, CABSection, type SectionDetails } from './shared';
|
|
4
4
|
export declare const CABLayoutSection: z.ZodObject<{
|
|
5
5
|
alignment: z.ZodDefault<z.ZodObject<{
|
|
6
6
|
horizontal: z.ZodDefault<z.ZodEnum<{
|
|
@@ -75,4 +75,5 @@ export type CABLayoutSection = {
|
|
|
75
75
|
spacing: Spacing;
|
|
76
76
|
width: number;
|
|
77
77
|
};
|
|
78
|
+
export type CABLayoutSectionProps = CABLayoutSection & SectionDetails;
|
|
78
79
|
//# sourceMappingURL=layout.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"layout.d.ts","sourceRoot":"","sources":["../../src/schema/layout.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"layout.d.ts","sourceRoot":"","sources":["../../src/schema/layout.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,CAAC,EAAE,MAAM,QAAQ,CAAC;AAE3B,OAAO,EACH,SAAS,EAET,mBAAmB,EAGnB,OAAO,EAEP,iBAAiB,EAEpB,MAAM,UAAU,CAAC;AAClB,OAAO,EAAE,SAAS,EAAE,UAAU,EAAE,KAAK,cAAc,EAAE,MAAM,UAAU,CAAC;AAEtE,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBAmB3B,CAAC;AAEH,MAAM,MAAM,gBAAgB,GAAG;IAC3B,SAAS,EAAE;QACP,UAAU,EAAE,mBAAmB,CAAC;QAChC,QAAQ,EAAE,iBAAiB,CAAC;KAC/B,CAAC;IACF,MAAM,EAAE,SAAS,CAAC;IAClB,SAAS,EAAE,SAAS,CAAC;IACrB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,OAAO,CAAC;IACjB,SAAS,EAAE,MAAM,CAAC;IAClB,QAAQ,EAAE,UAAU,EAAE,CAAC;IACvB,WAAW,EAAE,QAAQ,CAAC;IACtB,OAAO,EAAE,OAAO,CAAC;IACjB,KAAK,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,MAAM,MAAM,qBAAqB,GAAG,gBAAgB,GAAG,cAAc,CAAC"}
|
package/dist/schema/offers.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { z } from 'zod/v4';
|
|
2
|
-
import { CABLayoutSection } from '
|
|
3
|
-
import { CABSection } from '
|
|
2
|
+
import { CABLayoutSection } from './layout';
|
|
3
|
+
import { CABSection, type SectionDetails } from './shared';
|
|
4
4
|
export declare const CABOffersSection: z.ZodObject<{
|
|
5
5
|
alignment: z.ZodDefault<z.ZodObject<{
|
|
6
6
|
horizontal: z.ZodDefault<z.ZodEnum<{
|
|
@@ -63,4 +63,5 @@ export declare const CABOffersSection: z.ZodObject<{
|
|
|
63
63
|
export type CABOffersSection = Omit<CABLayoutSection, 'sectionType'> & {
|
|
64
64
|
sectionType: 'offers';
|
|
65
65
|
};
|
|
66
|
+
export type CABOffersSectionProps = CABOffersSection & SectionDetails;
|
|
66
67
|
//# sourceMappingURL=offers.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"offers.d.ts","sourceRoot":"","sources":["../../src/schema/offers.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"offers.d.ts","sourceRoot":"","sources":["../../src/schema/offers.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,CAAC,EAAE,MAAM,QAAQ,CAAC;AAI3B,OAAO,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC;AAE5C,OAAO,EAAE,UAAU,EAAE,KAAK,cAAc,EAAE,MAAM,UAAU,CAAC;AAE3D,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBAO5B,CAAC;AAEF,MAAM,MAAM,gBAAgB,GAAG,IAAI,CAAC,gBAAgB,EAAE,aAAa,CAAC,GAAG;IACnE,WAAW,EAAE,QAAQ,CAAC;CACzB,CAAC;AAEF,MAAM,MAAM,qBAAqB,GAAG,gBAAgB,GAAG,cAAc,CAAC"}
|
package/dist/schema/product.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { z } from 'zod/v4';
|
|
2
|
+
import { type SectionDetails } from './shared';
|
|
2
3
|
export declare const CABProductSection: z.ZodObject<{
|
|
3
4
|
name: z.ZodOptional<z.ZodString>;
|
|
4
5
|
options: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
@@ -144,4 +145,5 @@ export declare const CABProductSection: z.ZodObject<{
|
|
|
144
145
|
sectionType: z.ZodDefault<z.ZodLiteral<"product">>;
|
|
145
146
|
}, z.core.$strict>;
|
|
146
147
|
export type CABProductSection = z.infer<typeof CABProductSection>;
|
|
148
|
+
export type CABProductSectionProps = CABProductSection & SectionDetails;
|
|
147
149
|
//# sourceMappingURL=product.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"product.d.ts","sourceRoot":"","sources":["../../src/schema/product.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"product.d.ts","sourceRoot":"","sources":["../../src/schema/product.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,CAAC,EAAE,MAAM,QAAQ,CAAC;AAI3B,OAAO,EAAE,KAAK,cAAc,EAAE,MAAM,UAAU,CAAC;AAG/C,eAAO,MAAM,iBAAiB;;;QAKd,8CAA8C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;YAQtC,4CAA4C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBAWlE,CAAC;AAEH,MAAM,MAAM,iBAAiB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iBAAiB,CAAC,CAAC;AAElE,MAAM,MAAM,sBAAsB,GAAG,iBAAiB,GAAG,cAAc,CAAC"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { z } from 'zod/v4';
|
|
2
|
+
import { type SectionDetails } from './shared';
|
|
2
3
|
export declare const CABProductsSection: z.ZodObject<{
|
|
3
4
|
name: z.ZodOptional<z.ZodString>;
|
|
4
5
|
sectionId: z.ZodDefault<z.ZodUUID>;
|
|
@@ -147,4 +148,5 @@ export declare const CABProductsSection: z.ZodObject<{
|
|
|
147
148
|
sectionType: z.ZodDefault<z.ZodLiteral<"products">>;
|
|
148
149
|
}, z.core.$strict>;
|
|
149
150
|
export type CABProductsSection = z.infer<typeof CABProductsSection>;
|
|
151
|
+
export type CABProductsSectionProps = CABProductsSection & SectionDetails;
|
|
150
152
|
//# sourceMappingURL=products.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"products.d.ts","sourceRoot":"","sources":["../../src/schema/products.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"products.d.ts","sourceRoot":"","sources":["../../src/schema/products.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,CAAC,EAAE,MAAM,QAAQ,CAAC;AAI3B,OAAO,EAAE,KAAK,cAAc,EAAE,MAAM,UAAU,CAAC;AAE/C,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBAK7B,CAAC;AAEH,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kBAAkB,CAAC,CAAC;AAEpE,MAAM,MAAM,uBAAuB,GAAG,kBAAkB,GAAG,cAAc,CAAC"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { z } from 'zod/v4';
|
|
2
|
+
import { type SectionDetails } from './shared';
|
|
2
3
|
export declare const CABQuantitySection: z.ZodObject<{
|
|
3
4
|
errorMessages: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
4
5
|
max: z.ZodOptional<z.ZodString>;
|
|
@@ -16,4 +17,5 @@ export declare const CABQuantitySection: z.ZodObject<{
|
|
|
16
17
|
sectionType: z.ZodDefault<z.ZodLiteral<"quantity">>;
|
|
17
18
|
}, z.core.$strict>;
|
|
18
19
|
export type CABQuantitySection = z.infer<typeof CABQuantitySection>;
|
|
20
|
+
export type CABQuantitySectionProps = CABQuantitySection & SectionDetails;
|
|
19
21
|
//# sourceMappingURL=quantity.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"quantity.d.ts","sourceRoot":"","sources":["../../src/schema/quantity.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"quantity.d.ts","sourceRoot":"","sources":["../../src/schema/quantity.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,CAAC,EAAE,MAAM,QAAQ,CAAC;AAG3B,OAAO,EAAE,KAAK,cAAc,EAAE,MAAM,UAAU,CAAC;AAE/C,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;kBAuB7B,CAAC;AAEH,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kBAAkB,CAAC,CAAC;AAEpE,MAAM,MAAM,uBAAuB,GAAG,kBAAkB,GAAG,cAAc,CAAC"}
|
package/dist/schema/reviews.d.ts
CHANGED
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
import { z } from 'zod/v4';
|
|
2
|
+
import { type SectionDetails } from './shared';
|
|
2
3
|
export declare const CABReviewsSection: z.ZodObject<{
|
|
3
4
|
name: z.ZodOptional<z.ZodString>;
|
|
4
5
|
sectionId: z.ZodDefault<z.ZodUUID>;
|
|
5
6
|
sectionType: z.ZodDefault<z.ZodLiteral<"reviews">>;
|
|
6
7
|
}, z.core.$strict>;
|
|
7
8
|
export type CABReviewsSection = z.infer<typeof CABReviewsSection>;
|
|
9
|
+
export type CABReviewsSectionProps = CABReviewsSection & SectionDetails;
|
|
8
10
|
//# sourceMappingURL=reviews.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"reviews.d.ts","sourceRoot":"","sources":["../../src/schema/reviews.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"reviews.d.ts","sourceRoot":"","sources":["../../src/schema/reviews.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,CAAC,EAAE,MAAM,QAAQ,CAAC;AAG3B,OAAO,EAAE,KAAK,cAAc,EAAE,MAAM,UAAU,CAAC;AAE/C,eAAO,MAAM,iBAAiB;;;;kBAI5B,CAAC;AAEH,MAAM,MAAM,iBAAiB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iBAAiB,CAAC,CAAC;AAElE,MAAM,MAAM,sBAAsB,GAAG,iBAAiB,GAAG,cAAc,CAAC"}
|
package/dist/schema/root.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { z } from 'zod/v4';
|
|
2
|
-
import { EditorMode } from '
|
|
3
|
-
import { WidgetType } from '
|
|
4
|
-
import { CABLayoutSection } from '
|
|
2
|
+
import { EditorMode } from './common';
|
|
3
|
+
import { WidgetType } from './constants';
|
|
4
|
+
import { CABLayoutSection } from './layout';
|
|
5
5
|
export type TargetArea = {
|
|
6
6
|
fill?: boolean;
|
|
7
7
|
flip?: 'horizontal' | 'vertical' | 'both';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"root.d.ts","sourceRoot":"","sources":["../../src/schema/root.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"root.d.ts","sourceRoot":"","sources":["../../src/schema/root.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,CAAC,EAAE,MAAM,QAAQ,CAAC;AAE3B,OAAO,EAAE,UAAU,EAAe,MAAM,UAAU,CAAC;AACnD,OAAO,EAAe,UAAU,EAAe,MAAM,aAAa,CAAC;AACnE,OAAO,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC;AAY5C,MAAM,MAAM,UAAU,GAAG;IACrB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,IAAI,CAAC,EAAE,YAAY,GAAG,UAAU,GAAG,MAAM,CAAC;IAC1C,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBAU1B,CAAC;AAEF,MAAM,MAAM,cAAc,GAAG,gBAAgB,GAAG;IAC5C,UAAU,EAAE,UAAU,CAAC;IACvB,WAAW,EAAE,OAAO,CAAC;IACrB,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,UAAU,EAAE,UAAU,GAAG,IAAI,CAAC;IAC9B,IAAI,EAAE,UAAU,CAAC;IACjB,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;CAC3B,CAAC"}
|
package/dist/schema/shared.d.ts
CHANGED
|
@@ -1,17 +1,19 @@
|
|
|
1
|
+
import { type FieldArrayPath } from 'react-hook-form';
|
|
1
2
|
import { z, type ZodType } from 'zod/v4';
|
|
2
|
-
import { CABButtonSection } from '
|
|
3
|
-
import { CABDataSourceSection } from '
|
|
4
|
-
import { CABImageSection } from '
|
|
5
|
-
import { CABLayoutSection } from '
|
|
6
|
-
import { CABOffersSection } from '
|
|
7
|
-
import { CABProductSection } from '
|
|
8
|
-
import { CABProductsSection } from '
|
|
9
|
-
import { CABQuantitySection } from '
|
|
10
|
-
import { CABReviewsSection } from '
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
3
|
+
import { CABButtonSection } from './button';
|
|
4
|
+
import { CABDataSourceSection } from './data-source';
|
|
5
|
+
import { CABImageSection } from './image';
|
|
6
|
+
import { CABLayoutSection } from './layout';
|
|
7
|
+
import { CABOffersSection } from './offers';
|
|
8
|
+
import { CABProductSection } from './product';
|
|
9
|
+
import { CABProductsSection } from './products';
|
|
10
|
+
import { CABQuantitySection } from './quantity';
|
|
11
|
+
import { CABReviewsSection } from './reviews';
|
|
12
|
+
import { type CABRootSection } from './root';
|
|
13
|
+
import { CABSubscriptionSection } from './subscription';
|
|
14
|
+
import { CABTableSection } from './table';
|
|
15
|
+
import { CABTextSection } from './text';
|
|
16
|
+
import { CABVariantsSection } from './variants';
|
|
15
17
|
export declare const CABBorder: z.ZodDefault<z.ZodObject<{
|
|
16
18
|
radius: z.ZodDefault<z.ZodEnum<{
|
|
17
19
|
small: "small";
|
|
@@ -35,4 +37,42 @@ export declare const CABBorder: z.ZodDefault<z.ZodObject<{
|
|
|
35
37
|
export type CABBorder = z.infer<typeof CABBorder>;
|
|
36
38
|
export declare const CABSection: ZodType<CABSection>;
|
|
37
39
|
export type CABSection = CABButtonSection | CABDataSourceSection | CABImageSection | CABLayoutSection | CABOffersSection | CABProductSection | CABProductsSection | CABQuantitySection | CABReviewsSection | CABSubscriptionSection | CABTableSection | CABTextSection | CABVariantsSection;
|
|
40
|
+
export type SectionId = CABSection['sectionId'];
|
|
41
|
+
export type SectionArrayPath = FieldArrayPath<CABRootSection>;
|
|
42
|
+
export type SectionPrefixPath = `${SectionArrayPath}.${number}` | null;
|
|
43
|
+
export type SectionDetails = {
|
|
44
|
+
/**
|
|
45
|
+
* The full React Hook Form dot-notation path to the section object itself,
|
|
46
|
+
* for use with `register` or `control`, e.g. `sections.0.sections.1`.
|
|
47
|
+
*
|
|
48
|
+
* Returns `null` for the root section.
|
|
49
|
+
*/
|
|
50
|
+
fieldArrayPath: SectionArrayPath | null;
|
|
51
|
+
/**
|
|
52
|
+
* The index of the found section within its parent `sections` array.
|
|
53
|
+
*
|
|
54
|
+
* Returns `null` for the root section.
|
|
55
|
+
*/
|
|
56
|
+
index: number | null;
|
|
57
|
+
/**
|
|
58
|
+
* The parent `sections` object.
|
|
59
|
+
*
|
|
60
|
+
* Returns `null` for the root section.
|
|
61
|
+
*/
|
|
62
|
+
parent: CABSection[] | null;
|
|
63
|
+
/**
|
|
64
|
+
* The parent `sectionId`.
|
|
65
|
+
*
|
|
66
|
+
* Returns `undefined` for the root section.
|
|
67
|
+
*/
|
|
68
|
+
parentId: SectionId | undefined;
|
|
69
|
+
/**
|
|
70
|
+
* The full React Hook Form dot-notation path to the section object itself,
|
|
71
|
+
* for use with `register` or `control`, e.g. `sections.0.sections.1`.
|
|
72
|
+
*
|
|
73
|
+
* Returns `null` for the root section.
|
|
74
|
+
*/
|
|
75
|
+
prefixPath: SectionPrefixPath | null;
|
|
76
|
+
};
|
|
77
|
+
export type CABSectionProps = CABSection & SectionDetails;
|
|
38
78
|
//# sourceMappingURL=shared.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"shared.d.ts","sourceRoot":"","sources":["../../src/schema/shared.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"shared.d.ts","sourceRoot":"","sources":["../../src/schema/shared.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACtD,OAAO,EAAE,CAAC,EAAE,KAAK,OAAO,EAAE,MAAM,QAAQ,CAAC;AAEzC,OAAO,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC;AAE5C,OAAO,EAAE,oBAAoB,EAAE,MAAM,eAAe,CAAC;AACrD,OAAO,EAAE,eAAe,EAAE,MAAM,SAAS,CAAC;AAC1C,OAAO,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC;AAC5C,OAAO,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC;AAC5C,OAAO,EAAE,iBAAiB,EAAE,MAAM,WAAW,CAAC;AAC9C,OAAO,EAAE,kBAAkB,EAAE,MAAM,YAAY,CAAC;AAChD,OAAO,EAAE,kBAAkB,EAAE,MAAM,YAAY,CAAC;AAChD,OAAO,EAAE,iBAAiB,EAAE,MAAM,WAAW,CAAC;AAC9C,OAAO,EAAE,KAAK,cAAc,EAAE,MAAM,QAAQ,CAAC;AAC7C,OAAO,EAAE,sBAAsB,EAAE,MAAM,gBAAgB,CAAC;AACxD,OAAO,EAAE,eAAe,EAAE,MAAM,SAAS,CAAC;AAC1C,OAAO,EAAE,cAAc,EAAE,MAAM,QAAQ,CAAC;AACxC,OAAO,EAAE,kBAAkB,EAAE,MAAM,YAAY,CAAC;AAEhD,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;mBAUhB,CAAC;AAEP,MAAM,MAAM,SAAS,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,SAAS,CAAC,CAAC;AAElD,eAAO,MAAM,UAAU,EAAE,OAAO,CAAC,UAAU,CAgB1C,CAAC;AAEF,MAAM,MAAM,UAAU,GAChB,gBAAgB,GAChB,oBAAoB,GACpB,eAAe,GACf,gBAAgB,GAChB,gBAAgB,GAChB,iBAAiB,GACjB,kBAAkB,GAClB,kBAAkB,GAClB,iBAAiB,GACjB,sBAAsB,GACtB,eAAe,GACf,cAAc,GACd,kBAAkB,CAAC;AAEzB,MAAM,MAAM,SAAS,GAAG,UAAU,CAAC,WAAW,CAAC,CAAC;AAGhD,MAAM,MAAM,gBAAgB,GAAG,cAAc,CAAC,cAAc,CAAC,CAAC;AAE9D,MAAM,MAAM,iBAAiB,GAAG,GAAG,gBAAgB,IAAI,MAAM,EAAE,GAAG,IAAI,CAAC;AAEvE,MAAM,MAAM,cAAc,GAAG;IACzB;;;;;OAKG;IACH,cAAc,EAAE,gBAAgB,GAAG,IAAI,CAAC;IACxC;;;;OAIG;IACH,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB;;;;OAIG;IACH,MAAM,EAAE,UAAU,EAAE,GAAG,IAAI,CAAC;IAC5B;;;;OAIG;IACH,QAAQ,EAAE,SAAS,GAAG,SAAS,CAAC;IAChC;;;;;OAKG;IACH,UAAU,EAAE,iBAAiB,GAAG,IAAI,CAAC;CACxC,CAAC;AAEF,MAAM,MAAM,eAAe,GAAG,UAAU,GAAG,cAAc,CAAC"}
|
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
import { z } from 'zod/v4';
|
|
2
|
+
import { type SectionDetails } from './shared';
|
|
2
3
|
export declare const CABSubscriptionSection: z.ZodObject<{
|
|
3
4
|
name: z.ZodOptional<z.ZodString>;
|
|
4
5
|
sectionId: z.ZodDefault<z.ZodUUID>;
|
|
5
6
|
sectionType: z.ZodDefault<z.ZodLiteral<"subscription">>;
|
|
6
7
|
}, z.core.$strict>;
|
|
7
8
|
export type CABSubscriptionSection = z.infer<typeof CABSubscriptionSection>;
|
|
9
|
+
export type CABSubscriptionSectionProps = CABSubscriptionSection & SectionDetails;
|
|
8
10
|
//# sourceMappingURL=subscription.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"subscription.d.ts","sourceRoot":"","sources":["../../src/schema/subscription.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"subscription.d.ts","sourceRoot":"","sources":["../../src/schema/subscription.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,CAAC,EAAE,MAAM,QAAQ,CAAC;AAG3B,OAAO,EAAE,KAAK,cAAc,EAAE,MAAM,UAAU,CAAC;AAE/C,eAAO,MAAM,sBAAsB;;;;kBAIjC,CAAC;AAEH,MAAM,MAAM,sBAAsB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAC;AAE5E,MAAM,MAAM,2BAA2B,GAAG,sBAAsB,GAAG,cAAc,CAAC"}
|
package/dist/schema/table.d.ts
CHANGED
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
import { z } from 'zod/v4';
|
|
2
|
+
import { type SectionDetails } from './shared';
|
|
2
3
|
export declare const CABTableSection: z.ZodObject<{
|
|
3
4
|
name: z.ZodOptional<z.ZodString>;
|
|
4
5
|
sectionId: z.ZodDefault<z.ZodUUID>;
|
|
5
6
|
sectionType: z.ZodDefault<z.ZodLiteral<"table">>;
|
|
6
7
|
}, z.core.$strict>;
|
|
7
8
|
export type CABTableSection = z.infer<typeof CABTableSection>;
|
|
9
|
+
export type CABTableSectionProps = CABTableSection & SectionDetails;
|
|
8
10
|
//# sourceMappingURL=table.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"table.d.ts","sourceRoot":"","sources":["../../src/schema/table.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"table.d.ts","sourceRoot":"","sources":["../../src/schema/table.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,CAAC,EAAE,MAAM,QAAQ,CAAC;AAG3B,OAAO,EAAE,KAAK,cAAc,EAAE,MAAM,UAAU,CAAC;AAE/C,eAAO,MAAM,eAAe;;;;kBAI1B,CAAC;AAEH,MAAM,MAAM,eAAe,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,eAAe,CAAC,CAAC;AAE9D,MAAM,MAAM,oBAAoB,GAAG,eAAe,GAAG,cAAc,CAAC"}
|
package/dist/schema/text.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { z } from 'zod/v4';
|
|
2
|
+
import { type SectionDetails } from './shared';
|
|
2
3
|
export declare const TiptapText: z.ZodObject<{
|
|
3
4
|
marks: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
4
5
|
type: z.ZodLiteral<"bold">;
|
|
@@ -157,4 +158,5 @@ export declare const CABTextSection: z.ZodObject<{
|
|
|
157
158
|
sectionType: z.ZodDefault<z.ZodLiteral<"text">>;
|
|
158
159
|
}, z.core.$strict>;
|
|
159
160
|
export type CABTextSection = z.infer<typeof CABTextSection>;
|
|
161
|
+
export type CABTextSectionProps = CABTextSection & SectionDetails;
|
|
160
162
|
//# sourceMappingURL=text.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"text.d.ts","sourceRoot":"","sources":["../../src/schema/text.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"text.d.ts","sourceRoot":"","sources":["../../src/schema/text.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,CAAC,EAAE,MAAM,QAAQ,CAAC;AAgB3B,OAAO,EAAE,KAAK,cAAc,EAAE,MAAM,UAAU,CAAC;AAS/C,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;kBA4BrB,CAAC;AAEH,MAAM,MAAM,UAAU,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,UAAU,CAAC,CAAC;AAEpD,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBAQ1B,CAAC;AAEH,MAAM,MAAM,eAAe,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,eAAe,CAAC,CAAC;AAE9D,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBAQzB,CAAC;AAEH,MAAM,MAAM,cAAc,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;AAE5D,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBA6BrB,CAAC;AAEP,MAAM,MAAM,cAAc,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;AAE5D,MAAM,MAAM,mBAAmB,GAAG,cAAc,GAAG,cAAc,CAAC"}
|
package/dist/schema/utils.d.ts
CHANGED
|
@@ -1,8 +1,33 @@
|
|
|
1
|
-
import { type
|
|
1
|
+
import { type CABButtonSection } from './button';
|
|
2
|
+
import { type CABDataSourceSection } from './data-source';
|
|
3
|
+
import { type CABImageSection } from './image';
|
|
4
|
+
import { type CABLayoutSection } from './layout';
|
|
5
|
+
import { type CABOffersSection } from './offers';
|
|
6
|
+
import { type CABProductSection } from './product';
|
|
7
|
+
import { type CABProductsSection } from './products';
|
|
8
|
+
import { type CABQuantitySection } from './quantity';
|
|
9
|
+
import { type CABReviewsSection } from './reviews';
|
|
10
|
+
import { type CABSubscriptionSection } from './subscription';
|
|
11
|
+
import { type CABTableSection } from './table';
|
|
12
|
+
import { type CABTextSection, type TiptapDocument } from './text';
|
|
13
|
+
import { type CABVariantsSection } from './variants';
|
|
2
14
|
export declare const isHTML: (html?: string | undefined) => boolean;
|
|
3
15
|
export declare const hasHTMLInDoc: (doc: TiptapDocument) => boolean;
|
|
4
16
|
export declare const checkForHTML: (input: string | TiptapDocument) => boolean;
|
|
5
17
|
export declare const NO_HTML: {
|
|
6
18
|
message: string;
|
|
7
19
|
};
|
|
20
|
+
export declare const isButtonType: (section: unknown) => section is CABButtonSection;
|
|
21
|
+
export declare const isDataSourceType: (section: unknown) => section is CABDataSourceSection;
|
|
22
|
+
export declare const isImageType: (section: unknown) => section is CABImageSection;
|
|
23
|
+
export declare const isLayoutType: (section: unknown) => section is CABLayoutSection;
|
|
24
|
+
export declare const isOffersType: (section: unknown) => section is CABOffersSection;
|
|
25
|
+
export declare const isProductType: (section: unknown) => section is CABProductSection;
|
|
26
|
+
export declare const isProductsType: (section: unknown) => section is CABProductsSection;
|
|
27
|
+
export declare const isQuantityType: (section: unknown) => section is CABQuantitySection;
|
|
28
|
+
export declare const isReviewsType: (section: unknown) => section is CABReviewsSection;
|
|
29
|
+
export declare const isSubscriptionType: (section: unknown) => section is CABSubscriptionSection;
|
|
30
|
+
export declare const isTableType: (section: unknown) => section is CABTableSection;
|
|
31
|
+
export declare const isTextType: (section: unknown) => section is CABTextSection;
|
|
32
|
+
export declare const isVariantsType: (section: unknown) => section is CABVariantsSection;
|
|
8
33
|
//# sourceMappingURL=utils.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../src/schema/utils.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../src/schema/utils.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,gBAAgB,EAAE,MAAM,UAAU,CAAC;AAEjD,OAAO,EAAE,KAAK,oBAAoB,EAAE,MAAM,eAAe,CAAC;AAC1D,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,SAAS,CAAC;AAC/C,OAAO,EAAE,KAAK,gBAAgB,EAAE,MAAM,UAAU,CAAC;AACjD,OAAO,EAAE,KAAK,gBAAgB,EAAE,MAAM,UAAU,CAAC;AACjD,OAAO,EAAE,KAAK,iBAAiB,EAAE,MAAM,WAAW,CAAC;AACnD,OAAO,EAAE,KAAK,kBAAkB,EAAE,MAAM,YAAY,CAAC;AACrD,OAAO,EAAE,KAAK,kBAAkB,EAAE,MAAM,YAAY,CAAC;AAErD,OAAO,EAAE,KAAK,iBAAiB,EAAE,MAAM,WAAW,CAAC;AACnD,OAAO,EAAE,KAAK,sBAAsB,EAAE,MAAM,gBAAgB,CAAC;AAC7D,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,SAAS,CAAC;AAC/C,OAAO,EAAE,KAAK,cAAc,EAAE,KAAK,cAAc,EAAE,MAAM,QAAQ,CAAC;AAClE,OAAO,EAAE,KAAK,kBAAkB,EAAE,MAAM,YAAY,CAAC;AAErD,eAAO,MAAM,MAAM,GAAI,OAAM,MAAM,GAAG,SAAc,KAAG,OAWtD,CAAC;AAEF,eAAO,MAAM,YAAY,GAAI,KAAK,cAAc,KAAG,OACiC,CAAC;AAErF,eAAO,MAAM,YAAY,GAAI,OAAO,MAAM,GAAG,cAAc,KAAG,OAC8C,CAAC;AAE7G,eAAO,MAAM,OAAO;;CAAuC,CAAC;AAE5D,eAAO,MAAM,YAAY,GAAI,SAAS,OAAO,KAAG,OAAO,IAAI,gBACL,CAAC;AAEvD,eAAO,MAAM,gBAAgB,GAAI,SAAS,OAAO,KAAG,OAAO,IAAI,oBACL,CAAC;AAE3D,eAAO,MAAM,WAAW,GAAI,SAAS,OAAO,KAAG,OAAO,IAAI,eACL,CAAC;AAEtD,eAAO,MAAM,YAAY,GAAI,SAAS,OAAO,KAAG,OAAO,IAAI,gBACL,CAAC;AAEvD,eAAO,MAAM,YAAY,GAAI,SAAS,OAAO,KAAG,OAAO,IAAI,gBACL,CAAC;AAEvD,eAAO,MAAM,aAAa,GAAI,SAAS,OAAO,KAAG,OAAO,IAAI,iBACL,CAAC;AAExD,eAAO,MAAM,cAAc,GAAI,SAAS,OAAO,KAAG,OAAO,IAAI,kBACL,CAAC;AAEzD,eAAO,MAAM,cAAc,GAAI,SAAS,OAAO,KAAG,OAAO,IAAI,kBACL,CAAC;AAEzD,eAAO,MAAM,aAAa,GAAI,SAAS,OAAO,KAAG,OAAO,IAAI,iBACL,CAAC;AAExD,eAAO,MAAM,kBAAkB,GAAI,SAAS,OAAO,KAAG,OAAO,IAAI,sBACL,CAAC;AAE7D,eAAO,MAAM,WAAW,GAAI,SAAS,OAAO,KAAG,OAAO,IAAI,eACL,CAAC;AAEtD,eAAO,MAAM,UAAU,GAAI,SAAS,OAAO,KAAG,OAAO,IAAI,cACL,CAAC;AAErD,eAAO,MAAM,cAAc,GAAI,SAAS,OAAO,KAAG,OAAO,IAAI,kBACL,CAAC"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { z } from 'zod/v4';
|
|
2
|
+
import { type SectionDetails } from './shared';
|
|
2
3
|
export declare const CABVariantsSection: z.ZodObject<{
|
|
3
4
|
name: z.ZodOptional<z.ZodString>;
|
|
4
5
|
sectionId: z.ZodDefault<z.ZodUUID>;
|
|
@@ -12,4 +13,5 @@ export declare const CABVariantsSection: z.ZodObject<{
|
|
|
12
13
|
}>>;
|
|
13
14
|
}, z.core.$strict>;
|
|
14
15
|
export type CABVariantsSection = z.infer<typeof CABVariantsSection>;
|
|
16
|
+
export type CABVariantsSectionProps = CABVariantsSection & SectionDetails;
|
|
15
17
|
//# sourceMappingURL=variants.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"variants.d.ts","sourceRoot":"","sources":["../../src/schema/variants.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"variants.d.ts","sourceRoot":"","sources":["../../src/schema/variants.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,CAAC,EAAE,MAAM,QAAQ,CAAC;AAG3B,OAAO,EAAE,KAAK,cAAc,EAAE,MAAM,UAAU,CAAC;AAE/C,eAAO,MAAM,kBAAkB;;;;;;;;;;;kBAK7B,CAAC;AAEH,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kBAAkB,CAAC,CAAC;AAEpE,MAAM,MAAM,uBAAuB,GAAG,kBAAkB,GAAG,cAAc,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rebuy/rebuy",
|
|
3
3
|
"description": "This is the default library for Rebuy",
|
|
4
|
-
"version": "2.2.0-rc.
|
|
4
|
+
"version": "2.2.0-rc.6",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Rebuy, Inc.",
|
|
7
7
|
"type": "module",
|
|
@@ -82,6 +82,7 @@
|
|
|
82
82
|
"husky": "^9.1.7",
|
|
83
83
|
"lint-staged": "^15.5.0",
|
|
84
84
|
"prettier": "^3.5.3",
|
|
85
|
+
"react-hook-form": "^7.69.0",
|
|
85
86
|
"semantic-release": "^24.2.5",
|
|
86
87
|
"sort-package-json": "^3.2.1",
|
|
87
88
|
"typescript": "^5.8.3"
|