@tsiky/components-r19 1.4.1 → 1.4.2

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 (45) hide show
  1. package/dist/PeriodRange-1MjERs8N.cjs +26 -0
  2. package/dist/PeriodRange-6ksOSvHL.cjs +26 -0
  3. package/dist/PeriodRange-B53IzsZ7.cjs +26 -0
  4. package/dist/PeriodRange-B7crP6r3.js +256 -0
  5. package/dist/PeriodRange-BXSfe73g.js +256 -0
  6. package/dist/PeriodRange-Bk2LtI3D.cjs +26 -0
  7. package/dist/PeriodRange-BtgY7fFR.cjs +26 -0
  8. package/dist/PeriodRange-CfhneSbr.js +270 -0
  9. package/dist/PeriodRange-CjhgOtpd.js +270 -0
  10. package/dist/PeriodRange-DfVhlsw5.js +270 -0
  11. package/dist/assets/index-C-LOvVBi.js +986 -0
  12. package/dist/assets/index-D8b4DHJx.css +1 -0
  13. package/dist/chart.cjs.js +36 -36
  14. package/dist/chart.js +2047 -2035
  15. package/dist/components-r19.css +1 -1
  16. package/dist/index.cjs.js +1633 -1633
  17. package/dist/index.d.ts +3 -0
  18. package/dist/index.d.ts.map +1 -1
  19. package/dist/index.html +14 -0
  20. package/dist/index.js +19378 -14385
  21. package/dist/src/components/ChartContainer/ChartContainer.d.ts.map +1 -1
  22. package/dist/src/components/Charts/mixed-chart/MixedChart.d.ts +1 -0
  23. package/dist/src/components/Charts/mixed-chart/MixedChart.d.ts.map +1 -1
  24. package/dist/src/components/Header/Header.d.ts.map +1 -1
  25. package/dist/src/components/LegendFilter/LegendFilterSwitcherButton.d.ts +16 -0
  26. package/dist/src/components/LegendFilter/LegendFilterSwitcherButton.d.ts.map +1 -0
  27. package/dist/src/components/LegendFilter/context/useLegendFilterContext.d.ts +11 -0
  28. package/dist/src/components/LegendFilter/context/useLegendFilterContext.d.ts.map +1 -0
  29. package/dist/src/components/LegendFilter/index.d.ts +3 -0
  30. package/dist/src/components/LegendFilter/index.d.ts.map +1 -0
  31. package/dist/src/components/ShowDataSwitcher/ShowDataSwitcherButton.d.ts +6 -0
  32. package/dist/src/components/ShowDataSwitcher/ShowDataSwitcherButton.d.ts.map +1 -0
  33. package/dist/src/components/ShowDataSwitcher/context/useShowDataSwitcher.d.ts +11 -0
  34. package/dist/src/components/ShowDataSwitcher/context/useShowDataSwitcher.d.ts.map +1 -0
  35. package/dist/src/components/ShowDataSwitcher/index.d.ts +3 -0
  36. package/dist/src/components/ShowDataSwitcher/index.d.ts.map +1 -0
  37. package/dist/src/components/TrendItem/TrendItem.d.ts +1 -0
  38. package/dist/src/components/TrendItem/TrendItem.d.ts.map +1 -1
  39. package/dist/src/components/TrendList/TrendList.d.ts +18 -12
  40. package/dist/src/components/TrendList/TrendList.d.ts.map +1 -1
  41. package/dist/src/components/TrendList/index.d.ts +1 -0
  42. package/dist/src/components/TrendList/index.d.ts.map +1 -1
  43. package/dist/src/components/theme/index.d.ts +1 -0
  44. package/dist/src/components/theme/index.d.ts.map +1 -1
  45. package/package.json +2 -1
@@ -0,0 +1 @@
1
+ :root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}#root{max-width:1280px;margin:0 auto;padding:2rem;text-align:center}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}