@nethru/ui 2.1.16 → 2.1.18

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.
@@ -154,6 +154,7 @@ export default function Editor({
154
154
  let hints = [];
155
155
  const config = {
156
156
  rules: {
157
+ "semi": ["error", "always"],
157
158
  "func-names": "off",
158
159
  "no-unused-expressions": "off",
159
160
  ...eslintRules
@@ -43,6 +43,7 @@ export const styles = {
43
43
  fontSize: `${typography.bodyMdMedium.fontSize} !important`,
44
44
  paddingLeft: 10,
45
45
  paddingRight: 10,
46
+ boxSizing: "border-box",
46
47
  '&.Mui-disabled': {
47
48
  color: grey[500]
48
49
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nethru/ui",
3
- "version": "2.1.16",
3
+ "version": "2.1.18",
4
4
  "main": "base/index.js",
5
5
  "files": [
6
6
  "/base"