@snack-uikit/divider
Advanced tools
Comparing version 3.0.0 to 3.0.1
@@ -6,2 +6,13 @@ # Change Log | ||
## 3.0.1 (2024-01-30) | ||
### Bug Fixes | ||
* **FF-4075:** make divider fit flex container ([883a32c](https://github.com/cloud-ru-tech/snack-uikit/commit/883a32c1595e01141bfba2ed4d0621c1ffdd2b71)) | ||
# 3.0.0 (2023-12-14) | ||
@@ -8,0 +19,0 @@ |
@@ -20,3 +20,3 @@ var __rest = (this && this.__rest) || function (s, e) { | ||
var { className, orientation = ORIENTATION.Horizontal, weight = WEIGHT.Regular } = _a, rest = __rest(_a, ["className", "orientation", "weight"]); | ||
return (_jsx("div", Object.assign({}, extractSupportProps(rest), { className: cn(className, styles.root), "data-weight": weight, "data-orientation": orientation }, { children: _jsx("hr", { className: cn(styles.divider) }) }))); | ||
return (_jsx("div", Object.assign({}, extractSupportProps(rest), { className: cn(className, styles.root), "data-weight": weight, "data-orientation": orientation, children: _jsx("hr", { className: cn(styles.divider) }) }))); | ||
} |
@@ -7,3 +7,3 @@ { | ||
"title": "Divider", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"sideEffects": [ | ||
@@ -39,3 +39,3 @@ "*.css", | ||
}, | ||
"gitHead": "bd39c5e674f3b91b0e2487782a04b15034cf3d8b" | ||
"gitHead": "12ae5b4c9ab869dfb884b168d3261f09a382a367" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
22213