@godxjp/ui 18.12.2 → 18.12.3

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.
@@ -22,9 +22,9 @@
22
22
  --dialog-space-gap: var(--space-stack-md);
23
23
  --dialog-close-space-offset: var(--space-4);
24
24
  /* Alert corner radius (gh#268 — rule #45): a full-width Alert often sits in the
25
- * same page column as a Card (--card-radius); a service aligns them by
25
+ * same page column as a Card — so the DEFAULT IS the Card radius (gh#282); a service re-tunes by
26
26
  * overriding this once. Default keeps the historical --radius-md. */
27
- --alert-radius: var(--radius-md);
27
+ --alert-radius: var(--card-radius);
28
28
  --alert-space-inset: var(--space-section-active);
29
29
  --alert-space-gap: var(--space-inline-md);
30
30
  --alert-inner-space-gap: var(--space-stack-sm);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@godxjp/ui",
3
- "version": "18.12.2",
4
- "godxUiMcp": "18.12.2",
3
+ "version": "18.12.3",
4
+ "godxUiMcp": "18.12.3",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
7
7
  "type": "git",