@m3e/react 2.5.15 → 2.6.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.
@@ -25,7 +25,9 @@ const M3eDatepicker = createComponent({
25
25
  elementClass: M3eDatepickerElement,
26
26
  react: React,
27
27
  events: {
28
- onChange: "change"
28
+ onChange: "change",
29
+ onBeforeToggle: "beforetoggle",
30
+ onToggle: "toggle"
29
31
  }
30
32
  });
31
33
 
@@ -1 +1 @@
1
- {"version":3,"file":"datepicker.js","sources":["../../src/datepicker/Datepicker.ts","../../src/datepicker/DatepickerToggle.ts"],"sourcesContent":["import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eDatepickerElement } from \"@m3e/web/datepicker\";\r\nexport type { M3eDatepickerElement, DatepickerVariant } from \"@m3e/web/datepicker\";\r\n\r\n/**\r\n * React binding for the `m3e-datepicker` Web Component from `@m3e/web/datepicker`.\r\n *\r\n * This component renders the underlying `<m3e-datepicker>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-datepicker>` instance for imperative access.\r\n *\r\n * See the `m3e-datepicker` documentation for full details on behavior,\r\n * styling, accessibility, and supported events.\r\n */\r\nexport const M3eDatepicker = createComponent({\r\n tagName: \"m3e-datepicker\",\r\n elementClass: M3eDatepickerElement,\r\n react: React,\r\n events: {\r\n onChange: \"change\",\r\n },\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eDatepickerToggleElement } from \"@m3e/web/datepicker\";\r\nexport type { M3eDatepickerToggleElement } from \"@m3e/web/datepicker\";\r\n\r\n/**\r\n * React binding for the `m3e-datepicker-toggle` Web Component from `@m3e/web/datepicker`.\r\n *\r\n * This component renders the underlying `<m3e-datepicker-toggle>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-datepicker-toggle>` instance for imperative access.\r\n *\r\n * See the `m3e-datepicker-toggle` for full details on behavior,\r\n * styling, accessibility, and supported events.\r\n */\r\nexport const M3eDatepickerToggle = createComponent({\r\n tagName: \"m3e-datepicker-toggle\",\r\n elementClass: M3eDatepickerToggleElement,\r\n react: React,\r\n});\r\n"],"names":["M3eDatepicker","createComponent","tagName","elementClass","M3eDatepickerElement","react","React","events","onChange","M3eDatepickerToggle","M3eDatepickerToggleElement"],"mappings":";;;;;;;;;AAMA;;;;;;;;;;;;AAYG;AACI,MAAMA,aAAa,GAAGC,eAAe,CAAC;AAC3CC,EAAAA,OAAO,EAAE,gBAAgB;AACzBC,EAAAA,YAAY,EAAEC,oBAAoB;AAClCC,EAAAA,KAAK,EAAEC,KAAK;AACZC,EAAAA,MAAM,EAAE;AACNC,IAAAA,QAAQ,EAAE;AACX;AACF,CAAA;;ACpBD;;;;;;;;;;;;AAYG;AACI,MAAMC,mBAAmB,GAAGR,eAAe,CAAC;AACjDC,EAAAA,OAAO,EAAE,uBAAuB;AAChCC,EAAAA,YAAY,EAAEO,0BAA0B;AACxCL,EAAAA,KAAK,EAAEC;AACR,CAAA;;;;"}
1
+ {"version":3,"file":"datepicker.js","sources":["../../src/datepicker/Datepicker.ts","../../src/datepicker/DatepickerToggle.ts"],"sourcesContent":["import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eDatepickerElement } from \"@m3e/web/datepicker\";\r\nexport type { M3eDatepickerElement, DatepickerVariant } from \"@m3e/web/datepicker\";\r\n\r\n/**\r\n * React binding for the `m3e-datepicker` Web Component from `@m3e/web/datepicker`.\r\n *\r\n * This component renders the underlying `<m3e-datepicker>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-datepicker>` instance for imperative access.\r\n *\r\n * See the `m3e-datepicker` documentation for full details on behavior,\r\n * styling, accessibility, and supported events.\r\n */\r\nexport const M3eDatepicker = createComponent({\r\n tagName: \"m3e-datepicker\",\r\n elementClass: M3eDatepickerElement,\r\n react: React,\r\n events: {\r\n onChange: \"change\",\r\n onBeforeToggle: \"beforetoggle\",\r\n onToggle: \"toggle\",\r\n },\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eDatepickerToggleElement } from \"@m3e/web/datepicker\";\r\nexport type { M3eDatepickerToggleElement } from \"@m3e/web/datepicker\";\r\n\r\n/**\r\n * React binding for the `m3e-datepicker-toggle` Web Component from `@m3e/web/datepicker`.\r\n *\r\n * This component renders the underlying `<m3e-datepicker-toggle>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-datepicker-toggle>` instance for imperative access.\r\n *\r\n * See the `m3e-datepicker-toggle` for full details on behavior,\r\n * styling, accessibility, and supported events.\r\n */\r\nexport const M3eDatepickerToggle = createComponent({\r\n tagName: \"m3e-datepicker-toggle\",\r\n elementClass: M3eDatepickerToggleElement,\r\n react: React,\r\n});\r\n"],"names":["M3eDatepicker","createComponent","tagName","elementClass","M3eDatepickerElement","react","React","events","onChange","onBeforeToggle","onToggle","M3eDatepickerToggle","M3eDatepickerToggleElement"],"mappings":";;;;;;;;;AAMA;;;;;;;;;;;;AAYG;AACI,MAAMA,aAAa,GAAGC,eAAe,CAAC;AAC3CC,EAAAA,OAAO,EAAE,gBAAgB;AACzBC,EAAAA,YAAY,EAAEC,oBAAoB;AAClCC,EAAAA,KAAK,EAAEC,KAAK;AACZC,EAAAA,MAAM,EAAE;AACNC,IAAAA,QAAQ,EAAE,QAAQ;AAClBC,IAAAA,cAAc,EAAE,cAAc;AAC9BC,IAAAA,QAAQ,EAAE;AACX;AACF,CAAA;;ACtBD;;;;;;;;;;;;AAYG;AACI,MAAMC,mBAAmB,GAAGV,eAAe,CAAC;AACjDC,EAAAA,OAAO,EAAE,uBAAuB;AAChCC,EAAAA,YAAY,EAAES,0BAA0B;AACxCP,EAAAA,KAAK,EAAEC;AACR,CAAA;;;;"}
@@ -3,5 +3,5 @@
3
3
  * Copyright (c) 2025–2026 matraic
