@solace-health/ui 0.9.43 → 0.9.45
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 +205 -191
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +4 -5
- package/dist/index.d.ts +4 -5
- package/dist/index.js +172 -158
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -5,7 +5,7 @@ import { CSSProperties } from 'react';
|
|
|
5
5
|
import * as contentful from 'contentful';
|
|
6
6
|
import * as preact from 'preact';
|
|
7
7
|
import { FunctionalComponent } from 'preact';
|
|
8
|
-
import { TabsProps, MenuProps as MenuProps$1, SubMenuProps } from 'antd';
|
|
8
|
+
import { TabsProps, MenuProps as MenuProps$1, DropDownProps, SubMenuProps } from 'antd';
|
|
9
9
|
import { MenuProps } from '@szhsin/react-menu';
|
|
10
10
|
import * as _emotion_styled from '@emotion/styled';
|
|
11
11
|
export { default as styled } from '@emotion/styled';
|
|
@@ -421,12 +421,11 @@ declare const _default$3: {
|
|
|
421
421
|
}) => react_jsx_runtime.JSX.Element;
|
|
422
422
|
};
|
|
423
423
|
|
|
424
|
-
declare
|
|
424
|
+
declare const Dropdown: _emotion_styled.StyledComponent<{
|
|
425
425
|
items: MenuProps$1["items"];
|
|
426
426
|
children: React.ReactNode;
|
|
427
|
-
className?: string;
|
|
428
|
-
}
|
|
429
|
-
declare const Dropdown: _emotion_styled.StyledComponent<DropdownProps & {
|
|
427
|
+
className?: string | undefined;
|
|
428
|
+
} & DropDownProps & {
|
|
430
429
|
theme?: _emotion_react.Theme | undefined;
|
|
431
430
|
}, {}, {
|
|
432
431
|
ref?: preact_hooks.Ref<any> | undefined;
|
package/dist/index.d.ts
CHANGED
|
@@ -5,7 +5,7 @@ import { CSSProperties } from 'react';
|
|
|
5
5
|
import * as contentful from 'contentful';
|
|
6
6
|
import * as preact from 'preact';
|
|
7
7
|
import { FunctionalComponent } from 'preact';
|
|
8
|
-
import { TabsProps, MenuProps as MenuProps$1, SubMenuProps } from 'antd';
|
|
8
|
+
import { TabsProps, MenuProps as MenuProps$1, DropDownProps, SubMenuProps } from 'antd';
|
|
9
9
|
import { MenuProps } from '@szhsin/react-menu';
|
|
10
10
|
import * as _emotion_styled from '@emotion/styled';
|
|
11
11
|
export { default as styled } from '@emotion/styled';
|
|
@@ -421,12 +421,11 @@ declare const _default$3: {
|
|
|
421
421
|
}) => react_jsx_runtime.JSX.Element;
|
|
422
422
|
};
|
|
423
423
|
|
|
424
|
-
declare
|
|
424
|
+
declare const Dropdown: _emotion_styled.StyledComponent<{
|
|
425
425
|
items: MenuProps$1["items"];
|
|
426
426
|
children: React.ReactNode;
|
|
427
|
-
className?: string;
|
|
428
|
-
}
|
|
429
|
-
declare const Dropdown: _emotion_styled.StyledComponent<DropdownProps & {
|
|
427
|
+
className?: string | undefined;
|
|
428
|
+
} & DropDownProps & {
|
|
430
429
|
theme?: _emotion_react.Theme | undefined;
|
|
431
430
|
}, {}, {
|
|
432
431
|
ref?: preact_hooks.Ref<any> | undefined;
|