@helixui/library 3.2.0-next.85 → 3.2.0-next.91

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 (34) hide show
  1. package/custom-elements.json +105 -299
  2. package/dist/components/hx-button/hx-button.d.ts +44 -49
  3. package/dist/components/hx-button/hx-button.d.ts.map +1 -1
  4. package/dist/components/hx-button/hx-button.styles.d.ts.map +1 -1
  5. package/dist/components/hx-button/index.js +1 -1
  6. package/dist/components/hx-side-nav/hx-side-nav.d.ts +4 -19
  7. package/dist/components/hx-side-nav/hx-side-nav.d.ts.map +1 -1
  8. package/dist/components/hx-side-nav/index.js +1 -1
  9. package/dist/components/hx-text-input/hx-text-input.d.ts +13 -30
  10. package/dist/components/hx-text-input/hx-text-input.d.ts.map +1 -1
  11. package/dist/components/hx-toast/hx-toast.d.ts.map +1 -1
  12. package/dist/components/hx-toast/hx-toast.styles.d.ts.map +1 -1
  13. package/dist/components/hx-toast/index.js +1 -1
  14. package/dist/css/helix-all.css +75 -9
  15. package/dist/css/helix-core.css +68 -8
  16. package/dist/css/helix-feedback.css +7 -1
  17. package/dist/css/helix-tokens.css +1 -0
  18. package/dist/css/hx-button.css +68 -8
  19. package/dist/css/hx-toast.css +7 -1
  20. package/dist/css/index.css +1 -1
  21. package/dist/css/manifest.json +5 -1
  22. package/dist/index.js +3 -3
  23. package/dist/shared/{hx-button-kWxjKqo-.js → hx-button-ebUV8KhT.js} +90 -30
  24. package/dist/shared/hx-button-ebUV8KhT.js.map +1 -0
  25. package/dist/shared/{hx-nav-item-C9zXD1zK.js → hx-nav-item-CvTxO3Sa.js} +2 -2
  26. package/dist/shared/hx-nav-item-CvTxO3Sa.js.map +1 -0
  27. package/dist/shared/hx-text-input-ClrrmoE1.js.map +1 -1
  28. package/dist/shared/{toast-factory-Mz1GaaFF.js → toast-factory-YSznocIV.js} +38 -33
  29. package/dist/shared/toast-factory-YSznocIV.js.map +1 -0
  30. package/figma-inventory.json +157 -365
  31. package/package.json +2 -2
  32. package/dist/shared/hx-button-kWxjKqo-.js.map +0 -1
  33. package/dist/shared/hx-nav-item-C9zXD1zK.js.map +0 -1
  34. package/dist/shared/toast-factory-Mz1GaaFF.js.map +0 -1
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "schemaVersion": "1.0.0",
3
- "generatedAt": "2026-04-25T21:18:39.950Z",
3
+ "generatedAt": "2026-04-26T01:48:15.557Z",
4
4
  "sourceCem": "custom-elements.json",
5
5
  "helixVersion": "3.2.0",
6
6
  "tokensVersion": "3.2.0",
@@ -2690,36 +2690,41 @@
2690
2690
  ],
