@ash-ai/ui 0.0.2 → 0.0.4
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.cjs +54 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +9 -3
- package/dist/index.d.ts +9 -3
- package/dist/index.js +53 -3
- package/dist/index.js.map +1 -1
- package/dist/styles-full.css +22 -0
- package/dist/styles.css +28 -0
- package/package.json +3 -3
package/dist/styles-full.css
CHANGED
|
@@ -642,6 +642,9 @@ video {
|
|
|
642
642
|
.max-h-64 {
|
|
643
643
|
max-height: 16rem;
|
|
644
644
|
}
|
|
645
|
+
.max-h-96 {
|
|
646
|
+
max-height: 24rem;
|
|
647
|
+
}
|
|
645
648
|
.max-h-\[60vh\] {
|
|
646
649
|
max-height: 60vh;
|
|
647
650
|
}
|
|
@@ -878,6 +881,12 @@ video {
|
|
|
878
881
|
.border-t-0 {
|
|
879
882
|
border-top-width: 0px;
|
|
880
883
|
}
|
|
884
|
+
.border-amber-500\/10 {
|
|
885
|
+
border-color: rgb(245 158 11 / 0.1);
|
|
886
|
+
}
|
|
887
|
+
.border-amber-500\/20 {
|
|
888
|
+
border-color: rgb(245 158 11 / 0.2);
|
|
889
|
+
}
|
|
881
890
|
.border-blue-500\/20 {
|
|
882
891
|
border-color: rgb(59 130 246 / 0.2);
|
|
883
892
|
}
|
|
@@ -907,6 +916,9 @@ video {
|
|
|
907
916
|
.bg-accent {
|
|
908
917
|
background-color: var(--ash-accent, #6366f1);
|
|
909
918
|
}
|
|
919
|
+
.bg-amber-500\/\[0\.03\] {
|
|
920
|
+
background-color: rgb(245 158 11 / 0.03);
|
|
921
|
+
}
|
|
910
922
|
.bg-black\/30 {
|
|
911
923
|
background-color: rgb(0 0 0 / 0.3);
|
|
912
924
|
}
|
|
@@ -1069,6 +1081,12 @@ video {
|
|
|
1069
1081
|
.text-accent {
|
|
1070
1082
|
color: var(--ash-accent, #6366f1);
|
|
1071
1083
|
}
|
|
1084
|
+
.text-amber-400\/70 {
|
|
1085
|
+
color: rgb(251 191 36 / 0.7);
|
|
1086
|
+
}
|
|
1087
|
+
.text-amber-500\/60 {
|
|
1088
|
+
color: rgb(245 158 11 / 0.6);
|
|
1089
|
+
}
|
|
1072
1090
|
.text-blue-400 {
|
|
1073
1091
|
--tw-text-opacity: 1;
|
|
1074
1092
|
color: rgb(96 165 250 / var(--tw-text-opacity, 1));
|
|
@@ -1158,6 +1176,10 @@ video {
|
|
|
1158
1176
|
background-color: rgb(28 33 40 / var(--tw-bg-opacity, 1));
|
|
1159
1177
|
}
|
|
1160
1178
|
|
|
1179
|
+
.hover\:bg-amber-500\/5:hover {
|
|
1180
|
+
background-color: rgb(245 158 11 / 0.05);
|
|
1181
|
+
}
|
|
1182
|
+
|
|
1161
1183
|
.hover\:bg-white\/10:hover {
|
|
1162
1184
|
background-color: rgb(255 255 255 / 0.1);
|
|
1163
1185
|
}
|
package/dist/styles.css
CHANGED
|
@@ -187,6 +187,10 @@
|
|
|
187
187
|
max-height: 16rem;
|
|
188
188
|
}
|
|
189
189
|
|
|
190
|
+
.max-h-96 {
|
|
191
|
+
max-height: 24rem;
|
|
192
|
+
}
|
|
193
|
+
|
|
190
194
|
.max-h-\[60vh\] {
|
|
191
195
|
max-height: 60vh;
|
|
192
196
|
}
|
|
@@ -496,6 +500,14 @@
|
|
|
496
500
|
border-top-width: 0px;
|
|
497
501
|
}
|
|
498
502
|
|
|
503
|
+
.border-amber-500\/10 {
|
|
504
|
+
border-color: rgb(245 158 11 / 0.1);
|
|
505
|
+
}
|
|
506
|
+
|
|
507
|
+
.border-amber-500\/20 {
|
|
508
|
+
border-color: rgb(245 158 11 / 0.2);
|
|
509
|
+
}
|
|
510
|
+
|
|
499
511
|
.border-blue-500\/20 {
|
|
500
512
|
border-color: rgb(59 130 246 / 0.2);
|
|
501
513
|
}
|
|
@@ -534,6 +546,10 @@
|
|
|
534
546
|
background-color: var(--ash-accent, #6366f1);
|
|
535
547
|
}
|
|
536
548
|
|
|
549
|
+
.bg-amber-500\/\[0\.03\] {
|
|
550
|
+
background-color: rgb(245 158 11 / 0.03);
|
|
551
|
+
}
|
|
552
|
+
|
|
537
553
|
.bg-black\/30 {
|
|
538
554
|
background-color: rgb(0 0 0 / 0.3);
|
|
539
555
|
}
|
|
@@ -744,6 +760,14 @@
|
|
|
744
760
|
color: var(--ash-accent, #6366f1);
|
|
745
761
|
}
|
|
746
762
|
|
|
763
|
+
.text-amber-400\/70 {
|
|
764
|
+
color: rgb(251 191 36 / 0.7);
|
|
765
|
+
}
|
|
766
|
+
|
|
767
|
+
.text-amber-500\/60 {
|
|
768
|
+
color: rgb(245 158 11 / 0.6);
|
|
769
|
+
}
|
|
770
|
+
|
|
747
771
|
.text-blue-400 {
|
|
748
772
|
--tw-text-opacity: 1;
|
|
749
773
|
color: rgb(96 165 250 / var(--tw-text-opacity, 1));
|
|
@@ -849,6 +873,10 @@
|
|
|
849
873
|
background-color: rgb(28 33 40 / var(--tw-bg-opacity, 1));
|
|
850
874
|
}
|
|
851
875
|
|
|
876
|
+
.hover\:bg-amber-500\/5:hover {
|
|
877
|
+
background-color: rgb(245 158 11 / 0.05);
|
|
878
|
+
}
|
|
879
|
+
|
|
852
880
|
.hover\:bg-white\/10:hover {
|
|
853
881
|
background-color: rgb(255 255 255 / 0.1);
|
|
854
882
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ash-ai/ui",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.4",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.js",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"peerDependencies": {
|
|
40
40
|
"react": ">=18.0.0",
|
|
41
41
|
"react-dom": ">=18.0.0",
|
|
42
|
-
"@ash-ai/sdk": "0.0.
|
|
42
|
+
"@ash-ai/sdk": "0.0.9"
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
45
|
"clsx": "^2.1.0",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"tailwindcss": "^3.4.0",
|
|
57
57
|
"tsup": "^8.3.0",
|
|
58
58
|
"typescript": "^5.7.0",
|
|
59
|
-
"@ash-ai/sdk": "0.0.
|
|
59
|
+
"@ash-ai/sdk": "0.0.9"
|
|
60
60
|
},
|
|
61
61
|
"scripts": {
|
|
62
62
|
"build": "tsup && pnpm build:css",
|