@fctc/sme-widget-ui 1.7.7 → 1.7.9

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
@@ -18518,7 +18518,7 @@ var typeStyles = {
18518
18518
  },
18519
18519
  warning: {
18520
18520
  backgroundColor: "#FFFAEB",
18521
- color: "#E6A819)",
18521
+ color: "#E6A819",
18522
18522
  border: "1px solid #F6B51E"
18523
18523
  },
18524
18524
  default: {
@@ -18540,7 +18540,8 @@ var baseStyle = {
18540
18540
  textAlign: "center",
18541
18541
  fontWeight: 500,
18542
18542
  cursor: "pointer",
18543
- transition: "all 0.3s ease-in-out"
18543
+ transition: "all 0.3s ease-in-out",
18544
+ height: "fit-content !important"
18544
18545
  };
18545
18546
  var ButtonBadgeField = (props) => {
18546
18547
  const { defaultValue, selection, value, formValues, domainHelper } = props;
package/dist/index.mjs CHANGED
@@ -18398,7 +18398,7 @@ var typeStyles = {
18398
18398
  },
18399
18399
  warning: {
18400
18400
  backgroundColor: "#FFFAEB",
18401
- color: "#E6A819)",
18401
+ color: "#E6A819",
18402
18402
  border: "1px solid #F6B51E"
18403
18403
  },
18404
18404
  default: {
@@ -18420,7 +18420,8 @@ var baseStyle = {
18420
18420
  textAlign: "center",
18421
18421
  fontWeight: 500,
18422
18422
  cursor: "pointer",
18423
- transition: "all 0.3s ease-in-out"
18423
+ transition: "all 0.3s ease-in-out",
18424
+ height: "fit-content !important"
18424
18425
  };
18425
18426
  var ButtonBadgeField = (props) => {
18426
18427
  const { defaultValue, selection, value, formValues, domainHelper } = props;
package/dist/widgets.js CHANGED
@@ -18143,7 +18143,7 @@ var typeStyles = {
18143
18143
  },
18144
18144
  warning: {
18145
18145
  backgroundColor: "#FFFAEB",
18146
- color: "#E6A819)",
18146
+ color: "#E6A819",
18147
18147
  border: "1px solid #F6B51E"
18148
18148
  },
18149
18149
  default: {
@@ -18165,7 +18165,8 @@ var baseStyle = {
18165
18165
  textAlign: "center",
18166
18166
  fontWeight: 500,
18167
18167
  cursor: "pointer",
18168
- transition: "all 0.3s ease-in-out"
18168
+ transition: "all 0.3s ease-in-out",
18169
+ height: "fit-content !important"
18169
18170
  };
18170
18171
  var ButtonBadgeField = (props) => {
18171
18172
  const { defaultValue, selection, value, formValues, domainHelper } = props;
package/dist/widgets.mjs CHANGED
@@ -18080,7 +18080,7 @@ var typeStyles = {
18080
18080
  },
18081
18081
  warning: {
18082
18082
  backgroundColor: "#FFFAEB",
18083
- color: "#E6A819)",
18083
+ color: "#E6A819",
18084
18084
  border: "1px solid #F6B51E"
18085
18085
  },
18086
18086
  default: {
@@ -18102,7 +18102,8 @@ var baseStyle = {
18102
18102
  textAlign: "center",
18103
18103
  fontWeight: 500,
18104
18104
  cursor: "pointer",
18105
- transition: "all 0.3s ease-in-out"
18105
+ transition: "all 0.3s ease-in-out",
18106
+ height: "fit-content !important"
18106
18107
  };
18107
18108
  var ButtonBadgeField = (props) => {
18108
18109
  const { defaultValue, selection, value, formValues, domainHelper } = props;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fctc/sme-widget-ui",
3
- "version": "1.7.7",
3
+ "version": "1.7.9",
4
4
  "main": "dist/index.cjs",
5
5
  "module": "dist/index.mjs",
6
6
  "types": "dist/index.d.ts",