@isettingkit/business-rules 2.2.32 → 2.2.34

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.
Files changed (2) hide show
  1. package/dist/index.es.js +2 -1
  2. package/package.json +1 -1
package/dist/index.es.js CHANGED
@@ -6169,7 +6169,8 @@ const On = {
6169
6169
  width: 100%;
6170
6170
  justify-content: ${({ $isEmpty: e }) => e ? "center" : "flex-start"};
6171
6171
  `, bl = N.li`
6172
- z-index: 2;
6172
+ z-index: 2 !important;
6173
+ cursor: grab;
6173
6174
  & > div {
6174
6175
  border: 1px solid
6175
6176
  ${({ theme: e, $active: t }) => {
package/package.json CHANGED
@@ -10,7 +10,7 @@
10
10
  ],
11
11
  "description": "",
12
12
  "private": false,
13
- "version": "2.2.32",
13
+ "version": "2.2.34",
14
14
  "type": "module",
15
15
  "exports": {
16
16
  ".": {