@golemui/core 1.0.0-rc.0 → 1.0.0-rc.1

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/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## 1.0.0-rc.0 (2026-06-09)
2
+
3
+ This was a version bump only for core to align it with other projects, there were no code changes.
4
+
1
5
  ## 0.17.0 (2026-06-08)
2
6
 
3
7
  ### 🚀 Features
package/index.js CHANGED
@@ -905,7 +905,7 @@ l("new", (e) => {
905
905
  const r = d(e?.[0] === "()" ? e[1] : e), t = e?.[0] === "()" ? e[2] : null, n = t ? t[0] === "," ? /* @__PURE__ */ ((o) => (i) => o.map((s) => s(i)))(t.slice(1).map(d)) : /* @__PURE__ */ ((o) => (i) => [o(i)])(d(t)) : () => [];
906
906
  return (o) => new (r(o))(...n(o));
907
907
  });
908
- const tr = Symbol("accessor"), nr = 20, pn = 40, Vr = 41, Rr = 123, Ur = 125, Mr = (e) => (r) => {
908
+ const tr = /* @__PURE__ */ Symbol("accessor"), nr = 20, pn = 40, Vr = 41, Rr = 123, Ur = 125, Mr = (e) => (r) => {
909
909
  if (r) return;
910
910
  H();
911
911
  const t = Z(y.id);
@@ -1046,7 +1046,7 @@ function In(e) {
1046
1046
  }
1047
1047
  return r;
1048
1048
  }
1049
- const ir = Symbol("filterMap.skip");
1049
+ const ir = /* @__PURE__ */ Symbol("filterMap.skip");
1050
1050
  function Br(e, r) {
1051
1051
  const t = [];
1052
1052
  for (let n = 0; n < e.length; n++) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@golemui/core",
3
- "version": "1.0.0-rc.0",
3
+ "version": "1.0.0-rc.1",
4
4
  "type": "module",
5
5
  "main": "./index.umd.cjs",
6
6
  "module": "./index.js",