lucent-ui 0.25.0 → 0.25.1

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.
package/dist/index.d.ts CHANGED
@@ -1,4 +1,5 @@
1
1
  import { ButtonHTMLAttributes } from 'react';
2
+ import { Context } from 'react';
2
3
  import { CSSProperties } from 'react';
3
4
  import { default as default_2 } from 'react';
4
5
  import { ForwardRefExoticComponent } from 'react';
@@ -158,6 +159,11 @@ export declare const CardManifest: ComponentManifest;
158
159
 
159
160
  export declare type CardPadding = 'none' | 'sm' | 'md' | 'lg';
160
161
 
162
+ export declare const CardPaddingContext: Context< {
163
+ px: string;
164
+ py: string;
165
+ }>;
166
+
161
167
  export declare interface CardProps {
162
168
  /** Elevation variant — controls background, border, and default shadow. */
163
169
  variant?: CardVariant;