@tuwaio/nova-connect 0.4.4 → 0.4.6

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
@@ -1,4 +1,4 @@
1
- /*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
1
+ /*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
2
2
  @layer properties;
3
3
  @layer theme, base, components, utilities;
4
4
  @layer theme {
@@ -60,7 +60,7 @@
60
60
  inset: calc(2px * -1);
61
61
  }
62
62
  .novacon\:inset-0 {
63
- inset: calc(var(--novacon-spacing) * 0);
63
+ inset: 0px;
64
64
  }
65
65
  .novacon\:inset-\[-4px\] {
66
66
  inset: -4px;
@@ -72,7 +72,7 @@
72
72
  top: calc(var(--novacon-spacing) * -2);
73
73
  }
74
74
  .novacon\:top-0 {
75
- top: calc(var(--novacon-spacing) * 0);
75
+ top: 0px;
76
76
  }
77
77
  .novacon\:top-0\.5 {
78
78
  top: calc(var(--novacon-spacing) * 0.5);
@@ -102,7 +102,7 @@
102
102
  right: calc(var(--novacon-spacing) * -2);
103
103
  }
104
104
  .novacon\:right-0 {
105
- right: calc(var(--novacon-spacing) * 0);
105
+ right: 0px;
106
106
  }
107
107
  .novacon\:right-0\.5 {
108
108
  right: calc(var(--novacon-spacing) * 0.5);
@@ -132,7 +132,7 @@
132
132
  bottom: calc(var(--novacon-spacing) * -1);
133
133
  }
134
134
  .novacon\:bottom-0 {
135
- bottom: calc(var(--novacon-spacing) * 0);
135
+ bottom: 0px;
136
136
  }
137
137
  .novacon\:bottom-\[-10px\] {
138
138
  bottom: -10px;
@@ -192,7 +192,7 @@
192
192
  margin-inline: calc(var(--novacon-spacing) * 4);
193
193
  }
194
194
  .novacon\:mt-1 {
195
- margin-top: calc(var(--novacon-spacing) * 1);
195
+ margin-top: var(--novacon-spacing);
196
196
  }
197
197
  .novacon\:mt-2 {
198
198
  margin-top: calc(var(--novacon-spacing) * 2);
@@ -207,10 +207,10 @@
207
207
  margin-top: calc(var(--novacon-spacing) * 6);
208
208
  }
209
209
  .novacon\:mr-1 {
210
- margin-right: calc(var(--novacon-spacing) * 1);
210
+ margin-right: var(--novacon-spacing);
211
211
  }
212
212
  .novacon\:mb-1 {
213
- margin-bottom: calc(var(--novacon-spacing) * 1);
213
+ margin-bottom: var(--novacon-spacing);
214
214
  }
215
215
  .novacon\:mb-2 {
216
216
  margin-bottom: calc(var(--novacon-spacing) * 2);
@@ -228,7 +228,7 @@
228
228
  margin-left: calc(var(--novacon-spacing) * -2);
229
229
  }
230
230
  .novacon\:ml-0 {
231
- margin-left: calc(var(--novacon-spacing) * 0);
231
+ margin-left: 0px;
232
232
  }
233
233
  .novacon\:ml-2 {
234
234
  margin-left: calc(var(--novacon-spacing) * 2);
@@ -496,7 +496,7 @@
496
496
  gap: calc(var(--novacon-spacing) * 0.5);
497
497
  }
498
498
  .novacon\:gap-1 {
499
- gap: calc(var(--novacon-spacing) * 1);
499
+ gap: var(--novacon-spacing);
500
500
  }
501
501
  .novacon\:gap-2 {
502
502
  gap: calc(var(--novacon-spacing) * 2);
@@ -510,40 +510,30 @@
510
510
  .novacon\:gap-6 {
511
511
  gap: calc(var(--novacon-spacing) * 6);
512
512
  }
513
- .novacon\:space-y-1 {
514
- :where(& > :not(:last-child)) {
515
- --tw-space-y-reverse: 0;
516
- margin-block-start: calc(calc(var(--novacon-spacing) * 1) * var(--tw-space-y-reverse));
517
- margin-block-end: calc(calc(var(--novacon-spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
518
- }
513
+ :where(.novacon\:space-y-1 > :not(:last-child)) {
514
+ --tw-space-y-reverse: 0;
515
+ margin-block-start: calc(var(--novacon-spacing) * var(--tw-space-y-reverse));
516
+ margin-block-end: calc(var(--novacon-spacing) * calc(1 - var(--tw-space-y-reverse)));
519
517
  }
520
- .novacon\:space-y-2 {
521
- :where(& > :not(:last-child)) {
522
- --tw-space-y-reverse: 0;
523
- margin-block-start: calc(calc(var(--novacon-spacing) * 2) * var(--tw-space-y-reverse));
524
- margin-block-end: calc(calc(var(--novacon-spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
525
- }
518
+ :where(.novacon\:space-y-2 > :not(:last-child)) {
519
+ --tw-space-y-reverse: 0;
520
+ margin-block-start: calc(calc(var(--novacon-spacing) * 2) * var(--tw-space-y-reverse));
521
+ margin-block-end: calc(calc(var(--novacon-spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
526
522
  }
527
- .novacon\:space-x-1\.5 {
528
- :where(& > :not(:last-child)) {
529
- --tw-space-x-reverse: 0;
530
- margin-inline-start: calc(calc(var(--novacon-spacing) * 1.5) * var(--tw-space-x-reverse));
531
- margin-inline-end: calc(calc(var(--novacon-spacing) * 1.5) * calc(1 - var(--tw-space-x-reverse)));
532
- }
523
+ :where(.novacon\:space-x-1\.5 > :not(:last-child)) {
524
+ --tw-space-x-reverse: 0;
525
+ margin-inline-start: calc(calc(var(--novacon-spacing) * 1.5) * var(--tw-space-x-reverse));
526
+ margin-inline-end: calc(calc(var(--novacon-spacing) * 1.5) * calc(1 - var(--tw-space-x-reverse)));
533
527
  }
534
- .novacon\:space-x-2 {
535
- :where(& > :not(:last-child)) {
536
- --tw-space-x-reverse: 0;
537
- margin-inline-start: calc(calc(var(--novacon-spacing) * 2) * var(--tw-space-x-reverse));
538
- margin-inline-end: calc(calc(var(--novacon-spacing) * 2) * calc(1 - var(--tw-space-x-reverse)));
539
- }
528
+ :where(.novacon\:space-x-2 > :not(:last-child)) {
529
+ --tw-space-x-reverse: 0;
530
+ margin-inline-start: calc(calc(var(--novacon-spacing) * 2) * var(--tw-space-x-reverse));
531
+ margin-inline-end: calc(calc(var(--novacon-spacing) * 2) * calc(1 - var(--tw-space-x-reverse)));
540
532
  }
541
- .novacon\:space-x-3 {
542
- :where(& > :not(:last-child)) {
543
- --tw-space-x-reverse: 0;
544
- margin-inline-start: calc(calc(var(--novacon-spacing) * 3) * var(--tw-space-x-reverse));
545
- margin-inline-end: calc(calc(var(--novacon-spacing) * 3) * calc(1 - var(--tw-space-x-reverse)));
546
- }
533
+ :where(.novacon\:space-x-3 > :not(:last-child)) {
534
+ --tw-space-x-reverse: 0;
535
+ margin-inline-start: calc(calc(var(--novacon-spacing) * 3) * var(--tw-space-x-reverse));
536
+ margin-inline-end: calc(calc(var(--novacon-spacing) * 3) * calc(1 - var(--tw-space-x-reverse)));
547
537
  }
548
538
  .novacon\:truncate {
549
539
  overflow: hidden;
@@ -696,10 +686,10 @@
696
686
  object-fit: cover;
697
687
  }
698
688
  .novacon\:p-0 {
699
- padding: calc(var(--novacon-spacing) * 0);
689
+ padding: 0px;
700
690
  }
701
691
  .novacon\:p-1 {
702
- padding: calc(var(--novacon-spacing) * 1);
692
+ padding: var(--novacon-spacing);
703
693
  }
704
694
  .novacon\:p-1\.5 {
705
695
  padding: calc(var(--novacon-spacing) * 1.5);
@@ -720,7 +710,7 @@
720
710
  padding: calc(var(--novacon-spacing) * 8);
721
711
  }
722
712
  .novacon\:px-1 {
723
- padding-inline: calc(var(--novacon-spacing) * 1);
713
+ padding-inline: var(--novacon-spacing);
724
714
  }
725
715
  .novacon\:px-1\.5 {
726
716
  padding-inline: calc(var(--novacon-spacing) * 1.5);
@@ -737,14 +727,11 @@
737
727
  .novacon\:px-4 {
738
728
  padding-inline: calc(var(--novacon-spacing) * 4);
739
729
  }
740
- .novacon\:py-0 {
741
- padding-block: calc(var(--novacon-spacing) * 0);
742
- }
743
730
  .novacon\:py-0\.5 {
744
731
  padding-block: calc(var(--novacon-spacing) * 0.5);
745
732
  }
746
733
  .novacon\:py-1 {
747
- padding-block: calc(var(--novacon-spacing) * 1);
734
+ padding-block: var(--novacon-spacing);
748
735
  }
749
736
  .novacon\:py-1\.5 {
750
737
  padding-block: calc(var(--novacon-spacing) * 1.5);
@@ -980,491 +967,295 @@
980
967
  -moz-user-select: none;
981
968
  user-select: none;
982
969
  }
983
- .novacon\:group-hover\:ml-6 {
984
- &:is(:where(.novacon\:group):hover *) {
985
- @media (hover: hover) {
986
- margin-left: calc(var(--novacon-spacing) * 6);
987
- }
970
+ @media (hover: hover) {
971
+ .novacon\:group-hover\:ml-6:is(:where(.novacon\:group):hover *) {
972
+ margin-left: calc(var(--novacon-spacing) * 6);
988
973
  }
989
- }
990
- .novacon\:group-hover\:translate-x-0 {
991
- &:is(:where(.novacon\:group):hover *) {
992
- @media (hover: hover) {
993
- --tw-translate-x: calc(var(--novacon-spacing) * 0);
994
- translate: var(--tw-translate-x) var(--tw-translate-y);
995
- }
974
+ .novacon\:group-hover\:translate-x-0:is(:where(.novacon\:group):hover *) {
975
+ --tw-translate-x: 0px;
976
+ translate: var(--tw-translate-x) var(--tw-translate-y);
996
977
  }
997
- }
998
- .novacon\:group-hover\:scale-90 {
999
- &:is(:where(.novacon\:group):hover *) {
1000
- @media (hover: hover) {
1001
- --tw-scale-x: 90%;
1002
- --tw-scale-y: 90%;
1003
- --tw-scale-z: 90%;
1004
- scale: var(--tw-scale-x) var(--tw-scale-y);
1005
- }
978
+ .novacon\:group-hover\:scale-90:is(:where(.novacon\:group):hover *) {
979
+ --tw-scale-x: 90%;
980
+ --tw-scale-y: 90%;
981
+ --tw-scale-z: 90%;
982
+ scale: var(--tw-scale-x) var(--tw-scale-y);
1006
983
  }
1007
- }
1008
- .novacon\:group-hover\:text-\[var\(--tuwa-text-accent\)\] {
1009
- &:is(:where(.novacon\:group):hover *) {
1010
- @media (hover: hover) {
1011
- color: var(--tuwa-text-accent);
1012
- }
984
+ .novacon\:group-hover\:text-\[var\(--tuwa-text-accent\)\]:is(:where(.novacon\:group):hover *) {
985
+ color: var(--tuwa-text-accent);
1013
986
  }
1014
- }
1015
- .novacon\:group-hover\:text-\[var\(--tuwa-text-primary\)\] {
1016
- &:is(:where(.novacon\:group):hover *) {
1017
- @media (hover: hover) {
1018
- color: var(--tuwa-text-primary);
1019
- }
987
+ .novacon\:group-hover\:text-\[var\(--tuwa-text-primary\)\]:is(:where(.novacon\:group):hover *) {
988
+ color: var(--tuwa-text-primary);
1020
989
  }
1021
- }
1022
- .novacon\:group-hover\:opacity-0 {
1023
- &:is(:where(.novacon\:group):hover *) {
1024
- @media (hover: hover) {
1025
- opacity: 0%;
1026
- }
990
+ .novacon\:group-hover\:opacity-0:is(:where(.novacon\:group):hover *) {
991
+ opacity: 0%;
1027
992
  }
1028
- }
1029
- .novacon\:group-hover\:opacity-100 {
1030
- &:is(:where(.novacon\:group):hover *) {
1031
- @media (hover: hover) {
1032
- opacity: 100%;
1033
- }
993
+ .novacon\:group-hover\:opacity-100:is(:where(.novacon\:group):hover *) {
994
+ opacity: 100%;
1034
995
  }
1035
996
  }
1036
- .novacon\:placeholder\:text-\[var\(--tuwa-text-secondary\)\] {
1037
- &::-moz-placeholder {
1038
- color: var(--tuwa-text-secondary);
1039
- }
1040
- &::placeholder {
1041
- color: var(--tuwa-text-secondary);
1042
- }
997
+ .novacon\:placeholder\:text-\[var\(--tuwa-text-secondary\)\]::-moz-placeholder {
998
+ color: var(--tuwa-text-secondary);
1043
999
  }
1044
- .novacon\:before\:absolute {
1045
- &::before {
1046
- content: var(--tw-content);
1047
- position: absolute;
1048
- }
1000
+ .novacon\:placeholder\:text-\[var\(--tuwa-text-secondary\)\]::placeholder {
1001
+ color: var(--tuwa-text-secondary);
1049
1002
  }
1050
- .novacon\:before\:inset-0 {
1051
- &::before {
1052
- content: var(--tw-content);
1053
- inset: calc(var(--novacon-spacing) * 0);
1054
- }
1003
+ .novacon\:before\:absolute::before {
1004
+ content: var(--tw-content);
1005
+ position: absolute;
1055
1006
  }
1056
- .novacon\:before\:rounded-full {
1057
- &::before {
1058
- content: var(--tw-content);
1059
- border-radius: calc(infinity * 1px);
1060
- }
1007
+ .novacon\:before\:inset-0::before {
1008
+ content: var(--tw-content);
1009
+ inset: 0px;
1061
1010
  }
1062
- .novacon\:before\:u-shadow-inner-base {
1063
- &::before {
1064
- content: var(--tw-content);
1065
- box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.3) inset;
1066
- }
1011
+ .novacon\:before\:rounded-full::before {
1012
+ content: var(--tw-content);
1013
+ border-radius: calc(infinity * 1px);
1067
1014
  }
1068
- .novacon\:before\:content-\[\'\'\] {
1069
- &::before {
1070
- --tw-content: '';
1071
- content: var(--tw-content);
1072
- }
1015
+ .novacon\:before\:u-shadow-inner-base::before {
1016
+ content: var(--tw-content);
1017
+ box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.3) inset;
1073
1018
  }
1074
- .novacon\:after\:absolute {
1075
- &::after {
1076
- content: var(--tw-content);
1077
- position: absolute;
1078
- }
1019
+ .novacon\:before\:content-\[\'\'\]::before {
1020
+ --tw-content: '';
1021
+ content: var(--tw-content);
1079
1022
  }
1080
- .novacon\:after\:inset-0 {
1081
- &::after {
1082
- content: var(--tw-content);
1083
- inset: calc(var(--novacon-spacing) * 0);
1084
- }
1023
+ .novacon\:after\:absolute::after {
1024
+ content: var(--tw-content);
1025
+ position: absolute;
1085
1026
  }
1086
- .novacon\:after\:animate-rotate {
1087
- &::after {
1088
- content: var(--tw-content);
1089
- animation: var(--novacon-animate-rotate);
1090
- }
1027
+ .novacon\:after\:inset-0::after {
1028
+ content: var(--tw-content);
1029
+ inset: 0px;
1091
1030
  }
1092
- .novacon\:after\:rounded-full {
1093
- &::after {
1094
- content: var(--tw-content);
1095
- border-radius: calc(infinity * 1px);
1096
- }
1031
+ .novacon\:after\:animate-rotate::after {
1032
+ content: var(--tw-content);
1033
+ animation: var(--novacon-animate-rotate);
1097
1034
  }
1098
- .novacon\:after\:u-shadow-inset-arc {
1099
- &::after {
1100
- content: var(--tw-content);
1101
- box-shadow: 0 2px 0 var(--tuwa-pending-icon) inset;
1102
- }
1035
+ .novacon\:after\:rounded-full::after {
1036
+ content: var(--tw-content);
1037
+ border-radius: calc(infinity * 1px);
1103
1038
  }
1104
- .novacon\:after\:duration-2000 {
1105
- &::after {
1106
- content: var(--tw-content);
1107
- --tw-duration: 2000ms;
1108
- transition-duration: 2000ms;
1109
- }
1039
+ .novacon\:after\:u-shadow-inset-arc::after {
1040
+ content: var(--tw-content);
1041
+ box-shadow: 0 2px 0 var(--tuwa-pending-icon) inset;
1110
1042
  }
1111
- .novacon\:after\:ease-linear {
1112
- &::after {
1113
- content: var(--tw-content);
1114
- --tw-ease: linear;
1115
- transition-timing-function: linear;
1116
- }
1043
+ .novacon\:after\:duration-2000::after {
1044
+ content: var(--tw-content);
1045
+ --tw-duration: 2000ms;
1046
+ transition-duration: 2000ms;
1117
1047
  }
1118
- .novacon\:after\:content-\[\'\'\] {
1119
- &::after {
1120
- --tw-content: '';
1121
- content: var(--tw-content);
1122
- }
1048
+ .novacon\:after\:ease-linear::after {
1049
+ content: var(--tw-content);
1050
+ --tw-ease: linear;
1051
+ transition-timing-function: linear;
1123
1052
  }
1124
- .novacon\:focus-within\:ring-2 {
1125
- &:focus-within {
1126
- --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
1127
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1128
- }
1053
+ .novacon\:after\:content-\[\'\'\]::after {
1054
+ --tw-content: '';
1055
+ content: var(--tw-content);
1129
1056
  }
1130
- .novacon\:focus-within\:ring-\[var\(--tuwa-text-accent\)\] {
1131
- &:focus-within {
1132
- --tw-ring-color: var(--tuwa-text-accent);
1133
- }
1057
+ .novacon\:focus-within\:ring-2:focus-within {
1058
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
1059
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1134
1060
  }
1135
- .novacon\:hover\:scale-110 {
1136
- &:hover {
1137
- @media (hover: hover) {
1138
- --tw-scale-x: 110%;
1139
- --tw-scale-y: 110%;
1140
- --tw-scale-z: 110%;
1141
- scale: var(--tw-scale-x) var(--tw-scale-y);
1142
- }
1143
- }
1061
+ .novacon\:focus-within\:ring-\[var\(--tuwa-text-accent\)\]:focus-within {
1062
+ --tw-ring-color: var(--tuwa-text-accent);
1144
1063
  }
1145
- .novacon\:hover\:scale-\[1\.02\] {
1146
- &:hover {
1147
- @media (hover: hover) {
1148
- scale: 1.02;
1149
- }
1064
+ @media (hover: hover) {
1065
+ .novacon\:hover\:scale-110:hover {
1066
+ --tw-scale-x: 110%;
1067
+ --tw-scale-y: 110%;
1068
+ --tw-scale-z: 110%;
1069
+ scale: var(--tw-scale-x) var(--tw-scale-y);
1150
1070
  }
1151
- }
1152
- .novacon\:hover\:border-\[var\(--tuwa-text-accent\)\] {
1153
- &:hover {
1154
- @media (hover: hover) {
1155
- border-color: var(--tuwa-text-accent);
1156
- }
1071
+ .novacon\:hover\:scale-\[1\.02\]:hover {
1072
+ scale: 1.02;
1157
1073
  }
1158
- }
1159
- .novacon\:hover\:bg-\[var\(--tuwa-bg-error\)\]\/10 {
1160
- &:hover {
1161
- @media (hover: hover) {
1162
- background-color: var(--tuwa-bg-error);
1163
- @supports (color: color-mix(in lab, red, red)) {
1164
- background-color: color-mix(in oklab, var(--tuwa-bg-error) 10%, transparent);
1165
- }
1166
- }
1074
+ .novacon\:hover\:border-\[var\(--tuwa-text-accent\)\]:hover {
1075
+ border-color: var(--tuwa-text-accent);
1167
1076
  }
1168
- }
1169
- .novacon\:hover\:bg-\[var\(--tuwa-bg-muted\)\] {
1170
- &:hover {
1171
- @media (hover: hover) {
1172
- background-color: var(--tuwa-bg-muted);
1173
- }
1077
+ .novacon\:hover\:bg-\[var\(--tuwa-bg-error\)\]\/10:hover {
1078
+ background-color: var(--tuwa-bg-error);
1174
1079
  }
1175
- }
1176
- .novacon\:hover\:bg-\[var\(--tuwa-button-gradient-from-hover\)\] {
1177
- &:hover {
1178
- @media (hover: hover) {
1179
- background-color: var(--tuwa-button-gradient-from-hover);
1080
+ @supports (color: color-mix(in lab, red, red)) {
1081
+ .novacon\:hover\:bg-\[var\(--tuwa-bg-error\)\]\/10:hover {
1082
+ background-color: color-mix(in oklab, var(--tuwa-bg-error) 10%, transparent);
1180
1083
  }
1181
1084
  }
1182
- }
1183
- .novacon\:hover\:bg-\[var\(--tuwa-error-text\)\] {
1184
- &:hover {
1185
- @media (hover: hover) {
1186
- background-color: var(--tuwa-error-text);
1187
- }
1085
+ .novacon\:hover\:bg-\[var\(--tuwa-bg-muted\)\]:hover {
1086
+ background-color: var(--tuwa-bg-muted);
1188
1087
  }
1189
- }
1190
- .novacon\:hover\:bg-\[var\(--tuwa-standart-button-hover\)\] {
1191
- &:hover {
1192
- @media (hover: hover) {
1193
- background-color: var(--tuwa-standart-button-hover);
1194
- }
1088
+ .novacon\:hover\:bg-\[var\(--tuwa-button-gradient-from-hover\)\]:hover {
1089
+ background-color: var(--tuwa-button-gradient-from-hover);
1195
1090
  }
1196
- }
1197
- .novacon\:hover\:bg-\[var\(--tuwa-text-accent\)\] {
1198
- &:hover {
1199
- @media (hover: hover) {
1200
- background-color: var(--tuwa-text-accent);
1201
- }
1091
+ .novacon\:hover\:bg-\[var\(--tuwa-error-text\)\]:hover {
1092
+ background-color: var(--tuwa-error-text);
1202
1093
  }
1203
- }
1204
- .novacon\:hover\:bg-red-600 {
1205
- &:hover {
1206
- @media (hover: hover) {
1207
- background-color: var(--novacon-color-red-600);
1208
- }
1094
+ .novacon\:hover\:bg-\[var\(--tuwa-standart-button-hover\)\]:hover {
1095
+ background-color: var(--tuwa-standart-button-hover);
1209
1096
  }
1210
- }
1211
- .novacon\:hover\:text-\[var\(--tuwa-error-text\)\] {
1212
- &:hover {
1213
- @media (hover: hover) {
1214
- color: var(--tuwa-error-text);
1215
- }
1097
+ .novacon\:hover\:bg-\[var\(--tuwa-text-accent\)\]:hover {
1098
+ background-color: var(--tuwa-text-accent);
1216
1099
  }
1217
- }
1218
- .novacon\:hover\:text-\[var\(--tuwa-success-text\)\] {
1219
- &:hover {
1220
- @media (hover: hover) {
1221
- color: var(--tuwa-success-text);
1222
- }
1100
+ .novacon\:hover\:bg-red-600:hover {
1101
+ background-color: var(--novacon-color-red-600);
1223
1102
  }
1224
- }
1225
- .novacon\:hover\:text-\[var\(--tuwa-text-accent\)\] {
1226
- &:hover {
1227
- @media (hover: hover) {
1228
- color: var(--tuwa-text-accent);
1229
- }
1103
+ .novacon\:hover\:text-\[var\(--tuwa-error-text\)\]:hover {
1104
+ color: var(--tuwa-error-text);
1230
1105
  }
1231
- }
1232
- .novacon\:hover\:text-\[var\(--tuwa-text-primary\)\] {
1233
- &:hover {
1234
- @media (hover: hover) {
1235
- color: var(--tuwa-text-primary);
1236
- }
1106
+ .novacon\:hover\:text-\[var\(--tuwa-success-text\)\]:hover {
1107
+ color: var(--tuwa-success-text);
1237
1108
  }
1238
- }
1239
- .novacon\:hover\:text-\[var\(--tuwa-text-secondary\)\] {
1240
- &:hover {
1241
- @media (hover: hover) {
1242
- color: var(--tuwa-text-secondary);
1243
- }
1109
+ .novacon\:hover\:text-\[var\(--tuwa-text-accent\)\]:hover {
1110
+ color: var(--tuwa-text-accent);
1244
1111
  }
1245
- }
1246
- .novacon\:hover\:shadow-sm {
1247
- &:hover {
1248
- @media (hover: hover) {
1249
- --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));
1250
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1251
- }
1112
+ .novacon\:hover\:text-\[var\(--tuwa-text-primary\)\]:hover {
1113
+ color: var(--tuwa-text-primary);
1252
1114
  }
1253
- }
1254
- .novacon\:focus\:bg-\[var\(--tuwa-bg-muted\)\] {
1255
- &:focus {
1256
- background-color: var(--tuwa-bg-muted);
1115
+ .novacon\:hover\:text-\[var\(--tuwa-text-secondary\)\]:hover {
1116
+ color: var(--tuwa-text-secondary);
1257
1117
  }
1258
- }
1259
- .novacon\:focus\:ring-\[length\:var\(--tuwa-ring-width\)\] {
1260
- &:focus {
1261
- --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(var(--tuwa-ring-width) + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
1118
+ .novacon\:hover\:shadow-sm:hover {
1119
+ --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));
1262
1120
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1263
1121
  }
1264
1122
  }
1265
- .novacon\:focus\:ring-\[var\(--tuwa-border-primary\)\] {
1266
- &:focus {
1267
- --tw-ring-color: var(--tuwa-border-primary);
1268
- }
1123
+ .novacon\:focus\:bg-\[var\(--tuwa-bg-muted\)\]:focus {
1124
+ background-color: var(--tuwa-bg-muted);
1269
1125
  }
1270
- .novacon\:focus\:ring-\[var\(--tuwa-error-text\)\] {
1271
- &:focus {
1272
- --tw-ring-color: var(--tuwa-error-text);
1273
- }
1126
+ .novacon\:focus\:ring-\[length\:var\(--tuwa-ring-width\)\]:focus {
1127
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(var(--tuwa-ring-width) + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
1128
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1274
1129
  }
1275
- .novacon\:focus\:ring-\[var\(--tuwa-text-accent\)\] {
1276
- &:focus {
1277
- --tw-ring-color: var(--tuwa-text-accent);
1278
- }
1130
+ .novacon\:focus\:ring-\[var\(--tuwa-border-primary\)\]:focus {
1131
+ --tw-ring-color: var(--tuwa-border-primary);
1279
1132
  }
1280
- .novacon\:focus\:ring-\[var\(--tuwa-text-secondary\)\] {
1281
- &:focus {
1282
- --tw-ring-color: var(--tuwa-text-secondary);
1283
- }
1133
+ .novacon\:focus\:ring-\[var\(--tuwa-error-text\)\]:focus {
1134
+ --tw-ring-color: var(--tuwa-error-text);
1284
1135
  }
1285
- .novacon\:focus\:ring-blue-500 {
1286
- &:focus {
1287
- --tw-ring-color: var(--novacon-color-blue-500);
1288
- }
1136
+ .novacon\:focus\:ring-\[var\(--tuwa-text-accent\)\]:focus {
1137
+ --tw-ring-color: var(--tuwa-text-accent);
1289
1138
  }
1290
- .novacon\:focus\:ring-red-500 {
1291
- &:focus {
1292
- --tw-ring-color: var(--novacon-color-red-500);
1293
- }
1139
+ .novacon\:focus\:ring-\[var\(--tuwa-text-secondary\)\]:focus {
1140
+ --tw-ring-color: var(--tuwa-text-secondary);
1294
1141
  }
1295
- .novacon\:focus\:ring-offset-\[length\:var\(--tuwa-ring-width\)\] {
1296
- &:focus {
1297
- --tw-ring-offset-width: var(--tuwa-ring-width);
1298
- --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
1299
- }
1142
+ .novacon\:focus\:ring-blue-500:focus {
1143
+ --tw-ring-color: var(--novacon-color-blue-500);
1300
1144
  }
1301
- .novacon\:focus\:ring-offset-\[var\(--tuwa-border-secondary\)\] {
1302
- &:focus {
1303
- --tw-ring-offset-color: var(--tuwa-border-secondary);
1304
- }
1145
+ .novacon\:focus\:ring-red-500:focus {
1146
+ --tw-ring-color: var(--novacon-color-red-500);
1305
1147
  }
1306
- .novacon\:focus\:outline-none {
1307
- &:focus {
1308
- --tw-outline-style: none;
1309
- outline-style: none;
1310
- }
1148
+ .novacon\:focus\:ring-offset-\[length\:var\(--tuwa-ring-width\)\]:focus {
1149
+ --tw-ring-offset-width: var(--tuwa-ring-width);
1150
+ --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
1311
1151
  }
1312
- .novacon\:focus\:ring-inset {
1313
- &:focus {
1314
- --tw-ring-inset: inset;
1315
- }
1152
+ .novacon\:focus\:ring-offset-\[var\(--tuwa-border-secondary\)\]:focus {
1153
+ --tw-ring-offset-color: var(--tuwa-border-secondary);
1316
1154
  }
1317
- .novacon\:focus-visible\:ring-\[length\:var\(--tuwa-ring-width\)\] {
1318
- &:focus-visible {
1319
- --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(var(--tuwa-ring-width) + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
1320
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1321
- }
1155
+ .novacon\:focus\:outline-none:focus {
1156
+ --tw-outline-style: none;
1157
+ outline-style: none;
1322
1158
  }
1323
- .novacon\:focus-visible\:ring-\[var\(--tuwa-border-accent\)\] {
1324
- &:focus-visible {
1325
- --tw-ring-color: var(--tuwa-border-accent);
1326
- }
1159
+ .novacon\:focus\:ring-inset:focus {
1160
+ --tw-ring-inset: inset;
1327
1161
  }
1328
- .novacon\:focus-visible\:ring-offset-\[length\:var\(--tuwa-ring-width\)\] {
1329
- &:focus-visible {
1330
- --tw-ring-offset-width: var(--tuwa-ring-width);
1331
- --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
1332
- }
1162
+ .novacon\:focus-visible\:ring-\[length\:var\(--tuwa-ring-width\)\]:focus-visible {
1163
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(var(--tuwa-ring-width) + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
1164
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1333
1165
  }
1334
- .novacon\:focus-visible\:ring-offset-\[var\(--tuwa-border-secondary\)\] {
1335
- &:focus-visible {
1336
- --tw-ring-offset-color: var(--tuwa-border-secondary);
1337
- }
1166
+ .novacon\:focus-visible\:ring-\[var\(--tuwa-border-accent\)\]:focus-visible {
1167
+ --tw-ring-color: var(--tuwa-border-accent);
1338
1168
  }
1339
- .novacon\:focus-visible\:outline-none {
1340
- &:focus-visible {
1341
- --tw-outline-style: none;
1342
- outline-style: none;
1343
- }
1169
+ .novacon\:focus-visible\:ring-offset-\[length\:var\(--tuwa-ring-width\)\]:focus-visible {
1170
+ --tw-ring-offset-width: var(--tuwa-ring-width);
1171
+ --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
1344
1172
  }
1345
- .novacon\:active\:scale-75 {
1346
- &:active {
1347
- --tw-scale-x: 75%;
1348
- --tw-scale-y: 75%;
1349
- --tw-scale-z: 75%;
1350
- scale: var(--tw-scale-x) var(--tw-scale-y);
1351
- }
1173
+ .novacon\:focus-visible\:ring-offset-\[var\(--tuwa-border-secondary\)\]:focus-visible {
1174
+ --tw-ring-offset-color: var(--tuwa-border-secondary);
1352
1175
  }
1353
- .novacon\:active\:scale-95 {
1354
- &:active {
1355
- --tw-scale-x: 95%;
1356
- --tw-scale-y: 95%;
1357
- --tw-scale-z: 95%;
1358
- scale: var(--tw-scale-x) var(--tw-scale-y);
1359
- }
1176
+ .novacon\:focus-visible\:outline-none:focus-visible {
1177
+ --tw-outline-style: none;
1178
+ outline-style: none;
1360
1179
  }
1361
- .novacon\:active\:scale-\[0\.98\] {
1362
- &:active {
1363
- scale: 0.98;
1364
- }
1180
+ .novacon\:active\:scale-75:active {
1181
+ --tw-scale-x: 75%;
1182
+ --tw-scale-y: 75%;
1183
+ --tw-scale-z: 75%;
1184
+ scale: var(--tw-scale-x) var(--tw-scale-y);
1365
1185
  }
1366
- .novacon\:active\:bg-\[var\(--tuwa-bg-muted\)\] {
1367
- &:active {
1368
- background-color: var(--tuwa-bg-muted);
1369
- }
1186
+ .novacon\:active\:scale-95:active {
1187
+ --tw-scale-x: 95%;
1188
+ --tw-scale-y: 95%;
1189
+ --tw-scale-z: 95%;
1190
+ scale: var(--tw-scale-x) var(--tw-scale-y);
1370
1191
  }
1371
- .novacon\:active\:bg-\[var\(--tuwa-error-text\)\] {
1372
- &:active {
1373
- background-color: var(--tuwa-error-text);
1374
- }
1192
+ .novacon\:active\:scale-\[0\.98\]:active {
1193
+ scale: 0.98;
1375
1194
  }
1376
- .novacon\:disabled\:cursor-not-allowed {
1377
- &:disabled {
1378
- cursor: not-allowed;
1379
- }
1195
+ .novacon\:active\:bg-\[var\(--tuwa-bg-muted\)\]:active {
1196
+ background-color: var(--tuwa-bg-muted);
1380
1197
  }
1381
- .novacon\:disabled\:opacity-50 {
1382
- &:disabled {
1383
- opacity: 50%;
1384
- }
1198
+ .novacon\:active\:bg-\[var\(--tuwa-error-text\)\]:active {
1199
+ background-color: var(--tuwa-error-text);
1385
1200
  }
1386
- .novacon\:disabled\:hover\:scale-100 {
1387
- &:disabled {
1388
- &:hover {
1389
- @media (hover: hover) {
1390
- --tw-scale-x: 100%;
1391
- --tw-scale-y: 100%;
1392
- --tw-scale-z: 100%;
1393
- scale: var(--tw-scale-x) var(--tw-scale-y);
1394
- }
1395
- }
1396
- }
1201
+ .novacon\:disabled\:cursor-not-allowed:disabled {
1202
+ cursor: not-allowed;
1397
1203
  }
1398
- .novacon\:disabled\:hover\:bg-\[var\(--tuwa-bg-secondary\)\] {
1399
- &:disabled {
1400
- &:hover {
1401
- @media (hover: hover) {
1402
- background-color: var(--tuwa-bg-secondary);
1403
- }
1404
- }
1405
- }
1204
+ .novacon\:disabled\:opacity-50:disabled {
1205
+ opacity: 50%;
1406
1206
  }
1407
- .novacon\:data-\[side\=bottom\]\:slide-in-from-top-2 {
1408
- &[data-side="bottom"] {
1409
- --tw-enter-translate-y: calc(2*var(--spacing)*-1);
1207
+ @media (hover: hover) {
1208
+ .novacon\:disabled\:hover\:scale-100:disabled:hover {
1209
+ --tw-scale-x: 100%;
1210
+ --tw-scale-y: 100%;
1211
+ --tw-scale-z: 100%;
1212
+ scale: var(--tw-scale-x) var(--tw-scale-y);
1410
1213
  }
1411
- }
1412
- .novacon\:data-\[side\=left\]\:slide-in-from-right-2 {
1413
- &[data-side="left"] {
1414
- --tw-enter-translate-x: calc(2*var(--spacing));
1214
+ .novacon\:disabled\:hover\:bg-\[var\(--tuwa-bg-secondary\)\]:disabled:hover {
1215
+ background-color: var(--tuwa-bg-secondary);
1415
1216
  }
1416
1217
  }
1417
- .novacon\:data-\[side\=right\]\:slide-in-from-left-2 {
1418
- &[data-side="right"] {
1419
- --tw-enter-translate-x: calc(2*var(--spacing)*-1);
1420
- }
1218
+ .novacon\:data-\[side\=bottom\]\:slide-in-from-top-2[data-side="bottom"] {
1219
+ --tw-enter-translate-y: calc(2*var(--spacing)*-1);
1421
1220
  }
1422
- .novacon\:data-\[side\=top\]\:slide-in-from-bottom-2 {
1423
- &[data-side="top"] {
1424
- --tw-enter-translate-y: calc(2*var(--spacing));
1425
- }
1221
+ .novacon\:data-\[side\=left\]\:slide-in-from-right-2[data-side="left"] {
1222
+ --tw-enter-translate-x: calc(2*var(--spacing));
1426
1223
  }
1427
- .novacon\:data-\[state\=closed\]\:animate-out {
1428
- &[data-state="closed"] {
1429
- animation: exit 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);
1430
- }
1224
+ .novacon\:data-\[side\=right\]\:slide-in-from-left-2[data-side="right"] {
1225
+ --tw-enter-translate-x: calc(2*var(--spacing)*-1);
1431
1226
  }
1432
- .novacon\:data-\[state\=closed\]\:fade-out-0 {
1433
- &[data-state="closed"] {
1434
- --tw-exit-opacity: calc(0/100);
1435
- --tw-exit-opacity: 0;
1436
- }
1227
+ .novacon\:data-\[side\=top\]\:slide-in-from-bottom-2[data-side="top"] {
1228
+ --tw-enter-translate-y: calc(2*var(--spacing));
1437
1229
  }
1438
- .novacon\:data-\[state\=closed\]\:zoom-out-95 {
1439
- &[data-state="closed"] {
1440
- --tw-exit-scale: calc(95*1%);
1441
- --tw-exit-scale: .95;
1442
- }
1230
+ .novacon\:data-\[state\=closed\]\:animate-out[data-state="closed"] {
1231
+ animation: exit 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);
1443
1232
  }
1444
- .novacon\:data-\[state\=open\]\:animate-in {
1445
- &[data-state="open"] {
1446
- 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);
1447
- }
1233
+ .novacon\:data-\[state\=closed\]\:fade-out-0[data-state="closed"] {
1234
+ --tw-exit-opacity: calc(0/100);
1235
+ --tw-exit-opacity: 0;
1448
1236
  }
1449
- .novacon\:data-\[state\=open\]\:fade-in-0 {
1450
- &[data-state="open"] {
1451
- --tw-enter-opacity: calc(0/100);
1452
- --tw-enter-opacity: 0;
1453
- }
1237
+ .novacon\:data-\[state\=closed\]\:zoom-out-95[data-state="closed"] {
1238
+ --tw-exit-scale: calc(95*1%);
1239
+ --tw-exit-scale: .95;
1454
1240
  }
1455
- .novacon\:data-\[state\=open\]\:zoom-in-95 {
1456
- &[data-state="open"] {
1457
- --tw-enter-scale: calc(95*1%);
1458
- --tw-enter-scale: .95;
1459
- }
1241
+ .novacon\:data-\[state\=open\]\:animate-in[data-state="open"] {
1242
+ 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);
1243
+ }
1244
+ .novacon\:data-\[state\=open\]\:fade-in-0[data-state="open"] {
1245
+ --tw-enter-opacity: calc(0/100);
1246
+ --tw-enter-opacity: 0;
1247
+ }
1248
+ .novacon\:data-\[state\=open\]\:zoom-in-95[data-state="open"] {
1249
+ --tw-enter-scale: calc(95*1%);
1250
+ --tw-enter-scale: .95;
1460
1251
  }
1461
- .novacon\:min-\[480px\]\:block {
1462
- @media (width >= 480px) {
1252
+ @media (width >= 480px) {
1253
+ .novacon\:min-\[480px\]\:block {
1463
1254
  display: block;
1464
1255
  }
1465
1256
  }
1466
- .novacon\:sm\:not-sr-only {
1467
- @media (width >= 40rem) {
1257
+ @media (width >= 40rem) {
1258
+ .novacon\:sm\:not-sr-only {
1468
1259
  position: static;
1469
1260
  width: auto;
1470
1261
  height: auto;
@@ -1474,357 +1265,223 @@
1474
1265
  clip-path: none;
1475
1266
  white-space: normal;
1476
1267
  }
1477
- }
1478
- .novacon\:sm\:block {
1479
- @media (width >= 40rem) {
1268
+ .novacon\:sm\:block {
1480
1269
  display: block;
1481
1270
  }
1482
- }
1483
- .novacon\:sm\:flex {
1484
- @media (width >= 40rem) {
1271
+ .novacon\:sm\:flex {
1485
1272
  display: flex;
1486
1273
  }
1487
- }
1488
- .novacon\:sm\:hidden {
1489
- @media (width >= 40rem) {
1274
+ .novacon\:sm\:hidden {
1490
1275
  display: none;
1491
1276
  }
1492
- }
1493
- .novacon\:sm\:inline-block {
1494
- @media (width >= 40rem) {
1277
+ .novacon\:sm\:inline-block {
1495
1278
  display: inline-block;
1496
1279
  }
1497
- }
1498
- .novacon\:sm\:h-32 {
1499
- @media (width >= 40rem) {
1280
+ .novacon\:sm\:h-32 {
1500
1281
  height: calc(var(--novacon-spacing) * 32);
1501
1282
  }
1502
- }
1503
- .novacon\:sm\:h-\[32px\] {
1504
- @media (width >= 40rem) {
1283
+ .novacon\:sm\:h-\[32px\] {
1505
1284
  height: 32px;
1506
1285
  }
1507
- }
1508
- .novacon\:sm\:w-32 {
1509
- @media (width >= 40rem) {
1286
+ .novacon\:sm\:w-32 {
1510
1287
  width: calc(var(--novacon-spacing) * 32);
1511
1288
  }
1512
- }
1513
- .novacon\:sm\:w-\[32px\] {
1514
- @media (width >= 40rem) {
1289
+ .novacon\:sm\:w-\[32px\] {
1515
1290
  width: 32px;
1516
1291
  }
1517
- }
1518
- .novacon\:sm\:max-w-md {
1519
- @media (width >= 40rem) {
1292
+ .novacon\:sm\:max-w-md {
1520
1293
  max-width: var(--novacon-container-md);
1521
1294
  }
1522
- }
1523
- .novacon\:sm\:flex-row {
1524
- @media (width >= 40rem) {
1295
+ .novacon\:sm\:flex-row {
1525
1296
  flex-direction: row;
1526
1297
  }
1527
- }
1528
- .novacon\:sm\:gap-3 {
1529
- @media (width >= 40rem) {
1298
+ .novacon\:sm\:gap-3 {
1530
1299
  gap: calc(var(--novacon-spacing) * 3);
1531
1300
  }
1532
- }
1533
- .novacon\:sm\:gap-4 {
1534
- @media (width >= 40rem) {
1301
+ .novacon\:sm\:gap-4 {
1535
1302
  gap: calc(var(--novacon-spacing) * 4);
1536
1303
  }
1537
- }
1538
- .novacon\:sm\:space-x-2 {
1539
- @media (width >= 40rem) {
1540
- :where(& > :not(:last-child)) {
1541
- --tw-space-x-reverse: 0;
1542
- margin-inline-start: calc(calc(var(--novacon-spacing) * 2) * var(--tw-space-x-reverse));
1543
- margin-inline-end: calc(calc(var(--novacon-spacing) * 2) * calc(1 - var(--tw-space-x-reverse)));
1544
- }
1304
+ :where(.novacon\:sm\:space-x-2 > :not(:last-child)) {
1305
+ --tw-space-x-reverse: 0;
1306
+ margin-inline-start: calc(calc(var(--novacon-spacing) * 2) * var(--tw-space-x-reverse));
1307
+ margin-inline-end: calc(calc(var(--novacon-spacing) * 2) * calc(1 - var(--tw-space-x-reverse)));
1545
1308
  }
1546
- }
1547
- .novacon\:sm\:p-3 {
1548
- @media (width >= 40rem) {
1309
+ .novacon\:sm\:p-3 {
1549
1310
  padding: calc(var(--novacon-spacing) * 3);
1550
1311
  }
1551
- }
1552
- .novacon\:sm\:p-4 {
1553
- @media (width >= 40rem) {
1312
+ .novacon\:sm\:p-4 {
1554
1313
  padding: calc(var(--novacon-spacing) * 4);
1555
1314
  }
1556
- }
1557
- .novacon\:sm\:pl-2 {
1558
- @media (width >= 40rem) {
1315
+ .novacon\:sm\:pl-2 {
1559
1316
  padding-left: calc(var(--novacon-spacing) * 2);
1560
1317
  }
1561
1318
  }
1562
- .novacon\:md\:h-18 {
1563
- @media (width >= 48rem) {
1319
+ @media (width >= 48rem) {
1320
+ .novacon\:md\:h-18 {
1564
1321
  height: calc(var(--novacon-spacing) * 18);
1565
1322
  }
1566
- }
1567
- .novacon\:md\:h-20 {
1568
- @media (width >= 48rem) {
1323
+ .novacon\:md\:h-20 {
1569
1324
  height: calc(var(--novacon-spacing) * 20);
1570
1325
  }
1571
- }
1572
- .novacon\:md\:h-24 {
1573
- @media (width >= 48rem) {
1326
+ .novacon\:md\:h-24 {
1574
1327
  height: calc(var(--novacon-spacing) * 24);
1575
1328
  }
1576
- }
1577
- .novacon\:md\:min-h-\[150px\] {
1578
- @media (width >= 48rem) {
1329
+ .novacon\:md\:min-h-\[150px\] {
1579
1330
  min-height: 150px;
1580
1331
  }
1581
- }
1582
- .novacon\:md\:w-18 {
1583
- @media (width >= 48rem) {
1332
+ .novacon\:md\:w-18 {
1584
1333
  width: calc(var(--novacon-spacing) * 18);
1585
1334
  }
1586
- }
1587
- .novacon\:md\:w-20 {
1588
- @media (width >= 48rem) {
1335
+ .novacon\:md\:w-20 {
1589
1336
  width: calc(var(--novacon-spacing) * 20);
1590
1337
  }
1591
- }
1592
- .novacon\:md\:w-24 {
1593
- @media (width >= 48rem) {
1338
+ .novacon\:md\:w-24 {
1594
1339
  width: calc(var(--novacon-spacing) * 24);
1595
1340
  }
1596
- }
1597
- .novacon\:md\:min-w-\[150px\] {
1598
- @media (width >= 48rem) {
1341
+ .novacon\:md\:min-w-\[150px\] {
1599
1342
  min-width: 150px;
1600
1343
  }
1601
- }
1602
- .novacon\:md\:p-6 {
1603
- @media (width >= 48rem) {
1344
+ .novacon\:md\:p-6 {
1604
1345
  padding: calc(var(--novacon-spacing) * 6);
1605
1346
  }
1606
- }
1607
- .novacon\:md\:px-3 {
1608
- @media (width >= 48rem) {
1347
+ .novacon\:md\:px-3 {
1609
1348
  padding-inline: calc(var(--novacon-spacing) * 3);
1610
1349
  }
1611
- }
1612
- .novacon\:md\:px-4 {
1613
- @media (width >= 48rem) {
1350
+ .novacon\:md\:px-4 {
1614
1351
  padding-inline: calc(var(--novacon-spacing) * 4);
1615
1352
  }
1616
1353
  }
1617
- .novacon\:\[\&_img\]\:h-6\! {
1618
- & img {
1619
- height: calc(var(--novacon-spacing) * 6) !important;
1620
- }
1354
+ .novacon\:\[\&_img\]\:h-6\! img {
1355
+ height: calc(var(--novacon-spacing) * 6) !important;
1621
1356
  }
1622
- .novacon\:\[\&_img\]\:h-\[42px\]\! {
1623
- & img {
1624
- height: 42px !important;
1625
- }
1357
+ .novacon\:\[\&_img\]\:h-\[42px\]\! img {
1358
+ height: 42px !important;
1626
1359
  }
1627
- .novacon\:\[\&_img\]\:h-\[auto\]\! {
1628
- & img {
1629
- height: auto !important;
1630
- }
1360
+ .novacon\:\[\&_img\]\:h-\[auto\]\! img {
1361
+ height: auto !important;
1631
1362
  }
1632
- .novacon\:\[\&_img\]\:w-6\! {
1633
- & img {
1634
- width: calc(var(--novacon-spacing) * 6) !important;
1635
- }
1363
+ .novacon\:\[\&_img\]\:w-6\! img {
1364
+ width: calc(var(--novacon-spacing) * 6) !important;
1636
1365
  }
1637
- .novacon\:\[\&_img\]\:w-\[42px\]\! {
1638
- & img {
1639
- width: 42px !important;
1640
- }
1366
+ .novacon\:\[\&_img\]\:w-\[42px\]\! img {
1367
+ width: 42px !important;
1641
1368
  }
1642
- .novacon\:\[\&_img\]\:w-\[100px\]\! {
1643
- & img {
1644
- width: 100px !important;
1645
- }
1369
+ .novacon\:\[\&_img\]\:w-\[100px\]\! img {
1370
+ width: 100px !important;
1646
1371
  }
1647
- .novacon\:\[\&_img\]\:transition-transform {
1648
- & img {
1649
- transition-property: transform, translate, scale, rotate;
1650
- transition-timing-function: var(--tw-ease, var(--novacon-default-transition-timing-function));
1651
- transition-duration: var(--tw-duration, var(--novacon-default-transition-duration));
1652
- }
1372
+ .novacon\:\[\&_img\]\:transition-transform img {
1373
+ transition-property: transform, translate, scale, rotate;
1374
+ transition-timing-function: var(--tw-ease, var(--novacon-default-transition-timing-function));
1375
+ transition-duration: var(--tw-duration, var(--novacon-default-transition-duration));
1653
1376
  }
1654
- .novacon\:\[\&_img\]\:duration-200 {
1655
- & img {
1656
- --tw-duration: 200ms;
1657
- transition-duration: 200ms;
1658
- }
1377
+ .novacon\:\[\&_img\]\:duration-200 img {
1378
+ --tw-duration: 200ms;
1379
+ transition-duration: 200ms;
1659
1380
  }
1660
- .novacon\:hover\:\[\&_img\]\:scale-95 {
1661
- &:hover {
1662
- @media (hover: hover) {
1663
- & img {
1664
- --tw-scale-x: 95%;
1665
- --tw-scale-y: 95%;
1666
- --tw-scale-z: 95%;
1667
- scale: var(--tw-scale-x) var(--tw-scale-y);
1668
- }
1669
- }
1381
+ @media (hover: hover) {
1382
+ .novacon\:hover\:\[\&_img\]\:scale-95:hover img {
1383
+ --tw-scale-x: 95%;
1384
+ --tw-scale-y: 95%;
1385
+ --tw-scale-z: 95%;
1386
+ scale: var(--tw-scale-x) var(--tw-scale-y);
1670
1387
  }
1671
1388
  }
1672
- .novacon\:active\:\[\&_img\]\:scale-85 {
1673
- &:active {
1674
- & img {
1675
- --tw-scale-x: 85%;
1676
- --tw-scale-y: 85%;
1677
- --tw-scale-z: 85%;
1678
- scale: var(--tw-scale-x) var(--tw-scale-y);
1679
- }
1680
- }
1389
+ .novacon\:active\:\[\&_img\]\:scale-85:active img {
1390
+ --tw-scale-x: 85%;
1391
+ --tw-scale-y: 85%;
1392
+ --tw-scale-z: 85%;
1393
+ scale: var(--tw-scale-x) var(--tw-scale-y);
1681
1394
  }
1682
- .novacon\:sm\:\[\&_img\]\:h-\[32px\]\! {
1683
- @media (width >= 40rem) {
1684
- & img {
1685
- height: 32px !important;
1686
- }
1395
+ @media (width >= 40rem) {
1396
+ .novacon\:sm\:\[\&_img\]\:h-\[32px\]\! img {
1397
+ height: 32px !important;
1687
1398
  }
1688
- }
1689
- .novacon\:sm\:\[\&_img\]\:w-\[32px\]\! {
1690
- @media (width >= 40rem) {
1691
- & img {
1692
- width: 32px !important;
1693
- }
1399
+ .novacon\:sm\:\[\&_img\]\:w-\[32px\]\! img {
1400
+ width: 32px !important;
1694
1401
  }
1695
1402
  }
1696
- .novacon\:md\:\[\&_img\]\:w-\[80px\]\! {
1697
- @media (width >= 48rem) {
1698
- & img {
1699
- width: 80px !important;
1700
- }
1403
+ @media (width >= 48rem) {
1404
+ .novacon\:md\:\[\&_img\]\:w-\[80px\]\! img {
1405
+ width: 80px !important;
1701
1406
  }
1702
1407
  }
1703
- .novacon\:\[\&_svg\]\:h-4 {
1704
- & svg {
1705
- height: calc(var(--novacon-spacing) * 4);
1706
- }
1408
+ .novacon\:\[\&_svg\]\:h-4 svg {
1409
+ height: calc(var(--novacon-spacing) * 4);
1707
1410
  }
1708
- .novacon\:\[\&_svg\]\:h-6 {
1709
- & svg {
1710
- height: calc(var(--novacon-spacing) * 6);
1711
- }
1411
+ .novacon\:\[\&_svg\]\:h-6 svg {
1412
+ height: calc(var(--novacon-spacing) * 6);
1712
1413
  }
1713
- .novacon\:\[\&_svg\]\:h-6\! {
1714
- & svg {
1715
- height: calc(var(--novacon-spacing) * 6) !important;
1716
- }
1414
+ .novacon\:\[\&_svg\]\:h-6\! svg {
1415
+ height: calc(var(--novacon-spacing) * 6) !important;
1717
1416
  }
1718
- .novacon\:\[\&_svg\]\:h-\[42px\]\! {
1719
- & svg {
1720
- height: 42px !important;
1721
- }
1417
+ .novacon\:\[\&_svg\]\:h-\[42px\]\! svg {
1418
+ height: 42px !important;
1722
1419
  }
1723
- .novacon\:\[\&_svg\]\:h-\[auto\]\! {
1724
- & svg {
1725
- height: auto !important;
1726
- }
1420
+ .novacon\:\[\&_svg\]\:h-\[auto\]\! svg {
1421
+ height: auto !important;
1727
1422
  }
1728
- .novacon\:\[\&_svg\]\:w-4 {
1729
- & svg {
1730
- width: calc(var(--novacon-spacing) * 4);
1731
- }
1423
+ .novacon\:\[\&_svg\]\:w-4 svg {
1424
+ width: calc(var(--novacon-spacing) * 4);
1732
1425
  }
1733
- .novacon\:\[\&_svg\]\:w-6 {
1734
- & svg {
1735
- width: calc(var(--novacon-spacing) * 6);
1736
- }
1426
+ .novacon\:\[\&_svg\]\:w-6 svg {
1427
+ width: calc(var(--novacon-spacing) * 6);
1737
1428
  }
1738
- .novacon\:\[\&_svg\]\:w-6\! {
1739
- & svg {
1740
- width: calc(var(--novacon-spacing) * 6) !important;
1741
- }
1429
+ .novacon\:\[\&_svg\]\:w-6\! svg {
1430
+ width: calc(var(--novacon-spacing) * 6) !important;
1742
1431
  }
1743
- .novacon\:\[\&_svg\]\:w-\[42px\]\! {
1744
- & svg {
1745
- width: 42px !important;
1746
- }
1432
+ .novacon\:\[\&_svg\]\:w-\[42px\]\! svg {
1433
+ width: 42px !important;
1747
1434
  }
1748
- .novacon\:\[\&_svg\]\:w-\[100px\]\! {
1749
- & svg {
1750
- width: 100px !important;
1751
- }
1435
+ .novacon\:\[\&_svg\]\:w-\[100px\]\! svg {
1436
+ width: 100px !important;
1752
1437
  }
1753
- .novacon\:\[\&_svg\]\:transition-transform {
1754
- & svg {
1755
- transition-property: transform, translate, scale, rotate;
1756
- transition-timing-function: var(--tw-ease, var(--novacon-default-transition-timing-function));
1757
- transition-duration: var(--tw-duration, var(--novacon-default-transition-duration));
1758
- }
1438
+ .novacon\:\[\&_svg\]\:transition-transform svg {
1439
+ transition-property: transform, translate, scale, rotate;
1440
+ transition-timing-function: var(--tw-ease, var(--novacon-default-transition-timing-function));
1441
+ transition-duration: var(--tw-duration, var(--novacon-default-transition-duration));
1759
1442
  }
1760
- .novacon\:\[\&_svg\]\:duration-200 {
1761
- & svg {
1762
- --tw-duration: 200ms;
1763
- transition-duration: 200ms;
1764
- }
1443
+ .novacon\:\[\&_svg\]\:duration-200 svg {
1444
+ --tw-duration: 200ms;
1445
+ transition-duration: 200ms;
1765
1446
  }
1766
- .novacon\:hover\:\[\&_svg\]\:scale-95 {
1767
- &:hover {
1768
- @media (hover: hover) {
1769
- & svg {
1770
- --tw-scale-x: 95%;
1771
- --tw-scale-y: 95%;
1772
- --tw-scale-z: 95%;
1773
- scale: var(--tw-scale-x) var(--tw-scale-y);
1774
- }
1775
- }
1447
+ @media (hover: hover) {
1448
+ .novacon\:hover\:\[\&_svg\]\:scale-95:hover svg {
1449
+ --tw-scale-x: 95%;
1450
+ --tw-scale-y: 95%;
1451
+ --tw-scale-z: 95%;
1452
+ scale: var(--tw-scale-x) var(--tw-scale-y);
1776
1453
  }
1777
1454
  }
1778
- .novacon\:active\:\[\&_svg\]\:scale-85 {
1779
- &:active {
1780
- & svg {
1781
- --tw-scale-x: 85%;
1782
- --tw-scale-y: 85%;
1783
- --tw-scale-z: 85%;
1784
- scale: var(--tw-scale-x) var(--tw-scale-y);
1785
- }
1786
- }
1455
+ .novacon\:active\:\[\&_svg\]\:scale-85:active svg {
1456
+ --tw-scale-x: 85%;
1457
+ --tw-scale-y: 85%;
1458
+ --tw-scale-z: 85%;
1459
+ scale: var(--tw-scale-x) var(--tw-scale-y);
1787
1460
  }
1788
- .novacon\:sm\:\[\&_svg\]\:h-\[32px\]\! {
1789
- @media (width >= 40rem) {
1790
- & svg {
1791
- height: 32px !important;
1792
- }
1461
+ @media (width >= 40rem) {
1462
+ .novacon\:sm\:\[\&_svg\]\:h-\[32px\]\! svg {
1463
+ height: 32px !important;
1793
1464
  }
1794
- }
1795
- .novacon\:sm\:\[\&_svg\]\:w-\[32px\]\! {
1796
- @media (width >= 40rem) {
1797
- & svg {
1798
- width: 32px !important;
1799
- }
1465
+ .novacon\:sm\:\[\&_svg\]\:w-\[32px\]\! svg {
1466
+ width: 32px !important;
1800
1467
  }
1801
1468
  }
1802
- .novacon\:md\:\[\&_svg\]\:w-\[80px\]\! {
1803
- @media (width >= 48rem) {
1804
- & svg {
1805
- width: 80px !important;
1806
- }
1469
+ @media (width >= 48rem) {
1470
+ .novacon\:md\:\[\&_svg\]\:w-\[80px\]\! svg {
1471
+ width: 80px !important;
1807
1472
  }
1808
1473
  }
1809
- .novacon\:\[\&\>img\]\:h-full\! {
1810
- &>img {
1811
- height: 100% !important;
1812
- }
1474
+ .novacon\:\[\&\>img\]\:h-full\! > img {
1475
+ height: 100% !important;
1813
1476
  }
1814
- .novacon\:\[\&\>img\]\:w-full\! {
1815
- &>img {
1816
- width: 100% !important;
1817
- }
1477
+ .novacon\:\[\&\>img\]\:w-full\! > img {
1478
+ width: 100% !important;
1818
1479
  }
1819
- .novacon\:\[\&\>svg\]\:h-full\! {
1820
- &>svg {
1821
- height: 100% !important;
1822
- }
1480
+ .novacon\:\[\&\>svg\]\:h-full\! > svg {
1481
+ height: 100% !important;
1823
1482
  }
1824
- .novacon\:\[\&\>svg\]\:w-full\! {
1825
- &>svg {
1826
- width: 100% !important;
1827
- }
1483
+ .novacon\:\[\&\>svg\]\:w-full\! > svg {
1484
+ width: 100% !important;
1828
1485
  }
1829
1486
  }
1830
1487
  @property --tw-animation-delay {