@phcdevworks/spectre-tokens 3.3.0 → 3.4.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.
@@ -232,8 +232,14 @@
232
232
  "$type": "color"
233
233
  },
234
234
  "shadow": {
235
- "$value": "0 20px 48px -12px {colors.black} / 0.20",
236
- "$type": "string"
235
+ "$value": {
236
+ "color": "{colors.black} / 0.20",
237
+ "offsetX": "0",
238
+ "offsetY": "20px",
239
+ "blur": "48px",
240
+ "spread": "-12px"
241
+ },
242
+ "$type": "shadow"
237
243
  },
238
244
  "border": {
239
245
  "$value": "{colors.neutral.200}",
@@ -742,8 +748,14 @@
742
748
  "$type": "color"
743
749
  },
744
750
  "shadow": {
745
- "$value": "0 4px 14px 0 {colors.brand.500} / 0.39",
746
- "$type": "string"
751
+ "$value": {
752
+ "color": "{colors.brand.500} / 0.39",
753
+ "offsetX": "0",
754
+ "offsetY": "4px",
755
+ "blur": "14px",
756
+ "spread": "0"
757
+ },
758
+ "$type": "shadow"
747
759
  },
748
760
  "focusRing": {
749
761
  "$value": "{colors.brand.500} / 0.4",
@@ -898,8 +910,17 @@
898
910
  "$description": "slightly recessed background for zebra rows, section bands, and inset panels — one step below surface.page"
899
911
  },
900
912
  "hero": {
901
- "$value": "linear-gradient(135deg, {colors.indigo.500} 0%, {colors.violet.600} 100%)",
902
- "$type": "string",
913
+ "$value": [
914
+ {
915
+ "color": "{colors.indigo.500}",
916
+ "position": 0
917
+ },
918
+ {
919
+ "color": "{colors.violet.600}",
920
+ "position": 1
921
+ }
922
+ ],
923
+ "$type": "gradient",
903
924
  "$description": "full-bleed gradient background for hero and marketing sections only — not a general surface; pair with light text tokens explicitly"
904
925
  },
905
926
  "hover": {
@@ -1186,8 +1207,14 @@
1186
1207
  "$type": "color"
1187
1208
  },
1188
1209
  "shadow": {
1189
- "$value": "0 20px 48px -12px {colors.black} / 0.20",
1190
- "$type": "string"
1210
+ "$value": {
1211
+ "color": "{colors.black} / 0.20",
1212
+ "offsetX": "0",
1213
+ "offsetY": "20px",
1214
+ "blur": "48px",
1215
+ "spread": "-12px"
1216
+ },
1217
+ "$type": "shadow"
1191
1218
  },
1192
1219
  "border": {
1193
1220
  "$value": "{colors.neutral.200}",
@@ -1484,8 +1511,17 @@
1484
1511
  "$description": "slightly recessed background for zebra rows, section bands, and inset panels — one step below surface.page"
1485
1512
  },
1486
1513
  "hero": {
1487
- "$value": "linear-gradient(135deg, {colors.accent.700} 0%, {colors.accent.900} 100%)",
1488
- "$type": "string",
1514
+ "$value": [
1515
+ {
1516
+ "color": "{colors.accent.700}",
1517
+ "position": 0
1518
+ },
1519
+ {
1520
+ "color": "{colors.accent.900}",
1521
+ "position": 1
1522
+ }
1523
+ ],
1524
+ "$type": "gradient",
1489
1525
  "$description": "full-bleed gradient background for hero and marketing sections only — not a general surface; pair with light text tokens explicitly"
1490
1526
  },
1491
1527
  "hover": {
@@ -1784,8 +1820,14 @@
1784
1820
  "$type": "color"
1785
1821
  },
1786
1822
  "shadow": {
1787
- "$value": "0 20px 48px -12px {colors.black} / 0.20",
1788
- "$type": "string"
1823
+ "$value": {
1824
+ "color": "{colors.black} / 0.20",
1825
+ "offsetX": "0",
1826
+ "offsetY": "20px",
1827
+ "blur": "48px",
1828
+ "spread": "-12px"
1829
+ },
1830
+ "$type": "shadow"
1789
1831
  },
1790
1832
  "border": {
1791
1833
  "$value": "{colors.neutral.700}",
@@ -2523,24 +2565,54 @@
2523
2565
  "$type": "string"
2524
2566
  },
