jamespot-react-components 1.2.61 → 1.2.62

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.
@@ -246,7 +246,7 @@ export declare const OptionMenu: import("styled-components").StyledComponent<"di
246
246
  accessKey?: string | undefined | undefined;
247
247
  autoCapitalize?: "off" | "none" | "on" | "sentences" | "words" | "characters" | undefined | (string & {}) | undefined;
248
248
  autoFocus?: boolean | undefined | undefined;
249
- contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
249
+ contentEditable?: "inherit" | (boolean | "true" | "false") | "plaintext-only" | undefined;
250
250
  contextMenu?: string | undefined | undefined;
251
251
  dir?: string | undefined | undefined;
252
252
  draggable?: (boolean | "true" | "false") | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jamespot-react-components",
3
- "version": "1.2.61",
3
+ "version": "1.2.62",
4
4
  "description": "",
5
5
  "main": "./build/jamespot-react-components.js",
6
6
  "types": "./build/src/index.d.ts",
@@ -66,7 +66,7 @@
66
66
  "fork-ts-checker-webpack-plugin": "^9.1.0",
67
67
  "husky": "^7.0.4",
68
68
  "identity-obj-proxy": "^3.0.0",
69
- "jamespot-user-api": "^1.2.61",
69
+ "jamespot-user-api": "^1.2.62",
70
70
  "jest": "^30.2.0",
71
71
  "jest-environment-jsdom": "^30.2.0",
72
72
  "jest-styled-components": "^7.2.0",