simple-keyboard-layouts 3.0.235 → 3.1.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.
Files changed (40) hide show
  1. package/build/{types/components → components}/Layouts.d.ts +0 -0
  2. package/build/{types/components → components}/Layouts.test.d.ts +0 -0
  3. package/build/{types/index.d.ts → index.d.ts} +0 -0
  4. package/build/index.js +1 -1
  5. package/build/{types/interfaces.d.ts → interfaces.d.ts} +0 -0
  6. package/build/{types/layouts → layouts}/arabic.d.ts +0 -0
  7. package/build/{types/layouts → layouts}/assamese.d.ts +0 -0
  8. package/build/{types/layouts → layouts}/belarusian.d.ts +0 -0
  9. package/build/{types/layouts → layouts}/bengali.d.ts +0 -0
  10. package/build/{types/layouts → layouts}/burmese.d.ts +0 -0
  11. package/build/{types/layouts → layouts}/chinese.d.ts +0 -0
  12. package/build/{types/layouts → layouts}/czech.d.ts +0 -0
  13. package/build/{types/layouts → layouts}/english.d.ts +0 -0
  14. package/build/{types/layouts → layouts}/farsi.d.ts +0 -0
  15. package/build/{types/layouts → layouts}/french.d.ts +0 -0
  16. package/build/{types/layouts → layouts}/georgian.d.ts +0 -0
  17. package/build/{types/layouts → layouts}/german.d.ts +0 -0
  18. package/build/{types/layouts → layouts}/gilaki.d.ts +0 -0
  19. package/build/{types/layouts → layouts}/greek.d.ts +0 -0
  20. package/build/{types/layouts → layouts}/hebrew.d.ts +0 -0
  21. package/build/{types/layouts → layouts}/hindi.d.ts +0 -0
  22. package/build/{types/layouts → layouts}/italian.d.ts +0 -0
  23. package/build/{types/layouts → layouts}/japanese.d.ts +0 -0
  24. package/build/{types/layouts → layouts}/kannada.d.ts +0 -0
  25. package/build/{types/layouts → layouts}/korean.d.ts +0 -0
  26. package/build/{types/layouts → layouts}/nigerian.d.ts +0 -0
  27. package/build/{types/layouts → layouts}/norwegian.d.ts +0 -0
  28. package/build/{types/layouts → layouts}/polish.d.ts +0 -0
  29. package/build/{types/layouts → layouts}/russian.d.ts +0 -0
  30. package/build/{types/layouts → layouts}/russianOld.d.ts +0 -0
  31. package/build/{types/layouts → layouts}/sindhi.d.ts +0 -0
  32. package/build/{types/layouts → layouts}/spanish.d.ts +0 -0
  33. package/build/{types/layouts → layouts}/swedish.d.ts +0 -0
  34. package/build/{types/layouts → layouts}/thai.d.ts +0 -0
  35. package/build/{types/layouts → layouts}/turkish.d.ts +0 -0
  36. package/build/{types/layouts → layouts}/ukrainian.d.ts +0 -0
  37. package/build/{types/layouts → layouts}/urdu.d.ts +0 -0
  38. package/build/{types/layouts → layouts}/uyghur.d.ts +0 -0
  39. package/package.json +2 -3
  40. package/tsconfig.json +1 -1
File without changes
package/build/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * simple-keyboard-layouts v3.0.235
3
+ * simple-keyboard-layouts v3.1.3
4
4
  * https://github.com/hodgef/simple-keyboard-layouts
5
5
  *
6
6
  * Copyright (c) Francisco Hodge (https://github.com/hodgef) and project contributors.
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
package/package.json CHANGED
@@ -1,9 +1,8 @@
1
1
  {
2
2
  "name": "simple-keyboard-layouts",
3
- "version": "3.0.235",
3
+ "version": "3.1.3",
4
4
  "description": "Layouts module for simple-keyboard",
5
5
  "main": "build/index.js",
6
- "types": "build/types/index.d.ts",
7
6
  "scripts": {
8
7
  "start": "webpack serve --config webpack.config.demo.js",
9
8
  "build": "webpack && tsc && npm run buildLayouts",
@@ -63,7 +62,7 @@
63
62
  "optimize-css-assets-webpack-plugin": "^6.0.1",
64
63
  "prettier": "^2.5.1",
65
64
  "prettier-webpack-plugin": "^1.2.0",
66
- "simple-keyboard": "3.4.4",
65
+ "simple-keyboard": "3.4.7",
67
66
  "style-loader": "^3.2.1",
68
67
  "terser-webpack-plugin": "^5.2.5",
69
68
  "typescript": "^4.5.2",
package/tsconfig.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "compilerOptions": {
3
3
  "noImplicitAny": true,
4
- "outDir": "build/types",
4
+ "outDir": "build",
5
5
  "module": "esnext",
6
6
  "target": "es5",
7
7
  "allowJs": true,