Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@atlaskit/editor-shared-styles

Package Overview
Dependencies
Maintainers
1
Versions
70
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 1.0.2 to 1.1.0

build/tsconfig.json

28

CHANGELOG.md

@@ -1,25 +0,11 @@

<a name="1.0.2"></a>
## 1.0.2 (2017-02-27)
# @atlaskit/editor-shared-styles
## 1.1.0
### Minor Changes
- [`fbc358206c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fbc358206c) - ED-9125 ED-8837 Export values for selected border and selected box shadow, and util to disable browser text selection
- [`4f217f1d92`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4f217f1d92) - ED-10168 Add new package @atlaskit/editor-shared-styles
<a name="1.0.2"></a>
## 1.0.2 (2017-02-27)
### Patch Changes
### Bug Fixes
* empty commit to make components release themselves ([5511fbe](https://bitbucket.org/atlassian/atlaskit/commits/5511fbe))
<a name="1.0.1"></a>
## 1.0.1 (2017-02-07)
### Bug Fixes
* **types:** Rearrange tsconfig.json organisation to allow per-package configuration. ([6c6992d](https://bitbucket.org/atlassian/atlaskit/commits/6c6992d))
- [`b9812b8b35`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b9812b8b35) - ED-10004 improved editor toolbar responsiveness
{
"name": "@atlaskit/editor-shared-styles",
"version": "1.0.2",
"config": {
"access": "public"
"version": "1.1.0",
"description": "Style values used in the editor/renderer",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"description": "Shared styles for Atlassian Editor components",
"main": "dist/es5/index.js",
"jsnext:main": "dist/es2015/index.js",
"types": "dist/types/index.d.ts",
"scripts": {
"prepublish": "../../node_modules/.bin/in-publish && npm run build || ../../node_modules/.bin/not-in-publish",
"build": "npm run build/es5 && npm run build/es2015",
"build/es5": "../../node_modules/.bin/tsc -p build/es5",
"build/es2015": "../../node_modules/.bin/tsc -p build/es2015"
},
"files": [
"dist",
"src"
],
"repository": "https://bitbucket.org/atlassian/atlassian-frontend",
"author": "Atlassian Pty Ltd",
"license": "SEE LICENSE IN LICENSE",
"repository": {
"type": "git",
"url": "https://bitbucket.org/atlassian/atlaskit"
"license": "Apache-2.0",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"module:es2019": "dist/es2019/index.js",
"types": "dist/cjs/index.d.ts",
"sideEffects": false,
"atlaskit:src": "src/index.ts",
"atlassian": {
"team": "Editor",
"inPublicMirror": true,
"releaseModel": "scheduled"
},
"devDependencies": {
"camelcase": "^3.0.0",
"classnames": "^2.2.5",
"glob": "^7.0.5",
"less-vars-loader": "^1.0.2"
"af:exports": {
"./consts": "./src/consts/index.ts",
"./selection": "./src/selection/index.ts"
},
"dependencies": {
"akutil-shared-styles": "^37.3.0"
"@atlaskit/theme": "^10.0.0"
},
"keywords": [
"fabric",
"ui"
]
"peerDependencies": {},
"devDependencies": {},
"techstack": {
"@atlassian/frontend": {
"circular-dependencies": [
"file-level"
],
"import-structure": "atlassian-conventions"
}
}
}

@@ -1,26 +0,92 @@

import {
akCodeFontFamily,
akColorB100,
akColorB400,
akColorB50,
akColorN0,
akColorN20,
akColorN40,
akColorN500,
akColorN700,
akColorN900,
} from 'akutil-shared-styles';
export {
EditorTheme,
akEditorActiveBackground,
akEditorActiveForeground,
akEditorBlockquoteBorderColor,
akEditorBreakoutPadding,
akEditorCodeBackground,
akEditorCodeBlockPadding,
akEditorCodeFontFamily,
akEditorCodeInlinePadding,
akEditorDefaultLayoutWidth,
akEditorDeleteBackground,
akEditorDeleteBackgroundShaded,
akEditorDeleteBackgroundWithOpacity,
akEditorDeleteBorder,
akEditorDeleteIconColor,
akEditorDropdownActiveBackground,
akEditorFloatingDialogZIndex,
akEditorFloatingOverlapPanelZIndex,
akEditorFloatingPanelZIndex,
akEditorFocus,
akEditorFullPageMaxWidth,
akEditorFullPageDefaultFontSize,
akEditorFullWidthLayoutWidth,
akEditorGridLineZIndex,
akEditorGutterPadding,
akEditorInactiveForeground,
akEditorMediaResizeHandlerPadding,
akEditorMediaResizeHandlerPaddingWide,
akEditorMentionSelected,
akEditorMenuZIndex,
akEditorStickyHeaderZIndex,
akEditorMobileBreakoutPoint,
akEditorPopupBackground,
akEditorPopupText,
akEditorPrimaryButton,
akEditorSelectedBorderColor,
akEditorSelectedBorderBoldSize,
akEditorSelectedBorderSize,
akEditorSelectedBorder,
akEditorSelectedBoxShadow,
akEditorSelectedIconColor,
akEditorSelectedBlanketColor,
akEditorSelectedBgColor,
akEditorSelectedBlanketOpacity,
akEditorSmallZIndex,
akEditorShadowZIndex,
akEditorSubtleAccent,
akEditorSwoopCubicBezier,
akEditorTableBorder,
akEditorTableBorderDark,
akEditorTableBorderDelete,
akEditorTableBorderRadius,
akEditorTableBorderSelected,
akEditorTableCellBackgroundOpacity,
akEditorTableCellDelete,
akEditorTableCellMinWidth,
akEditorTableCellSelected,
akEditorTableFloatingControls,
akEditorTableLegacyCellMinWidth,
akEditorTableNumberColumnWidth,
akEditorTableToolbar,
akEditorTableToolbarDark,
akEditorTableToolbarDelete,
akEditorTableToolbarSelected,
akEditorTableToolbarSize,
akEditorUnitZIndex,
akEditorWideLayoutWidth,
akLayoutGutterOffset,
akRichMediaResizeZIndex,
blockNodesVerticalMargin,
breakoutWideScaleRatio,
editorFontSize,
gridMediumMaxWidth,
getAkEditorFullPageMaxWidth,
relativeSize,
DEFAULT_EMBED_CARD_HEIGHT,
DEFAULT_EMBED_CARD_WIDTH,
akEditorLineHeight,
akEditorRuleBackground,
akEditorRuleBorderRadius,
akEditorSelectedNodeClassName,
akEditorToolbarKeylineHeight,
VIEWPORT_SIZES,
akEditorMobileMaxWidth,
} from './consts';
export const akEditorCodeFontFamily = akCodeFontFamily;
export const akEditorInactiveForeground = akColorN500;
export const akEditorFocus = akColorB100;
export const akEditorSubtleAccent = akColorN40;
export const akEditorActiveBackground = akColorN500;
export const akEditorActiveForeground = akColorN0;
export const akEditorDropdownActiveBackground = akColorN900;
export const akEditorPopupBackground = akColorN700;
export const akEditorPopupText = akColorB50;
export const akEditorPrimaryButton = akColorB400;
export const akEditorCodeBackground = akColorN20;
export const akEditorCodeBlockPadding = '12px';
export const akEditorCodeInlinePadding = '2px 4px';
export {
SelectionStyle,
getSelectionStyles,
hideNativeBrowserTextSelectionStyles,
} from './selection';
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