@payfit/unity-themes 2.35.4 → 2.35.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 (2) hide show
  1. package/dist/css/unity.css +1 -1
  2. package/package.json +10 -5
@@ -23,7 +23,7 @@
23
23
  * when the build process runs again. To customize styles, please refer to the
24
24
  * source files or documentation.
25
25
  *
26
- * Generated by: monorepo-root 0.0.0-use.local
26
+ * Generated by: undefined undefined
27
27
  */
28
28
 
29
29
  @import "@fontsource/inter";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@payfit/unity-themes",
3
- "version": "2.35.4",
3
+ "version": "2.35.6",
4
4
  "main": "./dist/esm/index.js",
5
5
  "types": "./dist/esm/index.d.ts",
6
6
  "style": "./dist/css/unity.css",
@@ -8,7 +8,8 @@
8
8
  "files": [
9
9
  "dist",
10
10
  "tokens",
11
- "src"
11
+ "src",
12
+ "skills"
12
13
  ],
13
14
  "storybook": {
14
15
  "url": "https://unity-theme.payfit.io/"
@@ -39,6 +40,7 @@
39
40
  "@storybook/addon-vitest": "10.3.5",
40
41
  "@storybook/react-vite": "10.3.5",
41
42
  "@tailwindcss/vite": "4.2.2",
43
+ "@tanstack/intent": "0.0.40",
42
44
  "@types/lodash": "4.14.202",
43
45
  "@types/node": "^24.12.0",
44
46
  "@types/react": "18.3.18",
@@ -60,8 +62,8 @@
60
62
  "@payfit/code-pushup-tools": "0.0.0-use.local",
61
63
  "@payfit/hr-app-eslint": "0.0.0-use.local",
62
64
  "@payfit/hr-apps-tsconfigs": "0.0.0-use.local",
63
- "@payfit/vite-configs": "0.0.0-use.local",
64
- "@payfit/storybook-config": "0.0.0-use.local"
65
+ "@payfit/storybook-config": "0.0.0-use.local",
66
+ "@payfit/vite-configs": "0.0.0-use.local"
65
67
  },
66
68
  "peerDependencies": {
67
69
  "@fontsource/inter": "5.0.19",
@@ -78,5 +80,8 @@
78
80
  "tailwind-merge": "3.5.0",
79
81
  "tailwind-variants": "3.2.2",
80
82
  "tailwindcss": "4.2.2"
81
- }
83
+ },
84
+ "keywords": [
85
+ "tanstack-intent"
86
+ ]
82
87
  }