2691
2691
  "cssProperties": [
2692
2692
  {
2693
- "description": "Button background color.",
2693
+ "description": "Button background color (3.2.1 cascade — variant rules route through action.{primary,secondary,ghost,danger}.bg).",
2694
2694
  "name": "--hx-button-bg",
2695
- "default": "var(--hx-color-primary-500)",
2695
+ "default": "var(--hx-color-action-primary-bg)",
2696
2696
  "figmaBinding": {
2697
2697
  "target": "Fill",
2698
2698
  "layerSelector": "root",
2699
- "semanticToken": "color/primary",
2700
- "fallbackPrimitive": "color/primary/500",
2699
+ "semanticToken": "color/action/primary/bg",
2700
+ "fallbackPrimitive": null,
2701
2701
  "literalFallback": null
2702
2702
  }
2703
2703
  },
2704
2704
  {
2705
- "description": "Hover background color override. When set, overrides the variant default hover background from outside the shadow DOM.",
2705
+ "description": "Hover background override (primary and danger variants only). Other variants (secondary/outline, ghost) keep their hover fills routed through their semantic action.* tokens and do not consume this hook. Under [inverted] for primary/danger, hover and active share a paint (combined :hover, :active rule), so this override applies to both states unless --hx-button-active-bg also takes precedence.",
2706
2706
  "name": "--hx-button-hover-bg",
2707
2707
  "figmaBinding": null
2708
2708
  },
2709
2709
  {
2710
- "description": "Button text color.",
2710
+ "description": "Pressed/active background override (primary and danger variants only, including their inverted modes). Takes precedence over --hx-button-hover-bg in the fallback chain. Standard-mode primary/danger default to action.{primary,danger}.bg-active (with filter:none) for AA-pinned pressed contrast. Inverted-mode primary/danger reuse action.{primary,danger}.bg-inverted-hover (combined :hover, :active rule); setting --hx-button-active-bg under [inverted] therefore overrides the lifted hover fill as well as the pressed fill — the two share a paint in inverted mode. Other variants do not consume this hook.",
2711
+ "name": "--hx-button-active-bg",
2712
+ "figmaBinding": null
2713
+ },
2714
+ {
2715
+ "description": "Button text color (variants route through text.on-{role} / text.on-{role}-strong).",
2711
2716
  "name": "--hx-button-color",
2712
- "default": "var(--hx-color-neutral-0)",
2717
+ "default": "var(--hx-color-text-on-primary)",
2713
2718
  "figmaBinding": {
2714
2719
  "target": "Fill",
2715
2720
  "layerSelector": "root",
2716
- "semanticToken": "color/neutral",
2717
- "fallbackPrimitive": "color/neutral/0",
2721
+ "semanticToken": "color/text/on/primary",
2722
+ "fallbackPrimitive": null,
2718
2723
  "literalFallback": null
2719
2724
  }
2720
2725
  },
2721
2726
  {
2722
- "description": "Button border color.",
2727
+ "description": "Button border color (secondary/outline variants route through action.secondary.border).",
2723
2728
  "name": "--hx-button-border-color",
2724
2729
  "default": "transparent",
2725
2730
  "figmaBinding": {
@@ -2779,249 +2784,178 @@
2779
2784
  }
2780
2785
  },
2781
2786
  {
2782
- "description": "Text color when inverted.",
2787
+ "description": "Text color when inverted (resolves to neutral-0).",
2783
2788
  "name": "--hx-button-inverted-color",
2784
- "default": "#ffffff",
2789
+ "default": "var(--hx-color-text-inverse)",
2785
2790
  "figmaBinding": {
2786
2791
  "target": "Fill",
2787
2792
  "layerSelector": "root",
2788
- "semanticToken": null,
2793
+ "semanticToken": "color/text/inverse",
2789
2794
  "fallbackPrimitive": null,
2790
- "literalFallback": "#ffffff"
2795
+ "literalFallback": null
2791
2796
  }
2792
2797
  },
2793
2798
  {
2794
- "description": "Ghost hover bg when inverted.",
2795
- "name": "--hx-button-inverted-ghost-hover-bg",
2796
- "default": "rgba(255,255,255,0.15)",
2799
+ "description": "Foreground override for inverted primary hover and pressed (combined :hover, :active rule). Defaults to text.on-primary (neutral-900, no dark-mode flip) so dark text rides the lifted primary-400 fill — text.inverse on light teal collapses to ~2.4:1 in light mode.",
2800
+ "name": "--hx-button-inverted-primary-interactive-color",
2801
+ "default": "var(--hx-color-text-on-primary)",
2797
2802
  "figmaBinding": {
2798
2803
  "target": "Fill",
2799
2804
  "layerSelector": "root",
2800
- "semanticToken": null,
2805
+ "semanticToken": "color/text/on/primary",
2801
2806
  "fallbackPrimitive": null,
2802
- "literalFallback": "rgba(255,255,255,0.15)"
2807
+ "literalFallback": null
2803
2808
  }
2804
2809
  },
2805
2810
  {
2806
- "description": "Focus ring color when inverted.",
2807
- "name": "--hx-button-inverted-focus-ring-color",
2808
- "default": "rgba(255,255,255,0.5)",
2811
+ "description": "Foreground override for inverted danger hover and pressed (combined :hover, :active rule). Defaults to text.on-error (neutral-900); same rationale as the primary override.",
2812
+ "name": "--hx-button-inverted-danger-interactive-color",
2813
+ "default": "var(--hx-color-text-on-error)",
2809
2814
  "figmaBinding": {
2810
2815
  "target": "Fill",
2811
2816
  "layerSelector": "root",
2812
- "semanticToken": null,
2817
+ "semanticToken": "color/text/on/error",
2813
2818
  "fallbackPrimitive": null,
2814
- "literalFallback": "rgba(255,255,255,0.5)"
2819
+ "literalFallback": null
2815
2820
  }
2816
2821
  },
2817
2822
  {
2818
- "description": "Opacity.",
2819
- "name": "--hx-opacity-disabled",
2820
- "figmaBinding": null
2821
- },
2822
- {
2823
- "description": "Spacing token.",
2824
- "name": "--hx-space-2",
2825
- "figmaBinding": null
2826
- },
2827
- {
2828
- "description": "Width.",
2829
- "name": "--hx-border-width-thin",
2830
- "figmaBinding": null
2831
- },
2832
- {
2833
- "description": "CSS custom property.",
2834
- "name": "--hx-border-radius-md",
2835
- "figmaBinding": null
2836
- },
2837
- {
2838
- "description": "Color.",
2839
- "name": "--hx-color-primary-500",
2840
- "figmaBinding": null
2841
- },
2842
- {
2843
- "description": "Color.",
2844
- "name": "--hx-color-neutral-0",
2845
- "figmaBinding": null
2846
- },
2847
- {
2848
- "description": "Font family.",
2849
- "name": "--hx-font-family-sans",
2850
- "figmaBinding": null
2851
- },
2852
- {
2853
- "description": "Font weight.",
2854
- "name": "--hx-font-weight-semibold",
2855
- "figmaBinding": null
2856
- },
2857
- {
2858
- "description": "Line height.",
2859
- "name": "--hx-line-height-tight",
2860
- "figmaBinding": null
2861
- },
2862
- {
2863
- "description": "Transition timing.",
2864
- "name": "--hx-transition-fast",
2865
- "figmaBinding": null
2866
- },
2867
- {
2868
- "description": "Width.",
2869
- "name": "--hx-focus-ring-width",
2870
- "figmaBinding": null
2871
- },
2872
- {
2873
- "description": "Color.",
2874
- "name": "--hx-focus-ring-color",
2875
- "figmaBinding": null
2876
- },
2877
- {
2878
- "description": "CSS custom property.",
2879
- "name": "--hx-focus-ring-offset",
2880
- "figmaBinding": null
2881
- },
2882
- {
2883
- "description": "CSS filter.",
2884
- "name": "--hx-filter-brightness-hover",
2885
- "figmaBinding": null
2886
- },
2887
- {
2888
- "description": "CSS filter.",
2889
- "name": "--hx-filter-brightness-active",
2890
- "figmaBinding": null
2891
- },
2892
- {
2893
- "description": "Spacing token.",
2894
- "name": "--hx-space-1",
2895
- "figmaBinding": null
2896
- },
2897
- {
2898
- "description": "Spacing token.",
2899
- "name": "--hx-space-3",
2900
- "figmaBinding": null
2901
- },
2902
- {
2903
- "description": "Font size.",
2904
- "name": "--hx-font-size-sm",
2905
- "figmaBinding": null
2823
+ "description": "Ghost hover bg when inverted (overlay-white-30 ≈ 5:1 vs neutral-900).",
2824
+ "name": "--hx-button-inverted-ghost-hover-bg",
2825
+ "default": "var(--hx-color-border-on-dark-default)",
2826
+ "figmaBinding": {
2827
+ "target": "Fill",
2828
+ "layerSelector": "root",
2829
+ "semanticToken": "color/border/on/dark/default",
2830
+ "fallbackPrimitive": null,
2831
+ "literalFallback": null
2832
+ }
2906
2833
  },
2907
2834
  {
2908
- "description": "Minimum touch target size.",
2909
- "name": "--hx-touch-target-min",
2910
- "figmaBinding": null
2835
+ "description": "Focus ring color when inverted (overlay-white-70 = ~5:1 vs neutral-900).",
2836
+ "name": "--hx-button-inverted-focus-ring-color",
2837
+ "default": "var(--hx-color-border-on-dark-strong)",
2838
+ "figmaBinding": {
2839
+ "target": "Fill",
2840
+ "layerSelector": "root",
2841
+ "semanticToken": "color/border/on/dark/strong",
2842
+ "fallbackPrimitive": null,
2843
+ "literalFallback": null
2844
+ }
2911
2845
  },
2912
2846
  {
2913
- "description": "Spacing token.",
2914
- "name": "--hx-space-4",
2847
+ "description": "Primary variant resting fill (3.2.1 semantic action layer).",
2848
+ "name": "--hx-color-action-primary-bg",
2915
2849
  "figmaBinding": null
2916
2850
  },
2917
2851
  {
2918
- "description": "Font size.",
2919
- "name": "--hx-font-size-md",
2852
+ "description": "Primary variant hover fill.",
2853
+ "name": "--hx-color-action-primary-bg-hover",
2920
2854
  "figmaBinding": null
2921
2855
  },
2922
2856
  {
2923
- "description": "Size token.",
2924
- "name": "--hx-size-10",
2857
+ "description": "Primary variant active/pressed fill.",
2858
+ "name": "--hx-color-action-primary-bg-active",
2925
2859
  "figmaBinding": null
2926
2860
  },
2927
2861
  {
2928
- "description": "Spacing token.",
2929
- "name": "--hx-space-6",
2862
+ "description": "Secondary/outline variant fg (resolves to primary-600 light, primary-400 dark). Consumed only by .button--secondary; the actual border/surface paint for outline currently routes through --hx-color-border-strong / --hx-color-surface-raised in styles, with this token reserved for the foreground.",
2863
+ "name": "--hx-color-action-secondary-fg",
2930
2864
  "figmaBinding": null
2931
2865
  },
2932
2866
  {
2933
- "description": "Font size.",
2934
- "name": "--hx-font-size-lg",
2867
+ "description": "Secondary/outline variant border (3.2.1 semantic; outline still routes through --hx-color-border-strong by default).",
2868
+ "name": "--hx-color-action-secondary-border",
2935
2869
  "figmaBinding": null
2936
2870
  },
2937
2871
  {
2938
- "description": "Size token.",
2939
- "name": "--hx-size-12",
2872
+ "description": "Secondary/outline variant hover fill (3.2.1 semantic; outline still routes through --hx-color-surface-raised by default).",
2873
+ "name": "--hx-color-action-secondary-bg-hover",
2940
2874
  "figmaBinding": null
2941
2875
  },
2942
2876
  {
2943
- "description": "Color.",
2944
- "name": "--hx-color-primary-50",
2877
+ "description": "Ghost variant fg.",
2878
+ "name": "--hx-color-action-ghost-fg",
2945
2879
  "figmaBinding": null
2946
2880
  },
2947
2881
  {
2948
- "description": "Color.",
2949
- "name": "--hx-color-neutral-100",
2882
+ "description": "Ghost variant hover fill.",
2883
+ "name": "--hx-color-action-ghost-bg-hover",
2950
2884
  "figmaBinding": null
2951
2885
  },
2952
2886
  {
2953
- "description": "Color.",
2954
- "name": "--hx-color-neutral-900",
2887
+ "description": "Danger variant resting fill.",
2888
+ "name": "--hx-color-action-danger-bg",
2955
2889
  "figmaBinding": null
2956
2890
  },
2957
2891
  {
2958
- "description": "Color.",
2959
- "name": "--hx-color-neutral-200",
2892
+ "description": "Danger variant hover fill.",
2893
+ "name": "--hx-color-action-danger-bg-hover",
2960
2894
  "figmaBinding": null
2961
2895
  },
2962
2896
  {
2963
- "description": "Color.",
2964
- "name": "--hx-color-error-500",
2897
+ "description": "Danger variant active fill.",
2898
+ "name": "--hx-color-action-danger-bg-active",
2965
2899
  "figmaBinding": null
2966
2900
  },
2967
2901
  {
2968
- "description": "Color.",
2969
- "name": "--hx-color-error-600",
2902
+ "description": "Primary variant hover/pressed fill on dark/inverted surface (resolves to primary-400, 7.27:1 on neutral-900).",
2903
+ "name": "--hx-color-action-primary-bg-inverted-hover",
2970
2904
  "figmaBinding": null
2971
2905
  },
2972
2906
  {
2973
- "description": "Color.",
2974
- "name": "--hx-color-neutral-300",
2907
+ "description": "Danger variant hover/pressed fill on dark/inverted surface (resolves to error-400, 6.58:1 on neutral-900).",
2908
+ "name": "--hx-color-action-danger-bg-inverted-hover",
2975
2909
  "figmaBinding": null
2976
2910
  },
2977
2911
  {
2978
- "description": "Color.",
2979
- "name": "--hx-color-neutral-50",
2912
+ "description": "Foreground for primary fill (resolves to neutral-900 — AA-tuned for primary-500).",
2913
+ "name": "--hx-color-text-on-primary",
2980
2914
  "figmaBinding": null
2981
2915
  },
2982
2916
  {
2983
- "description": "Color.",
2984
- "name": "--hx-color-primary-600",
2917
+ "description": "Foreground for primary-hover fill (resolves to neutral-0 across modes).",
2918
+ "name": "--hx-color-text-on-primary-strong",
2985
2919
  "figmaBinding": null
2986
2920
  },
2987
2921
  {
2988
- "description": "Animation duration.",
2989
- "name": "--hx-duration-spinner",
2922
+ "description": "Foreground for danger fill (resolves to neutral-900).",
2923
+ "name": "--hx-color-text-on-error",
2990
2924
  "figmaBinding": null
2991
2925
  },
2992
2926
  {
2993
- "description": "Opacity.",
2994
- "name": "--hx-opacity-muted",
2927
+ "description": "Foreground for danger-hover fill (resolves to neutral-0 across modes).",
2928
+ "name": "--hx-color-text-on-error-strong",
2995
2929
  "figmaBinding": null
2996
2930
  },
2997
2931
  {
2998
- "description": "Overlay color.",
2999
- "name": "--hx-overlay-white-50",
2932
+ "description": "Foreground for tertiary variant on surface.sunken.",
2933
+ "name": "--hx-color-text-primary",
3000
2934
  "figmaBinding": null
3001
2935
  },
3002
2936
  {
3003
- "description": "Color.",
3004
- "name": "--hx-color-primary-400",
2937
+ "description": "Tertiary variant resting fill.",
2938
+ "name": "--hx-color-surface-sunken",
3005
2939
  "figmaBinding": null
3006
2940
  },
3007
2941
  {
3008
- "description": "Overlay color.",
3009
- "name": "--hx-overlay-white-70",
2942
+ "description": "Tertiary variant hover fill.",
2943
+ "name": "--hx-color-surface-raised",
3010
2944
  "figmaBinding": null
3011
2945
  },
3012
2946
  {
3013
- "description": "Overlay color.",
3014
- "name": "--hx-overlay-white-15",
2947
+ "description": "Inverted-tertiary resting border (overlay-white-10).",
2948
+ "name": "--hx-color-border-on-dark-subtle",
3015
2949
  "figmaBinding": null
3016
2950
  },
3017
2951
  {
3018
- "description": "Overlay color.",
3019
- "name": "--hx-overlay-white-25",
2952
+ "description": "Inverted-tertiary hover border + inverted-secondary/ghost hover border (overlay-white-30).",
2953
+ "name": "--hx-color-border-on-dark-default",
3020
2954
  "figmaBinding": null
3021
2955
  },
3022
2956
  {
3023
- "description": "Overlay color.",
3024
- "name": "--hx-overlay-white-20",
2957
+ "description": "Inverted focus-visible outline (overlay-white-70).",
2958
+ "name": "--hx-color-border-on-dark-strong",
3025
2959
  "figmaBinding": null
3026
2960
  }
3027
2961
  ],
