@utrecht/component-library-css 3.0.1-alpha.35 → 3.0.1-alpha.36

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.
Files changed (2) hide show
  1. package/dist/index.css +4 -0
  2. package/package.json +1 -1
package/dist/index.css CHANGED
@@ -3231,6 +3231,10 @@ so do not apply these styles to an HTML `<dialog>` element without `open` attrib
3231
3231
  inline-size: 100%;
3232
3232
  }
3233
3233
 
3234
+ .utrecht-form-toggle__track--html-label {
3235
+ cursor: inherit;
3236
+ }
3237
+
3234
3238
  .utrecht-form-toggle__track--checked, .utrecht-form-toggle--html-checkbox .utrecht-form-toggle__checkbox:checked ~ .utrecht-form-toggle__track {
3235
3239
  background-color: var(--utrecht-form-toggle-checked-accent-color, var(--utrecht-form-toggle-accent-color));
3236
3240
  }
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "3.0.1-alpha.35",
2
+ "version": "3.0.1-alpha.36",
3
3
  "author": "Community for NL Design System",
4
4
  "description": "Component library bundle for the Municipality of Utrecht based on the NL Design System architecture",
5
5
  "license": "EUPL-1.2",