@everymatrix/lottery-grid 0.1.20 → 0.1.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.
@@ -9,6 +9,14 @@ const TRANSLATIONS = {
9
9
  resetButton: 'Reseteaza',
10
10
  autoButton: 'Ma simt norocos'
11
11
  },
12
+ fr: {
13
+ resetButton: 'Reset',
14
+ autoButton: 'I feel lucky'
15
+ },
16
+ ar: {
17
+ resetButton: 'Reset',
18
+ autoButton: 'I feel lucky'
19
+ }
12
20
  };
13
21
  export const translate = (key, customLang) => {
14
22
  const lang = customLang;
@@ -0,0 +1,2 @@
1
+ import { Config } from '../../../../../../../../../../../stencil-public-runtime';
2
+ export declare const config: Config;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@everymatrix/lottery-grid",
3
- "version": "0.1.20",
3
+ "version": "0.1.22",
4
4
  "main": "./dist/index.cjs.js",
5
5
  "module": "./dist/index.js",
6
6
  "es2015": "./dist/esm/index.mjs",
@@ -1,2 +0,0 @@
1
- import { Config } from '../../../../../../../../../../stencil-public-runtime';
2
- export declare const config: Config;