prosperita-dumbo-react 3.1.2 → 3.1.3
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/prosperita-dumbo-react.es.js +57 -23
- package/dist/prosperita-dumbo-react.umd.js +27 -27
- package/dist/types/Components/Tab/index.d.ts +2 -1
- package/dist/types/Components/Tab/index.d.ts.map +1 -1
- package/dist/types/Components/Tab/style.d.ts.map +1 -1
- package/dist/types/Components/TabPane/index.d.ts +3 -3
- package/dist/types/Components/TabPane/index.d.ts.map +1 -1
- package/dist/types/Components/TabPane/style.d.ts +2 -1
- package/dist/types/Components/TabPane/style.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { ReactNode } from 'react';
|
|
2
2
|
type ItypeTab = {
|
|
3
3
|
children: ReactNode;
|
|
4
|
+
width: string;
|
|
4
5
|
};
|
|
5
|
-
export declare const Tab: ({ children }: ItypeTab) => import("react/jsx-runtime").JSX.Element;
|
|
6
|
+
export declare const Tab: ({ children, width }: ItypeTab) => import("react/jsx-runtime").JSX.Element;
|
|
6
7
|
export {};
|
|
7
8
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/Components/Tab/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/Components/Tab/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAGlC,KAAK,QAAQ,GAAG;IACZ,QAAQ,EAAE,SAAS,CAAC;IACpB,KAAK,EAAE,MAAM,CAAA;CAChB,CAAA;AAED,eAAO,MAAM,GAAG,wBAAyB,QAAQ,4CAuChD,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"style.d.ts","sourceRoot":"","sources":["../../../../src/Components/Tab/style.tsx"],"names":[],"mappings":";AACA,OAAO,2BAA2B,CAAA;
|
|
1
|
+
{"version":3,"file":"style.d.ts","sourceRoot":"","sources":["../../../../src/Components/Tab/style.tsx"],"names":[],"mappings":";AACA,OAAO,2BAA2B,CAAA;AAIlC,eAAO,MAAM,UAAU,yOAetB,CAAA"}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { ReactNode } from 'react';
|
|
2
|
-
type TabPaneProps = {
|
|
2
|
+
export type TabPaneProps = {
|
|
3
3
|
children?: ReactNode;
|
|
4
4
|
label: string;
|
|
5
5
|
onClick: () => void;
|
|
6
6
|
isActive: boolean;
|
|
7
7
|
icon?: string;
|
|
8
8
|
bordercolor?: string;
|
|
9
|
+
width?: string;
|
|
9
10
|
};
|
|
10
|
-
export declare const TabPane: ({ bordercolor, icon, children, label, onClick, isActive }: TabPaneProps) => import("react/jsx-runtime").JSX.Element;
|
|
11
|
-
export {};
|
|
11
|
+
export declare const TabPane: ({ width, bordercolor, icon, children, label, onClick, isActive }: TabPaneProps) => import("react/jsx-runtime").JSX.Element;
|
|
12
12
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/Components/TabPane/index.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAIlC,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/Components/TabPane/index.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAIlC,MAAM,MAAM,YAAY,GAAG;IACvB,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,QAAQ,EAAE,OAAO,CAAC;IAClB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,KAAK,CAAC,EAAE,MAAM,CAAA;CACjB,CAAC;AAEF,eAAO,MAAM,OAAO,qEAAsE,YAAY,4CAyDrG,CAAC"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import "@fontsource/ibm-plex-sans";
|
|
3
|
-
|
|
3
|
+
import { TabPaneProps } from "./index";
|
|
4
|
+
export declare const TabButtons: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, TabPaneProps>> & string;
|
|
4
5
|
//# sourceMappingURL=style.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"style.d.ts","sourceRoot":"","sources":["../../../../src/Components/TabPane/style.tsx"],"names":[],"mappings":";AACA,OAAO,2BAA2B,CAAA;
|
|
1
|
+
{"version":3,"file":"style.d.ts","sourceRoot":"","sources":["../../../../src/Components/TabPane/style.tsx"],"names":[],"mappings":";AACA,OAAO,2BAA2B,CAAA;AAElC,OAAO,EAAE,YAAY,EAAE,MAAM,SAAS,CAAA;AAEtC,eAAO,MAAM,UAAU,6PAkBtB,CAAC"}
|