@sentropic/design-system-vue 0.13.0 → 0.15.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.
Files changed (58) hide show
  1. package/dist/BoxPlotChart.d.ts +68 -0
  2. package/dist/BoxPlotChart.d.ts.map +1 -0
  3. package/dist/BoxPlotChart.js +226 -0
  4. package/dist/BoxPlotChart.js.map +1 -0
  5. package/dist/BulletChart.d.ts +74 -0
  6. package/dist/BulletChart.d.ts.map +1 -0
  7. package/dist/BulletChart.js +321 -0
  8. package/dist/BulletChart.js.map +1 -0
  9. package/dist/BumpChart.d.ts +74 -0
  10. package/dist/BumpChart.d.ts.map +1 -0
  11. package/dist/BumpChart.js +231 -0
  12. package/dist/BumpChart.js.map +1 -0
  13. package/dist/CalendarHeatmapChart.d.ts +62 -0
  14. package/dist/CalendarHeatmapChart.d.ts.map +1 -0
  15. package/dist/CalendarHeatmapChart.js +203 -0
  16. package/dist/CalendarHeatmapChart.js.map +1 -0
  17. package/dist/CandlestickChart.d.ts +65 -0
  18. package/dist/CandlestickChart.d.ts.map +1 -0
  19. package/dist/CandlestickChart.js +183 -0
  20. package/dist/CandlestickChart.js.map +1 -0
  21. package/dist/HeatmapChart.d.ts +74 -0
  22. package/dist/HeatmapChart.d.ts.map +1 -0
  23. package/dist/HeatmapChart.js +168 -0
  24. package/dist/HeatmapChart.js.map +1 -0
  25. package/dist/HistogramChart.d.ts +74 -0
  26. package/dist/HistogramChart.d.ts.map +1 -0
  27. package/dist/HistogramChart.js +162 -0
  28. package/dist/HistogramChart.js.map +1 -0
  29. package/dist/MarimekkoChart.d.ts +69 -0
  30. package/dist/MarimekkoChart.d.ts.map +1 -0
  31. package/dist/MarimekkoChart.js +165 -0
  32. package/dist/MarimekkoChart.js.map +1 -0
  33. package/dist/ParallelCoordinatesChart.d.ts +85 -0
  34. package/dist/ParallelCoordinatesChart.d.ts.map +1 -0
  35. package/dist/ParallelCoordinatesChart.js +190 -0
  36. package/dist/ParallelCoordinatesChart.js.map +1 -0
  37. package/dist/RadarChart.d.ts +102 -0
  38. package/dist/RadarChart.d.ts.map +1 -0
  39. package/dist/RadarChart.js +151 -0
  40. package/dist/RadarChart.js.map +1 -0
  41. package/dist/SankeyChart.d.ts +78 -0
  42. package/dist/SankeyChart.d.ts.map +1 -0
  43. package/dist/SankeyChart.js +202 -0
  44. package/dist/SankeyChart.js.map +1 -0
  45. package/dist/SunburstChart.d.ts +74 -0
  46. package/dist/SunburstChart.d.ts.map +1 -0
  47. package/dist/SunburstChart.js +202 -0
  48. package/dist/SunburstChart.js.map +1 -0
  49. package/dist/chartContrast.d.ts +2 -0
  50. package/dist/chartContrast.d.ts.map +1 -0
  51. package/dist/chartContrast.js +7 -0
  52. package/dist/chartContrast.js.map +1 -0
  53. package/dist/index.d.ts +24 -0
  54. package/dist/index.d.ts.map +1 -1
  55. package/dist/index.js +12 -0
  56. package/dist/index.js.map +1 -1
  57. package/dist/styles.css +900 -0
  58. package/package.json +1 -1
package/dist/styles.css CHANGED
@@ -8997,3 +8997,903 @@
8997
8997
  .st-treemapChart__legendSwatch--category6 { background: var(--st-semantic-data-category6); }
8998
8998
  .st-treemapChart__legendSwatch--category7 { background: var(--st-semantic-data-category7); }
8999
8999
  .st-treemapChart__legendSwatch--category8 { background: var(--st-semantic-data-category8); }