4
4
  * See LICENSE file in the project root for full license text.
5
5
  */
6
- import e from"react";import{createComponent as t}from"@lit/react";import{M3eDatepickerElement as a,M3eDatepickerToggleElement as r}from"@m3e/web/datepicker";const m=t({tagName:"m3e-datepicker",elementClass:a,react:e,events:{onChange:"change"}}),o=t({tagName:"m3e-datepicker-toggle",elementClass:r,react:e});export{m as M3eDatepicker,o as M3eDatepickerToggle};
6
+ import e from"react";import{createComponent as t}from"@lit/react";import{M3eDatepickerElement as o,M3eDatepickerToggleElement as r}from"@m3e/web/datepicker";const a=t({tagName:"m3e-datepicker",elementClass:o,react:e,events:{onChange:"change",onBeforeToggle:"beforetoggle",onToggle:"toggle"}}),g=t({tagName:"m3e-datepicker-toggle",elementClass:r,react:e});export{a as M3eDatepicker,g as M3eDatepickerToggle};
7
7
  //# sourceMappingURL=datepicker.min.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"datepicker.min.js","sources":["../../src/datepicker/Datepicker.ts","../../src/datepicker/DatepickerToggle.ts"],"sourcesContent":["import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eDatepickerElement } from \"@m3e/web/datepicker\";\r\nexport type { M3eDatepickerElement, DatepickerVariant } from \"@m3e/web/datepicker\";\r\n\r\n/**\r\n * React binding for the `m3e-datepicker` Web Component from `@m3e/web/datepicker`.\r\n *\r\n * This component renders the underlying `<m3e-datepicker>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-datepicker>` instance for imperative access.\r\n *\r\n * See the `m3e-datepicker` documentation for full details on behavior,\r\n * styling, accessibility, and supported events.\r\n */\r\nexport const M3eDatepicker = createComponent({\r\n tagName: \"m3e-datepicker\",\r\n elementClass: M3eDatepickerElement,\r\n react: React,\r\n events: {\r\n onChange: \"change\",\r\n },\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eDatepickerToggleElement } from \"@m3e/web/datepicker\";\r\nexport type { M3eDatepickerToggleElement } from \"@m3e/web/datepicker\";\r\n\r\n/**\r\n * React binding for the `m3e-datepicker-toggle` Web Component from `@m3e/web/datepicker`.\r\n *\r\n * This component renders the underlying `<m3e-datepicker-toggle>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-datepicker-toggle>` instance for imperative access.\r\n *\r\n * See the `m3e-datepicker-toggle` for full details on behavior,\r\n * styling, accessibility, and supported events.\r\n */\r\nexport const M3eDatepickerToggle = createComponent({\r\n tagName: \"m3e-datepicker-toggle\",\r\n elementClass: M3eDatepickerToggleElement,\r\n react: React,\r\n});\r\n"],"names":["M3eDatepicker","createComponent","tagName","elementClass","M3eDatepickerElement","react","React","events","onChange","M3eDatepickerToggle","M3eDatepickerToggleElement"],"mappings":";;;;;6JAmBO,MAAMA,EAAgBC,EAAgB,CAC3CC,QAAS,iBACTC,aAAcC,EACdC,MAAOC,EACPC,OAAQ,CACNC,SAAU,YCLDC,EAAsBR,EAAgB,CACjDC,QAAS,wBACTC,aAAcO,EACdL,MAAOC"}
