New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@eaze/typography

Package Overview
Dependencies
Maintainers
50
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eaze/typography - npm Package Compare versions

Comparing version 3.0.6-0 to 3.0.6-1

9

dist/label.js

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

var _reactEmotion = require('react-emotion');
var _styled = require('@emotion/styled');
var _reactEmotion2 = _interopRequireDefault(_reactEmotion);
var _styled2 = _interopRequireDefault(_styled);

@@ -34,4 +34,4 @@ var _propTypes = require('prop-types');

var Label = /*#__PURE__*/(0, _reactEmotion2.default)('label', {
target: 'css-q813ey0'
var Label = /*#__PURE__*/(0, _styled2.default)('label', {
target: 'css-1tsnf620'
})('font-size:1.2rem;font-weight:400;text-transform:uppercase;font-family:\'Proxima\',\'Open sans\',Helvetica;letter-spacing:0.03em;');

@@ -74,2 +74,3 @@

LabelComponent.propTypes = {
children: _propTypes2.default.oneOfType([_propTypes2.default.array, _propTypes2.default.object, _propTypes2.default.string]),
className: _propTypes2.default.string,

@@ -76,0 +77,0 @@ content: _propTypes2.default.string

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

var _reactEmotion = require('react-emotion');
var _styled = require('@emotion/styled');
var _reactEmotion2 = _interopRequireDefault(_reactEmotion);
var _styled2 = _interopRequireDefault(_styled);

@@ -32,4 +32,4 @@ var _propTypes = require('prop-types');

var SectionTitle = /*#__PURE__*/(0, _reactEmotion2.default)('h2', {
target: 'css-1vffund0'
var SectionTitle = /*#__PURE__*/(0, _styled2.default)('h2', {
target: 'css-1o1vvw70'
})('color:', function (p) {

@@ -79,2 +79,3 @@ return p.color || '#373838';

SectionTitleComponent.propTypes = {
children: _propTypes2.default.oneOfType([_propTypes2.default.array, _propTypes2.default.object, _propTypes2.default.string]),
componentStyle: _propTypes2.default.object,

@@ -81,0 +82,0 @@ className: _propTypes2.default.string,

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

var _reactEmotion = require('react-emotion');
var _styled = require('@emotion/styled');
var _reactEmotion2 = _interopRequireDefault(_reactEmotion);
var _styled2 = _interopRequireDefault(_styled);

@@ -32,4 +32,4 @@ var _propTypes = require('prop-types');

var Subtext = /*#__PURE__*/(0, _reactEmotion2.default)('p', {
target: 'css-lqylub0'
var Subtext = /*#__PURE__*/(0, _styled2.default)('p', {
target: 'css-hmzwyk0'
})('font-size:1.2rem;font-family:\'Proxima\',\'Open sans\',Helvetica;letter-spacing:0.03em;margin:0;color:', function (p) {

@@ -79,2 +79,3 @@ return p.color || '#373838';

SubtextComponent.propTypes = {
children: _propTypes2.default.oneOfType([_propTypes2.default.array, _propTypes2.default.object, _propTypes2.default.string]),
componentStyle: _propTypes2.default.object,

@@ -81,0 +82,0 @@ className: _propTypes2.default.string,

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

var _reactEmotion = require('react-emotion');
var _styled = require('@emotion/styled');
var _reactEmotion2 = _interopRequireDefault(_reactEmotion);
var _styled2 = _interopRequireDefault(_styled);

@@ -32,4 +32,4 @@ var _propTypes = require('prop-types');

var Text = /*#__PURE__*/(0, _reactEmotion2.default)('p', {
target: 'css-1gxt0nu0'
var Text = /*#__PURE__*/(0, _styled2.default)('p', {
target: 'css-1yir1s00'
})('color:', function (p) {

@@ -79,2 +79,3 @@ return p.color || '#373838';

TextComponent.propTypes = {
children: _propTypes2.default.oneOfType([_propTypes2.default.array, _propTypes2.default.object, _propTypes2.default.string]),
componentStyle: _propTypes2.default.object,

@@ -81,0 +82,0 @@ className: _propTypes2.default.string,

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

var _reactEmotion = require('react-emotion');
var _styled = require('@emotion/styled');
var _reactEmotion2 = _interopRequireDefault(_reactEmotion);
var _styled2 = _interopRequireDefault(_styled);

@@ -32,4 +32,4 @@ var _propTypes = require('prop-types');

var Title = /*#__PURE__*/(0, _reactEmotion2.default)('h1', {
target: 'css-xbnmd80'
var Title = /*#__PURE__*/(0, _styled2.default)('h1', {
target: 'css-svn1590'
})('color:', function (p) {

@@ -79,2 +79,3 @@ return p.color || '#373838';

TitleComponent.propTypes = {
children: _propTypes2.default.oneOfType([_propTypes2.default.array, _propTypes2.default.object, _propTypes2.default.string]),
componentStyle: _propTypes2.default.object,

@@ -81,0 +82,0 @@ className: _propTypes2.default.string,

{
"name": "@eaze/typography",
"version": "3.0.6-0",
"version": "3.0.6-1",
"description": "Styled text components",

@@ -30,7 +30,6 @@ "main": "dist/index.js",

"dependencies": {
"emotion": "~8.0.9",
"@emotion/styled": "~10.0.12",
"prop-types": "~15.5.10",
"react": "~16.0.0",
"react-dom": "~16.0.0",
"react-emotion": "~8.0.9"
"react": "~16.8.6",
"react-dom": "~16.8.6"
},

@@ -37,0 +36,0 @@ "publishConfig": {

import React, { PureComponent } from 'react'
import styled from 'react-emotion'
import styled from '@emotion/styled'
import PropTypes from 'prop-types'

@@ -20,2 +20,3 @@

static propTypes = {
children: PropTypes.oneOfType([PropTypes.array, PropTypes.object, PropTypes.string]),
className: PropTypes.string,

@@ -22,0 +23,0 @@ content: PropTypes.string

import React, { PureComponent } from 'react'
import styled from 'react-emotion'
import styled from '@emotion/styled'
import PropTypes from 'prop-types'

@@ -21,2 +21,3 @@

static propTypes = {
children: PropTypes.oneOfType([PropTypes.array, PropTypes.object, PropTypes.string]),
componentStyle: PropTypes.object,

@@ -33,3 +34,3 @@ className: PropTypes.string,

className={className}
style={{...componentStyle}}
style={{ ...componentStyle }}
color={color}

@@ -36,0 +37,0 @@ >

import React, { PureComponent } from 'react'
import styled from 'react-emotion'
import styled from '@emotion/styled'
import PropTypes from 'prop-types'

@@ -21,2 +21,3 @@

static propTypes = {
children: PropTypes.oneOfType([PropTypes.array, PropTypes.object, PropTypes.string]),
componentStyle: PropTypes.object,

@@ -33,3 +34,3 @@ className: PropTypes.string,

className={className}
style={{...componentStyle}}
style={{ ...componentStyle }}
color={color}

@@ -36,0 +37,0 @@ >

import React, { PureComponent } from 'react'
import styled from 'react-emotion'
import styled from '@emotion/styled'
import PropTypes from 'prop-types'

@@ -21,2 +21,3 @@

static propTypes = {
children: PropTypes.oneOfType([PropTypes.array, PropTypes.object, PropTypes.string]),
componentStyle: PropTypes.object,

@@ -33,3 +34,3 @@ className: PropTypes.string,

className={className}
style={{...componentStyle}}
style={{ ...componentStyle }}
color={color}

@@ -36,0 +37,0 @@ >

import React, { PureComponent } from 'react'
import styled from 'react-emotion'
import styled from '@emotion/styled'
import PropTypes from 'prop-types'

@@ -22,2 +22,3 @@

static propTypes = {
children: PropTypes.oneOfType([PropTypes.array, PropTypes.object, PropTypes.string]),
componentStyle: PropTypes.object,

@@ -34,3 +35,3 @@ className: PropTypes.string,

className={className}
style={{...componentStyle}}
style={{ ...componentStyle }}
color={color}

@@ -37,0 +38,0 @@ >

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