next-ui-lib 0.1.24 → 0.1.25
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/ui.cjs.js +2 -2
- package/dist/ui.es.js +4 -5
- package/dist/ui.umd.js +2 -2
- package/package.json +1 -1
package/dist/ui.es.js
CHANGED
|
@@ -3070,8 +3070,7 @@ const ba = ({
|
|
|
3070
3070
|
className: `w-12 h-12 rounded-lg animate-pulse ${n}`,
|
|
3071
3071
|
style: {
|
|
3072
3072
|
backgroundColor: "#F1F1F1",
|
|
3073
|
-
boxShadow: "0 4px 0 #
|
|
3074
|
-
// slightly darker shadow for depth
|
|
3073
|
+
boxShadow: "0 4px 0 #e2e2e2"
|
|
3075
3074
|
}
|
|
3076
3075
|
}
|
|
3077
3076
|
) : /* @__PURE__ */ p(
|
|
@@ -5960,7 +5959,7 @@ const nf = ({
|
|
|
5960
5959
|
showPercentage: f = !1,
|
|
5961
5960
|
loading: o = !1
|
|
5962
5961
|
}) => {
|
|
5963
|
-
const d = Ve[e], r = /* @__PURE__ */ R("div", { className: "flex w-full items-center
|
|
5962
|
+
const d = Ve[e], r = /* @__PURE__ */ R("div", { className: "flex w-full items-center pt-2", children: [
|
|
5964
5963
|
/* @__PURE__ */ p(
|
|
5965
5964
|
Je,
|
|
5966
5965
|
{
|
|
@@ -6107,7 +6106,7 @@ const nf = ({
|
|
|
6107
6106
|
records: n = {},
|
|
6108
6107
|
emojiId: a = "pancakes",
|
|
6109
6108
|
loading: s = !1
|
|
6110
|
-
}) => /* @__PURE__ */ R("div", { className: "flex w-full rounded-lg
|
|
6109
|
+
}) => /* @__PURE__ */ R("div", { className: "flex w-full rounded-lg pt-2", children: [
|
|
6111
6110
|
/* @__PURE__ */ p(
|
|
6112
6111
|
Je,
|
|
6113
6112
|
{
|
|
@@ -6122,7 +6121,7 @@ const nf = ({
|
|
|
6122
6121
|
s ? /* @__PURE__ */ p(
|
|
6123
6122
|
"p",
|
|
6124
6123
|
{
|
|
6125
|
-
className: "h-4 w-16
|
|
6124
|
+
className: "h-4 w-16 mt-1 rounded-sm",
|
|
6126
6125
|
style: {
|
|
6127
6126
|
backgroundColor: "#F1F1F1",
|
|
6128
6127
|
border: "1px solid #e9e9e9"
|