@map2usdnbhd/md_components 1.0.37 → 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-QchC77ee.js +18 -0
  2. package/dist/allPathsLoader-0Tfoxw4V.js +22 -0
  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/MdStaticButtonFullInterface.d.ts +3 -2
  6. package/dist/components/Buttons/index.d.ts +2 -1
  7. package/dist/components/Buttons/mdStaticButtonBasic/mdStaticButtonBasic.d.ts +3 -0
  8. package/dist/components/Buttons/mdStaticButtonBasic/mdStaticButtonBasicInterface.d.ts +10 -0
  9. package/dist/components/Calendar/Calendar1/MdStaticCalendar1.d.ts +0 -1
  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/InputGroup/MdStaticPasswords/InputGroupInterface.d.ts +2 -1
  17. package/dist/components/FormInputs/TextInput/mdStaticTextInput/mdStaticTextInputInterface.d.ts +4 -3
  18. package/dist/components/Grid/BasicGrid/MdStaticBasicGridInterface.d.ts +3 -8
  19. package/dist/components/Grid/LockingGrid/MdStaticLockingGridInterface.d.ts +3 -10
  20. package/dist/components/Page/MdPageChangePassword/MdPageChangePassword.d.ts +3 -0
  21. package/dist/components/Page/MdPageChangePassword/MdPageChangePasswordInterface.d.ts +4 -0
  22. package/dist/components/Page/MdPageSignup/MdPageSignup.d.ts +3 -0
  23. package/dist/components/Page/MdPageSignup/MdPageSignupInterface.d.ts +4 -0
  24. package/dist/components/Page/MdPagelogin/MdPageloginInterface.d.ts +2 -0
  25. package/dist/components/Page/index.d.ts +3 -1
  26. package/dist/components/Popover/MdStaticPopover/MdStaticPopover.d.ts +3 -0
  27. package/dist/components/Popover/MdStaticPopover/MdStaticPopoverInterface.d.ts +7 -0
  28. package/dist/components/Popover/MdStaticPopoverForm/MdStaticPopoverForm.d.ts +3 -0
  29. package/dist/components/Popover/MdStaticPopoverForm/MdStaticPopoverFormInterface.d.ts +7 -0
  30. package/dist/components/Tag/mdStaticTag/MdStaticTagInterface.d.ts +4 -4
  31. package/dist/components/index.d.ts +2 -2
  32. package/dist/{index-lfkM5eem.js → index-45XOinaf.js} +12451 -13444
  33. package/dist/index-_nYoEliG.js +606 -0
  34. package/dist/index-q-fN99gA.js +606 -0
  35. package/dist/md-component.js +87 -84
  36. package/dist/md-component.umd.cjs +43 -71
  37. package/dist/{splitPathsBySizeLoader-s2Jip2Vh.js → splitPathsBySizeLoader--GRosNUW.js} +9 -7
  38. package/package.json +1 -1
  39. package/dist/allPaths-CTwi4K5n.js +0 -16
  40. package/dist/allPathsLoader-Dc1nCtYK.js +0 -20
  41. package/dist/components/Checkbox/MdStaticCheckbox1/MdStaticCheckbox1.stories.d.ts +0 -74
  42. package/dist/index-BcyZRf8d.js +0 -608
  43. package/dist/index-CPmyzV1b.js +0 -608
@@ -1,20 +1,22 @@
1
- import { _ as i, a as o, p as c, I as u } from "./index-lfkM5eem.js";
2
- var h = function(n, s) {
3
- return i(void 0, void 0, void 0, function() {
1
+ import { _ as s, a as o, p as c, I as p } from "./index-45XOinaf.js";
2
+ import "react";
3
+ import "react-dom";
4
+ var m = function(n, i) {
5
+ return s(void 0, void 0, void 0, function() {
4
6
  var a, r;
5
7
  return o(this, function(e) {
6
8
  switch (e.label) {
7
9
  case 0:
8
- return a = c(n), s !== u.STANDARD ? [3, 2] : [4, import(
10
+ return a = c(n), i !== p.STANDARD ? [3, 2] : [4, import(
9
11
  /* webpackChunkName: "blueprint-icons-16px-paths" */
10
- "./index-BcyZRf8d.js"
12
+ "./index-_nYoEliG.js"
11
13
  ).then((t) => t.I)];
12
14
  case 1:
13
15
  return r = e.sent(), [3, 4];
14
16
  case 2:
15
17
  return [4, import(
16
18
  /* webpackChunkName: "blueprint-icons-20px-paths" */
17
- "./index-CPmyzV1b.js"
19
+ "./index-q-fN99gA.js"
18
20
  ).then((t) => t.I)];
19
21
  case 3:
20
22
  r = e.sent(), e.label = 4;
@@ -25,5 +27,5 @@ var h = function(n, s) {
25
27
  });
26
28
  };
27
29
  export {
28
- h as splitPathsBySizeLoader
30
+ m as splitPathsBySizeLoader
29
31
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@map2usdnbhd/md_components",
3
3
  "private": false,
4
- "version": "1.0.37",
4
+ "version": "1.0.38",
5
5
  "type": "module",
6
6
  "files": [
7
7
  "dist"
@@ -1,16 +0,0 @@
1
- import { I as n } from "./index-BcyZRf8d.js";
2
- import { I as e } from "./index-CPmyzV1b.js";
3
- import { p as r, I as s } from "./index-lfkM5eem.js";
4
- function I(o, t) {
5
- var a = r(o);
6
- return t === s.STANDARD ? n[a] : e[a];
7
- }
8
- function p(o) {
9
- return r(o);
10
- }
11
- export {
12
- n as IconSvgPaths16,
13
- e as IconSvgPaths20,
14
- I as getIconPaths,
15
- p as iconNameToPathsRecordKey
16
- };
@@ -1,20 +0,0 @@
1
- import { _ as n, a as o } from "./index-lfkM5eem.js";
2
- var s = function(a, e) {
3
- return n(void 0, void 0, void 0, function() {
4
- var t;
5
- return o(this, function(r) {
6
- switch (r.label) {
7
- case 0:
8
- return [4, import(
9
- /* webpackChunkName: "blueprint-icons-all-paths" */
10
- "./allPaths-CTwi4K5n.js"
11
- )];
12
- case 1:
13
- return t = r.sent().getIconPaths, [2, t(a, e)];
14
- }
15
- });
16
- });
17
- };
18
- export {
19
- s as allPathsLoader
20
- };
@@ -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
- };