@wface/pixel-ui 0.3.6 → 0.3.7
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.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +5 -2
- package/dist/index.mjs.map +1 -1
- package/dist/providers/Pixel.d.ts +2 -0
- package/dist/providers/Pixel.d.ts.map +1 -1
- package/dist/styles.css +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -237,8 +237,11 @@ function N9() {
|
|
|
237
237
|
return A;
|
|
238
238
|
}
|
|
239
239
|
const fo = (A) => {
|
|
240
|
-
const { config: g } = A;
|
|
241
|
-
return /* @__PURE__ */ l(qr, { children: /* @__PURE__ */
|
|
240
|
+
const { config: g, children: C } = A;
|
|
241
|
+
return /* @__PURE__ */ l(qr, { children: /* @__PURE__ */ N(uo, { children: [
|
|
242
|
+
/* @__PURE__ */ l(Xr, { configuration: g }),
|
|
243
|
+
C
|
|
244
|
+
] }) });
|
|
242
245
|
};
|
|
243
246
|
fo.displayName = "Pixel";
|
|
244
247
|
const po = "_alert_1scdn_1", ho = "_wrapper_1scdn_5", vo = "_icon_1scdn_11", bo = "_content_1scdn_18", mo = "_success_1scdn_23", wo = "_bold_1scdn_29", Do = "_warning_1scdn_35", yo = "_info_1scdn_47", So = "_danger_1scdn_59", Jg = {
|