@map2usdnbhd/md_components 1.0.34 → 1.0.36

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 (25) hide show
  1. package/dist/{allPaths-WtiPSK3r.js → allPaths-bd2lN2Cy.js} +1 -1
  2. package/dist/{allPathsLoader-ZdeYLhN0.js → allPathsLoader-rTs9IQ6n.js} +2 -2
  3. package/dist/components/Avatar/Avatar2/Avatar2.d.ts +3 -0
  4. package/dist/components/Avatar/Avatar2/Avatar2.stories.d.ts +6 -0
  5. package/dist/components/Avatar/Avatar2/Avatar2Interface.d.ts +8 -0
  6. package/dist/components/Avatar/Avatar2/index.d.ts +2 -0
  7. package/dist/components/Checkbox/MdStaticCheckbox1/MdStaticCheckbox1.d.ts +3 -0
  8. package/dist/components/Checkbox/MdStaticCheckbox1/MdStaticCheckbox1.stories.d.ts +74 -0
  9. package/dist/components/Checkbox/MdStaticCheckbox1/MdStaticCheckbox1Interface.d.ts +10 -0
  10. package/dist/components/Checkbox/index.d.ts +2 -1
  11. package/dist/components/Dropdown/index.d.ts +4 -1
  12. package/dist/components/Dropdown/mdStaticDropdown/mdStaticDropdown.d.ts +3 -0
  13. package/dist/components/Dropdown/mdStaticDropdown/mdStaticDropdownInterface.d.ts +12 -0
  14. package/dist/components/Switch/Switch1.d.ts +3 -0
  15. package/dist/components/Switch/Switch1Interface.d.ts +8 -0
  16. package/dist/components/Switch/index.d.ts +2 -0
  17. package/dist/components/Tag/index.d.ts +2 -0
  18. package/dist/components/Tag/mdStaticTag/MdStaticTag.d.ts +3 -0
  19. package/dist/components/Tag/mdStaticTag/MdStaticTagInterface.d.ts +14 -0
  20. package/dist/components/index.d.ts +3 -2
  21. package/dist/{index-yBdDyy67.js → index-79eqIWQw.js} +18776 -17515
  22. package/dist/md-component.js +69 -67
  23. package/dist/md-component.umd.cjs +35 -35
  24. package/dist/{splitPathsBySizeLoader-iauL71Mg.js → splitPathsBySizeLoader-jq2okcc8.js} +1 -1
  25. package/package.json +1 -1
@@ -1,6 +1,6 @@
1
1
  import { I as n } from "./index-_nYoEliG.js";
2
2
  import { I as e } from "./index-q-fN99gA.js";
3
- import { p as t, I as s } from "./index-yBdDyy67.js";
3
+ import { p as t, I as s } from "./index-79eqIWQw.js";
4
4
  import "react";
5
5
  import "react-dom";
6
6
  function f(o, a) {
@@ -1,4 +1,4 @@
1
- import { _ as e, a as n } from "./index-yBdDyy67.js";
1
+ import { _ as e, a as n } from "./index-79eqIWQw.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-WtiPSK3r.js"
12
+ "./allPaths-bd2lN2Cy.js"
13
13
  )];
14
14
  case 1:
15
15
  return t = r.sent().getIconPaths, [2, t(o, a)];
