New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@snack-uikit/divider

Package Overview
Dependencies
Maintainers
3
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@snack-uikit/divider - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

11

CHANGELOG.md

@@ -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 @@

2

dist/components/Divider.js

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc