@atlaskit/editor-shared-styles
Advanced tools
Comparing version 1.0.2 to 1.1.0
@@ -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" | ||
} | ||
} | ||
} |
116
src/index.ts
@@ -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'; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
Misc. License Issues
License(Experimental) A package's licensing information has fine-grained problems.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
142015
0
80
0
0
100
1690
0
1
0
1
1
+ Added@atlaskit/theme@^10.0.0
+ Added@atlaskit/theme@10.0.5(transitive)
+ Addedasap@2.0.6(transitive)
+ Addedbase64-js@1.5.1(transitive)
+ Addedbuffer@5.7.1(transitive)
+ Addedcamelize@1.0.1(transitive)
+ Addedcore-js@1.2.7(transitive)
+ Addedcss-color-keywords@1.0.0(transitive)
+ Addedcss-to-react-native@2.3.2(transitive)
+ Addedencoding@0.1.13(transitive)
+ Addedexenv@1.2.2(transitive)
+ Addedfbjs@0.8.18(transitive)
+ Addedhas-flag@1.0.0(transitive)
+ Addedhoist-non-react-statics@2.5.5(transitive)
+ Addediconv-lite@0.6.3(transitive)
+ Addedieee754@1.2.1(transitive)
+ Addedis-stream@1.1.0(transitive)
+ Addedisomorphic-fetch@2.2.1(transitive)
+ Addedjs-tokens@4.0.0(transitive)
+ Addedloose-envify@1.4.0(transitive)
+ Addednode-fetch@1.7.3(transitive)
+ Addedobject-assign@4.1.1(transitive)
+ Addedpostcss-value-parser@3.3.1(transitive)
+ Addedpromise@7.3.1(transitive)
+ Addedprop-types@15.8.1(transitive)
+ Addedreact@16.14.0(transitive)
+ Addedreact-is@16.13.1(transitive)
+ Addedsafer-buffer@2.1.2(transitive)
+ Addedsetimmediate@1.0.5(transitive)
+ Addedstyled-components@3.4.10(transitive)
+ Addedstylis@3.5.4(transitive)
+ Addedstylis-rule-sheet@0.0.10(transitive)
+ Addedsupports-color@3.2.3(transitive)
+ Addedtslib@2.8.1(transitive)
+ Addedua-parser-js@0.7.39(transitive)
+ Addedwhatwg-fetch@3.6.20(transitive)
- Removedakutil-shared-styles@^37.3.0
- Removedakutil-shared-styles@37.3.3(transitive)
- Removedbabel-runtime@6.26.0(transitive)
- Removedcore-js@2.6.12(transitive)
- Removedregenerator-runtime@0.11.1(transitive)