@a4ui/core 0.17.0 → 0.19.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));
@@ -3099,6 +3200,10 @@ html.calm .tile-glass {
3099
3200
  --tw-ring-opacity: 1;
3100
3201
  --tw-ring-color: hsl(var(--primary) / var(--tw-ring-opacity, 1));
3101
3202
  }
3203
+ .focus-visible\:ring-ring:focus-visible {
3204
+ --tw-ring-opacity: 1;
3205
+ --tw-ring-color: hsl(var(--ring) / var(--tw-ring-opacity, 1));
3206
+ }
3102
3207
  .focus-visible\:ring-ring\/40:focus-visible {
3103
3208
  --tw-ring-color: hsl(var(--ring) / 0.4);
3104
3209
  }
@@ -3127,6 +3232,21 @@ html.calm .tile-glass {
3127
3232
  .disabled\:opacity-50:disabled {
3128
3233
  opacity: 0.5;
3129
3234
  }
3235
+ .group:focus-visible .group-focus-visible\:ring-2 {
3236
+ --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
3237
+ --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
3238
+ box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
3239
+ }
3240
+ .group:focus-visible .group-focus-visible\:ring-primary {
3241
+ --tw-ring-opacity: 1;
3242
+ --tw-ring-color: hsl(var(--primary) / var(--tw-ring-opacity, 1));
3243
+ }
3244
+ .group:focus-visible .group-focus-visible\:ring-offset-2 {
3245
+ --tw-ring-offset-width: 2px;
3246
+ }
3247
+ .group:focus-visible .group-focus-visible\:ring-offset-background {
3248
+ --tw-ring-offset-color: hsl(var(--background) / 1);
3249
+ }
3130
3250
  .group[open] .group-\[\[open\]\]\:rotate-90 {
3131
3251
  --tw-rotate: 90deg;
3132
3252
  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 +3308,10 @@ html.calm .tile-glass {
3188
3308
  }
3189
3309
  @media (min-width: 640px) {
3190
3310
 
3311
+ .sm\:block {
3312
+ display: block;
3313
+ }
3314
+
3191
3315
  .sm\:grid-cols-2 {
3192
3316
  grid-template-columns: repeat(2, minmax(0, 1fr));
3193
3317
  }
@@ -3212,13 +3336,26 @@ html.calm .tile-glass {
3212
3336
  justify-content: space-between;
3213
3337
  }
3214
3338
 
3339
+ .sm\:gap-3 {
3340
+ gap: 0.75rem;
3341
+ }
3342
+
3215
3343
  .sm\:px-6 {
3216
3344
  padding-left: 1.5rem;
3217
3345
  padding-right: 1.5rem;
3218
3346
  }
3347
+
3348
+ .sm\:text-base {
3349
+ font-size: 1rem;
3350
+ line-height: 1.5rem;
3351
+ }
3219
3352
  }
3220
3353
  @media (min-width: 1024px) {
3221
3354
 
3355
+ .lg\:grid-cols-3 {
3356
+ grid-template-columns: repeat(3, minmax(0, 1fr));
3357
+ }
3358
+
3222
3359
  .lg\:grid-cols-4 {
3223
3360
  grid-template-columns: repeat(4, minmax(0, 1fr));
3224
3361
  }