@map2usdnbhd/md_components 1.0.36 → 1.0.38
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/{allPaths-bd2lN2Cy.js → allPaths-QchC77ee.js} +1 -1
- package/dist/{allPathsLoader-rTs9IQ6n.js → allPathsLoader-0Tfoxw4V.js} +2 -2
- package/dist/components/Avatar/Avatar Text/mdStaticAvatarText.d.ts +3 -0
- package/dist/components/Avatar/Avatar Text/mdStaticAvatarTextInterface.d.ts +20 -0
- package/dist/components/Buttons/Button2/MdStaticButtonFull.d.ts +3 -0
- package/dist/components/Buttons/Button2/MdStaticButtonFullInterface.d.ts +6 -0
- package/dist/components/Buttons/index.d.ts +3 -1
- package/dist/components/Buttons/mdStaticButtonBasic/mdStaticButtonBasic.d.ts +3 -0
- package/dist/components/Buttons/mdStaticButtonBasic/mdStaticButtonBasicInterface.d.ts +10 -0
- package/dist/components/Checkbox/MdStaticCheckbox1/MdStaticCheckbox1.d.ts +1 -1
- package/dist/components/Checkbox/MdStaticCheckbox1/MdStaticCheckbox1Interface.d.ts +6 -7
- package/dist/components/Checkbox/index.d.ts +2 -0
- package/dist/components/DragDrop/MdStaticConstraintsDragDrop/MdStaticConstraintsDragDrop.d.ts +9 -2
- package/dist/components/DragDrop/MdStaticConstraintsDragDrop/MdStaticConstraintsDragDropInterface.d.ts +7 -5
- package/dist/components/DragDrop/index.d.ts +1 -1
- package/dist/components/FormInputs/FontType/MdStaticFontType/MdStaticFontTypeInterface.d.ts +1 -0
- package/dist/components/FormInputs/InputGroup/MdStaticPasswords/InputGroupInterface.d.ts +3 -2
- package/dist/components/FormInputs/TextInput/mdStaticTextInput/mdStaticTextInputInterface.d.ts +4 -3
- package/dist/components/Gallery/MdGalleryTab/MdGalleryTab.d.ts +3 -0
- package/dist/components/Gallery/MdGalleryTab/MdGalleryTabInterface.d.ts +9 -0
- package/dist/components/Gallery/index.d.ts +2 -1
- package/dist/components/Grid/BasicGrid/MdStaticBasicGridInterface.d.ts +3 -8
- package/dist/components/Grid/LockingGrid/MdStaticLockingGridInterface.d.ts +3 -10
- package/dist/components/Page/MdPageChangePassword/MdPageChangePassword.d.ts +3 -0
- package/dist/components/Page/MdPageChangePassword/MdPageChangePasswordInterface.d.ts +4 -0
- package/dist/components/Page/MdPageSignup/MdPageSignup.d.ts +3 -0
- package/dist/components/Page/MdPageSignup/MdPageSignupInterface.d.ts +4 -0
- package/dist/components/Page/MdPagelogin/MdPagelogin.d.ts +3 -0
- package/dist/components/Page/MdPagelogin/MdPageloginInterface.d.ts +4 -0
- package/dist/components/Page/index.d.ts +4 -0
- package/dist/components/Popover/MdStaticPopover/MdStaticPopover.d.ts +3 -0
- package/dist/components/Popover/MdStaticPopover/MdStaticPopoverInterface.d.ts +7 -0
- package/dist/components/Popover/MdStaticPopoverForm/MdStaticPopoverForm.d.ts +3 -0
- package/dist/components/Popover/MdStaticPopoverForm/MdStaticPopoverFormInterface.d.ts +7 -0
- package/dist/components/Tag/mdStaticTag/MdStaticTagInterface.d.ts +4 -4
- package/dist/components/Text1/MdEditableText/MdEditableTextInterface.d.ts +6 -0
- package/dist/components/index.d.ts +4 -3
- package/dist/{index-79eqIWQw.js → index-45XOinaf.js} +17518 -18641
- package/dist/md-component.js +81 -76
- package/dist/md-component.umd.cjs +34 -35
- package/dist/{splitPathsBySizeLoader-jq2okcc8.js → splitPathsBySizeLoader--GRosNUW.js} +1 -1
- package/package.json +1 -1
- package/dist/components/Checkbox/MdStaticCheckbox1/MdStaticCheckbox1.stories.d.ts +0 -74
package/package.json
CHANGED
|
@@ -1,74 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { MdStaticCheckbox1Interface } from "./MdStaticCheckbox1Interface";
|
|
3
|
-
declare const _default: {
|
|
4
|
-
title: string;
|
|
5
|
-
component: import("react").FC<MdStaticCheckbox1Interface>;
|
|
6
|
-
tags: string[];
|
|
7
|
-
parameters: {
|
|
8
|
-
layout: string;
|
|
9
|
-
docs: {
|
|
10
|
-
description: {
|
|
11
|
-
component: string;
|
|
12
|
-
};
|
|
13
|
-
};
|
|
14
|
-
};
|
|
15
|
-
argTypes: {
|
|
16
|
-
colorProps: {
|
|
17
|
-
options: string[];
|
|
18
|
-
control: {
|
|
19
|
-
type: string;
|
|
20
|
-
};
|
|
21
|
-
name: string;
|
|
22
|
-
};
|
|
23
|
-
checkedProps: {
|
|
24
|
-
control: {
|
|
25
|
-
type: string;
|
|
26
|
-
};
|
|
27
|
-
name: string;
|
|
28
|
-
};
|
|
29
|
-
disabledProps: {
|
|
30
|
-
control: {
|
|
31
|
-
type: string;
|
|
32
|
-
};
|
|
33
|
-
name: string;
|
|
34
|
-
};
|
|
35
|
-
borderRadiusProps: {
|
|
36
|
-
control: {
|
|
37
|
-
type: string;
|
|
38
|
-
min: number;
|
|
39
|
-
max: number;
|
|
40
|
-
step: number;
|
|
41
|
-
};
|
|
42
|
-
name: string;
|
|
43
|
-
};
|
|
44
|
-
nameProps: {
|
|
45
|
-
control: {
|
|
46
|
-
type: string;
|
|
47
|
-
};
|
|
48
|
-
name: string;
|
|
49
|
-
};
|
|
50
|
-
idProps: {
|
|
51
|
-
control: {
|
|
52
|
-
type: string;
|
|
53
|
-
};
|
|
54
|
-
name: string;
|
|
55
|
-
};
|
|
56
|
-
labelProps: {
|
|
57
|
-
control: {
|
|
58
|
-
type: string;
|
|
59
|
-
};
|
|
60
|
-
name: string;
|
|
61
|
-
};
|
|
62
|
-
descriptionProps: {
|
|
63
|
-
control: {
|
|
64
|
-
type: string;
|
|
65
|
-
};
|
|
66
|
-
name: string;
|
|
67
|
-
};
|
|
68
|
-
};
|
|
69
|
-
};
|
|
70
|
-
export default _default;
|
|
71
|
-
export declare const Template: {
|
|
72
|
-
(args: MdStaticCheckbox1Interface): import("react/jsx-runtime").JSX.Element;
|
|
73
|
-
args: {};
|
|
74
|
-
};
|