@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.
- package/custom-elements.json +105 -299
- package/dist/components/hx-button/hx-button.d.ts +44 -49
- package/dist/components/hx-button/hx-button.d.ts.map +1 -1
- package/dist/components/hx-button/hx-button.styles.d.ts.map +1 -1
- package/dist/components/hx-button/index.js +1 -1
- package/dist/components/hx-side-nav/hx-side-nav.d.ts +4 -19
- package/dist/components/hx-side-nav/hx-side-nav.d.ts.map +1 -1
- package/dist/components/hx-side-nav/index.js +1 -1
- package/dist/components/hx-text-input/hx-text-input.d.ts +13 -30
- package/dist/components/hx-text-input/hx-text-input.d.ts.map +1 -1
- package/dist/components/hx-toast/hx-toast.d.ts.map +1 -1
- package/dist/components/hx-toast/hx-toast.styles.d.ts.map +1 -1
- package/dist/components/hx-toast/index.js +1 -1
- package/dist/css/helix-all.css +75 -9
- package/dist/css/helix-core.css +68 -8
- package/dist/css/helix-feedback.css +7 -1
- package/dist/css/helix-tokens.css +1 -0
- package/dist/css/hx-button.css +68 -8
- package/dist/css/hx-toast.css +7 -1
- package/dist/css/index.css +1 -1
- package/dist/css/manifest.json +5 -1
- package/dist/index.js +3 -3
- package/dist/shared/{hx-button-kWxjKqo-.js → hx-button-ebUV8KhT.js} +90 -30
- package/dist/shared/hx-button-ebUV8KhT.js.map +1 -0
- package/dist/shared/{hx-nav-item-C9zXD1zK.js → hx-nav-item-CvTxO3Sa.js} +2 -2
- package/dist/shared/hx-nav-item-CvTxO3Sa.js.map +1 -0
- package/dist/shared/hx-text-input-ClrrmoE1.js.map +1 -1
- package/dist/shared/{toast-factory-Mz1GaaFF.js → toast-factory-YSznocIV.js} +38 -33
- package/dist/shared/toast-factory-YSznocIV.js.map +1 -0
- package/figma-inventory.json +157 -365
- package/package.json +2 -2
- package/dist/shared/hx-button-kWxjKqo-.js.map +0 -1
- package/dist/shared/hx-nav-item-C9zXD1zK.js.map +0 -1
- package/dist/shared/toast-factory-Mz1GaaFF.js.map +0 -1
package/custom-elements.json
CHANGED
|
@@ -2826,21 +2826,25 @@
|
|
|
2826
2826
|
"name": "HelixButton",
|
|
2827
2827
|
"cssProperties": [
|
|
2828
2828
|
{
|
|
2829
|
-
"description": "Button background color.",
|
|
2829
|
+
"description": "Button background color (3.2.1 cascade — variant rules route through action.{primary,secondary,ghost,danger}.bg).",
|
|
2830
2830
|
"name": "--hx-button-bg",
|
|
2831
|
-
"default": "var(--hx-color-primary-
|
|
2831
|
+
"default": "var(--hx-color-action-primary-bg)"
|
|
2832
2832
|
},
|
|
2833
2833
|
{
|
|
2834
|
-
"description": "Hover background
|
|
2834
|
+
"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.",
|
|
2835
2835
|
"name": "--hx-button-hover-bg"
|
|
2836
2836
|
},
|
|
2837
2837
|
{
|
|
2838
|
-
"description": "
|
|
2838
|
+
"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.",
|
|
2839
|
+
"name": "--hx-button-active-bg"
|
|
2840
|
+
},
|
|
2841
|
+
{
|
|
2842
|
+
"description": "Button text color (variants route through text.on-{role} / text.on-{role}-strong).",
|
|
2839
2843
|
"name": "--hx-button-color",
|
|
2840
|
-
"default": "var(--hx-color-
|
|
2844
|
+
"default": "var(--hx-color-text-on-primary)"
|
|
2841
2845
|
},
|
|
2842
2846
|
{
|
|
2843
|
-
"description": "Button border color.",
|
|
2847
|
+
"description": "Button border color (secondary/outline variants route through action.secondary.border).",
|
|
2844
2848
|
"name": "--hx-button-border-color",
|
|
2845
2849
|
"default": "transparent"
|
|
2846
2850
|
},
|
|
@@ -2865,187 +2869,121 @@
|
|
|
2865
2869
|
"default": "var(--hx-focus-ring-color)"
|
|
2866
2870
|
},
|
|
2867
2871
|
{
|
|
2868
|
-
"description": "Text color when inverted.",
|
|
2872
|
+
"description": "Text color when inverted (resolves to neutral-0).",
|
|
2869
2873
|
"name": "--hx-button-inverted-color",
|
|
2870
|
-
"default": "
|
|
2871
|
-
},
|
|
2872
|
-
{
|
|
2873
|
-
"description": "Ghost hover bg when inverted.",
|
|
2874
|
-
"name": "--hx-button-inverted-ghost-hover-bg",
|
|
2875
|
-
"default": "rgba(255,255,255,0.15)"
|
|
2876
|
-
},
|
|
2877
|
-
{
|
|
2878
|
-
"description": "Focus ring color when inverted.",
|
|
2879
|
-
"name": "--hx-button-inverted-focus-ring-color",
|
|
2880
|
-
"default": "rgba(255,255,255,0.5)"
|
|
2881
|
-
},
|
|
2882
|
-
{
|
|
2883
|
-
"description": "Opacity.",
|
|
2884
|
-
"name": "--hx-opacity-disabled"
|
|
2885
|
-
},
|
|
2886
|
-
{
|
|
2887
|
-
"description": "Spacing token.",
|
|
2888
|
-
"name": "--hx-space-2"
|
|
2889
|
-
},
|
|
2890
|
-
{
|
|
2891
|
-
"description": "Width.",
|
|
2892
|
-
"name": "--hx-border-width-thin"
|
|
2893
|
-
},
|
|
2894
|
-
{
|
|
2895
|
-
"description": "CSS custom property.",
|
|
2896
|
-
"name": "--hx-border-radius-md"
|
|
2897
|
-
},
|
|
2898
|
-
{
|
|
2899
|
-
"description": "Color.",
|
|
2900
|
-
"name": "--hx-color-primary-500"
|
|
2901
|
-
},
|
|
2902
|
-
{
|
|
2903
|
-
"description": "Color.",
|
|
2904
|
-
"name": "--hx-color-neutral-0"
|
|
2905
|
-
},
|
|
2906
|
-
{
|
|
2907
|
-
"description": "Font family.",
|
|
2908
|
-
"name": "--hx-font-family-sans"
|
|
2909
|
-
},
|
|
2910
|
-
{
|
|
2911
|
-
"description": "Font weight.",
|
|
2912
|
-
"name": "--hx-font-weight-semibold"
|
|
2913
|
-
},
|
|
2914
|
-
{
|
|
2915
|
-
"description": "Line height.",
|
|
2916
|
-
"name": "--hx-line-height-tight"
|
|
2917
|
-
},
|
|
2918
|
-
{
|
|
2919
|
-
"description": "Transition timing.",
|
|
2920
|
-
"name": "--hx-transition-fast"
|
|
2921
|
-
},
|
|
2922
|
-
{
|
|
2923
|
-
"description": "Width.",
|
|
2924
|
-
"name": "--hx-focus-ring-width"
|
|
2925
|
-
},
|
|
2926
|
-
{
|
|
2927
|
-
"description": "Color.",
|
|
2928
|
-
"name": "--hx-focus-ring-color"
|
|
2929
|
-
},
|
|
2930
|
-
{
|
|
2931
|
-
"description": "CSS custom property.",
|
|
2932
|
-
"name": "--hx-focus-ring-offset"
|
|
2933
|
-
},
|
|
2934
|
-
{
|
|
2935
|
-
"description": "CSS filter.",
|
|
2936
|
-
"name": "--hx-filter-brightness-hover"
|
|
2874
|
+
"default": "var(--hx-color-text-inverse)"
|
|
2937
2875
|
},
|
|
2938
2876
|
{
|
|
2939
|
-
"description": "
|
|
2940
|
-
"name": "--hx-
|
|
2877
|
+
"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.",
|
|
2878
|
+
"name": "--hx-button-inverted-primary-interactive-color",
|
|
2879
|
+
"default": "var(--hx-color-text-on-primary)"
|
|
2941
2880
|
},
|
|
2942
2881
|
{
|
|
2943
|
-
"description": "
|
|
2944
|
-
"name": "--hx-
|
|
2882
|
+
"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.",
|
|
2883
|
+
"name": "--hx-button-inverted-danger-interactive-color",
|
|
2884
|
+
"default": "var(--hx-color-text-on-error)"
|
|
2945
2885
|
},
|
|
2946
2886
|
{
|
|
2947
|
-
"description": "
|
|
2948
|
-
"name": "--hx-
|
|
2887
|
+
"description": "Ghost hover bg when inverted (overlay-white-30 ≈ 5:1 vs neutral-900).",
|
|
2888
|
+
"name": "--hx-button-inverted-ghost-hover-bg",
|
|
2889
|
+
"default": "var(--hx-color-border-on-dark-default)"
|
|
2949
2890
|
},
|
|
2950
2891
|
{
|
|
2951
|
-
"description": "
|
|
2952
|
-
"name": "--hx-
|
|
2892
|
+
"description": "Focus ring color when inverted (overlay-white-70 = ~5:1 vs neutral-900).",
|
|
2893
|
+
"name": "--hx-button-inverted-focus-ring-color",
|
|
2894
|
+
"default": "var(--hx-color-border-on-dark-strong)"
|
|
2953
2895
|
},
|
|
2954
2896
|
{
|
|
2955
|
-
"description": "
|
|
2956
|
-
"name": "--hx-
|
|
2897
|
+
"description": "Primary variant resting fill (3.2.1 semantic action layer).",
|
|
2898
|
+
"name": "--hx-color-action-primary-bg"
|
|
2957
2899
|
},
|
|
2958
2900
|
{
|
|
2959
|
-
"description": "
|
|
2960
|
-
"name": "--hx-
|
|
2901
|
+
"description": "Primary variant hover fill.",
|
|
2902
|
+
"name": "--hx-color-action-primary-bg-hover"
|
|
2961
2903
|
},
|
|
2962
2904
|
{
|
|
2963
|
-
"description": "
|
|
2964
|
-
"name": "--hx-
|
|
2905
|
+
"description": "Primary variant active/pressed fill.",
|
|
2906
|
+
"name": "--hx-color-action-primary-bg-active"
|
|
2965
2907
|
},
|
|
2966
2908
|
{
|
|
2967
|
-
"description": "
|
|
2968
|
-
"name": "--hx-
|
|
2909
|
+
"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.",
|
|
2910
|
+
"name": "--hx-color-action-secondary-fg"
|
|
2969
2911
|
},
|
|
2970
2912
|
{
|
|
2971
|
-
"description": "
|
|
2972
|
-
"name": "--hx-
|
|
2913
|
+
"description": "Secondary/outline variant border (3.2.1 semantic; outline still routes through --hx-color-border-strong by default).",
|
|
2914
|
+
"name": "--hx-color-action-secondary-border"
|
|
2973
2915
|
},
|
|
2974
2916
|
{
|
|
2975
|
-
"description": "
|
|
2976
|
-
"name": "--hx-
|
|
2917
|
+
"description": "Secondary/outline variant hover fill (3.2.1 semantic; outline still routes through --hx-color-surface-raised by default).",
|
|
2918
|
+
"name": "--hx-color-action-secondary-bg-hover"
|
|
2977
2919
|
},
|
|
2978
2920
|
{
|
|
2979
|
-
"description": "
|
|
2980
|
-
"name": "--hx-
|
|
2921
|
+
"description": "Ghost variant fg.",
|
|
2922
|
+
"name": "--hx-color-action-ghost-fg"
|
|
2981
2923
|
},
|
|
2982
2924
|
{
|
|
2983
|
-
"description": "
|
|
2984
|
-
"name": "--hx-color-
|
|
2925
|
+
"description": "Ghost variant hover fill.",
|
|
2926
|
+
"name": "--hx-color-action-ghost-bg-hover"
|
|
2985
2927
|
},
|
|
2986
2928
|
{
|
|
2987
|
-
"description": "
|
|
2988
|
-
"name": "--hx-color-
|
|
2929
|
+
"description": "Danger variant resting fill.",
|
|
2930
|
+
"name": "--hx-color-action-danger-bg"
|
|
2989
2931
|
},
|
|
2990
2932
|
{
|
|
2991
|
-
"description": "
|
|
2992
|
-
"name": "--hx-color-
|
|
2993
|
-
},
|
|
2994
|
-
{
|
|
2995
|
-
"description": "Color.",
|
|
2996
|
-
"name": "--hx-color-neutral-200"
|
|
2933
|
+
"description": "Danger variant hover fill.",
|
|
2934
|
+
"name": "--hx-color-action-danger-bg-hover"
|
|
2997
2935
|
},
|
|
2998
2936
|
{
|
|
2999
|
-
"description": "
|
|
3000
|
-
"name": "--hx-color-
|
|
2937
|
+
"description": "Danger variant active fill.",
|
|
2938
|
+
"name": "--hx-color-action-danger-bg-active"
|
|
3001
2939
|
},
|
|
3002
2940
|
{
|
|
3003
|
-
"description": "
|
|
3004
|
-
"name": "--hx-color-
|
|
2941
|
+
"description": "Primary variant hover/pressed fill on dark/inverted surface (resolves to primary-400, 7.27:1 on neutral-900).",
|
|
2942
|
+
"name": "--hx-color-action-primary-bg-inverted-hover"
|
|
3005
2943
|
},
|
|
3006
2944
|
{
|
|
3007
|
-
"description": "
|
|
3008
|
-
"name": "--hx-color-
|
|
2945
|
+
"description": "Danger variant hover/pressed fill on dark/inverted surface (resolves to error-400, 6.58:1 on neutral-900).",
|
|
2946
|
+
"name": "--hx-color-action-danger-bg-inverted-hover"
|
|
3009
2947
|
},
|
|
3010
2948
|
{
|
|
3011
|
-
"description": "
|
|
3012
|
-
"name": "--hx-color-
|
|
2949
|
+
"description": "Foreground for primary fill (resolves to neutral-900 — AA-tuned for primary-500).",
|
|
2950
|
+
"name": "--hx-color-text-on-primary"
|
|
3013
2951
|
},
|
|
3014
2952
|
{
|
|
3015
|
-
"description": "
|
|
3016
|
-
"name": "--hx-color-primary-
|
|
2953
|
+
"description": "Foreground for primary-hover fill (resolves to neutral-0 across modes).",
|
|
2954
|
+
"name": "--hx-color-text-on-primary-strong"
|
|
3017
2955
|
},
|
|
3018
2956
|
{
|
|
3019
|
-
"description": "
|
|
3020
|
-
"name": "--hx-
|
|
2957
|
+
"description": "Foreground for danger fill (resolves to neutral-900).",
|
|
2958
|
+
"name": "--hx-color-text-on-error"
|
|
3021
2959
|
},
|
|
3022
2960
|
{
|
|
3023
|
-
"description": "
|
|
3024
|
-
"name": "--hx-
|
|
2961
|
+
"description": "Foreground for danger-hover fill (resolves to neutral-0 across modes).",
|
|
2962
|
+
"name": "--hx-color-text-on-error-strong"
|
|
3025
2963
|
},
|
|
3026
2964
|
{
|
|
3027
|
-
"description": "
|
|
3028
|
-
"name": "--hx-
|
|
2965
|
+
"description": "Foreground for tertiary variant on surface.sunken.",
|
|
2966
|
+
"name": "--hx-color-text-primary"
|
|
3029
2967
|
},
|
|
3030
2968
|
{
|
|
3031
|
-
"description": "
|
|
3032
|
-
"name": "--hx-color-
|
|
2969
|
+
"description": "Tertiary variant resting fill.",
|
|
2970
|
+
"name": "--hx-color-surface-sunken"
|
|
3033
2971
|
},
|
|
3034
2972
|
{
|
|
3035
|
-
"description": "
|
|
3036
|
-
"name": "--hx-
|
|
2973
|
+
"description": "Tertiary variant hover fill.",
|
|
2974
|
+
"name": "--hx-color-surface-raised"
|
|
3037
2975
|
},
|
|
3038
2976
|
{
|
|
3039
|
-
"description": "
|
|
3040
|
-
"name": "--hx-
|
|
2977
|
+
"description": "Inverted-tertiary resting border (overlay-white-10).",
|
|
2978
|
+
"name": "--hx-color-border-on-dark-subtle"
|
|
3041
2979
|
},
|
|
3042
2980
|
{
|
|
3043
|
-
"description": "
|
|
3044
|
-
"name": "--hx-
|
|
2981
|
+
"description": "Inverted-tertiary hover border + inverted-secondary/ghost hover border (overlay-white-30).",
|
|
2982
|
+
"name": "--hx-color-border-on-dark-default"
|
|
3045
2983
|
},
|
|
3046
2984
|
{
|
|
3047
|
-
"description": "
|
|
3048
|
-
"name": "--hx-
|
|
2985
|
+
"description": "Inverted focus-visible outline (overlay-white-70).",
|
|
2986
|
+
"name": "--hx-color-border-on-dark-strong"
|
|
3049
2987
|
}
|
|
3050
2988
|
],
|
|
3051
2989
|
"cssParts": [
|
|
@@ -3197,7 +3135,7 @@
|
|
|
3197
3135
|
"text": "boolean"
|
|
3198
3136
|
},
|
|
3199
3137
|
"default": "false",
|
|
3200
|
-
"description": "When true, flips button colors for placement on dark or gradient backgrounds.\nForces text to white and adjusts hover/focus ring colors across all variants.",
|
|
3138
|
+
"description": "When true, flips button colors for placement on dark or gradient backgrounds.\nForces text to white and adjusts hover/focus ring colors across all variants.\n\n**Mode scope:** `[inverted]` is validated for placement on a dark *region*\nwithin a light-mode-active page (hero banners, gradient sections, dark\ncards). It is NOT validated for use within a dark-mode-active root\ncontext: in dark mode, `surface.inverse` flips to a light surface\n(neutral-100), and the lifted `-400` hover/active fills lose UI-floor\ncontrast against it (primary 2.10:1, danger 2.32:1 vs WCAG 1.4.11's 3:1\nfloor). Mode-aware fill stops + foreground for the dark-mode-inverted\ncombination are tracked as a 3.2.x follow-up.",
|
|
3201
3139
|
"attribute": "inverted",
|
|
3202
3140
|
"reflects": true
|
|
3203
3141
|
},
|
|
@@ -3355,7 +3293,7 @@
|
|
|
3355
3293
|
"text": "boolean"
|
|
3356
3294
|
},
|
|
3357
3295
|
"default": "false",
|
|
3358
|
-
"description": "When true, flips button colors for placement on dark or gradient backgrounds.\nForces text to white and adjusts hover/focus ring colors across all variants.",
|
|
3296
|
+
"description": "When true, flips button colors for placement on dark or gradient backgrounds.\nForces text to white and adjusts hover/focus ring colors across all variants.\n\n**Mode scope:** `[inverted]` is validated for placement on a dark *region*\nwithin a light-mode-active page (hero banners, gradient sections, dark\ncards). It is NOT validated for use within a dark-mode-active root\ncontext: in dark mode, `surface.inverse` flips to a light surface\n(neutral-100), and the lifted `-400` hover/active fills lose UI-floor\ncontrast against it (primary 2.10:1, danger 2.32:1 vs WCAG 1.4.11's 3:1\nfloor). Mode-aware fill stops + foreground for the dark-mode-inverted\ncombination are tracked as a 3.2.x follow-up.",
|
|
3359
3297
|
"fieldName": "inverted",
|
|
3360
3298
|
"attribute": "inverted"
|
|
3361
3299
|
},
|
|
@@ -23091,80 +23029,20 @@
|
|
|
23091
23029
|
"default": "var(--hx-color-text-inverse)"
|
|
23092
23030
|
},
|
|
23093
23031
|
{
|
|
23094
|
-
"description": "
|
|
23095
|
-
"name": "--hx-color-
|
|
23096
|
-
},
|
|
23097
|
-
{
|
|
23098
|
-
"description": "Color.",
|
|
23099
|
-
"name": "--hx-color-neutral-100"
|
|
23100
|
-
},
|
|
23101
|
-
{
|
|
23102
|
-
"description": "Transition timing.",
|
|
23103
|
-
"name": "--hx-transition-normal"
|
|
23104
|
-
},
|
|
23105
|
-
{
|
|
23106
|
-
"description": "Width.",
|
|
23107
|
-
"name": "--hx-border-width-thin"
|
|
23108
|
-
},
|
|
23109
|
-
{
|
|
23110
|
-
"description": "Color.",
|
|
23111
|
-
"name": "--hx-color-neutral-700"
|
|
23112
|
-
},
|
|
23113
|
-
{
|
|
23114
|
-
"description": "Spacing token.",
|
|
23115
|
-
"name": "--hx-space-4"
|
|
23116
|
-
},
|
|
23117
|
-
{
|
|
23118
|
-
"description": "Spacing token.",
|
|
23119
|
-
"name": "--hx-space-14"
|
|
23120
|
-
},
|
|
23121
|
-
{
|
|
23122
|
-
"description": "Spacing token.",
|
|
23123
|
-
"name": "--hx-space-3"
|
|
23124
|
-
},
|
|
23125
|
-
{
|
|
23126
|
-
"description": "Spacing token.",
|
|
23127
|
-
"name": "--hx-space-2"
|
|
23128
|
-
},
|
|
23129
|
-
{
|
|
23130
|
-
"description": "Spacing token.",
|
|
23131
|
-
"name": "--hx-space-8"
|
|
23132
|
-
},
|
|
23133
|
-
{
|
|
23134
|
-
"description": "CSS custom property.",
|
|
23135
|
-
"name": "--hx-border-radius-sm"
|
|
23136
|
-
},
|
|
23137
|
-
{
|
|
23138
|
-
"description": "Color.",
|
|
23139
|
-
"name": "--hx-color-neutral-400"
|
|
23140
|
-
},
|
|
23141
|
-
{
|
|
23142
|
-
"description": "Transition timing.",
|
|
23143
|
-
"name": "--hx-transition-fast"
|
|
23144
|
-
},
|
|
23145
|
-
{
|
|
23146
|
-
"description": "Overlay color.",
|
|
23147
|
-
"name": "--hx-overlay-white-10"
|
|
23148
|
-
},
|
|
23149
|
-
{
|
|
23150
|
-
"description": "Width.",
|
|
23151
|
-
"name": "--hx-focus-ring-width"
|
|
23152
|
-
},
|
|
23153
|
-
{
|
|
23154
|
-
"description": "Color.",
|
|
23155
|
-
"name": "--hx-focus-ring-color"
|
|
23032
|
+
"description": "Side-nav surface fill (resolves to neutral-900 light, near-black dark).",
|
|
23033
|
+
"name": "--hx-color-surface-inverse"
|
|
23156
23034
|
},
|
|
23157
23035
|
{
|
|
23158
|
-
"description": "
|
|
23159
|
-
"name": "--hx-color-
|
|
23036
|
+
"description": "Side-nav text color (resolves to neutral-0).",
|
|
23037
|
+
"name": "--hx-color-text-inverse"
|
|
23160
23038
|
},
|
|
23161
23039
|
{
|
|
23162
|
-
"description": "
|
|
23163
|
-
"name": "--hx-
|
|
23040
|
+
"description": "Header/footer divider border.",
|
|
23041
|
+
"name": "--hx-color-border-strong"
|
|
23164
23042
|
},
|
|
23165
23043
|
{
|
|
23166
|
-
"description": "
|
|
23167
|
-
"name": "--hx-
|
|
23044
|
+
"description": "Toggle button hover surface (overlay-white-10 primitive — semantic layer for inverted affordances).",
|
|
23045
|
+
"name": "--hx-color-border-on-dark-subtle"
|
|
23168
23046
|
}
|
|
23169
23047
|
],
|
|
23170
23048
|
"cssParts": [
|
|
@@ -29840,124 +29718,52 @@
|
|
|
29840
29718
|
"default": "1.125rem"
|
|
29841
29719
|
},
|
|
29842
29720
|
{
|
|
29843
|
-
"description": "
|
|
29844
|
-
"name": "--hx-
|
|
29845
|
-
|
|
29846
|
-
{
|
|
29847
|
-
"description": "Color.",
|
|
29848
|
-
"name": "--hx-focus-ring-color"
|
|
29849
|
-
},
|
|
29850
|
-
{
|
|
29851
|
-
"description": "Color.",
|
|
29852
|
-
"name": "--hx-color-primary-400"
|
|
29721
|
+
"description": "Outer border-width override (canonical hx-{tag}-* prefix; sits above --hx-input-* aliases in the cascade).",
|
|
29722
|
+
"name": "--hx-text-input-border-width",
|
|
29723
|
+
"default": "var(--hx-border-width-thin)"
|
|
29853
29724
|
},
|
|
29854
29725
|
{
|
|
29855
|
-
"description": "
|
|
29856
|
-
"name": "--hx-
|
|
29726
|
+
"description": "Outer horizontal padding override.",
|
|
29727
|
+
"name": "--hx-text-input-padding-x",
|
|
29728
|
+
"default": "var(--hx-space-3)"
|
|
29857
29729
|
},
|
|
29858
29730
|
{
|
|
29859
|
-
"description": "
|
|
29860
|
-
"name": "--hx-
|
|
29731
|
+
"description": "Outer vertical padding override.",
|
|
29732
|
+
"name": "--hx-text-input-padding-y",
|
|
29733
|
+
"default": "var(--hx-space-2)"
|
|
29861
29734
|
},
|
|
29862
29735
|
{
|
|
29863
|
-
"description": "
|
|
29864
|
-
"name": "--hx-
|
|
29736
|
+
"description": "Outer font-size override.",
|
|
29737
|
+
"name": "--hx-text-input-font-size",
|
|
29738
|
+
"default": "var(--hx-font-size-md)"
|
|
29865
29739
|
},
|
|
29866
29740
|
{
|
|
29867
|
-
"description": "
|
|
29868
|
-
"name": "--hx-font-
|
|
29741
|
+
"description": "Outer sm-variant font-size override (falls through to --hx-input-sm-font-size).",
|
|
29742
|
+
"name": "--hx-text-input-sm-font-size"
|
|
29869
29743
|
},
|
|
29870
29744
|
{
|
|
29871
|
-
"description": "
|
|
29872
|
-
"name": "--hx-font-size
|
|
29745
|
+
"description": "Outer lg-variant font-size override (falls through to --hx-input-lg-font-size).",
|
|
29746
|
+
"name": "--hx-text-input-lg-font-size"
|
|
29873
29747
|
},
|
|
29874
29748
|
{
|
|
29875
|
-
"description": "
|
|
29876
|
-
"name": "--hx-
|
|
29749
|
+
"description": "Resting field surface (semantic).",
|
|
29750
|
+
"name": "--hx-color-surface-default"
|
|
29877
29751
|
},
|
|
29878
29752
|
{
|
|
29879
|
-
"description": "
|
|
29880
|
-
"name": "--hx-color-
|
|
29753
|
+
"description": "Resting input text + label color (semantic).",
|
|
29754
|
+
"name": "--hx-color-text-strong"
|
|
29881
29755
|
},
|
|
29882
29756
|
{
|
|
29883
|
-
"description": "
|
|
29884
|
-
"name": "--hx-
|
|
29757
|
+
"description": "Resting border color (semantic).",
|
|
29758
|
+
"name": "--hx-color-border-strong"
|
|
29885
29759
|
},
|
|
29886
29760
|
{
|
|
29887
|
-
"description": "
|
|
29761
|
+
"description": "Error state text + border color (semantic).",
|
|
29888
29762
|
"name": "--hx-color-error-text"
|
|
29889
29763
|
},
|
|
29890
29764
|
{
|
|
29891
|
-
"description": "
|
|
29892
|
-
"name": "--hx-
|
|
29893
|
-
},
|
|
29894
|
-
{
|
|
29895
|
-
"description": "Width.",
|
|
29896
|
-
"name": "--hx-border-width-thin"
|
|
29897
|
-
},
|
|
29898
|
-
{
|
|
29899
|
-
"description": "Color.",
|
|
29900
|
-
"name": "--hx-color-neutral-300"
|
|
29901
|
-
},
|
|
29902
|
-
{
|
|
29903
|
-
"description": "CSS custom property.",
|
|
29904
|
-
"name": "--hx-border-radius-md"
|
|
29905
|
-
},
|
|
29906
|
-
{
|
|
29907
|
-
"description": "Color.",
|
|
29908
|
-
"name": "--hx-color-neutral-0"
|
|
29909
|
-
},
|
|
29910
|
-
{
|
|
29911
|
-
"description": "Transition timing.",
|
|
29912
|
-
"name": "--hx-transition-fast"
|
|
29913
|
-
},
|
|
29914
|
-
{
|
|
29915
|
-
"description": "Color.",
|
|
29916
|
-
"name": "--hx-color-error-500"
|
|
29917
|
-
},
|
|
29918
|
-
{
|
|
29919
|
-
"description": "Color.",
|
|
29920
|
-
"name": "--hx-color-neutral-500"
|
|
29921
|
-
},
|
|
29922
|
-
{
|
|
29923
|
-
"description": "Spacing token.",
|
|
29924
|
-
"name": "--hx-space-3"
|
|
29925
|
-
},
|
|
29926
|
-
{
|
|
29927
|
-
"description": "Spacing token.",
|
|
29928
|
-
"name": "--hx-space-2"
|
|
29929
|
-
},
|
|
29930
|
-
{
|
|
29931
|
-
"description": "Font size.",
|
|
29932
|
-
"name": "--hx-font-size-md"
|
|
29933
|
-
},
|
|
29934
|
-
{
|
|
29935
|
-
"description": "Color.",
|
|
29936
|
-
"name": "--hx-color-neutral-800"
|
|
29937
|
-
},
|
|
29938
|
-
{
|
|
29939
|
-
"description": "Size token.",
|
|
29940
|
-
"name": "--hx-size-10"
|
|
29941
|
-
},
|
|
29942
|
-
{
|
|
29943
|
-
"description": "Color.",
|
|
29944
|
-
"name": "--hx-color-neutral-400"
|
|
29945
|
-
},
|
|
29946
|
-
{
|
|
29947
|
-
"description": "Size token.",
|
|
29948
|
-
"name": "--hx-size-8"
|
|
29949
|
-
},
|
|
29950
|
-
{
|
|
29951
|
-
"description": "Spacing token.",
|
|
29952
|
-
"name": "--hx-space-4"
|
|
29953
|
-
},
|
|
29954
|
-
{
|
|
29955
|
-
"description": "Size token.",
|
|
29956
|
-
"name": "--hx-size-12"
|
|
29957
|
-
},
|
|
29958
|
-
{
|
|
29959
|
-
"description": "Font size.",
|
|
29960
|
-
"name": "--hx-font-size-xs"
|
|
29765
|
+
"description": "Error border primitive fallback inside the invalid-state cascade.",
|
|
29766
|
+
"name": "--hx-color-error-600"
|
|
29961
29767
|
}
|
|
29962
29768
|
],
|
|
29963
29769
|
"cssParts": [
|