@itcase/ui 1.3.21 → 1.3.22

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.
@@ -75,7 +75,7 @@
75
75
  var(--typography-hero5-font, system-ui);
76
76
  }
77
77
 
78
- @define-mixin h6 $weight: normal, $minLetterSpacing: 0, $maxLetterSpacing: 0 {
78
+ @define-mixin hero_h6 $weight: normal, $minLetterSpacing: 0, $maxLetterSpacing: 0 {
79
79
  @mixin font $weight, var(--typography-hero6-min, 12px), var(--typography-hero6-max, 18px),
80
80
  $minLetterSpacing, var(--typography-hero6-min-line-height, 16px),
81
81
  var(--typography-hero6-max-line-height, 24px), $maxLetterSpacing,
@@ -50,7 +50,7 @@ export interface iRadioProps extends iRadioThemeColor, iStyleAttributes {
50
50
  desc?: string;
51
51
  disabled?: boolean;
52
52
  label?: string;
53
- tag: ElementType;
53
+ tag?: ElementType;
54
54
  onChange?: () => void;
55
55
  }
56
56
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itcase/ui",
3
- "version": "1.3.21",
3
+ "version": "1.3.22",
4
4
  "description": "UI components (Modal, Loader, Popup, etc)",
5
5
  "keywords": [
6
6
  "Modal",