diff --git a/src/index.d.ts b/src/index.d.ts index d53e061866..ce59fc8b97 100644 --- a/src/index.d.ts +++ b/src/index.d.ts @@ -68,7 +68,15 @@ export type SemanticCOLORS = | 'brown' | 'grey' | 'black'; -export type SemanticSIZES = 'mini' | 'tiny' | 'small' | 'medium' | 'large' | 'big' | 'huge' | 'massive'; +export type SemanticSIZES = + | 'mini' + | 'tiny' + | 'small' + | 'medium' + | 'large' + | 'big' + | 'huge' + | 'massive'; // ====================================================== // Transitions @@ -99,7 +107,14 @@ type SemanticDIRECTIONALTRANSITIONS = | 'swing left' | 'swing right' | 'zoom'; -type SemanticSTATICTRANSITIONS = 'jiggle' | 'flash' | 'shake' | 'pulse' | 'tada' | 'bounce' | 'glow'; +type SemanticSTATICTRANSITIONS = + | 'jiggle' + | 'flash' + | 'shake' + | 'pulse' + | 'tada' + | 'bounce' + | 'glow'; export type SemanticTRANSITIONS = SemanticDIRECTIONALTRANSITIONS | SemanticSTATICTRANSITIONS; @@ -1511,16 +1526,6 @@ export type SemanticICONS = | 'btc' | 'buromobelexperte' | 'buysellads' - | 'cc amazon pay' - | 'cc amex' - | 'cc apple pay' - | 'cc diners club' - | 'cc discover' - | 'cc jcb' - | 'cc mastercard' - | 'cc paypal' - | 'cc stripe' - | 'cc visa' | 'centercode' | 'chrome' | 'cloudscale' @@ -1673,7 +1678,6 @@ export type SemanticICONS = | 'opencart' | 'openid' | 'opera' - | 'optin monster' | 'osi' | 'page4' | 'pagelines' @@ -1806,15 +1810,14 @@ export type SemanticICONS = | 'user doctor' | 'shield' | 'puzzle' - | 'credit card amazon pay' - | 'credit card american express' - | 'credit card diners club' - | 'credit card discover' - | 'credit card jcb' - | 'credit card mastercard' - | 'credit card paypal' - | 'credit card stripe' - | 'credit card visa' + | 'cc amazon pay' + | 'cc diners club' + | 'cc discover' + | 'cc jcb' + | 'cc mastercard' + | 'cc paypal' + | 'cc stripe' + | 'cc visa' | 'add circle' | 'add square' | 'add to calendar' @@ -1825,9 +1828,7 @@ export type SemanticICONS = | 'alarm' | 'ald' | 'als' - | 'american express card' - | 'american express' - | 'amex' + | 'cc amex' | 'announcement' | 'area chart' | 'area graph' @@ -1844,7 +1845,6 @@ export type SemanticICONS = | 'battery four' | 'battery high' | 'battery low' - | 'battery medium' | 'battery one' | 'battery three' | 'battery two' @@ -1875,25 +1875,18 @@ export type SemanticICONS = | 'delete calendar' | 'delete' | 'detective' - | 'diners club card' - | 'diners club' - | 'discover card' - | 'discover' | 'discussions' | 'doctor' | 'dollar' | 'dont' - | 'dribble' | 'drivers license' | 'dropdown' - | 'eercast' | 'emergency' | 'envira gallery' | 'erase' | 'eur' | 'euro' | 'eyedropper' - | 'fa' | 'factory' | 'favorite' | 'feed' @@ -1901,12 +1894,10 @@ export type SemanticICONS = | 'file text' | 'find' | 'first aid' - | 'five hundred pixels' | 'fork' | 'game' | 'gay' | 'gbp' - | 'gittip' | 'google plus circle' | 'google plus official' | 'grab' @@ -1934,9 +1925,6 @@ export type SemanticICONS = | 'inr' | 'intergender' | 'intersex' - | 'japan credit bureau card' - | 'japan credit bureau' - | 'jcb' | 'jpy' | 'krw' | 'lab' @@ -1960,8 +1948,6 @@ export type SemanticICONS = | 'mars alternate' | 'mars horizontal' | 'mars vertical' - | 'mastercard card' - | 'mastercard' | 'microsoft edge' | 'military' | 'ms edge' @@ -1984,7 +1970,6 @@ export type SemanticICONS = | 'pied piper hat' | 'pin' | 'plus cart' - | 'pocket' | 'point' | 'pointing down' | 'pointing left' @@ -2042,7 +2027,6 @@ export type SemanticICONS = | 'television' | 'text cursor' | 'text telephone' - | 'theme isle' | 'theme' | 'thermometer' | 'thumb tack' @@ -2071,16 +2055,12 @@ export type SemanticICONS = | 'vcard' | 'video camera' | 'video play' - | 'visa card' - | 'visa' | 'volume control phone' | 'wait' | 'warning circle' | 'warning sign' | 'warning' - | 'wechat' | 'wi-fi' - | 'wikipedia' | 'winner' | 'wizard' | 'woman' @@ -2090,8 +2070,6 @@ export type SemanticICONS = | 'world' | 'write square' | 'x' - | 'yc' - | 'ycombinator' | 'yen' | 'zip' | 'zoom in' diff --git a/src/lib/SUI.js b/src/lib/SUI.js index a7ee3146cd..f50b165760 100644 --- a/src/lib/SUI.js +++ b/src/lib/SUI.js @@ -1816,15 +1816,6 @@ export const ICON_ALIASES = [ 'user doctor', 'shield', 'puzzle', - 'credit card amazon pay', - 'credit card american express', - 'credit card diners club', - 'credit card discover', - 'credit card jcb', - 'credit card mastercard', - 'credit card paypal', - 'credit card stripe', - 'credit card visa', 'add circle', 'add square', 'add to calendar', @@ -1835,9 +1826,6 @@ export const ICON_ALIASES = [ 'alarm', 'ald', 'als', - 'american express card', - 'american express', - 'amex', 'announcement', 'area chart', 'area graph', @@ -1854,7 +1842,6 @@ export const ICON_ALIASES = [ 'battery four', 'battery high', 'battery low', - 'battery medium', 'battery one', 'battery three', 'battery two', @@ -1885,25 +1872,18 @@ export const ICON_ALIASES = [ 'delete calendar', 'delete', 'detective', - 'diners club card', - 'diners club', - 'discover card', - 'discover', 'discussions', 'doctor', 'dollar', 'dont', - 'dribble', 'drivers license', 'dropdown', - 'eercast', 'emergency', 'envira gallery', 'erase', 'eur', 'euro', 'eyedropper', - 'fa', 'factory', 'favorite', 'feed', @@ -1911,12 +1891,10 @@ export const ICON_ALIASES = [ 'file text', 'find', 'first aid', - 'five hundred pixels', 'fork', 'game', 'gay', 'gbp', - 'gittip', 'google plus circle', 'google plus official', 'grab', @@ -1944,9 +1922,6 @@ export const ICON_ALIASES = [ 'inr', 'intergender', 'intersex', - 'japan credit bureau card', - 'japan credit bureau', - 'jcb', 'jpy', 'krw', 'lab', @@ -1970,8 +1945,6 @@ export const ICON_ALIASES = [ 'mars alternate', 'mars horizontal', 'mars vertical', - 'mastercard card', - 'mastercard', 'microsoft edge', 'military', 'ms edge', @@ -1979,7 +1952,6 @@ export const ICON_ALIASES = [ 'new pied piper', 'non binary transgender', 'numbered list', - 'optinmonster', 'options', 'other gender horizontal', 'other gender vertical', @@ -1994,7 +1966,6 @@ export const ICON_ALIASES = [ 'pied piper hat', 'pin', 'plus cart', - 'pocket', 'point', 'pointing down', 'pointing left', @@ -2052,7 +2023,6 @@ export const ICON_ALIASES = [ 'television', 'text cursor', 'text telephone', - 'theme isle', 'theme', 'thermometer', 'thumb tack', @@ -2081,16 +2051,12 @@ export const ICON_ALIASES = [ 'vcard', 'video camera', 'video play', - 'visa card', - 'visa', 'volume control phone', 'wait', 'warning circle', 'warning sign', 'warning', - 'wechat', 'wi-fi', - 'wikipedia', 'winner', 'wizard', 'woman', @@ -2100,8 +2066,6 @@ export const ICON_ALIASES = [ 'world', 'write square', 'x', - 'yc', - 'ycombinator', 'yen', 'zip', 'zoom in',