@webskill/chatbot 0.9.0 → 0.11.0

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/chatbot.css CHANGED
@@ -1718,11 +1718,6 @@
1718
1718
  .disabled\:opacity-60:disabled {
1719
1719
  opacity: 60%;
1720
1720
  }
1721
- @media (hover: hover) {
1722
- .disabled\:hover\:bg-transparent:disabled:hover {
1723
- background-color: transparent;
1724
- }
1725
- }
1726
1721
  .has-disabled\:cursor-not-allowed:has(:disabled) {
1727
1722
  cursor: not-allowed;
1728
1723
  }
@@ -2465,11 +2460,12 @@
2465
2460
  overflow: hidden;
2466
2461
  }
2467
2462
  .webskill-surface__table-scroll {
2468
- max-height: 22.5rem;
2469
- overflow: auto;
2470
2463
  border-inline: 0;
2471
2464
  border-radius: 0;
2472
2465
  }
2466
+ .webskill-surface__table-scroll > [data-radix-scroll-area-viewport] {
2467
+ max-height: 22.5rem;
2468
+ }
2473
2469
  [data-webskill-data-table] {
2474
2470
  container-type: inline-size;
2475
2471
  container-name: webskill-table;
@@ -2487,7 +2483,8 @@
2487
2483
  position: sticky;
2488
2484
  z-index: var(--webskill-z-sticky);
2489
2485
  top: 0;
2490
- background: var(--color-subtle);
2486
+ background-color: var(--color-surface);
2487
+ background-image: linear-gradient(var(--color-subtle), var(--color-subtle));
2491
2488
  }
2492
2489
  .webskill-surface__table-header th, .webskill-surface__table-body td {
2493
2490
  min-width: var(--webskill-table-min-col, 8rem);
@@ -2497,9 +2494,17 @@
2497
2494
  text-align: left;
2498
2495
  vertical-align: middle;
2499
2496
  }
2497
+ .webskill-surface__table-header th {
2498
+ border-inline-end: 0;
2499
+ border-bottom: 0;
2500
+ box-shadow: inset -1px -1px 0 0 var(--color-border);
2501
+ }
2500
2502
  .webskill-surface__table-header th:last-child, .webskill-surface__table-body td:last-child {
2501
2503
  border-inline-end: 0;
2502
2504
  }
2505
+ .webskill-surface__table-header th:last-child {
2506
+ box-shadow: inset 0 -1px 0 0 var(--color-border);
2507
+ }
2503
2508
  .webskill-surface__table-header button {
2504
2509
  width: 100%;
2505
2510
  border-radius: 0;