@almadar/ui 5.108.0 → 5.109.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.
@@ -14,6 +14,8 @@ export type BoxShadow = "none" | "sm" | "md" | "lg" | "xl";
14
14
  export interface BoxProps extends React.HTMLAttributes<HTMLDivElement> {
15
15
  /** Additional CSS classes applied to the root element. */
16
16
  className?: string;
17
+ /** Data-theme attribute applied to the root element for CSS theme scoping (e.g. almadar-website-dark). */
18
+ 'data-theme'?: string;
17
19
  /** Padding on all sides */
18
20
  padding?: BoxPadding;
19
21
  /** Horizontal padding (overrides padding for x-axis) */
@@ -17,6 +17,8 @@ type BoxShadow = "none" | "sm" | "md" | "lg" | "xl";
17
17
  interface BoxProps extends React.HTMLAttributes<HTMLDivElement> {
18
18
  /** Additional CSS classes applied to the root element. */
19
19
  className?: string;
20
+ /** Data-theme attribute applied to the root element for CSS theme scoping (e.g. almadar-website-dark). */
21
+ 'data-theme'?: string;
20
22
  /** Padding on all sides */
21
23
  padding?: BoxPadding;
22
24
  /** Horizontal padding (overrides padding for x-axis) */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@almadar/ui",
3
- "version": "5.108.0",
3
+ "version": "5.109.0",
4
4
  "description": "React UI components, hooks, and providers for Almadar",
5
5
  "type": "module",
6
6
  "sideEffects": [