@opencxh/ui-kit 3.120.2 → 3.120.3

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.
@@ -9,6 +9,8 @@ export interface PageToolbarProps {
9
9
  backLabel?: string;
10
10
  /** Additional CSS classes */
11
11
  className?: string;
12
+ /** Padding on the left and right of the toolbar */
13
+ padding?: "none" | "sm" | "md" | "lg";
12
14
  /** Optional extra content placed between back button and actions */
13
15
  children?: React.ReactNode;
14
16
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opencxh/ui-kit",
3
- "version": "3.120.2",
3
+ "version": "3.120.3",
4
4
  "description": "Theme-aware UI component library for OpenCXH platform",
5
5
  "type": "module",
6
6
  "exports": {