@@ -0,0 +1,3 @@
1
+ import { FC } from 'react';
2
+ import { Avatar2Props } from './Avatar2Interface';
3
+ export declare const Avatar2: FC<Avatar2Props>;
@@ -0,0 +1,6 @@
1
+ import { Meta, StoryObj } from "@storybook/react";
2
+ import { Avatar2 } from "./Avatar2";
3
+ declare const meta: Meta<typeof Avatar2>;
4
+ export default meta;
5
+ type Story = StoryObj<typeof meta>;
6
+ export declare const Avatar_2: Story;
@@ -0,0 +1,8 @@
1
+ export interface Avatar2Props {
2
+ imgProps: any;
3
+ sizeProps: Boolean;
4
+ notiProps: Boolean;
5
+ textProps: String;
6
+ detailProps: any;
7
+ intentProps: any;
8
+ }
@@ -0,0 +1,2 @@
1
+ import { Avatar2 } from "./Avatar2";
2
+ export { Avatar2 };
@@ -0,0 +1,3 @@
1
+ import React from "react";
2
+ import { MdStaticCheckbox1Interface } from "./MdStaticCheckbox1Interface";
3
+ export declare const MdStaticCheckbox1: React.FC<MdStaticCheckbox1Interface>;
@@ -0,0 +1,74 @@
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
+ };
@@ -0,0 +1,10 @@
1
+ export interface MdStaticCheckbox1Interface {
2
+ borderRadiusProps?: number;
3
+ checkedProps?: boolean;
4
+ disabledProps?: boolean;
5
+ colorProps?: "blue" | "red" | "green" | "amber" | "teal" | "indigo" | "purple" | "pink";
6
+ idProps: string;
7
+ nameProps?: string;
8
+ labelProps: string;
9
+ descriptionProps: string;
10
+ }
@@ -1,3 +1,4 @@
1
1
  import { MdstaticCheckbox } from "./Checkbox/Checkbox";
2
2
  import { MdstaticCheckboxGroup } from "./CheckboxGroup/CheckbocGroup";
3
- export { MdstaticCheckbox, MdstaticCheckboxGroup };
3
+ import { MdStaticCheckbox1 } from "./MdStaticCheckbox1/MdStaticCheckbox1";
4
+ export { MdstaticCheckbox, MdstaticCheckboxGroup, MdStaticCheckbox1 };
@@ -1,4 +1,7 @@
1
1
  import { MdStaticDropdown } from "./MdDropDown/MdStaticDropdown";
2
2
  import { MdStaticMultiselect } from "./MdDropdownMultiselect/MdDropdownMultiselect";
3
3
  import { MdStaticSearchDropdown } from "./SearchDropdown/SearchDropdown";
4
- export { MdStaticDropdown, MdStaticSearchDropdown, MdStaticMultiselect };
4
+ import { MdStaticDropdown1 } from "./mdStaticDropdown/mdStaticDropdown";
5
+ import { MdStaticDropdownInter } from "./mdStaticDropdown/mdStaticDropdownInterface";
6
+ export { MdStaticDropdown, MdStaticSearchDropdown, MdStaticMultiselect, MdStaticDropdown1 };
7
+ export type { MdStaticDropdownInter };
@@ -0,0 +1,3 @@
1
+ import { FC } from 'react';
2
+ import { MdStaticDropdownInter } from '..';
3
+ export declare const MdStaticDropdown1: FC<MdStaticDropdownInter>;
@@ -0,0 +1,12 @@
1
+ import { SelectHTMLAttributes } from "react";
2
+ interface Option {
3
+ value: string;
4
+ label: string;
5
+ }
6
+ export interface MdStaticDropdownInter extends SelectHTMLAttributes<HTMLSelectElement> {
7
+ options: Option[];
8
+ id?: string;
9
+ name?: string;
10
+ className?: string;
11
+ }
12
+ export {};
@@ -0,0 +1,3 @@
1
+ import { FC } from 'react';
2
+ import { Switch1Props } from './Switch1Interface';
3
+ export declare const Switch1: FC<Switch1Props>;
@@ -0,0 +1,8 @@
1
+ export interface Switch1Props {
2
+ labelProps: string;
3
+ disableProps: boolean;
4
+ inlineProps: boolean;
5
+ largeProps: boolean;
6
+ innerlabelProps: string;
7
+ innerlabelcheckedProps: string;
8
+ }
@@ -0,0 +1,2 @@
1
+ import { Switch1 } from "./Switch1";
2
+ export { Switch1 };
@@ -0,0 +1,2 @@
1
+ import { MdStaticTag } from "./mdStaticTag/MdStaticTag";
2
+ export { MdStaticTag };
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ import { MdStaticTagInterface } from './MdStaticTagInterface';
3
+ export declare const MdStaticTag: React.FC<MdStaticTagInterface>;
@@ -0,0 +1,14 @@
1
+ import { Intent } from "@blueprintjs/core";
2
+ export interface MdStaticTagInterface {
3
+ activeProps: boolean;
4
+ fillProps: boolean;
5
+ interactiveProps: boolean;
6
+ largeProps: boolean;
7
+ minimalProps: boolean;
8
+ multilineProps: boolean;
9
+ roundProps: boolean;
10
+ righticonProps: boolean;
11
+ iconProps: boolean;
12
+ IntentProps: Intent;
13
+ textProps: string;
14
+ }
@@ -3,8 +3,9 @@ import { MdStaticCalendar } from "./Calendar/Calendar1/MdStaticCalendar1";
3
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
+ import { MdStaticCheckbox1 } from "./Checkbox/index";
6
7
  import { MdstaticCheckboxGroup } from "./Checkbox/CheckboxGroup/CheckbocGroup";
