@map2usdnbhd/md_components 1.0.39 → 1.0.40

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 (36) hide show
  1. package/dist/allPaths-CvL1o69n.js +16 -0
  2. package/dist/allPathsLoader-D95zoKG9.js +20 -0
  3. package/dist/components/Buttons/MdStaticBlockButton/MdStaticBlockButton.d.ts +3 -0
  4. package/dist/components/Buttons/MdStaticBlockButton/MdStaticBlockButtonInterface.d.ts +7 -0
  5. package/dist/components/Buttons/index.d.ts +2 -1
  6. package/dist/components/Calendar/Calendar1/MdStaticCalendar1.d.ts +1 -0
  7. package/dist/components/FormInputs/ColorPicker/ColorPicker1/MdStaticColorPicker1.d.ts +3 -0
  8. package/dist/components/FormInputs/ColorPicker/ColorPicker1/MdStaticColorPicker1Interface.d.ts +7 -0
  9. package/dist/components/FormInputs/ColorPicker/index.d.ts +2 -0
  10. package/dist/components/FormInputs/FontType/MdStaticFontType/MdStaticFontTypeInterface.d.ts +1 -0
  11. package/dist/components/FormInputs/index.d.ts +2 -2
  12. package/dist/components/Layout/MdStaticFormLayout/MdStaticFormLayout.d.ts +3 -0
  13. package/dist/components/Layout/MdStaticFormLayout/MdStaticFormLayoutInterface.d.ts +6 -0
  14. package/dist/components/Modal/DynamicModal/DynamicModal.d.ts +3 -0
  15. package/dist/components/Modal/DynamicModal/DynamicModalInterface.d.ts +11 -0
  16. package/dist/components/Modal/DynamicModal/ModalChild.d.ts +6 -0
  17. package/dist/components/Modal/index.d.ts +2 -1
  18. package/dist/components/Popover/MdStaticContextMenuPopover/MdStaticContextMenuPopover.d.ts +3 -0
  19. package/dist/components/Popover/MdStaticContextMenuPopover/MdStaticContextMenuPopoverInterface.d.ts +7 -0
  20. package/dist/components/Popover/MdStaticPopoverInfo/MdStaticPopoverInfo.d.ts +3 -0
  21. package/dist/components/Popover/MdStaticPopoverInfo/MdStaticPopoverInfoInterface.d.ts +7 -0
  22. package/dist/components/Popover/index.d.ts +4 -0
  23. package/dist/components/index.d.ts +4 -3
  24. package/dist/index-BcyZRf8d.js +608 -0
  25. package/dist/index-CPmyzV1b.js +608 -0
  26. package/dist/{index-Y-F_9jFq.js → index-RHeTUaLM.js} +10259 -10134
  27. package/dist/md-component.js +74 -70
  28. package/dist/md-component.umd.cjs +71 -43
  29. package/dist/{splitPathsBySizeLoader-ZajFFZNZ.js → splitPathsBySizeLoader-rUfgMNyy.js} +7 -9
  30. package/package.json +6 -4
  31. package/dist/allPaths-WvP4XqT0.js +0 -18
  32. package/dist/allPathsLoader-sSO0RLnW.js +0 -22
  33. package/dist/index-_nYoEliG.js +0 -606
  34. package/dist/index-q-fN99gA.js +0 -606
  35. /package/dist/components/FormInputs/ColorPicker/{MdStaticColorPicker.d.ts → ColorPicker/MdStaticColorPicker.d.ts} +0 -0
  36. /package/dist/components/FormInputs/ColorPicker/{MdStaticColorPickerInterface.d.ts → ColorPicker/MdStaticColorPickerInterface.d.ts} +0 -0
