@micromag/element-text-input 0.4.100 → 0.4.109

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 (2) hide show
  1. package/es/index.d.ts +2 -2
  2. package/package.json +3 -3
package/es/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
1
+ import React from 'react';
2
2
  import { TextStyle, BoxStyle, Margin } from '@micromag/core';
3
3
 
4
4
  interface TextInputProps {
@@ -20,6 +20,6 @@ interface TextInputProps {
20
20
  focusable?: boolean;
21
21
  className?: string | null;
22
22
  }
23
- declare function TextInput({ label, labelOutside, labelClassName, textStyle, placeholderTextStyle, buttonStyle, labelOutsideStyle, margin, multiline, value, onChange, onFocus, onBlur, required, disabled, focusable, className, }: TextInputProps): react_jsx_runtime.JSX.Element;
23
+ declare function TextInput({ label, labelOutside, labelClassName, textStyle, placeholderTextStyle, buttonStyle, labelOutsideStyle, margin, multiline, value, onChange, onFocus, onBlur, required, disabled, focusable, className, }: TextInputProps): React.JSX.Element;
24
24
 
25
25
  export { TextInput as default };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/element-text-input",
3
- "version": "0.4.100",
3
+ "version": "0.4.109",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "keywords": [
@@ -58,7 +58,7 @@
58
58
  },
59
59
  "dependencies": {
60
60
  "@babel/runtime": "^7.28.6",
61
- "@micromag/core": "^0.4.100",
61
+ "@micromag/core": "^0.4.109",
62
62
  "classnames": "^2.2.6",
63
63
  "react-helmet": "^6.1.0"
64
64
  },
@@ -74,5 +74,5 @@
74
74
  "access": "public",
75
75
  "registry": "https://registry.npmjs.org/"
76
76
  },
77
- "gitHead": "724328f428f29f4950850cf34adb68ef5f46669a"
77
+ "gitHead": "0eb452de33304b91642b48c12088758a8f0573a5"
78
78
  }