2525
2567
  "sm": {
2526
- "$value": "0 1px 2px 0 {colors.black} / 0.06",
2527
- "$type": "string"
2568
+ "$value": {
2569
+ "color": "{colors.black} / 0.06",
2570
+ "offsetX": "0",
2571
+ "offsetY": "1px",
2572
+ "blur": "2px",
2573
+ "spread": "0"
2574
+ },
2575
+ "$type": "shadow"
2528
2576
  },
2529
2577
  "md": {
2530
- "$value": "0 2px 6px -1px {colors.black} / 0.08",
2531
- "$type": "string"
2578
+ "$value": {
2579
+ "color": "{colors.black} / 0.08",
2580
+ "offsetX": "0",
2581
+ "offsetY": "2px",
2582
+ "blur": "6px",
2583
+ "spread": "-1px"
2584
+ },
2585
+ "$type": "shadow"
2532
2586
  },
2533
2587
  "lg": {
2534
- "$value": "0 6px 16px -4px {colors.black} / 0.12",
2535
- "$type": "string"
2588
+ "$value": {
2589
+ "color": "{colors.black} / 0.12",
2590
+ "offsetX": "0",
2591
+ "offsetY": "6px",
2592
+ "blur": "16px",
2593
+ "spread": "-4px"
2594
+ },
2595
+ "$type": "shadow"
2536
2596
  },
2537
2597
  "xl": {
2538
- "$value": "0 12px 24px -6px {colors.black} / 0.15",
2539
- "$type": "string"
2598
+ "$value": {
2599
+ "color": "{colors.black} / 0.15",
2600
+ "offsetX": "0",
2601
+ "offsetY": "12px",
2602
+ "blur": "24px",
2603
+ "spread": "-6px"
2604
+ },
2605
+ "$type": "shadow"
2540
2606
  },
2541
2607
  "2xl": {
2542
- "$value": "0 20px 48px -12px {colors.black} / 0.20",
2543
- "$type": "string"
2608
+ "$value": {
2609
+ "color": "{colors.black} / 0.20",
2610
+ "offsetX": "0",
2611
+ "offsetY": "20px",
2612
+ "blur": "48px",
2613
+ "spread": "-12px"
2614
+ },
2615
+ "$type": "shadow"
2544
2616
  }
2545
2617
  },
2546
2618
  "breakpoints": {
@@ -2567,39 +2639,39 @@
2567
2639
  },
2568
2640
  "zIndex": {
2569
2641
  "base": {
2570
- "$value": "0",
2642
+ "$value": 0,
2571
2643
  "$type": "number"
2572
2644
  },
2573
2645
  "dropdown": {
2574
- "$value": "1000",
2646
+ "$value": 1000,
2575
2647
  "$type": "number"
2576
2648
  },
2577
2649
  "sticky": {
2578
- "$value": "1100",
2650
+ "$value": 1100,
2579
2651
  "$type": "number"
2580
2652
  },
2581
2653
  "fixed": {
2582
- "$value": "1200",
2654
+ "$value": 1200,
2583
2655
  "$type": "number"
2584
2656
  },
2585
2657
  "overlay": {
2586
- "$value": "1300",
2658
+ "$value": 1300,
2587
2659
  "$type": "number"
2588
2660
  },
2589
2661
  "modal": {
2590
- "$value": "1400",
2662
+ "$value": 1400,
2591
2663
  "$type": "number"
2592
2664
  },
2593
2665
  "popover": {
2594
- "$value": "1500",
2666
+ "$value": 1500,
2595
2667
  "$type": "number"
2596
2668
  },
2597
2669
  "tooltip": {
2598
- "$value": "1600",
2670
+ "$value": 1600,
2599
2671
  "$type": "number"
2600
2672
  },
2601
2673
  "toast": {
2602
- "$value": "1700",
2674
+ "$value": 1700,
2603
2675
  "$type": "number"
2604
2676
  }
2605
2677
  },
@@ -2648,27 +2720,57 @@
2648
2720
  },
