arengibook 1.1.6-main → 1.1.7-main

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.js +1 -6
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -42688,12 +42688,7 @@ var MultiSelect = function MultiSelect(props) {
42688
42688
  display: 'block',
42689
42689
  pointerEvents: 'none'
42690
42690
  }
42691
- })), isInvalidEffective && /*#__PURE__*/React__default.createElement("div", {
42692
- style: {
42693
- position: 'absolute',
42694
- margin: '10px'
42695
- }
42696
- }, /*#__PURE__*/React__default.createElement("small", {
42691
+ })), isInvalidEffective && /*#__PURE__*/React__default.createElement("div", null, /*#__PURE__*/React__default.createElement("small", {
42697
42692
  style: {
42698
42693
  color: 'red',
42699
42694
  fontStyle: 'italic',
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "arengibook",
3
3
  "private": false,
4
- "version": "1.1.6-main",
4
+ "version": "1.1.7-main",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",
7
7
  "exports": {