@tech_carthagos/page-builder 1.0.29 → 1.0.30
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.cjs.js +34 -34
- package/dist/index.es.js +1 -0
- package/dist-types/index.d.ts +4 -3
- package/dist-types/index.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -18384,6 +18384,7 @@ export {
|
|
|
18384
18384
|
It as getResponsiveValue,
|
|
18385
18385
|
OC as hasTemplatePlaceholders,
|
|
18386
18386
|
Ci as processTemplate,
|
|
18387
|
+
gs as resolver,
|
|
18387
18388
|
XC as useApiConfig,
|
|
18388
18389
|
Vr as useDeviceSize,
|
|
18389
18390
|
Fo as useEventData
|
package/dist-types/index.d.ts
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
export { PageBuilder } from './PageBuilder';
|
|
2
2
|
export { PreviewModal } from './PreviewModal';
|
|
3
|
+
export { resolver } from './CraftEditor';
|
|
3
4
|
export { EventDataProvider, useEventData } from './contexts/EventDataContext';
|
|
4
5
|
export { ApiConfigProvider, useApiConfig } from './contexts/ApiConfigContext';
|
|
5
|
-
export { DeviceSizeProvider, useDeviceSize, getResponsiveValue, DEVICE_ORDER } from './contexts/DeviceSizeContext';
|
|
6
|
-
export { processTemplate, hasTemplatePlaceholders, getPlaceholderPaths, TEMPLATE_VARIABLES } from './utils/templateEngine';
|
|
7
|
-
export type { EventData, PageBuilderProps, VideoDetail, FetchVideoByLocationFn } from './types';
|
|
6
|
+
export { DeviceSizeProvider, useDeviceSize, getResponsiveValue, DEVICE_ORDER, } from './contexts/DeviceSizeContext';
|
|
7
|
+
export { processTemplate, hasTemplatePlaceholders, getPlaceholderPaths, TEMPLATE_VARIABLES, } from './utils/templateEngine';
|
|
8
|
+
export type { EventData, PageBuilderProps, VideoDetail, FetchVideoByLocationFn, } from './types';
|
|
8
9
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AAGzC,OAAO,EAAE,iBAAiB,EAAE,YAAY,EAAE,MAAM,6BAA6B,CAAC;AAC9E,OAAO,EAAE,iBAAiB,EAAE,YAAY,EAAE,MAAM,6BAA6B,CAAC;AAC9E,OAAO,EACL,kBAAkB,EAClB,aAAa,EACb,kBAAkB,EAClB,YAAY,GACb,MAAM,8BAA8B,CAAC;AAGtC,OAAO,EACL,eAAe,EACf,uBAAuB,EACvB,mBAAmB,EACnB,kBAAkB,GACnB,MAAM,wBAAwB,CAAC;AAGhC,YAAY,EACV,SAAS,EACT,gBAAgB,EAChB,WAAW,EACX,sBAAsB,GACvB,MAAM,SAAS,CAAC"}
|