next-ui-lib 0.1.31 → 0.1.33
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/components/graphBar/graphBar.d.ts +11 -0
- package/dist/components/graphBar/graphBar.d.ts.map +1 -0
- package/dist/components/graphBar/graphBar.stories.d.ts +7 -0
- package/dist/components/graphBar/graphBar.stories.d.ts.map +1 -0
- package/dist/components/graphBar/index.d.ts +2 -0
- package/dist/components/graphBar/index.d.ts.map +1 -0
- package/dist/styles.css +1 -1
- package/dist/ui.cjs.js +2 -2
- package/dist/ui.es.js +3 -3
- package/dist/ui.umd.js +2 -2
- package/package.json +2 -1
package/dist/ui.es.js
CHANGED
|
@@ -5904,7 +5904,7 @@ const Cn = ({
|
|
|
5904
5904
|
className: `
|
|
5905
5905
|
w-full max-w-full sm:max-w-md md:max-w-lg lg:max-w-xl
|
|
5906
5906
|
border-2 border-b-4 border-gray-200 border-opacity-80
|
|
5907
|
-
px-4 sm:px-6 py-4 sm:py-6 rounded-xl
|
|
5907
|
+
px-4 sm:px-6 py-4 sm:py-6 rounded-xl
|
|
5908
5908
|
flex flex-col relative
|
|
5909
5909
|
${s}
|
|
5910
5910
|
`,
|
|
@@ -5936,7 +5936,7 @@ const Cn = ({
|
|
|
5936
5936
|
}
|
|
5937
5937
|
)
|
|
5938
5938
|
] }),
|
|
5939
|
-
n && /* @__PURE__ */ w(_n, { className: "flex flex-col gap-4 font-regular
|
|
5939
|
+
n && /* @__PURE__ */ w(_n, { className: "flex flex-col gap-4 font-regular h-full", children: n }),
|
|
5940
5940
|
f && d === "bottom-right" && /* @__PURE__ */ w(xn, { className: "flex justify-end pt-2", children: /* @__PURE__ */ w(
|
|
5941
5941
|
si,
|
|
5942
5942
|
{
|
|
@@ -6150,7 +6150,7 @@ const Cn = ({
|
|
|
6150
6150
|
buttonColor: n,
|
|
6151
6151
|
buttonLabel: a,
|
|
6152
6152
|
buttonSize: "small",
|
|
6153
|
-
children: /* @__PURE__ */ w("section", { className: "flex flex-col space-y-2
|
|
6153
|
+
children: /* @__PURE__ */ w("section", { className: "flex flex-col space-y-2", children: i ? [...Array(10)].map((s, f) => /* @__PURE__ */ P(
|
|
6154
6154
|
"article",
|
|
6155
6155
|
{
|
|
6156
6156
|
className: "flex w-full rounded-md h-1/3 space-x-2 animate-pulse",
|