astralkit 0.3.5 → 0.3.7
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/astralkit-theme-v4.css +16 -0
- package/package.json +1 -1
package/astralkit-theme-v4.css
CHANGED
|
@@ -161,6 +161,22 @@
|
|
|
161
161
|
--text-ak-display-8xl: clamp(5rem, 3.06rem + 6.94vw, 9rem);
|
|
162
162
|
--text-ak-display-9xl: clamp(5.5rem, 3.06rem + 7.64vw, 10rem);
|
|
163
163
|
|
|
164
|
+
/* ── Watermark / Giant Decorative Type ──
|
|
165
|
+
Container-scaled sizes for decorative watermarks. Uses cqi
|
|
166
|
+
(container query inline) so text fits its container, not the viewport.
|
|
167
|
+
Parent must be a container (ak-watermark-area primitive handles this). ── */
|
|
168
|
+
--text-ak-watermark-2xs: clamp(1rem, 13cqi, 13rem);
|
|
169
|
+
--text-ak-watermark-xs: clamp(1rem, 16cqi, 16rem);
|
|
170
|
+
--text-ak-watermark-sm: clamp(1rem, 19cqi, 20rem);
|
|
171
|
+
--text-ak-watermark-base: clamp(1rem, 21cqi, 22rem);
|
|
172
|
+
--text-ak-watermark-md: clamp(1rem, 24cqi, 26rem);
|
|
173
|
+
--text-ak-watermark-lg: clamp(1rem, 26cqi, 28rem);
|
|
174
|
+
--text-ak-watermark-xl: clamp(1rem, 28cqi, 30rem);
|
|
175
|
+
--text-ak-watermark-2xl: clamp(1rem, 30cqi, 34rem);
|
|
176
|
+
--text-ak-watermark-3xl: clamp(1rem, 33cqi, 38rem);
|
|
177
|
+
--text-ak-watermark-4xl: clamp(1rem, 36cqi, 42rem);
|
|
178
|
+
--text-ak-watermark-5xl: clamp(1rem, 40cqi, 48rem);
|
|
179
|
+
|
|
164
180
|
/* ── Line Height ── */
|
|
165
181
|
--leading-ak-display: 0.85;
|
|
166
182
|
--leading-ak-squeezed: 0.92;
|