Comparing version 1.0.15 to 1.0.16
@@ -0,1 +1,3 @@ | ||
import { CSSProperties } from 'react'; | ||
declare module 'darkly' { | ||
@@ -7,2 +9,3 @@ /// <reference types="react" /> | ||
classes?: string; | ||
style?: CSSProperties; | ||
} | ||
@@ -14,2 +17,3 @@ export const BottomBar: (props: IBottomBar) => JSX.Element; | ||
classes?: string; | ||
style?: CSSProperties; | ||
} | ||
@@ -21,2 +25,3 @@ export const TopBar: (props: ITopBar) => JSX.Element; | ||
classes?: string; | ||
style?: CSSProperties; | ||
} | ||
@@ -34,2 +39,3 @@ export const StretchBox: (props: IStretchBox) => JSX.Element; | ||
classes?: string; | ||
style?: CSSProperties; | ||
type?: EButtonType; | ||
@@ -42,2 +48,3 @@ onClick?: Function; | ||
classes?: string; | ||
style?: CSSProperties; | ||
} | ||
@@ -49,2 +56,3 @@ export const HSplitter: (props: IHSplitter) => JSX.Element; | ||
classes?: string; | ||
style?: CSSProperties; | ||
} | ||
@@ -56,2 +64,3 @@ export const ButtonsGroup: (props: IButtonsGroup) => JSX.Element; | ||
classes?: string; | ||
style?: CSSProperties; | ||
title?: string; | ||
@@ -67,2 +76,3 @@ selected?: boolean; | ||
classes?: string; | ||
style?: CSSProperties; | ||
title?: string; | ||
@@ -77,2 +87,3 @@ checked?: boolean; | ||
classes?: string; | ||
style?: CSSProperties; | ||
} | ||
@@ -86,2 +97,3 @@ export const IconRadioButtonGroup: (props: IIconRadioButtonGroup) => JSX.Element; | ||
classes?: string; | ||
style?: CSSProperties; | ||
} | ||
@@ -93,2 +105,3 @@ export const ColorPicker: (props: IColorPicker) => JSX.Element; | ||
classes?: string; | ||
style?: CSSProperties; | ||
width?: string | number; | ||
@@ -108,2 +121,3 @@ min?: number | string; | ||
classes?: string; | ||
style?: CSSProperties; | ||
width?: string | number; | ||
@@ -117,2 +131,3 @@ height?: string | number; | ||
classes?: string; | ||
style?: CSSProperties; | ||
} | ||
@@ -124,2 +139,3 @@ export const VIconsMenu: (props: IVIconsMenu) => JSX.Element; | ||
classes?: string; | ||
style?: CSSProperties; | ||
title?: string; | ||
@@ -135,2 +151,3 @@ selected?: boolean; | ||
classes?: string; | ||
style?: CSSProperties; | ||
title?: string; | ||
@@ -142,2 +159,3 @@ } | ||
classes?: string; | ||
style?: CSSProperties; | ||
} | ||
@@ -148,2 +166,3 @@ export const CloseMobileMenuButton: (props: ICloseMobileMenuButton) => JSX.Element; | ||
classes?: string; | ||
style?: CSSProperties; | ||
} | ||
@@ -155,2 +174,3 @@ export const HamburgerButton: (props: IHamburgerButton) => JSX.Element; | ||
classes?: string; | ||
style?: CSSProperties; | ||
slideOnMobile?: boolean; | ||
@@ -163,2 +183,3 @@ } | ||
classes?: string; | ||
style?: CSSProperties; | ||
fullHeight?: boolean; | ||
@@ -171,2 +192,3 @@ scrollable?: boolean; | ||
classes?: string; | ||
style?: CSSProperties; | ||
children?: React.ReactNode; | ||
@@ -179,2 +201,3 @@ } | ||
classes?: string; | ||
style?: CSSProperties; | ||
} | ||
@@ -181,0 +204,0 @@ |
{ | ||
"name": "darkly", | ||
"version": "1.0.15", | ||
"version": "1.0.16", | ||
"description": "Dark React Starter Template + UI Kit", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -36,2 +36,3 @@ # ⋆⁺。☆ Darkly ☆。⁺⋆ | ||
classes?: string; | ||
style?: CSSProperties; | ||
} | ||
@@ -48,2 +49,3 @@ ``` | ||
classes?: string; | ||
style?: CSSProperties; | ||
} | ||
@@ -62,2 +64,3 @@ ``` | ||
classes?: string; | ||
style?: CSSProperties; | ||
} | ||
@@ -83,2 +86,3 @@ ``` | ||
classes?: string; | ||
style?: CSSProperties; | ||
type?: EButtonType; | ||
@@ -99,2 +103,3 @@ onClick?: Function; | ||
classes?: string; | ||
style?: CSSProperties; | ||
} | ||
@@ -114,2 +119,3 @@ ``` | ||
classes?: string; | ||
style?: CSSProperties; | ||
} | ||
@@ -120,2 +126,3 @@ | ||
classes?: string; | ||
style?: CSSProperties; | ||
title?: string; | ||
@@ -149,2 +156,3 @@ selected?: boolean; | ||
classes?: string; | ||
style?: CSSProperties; | ||
} | ||
@@ -156,2 +164,3 @@ | ||
classes?: string; | ||
style?: CSSProperties; | ||
title?: string; | ||
@@ -196,2 +205,3 @@ checked?: boolean; | ||
classes?: string; | ||
style?: CSSProperties; | ||
} | ||
@@ -212,2 +222,3 @@ ``` | ||
classes?: string; | ||
style?: CSSProperties; | ||
width?: string|number; | ||
@@ -239,2 +250,3 @@ | ||
classes?: string; | ||
style?: CSSProperties; | ||
width?: string|number; | ||
@@ -256,2 +268,3 @@ height?: string|number; | ||
classes?: string; | ||
style?: CSSProperties; | ||
} | ||
@@ -262,2 +275,3 @@ | ||
classes?: string; | ||
style?: CSSProperties; | ||
title?: string; | ||
@@ -272,2 +286,3 @@ selected?: boolean; | ||
classes?: string; | ||
style?: CSSProperties; | ||
title?: string; | ||
@@ -304,6 +319,8 @@ } | ||
classes?: string; | ||
style?: CSSProperties; | ||
} | ||
export interface IHamburgerButton { | ||
classes?: string; | ||
classes?: string; | ||
style?: CSSProperties; | ||
} | ||
@@ -320,2 +337,3 @@ ``` | ||
classes?: string; | ||
style?: CSSProperties; | ||
slideOnMobile?: boolean; | ||
@@ -326,2 +344,3 @@ } | ||
classes?: string; | ||
style?: CSSProperties; | ||
children?: React.ReactNode; | ||
@@ -333,2 +352,3 @@ } | ||
classes?: string; | ||
style?: CSSProperties; | ||
fullHeight?: boolean; | ||
@@ -362,2 +382,3 @@ scrollable?: boolean; | ||
classes?: string; | ||
style?: CSSProperties; | ||
} | ||
@@ -364,0 +385,0 @@ ``` |
@@ -18,3 +18,3 @@ import fs from 'fs'; | ||
sourcemap: 'linked', // external | ||
// minify: true, | ||
minify: true, | ||
target: ['es6'], | ||
@@ -21,0 +21,0 @@ // outfile: './dist/darkly.min.js', |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
511
1260561
2595
1