@almadar/ui 5.1.0 → 5.1.1
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 +1 -1
- package/themes/atelier.css +4 -3
- package/themes/kiosk.css +6 -4
package/package.json
CHANGED
package/themes/atelier.css
CHANGED
|
@@ -165,10 +165,11 @@
|
|
|
165
165
|
--dialog-padding: 40px;
|
|
166
166
|
--section-gap: 64px;
|
|
167
167
|
|
|
168
|
-
/* Icon styling -
|
|
169
|
-
|
|
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:
|
|
172
|
+
--icon-stroke-width: 1.25;
|
|
172
173
|
--icon-color: currentColor;
|
|
173
174
|
|
|
174
175
|
/* Elevation - All none, hairlines do the work */
|
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 -
|
|
194
|
-
|
|
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 -
|
|
397
|
-
|
|
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);
|