@snack-uikit/button
Advanced tools
Comparing version 0.18.0 to 0.19.0
@@ -6,2 +6,13 @@ # Change Log | ||
# 0.19.0 (2024-10-28) | ||
### Features | ||
* **FF-5782:** sass use/forward approach ([3e53869](https://github.com/cloud-ru-tech/snack-uikit/commit/3e53869ace864a7718e434b7f410c15dbd911cd5)) | ||
# 0.18.0 (2024-10-28) | ||
@@ -8,0 +19,0 @@ |
@@ -7,3 +7,3 @@ { | ||
"title": "Button", | ||
"version": "0.18.0", | ||
"version": "0.19.0", | ||
"sideEffects": [ | ||
@@ -40,8 +40,8 @@ "*.css", | ||
"dependencies": { | ||
"@snack-uikit/counter": "0.7.0", | ||
"@snack-uikit/loaders": "0.6.0", | ||
"@snack-uikit/counter": "0.8.0", | ||
"@snack-uikit/loaders": "0.7.0", | ||
"@snack-uikit/utils": "3.5.0", | ||
"classnames": "2.3.2" | ||
}, | ||
"gitHead": "62cc21d8606a61a78f80e3a7455b20d6f38474fa" | ||
"gitHead": "8499829efa0c118b704de17411ae2328a024adb5" | ||
} |
@@ -72,3 +72,3 @@ # Button | ||
| fullWidth | `boolean` | - | Сделать кнопку во всю ширину | | ||
| ref | `Ref<HTMLButtonElement \| HTMLAnchorElement>` | - | 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<HTMLButtonElement \| HTMLAnchorElement>` | - | 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} | | ||
| key | `Key` | - | | | ||
@@ -95,3 +95,3 @@ ## ButtonSimple | ||
| fullWidth | `boolean` | - | Сделать кнопку во всю ширину | | ||
| ref | `Ref<HTMLButtonElement \| HTMLAnchorElement>` | - | 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<HTMLButtonElement \| HTMLAnchorElement>` | - | 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} | | ||
| key | `Key` | - | | | ||
@@ -118,3 +118,3 @@ ## ButtonOutline | ||
| fullWidth | `boolean` | - | Сделать кнопку во всю ширину | | ||
| ref | `Ref<HTMLButtonElement \| HTMLAnchorElement>` | - | 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<HTMLButtonElement \| HTMLAnchorElement>` | - | 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} | | ||
| key | `Key` | - | | | ||
@@ -141,3 +141,3 @@ ## ButtonTonal | ||
| fullWidth | `boolean` | - | Сделать кнопку во всю ширину | | ||
| ref | `Ref<HTMLButtonElement \| HTMLAnchorElement>` | - | 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<HTMLButtonElement \| HTMLAnchorElement>` | - | 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} | | ||
| key | `Key` | - | | | ||
@@ -166,3 +166,3 @@ ## ButtonFunction | ||
| counter | `CounterInButtonProps` | - | Пропсы каунтера в кнопке | | ||
| ref | `Ref<HTMLButtonElement \| HTMLAnchorElement>` | - | 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<HTMLButtonElement \| HTMLAnchorElement>` | - | 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} | | ||
| key | `Key` | - | | | ||
@@ -186,3 +186,3 @@ ## ButtonElevated | ||
| size | enum Size: `"xs"`, `"s"`, `"m"`, `"l"` | s | Размер | | ||
| ref | `Ref<HTMLButtonElement \| HTMLAnchorElement>` | - | 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<HTMLButtonElement \| HTMLAnchorElement>` | - | 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} | | ||
| key | `Key` | - | | | ||
@@ -189,0 +189,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
296948
+ Added@snack-uikit/counter@0.8.0(transitive)
+ Added@snack-uikit/loaders@0.7.0(transitive)
- Removed@snack-uikit/counter@0.7.0(transitive)
- Removed@snack-uikit/loaders@0.6.0(transitive)
Updated@snack-uikit/counter@0.8.0
Updated@snack-uikit/loaders@0.7.0