osocna-react-tailwind 0.1.29 → 0.1.31

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.
Files changed (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -81,7 +81,7 @@ const Yt = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAArwAAAVsCAYAAADaI07iAA
81
81
  color: "#9e0054",
82
82
  textAlign: "center"
83
83
  },
84
- children: e?.firstname || ""
84
+ children: e?.firstname || e.name
85
85
  }
86
86
  ),
87
87
  /* @__PURE__ */ G(
@@ -136,7 +136,7 @@ const Yt = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAArwAAAVsCAYAAADaI07iAA
136
136
  fontWeight: "100",
137
137
  letterSpacing: "-1px",
138
138
  textTransform: "uppercase",
139
- color: "#9e0054",
139
+ color: "white",
140
140
  textAlign: "center"
141
141
  },
142
142
  children: e?.membership?.credential?.number
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "osocna-react-tailwind",
3
- "version": "0.1.29",
3
+ "version": "0.1.31",
4
4
  "description": "A React component library built with Tailwind CSS v4",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",