@kumori/aurora-wui-components 0.0.269-dev4124.20 → 0.0.269-dev4124.22

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-numeric-input.d.ts","sourceRoot":"","sources":["../../../src/components/axebow-input/axebow-numeric-input.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,cAAc,EAAE,MAAM,KAAK,CAAC;AAGhD,OAAO,yDAAyD,CAAC;AACjE,OAAO,EAAE,eAAe,EAAE,MAAM,wBAAwB,CAAC;AAEzD,qBACa,kBAAmB,SAAQ,eAAe;IACrD,MAAM,CAAC,MAAM,4BAwEX;IAE0B,GAAG,SAA2B;IAC9B,GAAG,SAAK;IACP,WAAW,UAAS;IAErB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,WAAW,CAAC,EAAE,MAAM,CAAC;IACpB,WAAW,UAAQ;IACpB,UAAU,SAAK;IACd,UAAU,UAAS;IACpB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAE9C,OAAO,CAAC,OAAO,EAAE,cAAc;IAkC/B,SAAS,CAAC,YAAY,CAAC,CAAC,EAAE,KAAK;IAgB/B,SAAS,CAAC,aAAa,CAAC,CAAC,EAAE,aAAa;IAMxC,OAAO,CAAC,UAAU;IAYlB,OAAO,CAAC,cAAc;IA2BtB,MAAM;CAqBP"}
1
+ {"version":3,"file":"axebow-numeric-input.d.ts","sourceRoot":"","sources":["../../../src/components/axebow-input/axebow-numeric-input.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,cAAc,EAAE,MAAM,KAAK,CAAC;AAGhD,OAAO,yDAAyD,CAAC;AACjE,OAAO,EAAE,eAAe,EAAE,MAAM,wBAAwB,CAAC;AAEzD,qBACa,kBAAmB,SAAQ,eAAe;IACrD,MAAM,CAAC,MAAM,4BAqEX;IAE0B,GAAG,SAA2B;IAC9B,GAAG,SAAK;IACP,WAAW,UAAS;IAErB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,WAAW,CAAC,EAAE,MAAM,CAAC;IACpB,WAAW,UAAQ;IACpB,UAAU,SAAK;IACd,UAAU,UAAS;IACpB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAE9C,OAAO,CAAC,OAAO,EAAE,cAAc;IAkC/B,SAAS,CAAC,YAAY,CAAC,CAAC,EAAE,KAAK;IAgB/B,SAAS,CAAC,aAAa,CAAC,CAAC,EAAE,aAAa;IAMxC,OAAO,CAAC,UAAU;IAYlB,OAAO,CAAC,cAAc;IA2BtB,MAAM;CAqBP"}
package/dist/index.js CHANGED
@@ -1875,9 +1875,6 @@ var AxebowNumericInput = class AxebowNumericInput extends AxebowInputBase {
1875
1875
  display: block;
1876
1876
  width: 100%;
1877
1877
  }
1878
- sl-input::part(base) {
1879
- border-color: var(--axebow-gray);
1880
- }
1881
1878
  sl-input::part(input)::-webkit-outer-spin-button,
1882
1879
  sl-input::part(input)::-webkit-inner-spin-button {
1883
1880
  -webkit-appearance: none;
@@ -1915,7 +1912,7 @@ var AxebowNumericInput = class AxebowNumericInput extends AxebowInputBase {
1915
1912
  flex-direction: column;
1916
1913
  width: 1.375rem !important;
1917
1914
  height: 2.375rem !important;
1918
- border-left: 1px solid var(--axebow-gray);
1915
+ border: 1px solid var(--axebow-table-header-border) !important;
1919
1916
  border-radius: 0 0.375rem 0.375rem 0;
1920
1917
  overflow: hidden;
1921
1918
  }
@@ -1933,7 +1930,7 @@ var AxebowNumericInput = class AxebowNumericInput extends AxebowInputBase {
1933
1930
  cursor: pointer;
1934
1931
  }
1935
1932
  .axebow-numeric-stepper-btn:first-child {
1936
- border-bottom: 1px solid var(--axebow-gray);
1933
+ border-bottom: 1px solid var(--axebow-table-header-border) !important;
1937
1934
  }
1938
1935
  .axebow-numeric-stepper-btn:disabled {
1939
1936
  cursor: not-allowed;