@recursica/mantine-adapter 0.51.0 → 0.53.0

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/package.json CHANGED
@@ -13,7 +13,7 @@
13
13
  "url": "git+https://github.com/borderux/recursica.git",
14
14
  "directory": "packages/mantine-adapter"
15
15
  },
16
- "version": "0.51.0",
16
+ "version": "0.53.0",
17
17
  "type": "module",
18
18
  "main": "./dist/mantine-adapter.cjs",
19
19
  "module": "./dist/mantine-adapter.js",
@@ -36,7 +36,11 @@
36
36
  "ARCHITECTURE.md",
37
37
  "SETUP.md",
38
38
  "OVERSTYLING.md",
39
- "docs/PHILOSOPHY.md"
39
+ "docs/PHILOSOPHY.md",
40
+ "recursica_variables_scoped.css",
41
+ "recursica_brand.json",
42
+ "recursica_tokens.json",
43
+ "recursica_ui-kit.json"
40
44
  ],
41
45
  "keywords": [
42
46
  "react",
@@ -54,13 +58,16 @@
54
58
  "build-storybook": "storybook build -o storybook-static",
55
59
  "lint": "eslint .",
56
60
  "storybook": "storybook dev -p 6011",
57
- "analyze-tokens": "analyze-tokens --css @recursica/official-release/recursica_variables_scoped.css --dir src/components --output token-analysis.json",
61
+ "analyze-tokens": "analyze-tokens --css ./recursica_variables_scoped.css --dir src/components --output token-analysis.json",
58
62
  "prebuild": "npm run analyze-tokens",
59
63
  "test": "vitest run --project unit",
60
- "test:dom": "vitest run --project dom"
64
+ "test:dom": "vitest run --project dom",
65
+ "adapter-tester:automated": "adapter-tester"
61
66
  },
62
67
  "devDependencies": {
63
68
  "@eslint/js": "^9.25.0",
69
+ "@playwright/test": "^1.53.0",
70
+ "@recursica/adapter-tester": "*",
64
71
  "@recursica/recursica-postcss-vars": "*",
65
72
  "@recursica/storybook-template": "*",
66
73
  "@recursica/token-analyzer": "*",
@@ -95,8 +102,7 @@
95
102
  "vitest": "^3.2.4"
96
103
  },
97
104
  "dependencies": {
98
- "@recursica/adapter-common": "^0.25.1",
99
- "@recursica/official-release": "^2.8.0"
105
+ "@recursica/adapter-common": "^0.26.0"
100
106
  },
101
107
  "peerDependencies": {
102
108
  "@mantine/core": "^8.0.0",