@@ -17732,98 +17666,23 @@
17732
17666
  }
17733
17667
  },
17734
17668
  {
17735
- "description": "Color.",
17736
- "name": "--hx-color-neutral-900",
17737
- "figmaBinding": null
17738
- },
17739
- {
17740
- "description": "Color.",
17741
- "name": "--hx-color-neutral-100",
17742
- "figmaBinding": null
17743
- },
17744
- {
17745
- "description": "Transition timing.",
17746
- "name": "--hx-transition-normal",
17747
- "figmaBinding": null
17748
- },
17749
- {
17750
- "description": "Width.",
17751
- "name": "--hx-border-width-thin",
17752
- "figmaBinding": null
17753
- },
17754
- {
17755
- "description": "Color.",
17756
- "name": "--hx-color-neutral-700",
17757
- "figmaBinding": null
17758
- },
17759
- {
17760
- "description": "Spacing token.",
17761
- "name": "--hx-space-4",
17762
- "figmaBinding": null
17763
- },
17764
- {
17765
- "description": "Spacing token.",
17766
- "name": "--hx-space-14",
17767
- "figmaBinding": null
17768
- },
17769
- {
17770
- "description": "Spacing token.",
17771
- "name": "--hx-space-3",
17772
- "figmaBinding": null
17773
- },
17774
- {
17775
- "description": "Spacing token.",
17776
- "name": "--hx-space-2",
17777
- "figmaBinding": null
17778
- },
17779
- {
17780
- "description": "Spacing token.",
17781
- "name": "--hx-space-8",
17782
- "figmaBinding": null
17783
- },
17784
- {
17785
- "description": "CSS custom property.",
17786
- "name": "--hx-border-radius-sm",
17787
- "figmaBinding": null
17788
- },
17789
- {
17790
- "description": "Color.",
17791
- "name": "--hx-color-neutral-400",
17792
- "figmaBinding": null
17793
- },
17794
- {
17795
- "description": "Transition timing.",
17796
- "name": "--hx-transition-fast",
17797
- "figmaBinding": null
17798
- },
17799
- {
17800
- "description": "Overlay color.",
17801
- "name": "--hx-overlay-white-10",
17802
- "figmaBinding": null
17803
- },
17804
- {
17805
- "description": "Width.",
17806
- "name": "--hx-focus-ring-width",
17807
- "figmaBinding": null
17808
- },
17809
- {
17810
- "description": "Color.",
17811
- "name": "--hx-focus-ring-color",
17669
+ "description": "Side-nav surface fill (resolves to neutral-900 light, near-black dark).",
17670
+ "name": "--hx-color-surface-inverse",
17812
17671
  "figmaBinding": null
17813
17672
  },
