@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.
- package/dist/PeriodRange-1MjERs8N.cjs +26 -0
- package/dist/PeriodRange-6ksOSvHL.cjs +26 -0
- package/dist/PeriodRange-B53IzsZ7.cjs +26 -0
- package/dist/PeriodRange-B7crP6r3.js +256 -0
- package/dist/PeriodRange-BXSfe73g.js +256 -0
- package/dist/PeriodRange-Bk2LtI3D.cjs +26 -0
- package/dist/PeriodRange-BtgY7fFR.cjs +26 -0
- package/dist/PeriodRange-CfhneSbr.js +270 -0
- package/dist/PeriodRange-CjhgOtpd.js +270 -0
- package/dist/PeriodRange-DfVhlsw5.js +270 -0
- package/dist/assets/index-C-LOvVBi.js +986 -0
- package/dist/assets/index-D8b4DHJx.css +1 -0
- package/dist/chart.cjs.js +36 -36
- package/dist/chart.js +2047 -2035
- package/dist/components-r19.css +1 -1
- package/dist/index.cjs.js +1633 -1633
- package/dist/index.d.ts +3 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.html +14 -0
- package/dist/index.js +19378 -14385
- package/dist/src/components/ChartContainer/ChartContainer.d.ts.map +1 -1
- package/dist/src/components/Charts/mixed-chart/MixedChart.d.ts +1 -0
- package/dist/src/components/Charts/mixed-chart/MixedChart.d.ts.map +1 -1
- package/dist/src/components/Header/Header.d.ts.map +1 -1
- package/dist/src/components/LegendFilter/LegendFilterSwitcherButton.d.ts +16 -0
- package/dist/src/components/LegendFilter/LegendFilterSwitcherButton.d.ts.map +1 -0
- package/dist/src/components/LegendFilter/context/useLegendFilterContext.d.ts +11 -0
- package/dist/src/components/LegendFilter/context/useLegendFilterContext.d.ts.map +1 -0
- package/dist/src/components/LegendFilter/index.d.ts +3 -0
- package/dist/src/components/LegendFilter/index.d.ts.map +1 -0
- package/dist/src/components/ShowDataSwitcher/ShowDataSwitcherButton.d.ts +6 -0
- package/dist/src/components/ShowDataSwitcher/ShowDataSwitcherButton.d.ts.map +1 -0
- package/dist/src/components/ShowDataSwitcher/context/useShowDataSwitcher.d.ts +11 -0
- package/dist/src/components/ShowDataSwitcher/context/useShowDataSwitcher.d.ts.map +1 -0
- package/dist/src/components/ShowDataSwitcher/index.d.ts +3 -0
- package/dist/src/components/ShowDataSwitcher/index.d.ts.map +1 -0
- package/dist/src/components/TrendItem/TrendItem.d.ts +1 -0
- package/dist/src/components/TrendItem/TrendItem.d.ts.map +1 -1
- package/dist/src/components/TrendList/TrendList.d.ts +18 -12
- package/dist/src/components/TrendList/TrendList.d.ts.map +1 -1
- package/dist/src/components/TrendList/index.d.ts +1 -0
- package/dist/src/components/TrendList/index.d.ts.map +1 -1
- package/dist/src/components/theme/index.d.ts +1 -0
- package/dist/src/components/theme/index.d.ts.map +1 -1
- 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}
|