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

@hixme-ui/text

Package Overview
Dependencies
Maintainers
2
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hixme-ui/text - npm Package Compare versions

Comparing version 2.0.0-alpha.3 to 2.0.0-alpha.4

2

lib/Text.js

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

var HyperLink = exports.HyperLink = TextLink.extend(_templateObject, function (props) {
return props.color || (0, _themeProps.getTextColor)(props, _theme2.default.textColors.lightGreen);
return props.color || (0, _themeProps.getTextColor)(props, _theme2.default.textColors.darkBlue);
});

@@ -47,0 +47,0 @@

{
"name": "@hixme-ui/text",
"version": "2.0.0-alpha.3",
"version": "2.0.0-alpha.4",
"description": "hixme-ui text component. For all your communictation needs.",

@@ -81,4 +81,4 @@ "publishConfig": {

"dependencies": {
"@hixme-ui/theme": "^2.0.0-alpha.3",
"@hixme-ui/theme-props": "^2.0.0-alpha.3",
"@hixme-ui/theme": "^2.0.0-alpha.4",
"@hixme-ui/theme-props": "^2.0.0-alpha.4",
"styled-components": "^2.3.3"

@@ -85,0 +85,0 @@ },

@@ -13,3 +13,3 @@ import React from 'react'

export const HyperLink = TextLink.extend`
color: ${props => props.color || getTextColor(props, theme.textColors.lightGreen)};
color: ${props => props.color || getTextColor(props, theme.textColors.darkBlue)};
cursor: pointer;

@@ -16,0 +16,0 @@ `

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