@constela/runtime 5.0.3 → 5.0.4

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 (2) hide show
  1. package/dist/index.js +25 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -14088,6 +14088,31 @@ var SVG_TAGS = /* @__PURE__ */ new Set([
14088
14088
  "marker",
14089
14089
  "image",
14090
14090
  "filter",
14091
+ "feBlend",
14092
+ "feColorMatrix",
14093
+ "feComponentTransfer",
14094
+ "feComposite",
14095
+ "feConvolveMatrix",
14096
+ "feDiffuseLighting",
14097
+ "feDisplacementMap",
14098
+ "feDistantLight",
14099
+ "feDropShadow",
14100
+ "feFlood",
14101
+ "feFuncA",
14102
+ "feFuncB",
14103
+ "feFuncG",
14104
+ "feFuncR",
14105
+ "feGaussianBlur",
14106
+ "feImage",
14107
+ "feMerge",
14108
+ "feMergeNode",
14109
+ "feMorphology",
14110
+ "feOffset",
14111
+ "fePointLight",
14112
+ "feSpecularLighting",
14113
+ "feSpotLight",
14114
+ "feTile",
14115
+ "feTurbulence",
14091
14116
  "foreignObject",
14092
14117
  "animate",
14093
14118
  "animateTransform",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@constela/runtime",
3
- "version": "5.0.3",
3
+ "version": "5.0.4",
4
4
  "description": "Runtime DOM renderer for Constela UI framework",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",