1
+ {"version":3,"file":"datepicker.min.js","sources":["../../src/datepicker/Datepicker.ts","../../src/datepicker/DatepickerToggle.ts"],"sourcesContent":["import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eDatepickerElement } from \"@m3e/web/datepicker\";\r\nexport type { M3eDatepickerElement, DatepickerVariant } from \"@m3e/web/datepicker\";\r\n\r\n/**\r\n * React binding for the `m3e-datepicker` Web Component from `@m3e/web/datepicker`.\r\n *\r\n * This component renders the underlying `<m3e-datepicker>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-datepicker>` instance for imperative access.\r\n *\r\n * See the `m3e-datepicker` documentation for full details on behavior,\r\n * styling, accessibility, and supported events.\r\n */\r\nexport const M3eDatepicker = createComponent({\r\n tagName: \"m3e-datepicker\",\r\n elementClass: M3eDatepickerElement,\r\n react: React,\r\n events: {\r\n onChange: \"change\",\r\n onBeforeToggle: \"beforetoggle\",\r\n onToggle: \"toggle\",\r\n },\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eDatepickerToggleElement } from \"@m3e/web/datepicker\";\r\nexport type { M3eDatepickerToggleElement } from \"@m3e/web/datepicker\";\r\n\r\n/**\r\n * React binding for the `m3e-datepicker-toggle` Web Component from `@m3e/web/datepicker`.\r\n *\r\n * This component renders the underlying `<m3e-datepicker-toggle>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-datepicker-toggle>` instance for imperative access.\r\n *\r\n * See the `m3e-datepicker-toggle` for full details on behavior,\r\n * styling, accessibility, and supported events.\r\n */\r\nexport const M3eDatepickerToggle = createComponent({\r\n tagName: \"m3e-datepicker-toggle\",\r\n elementClass: M3eDatepickerToggleElement,\r\n react: React,\r\n});\r\n"],"names":["M3eDatepicker","createComponent","tagName","elementClass","M3eDatepickerElement","react","React","events","onChange","onBeforeToggle","onToggle","M3eDatepickerToggle","M3eDatepickerToggleElement"],"mappings":";;;;;6JAmBO,MAAMA,EAAgBC,EAAgB,CAC3CC,QAAS,iBACTC,aAAcC,EACdC,MAAOC,EACPC,OAAQ,CACNC,SAAU,SACVC,eAAgB,eAChBC,SAAU,YCPDC,EAAsBV,EAAgB,CACjDC,QAAS,wBACTC,aAAcS,EACdP,MAAOC"}
package/dist/src/all.d.ts CHANGED
@@ -48,6 +48,7 @@ export * from "./switch";
48
48
  export * from "./tabs";
49
49
  export * from "./textarea-autosize";
50
50
  export * from "./theme";
51
+ export * from "./timepicker";
51
52
  export * from "./toc";
52
53
  export * from "./toolbar";
53
54
  export * from "./tooltip";
