@a4ui/core 0.17.0 → 0.18.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
@@ -1516,9 +1516,15 @@ html.calm .tile-glass {
1516
1516
  .-top-1\.5 {
1517
1517
  top: -0.375rem;
1518
1518
  }
1519
+ .-top-3 {
1520
+ top: -0.75rem;
1521
+ }
1519
1522
  .bottom-0 {
1520
1523
  bottom: 0px;
1521
1524
  }
1525
+ .bottom-3 {
1526
+ bottom: 0.75rem;
1527
+ }
1522
1528
  .bottom-4 {
1523
1529
  bottom: 1rem;
1524
1530
  }
@@ -1531,6 +1537,9 @@ html.calm .tile-glass {
1531
1537
  .left-2 {
1532
1538
  left: 0.5rem;
1533
1539
  }
1540
+ .left-3 {
1541
+ left: 0.75rem;
1542
+ }
1534
1543
  .left-6 {
1535
1544
  left: 1.5rem;
1536
1545
  }
@@ -1700,6 +1709,9 @@ html.calm .tile-glass {
1700
1709
  .aspect-square {
1701
1710
  aspect-ratio: 1 / 1;
1702
1711
  }
1712
+ .aspect-video {
1713
+ aspect-ratio: 16 / 9;
1714
+ }
1703
1715
  .size-3 {
1704
1716
  width: 0.75rem;
1705
1717
  height: 0.75rem;
@@ -1938,12 +1950,27 @@ html.calm .tile-glass {
1938
1950
  .min-w-\[8rem\] {
1939
1951
  min-width: 8rem;
1940
1952
  }
1953
+ .max-w-2xl {
1954
+ max-width: 42rem;
1955
+ }
1956
+ .max-w-4xl {
1957
+ max-width: 56rem;
1958
+ }
1959
+ .max-w-6xl {
1960
+ max-width: 72rem;
1961
+ }
1962
+ .max-w-7xl {
1963
+ max-width: 80rem;
1964
+ }
1941
1965
  .max-w-\[520px\] {
1942
1966
  max-width: 520px;
1943
1967
  }
1944
1968
  .max-w-\[90vw\] {
1945
1969
  max-width: 90vw;
1946
1970
  }
1971
+ .max-w-full {
1972
+ max-width: 100%;
1973
+ }
1947
1974
  .max-w-lg {
1948
1975
  max-width: 32rem;
1949
1976
  }
@@ -1953,6 +1980,9 @@ html.calm .tile-glass {
1953
1980
  .max-w-sm {
1954
1981
  max-width: 24rem;
1955
1982
  }
1983
+ .max-w-xl {
1984
+ max-width: 36rem;
1985
+ }
1956
1986
  .max-w-xs {
1957
1987
  max-width: 20rem;
1958
1988
  }
@@ -2040,6 +2070,9 @@ html.calm .tile-glass {
2040
2070
  .cursor-col-resize {
2041
2071
  cursor: col-resize;
2042
2072
  }
2073
+ .cursor-ew-resize {
2074
+ cursor: ew-resize;
2075
+ }
2043
2076
  .cursor-grab {
2044
2077
  cursor: grab;
2045
2078
  }
@@ -2055,6 +2088,9 @@ html.calm .tile-glass {
2055
2088
  .cursor-zoom-in {
2056
2089
  cursor: zoom-in;
2057
2090
  }
2091
+ .touch-none {
2092
+ touch-action: none;
2093
+ }
2058
2094
  .touch-pan-y {
2059
2095
  --tw-pan-y: pan-y;
2060
2096
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
@@ -2149,6 +2185,9 @@ html.calm .tile-glass {
2149
2185
  .gap-6 {
2150
2186
  gap: 1.5rem;
2151
2187
  }
2188
+ .gap-8 {
2189
+ gap: 2rem;
2190
+ }
2152
2191
  .gap-x-6 {
2153
2192
  column-gap: 1.5rem;
2154
2193
  }
@@ -2387,6 +2426,12 @@ html.calm .tile-glass {
2387
2426
  --tw-bg-opacity: 1;
2388
2427
  background-color: hsl(var(--muted) / var(--tw-bg-opacity, 1));
2389
2428
  }
2429
+ .bg-muted\/30 {
2430
+ background-color: hsl(var(--muted) / 0.3);
2431
+ }
2432
+ .bg-muted\/40 {
2433
+ background-color: hsl(var(--muted) / 0.4);
2434
+ }
2390
2435
  .bg-muted\/80 {
2391
2436
  background-color: hsl(var(--muted) / 0.8);
2392
2437
  }
@@ -2533,6 +2578,10 @@ html.calm .tile-glass {
2533
2578
  padding-top: 3rem;
2534
2579
  padding-bottom: 3rem;
2535
2580
  }
2581
+ .py-14 {
2582
+ padding-top: 3.5rem;
2583
+ padding-bottom: 3.5rem;
2584
+ }
2536
2585
  .py-2 {
2537
2586
  padding-top: 0.5rem;
2538
2587
  padding-bottom: 0.5rem;
@@ -2616,6 +2665,10 @@ html.calm .tile-glass {
2616
2665
  font-size: 1.5rem;
2617
2666
  line-height: 2rem;
2618
2667
  }
2668
+ .text-3xl {
2669
+ font-size: 1.875rem;
2670
+ line-height: 2.25rem;
2671
+ }
2619
2672
  .text-4xl {
2620
2673
  font-size: 2.25rem;
2621
2674
  line-height: 2.5rem;
@@ -2931,6 +2984,16 @@ html.calm .tile-glass {
2931
2984
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
2932
2985
  transition-duration: 150ms;
2933
2986
  }
2987
+ .transition-\[background-color\2c transform\] {
2988
+ transition-property: background-color,transform;
2989
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
2990
+ transition-duration: 150ms;
2991
+ }
2992
+ .transition-\[clip-path\] {
2993
+ transition-property: clip-path;
2994
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
2995
+ transition-duration: 150ms;
2996
+ }
2934
2997
  .transition-\[color\2c background-color\2c transform\] {
2935
2998
  transition-property: color,background-color,transform;
2936
2999
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
@@ -2996,6 +3059,41 @@ html.calm .tile-glass {
2996
3059
  --tw-text-opacity: 1;
2997
3060
  color: hsl(var(--muted-foreground) / var(--tw-text-opacity, 1));
2998
3061
  }
3062
+ .before\:pointer-events-none::before {
3063
+ content: var(--tw-content);
3064
+ pointer-events: none;
3065
+ }
3066
+ .before\:absolute::before {
3067
+ content: var(--tw-content);
3068
+ position: absolute;
3069
+ }
3070
+ .before\:inset-y-0::before {
3071
+ content: var(--tw-content);
3072
+ top: 0px;
3073
+ bottom: 0px;
3074
+ }
3075
+ .before\:left-1\/2::before {
3076
+ content: var(--tw-content);
3077
+ left: 50%;
3078
+ }
3079
+ .before\:w-px::before {
3080
+ content: var(--tw-content);
3081
+ width: 1px;
3082
+ }
3083
+ .before\:-translate-x-1\/2::before {
3084
+ content: var(--tw-content);
3085
+ --tw-translate-x: -50%;
3086
+ transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
3087
+ }
3088
+ .before\:bg-background::before {
3089
+ content: var(--tw-content);
3090
+ --tw-bg-opacity: 1;
3091
+ background-color: hsl(var(--background) / var(--tw-bg-opacity, 1));
3092
+ }
3093
+ .before\:content-\[\'\'\]::before {
3094
+ --tw-content: '';
3095
+ content: var(--tw-content);
3096
+ }
2999
3097
  .last\:flex-none:last-child {
3000
3098
  flex: none;
3001
3099
  }
@@ -3024,6 +3122,9 @@ html.calm .tile-glass {
3024
3122
  .hover\:border-ring\/60:hover {
3025
3123
  border-color: hsl(var(--ring) / 0.6);
3026
3124
  }
3125
+ .hover\:bg-accent\/90:hover {
3126
+ background-color: hsl(var(--accent) / 0.9);
3127
+ }
3027
3128
  .hover\:bg-muted:hover {
3028
3129
  --tw-bg-opacity: 1;
3029
3130
  background-color: hsl(var(--muted) / var(--tw-bg-opacity, 1));
@@ -3127,6 +3228,21 @@ html.calm .tile-glass {
3127
3228
  .disabled\:opacity-50:disabled {
3128
3229
  opacity: 0.5;
3129
3230
  }
3231
+ .group:focus-visible .group-focus-visible\:ring-2 {
3232
+ --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
3233
+ --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
3234
+ box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
3235
+ }
3236
+ .group:focus-visible .group-focus-visible\:ring-primary {
3237
+ --tw-ring-opacity: 1;
3238
+ --tw-ring-color: hsl(var(--primary) / var(--tw-ring-opacity, 1));
3239
+ }
3240
+ .group:focus-visible .group-focus-visible\:ring-offset-2 {
3241
+ --tw-ring-offset-width: 2px;
3242
+ }
3243
+ .group:focus-visible .group-focus-visible\:ring-offset-background {
3244
+ --tw-ring-offset-color: hsl(var(--background) / 1);
3245
+ }
3130
3246
  .group[open] .group-\[\[open\]\]\:rotate-90 {
3131
3247
  --tw-rotate: 90deg;
3132
3248
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
@@ -3188,6 +3304,10 @@ html.calm .tile-glass {
3188
3304
  }
3189
3305
  @media (min-width: 640px) {
3190
3306
 
3307
+ .sm\:block {
3308
+ display: block;
3309
+ }
3310
+
3191
3311
  .sm\:grid-cols-2 {
3192
3312
  grid-template-columns: repeat(2, minmax(0, 1fr));
3193
3313
  }
@@ -3212,13 +3332,26 @@ html.calm .tile-glass {
3212
3332
  justify-content: space-between;
3213
3333
  }
3214
3334
 
3335
+ .sm\:gap-3 {
3336
+ gap: 0.75rem;
3337
+ }
3338
+
3215
3339
  .sm\:px-6 {
3216
3340
  padding-left: 1.5rem;
3217
3341
  padding-right: 1.5rem;
3218
3342
  }
3343
+
3344
+ .sm\:text-base {
3345
+ font-size: 1rem;
3346
+ line-height: 1.5rem;
3347
+ }
3219
3348
  }
3220
3349
  @media (min-width: 1024px) {
3221
3350
 
3351
+ .lg\:grid-cols-3 {
3352
+ grid-template-columns: repeat(3, minmax(0, 1fr));
3353
+ }
3354
+
3222
3355
  .lg\:grid-cols-4 {
3223
3356
  grid-template-columns: repeat(4, minmax(0, 1fr));
3224
3357
  }
package/dist/full.css CHANGED
@@ -1516,9 +1516,15 @@ html.calm .tile-glass {
1516
1516
  .-top-1\.5 {
1517
1517
  top: -0.375rem;
1518
1518
  }
1519
+ .-top-3 {
1520
+ top: -0.75rem;
1521
+ }
1519
1522
  .bottom-0 {
1520
1523
  bottom: 0px;
1521
1524
  }
1525
+ .bottom-3 {
1526
+ bottom: 0.75rem;
1527
+ }
1522
1528
  .bottom-4 {
1523
1529
  bottom: 1rem;
1524
1530
  }
@@ -1531,6 +1537,9 @@ html.calm .tile-glass {
1531
1537
  .left-2 {
1532
1538
  left: 0.5rem;
1533
1539
  }
1540
+ .left-3 {
1541
+ left: 0.75rem;
1542
+ }
1534
1543
  .left-6 {
1535
1544
  left: 1.5rem;
1536
1545
  }
@@ -1700,6 +1709,9 @@ html.calm .tile-glass {
1700
1709
  .aspect-square {
1701
1710
  aspect-ratio: 1 / 1;
1702
1711
  }
1712
+ .aspect-video {
1713
+ aspect-ratio: 16 / 9;
1714
+ }
1703
1715
  .size-3 {
1704
1716
  width: 0.75rem;
1705
1717
  height: 0.75rem;
@@ -1938,12 +1950,27 @@ html.calm .tile-glass {
1938
1950
  .min-w-\[8rem\] {
1939
1951
  min-width: 8rem;
1940
1952
  }
1953
+ .max-w-2xl {
1954
+ max-width: 42rem;
1955
+ }
1956
+ .max-w-4xl {
1957
+ max-width: 56rem;
1958
+ }
1959
+ .max-w-6xl {
1960
+ max-width: 72rem;
1961
+ }
1962
+ .max-w-7xl {
1963
+ max-width: 80rem;
1964
+ }
1941
1965
  .max-w-\[520px\] {
1942
1966
  max-width: 520px;
1943
1967
  }
1944
1968
  .max-w-\[90vw\] {
1945
1969
  max-width: 90vw;
1946
1970
  }
1971
+ .max-w-full {
1972
+ max-width: 100%;
1973
+ }
1947
1974
  .max-w-lg {
1948
1975
  max-width: 32rem;
1949
1976
  }
@@ -1953,6 +1980,9 @@ html.calm .tile-glass {
1953
1980
  .max-w-sm {
1954
1981
  max-width: 24rem;
1955
1982
  }
1983
+ .max-w-xl {
1984
+ max-width: 36rem;
1985
+ }
1956
1986
  .max-w-xs {
1957
1987
  max-width: 20rem;
1958
1988
  }
@@ -2040,6 +2070,9 @@ html.calm .tile-glass {
2040
2070
  .cursor-col-resize {
2041
2071
  cursor: col-resize;
2042
2072
  }
2073
+ .cursor-ew-resize {
2074
+ cursor: ew-resize;
2075
+ }
2043
2076
  .cursor-grab {
2044
2077
  cursor: grab;
2045
2078
  }
@@ -2055,6 +2088,9 @@ html.calm .tile-glass {
2055
2088
  .cursor-zoom-in {
2056
2089
  cursor: zoom-in;
2057
2090
  }
2091
+ .touch-none {
2092
+ touch-action: none;
2093
+ }
2058
2094
  .touch-pan-y {
2059
2095
  --tw-pan-y: pan-y;
2060
2096
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
@@ -2149,6 +2185,9 @@ html.calm .tile-glass {
2149
2185
  .gap-6 {
2150
2186
  gap: 1.5rem;
2151
2187
  }
2188
+ .gap-8 {
2189
+ gap: 2rem;
2190
+ }
2152
2191
  .gap-x-6 {
2153
2192
  column-gap: 1.5rem;
2154
2193
  }
@@ -2387,6 +2426,12 @@ html.calm .tile-glass {
2387
2426
  --tw-bg-opacity: 1;
2388
2427
  background-color: hsl(var(--muted) / var(--tw-bg-opacity, 1));
2389
2428
  }
2429
+ .bg-muted\/30 {
2430
+ background-color: hsl(var(--muted) / 0.3);
2431
+ }
2432
+ .bg-muted\/40 {
2433
+ background-color: hsl(var(--muted) / 0.4);
2434
+ }
2390
2435
  .bg-muted\/80 {
2391
2436
  background-color: hsl(var(--muted) / 0.8);
2392
2437
  }
@@ -2533,6 +2578,10 @@ html.calm .tile-glass {
2533
2578
  padding-top: 3rem;
2534
2579
  padding-bottom: 3rem;
2535
2580
  }
2581
+ .py-14 {
2582
+ padding-top: 3.5rem;
2583
+ padding-bottom: 3.5rem;
2584
+ }
2536
2585
  .py-2 {
2537
2586
  padding-top: 0.5rem;
2538
2587
  padding-bottom: 0.5rem;
@@ -2616,6 +2665,10 @@ html.calm .tile-glass {
2616
2665
  font-size: 1.5rem;
2617
2666
  line-height: 2rem;
2618
2667
  }
2668
+ .text-3xl {
2669
+ font-size: 1.875rem;
2670
+ line-height: 2.25rem;
2671
+ }
2619
2672
  .text-4xl {
2620
2673
  font-size: 2.25rem;
2621
2674
  line-height: 2.5rem;
@@ -2931,6 +2984,16 @@ html.calm .tile-glass {
2931
2984
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
2932
2985
  transition-duration: 150ms;
2933
2986
  }
2987
+ .transition-\[background-color\2c transform\] {
2988
+ transition-property: background-color,transform;
2989
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
2990
+ transition-duration: 150ms;
2991
+ }
2992
+ .transition-\[clip-path\] {
2993
+ transition-property: clip-path;
2994
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
2995
+ transition-duration: 150ms;
2996
+ }
2934
2997
  .transition-\[color\2c background-color\2c transform\] {
2935
2998
  transition-property: color,background-color,transform;
2936
2999
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
@@ -2996,6 +3059,41 @@ html.calm .tile-glass {
2996
3059
  --tw-text-opacity: 1;
2997
3060
  color: hsl(var(--muted-foreground) / var(--tw-text-opacity, 1));
2998
3061
  }
3062
+ .before\:pointer-events-none::before {
3063
+ content: var(--tw-content);
3064
+ pointer-events: none;
3065
+ }
3066
+ .before\:absolute::before {
3067
+ content: var(--tw-content);
3068
+ position: absolute;
3069
+ }
3070
+ .before\:inset-y-0::before {
3071
+ content: var(--tw-content);
3072
+ top: 0px;
3073
+ bottom: 0px;
3074
+ }
3075
+ .before\:left-1\/2::before {
3076
+ content: var(--tw-content);
3077
+ left: 50%;
3078
+ }
3079
+ .before\:w-px::before {
3080
+ content: var(--tw-content);
3081
+ width: 1px;
3082
+ }
3083
+ .before\:-translate-x-1\/2::before {
3084
+ content: var(--tw-content);
3085
+ --tw-translate-x: -50%;
3086
+ transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
3087
+ }
3088
+ .before\:bg-background::before {
3089
+ content: var(--tw-content);
3090
+ --tw-bg-opacity: 1;
3091
+ background-color: hsl(var(--background) / var(--tw-bg-opacity, 1));
3092
+ }
3093
+ .before\:content-\[\'\'\]::before {
3094
+ --tw-content: '';
3095
+ content: var(--tw-content);
3096
+ }
2999
3097
  .last\:flex-none:last-child {
3000
3098
  flex: none;
3001
3099
  }
@@ -3024,6 +3122,9 @@ html.calm .tile-glass {
3024
3122
  .hover\:border-ring\/60:hover {
3025
3123
  border-color: hsl(var(--ring) / 0.6);
3026
3124
  }
3125
+ .hover\:bg-accent\/90:hover {
3126
+ background-color: hsl(var(--accent) / 0.9);
3127
+ }
3027
3128
  .hover\:bg-muted:hover {
3028
3129
  --tw-bg-opacity: 1;
3029
3130
  background-color: hsl(var(--muted) / var(--tw-bg-opacity, 1));
@@ -3127,6 +3228,21 @@ html.calm .tile-glass {
3127
3228
  .disabled\:opacity-50:disabled {
3128
3229
  opacity: 0.5;
3129
3230
  }
3231
+ .group:focus-visible .group-focus-visible\:ring-2 {
3232
+ --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
3233
+ --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
3234
+ box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
3235
+ }
3236
+ .group:focus-visible .group-focus-visible\:ring-primary {
3237
+ --tw-ring-opacity: 1;
3238
+ --tw-ring-color: hsl(var(--primary) / var(--tw-ring-opacity, 1));
3239
+ }
3240
+ .group:focus-visible .group-focus-visible\:ring-offset-2 {
3241
+ --tw-ring-offset-width: 2px;
3242
+ }
3243
+ .group:focus-visible .group-focus-visible\:ring-offset-background {
3244
+ --tw-ring-offset-color: hsl(var(--background) / 1);
3245
+ }
3130
3246
  .group[open] .group-\[\[open\]\]\:rotate-90 {
3131
3247
  --tw-rotate: 90deg;
3132
3248
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
@@ -3188,6 +3304,10 @@ html.calm .tile-glass {
3188
3304
  }
3189
3305
  @media (min-width: 640px) {
3190
3306
 
3307
+ .sm\:block {
3308
+ display: block;
3309
+ }
3310
+
3191
3311
  .sm\:grid-cols-2 {
3192
3312
  grid-template-columns: repeat(2, minmax(0, 1fr));
3193
3313
  }
@@ -3212,13 +3332,26 @@ html.calm .tile-glass {
3212
3332
  justify-content: space-between;
3213
3333
  }
3214
3334
 
3335
+ .sm\:gap-3 {
3336
+ gap: 0.75rem;
3337
+ }
3338
+
3215
3339
  .sm\:px-6 {
3216
3340
  padding-left: 1.5rem;
3217
3341
  padding-right: 1.5rem;
3218
3342
  }
3343
+
3344
+ .sm\:text-base {
3345
+ font-size: 1rem;
3346
+ line-height: 1.5rem;
3347
+ }
3219
3348
  }
3220
3349
  @media (min-width: 1024px) {
3221
3350
 
3351
+ .lg\:grid-cols-3 {
3352
+ grid-template-columns: repeat(3, minmax(0, 1fr));
3353
+ }
3354
+
3222
3355
  .lg\:grid-cols-4 {
3223
3356
  grid-template-columns: repeat(4, minmax(0, 1fr));
3224
3357
  }
package/dist/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- export declare const A4UI_VERSION = "0.17.0";
1
+ export declare const A4UI_VERSION = "0.18.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';
@@ -56,6 +56,8 @@ export { Carousel, type CarouselProps } from './ui/Carousel';
56
56
  export { Stepper, type StepItem, type StepperProps } from './ui/Stepper';
57
57
  export { Timeline, type TimelineItem, type TimelineTone, type TimelineProps } from './ui/Timeline';
58
58
  export { Rating, type RatingProps } from './ui/Rating';
59
+ export { PricingTable, type PricingTier, type PricingPeriod } from './ui/PricingTable';
60
+ export { BeforeAfter, type BeforeAfterProps } from './ui/BeforeAfter';
59
61
  export { Empty, type EmptyProps } from './ui/Empty';
60
62
  export { Calendar, type CalendarProps } from './ui/Calendar';
61
63
  export { Tree, type TreeNode, type TreeProps } from './ui/Tree';
@@ -119,4 +121,6 @@ export { ChristmasBackground } from './layout/ChristmasBackground';
119
121
  export { ThemeToggle } from './layout/ThemeToggle';
120
122
  export { EffectsToggle } from './layout/EffectsToggle';
121
123
  export { NavGroup } from './layout/NavGroup';
124
+ export { Section, type SectionWidth, type SectionPad } from './layout/Section';
125
+ export { ActionBar, type ActionBarProps, type ActionBarPosition } from './layout/ActionBar';
122
126
  export { themes, space, dino, doctor, scientist, soccer, snow, christmas, activeTheme, selectTheme, applyThemeDefinition, initTheme, themeToCss, themeToJson, TOKEN_ORDER, type ThemeDefinition, type Palette, } from './themes';