@malette/agent-sdk 0.1.3-beta.12 → 0.1.3-beta.13
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 +586 -46
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +586 -46
- package/dist/index.mjs.map +1 -1
- package/dist/styles.css +11 -0
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -603,6 +603,9 @@
|
|
|
603
603
|
.agent-sdk-theme .w-4 {
|
|
604
604
|
width: 1rem;
|
|
605
605
|
}
|
|
606
|
+
.agent-sdk-theme .w-44 {
|
|
607
|
+
width: 11rem;
|
|
608
|
+
}
|
|
606
609
|
.agent-sdk-theme .w-48 {
|
|
607
610
|
width: 12rem;
|
|
608
611
|
}
|
|
@@ -3020,6 +3023,14 @@
|
|
|
3020
3023
|
--tw-border-opacity: 1;
|
|
3021
3024
|
border-color: rgb(var(--agent-red-500, 239 68 68) / var(--tw-border-opacity, 1));
|
|
3022
3025
|
}
|
|
3026
|
+
.agent-sdk-theme .focus\:border-zinc-400:focus {
|
|
3027
|
+
--tw-border-opacity: 1;
|
|
3028
|
+
border-color: rgb(var(--agent-zinc-400, 161 161 170) / var(--tw-border-opacity, 1));
|
|
3029
|
+
}
|
|
3030
|
+
.agent-sdk-theme .focus\:border-zinc-500:focus {
|
|
3031
|
+
--tw-border-opacity: 1;
|
|
3032
|
+
border-color: rgb(var(--agent-zinc-500, 113 113 122) / var(--tw-border-opacity, 1));
|
|
3033
|
+
}
|
|
3023
3034
|
.agent-sdk-theme .focus\:border-zinc-600:focus {
|
|
3024
3035
|
--tw-border-opacity: 1;
|
|
3025
3036
|
border-color: rgb(var(--agent-zinc-600, 82 82 91) / var(--tw-border-opacity, 1));
|