17814
17673
  {
17815
- "description": "Color.",
17816
- "name": "--hx-color-primary-400",
17674
+ "description": "Side-nav text color (resolves to neutral-0).",
17675
+ "name": "--hx-color-text-inverse",
17817
17676
  "figmaBinding": null
17818
17677
  },
17819
17678
  {
17820
- "description": "CSS custom property.",
17821
- "name": "--hx-focus-ring-offset",
17679
+ "description": "Header/footer divider border.",
17680
+ "name": "--hx-color-border-strong",
17822
17681
  "figmaBinding": null
17823
17682
  },
17824
17683
  {
17825
- "description": "Spacing token.",
17826
- "name": "--hx-space-5",
17684
+ "description": "Toggle button hover surface (overlay-white-10 primitive — semantic layer for inverted affordances).",
17685
+ "name": "--hx-color-border-on-dark-subtle",
17827
17686
  "figmaBinding": null
17828
17687
  }
17829
17688
  ],
@@ -23522,153 +23381,86 @@
23522
23381
  }
23523
23382
  },
23524
23383
  {
23525
- "description": "Opacity.",
23526
- "name": "--hx-opacity-disabled",
23527
- "figmaBinding": null
23528
- },
23529
- {
23530
- "description": "Color.",
23531
- "name": "--hx-focus-ring-color",
23532
- "figmaBinding": null
23533
- },
23534
- {
23535
- "description": "Color.",
23536
- "name": "--hx-color-primary-400",
23537
- "figmaBinding": null
23384
+ "description": "Outer border-width override (canonical hx-{tag}-* prefix; sits above --hx-input-* aliases in the cascade).",
23385
+ "name": "--hx-text-input-border-width",
23386
+ "default": "var(--hx-border-width-thin)",
23387
+ "figmaBinding": {
23388
+ "target": "Stroke",
23389
+ "layerSelector": "root",
23390
+ "semanticToken": "border/width/thin",
23391
+ "fallbackPrimitive": null,
23392
+ "literalFallback": null
23393
+ }
23538
23394
  },
