@kumori/aurora-wui-components 0.0.256-dev4072.2 → 0.0.256-dev4072.3

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":"axebow-search.d.ts","sourceRoot":"","sources":["../../../src/components/axebow-search/axebow-search.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAwB,cAAc,EAAE,MAAM,KAAK,CAAC;AAEvE,OAAO,+BAA+B,CAAC;AACvC,OAAO,yDAAyD,CAAC;AAEjE,qBACa,YAAa,SAAQ,UAAU;IAC1C,MAAM,CAAC,MAAM,4BA8BX;IAE0B,KAAK,SAAM;IACX,WAAW,SAAM;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;IAE5C,SAAS,CAAC,OAAO,CAAC,OAAO,EAAE,cAAc;IAiBzC,OAAO,CAAC,WAAW;IAMnB,OAAO,CAAC,QAAQ;IAIhB,OAAO,CAAC,QAAQ;IAIhB,MAAM;CAOP"}
1
+ {"version":3,"file":"axebow-search.d.ts","sourceRoot":"","sources":["../../../src/components/axebow-search/axebow-search.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAwB,cAAc,EAAE,MAAM,KAAK,CAAC;AAEvE,OAAO,+BAA+B,CAAC;AACvC,OAAO,yDAAyD,CAAC;AAEjE,qBACa,YAAa,SAAQ,UAAU;IAC1C,MAAM,CAAC,MAAM,4BAiCX;IAE0B,KAAK,SAAM;IACX,WAAW,SAAM;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;IAE5C,SAAS,CAAC,OAAO,CAAC,OAAO,EAAE,cAAc;IAiBzC,OAAO,CAAC,WAAW;IAMnB,OAAO,CAAC,QAAQ;IAIhB,OAAO,CAAC,QAAQ;IAIhB,MAAM;CAOP"}
package/dist/index.js CHANGED
@@ -635,6 +635,9 @@ var AxebowSearch = class AxebowSearch extends LitElement {
635
635
  border-radius: 0.375rem;
636
636
  box-shadow: none;
637
637
  }
638
+ sl-input::part(input) {
639
+ height: var(--axebow-search-height, 2.5rem) !important;
640
+ }
638
641
  sl-input:focus-within::part(base) {
639
642
  border-color: var(--axebow-tertiary);
640
643
  }