@isettingkit/business-rules 1.0.28 → 1.0.29
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/index.es.js +6 -2
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -4662,11 +4662,11 @@ const gn = {
|
|
|
4662
4662
|
}
|
|
4663
4663
|
`, ya = (e) => /* @__PURE__ */ i(Hr, { children: /* @__PURE__ */ i(H, { ...e }) }), _r = T.div`
|
|
4664
4664
|
display: flex;
|
|
4665
|
-
justify-content: space-between;
|
|
4665
|
+
justify-content: space-between;
|
|
4666
4666
|
align-items: center;
|
|
4667
4667
|
box-sizing: border-box;
|
|
4668
4668
|
border-radius: 16px;
|
|
4669
|
-
background-color: white;
|
|
4669
|
+
background-color: white;
|
|
4670
4670
|
box-shadow:
|
|
4671
4671
|
0px 1px 3px 1px rgba(0, 0, 0, 0.15),
|
|
4672
4672
|
0px 1px 2px 0px rgba(0, 0, 0, 0.3);
|
|
@@ -4680,6 +4680,10 @@ const gn = {
|
|
|
4680
4680
|
|
|
4681
4681
|
& > div > div {
|
|
4682
4682
|
flex-direction: column;
|
|
4683
|
+
& > figure > svg {
|
|
4684
|
+
width: 20px;
|
|
4685
|
+
height: 20px;
|
|
4686
|
+
}
|
|
4683
4687
|
& > p {
|
|
4684
4688
|
font-weight: 400;
|
|
4685
4689
|
}
|