@ulu/frontend 0.2.0-beta.5 → 0.2.0-beta.6

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.
@@ -80,7 +80,7 @@ $-fallbacks: (
80
80
  /// @prop {Color} check-input-mark-color-checked [null] Check input color when checked.
81
81
  /// @prop {Color} check-input-mark-color-indeterminate [null] Check input color when indeterminate.
82
82
  /// @prop {Number} check-input-disabled-opacity [0.6] Opacity of the check input when disabled.
83
- /// @prop {Dimension} check-input-border-radius [null] Checkbox input border radius.
83
+ /// @prop {Dimension} check-input-border-radius [0] Checkbox input border radius.
84
84
  /// @prop {Color} description-color [false] Color of help text.
85
85
  /// @prop {CssValue} description-margin [(0.25em 0)] Margin for help text.
86
86
  /// @prop {Dimension} description-max-width [25em] Max width of help text.
@@ -164,7 +164,7 @@ $config: (
164
164
  "check-input-mark-color-checked" : null,
165
165
  "check-input-mark-color-indeterminate" : null,
166
166
  "check-input-disabled-opacity" : 0.6,
167
- "check-input-border-radius" : null,
167
+ "check-input-border-radius" : 0,
168
168
  "description-color" : false,
169
169
  "description-margin" : (0.25em 0),
170
170
  "description-max-width" : 25em,
@@ -427,7 +427,7 @@ $config: (
427
427
  }
428
428
  [type="checkbox"] {
429
429
  &::before {
430
- border-radius: -fallback("check-input-border-radius", "input-border-radius");
430
+ border-radius: get("check-input-border-radius");
431
431
  }
432
432
  &::after {
433
433
  border-radius: 0;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ulu/frontend",
3
- "version": "0.2.0-beta.5",
3
+ "version": "0.2.0-beta.6",
4
4
  "description": "A framework-agnostic frontend toolkit providing a modular, tree-shakable library of accessible components and utilities. Designed for seamless integration, it features a highly configurable SCSS system for any environment and vanilla JavaScript modules optimized for traditional websites and content management systems.",
5
5
  "type": "module",
6
6
  "files": [