golden-logic-ui 1.0.369 → 1.0.371
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/golden-logic-ui.js
CHANGED
|
@@ -807,6 +807,8 @@ const Lae = /* @__PURE__ */ qr(kK, [["render", DK]]), OK = { class: "bg-white bo
|
|
|
807
807
|
return " text-white bg-yellow-400 hover:bg-yellow-500 focus:ring-4 focus:ring-yellow-300 dark:focus:ring-yellow-900";
|
|
808
808
|
case "purple":
|
|
809
809
|
return " text-white bg-purple-700 hover:bg-purple-800 focus:ring-4 focus:ring-purple-300 dark:bg-purple-600 dark:hover:bg-purple-700 dark:focus:ring-purple-900";
|
|
810
|
+
case "primary":
|
|
811
|
+
return " text-white btn-primary ";
|
|
810
812
|
default:
|
|
811
813
|
return "";
|
|
812
814
|
}
|
|
@@ -51474,7 +51476,10 @@ const sq = /* @__PURE__ */ qr(UQ, [["render", nee]]), oee = {
|
|
|
51474
51476
|
/* @__PURE__ */ P("span", { class: "sr-only" }, "Loading...")
|
|
51475
51477
|
], -1), kee = [
|
|
51476
51478
|
_ee
|
|
51477
|
-
], Tee = /* @__PURE__ */ P("td",
|
|
51479
|
+
], Tee = /* @__PURE__ */ P("td", {
|
|
51480
|
+
class: "text-pretty before:content-[attr(data-label)] before:font-bold lg:before:content-none flex flex-col justify-between gap-2 lg:table-cell py-4 px-5 lg:py-3 lg:px-4 border-[1px] dark:border-gray-700",
|
|
51481
|
+
"data-label": ""
|
|
51482
|
+
}, [
|
|
51478
51483
|
/* @__PURE__ */ P("input", {
|
|
51479
51484
|
type: "checkbox",
|
|
51480
51485
|
value: "",
|