@jasonshimmy/custom-elements-runtime 2.2.2 → 2.2.3

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.
@@ -53,7 +53,7 @@ export declare function processBindDirective(value: unknown, props: PropsMap, at
53
53
  * @returns
54
54
  */
55
55
  export declare function processShowDirective(value: unknown, attrs: Record<string, unknown>, context?: Record<string, unknown>): void;
56
- export declare function processClassDirective(value: unknown, attrs: Record<string, unknown>, context?: Record<string, unknown>): void;
56
+ export declare function processClassDirective(value: unknown, attrs: Record<string, unknown>, context?: Record<string, unknown>, originalVnodeAttrs?: Record<string, unknown>): void;
57
57
  /**
58
58
  * Process :style directive for dynamic inline styles
59
59
  * @param value
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@jasonshimmy/custom-elements-runtime",
3
3
  "description": "A powerful, modern, and lightweight runtime for creating reactive web components with TypeScript",
4
- "version": "2.2.2",
4
+ "version": "2.2.3",
5
5
  "type": "module",
6
6
  "keywords": [
7
7
  "web-components",