@helixui/library 3.2.0-next.100 → 3.2.0-next.104

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 (137) hide show
  1. package/custom-elements.json +10 -10
  2. package/dist/components/hx-alert/hx-alert.styles.d.ts.map +1 -1
  3. package/dist/components/hx-alert/index.js +1 -1
  4. package/dist/components/hx-banner/hx-banner.styles.d.ts.map +1 -1
  5. package/dist/components/hx-banner/index.js +1 -1
  6. package/dist/components/hx-button/hx-button.d.ts +5 -5
  7. package/dist/components/hx-button/hx-button.styles.d.ts.map +1 -1
  8. package/dist/components/hx-button/index.js +1 -1
  9. package/dist/components/hx-checkbox/hx-checkbox.styles.d.ts.map +1 -1
  10. package/dist/components/hx-checkbox/index.js +1 -1
  11. package/dist/components/hx-code-snippet/hx-code-snippet.styles.d.ts.map +1 -1
  12. package/dist/components/hx-code-snippet/index.js +1 -1
  13. package/dist/components/hx-combobox/hx-combobox.styles.d.ts.map +1 -1
  14. package/dist/components/hx-combobox/index.js +1 -1
  15. package/dist/components/hx-date-picker/hx-date-picker.styles.d.ts.map +1 -1
  16. package/dist/components/hx-date-picker/index.js +1 -1
  17. package/dist/components/hx-link/hx-link.styles.d.ts.map +1 -1
  18. package/dist/components/hx-link/index.js +1 -1
  19. package/dist/components/hx-list/hx-list-item.styles.d.ts.map +1 -1
  20. package/dist/components/hx-list/index.js +1 -1
  21. package/dist/components/hx-radio-group/hx-radio.styles.d.ts.map +1 -1
  22. package/dist/components/hx-radio-group/index.js +1 -1
  23. package/dist/components/hx-rating/hx-rating.styles.d.ts.map +1 -1
  24. package/dist/components/hx-rating/index.js +1 -1
  25. package/dist/components/hx-select/hx-select.styles.d.ts.map +1 -1
  26. package/dist/components/hx-select/index.js +1 -1
  27. package/dist/components/hx-side-nav/hx-side-nav.d.ts +1 -1
  28. package/dist/components/hx-side-nav/index.js +1 -1
  29. package/dist/components/hx-slider/hx-slider.styles.d.ts.map +1 -1
  30. package/dist/components/hx-slider/index.js +1 -1
  31. package/dist/components/hx-split-button/hx-split-button.styles.d.ts.map +1 -1
  32. package/dist/components/hx-split-button/index.js +1 -1
  33. package/dist/components/hx-switch/hx-switch.styles.d.ts.map +1 -1
  34. package/dist/components/hx-switch/index.js +1 -1
  35. package/dist/components/hx-tabs/hx-tab-panel.styles.d.ts.map +1 -1
  36. package/dist/components/hx-tabs/hx-tab.styles.d.ts.map +1 -1
  37. package/dist/components/hx-tabs/index.js +1 -1
  38. package/dist/components/hx-text-input/hx-text-input.styles.d.ts.map +1 -1
  39. package/dist/components/hx-text-input/index.js +1 -1
  40. package/dist/components/hx-textarea/hx-textarea.styles.d.ts.map +1 -1
  41. package/dist/components/hx-textarea/index.js +1 -1
  42. package/dist/components/hx-toggle-button/hx-toggle-button.styles.d.ts.map +1 -1
  43. package/dist/components/hx-toggle-button/index.js +1 -1
  44. package/dist/components/hx-tree-view/hx-tree-view.styles.d.ts.map +1 -1
  45. package/dist/components/hx-tree-view/index.js +1 -1
  46. package/dist/css/helix-all.css +58 -113
  47. package/dist/css/helix-core.css +33 -23
  48. package/dist/css/helix-data.css +2 -4
  49. package/dist/css/helix-feedback.css +3 -12
  50. package/dist/css/helix-forms.css +16 -63
  51. package/dist/css/helix-navigation.css +2 -3
  52. package/dist/css/helix-tokens.css +16 -8
  53. package/dist/css/helix-utility.css +2 -8
  54. package/dist/css/hx-alert.css +1 -4
  55. package/dist/css/hx-banner.css +2 -8
  56. package/dist/css/hx-button.css +32 -19
  57. package/dist/css/hx-checkbox.css +1 -4
  58. package/dist/css/hx-code-snippet.css +2 -4
  59. package/dist/css/hx-combobox.css +2 -8
  60. package/dist/css/hx-date-picker.css +5 -21
  61. package/dist/css/hx-link.css +1 -4
  62. package/dist/css/hx-rating.css +1 -2
  63. package/dist/css/hx-select.css +1 -4
  64. package/dist/css/hx-side-nav.css +1 -1
  65. package/dist/css/hx-slider.css +1 -4
  66. package/dist/css/hx-split-button.css +2 -8
  67. package/dist/css/hx-switch.css +1 -4
  68. package/dist/css/hx-text-input.css +2 -8
  69. package/dist/css/hx-textarea.css +1 -4
  70. package/dist/css/hx-toggle-button.css +1 -4
  71. package/dist/css/hx-tree-view.css +1 -2
  72. package/dist/css/index.css +1 -1
  73. package/dist/css/manifest.json +16 -14
  74. package/dist/index.js +21 -21
  75. package/dist/shared/{hx-alert-C597yHpD.js → hx-alert-CLn7CstP.js} +2 -5
  76. package/dist/shared/hx-alert-CLn7CstP.js.map +1 -0
  77. package/dist/shared/{hx-banner-Cxd7eFUP.js → hx-banner-D3DzpfcP.js} +7 -13
  78. package/dist/shared/hx-banner-D3DzpfcP.js.map +1 -0
  79. package/dist/shared/{hx-button-9OUjJnk7.js → hx-button-DVSDRKoV.js} +38 -25
  80. package/dist/shared/hx-button-DVSDRKoV.js.map +1 -0
  81. package/dist/shared/{hx-checkbox-DBD-gMoz.js → hx-checkbox-D7xma9YH.js} +6 -9
  82. package/dist/shared/hx-checkbox-D7xma9YH.js.map +1 -0
  83. package/dist/shared/{hx-code-snippet-B26RM1_C.js → hx-code-snippet-Bi-arDKH.js} +3 -5
  84. package/dist/shared/hx-code-snippet-Bi-arDKH.js.map +1 -0
  85. package/dist/shared/{hx-combobox-ClhNRAS5.js → hx-combobox-DDzqNKEW.js} +6 -12
  86. package/dist/shared/hx-combobox-DDzqNKEW.js.map +1 -0
  87. package/dist/shared/{hx-date-picker-BJm7Yrda.js → hx-date-picker-2iRG1p74.js} +12 -28
  88. package/dist/shared/hx-date-picker-2iRG1p74.js.map +1 -0
  89. package/dist/shared/{hx-link-9Ig2DW6L.js → hx-link-C-O6vq0Q.js} +2 -5
  90. package/dist/shared/hx-link-C-O6vq0Q.js.map +1 -0
  91. package/dist/shared/{hx-list-CkphGi9T.js → hx-list-MyEhh8c7.js} +3 -5
  92. package/dist/shared/hx-list-MyEhh8c7.js.map +1 -0
  93. package/dist/shared/{hx-nav-item-CqbO5-T5.js → hx-nav-item-Dap3DYgB.js} +2 -2
  94. package/dist/shared/hx-nav-item-Dap3DYgB.js.map +1 -0
  95. package/dist/shared/{hx-radio-dFjUAost.js → hx-radio-CJvNU2yP.js} +2 -5
  96. package/dist/shared/{hx-radio-dFjUAost.js.map → hx-radio-CJvNU2yP.js.map} +1 -1
  97. package/dist/shared/{hx-rating-CGtsejNf.js → hx-rating-C3QP53k9.js} +2 -3
  98. package/dist/shared/hx-rating-C3QP53k9.js.map +1 -0
  99. package/dist/shared/{hx-select-Bf4usFts.js → hx-select-C8fEHQhC.js} +2 -5
  100. package/dist/shared/hx-select-C8fEHQhC.js.map +1 -0
  101. package/dist/shared/{hx-slider-m0aEClH1.js → hx-slider-Blmv_rwS.js} +23 -26
  102. package/dist/shared/hx-slider-Blmv_rwS.js.map +1 -0
  103. package/dist/shared/{hx-split-button-BxDFfx4D.js → hx-split-button-Djnc5Aeg.js} +3 -9
  104. package/dist/shared/hx-split-button-Djnc5Aeg.js.map +1 -0
  105. package/dist/shared/{hx-switch-DvAW4YY-.js → hx-switch-BrZFaRue.js} +6 -9
  106. package/dist/shared/hx-switch-BrZFaRue.js.map +1 -0
  107. package/dist/shared/{hx-tab-panel-SWOEHuJc.js → hx-tab-panel-DspCrKqo.js} +3 -9
  108. package/dist/shared/{hx-tab-panel-SWOEHuJc.js.map → hx-tab-panel-DspCrKqo.js.map} +1 -1
  109. package/dist/shared/{hx-text-input-Bn7Gn8CI.js → hx-text-input-D6FlOZM-.js} +3 -9
  110. package/dist/shared/hx-text-input-D6FlOZM-.js.map +1 -0
  111. package/dist/shared/{hx-textarea-Jx1xnhgv.js → hx-textarea-CNG590KY.js} +6 -9
  112. package/dist/shared/hx-textarea-CNG590KY.js.map +1 -0
  113. package/dist/shared/{hx-toggle-button-DPAIh_Xo.js → hx-toggle-button-iLiYrMbD.js} +2 -5
  114. package/dist/shared/hx-toggle-button-iLiYrMbD.js.map +1 -0
  115. package/dist/shared/{hx-tree-item-Dt0Ozqyr.js → hx-tree-item-C2CiWuDE.js} +2 -3
  116. package/dist/shared/hx-tree-item-C2CiWuDE.js.map +1 -0
  117. package/figma-inventory.json +12 -12
  118. package/package.json +2 -2
  119. package/dist/shared/hx-alert-C597yHpD.js.map +0 -1
  120. package/dist/shared/hx-banner-Cxd7eFUP.js.map +0 -1
  121. package/dist/shared/hx-button-9OUjJnk7.js.map +0 -1
  122. package/dist/shared/hx-checkbox-DBD-gMoz.js.map +0 -1
  123. package/dist/shared/hx-code-snippet-B26RM1_C.js.map +0 -1
  124. package/dist/shared/hx-combobox-ClhNRAS5.js.map +0 -1
  125. package/dist/shared/hx-date-picker-BJm7Yrda.js.map +0 -1
  126. package/dist/shared/hx-link-9Ig2DW6L.js.map +0 -1
  127. package/dist/shared/hx-list-CkphGi9T.js.map +0 -1
  128. package/dist/shared/hx-nav-item-CqbO5-T5.js.map +0 -1
  129. package/dist/shared/hx-rating-CGtsejNf.js.map +0 -1
  130. package/dist/shared/hx-select-Bf4usFts.js.map +0 -1
  131. package/dist/shared/hx-slider-m0aEClH1.js.map +0 -1
  132. package/dist/shared/hx-split-button-BxDFfx4D.js.map +0 -1
  133. package/dist/shared/hx-switch-DvAW4YY-.js.map +0 -1
  134. package/dist/shared/hx-text-input-Bn7Gn8CI.js.map +0 -1
  135. package/dist/shared/hx-textarea-Jx1xnhgv.js.map +0 -1
  136. package/dist/shared/hx-toggle-button-DPAIh_Xo.js.map +0 -1
  137. package/dist/shared/hx-tree-item-Dt0Ozqyr.js.map +0 -1
