@helixui/library 3.2.0-next.83 → 3.2.0-next.89
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 +115 -315
- package/dist/components/hx-button/hx-button.d.ts +29 -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 +10 -6
- 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 +35 -6
- package/dist/css/helix-core.css +28 -5
- package/dist/css/helix-feedback.css +7 -1
- package/dist/css/hx-button.css +28 -5
- package/dist/css/hx-toast.css +7 -1
- package/dist/css/index.css +1 -1
- package/dist/css/manifest.json +4 -1
- package/dist/index.js +3 -3
- package/dist/shared/{hx-button-kWxjKqo-.js → hx-button-D3Royxqp.js} +34 -11
- package/dist/shared/hx-button-D3Royxqp.js.map +1 -0
- package/dist/shared/{hx-nav-item-CMyMv5Gv.js → hx-nav-item-C9zXD1zK.js} +2 -2
- package/dist/shared/hx-nav-item-C9zXD1zK.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 +158 -385
- package/package.json +2 -2
- package/dist/shared/hx-button-kWxjKqo-.js.map +0 -1
- package/dist/shared/hx-nav-item-CMyMv5Gv.js.map +0 -1
- package/dist/shared/toast-factory-Mz1GaaFF.js.map +0 -1
package/custom-elements.json
CHANGED
|
@@ -2826,21 +2826,21 @@
|
|
|
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; when set, overrides the variant default hover background from outside the shadow DOM.",
|
|
2835
2835
|
"name": "--hx-button-hover-bg"
|
|
2836
2836
|
},
|
|
2837
2837
|
{
|
|
2838
|
-
"description": "Button text color.",
|
|
2838
|
+
"description": "Button text color (variants route through text.on-{role} / text.on-{role}-strong).",
|
|
2839
2839
|
"name": "--hx-button-color",
|
|
2840
|
-
"default": "var(--hx-color-
|
|
2840
|
+
"default": "var(--hx-color-text-on-primary)"
|
|
2841
2841
|
},
|
|
2842
2842
|
{
|
|
2843
|
-
"description": "Button border color.",
|
|
2843
|
+
"description": "Button border color (secondary/outline variants route through action.secondary.border).",
|
|
2844
2844
|
"name": "--hx-button-border-color",
|
|
2845
2845
|
"default": "transparent"
|
|
2846
2846
|
},
|
|
@@ -2865,187 +2865,103 @@
|
|
|
2865
2865
|
"default": "var(--hx-focus-ring-color)"
|
|
2866
2866
|
},
|
|
2867
2867
|
{
|
|
2868
|
-
"description": "Text color when inverted.",
|
|
2868
|
+
"description": "Text color when inverted (resolves to neutral-0).",
|
|
2869
2869
|
"name": "--hx-button-inverted-color",
|
|
2870
|
-
"default": "
|
|
2870
|
+
"default": "var(--hx-color-text-inverse)"
|
|
2871
2871
|
},
|
|
2872
2872
|
{
|
|
2873
|
-
"description": "Ghost hover bg when inverted.",
|
|
2873
|
+
"description": "Ghost hover bg when inverted (overlay-white-30 ≈ 5:1 vs neutral-900).",
|
|
2874
2874
|
"name": "--hx-button-inverted-ghost-hover-bg",
|
|
2875
|
-
"default": "
|
|
2875
|
+
"default": "var(--hx-color-border-on-dark-default)"
|
|
2876
2876
|
},
|
|
2877
2877
|
{
|
|
2878
|
-
"description": "Focus ring color when inverted.",
|
|
2878
|
+
"description": "Focus ring color when inverted (overlay-white-70 = ~5:1 vs neutral-900).",
|
|
2879
2879
|
"name": "--hx-button-inverted-focus-ring-color",
|
|
2880
|
-
"default": "
|
|
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"
|
|
2937
|
-
},
|
|
2938
|
-
{
|
|
2939
|
-
"description": "CSS filter.",
|
|
2940
|
-
"name": "--hx-filter-brightness-active"
|
|
2941
|
-
},
|
|
2942
|
-
{
|
|
2943
|
-
"description": "Spacing token.",
|
|
2944
|
-
"name": "--hx-space-1"
|
|
2945
|
-
},
|
|
2946
|
-
{
|
|
2947
|
-
"description": "Spacing token.",
|
|
2948
|
-
"name": "--hx-space-3"
|
|
2949
|
-
},
|
|
2950
|
-
{
|
|
2951
|
-
"description": "Font size.",
|
|
2952
|
-
"name": "--hx-font-size-sm"
|
|
2953
|
-
},
|
|
2954
|
-
{
|
|
2955
|
-
"description": "Minimum touch target size.",
|
|
2956
|
-
"name": "--hx-touch-target-min"
|
|
2957
|
-
},
|
|
2958
|
-
{
|
|
2959
|
-
"description": "Spacing token.",
|
|
2960
|
-
"name": "--hx-space-4"
|
|
2961
|
-
},
|
|
2962
|
-
{
|
|
2963
|
-
"description": "Font size.",
|
|
2964
|
-
"name": "--hx-font-size-md"
|
|
2880
|
+
"default": "var(--hx-color-border-on-dark-strong)"
|
|
2965
2881
|
},
|
|
2966
2882
|
{
|
|
2967
|
-
"description": "
|
|
2968
|
-
"name": "--hx-
|
|
2883
|
+
"description": "Primary variant resting fill (3.2.1 semantic action layer).",
|
|
2884
|
+
"name": "--hx-color-action-primary-bg"
|
|
2969
2885
|
},
|
|
2970
2886
|
{
|
|
2971
|
-
"description": "
|
|
2972
|
-
"name": "--hx-
|
|
2887
|
+
"description": "Primary variant hover fill.",
|
|
2888
|
+
"name": "--hx-color-action-primary-bg-hover"
|
|
2973
2889
|
},
|
|
2974
2890
|
{
|
|
2975
|
-
"description": "
|
|
2976
|
-
"name": "--hx-
|
|
2891
|
+
"description": "Primary variant active/pressed fill.",
|
|
2892
|
+
"name": "--hx-color-action-primary-bg-active"
|
|
2977
2893
|
},
|
|
2978
2894
|
{
|
|
2979
|
-
"description": "
|
|
2980
|
-
"name": "--hx-
|
|
2895
|
+
"description": "Secondary/outline variant fg (resolves to primary-600 light, primary-400 dark).",
|
|
2896
|
+
"name": "--hx-color-action-secondary-fg"
|
|
2981
2897
|
},
|
|
2982
2898
|
{
|
|
2983
|
-
"description": "
|
|
2984
|
-
"name": "--hx-color-
|
|
2899
|
+
"description": "Secondary/outline variant border.",
|
|
2900
|
+
"name": "--hx-color-action-secondary-border"
|
|
2985
2901
|
},
|
|
2986
2902
|
{
|
|
2987
|
-
"description": "
|
|
2988
|
-
"name": "--hx-color-
|
|
2903
|
+
"description": "Secondary/outline variant hover fill.",
|
|
2904
|
+
"name": "--hx-color-action-secondary-bg-hover"
|
|
2989
2905
|
},
|
|
2990
2906
|
{
|
|
2991
|
-
"description": "
|
|
2992
|
-
"name": "--hx-color-
|
|
2907
|
+
"description": "Ghost variant fg.",
|
|
2908
|
+
"name": "--hx-color-action-ghost-fg"
|
|
2993
2909
|
},
|
|
2994
2910
|
{
|
|
2995
|
-
"description": "
|
|
2996
|
-
"name": "--hx-color-
|
|
2911
|
+
"description": "Ghost variant hover fill.",
|
|
2912
|
+
"name": "--hx-color-action-ghost-bg-hover"
|
|
2997
2913
|
},
|
|
2998
2914
|
{
|
|
2999
|
-
"description": "
|
|
3000
|
-
"name": "--hx-color-
|
|
2915
|
+
"description": "Danger variant resting fill.",
|
|
2916
|
+
"name": "--hx-color-action-danger-bg"
|
|
3001
2917
|
},
|
|
3002
2918
|
{
|
|
3003
|
-
"description": "
|
|
3004
|
-
"name": "--hx-color-
|
|
2919
|
+
"description": "Danger variant hover fill.",
|
|
2920
|
+
"name": "--hx-color-action-danger-bg-hover"
|
|
3005
2921
|
},
|
|
3006
2922
|
{
|
|
3007
|
-
"description": "
|
|
3008
|
-
"name": "--hx-color-
|
|
2923
|
+
"description": "Danger variant active fill.",
|
|
2924
|
+
"name": "--hx-color-action-danger-bg-active"
|
|
3009
2925
|
},
|
|
3010
2926
|
{
|
|
3011
|
-
"description": "
|
|
3012
|
-
"name": "--hx-color-
|
|
2927
|
+
"description": "Foreground for primary fill (resolves to neutral-900 — AA-tuned for primary-500).",
|
|
2928
|
+
"name": "--hx-color-text-on-primary"
|
|
3013
2929
|
},
|
|
3014
2930
|
{
|
|
3015
|
-
"description": "
|
|
3016
|
-
"name": "--hx-color-primary-
|
|
2931
|
+
"description": "Foreground for primary-hover fill (resolves to neutral-0 across modes).",
|
|
2932
|
+
"name": "--hx-color-text-on-primary-strong"
|
|
3017
2933
|
},
|
|
3018
2934
|
{
|
|
3019
|
-
"description": "
|
|
3020
|
-
"name": "--hx-
|
|
2935
|
+
"description": "Foreground for danger fill (resolves to neutral-900).",
|
|
2936
|
+
"name": "--hx-color-text-on-error"
|
|
3021
2937
|
},
|
|
3022
2938
|
{
|
|
3023
|
-
"description": "
|
|
3024
|
-
"name": "--hx-
|
|
2939
|
+
"description": "Foreground for danger-hover fill (resolves to neutral-0 across modes).",
|
|
2940
|
+
"name": "--hx-color-text-on-error-strong"
|
|
3025
2941
|
},
|
|
3026
2942
|
{
|
|
3027
|
-
"description": "
|
|
3028
|
-
"name": "--hx-
|
|
2943
|
+
"description": "Foreground for tertiary variant on surface.sunken.",
|
|
2944
|
+
"name": "--hx-color-text-primary"
|
|
3029
2945
|
},
|
|
3030
2946
|
{
|
|
3031
|
-
"description": "
|
|
3032
|
-
"name": "--hx-color-
|
|
2947
|
+
"description": "Tertiary variant resting fill.",
|
|
2948
|
+
"name": "--hx-color-surface-sunken"
|
|
3033
2949
|
},
|
|
3034
2950
|
{
|
|
3035
|
-
"description": "
|
|
3036
|
-
"name": "--hx-
|
|
2951
|
+
"description": "Tertiary variant hover fill.",
|
|
2952
|
+
"name": "--hx-color-surface-raised"
|
|
3037
2953
|
},
|
|
3038
2954
|
{
|
|
3039
|
-
"description": "
|
|
3040
|
-
"name": "--hx-
|
|
2955
|
+
"description": "Inverted-tertiary resting border (overlay-white-10).",
|
|
2956
|
+
"name": "--hx-color-border-on-dark-subtle"
|
|
3041
2957
|
},
|
|
3042
2958
|
{
|
|
3043
|
-
"description": "
|
|
3044
|
-
"name": "--hx-
|
|
2959
|
+
"description": "Inverted-tertiary hover border + inverted-secondary/ghost hover border (overlay-white-30).",
|
|
2960
|
+
"name": "--hx-color-border-on-dark-default"
|
|
3045
2961
|
},
|
|
3046
2962
|
{
|
|
3047
|
-
"description": "
|
|
3048
|
-
"name": "--hx-
|
|
2963
|
+
"description": "Inverted focus-visible outline (overlay-white-70).",
|
|
2964
|
+
"name": "--hx-color-border-on-dark-strong"
|
|
3049
2965
|
}
|
|
3050
2966
|
],
|
|
3051
2967
|
"cssParts": [
|
|
@@ -23091,80 +23007,20 @@
|
|
|
23091
23007
|
"default": "var(--hx-color-text-inverse)"
|
|
23092
23008
|
},
|
|
23093
23009
|
{
|
|
23094
|
-
"description": "
|
|
23095
|
-
"name": "--hx-color-
|
|
23096
|
-
},
|
|
23097
|
-
{
|
|
23098
|
-
"description": "Color.",
|
|
23099
|
-
"name": "--hx-color-neutral-100"
|
|
23010
|
+
"description": "Side-nav surface fill (resolves to neutral-900 light, near-black dark).",
|
|
23011
|
+
"name": "--hx-color-surface-inverse"
|
|
23100
23012
|
},
|
|
23101
23013
|
{
|
|
23102
|
-
"description": "
|
|
23103
|
-
"name": "--hx-
|
|
23014
|
+
"description": "Side-nav text color (resolves to neutral-0).",
|
|
23015
|
+
"name": "--hx-color-text-inverse"
|
|
23104
23016
|
},
|
|
23105
23017
|
{
|
|
23106
|
-
"description": "
|
|
23107
|
-
"name": "--hx-border-
|
|
23018
|
+
"description": "Header/footer divider border.",
|
|
23019
|
+
"name": "--hx-color-border-strong"
|
|
23108
23020
|
},
|
|
23109
23021
|
{
|
|
23110
|
-
"description": "
|
|
23111
|
-
"name": "--hx-color-
|
|
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"
|
|
23156
|
-
},
|
|
23157
|
-
{
|
|
23158
|
-
"description": "Color.",
|
|
23159
|
-
"name": "--hx-color-primary-400"
|
|
23160
|
-
},
|
|
23161
|
-
{
|
|
23162
|
-
"description": "CSS custom property.",
|
|
23163
|
-
"name": "--hx-focus-ring-offset"
|
|
23164
|
-
},
|
|
23165
|
-
{
|
|
23166
|
-
"description": "Spacing token.",
|
|
23167
|
-
"name": "--hx-space-5"
|
|
23022
|
+
"description": "Toggle button hover surface (overlay-white-10 primitive — semantic layer for inverted affordances).",
|
|
23023
|
+
"name": "--hx-color-border-on-dark-subtle"
|
|
23168
23024
|
}
|
|
23169
23025
|
],
|
|
23170
23026
|
"cssParts": [
|
|
@@ -29840,124 +29696,52 @@
|
|
|
29840
29696
|
"default": "1.125rem"
|
|
29841
29697
|
},
|
|
29842
29698
|
{
|
|
29843
|
-
"description": "
|
|
29844
|
-
"name": "--hx-
|
|
29845
|
-
|
|
29846
|
-
{
|
|
29847
|
-
"description": "Color.",
|
|
29848
|
-
"name": "--hx-focus-ring-color"
|
|
29699
|
+
"description": "Outer border-width override (canonical hx-{tag}-* prefix; sits above --hx-input-* aliases in the cascade).",
|
|
29700
|
+
"name": "--hx-text-input-border-width",
|
|
29701
|
+
"default": "var(--hx-border-width-thin)"
|
|
29849
29702
|
},
|
|
29850
29703
|
{
|
|
29851
|
-
"description": "
|
|
29852
|
-
"name": "--hx-
|
|
29704
|
+
"description": "Outer horizontal padding override.",
|
|
29705
|
+
"name": "--hx-text-input-padding-x",
|
|
29706
|
+
"default": "var(--hx-space-3)"
|
|
29853
29707
|
},
|
|
29854
29708
|
{
|
|
29855
|
-
"description": "
|
|
29856
|
-
"name": "--hx-
|
|
29709
|
+
"description": "Outer vertical padding override.",
|
|
29710
|
+
"name": "--hx-text-input-padding-y",
|
|
29711
|
+
"default": "var(--hx-space-2)"
|
|
29857
29712
|
},
|
|
29858
29713
|
{
|
|
29859
|
-
"description": "
|
|
29860
|
-
"name": "--hx-
|
|
29714
|
+
"description": "Outer font-size override.",
|
|
29715
|
+
"name": "--hx-text-input-font-size",
|
|
29716
|
+
"default": "var(--hx-font-size-md)"
|
|
29861
29717
|
},
|
|
29862
29718
|
{
|
|
29863
|
-
"description": "
|
|
29864
|
-
"name": "--hx-
|
|
29719
|
+
"description": "Outer sm-variant font-size override (falls through to --hx-input-sm-font-size).",
|
|
29720
|
+
"name": "--hx-text-input-sm-font-size"
|
|
29865
29721
|
},
|
|
29866
29722
|
{
|
|
29867
|
-
"description": "
|
|
29868
|
-
"name": "--hx-font-
|
|
29723
|
+
"description": "Outer lg-variant font-size override (falls through to --hx-input-lg-font-size).",
|
|
29724
|
+
"name": "--hx-text-input-lg-font-size"
|
|
29869
29725
|
},
|
|
29870
29726
|
{
|
|
29871
|
-
"description": "
|
|
29872
|
-
"name": "--hx-
|
|
29727
|
+
"description": "Resting field surface (semantic).",
|
|
29728
|
+
"name": "--hx-color-surface-default"
|
|
29873
29729
|
},
|
|
29874
29730
|
{
|
|
29875
|
-
"description": "
|
|
29876
|
-
"name": "--hx-
|
|
29731
|
+
"description": "Resting input text + label color (semantic).",
|
|
29732
|
+
"name": "--hx-color-text-strong"
|
|
29877
29733
|
},
|
|
29878
29734
|
{
|
|
29879
|
-
"description": "
|
|
29880
|
-
"name": "--hx-color-
|
|
29881
|
-
},
|
|
29882
|
-
{
|
|
29883
|
-
"description": "Line height.",
|
|
29884
|
-
"name": "--hx-line-height-normal"
|
|
29735
|
+
"description": "Resting border color (semantic).",
|
|
29736
|
+
"name": "--hx-color-border-strong"
|
|
29885
29737
|
},
|
|
29886
29738
|
{
|
|
29887
|
-
"description": "
|
|
29739
|
+
"description": "Error state text + border color (semantic).",
|
|
29888
29740
|
"name": "--hx-color-error-text"
|
|
29889
29741
|
},
|
|
29890
29742
|
{
|
|
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"
|
|
29743
|
+
"description": "Error border primitive fallback inside the focus-state cascade.",
|
|
29744
|
+
"name": "--hx-color-error-600"
|
|
29961
29745
|
}
|
|
29962
29746
|
],
|
|
29963
29747
|
"cssParts": [
|
|
@@ -32109,12 +31893,12 @@
|
|
|
32109
31893
|
"name": "--hx-border-radius-md"
|
|
32110
31894
|
},
|
|
32111
31895
|
{
|
|
32112
|
-
"description": "
|
|
32113
|
-
"name": "--hx-color-
|
|
31896
|
+
"description": "Default-variant background semantic (neutral-900 anchor; flipped per mode).",
|
|
31897
|
+
"name": "--hx-color-surface-inverse"
|
|
32114
31898
|
},
|
|
32115
31899
|
{
|
|
32116
|
-
"description": "
|
|
32117
|
-
"name": "--hx-color-
|
|
31900
|
+
"description": "Default-variant foreground semantic (neutral-0 anchor; flipped per mode).",
|
|
31901
|
+
"name": "--hx-color-text-inverse"
|
|
32118
31902
|
},
|
|
32119
31903
|
{
|
|
32120
31904
|
"description": "CSS custom property.",
|
|
@@ -32151,20 +31935,36 @@
|
|
|
32151
31935
|
"name": "--hx-transition-normal"
|
|
32152
31936
|
},
|
|
32153
31937
|
{
|
|
32154
|
-
"description": "
|
|
32155
|
-
"name": "--hx-color-success-
|
|
31938
|
+
"description": "Success-variant background semantic (3.2.1 cascade).",
|
|
31939
|
+
"name": "--hx-color-surface-success-strong"
|
|
32156
31940
|
},
|
|
32157
31941
|
{
|
|
32158
|
-
"description": "
|
|
32159
|
-
"name": "--hx-color-warning-
|
|
31942
|
+
"description": "Warning-variant background semantic (3.2.1 cascade).",
|
|
31943
|
+
"name": "--hx-color-surface-warning-strong"
|
|
32160
31944
|
},
|
|
32161
31945
|
{
|
|
32162
|
-
"description": "
|
|
32163
|
-
"name": "--hx-color-
|
|
31946
|
+
"description": "Danger-variant background semantic (3.2.1 cascade).",
|
|
31947
|
+
"name": "--hx-color-surface-danger-strong"
|
|
32164
31948
|
},
|
|
32165
31949
|
{
|
|
32166
|
-
"description": "
|
|
32167
|
-
"name": "--hx-color-
|
|
31950
|
+
"description": "Info-variant background semantic (3.2.1 cascade).",
|
|
31951
|
+
"name": "--hx-color-surface-info-strong"
|
|
31952
|
+
},
|
|
31953
|
+
{
|
|
31954
|
+
"description": "Success-variant foreground semantic (neutral-0 across modes).",
|
|
31955
|
+
"name": "--hx-color-text-on-success-strong"
|
|
31956
|
+
},
|
|
31957
|
+
{
|
|
31958
|
+
"description": "Warning-variant foreground semantic (neutral-900; warning sits on lighter -500 fill).",
|
|
31959
|
+
"name": "--hx-color-text-on-warning"
|
|
31960
|
+
},
|
|
31961
|
+
{
|
|
31962
|
+
"description": "Danger-variant foreground semantic (neutral-0 across modes).",
|
|
31963
|
+
"name": "--hx-color-text-on-error-strong"
|
|
31964
|
+
},
|
|
31965
|
+
{
|
|
31966
|
+
"description": "Info-variant foreground semantic (neutral-0 across modes).",
|
|
31967
|
+
"name": "--hx-color-text-on-primary-strong"
|
|
32168
31968
|
},
|
|
32169
31969
|
{
|
|
32170
31970
|
"description": "Minimum touch target size.",
|