@map2usdnbhd/md_components 1.0.31 → 1.0.33
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-6n-RAdhK.js → allPaths-naKN7Yqo.js} +1 -1
- package/dist/{allPathsLoader-ctLXo4R1.js → allPathsLoader-1rDYJPcH.js} +2 -2
- package/dist/components/Buttons/MdStaticBtnIcon/MdStaticBtnIconInterface.d.ts +3 -2
- package/dist/components/Card/MdStaticCardProgress/MdStaticCardProgress.d.ts +1 -1
- package/dist/components/Card/index.d.ts +2 -2
- package/dist/components/DragDrop/MdStaticDragDropSimple/MdStaticDragDropSimple.d.ts +1 -1
- package/dist/components/DragDrop/index.d.ts +2 -2
- package/dist/components/Gallery/MdFeaturedImageGallery/MdFeaturedImageGallery.d.ts +3 -0
- package/dist/components/Gallery/MdFeaturedImageGallery/MdFeaturedImageGalleryInterface.d.ts +5 -0
- package/dist/components/Gallery/MdQuadGallery/MdQuadGallery.d.ts +3 -0
- package/dist/components/Gallery/MdQuadGallery/MdQuadGalleryInterface.d.ts +5 -0
- package/dist/components/Gallery/index.d.ts +2 -1
- package/dist/components/index.d.ts +5 -4
- package/dist/{index-xhvFFmk0.js → index-aa_7BtM0.js} +5566 -5471
- package/dist/md-component.js +72 -70
- package/dist/md-component.umd.cjs +24 -24
- package/dist/{splitPathsBySizeLoader-9k8h0970.js → splitPathsBySizeLoader-XkFouEOc.js} +1 -1
- package/package.json +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { _ as e, a as n } from "./index-
|
|
1
|
+
import { _ as e, a as n } from "./index-aa_7BtM0.js";
|
|
2
2
|
import "react";
|
|
3
3
|
import "react-dom";
|
|
4
4
|
var u = function(o, a) {
|
|
@@ -9,7 +9,7 @@ var u = function(o, a) {
|
|
|
9
9
|
case 0:
|
|
10
10
|
return [4, import(
|
|
11
11
|
/* webpackChunkName: "blueprint-icons-all-paths" */
|
|
12
|
-
"./allPaths-
|
|
12
|
+
"./allPaths-naKN7Yqo.js"
|
|
13
13
|
)];
|
|
14
14
|
case 1:
|
|
15
15
|
return t = r.sent().getIconPaths, [2, t(o, a)];
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
export interface MdstaticBtnIconInterface {
|
|
2
3
|
size: "sm" | "md" | "lg";
|
|
3
|
-
iconSize?: number;
|
|
4
4
|
disable?: boolean;
|
|
5
5
|
iconType?: "Setting" | " Appstore" | "CloseCircle" | "CheckCircle" | "Notification" | "CloudUpload" | "CloudDownload" | "Eye" | "Pen" | "TrashCan";
|
|
6
6
|
variant: "success" | "primary" | "danger" | "warning" | "dark" | "light";
|
|
7
|
-
|
|
7
|
+
className: String;
|
|
8
|
+
children?: React.ReactNode;
|
|
8
9
|
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
import { MdStaticCardProgressInterface } from "./MdStaticCardProgressInterface";
|
|
3
|
-
export declare const
|
|
3
|
+
export declare const MdStaticCardProgress: React.FC<MdStaticCardProgressInterface>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import MdStaticCardImgSide from "./MdStaticCardImgSide/MdStaticCardImgSide";
|
|
2
2
|
import MdStaticCard from "./MdStaticCard/MdStaticCard";
|
|
3
|
-
import {
|
|
3
|
+
import { MdStaticCardProgress } from "./MdStaticCardProgress/MdStaticCardProgress";
|
|
4
4
|
import { MdStaticCardTab } from "./MdStaticCardTab/MdStaticCardTab";
|
|
5
5
|
import MdStaticCardColorHeader from "./MdStaticCardColorHeader/MdStaticCardColorHeader";
|
|
6
6
|
import { MdStaticCardSocialMedia } from "./MdStaticCardSocialMedia/MdStaticCardSocialMedia";
|
|
7
|
-
export { MdStaticCard, MdStaticCardImgSide,
|
|
7
|
+
export { MdStaticCard, MdStaticCardImgSide, MdStaticCardProgress, MdStaticCardTab, MdStaticCardColorHeader, MdStaticCardSocialMedia };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { MdStaticDragDropSimpleInterface } from './MdStaticDragDropSimpleInterface';
|
|
3
|
-
export declare const
|
|
3
|
+
export declare const MdStaticDragDropSimple: React.FC<MdStaticDragDropSimpleInterface>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import MdStaticConstraintsDragDrop from "./MdStaticConstraintsDragDrop/MdStaticConstraintsDragDrop";
|
|
2
|
-
import {
|
|
3
|
-
export { MdStaticConstraintsDragDrop,
|
|
2
|
+
import { MdStaticDragDropSimple } from "./MdStaticDragDropSimple/MdStaticDragDropSimple";
|
|
3
|
+
export { MdStaticConstraintsDragDrop, MdStaticDragDropSimple };
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { MdFeaturedImageGallery } from "./MdFeaturedImageGallery/MdFeaturedImageGallery";
|
|
1
2
|
import { MdStaticGallery } from "./MdStaticGallery/MdStaticGallery";
|
|
2
3
|
import { MdStaticMasonryGridGallery } from "./MdStaticMasonryGridGalery/MdStaticMasonryGridGalery";
|
|
3
|
-
export { MdStaticGallery, MdStaticMasonryGridGallery };
|
|
4
|
+
export { MdStaticGallery, MdStaticMasonryGridGallery, MdFeaturedImageGallery };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { MdStaticButton, MdStaticMoreLessButton, MdStaticSplitButton, MdStaticBtnIcon, MdStaticBtnIconOutline } from "./Buttons";
|
|
2
2
|
import { MdStaticCalendar } from "./Calendar/Calendar1/MdStaticCalendar1";
|
|
3
|
-
import { MdStaticCard, MdStaticCardColorHeader, MdStaticCardImgSide,
|
|
3
|
+
import { MdStaticCard, MdStaticCardColorHeader, MdStaticCardImgSide, MdStaticCardProgress, MdStaticCardSocialMedia, MdStaticCardTab } from "./Card";
|
|
4
4
|
import { MdStaticCarousel } from "./Carousel";
|
|
5
5
|
import { MdstaticCheckbox } from "./Checkbox/Checkbox/Checkbox";
|
|
6
6
|
import { MdstaticCheckboxGroup } from "./Checkbox/CheckboxGroup/CheckbocGroup";
|
|
@@ -17,10 +17,11 @@ import { MdStaticInfoBox, MdStaticInfoBoxShadow } from "./Infobox";
|
|
|
17
17
|
import { MdStaticSidebar } from "./Sidebar";
|
|
18
18
|
import { MdStaticHTMLSelect } from "./HTMLSelect/HTMLSelect1";
|
|
19
19
|
import { MdErrorPage404, MdErrorPage500 } from "./PageError";
|
|
20
|
-
import { MdStaticConstraintsDragDrop,
|
|
20
|
+
import { MdStaticConstraintsDragDrop, MdStaticDragDropSimple } from "./DragDrop";
|
|
21
21
|
import { MdStaticToastAutoHide, MdStaticToastDefaultBottomLeft, MdStaticToastDefaultBottomRight, MdStaticToastDefaultTopLeft, MdStaticToastDefaultTopRight, MdStaticToastIcon, MdStaticToastImage, MdSweetToastError, MdSweetToastSuccess, MdSweetToastWarning, MdSweetToastInfo, MdSweetToastQuestion } from "./Toast";
|
|
22
22
|
import { MdStaticSpinner } from "./Spinner";
|
|
23
23
|
import { MdStaticHoverEffect } from "./Hover";
|
|
24
24
|
import { MdStaticBadgeIconNotification, MdStaticBadgeNotification } from "./Badge";
|
|
25
|
-
import { MdStaticGallery, MdStaticMasonryGridGallery } from "./Gallery";
|
|
26
|
-
|
|
25
|
+
import { MdFeaturedImageGallery, MdStaticGallery, MdStaticMasonryGridGallery } from "./Gallery";
|
|
26
|
+
import { MdStaticProgressBar } from "./ProgressBar";
|
|
27
|
+
export { MdStaticPasswordField, MdStaticFileInput, MdStaticColorPicker, MdStaticEmailField, MdStaticNumberField, MdStaticTextFieldSet, MdStaticTextAreaField, MdStaticURLField, MdStaticSearchField, MdStaticDatePickerField, MdStaticCountdown, MdStaticSpinnerField, MdStaticToggleSwitch, MdStaticTextarea1, MdStaticTagInput, MdStaticPDFViewer, MdstaticNumericInput1, MdStaticTextField, MdStaticFontType, MdStaticTextInput, MdStaticToastAutoHide, MdStaticToastDefaultBottomLeft, MdStaticToastDefaultBottomRight, MdStaticToastDefaultTopLeft, MdStaticToastDefaultTopRight, MdStaticToastIcon, MdStaticToastImage, MdSweetToastError, MdSweetToastSuccess, MdSweetToastWarning, MdSweetToastInfo, MdSweetToastQuestion, MdStaticButton, MdStaticBtnIcon, MdStaticBtnIconOutline, MdStaticCarousel, MdStaticDropdown, MdStaticFooter, MdStaticFooter2, MdStaticHeader, MdStaticNavbar, MdStaticSidebar, Table02, MdStaticWSortIcon, MdTableDynamic, MdStaticModalForm, MdStaticModalTab, MdStaticMultiselect, MdStaticSearchDropdown, MdStaticCalendar, MdstaticCheckbox, MdstaticCheckboxGroup, MdStaticSplitButton, MdStaticMoreLessButton, MdErrorPage404, MdErrorPage500, MdStaticInfoBox, MdStaticInfoBoxShadow, MdStaticHTMLSelect, MdStaticConstraintsDragDrop, MdStaticDragDropSimple, MdStaticCard, MdStaticCardImgSide, MdStaticCardProgress, MdStaticCardTab, MdStaticCardColorHeader, MdStaticCardSocialMedia, MdEditableText, MdStaticSpinner, MdStaticHoverEffect, MdStaticBadgeNotification, MdStaticBadgeIconNotification, MdStaticGallery, MdStaticMasonryGridGallery, MdFeaturedImageGallery, MdStaticProgressBar, };
|