@admin-layout/tailwind-design-pro 12.2.4-alpha.30 → 12.2.4-alpha.31
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.
|
@@ -106,4 +106,4 @@ const SearchBar = ({
|
|
|
106
106
|
}, result.type)), result.description && React__default.createElement("span", {
|
|
107
107
|
className: "block text-sm text-muted-foreground truncate"
|
|
108
108
|
}, result.description))))));
|
|
109
|
-
};export{SearchBar
|
|
109
|
+
};export{SearchBar};//# sourceMappingURL=SearchBar.js.map
|
|
@@ -222,4 +222,4 @@ import {getMenuSeparation}from'@admin-layout/client';import React__default,{useE
|
|
|
222
222
|
collapsed: collapsed,
|
|
223
223
|
routeParams: routeParams
|
|
224
224
|
}))));
|
|
225
|
-
};export{MainSidebar
|
|
225
|
+
};export{MainSidebar};//# sourceMappingURL=MainSidebar.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@admin-layout/tailwind-design-pro",
|
|
3
|
-
"version": "12.2.4-alpha.
|
|
3
|
+
"version": "12.2.4-alpha.31",
|
|
4
4
|
"description": "Sample core for higher packages to depend on",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"author": "CDMBase LLC",
|
|
@@ -22,15 +22,15 @@
|
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"@admin-layout/assets": "12.2.4-alpha.27",
|
|
25
|
-
"@admin-layout/client": "12.2.4-alpha.
|
|
26
|
-
"@admin-layout/tailwind-ui": "12.2.4-alpha.
|
|
25
|
+
"@admin-layout/client": "12.2.4-alpha.31",
|
|
26
|
+
"@admin-layout/tailwind-ui": "12.2.4-alpha.31",
|
|
27
27
|
"path-to-regexp": "^8.0.0",
|
|
28
28
|
"react-favicon": "^0.0.23",
|
|
29
29
|
"react-intl": "^6.1.1",
|
|
30
30
|
"react-responsive": "^10.0.0"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
|
-
"@adminide-stack/extension-api": "13.
|
|
33
|
+
"@adminide-stack/extension-api": "13.4.1-alpha.277",
|
|
34
34
|
"@tailwindcss/aspect-ratio": "^0.4.2",
|
|
35
35
|
"@tailwindcss/forms": "^0.5.4",
|
|
36
36
|
"@tailwindcss/typography": "^0.5.9",
|
|
@@ -55,5 +55,5 @@
|
|
|
55
55
|
"typescript": {
|
|
56
56
|
"definition": "lib/index.d.ts"
|
|
57
57
|
},
|
|
58
|
-
"gitHead": "
|
|
58
|
+
"gitHead": "270b2d8820c7596c30dabba52a059a607d58190c"
|
|
59
59
|
}
|