udp-react-enterprise-component-library 26.6.0-beta.2 → 26.6.0-beta.3

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.
Files changed (81) hide show
  1. package/dist/.tsbuildinfo +1 -1
  2. package/dist/UI/fluent-web-components/UdpVerticalTimeline.d.ts +8 -0
  3. package/dist/UI/fluent-web-components/UdpVerticalTimeline.d.ts.map +1 -0
  4. package/dist/UI/fluent-web-components/UdpVerticalTimeline.js +6 -0
  5. package/dist/UI/fluent-web-components/UdpVerticalTimeline.js.map +1 -0
  6. package/dist/UI/fluent-web-components/UdpVerticalTimeline.mjs +18 -0
  7. package/dist/UI/fluent-web-components/UdpVerticalTimeline.mjs.map +1 -0
  8. package/dist/UI/fluent-web-components/UdpVerticalTimelineConnector.d.ts +8 -0
  9. package/dist/UI/fluent-web-components/UdpVerticalTimelineConnector.d.ts.map +1 -0
  10. package/dist/UI/fluent-web-components/UdpVerticalTimelineConnector.js +6 -0
  11. package/dist/UI/fluent-web-components/UdpVerticalTimelineConnector.js.map +1 -0
  12. package/dist/UI/fluent-web-components/UdpVerticalTimelineConnector.mjs +18 -0
  13. package/dist/UI/fluent-web-components/UdpVerticalTimelineConnector.mjs.map +1 -0
  14. package/dist/UI/fluent-web-components/UdpVerticalTimelineDot.d.ts +8 -0
  15. package/dist/UI/fluent-web-components/UdpVerticalTimelineDot.d.ts.map +1 -0
  16. package/dist/UI/fluent-web-components/UdpVerticalTimelineDot.js +6 -0
  17. package/dist/UI/fluent-web-components/UdpVerticalTimelineDot.js.map +1 -0
  18. package/dist/UI/fluent-web-components/UdpVerticalTimelineDot.mjs +18 -0
  19. package/dist/UI/fluent-web-components/UdpVerticalTimelineDot.mjs.map +1 -0
  20. package/dist/UI/fluent-web-components/UdpVerticalTimelineItem.d.ts +8 -0
  21. package/dist/UI/fluent-web-components/UdpVerticalTimelineItem.d.ts.map +1 -0
  22. package/dist/UI/fluent-web-components/UdpVerticalTimelineItem.js +6 -0
  23. package/dist/UI/fluent-web-components/UdpVerticalTimelineItem.js.map +1 -0
  24. package/dist/UI/fluent-web-components/UdpVerticalTimelineItem.mjs +18 -0
  25. package/dist/UI/fluent-web-components/UdpVerticalTimelineItem.mjs.map +1 -0
  26. package/dist/UI/fluent-web-components/UdpVerticalTimelineSeparator.d.ts +8 -0
  27. package/dist/UI/fluent-web-components/UdpVerticalTimelineSeparator.d.ts.map +1 -0
  28. package/dist/UI/fluent-web-components/UdpVerticalTimelineSeparator.js +6 -0
  29. package/dist/UI/fluent-web-components/UdpVerticalTimelineSeparator.js.map +1 -0
  30. package/dist/UI/fluent-web-components/UdpVerticalTimelineSeparator.mjs +18 -0
  31. package/dist/UI/fluent-web-components/UdpVerticalTimelineSeparator.mjs.map +1 -0
  32. package/dist/UI/fluent-web-components/index.d.ts +5 -0
  33. package/dist/UI/fluent-web-components/index.d.ts.map +1 -1
  34. package/dist/UI/fluent-web-components/index.js +5 -0
  35. package/dist/UI/fluent-web-components/index.js.map +1 -1
  36. package/dist/UI/timeline/UdpTimeline.d.ts +4 -0
  37. package/dist/UI/timeline/UdpTimeline.d.ts.map +1 -1
  38. package/dist/UI/timeline/UdpTimeline.js +13 -0
  39. package/dist/UI/timeline/UdpTimeline.js.map +1 -1
  40. package/dist/UI/timeline/UdpTimeline.mjs +11 -0
  41. package/dist/UI/timeline/UdpTimeline.mjs.map +1 -1
  42. package/dist/UI/timeline/UdpTimelineContent.d.ts +5 -0
  43. package/dist/UI/timeline/UdpTimelineContent.d.ts.map +1 -1
  44. package/dist/UI/timeline/UdpTimelineContent.js +14 -0
  45. package/dist/UI/timeline/UdpTimelineContent.js.map +1 -1
  46. package/dist/UI/timeline/UdpTimelineContent.mjs +12 -0
  47. package/dist/UI/timeline/UdpTimelineContent.mjs.map +1 -1
  48. package/dist/UI/timeline/UdpTimelineDot.d.ts +4 -0
  49. package/dist/UI/timeline/UdpTimelineDot.d.ts.map +1 -1
  50. package/dist/UI/timeline/UdpTimelineDot.js +13 -0
  51. package/dist/UI/timeline/UdpTimelineDot.js.map +1 -1
  52. package/dist/UI/timeline/UdpTimelineDot.mjs +11 -0
  53. package/dist/UI/timeline/UdpTimelineDot.mjs.map +1 -1
  54. package/dist/UI/timeline/UdpTimelineItem.d.ts +4 -0
  55. package/dist/UI/timeline/UdpTimelineItem.d.ts.map +1 -1
  56. package/dist/UI/timeline/UdpTimelineItem.js +13 -0
  57. package/dist/UI/timeline/UdpTimelineItem.js.map +1 -1
  58. package/dist/UI/timeline/UdpTimelineItem.mjs +11 -0
  59. package/dist/UI/timeline/UdpTimelineItem.mjs.map +1 -1
  60. package/dist/UI/timeline/UdpTimelineItemConnector.d.ts +5 -0
  61. package/dist/UI/timeline/UdpTimelineItemConnector.d.ts.map +1 -1
  62. package/dist/UI/timeline/UdpTimelineItemConnector.js +14 -0
  63. package/dist/UI/timeline/UdpTimelineItemConnector.js.map +1 -1
  64. package/dist/UI/timeline/UdpTimelineItemConnector.mjs +12 -0
  65. package/dist/UI/timeline/UdpTimelineItemConnector.mjs.map +1 -1
  66. package/dist/UI/timeline/UdpTimelineItemSeparator.d.ts +4 -0
  67. package/dist/UI/timeline/UdpTimelineItemSeparator.d.ts.map +1 -1
  68. package/dist/UI/timeline/UdpTimelineItemSeparator.js +13 -0
  69. package/dist/UI/timeline/UdpTimelineItemSeparator.js.map +1 -1
  70. package/dist/UI/timeline/UdpTimelineItemSeparator.mjs +11 -0
  71. package/dist/UI/timeline/UdpTimelineItemSeparator.mjs.map +1 -1
  72. package/dist/UI/timeline/index.d.ts +6 -4
  73. package/dist/UI/timeline/index.d.ts.map +1 -1
  74. package/dist/UI/timeline/index.js +6 -4
  75. package/dist/UI/timeline/index.js.map +1 -1
  76. package/dist/index.d.ts +8 -1
  77. package/dist/index.d.ts.map +1 -1
  78. package/dist/index.js +8 -1
  79. package/dist/index.js.map +1 -1
  80. package/dist/index.mjs +10 -5
  81. package/package.json +21 -1
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ import { type JSX } from 'udp-react-stencil-component-library';
3
+ interface UdpVerticalTimelineProps extends Partial<JSX.UdpVerticalTimeline> {
4
+ children?: React.ReactNode;
5
+ }
6
+ export declare const UdpVerticalTimeline: React.FC<UdpVerticalTimelineProps>;
7
+ export {};
8
+ //# sourceMappingURL=UdpVerticalTimeline.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"UdpVerticalTimeline.d.ts","sourceRoot":"","sources":["../../../src/UI/fluent-web-components/UdpVerticalTimeline.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,KAAK,GAAG,EAAE,MAAM,+CAA+C,CAAC;AAEzE,UAAU,wBAAyB,SAAQ,OAAO,CAAC,GAAG,CAAC,mBAAmB,CAAC;IACzE,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC5B;AAED,eAAO,MAAM,mBAAmB,EAAE,KAAK,CAAC,EAAE,CAAC,wBAAwB,CAElE,CAAC"}
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ import { UdpVerticalTimeline as UdpVerticalTimelineWebComponent } from 'udp-react-stencil-component-library';
3
+ export const UdpVerticalTimeline = (props) => {
4
+ return React.createElement(UdpVerticalTimelineWebComponent, Object.assign({}, props));
5
+ };
6
+ //# sourceMappingURL=UdpVerticalTimeline.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"UdpVerticalTimeline.js","sourceRoot":"","sources":["../../../src/UI/fluent-web-components/UdpVerticalTimeline.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,mBAAmB,IAAI,+BAA+B,EAAE,MAAM,+CAA+C,CAAC;AAOvH,MAAM,CAAC,MAAM,mBAAmB,GAAuC,CAAC,KAAK,EAAE,EAAE,CAAC;IAChF,OAAO,oBAAC,+BAA+B,oBAAK,KAAK,EAAI,CAAC;AAAA,CACvD,CAAC"}
@@ -0,0 +1,18 @@
1
+ import { c } from "../../reactCompilerRuntime.mjs";
2
+ import React from "react";
3
+ import { UdpVerticalTimeline } from "udp-react-stencil-component-library";
4
+ //#region src/UI/fluent-web-components/UdpVerticalTimeline.tsx
5
+ const UdpVerticalTimeline$1 = (props) => {
6
+ const $ = c(2);
7
+ let t0;
8
+ if ($[0] !== props) {
9
+ t0 = /* @__PURE__ */ React.createElement(UdpVerticalTimeline, props);
10
+ $[0] = props;
11
+ $[1] = t0;
12
+ } else t0 = $[1];
13
+ return t0;
14
+ };
15
+ //#endregion
16
+ export { UdpVerticalTimeline$1 as UdpVerticalTimeline };
17
+
18
+ //# sourceMappingURL=UdpVerticalTimeline.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"UdpVerticalTimeline.mjs","names":["React","UdpVerticalTimeline","UdpVerticalTimelineWebComponent","JSX","UdpVerticalTimelineProps","Partial","children","ReactNode","FC","props","$","_c","t0"],"sources":["../../../src/UI/fluent-web-components/UdpVerticalTimeline.tsx"],"sourcesContent":["import React from 'react';\nimport { UdpVerticalTimeline as UdpVerticalTimelineWebComponent } from '@univerus/udp-react-stencil-component-library';\nimport { type JSX } from '@univerus/udp-react-stencil-component-library';\n\ninterface UdpVerticalTimelineProps extends Partial<JSX.UdpVerticalTimeline> {\n children?: React.ReactNode;\n}\n\nexport const UdpVerticalTimeline: React.FC<UdpVerticalTimelineProps> = (props) => {\n return <UdpVerticalTimelineWebComponent {...props} />;\n};\n"],"mappings":";;;;AAQA,MAAaC,yBAA0DQ,UAAA;CAAA,MAAAC,IAAAC,EAAA,EAAA;CAAA,IAAAC;AAAA,KAAAF,EAAA,OAAAD,OAAA;AAC9DG,OAAA,sBAAA,cAAC,qBAAoCH,MAAS;AAAAC,IAAA,KAAAD;AAAAC,IAAA,KAAAE;OAAAA,MAAAF,EAAA;AAAA,QAA9CE"}
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ import { type JSX } from 'udp-react-stencil-component-library';
3
+ interface UdpVerticalTimelineConnectorProps extends Partial<JSX.UdpVerticalTimelineConnector> {
4
+ children?: React.ReactNode;
5
+ }
6
+ export declare const UdpVerticalTimelineConnector: React.FC<UdpVerticalTimelineConnectorProps>;
7
+ export {};
8
+ //# sourceMappingURL=UdpVerticalTimelineConnector.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"UdpVerticalTimelineConnector.d.ts","sourceRoot":"","sources":["../../../src/UI/fluent-web-components/UdpVerticalTimelineConnector.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,KAAK,GAAG,EAAE,MAAM,+CAA+C,CAAC;AAEzE,UAAU,iCAAkC,SAAQ,OAAO,CAAC,GAAG,CAAC,4BAA4B,CAAC;IAC3F,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC5B;AAED,eAAO,MAAM,4BAA4B,EAAE,KAAK,CAAC,EAAE,CAAC,iCAAiC,CAEpF,CAAC"}
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ import { UdpVerticalTimelineConnector as UdpVerticalTimelineConnectorWebComponent } from 'udp-react-stencil-component-library';
3
+ export const UdpVerticalTimelineConnector = (props) => {
4
+ return React.createElement(UdpVerticalTimelineConnectorWebComponent, Object.assign({}, props));
5
+ };
6
+ //# sourceMappingURL=UdpVerticalTimelineConnector.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"UdpVerticalTimelineConnector.js","sourceRoot":"","sources":["../../../src/UI/fluent-web-components/UdpVerticalTimelineConnector.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,4BAA4B,IAAI,wCAAwC,EAAE,MAAM,+CAA+C,CAAC;AAOzI,MAAM,CAAC,MAAM,4BAA4B,GAAgD,CAAC,KAAK,EAAE,EAAE,CAAC;IAClG,OAAO,oBAAC,wCAAwC,oBAAK,KAAK,EAAI,CAAC;AAAA,CAChE,CAAC"}
@@ -0,0 +1,18 @@
1
+ import { c } from "../../reactCompilerRuntime.mjs";
2
+ import React from "react";
3
+ import { UdpVerticalTimelineConnector } from "udp-react-stencil-component-library";
4
+ //#region src/UI/fluent-web-components/UdpVerticalTimelineConnector.tsx
5
+ const UdpVerticalTimelineConnector$1 = (props) => {
6
+ const $ = c(2);
7
+ let t0;
8
+ if ($[0] !== props) {
9
+ t0 = /* @__PURE__ */ React.createElement(UdpVerticalTimelineConnector, props);
10
+ $[0] = props;
11
+ $[1] = t0;
12
+ } else t0 = $[1];
13
+ return t0;
14
+ };
15
+ //#endregion
16
+ export { UdpVerticalTimelineConnector$1 as UdpVerticalTimelineConnector };
17
+
18
+ //# sourceMappingURL=UdpVerticalTimelineConnector.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"UdpVerticalTimelineConnector.mjs","names":["React","UdpVerticalTimelineConnector","UdpVerticalTimelineConnectorWebComponent","JSX","UdpVerticalTimelineConnectorProps","Partial","children","ReactNode","FC","props","$","_c","t0"],"sources":["../../../src/UI/fluent-web-components/UdpVerticalTimelineConnector.tsx"],"sourcesContent":["import React from 'react';\nimport { UdpVerticalTimelineConnector as UdpVerticalTimelineConnectorWebComponent } from '@univerus/udp-react-stencil-component-library';\nimport { type JSX } from '@univerus/udp-react-stencil-component-library';\n\ninterface UdpVerticalTimelineConnectorProps extends Partial<JSX.UdpVerticalTimelineConnector> {\n children?: React.ReactNode;\n}\n\nexport const UdpVerticalTimelineConnector: React.FC<UdpVerticalTimelineConnectorProps> = (props) => {\n return <UdpVerticalTimelineConnectorWebComponent {...props} />;\n};\n"],"mappings":";;;;AAQA,MAAaC,kCAA4EQ,UAAA;CAAA,MAAAC,IAAAC,EAAA,EAAA;CAAA,IAAAC;AAAA,KAAAF,EAAA,OAAAD,OAAA;AAChFG,OAAA,sBAAA,cAAC,8BAA6CH,MAAS;AAAAC,IAAA,KAAAD;AAAAC,IAAA,KAAAE;OAAAA,MAAAF,EAAA;AAAA,QAAvDE"}
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ import { type JSX } from 'udp-react-stencil-component-library';
3
+ interface UdpVerticalTimelineDotProps extends Partial<JSX.UdpVerticalTimelineDot> {
4
+ children?: React.ReactNode;
5
+ }
6
+ export declare const UdpVerticalTimelineDot: React.FC<UdpVerticalTimelineDotProps>;
7
+ export {};
8
+ //# sourceMappingURL=UdpVerticalTimelineDot.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"UdpVerticalTimelineDot.d.ts","sourceRoot":"","sources":["../../../src/UI/fluent-web-components/UdpVerticalTimelineDot.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,KAAK,GAAG,EAAE,MAAM,+CAA+C,CAAC;AAEzE,UAAU,2BAA4B,SAAQ,OAAO,CAAC,GAAG,CAAC,sBAAsB,CAAC;IAC/E,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC5B;AAED,eAAO,MAAM,sBAAsB,EAAE,KAAK,CAAC,EAAE,CAAC,2BAA2B,CAExE,CAAC"}
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ import { UdpVerticalTimelineDot as UdpVerticalTimelineDotWebComponent } from 'udp-react-stencil-component-library';
3
+ export const UdpVerticalTimelineDot = (props) => {
4
+ return React.createElement(UdpVerticalTimelineDotWebComponent, Object.assign({}, props));
5
+ };
6
+ //# sourceMappingURL=UdpVerticalTimelineDot.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"UdpVerticalTimelineDot.js","sourceRoot":"","sources":["../../../src/UI/fluent-web-components/UdpVerticalTimelineDot.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,sBAAsB,IAAI,kCAAkC,EAAE,MAAM,+CAA+C,CAAC;AAO7H,MAAM,CAAC,MAAM,sBAAsB,GAA0C,CAAC,KAAK,EAAE,EAAE,CAAC;IACtF,OAAO,oBAAC,kCAAkC,oBAAK,KAAK,EAAI,CAAC;AAAA,CAC1D,CAAC"}
@@ -0,0 +1,18 @@
1
+ import { c } from "../../reactCompilerRuntime.mjs";
2
+ import React from "react";
3
+ import { UdpVerticalTimelineDot } from "udp-react-stencil-component-library";
4
+ //#region src/UI/fluent-web-components/UdpVerticalTimelineDot.tsx
5
+ const UdpVerticalTimelineDot$1 = (props) => {
6
+ const $ = c(2);
7
+ let t0;
8
+ if ($[0] !== props) {
9
+ t0 = /* @__PURE__ */ React.createElement(UdpVerticalTimelineDot, props);
10
+ $[0] = props;
11
+ $[1] = t0;
12
+ } else t0 = $[1];
13
+ return t0;
14
+ };
15
+ //#endregion
16
+ export { UdpVerticalTimelineDot$1 as UdpVerticalTimelineDot };
17
+
18
+ //# sourceMappingURL=UdpVerticalTimelineDot.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"UdpVerticalTimelineDot.mjs","names":["React","UdpVerticalTimelineDot","UdpVerticalTimelineDotWebComponent","JSX","UdpVerticalTimelineDotProps","Partial","children","ReactNode","FC","props","$","_c","t0"],"sources":["../../../src/UI/fluent-web-components/UdpVerticalTimelineDot.tsx"],"sourcesContent":["import React from 'react';\nimport { UdpVerticalTimelineDot as UdpVerticalTimelineDotWebComponent } from '@univerus/udp-react-stencil-component-library';\nimport { type JSX } from '@univerus/udp-react-stencil-component-library';\n\ninterface UdpVerticalTimelineDotProps extends Partial<JSX.UdpVerticalTimelineDot> {\n children?: React.ReactNode;\n}\n\nexport const UdpVerticalTimelineDot: React.FC<UdpVerticalTimelineDotProps> = (props) => {\n return <UdpVerticalTimelineDotWebComponent {...props} />;\n};\n"],"mappings":";;;;AAQA,MAAaC,4BAAgEQ,UAAA;CAAA,MAAAC,IAAAC,EAAA,EAAA;CAAA,IAAAC;AAAA,KAAAF,EAAA,OAAAD,OAAA;AACpEG,OAAA,sBAAA,cAAC,wBAAuCH,MAAS;AAAAC,IAAA,KAAAD;AAAAC,IAAA,KAAAE;OAAAA,MAAAF,EAAA;AAAA,QAAjDE"}
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ import { type JSX } from 'udp-react-stencil-component-library';
3
+ interface UdpVerticalTimelineItemProps extends Partial<JSX.UdpVerticalTimelineItem> {
4
+ children?: React.ReactNode;
5
+ }
6
+ export declare const UdpVerticalTimelineItem: React.FC<UdpVerticalTimelineItemProps>;
7
+ export {};
8
+ //# sourceMappingURL=UdpVerticalTimelineItem.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"UdpVerticalTimelineItem.d.ts","sourceRoot":"","sources":["../../../src/UI/fluent-web-components/UdpVerticalTimelineItem.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,KAAK,GAAG,EAAE,MAAM,+CAA+C,CAAC;AAEzE,UAAU,4BAA6B,SAAQ,OAAO,CAAC,GAAG,CAAC,uBAAuB,CAAC;IACjF,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC5B;AAED,eAAO,MAAM,uBAAuB,EAAE,KAAK,CAAC,EAAE,CAAC,4BAA4B,CAE1E,CAAC"}
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ import { UdpVerticalTimelineItem as UdpVerticalTimelineItemWebComponent } from 'udp-react-stencil-component-library';
3
+ export const UdpVerticalTimelineItem = (props) => {
4
+ return React.createElement(UdpVerticalTimelineItemWebComponent, Object.assign({}, props));
5
+ };
6
+ //# sourceMappingURL=UdpVerticalTimelineItem.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"UdpVerticalTimelineItem.js","sourceRoot":"","sources":["../../../src/UI/fluent-web-components/UdpVerticalTimelineItem.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,uBAAuB,IAAI,mCAAmC,EAAE,MAAM,+CAA+C,CAAC;AAO/H,MAAM,CAAC,MAAM,uBAAuB,GAA2C,CAAC,KAAK,EAAE,EAAE,CAAC;IACxF,OAAO,oBAAC,mCAAmC,oBAAK,KAAK,EAAI,CAAC;AAAA,CAC3D,CAAC"}
@@ -0,0 +1,18 @@
1
+ import { c } from "../../reactCompilerRuntime.mjs";
2
+ import React from "react";
3
+ import { UdpVerticalTimelineItem } from "udp-react-stencil-component-library";
4
+ //#region src/UI/fluent-web-components/UdpVerticalTimelineItem.tsx
5
+ const UdpVerticalTimelineItem$1 = (props) => {
6
+ const $ = c(2);
7
+ let t0;
8
+ if ($[0] !== props) {
9
+ t0 = /* @__PURE__ */ React.createElement(UdpVerticalTimelineItem, props);
10
+ $[0] = props;
11
+ $[1] = t0;
12
+ } else t0 = $[1];
13
+ return t0;
14
+ };
15
+ //#endregion
16
+ export { UdpVerticalTimelineItem$1 as UdpVerticalTimelineItem };
17
+
18
+ //# sourceMappingURL=UdpVerticalTimelineItem.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"UdpVerticalTimelineItem.mjs","names":["React","UdpVerticalTimelineItem","UdpVerticalTimelineItemWebComponent","JSX","UdpVerticalTimelineItemProps","Partial","children","ReactNode","FC","props","$","_c","t0"],"sources":["../../../src/UI/fluent-web-components/UdpVerticalTimelineItem.tsx"],"sourcesContent":["import React from 'react';\nimport { UdpVerticalTimelineItem as UdpVerticalTimelineItemWebComponent } from '@univerus/udp-react-stencil-component-library';\nimport { type JSX } from '@univerus/udp-react-stencil-component-library';\n\ninterface UdpVerticalTimelineItemProps extends Partial<JSX.UdpVerticalTimelineItem> {\n children?: React.ReactNode;\n}\n\nexport const UdpVerticalTimelineItem: React.FC<UdpVerticalTimelineItemProps> = (props) => {\n return <UdpVerticalTimelineItemWebComponent {...props} />;\n};\n"],"mappings":";;;;AAQA,MAAaC,6BAAkEQ,UAAA;CAAA,MAAAC,IAAAC,EAAA,EAAA;CAAA,IAAAC;AAAA,KAAAF,EAAA,OAAAD,OAAA;AACtEG,OAAA,sBAAA,cAAC,yBAAwCH,MAAS;AAAAC,IAAA,KAAAD;AAAAC,IAAA,KAAAE;OAAAA,MAAAF,EAAA;AAAA,QAAlDE"}
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ import { type JSX } from 'udp-react-stencil-component-library';
3
+ interface UdpVerticalTimelineSeparatorProps extends Partial<JSX.UdpVerticalTimelineSeparator> {
4
+ children?: React.ReactNode;
5
+ }
6
+ export declare const UdpVerticalTimelineSeparator: React.FC<UdpVerticalTimelineSeparatorProps>;
7
+ export {};
8
+ //# sourceMappingURL=UdpVerticalTimelineSeparator.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"UdpVerticalTimelineSeparator.d.ts","sourceRoot":"","sources":["../../../src/UI/fluent-web-components/UdpVerticalTimelineSeparator.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,KAAK,GAAG,EAAE,MAAM,+CAA+C,CAAC;AAEzE,UAAU,iCAAkC,SAAQ,OAAO,CAAC,GAAG,CAAC,4BAA4B,CAAC;IAC3F,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC5B;AAED,eAAO,MAAM,4BAA4B,EAAE,KAAK,CAAC,EAAE,CAAC,iCAAiC,CAEpF,CAAC"}
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ import { UdpVerticalTimelineSeparator as UdpVerticalTimelineSeparatorWebComponent } from 'udp-react-stencil-component-library';
3
+ export const UdpVerticalTimelineSeparator = (props) => {
4
+ return React.createElement(UdpVerticalTimelineSeparatorWebComponent, Object.assign({}, props));
5
+ };
6
+ //# sourceMappingURL=UdpVerticalTimelineSeparator.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"UdpVerticalTimelineSeparator.js","sourceRoot":"","sources":["../../../src/UI/fluent-web-components/UdpVerticalTimelineSeparator.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,4BAA4B,IAAI,wCAAwC,EAAE,MAAM,+CAA+C,CAAC;AAOzI,MAAM,CAAC,MAAM,4BAA4B,GAAgD,CAAC,KAAK,EAAE,EAAE,CAAC;IAClG,OAAO,oBAAC,wCAAwC,oBAAK,KAAK,EAAI,CAAC;AAAA,CAChE,CAAC"}
@@ -0,0 +1,18 @@
1
+ import { c } from "../../reactCompilerRuntime.mjs";
2
+ import React from "react";
3
+ import { UdpVerticalTimelineSeparator } from "udp-react-stencil-component-library";
4
+ //#region src/UI/fluent-web-components/UdpVerticalTimelineSeparator.tsx
5
+ const UdpVerticalTimelineSeparator$1 = (props) => {
6
+ const $ = c(2);
7
+ let t0;
8
+ if ($[0] !== props) {
9
+ t0 = /* @__PURE__ */ React.createElement(UdpVerticalTimelineSeparator, props);
10
+ $[0] = props;
11
+ $[1] = t0;
12
+ } else t0 = $[1];
13
+ return t0;
14
+ };
15
+ //#endregion
16
+ export { UdpVerticalTimelineSeparator$1 as UdpVerticalTimelineSeparator };
17
+
18
+ //# sourceMappingURL=UdpVerticalTimelineSeparator.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"UdpVerticalTimelineSeparator.mjs","names":["React","UdpVerticalTimelineSeparator","UdpVerticalTimelineSeparatorWebComponent","JSX","UdpVerticalTimelineSeparatorProps","Partial","children","ReactNode","FC","props","$","_c","t0"],"sources":["../../../src/UI/fluent-web-components/UdpVerticalTimelineSeparator.tsx"],"sourcesContent":["import React from 'react';\nimport { UdpVerticalTimelineSeparator as UdpVerticalTimelineSeparatorWebComponent } from '@univerus/udp-react-stencil-component-library';\nimport { type JSX } from '@univerus/udp-react-stencil-component-library';\n\ninterface UdpVerticalTimelineSeparatorProps extends Partial<JSX.UdpVerticalTimelineSeparator> {\n children?: React.ReactNode;\n}\n\nexport const UdpVerticalTimelineSeparator: React.FC<UdpVerticalTimelineSeparatorProps> = (props) => {\n return <UdpVerticalTimelineSeparatorWebComponent {...props} />;\n};\n"],"mappings":";;;;AAQA,MAAaC,kCAA4EQ,UAAA;CAAA,MAAAC,IAAAC,EAAA,EAAA;CAAA,IAAAC;AAAA,KAAAF,EAAA,OAAAD,OAAA;AAChFG,OAAA,sBAAA,cAAC,8BAA6CH,MAAS;AAAAC,IAAA,KAAAD;AAAAC,IAAA,KAAAE;OAAAA,MAAAF,EAAA;AAAA,QAAvDE"}
@@ -41,6 +41,11 @@ export * from './UdpNumberInput';
41
41
  export * from './UdpTextInput';
