@danielgenarog/shared-contracts 1.1.15 → 1.1.16
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/core/business/scalinky/scalinky.schema.d.ts +74 -4
- package/dist/core/business/scalinky/scalinky.schema.d.ts.map +1 -1
- package/dist/core/business/scalinky/scalinky.schema.js +8 -7
- package/dist/core/business/scalinky/scalinky.schema.js.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -64,6 +64,7 @@ export declare const ScalinkyLiPropsSchema: z.ZodObject<{
|
|
|
64
64
|
orders: "orders";
|
|
65
65
|
}>>;
|
|
66
66
|
}, z.core.$strip>;
|
|
67
|
+
order: z.ZodNumber;
|
|
67
68
|
visible: z.ZodBoolean;
|
|
68
69
|
options: z.ZodOptional<z.ZodObject<{
|
|
69
70
|
variant: z.ZodOptional<z.ZodEnum<{
|
|
@@ -100,6 +101,7 @@ export declare const ScalinkyLinkPropsSchema: z.ZodObject<{
|
|
|
100
101
|
orders: "orders";
|
|
101
102
|
}>>;
|
|
102
103
|
}, z.core.$strip>;
|
|
104
|
+
order: z.ZodNumber;
|
|
103
105
|
visible: z.ZodBoolean;
|
|
104
106
|
options: z.ZodOptional<z.ZodObject<{
|
|
105
107
|
variant: z.ZodOptional<z.ZodEnum<{
|
|
@@ -118,8 +120,76 @@ export type ScalinkyLinkProps = z.infer<typeof ScalinkyLinkPropsSchema>;
|
|
|
118
120
|
/** =========================
|
|
119
121
|
* Social
|
|
120
122
|
* ========================= */
|
|
123
|
+
export declare const ScalinkyUnionSocialPropsSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
124
|
+
data: z.ZodObject<{
|
|
125
|
+
label: z.ZodOptional<z.ZodString>;
|
|
126
|
+
href: z.ZodOptional<z.ZodString>;
|
|
127
|
+
}, z.core.$strip>;
|
|
128
|
+
meta: z.ZodObject<{
|
|
129
|
+
kind: z.ZodOptional<z.ZodEnum<{
|
|
130
|
+
whatsapp: "whatsapp";
|
|
131
|
+
instagram: "instagram";
|
|
132
|
+
menu: "menu";
|
|
133
|
+
maps: "maps";
|
|
134
|
+
website: "website";
|
|
135
|
+
phone: "phone";
|
|
136
|
+
appointments: "appointments";
|
|
137
|
+
reservations: "reservations";
|
|
138
|
+
orders: "orders";
|
|
139
|
+
}>>;
|
|
140
|
+
}, z.core.$strip>;
|
|
141
|
+
order: z.ZodNumber;
|
|
142
|
+
visible: z.ZodBoolean;
|
|
143
|
+
options: z.ZodOptional<z.ZodObject<{
|
|
144
|
+
variant: z.ZodOptional<z.ZodEnum<{
|
|
145
|
+
default: "default";
|
|
146
|
+
surface: "surface";
|
|
147
|
+
outline: "outline";
|
|
148
|
+
noborder: "noborder";
|
|
149
|
+
}>>;
|
|
150
|
+
style: z.ZodOptional<z.ZodType<import("csstype").Properties<0 | (string & {}), string & {}>, unknown, z.core.$ZodTypeInternals<import("csstype").Properties<0 | (string & {}), string & {}>, unknown>>>;
|
|
151
|
+
className: z.ZodOptional<z.ZodString>;
|
|
152
|
+
}, z.core.$strip>>;
|
|
153
|
+
element_id: z.ZodOptional<z.ZodString>;
|
|
154
|
+
type: z.ZodLiteral<"info">;
|
|
155
|
+
disabled: z.ZodOptional<z.ZodBoolean>;
|
|
156
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
157
|
+
data: z.ZodObject<{
|
|
158
|
+
label: z.ZodOptional<z.ZodString>;
|
|
159
|
+
href: z.ZodOptional<z.ZodString>;
|
|
160
|
+
}, z.core.$strip>;
|
|
161
|
+
meta: z.ZodObject<{
|
|
162
|
+
kind: z.ZodOptional<z.ZodEnum<{
|
|
163
|
+
whatsapp: "whatsapp";
|
|
164
|
+
instagram: "instagram";
|
|
165
|
+
menu: "menu";
|
|
166
|
+
maps: "maps";
|
|
167
|
+
website: "website";
|
|
168
|
+
phone: "phone";
|
|
169
|
+
appointments: "appointments";
|
|
170
|
+
reservations: "reservations";
|
|
171
|
+
orders: "orders";
|
|
172
|
+
}>>;
|
|
173
|
+
}, z.core.$strip>;
|
|
174
|
+
order: z.ZodNumber;
|
|
175
|
+
visible: z.ZodBoolean;
|
|
176
|
+
options: z.ZodOptional<z.ZodObject<{
|
|
177
|
+
variant: z.ZodOptional<z.ZodEnum<{
|
|
178
|
+
default: "default";
|
|
179
|
+
surface: "surface";
|
|
180
|
+
outline: "outline";
|
|
181
|
+
noborder: "noborder";
|
|
182
|
+
}>>;
|
|
183
|
+
style: z.ZodOptional<z.ZodType<import("csstype").Properties<0 | (string & {}), string & {}>, unknown, z.core.$ZodTypeInternals<import("csstype").Properties<0 | (string & {}), string & {}>, unknown>>>;
|
|
184
|
+
className: z.ZodOptional<z.ZodString>;
|
|
185
|
+
}, z.core.$strip>>;
|
|
186
|
+
element_id: z.ZodOptional<z.ZodString>;
|
|
187
|
+
type: z.ZodLiteral<"link">;
|
|
188
|
+
disabled: z.ZodOptional<z.ZodBoolean>;
|
|
189
|
+
}, z.core.$strip>], "type">;
|
|
190
|
+
export type ScalinkyUnionSocialProps = z.infer<typeof ScalinkyUnionSocialPropsSchema>;
|
|
121
191
|
export declare const ScalinkyElementListPropsSchema: z.ZodObject<{
|
|
122
|
-
items: z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
192
|
+
items: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
123
193
|
data: z.ZodObject<{
|
|
124
194
|
label: z.ZodOptional<z.ZodString>;
|
|
125
195
|
href: z.ZodOptional<z.ZodString>;
|
|
@@ -137,6 +207,7 @@ export declare const ScalinkyElementListPropsSchema: z.ZodObject<{
|
|
|
137
207
|
orders: "orders";
|
|
138
208
|
}>>;
|
|
139
209
|
}, z.core.$strip>;
|
|
210
|
+
order: z.ZodNumber;
|
|
140
211
|
visible: z.ZodBoolean;
|
|
141
212
|
options: z.ZodOptional<z.ZodObject<{
|
|
142
213
|
variant: z.ZodOptional<z.ZodEnum<{
|
|
@@ -150,7 +221,6 @@ export declare const ScalinkyElementListPropsSchema: z.ZodObject<{
|
|
|
150
221
|
}, z.core.$strip>>;
|
|
151
222
|
element_id: z.ZodOptional<z.ZodString>;
|
|
152
223
|
type: z.ZodLiteral<"info">;
|
|
153
|
-
order: z.ZodNumber;
|
|
154
224
|
disabled: z.ZodOptional<z.ZodBoolean>;
|
|
155
225
|
}, z.core.$strip>, z.ZodObject<{
|
|
156
226
|
data: z.ZodObject<{
|
|
@@ -170,6 +240,7 @@ export declare const ScalinkyElementListPropsSchema: z.ZodObject<{
|
|
|
170
240
|
orders: "orders";
|
|
171
241
|
}>>;
|
|
172
242
|
}, z.core.$strip>;
|
|
243
|
+
order: z.ZodNumber;
|
|
173
244
|
visible: z.ZodBoolean;
|
|
174
245
|
options: z.ZodOptional<z.ZodObject<{
|
|
175
246
|
variant: z.ZodOptional<z.ZodEnum<{
|
|
@@ -183,9 +254,8 @@ export declare const ScalinkyElementListPropsSchema: z.ZodObject<{
|
|
|
183
254
|
}, z.core.$strip>>;
|
|
184
255
|
element_id: z.ZodOptional<z.ZodString>;
|
|
185
256
|
type: z.ZodLiteral<"link">;
|
|
186
|
-
order: z.ZodNumber;
|
|
187
257
|
disabled: z.ZodOptional<z.ZodBoolean>;
|
|
188
|
-
}, z.core.$strip>], "type"
|
|
258
|
+
}, z.core.$strip>], "type">>>;
|
|
189
259
|
}, z.core.$strip>;
|
|
190
260
|
export type ScalinkyElementListProps = z.infer<typeof ScalinkyElementListPropsSchema>;
|
|
191
261
|
export declare const MockupSizeSchema: z.ZodEnum<{
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"scalinky.schema.d.ts","sourceRoot":"","sources":["../../../../src/core/business/scalinky/scalinky.schema.ts"],"names":[],"mappings":"AAAA,OAAO,CAAC,MAAM,KAAK,CAAC;AAKpB,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;iBAGlC,CAAA;AAEF,MAAM,MAAM,iBAAiB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,uBAAuB,CAAC,CAAA;AACvE;;gCAEgC;AAEhC,eAAO,MAAM,uBAAuB;;;;;;;;;iBAGlC,CAAA;AACF,MAAM,MAAM,iBAAiB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,uBAAuB,CAAC,CAAA;AAEvE;;gCAEgC;AAChC,eAAO,MAAM,8BAA8B;;;;;;;;;iBAGzC,CAAA;AACF,MAAM,MAAM,wBAAwB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,8BAA8B,CAAC,CAAA;AAKrF;;gCAEgC;AAChC,eAAO,MAAM,qBAAqB
|
|
1
|
+
{"version":3,"file":"scalinky.schema.d.ts","sourceRoot":"","sources":["../../../../src/core/business/scalinky/scalinky.schema.ts"],"names":[],"mappings":"AAAA,OAAO,CAAC,MAAM,KAAK,CAAC;AAKpB,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;iBAGlC,CAAA;AAEF,MAAM,MAAM,iBAAiB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,uBAAuB,CAAC,CAAA;AACvE;;gCAEgC;AAEhC,eAAO,MAAM,uBAAuB;;;;;;;;;iBAGlC,CAAA;AACF,MAAM,MAAM,iBAAiB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,uBAAuB,CAAC,CAAA;AAEvE;;gCAEgC;AAChC,eAAO,MAAM,8BAA8B;;;;;;;;;iBAGzC,CAAA;AACF,MAAM,MAAM,wBAAwB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,8BAA8B,CAAC,CAAA;AAKrF;;gCAEgC;AAChC,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAEhC,CAAA;AACF,MAAM,MAAM,eAAe,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,qBAAqB,CAAC,CAAA;AAEnE;;gCAEgC;AAChC,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAElC,CAAA;AACF,MAAM,MAAM,iBAAiB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,uBAAuB,CAAC,CAAA;AAGvE;;gCAEgC;AAChC,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2BAGzC,CAAA;AACF,MAAM,MAAM,wBAAwB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,8BAA8B,CAAC,CAAA;AACrF,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAIzC,CAAC;AACH,MAAM,MAAM,wBAAwB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,8BAA8B,CAAC,CAAA;AAErF,eAAO,MAAM,gBAAgB;;;;EAA6B,CAAC;AAC3D,MAAM,MAAM,UAAU,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gBAAgB,CAAC,CAAA;AACzD,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;iBAY9B,CAAC;AACH,MAAM,MAAM,aAAa,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,mBAAmB,CAAC,CAAA"}
|
|
@@ -3,7 +3,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
3
3
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.ScalinkyPropsSchema = exports.MockupSizeSchema = exports.ScalinkyElementListPropsSchema = exports.ScalinkyLinkPropsSchema = exports.ScalinkyLiPropsSchema = exports.ScalinkyDescriptionPropsSchema = exports.ScalinkyNamePropsSchema = exports.ScalinkyLogoPropsSchema = void 0;
|
|
6
|
+
exports.ScalinkyPropsSchema = exports.MockupSizeSchema = exports.ScalinkyElementListPropsSchema = exports.ScalinkyUnionSocialPropsSchema = exports.ScalinkyLinkPropsSchema = exports.ScalinkyLiPropsSchema = exports.ScalinkyDescriptionPropsSchema = exports.ScalinkyNamePropsSchema = exports.ScalinkyLogoPropsSchema = void 0;
|
|
7
7
|
const zod_1 = __importDefault(require("zod"));
|
|
8
8
|
const style_schema_1 = require("../style/style.schema");
|
|
9
9
|
const elements_schema_1 = require("../elements/elements.schema");
|
|
@@ -29,23 +29,24 @@ exports.ScalinkyDescriptionPropsSchema = zod_1.default.object({
|
|
|
29
29
|
/** =========================
|
|
30
30
|
* Li
|
|
31
31
|
* ========================= */
|
|
32
|
-
exports.ScalinkyLiPropsSchema = elements_schema_1.OptionalElementSchema.omit({ type: true
|
|
32
|
+
exports.ScalinkyLiPropsSchema = elements_schema_1.OptionalElementSchema.omit({ type: true }).extend({
|
|
33
33
|
type: zod_1.default.literal("info"),
|
|
34
34
|
});
|
|
35
35
|
/** =========================
|
|
36
36
|
* Links
|
|
37
37
|
* ========================= */
|
|
38
|
-
exports.ScalinkyLinkPropsSchema = elements_schema_1.OptionalElementSchema.omit({ type: true
|
|
38
|
+
exports.ScalinkyLinkPropsSchema = elements_schema_1.OptionalElementSchema.omit({ type: true }).extend({
|
|
39
39
|
type: zod_1.default.literal("link")
|
|
40
40
|
});
|
|
41
41
|
/** =========================
|
|
42
42
|
* Social
|
|
43
43
|
* ========================= */
|
|
44
|
+
exports.ScalinkyUnionSocialPropsSchema = zod_1.default.discriminatedUnion("type", [
|
|
45
|
+
exports.ScalinkyLiPropsSchema.extend({ disabled: zod_1.default.boolean().optional() }),
|
|
46
|
+
exports.ScalinkyLinkPropsSchema.extend({ disabled: zod_1.default.boolean().optional() }),
|
|
47
|
+
]);
|
|
44
48
|
exports.ScalinkyElementListPropsSchema = zod_1.default.object({
|
|
45
|
-
items: zod_1.default.array(
|
|
46
|
-
exports.ScalinkyLiPropsSchema.extend({ order: zod_1.default.number(), disabled: zod_1.default.boolean().optional() }),
|
|
47
|
-
exports.ScalinkyLinkPropsSchema.extend({ order: zod_1.default.number(), disabled: zod_1.default.boolean().optional() }),
|
|
48
|
-
])),
|
|
49
|
+
items: zod_1.default.array(exports.ScalinkyUnionSocialPropsSchema).optional(),
|
|
49
50
|
});
|
|
50
51
|
exports.MockupSizeSchema = zod_1.default.enum(["sm", "md", "lg"]);
|
|
51
52
|
exports.ScalinkyPropsSchema = zod_1.default.object({
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"scalinky.schema.js","sourceRoot":"","sources":["../../../../src/core/business/scalinky/scalinky.schema.ts"],"names":[],"mappings":";;;;;;AAAA,8CAAoB;AACpB,wDAAwF;AACxF,iEAAwH;AACxH,wDAA0D;AAE7C,QAAA,uBAAuB,GAAG,aAAC,CAAC,MAAM,CAAC;IAC9C,IAAI,EAAE,aAAC,CAAC,MAAM,EAAE;IAChB,MAAM,EAAE,8BAAe;CACxB,CAAC,CAAA;AAGF;;gCAEgC;AAEnB,QAAA,uBAAuB,GAAG,aAAC,CAAC,MAAM,CAAC;IAC9C,IAAI,EAAE,aAAC,CAAC,MAAM,EAAE;IAChB,KAAK,EAAE,gCAAiB;CACzB,CAAC,CAAA;AAGF;;gCAEgC;AACnB,QAAA,8BAA8B,GAAG,aAAC,CAAC,MAAM,CAAC;IACrD,WAAW,EAAE,aAAC,CAAC,MAAM,EAAE;IACvB,KAAK,EAAE,gCAAiB;CACzB,CAAC,CAAA;AAMF;;gCAEgC;AACnB,QAAA,qBAAqB,GAAG,uCAAqB,CAAC,IAAI,CAAC,EAAE,IAAI,EAAE,IAAI,EAAC,
|
|
1
|
+
{"version":3,"file":"scalinky.schema.js","sourceRoot":"","sources":["../../../../src/core/business/scalinky/scalinky.schema.ts"],"names":[],"mappings":";;;;;;AAAA,8CAAoB;AACpB,wDAAwF;AACxF,iEAAwH;AACxH,wDAA0D;AAE7C,QAAA,uBAAuB,GAAG,aAAC,CAAC,MAAM,CAAC;IAC9C,IAAI,EAAE,aAAC,CAAC,MAAM,EAAE;IAChB,MAAM,EAAE,8BAAe;CACxB,CAAC,CAAA;AAGF;;gCAEgC;AAEnB,QAAA,uBAAuB,GAAG,aAAC,CAAC,MAAM,CAAC;IAC9C,IAAI,EAAE,aAAC,CAAC,MAAM,EAAE;IAChB,KAAK,EAAE,gCAAiB;CACzB,CAAC,CAAA;AAGF;;gCAEgC;AACnB,QAAA,8BAA8B,GAAG,aAAC,CAAC,MAAM,CAAC;IACrD,WAAW,EAAE,aAAC,CAAC,MAAM,EAAE;IACvB,KAAK,EAAE,gCAAiB;CACzB,CAAC,CAAA;AAMF;;gCAEgC;AACnB,QAAA,qBAAqB,GAAG,uCAAqB,CAAC,IAAI,CAAC,EAAE,IAAI,EAAE,IAAI,EAAC,CAAC,CAAC,MAAM,CAAC;IACrF,IAAI,EAAC,aAAC,CAAC,OAAO,CAAC,MAAM,CAAC;CACtB,CAAC,CAAA;AAGF;;gCAEgC;AACnB,QAAA,uBAAuB,GAAG,uCAAqB,CAAC,IAAI,CAAC,EAAC,IAAI,EAAE,IAAI,EAAC,CAAC,CAAC,MAAM,CAAC;IACnF,IAAI,EAAC,aAAC,CAAC,OAAO,CAAC,MAAM,CAAC;CACzB,CAAC,CAAA;AAIF;;gCAEgC;AACnB,QAAA,8BAA8B,GAAG,aAAC,CAAC,kBAAkB,CAAC,MAAM,EAAE;IACzE,6BAAqB,CAAC,MAAM,CAAC,EAAE,QAAQ,EAAE,aAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE,EAAE,CAAC;IAClE,+BAAuB,CAAC,MAAM,CAAC,EAAE,QAAQ,EAAE,aAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE,EAAE,CAAC;CACrE,CAAC,CAAA;AAEW,QAAA,8BAA8B,GAAG,aAAC,CAAC,MAAM,CAAC;IACrD,KAAK,EAAE,aAAC,CAAC,KAAK,CACZ,sCAA8B,CAC/B,CAAC,QAAQ,EAAE;CACb,CAAC,CAAC;AAGU,QAAA,gBAAgB,GAAG,aAAC,CAAC,IAAI,CAAC,CAAC,IAAI,EAAE,IAAI,EAAE,IAAI,CAAC,CAAC,CAAC;AAE9C,QAAA,mBAAmB,GAAG,aAAC,CAAC,MAAM,CAAC;IAC1C,EAAE,EAAE,aAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACzB,KAAK,EAAE,gCAAiB,CAAC,QAAQ,EAAE;IACnC,SAAS,EAAE,aAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAChC,QAAQ,EAAE,aAAC,CAAC,GAAG,EAAE;IACjB,MAAM,EAAE,aAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;IAC9B,UAAU,EAAE,wBAAgB,CAAC,QAAQ,EAAE;IACvC,QAAQ,EAAE,aAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC/B,YAAY,EAAE,aAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;IACpC,YAAY,EAAE,aAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACnC,UAAU,EAAE,aAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;IAClC,aAAa,EAAE,aAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CACrC,CAAC,CAAC"}
|
package/dist/index.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
export * from "./core/business/business/business.schema";
|
|
2
|
+
export * from "./core/business/scalinky/scalinky.schema";
|
|
2
3
|
export * from "./core/business/elements/elements.schema";
|
|
3
4
|
export * from "./core/business/modules/modules.constants";
|
|
4
5
|
export * from "./core/business/modules/modules.schema";
|
|
5
|
-
export * from "./core/business/scalinky/scalinky.schema";
|
|
6
6
|
export * from "./core/business/social-kind/social-kind.schema";
|
|
7
7
|
export * from "./core/business/style/style.schema";
|
|
8
8
|
export * from "./core/business/theme/theme.schema";
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,0CAA0C,CAAC;AACzD,cAAc,0CAA0C,CAAC;AACzD,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,0CAA0C,CAAC;AACzD,cAAc,0CAA0C,CAAC;AACzD,cAAc,0CAA0C,CAAC;AACzD,cAAc,2CAA2C,CAAC;AAC1D,cAAc,wCAAwC,CAAC;AACvD,cAAc,gDAAgD,CAAC;AAC/D,cAAc,oCAAoC,CAAC;AACnD,cAAc,oCAAoC,CAAC;AACnD,cAAc,0CAA0C,CAAC;AACzD,cAAc,+BAA+B,CAAC;AAC9C,cAAc,+BAA+B,CAAC"}
|
package/dist/index.js
CHANGED
|
@@ -15,10 +15,10 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
17
|
__exportStar(require("./core/business/business/business.schema"), exports);
|
|
18
|
+
__exportStar(require("./core/business/scalinky/scalinky.schema"), exports);
|
|
18
19
|
__exportStar(require("./core/business/elements/elements.schema"), exports);
|
|
19
20
|
__exportStar(require("./core/business/modules/modules.constants"), exports);
|
|
20
21
|
__exportStar(require("./core/business/modules/modules.schema"), exports);
|
|
21
|
-
__exportStar(require("./core/business/scalinky/scalinky.schema"), exports);
|
|
22
22
|
__exportStar(require("./core/business/social-kind/social-kind.schema"), exports);
|
|
23
23
|
__exportStar(require("./core/business/style/style.schema"), exports);
|
|
24
24
|
__exportStar(require("./core/business/theme/theme.schema"), exports);
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2EAAyD;AACzD,2EAAyD;AACzD,4EAA0D;AAC1D,yEAAuD;AACvD,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2EAAyD;AACzD,2EAAyD;AACzD,2EAAyD;AACzD,4EAA0D;AAC1D,yEAAuD;AACvD,iFAA+D;AAC/D,qEAAmD;AACnD,qEAAmD;AACnD,2EAAyD;AACzD,gEAA8C;AAC9C,gEAA8C"}
|