@isettingkit/business-rules 2.2.33 → 2.2.35
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 +2 -0
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -2519,6 +2519,7 @@ const na = N.div`
|
|
|
2519
2519
|
padding: 24px 16px;
|
|
2520
2520
|
place-items: unset;
|
|
2521
2521
|
}
|
|
2522
|
+
z-index: 3;
|
|
2522
2523
|
`, pa = N.div`
|
|
2523
2524
|
background-color: ${({ theme: e }) => {
|
|
2524
2525
|
var t, n;
|
|
@@ -6170,6 +6171,7 @@ const On = {
|
|
|
6170
6171
|
justify-content: ${({ $isEmpty: e }) => e ? "center" : "flex-start"};
|
|
6171
6172
|
`, bl = N.li`
|
|
6172
6173
|
z-index: 2 !important;
|
|
6174
|
+
cursor: grab;
|
|
6173
6175
|
& > div {
|
|
6174
6176
|
border: 1px solid
|
|
6175
6177
|
${({ theme: e, $active: t }) => {
|