@mcp-b/web-components 0.2.6 → 0.2.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.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-6M6wfa8L.js";
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";
@@ -13673,6 +13673,20 @@ declare module "react" {
13673
13673
  export interface CSSProperties extends CustomCssProperties {}
13674
13674
  }
13675
13675
 
13676
+ declare module "react/jsx-runtime" {
13677
+ namespace JSX {
13678
+ interface IntrinsicElements extends CustomElements {}
13679
+ }
13680
+ export interface CSSProperties extends CustomCssProperties {}
13681
+ }
13682
+
13683
+ declare module "react/jsx-dev-runtime" {
13684
+ namespace JSX {
13685
+ interface IntrinsicElements extends CustomElements {}
13686
+ }
13687
+ export interface CSSProperties extends CustomCssProperties {}
13688
+ }
13689
+
13676
13690
  declare module "preact" {
13677
13691
  namespace JSX {
13678
13692
  interface IntrinsicElements extends CustomElements {}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mcp-b/web-components",
3
- "version": "0.2.6",
3
+ "version": "0.2.7",
4
4
  "description": "Sigvelo SaaS web components built with Lit.",
5
5
  "keywords": [
6
6
  "custom-elements",
@@ -35,35 +35,35 @@
35
35
  },
36
36
  "dependencies": {
37
37
  "@ctrl/tinycolor": "^4.2.0",
38
- "@floating-ui/dom": "^1.7.6",
39
- "lit": "^3.3.2",
40
- "lit-html": "^3.3.2",
41
- "@mcp-b/wc-support": "0.2.3"
38
+ "@floating-ui/dom": "^1.8.0",
39
+ "lit": "^3.3.3",
40
+ "lit-html": "^3.3.3",
41
+ "@mcp-b/wc-support": "0.2.4"
42
42
  },
43
43
  "devDependencies": {
44
- "@axe-core/playwright": "^4.11.1",
45
- "@custom-elements-manifest/analyzer": "^0.10.4",
46
- "@playwright/test": "~1.61.0",
47
- "@storybook/addon-a11y": "^10.5.2",
48
- "@storybook/addon-docs": "^10.5.2",
49
- "@storybook/addon-vitest": "^10.5.2",
50
- "@storybook/web-components-vite": "10.5.2",
44
+ "@axe-core/playwright": "^4.12.1",
45
+ "@custom-elements-manifest/analyzer": "^0.10.10",
46
+ "@playwright/test": "~1.61.1",
47
+ "@storybook/addon-a11y": "^10.5.7",
48
+ "@storybook/addon-docs": "^10.5.7",
49
+ "@storybook/addon-vitest": "^10.5.7",
50
+ "@storybook/web-components-vite": "10.5.7",
51
51
  "@vitest/browser-playwright": "^4.1.10",
52
52
  "@vitest/coverage-v8": "^4.1.10",
53
- "@wc-toolkit/cem-inheritance": "^1.2.2",
53
+ "@wc-toolkit/cem-inheritance": "^1.2.5",
54
54
  "@wc-toolkit/cem-sorter": "^1.0.1",
55
- "@wc-toolkit/cem-utilities": "^1.5.4",
55
+ "@wc-toolkit/cem-utilities": "^1.6.0",
56
56
  "@wc-toolkit/cem-validator": "^1.3.0",
57
- "@wc-toolkit/jsdoc-tags": "^1.1.0",
58
- "@wc-toolkit/jsx-types": "^1.3.0",
57
+ "@wc-toolkit/jsdoc-tags": "^1.2.1",
58
+ "@wc-toolkit/jsx-types": "^1.7.1",
59
59
  "@wc-toolkit/lazy-loader": "^1.0.1",
60
- "@wc-toolkit/type-parser": "^1.2.0",
61
- "playwright": "~1.61.0",
62
- "storybook": "^10.5.2",
63
- "tinyglobby": "^0.2.15",
60
+ "@wc-toolkit/type-parser": "^1.3.1",
61
+ "playwright": "~1.61.1",
62
+ "storybook": "^10.5.7",
63
+ "tinyglobby": "^0.2.17",
64
64
  "typescript": "^6.0.3",
65
65
  "vite": "npm:@voidzero-dev/vite-plus-core@0.2.4",
66
- "vite-plugin-static-copy": "^3.3.0",
66
+ "vite-plugin-static-copy": "^3.4.0",
67
67
  "vitest": "^4.1.10"
68
68
  },
69
69
  "customElements": "dist/docs/custom-elements.json",