@docyrus/ui-pro-ai-assistant 0.0.8 → 0.0.9
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 +215 -20
- package/dist/index.js.map +1 -1
- package/dist/styles.css +5 -0
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -7390,6 +7390,11 @@
|
|
|
7390
7390
|
display: none;
|
|
7391
7391
|
}
|
|
7392
7392
|
}
|
|
7393
|
+
.\@3xl\:flex-col {
|
|
7394
|
+
@container (width >= 48rem) {
|
|
7395
|
+
flex-direction: column;
|
|
7396
|
+
}
|
|
7397
|
+
}
|
|
7393
7398
|
.ltr\:-translate-x-1\/2 {
|
|
7394
7399
|
&:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
|
|
7395
7400
|
--tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
|
package/package.json
CHANGED