@object-ui/components 4.3.0 → 4.5.0

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,19 @@
1
+ /**
2
+ * ObjectUI
3
+ * Copyright (c) 2024-present ObjectStack Inc.
4
+ *
5
+ * This source code is licensed under the MIT license found in the
6
+ * LICENSE file in the root directory of this source tree.
7
+ *
8
+ * Spec-aligned container renderers for the `page:*` component namespace.
9
+ * Backs the Page-as-root record detail page model (Salesforce Lightning
10
+ * Record Page parity).
11
+ *
12
+ * Maps `packages/spec/src/ui/component.zod.ts` props:
13
+ * - PageTabsProps -> page:tabs
14
+ * - PageCardProps -> page:card
15
+ * - PageAccordionProps -> page:accordion
16
+ * - PageHeaderProps -> page:header
17
+ * - page:footer / page:sidebar / page:section thin wrappers
18
+ */
19
+ export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@object-ui/components",
3
- "version": "4.3.0",
3
+ "version": "4.5.0",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "description": "Standard UI component library for Object UI, built with Shadcn UI + Tailwind CSS",
@@ -69,10 +69,10 @@
69
69
  "tailwind-merge": "^3.6.0",
70
70
  "tailwindcss-animate": "^1.0.7",
71
71
  "vaul": "^1.1.2",
72
- "@object-ui/core": "4.3.0",
73
- "@object-ui/i18n": "4.3.0",
74
- "@object-ui/react": "4.3.0",
75
- "@object-ui/types": "4.3.0"
72
+ "@object-ui/core": "4.5.0",
73
+ "@object-ui/i18n": "4.5.0",
74
+ "@object-ui/react": "4.5.0",
75
+ "@object-ui/types": "4.5.0"
76
76
  },
77
77
  "peerDependencies": {
78
78
  "react": "^18.0.0 || ^19.0.0",