@admin-layout/demo-tailwind-browser 12.0.16-alpha.85 → 12.0.16-alpha.86

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.
@@ -0,0 +1,3 @@
1
+ export declare const HeaderNoticeComponent: (props: any) => import("react/jsx-runtime").JSX.Element;
2
+ export declare const HeaderNoticeFill: () => import("react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=HeaderNoticeFill.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"HeaderNoticeFill.d.ts","sourceRoot":"","sources":["../../src/fills/HeaderNoticeFill.tsx"],"names":[],"mappings":"AAGA,eAAO,MAAM,qBAAqB,GAAI,UAAK,4CAE1C,CAAC;AAEF,eAAO,MAAM,gBAAgB,+CAQ5B,CAAC"}
@@ -0,0 +1,15 @@
1
+ import {jsx}from'react/jsx-runtime';import {Fill}from'@common-stack/components-pro';import {HEADER_NOTICE_SLOT_FILL_NAME}from'@admin-layout/tailwind-design-pro/lib/components/Layout/slot-fill/HeaderNotice.js';const HeaderNoticeComponent = props => {
2
+ return jsx("div", {
3
+ children: "Header Notice shows here"
4
+ });
5
+ };
6
+ const HeaderNoticeFill = () => {
7
+ return jsx(Fill, {
8
+ name: HEADER_NOTICE_SLOT_FILL_NAME,
9
+ children: props => {
10
+ return jsx(HeaderNoticeComponent, {
11
+ ...props
12
+ });
13
+ }
14
+ });
15
+ };export{HeaderNoticeComponent,HeaderNoticeFill};//# sourceMappingURL=HeaderNoticeFill.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"HeaderNoticeFill.js","sources":["../../src/fills/HeaderNoticeFill.tsx"],"sourcesContent":[null],"names":["_jsx"],"mappings":"iNAGO,MAAM,qBAAqB,GAAG,KAAC,IAAO;AACzC,EAAA,OAAAA;AACJ,IAAE,QAAA,EAAA;AAEF,GAAA,CAAA;;AAIgB,MAAA,gBAAQ,GAAA,MAAA;SACXA,GAER,CAAC,IAAA,EAAA;AACN,IAAE,IAAA,EAAA,4BAAA;;;;;;;"}
@@ -1 +1 @@
1
- {"version":3,"file":"module.d.ts","sourceRoot":"","sources":["../src/module.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAC;;AAGrD,wBAEG"}
1
+ {"version":3,"file":"module.d.ts","sourceRoot":"","sources":["../src/module.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAC;;AAIrD,wBAQG"}
package/lib/module.js CHANGED
@@ -1,3 +1,7 @@
1
- import {Feature}from'@common-stack/client-react';import {filteredRoutes}from'./compute.js';var settings = new Feature({
1
+ import {Feature}from'@common-stack/client-react';import {filteredRoutes}from'./compute.js';import {HEADER_NOTICE_SLOT_FILL_NAME}from'@admin-layout/tailwind-design-pro/lib/components/Layout/slot-fill/HeaderNotice.js';import {HeaderNoticeFill}from'./fills/HeaderNoticeFill.js';var settings = new Feature({
2
+ componentFillPlugins: [{
3
+ name: HEADER_NOTICE_SLOT_FILL_NAME,
4
+ render: HeaderNoticeFill
5
+ }],
2
6
  routeConfig: filteredRoutes
3
7
  });export{settings as default};//# sourceMappingURL=module.js.map
package/lib/module.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"module.js","sources":["../src/module.tsx"],"sourcesContent":[null],"names":[],"mappings":"2FAIA,eAAe,IAAI,OAAO,CAAC;AACvB,EAAA,WAAA,EAAW;AACd,CAAA,CAAC"}
1
+ {"version":3,"file":"module.js","sources":["../src/module.tsx"],"sourcesContent":[null],"names":[],"mappings":"mRAKA,eAAe,IAAI,OAAO,CAAC;AACvB,EAAA,oBAAA,EAAoB,CAAA;AAChB,IAAA,IAAA,EAAA,4BAAA;AACI,IAAA,MAAA,EAAA;AACA,GAAA,CAAA;AACH,EAAA,WAAA,EAAA;AACJ,CAAA,CAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@admin-layout/demo-tailwind-browser",
3
- "version": "12.0.16-alpha.85",
3
+ "version": "12.0.16-alpha.86",
4
4
  "description": "Sample core for higher packages to depend on",
5
5
  "license": "ISC",
6
6
  "author": "CDMBase LLC",
@@ -22,7 +22,7 @@
22
22
  },
23
23
  "dependencies": {
24
24
  "@admin-layout/assets": "12.0.16-alpha.74",
25
- "@admin-layout/tailwind-design-pro": "12.0.16-alpha.85",
25
+ "@admin-layout/tailwind-design-pro": "12.0.16-alpha.86",
26
26
  "@admin-layout/tailwind-ui": "12.0.16-alpha.85",
27
27
  "@pubngo-stack/icons": "8.0.7",
28
28
  "@react-icons/all-files": "^4.1.0",
@@ -53,5 +53,5 @@
53
53
  "typescript": {
54
54
  "definition": "lib/index.d.ts"
55
55
  },
56
- "gitHead": "a80d071fb225ce8a9c043b30f9562e04b36c54b0"
56
+ "gitHead": "bcededda07b57989e2254cc58b2481a110fd3bde"
57
57
  }