2649
2721
  "easing": {
2650
2722
  "linear": {
2651
- "$value": "linear",
2723
+ "$value": [
2724
+ 0,
2725
+ 0,
2726
+ 1,
2727
+ 1
2728
+ ],
2652
2729
  "$type": "cubicBezier"
2653
2730
  },
2654
2731
  "in": {
2655
- "$value": "cubic-bezier(0.4, 0, 1, 1)",
2732
+ "$value": [
2733
+ 0.4,
2734
+ 0,
2735
+ 1,
2736
+ 1
2737
+ ],
2656
2738
  "$type": "cubicBezier"
2657
2739
  },
2658
2740
  "out": {
2659
- "$value": "cubic-bezier(0, 0, 0.2, 1)",
2741
+ "$value": [
2742
+ 0,
2743
+ 0,
2744
+ 0.2,
2745
+ 1
2746
+ ],
2660
2747
  "$type": "cubicBezier"
2661
2748
  },
2662
2749
  "inOut": {
2663
- "$value": "cubic-bezier(0.4, 0, 0.2, 1)",
2750
+ "$value": [
2751
+ 0.4,
2752
+ 0,
2753
+ 0.2,
2754
+ 1
2755
+ ],
2664
2756
  "$type": "cubicBezier"
2665
2757
  },
2666
2758
  "spring": {
2667
- "$value": "cubic-bezier(0.4, 0, 0.2, 1)",
2759
+ "$value": [
2760
+ 0.4,
2761
+ 0,
2762
+ 0.2,
2763
+ 1
2764
+ ],
2668
2765
  "$type": "cubicBezier"
2669
2766
  },
2670
2767
  "overshoot": {
2671
- "$value": "cubic-bezier(0.34, 1.56, 0.64, 1)",
2768
+ "$value": [
2769
+ 0.34,
2770
+ 1.56,
2771
+ 0.64,
2772
+ 1
2773
+ ],
2672
2774
  "$type": "cubicBezier"
2673
2775
  }
2674
2776
  }
