@tuwaio/nova-connect 1.0.0-fix-test-alpha.55.f5b462c → 1.0.0-fix-test-alpha.57.ba01e3f

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/index.css CHANGED
@@ -6,6 +6,8 @@
6
6
  --novacon-font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
7
7
  monospace;
8
8
  --novacon-color-red-500: oklch(63.7% 0.237 25.331);
9
+ --novacon-color-red-600: oklch(57.7% 0.245 27.325);
10
+ --novacon-color-blue-500: oklch(62.3% 0.214 259.815);
9
11
  --novacon-color-gray-300: oklch(87.2% 0.01 258.338);
10
12
  --novacon-color-white: #fff;
11
13
  --novacon-spacing: 0.25rem;
@@ -290,9 +292,6 @@
290
292
  .novacon\:max-h-32 {
291
293
  max-height: calc(var(--novacon-spacing) * 32);
292
294
  }
293
- .novacon\:max-h-\[300px\] {
294
- max-height: 300px;
295
- }
296
295
  .novacon\:max-h-\[310px\] {
297
296
  max-height: 310px;
298
297
  }
@@ -407,6 +406,9 @@
407
406
  .novacon\:transform {
408
407
  transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
409
408
  }
409
+ .novacon\:animate-\[float_var\(--float-duration\,3000ms\)_var\(--float-ease\,ease-in-out\)_var\(--float-delay\,0ms\)_infinite_var\(--float-direction\,normal\)\] {
410
+ animation: float var(--float-duration,3000ms) var(--float-ease,ease-in-out) var(--float-delay,0ms) infinite var(--float-direction,normal);
411
+ }
410
412
  .novacon\:animate-pulse {
411
413
  animation: var(--novacon-animate-pulse);
412
414
  }
@@ -425,6 +427,10 @@
425
427
  .novacon\:cursor-wait {
426
428
  cursor: wait;
427
429
  }
430
+ .novacon\:touch-pan-x {
431
+ --tw-pan-x: pan-x;
432
+ touch-action: var(--tw-pan-x,) var(--tw-pan-y,) var(--tw-pinch-zoom,);
433
+ }
428
434
  .novacon\:flex-col {
429
435
  flex-direction: column;
430
436
  }
@@ -470,6 +476,13 @@
470
476
  .novacon\:gap-4 {
471
477
  gap: calc(var(--novacon-spacing) * 4);
472
478
  }
