@adminide-stack/yantra-help-browser 12.0.16-alpha.22 → 12.0.16-alpha.24
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.
|
@@ -241,9 +241,9 @@ import {jsxs,jsx}from'react/jsx-runtime';import {useState,useRef,useEffect}from'
|
|
|
241
241
|
return jsxs("div", {
|
|
242
242
|
className: "min-h-screen bg-background text-foreground mt-20",
|
|
243
243
|
children: [jsx("aside", {
|
|
244
|
-
className: "hidden lg:block fixed left-0 top-20 h-
|
|
244
|
+
className: "hidden lg:block fixed left-0 top-20 h-[calc(100vh-5rem)] w-64 z-10",
|
|
245
245
|
children: jsxs("div", {
|
|
246
|
-
className: "flex flex-col h-
|
|
246
|
+
className: "flex flex-col h-full w-64 border-r border-gray-200 dark:border-gray-800 bg-background text-foreground",
|
|
247
247
|
children: [jsx("div", {
|
|
248
248
|
className: "sticky top-0 z-20 p-4 pb-0 bg-background text-foreground ",
|
|
249
249
|
children: jsx("div", {
|
|
@@ -297,7 +297,7 @@ import {jsxs,jsx}from'react/jsx-runtime';import {useState,useRef,useEffect}from'
|
|
|
297
297
|
})]
|
|
298
298
|
})
|
|
299
299
|
}), jsx("main", {
|
|
300
|
-
className: "lg:pl-64 flex flex-col
|
|
300
|
+
className: "lg:pl-64 flex flex-col flex-1",
|
|
301
301
|
children: jsx("div", {
|
|
302
302
|
className: "flex-1 flex",
|
|
303
303
|
children: jsx("div", {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adminide-stack/yantra-help-browser",
|
|
3
|
-
"version": "12.0.16-alpha.
|
|
3
|
+
"version": "12.0.16-alpha.24",
|
|
4
4
|
"description": "Sample core for higher packages to depend on",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"author": "Yantra App",
|
|
@@ -71,5 +71,5 @@
|
|
|
71
71
|
"typescript": {
|
|
72
72
|
"definition": "lib/index.d.ts"
|
|
73
73
|
},
|
|
74
|
-
"gitHead": "
|
|
74
|
+
"gitHead": "4d84a3fd3b24853b1220a0f9f8e03ca4a8d7f6d3"
|
|
75
75
|
}
|