@@ -2677,11 +2779,11 @@
2677
2779
  "fadeIn": {
2678
2780
  "duration": {
2679
2781
  "$value": "{transitions.duration.base}",
2680
- "$type": "string"
2782
+ "$type": "duration"
2681
2783
  },
2682
2784
  "easing": {
2683
2785
  "$value": "{transitions.easing.out}",
2684
- "$type": "string"
2786
+ "$type": "cubicBezier"
2685
2787
  },
2686
2788
  "keyframes": {
2687
2789
  "$value": "fade-in",
@@ -2691,11 +2793,11 @@
2691
2793
  "fadeOut": {
2692
2794
  "duration": {
2693
2795
  "$value": "{transitions.duration.fast}",
2694
- "$type": "string"
2796
+ "$type": "duration"
2695
2797
  },
2696
2798
  "easing": {
2697
2799
  "$value": "{transitions.easing.in}",
2698
- "$type": "string"
2800
+ "$type": "cubicBezier"
2699
2801
  },
2700
2802
  "keyframes": {
2701
2803
  "$value": "fade-out",
@@ -2705,11 +2807,11 @@
2705
2807
  "slideUp": {
2706
2808
  "duration": {
2707
2809
  "$value": "{transitions.duration.moderate}",
2708
- "$type": "string"
2810
+ "$type": "duration"
2709
2811
  },
2710
2812
  "easing": {
2711
2813
  "$value": "{transitions.easing.out}",
2712
- "$type": "string"
2814
+ "$type": "cubicBezier"
2713
2815
  },
2714
2816
  "keyframes": {
2715
2817
  "$value": "slide-up",
@@ -2719,11 +2821,11 @@
2719
2821
  "slideDown": {
2720
2822
  "duration": {
2721
2823
  "$value": "{transitions.duration.moderate}",
2722
- "$type": "string"
2824
+ "$type": "duration"
2723
2825
  },
2724
2826
  "easing": {
2725
2827
  "$value": "{transitions.easing.out}",
2726
- "$type": "string"
2828
+ "$type": "cubicBezier"
2727
2829
  },
2728
2830
  "keyframes": {
2729
2831
  "$value": "slide-down",
@@ -2733,11 +2835,11 @@
2733
2835
  "scaleIn": {
2734
2836
  "duration": {
2735
2837
  "$value": "{transitions.duration.base}",
2736
- "$type": "string"
2838
+ "$type": "duration"
2737
2839
  },
2738
2840
  "easing": {
2739
2841
  "$value": "{transitions.easing.overshoot}",
2740
- "$type": "string"
2842
+ "$type": "cubicBezier"
2741
2843
  },
2742
2844
  "keyframes": {
2743
2845
  "$value": "scale-in",
@@ -2747,11 +2849,11 @@
2747
2849
  "bounce": {
2748
2850
  "duration": {
2749
2851
  "$value": "{transitions.duration.moderate}",
2750
- "$type": "string"
2852
+ "$type": "duration"
2751
2853
  },
2752
2854
  "easing": {
2753
2855
  "$value": "{transitions.easing.spring}",
2754
- "$type": "string"
2856
+ "$type": "cubicBezier"
2755
2857
  },
2756
2858
  "keyframes": {
2757
2859
  "$value": "bounce",
@@ -2761,11 +2863,11 @@
2761
2863
  "shake": {
2762
2864
  "duration": {
2763
2865
  "$value": "{transitions.duration.relaxed}",
2764
- "$type": "string"
2866
+ "$type": "duration"
2765
2867
  },
2766
2868
  "easing": {
2767
2869
  "$value": "{transitions.easing.spring}",
2768
- "$type": "string"
2870
+ "$type": "cubicBezier"
2769
2871
  },
2770
2872
  "keyframes": {
2771
2873
  "$value": "shake",
@@ -2775,11 +2877,11 @@
2775
2877
  "pulse": {
2776
2878
  "duration": {
2777
2879
  "$value": "{transitions.duration.slowest}",
2778
- "$type": "string"
2880
+ "$type": "duration"
2779
2881
  },
2780
2882
  "easing": {
2781
2883
  "$value": "{transitions.easing.spring}",
2782
- "$type": "string"
2884
+ "$type": "cubicBezier"
2783
2885
  },
2784
2886
  "keyframes": {
2785
2887
  "$value": "pulse",
@@ -2790,11 +2892,11 @@
2790
2892
  "fadeIn": {
2791
2893
  "duration": {
2792
2894
  "$value": "{transitions.duration.reduced}",
2793
- "$type": "string"
2895
+ "$type": "duration"
2794
2896
  },
2795
2897
  "easing": {
2796
2898
  "$value": "{transitions.easing.linear}",
2797
- "$type": "string"
2899
+ "$type": "cubicBezier"
2798
2900
  },
2799
2901
  "keyframes": {
2800
2902
  "$value": "fade-in",
@@ -2804,11 +2906,11 @@
2804
2906
  "fadeOut": {
2805
2907
  "duration": {
2806
2908
  "$value": "{transitions.duration.reduced}",
2807
- "$type": "string"
2909
+ "$type": "duration"
2808
2910
  },
2809
2911
  "easing": {
2810
2912
  "$value": "{transitions.easing.linear}",
2811
- "$type": "string"
2913
+ "$type": "cubicBezier"
2812
2914
  },
2813
2915
  "keyframes": {
2814
2916
  "$value": "fade-out",
@@ -2818,11 +2920,11 @@
2818
2920
  "slideUp": {
2819
2921
  "duration": {
2820
2922
  "$value": "{transitions.duration.reduced}",
2821
- "$type": "string"
2923
+ "$type": "duration"
2822
2924
  },
2823
2925
  "easing": {
2824
2926
  "$value": "{transitions.easing.linear}",
2825
- "$type": "string"
2927
+ "$type": "cubicBezier"
2826
2928
  },
2827
2929
  "keyframes": {
2828
2930
  "$value": "slide-up",
@@ -2832,11 +2934,11 @@
2832
2934
  "slideDown": {
2833
2935
  "duration": {
2834
2936
  "$value": "{transitions.duration.reduced}",
2835
- "$type": "string"
2937
+ "$type": "duration"
2836
2938
  },
2837
2939
  "easing": {
2838
2940
  "$value": "{transitions.easing.linear}",
2839
- "$type": "string"
2941
+ "$type": "cubicBezier"
2840
2942
  },
2841
2943
  "keyframes": {
2842
2944
  "$value": "slide-down",
@@ -2846,11 +2948,11 @@
2846
2948
  "scaleIn": {
2847
2949
  "duration": {
2848
2950
  "$value": "{transitions.duration.reduced}",
2849
- "$type": "string"
2951
+ "$type": "duration"
2850
2952
  },
2851
2953
  "easing": {
2852
2954
  "$value": "{transitions.easing.linear}",
2853
- "$type": "string"
2955
+ "$type": "cubicBezier"
2854
2956
  },
2855
2957
  "keyframes": {
2856
2958
  "$value": "scale-in",
@@ -2860,11 +2962,11 @@
2860
2962
  "bounce": {
2861
2963
  "duration": {
2862
2964
  "$value": "{transitions.duration.reduced}",
2863
- "$type": "string"
2965
+ "$type": "duration"
2864
2966
  },
2865
2967
  "easing": {
2866
2968
  "$value": "{transitions.easing.linear}",
2867
- "$type": "string"
2969
+ "$type": "cubicBezier"
2868
2970
  },
2869
2971
  "keyframes": {
2870
2972
  "$value": "bounce",
@@ -2874,11 +2976,11 @@
2874
2976
  "shake": {
2875
2977
  "duration": {
2876
2978
  "$value": "{transitions.duration.reduced}",
2877
- "$type": "string"
2979
+ "$type": "duration"
2878
2980
  },
2879
2981
  "easing": {
2880
2982
  "$value": "{transitions.easing.linear}",
2881
- "$type": "string"
2983
+ "$type": "cubicBezier"
2882
2984
  },
2883
2985
  "keyframes": {
2884
2986
  "$value": "shake",
@@ -2888,11 +2990,11 @@
2888
2990
  "pulse": {
2889
2991
  "duration": {
2890
2992
  "$value": "{transitions.duration.reduced}",
2891
- "$type": "string"
2993
+ "$type": "duration"
2892
2994
  },
2893
2995
  "easing": {
2894
2996
  "$value": "{transitions.easing.linear}",
2895
- "$type": "string"
2997
+ "$type": "cubicBezier"
2896
2998
  },
2897
2999
  "keyframes": {
2898
3000
  "$value": "pulse",
@@ -2903,31 +3005,31 @@
2903
3005
  },
2904
3006
  "opacity": {
2905
3007
  "disabled": {
2906
- "$value": "0.38",
3008
+ "$value": 0.38,
2907
3009
  "$type": "number"
2908
3010
  },
2909
3011
  "hover": {
2910
- "$value": "0.92",
3012
+ "$value": 0.92,
2911
3013
  "$type": "number"
2912
3014
  },
2913
3015
  "active": {
2914
- "$value": "0.84",
3016
+ "$value": 0.84,
2915
3017
  "$type": "number"
2916
3018
  },
2917
3019
  "loading": {
2918
- "$value": "0.6",
3020
+ "$value": 0.6,
2919
3021
  "$type": "number"
2920
3022
  },
2921
3023
  "focus": {
2922
- "$value": "1",
3024
+ "$value": 1,
2923
3025
  "$type": "number"
2924
3026
  },
2925
3027
  "overlay": {
2926
- "$value": "0.5",
3028
+ "$value": 0.5,
2927
3029
  "$type": "number"
2928
3030
  },
2929
3031
  "tooltip": {
2930
- "$value": "0.95",
3032
+ "$value": 0.95,
2931
3033
  "$type": "number"
2932
3034
  }
2933
3035
  },
@@ -3008,7 +3110,7 @@
3008
3110
  },
3009
3111
  "reducedMotion": {
3010
3112
  "$value": "{transitions.duration.reduced}",
3011
- "$type": "string"
3113
+ "$type": "duration"
3012
3114
  },
3013
3115
  "forcedColors": {
3014
3116
  "$value": "auto",
@@ -3438,15 +3540,33 @@
3438
3540
  "typography": {
3439
3541
  "families": {
3440
3542
  "sans": {
3441
- "$value": "system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif",
3543
+ "$value": [
3544
+ "system-ui",
3545
+ "-apple-system",
3546
+ "Segoe UI",
3547
+ "Roboto",
3548
+ "Helvetica",
3549
+ "Arial",
3550
+ "sans-serif"
3551
+ ],
3442
3552
  "$type": "fontFamily"
3443
3553
  },
3444
3554
  "serif": {
3445
- "$value": "'Times New Roman', Times, serif",
3555
+ "$value": [
3556
+ "Times New Roman",
3557
+ "Times",
3558
+ "serif"
3559
+ ],
3446
3560
  "$type": "fontFamily"
3447
3561
  },
3448
3562
  "mono": {
3449
- "$value": "'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, monospace",
3563
+ "$value": [
3564
+ "SFMono-Regular",
3565
+ "Consolas",
3566
+ "Liberation Mono",
3567
+ "Menlo",
3568
+ "monospace"
3569
+ ],
3450
3570
  "$type": "fontFamily"
3451
3571
  }
3452
3572
  },
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@phcdevworks/spectre-tokens",
3
- "version": "3.3.0",
4
- "description": "@phcdevworks/spectre-tokens is the design-token package of the Spectre system for downstream Spectre packages and compatible applications.",
3
+ "version": "3.4.0",
4
+ "description": "@phcdevworks/spectre-tokens is the design-token package of the Spectre system. It provides a complete, UI-ready token surface for downstream Spectre packages and compatible applications.",
5
5
  "keywords": [
6
6
  "phcdevworks",
7
7
  "spectre",
@@ -37,7 +37,7 @@
37
37
  "node": "^22.12.0 || >=24.0.0"
38
38
  },
39
39
  "type": "module",
40
- "packageManager": "npm@11.18.0",
40
+ "packageManager": "npm@12.0.1",
41
41
  "main": "./dist/index.cjs",
42
42
  "module": "./dist/index.js",
43
43
  "types": "./dist/index.d.ts",
@@ -74,15 +74,19 @@
74
74
  "check:exports": "tsx scripts/check-public-exports.ts",
75
75
  "check:css": "tsx scripts/check-css-contract.ts",
76
76
  "check:tailwind": "tsx scripts/check-tailwind-contract.ts",
77
+ "check:parity": "tsx scripts/check-output-parity.ts",
78
+ "check:dtcg": "tsx scripts/check-dtcg-conformance.ts",
79
+ "check:dtcg-roundtrip": "tsx scripts/check-dtcg-style-dictionary.ts",
77
80
  "check:consumer": "tsx scripts/check-consumer-smoke.ts",
78
81
  "check:integration": "tsx scripts/check-integration.ts",
79
82
  "check:ecosystem": "spectre-manifest-validate spectre.manifest.json && spectre-manifest-check spectre.manifest.json .",
80
83
  "check:classification": "tsx scripts/check-change-classification.ts",
81
84
  "check:deprecation": "tsx scripts/check-deprecation.ts",
85
+ "check:downstream": "tsx scripts/check-downstream-compat.ts",
82
86
  "release:propose": "tsx scripts/propose-version.ts",
83
87
  "lint": "eslint .",
84
88
  "format": "prettier --write .",
85
- "check": "npm run build && npm run check:manifest && npm run check:structure && npm run check:locked && npm run check:contrast && npm run check:regression && npm run check:docs && npm run check:exports && npm run check:css && npm run check:tailwind && npm run check:consumer && npm run check:integration && npm run check:ecosystem && npm run check:classification && npm run check:deprecation && npm run check:dist && npm run lint",
89
+ "check": "npm run build && npm run check:manifest && npm run check:structure && npm run check:locked && npm run check:contrast && npm run check:regression && npm run check:docs && npm run check:exports && npm run check:css && npm run check:tailwind && npm run check:parity && npm run check:dtcg && npm run check:dtcg-roundtrip && npm run check:consumer && npm run check:integration && npm run check:ecosystem && npm run check:classification && npm run check:deprecation && npm run check:dist && npm run lint",
86
90
  "check:all": "npm run check",
87
91
  "test:unit": "vitest run",
88
92
  "test": "npm run test:unit && npm run check",
@@ -95,20 +99,21 @@
95
99
  "typescript": "^5.9 || ^6.0"
96
100
  },
97
101
  "devDependencies": {
98
- "@phcdevworks/spectre-manifest": "^1.0.0",
99
- "@types/node": "^26.0.1",
100
- "@typescript-eslint/eslint-plugin": "^8.62.1",
101
- "@typescript-eslint/parser": "^8.62.1",
102
+ "@phcdevworks/spectre-manifest": "^1.1.0",
103
+ "@types/node": "^26.1.1",
104
+ "@typescript-eslint/eslint-plugin": "^8.64.0",
105
+ "@typescript-eslint/parser": "^8.64.0",
102
106
  "colord": "^2.9.3",
103
- "eslint": "^10.6.0",
107
+ "eslint": "^10.7.0",
104
108
  "jiti": "^2.7.0",
105
- "prettier": "^3.9.4",
109
+ "prettier": "^3.9.5",
110
+ "style-dictionary": "^5.5.0",
106
111
  "ts-node": "^10.9.2",
107
112
  "tsup": "^8.5.1",
108
- "tsx": "^4.22.4",
113
+ "tsx": "^4.23.1",
109
114
  "typescript": "^6.0.3",
110
- "typescript-eslint": "^8.62.1",
111
- "vitest": "^4.1.9"
115
+ "typescript-eslint": "^8.64.0",
116
+ "vitest": "^4.1.10"
112
117
  },
113
118
  "overrides": {
114
119
  "esbuild": "0.28.1"