42
42
  export * from './UdpTextarea';
43
43
  export * from './UdpTimeInput';
44
+ export * from './UdpVerticalTimeline';
45
+ export * from './UdpVerticalTimelineConnector';
46
+ export * from './UdpVerticalTimelineDot';
47
+ export * from './UdpVerticalTimelineItem';
48
+ export * from './UdpVerticalTimelineSeparator';
44
49
  export * from './UdpToggleButton';
45
50
  export * from './UdpTooltip';
46
51
  export * from './UdpTree';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/UI/fluent-web-components/index.ts"],"names":[],"mappings":"AAAA,cAAc,gBAAgB,CAAC;AAC/B,cAAc,mBAAmB,CAAC;AAClC,cAAc,aAAa,CAAC;AAC5B,cAAc,YAAY,CAAC;AAC3B,cAAc,aAAa,CAAC;AAC5B,cAAc,WAAW,CAAC;AAC1B,cAAc,eAAe,CAAC;AAC9B,cAAc,qBAAqB,CAAC;AACpC,cAAc,yBAAyB,CAAC;AACxC,cAAc,qBAAqB,CAAC;AACpC,cAAc,mBAAmB,CAAC;AAClC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,iBAAiB,CAAC;AAChC,cAAc,oBAAoB,CAAC;AACnC,cAAc,aAAa,CAAC;AAC5B,cAAc,cAAc,CAAC;AAC7B,cAAc,aAAa,CAAC;AAC5B,cAAc,eAAe,CAAC;AAC9B,cAAc,iBAAiB,CAAC;AAChC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,cAAc,CAAC;AAC7B,cAAc,WAAW,CAAC;AAC1B,cAAc,iBAAiB,CAAC;AAChC,cAAc,YAAY,CAAC;AAC3B,cAAc,WAAW,CAAC;AAC1B,cAAc,oBAAoB,CAAC;AACnC,cAAc,WAAW,CAAC;AAC1B,cAAc,iBAAiB,CAAC;AAChC,cAAc,cAAc,CAAC;AAC7B,cAAc,kBAAkB,CAAC;AACjC,cAAc,iBAAiB,CAAC;AAChC,cAAc,kBAAkB,CAAC;AACjC,cAAc,qBAAqB,CAAC;AACpC,cAAc,aAAa,CAAC;AAC5B,cAAc,cAAc,CAAC;AAC7B,cAAc,mBAAmB,CAAC;AAClC,cAAc,aAAa,CAAC;AAC5B,cAAc,cAAc,CAAC;AAC7B,cAAc,WAAW,CAAC;AAC1B,cAAc,kBAAkB,CAAC;AACjC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,eAAe,CAAC;AAC9B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,mBAAmB,CAAC;AAClC,cAAc,cAAc,CAAC;AAC7B,cAAc,WAAW,CAAC;AAC1B,cAAc,eAAe,CAAC;AAC9B,cAAc,iBAAiB,CAAC;AAChC,cAAc,oBAAoB,CAAC;AACnC,cAAc,WAAW,CAAC;AAC1B,cAAc,qBAAqB,CAAC;AACpC,cAAc,eAAe,CAAC;AAC9B,cAAc,WAAW,CAAC;AAC1B,cAAc,eAAe,CAAC;AAC9B,cAAc,0BAA0B,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/UI/fluent-web-components/index.ts"],"names":[],"mappings":"AAAA,cAAc,gBAAgB,CAAC;AAC/B,cAAc,mBAAmB,CAAC;AAClC,cAAc,aAAa,CAAC;AAC5B,cAAc,YAAY,CAAC;AAC3B,cAAc,aAAa,CAAC;AAC5B,cAAc,WAAW,CAAC;AAC1B,cAAc,eAAe,CAAC;AAC9B,cAAc,qBAAqB,CAAC;AACpC,cAAc,yBAAyB,CAAC;AACxC,cAAc,qBAAqB,CAAC;AACpC,cAAc,mBAAmB,CAAC;AAClC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,iBAAiB,CAAC;AAChC,cAAc,oBAAoB,CAAC;AACnC,cAAc,aAAa,CAAC;AAC5B,cAAc,cAAc,CAAC;AAC7B,cAAc,aAAa,CAAC;AAC5B,cAAc,eAAe,CAAC;AAC9B,cAAc,iBAAiB,CAAC;AAChC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,cAAc,CAAC;AAC7B,cAAc,WAAW,CAAC;AAC1B,cAAc,iBAAiB,CAAC;AAChC,cAAc,YAAY,CAAC;AAC3B,cAAc,WAAW,CAAC;AAC1B,cAAc,oBAAoB,CAAC;AACnC,cAAc,WAAW,CAAC;AAC1B,cAAc,iBAAiB,CAAC;AAChC,cAAc,cAAc,CAAC;AAC7B,cAAc,kBAAkB,CAAC;AACjC,cAAc,iBAAiB,CAAC;AAChC,cAAc,kBAAkB,CAAC;AACjC,cAAc,qBAAqB,CAAC;AACpC,cAAc,aAAa,CAAC;AAC5B,cAAc,cAAc,CAAC;AAC7B,cAAc,mBAAmB,CAAC;AAClC,cAAc,aAAa,CAAC;AAC5B,cAAc,cAAc,CAAC;AAC7B,cAAc,WAAW,CAAC;AAC1B,cAAc,kBAAkB,CAAC;AACjC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,eAAe,CAAC;AAC9B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,uBAAuB,CAAC;AACtC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,0BAA0B,CAAC;AACzC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,gCAAgC,CAAC;AAC/C,cAAc,mBAAmB,CAAC;AAClC,cAAc,cAAc,CAAC;AAC7B,cAAc,WAAW,CAAC;AAC1B,cAAc,eAAe,CAAC;AAC9B,cAAc,iBAAiB,CAAC;AAChC,cAAc,oBAAoB,CAAC;AACnC,cAAc,WAAW,CAAC;AAC1B,cAAc,qBAAqB,CAAC;AACpC,cAAc,eAAe,CAAC;AAC9B,cAAc,WAAW,CAAC;AAC1B,cAAc,eAAe,CAAC;AAC9B,cAAc,0BAA0B,CAAC"}
