@arclux/arc-ui-html 1.2.0 → 1.3.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/css/arc-ui.css CHANGED
@@ -352,11 +352,11 @@
352
352
  display: inline-flex;
353
353
  align-items: center;
354
354
  gap: var(--space-xs);
355
- font-family: var(--font-accent);
356
- font-weight: 600;
355
+ font-family: var(--font-mono);
356
+ font-weight: 500;
357
357
  font-size: var(--text-xs);
358
- letter-spacing: 2px;
359
- text-transform: uppercase;
358
+ letter-spacing: normal;
359
+ text-transform: none;
360
360
  color: var(--text-muted);
361
361
  padding: var(--space-xs) var(--space-sm);
362
362
  border: 1px solid var(--border-default);
package/css/badge.css CHANGED
@@ -7,11 +7,11 @@
7
7
  display: inline-flex;
8
8
  align-items: center;
9
9
  gap: var(--space-xs);
10
- font-family: var(--font-accent);
11
- font-weight: 600;
10
+ font-family: var(--font-mono);
11
+ font-weight: 500;
12
12
  font-size: var(--text-xs);
13
- letter-spacing: 2px;
14
- text-transform: uppercase;
13
+ letter-spacing: normal;
14
+ text-transform: none;
15
15
  color: var(--text-muted);
16
16
  padding: var(--space-xs) var(--space-sm);
17
17
  border: 1px solid var(--border-default);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arclux/arc-ui-html",
3
- "version": "1.2.0",
3
+ "version": "1.3.0",
4
4
  "description": "ARC UI — Standalone CSS and HTML examples for vanilla projects. Auto-generated by @arclux/prism.",
5
5
  "license": "MIT",
6
6
  "type": "module",