@ltht-react/styles
Advanced tools
Comparing version 2.0.41 to 2.0.43
@@ -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", "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", "do-not-use!"]; | ||
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", "do-not-use!"]; | ||
export type IconType = (typeof iconTypes)[number]; | ||
@@ -12,0 +12,0 @@ export declare const calculateIconSize: (input: IconSize) => FontAwesomeIconSize; |
@@ -21,2 +21,3 @@ "use strict"; | ||
'circle', | ||
'clock-rotate-left', | ||
'column', | ||
@@ -23,0 +24,0 @@ 'comment', |
{ | ||
"name": "@ltht-react/styles", | ||
"version": "2.0.41", | ||
"version": "2.0.43", | ||
"description": "> TODO: description", | ||
@@ -32,3 +32,3 @@ "author": "Jonny Smith <jonny.asmith@gmail.com>", | ||
}, | ||
"gitHead": "d0e307f5d6f3680b6dd05bf80adadde3a33299e1" | ||
"gitHead": "394dcf00b6fe077fba9cc0f3a3f58b622f2180da" | ||
} |
@@ -24,2 +24,3 @@ import { SerializedStyles, css } from '@emotion/react' | ||
'circle', | ||
'clock-rotate-left', | ||
'column', | ||
@@ -26,0 +27,0 @@ 'comment', |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
48994
1017