@paciu/ui 0.0.53 → 0.0.55

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,8 +1,7 @@
1
- "use client";
2
1
  import { jsxs as A, jsx as L } from "react/jsx-runtime";
3
2
  import { createContext as $, useState as y, useRef as z, useCallback as w, useMemo as k, useEffect as u, useContext as H } from "react";
4
3
  import { createPortal as I } from "react-dom";
5
- import './provider.css';function O(t) {
4
+ import '../provider-core.css';function O(t) {
6
5
  var r, a, s = "";
7
6
  if (typeof t == "string" || typeof t == "number") s += t;
8
7
  else if (typeof t == "object") if (Array.isArray(t)) {
package/dist/index.es.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import { jsx as a, jsxs as P } from "react/jsx-runtime";
2
2
  import m, { useState as x, useEffect as w, useRef as L } from "react";
3
- import { c as f, s as d, u as S } from "./provider-Kkk4KMCp.js";
4
- import { D as X, a as Z, T as ss } from "./provider-Kkk4KMCp.js";
3
+ import { c as f, s as d, u as S } from "./chunks/provider-core.es.js";
4
+ import { D as X, a as Z, T as ss } from "./chunks/provider-core.es.js";
5
5
  import './index.css';const n = {
6
6
  "paciu-ui-button": "_paciu-ui-button_y249s_14",
7
7
  "size-micro": "_size-micro_y249s_23",
@@ -1,9 +1,10 @@
1
+ "use client";
1
2
  import "react/jsx-runtime";
2
3
  import "react";
3
4
  import "react-dom";
4
- import { P as e, b as u, u as P } from "./provider-Kkk4KMCp.js";
5
+ import { P as a, b as u, u as s } from "./chunks/provider-core.es.js";
5
6
  export {
6
- e as PaciuContext,
7
+ a as PaciuContext,
7
8
  u as PaciuProvider,
8
- P as usePaciuContext
9
+ s as usePaciuContext
9
10
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paciu/ui",
3
- "version": "0.0.53",
3
+ "version": "0.0.55",
4
4
  "type": "module",
5
5
  "main": "./dist/index.umd.js",
6
6
  "module": "./dist/index.es.js",
File without changes