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

@atlaskit/editor-shared-styles

Package Overview
Dependencies
Maintainers
0
Versions
72
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atlaskit/editor-shared-styles - npm Package Compare versions

Comparing version 3.2.2 to 3.2.3

6

CHANGELOG.md
# @atlaskit/editor-shared-styles
## 3.2.3
### Patch Changes
- Updated dependencies
## 3.2.2

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

4

package.json
{
"name": "@atlaskit/editor-shared-styles",
"version": "3.2.2",
"version": "3.2.3",
"description": "Style values used in the editor/renderer",

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

"@atlaskit/platform-feature-flags": "^0.3.0",
"@atlaskit/tokens": "^2.5.0",
"@atlaskit/tokens": "^3.0.0",
"@babel/runtime": "^7.0.0",

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

@@ -20,2 +20,4 @@ import { participantColors, relativeFontSizeToBase16 } from './consts';

});
// Ignored via go/ees005
// eslint-disable-next-line jest/no-identical-title
it('relativeFontSizeToBase16 should return 0.875rem with a base font size (string) of 14px', () => {

@@ -22,0 +24,0 @@ expect(relativeFontSizeToBase16('14px')).toBe('0.875rem');

@@ -7,2 +7,4 @@ import { SelectionStyle } from '../../types';

const selectionStyles = [
// Ignored via go/ees005
// eslint-disable-next-line require-unicode-regexp
{ name: 'border', style: SelectionStyle.Border, regex: /border\:/ },

@@ -12,2 +14,4 @@ {

style: SelectionStyle.BoxShadow,
// Ignored via go/ees005
// eslint-disable-next-line require-unicode-regexp
regex: /box\-shadow\:/,

@@ -18,4 +22,8 @@ },

style: SelectionStyle.Background,
// Ignored via go/ees005
// eslint-disable-next-line require-unicode-regexp
regex: /background\-color\:/,
},
// Ignored via go/ees005
// eslint-disable-next-line require-unicode-regexp
{ name: 'blanket', style: SelectionStyle.Blanket, regex: /\:\:before/ },

@@ -22,0 +30,0 @@ ];

@@ -30,3 +30,2 @@ {

"compilerOptions": {
"baseUrl": "./",
"composite": true,

@@ -33,0 +32,0 @@ "outDir": "../../../tsDist/@atlaskit__editor-shared-styles/app"

@@ -30,3 +30,2 @@ {

"compilerOptions": {
"baseUrl": "./",
"composite": true,

@@ -33,0 +32,0 @@ "outDir": "../../../tsDist/@atlaskit__editor-shared-styles/dev"

{
"extends": "../../../tsconfig.json",
"compilerOptions": {
"baseUrl": "./"
},

@@ -6,0 +5,0 @@ "include": [

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