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

jobiqo-cl

Package Overview
Dependencies
Maintainers
1
Versions
546
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jobiqo-cl - npm Package Compare versions

Comparing version 0.1.47 to 0.1.48

lib/components/atoms/nav/pager/__snapshots__/index.test.js.snap

2

lib/components/atoms/forms/button/index.js

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

var StyledButton = (0, _styledComponents2.default)('button').withConfig({
var StyledButton = _styledComponents2.default.button.withConfig({
displayName: 'button__StyledButton',

@@ -23,0 +23,0 @@ componentId: 'sc-2f54y9-0'

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

var StyledCheckbox = exports.StyledCheckbox = (0, _styledComponents2.default)('input').withConfig({
var StyledCheckbox = exports.StyledCheckbox = _styledComponents2.default.input.withConfig({
displayName: 'checkbox__StyledCheckbox',

@@ -26,3 +26,3 @@ componentId: 'q3s4lc-0'

var StyledCheckboxLabel = exports.StyledCheckboxLabel = (0, _styledComponents2.default)('label').withConfig({
var StyledCheckboxLabel = exports.StyledCheckboxLabel = _styledComponents2.default.label.withConfig({
displayName: 'checkbox__StyledCheckboxLabel',

@@ -29,0 +29,0 @@ componentId: 'q3s4lc-1'

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

var StyledInput = (0, _styledComponents2.default)('input').withConfig({
var StyledInput = _styledComponents2.default.input.withConfig({
displayName: 'input__StyledInput',

@@ -23,0 +23,0 @@ componentId: 'l2irwm-0'

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

var Input = exports.Input = (0, _styledComponents2.default)('input').withConfig({
var Input = exports.Input = _styledComponents2.default.input.withConfig({
displayName: 'select__Input',

@@ -53,3 +53,3 @@ componentId: 'uz23sn-0'

var ControlButton = exports.ControlButton = (0, _styledComponents2.default)('div').withConfig({
var ControlButton = exports.ControlButton = _styledComponents2.default.div.withConfig({
displayName: 'select__ControlButton',

@@ -63,3 +63,3 @@ componentId: 'uz23sn-1'

var WrapDiv = (0, _styledComponents2.default)('div').withConfig({
var WrapDiv = _styledComponents2.default.div.withConfig({
displayName: 'select__WrapDiv',

@@ -66,0 +66,0 @@ componentId: 'uz23sn-2'

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

var ItemLabel = (0, _styledComponents2.default)('span').withConfig({
var ItemLabel = _styledComponents2.default.span.withConfig({
displayName: 'multiple__ItemLabel',

@@ -56,3 +56,3 @@ componentId: 'ty525u-0'

var InputWrapper = (0, _styledComponents2.default)('div').withConfig({
var InputWrapper = _styledComponents2.default.div.withConfig({
displayName: 'multiple__InputWrapper',

@@ -76,3 +76,3 @@ componentId: 'ty525u-1'

var Input = (0, _styledComponents2.default)('input').withConfig({
var Input = _styledComponents2.default.input.withConfig({
displayName: 'multiple__Input',

@@ -84,3 +84,3 @@ componentId: 'ty525u-2'

var SpanElement = (0, _styledComponents2.default)('span').withConfig({
var SpanElement = _styledComponents2.default.span.withConfig({
displayName: 'multiple__SpanElement',

@@ -102,3 +102,3 @@ componentId: 'ty525u-3'

var ItemsWrapper = (0, _styledComponents2.default)('div').withConfig({
var ItemsWrapper = _styledComponents2.default.div.withConfig({
displayName: 'multiple__ItemsWrapper',

@@ -105,0 +105,0 @@ componentId: 'ty525u-4'

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

var Item = exports.Item = (0, _styledComponents2.default)('div').withConfig({
var Item = exports.Item = _styledComponents2.default.div.withConfig({
displayName: 'sub-elements__Item',

@@ -41,3 +41,3 @@ componentId: 'sc-1w2x1se-0'

var Menu = exports.Menu = (0, _styledComponents2.default)('div').withConfig({
var Menu = exports.Menu = _styledComponents2.default.div.withConfig({
displayName: 'sub-elements__Menu',

@@ -44,0 +44,0 @@ componentId: 'sc-1w2x1se-1'

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

value: function getFillColor(theme, color) {
return theme.color[color] ? theme.color[color] : 'currentColor';
return theme.color[color] ? theme.color[color] : color;
}

@@ -108,3 +108,6 @@ }, {

Icon.defaultProps = {
color: 'currentColor'
};
var IconComponent = exports.IconComponent = Icon;
exports.default = (0, _styledComponents.withTheme)(Icon);

@@ -18,5 +18,3 @@ 'use strict';

function _objectWithoutProperties(obj, keys) { var target = {}; for (var i in obj) { if (keys.indexOf(i) >= 0) continue; if (!Object.prototype.hasOwnProperty.call(obj, i)) continue; target[i] = obj[i]; } return target; }
var StyledMenuLink = (0, _styledComponents2.default)('a').withConfig({
var StyledMenuLink = _styledComponents2.default.a.withConfig({
displayName: 'menu-link__StyledMenuLink',

@@ -28,13 +26,11 @@ componentId: 'sc-1lp99of-0'

var MenuLink = function MenuLink(_ref) {
var children = _ref.children,
props = _objectWithoutProperties(_ref, ['children']);
var MenuLink = function MenuLink(props) {
return _react2.default.createElement(
StyledMenuLink,
props,
children
props.children
);
};
var MenuLinkComponent = exports.MenuLinkComponent = MenuLink;
exports.default = (0, _styledComponents.withTheme)(MenuLink);

@@ -18,5 +18,3 @@ 'use strict';

function _objectWithoutProperties(obj, keys) { var target = {}; for (var i in obj) { if (keys.indexOf(i) >= 0) continue; if (!Object.prototype.hasOwnProperty.call(obj, i)) continue; target[i] = obj[i]; } return target; }
var StyledPager = (0, _styledComponents2.default)('ul').withConfig({
var StyledPager = _styledComponents2.default.ul.withConfig({
displayName: 'pager__StyledPager',

@@ -36,13 +34,11 @@ componentId: 'sc-1v8gzrm-0'

var Pager = function Pager(_ref) {
var children = _ref.children,
props = _objectWithoutProperties(_ref, ['children']);
var Pager = function Pager(props) {
return _react2.default.createElement(
StyledPager,
props,
children
props.children
);
};
var PagerComponent = exports.PagerComponent = Pager;
exports.default = (0, _styledComponents.withTheme)(Pager);

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

var StyledUserAvatar = (0, _styledComponents2.default)('img').withConfig({
var StyledUserAvatar = _styledComponents2.default.img.withConfig({
displayName: 'avatar__StyledUserAvatar',

@@ -27,3 +27,4 @@ componentId: 'sc-128ss2z-0'

};
var AvatarComponent = exports.AvatarComponent = Avatar;
exports.default = (0, _styledComponents.withTheme)(Avatar);

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

var BoxStyled = (0, _styledComponents2.default)('div').withConfig({
var BoxStyled = _styledComponents2.default.div.withConfig({
displayName: 'box__BoxStyled',

@@ -42,3 +42,3 @@ componentId: 'sc-1gb5127-0'

var BoxTitle = (0, _styledComponents2.default)('h2').withConfig({
var BoxTitle = _styledComponents2.default.h2.withConfig({
displayName: 'box__BoxTitle',

@@ -45,0 +45,0 @@ componentId: 'sc-1gb5127-1'

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

var StyledNavblock = (0, _styledComponents2.default)('div').withConfig({
var StyledNavblock = _styledComponents2.default.div.withConfig({
displayName: 'navbar__StyledNavblock',

@@ -23,0 +23,0 @@ componentId: 'hbgqfs-0'

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

var StyledSearchBox = (0, _styledComponents2.default)('div').withConfig({
var StyledSearchBox = _styledComponents2.default.div.withConfig({
displayName: 'search-box__StyledSearchBox',

@@ -44,0 +44,0 @@ componentId: 'drkxii-0'

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

var StyledUserAvatarTeaser = (0, _styledComponents2.default)('div').withConfig({
var StyledUserAvatarTeaser = _styledComponents2.default.div.withConfig({
displayName: 'teaser__StyledUserAvatarTeaser',

@@ -28,3 +28,3 @@ componentId: 'm72emr-0'

var StyledUserName = (0, _styledComponents2.default)('div').withConfig({
var StyledUserName = _styledComponents2.default.div.withConfig({
displayName: 'teaser__StyledUserName',

@@ -36,3 +36,3 @@ componentId: 'm72emr-1'

var StyledUserEmail = (0, _styledComponents2.default)('div').withConfig({
var StyledUserEmail = _styledComponents2.default.div.withConfig({
displayName: 'teaser__StyledUserEmail',

@@ -39,0 +39,0 @@ componentId: 'm72emr-2'

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

var StyledJobDetailWrapper = (0, _styledComponents2.default)('div').withConfig({
var StyledJobDetailWrapper = _styledComponents2.default.div.withConfig({
displayName: 'detail__StyledJobDetailWrapper',

@@ -40,3 +40,3 @@ componentId: 'n77ofr-0'

var CardTitle = (0, _styledComponents2.default)('h1').withConfig({
var CardTitle = _styledComponents2.default.h1.withConfig({
displayName: 'detail__CardTitle',

@@ -48,3 +48,3 @@ componentId: 'n77ofr-1'

var CardCompanyName = (0, _styledComponents2.default)('div').withConfig({
var CardCompanyName = _styledComponents2.default.div.withConfig({
displayName: 'detail__CardCompanyName',

@@ -56,3 +56,3 @@ componentId: 'n77ofr-2'

var CardOcccupations = (0, _styledComponents2.default)('div').withConfig({
var CardOcccupations = _styledComponents2.default.div.withConfig({
displayName: 'detail__CardOcccupations',

@@ -59,0 +59,0 @@ componentId: 'n77ofr-3'

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

var StyledJobTeaserWrapper = (0, _styledComponents2.default)('div').withConfig({
var StyledJobTeaserWrapper = _styledComponents2.default.div.withConfig({
displayName: 'teaser__StyledJobTeaserWrapper',

@@ -21,0 +21,0 @@ componentId: 'sc-1vrycen-0'

@@ -124,5 +124,5 @@ 'use strict';

var _index13 = require('./components/organisms/job/teaser/index.js');
var _index13 = require('./components/molecules/nav/sidenav/index.js');
Object.defineProperty(exports, 'JobTeaser', {
Object.defineProperty(exports, 'Sidenav', {
enumerable: true,

@@ -134,5 +134,5 @@ get: function get() {

var _index14 = require('./components/organisms/job/detail/index.js');
var _index14 = require('./components/organisms/job/teaser/index.js');
Object.defineProperty(exports, 'JobDetail', {
Object.defineProperty(exports, 'JobTeaser', {
enumerable: true,

@@ -144,2 +144,11 @@ get: function get() {

var _index15 = require('./components/organisms/job/detail/index.js');
Object.defineProperty(exports, 'JobDetail', {
enumerable: true,
get: function get() {
return _interopRequireDefault(_index15).default;
}
});
var _theme = require('./theme');

@@ -146,0 +155,0 @@

{
"name": "jobiqo-cl",
"version": "0.1.47",
"version": "0.1.48",
"description": "",

@@ -72,2 +72,3 @@ "main": "lib/index.js",

"flow-bin": "^0.73.0",
"focus-trap-react": "^4.0.0",
"html-webpack-plugin": "^2.29.0",

@@ -74,0 +75,0 @@ "jest": "^21.2.1",

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