@@ -2884,12 +2884,12 @@
2884
2884
  "default": "var(--hx-color-text-on-error)"
2885
2885
  },
2886
2886
  {
2887
- "description": "Ghost hover bg when inverted (overlay-white-30 5:1 vs neutral-900).",
2887
+ "description": "Ghost hover bg when inverted (overlay-white-30 translucent fill, not a border; contrast not applicable).",
2888
2888
  "name": "--hx-button-inverted-ghost-hover-bg",
2889
- "default": "var(--hx-color-border-on-dark-default)"
2889
+ "default": "var(--hx-color-surface-on-dark-overlay-default)"
2890
2890
  },
2891
2891
  {
2892
- "description": "Focus ring color when inverted (overlay-white-70 = ~5:1 vs neutral-900).",
2892
+ "description": "Focus ring color when inverted (overlay-white-70 5:1 vs neutral-900 — clears WCAG 1.4.11 3:1 floor for non-text UI).",
2893
2893
  "name": "--hx-button-inverted-focus-ring-color",
2894
2894
  "default": "var(--hx-color-border-on-dark-strong)"
2895
2895
  },
@@ -2974,15 +2974,15 @@
2974
2974
  "name": "--hx-color-surface-raised"
2975
2975
  },
2976
2976
  {
2977
- "description": "Inverted-tertiary resting border (overlay-white-10).",
2978
- "name": "--hx-color-border-on-dark-subtle"
2977
+ "description": "Inverted-tertiary resting fill (overlay-white-10 — translucent fill, not a border).",
2978
+ "name": "--hx-color-surface-on-dark-overlay-subtle"
2979
2979
  },
