@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.
- package/README.md +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**:
|
|
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
|
-
- **[
|
|
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
|