next-ui-lib 0.1.32 → 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/ui.cjs.js +1 -1
- package/dist/ui.es.js +1 -1
- package/dist/ui.umd.js +1 -1
- package/package.json +1 -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
|
`,
|