@retinalabsllc/zairusjs 17.1.0 → 17.1.2

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.js CHANGED
@@ -2922,8 +2922,8 @@ var AppBento2 = ({ tagline, headline, features }) => {
2922
2922
  return "bg-neutral-200";
2923
2923
  };
2924
2924
  const textColor = isBlack ? "text-white" : "text-black";
2925
- const subTextColor = isBlack ? "text-neutral-300" : "text-neutral-600";
2926
- const labelColor = isBlack ? "text-neutral-400" : "text-neutral-500";
2925
+ const subTextColor = isBlack ? "text-white/90" : "text-neutral-600";
2926
+ const labelColor = isBlack ? "text-white/70" : "text-neutral-500";
2927
2927
  return /* @__PURE__ */ import_react46.default.createElement(
2928
2928
  "div",
2929
2929
  {
package/dist/index.mjs CHANGED
@@ -2915,8 +2915,8 @@ var AppBento2 = ({ tagline, headline, features }) => {
2915
2915
  return "bg-neutral-200";
2916
2916
  };
2917
2917
  const textColor = isBlack ? "text-white" : "text-black";
2918
- const subTextColor = isBlack ? "text-neutral-300" : "text-neutral-600";
2919
- const labelColor = isBlack ? "text-neutral-400" : "text-neutral-500";
2918
+ const subTextColor = isBlack ? "text-white/90" : "text-neutral-600";
2919
+ const labelColor = isBlack ? "text-white/70" : "text-neutral-500";
2920
2920
  return /* @__PURE__ */ React27.createElement(
2921
2921
  "div",
2922
2922
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@retinalabsllc/zairusjs",
3
- "version": "17.1.0",
3
+ "version": "17.1.2",
4
4
  "description": "A perceptive, Ai data driven Next.js UI component library.",
5
5
  "author": "Retina Labs Company",
6
6
  "license": "MIT",