ddingdong-design-system 0.2.13 → 0.2.15

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.
@@ -1,7 +1,7 @@
1
1
  import { ComponentPropsWithoutRef, ReactNode } from 'react';
2
2
  type TypographyVariant = 'Title1' | 'Title2' | 'Title3' | 'Body1' | 'Body2' | 'Body3' | 'Caption1';
3
3
  type FontWeight = 'normal' | 'medium' | 'semibold' | 'bold';
4
- type AllowedTag = 'p' | 'div' | 'label' | 'span';
4
+ type AllowedTag = 'h1' | 'h2' | 'h3' | 'p' | 'div' | 'label' | 'span';
5
5
  type TypographyProps<T extends AllowedTag> = {
6
6
  /**
7
7
  * The HTML element to use for the typography component.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ddingdong-design-system",
3
- "version": "0.2.13",
3
+ "version": "0.2.15",
4
4
  "type": "module",
5
5
  "keywords": [
6
6
  "react",