vueless 0.0.773 → 0.0.774

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vueless",
3
- "version": "0.0.773",
3
+ "version": "0.0.774",
4
4
  "license": "MIT",
5
5
  "description": "Vue Styleless UI Component Library, powered by Tailwind CSS.",
6
6
  "keywords": [
@@ -4,7 +4,7 @@ import { getRawValue, getFormattedValue } from "./utilFormat.ts";
4
4
 
5
5
  import type { FormatOptions } from "./types.ts";
6
6
 
7
- const digitSet = ["1", "2", "3", "4", "5", "6", "7", "9", "0"];
7
+ const digitSet = ["1", "2", "3", "4", "5", "6", "7", "8", "9", "0"];
8
8
  const rawDecimalMark = ".";
9
9
  const comma = ",";
10
10
  const minus = "-";