2980
2980
  {
2981
- "description": "Inverted-tertiary hover border + inverted-secondary/ghost hover border (overlay-white-30).",
2982
- "name": "--hx-color-border-on-dark-default"
2981
+ "description": "Inverted-tertiary hover fill + inverted-secondary/ghost/outline hover fill (overlay-white-30 — translucent fill, not a border).",
2982
+ "name": "--hx-color-surface-on-dark-overlay-default"
2983
2983
  },
2984
2984
  {
2985
- "description": "Inverted focus-visible outline (overlay-white-70).",
2985
+ "description": "Inverted-secondary/outline border + inverted focus-visible outline (overlay-white-70 ≈ 5:1 — clears WCAG 1.4.11 3:1 floor).",
2986
2986
  "name": "--hx-color-border-on-dark-strong"
2987
2987
  }
2988
2988
  ],
@@ -23041,8 +23041,8 @@
23041
23041
  "name": "--hx-color-border-on-dark-strong"
23042
23042
  },
23043
23043
  {
23044
- "description": "Toggle button hover surface (overlay-white-10 primitive — semantic layer for inverted affordances).",
23045
- "name": "--hx-color-border-on-dark-subtle"
23044
+ "description": "Toggle button hover surface (overlay-white-10 primitive — translucent fill, not a border).",
23045
+ "name": "--hx-color-surface-on-dark-overlay-subtle"
23046
23046
  }
