@malette/agent-sdk 0.1.2 → 0.1.3-beta.2
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.js +4 -6
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -6
- package/dist/index.mjs.map +1 -1
- package/dist/styles.css +7 -19
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -195,6 +195,9 @@
|
|
|
195
195
|
.agent-sdk-theme .z-\[100\] {
|
|
196
196
|
z-index: 100;
|
|
197
197
|
}
|
|
198
|
+
.agent-sdk-theme .z-\[10\] {
|
|
199
|
+
z-index: 10;
|
|
200
|
+
}
|
|
198
201
|
.agent-sdk-theme .z-\[1\] {
|
|
199
202
|
z-index: 1;
|
|
200
203
|
}
|
|
@@ -210,9 +213,6 @@
|
|
|
210
213
|
.agent-sdk-theme .z-\[9999\] {
|
|
211
214
|
z-index: 9999;
|
|
212
215
|
}
|
|
213
|
-
.agent-sdk-theme .z-\[10\] {
|
|
214
|
-
z-index: 10;
|
|
215
|
-
}
|
|
216
216
|
.agent-sdk-theme .mx-0\.5 {
|
|
217
217
|
margin-left: 0.125rem;
|
|
218
218
|
margin-right: 0.125rem;
|
|
@@ -431,9 +431,6 @@
|
|
|
431
431
|
.agent-sdk-theme .h-\[1px\] {
|
|
432
432
|
height: 1px;
|
|
433
433
|
}
|
|
434
|
-
.agent-sdk-theme .h-\[375px\] {
|
|
435
|
-
height: 375px;
|
|
436
|
-
}
|
|
437
434
|
.agent-sdk-theme .h-\[88px\] {
|
|
438
435
|
height: 88px;
|
|
439
436
|
}
|
|
@@ -476,6 +473,9 @@
|
|
|
476
473
|
.agent-sdk-theme .max-h-\[3\.5em\] {
|
|
477
474
|
max-height: 3.5em;
|
|
478
475
|
}
|
|
476
|
+
.agent-sdk-theme .max-h-\[375px\] {
|
|
477
|
+
max-height: 375px;
|
|
478
|
+
}
|
|
479
479
|
.agent-sdk-theme .max-h-\[40\%\] {
|
|
480
480
|
max-height: 40%;
|
|
481
481
|
}
|
|
@@ -500,9 +500,6 @@
|
|
|
500
500
|
.agent-sdk-theme .max-h-full {
|
|
501
501
|
max-height: 100%;
|
|
502
502
|
}
|
|
503
|
-
.agent-sdk-theme .max-h-\[375px\] {
|
|
504
|
-
max-height: 375px;
|
|
505
|
-
}
|
|
506
503
|
.agent-sdk-theme .min-h-0 {
|
|
507
504
|
min-height: 0px;
|
|
508
505
|
}
|
|
@@ -596,18 +593,12 @@
|
|
|
596
593
|
.agent-sdk-theme .w-\[2px\] {
|
|
597
594
|
width: 2px;
|
|
598
595
|
}
|
|
599
|
-
.agent-sdk-theme .w-\[375px\] {
|
|
600
|
-
width: 375px;
|
|
601
|
-
}
|
|
602
596
|
.agent-sdk-theme .w-\[60px\] {
|
|
603
597
|
width: 60px;
|
|
604
598
|
}
|
|
605
599
|
.agent-sdk-theme .w-\[88px\] {
|
|
606
600
|
width: 88px;
|
|
607
601
|
}
|
|
608
|
-
.agent-sdk-theme .w-auto {
|
|
609
|
-
width: auto;
|
|
610
|
-
}
|
|
611
602
|
.agent-sdk-theme .w-full {
|
|
612
603
|
width: 100%;
|
|
613
604
|
}
|
|
@@ -2986,7 +2977,7 @@
|
|
|
2986
2977
|
.agent-sdk-theme .group\/att:hover .group-hover\/att\:opacity-100 {
|
|
2987
2978
|
opacity: 1;
|
|
2988
2979
|
}
|
|
2989
|
-
.agent-sdk-theme .group\/
|
|
2980
|
+
.agent-sdk-theme .group\/media:hover .group-hover\/media\:opacity-100 {
|
|
2990
2981
|
opacity: 1;
|
|
2991
2982
|
}
|
|
2992
2983
|
.agent-sdk-theme .group\/plan-img:hover .group-hover\/plan-img\:opacity-100 {
|
|
@@ -3004,9 +2995,6 @@
|
|
|
3004
2995
|
.agent-sdk-theme .group:hover .group-hover\:opacity-100 {
|
|
3005
2996
|
opacity: 1;
|
|
3006
2997
|
}
|
|
3007
|
-
.agent-sdk-theme .group\/media:hover .group-hover\/media\:opacity-100 {
|
|
3008
|
-
opacity: 1;
|
|
3009
|
-
}
|
|
3010
2998
|
.agent-sdk-theme .data-\[state\=open\]\:animate-in[data-state="open"] {
|
|
3011
2999
|
animation-name: enter;
|
|
3012
3000
|
animation-duration: 150ms;
|