New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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

to
0.1.0-alpha.3

dist/styles/spacing.d.ts

11

CHANGELOG.md

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

# [0.1.0-alpha.3](https://github.com/equinor/fusion-web/compare/@equinor/fusion-web-theme@0.1.0-alpha.2...@equinor/fusion-web-theme@0.1.0-alpha.3) (2021-03-18)
### Features
* add spacing ([335f5f2](https://github.com/equinor/fusion-web/commit/335f5f2b571bda58fc419af5874bf778412b1add))
# [0.1.0-alpha.2](https://github.com/equinor/fusion-web/compare/@equinor/fusion-web-theme@0.1.0-alpha.1...@equinor/fusion-web-theme@0.1.0-alpha.2) (2021-03-18)

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

9

dist/styles/index.d.ts

@@ -9,8 +9,11 @@ export declare const styles: {

};
elevation: Record<"none" | "overlay" | "sticky" | "raised" | "temporary_nav" | "above_scrim", import("./elevation").ElevationStyleProperty>;
elevation: Record<"raised" | "none" | "overlay" | "sticky" | "temporary_nav" | "above_scrim", import("./elevation").ElevationStyleProperty>;
spacing: {
comfortable: Record<"small" | "xxx_large" | "xx_large" | "x_large" | "large" | "medium" | "medium_small" | "x_small" | "xx_small", import("./spacing").ColorStyleProperty>;
};
typography: {
heading: Record<"h1_bold" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6", import("./typography").TypographyStyleProperty>;
input: Record<"text" | "label" | "text_monospaced" | "helper", import("./typography").TypographyStyleProperty>;
navigation: Record<"button" | "label" | "menu_title" | "menu_tabs" | "drawer_active" | "drawer_inactive" | "breadcrumb" | "breadcrumb_hover", import("./typography").TypographyStyleProperty>;
paragraph: Record<"overline" | "caption" | "body_short_italic" | "meta" | "body_short" | "body_short_bold_italic" | "body_short_bold" | "body_short_link" | "ingress" | "body_long" | "body_long_link" | "body_long_italic" | "body_long_bold" | "body_long_bold_italic", import("./typography").TypographyStyleProperty>;
navigation: Record<"label" | "menu_title" | "menu_tabs" | "drawer_active" | "drawer_inactive" | "button" | "breadcrumb" | "breadcrumb_hover", import("./typography").TypographyStyleProperty>;
paragraph: Record<"body_short_italic" | "caption" | "meta" | "body_short" | "body_short_bold_italic" | "body_short_bold" | "body_short_link" | "overline" | "ingress" | "body_long" | "body_long_link" | "body_long_italic" | "body_long_bold" | "body_long_bold_italic", import("./typography").TypographyStyleProperty>;
table: Record<"cell_header" | "cell_text" | "cell_text_bold" | "cell_text_link" | "cell_numeric_monospaced", import("./typography").TypographyStyleProperty>;

@@ -17,0 +20,0 @@ ui: Record<"tooltip" | "snackbar" | "accordion_header" | "chip__badge" | "chart", import("./typography").TypographyStyleProperty>;

import { colors, colorVariables } from './colors';
import { elevation, elevationVariables } from './elevation';
import { spacing, spacingVariables } from './spacing';
import { typography, typographyVariables } from './typography';

@@ -7,6 +8,7 @@ export const styles = {

elevation,
spacing,
typography,
};
export const attributes = [...colorVariables, ...elevationVariables, ...typographyVariables];
export const attributes = [...colorVariables, ...elevationVariables, ...spacingVariables, ...typographyVariables];
export default styles;
//# sourceMappingURL=index.js.map
{
"name": "@equinor/fusion-web-theme",
"version": "0.1.0-alpha.2",
"version": "0.1.0-alpha.3",
"description": "fusion web theme",

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

},
"gitHead": "81c94f8f98369412482d03d0590d0140d6643c42"
"gitHead": "f8939cbe0157e9784057484661710fe904d57481"
}

Sorry, the diff of this file is not supported yet