@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/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-10:active {
1569
- outline-color: var(--i-color-n-10);
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-7 {
1613
- --tw-ring-color: var(--i-color-a-7);
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-2 {
1617
- --tw-ring-offset-width: 2px;
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) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inploi/plugin-chatbot",
3
- "version": "3.14.0",
3
+ "version": "3.14.1",
4
4
  "type": "module",
5
5
  "main": "dist/plugin-chatbot.js",
6
6
  "types": "dist/index.d.ts",