@atlaskit/page
Advanced tools
Comparing version 5.0.14 to 5.0.15
# @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) |
@@ -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
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
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
48749