@uniai-fe/uds-templates 0.12.4 → 0.12.5

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/dist/styles.css CHANGED
@@ -2378,9 +2378,7 @@
2378
2378
  );
2379
2379
  --alternate-layout-contents-font-weight: var(--font-body-xsmall-weight);
2380
2380
  --button-default-font-label-medium-size: var(--font-label-small-size);
2381
- --button-default-font-label-medium-line-height: var(
2382
- --font-label-small-line-height
2383
- );
2381
+ --button-default-font-label-medium-line-height: 1em;
2384
2382
  --button-default-font-label-medium-letter-spacing: var(
2385
2383
  --font-label-small-letter-spacing
2386
2384
  );
@@ -2388,8 +2386,6 @@
2388
2386
  --button-default-font-weight: var(--font-label-small-weight);
2389
2387
  padding: calc(var(--spacing-padding-11) + var(--spacing-padding-7))
2390
2388
  var(--spacing-padding-8);
2391
- border: 1px solid var(--color-border-assistive);
2392
- border-radius: var(--theme-radius-large-1);
2393
2389
  background: var(--color-common-100);
2394
2390
  }
2395
2391
  .edge-case:where(.edge-case-not-found, [data-edge-case="not-found"])
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniai-fe/uds-templates",
3
- "version": "0.12.4",
3
+ "version": "0.12.5",
4
4
  "description": "UNIAI Design System; UI Templates Package",
5
5
  "type": "module",
6
6
  "private": false,
@@ -52,32 +52,32 @@
52
52
  },
53
53
  "dependencies": {
54
54
  "clsx": "^2.1.1",
55
- "dayjs": "^1.11.21"
55
+ "dayjs": "^1.11.23"
56
56
  },
57
57
  "devDependencies": {
58
58
  "@svgr/webpack": "^8.1.0",
59
- "@tanstack/react-query": "^5.101.4",
59
+ "@tanstack/react-query": "^5.102.6",
60
60
  "@types/node": "^24.13.3",
61
61
  "@types/react": "^19.2.18",
62
- "@types/react-dom": "^19.2.4",
62
+ "@types/react-dom": "^19.2.5",
63
63
  "eslint": "^9.39.5",
64
- "jotai": "^2.20.2",
64
+ "jotai": "^2.20.3",
65
65
  "next": "16.2.12",
66
66
  "prettier": "^3.9.6",
67
- "react-hook-form": "^7.84.0",
68
- "sass": "^1.101.7",
67
+ "react-hook-form": "^7.86.0",
68
+ "sass": "^1.102.0",
69
69
  "typescript": "6.0.3",
70
- "@uniai-fe/eslint-config": "0.4.2",
71
70
  "@uniai-fe/tsconfig": "0.2.0",
72
- "@uniai-fe/next-devkit": "0.4.0",
71
+ "@uniai-fe/eslint-config": "0.4.3",
73
72
  "@uniai-fe/react-hooks": "0.3.0",
74
- "@uniai-fe/uds-primitives": "0.12.5",
73
+ "@uniai-fe/next-devkit": "0.4.1",
74
+ "@uniai-fe/uds-primitives": "0.12.7",
75
75
  "@uniai-fe/uds-foundation": "0.6.0",
76
- "@uniai-fe/util-functions": "0.4.3",
77
76
  "@uniai-fe/util-api": "0.2.1",
78
77
  "@uniai-fe/util-jotai": "0.3.0",
78
+ "@uniai-fe/util-rtc": "0.2.1",
79
79
  "@uniai-fe/util-next": "0.5.0",
80
- "@uniai-fe/util-rtc": "0.2.1"
80
+ "@uniai-fe/util-functions": "0.4.3"
81
81
  },
82
82
  "scripts": {
83
83
  "check:pre-commit": "pnpm --dir ../../.. run check:pre-commit",
@@ -21,9 +21,7 @@
21
21
  );
22
22
  --alternate-layout-contents-font-weight: var(--font-body-xsmall-weight);
23
23
  --button-default-font-label-medium-size: var(--font-label-small-size);
24
- --button-default-font-label-medium-line-height: var(
25
- --font-label-small-line-height
26
- );
24
+ --button-default-font-label-medium-line-height: 1em;
27
25
  --button-default-font-label-medium-letter-spacing: var(
28
26
  --font-label-small-letter-spacing
29
27
  );
@@ -32,8 +30,6 @@
32
30
 
33
31
  padding: calc(var(--spacing-padding-11) + var(--spacing-padding-7))
34
32
  var(--spacing-padding-8);
35
- border: 1px solid var(--color-border-assistive);
36
- border-radius: var(--theme-radius-large-1);
37
33
  background: var(--color-common-100);
38
34
 
39
35
  :where(.alternate-layout-figure) {