@inkeep/cxkit-styled 0.5.25 → 0.5.26

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.
@@ -1873,6 +1873,7 @@ video {
1873
1873
  -webkit-font-smoothing: antialiased;
1874
1874
  -moz-osx-font-smoothing: grayscale;
1875
1875
  font-family: var(--ikp-font-family-body);
1876
+ font-size: var(--ikp-font-size-md);
1876
1877
  line-height: 1.5;
1877
1878
  color: var(--ikp-color-gray-800);
1878
1879
  }
@@ -1874,6 +1874,7 @@ video {
1874
1874
  -webkit-font-smoothing: antialiased;
1875
1875
  -moz-osx-font-smoothing: grayscale;
1876
1876
  font-family: var(--ikp-font-family-body);
1877
+ font-size: var(--ikp-font-size-md);
1877
1878
  line-height: 1.5;
1878
1879
  color: var(--ikp-color-gray-800);
1879
1880
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inkeep/cxkit-styled",
3
- "version": "0.5.25",
3
+ "version": "0.5.26",
4
4
  "description": "",
5
5
  "license": "Inkeep, Inc. Customer License (IICL) v1.1",
6
6
  "homepage": "",
@@ -39,7 +39,7 @@
39
39
  "clsx": "2.1.1",
40
40
  "merge-anything": "5.1.7",
41
41
  "tailwind-merge": "2.6.0",
42
- "@inkeep/cxkit-primitives": "0.5.25"
42
+ "@inkeep/cxkit-primitives": "0.5.26"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@biomejs/biome": "1.9.4",
@@ -58,8 +58,8 @@
58
58
  "typescript": "5.7.3",
59
59
  "vite": "5.4.11",
60
60
  "vite-plugin-dts": "4.4.0",
61
- "@inkeep/cxkit-theme": "0.5.25",
62
- "@inkeep/cxkit-types": "0.5.25"
61
+ "@inkeep/cxkit-theme": "0.5.26",
62
+ "@inkeep/cxkit-types": "0.5.26"
63
63
  },
64
64
  "module": "dist/index.js",
65
65
  "types": "dist/index.d.ts",