@almadar/ui 5.1.1 → 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.1",
3
+ "version": "5.1.2",
4
4
  "description": "React UI components, hooks, and providers for Almadar",
5
5
  "type": "module",
6
6
  "sideEffects": [
@@ -376,10 +376,10 @@
376
376
  --dialog-padding: 40px;
377
377
  --section-gap: 64px;
378
378
 
379
- /* Icon styling */
380
- --icon-family: phosphor-fill;
379
+ /* Icon styling — tabler outline, architectural strokes */
380
+ --icon-family: tabler;
381
381
  --icon-default-size: 22px;
382
- --icon-stroke-width: 0;
382
+ --icon-stroke-width: 1.25;
383
383
  --icon-color: currentColor;
384
384
 
385
385
  /* Elevation */