@wface/pixel-ui 0.3.7 → 0.3.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.
@@ -1,9 +1,7 @@
1
1
  import { type IConfiguration } from 'wface';
2
- import React from "react";
3
2
  interface Props {
4
3
  config: IConfiguration;
5
4
  settings?: any;
6
- children: React.ReactNode;
7
5
  }
8
6
  declare const Pixel: {
9
7
  (props: Props): import("react/jsx-runtime").JSX.Element;
@@ -1 +1 @@
1
- {"version":3,"file":"Pixel.d.ts","sourceRoot":"","sources":["../../src/providers/Pixel.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,cAAc,EAAS,MAAM,OAAO,CAAC;AAGnD,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,UAAU,KAAK;IACb,MAAM,EAAE,cAAc,CAAC;IACvB,QAAQ,CAAC,EAAE,GAAG,CAAC;IACf,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAA;CAC1B;AAED,QAAA,MAAM,KAAK;YAAW,KAAK;;CAW1B,CAAC;AAGF,eAAe,KAAK,CAAC"}
1
+ {"version":3,"file":"Pixel.d.ts","sourceRoot":"","sources":["../../src/providers/Pixel.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,cAAc,EAAS,MAAM,OAAO,CAAC;AAInD,UAAU,KAAK;IACb,MAAM,EAAE,cAAc,CAAC;IACvB,QAAQ,CAAC,EAAE,GAAG,CAAC;CAChB;AAED,QAAA,MAAM,KAAK;YAAW,KAAK;;CAU1B,CAAC;AAGF,eAAe,KAAK,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wface/pixel-ui",
3
- "version": "0.3.7",
3
+ "version": "0.3.8",
4
4
  "type": "module",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.mjs",