@isettingkit/business-rules 0.1.18 → 0.1.19

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 -2
  2. package/package.json +1 -1
package/dist/index.es.js CHANGED
@@ -515,8 +515,8 @@ const Y = (t) => {
515
515
  border-radius: 8px;
516
516
  border: 1px solid ${X.palette.neutral.N30};
517
517
  box-sizing: border-box;
518
- // height: 340px;
519
- // width: 332px;
518
+ min-height: 340px;
519
+ min-width: 332px;
520
520
  box-shadow: 0px 4px 8px 3px rgba(0, 0, 0, 0.1);
521
521
  }
522
522
  `, oe = B.div`
package/package.json CHANGED
@@ -10,7 +10,7 @@
10
10
  ],
11
11
  "description": "",
12
12
  "private": false,
13
- "version": "0.1.18",
13
+ "version": "0.1.19",
14
14
  "type": "module",
15
15
  "exports": {
16
16
  ".": {