matcha-components 20.41.0 → 20.43.0

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 (2) hide show
  1. package/index.d.ts +1 -1
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -2067,7 +2067,7 @@ declare class MatchaMaskDirective implements ControlValueAccessor, OnChanges, Va
2067
2067
  prefix: i0.InputSignal<string>;
2068
2068
  suffix: i0.InputSignal<string>;
2069
2069
  thousandSeparator: i0.InputSignal<string>;
2070
- decimalMarker: i0.InputSignal<"." | "," | [".", ","]>;
2070
+ decimalMarker: i0.InputSignal<"," | "." | [".", ","]>;
2071
2071
  dropSpecialCharacters: i0.InputSignal<boolean | string[] | readonly string[] | null>;
2072
2072
  hiddenInput: i0.InputSignal<boolean | null>;
2073
2073
  showMaskTyped: i0.InputSignal<boolean | null>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "matcha-components",
3
- "version": "20.41.0",
3
+ "version": "20.43.0",
4
4
  "peerDependencies": {},
5
5
  "dependencies": {
6
6
  "tslib": "^2.3.0"