@dartech/arsenal-ui 1.4.32 → 1.4.33

Sign up to get free protection for your applications and to get access to all the features.
package/index.js CHANGED
@@ -7013,7 +7013,8 @@ const inputThemeOptions = {
7013
7013
  marginBottom: baseTheme.spacing(1),
7014
7014
  fontWeight: 500,
7015
7015
  fontSize: '14px',
7016
- lineHeight: '20px'
7016
+ lineHeight: '20px',
7017
+ pointerEvents: 'auto'
7017
7018
  }
7018
7019
  }
7019
7020
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dartech/arsenal-ui",
3
- "version": "1.4.32",
3
+ "version": "1.4.33",
4
4
  "author": "DAR",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -44,6 +44,7 @@ declare const inputThemeOptions: {
44
44
  fontWeight: number;
45
45
  fontSize: string;
46
46
  lineHeight: string;
47
+ pointerEvents: string;
47
48
  };
48
49
  };
49
50
  };