479
+ .novacon\:space-y-1 {
480
+ :where(& > :not(:last-child)) {
481
+ --tw-space-y-reverse: 0;
482
+ margin-block-start: calc(calc(var(--novacon-spacing) * 1) * var(--tw-space-y-reverse));
483
+ margin-block-end: calc(calc(var(--novacon-spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
484
+ }
485
+ }
473
486
  .novacon\:space-y-2 {
474
487
  :where(& > :not(:last-child)) {
475
488
  --tw-space-y-reverse: 0;
@@ -603,6 +616,9 @@
603
616
  .novacon\:bg-\[var\(--tuwa-warning-bg\)\] {
604
617
  background-color: var(--tuwa-warning-bg);
605
618
  }
619
+ .novacon\:bg-blue-500 {
620
+ background-color: var(--novacon-color-blue-500);
621
+ }
606
622
  .novacon\:bg-gray-300 {
607
623
  background-color: var(--novacon-color-gray-300);
608
624
  }
@@ -612,6 +628,10 @@
612
628
  .novacon\:bg-transparent {
613
629
  background-color: transparent;
614
630
  }
631
+ .novacon\:bg-gradient-to-b {
632
+ --tw-gradient-position: to bottom in oklab;
633
+ background-image: linear-gradient(var(--tw-gradient-stops));
634
+ }
615
635
  .novacon\:bg-gradient-to-r {
616
636
  --tw-gradient-position: to right in oklab;
617
637
  background-image: linear-gradient(var(--tw-gradient-stops));
@@ -685,6 +705,9 @@
685
705
  .novacon\:py-2 {
686
706
  padding-block: calc(var(--novacon-spacing) * 2);
687
707
  }
708
+ .novacon\:py-4 {
709
+ padding-block: calc(var(--novacon-spacing) * 4);
710
+ }
688
711
  .novacon\:py-8 {
689
712
  padding-block: calc(var(--novacon-spacing) * 8);
690
713
  }
@@ -738,6 +761,10 @@
738
761
  .novacon\:text-\[10px\] {
739
762
  font-size: 10px;
740
763
  }
764
+ .novacon\:leading-\[0\] {
765
+ --tw-leading: 0;
766
+ line-height: 0;
767
+ }
741
768
  .novacon\:leading-relaxed {
742
769
  --tw-leading: var(--novacon-leading-relaxed);
743
770
  line-height: var(--novacon-leading-relaxed);
@@ -769,6 +796,9 @@
769
796
  .novacon\:text-\[var\(--tuwa-text-accent\)\] {
770
797
  color: var(--tuwa-text-accent);
771
798
  }
799
+ .novacon\:text-\[var\(--tuwa-text-error\)\] {
800
+ color: var(--tuwa-text-error);
801
+ }
772
802
  .novacon\:text-\[var\(--tuwa-text-on-accent\)\] {
773
803
  color: var(--tuwa-text-on-accent);
774
804
  }
@@ -805,6 +835,14 @@
805
835
  .novacon\:opacity-100 {
806
836
  opacity: 100%;
807
837
  }
838
+ .novacon\:shadow-2xl {
839
+ --tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, rgb(0 0 0 / 0.25));
840
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
841
+ }
842
+ .novacon\:shadow-lg {
843
+ --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
844
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
845
+ }
808
846
  .novacon\:shadow-sm {
809
847
  --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
810
848
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
@@ -1063,6 +1101,13 @@
1063
1101
  }
1064
1102
  }
1065
1103
  }
1104
+ .novacon\:hover\:bg-red-600 {
1105
+ &:hover {
1106
+ @media (hover: hover) {
1107
+ background-color: var(--novacon-color-red-600);
1108
+ }
1109
+ }
1110
+ }
1066
1111
  .novacon\:hover\:from-\[var\(--tuwa-button-gradient-from-hover\)\] {
1067
1112
  &:hover {
1068
1113
  @media (hover: hover) {
@@ -1300,6 +1345,18 @@
1300
1345
  animation: enter var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none);
1301
1346
  }
1302
1347
  }
1348
+ .novacon\:data-\[state\=open\]\:fade-in-0 {
1349
+ &[data-state="open"] {
1350
+ --tw-enter-opacity: calc(0/100);
1351
+ --tw-enter-opacity: 0;
1352
+ }
1353
+ }
1354
+ .novacon\:data-\[state\=open\]\:zoom-in-95 {
1355
+ &[data-state="open"] {
1356
+ --tw-enter-scale: calc(95*1%);
1357
+ --tw-enter-scale: .95;
1358
+ }
1359
+ }
1303
1360
  .novacon\:min-\[480px\]\:block {
1304
1361
  @media (width >= 480px) {
1305
1362
  display: block;
@@ -1690,6 +1747,18 @@
1690
1747
  syntax: "*";
1691
1748
  inherits: false;
1692
1749
  }
1750
+ @property --tw-pan-x {
1751
+ syntax: "*";
1752
+ inherits: false;
1753
+ }
1754
+ @property --tw-pan-y {
1755
+ syntax: "*";
1756
+ inherits: false;
1757
+ }
1758
+ @property --tw-pinch-zoom {
1759
+ syntax: "*";
1760
+ inherits: false;
1761
+ }
1693
1762
  @property --tw-space-y-reverse {
1694
1763
  syntax: "*";
1695
1764
  inherits: false;
@@ -1872,6 +1941,15 @@
1872
1941
  filter: blur(var(--tw-exit-blur,0));
1873
1942
  }
1874
1943
  }
1944
+ @keyframes float {
1945
+ 0%,
1946
+ 100% {
1947
+ transform: translateY(0);
1948
+ }
1949
+ 50% {
1950
+ transform: translateY(-10px);
1951
+ }
1952
+ }
1875
1953
  @keyframes rotate {
1876
1954
  0% {
1877
1955
  transform: rotate(0deg);
@@ -1891,6 +1969,9 @@
1891
1969
  --tw-rotate-z: initial;
1892
1970
  --tw-skew-x: initial;
1893
1971
  --tw-skew-y: initial;
1972
+ --tw-pan-x: initial;
1973
+ --tw-pan-y: initial;
1974
+ --tw-pinch-zoom: initial;
1894
1975
  --tw-space-y-reverse: 0;
1895
1976
  --tw-space-x-reverse: 0;
1896
1977
  --tw-border-style: solid;