@uniai-fe/uds-templates 0.8.3 → 0.9.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.
Files changed (2) hide show
  1. package/dist/styles.css +1 -1
  2. package/package.json +11 -11
package/dist/styles.css CHANGED
@@ -318,7 +318,7 @@
318
318
 
319
319
  .page-frame-nav-category-label {
320
320
  font-size: var(--uds-page-nav-text-size);
321
- line-height: 1.7rem;
321
+ line-height: var(--uds-page-nav-text-line-height);
322
322
  color: inherit;
323
323
  }
324
324
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniai-fe/uds-templates",
3
- "version": "0.8.3",
3
+ "version": "0.9.0",
4
4
  "description": "UNIAI Design System; UI Templates Package",
5
5
  "type": "module",
6
6
  "private": false,
@@ -40,11 +40,11 @@
40
40
  "@uniai-fe/uds-primitives": "^0.8.0 || ^0.9.0",
41
41
  "@uniai-fe/util-api": "^0.1.15 || ^0.2.0",
42
42
  "@uniai-fe/util-functions": "^0.3.0 || ^0.4.0",
43
- "@uniai-fe/util-jotai": "^0.1.9 || ^0.2.0",
44
- "@uniai-fe/util-next": "^0.3.0 || ^0.4.0",
43
+ "@uniai-fe/util-jotai": "^0.1.9 || ^0.2.0 || ^0.3.0",
44
+ "@uniai-fe/util-next": "^0.3.0 || ^0.4.0 || ^0.5.0",
45
45
  "@uniai-fe/util-rtc": "^0.1.4 || ^0.2.0",
46
46
  "jotai": ">=2 <3",
47
- "next": ">=15 <16",
47
+ "next": ">=16 <17",
48
48
  "react": ">=19 <20",
49
49
  "react-dom": ">=19 <20",
50
50
  "react-hook-form": ">=7 <8",
@@ -62,21 +62,21 @@
62
62
  "@types/react-dom": "^19.2.3",
63
63
  "eslint": "^9.39.2",
64
64
  "jotai": "^2.20.1",
65
- "next": "^15.5.18",
65
+ "next": "16.2.10",
66
66
  "prettier": "^3.8.4",
67
67
  "react-hook-form": "^7.80.0",
68
68
  "sass": "^1.101.0",
69
69
  "typescript": "6.0.3",
70
- "@uniai-fe/eslint-config": "0.2.0",
71
- "@uniai-fe/next-devkit": "0.3.0",
72
- "@uniai-fe/uds-foundation": "0.5.0",
73
- "@uniai-fe/tsconfig": "0.2.0",
70
+ "@uniai-fe/eslint-config": "0.3.0",
74
71
  "@uniai-fe/react-hooks": "0.2.0",
72
+ "@uniai-fe/next-devkit": "0.4.0",
73
+ "@uniai-fe/tsconfig": "0.2.0",
74
+ "@uniai-fe/uds-foundation": "0.5.0",
75
75
  "@uniai-fe/uds-primitives": "0.9.3",
76
76
  "@uniai-fe/util-api": "0.2.1",
77
77
  "@uniai-fe/util-functions": "0.4.1",
78
- "@uniai-fe/util-jotai": "0.2.0",
79
- "@uniai-fe/util-next": "0.4.1",
78
+ "@uniai-fe/util-jotai": "0.3.0",
79
+ "@uniai-fe/util-next": "0.5.0",
80
80
  "@uniai-fe/util-rtc": "0.2.0"
81
81
  },
82
82
  "scripts": {