@machinemetrics/mm-react-components 1.4.0 → 1.4.1

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.
@@ -1 +1 @@
1
- {"version":3,"file":"SelectPreview.d.ts","sourceRoot":"","sources":["../../src/preview/SelectPreview.tsx"],"names":[],"mappings":"AAUA,MAAM,CAAC,OAAO,UAAU,aAAa,4CAiCpC"}
1
+ {"version":3,"file":"SelectPreview.d.ts","sourceRoot":"","sources":["../../src/preview/SelectPreview.tsx"],"names":[],"mappings":"AAUA,MAAM,CAAC,OAAO,UAAU,aAAa,4CA8CpC"}
@@ -992,6 +992,27 @@
992
992
  .carbide.dark [data-slot='select-trigger']:where(:not(:disabled)):hover {
993
993
  background-color: var(--input-surface-hover-bg);
994
994
  }
995
+ /* Ghost variant: transparent, borderless trigger for inline/row contexts
996
+ (e.g. table row controls). Rest-state reset only — the rule ties the base
997
+ hover rules on specificity, so hover is re-asserted below; focus-visible
998
+ rules follow in source order and still win their tie. */
999
+ .carbide [data-slot='select-trigger'][data-variant='ghost'] {
1000
+ background-color: transparent;
1001
+ border-color: transparent;
1002
+ box-shadow: none;
1003
+ }
1004
+ .carbide
1005
+ [data-slot='select-trigger'][data-variant='ghost']:where(
1006
+ :not(:disabled)
1007
+ ):hover {
1008
+ background-color: var(--accent);
1009
+ }
1010
+ .carbide.dark
1011
+ [data-slot='select-trigger'][data-variant='ghost']:where(
1012
+ :not(:disabled)
1013
+ ):hover {
1014
+ background-color: var(--input-surface-hover-bg);
1015
+ }
995
1016
  .carbide [data-slot='select-trigger']:focus-visible {
996
1017
  outline: none;
997
1018
  border-color: var(--ring);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@machinemetrics/mm-react-components",
3
- "version": "1.4.0",
3
+ "version": "1.4.1",
4
4
  "description": "Industrial-grade React components for manufacturing applications",
5
5
  "keywords": [
6
6
  "react",