@redsift/products 11.8.0-muiv5 → 11.8.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.
Files changed (2) hide show
  1. package/index.d.ts +11 -11
  2. package/package.json +5 -5
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 | undefined;
112
+ icon?: Omit<_redsift_design_system.IconProps, "ref"> | undefined;
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 | undefined;
119
+ className?: string | undefined;
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" | undefined;
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 | undefined;
132
+ className?: string | undefined;
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 | undefined;
146
+ icon?: Omit<_redsift_design_system.IconProps, "ref"> | undefined;
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 | undefined;
180
+ className?: string | undefined;
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.0-muiv5",
33
+ "version": "11.8.0",
34
34
  "dependencies": {
35
- "@redsift/design-system": "^11.8.0-muiv5",
36
- "@redsift/icons": "^11.8.0-muiv5",
37
- "@redsift/pickers": "^11.8.0-muiv5",
35
+ "@redsift/design-system": "^11.8.0",
36
+ "@redsift/icons": "^11.8.0",
37
+ "@redsift/pickers": "^11.8.0",
38
38
  "classnames": "^2.3.1",
39
39
  "styled-components": "^5.3.5"
40
40
  },
@@ -95,5 +95,5 @@
95
95
  "react-dom": ">=17",
96
96
  "styled-components": "^5.3.5"
97
97
  },
98
- "gitHead": "4d72dda8248fb141155edd280b214969508d6c03"
98
+ "gitHead": "99a484a846ad246bc36c1be00b722c7807c9a14d"
99
99
  }