@dartech/arsenal-ui 0.3.14 → 0.3.15

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dartech/arsenal-ui",
3
- "version": "0.3.14",
3
+ "version": "0.3.15",
4
4
  "author": "DAR",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  type Props = {
2
3
  name: string;
3
4
  label?: string;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  type Props = {
2
3
  name: string;
3
4
  label?: string;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  type Props = {
2
3
  name: string;
3
4
  format: string;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import 'ace-builds/src-noconflict/ace';
2
3
  import 'ace-builds/src-noconflict/mode-json';
3
4
  type Props = {
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  type Props = {
2
3
  name: string;
3
4
  label?: string;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { PropertyUnion } from '../../../interfaces';
2
3
  type PropertyItemProps = {
3
4
  property: PropertyUnion;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { Theme } from '@mui/material/styles';
2
3
  import type { Route } from '../../interfaces';
3
4
  type Props = {
@@ -18,7 +18,7 @@ export declare const ListItemButton: import("@emotion/styled").StyledComponent<i
18
18
  touchRippleRef?: import("react").Ref<import("@mui/material/ButtonBase/TouchRipple").TouchRippleActions>;
19
19
  }, "classes"> & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
20
20
  ref?: import("react").Ref<HTMLDivElement>;
21
- }, "alignItems" | "classes" | "className" | "style" | "children" | "sx" | "tabIndex" | "autoFocus" | "disabled" | "action" | "selected" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableGutters" | "dense" | "divider"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
21
+ }, "disabled" | "action" | "alignItems" | "className" | "style" | "classes" | "children" | "sx" | "tabIndex" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "autoFocus" | "disableGutters" | "dense" | "divider" | "selected"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
22
22
  export declare const List: import("@emotion/styled").StyledComponent<{
23
23
  children?: import("react").ReactNode;
24
24
  classes?: Partial<import("@mui/material").ListClasses>;
@@ -46,12 +46,12 @@ export declare const ListItem: import("@emotion/styled").StyledComponent<{
46
46
  };
47
47
  } & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, "ref"> & {
48
48
  ref?: import("react").Ref<HTMLLIElement>;
49
- }, "alignItems" | "classes" | "className" | "style" | "children" | "sx" | "button" | "autoFocus" | "disabled" | "selected" | "components" | "componentsProps" | "slotProps" | "slots" | "disableGutters" | "dense" | "disablePadding" | "ContainerComponent" | "ContainerProps" | "divider" | "secondaryAction"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
49
+ }, "components" | "disabled" | "button" | "alignItems" | "className" | "style" | "classes" | "children" | "sx" | "componentsProps" | "slotProps" | "slots" | "autoFocus" | "disableGutters" | "dense" | "disablePadding" | "ContainerComponent" | "ContainerProps" | "divider" | "secondaryAction" | "selected"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
50
50
  export declare const ListItemIcon: import("@emotion/styled").StyledComponent<import("@mui/material").ListItemIconProps & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
51
51
  export declare const ListSubheader: import("@emotion/styled").StyledComponent<{
52
52
  children?: import("react").ReactNode;
53
53
  classes?: Partial<import("@mui/material").ListSubheaderClasses>;
54
- color?: "inherit" | "default" | "primary";
54
+ color?: "primary" | "inherit" | "default";
55
55
  disableGutters?: boolean;
56
56
  disableSticky?: boolean;
57
57
  inset?: boolean;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  type Props = {
2
3
  src: string;
3
4
  alt?: string;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import type { Route } from '../../../interfaces';
2
3
  type Props = {
3
4
  route: Route;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import type { Route } from '../../../interfaces';
2
3
  type Props = {
3
4
  route: Route;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import type { Route } from '../../../interfaces';
2
3
  type Props = {
3
4
  route: Route;