@mcp-b/web-components 0.2.16 → 0.2.18
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.
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as SigveloDate } from "../../date-
|
|
1
|
+
import { t as SigveloDate } from "../../date-DtaTBM71.js";
|
|
2
2
|
export { SigveloDate };
|
|
@@ -25,7 +25,7 @@ import { t as SigveloColorInput } from "../color-input-Bky89xg_.js";
|
|
|
25
25
|
import { n as SigveloCombobox, t as SigveloComboboxItem } from "../combobox-item-D2H1CMxC.js";
|
|
26
26
|
import { t as SigveloComparison } from "../comparison-B1-nMwmp.js";
|
|
27
27
|
import { a as SigveloDataTable, i as DataTableSelection, n as DataTablePrimitive, o as SigveloRowSelectEvent, r as DataTableRow, t as DataTableColumn } from "../data-table-DL5RhE0d.js";
|
|
28
|
-
import { t as SigveloDate } from "../date-
|
|
28
|
+
import { t as SigveloDate } from "../date-DtaTBM71.js";
|
|
29
29
|
import { t as SigveloDialog } from "../dialog-N-v0woIy.js";
|
|
30
30
|
import { t as SigveloDivider } from "../divider-DWuAxcXv.js";
|
|
31
31
|
import { t as SigveloDropdownItem } from "../dropdown-item-_lIs-Tfd.js";
|
|
@@ -131,7 +131,7 @@ declare class SigveloDate extends SigveloElement {
|
|
|
131
131
|
timeZoneName: "long" | "short" | "shortOffset" | "longOffset" | "shortGeneric" | "longGeneric";
|
|
132
132
|
/** The format matching algorithm to use. */
|
|
133
133
|
formatMatcher: "basic" | "best-fit";
|
|
134
|
-
render():
|
|
134
|
+
render(): import("lit-html").TemplateResult<1> | "";
|
|
135
135
|
}
|
|
136
136
|
declare global {
|
|
137
137
|
interface HTMLElementTagNameMap {
|
|
@@ -29682,7 +29682,7 @@
|
|
|
29682
29682
|
"package": {
|
|
29683
29683
|
"name": "@mcp-b/web-components",
|
|
29684
29684
|
"description": "Sigvelo SaaS web components built with Lit.",
|
|
29685
|
-
"version": "0.2.
|
|
29685
|
+
"version": "0.2.18",
|
|
29686
29686
|
"license": "MIT"
|
|
29687
29687
|
}
|
|
29688
29688
|
}
|
package/dist/index.d.ts
CHANGED
|
@@ -25,7 +25,7 @@ import { t as SigveloColorInput } from "./color-input-Bky89xg_.js";
|
|
|
25
25
|
import { n as SigveloCombobox, t as SigveloComboboxItem } from "./combobox-item-D2H1CMxC.js";
|
|
26
26
|
import { t as SigveloComparison } from "./comparison-B1-nMwmp.js";
|
|
27
27
|
import { a as SigveloDataTable, i as DataTableSelection, n as DataTablePrimitive, o as SigveloRowSelectEvent, r as DataTableRow, t as DataTableColumn } from "./data-table-DL5RhE0d.js";
|
|
28
|
-
import { t as SigveloDate } from "./date-
|
|
28
|
+
import { t as SigveloDate } from "./date-DtaTBM71.js";
|
|
29
29
|
import { t as SigveloDialog } from "./dialog-N-v0woIy.js";
|
|
30
30
|
import { t as SigveloDivider } from "./divider-DWuAxcXv.js";
|
|
31
31
|
import { t as SigveloDropdownItem } from "./dropdown-item-_lIs-Tfd.js";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mcp-b/web-components",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.18",
|
|
4
4
|
"description": "Sigvelo SaaS web components built with Lit.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"custom-elements",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"@floating-ui/dom": "^1.8.0",
|
|
39
39
|
"lit": "^3.3.3",
|
|
40
40
|
"lit-html": "^3.3.3",
|
|
41
|
-
"@mcp-b/wc-support": "0.2.
|
|
41
|
+
"@mcp-b/wc-support": "0.2.15"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"@axe-core/playwright": "^4.12.1",
|