@asd20/ui-next 2.7.1 → 2.7.2

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/CHANGELOG.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # Changelog
2
2
 
3
+ ## [2.7.2](https://github.com/academydistrict20/asd20-ui-next/compare/ui-next-v2.7.1...ui-next-v2.7.2) (2026-05-05)
4
+
3
5
  ## [2.7.1](https://github.com/academydistrict20/asd20-ui-next/compare/ui-next-v2.7.0...ui-next-v2.7.1) (2026-05-05)
4
6
 
5
7
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@asd20/ui-next",
3
- "version": "2.7.1",
3
+ "version": "2.7.2",
4
4
  "private": false,
5
5
  "description": "ASD20 UI component library for Vue 3.",
6
6
  "license": "MIT",
@@ -91,7 +91,7 @@ $input-focus-color: var(--color__accent-t50);
91
91
  margin: 0;
92
92
  color: var(--website-card__reverse-background-color);
93
93
  border: 2px solid var(--color__accent);
94
- border-radius: 0;
94
+ border-radius: var(--website-shape__radius-s);
95
95
  font-family: var(--website-typography__font-family-body);
96
96
  font-size: 1rem;
97
97
  line-height: 1;
@@ -86,7 +86,7 @@ $input-focus-color: var(--color__accent-t50);
86
86
  margin: 0;
87
87
  color: var(--website-card__reverse-background-color);
88
88
  border: 2px solid var(--color__accent);
89
- border-radius: 0;
89
+ border-radius: var(--website-shape__radius-s);
90
90
  font-family: var(--website-typography__font-family-body);
91
91
  font-size: 1rem;
92
92
  line-height: 1;
@@ -341,7 +341,8 @@ export default {
341
341
  & :deep(.asd20-modal) {
342
342
  margin-top: auto;
343
343
  margin-bottom: auto;
344
- max-width: 30vw;
344
+ height: 80vh;
345
+ max-width: 50vw;
345
346
  }
346
347
  }
347
348
  }