@granto-umbrella/umbrella-components 3.0.62 → 3.0.64
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/umbrella-components.es.js +36 -18
- package/dist/umbrella-components.umd.js +251 -247
- package/package.json +1 -1
- package/src/components/atoms/Badge/Badge.styles.ts +8 -0
- package/src/components/molecules/AvatarGroup/AvatarGroup.styles.ts +1 -1
- package/src/components/molecules/AvatarGroup/AvatarGroup.tsx +1 -1
- package/src/components/molecules/AvatarGroup/AvatarGroup.types.ts +1 -1
|
@@ -4404,6 +4404,13 @@ const K3 = {
|
|
|
4404
4404
|
color: ${b.info.text.feedback.strong};
|
|
4405
4405
|
`
|
|
4406
4406
|
}, vK0 = {
|
|
4407
|
+
xs: K`
|
|
4408
|
+
padding: ${l0.size.half} 10px;
|
|
4409
|
+
font-size: ${x.fontSizes.labelS};
|
|
4410
|
+
font-weight: ${x.fontWeights.medium};
|
|
4411
|
+
line-height: ${x.lineHeights.labelS};
|
|
4412
|
+
font-family: ${x.fontFamily.base};
|
|
4413
|
+
`,
|
|
4407
4414
|
sm: K`
|
|
4408
4415
|
padding: ${T.global.padding.xs}
|
|
4409
4416
|
${T.global.padding.sm};
|
|
@@ -60499,11 +60506,20 @@ const fW1 = q50, k4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defin
|
|
|
60499
60506
|
className: o
|
|
60500
60507
|
}) => {
|
|
60501
60508
|
const m = r && k4[r], i = c && k4[c], s = gW1(t);
|
|
60502
|
-
return /* @__PURE__ */ L.jsxs(
|
|
60503
|
-
|
|
60504
|
-
|
|
60505
|
-
|
|
60506
|
-
|
|
60509
|
+
return /* @__PURE__ */ L.jsxs(
|
|
60510
|
+
LK0,
|
|
60511
|
+
{
|
|
60512
|
+
$size: t,
|
|
60513
|
+
$variant: n,
|
|
60514
|
+
$radius: l,
|
|
60515
|
+
className: o,
|
|
60516
|
+
children: [
|
|
60517
|
+
m && /* @__PURE__ */ L.jsx(m, { size: parseInt(s) }),
|
|
60518
|
+
a,
|
|
60519
|
+
i && /* @__PURE__ */ L.jsx(i, { size: parseInt(s) })
|
|
60520
|
+
]
|
|
60521
|
+
}
|
|
60522
|
+
);
|
|
60507
60523
|
}, MW1 = N.nav`
|
|
60508
60524
|
display: flex;
|
|
60509
60525
|
align-items: center;
|
|
@@ -60854,7 +60870,7 @@ const fW1 = q50, k4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defin
|
|
|
60854
60870
|
position: relative;
|
|
60855
60871
|
width: fit-content;
|
|
60856
60872
|
`, FW1 = N.input`
|
|
60857
|
-
|
|
60873
|
+
width: ${T.global.padding.xl};
|
|
60858
60874
|
height: ${T.global.padding.xl};
|
|
60859
60875
|
border: ${M1.global.sm} solid ${b.neutral[200]};
|
|
60860
60876
|
border-radius: ${B0.global.radius.sm};
|
|
@@ -60892,7 +60908,7 @@ const fW1 = q50, k4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defin
|
|
|
60892
60908
|
transform: ${({ active: a }) => a ? "scale(1)" : "scale(0.5)"};
|
|
60893
60909
|
|
|
60894
60910
|
svg {
|
|
60895
|
-
color: ${b.base.background};
|
|
60911
|
+
color: ${b.base.background};
|
|
60896
60912
|
}
|
|
60897
60913
|
`, IW1 = N.span`
|
|
60898
60914
|
font-size: ${x.fontSizes.labelS};
|
|
@@ -73651,7 +73667,6 @@ const H02 = N.button`
|
|
|
73651
73667
|
display: inline-flex;
|
|
73652
73668
|
align-items: center;
|
|
73653
73669
|
justify-content: center;
|
|
73654
|
-
|
|
73655
73670
|
|
|
73656
73671
|
width: 12.5px;
|
|
73657
73672
|
height: 12.5px;
|
|
@@ -73660,19 +73675,19 @@ const H02 = N.button`
|
|
|
73660
73675
|
background: transparent;
|
|
73661
73676
|
cursor: pointer;
|
|
73662
73677
|
opacity: 1;
|
|
73663
|
-
|
|
73664
|
-
|
|
73678
|
+
|
|
73665
73679
|
position: relative;
|
|
73666
73680
|
top: 1.5px;
|
|
73667
73681
|
left: 2px;
|
|
73668
73682
|
|
|
73669
73683
|
transition: opacity 0.2s ease;
|
|
73670
73684
|
|
|
73671
|
-
img,
|
|
73685
|
+
img,
|
|
73686
|
+
svg {
|
|
73672
73687
|
width: 100%;
|
|
73673
73688
|
height: 100%;
|
|
73674
|
-
|
|
73675
|
-
color: ${j.gray[800]};
|
|
73689
|
+
|
|
73690
|
+
color: ${j.gray[800]};
|
|
73676
73691
|
}
|
|
73677
73692
|
|
|
73678
73693
|
&:hover {
|
|
@@ -73683,7 +73698,11 @@ const H02 = N.button`
|
|
|
73683
73698
|
cursor: not-allowed;
|
|
73684
73699
|
opacity: 0.3;
|
|
73685
73700
|
}
|
|
73686
|
-
`, f02 = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC7SURBVHgBjZHBDcIwDEXbwIEjIzACjNAN2g3CJKgjMAHZIGxA2cCcuHYEOgF8lx8pQoqppS8ntl/iOKvKMO/9HvaENiJyT3FnAXAR6qAW+5MJEbhBfQhhgG9ysDZu6CEt6gAK4lsedHalllAY4EULGd9BCg7rAqAnX7Ce2FpkmeZGZwA11j5rZM7Nb7KA31w+vcgpLQLSTW/4kY+e/gE5dOA4G8aLgFqaXqujJPiygAQdq+8fPKirBah9AO3pdDF7m0ZHAAAAAElFTkSuQmCC", Gf2 = ({
|
|
73701
|
+
`, f02 = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC7SURBVHgBjZHBDcIwDEXbwIEjIzACjNAN2g3CJKgjMAHZIGxA2cCcuHYEOgF8lx8pQoqppS8ntl/iOKvKMO/9HvaENiJyT3FnAXAR6qAW+5MJEbhBfQhhgG9ysDZu6CEt6gAK4lsedHalllAY4EULGd9BCg7rAqAnX7Ce2FpkmeZGZwA11j5rZM7Nb7KA31w+vcgpLQLSTW/4kY+e/gE5dOA4G8aLgFqaXqujJPiygAQdq+8fPKirBah9AO3pdDF7m0ZHAAAAAElFTkSuQmCC", Gf2 = ({
|
|
73702
|
+
onClick: a,
|
|
73703
|
+
useAsset: t = !1,
|
|
73704
|
+
...n
|
|
73705
|
+
}) => /* @__PURE__ */ L.jsx(H02, { onClick: a, ...n, children: t ? /* @__PURE__ */ L.jsx("img", { src: f02, alt: "Editar" }) : /* @__PURE__ */ L.jsx(RT0, { weight: "bold" }) }), g02 = {
|
|
73687
73706
|
error: K`
|
|
73688
73707
|
color: ${b.danger.text.feedback.accent};
|
|
73689
73708
|
`,
|
|
@@ -75102,7 +75121,6 @@ const n12 = N.div`
|
|
|
75102
75121
|
)
|
|
75103
75122
|
] });
|
|
75104
75123
|
}, X12 = N.div`
|
|
75105
|
-
|
|
75106
75124
|
display: flex;
|
|
75107
75125
|
align-items: center;
|
|
75108
75126
|
|
|
@@ -75116,7 +75134,7 @@ const n12 = N.div`
|
|
|
75116
75134
|
border-radius: ${({ $radius: a }) => B0.global.radius[a]};
|
|
75117
75135
|
|
|
75118
75136
|
&:not(:first-child) {
|
|
75119
|
-
|
|
75137
|
+
margin-left: -${T.global.gap.md};
|
|
75120
75138
|
}
|
|
75121
75139
|
}
|
|
75122
75140
|
.avatar-group-counter {
|
|
@@ -102432,9 +102450,9 @@ const Ef2 = N.div`
|
|
|
102432
102450
|
height: 100%;
|
|
102433
102451
|
`, Nf2 = N.div`
|
|
102434
102452
|
padding-bottom: ${T.global.padding.sm};
|
|
102435
|
-
border-bottom: ${M1.global.sm} solid
|
|
102453
|
+
border-bottom: ${M1.global.sm} solid
|
|
102454
|
+
${b.neutral[100]};
|
|
102436
102455
|
margin-bottom: ${T.global.gap.xs};
|
|
102437
|
-
|
|
102438
102456
|
|
|
102439
102457
|
label {
|
|
102440
102458
|
font-weight: bold;
|