7
- import { MdStaticDropdown, MdStaticMultiselect, MdStaticSearchDropdown } from "./Dropdown";
8
+ import { MdStaticDropdown, MdStaticDropdown1, MdStaticMultiselect, MdStaticSearchDropdown } from "./Dropdown";
8
9
  import { MdStaticFooter } from "./Footer/MdStaticFooter/MdStaticFooter";
9
10
  import { MdStaticFooter2 } from "./Footer/MdStaticFooter2/MdStaticFooter2";
10
11
  import { MdStaticPasswordField, MdStaticFileInput, MdStaticColorPicker, MdStaticEmailField, MdStaticNumberField, MdStaticTextFieldSet, MdStaticTextAreaField, MdStaticURLField, MdStaticSearchField, MdStaticDatePickerField, MdStaticCountdown, MdStaticSpinnerField, MdStaticToggleSwitch, MdStaticTextarea1, MdStaticTagInput, MdStaticPDFViewer, MdstaticNumericInput1, MdStaticFontType, MdStaticTextField, MdStaticTextInput } from "./FormInputs";
@@ -24,4 +25,4 @@ import { MdStaticHoverEffect } from "./Hover";
24
25
  import { MdStaticBadgeIconNotification, MdStaticBadgeNotification } from "./Badge";
25
26
  import { MdFeaturedImageGallery, MdGalleryCarousel, MdQuadGallery, MdStaticGallery, MdStaticMasonryGridGallery } from "./Gallery";
26
27
  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, MdQuadGallery, MdGalleryCarousel, MdStaticProgressBar, };
28
+ 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, MdStaticDropdown1, MdStaticFooter, MdStaticFooter2, MdStaticHeader, MdStaticNavbar, MdStaticSidebar, Table02, MdStaticWSortIcon, MdTableDynamic, MdStaticModalForm, MdStaticModalTab, MdStaticMultiselect, MdStaticSearchDropdown, MdStaticCalendar, MdstaticCheckbox, MdStaticCheckbox1, MdstaticCheckboxGroup, MdStaticSplitButton, MdStaticMoreLessButton, MdErrorPage404, MdErrorPage500, MdStaticInfoBox, MdStaticInfoBoxShadow, MdStaticHTMLSelect, MdStaticConstraintsDragDrop, MdStaticDragDropSimple, MdStaticCard, MdStaticCardImgSide, MdStaticCardProgress, MdStaticCardTab, MdStaticCardColorHeader, MdStaticCardSocialMedia, MdEditableText, MdStaticSpinner, MdStaticHoverEffect, MdStaticBadgeNotification, MdStaticBadgeIconNotification, MdStaticGallery, MdStaticMasonryGridGallery, MdFeaturedImageGallery, MdQuadGallery, MdGalleryCarousel, MdStaticProgressBar, };