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

@atlaskit/page

Package Overview
Dependencies
Maintainers
1
Versions
114
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atlaskit/page - npm Package Compare versions

Comparing version 5.0.14 to 5.0.15

3

CHANGELOG.md
# @atlaskit/page
## 5.0.15
- [patch] added min-with on text to enable text truncating [44fc258](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/44fc258)
## 5.0.14

@@ -4,0 +7,0 @@ - [patch] updated the repository url to https://bitbucket.org/atlassian/atlaskit-mk-2 [1e57e5a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e57e5a)

2

dist/cjs/Page.js

@@ -36,3 +36,3 @@ 'use strict';

_templateObject5 = (0, _taggedTemplateLiteral3.default)(['\n position: relative;\n z-index: 2;\n'], ['\n position: relative;\n z-index: 2;\n']),
_templateObject6 = (0, _taggedTemplateLiteral3.default)(['\n flex: 1 1 auto;\n position: relative;\n z-index: 1;\n'], ['\n flex: 1 1 auto;\n position: relative;\n z-index: 1;\n']);
_templateObject6 = (0, _taggedTemplateLiteral3.default)(['\n flex: 1 1 auto;\n position: relative;\n z-index: 1;\n min-width: 0;\n'], ['\n flex: 1 1 auto;\n position: relative;\n z-index: 1;\n min-width: 0;\n']);

@@ -39,0 +39,0 @@ var _react = require('react');

@@ -13,3 +13,3 @@ import _Object$getPrototypeOf from 'babel-runtime/core-js/object/get-prototype-of';

_templateObject5 = _taggedTemplateLiteral(['\n position: relative;\n z-index: 2;\n'], ['\n position: relative;\n z-index: 2;\n']),
_templateObject6 = _taggedTemplateLiteral(['\n flex: 1 1 auto;\n position: relative;\n z-index: 1;\n'], ['\n flex: 1 1 auto;\n position: relative;\n z-index: 1;\n']);
_templateObject6 = _taggedTemplateLiteral(['\n flex: 1 1 auto;\n position: relative;\n z-index: 1;\n min-width: 0;\n'], ['\n flex: 1 1 auto;\n position: relative;\n z-index: 1;\n min-width: 0;\n']);

@@ -16,0 +16,0 @@ import React, { Component } from 'react';

{
"name": "@atlaskit/page",
"version": "5.0.13"
"version": "5.0.14"
}
{
"name": "@atlaskit/page",
"version": "5.0.14",
"version": "5.0.15",
"description": "A component for building page layouts. Also includes the Grid and GridColumn components.",

@@ -46,2 +46,2 @@ "license": "Apache-2.0",

]
}
}

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