@@ -41,6 +41,11 @@ export * from './UdpNumberInput';
41
41
  export * from './UdpTextInput';
42
42
  export * from './UdpTextarea';
43
43
  export * from './UdpTimeInput';
44
+ export * from './UdpVerticalTimeline';
45
+ export * from './UdpVerticalTimelineConnector';
46
+ export * from './UdpVerticalTimelineDot';
47
+ export * from './UdpVerticalTimelineItem';
48
+ export * from './UdpVerticalTimelineSeparator';
44
49
  export * from './UdpToggleButton';
45
50
  export * from './UdpTooltip';
46
51
  export * from './UdpTree';
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/UI/fluent-web-components/index.ts"],"names":[],"mappings":"AAAA,cAAc,gBAAgB,CAAC;AAC/B,cAAc,mBAAmB,CAAC;AAClC,cAAc,aAAa,CAAC;AAC5B,cAAc,YAAY,CAAC;AAC3B,cAAc,aAAa,CAAC;AAC5B,cAAc,WAAW,CAAC;AAC1B,cAAc,eAAe,CAAC;AAC9B,cAAc,qBAAqB,CAAC;AACpC,cAAc,yBAAyB,CAAC;AACxC,cAAc,qBAAqB,CAAC;AACpC,cAAc,mBAAmB,CAAC;AAClC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,iBAAiB,CAAC;AAChC,cAAc,oBAAoB,CAAC;AACnC,cAAc,aAAa,CAAC;AAC5B,cAAc,cAAc,CAAC;AAC7B,cAAc,aAAa,CAAC;AAC5B,cAAc,eAAe,CAAC;AAC9B,cAAc,iBAAiB,CAAC;AAChC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,cAAc,CAAC;AAC7B,cAAc,WAAW,CAAC;AAC1B,cAAc,iBAAiB,CAAC;AAChC,cAAc,YAAY,CAAC;AAC3B,cAAc,WAAW,CAAC;AAC1B,cAAc,oBAAoB,CAAC;AACnC,cAAc,WAAW,CAAC;AAC1B,cAAc,iBAAiB,CAAC;AAChC,cAAc,cAAc,CAAC;AAC7B,cAAc,kBAAkB,CAAC;AACjC,cAAc,iBAAiB,CAAC;AAChC,cAAc,kBAAkB,CAAC;AACjC,cAAc,qBAAqB,CAAC;AACpC,cAAc,aAAa,CAAC;AAC5B,cAAc,cAAc,CAAC;AAC7B,cAAc,mBAAmB,CAAC;AAClC,cAAc,aAAa,CAAC;AAC5B,cAAc,cAAc,CAAC;AAC7B,cAAc,WAAW,CAAC;AAC1B,cAAc,kBAAkB,CAAC;AACjC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,eAAe,CAAC;AAC9B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,mBAAmB,CAAC;AAClC,cAAc,cAAc,CAAC;AAC7B,cAAc,WAAW,CAAC;AAC1B,cAAc,eAAe,CAAC;AAC9B,cAAc,iBAAiB,CAAC;AAChC,cAAc,oBAAoB,CAAC;AACnC,cAAc,WAAW,CAAC;AAC1B,cAAc,qBAAqB,CAAC;AACpC,cAAc,eAAe,CAAC;AAC9B,cAAc,WAAW,CAAC;AAC1B,cAAc,eAAe,CAAC;AAC9B,cAAc,0BAA0B,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/UI/fluent-web-components/index.ts"],"names":[],"mappings":"AAAA,cAAc,gBAAgB,CAAC;AAC/B,cAAc,mBAAmB,CAAC;AAClC,cAAc,aAAa,CAAC;AAC5B,cAAc,YAAY,CAAC;AAC3B,cAAc,aAAa,CAAC;AAC5B,cAAc,WAAW,CAAC;AAC1B,cAAc,eAAe,CAAC;AAC9B,cAAc,qBAAqB,CAAC;AACpC,cAAc,yBAAyB,CAAC;AACxC,cAAc,qBAAqB,CAAC;AACpC,cAAc,mBAAmB,CAAC;AAClC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,iBAAiB,CAAC;AAChC,cAAc,oBAAoB,CAAC;AACnC,cAAc,aAAa,CAAC;AAC5B,cAAc,cAAc,CAAC;AAC7B,cAAc,aAAa,CAAC;AAC5B,cAAc,eAAe,CAAC;AAC9B,cAAc,iBAAiB,CAAC;AAChC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,cAAc,CAAC;AAC7B,cAAc,WAAW,CAAC;AAC1B,cAAc,iBAAiB,CAAC;AAChC,cAAc,YAAY,CAAC;AAC3B,cAAc,WAAW,CAAC;AAC1B,cAAc,oBAAoB,CAAC;AACnC,cAAc,WAAW,CAAC;AAC1B,cAAc,iBAAiB,CAAC;AAChC,cAAc,cAAc,CAAC;AAC7B,cAAc,kBAAkB,CAAC;AACjC,cAAc,iBAAiB,CAAC;AAChC,cAAc,kBAAkB,CAAC;AACjC,cAAc,qBAAqB,CAAC;AACpC,cAAc,aAAa,CAAC;AAC5B,cAAc,cAAc,CAAC;AAC7B,cAAc,mBAAmB,CAAC;AAClC,cAAc,aAAa,CAAC;AAC5B,cAAc,cAAc,CAAC;AAC7B,cAAc,WAAW,CAAC;AAC1B,cAAc,kBAAkB,CAAC;AACjC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,eAAe,CAAC;AAC9B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,uBAAuB,CAAC;AACtC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,0BAA0B,CAAC;AACzC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,gCAAgC,CAAC;AAC/C,cAAc,mBAAmB,CAAC;AAClC,cAAc,cAAc,CAAC;AAC7B,cAAc,WAAW,CAAC;AAC1B,cAAc,eAAe,CAAC;AAC9B,cAAc,iBAAiB,CAAC;AAChC,cAAc,oBAAoB,CAAC;AACnC,cAAc,WAAW,CAAC;AAC1B,cAAc,qBAAqB,CAAC;AACpC,cAAc,eAAe,CAAC;AAC9B,cAAc,WAAW,CAAC;AAC1B,cAAc,eAAe,CAAC;AAC9B,cAAc,0BAA0B,CAAC"}
@@ -1,3 +1,7 @@
1
1
  import React from 'react';
