@a4ui/core 0.20.0 → 0.21.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/dist/elements.css CHANGED
@@ -229,6 +229,21 @@ body {
229
229
  animation: list-row-in 0.35s both ease-out;
230
230
  }
231
231
 
232
+ /* Aurora — slow ambient drift for the blurred backdrop blobs (opt-in via
233
+ <Aurora animated>). Held still under reduced motion by the global rule below. */
234
+ @keyframes aurora-drift {
235
+ 0%,
236
+ 100% {
237
+ transform: translate3d(0, 0, 0) scale(1);
238
+ }
239
+ 50% {
240
+ transform: translate3d(3%, -3%, 0) scale(1.08);
241
+ }
242
+ }
243
+ .aurora-drift {
244
+ animation: aurora-drift 18s ease-in-out infinite;
245
+ }
246
+
232
247
  /* Table row enter/exit fade. */
233
248
  .row-enter-active,
234
249
  .row-exit-active {
@@ -1351,7 +1366,7 @@ video {
1351
1366
  transition: transform .25s cubic-bezier(.16,1,.3,1), box-shadow .25s ease, border-color .2s ease;
1352
1367
  }
1353
1368
  [data-theme='light'] .card {
1354
- background: hsl(var(--card) / 0.72);
1369
+ background: hsl(var(--card) / 0.6);
1355
1370
  border: 1px solid hsl(var(--border));
1356
1371
  }
1357
1372
  .card.glow-edge::before {
@@ -1504,9 +1519,15 @@ html.calm .tile-glass {
1504
1519
  .-bottom-6 {
1505
1520
  bottom: -1.5rem;
1506
1521
  }
1522
+ .-left-40 {
1523
+ left: -10rem;
1524
+ }
1507
1525
  .-right-1 {
1508
1526
  right: -0.25rem;
1509
1527
  }
1528
+ .-right-32 {
1529
+ right: -8rem;
1530
+ }
1510
1531
  .-right-9 {
1511
1532
  right: -2.25rem;
1512
1533
  }
@@ -1519,6 +1540,9 @@ html.calm .tile-glass {
1519
1540
  .-top-3 {
1520
1541
  top: -0.75rem;
1521
1542
  }
1543
+ .-top-32 {
1544
+ top: -8rem;
1545
+ }
1522
1546
  .bottom-0 {
1523
1547
  bottom: 0px;
1524
1548
  }
@@ -1531,9 +1555,15 @@ html.calm .tile-glass {
1531
1555
  .bottom-6 {
1532
1556
  bottom: 1.5rem;
1533
1557
  }
1558
+ .bottom-\[-10\%\] {
1559
+ bottom: -10%;
1560
+ }
1534
1561
  .left-0 {
1535
1562
  left: 0px;
1536
1563
  }
1564
+ .left-1\/3 {
1565
+ left: 33.333333%;
1566
+ }
1537
1567
  .left-2 {
1538
1568
  left: 0.5rem;
1539
1569
  }
@@ -1567,6 +1597,9 @@ html.calm .tile-glass {
1567
1597
  .top-1\/2 {
1568
1598
  top: 50%;
1569
1599
  }
1600
+ .top-1\/4 {
1601
+ top: 25%;
1602
+ }
1570
1603
  .top-2 {
1571
1604
  top: 0.5rem;
1572
1605
  }
@@ -1582,6 +1615,9 @@ html.calm .tile-glass {
1582
1615
  .isolate {
1583
1616
  isolation: isolate;
1584
1617
  }
1618
+ .-z-10 {
1619
+ z-index: -10;
1620
+ }
1585
1621
  .z-0 {
1586
1622
  z-index: 0;
1587
1623
  }
@@ -1782,6 +1818,15 @@ html.calm .tile-glass {
1782
1818
  .h-\[1em\] {
1783
1819
  height: 1em;
1784
1820
  }
1821
+ .h-\[36rem\] {
1822
+ height: 36rem;
1823
+ }
1824
+ .h-\[38rem\] {
1825
+ height: 38rem;
1826
+ }
1827
+ .h-\[40rem\] {
1828
+ height: 40rem;
1829
+ }
1785
1830
  .h-\[65vh\] {
1786
1831
  height: 65vh;
1787
1832
  }
@@ -1911,6 +1956,15 @@ html.calm .tile-glass {
1911
1956
  .w-\[18px\] {
1912
1957
  width: 18px;
1913
1958
  }
1959
+ .w-\[36rem\] {
1960
+ width: 36rem;
1961
+ }
1962
+ .w-\[38rem\] {
1963
+ width: 38rem;
1964
+ }
1965
+ .w-\[40rem\] {
1966
+ width: 40rem;
1967
+ }
1914
1968
  .w-fit {
1915
1969
  width: fit-content;
1916
1970
  }
@@ -2956,6 +3010,10 @@ html.calm .tile-glass {
2956
3010
  --tw-blur: blur(8px);
2957
3011
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
2958
3012
  }
3013
+ .blur-3xl {
3014
+ --tw-blur: blur(64px);
3015
+ filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
3016
+ }
2959
3017
  .blur-lg {
2960
3018
  --tw-blur: blur(16px);
2961
3019
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
package/dist/full.css CHANGED
@@ -229,6 +229,21 @@ body {
229
229
  animation: list-row-in 0.35s both ease-out;
230
230
  }
231
231
 
232
+ /* Aurora — slow ambient drift for the blurred backdrop blobs (opt-in via
233
+ <Aurora animated>). Held still under reduced motion by the global rule below. */
234
+ @keyframes aurora-drift {
235
+ 0%,
236
+ 100% {
237
+ transform: translate3d(0, 0, 0) scale(1);
238
+ }
239
+ 50% {
240
+ transform: translate3d(3%, -3%, 0) scale(1.08);
241
+ }
242
+ }
243
+ .aurora-drift {
244
+ animation: aurora-drift 18s ease-in-out infinite;
245
+ }
246
+
232
247
  /* Table row enter/exit fade. */
233
248
  .row-enter-active,
234
249
  .row-exit-active {
@@ -1351,7 +1366,7 @@ video {
1351
1366
  transition: transform .25s cubic-bezier(.16,1,.3,1), box-shadow .25s ease, border-color .2s ease;
1352
1367
  }
1353
1368
  [data-theme='light'] .card {
1354
- background: hsl(var(--card) / 0.72);
1369
+ background: hsl(var(--card) / 0.6);
1355
1370
  border: 1px solid hsl(var(--border));
1356
1371
  }
1357
1372
  .card.glow-edge::before {
@@ -1504,9 +1519,15 @@ html.calm .tile-glass {
1504
1519
  .-bottom-6 {
1505
1520
  bottom: -1.5rem;
1506
1521
  }
1522
+ .-left-40 {
1523
+ left: -10rem;
1524
+ }
1507
1525
  .-right-1 {
1508
1526
  right: -0.25rem;
1509
1527
  }
1528
+ .-right-32 {
1529
+ right: -8rem;
1530
+ }
1510
1531
  .-right-9 {
1511
1532
  right: -2.25rem;
1512
1533
  }
@@ -1519,6 +1540,9 @@ html.calm .tile-glass {
1519
1540
  .-top-3 {
1520
1541
  top: -0.75rem;
1521
1542
  }
1543
+ .-top-32 {
1544
+ top: -8rem;
1545
+ }
1522
1546
  .bottom-0 {
1523
1547
  bottom: 0px;
1524
1548
  }
@@ -1531,9 +1555,15 @@ html.calm .tile-glass {
1531
1555
  .bottom-6 {
1532
1556
  bottom: 1.5rem;
1533
1557
  }
1558
+ .bottom-\[-10\%\] {
1559
+ bottom: -10%;
1560
+ }
1534
1561
  .left-0 {
1535
1562
  left: 0px;
1536
1563
  }
1564
+ .left-1\/3 {
1565
+ left: 33.333333%;
1566
+ }
1537
1567
  .left-2 {
1538
1568
  left: 0.5rem;
1539
1569
  }
@@ -1567,6 +1597,9 @@ html.calm .tile-glass {
1567
1597
  .top-1\/2 {
1568
1598
  top: 50%;
1569
1599
  }
1600
+ .top-1\/4 {
1601
+ top: 25%;
1602
+ }
1570
1603
  .top-2 {
1571
1604
  top: 0.5rem;
1572
1605
  }
@@ -1582,6 +1615,9 @@ html.calm .tile-glass {
1582
1615
  .isolate {
1583
1616
  isolation: isolate;
1584
1617
  }
1618
+ .-z-10 {
1619
+ z-index: -10;
1620
+ }
1585
1621
  .z-0 {
1586
1622
  z-index: 0;
1587
1623
  }
@@ -1782,6 +1818,15 @@ html.calm .tile-glass {
1782
1818
  .h-\[1em\] {
1783
1819
  height: 1em;
1784
1820
  }
1821
+ .h-\[36rem\] {
1822
+ height: 36rem;
1823
+ }
1824
+ .h-\[38rem\] {
1825
+ height: 38rem;
1826
+ }
1827
+ .h-\[40rem\] {
1828
+ height: 40rem;
1829
+ }
1785
1830
  .h-\[65vh\] {
1786
1831
  height: 65vh;
1787
1832
  }
@@ -1911,6 +1956,15 @@ html.calm .tile-glass {
1911
1956
  .w-\[18px\] {
1912
1957
  width: 18px;
1913
1958
  }
1959
+ .w-\[36rem\] {
1960
+ width: 36rem;
1961
+ }
1962
+ .w-\[38rem\] {
1963
+ width: 38rem;
1964
+ }
1965
+ .w-\[40rem\] {
1966
+ width: 40rem;
1967
+ }
1914
1968
  .w-fit {
1915
1969
  width: fit-content;
1916
1970
  }
@@ -2956,6 +3010,10 @@ html.calm .tile-glass {
2956
3010
  --tw-blur: blur(8px);
2957
3011
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
2958
3012
  }
3013
+ .blur-3xl {
3014
+ --tw-blur: blur(64px);
3015
+ filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
3016
+ }
2959
3017
  .blur-lg {
2960
3018
  --tw-blur: blur(16px);
2961
3019
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
package/dist/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- export declare const A4UI_VERSION = "0.20.0";
1
+ export declare const A4UI_VERSION = "0.21.0";
2
2
  export { cn } from './lib/cn';
3
3
  export { useTheme, toggleTheme, setTheme, storedTheme, applyTheme, toggled, type Theme } from './lib/theme';
4
4
  export { useEffects, isCalm, setEffects } from './lib/effects';
@@ -116,6 +116,7 @@ export { GradientText, type GradientTextProps } from './ui/GradientText';
116
116
  export { flyToCart, type FlyToCartOptions } from './lib/flyToCart';
117
117
  export { AppShell } from './layout/AppShell';
118
118
  export { SpaceBackground } from './layout/SpaceBackground';
119
+ export { Aurora, type AuroraProps } from './layout/Aurora';
119
120
  export { ThemedScenery, type ThemedSceneryProps } from './layout/ThemedScenery';
120
121
  export { SnowScenery } from './layout/SnowScenery';
121
122
  export { ChristmasBackground } from './layout/ChristmasBackground';