@admin-layout/tailwind-design-pro 12.2.4-alpha.30 → 12.2.4-alpha.32

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,SearchBar as default};//# sourceMappingURL=SearchBar.js.map
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,MainSidebar as default};//# sourceMappingURL=MainSidebar.js.map
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.30",
3
+ "version": "12.2.4-alpha.32",
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.27",
26
- "@admin-layout/tailwind-ui": "12.2.4-alpha.27",
25
+ "@admin-layout/client": "12.2.4-alpha.32",
26
+ "@admin-layout/tailwind-ui": "12.2.4-alpha.32",
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.2.1-alpha.81",
33
+ "@adminide-stack/extension-api": "13.4.1-alpha.294",
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": "72a2cbd03b516fae7d665ddd51a75a5fd5a4eb73"
58
+ "gitHead": "b8a9fdff9ee70791978e203246c875d39527c742"
59
59
  }