@dpa-id-components/dpa-shared-components 8.3.0 → 8.3.1

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.
@@ -14266,7 +14266,7 @@ const l1 = {
14266
14266
  setup(e) {
14267
14267
  const t = e, a = {
14268
14268
  blue: "hover:bg-blue-dark bg-blue-default disabled:bg-gray-300 disabled:hover:bg-none",
14269
- none: "hover:bg-gray-100 active:bg-blue-default disabled:hover:bg-none",
14269
+ none: "hover:bg-gray-100 active:bg-blue-default disabled:hover:bg-transparent",
14270
14270
  "gray-hover": "hover:bg-gray-300 disabled:hover:bg-none"
14271
14271
  }, r = {
14272
14272
  blue: "text-blue-default hover:text-blue-dark disabled:text-gray-400 active:text-white",