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

@equinor/fusion-web-theme

Package Overview
Dependencies
Maintainers
3
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@equinor/fusion-web-theme - npm Package Compare versions

Comparing version 0.1.5 to 0.1.6

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

## [0.1.6](https://github.com/equinor/fusion-web/compare/@equinor/fusion-web-theme@0.1.5...@equinor/fusion-web-theme@0.1.6) (2021-09-27)
### Bug Fixes
* resolves css property typing error ([c6e84ac](https://github.com/equinor/fusion-web/commit/c6e84acb052e84e6c2cd8b32397b35859bdb6446))
## [0.1.5](https://github.com/equinor/fusion-web/compare/@equinor/fusion-web-theme@0.1.4...@equinor/fusion-web-theme@0.1.5) (2021-09-16)

@@ -8,0 +19,0 @@

3

dist/style-property.d.ts

@@ -7,2 +7,3 @@ import { StandardProperties } from 'csstype';

};
declare type CSSProperties = Omit<StandardProperties, 'fontSizeAdjust'>;
export declare abstract class StyleProperty<T = any, A extends string = string> {

@@ -17,3 +18,3 @@ readonly name: string;

abstract get attributes(): Record<A, StyleAttribute>;
get style(): StandardProperties;
get style(): CSSProperties;
get css(): string;

@@ -20,0 +21,0 @@ get variables(): string[];

{
"name": "@equinor/fusion-web-theme",
"version": "0.1.5",
"version": "0.1.6",
"description": "fusion web theme",

@@ -44,3 +44,3 @@ "keywords": [

},
"gitHead": "4a5a9a50cac32c1b2b9bbb6d17be1016766e42a2"
"gitHead": "41b54e9877b03d3750ee50c0b4c623c1b53d393d"
}

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