@sofya-ds/react 1.1.4 → 1.1.5

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/index.cjs CHANGED
@@ -2176,7 +2176,7 @@ function EmptyTitle({ children, className, ...props }) {
2176
2176
  children: renderTextContent(children, {
2177
2177
  as: "span",
2178
2178
  className: "block text-foreground",
2179
- size: "h2"
2179
+ size: "h4"
2180
2180
  })
2181
2181
  }
2182
2182
  );
package/dist/index.js CHANGED
@@ -1981,7 +1981,7 @@ function EmptyTitle({ children, className, ...props }) {
1981
1981
  children: renderTextContent(children, {
1982
1982
  as: "span",
1983
1983
  className: "block text-foreground",
1984
- size: "h2"
1984
+ size: "h4"
1985
1985
  })
1986
1986
  }
1987
1987
  );
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sofya-ds/react",
3
- "version": "1.1.4",
3
+ "version": "1.1.5",
4
4
  "description": "Sofya React design system with official brand tokens, provider and UI components.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -58,7 +58,7 @@
58
58
  "motion": "^12.38.0",
59
59
  "sonner": "^2.0.7",
60
60
  "tailwind-merge": "^3.5.0",
61
- "@sofya-ds/tokens": "1.1.4"
61
+ "@sofya-ds/tokens": "1.1.5"
62
62
  },
63
63
  "devDependencies": {
64
64
  "@testing-library/jest-dom": "^6.9.1",