prosperita-dumbo-react 1.3.35 → 1.3.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.
|
@@ -15476,10 +15476,10 @@ const LS = ({
|
|
|
15476
15476
|
cursor: pointer;
|
|
15477
15477
|
`, sx = y.div`
|
|
15478
15478
|
background: ${f.layer01};
|
|
15479
|
-
min-width: ${({ tableWidth: e }) => e ? `${e}px` : "auto"};
|
|
15479
|
+
/* min-width: ${({ tableWidth: e }) => e ? `${e}px` : "auto"}; */
|
|
15480
15480
|
margin: 0;
|
|
15481
15481
|
padding: 0;
|
|
15482
|
-
width:
|
|
15482
|
+
width: 100%;
|
|
15483
15483
|
display: flex;
|
|
15484
15484
|
justify-content: space-between;
|
|
15485
15485
|
border: 1px solid ${f.borderSubtle00};
|
|
@@ -2917,10 +2917,10 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
2917
2917
|
cursor: pointer;
|
|
2918
2918
|
`,Y8=C.div`
|
|
2919
2919
|
background: ${f.layer01};
|
|
2920
|
-
min-width: ${({tableWidth:e})=>e?`${e}px`:"auto"};
|
|
2920
|
+
/* min-width: ${({tableWidth:e})=>e?`${e}px`:"auto"}; */
|
|
2921
2921
|
margin: 0;
|
|
2922
2922
|
padding: 0;
|
|
2923
|
-
width:
|
|
2923
|
+
width: 100%;
|
|
2924
2924
|
display: flex;
|
|
2925
2925
|
justify-content: space-between;
|
|
2926
2926
|
border: 1px solid ${f.borderSubtle00};
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
import "@fontsource/ibm-plex-sans";
|
|
3
3
|
import { TableProps } from "./index";
|
|
4
4
|
type PaginationProps = {
|
|
5
|
-
tableWidth
|
|
5
|
+
tableWidth: number;
|
|
6
6
|
};
|
|
7
7
|
export declare const TableMain: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").TableHTMLAttributes<HTMLTableElement>, HTMLTableElement>, never>> & string;
|
|
8
8
|
export declare const Trs: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLTableRowElement>, HTMLTableRowElement>, never>> & string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"style.d.ts","sourceRoot":"","sources":["../../../../src/Components/TableExpandable/style.tsx"],"names":[],"mappings":";AACA,OAAO,2BAA2B,CAAC;AAEnC,OAAO,EAAE,UAAU,EAAE,MAAM,SAAS,CAAA;AAEpC,KAAK,eAAe,GAAG;IACrB,UAAU,
|
|
1
|
+
{"version":3,"file":"style.d.ts","sourceRoot":"","sources":["../../../../src/Components/TableExpandable/style.tsx"],"names":[],"mappings":";AACA,OAAO,2BAA2B,CAAC;AAEnC,OAAO,EAAE,UAAU,EAAE,MAAM,SAAS,CAAA;AAEpC,KAAK,eAAe,GAAG;IACrB,UAAU,EAAE,MAAM,CAAC;CACpB,CAAA;AAED,eAAO,MAAM,SAAS,sOAKrB,CAAC;AAEF,eAAO,MAAM,GAAG,uOAUf,CAAC;AAEF,eAAO,MAAM,GAAG,qQASf,CAAC;AAGF,eAAO,MAAM,QAAQ,uOAepB,CAAC;AAEF,eAAO,MAAM,GAAG,uPAOf,CAAC;AAEF,eAAO,MAAM,UAAU,yOAWtB,CAAC;AAGF,eAAO,MAAM,aAAa,uPAWzB,CAAC;AAEF,eAAO,MAAM,UAAU,oPAWtB,CAAC;AACF,eAAO,MAAM,OAAO,6NAMnB,CAAC;AACF,eAAO,MAAM,cAAc,yOAe1B,CAAC;AACF,eAAO,MAAM,UAAU,yOAItB,CAAC;AACF,eAAO,MAAM,SAAS,yOAmBrB,CAAC;AACF,eAAO,MAAM,QAAQ,yOASpB,CAAC;AAEF,eAAO,MAAM,WAAW,6NAKH,CAAA;AAErB,eAAO,MAAM,cAAc,6NAgD1B,CAAC"}
|