@sia.soul/sia-react-ui 0.1.18 → 0.1.21

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.
Files changed (40) hide show
  1. package/dist/Select-4hGJt3RJ.d.cts +142 -0
  2. package/dist/Select-BNSE67xn.d.ts +142 -0
  3. package/dist/chart.d.cts +2498 -0
  4. package/dist/chart.d.ts +2498 -0
  5. package/dist/{chunk-LPRFOSRZ.js → chunk-3TRRBMXY.js} +45 -10
  6. package/dist/{chunk-JX53ZBIW.js → chunk-7RNS52YG.js} +38 -5
  7. package/dist/{chunk-SUMXP2SF.js → chunk-KLI65JVD.js} +12 -4
  8. package/dist/{chunk-I3EF5SF2.js → chunk-RWGSZW32.js} +1 -1
  9. package/dist/{chunk-UCQZZ2YC.js → chunk-VN6PIPP7.js} +2 -2
  10. package/dist/core-C5OnrCi4.d.cts +2288 -0
  11. package/dist/core-DeZknKwc.d.ts +2288 -0
  12. package/dist/core.cjs +85 -15
  13. package/dist/core.css +18 -1
  14. package/dist/core.d.cts +3 -3
  15. package/dist/core.d.ts +3 -3
  16. package/dist/core.js +3 -3
  17. package/dist/index.cjs +1812 -1571
  18. package/dist/index.css +18 -1
  19. package/dist/index.d.cts +1715 -8
  20. package/dist/index.d.ts +1715 -8
  21. package/dist/index.js +402 -238
  22. package/dist/markdown-editor.d.cts +41 -1
  23. package/dist/markdown-editor.d.ts +41 -1
  24. package/dist/rich-text-editor.cjs +11 -3
  25. package/dist/rich-text-editor.d.cts +46 -1
  26. package/dist/rich-text-editor.d.ts +46 -1
  27. package/dist/rich-text-editor.js +2 -2
  28. package/dist/{select-date-range-Bdb-hi9c.d.ts → select-date-range-CGRb3-W8.d.ts} +116 -2
  29. package/dist/{select-date-range-shDQ5uJA.d.cts → select-date-range-DDmYGDD4.d.cts} +116 -2
  30. package/dist/select-date-range.cjs +44 -9
  31. package/dist/select-date-range.d.cts +3 -3
  32. package/dist/select-date-range.d.ts +3 -3
  33. package/dist/select-date-range.js +3 -3
  34. package/dist/{shared-DAYZvZVu.d.cts → shared-Bx4B28Wh.d.cts} +3 -0
  35. package/dist/{shared-DAYZvZVu.d.ts → shared-Bx4B28Wh.d.ts} +3 -0
  36. package/package.json +1 -1
  37. package/dist/Select-CVvF4mcy.d.cts +0 -57
  38. package/dist/Select-Ce2Irbpt.d.ts +0 -57
  39. package/dist/core-AeKYVPDZ.d.cts +0 -1082
  40. package/dist/core-DcSXqSRs.d.ts +0 -1082
package/dist/index.css CHANGED
@@ -7377,6 +7377,14 @@ fieldset:disabled .sia-input-number__floating-placeholder {
7377
7377
  cursor: not-allowed;
7378
7378
  opacity: .55;
7379
7379
  }
7380
+ .sia-dropdown__trigger-content {
7381
+ display: inline-flex;
7382
+ align-items: center;
7383
+ gap: 8px;
7384
+ }
7385
+ .sia-dropdown__trigger-icon {
7386
+ flex: none;
7387
+ }
7380
7388
  .sia-dropdown__context-anchor {
7381
7389
  position: fixed;
7382
7390
  width: 0;
@@ -7514,6 +7522,9 @@ fieldset:disabled .sia-input-number__floating-placeholder {
7514
7522
  gap: 4px;
7515
7523
  white-space: nowrap;
7516
7524
  }
7525
+ .sia-pagination__current-count {
7526
+ white-space: nowrap;
7527
+ }
7517
7528
  .sia-pagination__size-select.sia-select {
7518
7529
  width: 94px;
7519
7530
  }
@@ -8529,6 +8540,12 @@ body > .sia-popup-portal[data-sia-popup-layer] {
8529
8540
  position: relative;
8530
8541
  display: inline-flex;
8531
8542
  }
8543
+ .sia-floating.sia-table__cell-tooltip {
8544
+ display: block;
8545
+ min-width: 0;
8546
+ overflow: hidden;
8547
+ text-overflow: ellipsis;
8548
+ }
8532
8549
  .sia-floating__overlay {
8533
8550
  --sia-floating-color: rgb(24 24 27 / 94%);
8534
8551
  --sia-floating-arrow-border: transparent;
@@ -9579,7 +9596,7 @@ button.sia-treemap__tile:focus-visible,
9579
9596
  min-width: 0;
9580
9597
  font: inherit;
9581
9598
  }
9582
- .sia-selection-panel__option:hover,
9599
+ .sia-selection-panel__option:hover:not([data-deselected-hover=true]),
9583
9600
  .sia-selection-panel__option.is-active {
9584
9601
  background: var(--sia-color-fill-secondary, #f2f5f8);
9585
9602
  }