@map2usdnbhd/md_components 1.0.24 → 1.0.25

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.
@@ -1,4 +1,4 @@
1
- import { _ as s, a as o, p as c, I as p } from "./index-W_z0gVK3.js";
1
+ import { _ as s, a as o, p as c, I as p } from "./index-cfWZFemn.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.24",
4
+ "version": "1.0.25",
5
5
  "type": "module",
6
6
  "files": [
7
7
  "dist"
@@ -1,3 +0,0 @@
1
- import React from 'react';
2
- import { MdStaticCardSocialMediaInterface } from './MdStaticCardSocialMediaInterface';
3
- export declare const MdStaticCardSocialMedia: React.FC<MdStaticCardSocialMediaInterface>;
@@ -1,8 +0,0 @@
1
- export interface MdStaticCardSocialMediaInterface {
2
- userimg?: string;
3
- mediaimg?: string;
4
- username?: string;
5
- postTime?: string;
6
- postText?: string;
7
- hashtags: string[];
8
- }
@@ -1,3 +0,0 @@
1
- import { FC } from "react";
2
- import { MdStaticTextInputInter } from "../../";
3
- export declare const MdStaticTextInput: FC<MdStaticTextInputInter>;
@@ -1,11 +0,0 @@
1
- export interface MdStaticTextInputInter {
2
- placeholderProps: string;
3
- type: 'email' | 'number' | 'password' | 'float' | 'text' | 'none';
4
- validationProps: string;
5
- disabledProps: boolean;
6
- isRequired: boolean;
7
- numberLength: number;
8
- decimalPoints: number;
9
- id: string;
10
- name: string;
11
- }
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- import { MdTableDynamicInterface } from './MdTableDynamicInterface';
3
- declare const MdTableDynamic: React.FC<MdTableDynamicInterface>;
4
- export default MdTableDynamic;
@@ -1,7 +0,0 @@
1
- /// <reference types="react" />
2
- export interface MdTableDynamicInterface {
3
- children: React.ReactChild;
4
- headerColor?: string;
5
- headerTextColor?: string;
6
- headerLabel: [];
7
- }
@@ -1,6 +0,0 @@
1
- import React from 'react';
2
- interface test {
3
- data: any;
4
- }
5
- declare const TableChild: React.FC<test>;
6
- export default TableChild;
@@ -1,2 +0,0 @@
1
- import MdTableDynamic from './MdTableDynamic';
2
- export { MdTableDynamic };