@10play/phoenix
Advanced tools
Comparing version 2.0.29 to 2.0.30
@@ -6,2 +6,10 @@ # Change Log | ||
## [2.0.30](https://github.com/davixyz/phoenix/compare/v2.0.29...v2.0.30) (2021-06-12) | ||
**Note:** Version bump only for package @10play/phoenix | ||
## [2.0.29](https://github.com/davixyz/phoenix/compare/v2.0.28...v2.0.29) (2021-06-12) | ||
@@ -8,0 +16,0 @@ |
@@ -1008,3 +1008,3 @@ 'use strict'; | ||
}); | ||
var Table$1 = styled__default['default'](Table)(_templateObject$3 || (_templateObject$3 = _taggedTemplateLiteral$1(["\n border-collapse: collapse; /* Remove cell spacing */\n font-size: 14px;\n background: tomato;\n"]))); | ||
var Table$1 = styled__default['default'](Table)(_templateObject$3 || (_templateObject$3 = _taggedTemplateLiteral$1(["\n border-collapse: collapse; /* Remove cell spacing */\n font-size: 14px;\n"]))); | ||
var HeaderWithSortIcon = styled__default['default'].div(_templateObject2$4 || (_templateObject2$4 = _taggedTemplateLiteral$1(["\n position: relative;\n display: inline-block;\n\n ", "\n\n &::after {\n transition: all 0.2s ease 0s;\n border-left: 5px solid transparent;\n border-right: 5px solid transparent;\n border-bottom: 8px solid var(--greyC);\n content: '';\n right: 3px;\n top: 6px;\n position: absolute;\n\n ", "\n\n ", "\n\n ", "\n }\n"])), function (_ref2) { | ||
@@ -1011,0 +1011,0 @@ var showSortLabel = _ref2.showSortLabel; |
@@ -999,3 +999,3 @@ import React, { useEffect } from 'react'; | ||
}); | ||
var Table$1 = styled(Table)(_templateObject$3 || (_templateObject$3 = _taggedTemplateLiteral$1(["\n border-collapse: collapse; /* Remove cell spacing */\n font-size: 14px;\n background: tomato;\n"]))); | ||
var Table$1 = styled(Table)(_templateObject$3 || (_templateObject$3 = _taggedTemplateLiteral$1(["\n border-collapse: collapse; /* Remove cell spacing */\n font-size: 14px;\n"]))); | ||
var HeaderWithSortIcon = styled.div(_templateObject2$4 || (_templateObject2$4 = _taggedTemplateLiteral$1(["\n position: relative;\n display: inline-block;\n\n ", "\n\n &::after {\n transition: all 0.2s ease 0s;\n border-left: 5px solid transparent;\n border-right: 5px solid transparent;\n border-bottom: 8px solid var(--greyC);\n content: '';\n right: 3px;\n top: 6px;\n position: absolute;\n\n ", "\n\n ", "\n\n ", "\n }\n"])), function (_ref2) { | ||
@@ -1002,0 +1002,0 @@ var showSortLabel = _ref2.showSortLabel; |
{ | ||
"name": "@10play/phoenix", | ||
"version": "2.0.29", | ||
"version": "2.0.30", | ||
"description": "> TODO: description", | ||
@@ -36,3 +36,3 @@ "author": "Carlos Castro <cdcastrofelix@gmail.com>", | ||
"@10play/phoenix-button": "^2.0.25", | ||
"@10play/phoenix-table": "^2.0.29", | ||
"@10play/phoenix-table": "^2.0.30", | ||
"@10play/phoenix-text": "^2.0.19", | ||
@@ -44,3 +44,3 @@ "@10play/popups": "^2.0.27" | ||
}, | ||
"gitHead": "837dd7eeb343c533be5eeed974d00b7ab70cb58a" | ||
"gitHead": "9b6d4c2b5d64fcc85ac4295e435a825fb5357c31" | ||
} |
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
103356
+ Addedelectron-to-chromium@1.5.67(transitive)
- Removedelectron-to-chromium@1.5.65(transitive)