@almadar/ui 5.1.0 → 5.1.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@almadar/ui",
3
- "version": "5.1.0",
3
+ "version": "5.1.2",
4
4
  "description": "React UI components, hooks, and providers for Almadar",
5
5
  "type": "module",
6
6
  "sideEffects": [
@@ -165,10 +165,11 @@
165
165
  --dialog-padding: 40px;
166
166
  --section-gap: 64px;
167
167
 
168
- /* Icon styling - Phosphor fill, larger default */
169
- --icon-family: phosphor-fill;
168
+ /* Icon styling - Tabler outline, larger default. Architectural strokes
169
+ distinct from lucide's friendly outline — fits atelier's editorial-display drama. */
170
+ --icon-family: tabler;
170
171
  --icon-default-size: 22px;
171
- --icon-stroke-width: 0;
172
+ --icon-stroke-width: 1.25;
172
173
  --icon-color: currentColor;
173
174
 
174
175
  /* Elevation - All none, hairlines do the work */
@@ -375,10 +376,10 @@
375
376
  --dialog-padding: 40px;
376
377
  --section-gap: 64px;
377
378
 
378
- /* Icon styling */
379
- --icon-family: phosphor-fill;
379
+ /* Icon styling — tabler outline, architectural strokes */
380
+ --icon-family: tabler;
380
381
  --icon-default-size: 22px;
381
- --icon-stroke-width: 0;
382
+ --icon-stroke-width: 1.25;
382
383
  --icon-color: currentColor;
383
384
 
384
385
  /* Elevation */
package/themes/kiosk.css CHANGED
@@ -190,8 +190,9 @@
190
190
  --easing-standard: cubic-bezier(0.16, 1, 0.3, 1);
191
191
  --easing-emphasized: cubic-bezier(0.16, 1, 0.3, 1);
192
192
  --easing-spring: cubic-bezier(0.34, 1.56, 0.64, 1);
193
- /* Iconography axis - filled phosphor, large */
194
- --icon-family: phosphor-fill;
193
+ /* Iconography axis - FontAwesome solid, large. Chunky filled silhouettes
194
+ distinct from phosphor-fill's refined geometric forms — fits kiosk's touch-first energy. */
195
+ --icon-family: fa-solid;
195
196
  --icon-default-size: 26px;
196
197
  /* Elevation axis - lifted, prominent */
197
198
  --elevation-card: var(--shadow-lg);
@@ -393,8 +394,9 @@
393
394
  --easing-standard: cubic-bezier(0.16, 1, 0.3, 1);
394
395
  --easing-emphasized: cubic-bezier(0.16, 1, 0.3, 1);
395
396
  --easing-spring: cubic-bezier(0.34, 1.56, 0.64, 1);
396
- /* Iconography axis - filled phosphor, large */
397
- --icon-family: phosphor-fill;
397
+ /* Iconography axis - FontAwesome solid, large. Chunky filled silhouettes
398
+ distinct from phosphor-fill's refined geometric forms — fits kiosk's touch-first energy. */
399
+ --icon-family: fa-solid;
398
400
  --icon-default-size: 26px;
399
401
  /* Elevation axis - lifted, prominent */
400
402
  --elevation-card: var(--shadow-lg);