element-vir 25.7.3 → 25.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/package.json +9 -8
package/dist/index.d.ts
CHANGED
|
@@ -25,6 +25,7 @@ export * from './declarative-element/properties/css-vars.js';
|
|
|
25
25
|
export * from './declarative-element/properties/element-events.js';
|
|
26
26
|
export * from './declarative-element/properties/element-properties.js';
|
|
27
27
|
export * from './declarative-element/properties/host-classes.js';
|
|
28
|
+
export * from './declarative-element/properties/property-proxy.js';
|
|
28
29
|
export * from './declarative-element/properties/styles.js';
|
|
29
30
|
export * from './declarative-element/properties/tag-name.js';
|
|
30
31
|
export * from './declarative-element/render-callback.js';
|
package/dist/index.js
CHANGED
|
@@ -25,6 +25,7 @@ export * from './declarative-element/properties/css-vars.js';
|
|
|
25
25
|
export * from './declarative-element/properties/element-events.js';
|
|
26
26
|
export * from './declarative-element/properties/element-properties.js';
|
|
27
27
|
export * from './declarative-element/properties/host-classes.js';
|
|
28
|
+
export * from './declarative-element/properties/property-proxy.js';
|
|
28
29
|
export * from './declarative-element/properties/styles.js';
|
|
29
30
|
export * from './declarative-element/properties/tag-name.js';
|
|
30
31
|
export * from './declarative-element/render-callback.js';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "element-vir",
|
|
3
|
-
"version": "25.
|
|
3
|
+
"version": "25.9.0",
|
|
4
4
|
"keywords": [
|
|
5
5
|
"custom",
|
|
6
6
|
"web",
|
|
@@ -25,6 +25,7 @@
|
|
|
25
25
|
"name": "electrovir",
|
|
26
26
|
"url": "https://github.com/electrovir"
|
|
27
27
|
},
|
|
28
|
+
"sideEffects": false,
|
|
28
29
|
"type": "module",
|
|
29
30
|
"main": "dist/index.js",
|
|
30
31
|
"module": "dist/index.js",
|
|
@@ -38,29 +39,29 @@
|
|
|
38
39
|
"test:docs": "virmator docs check"
|
|
39
40
|
},
|
|
40
41
|
"dependencies": {
|
|
41
|
-
"@augment-vir/assert": "^31.
|
|
42
|
-
"@augment-vir/common": "^31.
|
|
42
|
+
"@augment-vir/assert": "^31.21.0",
|
|
43
|
+
"@augment-vir/common": "^31.21.0",
|
|
43
44
|
"date-vir": "^7.3.1",
|
|
44
45
|
"lit": "^3.3.0",
|
|
45
46
|
"lit-css-vars": "^3.0.11",
|
|
46
47
|
"lit-html": "^3.3.0",
|
|
47
|
-
"object-shape-tester": "^5.1.
|
|
48
|
+
"object-shape-tester": "^5.1.6",
|
|
48
49
|
"observavir": "^2.0.5",
|
|
49
50
|
"typed-event-target": "^4.1.0"
|
|
50
51
|
},
|
|
51
52
|
"devDependencies": {
|
|
52
|
-
"@augment-vir/test": "^31.
|
|
53
|
-
"@augment-vir/web": "^31.
|
|
53
|
+
"@augment-vir/test": "^31.21.0",
|
|
54
|
+
"@augment-vir/web": "^31.21.0",
|
|
54
55
|
"@web/dev-server-esbuild": "^1.0.4",
|
|
55
56
|
"@web/test-runner": "^0.20.2",
|
|
56
57
|
"@web/test-runner-commands": "^0.9.0",
|
|
57
58
|
"@web/test-runner-playwright": "^0.11.0",
|
|
58
59
|
"@web/test-runner-visual-regression": "^0.10.0",
|
|
59
|
-
"html-spec-tags": "^2.2.
|
|
60
|
+
"html-spec-tags": "^2.2.3",
|
|
60
61
|
"istanbul-smart-text-reporter": "^1.1.5",
|
|
61
62
|
"markdown-code-example-inserter": "^3.0.3",
|
|
62
63
|
"type-fest": "^4.41.0",
|
|
63
|
-
"typedoc": "^0.28.
|
|
64
|
+
"typedoc": "^0.28.5",
|
|
64
65
|
"typescript": "5.8.3",
|
|
65
66
|
"vite": "^6.3.5",
|
|
66
67
|
"vite-tsconfig-paths": "^5.1.4"
|