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

@ltht-react/styles

Package Overview
Dependencies
Maintainers
0
Versions
380
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ltht-react/styles - npm Package Compare versions

Comparing version

to
2.0.143

2

lib/atoms/icons.d.ts

@@ -9,3 +9,3 @@ import { SerializedStyles } from '@emotion/react';

export type IconDirection = 'up' | 'down' | 'left' | 'right';
export declare const iconTypes: readonly ["bullseye", "calendar", "caret-square-down", "check", "chevron-circle", "chevron", "circle", "clock-rotate-left", "column", "comment", "counter", "cross", "edit", "ellipsis-horizontal", "ellipsis-vertical", "exclamation", "external-link", "filter", "folder-plus", "grid-layout", "hamburger", "info-circle", "keyboard", "layer-group", "list-layout", "pause", "play", "plus", "spinner", "star", "stop", "table", "toggle-off", "toggle-on", "trash", "user", "users", "dot-circle", "search", "checkbox", "square", "paper-clip", "unlink", "link", "link-slash", "do-not-use!", "minus", "minus-square", "minus-circle", "cross-circle"];
export declare const iconTypes: readonly ["bullseye", "calendar", "caret-square-down", "check", "chevron-circle", "chevron", "circle", "clock-rotate-left", "column", "comment", "counter", "cross", "edit", "ellipsis-horizontal", "ellipsis-vertical", "exclamation", "external-link", "filter", "folder-plus", "grid-layout", "hamburger", "info-circle", "keyboard", "layer-group", "list-layout", "pause", "play", "plus", "spinner", "star", "stop", "table", "thumbs-down", "thumbs-up", "toggle-off", "toggle-on", "trash", "user", "users", "dot-circle", "search", "checkbox", "square", "paper-clip", "unlink", "link", "link-slash", "do-not-use!", "minus", "minus-square", "minus-circle", "cross-circle"];
export type IconType = (typeof iconTypes)[number];

@@ -12,0 +12,0 @@ export declare const calculateIconSize: (input: IconSize) => FontAwesomeIconSize;

@@ -46,2 +46,4 @@ "use strict";

'table',
'thumbs-down',
'thumbs-up',
'toggle-off',

@@ -48,0 +50,0 @@ 'toggle-on',

{
"name": "@ltht-react/styles",
"version": "2.0.141",
"version": "2.0.143",
"description": "> TODO: description",

@@ -32,3 +32,3 @@ "author": "Jonny Smith <jonny.asmith@gmail.com>",

},
"gitHead": "7d57dc5b3f9d25d42181880ed936c3acb13a1cbd"
"gitHead": "295ce3e597f399e4edd0510ca536393c25b66808"
}

@@ -0,0 +0,0 @@ # `@ltht-react/types`

@@ -0,0 +0,0 @@ import * as colours from './nhs-colours'

@@ -0,0 +0,0 @@ import { css } from '@emotion/react'

@@ -49,2 +49,4 @@ import { SerializedStyles, css } from '@emotion/react'

'table',
'thumbs-down',
'thumbs-up',
'toggle-off',

@@ -51,0 +53,0 @@ 'toggle-on',

@@ -0,0 +0,0 @@ export * from './breakpoints'

@@ -0,0 +0,0 @@ import { DESKTOP_BREAKPOINT, MOBILE_BREAKPOINT, TABLET_BREAKPOINT, WIDESCREEN_BREAKPOINT } from './breakpoints'

@@ -0,0 +0,0 @@ export const NHS_BLUE = '#005EB8'

@@ -0,0 +0,0 @@ const makeZIndexes = (layers: string[]): Record<string, number> =>

export * from './atoms'

Sorry, the diff of this file is not supported yet