23539
23395
  {
23540
- "description": "Width.",
23541
- "name": "--hx-focus-ring-width",
23542
- "figmaBinding": null
23396
+ "description": "Outer horizontal padding override.",
23397
+ "name": "--hx-text-input-padding-x",
23398
+ "default": "var(--hx-space-3)",
23399
+ "figmaBinding": {
23400
+ "target": "Padding",
23401
+ "layerSelector": "root",
23402
+ "semanticToken": "space",
23403
+ "fallbackPrimitive": "space/3",
23404
+ "literalFallback": null
23405
+ }
23543
23406
  },
23544
23407
  {
23545
- "description": "CSS custom property.",
23546
- "name": "--hx-focus-ring-opacity",
23547
- "figmaBinding": null
23408
+ "description": "Outer vertical padding override.",
23409
+ "name": "--hx-text-input-padding-y",
23410
+ "default": "var(--hx-space-2)",
23411
+ "figmaBinding": {
23412
+ "target": "Padding",
23413
+ "layerSelector": "root",
23414
+ "semanticToken": "space",
23415
+ "fallbackPrimitive": "space/2",
23416
+ "literalFallback": null
23417
+ }
23548
23418
  },
23549
23419
  {
23550
- "description": "Spacing token.",
23551
- "name": "--hx-space-1",
23552
- "figmaBinding": null
23420
+ "description": "Outer font-size override.",
23421
+ "name": "--hx-text-input-font-size",
23422
+ "default": "var(--hx-font-size-md)",
23423
+ "figmaBinding": {
23424
+ "target": "FontSize",
23425
+ "layerSelector": "root",
23426
+ "semanticToken": null,
23427
+ "fallbackPrimitive": "font-size/md",
23428
+ "literalFallback": null
23429
+ }
23553
23430
  },
