@opensite/ui 0.6.5 → 0.6.6

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.
Files changed (1) hide show
  1. package/package.json +8 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opensite/ui",
3
- "version": "0.6.5",
3
+ "version": "0.6.6",
4
4
  "description": "Foundational UI component library for OpenSite Semantic Site Builder with tree-shakable exports and abstract styling",
5
5
  "keywords": [
6
6
  "react",
@@ -3290,10 +3290,17 @@
3290
3290
  "prepublishOnly": "pnpm run build && pnpm run test:ci"
3291
3291
  },
3292
3292
  "peerDependencies": {
3293
+ "@tailwindcss/typography": ">=0.5.0",
3293
3294
  "react": ">=16.8.0",
3294
3295
  "react-dom": ">=16.8.0"
3295
3296
  },
3297
+ "peerDependenciesMeta": {
3298
+ "@tailwindcss/typography": {
3299
+ "optional": true
3300
+ }
3301
+ },
3296
3302
  "devDependencies": {
3303
+ "@tailwindcss/typography": "^0.5.19",
3297
3304
  "@size-limit/preset-small-lib": "^11.2.0",
3298
3305
  "@testing-library/jest-dom": "^6.9.1",
3299
3306
  "@testing-library/react": "^16.3.0",