@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":1745826234}
1
+ {"date":1745918128}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@supersoniks/concorde",
3
- "version": "3.1.66",
3
+ "version": "3.1.67",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "main": "",
@@ -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-input-bg) h s calc(l * 0.97));
147
+ background-color: hsl(from var(--sc-checkbox-bg) h s calc(l * 0.97));
148
148
  }
149
149
 
150
150
  ::slotted(a) {