23554
23431
  {
23555
- "description": "Font family.",
23556
- "name": "--hx-font-family-sans",
23432
+ "description": "Outer sm-variant font-size override (falls through to --hx-input-sm-font-size).",
23433
+ "name": "--hx-text-input-sm-font-size",
23557
23434
  "figmaBinding": null
23558
23435
  },
23559
23436
  {
23560
- "description": "Font size.",
23561
- "name": "--hx-font-size-sm",
23437
+ "description": "Outer lg-variant font-size override (falls through to --hx-input-lg-font-size).",
23438
+ "name": "--hx-text-input-lg-font-size",
23562
23439
  "figmaBinding": null
23563
23440
  },
23564
23441
  {
23565
- "description": "Font weight.",
23566
- "name": "--hx-font-weight-medium",
23442
+ "description": "Resting field surface (semantic).",
23443
+ "name": "--hx-color-surface-default",
23567
23444
  "figmaBinding": null
23568
23445
  },
23569
23446
  {
23570
- "description": "Color.",
23571
- "name": "--hx-color-neutral-700",
23447
+ "description": "Resting input text + label color (semantic).",
23448
+ "name": "--hx-color-text-strong",
23572
23449
  "figmaBinding": null
23573
23450
  },
23574
23451
  {
23575
- "description": "Line height.",
23576
- "name": "--hx-line-height-normal",
23452
+ "description": "Resting border color (semantic).",
23453
+ "name": "--hx-color-border-strong",
23577
23454
  "figmaBinding": null
23578
23455
  },
