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

@10play/phoenix

Package Overview
Dependencies
Maintainers
1
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@10play/phoenix - npm Package Compare versions

Comparing version 2.0.29 to 2.0.30

8

CHANGELOG.md

@@ -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 @@

2

dist/phoenix.cjs.js

@@ -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"
}
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