@aveonline/ui-react 2.2.3 → 2.2.4
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.d.ts +1 -2
- package/dist/tailwind.config.js +0 -1
- package/dist/tailwind.css +1 -1
- package/dist/types/Template.d.ts +2 -2
- package/dist/types/Tokens.d.ts +1 -4
- package/dist/ui/atoms/Tooltip/TooltipAnchor.d.ts +1 -1
- package/dist/ui/atoms/Tooltip/TooltipFloat.d.ts +1 -1
- package/dist/ui/index.d.ts +1 -2
- package/dist/ui/molecules/Dropdowns/DropdownFilter/Command.d.ts +2 -2
- package/dist/ui/molecules/Dropdowns/DropdownFilter/Popover.d.ts +1 -1
- package/dist/ui/{organisms → molecules}/Navigation/Navigation.d.ts +0 -3
- package/dist/ui-react.mjs +3552 -3566
- package/dist/ui-react.umd.js +67 -67
- package/package.json +1 -1
- package/dist/ui/templates/Shipment/Shipment.d.ts +0 -13
- package/dist/ui/templates/Shipment/index.d.ts +0 -1
- /package/dist/ui/{organisms → molecules}/Navigation/INavigation.d.ts +0 -0
- /package/dist/ui/{organisms → molecules}/Navigation/index.d.ts +0 -0
package/package.json
CHANGED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { ITemplate } from '../../../types';
|
|
3
|
-
/**
|
|
4
|
-
* Template: Layout generate shipment
|
|
5
|
-
*/
|
|
6
|
-
declare function Layout({ children, className, ...rest }: ITemplate): JSX.Element;
|
|
7
|
-
declare namespace Layout {
|
|
8
|
-
var Header: ({ children, className, ...rest }: ITemplate & {
|
|
9
|
-
className?: string | undefined;
|
|
10
|
-
}) => JSX.Element;
|
|
11
|
-
var Main: ({ children, className, ...rest }: ITemplate) => JSX.Element;
|
|
12
|
-
}
|
|
13
|
-
export default Layout;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default as LayoutShipment } from './Shipment';
|
|
File without changes
|
|
File without changes
|