prosperita-dumbo-react 3.0.7 → 3.1.0
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 +8 -4
- package/dist/prosperita-dumbo-react.umd.js +8 -4
- package/dist/types/Components/Button/index.d.ts +1 -1
- package/dist/types/Components/Button/index.d.ts.map +1 -1
- package/dist/types/Components/TableBatchActions/index.d.ts +1 -1
- package/dist/types/Components/TableBatchActions/index.d.ts.map +1 -1
- package/dist/types/Components/TableBatchActions/style.d.ts +1 -1
- package/dist/types/Components/TableBatchActions/style.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -11744,7 +11744,7 @@ const Jf = /* @__PURE__ */ a(G, { children: /* @__PURE__ */ a(
|
|
|
11744
11744
|
border-collapse: collapse;
|
|
11745
11745
|
margin: 0;
|
|
11746
11746
|
padding: 0;
|
|
11747
|
-
width:100
|
|
11747
|
+
width:100%
|
|
11748
11748
|
`, aa = x.tr`
|
|
11749
11749
|
text-align: start;
|
|
11750
11750
|
background: ${c.layerAccent01};
|
|
@@ -11759,11 +11759,12 @@ const Jf = /* @__PURE__ */ a(G, { children: /* @__PURE__ */ a(
|
|
|
11759
11759
|
|
|
11760
11760
|
`, o5 = x.td`
|
|
11761
11761
|
padding: 1em;
|
|
11762
|
-
padding-right: 10px;
|
|
11763
11762
|
text-align: start;
|
|
11764
11763
|
box-sizing: border-box;
|
|
11765
11764
|
margin: 0;
|
|
11766
|
-
width:
|
|
11765
|
+
width: 1%;
|
|
11766
|
+
white-space: nowrap;
|
|
11767
|
+
border-collapse: collapse;
|
|
11767
11768
|
`, a5 = x.tr`
|
|
11768
11769
|
background: ${c.layer01};
|
|
11769
11770
|
text-align: start;
|
|
@@ -11773,19 +11774,22 @@ const Jf = /* @__PURE__ */ a(G, { children: /* @__PURE__ */ a(
|
|
|
11773
11774
|
font-style: normal;
|
|
11774
11775
|
font-weight: 400;
|
|
11775
11776
|
line-height: 18px;
|
|
11777
|
+
padding:0;
|
|
11776
11778
|
letter-spacing: 0.16px;
|
|
11777
11779
|
cursor: pointer;
|
|
11778
11780
|
&:hover {
|
|
11779
11781
|
background: ${c.layerHover01};
|
|
11780
11782
|
}
|
|
11781
11783
|
margin: 0;
|
|
11784
|
+
|
|
11782
11785
|
`, la = x.th`
|
|
11783
11786
|
padding: 0.9em;
|
|
11784
11787
|
text-align: start;
|
|
11785
11788
|
margin: 0;
|
|
11786
11789
|
font-family: IBM Plex Sans;
|
|
11787
11790
|
font-size:14px
|
|
11788
|
-
|
|
11791
|
+
|
|
11792
|
+
`, l5 = x.p`
|
|
11789
11793
|
font-family:IBM Plex Sans;
|
|
11790
11794
|
font-size:20px;
|
|
11791
11795
|
display:flex;
|
|
@@ -2013,7 +2013,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
2013
2013
|
border-collapse: collapse;
|
|
2014
2014
|
margin: 0;
|
|
2015
2015
|
padding: 0;
|
|
2016
|
-
width:100
|
|
2016
|
+
width:100%
|
|
2017
2017
|
`,hl=x.tr`
|
|
2018
2018
|
text-align: start;
|
|
2019
2019
|
background: ${c.layerAccent01};
|
|
@@ -2028,11 +2028,12 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
2028
2028
|
|
|
2029
2029
|
`,Lf=x.td`
|
|
2030
2030
|
padding: 1em;
|
|
2031
|
-
padding-right: 10px;
|
|
2032
2031
|
text-align: start;
|
|
2033
2032
|
box-sizing: border-box;
|
|
2034
2033
|
margin: 0;
|
|
2035
|
-
width:
|
|
2034
|
+
width: 1%;
|
|
2035
|
+
white-space: nowrap;
|
|
2036
|
+
border-collapse: collapse;
|
|
2036
2037
|
`,Df=x.tr`
|
|
2037
2038
|
background: ${c.layer01};
|
|
2038
2039
|
text-align: start;
|
|
@@ -2042,19 +2043,22 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
2042
2043
|
font-style: normal;
|
|
2043
2044
|
font-weight: 400;
|
|
2044
2045
|
line-height: 18px;
|
|
2046
|
+
padding:0;
|
|
2045
2047
|
letter-spacing: 0.16px;
|
|
2046
2048
|
cursor: pointer;
|
|
2047
2049
|
&:hover {
|
|
2048
2050
|
background: ${c.layerHover01};
|
|
2049
2051
|
}
|
|
2050
2052
|
margin: 0;
|
|
2053
|
+
|
|
2051
2054
|
`,ml=x.th`
|
|
2052
2055
|
padding: 0.9em;
|
|
2053
2056
|
text-align: start;
|
|
2054
2057
|
margin: 0;
|
|
2055
2058
|
font-family: IBM Plex Sans;
|
|
2056
2059
|
font-size:14px
|
|
2057
|
-
|
|
2060
|
+
|
|
2061
|
+
`,Rf=x.p`
|
|
2058
2062
|
font-family:IBM Plex Sans;
|
|
2059
2063
|
font-size:20px;
|
|
2060
2064
|
display:flex;
|
|
@@ -4,7 +4,7 @@ export type IButtonProps = ButtonHTMLAttributes<HTMLButtonElement> & {
|
|
|
4
4
|
kind: "primary" | "secondary" | "tertiary" | "ghost" | "dangerPrimary" | "dangerTertiary" | "dangerGhost";
|
|
5
5
|
size: "large" | "medium" | "small" | "extraLarge" | "twoXLarge" | "expressive";
|
|
6
6
|
label?: string;
|
|
7
|
-
icon?:
|
|
7
|
+
icon?: ReactNode;
|
|
8
8
|
onClick?: () => void;
|
|
9
9
|
loading?: boolean;
|
|
10
10
|
disabled?: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/Components/Button/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AASxD,OAAO,0CAA0C,CAAC;AAGlD,MAAM,MAAM,YAAY,GAAG,oBAAoB,CAAC,iBAAiB,CAAC,GAAG;IACnE,IAAI,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/Components/Button/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AASxD,OAAO,0CAA0C,CAAC;AAGlD,MAAM,MAAM,YAAY,GAAG,oBAAoB,CAAC,iBAAiB,CAAC,GAAG;IACnE,IAAI,EACF,SAAS,GACT,WAAW,GACX,UAAU,GACV,OAAO,GACP,eAAe,GACf,gBAAgB,GAChB,aAAa,CAAC;IAChB,IAAI,EACF,OAAO,GACP,QAAQ,GACR,OAAO,GACP,YAAY,GACZ,WAAW,GACX,YAAY,CAAC;IACf,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB,CAAC;AAEF,eAAO,MAAM,MAAM,UAAW,YAAY,4CAqDzC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/Components/TableBatchActions/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAIL,SAAS,EACV,MAAM,OAAO,CAAC;AAiBf,OAAO,2BAA2B,CAAC;AASnC,KAAK,QAAQ,GAAG,MAAM,CAAC,MAAM,EAAE,KAAK,CAAC,SAAS,CAAC,GAAG;IAChD,OAAO,CAAC,EAAE,CAAC,OAAO,EAAE,MAAM,KAAK,IAAI,CAAC;CACrC,CAAC;AAEF,KAAK,SAAS,GAAG;IACf,YAAY,EAAE,MAAM,EAAE,CAAC;IACvB,OAAO,EAAE,QAAQ,EAAE,CAAC;IACpB,SAAS,EAAE,MAAM,EAAE,CAAC;IACpB,OAAO,CAAC,EAAE,cAAc,EAAE,CAAC;IAC3B,SAAS,CAAC,EAAE,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/Components/TableBatchActions/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAIL,SAAS,EACV,MAAM,OAAO,CAAC;AAiBf,OAAO,2BAA2B,CAAC;AASnC,KAAK,QAAQ,GAAG,MAAM,CAAC,MAAM,EAAE,KAAK,CAAC,SAAS,CAAC,GAAG;IAChD,OAAO,CAAC,EAAE,CAAC,OAAO,EAAE,MAAM,KAAK,IAAI,CAAC;CACrC,CAAC;AAEF,KAAK,SAAS,GAAG;IACf,YAAY,EAAE,MAAM,EAAE,CAAC;IACvB,OAAO,EAAE,QAAQ,EAAE,CAAC;IACpB,SAAS,EAAE,MAAM,EAAE,CAAC;IACpB,OAAO,CAAC,EAAE,cAAc,EAAE,CAAC;IAC3B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,YAAY,CAAC,EAAE,WAAW,EAAE,CAAC;IAC7B,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,iBAAiB,EAAE,MAAM,CAAC;IAC1B,UAAU,CAAC,EAAE,MAAM,CAAA;CACpB,CAAC;AAEF,KAAK,cAAc,GAAG;IACpB,IAAI,EAAE,SAAS,CAAC;IAChB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;CACtB,CAAC;AAEF,KAAK,WAAW,GAAG;IACjB,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,EACF,SAAS,GACT,WAAW,GACX,UAAU,GACV,OAAO,GACP,eAAe,GACf,gBAAgB,GAChB,aAAa,CAAC;IAChB,QAAQ,CAAC,EAAE,OAAO,GAAG,MAAM,CAAC;CAC7B,CAAC;AAkBF,eAAO,MAAM,iBAAiB,oHAS3B,SAAS,4CAuQX,CAAC"}
|
|
@@ -5,7 +5,7 @@ export declare const Trs: import("styled-components/dist/types").IStyledComponen
|
|
|
5
5
|
export declare const Tds: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").TdHTMLAttributes<HTMLTableDataCellElement>, HTMLTableDataCellElement>, never>> & string;
|
|
6
6
|
export declare const TrsLabel: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLTableRowElement>, HTMLTableRowElement>, never>> & string;
|
|
7
7
|
export declare const Ths: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").ThHTMLAttributes<HTMLTableHeaderCellElement>, HTMLTableHeaderCellElement>, never>> & string;
|
|
8
|
-
export declare const FirstTitle: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<
|
|
8
|
+
export declare const FirstTitle: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, never>> & string;
|
|
9
9
|
export declare const CollumnsTitle: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, never>> & string;
|
|
10
10
|
export declare const Pagination: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
11
11
|
export declare const MainNav: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"style.d.ts","sourceRoot":"","sources":["../../../../src/Components/TableBatchActions/style.tsx"],"names":[],"mappings":";AACA,OAAO,2BAA2B,CAAC;AAInC,eAAO,MAAM,SAAS,sOAMrB,CAAC;AAEF,eAAO,MAAM,GAAG,uOAYf,CAAC;
|
|
1
|
+
{"version":3,"file":"style.d.ts","sourceRoot":"","sources":["../../../../src/Components/TableBatchActions/style.tsx"],"names":[],"mappings":";AACA,OAAO,2BAA2B,CAAC;AAInC,eAAO,MAAM,SAAS,sOAMrB,CAAC;AAEF,eAAO,MAAM,GAAG,uOAYf,CAAC;AAEF,eAAO,MAAM,GAAG,mPAQf,CAAC;AAGF,eAAO,MAAM,QAAQ,uOAiBpB,CAAC;AAEF,eAAO,MAAM,GAAG,uPAOf,CAAC;AAEF,eAAO,MAAM,UAAU,yOAYtB,CAAC;AACF,eAAO,MAAM,aAAa,qOAYzB,CAAC;AAEF,eAAO,MAAM,UAAU,6NAWtB,CAAC;AACF,eAAO,MAAM,OAAO,6NAOnB,CAAC;AACF,eAAO,MAAM,cAAc,yOAW1B,CAAC;AACF,eAAO,MAAM,UAAU,yOAItB,CAAC;AACF,eAAO,MAAM,SAAS,yOAoBrB,CAAC;AACF,eAAO,MAAM,QAAQ,yOAUpB,CAAC;AAEF,eAAO,MAAM,cAAc,6NAkD1B,CAAC"}
|