@htmlplus/element 3.4.7 → 3.4.8

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/client.d.ts +1 -1
  2. package/package.json +1 -1
package/dist/client.d.ts CHANGED
@@ -254,7 +254,7 @@ type Config<Namespace extends string, Breakpoints extends string> = {
254
254
  };
255
255
  variants?: {
256
256
  [M in HTMLPlusElements[K]['properties']['variant']]?: {
257
- properties?: Partial<HTMLPlusElements[K]['properties']>;
257
+ properties?: Partial<Omit<HTMLPlusElements[K]['properties'], 'variant'>>;
258
258
  };
259
259
  };
260
260
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@htmlplus/element",
3
- "version": "3.4.7",
3
+ "version": "3.4.8",
4
4
  "description": "A powerful library for building scalable, reusable, fast, tastable and lightweight design system for any web technologies. Powered by Web Component.",
5
5
  "keywords": [
6
6
  "components",