@sentropic/design-system-vue 0.36.18 → 0.36.20

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/styles.css CHANGED
@@ -11250,6 +11250,114 @@
11250
11250
  flex: 0 0 auto;
11251
11251
  }
11252
11252
 
11253
+ .st-appHeader__brand {
11254
+ align-items: center;
11255
+ color: var(--st-semantic-text-primary);
11256
+ display: inline-flex;
11257
+ flex: 0 0 auto;
11258
+ gap: var(--st-spacing-3, 0.75rem);
11259
+ min-width: 0;
11260
+ text-decoration: none;
11261
+ }
11262
+
11263
+ .st-appHeader__brand:hover,
11264
+ .st-appHeader__brand:focus-visible {
11265
+ text-decoration: none;
11266
+ }
11267
+
11268
+ .st-appHeader__brand:focus-visible {
11269
+ border-radius: var(--st-radius-sm, 0.375rem);
11270
+ box-shadow: 0 0 0 2px var(--st-semantic-border-interactive);
11271
+ outline: none;
11272
+ }
11273
+
11274
+ .st-appHeader__brandMark {
11275
+ aspect-ratio: 1;
11276
+ display: inline-block;
11277
+ flex: 0 0 auto;
11278
+ height: 2rem;
11279
+ object-fit: contain;
11280
+ width: 2rem;
11281
+ }
11282
+
11283
+ .st-appHeader__brandCopy {
11284
+ display: grid;
11285
+ gap: 0.08rem;
11286
+ line-height: 1;
11287
+ min-width: 0;
11288
+ }
11289
+
11290
+ .st-appHeader__brandName {
11291
+ color: var(--st-semantic-text-primary);
11292
+ font-size: 1rem;
11293
+ font-weight: 760;
11294
+ }
11295
+
11296
+ .st-appHeader__brandProduct {
11297
+ color: var(--st-semantic-text-secondary);
11298
+ font-size: 0.75rem;
11299
+ font-weight: 650;
11300
+ }
11301
+
11302
+ .st-appHeader__navLink {
11303
+ align-items: center;
11304
+ border-bottom: 2px solid transparent;
11305
+ border-radius: 0;
11306
+ color: var(--st-semantic-text-secondary);
11307
+ display: inline-flex;
11308
+ font-size: 0.875rem;
11309
+ gap: 0.35rem;
11310
+ line-height: 1;
11311
+ padding: 0.38rem 0.75rem;
11312
+ text-decoration: none;
11313
+ white-space: nowrap;
11314
+ transition: color var(--st-motion-fast, 120ms) ease,
11315
+ border-color var(--st-motion-fast, 120ms) ease;
11316
+ }
11317
+
11318
+ .st-appHeader__navLink:hover,
11319
+ .st-appHeader__navLink:focus-visible {
11320
+ color: var(--st-semantic-text-primary);
11321
+ text-decoration: none;
11322
+ }
11323
+
11324
+ .st-appHeader__navLink[aria-current="page"] {
11325
+ border-bottom-color: var(--st-semantic-border-interactive);
11326
+ color: var(--st-semantic-text-primary);
11327
+ font-weight: 650;
11328
+ }
11329
+
11330
+ .st-appHeader__control {
11331
+ align-items: center;
11332
+ background: var(--st-semantic-surface-default);
11333
+ border: 1px solid var(--st-semantic-border-subtle);
11334
+ border-radius: var(--st-radius-sm, 0.375rem);
11335
+ color: var(--st-semantic-text-secondary);
11336
+ cursor: pointer;
11337
+ display: inline-flex;
11338
+ font: inherit;
11339
+ font-size: 0.75rem;
11340
+ font-weight: 650;
11341
+ gap: 0.35rem;
11342
+ height: 2.25rem;
11343
+ line-height: 1;
11344
+ padding: 0 0.65rem;
11345
+ text-decoration: none;
11346
+ white-space: nowrap;
11347
+ transition: background-color var(--st-motion-fast, 120ms) ease,
11348
+ border-color var(--st-motion-fast, 120ms) ease,
11349
+ color var(--st-motion-fast, 120ms) ease;
11350
+ }
11351
+
11352
+ .st-appHeader__control:hover,
11353
+ .st-appHeader__control:focus-visible,
11354
+ .st-appHeader__control[aria-expanded="true"] {
11355
+ background: var(--st-semantic-surface-subtle);
11356
+ border-color: var(--st-semantic-border-interactive);
11357
+ color: var(--st-semantic-text-primary);
11358
+ outline: none;
11359
+ }
11360
+
11253
11361
  .st-appHeader__actions {
11254
11362
  align-items: center;
11255
11363
  display: flex;
@@ -13647,3 +13755,338 @@
13647
13755
  transition: none;
13648
13756
  }
