@redsift/products 11.8.0 → 11.8.1-muiv5
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/index.d.ts +11 -11
- package/package.json +8 -8
package/index.d.ts
CHANGED
|
@@ -108,19 +108,19 @@ declare const RadarSimple: {
|
|
|
108
108
|
Dialog: RadarSimpleDialogProps;
|
|
109
109
|
MenuButton: _redsift_design_system.Comp<Omit<_redsift_pickers.MenuButtonProps, "children"> & {
|
|
110
110
|
title: string;
|
|
111
|
-
subtitle?: string
|
|
112
|
-
icon?: Omit<_redsift_design_system.IconProps, "ref"
|
|
111
|
+
subtitle?: string;
|
|
112
|
+
icon?: Omit<_redsift_design_system.IconProps, "ref">;
|
|
113
113
|
} & Pick<_redsift_pickers.MenuButtonContentMenuProps, "children">, HTMLDivElement>;
|
|
114
114
|
};
|
|
115
115
|
declare const Radar: {
|
|
116
116
|
Button: _redsift_design_system.Comp<_redsift_design_system.ButtonProps, HTMLButtonElement>;
|
|
117
117
|
Dialog: React$1.FC<DialogProps> & {
|
|
118
|
-
displayName?: string
|
|
119
|
-
className?: string
|
|
118
|
+
displayName?: string;
|
|
119
|
+
className?: string;
|
|
120
120
|
} & {
|
|
121
121
|
Trigger: _redsift_design_system.Comp<DialogTriggerProps, HTMLButtonElement>;
|
|
122
122
|
Content: _redsift_design_system.Comp<DialogContentProps & {
|
|
123
|
-
backgroundPosition?: "top" | "bottom"
|
|
123
|
+
backgroundPosition?: "top" | "bottom";
|
|
124
124
|
}, HTMLDivElement> & {
|
|
125
125
|
Header: _redsift_design_system.Comp<DialogContentHeaderProps, HTMLDivElement>;
|
|
126
126
|
Body: _redsift_design_system.Comp<DialogContentBodyProps, HTMLDivElement>;
|
|
@@ -128,8 +128,8 @@ declare const Radar: {
|
|
|
128
128
|
};
|
|
129
129
|
Item: _redsift_design_system.Comp<_redsift_design_system.ItemProps, HTMLDivElement>;
|
|
130
130
|
MenuButton: React$1.FC<_redsift_pickers.MenuButtonProps> & {
|
|
131
|
-
displayName?: string
|
|
132
|
-
className?: string
|
|
131
|
+
displayName?: string;
|
|
132
|
+
className?: string;
|
|
133
133
|
} & {
|
|
134
134
|
Trigger: _redsift_design_system.Comp<_redsift_pickers.MenuButtonTriggerProps, HTMLButtonElement>;
|
|
135
135
|
Content: _redsift_design_system.Comp<_redsift_pickers.MenuButtonContentProps, HTMLDivElement> & {
|
|
@@ -142,8 +142,8 @@ declare const Radar: {
|
|
|
142
142
|
Dialog: RadarSimpleDialogProps;
|
|
143
143
|
MenuButton: _redsift_design_system.Comp<Omit<_redsift_pickers.MenuButtonProps, "children"> & {
|
|
144
144
|
title: string;
|
|
145
|
-
subtitle?: string
|
|
146
|
-
icon?: Omit<_redsift_design_system.IconProps, "ref"
|
|
145
|
+
subtitle?: string;
|
|
146
|
+
icon?: Omit<_redsift_design_system.IconProps, "ref">;
|
|
147
147
|
} & Pick<_redsift_pickers.MenuButtonContentMenuProps, "children">, HTMLDivElement>;
|
|
148
148
|
};
|
|
149
149
|
};
|
|
@@ -176,8 +176,8 @@ declare const RadarMenuButtonContent: Comp<MenuButtonContentProps, HTMLDivElemen
|
|
|
176
176
|
Footer: Comp<_redsift_pickers.MenuButtonContentFooterProps, HTMLDivElement>;
|
|
177
177
|
};
|
|
178
178
|
declare const RadarMenuButton: React__default.FC<MenuButtonProps> & {
|
|
179
|
-
displayName?: string
|
|
180
|
-
className?: string
|
|
179
|
+
displayName?: string;
|
|
180
|
+
className?: string;
|
|
181
181
|
} & {
|
|
182
182
|
Trigger: Comp<_redsift_pickers.MenuButtonTriggerProps, HTMLButtonElement>;
|
|
183
183
|
Content: Comp<MenuButtonContentProps, HTMLDivElement> & {
|
package/package.json
CHANGED
|
@@ -30,11 +30,11 @@
|
|
|
30
30
|
"test": "yarn test:unit && yarn test:storybook"
|
|
31
31
|
},
|
|
32
32
|
"types": "index.d.ts",
|
|
33
|
-
"version": "11.8.
|
|
33
|
+
"version": "11.8.1-muiv5",
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@redsift/design-system": "^11.8.
|
|
36
|
-
"@redsift/icons": "^11.8.
|
|
37
|
-
"@redsift/pickers": "^11.8.
|
|
35
|
+
"@redsift/design-system": "^11.8.1-muiv5",
|
|
36
|
+
"@redsift/icons": "^11.8.1-muiv5",
|
|
37
|
+
"@redsift/pickers": "^11.8.1-muiv5",
|
|
38
38
|
"classnames": "^2.3.1",
|
|
39
39
|
"styled-components": "^5.3.5"
|
|
40
40
|
},
|
|
@@ -88,12 +88,12 @@
|
|
|
88
88
|
"ts-jest": "^28.0.3"
|
|
89
89
|
},
|
|
90
90
|
"peerDependencies": {
|
|
91
|
-
"@redsift/design-system": "^11.8.0-
|
|
92
|
-
"@redsift/icons": "^11.8.0-
|
|
93
|
-
"@redsift/pickers": "^11.8.0-
|
|
91
|
+
"@redsift/design-system": "^11.8.0-1",
|
|
92
|
+
"@redsift/icons": "^11.8.0-1",
|
|
93
|
+
"@redsift/pickers": "^11.8.0-1",
|
|
94
94
|
"react": ">=17",
|
|
95
95
|
"react-dom": ">=17",
|
|
96
96
|
"styled-components": "^5.3.5"
|
|
97
97
|
},
|
|
98
|
-
"gitHead": "
|
|
98
|
+
"gitHead": "04b4ec7b4ae3bbfc6f3857bc1325ffca917ebb36"
|
|
99
99
|
}
|