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
|
@@ -12237,53 +12237,73 @@ const up = /* @__PURE__ */ a(G, { children: /* @__PURE__ */ a(
|
|
|
12237
12237
|
outline: none;
|
|
12238
12238
|
background: transparent;
|
|
12239
12239
|
border: 0;
|
|
12240
|
-
margin: 1px;
|
|
12241
12240
|
cursor: pointer;
|
|
12242
|
-
border-bottom: 2px solid black;
|
|
12243
12241
|
white-space: nowrap;
|
|
12244
12242
|
display:flex;
|
|
12245
12243
|
gap:10px;
|
|
12246
|
-
|
|
12247
|
-
|
|
12244
|
+
position:relative,
|
|
12245
|
+
border:none;
|
|
12246
|
+
width:100%
|
|
12247
|
+
`, Tp = ({ width: e, bordercolor: t, icon: n, children: i, label: r, onClick: o, isActive: s }) => /* @__PURE__ */ I("div", { style: {
|
|
12248
12248
|
display: "flex",
|
|
12249
12249
|
flexDirection: "column",
|
|
12250
12250
|
margin: "0",
|
|
12251
|
-
padding: "0"
|
|
12251
|
+
padding: "0",
|
|
12252
|
+
width: e || "100%"
|
|
12252
12253
|
}, children: [
|
|
12253
|
-
/* @__PURE__ */
|
|
12254
|
-
padding: "0"
|
|
12255
|
-
}, children: /* @__PURE__ */ I(
|
|
12254
|
+
/* @__PURE__ */ I(
|
|
12256
12255
|
pp,
|
|
12257
12256
|
{
|
|
12258
|
-
|
|
12257
|
+
width: e,
|
|
12258
|
+
isActive: s,
|
|
12259
|
+
label: r,
|
|
12260
|
+
onClick: o,
|
|
12259
12261
|
style: {
|
|
12260
|
-
|
|
12261
|
-
fontWeight: o ? "600" : "300",
|
|
12262
|
+
fontWeight: s ? "600" : "300",
|
|
12262
12263
|
fontFamily: "IBM Plex Sans",
|
|
12263
|
-
color:
|
|
12264
|
+
color: s ? c.textPrimary : "",
|
|
12265
|
+
padding: "1em",
|
|
12266
|
+
border: "none",
|
|
12267
|
+
borderBottom: s ? `2px solid ${t}` : "none",
|
|
12268
|
+
cursor: "pointer",
|
|
12269
|
+
zIndex: "1"
|
|
12264
12270
|
},
|
|
12265
12271
|
children: [
|
|
12266
|
-
|
|
12267
|
-
|
|
12272
|
+
r,
|
|
12273
|
+
n && /* @__PURE__ */ a("img", { src: n, alt: r })
|
|
12268
12274
|
]
|
|
12269
12275
|
}
|
|
12270
|
-
)
|
|
12271
|
-
|
|
12276
|
+
),
|
|
12277
|
+
s && /* @__PURE__ */ a("div", { style: {
|
|
12272
12278
|
margin: "0",
|
|
12273
12279
|
padding: "0",
|
|
12274
|
-
height: "100%"
|
|
12275
|
-
|
|
12276
|
-
|
|
12280
|
+
height: "100%",
|
|
12281
|
+
display: "flex",
|
|
12282
|
+
background: "red",
|
|
12283
|
+
justifyContent: "flex-start",
|
|
12284
|
+
alignItems: "flex-start",
|
|
12285
|
+
width: "100%"
|
|
12286
|
+
}, children: /* @__PURE__ */ a("div", { style: {
|
|
12287
|
+
width: "100%",
|
|
12288
|
+
display: "flex",
|
|
12289
|
+
justifyContent: "flex-start",
|
|
12290
|
+
alignItems: "flex-start",
|
|
12291
|
+
position: "absolute",
|
|
12292
|
+
left: "0",
|
|
12293
|
+
right: "0"
|
|
12294
|
+
}, children: i }) })
|
|
12295
|
+
] }), Rp = ({ children: e, width: t }) => /* @__PURE__ */ a(
|
|
12277
12296
|
"div",
|
|
12278
12297
|
{
|
|
12279
12298
|
style: {
|
|
12280
12299
|
display: "flex",
|
|
12281
12300
|
flexDirection: "column",
|
|
12282
|
-
minWidth: "1300px",
|
|
12301
|
+
minWidth: t || "1300px",
|
|
12283
12302
|
margin: "0",
|
|
12284
|
-
padding: "0"
|
|
12303
|
+
padding: "0",
|
|
12304
|
+
position: "relative"
|
|
12285
12305
|
},
|
|
12286
|
-
children: /* @__PURE__ */
|
|
12306
|
+
children: /* @__PURE__ */ I(
|
|
12287
12307
|
"div",
|
|
12288
12308
|
{
|
|
12289
12309
|
style: {
|
|
@@ -12293,7 +12313,21 @@ const up = /* @__PURE__ */ a(G, { children: /* @__PURE__ */ a(
|
|
|
12293
12313
|
margin: "0",
|
|
12294
12314
|
padding: "0"
|
|
12295
12315
|
},
|
|
12296
|
-
children:
|
|
12316
|
+
children: [
|
|
12317
|
+
/* @__PURE__ */ a(
|
|
12318
|
+
"div",
|
|
12319
|
+
{
|
|
12320
|
+
style: {
|
|
12321
|
+
width: "100%",
|
|
12322
|
+
background: c.borderSubtle01,
|
|
12323
|
+
position: "absolute",
|
|
12324
|
+
height: "2px",
|
|
12325
|
+
bottom: "0"
|
|
12326
|
+
}
|
|
12327
|
+
}
|
|
12328
|
+
),
|
|
12329
|
+
e
|
|
12330
|
+
]
|
|
12297
12331
|
}
|
|
12298
12332
|
)
|
|
12299
12333
|
}
|