@@ -1 +1 @@
1
- {"version":3,"file":"all.d.ts","sourceRoot":"","sources":["../../src/all.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAC;AAC1B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC;AACzB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,YAAY,CAAC;AAC3B,cAAc,QAAQ,CAAC;AACvB,cAAc,YAAY,CAAC;AAC3B,cAAc,SAAS,CAAC;AACxB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,QAAQ,CAAC;AACvB,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC;AACzB,cAAc,WAAW,CAAC;AAC1B,cAAc,oBAAoB,CAAC;AACnC,cAAc,mBAAmB,CAAC;AAClC,cAAc,OAAO,CAAC;AACtB,cAAc,YAAY,CAAC;AAC3B,cAAc,cAAc,CAAC;AAC7B,cAAc,WAAW,CAAC;AAC1B,cAAc,QAAQ,CAAC;AACvB,cAAc,eAAe,CAAC;AAC9B,cAAc,QAAQ,CAAC;AACvB,cAAc,qBAAqB,CAAC;AACpC,cAAc,QAAQ,CAAC;AACvB,cAAc,WAAW,CAAC;AAC1B,cAAc,YAAY,CAAC;AAC3B,cAAc,YAAY,CAAC;AAC3B,cAAc,UAAU,CAAC;AACzB,cAAc,aAAa,CAAC;AAC5B,cAAc,sBAAsB,CAAC;AACrC,cAAc,eAAe,CAAC;AAC9B,cAAc,UAAU,CAAC;AACzB,cAAc,oBAAoB,CAAC;AACnC,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,YAAY,CAAC;AAC3B,cAAc,eAAe,CAAC;AAC9B,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,cAAc,CAAC;AAC7B,cAAc,WAAW,CAAC;AAC1B,cAAc,UAAU,CAAC;AACzB,cAAc,QAAQ,CAAC;AACvB,cAAc,qBAAqB,CAAC;AACpC,cAAc,SAAS,CAAC;AACxB,cAAc,OAAO,CAAC;AACtB,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,QAAQ,CAAC"}
1
+ {"version":3,"file":"all.d.ts","sourceRoot":"","sources":["../../src/all.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAC;AAC1B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC;AACzB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,YAAY,CAAC;AAC3B,cAAc,QAAQ,CAAC;AACvB,cAAc,YAAY,CAAC;AAC3B,cAAc,SAAS,CAAC;AACxB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,QAAQ,CAAC;AACvB,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC;AACzB,cAAc,WAAW,CAAC;AAC1B,cAAc,oBAAoB,CAAC;AACnC,cAAc,mBAAmB,CAAC;AAClC,cAAc,OAAO,CAAC;AACtB,cAAc,YAAY,CAAC;AAC3B,cAAc,cAAc,CAAC;AAC7B,cAAc,WAAW,CAAC;AAC1B,cAAc,QAAQ,CAAC;AACvB,cAAc,eAAe,CAAC;AAC9B,cAAc,QAAQ,CAAC;AACvB,cAAc,qBAAqB,CAAC;AACpC,cAAc,QAAQ,CAAC;AACvB,cAAc,WAAW,CAAC;AAC1B,cAAc,YAAY,CAAC;AAC3B,cAAc,YAAY,CAAC;AAC3B,cAAc,UAAU,CAAC;AACzB,cAAc,aAAa,CAAC;AAC5B,cAAc,sBAAsB,CAAC;AACrC,cAAc,eAAe,CAAC;AAC9B,cAAc,UAAU,CAAC;AACzB,cAAc,oBAAoB,CAAC;AACnC,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,YAAY,CAAC;AAC3B,cAAc,eAAe,CAAC;AAC9B,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,cAAc,CAAC;AAC7B,cAAc,WAAW,CAAC;AAC1B,cAAc,UAAU,CAAC;AACzB,cAAc,QAAQ,CAAC;AACvB,cAAc,qBAAqB,CAAC;AACpC,cAAc,SAAS,CAAC;AACxB,cAAc,cAAc,CAAC;AAC7B,cAAc,OAAO,CAAC;AACtB,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,QAAQ,CAAC"}
@@ -15,5 +15,7 @@ export type { M3eDatepickerElement, DatepickerVariant } from "@m3e/web/datepicke
15
15
  */
16
16
  export declare const M3eDatepicker: import("@lit/react").ReactWebComponent<M3eDatepickerElement, {
17
17
  onChange: string;
18
+ onBeforeToggle: string;
19
+ onToggle: string;
18
20
  }>;
19
21
  //# sourceMappingURL=Datepicker.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Datepicker.d.ts","sourceRoot":"","sources":["../../../src/datepicker/Datepicker.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,oBAAoB,EAAE,MAAM,qBAAqB,CAAC;AAC3D,YAAY,EAAE,oBAAoB,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AAEnF;;;;;;;;;;;;GAYG;AACH,eAAO,MAAM,aAAa;;EAOxB,CAAC"}
1
+ {"version":3,"file":"Datepicker.d.ts","sourceRoot":"","sources":["../../../src/datepicker/Datepicker.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,oBAAoB,EAAE,MAAM,qBAAqB,CAAC;AAC3D,YAAY,EAAE,oBAAoB,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AAEnF;;;;;;;;;;;;GAYG;AACH,eAAO,MAAM,aAAa;;;;EASxB,CAAC"}
@@ -0,0 +1,21 @@
1
+ import { M3eTimepickerElement } from "@m3e/web/timepicker";
2
+ export type { M3eTimepickerElement, TimepickerFormat, TimepickerMode, TimepickerOrientation, TimepickerPeriod, TimepickerView, TimepickerVariant, } from "@m3e/web/timepicker";
3
+ /**
4
+ * React binding for the `m3e-timepicker` Web Component from `@m3e/web/timepicker`.
5
+ *
6
+ * This component renders the underlying `<m3e-timepicker>` element and exposes its
7
+ * properties, attributes, and events through an idiomatic React interface.
8
+ *
9
+ * Props map directly to element properties, and event handlers receive the
10
+ * native DOM events dispatched by the component. Refs are forwarded to the
11
+ * underlying `<m3e-timepicker>` instance for imperative access.
12
+ *
13
+ * See the `m3e-timepicker` documentation for full details on behavior,
14
+ * styling, accessibility, and supported events.
15
+ */
16
+ export declare const M3eTimepicker: import("@lit/react").ReactWebComponent<M3eTimepickerElement, {
17
+ onChange: string;
18
+ onBeforeToggle: string;
19
+ onToggle: string;
20
+ }>;
21
+ //# sourceMappingURL=Timepicker.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Timepicker.d.ts","sourceRoot":"","sources":["../../../src/timepicker/Timepicker.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,oBAAoB,EAAE,MAAM,qBAAqB,CAAC;AAC3D,YAAY,EACV,oBAAoB,EACpB,gBAAgB,EAChB,cAAc,EACd,qBAAqB,EACrB,gBAAgB,EAChB,cAAc,EACd,iBAAiB,GAClB,MAAM,qBAAqB,CAAC;AAE7B;;;;;;;;;;;;GAYG;AACH,eAAO,MAAM,aAAa;;;;EASxB,CAAC"}
@@ -0,0 +1,20 @@
1
+ import { M3eTimepickerDialElement } from "@m3e/web/timepicker";
2
+ export type { M3eTimepickerDialElement } from "@m3e/web/timepicker";
3
+ /**
4
+ * React binding for the `m3e-timepicker-dial` Web Component from `@m3e/web/timepicker`.
5
+ *
6
+ * This component renders the underlying `<m3e-timepicker-dial>` element and exposes its
7
+ * properties, attributes, and events through an idiomatic React interface.
8
+ *
9
+ * Props map directly to element properties, and event handlers receive the
10
+ * native DOM events dispatched by the component. Refs are forwarded to the
11
+ * underlying `<m3e-timepicker-dial>` instance for imperative access.
12
+ *
13
+ * See the `m3e-timepicker-dial` documentation for full details on behavior,
14
+ * styling, accessibility, and supported events.
15
+ */
16
+ export declare const M3eTimepickerDial: import("@lit/react").ReactWebComponent<M3eTimepickerDialElement, {
17
+ onChange: string;
18
+ OnViewChange: string;
19
+ }>;
20
+ //# sourceMappingURL=TimepickerDial.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TimepickerDial.d.ts","sourceRoot":"","sources":["../../../src/timepicker/TimepickerDial.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,wBAAwB,EAAE,MAAM,qBAAqB,CAAC;AAC/D,YAAY,EAAE,wBAAwB,EAAE,MAAM,qBAAqB,CAAC;AAEpE;;;;;;;;;;;;GAYG;AACH,eAAO,MAAM,iBAAiB;;;EAQ5B,CAAC"}
@@ -0,0 +1,20 @@
1
+ import { M3eTimepickerInputElement } from "@m3e/web/timepicker";
2
+ export type { M3eTimepickerInputElement } from "@m3e/web/timepicker";
3
+ /**
4
+ * React binding for the `m3e-timepicker-input` Web Component from `@m3e/web/timepicker`.
5
+ *
6
+ * This component renders the underlying `<m3e-timepicker-input>` element and exposes its
7
+ * properties, attributes, and events through an idiomatic React interface.
8
+ *
9
+ * Props map directly to element properties, and event handlers receive the
10
+ * native DOM events dispatched by the component. Refs are forwarded to the
11
+ * underlying `<m3e-timepicker-input>` instance for imperative access.
12
+ *
13
+ * See the `m3e-timepicker-input` documentation for full details on behavior,
14
+ * styling, accessibility, and supported events.
15
+ */
16
+ export declare const M3eTimepickerInput: import("@lit/react").ReactWebComponent<M3eTimepickerInputElement, {
17
+ onChange: string;
18
+ OnViewChange: string;
19
+ }>;
20
+ //# sourceMappingURL=TimepickerInput.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TimepickerInput.d.ts","sourceRoot":"","sources":["../../../src/timepicker/TimepickerInput.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,yBAAyB,EAAE,MAAM,qBAAqB,CAAC;AAChE,YAAY,EAAE,yBAAyB,EAAE,MAAM,qBAAqB,CAAC;AAErE;;;;;;;;;;;;GAYG;AACH,eAAO,MAAM,kBAAkB;;;EAQ7B,CAAC"}
@@ -0,0 +1,17 @@
1
+ import { M3eTimepickerToggleElement } from "@m3e/web/timepicker";
2
+ export type { M3eTimepickerToggleElement } from "@m3e/web/timepicker";
3
+ /**
4
+ * React binding for the `m3e-timepicker-toggle` Web Component from `@m3e/web/timepicker`.
5
+ *
6
+ * This component renders the underlying `<m3e-timepicker-toggle>` element and exposes its
7
+ * properties, attributes, and events through an idiomatic React interface.
8
+ *
9
+ * Props map directly to element properties, and event handlers receive the
10
+ * native DOM events dispatched by the component. Refs are forwarded to the
11
+ * underlying `<m3e-timepicker-toggle>` instance for imperative access.
12
+ *
13
+ * See the `m3e-timepicker-toggle` for full details on behavior,
14
+ * styling, accessibility, and supported events.
15
+ */
16
+ export declare const M3eTimepickerToggle: import("@lit/react").ReactWebComponent<M3eTimepickerToggleElement, {}>;
17
+ //# sourceMappingURL=TimepickerToggle.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TimepickerToggle.d.ts","sourceRoot":"","sources":["../../../src/timepicker/TimepickerToggle.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,0BAA0B,EAAE,MAAM,qBAAqB,CAAC;AACjE,YAAY,EAAE,0BAA0B,EAAE,MAAM,qBAAqB,CAAC;AAEtE;;;;;;;;;;;;GAYG;AACH,eAAO,MAAM,mBAAmB,wEAI9B,CAAC"}
@@ -0,0 +1,5 @@
1
+ export * from "./Timepicker";
2
+ export * from "./TimepickerDial";
3
+ export * from "./TimepickerInput";
4
+ export * from "./TimepickerToggle";
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/timepicker/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC;AAC7B,cAAc,kBAAkB,CAAC;AACjC,cAAc,mBAAmB,CAAC;AAClC,cAAc,oBAAoB,CAAC"}
@@ -0,0 +1,100 @@
1
+ /**
2
+ * @license MIT
3
+ * Copyright (c) 2025–2026 matraic
4
+ * See LICENSE file in the project root for full license text.
5
+ */
6
+ import React from 'react';
7
+ import { createComponent } from '@lit/react';
8
+ import { M3eTimepickerElement, M3eTimepickerDialElement, M3eTimepickerInputElement, M3eTimepickerToggleElement } from '@m3e/web/timepicker';
9
+
10
+ /**
11
+ * React binding for the `m3e-timepicker` Web Component from `@m3e/web/timepicker`.
12
+ *
13
+ * This component renders the underlying `<m3e-timepicker>` element and exposes its
14
+ * properties, attributes, and events through an idiomatic React interface.
15
+ *
16
+ * Props map directly to element properties, and event handlers receive the
17
+ * native DOM events dispatched by the component. Refs are forwarded to the
18
+ * underlying `<m3e-timepicker>` instance for imperative access.
19
+ *
20
+ * See the `m3e-timepicker` documentation for full details on behavior,
21
+ * styling, accessibility, and supported events.
22
+ */
23
+ const M3eTimepicker = createComponent({
24
+ tagName: "m3e-timepicker",
25
+ elementClass: M3eTimepickerElement,
26
+ react: React,
27
+ events: {
28
+ onChange: "change",
29
+ onBeforeToggle: "beforetoggle",
30
+ onToggle: "toggle"
31
+ }
32
+ });
33
+
34
+ /**
35
+ * React binding for the `m3e-timepicker-dial` Web Component from `@m3e/web/timepicker`.
36
+ *
37
+ * This component renders the underlying `<m3e-timepicker-dial>` element and exposes its
38
+ * properties, attributes, and events through an idiomatic React interface.
39
+ *
40
+ * Props map directly to element properties, and event handlers receive the
41
+ * native DOM events dispatched by the component. Refs are forwarded to the
42
+ * underlying `<m3e-timepicker-dial>` instance for imperative access.
43
+ *
44
+ * See the `m3e-timepicker-dial` documentation for full details on behavior,
45
+ * styling, accessibility, and supported events.
46
+ */
47
+ const M3eTimepickerDial = createComponent({
48
+ tagName: "m3e-timepicker-dial",
49
+ elementClass: M3eTimepickerDialElement,
50
+ react: React,
51
+ events: {
52
+ onChange: "change",
53
+ OnViewChange: "view-change"
54
+ }
55
+ });
56
+
57
+ /**
58
+ * React binding for the `m3e-timepicker-input` Web Component from `@m3e/web/timepicker`.
59
+ *
60
+ * This component renders the underlying `<m3e-timepicker-input>` element and exposes its
61
+ * properties, attributes, and events through an idiomatic React interface.
62
+ *
63
+ * Props map directly to element properties, and event handlers receive the
64
+ * native DOM events dispatched by the component. Refs are forwarded to the
65
+ * underlying `<m3e-timepicker-input>` instance for imperative access.
66
+ *
67
+ * See the `m3e-timepicker-input` documentation for full details on behavior,
68
+ * styling, accessibility, and supported events.
69
+ */
70
+ const M3eTimepickerInput = createComponent({
71
+ tagName: "m3e-timepicker-input",
72
+ elementClass: M3eTimepickerInputElement,
73
+ react: React,
74
+ events: {
75
+ onChange: "change",
76
+ OnViewChange: "view-change"
77
+ }
78
+ });
79
+
80
+ /**
81
+ * React binding for the `m3e-timepicker-toggle` Web Component from `@m3e/web/timepicker`.
82
+ *
83
+ * This component renders the underlying `<m3e-timepicker-toggle>` element and exposes its
84
+ * properties, attributes, and events through an idiomatic React interface.
85
+ *
86
+ * Props map directly to element properties, and event handlers receive the
87
+ * native DOM events dispatched by the component. Refs are forwarded to the
88
+ * underlying `<m3e-timepicker-toggle>` instance for imperative access.
89
+ *
90
+ * See the `m3e-timepicker-toggle` for full details on behavior,
91
+ * styling, accessibility, and supported events.
92
+ */
93
+ const M3eTimepickerToggle = createComponent({
94
+ tagName: "m3e-timepicker-toggle",
95
+ elementClass: M3eTimepickerToggleElement,
96
+ react: React
97
+ });
98
+
99
+ export { M3eTimepicker, M3eTimepickerDial, M3eTimepickerInput, M3eTimepickerToggle };
100
+ //# sourceMappingURL=timepicker.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"timepicker.js","sources":["../../src/timepicker/Timepicker.ts","../../src/timepicker/TimepickerDial.ts","../../src/timepicker/TimepickerInput.ts","../../src/timepicker/TimepickerToggle.ts"],"sourcesContent":["import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eTimepickerElement } from \"@m3e/web/timepicker\";\r\nexport type {\r\n M3eTimepickerElement,\r\n TimepickerFormat,\r\n TimepickerMode,\r\n TimepickerOrientation,\r\n TimepickerPeriod,\r\n TimepickerView,\r\n TimepickerVariant,\r\n} from \"@m3e/web/timepicker\";\r\n\r\n/**\r\n * React binding for the `m3e-timepicker` Web Component from `@m3e/web/timepicker`.\r\n *\r\n * This component renders the underlying `<m3e-timepicker>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-timepicker>` instance for imperative access.\r\n *\r\n * See the `m3e-timepicker` documentation for full details on behavior,\r\n * styling, accessibility, and supported events.\r\n */\r\nexport const M3eTimepicker = createComponent({\r\n tagName: \"m3e-timepicker\",\r\n elementClass: M3eTimepickerElement,\r\n react: React,\r\n events: {\r\n onChange: \"change\",\r\n onBeforeToggle: \"beforetoggle\",\r\n onToggle: \"toggle\",\r\n },\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eTimepickerDialElement } from \"@m3e/web/timepicker\";\r\nexport type { M3eTimepickerDialElement } from \"@m3e/web/timepicker\";\r\n\r\n/**\r\n * React binding for the `m3e-timepicker-dial` Web Component from `@m3e/web/timepicker`.\r\n *\r\n * This component renders the underlying `<m3e-timepicker-dial>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-timepicker-dial>` instance for imperative access.\r\n *\r\n * See the `m3e-timepicker-dial` documentation for full details on behavior,\r\n * styling, accessibility, and supported events.\r\n */\r\nexport const M3eTimepickerDial = createComponent({\r\n tagName: \"m3e-timepicker-dial\",\r\n elementClass: M3eTimepickerDialElement,\r\n react: React,\r\n events: {\r\n onChange: \"change\",\r\n OnViewChange: \"view-change\",\r\n },\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eTimepickerInputElement } from \"@m3e/web/timepicker\";\r\nexport type { M3eTimepickerInputElement } from \"@m3e/web/timepicker\";\r\n\r\n/**\r\n * React binding for the `m3e-timepicker-input` Web Component from `@m3e/web/timepicker`.\r\n *\r\n * This component renders the underlying `<m3e-timepicker-input>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-timepicker-input>` instance for imperative access.\r\n *\r\n * See the `m3e-timepicker-input` documentation for full details on behavior,\r\n * styling, accessibility, and supported events.\r\n */\r\nexport const M3eTimepickerInput = createComponent({\r\n tagName: \"m3e-timepicker-input\",\r\n elementClass: M3eTimepickerInputElement,\r\n react: React,\r\n events: {\r\n onChange: \"change\",\r\n OnViewChange: \"view-change\",\r\n },\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eTimepickerToggleElement } from \"@m3e/web/timepicker\";\r\nexport type { M3eTimepickerToggleElement } from \"@m3e/web/timepicker\";\r\n\r\n/**\r\n * React binding for the `m3e-timepicker-toggle` Web Component from `@m3e/web/timepicker`.\r\n *\r\n * This component renders the underlying `<m3e-timepicker-toggle>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-timepicker-toggle>` instance for imperative access.\r\n *\r\n * See the `m3e-timepicker-toggle` for full details on behavior,\r\n * styling, accessibility, and supported events.\r\n */\r\nexport const M3eTimepickerToggle = createComponent({\r\n tagName: \"m3e-timepicker-toggle\",\r\n elementClass: M3eTimepickerToggleElement,\r\n react: React,\r\n});\r\n"],"names":["M3eTimepicker","createComponent","tagName","elementClass","M3eTimepickerElement","react","React","events","onChange","onBeforeToggle","onToggle","M3eTimepickerDial","M3eTimepickerDialElement","OnViewChange","M3eTimepickerInput","M3eTimepickerInputElement","M3eTimepickerToggle","M3eTimepickerToggleElement"],"mappings":";;;;;;;;;AAcA;;;;;;;;;;;;AAYG;AACI,MAAMA,aAAa,GAAGC,eAAe,CAAC;AAC3CC,EAAAA,OAAO,EAAE,gBAAgB;AACzBC,EAAAA,YAAY,EAAEC,oBAAoB;AAClCC,EAAAA,KAAK,EAAEC,KAAK;AACZC,EAAAA,MAAM,EAAE;AACNC,IAAAA,QAAQ,EAAE,QAAQ;AAClBC,IAAAA,cAAc,EAAE,cAAc;AAC9BC,IAAAA,QAAQ,EAAE;AACX;AACF,CAAA;;AC9BD;;;;;;;;;;;;AAYG;AACI,MAAMC,iBAAiB,GAAGV,eAAe,CAAC;AAC/CC,EAAAA,OAAO,EAAE,qBAAqB;AAC9BC,EAAAA,YAAY,EAAES,wBAAwB;AACtCP,EAAAA,KAAK,EAAEC,KAAK;AACZC,EAAAA,MAAM,EAAE;AACNC,IAAAA,QAAQ,EAAE,QAAQ;AAClBK,IAAAA,YAAY,EAAE;AACf;AACF,CAAA;;ACrBD;;;;;;;;;;;;AAYG;AACI,MAAMC,kBAAkB,GAAGb,eAAe,CAAC;AAChDC,EAAAA,OAAO,EAAE,sBAAsB;AAC/BC,EAAAA,YAAY,EAAEY,yBAAyB;AACvCV,EAAAA,KAAK,EAAEC,KAAK;AACZC,EAAAA,MAAM,EAAE;AACNC,IAAAA,QAAQ,EAAE,QAAQ;AAClBK,IAAAA,YAAY,EAAE;AACf;AACF,CAAA;;ACrBD;;;;;;;;;;;;AAYG;AACI,MAAMG,mBAAmB,GAAGf,eAAe,CAAC;AACjDC,EAAAA,OAAO,EAAE,uBAAuB;AAChCC,EAAAA,YAAY,EAAEc,0BAA0B;AACxCZ,EAAAA,KAAK,EAAEC;AACR,CAAA;;;;"}
@@ -0,0 +1,7 @@
1
+ /**
2
+ * @license MIT
3
+ * Copyright (c) 2025–2026 matraic
4
+ * See LICENSE file in the project root for full license text.
5
+ */
6
+ import e from"react";import{createComponent as t}from"@lit/react";import{M3eTimepickerElement as a,M3eTimepickerDialElement as n,M3eTimepickerInputElement as g,M3eTimepickerToggleElement as m}from"@m3e/web/timepicker";const i=t({tagName:"m3e-timepicker",elementClass:a,react:e,events:{onChange:"change",onBeforeToggle:"beforetoggle",onToggle:"toggle"}}),o=t({tagName:"m3e-timepicker-dial",elementClass:n,react:e,events:{onChange:"change",OnViewChange:"view-change"}}),r=t({tagName:"m3e-timepicker-input",elementClass:g,react:e,events:{onChange:"change",OnViewChange:"view-change"}}),c=t({tagName:"m3e-timepicker-toggle",elementClass:m,react:e});export{i as M3eTimepicker,o as M3eTimepickerDial,r as M3eTimepickerInput,c as M3eTimepickerToggle};
7
+ //# sourceMappingURL=timepicker.min.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"timepicker.min.js","sources":["../../src/timepicker/Timepicker.ts","../../src/timepicker/TimepickerDial.ts","../../src/timepicker/TimepickerInput.ts","../../src/timepicker/TimepickerToggle.ts"],"sourcesContent":["import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eTimepickerElement } from \"@m3e/web/timepicker\";\r\nexport type {\r\n M3eTimepickerElement,\r\n TimepickerFormat,\r\n TimepickerMode,\r\n TimepickerOrientation,\r\n TimepickerPeriod,\r\n TimepickerView,\r\n TimepickerVariant,\r\n} from \"@m3e/web/timepicker\";\r\n\r\n/**\r\n * React binding for the `m3e-timepicker` Web Component from `@m3e/web/timepicker`.\r\n *\r\n * This component renders the underlying `<m3e-timepicker>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-timepicker>` instance for imperative access.\r\n *\r\n * See the `m3e-timepicker` documentation for full details on behavior,\r\n * styling, accessibility, and supported events.\r\n */\r\nexport const M3eTimepicker = createComponent({\r\n tagName: \"m3e-timepicker\",\r\n elementClass: M3eTimepickerElement,\r\n react: React,\r\n events: {\r\n onChange: \"change\",\r\n onBeforeToggle: \"beforetoggle\",\r\n onToggle: \"toggle\",\r\n },\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eTimepickerDialElement } from \"@m3e/web/timepicker\";\r\nexport type { M3eTimepickerDialElement } from \"@m3e/web/timepicker\";\r\n\r\n/**\r\n * React binding for the `m3e-timepicker-dial` Web Component from `@m3e/web/timepicker`.\r\n *\r\n * This component renders the underlying `<m3e-timepicker-dial>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-timepicker-dial>` instance for imperative access.\r\n *\r\n * See the `m3e-timepicker-dial` documentation for full details on behavior,\r\n * styling, accessibility, and supported events.\r\n */\r\nexport const M3eTimepickerDial = createComponent({\r\n tagName: \"m3e-timepicker-dial\",\r\n elementClass: M3eTimepickerDialElement,\r\n react: React,\r\n events: {\r\n onChange: \"change\",\r\n OnViewChange: \"view-change\",\r\n },\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eTimepickerInputElement } from \"@m3e/web/timepicker\";\r\nexport type { M3eTimepickerInputElement } from \"@m3e/web/timepicker\";\r\n\r\n/**\r\n * React binding for the `m3e-timepicker-input` Web Component from `@m3e/web/timepicker`.\r\n *\r\n * This component renders the underlying `<m3e-timepicker-input>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-timepicker-input>` instance for imperative access.\r\n *\r\n * See the `m3e-timepicker-input` documentation for full details on behavior,\r\n * styling, accessibility, and supported events.\r\n */\r\nexport const M3eTimepickerInput = createComponent({\r\n tagName: \"m3e-timepicker-input\",\r\n elementClass: M3eTimepickerInputElement,\r\n react: React,\r\n events: {\r\n onChange: \"change\",\r\n OnViewChange: \"view-change\",\r\n },\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eTimepickerToggleElement } from \"@m3e/web/timepicker\";\r\nexport type { M3eTimepickerToggleElement } from \"@m3e/web/timepicker\";\r\n\r\n/**\r\n * React binding for the `m3e-timepicker-toggle` Web Component from `@m3e/web/timepicker`.\r\n *\r\n * This component renders the underlying `<m3e-timepicker-toggle>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-timepicker-toggle>` instance for imperative access.\r\n *\r\n * See the `m3e-timepicker-toggle` for full details on behavior,\r\n * styling, accessibility, and supported events.\r\n */\r\nexport const M3eTimepickerToggle = createComponent({\r\n tagName: \"m3e-timepicker-toggle\",\r\n elementClass: M3eTimepickerToggleElement,\r\n react: React,\r\n});\r\n"],"names":["M3eTimepicker","createComponent","tagName","elementClass","M3eTimepickerElement","react","React","events","onChange","onBeforeToggle","onToggle","M3eTimepickerDial","M3eTimepickerDialElement","OnViewChange","M3eTimepickerInput","M3eTimepickerInputElement","M3eTimepickerToggle","M3eTimepickerToggleElement"],"mappings":";;;;;0NA2BO,MAAMA,EAAgBC,EAAgB,CAC3CC,QAAS,iBACTC,aAAcC,EACdC,MAAOC,EACPC,OAAQ,CACNC,SAAU,SACVC,eAAgB,eAChBC,SAAU,YCfDC,EAAoBV,EAAgB,CAC/CC,QAAS,sBACTC,aAAcS,EACdP,MAAOC,EACPC,OAAQ,CACNC,SAAU,SACVK,aAAc,iBCNLC,EAAqBb,EAAgB,CAChDC,QAAS,uBACTC,aAAcY,EACdV,MAAOC,EACPC,OAAQ,CACNC,SAAU,SACVK,aAAc,iBCNLG,EAAsBf,EAAgB,CACjDC,QAAS,wBACTC,aAAcc,EACdZ,MAAOC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@m3e/react",
3
- "version": "2.5.15",
3
+ "version": "2.6.0",
4
4
  "description": "React bindings for M3E Web Components",
5
5
  "author": "matraic <matraic@yahoo.com>",
6
6
  "license": "MIT",
@@ -215,6 +215,10 @@
215
215
  "types": "./dist/src/theme/index.d.ts",
216
216
  "default": "./dist/theme.js"
217
217
  },
218
+ "./timepicker": {
219
+ "types": "./dist/src/timepicker/index.d.ts",
220
+ "default": "./dist/timepicker.js"
221
+ },
218
222
  "./toc": {
219
223
  "types": "./dist/src/toc/index.d.ts",
220
224
  "default": "./dist/toc.js"
@@ -244,7 +248,7 @@
244
248
  },
245
249
  "peerDependencies": {
246
250
  "@lit/react": "^1.0.8",
247
- "@m3e/web": "^2.5.15",
251
+ "@m3e/web": "^2.6.0",
248
252
  "lit": "^3.3.0",
249
253
  "react": ">=18"
250
254
  }