23579
23456
  {
23580
- "description": "Color.",
23457
+ "description": "Error state text + border color (semantic).",
23581
23458
  "name": "--hx-color-error-text",
23582
23459
  "figmaBinding": null
23583
23460
  },
23584
23461
  {
23585
- "description": "Font weight.",
23586
- "name": "--hx-font-weight-bold",
23587
- "figmaBinding": null
23588
- },
23589
- {
23590
- "description": "Width.",
23591
- "name": "--hx-border-width-thin",
23592
- "figmaBinding": null
23593
- },
23594
- {
23595
- "description": "Color.",
23596
- "name": "--hx-color-neutral-300",
23597
- "figmaBinding": null
23598
- },
23599
- {
23600
- "description": "CSS custom property.",
23601
- "name": "--hx-border-radius-md",
23602
- "figmaBinding": null
23603
- },
23604
- {
23605
- "description": "Color.",
23606
- "name": "--hx-color-neutral-0",
23607
- "figmaBinding": null
23608
- },
23609
- {
23610
- "description": "Transition timing.",
23611
- "name": "--hx-transition-fast",
23612
- "figmaBinding": null
23613
- },
23614
- {
23615
- "description": "Color.",
23616
- "name": "--hx-color-error-500",
23617
- "figmaBinding": null
23618
- },
23619
- {
23620
- "description": "Color.",
23621
- "name": "--hx-color-neutral-500",
23622
- "figmaBinding": null
23623
- },
23624
- {
23625
- "description": "Spacing token.",
23626
- "name": "--hx-space-3",
23627
- "figmaBinding": null
23628
- },
23629
- {
23630
- "description": "Spacing token.",
23631
- "name": "--hx-space-2",
23632
- "figmaBinding": null
23633
- },
23634
- {
23635
- "description": "Font size.",
23636
- "name": "--hx-font-size-md",
23637
- "figmaBinding": null
23638
- },
23639
- {
23640
- "description": "Color.",
23641
- "name": "--hx-color-neutral-800",
23642
- "figmaBinding": null
23643
- },
23644
- {
23645
- "description": "Size token.",
23646
- "name": "--hx-size-10",
23647
- "figmaBinding": null
23648
- },
23649
- {
23650
- "description": "Color.",
23651
- "name": "--hx-color-neutral-400",
23652
- "figmaBinding": null
23653
- },
23654
- {
23655
- "description": "Size token.",
23656
- "name": "--hx-size-8",
23657
- "figmaBinding": null
23658
- },
23659
- {
23660
- "description": "Spacing token.",
23661
- "name": "--hx-space-4",
23662
- "figmaBinding": null
23663
- },
23664
- {
23665
- "description": "Size token.",
23666
- "name": "--hx-size-12",
23667
- "figmaBinding": null
23668
- },
23669
- {
23670
- "description": "Font size.",
23671
- "name": "--hx-font-size-xs",
23462
+ "description": "Error border primitive fallback inside the invalid-state cascade.",
23463
+ "name": "--hx-color-error-600",
23672
23464
  "figmaBinding": null
23673
23465
  }
23674
23466
  ],