2
+ /**
3
+ * @deprecated This component is deprecated and will be removed in a future version.
4
+ * Please use `UdpVerticalTimeline` instead.
5
+ */
2
6
  export declare const UdpTimeline: (props: any) => React.JSX.Element;
3
7
  //# sourceMappingURL=UdpTimeline.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"UdpTimeline.d.ts","sourceRoot":"","sources":["../../../src/UI/timeline/UdpTimeline.jsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,eAAO,MAAM,WAAW,mCAEvB,CAAC"}
1
+ {"version":3,"file":"UdpTimeline.d.ts","sourceRoot":"","sources":["../../../src/UI/timeline/UdpTimeline.jsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAa1B;;;GAGG;AACH,eAAO,MAAM,WAAW,mCAGvB,CAAC"}
@@ -1,6 +1,19 @@
1
1
  import React from 'react';
2
2
  import { Timeline } from '@material-ui/lab';
3
+ let warned = false;
4
+ const warnDeprecated = () => {
5
+ if (warned)
6
+ return;
7
+ warned = true;
8
+ console.warn('⚠️ UdpTimeline is deprecated and will be removed in a future version. ' +
9
+ 'Please use UdpVerticalTimeline instead.');
10
+ };
11
+ /**
12
+ * @deprecated This component is deprecated and will be removed in a future version.
13
+ * Please use `UdpVerticalTimeline` instead.
14
+ */
3
15
  export const UdpTimeline = (props) => {
16
+ warnDeprecated();
4
17
  return React.createElement(Timeline, Object.assign({}, props));
5
18
  };
6
19
  //# sourceMappingURL=UdpTimeline.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"UdpTimeline.js","sourceRoot":"","sources":["../../../src/UI/timeline/UdpTimeline.jsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAE5C,MAAM,CAAC,MAAM,WAAW,GAAG,CAAC,KAAK,EAAE,EAAE,CAAC;IACpC,OAAO,oBAAC,QAAQ,oBAAK,KAAK,EAAI,CAAC;AAAA,CAChC,CAAC"}
1
+ {"version":3,"file":"UdpTimeline.js","sourceRoot":"","sources":["../../../src/UI/timeline/UdpTimeline.jsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAE5C,IAAI,MAAM,GAAG,KAAK,CAAC;AACnB,MAAM,cAAc,GAAG,GAAG,EAAE,CAAC;IAC3B,IAAI,MAAM;QAAE,OAAO;IACnB,MAAM,GAAG,IAAI,CAAC;IACd,OAAO,CAAC,IAAI,CACV,4EAAwE;QACtE,yCAAyC,CAC5C,CAAC;AAAA,CACH,CAAC;AAEF;;;GAGG;AACH,MAAM,CAAC,MAAM,WAAW,GAAG,CAAC,KAAK,EAAE,EAAE,CAAC;IACpC,cAAc,EAAE,CAAC;IACjB,OAAO,oBAAC,QAAQ,oBAAK,KAAK,EAAI,CAAC;AAAA,CAChC,CAAC"}
@@ -2,8 +2,19 @@ import { c } from "../../reactCompilerRuntime.mjs";
2
2
  import React from "react";
3
3
  import { Timeline } from "@material-ui/lab";
4
4
  //#region src/UI/timeline/UdpTimeline.jsx
5
+ let warned = false;
6
+ const warnDeprecated = () => {
7
+ if (warned) return;
8
+ warned = true;
9
+ console.warn("⚠️ UdpTimeline is deprecated and will be removed in a future version. Please use UdpVerticalTimeline instead.");
10
+ };
11
+ /**
12
+ * @deprecated This component is deprecated and will be removed in a future version.
13
+ * Please use `UdpVerticalTimeline` instead.
14
+ */
5
15
  const UdpTimeline = (props) => {
6
16
  const $ = c(2);
17
+ warnDeprecated();
7
18
  let t0;
8
19
  if ($[0] !== props) {
9
20
  t0 = /* @__PURE__ */ React.createElement(Timeline, props);
@@ -1 +1 @@
1
- {"version":3,"file":"UdpTimeline.mjs","names":["React","Timeline","UdpTimeline","props","$","_c","t0"],"sources":["../../../src/UI/timeline/UdpTimeline.jsx"],"sourcesContent":["import React from 'react';\nimport { Timeline } from '@material-ui/lab';\n\nexport const UdpTimeline = (props) => {\n return <Timeline {...props} />;\n};\n"],"mappings":";;;;AAGA,MAAaE,eAAcC,UAAA;CAAA,MAAAC,IAAAC,EAAA,EAAA;CAAA,IAAAC;AAAA,KAAAF,EAAA,OAAAD,OAAA;AAClBG,OAAA,sBAAA,cAAC,UAAaH,MAAS;AAAAC,IAAA,KAAAD;AAAAC,IAAA,KAAAE;OAAAA,MAAAF,EAAA;AAAA,QAAvBE"}
1
+ {"version":3,"file":"UdpTimeline.mjs","names":["React","Timeline","warned","warnDeprecated","console","warn","UdpTimeline","props","$","_c","t0"],"sources":["../../../src/UI/timeline/UdpTimeline.jsx"],"sourcesContent":["import React from 'react';\nimport { Timeline } from '@material-ui/lab';\n\nlet warned = false;\nconst warnDeprecated = () => {\n if (warned) return;\n warned = true;\n console.warn(\n '⚠️ UdpTimeline is deprecated and will be removed in a future version. ' +\n 'Please use UdpVerticalTimeline instead.',\n );\n};\n\n/**\n * @deprecated This component is deprecated and will be removed in a future version.\n * Please use `UdpVerticalTimeline` instead.\n */\nexport const UdpTimeline = (props) => {\n warnDeprecated();\n return <Timeline {...props} />;\n};\n"],"mappings":";;;;AAGA,IAAIE,SAAS;AACb,MAAMC,uBAAuB;AAC3B,KAAID,OAAQ;AACZA,UAAS;AACTE,SAAQC,KACN,gHAED;;;;;;AAOH,MAAaC,eAAcC,UAAA;CAAA,MAAAC,IAAAC,EAAA,EAAA;AACzBN,iBAAgB;CAAA,IAAAO;AAAA,KAAAF,EAAA,OAAAD,OAAA;AACTG,OAAA,sBAAA,cAAC,UAAaH,MAAS;AAAAC,IAAA,KAAAD;AAAAC,IAAA,KAAAE;OAAAA,MAAAF,EAAA;AAAA,QAAvBE"}
@@ -1,3 +1,8 @@
1
1
  import React from 'react';
2
+ /**
3
+ * @deprecated This component is deprecated and will be removed in a future version.
4
+ * No direct replacement — in `UdpVerticalTimelineItem`, content is a named slot
5
+ * (`<span slot="content">…</span>`) rather than a component.
6
+ */
2
7
  export declare const UdpTimelineContent: (props: any) => React.JSX.Element;
3
8
  //# sourceMappingURL=UdpTimelineContent.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"UdpTimelineContent.d.ts","sourceRoot":"","sources":["../../../src/UI/timeline/UdpTimelineContent.jsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,eAAO,MAAM,kBAAkB,mCAE9B,CAAC"}
1
+ {"version":3,"file":"UdpTimelineContent.d.ts","sourceRoot":"","sources":["../../../src/UI/timeline/UdpTimelineContent.jsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAa1B;;;;GAIG;AACH,eAAO,MAAM,kBAAkB,mCAG9B,CAAC"}
@@ -1,6 +1,20 @@
1
1
  import React from 'react';
2
2
  import { TimelineContent } from '@material-ui/lab';
3
+ let warned = false;
4
+ const warnDeprecated = () => {
5
+ if (warned)
6
+ return;
7
+ warned = true;
8
+ console.warn('⚠️ UdpTimelineContent is deprecated and will be removed in a future version. ' +
9
+ 'Content is now the "content" slot on UdpVerticalTimelineItem.');
10
+ };
11
+ /**
12
+ * @deprecated This component is deprecated and will be removed in a future version.
13
+ * No direct replacement — in `UdpVerticalTimelineItem`, content is a named slot
14
+ * (`<span slot="content">…</span>`) rather than a component.
15
+ */
3
16
  export const UdpTimelineContent = (props) => {
17
+ warnDeprecated();
4
18
  return React.createElement(TimelineContent, Object.assign({}, props));
5
19
  };
6
20
  //# sourceMappingURL=UdpTimelineContent.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"UdpTimelineContent.js","sourceRoot":"","sources":["../../../src/UI/timeline/UdpTimelineContent.jsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAC;AAEnD,MAAM,CAAC,MAAM,kBAAkB,GAAG,CAAC,KAAK,EAAE,EAAE,CAAC;IAC3C,OAAO,oBAAC,eAAe,oBAAK,KAAK,EAAI,CAAC;AAAA,CACvC,CAAC"}
1
+ {"version":3,"file":"UdpTimelineContent.js","sourceRoot":"","sources":["../../../src/UI/timeline/UdpTimelineContent.jsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAC;AAEnD,IAAI,MAAM,GAAG,KAAK,CAAC;AACnB,MAAM,cAAc,GAAG,GAAG,EAAE,CAAC;IAC3B,IAAI,MAAM;QAAE,OAAO;IACnB,MAAM,GAAG,IAAI,CAAC;IACd,OAAO,CAAC,IAAI,CACV,mFAA+E;QAC7E,+DAA+D,CAClE,CAAC;AAAA,CACH,CAAC;AAEF;;;;GAIG;AACH,MAAM,CAAC,MAAM,kBAAkB,GAAG,CAAC,KAAK,EAAE,EAAE,CAAC;IAC3C,cAAc,EAAE,CAAC;IACjB,OAAO,oBAAC,eAAe,oBAAK,KAAK,EAAI,CAAC;AAAA,CACvC,CAAC"}
@@ -2,8 +2,20 @@ import { c } from "../../reactCompilerRuntime.mjs";
2
2
  import React from "react";
3
3
  import { TimelineContent } from "@material-ui/lab";
4
4
  //#region src/UI/timeline/UdpTimelineContent.jsx
5
+ let warned = false;
6
+ const warnDeprecated = () => {
7
+ if (warned) return;
8
+ warned = true;
9
+ console.warn("⚠️ UdpTimelineContent is deprecated and will be removed in a future version. Content is now the \"content\" slot on UdpVerticalTimelineItem.");
10
+ };
11
+ /**
12
+ * @deprecated This component is deprecated and will be removed in a future version.
13
+ * No direct replacement — in `UdpVerticalTimelineItem`, content is a named slot
14
+ * (`<span slot="content">…</span>`) rather than a component.
15
+ */
5
16
  const UdpTimelineContent = (props) => {
6
17
  const $ = c(2);
18
+ warnDeprecated();
7
19
  let t0;
8
20
  if ($[0] !== props) {
9
21
  t0 = /* @__PURE__ */ React.createElement(TimelineContent, props);
@@ -1 +1 @@
1
- {"version":3,"file":"UdpTimelineContent.mjs","names":["React","TimelineContent","UdpTimelineContent","props","$","_c","t0"],"sources":["../../../src/UI/timeline/UdpTimelineContent.jsx"],"sourcesContent":["import React from 'react';\nimport { TimelineContent } from '@material-ui/lab';\n\nexport const UdpTimelineContent = (props) => {\n return <TimelineContent {...props} />;\n};\n"],"mappings":";;;;AAGA,MAAaE,sBAAqBC,UAAA;CAAA,MAAAC,IAAAC,EAAA,EAAA;CAAA,IAAAC;AAAA,KAAAF,EAAA,OAAAD,OAAA;AACzBG,OAAA,sBAAA,cAAC,iBAAoBH,MAAS;AAAAC,IAAA,KAAAD;AAAAC,IAAA,KAAAE;OAAAA,MAAAF,EAAA;AAAA,QAA9BE"}
1
+ {"version":3,"file":"UdpTimelineContent.mjs","names":["React","TimelineContent","warned","warnDeprecated","console","warn","UdpTimelineContent","props","$","_c","t0"],"sources":["../../../src/UI/timeline/UdpTimelineContent.jsx"],"sourcesContent":["import React from 'react';\nimport { TimelineContent } from '@material-ui/lab';\n\nlet warned = false;\nconst warnDeprecated = () => {\n if (warned) return;\n warned = true;\n console.warn(\n '⚠️ UdpTimelineContent is deprecated and will be removed in a future version. ' +\n 'Content is now the \"content\" slot on UdpVerticalTimelineItem.',\n );\n};\n\n/**\n * @deprecated This component is deprecated and will be removed in a future version.\n * No direct replacement — in `UdpVerticalTimelineItem`, content is a named slot\n * (`<span slot=\"content\">…</span>`) rather than a component.\n */\nexport const UdpTimelineContent = (props) => {\n warnDeprecated();\n return <TimelineContent {...props} />;\n};\n"],"mappings":";;;;AAGA,IAAIE,SAAS;AACb,MAAMC,uBAAuB;AAC3B,KAAID,OAAQ;AACZA,UAAS;AACTE,SAAQC,KACN,+IAED;;;;;;;AAQH,MAAaC,sBAAqBC,UAAA;CAAA,MAAAC,IAAAC,EAAA,EAAA;AAChCN,iBAAgB;CAAA,IAAAO;AAAA,KAAAF,EAAA,OAAAD,OAAA;AACTG,OAAA,sBAAA,cAAC,iBAAoBH,MAAS;AAAAC,IAAA,KAAAD;AAAAC,IAAA,KAAAE;OAAAA,MAAAF,EAAA;AAAA,QAA9BE"}
@@ -1,3 +1,7 @@
1
1
  import React from 'react';
2
+ /**
3
+ * @deprecated This component is deprecated and will be removed in a future version.
4
+ * Please use `UdpVerticalTimelineDot` instead.
5
+ */
2
6
  export declare const UdpTimelineDot: (props: any) => React.JSX.Element;
3
7
  //# sourceMappingURL=UdpTimelineDot.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"UdpTimelineDot.d.ts","sourceRoot":"","sources":["../../../src/UI/timeline/UdpTimelineDot.jsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,eAAO,MAAM,cAAc,mCAE1B,CAAC"}
1
+ {"version":3,"file":"UdpTimelineDot.d.ts","sourceRoot":"","sources":["../../../src/UI/timeline/UdpTimelineDot.jsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAa1B;;;GAGG;AACH,eAAO,MAAM,cAAc,mCAG1B,CAAC"}
@@ -1,6 +1,19 @@
1
1
  import React from 'react';
2
2
  import { TimelineDot } from '@material-ui/lab';
3
+ let warned = false;
4
+ const warnDeprecated = () => {
5
+ if (warned)
6
+ return;
7
+ warned = true;
8
+ console.warn('⚠️ UdpTimelineDot is deprecated and will be removed in a future version. ' +
9
+ 'Please use UdpVerticalTimelineDot instead.');
10
+ };
11
+ /**
12
+ * @deprecated This component is deprecated and will be removed in a future version.
13
+ * Please use `UdpVerticalTimelineDot` instead.
14
+ */
3
15
  export const UdpTimelineDot = (props) => {
16
+ warnDeprecated();
4
17
  return React.createElement(TimelineDot, Object.assign({}, props));
5
18
  };
6
19
  //# sourceMappingURL=UdpTimelineDot.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"UdpTimelineDot.js","sourceRoot":"","sources":["../../../src/UI/timeline/UdpTimelineDot.jsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAE/C,MAAM,CAAC,MAAM,cAAc,GAAG,CAAC,KAAK,EAAE,EAAE,CAAC;IACvC,OAAO,oBAAC,WAAW,oBAAK,KAAK,EAAI,CAAC;AAAA,CACnC,CAAC"}
1
+ {"version":3,"file":"UdpTimelineDot.js","sourceRoot":"","sources":["../../../src/UI/timeline/UdpTimelineDot.jsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAE/C,IAAI,MAAM,GAAG,KAAK,CAAC;AACnB,MAAM,cAAc,GAAG,GAAG,EAAE,CAAC;IAC3B,IAAI,MAAM;QAAE,OAAO;IACnB,MAAM,GAAG,IAAI,CAAC;IACd,OAAO,CAAC,IAAI,CACV,+EAA2E;QACzE,4CAA4C,CAC/C,CAAC;AAAA,CACH,CAAC;AAEF;;;GAGG;AACH,MAAM,CAAC,MAAM,cAAc,GAAG,CAAC,KAAK,EAAE,EAAE,CAAC;IACvC,cAAc,EAAE,CAAC;IACjB,OAAO,oBAAC,WAAW,oBAAK,KAAK,EAAI,CAAC;AAAA,CACnC,CAAC"}
@@ -2,8 +2,19 @@ import { c } from "../../reactCompilerRuntime.mjs";
2
2
  import React from "react";
3
3
  import { TimelineDot } from "@material-ui/lab";
4
4
  //#region src/UI/timeline/UdpTimelineDot.jsx
5
+ let warned = false;
6
+ const warnDeprecated = () => {
7
+ if (warned) return;
8
+ warned = true;
9
+ console.warn("⚠️ UdpTimelineDot is deprecated and will be removed in a future version. Please use UdpVerticalTimelineDot instead.");
10
+ };
11
+ /**
12
+ * @deprecated This component is deprecated and will be removed in a future version.
13
+ * Please use `UdpVerticalTimelineDot` instead.
14
+ */
5
15
  const UdpTimelineDot = (props) => {
6
16
  const $ = c(2);
17
+ warnDeprecated();
7
18
  let t0;
8
19
  if ($[0] !== props) {
9
20
  t0 = /* @__PURE__ */ React.createElement(TimelineDot, props);
@@ -1 +1 @@
1
- {"version":3,"file":"UdpTimelineDot.mjs","names":["React","TimelineDot","UdpTimelineDot","props","$","_c","t0"],"sources":["../../../src/UI/timeline/UdpTimelineDot.jsx"],"sourcesContent":["import React from 'react';\nimport { TimelineDot } from '@material-ui/lab';\n\nexport const UdpTimelineDot = (props) => {\n return <TimelineDot {...props} />;\n};\n"],"mappings":";;;;AAGA,MAAaE,kBAAiBC,UAAA;CAAA,MAAAC,IAAAC,EAAA,EAAA;CAAA,IAAAC;AAAA,KAAAF,EAAA,OAAAD,OAAA;AACrBG,OAAA,sBAAA,cAAC,aAAgBH,MAAS;AAAAC,IAAA,KAAAD;AAAAC,IAAA,KAAAE;OAAAA,MAAAF,EAAA;AAAA,QAA1BE"}
1
+ {"version":3,"file":"UdpTimelineDot.mjs","names":["React","TimelineDot","warned","warnDeprecated","console","warn","UdpTimelineDot","props","$","_c","t0"],"sources":["../../../src/UI/timeline/UdpTimelineDot.jsx"],"sourcesContent":["import React from 'react';\nimport { TimelineDot } from '@material-ui/lab';\n\nlet warned = false;\nconst warnDeprecated = () => {\n if (warned) return;\n warned = true;\n console.warn(\n '⚠️ UdpTimelineDot is deprecated and will be removed in a future version. ' +\n 'Please use UdpVerticalTimelineDot instead.',\n );\n};\n\n/**\n * @deprecated This component is deprecated and will be removed in a future version.\n * Please use `UdpVerticalTimelineDot` instead.\n */\nexport const UdpTimelineDot = (props) => {\n warnDeprecated();\n return <TimelineDot {...props} />;\n};\n"],"mappings":";;;;AAGA,IAAIE,SAAS;AACb,MAAMC,uBAAuB;AAC3B,KAAID,OAAQ;AACZA,UAAS;AACTE,SAAQC,KACN,sHAED;;;;;;AAOH,MAAaC,kBAAiBC,UAAA;CAAA,MAAAC,IAAAC,EAAA,EAAA;AAC5BN,iBAAgB;CAAA,IAAAO;AAAA,KAAAF,EAAA,OAAAD,OAAA;AACTG,OAAA,sBAAA,cAAC,aAAgBH,MAAS;AAAAC,IAAA,KAAAD;AAAAC,IAAA,KAAAE;OAAAA,MAAAF,EAAA;AAAA,QAA1BE"}
@@ -1,3 +1,7 @@
1
1
  import React from 'react';
2
+ /**
3
+ * @deprecated This component is deprecated and will be removed in a future version.
4
+ * Please use `UdpVerticalTimelineItem` instead.
5
+ */
2
6
  export declare const UdpTimelineItem: (props: any) => React.JSX.Element;
3
7
  //# sourceMappingURL=UdpTimelineItem.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"UdpTimelineItem.d.ts","sourceRoot":"","sources":["../../../src/UI/timeline/UdpTimelineItem.jsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,eAAO,MAAM,eAAe,mCAE3B,CAAC"}
1
+ {"version":3,"file":"UdpTimelineItem.d.ts","sourceRoot":"","sources":["../../../src/UI/timeline/UdpTimelineItem.jsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAa1B;;;GAGG;AACH,eAAO,MAAM,eAAe,mCAG3B,CAAC"}
@@ -1,6 +1,19 @@
1
1
  import React from 'react';
2
2
  import { TimelineItem } from '@material-ui/lab';
3
+ let warned = false;
4
+ const warnDeprecated = () => {
5
+ if (warned)
6
+ return;
7
+ warned = true;
8
+ console.warn('⚠️ UdpTimelineItem is deprecated and will be removed in a future version. ' +
9
+ 'Please use UdpVerticalTimelineItem instead.');
10
+ };
11
+ /**
12
+ * @deprecated This component is deprecated and will be removed in a future version.
13
+ * Please use `UdpVerticalTimelineItem` instead.
14
+ */
3
15
  export const UdpTimelineItem = (props) => {
16
+ warnDeprecated();
4
17
  return React.createElement(TimelineItem, Object.assign({}, props));
5
18
  };
6
19
  //# sourceMappingURL=UdpTimelineItem.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"UdpTimelineItem.js","sourceRoot":"","sources":["../../../src/UI/timeline/UdpTimelineItem.jsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAEhD,MAAM,CAAC,MAAM,eAAe,GAAG,CAAC,KAAK,EAAE,EAAE,CAAC;IACxC,OAAO,oBAAC,YAAY,oBAAK,KAAK,EAAI,CAAC;AAAA,CACpC,CAAC"}
1
+ {"version":3,"file":"UdpTimelineItem.js","sourceRoot":"","sources":["../../../src/UI/timeline/UdpTimelineItem.jsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAEhD,IAAI,MAAM,GAAG,KAAK,CAAC;AACnB,MAAM,cAAc,GAAG,GAAG,EAAE,CAAC;IAC3B,IAAI,MAAM;QAAE,OAAO;IACnB,MAAM,GAAG,IAAI,CAAC;IACd,OAAO,CAAC,IAAI,CACV,gFAA4E;QAC1E,6CAA6C,CAChD,CAAC;AAAA,CACH,CAAC;AAEF;;;GAGG;AACH,MAAM,CAAC,MAAM,eAAe,GAAG,CAAC,KAAK,EAAE,EAAE,CAAC;IACxC,cAAc,EAAE,CAAC;IACjB,OAAO,oBAAC,YAAY,oBAAK,KAAK,EAAI,CAAC;AAAA,CACpC,CAAC"}
@@ -2,8 +2,19 @@ import { c } from "../../reactCompilerRuntime.mjs";
2
2
  import React from "react";
3
3
  import { TimelineItem } from "@material-ui/lab";
4
4
  //#region src/UI/timeline/UdpTimelineItem.jsx
5
+ let warned = false;
6
+ const warnDeprecated = () => {
7
+ if (warned) return;
8
+ warned = true;
9
+ console.warn("⚠️ UdpTimelineItem is deprecated and will be removed in a future version. Please use UdpVerticalTimelineItem instead.");
10
+ };
11
+ /**
12
+ * @deprecated This component is deprecated and will be removed in a future version.
13
+ * Please use `UdpVerticalTimelineItem` instead.
14
+ */
5
15
  const UdpTimelineItem = (props) => {
6
16
  const $ = c(2);
17
+ warnDeprecated();
7
18
  let t0;
8
19
  if ($[0] !== props) {
9
20
  t0 = /* @__PURE__ */ React.createElement(TimelineItem, props);
@@ -1 +1 @@
1
- {"version":3,"file":"UdpTimelineItem.mjs","names":["React","TimelineItem","UdpTimelineItem","props","$","_c","t0"],"sources":["../../../src/UI/timeline/UdpTimelineItem.jsx"],"sourcesContent":["import React from 'react';\nimport { TimelineItem } from '@material-ui/lab';\n\nexport const UdpTimelineItem = (props) => {\n return <TimelineItem {...props} />;\n};\n"],"mappings":";;;;AAGA,MAAaE,mBAAkBC,UAAA;CAAA,MAAAC,IAAAC,EAAA,EAAA;CAAA,IAAAC;AAAA,KAAAF,EAAA,OAAAD,OAAA;AACtBG,OAAA,sBAAA,cAAC,cAAiBH,MAAS;AAAAC,IAAA,KAAAD;AAAAC,IAAA,KAAAE;OAAAA,MAAAF,EAAA;AAAA,QAA3BE"}
1
+ {"version":3,"file":"UdpTimelineItem.mjs","names":["React","TimelineItem","warned","warnDeprecated","console","warn","UdpTimelineItem","props","$","_c","t0"],"sources":["../../../src/UI/timeline/UdpTimelineItem.jsx"],"sourcesContent":["import React from 'react';\nimport { TimelineItem } from '@material-ui/lab';\n\nlet warned = false;\nconst warnDeprecated = () => {\n if (warned) return;\n warned = true;\n console.warn(\n '⚠️ UdpTimelineItem is deprecated and will be removed in a future version. ' +\n 'Please use UdpVerticalTimelineItem instead.',\n );\n};\n\n/**\n * @deprecated This component is deprecated and will be removed in a future version.\n * Please use `UdpVerticalTimelineItem` instead.\n */\nexport const UdpTimelineItem = (props) => {\n warnDeprecated();\n return <TimelineItem {...props} />;\n};\n"],"mappings":";;;;AAGA,IAAIE,SAAS;AACb,MAAMC,uBAAuB;AAC3B,KAAID,OAAQ;AACZA,UAAS;AACTE,SAAQC,KACN,wHAED;;;;;;AAOH,MAAaC,mBAAkBC,UAAA;CAAA,MAAAC,IAAAC,EAAA,EAAA;AAC7BN,iBAAgB;CAAA,IAAAO;AAAA,KAAAF,EAAA,OAAAD,OAAA;AACTG,OAAA,sBAAA,cAAC,cAAiBH,MAAS;AAAAC,IAAA,KAAAD;AAAAC,IAAA,KAAAE;OAAAA,MAAAF,EAAA;AAAA,QAA3BE"}
@@ -1,3 +1,8 @@
1
1
  import React from 'react';
2
+ /**
3
+ * @deprecated This component is deprecated and will be removed in a future version.
4
+ * Please use `UdpVerticalTimelineConnector` instead (the vertical timeline draws
5
+ * its connecting line automatically).
6
+ */
2
7
  export declare const UdpTimelineConnector: (props: any) => React.JSX.Element;
3
8
  //# sourceMappingURL=UdpTimelineItemConnector.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"UdpTimelineItemConnector.d.ts","sourceRoot":"","sources":["../../../src/UI/timeline/UdpTimelineItemConnector.jsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,eAAO,MAAM,oBAAoB,mCAEhC,CAAC"}
1
+ {"version":3,"file":"UdpTimelineItemConnector.d.ts","sourceRoot":"","sources":["../../../src/UI/timeline/UdpTimelineItemConnector.jsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAa1B;;;;GAIG;AACH,eAAO,MAAM,oBAAoB,mCAGhC,CAAC"}