@@ -1,22 +1,20 @@
1
- import { _ as s, a as o, p as c, I as p } from "./index-Y-F_9jFq.js";
2
- import "react";
3
- import "react-dom";
4
- var m = function(n, i) {
5
- return s(void 0, void 0, void 0, function() {
1
+ import { _ as i, a as o, p as c, I as u } from "./index-RHeTUaLM.js";
2
+ var h = function(n, s) {
3
+ return i(void 0, void 0, void 0, function() {
6
4
  var a, r;
7
5
  return o(this, function(e) {
8
6
  switch (e.label) {
9
7
  case 0:
10
- return a = c(n), i !== p.STANDARD ? [3, 2] : [4, import(
8
+ return a = c(n), s !== u.STANDARD ? [3, 2] : [4, import(
11
9
  /* webpackChunkName: "blueprint-icons-16px-paths" */
12
- "./index-_nYoEliG.js"
10
+ "./index-BcyZRf8d.js"
13
11
  ).then((t) => t.I)];
14
12
  case 1:
15
13
  return r = e.sent(), [3, 4];
16
14
  case 2:
17
15
  return [4, import(
18
16
  /* webpackChunkName: "blueprint-icons-20px-paths" */
19
- "./index-q-fN99gA.js"
17
+ "./index-CPmyzV1b.js"
20
18
  ).then((t) => t.I)];
21
19
  case 3:
22
20
  r = e.sent(), e.label = 4;
@@ -27,5 +25,5 @@ var m = function(n, i) {
27
25
  });
28
26
  };
29
27
  export {
30
- m as splitPathsBySizeLoader
28
+ h as splitPathsBySizeLoader
31
29
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@map2usdnbhd/md_components",
3
3
  "private": false,
4
- "version": "1.0.39",
4
+ "version": "1.0.40",
5
5
  "type": "module",
6
6
  "files": [
7
7
  "dist"
@@ -30,16 +30,18 @@
30
30
  "@blueprintjs/docs-theme": "^5.2.4",
31
31
  "@material-tailwind/react": "^2.1.8",
32
32
  "@microsoft/api-extractor": "^7.39.1",
33
+ "@types/react-color": "^3.0.12",
33
34
  "@types/react-select": "^5.0.1",
34
35
  "build": "^0.1.4",
35
36
  "class-variance-authority": "^0.7.0",
36
37
  "clsx": "^2.1.0",
37
- "d3-scale": "^2.0.0",
38
+ "d3-scale": "^4.0.2",
38
39
  "deck.gl": "^8.9.0",
39
40
  "echarts": "^5.4.3",
40
41
  "echarts-for-react": "^3.0.2",
41
42
  "maplibre-gl": "^2.4.0",
42
43
  "react": "^18.2.0",
44
+ "react-color": "^2.19.3",
43
45
  "react-dom": "^18.2.0",
44
46
  "react-icons": "^4.12.0",
45
47
  "react-map-gl": "^7.0.0",
@@ -49,7 +51,7 @@
49
51
  "react-select": "^5.8.0",
50
52
  "react-use": "^17.5.0",
51
53
  "react-use-gesture": "^9.1.3",
52
- "sweetalert2": "^11.10.2",
54
+ "sweetalert2": "^11.6.13",
53
55
  "tailwind-merge": "^2.2.0"
54
56
  },
55
57
  "devDependencies": {
@@ -80,4 +82,4 @@
80
82
  "vite-plugin-dts": "^3.7.0",
81
83
  "vite-tsconfig-paths": "^4.2.3"
82
84
  }
83
- }
85
+ }
@@ -1,18 +0,0 @@
1
- import { I as n } from "./index-_nYoEliG.js";
2
- import { I as e } from "./index-q-fN99gA.js";
3
- import { p as t, I as s } from "./index-Y-F_9jFq.js";
4
- import "react";
5
- import "react-dom";
6
- function f(o, a) {
7
- var r = t(o);
8
- return a === s.STANDARD ? n[r] : e[r];
9
- }
10
- function h(o) {
11
- return t(o);
12
- }
13
- export {
14
- n as IconSvgPaths16,
15
- e as IconSvgPaths20,
16
- f as getIconPaths,
17
- h as iconNameToPathsRecordKey
18
- };
@@ -1,22 +0,0 @@
1
- import { _ as e, a as n } from "./index-Y-F_9jFq.js";
2
- import "react";
3
- import "react-dom";
4
- var u = function(o, a) {
5
- return e(void 0, void 0, void 0, function() {
6
- var t;
7
- return n(this, function(r) {
8
- switch (r.label) {
9
- case 0:
10
- return [4, import(
11
- /* webpackChunkName: "blueprint-icons-all-paths" */
12
- "./allPaths-WvP4XqT0.js"
13
- )];
14
- case 1:
15
- return t = r.sent().getIconPaths, [2, t(o, a)];
16
- }
17
- });
18
- });
19
- };
20
- export {
21
- u as allPathsLoader
22
- };