@ryanhelsing/ry-ui 1.0.7 → 1.0.8

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":"ry-combobox.d.ts","sourceRoot":"","sources":["../../src/ts/components/ry-combobox.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;GAYG;AAEH,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAKlD,qBAAa,UAAW,SAAQ,SAAS;;IAKvC,MAAM,CAAC,kBAAkB,iCAAkC;IAE3D,KAAK,IAAI,IAAI;IAmSb,IAAI,IAAI,IAAI;IAsCZ,KAAK,IAAI,IAAI;IAmBb,MAAM,IAAI,IAAI;IAQd,IAAI,KAAK,IAAI,MAAM,CAElB;IAED,IAAI,KAAK,CAAC,GAAG,EAAE,MAAM,EAKpB;CACF"}
1
+ {"version":3,"file":"ry-combobox.d.ts","sourceRoot":"","sources":["../../src/ts/components/ry-combobox.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;GAYG;AAEH,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAKlD,qBAAa,UAAW,SAAQ,SAAS;;IAKvC,MAAM,CAAC,kBAAkB,iCAAkC;IAE3D,KAAK,IAAI,IAAI;IAkTb,IAAI,IAAI,IAAI;IAsCZ,KAAK,IAAI,IAAI;IAmBb,MAAM,IAAI,IAAI;IAQd,IAAI,KAAK,IAAI,MAAM,CAElB;IAED,IAAI,KAAK,CAAC,GAAG,EAAE,MAAM,EAKpB;CACF"}
@@ -2846,7 +2846,9 @@ ry-combobox [data-ry-target="input"] {
2846
2846
 
2847
2847
  ry-combobox [data-ry-target="arrow"] {
2848
2848
  flex-shrink: 0;
2849
- padding-inline-end: var(--ry-space-2, 0.5rem);
2849
+ display: inline-flex;
2850
+ align-items: center;
2851
+ justify-content: center;
2850
2852
  cursor: pointer;
2851
2853
  transition: transform var(--ry-duration-fast, 100ms) var(--ry-ease, ease);
2852
2854
  }
@@ -2261,7 +2261,7 @@ ry-combobox[data-ry-state="open"] .ry-combobox__input-wrapper {
2261
2261
  transition: background-color var(--ry-duration-fast) var(--ry-ease);
2262
2262
  }
2263
2263
 
2264
- .ry-combobox__option:is(:hover, [data-highlighted]) {
2264
+ .ry-combobox__option[data-highlighted] {
2265
2265
  background-color: var(--ry-color-bg-muted);
2266
2266
  }
2267
2267
 
@@ -3088,7 +3088,9 @@ ry-combobox [data-ry-target="input"] {
3088
3088
 
3089
3089
  ry-combobox [data-ry-target="arrow"] {
3090
3090
  flex-shrink: 0;
3091
- padding-inline-end: var(--ry-space-2, 0.5rem);
3091
+ display: inline-flex;
3092
+ align-items: center;
3093
+ justify-content: center;
3092
3094
  cursor: pointer;
3093
3095
  transition: transform var(--ry-duration-fast, 100ms) var(--ry-ease, ease);
3094
3096
  }
@@ -5440,7 +5442,7 @@ ry-combobox[data-ry-state="open"] .ry-combobox__input-wrapper {
5440
5442
  transition: background-color var(--ry-duration-fast) var(--ry-ease);
5441
5443
  }
5442
5444
 
5443
- .ry-combobox__option:is(:hover, [data-highlighted]) {
5445
+ .ry-combobox__option[data-highlighted] {
5444
5446
  background-color: var(--ry-color-bg-muted);
5445
5447
  }
5446
5448