@supersoniks/concorde 3.1.66 → 3.1.67
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/build-infos.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"date":
|
|
1
|
+
{"date":1745918128}
|
package/package.json
CHANGED
|
@@ -144,7 +144,7 @@ export class Checkbox extends FormCheckable(
|
|
|
144
144
|
|
|
145
145
|
/*INPUT HOVER*/
|
|
146
146
|
:host(:not([disabled])) label:hover input {
|
|
147
|
-
background-color: hsl(from var(--sc-
|
|
147
|
+
background-color: hsl(from var(--sc-checkbox-bg) h s calc(l * 0.97));
|
|
148
148
|
}
|
|
149
149
|
|
|
150
150
|
::slotted(a) {
|