13649
13757
  }
13758
+
13759
+ .st-hlcChart {
13760
+ color: var(--st-semantic-text-secondary);
13761
+ display: block;
13762
+ font-family: inherit;
13763
+ position: relative;
13764
+ width: 100%;
13765
+ }
13766
+
13767
+ .st-hlcChart svg {
13768
+ display: block;
13769
+ overflow: visible;
13770
+ }
13771
+
13772
+ .st-hlcChart__visual {
13773
+ display: block;
13774
+ }
13775
+
13776
+ .st-hlcChart__axis {
13777
+ stroke: var(--st-semantic-border-subtle);
13778
+ stroke-width: 1;
13779
+ }
13780
+
13781
+ .st-hlcChart__grid {
13782
+ stroke: var(--st-semantic-border-subtle);
13783
+ stroke-dasharray: 2 3;
13784
+ stroke-width: 1;
13785
+ opacity: 0.7;
13786
+ }
13787
+
13788
+ .st-hlcChart__bar {
13789
+ cursor: pointer;
13790
+ transition: opacity 120ms ease;
13791
+ }
13792
+
13793
+ .st-hlcChart__bar--dim {
13794
+ opacity: 0.4;
13795
+ }
13796
+
13797
+ .st-hlcChart__range,
13798
+ .st-hlcChart__close {
13799
+ stroke-width: 1.75;
13800
+ stroke-linecap: round;
13801
+ }
13802
+
13803
+ .st-hlcChart__bar--up :is(.st-hlcChart__range, .st-hlcChart__close) {
13804
+ stroke: var(--st-semantic-feedback-success);
13805
+ }
13806
+
13807
+ .st-hlcChart__bar--down :is(.st-hlcChart__range, .st-hlcChart__close) {
13808
+ stroke: var(--st-semantic-feedback-error);
13809
+ }
13810
+
13811
+ @media (prefers-reduced-motion: reduce) {
13812
+ .st-hlcChart__bar {
13813
+ transition: none;
13814
+ }
13815
+ }
13816
+
13817
+ .st-hlcChart__tickLabel,
13818
+ .st-hlcChart__categoryLabel {
13819
+ fill: var(--st-semantic-text-secondary);
13820
+ font-size: 0.6875rem;
13821
+ }
13822
+
13823
+ .st-hlcChart__tooltip {
13824
+ background: var(--st-semantic-surface-inverse);
13825
+ border-radius: var(--st-radius-sm, 0.25rem);
13826
+ color: var(--st-semantic-text-inverse);
13827
+ display: inline-flex;
13828
+ flex-direction: column;
13829
+ font-size: 0.75rem;
13830
+ gap: 0.125rem;
13831
+ line-height: 1.2;
13832
+ padding: 0.375rem 0.5rem;
13833
+ pointer-events: none;
13834
+ position: absolute;
13835
+ transform: translate(-50%, calc(-100% - 8px));
13836
+ white-space: nowrap;
13837
+ z-index: 1;
13838
+ }
13839
+
13840
+ .st-hlcChart__tooltipLabel {
13841
+ font-weight: 600;
13842
+ }
13843
+
13844
+ .st-hlcChart__tooltipValue {
13845
+ opacity: 0.85;
13846
+ }
13847
+
13848
+ /* ── ItemChart (parliament / hemicycle) ── */
13849
+ .st-itemChart {
13850
+ color: var(--st-semantic-text-secondary);
13851
+ display: block;
13852
+ font-family: inherit;
13853
+ max-width: 100%;
13854
+ position: relative;
13855
+ width: 100%;
13856
+ }
13857
+
13858
+ .st-itemChart svg,
13859
+ .st-itemChart__visual {
13860
+ display: block;
13861
+ overflow: visible;
13862
+ }
13863
+
13864
+ .st-itemChart__seat {
13865
+ cursor: pointer;
13866
+ stroke: var(--st-semantic-surface-default);
13867
+ stroke-width: 1;
13868
+ transition: opacity 120ms ease;
13869
+ }
13870
+
13871
+ .st-itemChart__seat--dim {
13872
+ opacity: 0.32;
13873
+ }
13874
+
13875
+ .st-itemChart__seat--category1 { fill: var(--st-semantic-data-category1); }
13876
+ .st-itemChart__seat--category2 { fill: var(--st-semantic-data-category2); }
13877
+ .st-itemChart__seat--category3 { fill: var(--st-semantic-data-category3); }
13878
+ .st-itemChart__seat--category4 { fill: var(--st-semantic-data-category4); }
13879
+ .st-itemChart__seat--category5 { fill: var(--st-semantic-data-category5); }
13880
+ .st-itemChart__seat--category6 { fill: var(--st-semantic-data-category6); }
13881
+ .st-itemChart__seat--category7 { fill: var(--st-semantic-data-category7); }
13882
+ .st-itemChart__seat--category8 { fill: var(--st-semantic-data-category8); }
13883
+
13884
+ .st-itemChart__total {
13885
+ fill: var(--st-semantic-text-primary);
13886
+ font-size: 1.5rem;
13887
+ font-weight: 700;
13888
+ }
13889
+
13890
+ .st-itemChart__legend {
13891
+ display: flex;
13892
+ flex-wrap: wrap;
13893
+ gap: 0.25rem 0.875rem;
13894
+ list-style: none;
13895
+ margin: 0.5rem 0 0;
13896
+ padding: 0;
13897
+ }
13898
+
13899
+ .st-itemChart__legendItem {
13900
+ align-items: center;
13901
+ display: inline-flex;
13902
+ font-size: 0.8125rem;
13903
+ gap: 0.375rem;
13904
+ transition: opacity 120ms ease;
13905
+ }
13906
+
13907
+ .st-itemChart__legendItem--dim {
13908
+ opacity: 0.4;
13909
+ }
13910
+
13911
+ .st-itemChart__swatch {
13912
+ border-radius: 999px;
13913
+ display: inline-block;
13914
+ height: 0.625rem;
13915
+ width: 0.625rem;
13916
+ }
13917
+
13918
+ .st-itemChart__swatch--category1 { background: var(--st-semantic-data-category1); }
13919
+ .st-itemChart__swatch--category2 { background: var(--st-semantic-data-category2); }
13920
+ .st-itemChart__swatch--category3 { background: var(--st-semantic-data-category3); }
13921
+ .st-itemChart__swatch--category4 { background: var(--st-semantic-data-category4); }
13922
+ .st-itemChart__swatch--category5 { background: var(--st-semantic-data-category5); }
13923
+ .st-itemChart__swatch--category6 { background: var(--st-semantic-data-category6); }
13924
+ .st-itemChart__swatch--category7 { background: var(--st-semantic-data-category7); }
13925
+ .st-itemChart__swatch--category8 { background: var(--st-semantic-data-category8); }
13926
+
13927
+ .st-itemChart__legendLabel {
13928
+ color: var(--st-semantic-text-primary);
13929
+ font-weight: 500;
13930
+ }
13931
+
13932
+ .st-itemChart__legendValue {
13933
+ color: var(--st-semantic-text-secondary);
13934
+ font-variant-numeric: tabular-nums;
13935
+ }
13936
+
13937
+ .st-itemChart__tooltip {
13938
+ background: var(--st-semantic-surface-inverse);
13939
+ border-radius: var(--st-radius-sm);
13940
+ color: var(--st-semantic-text-inverse);
13941
+ display: inline-flex;
13942
+ flex-direction: column;
13943
+ font-size: 0.75rem;
13944
+ gap: 0.125rem;
13945
+ left: 50%;
13946
+ line-height: 1.2;
13947
+ padding: 0.375rem 0.5rem;
13948
+ pointer-events: none;
13949
+ position: absolute;
13950
+ top: 0.5rem;
13951
+ transform: translateX(-50%);
13952
+ white-space: nowrap;
13953
+ z-index: 1;
13954
+ }
13955
+
13956
+ .st-itemChart__tooltipLabel { font-weight: 600; }
13957
+ .st-itemChart__tooltipValue { opacity: 0.85; }
13958
+
13959
+ @media (prefers-reduced-motion: reduce) {
13960
+ .st-itemChart__seat {
13961
+ transition: none;
13962
+ }
13963
+ }
13964
+
13965
+ .st-wordCloudChart {
13966
+ color: var(--st-semantic-text-secondary);
13967
+ display: block;
13968
+ font-family: inherit;
13969
+ position: relative;
13970
+ width: 100%;
13971
+ }
13972
+
13973
+ .st-wordCloudChart svg,
13974
+ .st-wordCloudChart__visual {
13975
+ display: block;
13976
+ overflow: visible;
13977
+ }
13978
+
13979
+ .st-wordCloudChart__word {
13980
+ cursor: pointer;
13981
+ font-weight: 600;
13982
+ transition: opacity 120ms ease;
13983
+ }
13984
+
13985
+ .st-wordCloudChart__word--dim {
13986
+ opacity: 0.3;
13987
+ }
13988
+
13989
+ @media (prefers-reduced-motion: reduce) {
13990
+ .st-wordCloudChart__word {
13991
+ transition: none;
13992
+ }
13993
+ }
13994
+
13995
+ .st-wordCloudChart__word--category1 { fill: var(--st-semantic-data-category1); }
13996
+ .st-wordCloudChart__word--category2 { fill: var(--st-semantic-data-category2); }
13997
+ .st-wordCloudChart__word--category3 { fill: var(--st-semantic-data-category3); }
13998
+ .st-wordCloudChart__word--category4 { fill: var(--st-semantic-data-category4); }
13999
+ .st-wordCloudChart__word--category5 { fill: var(--st-semantic-data-category5); }
14000
+ .st-wordCloudChart__word--category6 { fill: var(--st-semantic-data-category6); }
14001
+ .st-wordCloudChart__word--category7 { fill: var(--st-semantic-data-category7); }
14002
+ .st-wordCloudChart__word--category8 { fill: var(--st-semantic-data-category8); }
14003
+
14004
+ .st-wordCloudChart__tooltip {
14005
+ background: var(--st-semantic-surface-inverse);
14006
+ border-radius: var(--st-radius-sm, 0.25rem);
14007
+ color: var(--st-semantic-text-inverse);
14008
+ display: inline-flex;
14009
+ flex-direction: column;
14010
+ font-size: 0.75rem;
14011
+ gap: 0.125rem;
14012
+ line-height: 1.2;
14013
+ padding: 0.375rem 0.5rem;
14014
+ pointer-events: none;
14015
+ position: absolute;
14016
+ transform: translate(-50%, calc(-100% - 8px));
14017
+ white-space: nowrap;
14018
+ z-index: 1;
14019
+ }
14020
+
14021
+ .st-wordCloudChart__tooltipLabel { font-weight: 600; }
14022
+ .st-wordCloudChart__tooltipValue { opacity: 0.85; }
14023
+
14024
+ .st-vennChart {
14025
+ color: var(--st-semantic-text-secondary);
14026
+ display: block;
14027
+ font-family: inherit;
14028
+ max-width: 100%;
14029
+ position: relative;
14030
+ width: 100%;
14031
+ }
14032
+
14033
+ .st-vennChart svg,
14034
+ .st-vennChart__visual {
14035
+ display: block;
14036
+ overflow: visible;
14037
+ }
14038
+
14039
+ .st-vennChart__circle {
14040
+ cursor: pointer;
14041
+ fill-opacity: 0.42;
14042
+ stroke: var(--st-semantic-surface-default, Canvas);
14043
+ stroke-width: 1.5;
14044
+ transition: opacity 120ms ease;
14045
+ }
14046
+
14047
+ .st-vennChart__circle--dim {
14048
+ opacity: 0.45;
14049
+ }
14050
+
14051
+ .st-vennChart__circle--category1 { fill: var(--st-semantic-data-category1); }
14052
+ .st-vennChart__circle--category2 { fill: var(--st-semantic-data-category2); }
14053
+ .st-vennChart__circle--category3 { fill: var(--st-semantic-data-category3); }
14054
+ .st-vennChart__circle--category4 { fill: var(--st-semantic-data-category4); }
14055
+ .st-vennChart__circle--category5 { fill: var(--st-semantic-data-category5); }
14056
+ .st-vennChart__circle--category6 { fill: var(--st-semantic-data-category6); }
14057
+ .st-vennChart__circle--category7 { fill: var(--st-semantic-data-category7); }
14058
+ .st-vennChart__circle--category8 { fill: var(--st-semantic-data-category8); }
14059
+
14060
+ .st-vennChart__label {
14061
+ fill: var(--st-semantic-text-primary);
14062
+ font-size: 0.78rem;
14063
+ font-weight: 650;
14064
+ pointer-events: none;
14065
+ }
14066
+
14067
+ .st-vennChart__value {
14068
+ fill: var(--st-semantic-text-primary);
14069
+ font-size: 0.72rem;
14070
+ font-weight: 600;
14071
+ pointer-events: none;
14072
+ }
14073
+
14074
+ .st-vennChart__tooltip {
14075
+ background: var(--st-semantic-surface-inverse);
14076
+ border-radius: var(--st-radius-sm, 0.25rem);
14077
+ color: var(--st-semantic-text-inverse);
14078
+ display: inline-flex;
14079
+ flex-direction: column;
14080
+ font-size: 0.75rem;
14081
+ gap: 0.125rem;
14082
+ line-height: 1.2;
14083
+ padding: 0.375rem 0.5rem;
14084
+ pointer-events: none;
14085
+ position: absolute;
14086
+ transform: translate(-50%, -115%);
14087
+ white-space: nowrap;
14088
+ z-index: 1;
14089
+ }
14090
+
14091
+ .st-vennChart__tooltipLabel { font-weight: 600; }
14092
+ .st-vennChart__tooltipValue { opacity: 0.85; }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentropic/design-system-vue",
3
- "version": "0.36.18",
3
+ "version": "0.36.20",
4
4
  "description": "Vue 3 components for the Sentropic design system.",
5
5
  "type": "module",
6
6
  "publishConfig": {