@payfit/unity-themes 2.68.14 → 2.68.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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  The Unity themes package provides a comprehensive design system using TailwindCSS 4, converting all the design tokens of the Unity design system into TailwindCSS utility classes. This is the foundational part of the unity design system and is heavily used by the components package and other unity packages.
4
4
 
5
- > **Note**: This is version 1.x of Unity Themes, built for TailwindCSS 4. If you're migrating from v0.x, see [MIGRATIONS.md](./docs/files/MIGRATIONS.md). For legacy documentation, see [README-v0.md](./docs/files/README-v0.md).
5
+ > **Note**: Unity Themes v3 is built for TailwindCSS 4. If you're migrating from v0.x, see [MIGRATION-v1.md](./docs/files/MIGRATION-v1.md). For the v3 release, see [MIGRATION-v3.md](./docs/files/MIGRATION-v3.md).
6
6
 
7
7
  ## Installation
8
8
 
@@ -86,7 +86,7 @@ const MyComponent = ({ isHighlighted }) => {
86
86
  ## Documentation
87
87
 
88
88
  - **[Architecture](./docs/files/ARCHITECTURE.md)**: Technical details, build process, and internal structure
89
- - **[Migrations](./docs/files/MIGRATIONS.md)**: Complete guide for migrating from v0.x to v1.x
89
+ - **[Migration guides](./docs/4-technical-documents/2-migration-guides.mdx)**: Guides for migrating between Unity Themes major versions
90
90
  - **[Legacy v0.x](./docs/files/README-v0.md)**: Documentation for the previous version
91
91
 
92
92
  ## Design Tokens
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@payfit/unity-themes",
3
- "version": "2.68.14",
3
+ "version": "2.68.15",
4
4
  "main": "./dist/esm/index.js",
5
5
  "types": "./dist/esm/index.d.ts",
6
6
  "style": "./dist/css/unity.css",