golden-logic-ui 1.0.235 → 1.0.236
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 +2 -2
- package/dist/golden-logic-ui.umd.cjs +54 -54
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/golden-logic-ui.js
CHANGED
|
@@ -667,12 +667,12 @@ const mre = /* @__PURE__ */ Ta(_K, [["render", AK]]), OK = { class: "bg-white bo
|
|
|
667
667
|
H("button", {
|
|
668
668
|
onClick: me,
|
|
669
669
|
type: "button",
|
|
670
|
-
class: "px-4 py-0 text-sm font-medium text-gray-900 bg-transparent border border-gray-900
|
|
670
|
+
class: "rounded-tl-lg px-4 py-0 text-sm font-medium text-gray-900 bg-transparent border border-gray-900 hover:bg-gray-900 hover:text-white focus:z-10 focus:bg-gray-900 focus:text-white dark:border-white dark:text-white dark:hover:text-white dark:hover:bg-gray-700 dark:focus:bg-gray-700"
|
|
671
671
|
}, " Select all "),
|
|
672
672
|
H("button", {
|
|
673
673
|
onClick: _t,
|
|
674
674
|
type: "button",
|
|
675
|
-
class: "px-4 py-0 text-sm font-medium text-gray-900 bg-transparent border border-gray-900
|
|
675
|
+
class: "rounded-tr-lg px-4 py-0 text-sm font-medium text-gray-900 bg-transparent border border-gray-900 hover:bg-gray-900 hover:text-white focus:z-10 focus:bg-gray-900 focus:text-white dark:border-white dark:text-white dark:hover:text-white dark:hover:bg-gray-700 dark:focus:bg-gray-700"
|
|
676
676
|
}, " Deselect all ")
|
|
677
677
|
]),
|
|
678
678
|
H("div", LK, [
|