sitero 0.0.10 → 0.0.11

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.
@@ -28,9 +28,10 @@ import '@radix-ui/react-tabs';
28
28
  import '@radix-ui/react-tooltip';
29
29
  import 'next/navigation';
30
30
  import '../../../../../../../../commerce/taiwan-address/constants.js';
31
+ import 'next/link';
31
32
  import '../../../../../../../../constants/paths/redirect.js';
33
+ import { Badge } from '../../../../../components/ui/display/badge.js';
32
34
  import 'intor/next';
33
- import 'next/link';
34
35
  import '../../../../../../../../core/client/infrastructure/contexts/admin/admin.js';
35
36
  import '../../../../../../../../core/client/infrastructure/react-query/client.js';
36
37
  import '@tanstack/react-query';
@@ -49,7 +50,8 @@ function createOrderIndexPageHK({
49
50
  variant: "index",
50
51
  titleProps: {
51
52
  icon: ReceiptText,
52
- title: t("resources.order.text")
53
+ title: t("resources.order.text"),
54
+ leftChildren: /* @__PURE__ */ jsx(Badge, { children: "\u9999\u6E2F\u5C08\u5340" })
53
55
  },
54
56
  createButtonProps: { className: "hidden" },
55
57
  returnButtonProps: { className: "hidden" }
@@ -28,9 +28,10 @@ import '@radix-ui/react-tabs';
28
28
  import '@radix-ui/react-tooltip';
29
29
  import 'next/navigation';
30
30
  import '../../../../../../../../commerce/taiwan-address/constants.js';
31
+ import 'next/link';
31
32
  import '../../../../../../../../constants/paths/redirect.js';
33
+ import { Badge } from '../../../../../components/ui/display/badge.js';
32
34
  import 'intor/next';
33
- import 'next/link';
34
35
  import '../../../../../../../../core/client/infrastructure/contexts/admin/admin.js';
35
36
  import '../../../../../../../../core/client/infrastructure/react-query/client.js';
36
37
  import '@tanstack/react-query';
@@ -49,7 +50,8 @@ function createOrderIndexPageTW({
49
50
  variant: "index",
50
51
  titleProps: {
51
52
  icon: ReceiptText,
52
- title: t("resources.order.text")
53
+ title: t("resources.order.text"),
54
+ leftChildren: /* @__PURE__ */ jsx(Badge, { children: "\u9999\u6E2F\u5C08\u5340" })
53
55
  },
54
56
  createButtonProps: { className: "hidden" },
55
57
  returnButtonProps: { className: "hidden" }
@@ -1 +1 @@
1
- {"version":3,"file":"page.d.ts","sourceRoot":"","sources":["../../../../../../../../../../../src/cms/client/interfaces/pages/dashboard/commerce/order/hk/page.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,qCAAqC,CAAC;AAM3E,wBAAgB,sBAAsB,CAAC,EACrC,SAAS,GACV,EAAE;IACD,SAAS,EAAE,UAAU,CAAC,OAAO,eAAe,CAAC,CAAC;CAC/C,iDA4BA"}
1
+ {"version":3,"file":"page.d.ts","sourceRoot":"","sources":["../../../../../../../../../../../src/cms/client/interfaces/pages/dashboard/commerce/order/hk/page.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,qCAAqC,CAAC;AAO3E,wBAAgB,sBAAsB,CAAC,EACrC,SAAS,GACV,EAAE;IACD,SAAS,EAAE,UAAU,CAAC,OAAO,eAAe,CAAC,CAAC;CAC/C,iDA6BA"}
@@ -1 +1 @@
1
- {"version":3,"file":"page.d.ts","sourceRoot":"","sources":["../../../../../../../../../../../src/cms/client/interfaces/pages/dashboard/commerce/order/tw/page.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,qCAAqC,CAAC;AAM3E,wBAAgB,sBAAsB,CAAC,EACrC,SAAS,GACV,EAAE;IACD,SAAS,EAAE,UAAU,CAAC,OAAO,eAAe,CAAC,CAAC;CAC/C,iDA4BA"}
1
+ {"version":3,"file":"page.d.ts","sourceRoot":"","sources":["../../../../../../../../../../../src/cms/client/interfaces/pages/dashboard/commerce/order/tw/page.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,qCAAqC,CAAC;AAO3E,wBAAgB,sBAAsB,CAAC,EACrC,SAAS,GACV,EAAE;IACD,SAAS,EAAE,UAAU,CAAC,OAAO,eAAe,CAAC,CAAC;CAC/C,iDA6BA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sitero",
3
- "version": "0.0.10",
3
+ "version": "0.0.11",
4
4
  "author": "Yiming Liao",
5
5
  "license": "MIT",
6
6
  "type": "module",