@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.
Files changed (43) hide show
  1. package/dist/{allPaths-bd2lN2Cy.js → allPaths-QchC77ee.js} +1 -1
  2. package/dist/{allPathsLoader-rTs9IQ6n.js → allPathsLoader-0Tfoxw4V.js} +2 -2
  3. package/dist/components/Avatar/Avatar Text/mdStaticAvatarText.d.ts +3 -0
  4. package/dist/components/Avatar/Avatar Text/mdStaticAvatarTextInterface.d.ts +20 -0
  5. package/dist/components/Buttons/Button2/MdStaticButtonFull.d.ts +3 -0
  6. package/dist/components/Buttons/Button2/MdStaticButtonFullInterface.d.ts +6 -0
  7. package/dist/components/Buttons/index.d.ts +3 -1
  8. package/dist/components/Buttons/mdStaticButtonBasic/mdStaticButtonBasic.d.ts +3 -0
  9. package/dist/components/Buttons/mdStaticButtonBasic/mdStaticButtonBasicInterface.d.ts +10 -0
  10. package/dist/components/Checkbox/MdStaticCheckbox1/MdStaticCheckbox1.d.ts +1 -1
  11. package/dist/components/Checkbox/MdStaticCheckbox1/MdStaticCheckbox1Interface.d.ts +6 -7
  12. package/dist/components/Checkbox/index.d.ts +2 -0
  13. package/dist/components/DragDrop/MdStaticConstraintsDragDrop/MdStaticConstraintsDragDrop.d.ts +9 -2
  14. package/dist/components/DragDrop/MdStaticConstraintsDragDrop/MdStaticConstraintsDragDropInterface.d.ts +7 -5
  15. package/dist/components/DragDrop/index.d.ts +1 -1
  16. package/dist/components/FormInputs/FontType/MdStaticFontType/MdStaticFontTypeInterface.d.ts +1 -0
  17. package/dist/components/FormInputs/InputGroup/MdStaticPasswords/InputGroupInterface.d.ts +3 -2
  18. package/dist/components/FormInputs/TextInput/mdStaticTextInput/mdStaticTextInputInterface.d.ts +4 -3
  19. package/dist/components/Gallery/MdGalleryTab/MdGalleryTab.d.ts +3 -0
  20. package/dist/components/Gallery/MdGalleryTab/MdGalleryTabInterface.d.ts +9 -0
  21. package/dist/components/Gallery/index.d.ts +2 -1
  22. package/dist/components/Grid/BasicGrid/MdStaticBasicGridInterface.d.ts +3 -8
  23. package/dist/components/Grid/LockingGrid/MdStaticLockingGridInterface.d.ts +3 -10
  24. package/dist/components/Page/MdPageChangePassword/MdPageChangePassword.d.ts +3 -0
  25. package/dist/components/Page/MdPageChangePassword/MdPageChangePasswordInterface.d.ts +4 -0
  26. package/dist/components/Page/MdPageSignup/MdPageSignup.d.ts +3 -0
  27. package/dist/components/Page/MdPageSignup/MdPageSignupInterface.d.ts +4 -0
  28. package/dist/components/Page/MdPagelogin/MdPagelogin.d.ts +3 -0
  29. package/dist/components/Page/MdPagelogin/MdPageloginInterface.d.ts +4 -0
  30. package/dist/components/Page/index.d.ts +4 -0
  31. package/dist/components/Popover/MdStaticPopover/MdStaticPopover.d.ts +3 -0
  32. package/dist/components/Popover/MdStaticPopover/MdStaticPopoverInterface.d.ts +7 -0
  33. package/dist/components/Popover/MdStaticPopoverForm/MdStaticPopoverForm.d.ts +3 -0
  34. package/dist/components/Popover/MdStaticPopoverForm/MdStaticPopoverFormInterface.d.ts +7 -0
  35. package/dist/components/Tag/mdStaticTag/MdStaticTagInterface.d.ts +4 -4
  36. package/dist/components/Text1/MdEditableText/MdEditableTextInterface.d.ts +6 -0
  37. package/dist/components/index.d.ts +4 -3
  38. package/dist/{index-79eqIWQw.js → index-45XOinaf.js} +17518 -18641
  39. package/dist/md-component.js +81 -76
  40. package/dist/md-component.umd.cjs +34 -35
  41. package/dist/{splitPathsBySizeLoader-jq2okcc8.js → splitPathsBySizeLoader--GRosNUW.js} +1 -1
  42. package/package.json +1 -1
  43. package/dist/components/Checkbox/MdStaticCheckbox1/MdStaticCheckbox1.stories.d.ts +0 -74
@@ -1,4 +1,4 @@
1
- import { _ as s, a as o, p as c, I as p } from "./index-79eqIWQw.js";
1
+ import { _ as s, a as o, p as c, I as p } from "./index-45XOinaf.js";
2
2
  import "react";
3
3
  import "react-dom";
4
4
  var m = function(n, i) {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@map2usdnbhd/md_components",
3
3
  "private": false,
4
- "version": "1.0.36",
4
+ "version": "1.0.38",
5
5
  "type": "module",
6
6
  "files": [
7
7
  "dist"
@@ -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
- };