@inploi/plugin-chatbot 3.14.0 → 3.14.1
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/cdn/index.js +7 -7
- package/cdn/style.css +1 -1
- package/dist/{chatbot-body-ff48078c.js → chatbot-body-02fda14e.js} +6 -6
- package/dist/{chatbot-body-99c5aac3.cjs → chatbot-body-43e7b46b.cjs} +6 -6
- package/dist/{index-d464f764.js → index-788a0a7f.js} +2 -2
- package/dist/{index-fcdedc71.cjs → index-f79d99f5.cjs} +2 -2
- package/dist/plugin-chatbot.cjs +1 -1
- package/dist/plugin-chatbot.js +1 -1
- package/dist/style.css +14 -6
- package/package.json +1 -1
package/dist/style.css
CHANGED
|
@@ -319,6 +319,10 @@
|
|
|
319
319
|
margin-left: auto;
|
|
320
320
|
}
|
|
321
321
|
|
|
322
|
+
#isdk .mt-auto {
|
|
323
|
+
margin-top: auto;
|
|
324
|
+
}
|
|
325
|
+
|
|
322
326
|
#isdk .block {
|
|
323
327
|
display: block;
|
|
324
328
|
}
|
|
@@ -1478,6 +1482,10 @@
|
|
|
1478
1482
|
background-color: var(--i-interactive-bg-hover);
|
|
1479
1483
|
}
|
|
1480
1484
|
|
|
1485
|
+
#isdk .hover\:bg-neutral-2:hover {
|
|
1486
|
+
background-color: var(--i-color-n-2);
|
|
1487
|
+
}
|
|
1488
|
+
|
|
1481
1489
|
#isdk .hover\:bg-neutral-3:hover {
|
|
1482
1490
|
background-color: var(--i-color-n-3);
|
|
1483
1491
|
}
|
|
@@ -1565,8 +1573,8 @@
|
|
|
1565
1573
|
color: var(--i-interactive-copy-active);
|
|
1566
1574
|
}
|
|
1567
1575
|
|
|
1568
|
-
#isdk .active\:outline-neutral-
|
|
1569
|
-
outline-color: var(--i-color-n-
|
|
1576
|
+
#isdk .active\:outline-neutral-8:active {
|
|
1577
|
+
outline-color: var(--i-color-n-8);
|
|
1570
1578
|
}
|
|
1571
1579
|
|
|
1572
1580
|
#isdk .active\:ring-2:active {
|
|
@@ -1609,12 +1617,12 @@
|
|
|
1609
1617
|
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
1610
1618
|
}
|
|
1611
1619
|
|
|
1612
|
-
#isdk .peer:focus-visible ~ .peer-focus-visible\:ring-accent-
|
|
1613
|
-
--tw-ring-color: var(--i-color-a-
|
|
1620
|
+
#isdk .peer:focus-visible ~ .peer-focus-visible\:ring-accent-9 {
|
|
1621
|
+
--tw-ring-color: var(--i-color-a-9);
|
|
1614
1622
|
}
|
|
1615
1623
|
|
|
1616
|
-
#isdk .peer:focus-visible ~ .peer-focus-visible\:ring-offset-
|
|
1617
|
-
--tw-ring-offset-
|
|
1624
|
+
#isdk .peer:focus-visible ~ .peer-focus-visible\:ring-offset-accent-7 {
|
|
1625
|
+
--tw-ring-offset-color: var(--i-color-a-7);
|
|
1618
1626
|
}
|
|
1619
1627
|
|
|
1620
1628
|
@media (pointer: coarse) {
|