@tuwaio/nova-connect 1.0.0-fix-test-alpha.54.7152f59 → 1.0.0-fix-test-alpha.56.a984de3

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
  }
@@ -603,6 +602,9 @@
603
602
  .novacon\:bg-\[var\(--tuwa-warning-bg\)\] {
604
603
  background-color: var(--tuwa-warning-bg);
605
604
  }
605
+ .novacon\:bg-blue-500 {
606
+ background-color: var(--novacon-color-blue-500);
607
+ }
606
608
  .novacon\:bg-gray-300 {
607
609
  background-color: var(--novacon-color-gray-300);
608
610
  }
@@ -612,6 +614,10 @@
612
614
  .novacon\:bg-transparent {
613
615
  background-color: transparent;
614
616
  }
617
+ .novacon\:bg-gradient-to-b {
618
+ --tw-gradient-position: to bottom in oklab;
619
+ background-image: linear-gradient(var(--tw-gradient-stops));
620
+ }
615
621
  .novacon\:bg-gradient-to-r {
616
622
  --tw-gradient-position: to right in oklab;
617
623
  background-image: linear-gradient(var(--tw-gradient-stops));
@@ -685,6 +691,9 @@
685
691
  .novacon\:py-2 {
686
692
  padding-block: calc(var(--novacon-spacing) * 2);
687
693
  }
694
+ .novacon\:py-4 {
695
+ padding-block: calc(var(--novacon-spacing) * 4);
696
+ }
688
697
  .novacon\:py-8 {
689
698
  padding-block: calc(var(--novacon-spacing) * 8);
690
699
  }
@@ -769,6 +778,9 @@
769
778
  .novacon\:text-\[var\(--tuwa-text-accent\)\] {
770
779
  color: var(--tuwa-text-accent);
771
780
  }
781
+ .novacon\:text-\[var\(--tuwa-text-error\)\] {
782
+ color: var(--tuwa-text-error);
783
+ }
772
784
  .novacon\:text-\[var\(--tuwa-text-on-accent\)\] {
773
785
  color: var(--tuwa-text-on-accent);
774
786
  }
@@ -805,6 +817,10 @@
805
817
  .novacon\:opacity-100 {
806
818
  opacity: 100%;
807
819
  }
820
+ .novacon\:shadow-2xl {
821
+ --tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, rgb(0 0 0 / 0.25));
822
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
823
+ }
808
824
  .novacon\:shadow-sm {
809
825
  --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
826
  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 +1079,13 @@
1063
1079
  }
1064
1080
  }
1065
1081
  }
1082
+ .novacon\:hover\:bg-red-600 {
1083
+ &:hover {
1084
+ @media (hover: hover) {
1085
+ background-color: var(--novacon-color-red-600);
1086
+ }
1087
+ }
1088
+ }
1066
1089
  .novacon\:hover\:from-\[var\(--tuwa-button-gradient-from-hover\)\] {
1067
1090
  &:hover {
1068
1091
  @media (hover: hover) {
@@ -1300,6 +1323,18 @@
1300
1323
  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
1324
  }
1302
1325
  }
1326
+ .novacon\:data-\[state\=open\]\:fade-in-0 {
1327
+ &[data-state="open"] {
1328
+ --tw-enter-opacity: calc(0/100);
1329
+ --tw-enter-opacity: 0;
1330
+ }
1331
+ }
1332
+ .novacon\:data-\[state\=open\]\:zoom-in-95 {
1333
+ &[data-state="open"] {
1334
+ --tw-enter-scale: calc(95*1%);
1335
+ --tw-enter-scale: .95;
1336
+ }
1337
+ }
1303
1338
  .novacon\:min-\[480px\]\:block {
1304
1339
  @media (width >= 480px) {
1305
1340
  display: block;