@fctc/sme-widget-ui 2.7.3 → 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 +4 -1
- package/dist/index.mjs +4 -1
- package/dist/widgets.js +4 -1
- package/dist/widgets.mjs +4 -1
- package/package.json +1 -1
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
|
|
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,
|
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
|
|
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,
|
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
|
|
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,
|
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
|
|
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,
|