@purpurds/heading 8.10.2 → 8.12.0

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/dist/heading.d.ts CHANGED
@@ -1,6 +1,5 @@
1
1
  import { default as React, ReactNode } from 'react';
2
2
  import { BaseProps } from '@purpurds/common-types';
3
-
4
3
  export declare const HeadingTag: {
5
4
  readonly H1: "h1";
6
5
  readonly H2: "h2";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@purpurds/heading",
3
- "version": "8.10.2",
3
+ "version": "8.12.0",
4
4
  "license": "AGPL-3.0-only",
5
5
  "main": "./dist/heading.cjs.js",
6
6
  "types": "./dist/heading.d.ts",
@@ -17,8 +17,8 @@
17
17
  "source": "src/heading.tsx",
18
18
  "dependencies": {
19
19
  "classnames": "~2.5.1",
20
- "@purpurds/tokens": "8.10.2",
21
- "@purpurds/common-types": "8.10.2"
20
+ "@purpurds/common-types": "8.12.0",
21
+ "@purpurds/tokens": "8.12.0"
22
22
  },
23
23
  "devDependencies": {
24
24
  "@storybook/react-vite": "^10.0.8",
@@ -32,8 +32,8 @@
32
32
  "jsdom": "~27.2.0",
33
33
  "lint-staged": "16.2.6",
34
34
  "prettier": "~2.8.8",
35
- "react-dom": "^19.2.0",
36
- "react": "^19.2.0",
35
+ "react-dom": "^19.2.1",
36
+ "react": "^19.2.1",
37
37
  "storybook": "^10.0.8",
38
38
  "typescript": "^5.9.3",
39
39
  "vite": "^7.2.2",