@tech_carthagos/page-builder 1.0.0
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/README.md +143 -0
- package/dist/CraftEditor-C46pwgRX.cjs +72 -0
- package/dist/CraftEditor-D3fFhzFW.js +1797 -0
- package/dist/index-Pbjx1e0F.js +15751 -0
- package/dist/index-kL2awzbZ.cjs +189 -0
- package/dist/index.cjs +1 -0
- package/dist/index.js +17 -0
- package/dist-types/CraftEditor.d.ts +7 -0
- package/dist-types/CraftEditor.d.ts.map +1 -0
- package/dist-types/PageBuilder.d.ts +19 -0
- package/dist-types/PageBuilder.d.ts.map +1 -0
- package/dist-types/PreviewModal.d.ts +7 -0
- package/dist-types/PreviewModal.d.ts.map +1 -0
- package/dist-types/contexts/ApiConfigContext.d.ts +8 -0
- package/dist-types/contexts/ApiConfigContext.d.ts.map +1 -0
- package/dist-types/contexts/DeviceSizeContext.d.ts +8 -0
- package/dist-types/contexts/DeviceSizeContext.d.ts.map +1 -0
- package/dist-types/contexts/EventDataContext.d.ts +6 -0
- package/dist-types/contexts/EventDataContext.d.ts.map +1 -0
- package/dist-types/editor/LayersPanel.d.ts +2 -0
- package/dist-types/editor/LayersPanel.d.ts.map +1 -0
- package/dist-types/editor/RichTextInput.d.ts +6 -0
- package/dist-types/editor/RichTextInput.d.ts.map +1 -0
- package/dist-types/editor/SettingsPanel.d.ts +2 -0
- package/dist-types/editor/SettingsPanel.d.ts.map +1 -0
- package/dist-types/editor/SettingsUI.d.ts +68 -0
- package/dist-types/editor/SettingsUI.d.ts.map +1 -0
- package/dist-types/editor/TemplateVariablesHelper.d.ts +4 -0
- package/dist-types/editor/TemplateVariablesHelper.d.ts.map +1 -0
- package/dist-types/editor/Toolbox.d.ts +2 -0
- package/dist-types/editor/Toolbox.d.ts.map +1 -0
- package/dist-types/editor/Topbar.d.ts +35 -0
- package/dist-types/editor/Topbar.d.ts.map +1 -0
- package/dist-types/index.d.ts +8 -0
- package/dist-types/index.d.ts.map +1 -0
- package/dist-types/lib/api.d.ts +20 -0
- package/dist-types/lib/api.d.ts.map +1 -0
- package/dist-types/lib/utils.d.ts +4 -0
- package/dist-types/lib/utils.d.ts.map +1 -0
- package/dist-types/types.d.ts +30 -0
- package/dist-types/types.d.ts.map +1 -0
- package/dist-types/ui/button.d.ts +12 -0
- package/dist-types/ui/button.d.ts.map +1 -0
- package/dist-types/ui/card.d.ts +9 -0
- package/dist-types/ui/card.d.ts.map +1 -0
- package/dist-types/ui/checkbox.d.ts +5 -0
- package/dist-types/ui/checkbox.d.ts.map +1 -0
- package/dist-types/ui/scroll-area.d.ts +6 -0
- package/dist-types/ui/scroll-area.d.ts.map +1 -0
- package/dist-types/ui/skeleton.d.ts +3 -0
- package/dist-types/ui/skeleton.d.ts.map +1 -0
- package/dist-types/ui/toggle-group.d.ts +13 -0
- package/dist-types/ui/toggle-group.d.ts.map +1 -0
- package/dist-types/ui/toggle.d.ts +13 -0
- package/dist-types/ui/toggle.d.ts.map +1 -0
- package/dist-types/ui/tooltip.d.ts +8 -0
- package/dist-types/ui/tooltip.d.ts.map +1 -0
- package/dist-types/user/Button.d.ts +57 -0
- package/dist-types/user/Button.d.ts.map +1 -0
- package/dist-types/user/Columns.d.ts +50 -0
- package/dist-types/user/Columns.d.ts.map +1 -0
- package/dist-types/user/Container.d.ts +72 -0
- package/dist-types/user/Container.d.ts.map +1 -0
- package/dist-types/user/Divider.d.ts +37 -0
- package/dist-types/user/Divider.d.ts.map +1 -0
- package/dist-types/user/Heading.d.ts +63 -0
- package/dist-types/user/Heading.d.ts.map +1 -0
- package/dist-types/user/Image.d.ts +45 -0
- package/dist-types/user/Image.d.ts.map +1 -0
- package/dist-types/user/Link.d.ts +47 -0
- package/dist-types/user/Link.d.ts.map +1 -0
- package/dist-types/user/Spacer.d.ts +21 -0
- package/dist-types/user/Spacer.d.ts.map +1 -0
- package/dist-types/user/TermsDownload.d.ts +5 -0
- package/dist-types/user/TermsDownload.d.ts.map +1 -0
- package/dist-types/user/Text.d.ts +66 -0
- package/dist-types/user/Text.d.ts.map +1 -0
- package/dist-types/user/Video.d.ts +41 -0
- package/dist-types/user/Video.d.ts.map +1 -0
- package/dist-types/user/index.d.ts +12 -0
- package/dist-types/user/index.d.ts.map +1 -0
- package/dist-types/utils/cn.d.ts +4 -0
- package/dist-types/utils/cn.d.ts.map +1 -0
- package/dist-types/utils/templateEngine.d.ts +27 -0
- package/dist-types/utils/templateEngine.d.ts.map +1 -0
- package/package.json +53 -0
package/dist/index.cjs
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./index-kL2awzbZ.cjs");exports.ApiConfigProvider=e.ApiConfigProvider;exports.DEVICE_ORDER=e.DEVICE_ORDER;exports.DeviceSizeProvider=e.DeviceSizeProvider;exports.EventDataProvider=e.EventDataProvider;exports.PageBuilder=e.PageBuilder;exports.PreviewModal=e.PreviewModal;exports.TEMPLATE_VARIABLES=e.TEMPLATE_VARIABLES;exports.getPlaceholderPaths=e.getPlaceholderPaths;exports.getResponsiveValue=e.getResponsiveValue;exports.hasTemplatePlaceholders=e.hasTemplatePlaceholders;exports.processTemplate=e.processTemplate;exports.useApiConfig=e.useApiConfig;exports.useDeviceSize=e.useDeviceSize;exports.useEventData=e.useEventData;
|
package/dist/index.js
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { U as s, Z as i, G as r, J as o, Q as t, R as l, a1 as v, a0 as P, Y as E, $ as d, _ as p, W as A, X as D, A as c } from "./index-Pbjx1e0F.js";
|
|
2
|
+
export {
|
|
3
|
+
s as ApiConfigProvider,
|
|
4
|
+
i as DEVICE_ORDER,
|
|
5
|
+
r as DeviceSizeProvider,
|
|
6
|
+
o as EventDataProvider,
|
|
7
|
+
t as PageBuilder,
|
|
8
|
+
l as PreviewModal,
|
|
9
|
+
v as TEMPLATE_VARIABLES,
|
|
10
|
+
P as getPlaceholderPaths,
|
|
11
|
+
E as getResponsiveValue,
|
|
12
|
+
d as hasTemplatePlaceholders,
|
|
13
|
+
p as processTemplate,
|
|
14
|
+
A as useApiConfig,
|
|
15
|
+
D as useDeviceSize,
|
|
16
|
+
c as useEventData
|
|
17
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CraftEditor.d.ts","sourceRoot":"","sources":["../src/CraftEditor.jsx"],"names":[],"mappings":";AAqBA;;;;4CAgHC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
interface EventData {
|
|
2
|
+
videos?: Array<{
|
|
3
|
+
locationId: string;
|
|
4
|
+
name: string;
|
|
5
|
+
}>;
|
|
6
|
+
bibId?: string;
|
|
7
|
+
athlete?: Record<string, unknown>;
|
|
8
|
+
event?: Record<string, unknown>;
|
|
9
|
+
organization?: Record<string, unknown>;
|
|
10
|
+
}
|
|
11
|
+
interface PageBuilderProps {
|
|
12
|
+
initialData?: string;
|
|
13
|
+
onSave?: (json: string) => void;
|
|
14
|
+
onStateChange?: (json: string) => void;
|
|
15
|
+
eventData?: EventData;
|
|
16
|
+
}
|
|
17
|
+
export declare const PageBuilder: ({ initialData, onSave, onStateChange, eventData }: PageBuilderProps) => import("react/jsx-runtime").JSX.Element;
|
|
18
|
+
export {};
|
|
19
|
+
//# sourceMappingURL=PageBuilder.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PageBuilder.d.ts","sourceRoot":"","sources":["../src/PageBuilder.tsx"],"names":[],"mappings":"AAQA,UAAU,SAAS;IACjB,MAAM,CAAC,EAAE,KAAK,CAAC;QACb,UAAU,EAAE,MAAM,CAAC;QACnB,IAAI,EAAE,MAAM,CAAC;KACd,CAAC,CAAC;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAClC,KAAK,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAChC,YAAY,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;CACxC;AAED,UAAU,gBAAgB;IACxB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,MAAM,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;IAChC,aAAa,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;IACvC,SAAS,CAAC,EAAE,SAAS,CAAC;CACvB;AAED,eAAO,MAAM,WAAW,GAAI,mDAAmD,gBAAgB,4CAuB9F,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PreviewModal.d.ts","sourceRoot":"","sources":["../src/PreviewModal.jsx"],"names":[],"mappings":"AAiEO;;;;;mDAgFN"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export function ApiConfigProvider({ children, fetchVideoByLocation }: {
|
|
2
|
+
children: any;
|
|
3
|
+
fetchVideoByLocation: any;
|
|
4
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
export function useApiConfig(): {
|
|
6
|
+
fetchVideoByLocation: null;
|
|
7
|
+
};
|
|
8
|
+
//# sourceMappingURL=ApiConfigContext.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ApiConfigContext.d.ts","sourceRoot":"","sources":["../../src/contexts/ApiConfigContext.jsx"],"names":[],"mappings":"AAMO;;;4CAMN;AAEM;;EAEN"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export function DeviceSizeProvider({ value, children }: {
|
|
2
|
+
value: any;
|
|
3
|
+
children: any;
|
|
4
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
export function useDeviceSize(): string;
|
|
6
|
+
export const DEVICE_ORDER: string[];
|
|
7
|
+
export function getResponsiveValue(responsiveValues: any, currentDevice: any, defaultValue: any): any;
|
|
8
|
+
//# sourceMappingURL=DeviceSizeContext.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DeviceSizeContext.d.ts","sourceRoot":"","sources":["../../src/contexts/DeviceSizeContext.jsx"],"names":[],"mappings":"AAIO;;;4CAMN;AAEM,wCAEN;AAGD,oCAAqE;AAI9D,sGA6BN"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"EventDataContext.d.ts","sourceRoot":"","sources":["../../src/contexts/EventDataContext.jsx"],"names":[],"mappings":"AAIO;;;4CAMN;AAEM,qCAGN"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LayersPanel.d.ts","sourceRoot":"","sources":["../../src/editor/LayersPanel.jsx"],"names":[],"mappings":"AA8JO,uEAiDN"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RichTextInput.d.ts","sourceRoot":"","sources":["../../src/editor/RichTextInput.jsx"],"names":[],"mappings":"AA2BO;;;;4CAoLN"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SettingsPanel.d.ts","sourceRoot":"","sources":["../../src/editor/SettingsPanel.jsx"],"names":[],"mappings":"AAKO,yEA+CN"}
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
export function SettingsSection({ title, children, defaultOpen }: {
|
|
2
|
+
title: any;
|
|
3
|
+
children: any;
|
|
4
|
+
defaultOpen?: boolean | undefined;
|
|
5
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
6
|
+
export function NumberInput({ label, value, onChange, min, max, unit }: {
|
|
7
|
+
label: any;
|
|
8
|
+
value: any;
|
|
9
|
+
onChange: any;
|
|
10
|
+
min?: number | undefined;
|
|
11
|
+
max?: number | undefined;
|
|
12
|
+
unit?: string | undefined;
|
|
13
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
14
|
+
export function ResponsiveNumberInput({ label, values, onChange, min, max, unit, defaultValue }: {
|
|
15
|
+
label: any;
|
|
16
|
+
values: any;
|
|
17
|
+
onChange: any;
|
|
18
|
+
min?: number | undefined;
|
|
19
|
+
max?: number | undefined;
|
|
20
|
+
unit?: string | undefined;
|
|
21
|
+
defaultValue?: number | undefined;
|
|
22
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
23
|
+
export function SpacingControl({ label, values, onChange }: {
|
|
24
|
+
label: any;
|
|
25
|
+
values: any;
|
|
26
|
+
onChange: any;
|
|
27
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
28
|
+
export function SelectInput({ label, value, options, onChange }: {
|
|
29
|
+
label: any;
|
|
30
|
+
value: any;
|
|
31
|
+
options: any;
|
|
32
|
+
onChange: any;
|
|
33
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
34
|
+
export function ColorInput({ label, value, onChange }: {
|
|
35
|
+
label: any;
|
|
36
|
+
value: any;
|
|
37
|
+
onChange: any;
|
|
38
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
39
|
+
export function ButtonGroup({ label, value, options, onChange }: {
|
|
40
|
+
label: any;
|
|
41
|
+
value: any;
|
|
42
|
+
options: any;
|
|
43
|
+
onChange: any;
|
|
44
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
45
|
+
export function TextInput({ label, value, onChange, multiline }: {
|
|
46
|
+
label: any;
|
|
47
|
+
value: any;
|
|
48
|
+
onChange: any;
|
|
49
|
+
multiline?: boolean | undefined;
|
|
50
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
51
|
+
export function SliderInput({ label, value, onChange, min, max, unit }: {
|
|
52
|
+
label: any;
|
|
53
|
+
value: any;
|
|
54
|
+
onChange: any;
|
|
55
|
+
min?: number | undefined;
|
|
56
|
+
max?: number | undefined;
|
|
57
|
+
unit?: string | undefined;
|
|
58
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
59
|
+
export function ResponsiveSliderInput({ label, values, onChange, min, max, unit, defaultValue }: {
|
|
60
|
+
label: any;
|
|
61
|
+
values: any;
|
|
62
|
+
onChange: any;
|
|
63
|
+
min?: number | undefined;
|
|
64
|
+
max?: number | undefined;
|
|
65
|
+
unit?: string | undefined;
|
|
66
|
+
defaultValue?: number | undefined;
|
|
67
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
68
|
+
//# sourceMappingURL=SettingsUI.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SettingsUI.d.ts","sourceRoot":"","sources":["../../src/editor/SettingsUI.jsx"],"names":[],"mappings":"AAaO;;;;4CAeN;AAGM;;;;;;;4CAeN;AAGM;;;;;;;;4CAoHN;AAGM;;;;4CAgDN;AAGM;;;;;4CAaN;AAGM;;;;4CAmBN;AAGM;;;;;4CAoBN;AAGM;;;;;4CAmBN;AAGM;;;;;;;4CAeN;AAGM;;;;;;;;4CAgGN"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TemplateVariablesHelper.d.ts","sourceRoot":"","sources":["../../src/editor/TemplateVariablesHelper.jsx"],"names":[],"mappings":"AAiGO;;4CAqBN"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Toolbox.d.ts","sourceRoot":"","sources":["../../src/editor/Toolbox.jsx"],"names":[],"mappings":"AA0BO,mEAmGN"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { Smartphone, Tablet, Monitor, Tv } from 'lucide-react';
|
|
2
|
+
export function Topbar({ onSave, deviceSize, onDeviceSizeChange }: {
|
|
3
|
+
onSave: any;
|
|
4
|
+
deviceSize: any;
|
|
5
|
+
onDeviceSizeChange: any;
|
|
6
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export namespace DEVICE_SIZES {
|
|
8
|
+
namespace mobile {
|
|
9
|
+
export let width: number;
|
|
10
|
+
export { Smartphone as icon };
|
|
11
|
+
export let label: string;
|
|
12
|
+
}
|
|
13
|
+
namespace tablet {
|
|
14
|
+
let width_1: number;
|
|
15
|
+
export { width_1 as width };
|
|
16
|
+
export { Tablet as icon };
|
|
17
|
+
let label_1: string;
|
|
18
|
+
export { label_1 as label };
|
|
19
|
+
}
|
|
20
|
+
namespace small {
|
|
21
|
+
let width_2: number;
|
|
22
|
+
export { width_2 as width };
|
|
23
|
+
export { Monitor as icon };
|
|
24
|
+
let label_2: string;
|
|
25
|
+
export { label_2 as label };
|
|
26
|
+
}
|
|
27
|
+
namespace desktop {
|
|
28
|
+
let width_3: string;
|
|
29
|
+
export { width_3 as width };
|
|
30
|
+
export { Tv as icon };
|
|
31
|
+
let label_3: string;
|
|
32
|
+
export { label_3 as label };
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
//# sourceMappingURL=Topbar.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Topbar.d.ts","sourceRoot":"","sources":["../../src/editor/Topbar.jsx"],"names":[],"mappings":"AAeO;;;;4CAoEN;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2BAjFmE,cAAc;uBAAd,cAAc;wBAAd,cAAc;mBAAd,cAAc"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export { PageBuilder } from './PageBuilder';
|
|
2
|
+
export { PreviewModal } from './PreviewModal';
|
|
3
|
+
export { EventDataProvider, useEventData } from './contexts/EventDataContext';
|
|
4
|
+
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';
|
|
8
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +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;AAG9C,OAAO,EAAE,iBAAiB,EAAE,YAAY,EAAE,MAAM,6BAA6B,CAAC;AAC9E,OAAO,EAAE,iBAAiB,EAAE,YAAY,EAAE,MAAM,6BAA6B,CAAC;AAC9E,OAAO,EAAE,kBAAkB,EAAE,aAAa,EAAE,kBAAkB,EAAE,YAAY,EAAE,MAAM,8BAA8B,CAAC;AAGnH,OAAO,EAAE,eAAe,EAAE,uBAAuB,EAAE,mBAAmB,EAAE,kBAAkB,EAAE,MAAM,wBAAwB,CAAC;AAG3H,YAAY,EAAE,SAAS,EAAE,gBAAgB,EAAE,WAAW,EAAE,sBAAsB,EAAE,MAAM,SAAS,CAAC"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
export declare function getAuthHeaders(): HeadersInit;
|
|
2
|
+
export declare function apiRequest<T>(endpoint: string, options?: RequestInit): Promise<T>;
|
|
3
|
+
export interface VideoDetail {
|
|
4
|
+
videoFromIrewind: {
|
|
5
|
+
name: string;
|
|
6
|
+
start_no: string;
|
|
7
|
+
mp4_hr_url: string;
|
|
8
|
+
};
|
|
9
|
+
video: {
|
|
10
|
+
videoType: string;
|
|
11
|
+
};
|
|
12
|
+
}
|
|
13
|
+
export interface VideoDetailResponse {
|
|
14
|
+
success: boolean;
|
|
15
|
+
data: VideoDetail;
|
|
16
|
+
status: number;
|
|
17
|
+
message: string;
|
|
18
|
+
}
|
|
19
|
+
export declare function fetchVideoByLocation(locationId: string, bibId?: string): Promise<VideoDetail>;
|
|
20
|
+
//# sourceMappingURL=api.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"api.d.ts","sourceRoot":"","sources":["../../src/lib/api.ts"],"names":[],"mappings":"AAEA,wBAAgB,cAAc,IAAI,WAAW,CAY5C;AAED,wBAAsB,UAAU,CAAC,CAAC,EAChC,QAAQ,EAAE,MAAM,EAChB,OAAO,GAAE,WAAgB,GACxB,OAAO,CAAC,CAAC,CAAC,CAgBZ;AAED,MAAM,WAAW,WAAW;IAC1B,gBAAgB,EAAE;QAChB,IAAI,EAAE,MAAM,CAAC;QACb,QAAQ,EAAE,MAAM,CAAC;QACjB,UAAU,EAAE,MAAM,CAAC;KACpB,CAAC;IACF,KAAK,EAAE;QACL,SAAS,EAAE,MAAM,CAAC;KACnB,CAAC;CACH;AAED,MAAM,WAAW,mBAAmB;IAClC,OAAO,EAAE,OAAO,CAAC;IACjB,IAAI,EAAE,WAAW,CAAC;IAClB,MAAM,EAAE,MAAM,CAAC;IACf,OAAO,EAAE,MAAM,CAAC;CACjB;AAED,wBAAsB,oBAAoB,CACxC,UAAU,EAAE,MAAM,EAClB,KAAK,CAAC,EAAE,MAAM,GACb,OAAO,CAAC,WAAW,CAAC,CAKtB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../src/lib/utils.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,KAAK,UAAU,EAAE,MAAM,MAAM,CAAC;AAG7C,wBAAgB,EAAE,CAAC,GAAG,MAAM,EAAE,UAAU,EAAE,UAEzC"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
export interface VideoFromIrewind {
|
|
2
|
+
name: string;
|
|
3
|
+
start_no: string;
|
|
4
|
+
mp4_hr_url: string;
|
|
5
|
+
}
|
|
6
|
+
export interface VideoDetail {
|
|
7
|
+
videoFromIrewind: VideoFromIrewind;
|
|
8
|
+
video?: {
|
|
9
|
+
videoType?: string;
|
|
10
|
+
};
|
|
11
|
+
}
|
|
12
|
+
export type FetchVideoByLocationFn = (locationId: string, bibId?: string) => Promise<VideoDetail>;
|
|
13
|
+
export interface EventData {
|
|
14
|
+
videos?: Array<{
|
|
15
|
+
locationId: string;
|
|
16
|
+
name: string;
|
|
17
|
+
}>;
|
|
18
|
+
bibId?: string;
|
|
19
|
+
athlete?: Record<string, unknown>;
|
|
20
|
+
event?: Record<string, unknown>;
|
|
21
|
+
organization?: Record<string, unknown>;
|
|
22
|
+
}
|
|
23
|
+
export interface PageBuilderProps {
|
|
24
|
+
initialData?: string;
|
|
25
|
+
onSave?: (json: string) => void;
|
|
26
|
+
onStateChange?: (json: string) => void;
|
|
27
|
+
eventData?: EventData;
|
|
28
|
+
fetchVideoByLocation?: FetchVideoByLocationFn;
|
|
29
|
+
}
|
|
30
|
+
//# sourceMappingURL=types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../src/types.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,gBAAgB;IAC/B,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,MAAM,CAAC;IACjB,UAAU,EAAE,MAAM,CAAC;CACpB;AAED,MAAM,WAAW,WAAW;IAC1B,gBAAgB,EAAE,gBAAgB,CAAC;IACnC,KAAK,CAAC,EAAE;QACN,SAAS,CAAC,EAAE,MAAM,CAAC;KACpB,CAAC;CACH;AAED,MAAM,MAAM,sBAAsB,GAAG,CAAC,UAAU,EAAE,MAAM,EAAE,KAAK,CAAC,EAAE,MAAM,KAAK,OAAO,CAAC,WAAW,CAAC,CAAC;AAElG,MAAM,WAAW,SAAS;IACxB,MAAM,CAAC,EAAE,KAAK,CAAC;QACb,UAAU,EAAE,MAAM,CAAC;QACnB,IAAI,EAAE,MAAM,CAAC;KACd,CAAC,CAAC;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAClC,KAAK,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAChC,YAAY,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;CACxC;AAED,MAAM,WAAW,gBAAgB;IAC/B,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,MAAM,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;IAChC,aAAa,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;IACvC,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,oBAAoB,CAAC,EAAE,sBAAsB,CAAC;CAC/C"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { VariantProps } from 'class-variance-authority';
|
|
2
|
+
import * as React from "react";
|
|
3
|
+
declare const buttonVariants: (props?: ({
|
|
4
|
+
variant?: "default" | "link" | "destructive" | "outline" | "secondary" | "ghost" | null | undefined;
|
|
5
|
+
size?: "default" | "sm" | "lg" | "xl" | "icon" | null | undefined;
|
|
6
|
+
} & import('class-variance-authority/types').ClassProp) | undefined) => string;
|
|
7
|
+
export interface ButtonProps extends React.ButtonHTMLAttributes<HTMLButtonElement>, VariantProps<typeof buttonVariants> {
|
|
8
|
+
asChild?: boolean;
|
|
9
|
+
}
|
|
10
|
+
declare const Button: React.ForwardRefExoticComponent<ButtonProps & React.RefAttributes<HTMLButtonElement>>;
|
|
11
|
+
export { Button, buttonVariants };
|
|
12
|
+
//# sourceMappingURL=button.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"button.d.ts","sourceRoot":"","sources":["../../src/ui/button.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAIlE,QAAA,MAAM,cAAc;;;8EAyBnB,CAAC;AAEF,MAAM,WAAW,WACf,SAAQ,KAAK,CAAC,oBAAoB,CAAC,iBAAiB,CAAC,EACnD,YAAY,CAAC,OAAO,cAAc,CAAC;IACrC,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB;AAED,QAAA,MAAM,MAAM,uFAKX,CAAC;AAGF,OAAO,EAAE,MAAM,EAAE,cAAc,EAAE,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
declare const Card: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLDivElement> & React.RefAttributes<HTMLDivElement>>;
|
|
3
|
+
declare const CardHeader: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLDivElement> & React.RefAttributes<HTMLDivElement>>;
|
|
4
|
+
declare const CardTitle: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLHeadingElement> & React.RefAttributes<HTMLParagraphElement>>;
|
|
5
|
+
declare const CardDescription: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLParagraphElement> & React.RefAttributes<HTMLParagraphElement>>;
|
|
6
|
+
declare const CardContent: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLDivElement> & React.RefAttributes<HTMLDivElement>>;
|
|
7
|
+
declare const CardFooter: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLDivElement> & React.RefAttributes<HTMLDivElement>>;
|
|
8
|
+
export { Card, CardHeader, CardFooter, CardTitle, CardDescription, CardContent };
|
|
9
|
+
//# sourceMappingURL=card.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"card.d.ts","sourceRoot":"","sources":["../../src/ui/card.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,QAAA,MAAM,IAAI,6GAER,CAAC;AAGH,QAAA,MAAM,UAAU,6GAIf,CAAC;AAGF,QAAA,MAAM,SAAS,uHAId,CAAC;AAGF,QAAA,MAAM,eAAe,yHAIpB,CAAC;AAGF,QAAA,MAAM,WAAW,6GAEhB,CAAC;AAGF,QAAA,MAAM,UAAU,6GAIf,CAAC;AAGF,OAAO,EAAE,IAAI,EAAE,UAAU,EAAE,UAAU,EAAE,SAAS,EAAE,eAAe,EAAE,WAAW,EAAE,CAAC"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import * as CheckboxPrimitive from "@radix-ui/react-checkbox";
|
|
3
|
+
declare const Checkbox: React.ForwardRefExoticComponent<Omit<CheckboxPrimitive.CheckboxProps & React.RefAttributes<HTMLButtonElement>, "ref"> & React.RefAttributes<HTMLButtonElement>>;
|
|
4
|
+
export { Checkbox };
|
|
5
|
+
//# sourceMappingURL=checkbox.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"checkbox.d.ts","sourceRoot":"","sources":["../../src/ui/checkbox.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,iBAAiB,MAAM,0BAA0B,CAAC;AAK9D,QAAA,MAAM,QAAQ,iKAgBZ,CAAC;AAGH,OAAO,EAAE,QAAQ,EAAE,CAAC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import * as ScrollAreaPrimitive from "@radix-ui/react-scroll-area";
|
|
3
|
+
declare const ScrollArea: React.ForwardRefExoticComponent<Omit<ScrollAreaPrimitive.ScrollAreaProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
4
|
+
declare const ScrollBar: React.ForwardRefExoticComponent<Omit<ScrollAreaPrimitive.ScrollAreaScrollbarProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
5
|
+
export { ScrollArea, ScrollBar };
|
|
6
|
+
//# sourceMappingURL=scroll-area.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"scroll-area.d.ts","sourceRoot":"","sources":["../../src/ui/scroll-area.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,mBAAmB,MAAM,6BAA6B,CAAC;AAInE,QAAA,MAAM,UAAU,+JASd,CAAC;AAGH,QAAA,MAAM,SAAS,wKAiBb,CAAC;AAGH,OAAO,EAAE,UAAU,EAAE,SAAS,EAAE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"skeleton.d.ts","sourceRoot":"","sources":["../../src/ui/skeleton.tsx"],"names":[],"mappings":"AAEA,iBAAS,QAAQ,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,2CAE9E;AAED,OAAO,EAAE,QAAQ,EAAE,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { VariantProps } from 'class-variance-authority';
|
|
2
|
+
import * as React from "react";
|
|
3
|
+
import * as ToggleGroupPrimitive from "@radix-ui/react-toggle-group";
|
|
4
|
+
declare const ToggleGroup: React.ForwardRefExoticComponent<((Omit<ToggleGroupPrimitive.ToggleGroupSingleProps & React.RefAttributes<HTMLDivElement>, "ref"> | Omit<ToggleGroupPrimitive.ToggleGroupMultipleProps & React.RefAttributes<HTMLDivElement>, "ref">) & VariantProps<(props?: ({
|
|
5
|
+
variant?: "default" | "outline" | null | undefined;
|
|
6
|
+
size?: "default" | "sm" | "lg" | null | undefined;
|
|
7
|
+
} & import('class-variance-authority/types').ClassProp) | undefined) => string>) & React.RefAttributes<HTMLDivElement>>;
|
|
8
|
+
declare const ToggleGroupItem: React.ForwardRefExoticComponent<Omit<ToggleGroupPrimitive.ToggleGroupItemProps & React.RefAttributes<HTMLButtonElement>, "ref"> & VariantProps<(props?: ({
|
|
9
|
+
variant?: "default" | "outline" | null | undefined;
|
|
10
|
+
size?: "default" | "sm" | "lg" | null | undefined;
|
|
11
|
+
} & import('class-variance-authority/types').ClassProp) | undefined) => string> & React.RefAttributes<HTMLButtonElement>>;
|
|
12
|
+
export { ToggleGroup, ToggleGroupItem };
|
|
13
|
+
//# sourceMappingURL=toggle-group.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"toggle-group.d.ts","sourceRoot":"","sources":["../../src/ui/toggle-group.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,oBAAoB,MAAM,8BAA8B,CAAC;AACrE,OAAO,EAAE,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAU7D,QAAA,MAAM,WAAW;;;uHAOf,CAAC;AAIH,QAAA,MAAM,eAAe;;;yHAqBnB,CAAC;AAIH,OAAO,EAAE,WAAW,EAAE,eAAe,EAAE,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { VariantProps } from 'class-variance-authority';
|
|
2
|
+
import * as React from "react";
|
|
3
|
+
import * as TogglePrimitive from "@radix-ui/react-toggle";
|
|
4
|
+
declare const toggleVariants: (props?: ({
|
|
5
|
+
variant?: "default" | "outline" | null | undefined;
|
|
6
|
+
size?: "default" | "sm" | "lg" | null | undefined;
|
|
7
|
+
} & import('class-variance-authority/types').ClassProp) | undefined) => string;
|
|
8
|
+
declare const Toggle: React.ForwardRefExoticComponent<Omit<TogglePrimitive.ToggleProps & React.RefAttributes<HTMLButtonElement>, "ref"> & VariantProps<(props?: ({
|
|
9
|
+
variant?: "default" | "outline" | null | undefined;
|
|
10
|
+
size?: "default" | "sm" | "lg" | null | undefined;
|
|
11
|
+
} & import('class-variance-authority/types').ClassProp) | undefined) => string> & React.RefAttributes<HTMLButtonElement>>;
|
|
12
|
+
export { Toggle, toggleVariants };
|
|
13
|
+
//# sourceMappingURL=toggle.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"toggle.d.ts","sourceRoot":"","sources":["../../src/ui/toggle.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,eAAe,MAAM,wBAAwB,CAAC;AAC1D,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAIlE,QAAA,MAAM,cAAc;;;8EAmBnB,CAAC;AAEF,QAAA,MAAM,MAAM;;;yHAKV,CAAC;AAIH,OAAO,EAAE,MAAM,EAAE,cAAc,EAAE,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import * as TooltipPrimitive from "@radix-ui/react-tooltip";
|
|
3
|
+
declare const TooltipProvider: React.FC<TooltipPrimitive.TooltipProviderProps>;
|
|
4
|
+
declare const Tooltip: React.FC<TooltipPrimitive.TooltipProps>;
|
|
5
|
+
declare const TooltipTrigger: React.ForwardRefExoticComponent<TooltipPrimitive.TooltipTriggerProps & React.RefAttributes<HTMLButtonElement>>;
|
|
6
|
+
declare const TooltipContent: React.ForwardRefExoticComponent<Omit<TooltipPrimitive.TooltipContentProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
7
|
+
export { Tooltip, TooltipTrigger, TooltipContent, TooltipProvider };
|
|
8
|
+
//# sourceMappingURL=tooltip.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tooltip.d.ts","sourceRoot":"","sources":["../../src/ui/tooltip.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,gBAAgB,MAAM,yBAAyB,CAAC;AAI5D,QAAA,MAAM,eAAe,iDAA4B,CAAC;AAElD,QAAA,MAAM,OAAO,yCAAwB,CAAC;AAEtC,QAAA,MAAM,cAAc,gHAA2B,CAAC;AAEhD,QAAA,MAAM,cAAc,gKAalB,CAAC;AAGH,OAAO,EAAE,OAAO,EAAE,cAAc,EAAE,cAAc,EAAE,eAAe,EAAE,CAAC"}
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
export function ButtonComponent({ text, variant, size, backgroundColor, textColor, borderColor, borderWidth, borderRadius, fontWeight, fontSize, width, paddingX, paddingY, margin, boxShadow, opacity, }: {
|
|
2
|
+
text?: string | undefined;
|
|
3
|
+
variant?: string | undefined;
|
|
4
|
+
size?: string | undefined;
|
|
5
|
+
backgroundColor?: string | undefined;
|
|
6
|
+
textColor?: string | undefined;
|
|
7
|
+
borderColor?: string | undefined;
|
|
8
|
+
borderWidth?: number | undefined;
|
|
9
|
+
borderRadius?: number | undefined;
|
|
10
|
+
fontWeight?: string | undefined;
|
|
11
|
+
fontSize?: string | undefined;
|
|
12
|
+
width?: string | undefined;
|
|
13
|
+
paddingX?: number | undefined;
|
|
14
|
+
paddingY?: number | undefined;
|
|
15
|
+
margin?: {
|
|
16
|
+
top: number;
|
|
17
|
+
right: number;
|
|
18
|
+
bottom: number;
|
|
19
|
+
left: number;
|
|
20
|
+
} | undefined;
|
|
21
|
+
boxShadow?: string | undefined;
|
|
22
|
+
opacity?: number | undefined;
|
|
23
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
24
|
+
export namespace ButtonComponent {
|
|
25
|
+
namespace craft {
|
|
26
|
+
let displayName: string;
|
|
27
|
+
namespace props {
|
|
28
|
+
let text: string;
|
|
29
|
+
let variant: string;
|
|
30
|
+
let size: string;
|
|
31
|
+
let backgroundColor: string;
|
|
32
|
+
let textColor: string;
|
|
33
|
+
let borderColor: string;
|
|
34
|
+
let borderWidth: number;
|
|
35
|
+
let borderRadius: number;
|
|
36
|
+
let fontWeight: string;
|
|
37
|
+
let fontSize: string;
|
|
38
|
+
let width: string;
|
|
39
|
+
let paddingX: number;
|
|
40
|
+
let paddingY: number;
|
|
41
|
+
namespace margin {
|
|
42
|
+
let top: number;
|
|
43
|
+
let right: number;
|
|
44
|
+
let bottom: number;
|
|
45
|
+
let left: number;
|
|
46
|
+
}
|
|
47
|
+
let boxShadow: string;
|
|
48
|
+
let opacity: number;
|
|
49
|
+
}
|
|
50
|
+
namespace related {
|
|
51
|
+
export { ButtonSettings as settings };
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
declare function ButtonSettings(): import("react/jsx-runtime").JSX.Element;
|
|
56
|
+
export {};
|
|
57
|
+
//# sourceMappingURL=Button.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Button.d.ts","sourceRoot":"","sources":["../../src/user/Button.jsx"],"names":[],"mappings":"AAaO;;;;;;;;;;;;;;;;;;;;;;4CAiEN;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAED,2EAsJC"}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
export function Columns({ columns, gap, padding, margin, alignItems, children, }: {
|
|
2
|
+
columns?: number | undefined;
|
|
3
|
+
gap?: number | undefined;
|
|
4
|
+
padding?: {
|
|
5
|
+
top: number;
|
|
6
|
+
right: number;
|
|
7
|
+
bottom: number;
|
|
8
|
+
left: number;
|
|
9
|
+
} | undefined;
|
|
10
|
+
margin?: {
|
|
11
|
+
top: number;
|
|
12
|
+
right: number;
|
|
13
|
+
bottom: number;
|
|
14
|
+
left: number;
|
|
15
|
+
} | undefined;
|
|
16
|
+
alignItems?: string | undefined;
|
|
17
|
+
children: any;
|
|
18
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
19
|
+
export namespace Columns {
|
|
20
|
+
namespace craft {
|
|
21
|
+
let displayName: string;
|
|
22
|
+
namespace props {
|
|
23
|
+
let columns: number;
|
|
24
|
+
let gap: number;
|
|
25
|
+
namespace padding {
|
|
26
|
+
let top: number;
|
|
27
|
+
let right: number;
|
|
28
|
+
let bottom: number;
|
|
29
|
+
let left: number;
|
|
30
|
+
}
|
|
31
|
+
namespace margin {
|
|
32
|
+
let top_1: number;
|
|
33
|
+
export { top_1 as top };
|
|
34
|
+
let right_1: number;
|
|
35
|
+
export { right_1 as right };
|
|
36
|
+
let bottom_1: number;
|
|
37
|
+
export { bottom_1 as bottom };
|
|
38
|
+
let left_1: number;
|
|
39
|
+
export { left_1 as left };
|
|
40
|
+
}
|
|
41
|
+
let alignItems: string;
|
|
42
|
+
}
|
|
43
|
+
namespace related {
|
|
44
|
+
export { ColumnsSettings as settings };
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
declare function ColumnsSettings(): import("react/jsx-runtime").JSX.Element;
|
|
49
|
+
export {};
|
|
50
|
+
//# sourceMappingURL=Columns.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Columns.d.ts","sourceRoot":"","sources":["../../src/user/Columns.jsx"],"names":[],"mappings":"AAWO;;;;;;;;;;;;;;;;;4CAoCN;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAED,4EA2DC"}
|