23047
23047
  ],
23048
23048
  "cssParts": [
@@ -1 +1 @@
1
- {"version":3,"file":"hx-alert.styles.d.ts","sourceRoot":"","sources":["../../../src/components/hx-alert/hx-alert.styles.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;;GAWG;AACH,eAAO,MAAM,gBAAgB,yBA8O5B,CAAC"}
1
+ {"version":3,"file":"hx-alert.styles.d.ts","sourceRoot":"","sources":["../../../src/components/hx-alert/hx-alert.styles.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;;GAWG;AACH,eAAO,MAAM,gBAAgB,yBA2O5B,CAAC"}
@@ -1,4 +1,4 @@
1
- import { H as l } from "../../shared/hx-alert-C597yHpD.js";
1
+ import { H as l } from "../../shared/hx-alert-CLn7CstP.js";
2
2
  export {
3
3
  l as HelixAlert
4
4
  };
@@ -1 +1 @@
1
- {"version":3,"file":"hx-banner.styles.d.ts","sourceRoot":"","sources":["../../../src/components/hx-banner/hx-banner.styles.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;;GAWG;AACH,eAAO,MAAM,iBAAiB,yBAmO7B,CAAC"}
1
+ {"version":3,"file":"hx-banner.styles.d.ts","sourceRoot":"","sources":["../../../src/components/hx-banner/hx-banner.styles.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;;GAWG;AACH,eAAO,MAAM,iBAAiB,yBA6N7B,CAAC"}
@@ -1,4 +1,4 @@
1
- import { H as a } from "../../shared/hx-banner-Cxd7eFUP.js";
1
+ import { H as a } from "../../shared/hx-banner-D3DzpfcP.js";
2
2
  export {
3
3
  a as HelixBanner
4
4
  };
@@ -40,8 +40,8 @@ declare const HelixButton_base: typeof HelixElement;
40
40
  * @cssprop [--hx-button-inverted-color=var(--hx-color-text-inverse)] - Text color when inverted (resolves to neutral-0).
41
41
  * @cssprop [--hx-button-inverted-primary-interactive-color=var(--hx-color-text-on-primary)] - 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.
42
42
  * @cssprop [--hx-button-inverted-danger-interactive-color=var(--hx-color-text-on-error)] - 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.
43
- * @cssprop [--hx-button-inverted-ghost-hover-bg=var(--hx-color-border-on-dark-default)] - Ghost hover bg when inverted (overlay-white-30 5:1 vs neutral-900).
44
- * @cssprop [--hx-button-inverted-focus-ring-color=var(--hx-color-border-on-dark-strong)] - Focus ring color when inverted (overlay-white-70 = ~5:1 vs neutral-900).
43
+ * @cssprop [--hx-button-inverted-ghost-hover-bg=var(--hx-color-surface-on-dark-overlay-default)] - Ghost hover bg when inverted (overlay-white-30 translucent fill, not a border; contrast not applicable).
44
+ * @cssprop [--hx-button-inverted-focus-ring-color=var(--hx-color-border-on-dark-strong)] - Focus ring color when inverted (overlay-white-70 5:1 vs neutral-900 — clears WCAG 1.4.11 3:1 floor for non-text UI).
45
45
  *
46
46
  * @cssprop [--hx-color-action-primary-bg] - Primary variant resting fill (3.2.1 semantic action layer).
47
47
  * @cssprop [--hx-color-action-primary-bg-hover] - Primary variant hover fill.
@@ -63,9 +63,9 @@ declare const HelixButton_base: typeof HelixElement;
63
63
  * @cssprop [--hx-color-text-primary] - Foreground for tertiary variant on surface.sunken.
64
64
  * @cssprop [--hx-color-surface-sunken] - Tertiary variant resting fill.
65
65
  * @cssprop [--hx-color-surface-raised] - Tertiary variant hover fill.
66
- * @cssprop [--hx-color-border-on-dark-subtle] - Inverted-tertiary resting border (overlay-white-10).
67
- * @cssprop [--hx-color-border-on-dark-default] - Inverted-tertiary hover border + inverted-secondary/ghost hover border (overlay-white-30).
68
- * @cssprop [--hx-color-border-on-dark-strong] - Inverted focus-visible outline (overlay-white-70).
66
+ * @cssprop [--hx-color-surface-on-dark-overlay-subtle] - Inverted-tertiary resting fill (overlay-white-10 — translucent fill, not a border).
67
+ * @cssprop [--hx-color-surface-on-dark-overlay-default] - Inverted-tertiary hover fill + inverted-secondary/ghost/outline hover fill (overlay-white-30 — translucent fill, not a border).
68
+ * @cssprop [--hx-color-border-on-dark-strong] - Inverted-secondary/outline border + inverted focus-visible outline (overlay-white-70 ≈ 5:1 — clears WCAG 1.4.11 3:1 floor).
69
69
  */
70
70
  export declare class HelixButton extends HelixButton_base {
71
71
  static styles: import('lit').CSSResult[];
@@ -1 +1 @@
1
- {"version":3,"file":"hx-button.styles.d.ts","sourceRoot":"","sources":["../../../src/components/hx-button/hx-button.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,iBAAiB,yBAga7B,CAAC"}
1
+ {"version":3,"file":"hx-button.styles.d.ts","sourceRoot":"","sources":["../../../src/components/hx-button/hx-button.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,iBAAiB,yBA6a7B,CAAC"}
@@ -1,4 +1,4 @@
1
- import { H as e } from "../../shared/hx-button-9OUjJnk7.js";
1
+ import { H as e } from "../../shared/hx-button-DVSDRKoV.js";
2
2
  export {
3
3
  e as HelixButton
4
4
  };
@@ -1 +1 @@
1
- {"version":3,"file":"hx-checkbox.styles.d.ts","sourceRoot":"","sources":["../../../src/components/hx-checkbox/hx-checkbox.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,mBAAmB,yBA6R/B,CAAC"}
1
+ {"version":3,"file":"hx-checkbox.styles.d.ts","sourceRoot":"","sources":["../../../src/components/hx-checkbox/hx-checkbox.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,mBAAmB,yBA0R/B,CAAC"}
@@ -1,4 +1,4 @@
1
- import { H as x } from "../../shared/hx-checkbox-DBD-gMoz.js";
1
+ import { H as x } from "../../shared/hx-checkbox-D7xma9YH.js";
2
2
  export {
3
3
  x as HelixCheckbox
4
4
  };
@@ -1 +1 @@
1
- {"version":3,"file":"hx-code-snippet.styles.d.ts","sourceRoot":"","sources":["../../../src/components/hx-code-snippet/hx-code-snippet.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,sBAAsB,yBAiNlC,CAAC"}
1
+ {"version":3,"file":"hx-code-snippet.styles.d.ts","sourceRoot":"","sources":["../../../src/components/hx-code-snippet/hx-code-snippet.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,sBAAsB,yBA+MlC,CAAC"}
@@ -1,4 +1,4 @@
1
- import { H as p } from "../../shared/hx-code-snippet-B26RM1_C.js";
1
+ import { H as p } from "../../shared/hx-code-snippet-Bi-arDKH.js";
2
2
  export {
3
3
  p as HelixCodeSnippet
4
4
  };
@@ -1 +1 @@
1
- {"version":3,"file":"hx-combobox.styles.d.ts","sourceRoot":"","sources":["../../../src/components/hx-combobox/hx-combobox.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,mBAAmB,yBAwY/B,CAAC"}
1
+ {"version":3,"file":"hx-combobox.styles.d.ts","sourceRoot":"","sources":["../../../src/components/hx-combobox/hx-combobox.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,mBAAmB,yBAkY/B,CAAC"}
@@ -1,4 +1,4 @@
1
- import { H as b } from "../../shared/hx-combobox-ClhNRAS5.js";
1
+ import { H as b } from "../../shared/hx-combobox-DDzqNKEW.js";
2
2
  export {
3
3
  b as HelixCombobox
4
4
  };
@@ -1 +1 @@
1
- {"version":3,"file":"hx-date-picker.styles.d.ts","sourceRoot":"","sources":["../../../src/components/hx-date-picker/hx-date-picker.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,qBAAqB,yBAsbjC,CAAC"}
1
+ {"version":3,"file":"hx-date-picker.styles.d.ts","sourceRoot":"","sources":["../../../src/components/hx-date-picker/hx-date-picker.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,qBAAqB,yBAsajC,CAAC"}
@@ -1,4 +1,4 @@
1
- import { H as a } from "../../shared/hx-date-picker-BJm7Yrda.js";
1
+ import { H as a } from "../../shared/hx-date-picker-2iRG1p74.js";
2
2
  export {
3
3
  a as HelixDatePicker
4
4
  };
@@ -1 +1 @@
1
- {"version":3,"file":"hx-link.styles.d.ts","sourceRoot":"","sources":["../../../src/components/hx-link/hx-link.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,eAAe,yBA2H3B,CAAC"}
1
+ {"version":3,"file":"hx-link.styles.d.ts","sourceRoot":"","sources":["../../../src/components/hx-link/hx-link.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,eAAe,yBAwH3B,CAAC"}
@@ -1,4 +1,4 @@
1
- import { H as o } from "../../shared/hx-link-9Ig2DW6L.js";
1
+ import { H as o } from "../../shared/hx-link-C-O6vq0Q.js";
2
2
  export {
3
3
  o as HelixLink
4
4
  };
@@ -1 +1 @@
1
- {"version":3,"file":"hx-list-item.styles.d.ts","sourceRoot":"","sources":["../../../src/components/hx-list/hx-list-item.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,mBAAmB,yBA4I/B,CAAC"}
1
+ {"version":3,"file":"hx-list-item.styles.d.ts","sourceRoot":"","sources":["../../../src/components/hx-list/hx-list-item.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,mBAAmB,yBA0I/B,CAAC"}
@@ -1,4 +1,4 @@
1
- import { H as s, a as t } from "../../shared/hx-list-CkphGi9T.js";
1
+ import { H as s, a as t } from "../../shared/hx-list-MyEhh8c7.js";
2
2
  export {
3
3
  s as HelixList,
4
4
  t as HelixListItem
@@ -1 +1 @@
1
- {"version":3,"file":"hx-radio.styles.d.ts","sourceRoot":"","sources":["../../../src/components/hx-radio-group/hx-radio.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,gBAAgB,yBAqK5B,CAAC"}
1
+ {"version":3,"file":"hx-radio.styles.d.ts","sourceRoot":"","sources":["../../../src/components/hx-radio-group/hx-radio.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,gBAAgB,yBAkK5B,CAAC"}
@@ -1,4 +1,4 @@
1
- import { H as i, a as e } from "../../shared/hx-radio-dFjUAost.js";
1
+ import { H as i, a as e } from "../../shared/hx-radio-CJvNU2yP.js";
2
2
  export {
3
3
  i as HelixRadio,
4
4
  e as HelixRadioGroup
@@ -1 +1 @@
1
- {"version":3,"file":"hx-rating.styles.d.ts","sourceRoot":"","sources":["../../../src/components/hx-rating/hx-rating.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,iBAAiB,yBAyI7B,CAAC"}
1
+ {"version":3,"file":"hx-rating.styles.d.ts","sourceRoot":"","sources":["../../../src/components/hx-rating/hx-rating.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,iBAAiB,yBAwI7B,CAAC"}
@@ -1,4 +1,4 @@
1
- import { H as i } from "../../shared/hx-rating-CGtsejNf.js";
1
+ import { H as i } from "../../shared/hx-rating-C3QP53k9.js";
2
2
  export {
3
3
  i as HelixRating
4
4
  };
@@ -1 +1 @@
1
- {"version":3,"file":"hx-select.styles.d.ts","sourceRoot":"","sources":["../../../src/components/hx-select/hx-select.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,iBAAiB,yBAyX7B,CAAC"}
1
+ {"version":3,"file":"hx-select.styles.d.ts","sourceRoot":"","sources":["../../../src/components/hx-select/hx-select.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,iBAAiB,yBAsX7B,CAAC"}
@@ -1,4 +1,4 @@
1
- import { H as o } from "../../shared/hx-select-Bf4usFts.js";
1
+ import { H as o } from "../../shared/hx-select-C8fEHQhC.js";
2
2
  export {
3
3
  o as HelixSelect
4
4
  };
@@ -33,7 +33,7 @@ import { HelixElement } from '../../base/index.js';
33
33
  * @cssprop [--hx-color-surface-inverse] - Side-nav surface fill (resolves to neutral-900 light, near-black dark).
34
34
  * @cssprop [--hx-color-text-inverse] - Side-nav text color (resolves to neutral-0).
35
35
  * @cssprop [--hx-color-border-on-dark-strong] - Container/header/footer divider border (overlay-white-70 light, overlay-black-50 dark — sized for visibility on the mode-flipped surface-inverse).
36
- * @cssprop [--hx-color-border-on-dark-subtle] - Toggle button hover surface (overlay-white-10 primitive — semantic layer for inverted affordances).
36
+ * @cssprop [--hx-color-surface-on-dark-overlay-subtle] - Toggle button hover surface (overlay-white-10 primitive — translucent fill, not a border).
37
37
  */
38
38
  export declare class HelixSideNav extends HelixElement {
39
39
  static styles: import('lit').CSSResult[];
@@ -1,4 +1,4 @@
1
- import { H as i, a as x } from "../../shared/hx-nav-item-CqbO5-T5.js";
1
+ import { H as i, a as x } from "../../shared/hx-nav-item-Dap3DYgB.js";
2
2
  export {
3
3
  i as HelixNavItem,
4
4
  x as HelixSideNav
@@ -1 +1 @@
1
- {"version":3,"file":"hx-slider.styles.d.ts","sourceRoot":"","sources":["../../../src/components/hx-slider/hx-slider.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,iBAAiB,yBAuS7B,CAAC"}
1
+ {"version":3,"file":"hx-slider.styles.d.ts","sourceRoot":"","sources":["../../../src/components/hx-slider/hx-slider.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,iBAAiB,yBAoS7B,CAAC"}
@@ -1,4 +1,4 @@
1
- import { H as i } from "../../shared/hx-slider-m0aEClH1.js";
1
+ import { H as i } from "../../shared/hx-slider-Blmv_rwS.js";
2
2
  export {
3
3
  i as HelixSlider
4
4
  };
@@ -1 +1 @@
1
- {"version":3,"file":"hx-split-button.styles.d.ts","sourceRoot":"","sources":["../../../src/components/hx-split-button/hx-split-button.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,sBAAsB,yBAsWlC,CAAC"}
1
+ {"version":3,"file":"hx-split-button.styles.d.ts","sourceRoot":"","sources":["../../../src/components/hx-split-button/hx-split-button.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,sBAAsB,yBAgWlC,CAAC"}
@@ -1,4 +1,4 @@
1
- import { H as e } from "../../shared/hx-split-button-BxDFfx4D.js";
1
+ import { H as e } from "../../shared/hx-split-button-Djnc5Aeg.js";
2
2
  export {
3
3
  e as HelixSplitButton
4
4
  };
@@ -1 +1 @@
1
- {"version":3,"file":"hx-switch.styles.d.ts","sourceRoot":"","sources":["../../../src/components/hx-switch/hx-switch.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,iBAAiB,yBA+O7B,CAAC"}
1
+ {"version":3,"file":"hx-switch.styles.d.ts","sourceRoot":"","sources":["../../../src/components/hx-switch/hx-switch.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,iBAAiB,yBA4O7B,CAAC"}
@@ -1,4 +1,4 @@
1
- import { H as o } from "../../shared/hx-switch-DvAW4YY-.js";
1
+ import { H as o } from "../../shared/hx-switch-BrZFaRue.js";
2
2
  export {
3
3
  o as HelixSwitch
4
4
  };
@@ -1 +1 @@
1
- {"version":3,"file":"hx-tab-panel.styles.d.ts","sourceRoot":"","sources":["../../../src/components/hx-tabs/hx-tab-panel.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,mBAAmB,yBA4C/B,CAAC"}
1
+ {"version":3,"file":"hx-tab-panel.styles.d.ts","sourceRoot":"","sources":["../../../src/components/hx-tabs/hx-tab-panel.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,mBAAmB,yBAyC/B,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"hx-tab.styles.d.ts","sourceRoot":"","sources":["../../../src/components/hx-tabs/hx-tab.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,cAAc,yBA8H1B,CAAC"}
1
+ {"version":3,"file":"hx-tab.styles.d.ts","sourceRoot":"","sources":["../../../src/components/hx-tabs/hx-tab.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,cAAc,yBA2H1B,CAAC"}
@@ -1,4 +1,4 @@
1
- import { H as b, a as l, b as s } from "../../shared/hx-tab-panel-SWOEHuJc.js";
1
+ import { H as b, a as l, b as s } from "../../shared/hx-tab-panel-DspCrKqo.js";
2
2
  export {
3
3
  b as HelixTab,
4
4
  l as HelixTabPanel,
@@ -1 +1 @@
1
- {"version":3,"file":"hx-text-input.styles.d.ts","sourceRoot":"","sources":["../../../src/components/hx-text-input/hx-text-input.styles.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;;GAWG;AACH,eAAO,MAAM,oBAAoB,yBAkWhC,CAAC"}
1
+ {"version":3,"file":"hx-text-input.styles.d.ts","sourceRoot":"","sources":["../../../src/components/hx-text-input/hx-text-input.styles.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;;GAWG;AACH,eAAO,MAAM,oBAAoB,yBA4VhC,CAAC"}
@@ -1,4 +1,4 @@
1
- import { H as x } from "../../shared/hx-text-input-Bn7Gn8CI.js";
1
+ import { H as x } from "../../shared/hx-text-input-D6FlOZM-.js";
2
2
  export {
3
3
  x as HelixTextInput
4
4
  };
@@ -1 +1 @@
1
- {"version":3,"file":"hx-textarea.styles.d.ts","sourceRoot":"","sources":["../../../src/components/hx-textarea/hx-textarea.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,mBAAmB,yBAmR/B,CAAC"}
1
+ {"version":3,"file":"hx-textarea.styles.d.ts","sourceRoot":"","sources":["../../../src/components/hx-textarea/hx-textarea.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,mBAAmB,yBAgR/B,CAAC"}
@@ -1,4 +1,4 @@
1
- import { H as r } from "../../shared/hx-textarea-Jx1xnhgv.js";
1
+ import { H as r } from "../../shared/hx-textarea-CNG590KY.js";
2
2
  export {
3
3
  r as HelixTextarea
4
4
  };
@@ -1 +1 @@
1
- {"version":3,"file":"hx-toggle-button.styles.d.ts","sourceRoot":"","sources":["../../../src/components/hx-toggle-button/hx-toggle-button.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,uBAAuB,yBAoQnC,CAAC"}
1
+ {"version":3,"file":"hx-toggle-button.styles.d.ts","sourceRoot":"","sources":["../../../src/components/hx-toggle-button/hx-toggle-button.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,uBAAuB,yBAiQnC,CAAC"}
@@ -1,4 +1,4 @@
1
- import { H as t } from "../../shared/hx-toggle-button-DPAIh_Xo.js";
1
+ import { H as t } from "../../shared/hx-toggle-button-iLiYrMbD.js";
2
2
  export {
3
3
  t as HelixToggleButton
4
4
  };
@@ -1 +1 @@
1
- {"version":3,"file":"hx-tree-view.styles.d.ts","sourceRoot":"","sources":["../../../src/components/hx-tree-view/hx-tree-view.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,mBAAmB,yBA+B/B,CAAC"}
1
+ {"version":3,"file":"hx-tree-view.styles.d.ts","sourceRoot":"","sources":["../../../src/components/hx-tree-view/hx-tree-view.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,mBAAmB,yBA8B/B,CAAC"}
@@ -1,4 +1,4 @@
1
- import { H as a, a as i } from "../../shared/hx-tree-item-Dt0Ozqyr.js";
1
+ import { H as a, a as i } from "../../shared/hx-tree-item-C2CiWuDE.js";
2
2
  export {
3
3
  a as HelixTreeItem,
4
4
  i as HelixTreeView