@worldresources/wri-design-systems 2.191.6 → 2.191.8
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 +1269 -1276
- package/dist/index.d.ts +2 -2
- package/dist/index.esm.js +755 -762
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -531,6 +531,8 @@ type IconButtonProps = Omit<ButtonProps$1, 'size' | 'variant' | 'colorPalette' |
|
|
|
531
531
|
|
|
532
532
|
declare const IconButton: ({ icon, disabled, ...rest }: IconButtonProps) => _emotion_react_jsx_runtime.JSX.Element;
|
|
533
533
|
|
|
534
|
+
type SizeValue = number | string;
|
|
535
|
+
|
|
534
536
|
interface ToolbarItem {
|
|
535
537
|
icon: React.ReactElement;
|
|
536
538
|
ariaLabel: string;
|
|
@@ -1228,8 +1230,6 @@ interface AnalysisWidgetActionsProps {
|
|
|
1228
1230
|
|
|
1229
1231
|
declare const AnalysisWidget: ({ children, header, footer, expanded, collapsible, actions, showFooterOnCollapsed, labels, }: AnalysisWidgetProps) => _emotion_react_jsx_runtime.JSX.Element;
|
|
1230
1232
|
|
|
1231
|
-
type SizeValue = number | string;
|
|
1232
|
-
|
|
1233
1233
|
type ModalProps = {
|
|
1234
1234
|
header: React.ReactNode;
|
|
1235
1235
|
content: React.ReactNode;
|