Socket
Socket
Sign inDemoInstall

@atlaskit/pragmatic-drag-and-drop-react-indicator

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atlaskit/pragmatic-drag-and-drop-react-indicator - npm Package Compare versions

Comparing version 0.17.1 to 0.18.0

__tests__/vr-tests/__snapshots__/box-without-terminal/example--dark.png

6

CHANGELOG.md
# @atlaskit/pragmatic-drag-and-drop-react-indicator
## 0.18.0
### Minor Changes
- [#62704](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/62704) [`842b8e893c33`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/842b8e893c33) - [ux] Making small change so that the line and terminal have the same color (`"color.border.selected"`). Previously, the line (unintentionally) had a slightly different shade of blue.
## 0.17.1

@@ -4,0 +10,0 @@

2

dist/cjs/box.js

@@ -33,3 +33,3 @@ "use strict";

position: 'absolute',
border: "".concat(_constants.line.thickness, "px solid ", "var(--ds-border-selected, #0c66e4)"),
border: "".concat(_constants.line.thickness, "px solid ").concat(_constants.line.backgroundColor),
borderRadius: '50%'

@@ -36,0 +36,0 @@ }

@@ -13,3 +13,3 @@ "use strict";

thickness: 2,
backgroundColor: "var(--ds-border-brand, #0052CC)"
backgroundColor: "var(--ds-border-selected, #0c66e4)"
};

@@ -26,3 +26,3 @@ /**

position: 'absolute',
border: `${line.thickness}px solid ${"var(--ds-border-selected, #0c66e4)"}`,
border: `${line.thickness}px solid ${line.backgroundColor}`,
borderRadius: '50%'

@@ -29,0 +29,0 @@ }

@@ -7,3 +7,3 @@ /**

thickness: 2,
backgroundColor: "var(--ds-border-brand, #0052CC)"
backgroundColor: "var(--ds-border-selected, #0c66e4)"
};

@@ -26,3 +26,3 @@ /**

position: 'absolute',
border: "".concat(line.thickness, "px solid ", "var(--ds-border-selected, #0c66e4)"),
border: "".concat(line.thickness, "px solid ").concat(line.backgroundColor),
borderRadius: '50%'

@@ -29,0 +29,0 @@ }

@@ -7,3 +7,3 @@ /**

thickness: 2,
backgroundColor: "var(--ds-border-brand, #0052CC)"
backgroundColor: "var(--ds-border-selected, #0c66e4)"
};

@@ -7,3 +7,3 @@ /**

thickness: number;
backgroundColor: "var(--ds-border-brand)";
backgroundColor: "var(--ds-border-selected)";
};

@@ -7,3 +7,3 @@ /**

thickness: number;
backgroundColor: "var(--ds-border-brand)";
backgroundColor: "var(--ds-border-selected)";
};
{
"name": "@atlaskit/pragmatic-drag-and-drop-react-indicator",
"version": "0.17.1",
"version": "0.18.0",
"description": "A react addon for @atlaskit/pragmatic-drag-and-drop which will draw drop indicators (eg lines)",

@@ -31,3 +31,3 @@ "publishConfig": {

"@atlaskit/pragmatic-drag-and-drop-hitbox": "^0.12.0",
"@atlaskit/tokens": "^1.29.0",
"@atlaskit/tokens": "^1.31.0",
"@babel/runtime": "^7.0.0",

@@ -34,0 +34,0 @@ "@emotion/react": "^11.7.1"

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