@fctc/sme-widget-ui 2.9.0 → 2.9.2

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.js CHANGED
@@ -33723,7 +33723,7 @@ var Many2ManyField = (props) => {
33723
33723
  "div",
33724
33724
  {
33725
33725
  style: {
33726
- zIndex: 22
33726
+ zIndex: 999
33727
33727
  },
33728
33728
  className: "fixed bottom-0 left-0 right-0 top-0",
33729
33729
  children: [
package/dist/index.mjs CHANGED
@@ -33596,7 +33596,7 @@ var Many2ManyField = (props) => {
33596
33596
  "div",
33597
33597
  {
33598
33598
  style: {
33599
- zIndex: 22
33599
+ zIndex: 999
33600
33600
  },
33601
33601
  className: "fixed bottom-0 left-0 right-0 top-0",
33602
33602
  children: [
package/dist/widgets.js CHANGED
@@ -32972,7 +32972,7 @@ var Many2ManyField = (props) => {
32972
32972
  "div",
32973
32973
  {
32974
32974
  style: {
32975
- zIndex: 22
32975
+ zIndex: 999
32976
32976
  },
32977
32977
  className: "fixed bottom-0 left-0 right-0 top-0",
32978
32978
  children: [
package/dist/widgets.mjs CHANGED
@@ -32909,7 +32909,7 @@ var Many2ManyField = (props) => {
32909
32909
  "div",
32910
32910
  {
32911
32911
  style: {
32912
- zIndex: 22
32912
+ zIndex: 999
32913
32913
  },
32914
32914
  className: "fixed bottom-0 left-0 right-0 top-0",
32915
32915
  children: [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fctc/sme-widget-ui",
3
- "version": "2.9.0",
3
+ "version": "2.9.2",
4
4
  "main": "dist/index.cjs",
5
5
  "module": "dist/index.mjs",
6
6
  "types": "dist/index.d.ts",