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

@mekari/pixel3-text

Package Overview
Dependencies
Maintainers
8
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mekari/pixel3-text - npm Package Compare versions

Comparing version 0.0.10-dev.0 to 0.0.10-dev.1

2

dist/modules/text.props.d.ts

@@ -20,3 +20,3 @@ import { PropType } from 'vue';

color: {
type: PropType<CombinedString | ColorToken>;
type: PropType<ColorToken | CombinedString>;
default: string;

@@ -23,0 +23,0 @@ };

@@ -21,3 +21,3 @@ import * as vue_jsx_runtime from 'vue/jsx-runtime';

color: {
type: vue.PropType<_mekari_pixel3_utils.CombinedString | ColorToken>;
type: vue.PropType<ColorToken | _mekari_pixel3_utils.CombinedString>;
default: string;

@@ -52,3 +52,3 @@ };

color: {
type: vue.PropType<_mekari_pixel3_utils.CombinedString | ColorToken>;
type: vue.PropType<ColorToken | _mekari_pixel3_utils.CombinedString>;
default: string;

@@ -73,3 +73,3 @@ };

weight: FontWeight;
color: _mekari_pixel3_utils.CombinedString | ColorToken;
color: ColorToken | _mekari_pixel3_utils.CombinedString;
lineClamp: string;

@@ -76,0 +76,0 @@ isTruncated: boolean;

{
"name": "@mekari/pixel3-text",
"description": "Text component for mekari pixel 3",
"version": "0.0.10-dev.0",
"version": "0.0.10-dev.1",
"main": "dist/index.js",

@@ -12,3 +12,3 @@ "license": "MIT",

"@mekari/pixel3-styled-system": "0.0.8-dev.0",
"@mekari/pixel3-utils": "0.0.6-dev.0"
"@mekari/pixel3-utils": "0.0.6-dev.1"
},

@@ -15,0 +15,0 @@ "peerDependencies": {

Sorry, the diff of this file is not supported yet

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