@fctc/sme-widget-ui 2.2.6 → 2.2.7

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
@@ -32545,7 +32545,8 @@ var Many2ManyTagField = (props) => {
32545
32545
  styles: {
32546
32546
  control: () => ({
32547
32547
  maxWidth: isEditTable ? "max-content" : "100%",
32548
- minWidth: isEditTable ? "max-content" : "100%"
32548
+ minWidth: isEditTable ? "max-content" : "100%",
32549
+ background: isEditTable ? "transparent" : "initial"
32549
32550
  }),
32550
32551
  multiValue: (provided, state) => {
32551
32552
  const { color, id } = state?.data ?? {};
package/dist/index.mjs CHANGED
@@ -32419,7 +32419,8 @@ var Many2ManyTagField = (props) => {
32419
32419
  styles: {
32420
32420
  control: () => ({
32421
32421
  maxWidth: isEditTable ? "max-content" : "100%",
32422
- minWidth: isEditTable ? "max-content" : "100%"
32422
+ minWidth: isEditTable ? "max-content" : "100%",
32423
+ background: isEditTable ? "transparent" : "initial"
32423
32424
  }),
32424
32425
  multiValue: (provided, state) => {
32425
32426
  const { color, id } = state?.data ?? {};
package/dist/widgets.js CHANGED
@@ -31796,7 +31796,8 @@ var Many2ManyTagField = (props) => {
31796
31796
  styles: {
31797
31797
  control: () => ({
31798
31798
  maxWidth: isEditTable ? "max-content" : "100%",
31799
- minWidth: isEditTable ? "max-content" : "100%"
31799
+ minWidth: isEditTable ? "max-content" : "100%",
31800
+ background: isEditTable ? "transparent" : "initial"
31800
31801
  }),
31801
31802
  multiValue: (provided, state) => {
31802
31803
  const { color, id } = state?.data ?? {};
package/dist/widgets.mjs CHANGED
@@ -31734,7 +31734,8 @@ var Many2ManyTagField = (props) => {
31734
31734
  styles: {
31735
31735
  control: () => ({
31736
31736
  maxWidth: isEditTable ? "max-content" : "100%",
31737
- minWidth: isEditTable ? "max-content" : "100%"
31737
+ minWidth: isEditTable ? "max-content" : "100%",
31738
+ background: isEditTable ? "transparent" : "initial"
31738
31739
  }),
31739
31740
  multiValue: (provided, state) => {
31740
31741
  const { color, id } = state?.data ?? {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fctc/sme-widget-ui",
3
- "version": "2.2.6",
3
+ "version": "2.2.7",
4
4
  "main": "dist/index.cjs",
5
5
  "module": "dist/index.mjs",
6
6
  "types": "dist/index.d.ts",