@admin-layout/tailwind-design-pro 12.2.4-alpha.14 → 12.2.4-alpha.16

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};//# sourceMappingURL=SearchBar.js.map
109
+ };export{SearchBar,SearchBar as default};//# sourceMappingURL=SearchBar.js.map
@@ -223,4 +223,4 @@ import {getMenuSeparation}from'@admin-layout/client';import React__default,{useE
223
223
  collapsed: collapsed,
224
224
  routeParams: routeParams
225
225
  }))));
226
- };export{MainSidebar};//# sourceMappingURL=MainSidebar.js.map
226
+ };export{MainSidebar,MainSidebar as default};//# 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.14",
3
+ "version": "12.2.4-alpha.16",
4
4
  "description": "Sample core for higher packages to depend on",
5
5
  "license": "ISC",
6
6
  "author": "CDMBase LLC",
@@ -23,7 +23,7 @@
23
23
  "dependencies": {
24
24
  "@admin-layout/assets": "12.2.4-alpha.6",
25
25
  "@admin-layout/client": "12.2.4-alpha.12",
26
- "@admin-layout/tailwind-ui": "12.2.4-alpha.12",
26
+ "@admin-layout/tailwind-ui": "12.2.4-alpha.16",
27
27
  "react-favicon": "^0.0.23",
28
28
  "react-intl": "^6.1.1",
29
29
  "react-responsive": "^10.0.0"
@@ -54,5 +54,5 @@
54
54
  "typescript": {
55
55
  "definition": "lib/index.d.ts"
56
56
  },
57
- "gitHead": "ff74f9f67e4c6c868067ebb59b34d700a9d99525"
57
+ "gitHead": "171b0ea9753cac315279fe1dcbb54f3225ad89e4"
58
58
  }