@snack-uikit/input-private
Advanced tools
Comparing version 4.1.0 to 4.2.0
@@ -6,2 +6,13 @@ # Change Log | ||
# 4.2.0 (2024-10-28) | ||
### Features | ||
* **FF-5782:** sass use/forward approach ([3e53869](https://github.com/cloud-ru-tech/snack-uikit/commit/3e53869ace864a7718e434b7f410c15dbd911cd5)) | ||
# 4.1.0 (2024-10-28) | ||
@@ -8,0 +19,0 @@ |
@@ -7,3 +7,3 @@ { | ||
"title": "Input Private", | ||
"version": "4.1.0", | ||
"version": "4.2.0", | ||
"sideEffects": [ | ||
@@ -40,7 +40,7 @@ "*.css", | ||
"dependencies": { | ||
"@snack-uikit/icons": "0.23.0", | ||
"@snack-uikit/icons": "0.24.0", | ||
"@snack-uikit/utils": "3.5.0", | ||
"classnames": "2.3.2" | ||
}, | ||
"gitHead": "62cc21d8606a61a78f80e3a7455b20d6f38474fa" | ||
"gitHead": "8499829efa0c118b704de17411ae2328a024adb5" | ||
} |
@@ -59,3 +59,3 @@ # Input Private | ||
| key | `Key` | - | | | ||
| ref | `Ref<HTMLInputElement>` | - | Allows getting a ref to the component instance. Once the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref). @see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom | | ||
| ref | `LegacyRef<HTMLInputElement>` | - | Allows getting a ref to the component instance. Once the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref). @see {@link https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom React Docs} | | ||
## useButtonNavigation | ||
@@ -62,0 +62,0 @@ `hook` |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
100528
+ Added@snack-uikit/icons@0.24.0(transitive)
- Removed@snack-uikit/icons@0.23.0(transitive)
Updated@snack-uikit/icons@0.24.0