Browse Source

update pages

Robin Herbots 1 year ago
parent
commit
9dfa8fa2c9

+ 7 - 7
inputmask-pages/package-lock.json

@@ -25,7 +25,7 @@
         "eslint-plugin-react-hooks": "^4.6.0",
         "gh-pages": "^5.0.0",
         "history": "^5.3.0",
-        "inputmask": "^5.0.10-beta.5",
+        "inputmask": "^5.0.10-beta.8",
         "postcss-normalize": "^10.0.1",
         "prettier": "3.0.0",
         "react": "^18.2.0",
@@ -11037,9 +11037,9 @@
       "dev": true
     },
     "node_modules/inputmask": {
-      "version": "5.0.10-beta.5",
-      "resolved": "https://azuredevops.biocartis.com/SWDevelopment/_packaging/biocartis-feed/npm/registry/inputmask/-/inputmask-5.0.10-beta.5.tgz",
-      "integrity": "sha1-V8pvAaT0afYoFmTmnKSnprG7Ba8=",
+      "version": "5.0.10-beta.8",
+      "resolved": "https://registry.npmjs.org/inputmask/-/inputmask-5.0.10-beta.8.tgz",
+      "integrity": "sha512-eTJIbUwbYeduRrpVPA/U1eoWWXyy0o1efWrb2SP9bpZ8dWjffuBQp8wMLz8OHe7tpboqXTuVeypKrppMN/3d5Q==",
       "dev": true,
       "license": "MIT"
     },
@@ -30214,9 +30214,9 @@
       "dev": true
     },
     "inputmask": {
-      "version": "5.0.10-beta.5",
-      "resolved": "https://azuredevops.biocartis.com/SWDevelopment/_packaging/biocartis-feed/npm/registry/inputmask/-/inputmask-5.0.10-beta.5.tgz",
-      "integrity": "sha1-V8pvAaT0afYoFmTmnKSnprG7Ba8=",
+      "version": "5.0.10-beta.8",
+      "resolved": "https://registry.npmjs.org/inputmask/-/inputmask-5.0.10-beta.8.tgz",
+      "integrity": "sha512-eTJIbUwbYeduRrpVPA/U1eoWWXyy0o1efWrb2SP9bpZ8dWjffuBQp8wMLz8OHe7tpboqXTuVeypKrppMN/3d5Q==",
       "dev": true
     },
     "internal-slot": {

+ 1 - 1
inputmask-pages/package.json

@@ -20,7 +20,7 @@
     "eslint-plugin-react-hooks": "^4.6.0",
     "gh-pages": "^5.0.0",
     "history": "^5.3.0",
-    "inputmask": "^5.0.10-beta.5",
+    "inputmask": "^5.0.10-beta.8",
     "postcss-normalize": "^10.0.1",
     "prettier": "3.0.0",
     "react": "^18.2.0",

+ 3 - 3
inputmask-pages/src/assets/Colormask.md

@@ -9,7 +9,7 @@ The colormask is the same as inputmask but allows you to specify a color for the
 Include the files which you can find in the `dist` folder.
 
 ```html
-<link rel="stylesheet" href="colormask.css">
+<link rel="stylesheet" href="colormask.css" />
 <script src="colormask.js"></script>
 ```
 
@@ -24,6 +24,6 @@ import Colormask from "inputmask/dist/colormask.js";
 
 ## Usage
 
-first have a look at the stylesheet `colormask.css` to see how you can style the mask.  Adjust the colors to your needs.
+First have a look at the stylesheet `colormask.css` to see how you can style the mask. Adjust the colors to your needs.
 
-Use it like the inputmask but with Colormask instead of Inputmask.  
+Use it like the inputmask but with Colormask instead of Inputmask.