@fctc/sme-widget-ui 2.7.2 → 2.7.4

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
@@ -15389,9 +15389,12 @@ var Button = React2.forwardRef(
15389
15389
  return /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
15390
15390
  "button",
15391
15391
  {
15392
+ style: {
15393
+ background: "#008F3C"
15394
+ },
15392
15395
  className: `${`inline-flex items-center justify-center rounded-md text-sm font-medium
15393
15396
  transition-all duration-200 focus-visible:outline-none focus-visible:ring-1
15394
- disabled:pointer-events-none disabled:opacity-50 px-8 py-3 border bg-[#008F3C] text-white
15397
+ disabled:pointer-events-none disabled:opacity-50 px-8 py-3 border text-white
15395
15398
  ${isLoading ? "bg-opacity-50 cursor-not-allowed" : "hover:bg-opacity-75 active:scale-95 cursor-pointer"}`} ${className}`,
15396
15399
  ref,
15397
15400
  type,
@@ -32768,6 +32771,10 @@ var Many2ManyTagField = (props) => {
32768
32771
  dropdownIndicator: () => "!m-0 !p-0"
32769
32772
  },
32770
32773
  styles: {
32774
+ container: (base) => ({
32775
+ ...base,
32776
+ height: "100%"
32777
+ }),
32771
32778
  control: () => ({
32772
32779
  maxWidth: isEditTable ? "max-content" : "100%",
32773
32780
  minWidth: isEditTable ? "max-content" : "100%",
package/dist/index.mjs CHANGED
@@ -15262,9 +15262,12 @@ var Button = React2.forwardRef(
15262
15262
  return /* @__PURE__ */ jsx54(
15263
15263
  "button",
15264
15264
  {
15265
+ style: {
15266
+ background: "#008F3C"
15267
+ },
15265
15268
  className: `${`inline-flex items-center justify-center rounded-md text-sm font-medium
15266
15269
  transition-all duration-200 focus-visible:outline-none focus-visible:ring-1
15267
- disabled:pointer-events-none disabled:opacity-50 px-8 py-3 border bg-[#008F3C] text-white
15270
+ disabled:pointer-events-none disabled:opacity-50 px-8 py-3 border text-white
15268
15271
  ${isLoading ? "bg-opacity-50 cursor-not-allowed" : "hover:bg-opacity-75 active:scale-95 cursor-pointer"}`} ${className}`,
15269
15272
  ref,
15270
15273
  type,
@@ -32641,6 +32644,10 @@ var Many2ManyTagField = (props) => {
32641
32644
  dropdownIndicator: () => "!m-0 !p-0"
32642
32645
  },
32643
32646
  styles: {
32647
+ container: (base) => ({
32648
+ ...base,
32649
+ height: "100%"
32650
+ }),
32644
32651
  control: () => ({
32645
32652
  maxWidth: isEditTable ? "max-content" : "100%",
32646
32653
  minWidth: isEditTable ? "max-content" : "100%",
package/dist/widgets.js CHANGED
@@ -14381,9 +14381,12 @@ var Button = React2.forwardRef(
14381
14381
  return /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
14382
14382
  "button",
14383
14383
  {
14384
+ style: {
14385
+ background: "#008F3C"
14386
+ },
14384
14387
  className: `${`inline-flex items-center justify-center rounded-md text-sm font-medium
14385
14388
  transition-all duration-200 focus-visible:outline-none focus-visible:ring-1
14386
- disabled:pointer-events-none disabled:opacity-50 px-8 py-3 border bg-[#008F3C] text-white
14389
+ disabled:pointer-events-none disabled:opacity-50 px-8 py-3 border text-white
14387
14390
  ${isLoading ? "bg-opacity-50 cursor-not-allowed" : "hover:bg-opacity-75 active:scale-95 cursor-pointer"}`} ${className}`,
14388
14391
  ref,
14389
14392
  type,
@@ -32017,6 +32020,10 @@ var Many2ManyTagField = (props) => {
32017
32020
  dropdownIndicator: () => "!m-0 !p-0"
32018
32021
  },
32019
32022
  styles: {
32023
+ container: (base) => ({
32024
+ ...base,
32025
+ height: "100%"
32026
+ }),
32020
32027
  control: () => ({
32021
32028
  maxWidth: isEditTable ? "max-content" : "100%",
32022
32029
  minWidth: isEditTable ? "max-content" : "100%",
package/dist/widgets.mjs CHANGED
@@ -14318,9 +14318,12 @@ var Button = React2.forwardRef(
14318
14318
  return /* @__PURE__ */ jsx54(
14319
14319
  "button",
14320
14320
  {
14321
+ style: {
14322
+ background: "#008F3C"
14323
+ },
14321
14324
  className: `${`inline-flex items-center justify-center rounded-md text-sm font-medium
14322
14325
  transition-all duration-200 focus-visible:outline-none focus-visible:ring-1
14323
- disabled:pointer-events-none disabled:opacity-50 px-8 py-3 border bg-[#008F3C] text-white
14326
+ disabled:pointer-events-none disabled:opacity-50 px-8 py-3 border text-white
14324
14327
  ${isLoading ? "bg-opacity-50 cursor-not-allowed" : "hover:bg-opacity-75 active:scale-95 cursor-pointer"}`} ${className}`,
14325
14328
  ref,
14326
14329
  type,
@@ -31954,6 +31957,10 @@ var Many2ManyTagField = (props) => {
31954
31957
  dropdownIndicator: () => "!m-0 !p-0"
31955
31958
  },
31956
31959
  styles: {
31960
+ container: (base) => ({
31961
+ ...base,
31962
+ height: "100%"
31963
+ }),
31957
31964
  control: () => ({
31958
31965
  maxWidth: isEditTable ? "max-content" : "100%",
31959
31966
  minWidth: isEditTable ? "max-content" : "100%",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fctc/sme-widget-ui",
3
- "version": "2.7.2",
3
+ "version": "2.7.4",
4
4
  "main": "dist/index.cjs",
5
5
  "module": "dist/index.mjs",
6
6
  "types": "dist/index.d.ts",