@sunggang/ui-lib 0.1.0 → 0.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/index.esm.js +1 -1
- package/package.json +1 -1
- package/src/lib/Sidebar/index.d.ts +1 -1
package/index.esm.js
CHANGED
|
@@ -15130,7 +15130,7 @@ var Sidebar = function(param) {
|
|
|
15130
15130
|
var _useState = _sliced_to_array(useState(true), 1), isClient = _useState[0];
|
|
15131
15131
|
return isClient && /*#__PURE__*/ jsx("aside", {
|
|
15132
15132
|
className: [
|
|
15133
|
-
"h-screen justify-center hidden lg:flex",
|
|
15133
|
+
"w-64 h-screen justify-center hidden lg:flex",
|
|
15134
15134
|
className
|
|
15135
15135
|
].join(" "),
|
|
15136
15136
|
children: /*#__PURE__*/ jsx("div", {
|
package/package.json
CHANGED