9000
+
9001
+ .st-heatmapChart,
9002
+ .st-histogramChart,
9003
+ .st-boxPlotChart,
9004
+ .st-radarChart,
9005
+ .st-sankeyChart,
9006
+ .st-sunburstChart {
9007
+ color: var(--st-semantic-text-secondary);
9008
+ display: block;
9009
+ font-family: inherit;
9010
+ position: relative;
9011
+ width: 100%;
9012
+ }
9013
+
9014
+ .st-heatmapChart svg,
9015
+ .st-histogramChart svg,
9016
+ .st-boxPlotChart svg,
9017
+ .st-radarChart svg,
9018
+ .st-sankeyChart svg,
9019
+ .st-sunburstChart svg,
9020
+ .st-heatmapChart__visual,
9021
+ .st-histogramChart__visual,
9022
+ .st-boxPlotChart__visual,
9023
+ .st-radarChart__visual,
9024
+ .st-sankeyChart__visual,
9025
+ .st-sunburstChart__visual {
9026
+ display: block;
9027
+ overflow: visible;
9028
+ }
9029
+
9030
+ .st-heatmapChart__axisLabel,
9031
+ .st-histogramChart__tickLabel,
9032
+ .st-histogramChart__categoryLabel,
9033
+ .st-boxPlotChart__tickLabel,
9034
+ .st-boxPlotChart__categoryLabel,
9035
+ .st-radarChart__axisLabel,
9036
+ .st-radarChart__maxLabel,
9037
+ .st-sankeyChart__nodeLabel {
9038
+ fill: var(--st-semantic-text-secondary);
9039
+ font-size: 0.6875rem;
9040
+ }
9041
+
9042
+ .st-histogramChart__grid,
9043
+ .st-boxPlotChart__grid,
9044
+ .st-radarChart__grid {
9045
+ stroke: var(--st-semantic-border-subtle);
9046
+ stroke-dasharray: 2 3;
9047
+ stroke-width: 1;
9048
+ opacity: 0.7;
9049
+ }
9050
+
9051
+ .st-histogramChart__axis,
9052
+ .st-boxPlotChart__axis,
9053
+ .st-radarChart__axis {
9054
+ stroke: var(--st-semantic-border-subtle);
9055
+ stroke-width: 1;
9056
+ }
9057
+
9058
+ .st-heatmapChart__cell,
9059
+ .st-histogramChart__bar,
9060
+ .st-boxPlotChart__box,
9061
+ .st-sankeyChart__node,
9062
+ .st-sunburstChart__arc {
9063
+ cursor: pointer;
9064
+ transition: opacity var(--st-motion-fast, 120ms) var(--st-motion-easing, ease);
9065
+ }
9066
+
9067
+ .st-heatmapChart__cell:hover,
9068
+ .st-histogramChart__bar:hover,
9069
+ .st-boxPlotChart__box:hover,
9070
+ .st-sankeyChart__node:hover,
9071
+ .st-sunburstChart__arc:hover {
9072
+ opacity: 0.82;
9073
+ }
9074
+
9075
+ .st-heatmapChart__cell--category1,
9076
+ .st-histogramChart__bar--category1,
9077
+ .st-boxPlotChart__box--category1,
9078
+ .st-sankeyChart__node--category1,
9079
+ .st-sunburstChart__arc--category1 { fill: var(--st-semantic-data-category1); }
9080
+ .st-heatmapChart__cell--category2,
9081
+ .st-histogramChart__bar--category2,
9082
+ .st-boxPlotChart__box--category2,
9083
+ .st-sankeyChart__node--category2,
9084
+ .st-sunburstChart__arc--category2 { fill: var(--st-semantic-data-category2); }
9085
+ .st-heatmapChart__cell--category3,
9086
+ .st-histogramChart__bar--category3,
9087
+ .st-boxPlotChart__box--category3,
9088
+ .st-sankeyChart__node--category3,
9089
+ .st-sunburstChart__arc--category3 { fill: var(--st-semantic-data-category3); }
9090
+ .st-heatmapChart__cell--category4,
9091
+ .st-histogramChart__bar--category4,
9092
+ .st-boxPlotChart__box--category4,
9093
+ .st-sankeyChart__node--category4,
9094
+ .st-sunburstChart__arc--category4 { fill: var(--st-semantic-data-category4); }
9095
+ .st-heatmapChart__cell--category5,
9096
+ .st-histogramChart__bar--category5,
9097
+ .st-boxPlotChart__box--category5,
9098
+ .st-sankeyChart__node--category5,
9099
+ .st-sunburstChart__arc--category5 { fill: var(--st-semantic-data-category5); }
9100
+ .st-heatmapChart__cell--category6,
9101
+ .st-histogramChart__bar--category6,
9102
+ .st-boxPlotChart__box--category6,
9103
+ .st-sankeyChart__node--category6,
9104
+ .st-sunburstChart__arc--category6 { fill: var(--st-semantic-data-category6); }
9105
+ .st-heatmapChart__cell--category7,
9106
+ .st-histogramChart__bar--category7,
9107
+ .st-boxPlotChart__box--category7,
9108
+ .st-sankeyChart__node--category7,
9109
+ .st-sunburstChart__arc--category7 { fill: var(--st-semantic-data-category7); }
9110
+ .st-heatmapChart__cell--category8,
9111
+ .st-histogramChart__bar--category8,
9112
+ .st-boxPlotChart__box--category8,
9113
+ .st-sankeyChart__node--category8,
9114
+ .st-sunburstChart__arc--category8 { fill: var(--st-semantic-data-category8); }
9115
+
9116
+ .st-boxPlotChart__box {
9117
+ fill-opacity: 0.22;
9118
+ stroke: currentColor;
9119
+ stroke-width: 1.5;
9120
+ }
9121
+
9122
+ .st-boxPlotChart__whisker,
9123
+ .st-boxPlotChart__whiskerCap,
9124
+ .st-boxPlotChart__median {
9125
+ stroke: var(--st-semantic-text-secondary);
9126
+ stroke-width: 1.5;
9127
+ }
9128
+
9129
+ .st-boxPlotChart__median {
9130
+ stroke: var(--st-semantic-text-primary);
9131
+ stroke-width: 2;
9132
+ }
9133
+
9134
+ .st-boxPlotChart__outlier {
9135
+ fill: var(--st-semantic-surface-default);
9136
+ stroke: var(--st-semantic-text-secondary);
9137
+ stroke-width: 1.5;
9138
+ }
9139
+
9140
+ .st-radarChart__grid {
9141
+ fill: none;
9142
+ }
9143
+
9144
+ .st-radarChart__polygon {
9145
+ cursor: pointer;
9146
+ fill: currentColor;
9147
+ fill-opacity: 0.16;
9148
+ stroke: currentColor;
9149
+ stroke-width: 2;
9150
+ transition: fill-opacity var(--st-motion-fast, 120ms) var(--st-motion-easing, ease);
9151
+ }
9152
+
9153
+ .st-radarChart__polygon:hover {
9154
+ fill-opacity: 0.24;
9155
+ }
9156
+
9157
+ .st-radarChart__polygon--category1 { color: var(--st-semantic-data-category1); }
9158
+ .st-radarChart__polygon--category2 { color: var(--st-semantic-data-category2); }
9159
+ .st-radarChart__polygon--category3 { color: var(--st-semantic-data-category3); }
9160
+ .st-radarChart__polygon--category4 { color: var(--st-semantic-data-category4); }
9161
+ .st-radarChart__polygon--category5 { color: var(--st-semantic-data-category5); }
9162
+ .st-radarChart__polygon--category6 { color: var(--st-semantic-data-category6); }
9163
+ .st-radarChart__polygon--category7 { color: var(--st-semantic-data-category7); }
9164
+ .st-radarChart__polygon--category8 { color: var(--st-semantic-data-category8); }
9165
+
9166
+ .st-sankeyChart__link {
9167
+ opacity: 0.34;
9168
+ pointer-events: stroke;
9169
+ stroke-linecap: round;
9170
+ transition: opacity var(--st-motion-fast, 120ms) var(--st-motion-easing, ease);
9171
+ }
9172
+
9173
+ .st-sankeyChart__link:hover {
9174
+ opacity: 0.58;
9175
+ }
9176
+
9177
+ .st-sankeyChart__link--category1 { stroke: var(--st-semantic-data-category1); }
9178
+ .st-sankeyChart__link--category2 { stroke: var(--st-semantic-data-category2); }
9179
+ .st-sankeyChart__link--category3 { stroke: var(--st-semantic-data-category3); }
9180
+ .st-sankeyChart__link--category4 { stroke: var(--st-semantic-data-category4); }
9181
+ .st-sankeyChart__link--category5 { stroke: var(--st-semantic-data-category5); }
9182
+ .st-sankeyChart__link--category6 { stroke: var(--st-semantic-data-category6); }
9183
+ .st-sankeyChart__link--category7 { stroke: var(--st-semantic-data-category7); }
9184
+ .st-sankeyChart__link--category8 { stroke: var(--st-semantic-data-category8); }
9185
+
9186
+ .st-heatmapChart__tooltip,
9187
+ .st-histogramChart__tooltip,
9188
+ .st-boxPlotChart__tooltip,
9189
+ .st-radarChart__tooltip,
9190
+ .st-sankeyChart__tooltip,
9191
+ .st-sunburstChart__tooltip {
9192
+ background: var(--st-semantic-surface-inverse);
9193
+ border-radius: var(--st-radius-sm, 0.25rem);
9194
+ color: var(--st-semantic-text-inverse);
9195
+ display: inline-flex;
9196
+ flex-direction: column;
9197
+ font-size: 0.75rem;
9198
+ gap: 0.125rem;
9199
+ line-height: 1.2;
9200
+ padding: 0.375rem 0.5rem;
9201
+ pointer-events: none;
9202
+ position: absolute;
9203
+ transform: translate(-50%, calc(-100% - 8px));
9204
+ white-space: nowrap;
9205
+ z-index: 1;
9206
+ }
9207
+
9208
+ .st-heatmapChart__tooltipLabel,
9209
+ .st-histogramChart__tooltipLabel,
9210
+ .st-boxPlotChart__tooltipLabel,
9211
+ .st-radarChart__tooltipLabel,
9212
+ .st-sankeyChart__tooltipLabel,
9213
+ .st-sunburstChart__tooltipLabel {
9214
+ font-weight: 600;
9215
+ }
9216
+
9217
+ .st-heatmapChart__tooltipValue,
9218
+ .st-histogramChart__tooltipValue,
9219
+ .st-boxPlotChart__tooltipValue,
9220
+ .st-radarChart__tooltipValue,
9221
+ .st-sankeyChart__tooltipValue,
9222
+ .st-sunburstChart__tooltipValue {
9223
+ opacity: 0.85;
9224
+ }
9225
+
9226
+ .st-heatmapChart__legend,
9227
+ .st-radarChart__legend,
9228
+ .st-sunburstChart__legend {
9229
+ display: flex;
9230
+ flex-wrap: wrap;
9231
+ gap: var(--st-spacing-3, 0.75rem);
9232
+ list-style: none;
9233
+ margin: var(--st-spacing-2, 0.5rem) 0 0;
9234
+ padding: 0;
9235
+ }
9236
+
9237
+ .st-heatmapChart__legendItem,
9238
+ .st-radarChart__legendItem,
9239
+ .st-sunburstChart__legendItem {
9240
+ align-items: center;
9241
+ color: var(--st-semantic-text-secondary);
9242
+ display: inline-flex;
9243
+ font-size: 0.75rem;
9244
+ gap: var(--st-spacing-1, 0.35rem);
9245
+ }
9246
+
9247
+ .st-heatmapChart__legendSwatch,
9248
+ .st-radarChart__legendSwatch,
9249
+ .st-sunburstChart__legendSwatch {
9250
+ border-radius: 2px;
9251
+ height: 0.7rem;
9252
+ width: 0.7rem;
9253
+ }
9254
+
9255
+ .st-heatmapChart__legendSwatch--category1,
9256
+ .st-radarChart__legendSwatch--category1,
9257
+ .st-sunburstChart__legendSwatch--category1 { background: var(--st-semantic-data-category1); }
9258
+ .st-heatmapChart__legendSwatch--category2,
9259
+ .st-radarChart__legendSwatch--category2,
9260
+ .st-sunburstChart__legendSwatch--category2 { background: var(--st-semantic-data-category2); }
9261
+ .st-heatmapChart__legendSwatch--category3,
9262
+ .st-radarChart__legendSwatch--category3,
9263
+ .st-sunburstChart__legendSwatch--category3 { background: var(--st-semantic-data-category3); }
9264
+ .st-heatmapChart__legendSwatch--category4,
9265
+ .st-radarChart__legendSwatch--category4,
9266
+ .st-sunburstChart__legendSwatch--category4 { background: var(--st-semantic-data-category4); }
9267
+ .st-heatmapChart__legendSwatch--category5,
9268
+ .st-radarChart__legendSwatch--category5,
9269
+ .st-sunburstChart__legendSwatch--category5 { background: var(--st-semantic-data-category5); }
9270
+ .st-heatmapChart__legendSwatch--category6,
9271
+ .st-radarChart__legendSwatch--category6,
9272
+ .st-sunburstChart__legendSwatch--category6 { background: var(--st-semantic-data-category6); }
9273
+ .st-heatmapChart__legendSwatch--category7,
9274
+ .st-radarChart__legendSwatch--category7,
9275
+ .st-sunburstChart__legendSwatch--category7 { background: var(--st-semantic-data-category7); }
9276
+ .st-heatmapChart__legendSwatch--category8,
9277
+ .st-radarChart__legendSwatch--category8,
9278
+ .st-sunburstChart__legendSwatch--category8 { background: var(--st-semantic-data-category8); }
9279
+
9280
+ @media (prefers-reduced-motion: reduce) {
9281
+ .st-heatmapChart__cell,
9282
+ .st-histogramChart__bar,
9283
+ .st-boxPlotChart__box,
9284
+ .st-radarChart__polygon,
9285
+ .st-sankeyChart__node,
9286
+ .st-sankeyChart__link,
9287
+ .st-sunburstChart__arc {
9288
+ transition: none;
9289
+ }
9290
+ }
9291
+
9292
+ /* ---- Bi-charts lot 2 – styles canoniques alignés sur Svelte ---- */
9293
+
9294
+ /* sankeyChart: le lien est un stroke, pas un fill */
9295
+ .st-sankeyChart__link {
9296
+ fill: none;
9297
+ }
9298
+
9299
+ /* Heatmap: bordure du plot */
9300
+ .st-heatmapChart__plot {
9301
+ fill: none;
9302
+ stroke: var(--st-semantic-border-subtle);
9303
+ stroke-width: 1;
9304
+ }
9305
+
9306
+ /* Heatmap: légende gradient Low→High */
9307
+ .st-heatmapChart__legend {
9308
+ align-items: center;
9309
+ display: flex;
9310
+ gap: var(--st-spacing-2, 0.5rem);
9311
+ margin-top: var(--st-spacing-2, 0.5rem);
9312
+ }
9313
+
9314
+ .st-heatmapChart__legendRamp {
9315
+ display: inline-grid;
9316
+ grid-template-columns: repeat(8, minmax(0.75rem, 1fr));
9317
+ min-width: 8rem;
9318
+ }
9319
+
9320
+ .st-heatmapChart__legendSwatch {
9321
+ display: block;
9322
+ height: 0.5rem;
9323
+ }
9324
+
9325
+ .st-heatmapChart__legendText {
9326
+ color: var(--st-semantic-text-secondary);
9327
+ font-size: 0.75rem;
9328
+ }
9329
+
9330
+ /* Dim states (hover-based opacity) */
9331
+ .st-heatmapChart__cell--dim,
9332
+ .st-histogramChart__bar--dim,
9333
+ .st-boxPlotChart__box--dim,
9334
+ .st-radarChart__polygon--dim,
9335
+ .st-sunburstChart__arc--dim {
9336
+ opacity: 0.45;
9337
+ }
9338
+
9339
+ .st-sankeyChart__link--dim {
9340
+ opacity: 0.16;
9341
+ }
9342
+
9343
+ /* BoxPlot: x-axis label below each box */
9344
+ .st-boxPlotChart__label {
9345
+ fill: var(--st-semantic-text-secondary);
9346
+ font-size: 0.75rem;
9347
+ }
9348
+
9349
+ /* BoxPlot: fill-opacity canonical value */
9350
+ .st-boxPlotChart__box {
9351
+ fill-opacity: 0.72;
9352
+ }
9353
+
9354
+ /* BoxPlot: whisker/cap strokes */
9355
+ .st-boxPlotChart__whisker,
9356
+ .st-boxPlotChart__whiskerCap {
9357
+ stroke: var(--st-semantic-border-subtle);
9358
+ stroke-width: 1;
9359
+ }
9360
+
9361
+ /* RadarChart: ring (polygon grid) */
9362
+ .st-radarChart__ring {
9363
+ fill: none;
9364
+ stroke: var(--st-semantic-border-subtle);
9365
+ stroke-width: 1;
9366
+ }
9367
+
9368
+ /* RadarChart: axis spokes */
9369
+ .st-radarChart__axis {
9370
+ stroke: var(--st-semantic-border-subtle);
9371
+ stroke-width: 1;
9372
+ }
9373
+
9374
+ /* RadarChart: data points */
9375
+ .st-radarChart__point {
9376
+ stroke: var(--st-semantic-surface-default, Canvas);
9377
+ stroke-width: 1;
9378
+ }
9379
+
9380
+ .st-radarChart__point--category1 { fill: var(--st-semantic-data-category1); }
9381
+ .st-radarChart__point--category2 { fill: var(--st-semantic-data-category2); }
9382
+ .st-radarChart__point--category3 { fill: var(--st-semantic-data-category3); }
9383
+ .st-radarChart__point--category4 { fill: var(--st-semantic-data-category4); }
9384
+ .st-radarChart__point--category5 { fill: var(--st-semantic-data-category5); }
9385
+ .st-radarChart__point--category6 { fill: var(--st-semantic-data-category6); }
9386
+ .st-radarChart__point--category7 { fill: var(--st-semantic-data-category7); }
9387
+ .st-radarChart__point--category8 { fill: var(--st-semantic-data-category8); }
9388
+
9389
+ /* SunburstChart: arc label (fill set inline by contrastTextForTone) */
9390
+ .st-sunburstChart__label {
9391
+ font-size: 0.68rem;
9392
+ font-weight: 650;
9393
+ pointer-events: none;
9394
+ }
9395
+
9396
+ /* ── BulletChart (lot-3) ── */
9397
+ .st-bulletChart {
9398
+ color: var(--st-semantic-text-secondary);
9399
+ display: block;
9400
+ font-family: inherit;
9401
+ position: relative;
9402
+ width: 100%;
9403
+ }
9404
+
9405
+ .st-bulletChart svg {
9406
+ display: block;
9407
+ overflow: visible;
9408
+ }
9409
+
9410
+ .st-bulletChart__visual {
9411
+ display: block;
9412
+ }
9413
+
9414
+ .st-bulletChart__axis {
9415
+ stroke: var(--st-semantic-border-subtle);
9416
+ stroke-width: 1;
9417
+ }
9418
+
9419
+ .st-bulletChart__baseline {
9420
+ stroke: var(--st-semantic-border-subtle);
9421
+ stroke-width: 1.5;
9422
+ }
9423
+
9424
+ .st-bulletChart__grid {
9425
+ stroke: var(--st-semantic-border-subtle);
9426
+ stroke-dasharray: 2 3;
9427
+ stroke-width: 1;
9428
+ opacity: 0.6;
9429
+ }
9430
+
9431
+ .st-bulletChart__range {
9432
+ fill: var(--st-semantic-data-category1);
9433
+ }
9434
+
9435
+ .st-bulletChart__bar {
9436
+ cursor: pointer;
9437
+ fill: var(--st-semantic-text-secondary);
9438
+ transition: opacity 120ms ease;
9439
+ }
9440
+
9441
+ .st-bulletChart__bar:hover {
9442
+ opacity: 0.75;
9443
+ }
9444
+
9445
+ @media (prefers-reduced-motion: reduce) {
9446
+ .st-bulletChart__bar {
9447
+ transition: none;
9448
+ }
9449
+ }
9450
+
9451
+ .st-bulletChart__target {
9452
+ stroke: var(--st-semantic-text-primary, currentColor);
9453
+ stroke-width: 2.5;
9454
+ }
9455
+
9456
+ .st-bulletChart__tickLabel,
9457
+ .st-bulletChart__categoryLabel {
9458
+ fill: var(--st-semantic-text-secondary);
9459
+ font-size: 0.6875rem;
9460
+ }
9461
+
9462
+ .st-bulletChart__tooltip {
9463
+ background: var(--st-semantic-surface-inverse);
9464
+ border-radius: var(--st-radius-sm, 0.25rem);
9465
+ color: var(--st-semantic-text-inverse);
9466
+ display: inline-flex;
9467
+ flex-direction: column;
9468
+ font-size: 0.75rem;
9469
+ gap: 0.125rem;
9470
+ line-height: 1.2;
9471
+ padding: 0.375rem 0.5rem;
9472
+ pointer-events: none;
9473
+ position: absolute;
9474
+ transform: translate(-50%, calc(-100% - 8px));
9475
+ white-space: nowrap;
9476
+ z-index: 1;
9477
+ }
9478
+
9479
+ .st-bulletChart__tooltipLabel {
9480
+ font-weight: 600;
9481
+ }
9482
+
9483
+ .st-bulletChart__tooltipValue {
9484
+ opacity: 0.85;
9485
+ }
9486
+
9487
+ /* ── MarimekkoChart (lot-3) ── */
9488
+ .st-marimekkoChart {
9489
+ color: var(--st-semantic-text-secondary);
9490
+ display: block;
9491
+ font-family: inherit;
9492
+ position: relative;
9493
+ width: 100%;
9494
+ }
9495
+
9496
+ .st-marimekkoChart svg {
9497
+ display: block;
9498
+ overflow: visible;
9499
+ }
9500
+
9501
+ .st-marimekkoChart__visual {
9502
+ display: block;
9503
+ }
9504
+
9505
+ .st-marimekkoChart__axis {
9506
+ stroke: var(--st-semantic-border-subtle);
9507
+ stroke-width: 1;
9508
+ }
9509
+
9510
+ .st-marimekkoChart__cell {
9511
+ cursor: pointer;
9512
+ stroke: var(--st-semantic-surface-default, Canvas);
9513
+ stroke-width: 1;
9514
+ transition: opacity 120ms ease;
9515
+ }
9516
+
9517
+ .st-marimekkoChart__cell--dim {
9518
+ opacity: 0.4;
9519
+ }
9520
+
9521
+ @media (prefers-reduced-motion: reduce) {
9522
+ .st-marimekkoChart__cell {
9523
+ transition: none;
9524
+ }
9525
+ }
9526
+
9527
+ .st-marimekkoChart__cell--category1 { fill: var(--st-semantic-data-category1); }
9528
+ .st-marimekkoChart__cell--category2 { fill: var(--st-semantic-data-category2); }
9529
+ .st-marimekkoChart__cell--category3 { fill: var(--st-semantic-data-category3); }
9530
+ .st-marimekkoChart__cell--category4 { fill: var(--st-semantic-data-category4); }
9531
+ .st-marimekkoChart__cell--category5 { fill: var(--st-semantic-data-category5); }
9532
+ .st-marimekkoChart__cell--category6 { fill: var(--st-semantic-data-category6); }
9533
+ .st-marimekkoChart__cell--category7 { fill: var(--st-semantic-data-category7); }
9534
+ .st-marimekkoChart__cell--category8 { fill: var(--st-semantic-data-category8); }
9535
+
9536
+ .st-marimekkoChart__cellLabel {
9537
+ font-size: 0.625rem;
9538
+ pointer-events: none;
9539
+ }
9540
+
9541
+ .st-marimekkoChart__catLabel {
9542
+ fill: var(--st-semantic-text-secondary);
9543
+ font-size: 0.6875rem;
9544
+ }
9545
+
9546
+ .st-marimekkoChart__tooltip {
9547
+ background: var(--st-semantic-surface-inverse);
9548
+ border-radius: var(--st-radius-sm, 0.25rem);
9549
+ color: var(--st-semantic-text-inverse);
9550
+ display: inline-flex;
9551
+ flex-direction: column;
9552
+ font-size: 0.75rem;
9553
+ gap: 0.125rem;
9554
+ line-height: 1.2;
9555
+ padding: 0.375rem 0.5rem;
9556
+ pointer-events: none;
9557
+ position: absolute;
9558
+ transform: translate(-50%, calc(-100% - 8px));
9559
+ white-space: nowrap;
9560
+ z-index: 1;
9561
+ }
9562
+
9563
+ .st-marimekkoChart__tooltipLabel {
9564
+ font-weight: 600;
9565
+ }
9566
+
9567
+ .st-marimekkoChart__tooltipValue {
9568
+ opacity: 0.85;
9569
+ }
9570
+
9571
+ /* ── CandlestickChart (lot-3) ── */
9572
+ .st-candlestickChart {
9573
+ color: var(--st-semantic-text-secondary);
9574
+ display: block;
9575
+ font-family: inherit;
9576
+ position: relative;
9577
+ width: 100%;
9578
+ }
9579
+
9580
+ .st-candlestickChart svg {
9581
+ display: block;
9582
+ overflow: visible;
9583
+ }
9584
+
9585
+ .st-candlestickChart__visual {
9586
+ display: block;
9587
+ }
9588
+
9589
+ .st-candlestickChart__axis {
9590
+ stroke: var(--st-semantic-border-subtle);
9591
+ stroke-width: 1;
9592
+ }
9593
+
9594
+ .st-candlestickChart__grid {
9595
+ stroke: var(--st-semantic-border-subtle);
9596
+ stroke-dasharray: 2 3;
9597
+ stroke-width: 1;
9598
+ opacity: 0.7;
9599
+ }
9600
+
9601
+ .st-candlestickChart__wick {
9602
+ stroke-width: 1.5;
9603
+ }
9604
+
9605
+ .st-candlestickChart__wick--up {
9606
+ stroke: var(--st-semantic-feedback-success);
9607
+ }
9608
+
9609
+ .st-candlestickChart__wick--down {
9610
+ stroke: var(--st-semantic-feedback-error);
9611
+ }
9612
+
9613
+ .st-candlestickChart__body {
9614
+ cursor: pointer;
9615
+ transition: opacity 120ms ease;
9616
+ }
9617
+
9618
+ .st-candlestickChart__body--dim {
9619
+ opacity: 0.4;
9620
+ }
9621
+
9622
+ .st-candlestickChart__body--up {
9623
+ fill: var(--st-semantic-feedback-success);
9624
+ }
9625
+
9626
+ .st-candlestickChart__body--down {
9627
+ fill: var(--st-semantic-feedback-error);
9628
+ }
9629
+
9630
+ @media (prefers-reduced-motion: reduce) {
9631
+ .st-candlestickChart__body {
9632
+ transition: none;
9633
+ }
9634
+ }
9635
+
9636
+ .st-candlestickChart__tickLabel,
9637
+ .st-candlestickChart__categoryLabel {
9638
+ fill: var(--st-semantic-text-secondary);
9639
+ font-size: 0.6875rem;
9640
+ }
9641
+
9642
+ .st-candlestickChart__tooltip {
9643
+ background: var(--st-semantic-surface-inverse);
9644
+ border-radius: var(--st-radius-sm, 0.25rem);
9645
+ color: var(--st-semantic-text-inverse);
9646
+ display: inline-flex;
9647
+ flex-direction: column;
9648
+ font-size: 0.75rem;
9649
+ gap: 0.125rem;
9650
+ line-height: 1.2;
9651
+ padding: 0.375rem 0.5rem;
9652
+ pointer-events: none;
9653
+ position: absolute;
9654
+ transform: translate(-50%, calc(-100% - 8px));
9655
+ white-space: nowrap;
9656
+ z-index: 1;
9657
+ }
9658
+
9659
+ .st-candlestickChart__tooltipLabel {
9660
+ font-weight: 600;
9661
+ }
9662
+
9663
+ .st-candlestickChart__tooltipValue {
9664
+ opacity: 0.85;
9665
+ }
9666
+
9667
+ /* ── CalendarHeatmapChart (lot-3) ── */
9668
+ .st-calendarHeatmapChart {
9669
+ color: var(--st-semantic-text-secondary);
9670
+ display: block;
9671
+ font-family: inherit;
9672
+ position: relative;
9673
+ width: 100%;
9674
+ }
9675
+
9676
+ .st-calendarHeatmapChart svg {
9677
+ display: block;
9678
+ overflow: visible;
9679
+ }
9680
+
9681
+ .st-calendarHeatmapChart__visual {
9682
+ display: block;
9683
+ }
9684
+
9685
+ .st-calendarHeatmapChart__dayLabel,
9686
+ .st-calendarHeatmapChart__monthLabel {
9687
+ fill: var(--st-semantic-text-secondary);
9688
+ font-size: 0.5625rem;
9689
+ }
9690
+
9691
+ .st-calendarHeatmapChart__cell {
9692
+ cursor: pointer;
9693
+ stroke: var(--st-semantic-surface-default, Canvas);
9694
+ stroke-width: 1;
9695
+ transition: opacity 120ms ease;
9696
+ }
9697
+
9698
+ .st-calendarHeatmapChart__cell--empty {
9699
+ fill: var(--st-semantic-border-subtle);
9700
+ opacity: 0.25;
9701
+ }
9702
+
9703
+ .st-calendarHeatmapChart__cell--dim {
9704
+ opacity: 0.3;
9705
+ }
9706
+
9707
+ @media (prefers-reduced-motion: reduce) {
9708
+ .st-calendarHeatmapChart__cell {
9709
+ transition: none;
9710
+ }
9711
+ }
9712
+
9713
+ .st-calendarHeatmapChart__cell--category1 { fill: var(--st-semantic-data-category1); }
9714
+ .st-calendarHeatmapChart__cell--category2 { fill: var(--st-semantic-data-category2); }
9715
+ .st-calendarHeatmapChart__cell--category3 { fill: var(--st-semantic-data-category3); }
9716
+ .st-calendarHeatmapChart__cell--category4 { fill: var(--st-semantic-data-category4); }
9717
+ .st-calendarHeatmapChart__cell--category5 { fill: var(--st-semantic-data-category5); }
9718
+ .st-calendarHeatmapChart__cell--category6 { fill: var(--st-semantic-data-category6); }
9719
+ .st-calendarHeatmapChart__cell--category7 { fill: var(--st-semantic-data-category7); }
9720
+ .st-calendarHeatmapChart__cell--category8 { fill: var(--st-semantic-data-category8); }
9721
+
9722
+ .st-calendarHeatmapChart__tooltip {
9723
+ background: var(--st-semantic-surface-inverse);
9724
+ border-radius: var(--st-radius-sm, 0.25rem);
9725
+ color: var(--st-semantic-text-inverse);
9726
+ display: inline-flex;
9727
+ flex-direction: column;
9728
+ font-size: 0.75rem;
9729
+ gap: 0.125rem;
9730
+ line-height: 1.2;
9731
+ padding: 0.375rem 0.5rem;
9732
+ pointer-events: none;
9733
+ position: absolute;
9734
+ transform: translate(-50%, calc(-100% - 8px));
9735
+ white-space: nowrap;
9736
+ z-index: 1;
9737
+ }
9738
+
9739
+ .st-calendarHeatmapChart__tooltipLabel {
9740
+ font-weight: 600;
9741
+ }
9742
+
9743
+ .st-calendarHeatmapChart__tooltipValue {
9744
+ opacity: 0.85;
9745
+ }
9746
+
9747
+ /* ── ParallelCoordinatesChart (lot-3) ── */
9748
+ .st-parallelCoordinatesChart {
9749
+ color: var(--st-semantic-text-secondary);
9750
+ display: block;
9751
+ font-family: inherit;
9752
+ position: relative;
9753
+ width: 100%;
9754
+ }
9755
+
9756
+ .st-parallelCoordinatesChart svg {
9757
+ display: block;
9758
+ overflow: visible;
9759
+ }
9760
+
9761
+ .st-parallelCoordinatesChart__visual {
9762
+ display: block;
9763
+ }
9764
+
9765
+ .st-parallelCoordinatesChart__axis {
9766
+ stroke: var(--st-semantic-border-subtle);
9767
+ stroke-width: 1.5;
9768
+ }
9769
+
9770
+ .st-parallelCoordinatesChart__axisLabel {
9771
+ fill: var(--st-semantic-text-secondary);
9772
+ font-size: 0.6875rem;
9773
+ font-weight: 600;
9774
+ }
9775
+
9776
+ .st-parallelCoordinatesChart__tickLabel {
9777
+ fill: var(--st-semantic-text-secondary);
9778
+ font-size: 0.5625rem;
9779
+ }
9780
+
9781
+ .st-parallelCoordinatesChart__line {
9782
+ cursor: pointer;
9783
+ stroke-width: 1.5;
9784
+ stroke-opacity: 0.65;
9785
+ transition: stroke-opacity 120ms ease, stroke-width 120ms ease;
9786
+ }
9787
+
9788
+ .st-parallelCoordinatesChart__line--dim {
9789
+ stroke-opacity: 0.12;
9790
+ }
9791
+
9792
+ .st-parallelCoordinatesChart__line--active {
9793
+ stroke-opacity: 1;
9794
+ stroke-width: 2.5;
9795
+ }
9796
+
9797
+ @media (prefers-reduced-motion: reduce) {
9798
+ .st-parallelCoordinatesChart__line {
9799
+ transition: none;
9800
+ }
9801
+ }
9802
+
9803
+ .st-parallelCoordinatesChart__line--category1 { stroke: var(--st-semantic-data-category1); }
9804
+ .st-parallelCoordinatesChart__line--category2 { stroke: var(--st-semantic-data-category2); }
9805
+ .st-parallelCoordinatesChart__line--category3 { stroke: var(--st-semantic-data-category3); }
9806
+ .st-parallelCoordinatesChart__line--category4 { stroke: var(--st-semantic-data-category4); }
9807
+ .st-parallelCoordinatesChart__line--category5 { stroke: var(--st-semantic-data-category5); }
9808
+ .st-parallelCoordinatesChart__line--category6 { stroke: var(--st-semantic-data-category6); }
9809
+ .st-parallelCoordinatesChart__line--category7 { stroke: var(--st-semantic-data-category7); }
9810
+ .st-parallelCoordinatesChart__line--category8 { stroke: var(--st-semantic-data-category8); }
9811
+
9812
+ /* ── BumpChart (lot-3) ── */
9813
+ .st-bumpChart {
9814
+ color: var(--st-semantic-text-secondary);
9815
+ display: block;
9816
+ font-family: inherit;
9817
+ position: relative;
9818
+ width: 100%;
9819
+ }
9820
+
9821
+ .st-bumpChart svg {
9822
+ display: block;
9823
+ overflow: visible;
9824
+ }
9825
+
9826
+ .st-bumpChart__visual {
9827
+ display: block;
9828
+ }
9829
+
9830
+ .st-bumpChart__grid {
9831
+ stroke: var(--st-semantic-border-subtle);
9832
+ stroke-dasharray: 2 3;
9833
+ stroke-width: 1;
9834
+ opacity: 0.5;
9835
+ }
9836
+
9837
+ .st-bumpChart__rankLabel,
9838
+ .st-bumpChart__catLabel,
9839
+ .st-bumpChart__seriesLabel {
9840
+ fill: var(--st-semantic-text-secondary);
9841
+ font-size: 0.6875rem;
9842
+ }
9843
+
9844
+ .st-bumpChart__line {
9845
+ cursor: pointer;
9846
+ stroke-width: 2;
9847
+ stroke-opacity: 0.7;
9848
+ transition: stroke-opacity 120ms ease, stroke-width 120ms ease;
9849
+ }
9850
+
9851
+ .st-bumpChart__line--dim {
9852
+ stroke-opacity: 0.12;
9853
+ }
9854
+
9855
+ .st-bumpChart__line--active {
9856
+ stroke-opacity: 1;
9857
+ stroke-width: 3;
9858
+ }
9859
+
9860
+ @media (prefers-reduced-motion: reduce) {
9861
+ .st-bumpChart__line {
9862
+ transition: none;
9863
+ }
9864
+ }
9865
+
9866
+ .st-bumpChart__dot {
9867
+ cursor: pointer;
9868
+ stroke: var(--st-semantic-surface-default, Canvas);
9869
+ stroke-width: 1.5;
9870
+ transition: r 120ms ease;
9871
+ }
9872
+
9873
+ .st-bumpChart__dot--dim {
9874
+ opacity: 0.15;
9875
+ }
9876
+
9877
+ @media (prefers-reduced-motion: reduce) {
9878
+ .st-bumpChart__dot {
9879
+ transition: none;
9880
+ }
9881
+ }
9882
+
9883
+ .st-bumpChart__line--category1 { stroke: var(--st-semantic-data-category1); }
9884
+ .st-bumpChart__line--category2 { stroke: var(--st-semantic-data-category2); }
9885
+ .st-bumpChart__line--category3 { stroke: var(--st-semantic-data-category3); }
9886
+ .st-bumpChart__line--category4 { stroke: var(--st-semantic-data-category4); }
9887
+ .st-bumpChart__line--category5 { stroke: var(--st-semantic-data-category5); }
9888
+ .st-bumpChart__line--category6 { stroke: var(--st-semantic-data-category6); }
9889
+ .st-bumpChart__line--category7 { stroke: var(--st-semantic-data-category7); }
9890
+ .st-bumpChart__line--category8 { stroke: var(--st-semantic-data-category8); }
9891
+
9892
+ .st-bumpChart__dot--category1 { fill: var(--st-semantic-data-category1); }
9893
+ .st-bumpChart__dot--category2 { fill: var(--st-semantic-data-category2); }
9894
+ .st-bumpChart__dot--category3 { fill: var(--st-semantic-data-category3); }
9895
+ .st-bumpChart__dot--category4 { fill: var(--st-semantic-data-category4); }
9896
+ .st-bumpChart__dot--category5 { fill: var(--st-semantic-data-category5); }
9897
+ .st-bumpChart__dot--category6 { fill: var(--st-semantic-data-category6); }
9898
+ .st-bumpChart__dot--category7 { fill: var(--st-semantic-data-category7); }
9899
+ .st-bumpChart__dot--category8 { fill: var(--st-semantic-data-category8); }