@worldresources/wri-design-systems 2.138.5 → 2.138.6
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.cjs.js +878 -881
- package/dist/index.d.ts +2 -1
- package/dist/index.esm.js +868 -871
- package/package.json +5 -2
package/dist/index.d.ts
CHANGED
|
@@ -593,9 +593,10 @@ type SheetProps = {
|
|
|
593
593
|
midHeight?: number;
|
|
594
594
|
maxFullHeight?: number;
|
|
595
595
|
defaultSnap?: 'closed' | 'minimized' | 'mid' | 'full';
|
|
596
|
+
className?: string;
|
|
596
597
|
};
|
|
597
598
|
|
|
598
|
-
declare const Sheet: ({ header, content, footer, open, onClose, minimizedHeight, midHeight, maxFullHeight, defaultSnap, }: SheetProps) => _emotion_react_jsx_runtime.JSX.Element;
|
|
599
|
+
declare const Sheet: ({ header, content, footer, open, onClose, minimizedHeight, midHeight, maxFullHeight, defaultSnap, className, }: SheetProps) => _emotion_react_jsx_runtime.JSX.Element;
|
|
599
600
|
|
|
600
601
|
type BreadcrumbProps = {
|
|
601
602
|
links: {
|