@atlaskit/editor-shared-styles
Advanced tools
Comparing version 3.2.2 to 3.2.3
# @atlaskit/editor-shared-styles | ||
## 3.2.3 | ||
### Patch Changes | ||
- Updated dependencies | ||
## 3.2.2 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"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": [ |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
200652
3595
0
+ Added@atlaskit/tokens@3.2.0(transitive)
- Removed@atlaskit/tokens@2.5.1(transitive)
Updated@atlaskit/tokens@^3.0.0