@payfit/unity-themes 2.67.20 → 2.67.21
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 +4 -4
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -11,8 +11,8 @@ Install and configure this package by following these steps:
|
|
|
11
11
|
1. **Install the package and dependencies**
|
|
12
12
|
|
|
13
13
|
```bash
|
|
14
|
-
|
|
15
|
-
|
|
14
|
+
pnpm add tailwindcss @fontsource/{inter,source-serif-4}
|
|
15
|
+
pnpm add @payfit/unity-themes
|
|
16
16
|
```
|
|
17
17
|
|
|
18
18
|
2. **Set up TailwindCSS in your project**
|
|
@@ -109,10 +109,10 @@ tokens/
|
|
|
109
109
|
|
|
110
110
|
```bash
|
|
111
111
|
# Build the package
|
|
112
|
-
|
|
112
|
+
pnpm nx run unity-themes:build
|
|
113
113
|
|
|
114
114
|
# Run tests
|
|
115
|
-
|
|
115
|
+
pnpm nx run unity-themes:test
|
|
116
116
|
```
|
|
117
117
|
|
|
118
118
|
## How to release manually
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@payfit/unity-themes",
|
|
3
|
-
"version": "2.67.
|
|
3
|
+
"version": "2.67.21",
|
|
4
4
|
"main": "./dist/esm/index.js",
|
|
5
5
|
"types": "./dist/esm/index.d.ts",
|
|
6
6
|
"style": "./dist/css/unity.css",
|
|
@@ -73,8 +73,8 @@
|
|
|
73
73
|
"@payfit/hr-app-eslint": "0.0.0-use.local",
|
|
74
74
|
"@payfit/hr-apps-tsconfigs": "0.0.0-use.local",
|
|
75
75
|
"@payfit/storybook-addon-datadog-rum": "0.0.0-use.local",
|
|
76
|
-
"@payfit/
|
|
77
|
-
"@payfit/
|
|
76
|
+
"@payfit/vite-configs": "0.0.0-use.local",
|
|
77
|
+
"@payfit/storybook-config": "0.0.0-use.local"
|
|
78
78
|
},
|
|
79
79
|
"peerDependencies": {
|
|
80
80
|
"@fontsource/inter": "5.0.19",
|