@uniai-fe/uds-templates 0.8.2 → 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.
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
 
@@ -666,7 +666,8 @@
666
666
  flex: 0 0 auto;
667
667
  }
668
668
 
669
- .uds-modal-footer-buttons[data-appearance="text"] {
669
+ .uds-modal-root.uds-modal-alert
670
+ .uds-modal-footer-buttons[data-appearance="text"] {
670
671
  padding: 0;
671
672
  gap: 0;
672
673
  min-height: var(--notice-dialog-action-height, 56px);
@@ -676,14 +677,19 @@
676
677
  var(--color-border-standard-cool-gray, #e4e5e7)
677
678
  );
678
679
  }
679
- .uds-modal-footer-buttons[data-appearance="text"] .uds-modal-footer-group {
680
+ .uds-modal-root.uds-modal-alert
681
+ .uds-modal-footer-buttons[data-appearance="text"]
682
+ .uds-modal-footer-group {
680
683
  flex-wrap: nowrap;
681
684
  gap: 0;
682
685
  }
683
- .uds-modal-footer-buttons[data-appearance="text"] .uds-modal-footer-button {
686
+ .uds-modal-root.uds-modal-alert
687
+ .uds-modal-footer-buttons[data-appearance="text"]
688
+ .uds-modal-footer-button {
684
689
  border-radius: 0;
685
690
  }
686
- .uds-modal-footer-buttons[data-appearance="text"]
691
+ .uds-modal-root.uds-modal-alert
692
+ .uds-modal-footer-buttons[data-appearance="text"]
687
693
  .uds-modal-footer-button
688
694
  + .uds-modal-footer-button {
689
695
  border-left: 1px solid
@@ -697,7 +703,7 @@
697
703
  min-height: 48px;
698
704
  }
699
705
 
700
- .uds-modal-footer-button-text {
706
+ .uds-modal-root.uds-modal-alert .uds-modal-footer-button-text {
701
707
  min-height: 56px;
702
708
  justify-content: center;
703
709
  border-radius: 0;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniai-fe/uds-templates",
3
- "version": "0.8.2",
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,22 +62,22 @@
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",
70
+ "@uniai-fe/eslint-config": "0.3.0",
72
71
  "@uniai-fe/react-hooks": "0.2.0",
72
+ "@uniai-fe/next-devkit": "0.4.0",
73
+ "@uniai-fe/tsconfig": "0.2.0",
73
74
  "@uniai-fe/uds-foundation": "0.5.0",
74
- "@uniai-fe/uds-primitives": "0.9.2",
75
+ "@uniai-fe/uds-primitives": "0.9.3",
75
76
  "@uniai-fe/util-api": "0.2.1",
76
77
  "@uniai-fe/util-functions": "0.4.1",
77
- "@uniai-fe/util-rtc": "0.2.0",
78
- "@uniai-fe/util-jotai": "0.2.0",
79
- "@uniai-fe/tsconfig": "0.2.0",
80
- "@uniai-fe/util-next": "0.4.1"
78
+ "@uniai-fe/util-jotai": "0.3.0",
79
+ "@uniai-fe/util-next": "0.5.0",
80
+ "@uniai-fe/util-rtc": "0.2.0"
81
81
  },
82
82
  "scripts": {
83
83
  "check:pre-commit": "pnpm --dir ../../.. run check:pre-commit",
@@ -93,7 +93,8 @@
93
93
  flex: 0 0 auto;
94
94
  }
95
95
 
96
- .uds-modal-footer-buttons[data-appearance="text"] {
96
+ .uds-modal-root.uds-modal-alert
97
+ .uds-modal-footer-buttons[data-appearance="text"] {
97
98
  padding: 0;
98
99
  gap: 0;
99
100
  min-height: var(--notice-dialog-action-height, 56px);
@@ -125,7 +126,7 @@
125
126
  min-height: 48px;
126
127
  }
127
128
 
128
- .uds-modal-footer-button-text {
129
+ .uds-modal-root.uds-modal-alert .uds-modal-footer-button-text {
129
130
  min-height: 56px;
130
131
  justify-content: center;
131
132
  border-radius: 0;