@barguide/style-guide
Advanced tools
Comparing version 0.0.15 to 0.1.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [0.1.0](https://github.com/barguide/taps/compare/@barguide/style-guide@0.0.15...@barguide/style-guide@0.1.0) (2020-11-12) | ||
### Features | ||
* Working on better builds with minification + non ([5e26168](https://github.com/barguide/taps/commit/5e26168281052257340fea3bf4bcca214d0db5de)) | ||
## [0.0.15](https://github.com/barguide/taps/compare/@barguide/style-guide@0.0.14...@barguide/style-guide@0.0.15) (2020-11-12) | ||
@@ -8,0 +19,0 @@ |
@@ -1,1 +0,93 @@ | ||
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});exports.MAX_WIDTH="1200px",exports.MEDIA_LANDSCAPE="(orientation: landscape)",exports.MEDIA_LANDSCAPE_PHONE="(max-width: 736px) and (orientation: landscape)",exports.MEDIA_LANDSCAPE_TABLET="(max-width: 1024px) and (orientation: landscape)",exports.MEDIA_PHONE="(max-width: 414px)",exports.MEDIA_PORTRAIT="(orientation: portrait)",exports.MEDIA_PORTRAIT_PHONE="(max-width: 414px) and (orientation: portrait)",exports.MEDIA_PORTRAIT_TABLET="(min-width: 768px) and (orientation: portrait)",exports.MEDIA_TABLET="(max-width: 768px)",exports.MIX_WIDTH="320px",exports.PHONE_HEIGHT="736px",exports.PHONE_WIDTH="414px",exports.SPOT_BLACK="#000",exports.SPOT_BLUE="#00f",exports.SPOT_BLUE_ALT="#005",exports.SPOT_GREEN="#0f0",exports.SPOT_GREEN_ALT="#5a0",exports.SPOT_GREY_0="#eee",exports.SPOT_GREY_1="#e5e5e5",exports.SPOT_GREY_2="#ccc",exports.SPOT_GREY_3="#b3b3b3",exports.SPOT_GREY_4="#999",exports.SPOT_GREY_5="#808080",exports.SPOT_GREY_6="#666",exports.SPOT_GREY_7="#555",exports.SPOT_GREY_8="#333",exports.SPOT_GREY_9="#1a1a1a",exports.SPOT_INDIGO="#8a2be2",exports.SPOT_INDIGO_ALT="#310062",exports.SPOT_ORANGE="#f70",exports.SPOT_ORANGE_ALT="#f40",exports.SPOT_PRIMARY="#f00",exports.SPOT_PRIMARY_ALT="#a10",exports.SPOT_RED="#f00",exports.SPOT_RED_ALT="#a10",exports.SPOT_SECONDARY="#1a1a1a",exports.SPOT_SECONDARY_ALT="#1a1a1a",exports.SPOT_VIOLET="#c77df3",exports.SPOT_VIOLET_ALT="#4b0082",exports.SPOT_WHITE="#fff",exports.SPOT_YELLOW="#fd0",exports.SPOT_YELLOW_ALT="#fb1",exports.TABLET_HEIGHT="1024px",exports.TABLET_WIDTH="768px"; | ||
'use strict'; | ||
Object.defineProperty(exports, '__esModule', { value: true }); | ||
const SPOT_BLACK = '#000'; | ||
const SPOT_GREY_9 = '#1a1a1a'; | ||
const SPOT_GREY_8 = '#333'; | ||
const SPOT_GREY_7 = '#555'; | ||
const SPOT_GREY_6 = '#666'; | ||
const SPOT_GREY_5 = '#808080'; | ||
const SPOT_GREY_4 = '#999'; | ||
const SPOT_GREY_3 = '#b3b3b3'; | ||
const SPOT_GREY_2 = '#ccc'; | ||
const SPOT_GREY_1 = '#e5e5e5'; | ||
const SPOT_GREY_0 = '#eee'; | ||
const SPOT_WHITE = '#fff'; | ||
const SPOT_RED = '#f00'; | ||
const SPOT_ORANGE = '#f70'; | ||
const SPOT_YELLOW = '#fd0'; | ||
const SPOT_GREEN = '#0f0'; | ||
const SPOT_BLUE = '#00f'; | ||
const SPOT_INDIGO = '#8a2be2'; | ||
const SPOT_VIOLET = '#c77df3'; | ||
const SPOT_RED_ALT = '#a10'; | ||
const SPOT_ORANGE_ALT = '#f40'; | ||
const SPOT_YELLOW_ALT = '#fb1'; | ||
const SPOT_GREEN_ALT = '#5a0'; | ||
const SPOT_BLUE_ALT = '#005'; | ||
const SPOT_INDIGO_ALT = '#310062'; | ||
const SPOT_VIOLET_ALT = '#4b0082'; | ||
const SPOT_PRIMARY = SPOT_RED; | ||
const SPOT_PRIMARY_ALT = SPOT_RED_ALT; | ||
const SPOT_SECONDARY = SPOT_GREY_9; | ||
const SPOT_SECONDARY_ALT = SPOT_GREY_9; | ||
const MAX_WIDTH = '1200px'; | ||
const MIX_WIDTH = '320px'; | ||
const PHONE_HEIGHT = '736px'; | ||
const PHONE_WIDTH = '414px'; | ||
const TABLET_HEIGHT = '1024px'; | ||
const TABLET_WIDTH = '768px'; | ||
const MEDIA_PHONE = `(max-width: ${PHONE_WIDTH})`; | ||
const MEDIA_TABLET = `(max-width: ${TABLET_WIDTH})`; | ||
const MEDIA_LANDSCAPE = '(orientation: landscape)'; | ||
const MEDIA_LANDSCAPE_PHONE = `(max-width: ${PHONE_HEIGHT}) and (orientation: landscape)`; | ||
const MEDIA_LANDSCAPE_TABLET = `(max-width: ${TABLET_HEIGHT}) and (orientation: landscape)`; | ||
const MEDIA_PORTRAIT = '(orientation: portrait)'; | ||
const MEDIA_PORTRAIT_PHONE = `(max-width: ${PHONE_WIDTH}) and (orientation: portrait)`; | ||
const MEDIA_PORTRAIT_TABLET = `(min-width: ${TABLET_WIDTH}) and (orientation: portrait)`; | ||
exports.MAX_WIDTH = MAX_WIDTH; | ||
exports.MEDIA_LANDSCAPE = MEDIA_LANDSCAPE; | ||
exports.MEDIA_LANDSCAPE_PHONE = MEDIA_LANDSCAPE_PHONE; | ||
exports.MEDIA_LANDSCAPE_TABLET = MEDIA_LANDSCAPE_TABLET; | ||
exports.MEDIA_PHONE = MEDIA_PHONE; | ||
exports.MEDIA_PORTRAIT = MEDIA_PORTRAIT; | ||
exports.MEDIA_PORTRAIT_PHONE = MEDIA_PORTRAIT_PHONE; | ||
exports.MEDIA_PORTRAIT_TABLET = MEDIA_PORTRAIT_TABLET; | ||
exports.MEDIA_TABLET = MEDIA_TABLET; | ||
exports.MIX_WIDTH = MIX_WIDTH; | ||
exports.PHONE_HEIGHT = PHONE_HEIGHT; | ||
exports.PHONE_WIDTH = PHONE_WIDTH; | ||
exports.SPOT_BLACK = SPOT_BLACK; | ||
exports.SPOT_BLUE = SPOT_BLUE; | ||
exports.SPOT_BLUE_ALT = SPOT_BLUE_ALT; | ||
exports.SPOT_GREEN = SPOT_GREEN; | ||
exports.SPOT_GREEN_ALT = SPOT_GREEN_ALT; | ||
exports.SPOT_GREY_0 = SPOT_GREY_0; | ||
exports.SPOT_GREY_1 = SPOT_GREY_1; | ||
exports.SPOT_GREY_2 = SPOT_GREY_2; | ||
exports.SPOT_GREY_3 = SPOT_GREY_3; | ||
exports.SPOT_GREY_4 = SPOT_GREY_4; | ||
exports.SPOT_GREY_5 = SPOT_GREY_5; | ||
exports.SPOT_GREY_6 = SPOT_GREY_6; | ||
exports.SPOT_GREY_7 = SPOT_GREY_7; | ||
exports.SPOT_GREY_8 = SPOT_GREY_8; | ||
exports.SPOT_GREY_9 = SPOT_GREY_9; | ||
exports.SPOT_INDIGO = SPOT_INDIGO; | ||
exports.SPOT_INDIGO_ALT = SPOT_INDIGO_ALT; | ||
exports.SPOT_ORANGE = SPOT_ORANGE; | ||
exports.SPOT_ORANGE_ALT = SPOT_ORANGE_ALT; | ||
exports.SPOT_PRIMARY = SPOT_PRIMARY; | ||
exports.SPOT_PRIMARY_ALT = SPOT_PRIMARY_ALT; | ||
exports.SPOT_RED = SPOT_RED; | ||
exports.SPOT_RED_ALT = SPOT_RED_ALT; | ||
exports.SPOT_SECONDARY = SPOT_SECONDARY; | ||
exports.SPOT_SECONDARY_ALT = SPOT_SECONDARY_ALT; | ||
exports.SPOT_VIOLET = SPOT_VIOLET; | ||
exports.SPOT_VIOLET_ALT = SPOT_VIOLET_ALT; | ||
exports.SPOT_WHITE = SPOT_WHITE; | ||
exports.SPOT_YELLOW = SPOT_YELLOW; | ||
exports.SPOT_YELLOW_ALT = SPOT_YELLOW_ALT; | ||
exports.TABLET_HEIGHT = TABLET_HEIGHT; | ||
exports.TABLET_WIDTH = TABLET_WIDTH; |
@@ -1,1 +0,46 @@ | ||
const a="#000",t="#1a1a1a",i="#333",n="#555",p="#666",x="#808080",e="#999",o="#b3b3b3",d="#ccc",r="#e5e5e5",f="#eee",c="#fff",b="#f00",h="#f70",m="#fd0",w="#0f0",s="#00f",l="#8a2be2",g="#c77df3",j="#a10",k="#f40",q="#fb1",u="#5a0",v="#005",y="#310062",z="#4b0082",A="#f00",B="#a10",C="#1a1a1a",D="#1a1a1a",E="1200px",F="320px",G="736px",H="414px",I="1024px",J="768px",K="(max-width: 414px)",L="(max-width: 768px)",M="(orientation: landscape)",N="(max-width: 736px) and (orientation: landscape)",O="(max-width: 1024px) and (orientation: landscape)",P="(orientation: portrait)",Q="(max-width: 414px) and (orientation: portrait)",R="(min-width: 768px) and (orientation: portrait)";export{E as MAX_WIDTH,M as MEDIA_LANDSCAPE,N as MEDIA_LANDSCAPE_PHONE,O as MEDIA_LANDSCAPE_TABLET,K as MEDIA_PHONE,P as MEDIA_PORTRAIT,Q as MEDIA_PORTRAIT_PHONE,R as MEDIA_PORTRAIT_TABLET,L as MEDIA_TABLET,F as MIX_WIDTH,G as PHONE_HEIGHT,H as PHONE_WIDTH,a as SPOT_BLACK,s as SPOT_BLUE,v as SPOT_BLUE_ALT,w as SPOT_GREEN,u as SPOT_GREEN_ALT,f as SPOT_GREY_0,r as SPOT_GREY_1,d as SPOT_GREY_2,o as SPOT_GREY_3,e as SPOT_GREY_4,x as SPOT_GREY_5,p as SPOT_GREY_6,n as SPOT_GREY_7,i as SPOT_GREY_8,t as SPOT_GREY_9,l as SPOT_INDIGO,y as SPOT_INDIGO_ALT,h as SPOT_ORANGE,k as SPOT_ORANGE_ALT,A as SPOT_PRIMARY,B as SPOT_PRIMARY_ALT,b as SPOT_RED,j as SPOT_RED_ALT,C as SPOT_SECONDARY,D as SPOT_SECONDARY_ALT,g as SPOT_VIOLET,z as SPOT_VIOLET_ALT,c as SPOT_WHITE,m as SPOT_YELLOW,q as SPOT_YELLOW_ALT,I as TABLET_HEIGHT,J as TABLET_WIDTH}; | ||
const SPOT_BLACK = '#000'; | ||
const SPOT_GREY_9 = '#1a1a1a'; | ||
const SPOT_GREY_8 = '#333'; | ||
const SPOT_GREY_7 = '#555'; | ||
const SPOT_GREY_6 = '#666'; | ||
const SPOT_GREY_5 = '#808080'; | ||
const SPOT_GREY_4 = '#999'; | ||
const SPOT_GREY_3 = '#b3b3b3'; | ||
const SPOT_GREY_2 = '#ccc'; | ||
const SPOT_GREY_1 = '#e5e5e5'; | ||
const SPOT_GREY_0 = '#eee'; | ||
const SPOT_WHITE = '#fff'; | ||
const SPOT_RED = '#f00'; | ||
const SPOT_ORANGE = '#f70'; | ||
const SPOT_YELLOW = '#fd0'; | ||
const SPOT_GREEN = '#0f0'; | ||
const SPOT_BLUE = '#00f'; | ||
const SPOT_INDIGO = '#8a2be2'; | ||
const SPOT_VIOLET = '#c77df3'; | ||
const SPOT_RED_ALT = '#a10'; | ||
const SPOT_ORANGE_ALT = '#f40'; | ||
const SPOT_YELLOW_ALT = '#fb1'; | ||
const SPOT_GREEN_ALT = '#5a0'; | ||
const SPOT_BLUE_ALT = '#005'; | ||
const SPOT_INDIGO_ALT = '#310062'; | ||
const SPOT_VIOLET_ALT = '#4b0082'; | ||
const SPOT_PRIMARY = SPOT_RED; | ||
const SPOT_PRIMARY_ALT = SPOT_RED_ALT; | ||
const SPOT_SECONDARY = SPOT_GREY_9; | ||
const SPOT_SECONDARY_ALT = SPOT_GREY_9; | ||
const MAX_WIDTH = '1200px'; | ||
const MIX_WIDTH = '320px'; | ||
const PHONE_HEIGHT = '736px'; | ||
const PHONE_WIDTH = '414px'; | ||
const TABLET_HEIGHT = '1024px'; | ||
const TABLET_WIDTH = '768px'; | ||
const MEDIA_PHONE = `(max-width: ${PHONE_WIDTH})`; | ||
const MEDIA_TABLET = `(max-width: ${TABLET_WIDTH})`; | ||
const MEDIA_LANDSCAPE = '(orientation: landscape)'; | ||
const MEDIA_LANDSCAPE_PHONE = `(max-width: ${PHONE_HEIGHT}) and (orientation: landscape)`; | ||
const MEDIA_LANDSCAPE_TABLET = `(max-width: ${TABLET_HEIGHT}) and (orientation: landscape)`; | ||
const MEDIA_PORTRAIT = '(orientation: portrait)'; | ||
const MEDIA_PORTRAIT_PHONE = `(max-width: ${PHONE_WIDTH}) and (orientation: portrait)`; | ||
const MEDIA_PORTRAIT_TABLET = `(min-width: ${TABLET_WIDTH}) and (orientation: portrait)`; | ||
export { MAX_WIDTH, MEDIA_LANDSCAPE, MEDIA_LANDSCAPE_PHONE, MEDIA_LANDSCAPE_TABLET, MEDIA_PHONE, MEDIA_PORTRAIT, MEDIA_PORTRAIT_PHONE, MEDIA_PORTRAIT_TABLET, MEDIA_TABLET, MIX_WIDTH, PHONE_HEIGHT, PHONE_WIDTH, SPOT_BLACK, SPOT_BLUE, SPOT_BLUE_ALT, SPOT_GREEN, SPOT_GREEN_ALT, SPOT_GREY_0, SPOT_GREY_1, SPOT_GREY_2, SPOT_GREY_3, SPOT_GREY_4, SPOT_GREY_5, SPOT_GREY_6, SPOT_GREY_7, SPOT_GREY_8, SPOT_GREY_9, SPOT_INDIGO, SPOT_INDIGO_ALT, SPOT_ORANGE, SPOT_ORANGE_ALT, SPOT_PRIMARY, SPOT_PRIMARY_ALT, SPOT_RED, SPOT_RED_ALT, SPOT_SECONDARY, SPOT_SECONDARY_ALT, SPOT_VIOLET, SPOT_VIOLET_ALT, SPOT_WHITE, SPOT_YELLOW, SPOT_YELLOW_ALT, TABLET_HEIGHT, TABLET_WIDTH }; |
@@ -1,1 +0,99 @@ | ||
!function(_,T){"object"==typeof exports&&"undefined"!=typeof module?T(exports):"function"==typeof define&&define.amd?define(["exports"],T):T((_="undefined"!=typeof globalThis?globalThis:_||self).Component={})}(this,(function(_){"use strict";const T="#1a1a1a",E="#f00",O="#a10",e="736px",P="414px",t="1024px",a="768px";_.MAX_WIDTH="1200px",_.MEDIA_LANDSCAPE="(orientation: landscape)",_.MEDIA_LANDSCAPE_PHONE="(max-width: 736px) and (orientation: landscape)",_.MEDIA_LANDSCAPE_TABLET="(max-width: 1024px) and (orientation: landscape)",_.MEDIA_PHONE="(max-width: 414px)",_.MEDIA_PORTRAIT="(orientation: portrait)",_.MEDIA_PORTRAIT_PHONE="(max-width: 414px) and (orientation: portrait)",_.MEDIA_PORTRAIT_TABLET="(min-width: 768px) and (orientation: portrait)",_.MEDIA_TABLET="(max-width: 768px)",_.MIX_WIDTH="320px",_.PHONE_HEIGHT=e,_.PHONE_WIDTH=P,_.SPOT_BLACK="#000",_.SPOT_BLUE="#00f",_.SPOT_BLUE_ALT="#005",_.SPOT_GREEN="#0f0",_.SPOT_GREEN_ALT="#5a0",_.SPOT_GREY_0="#eee",_.SPOT_GREY_1="#e5e5e5",_.SPOT_GREY_2="#ccc",_.SPOT_GREY_3="#b3b3b3",_.SPOT_GREY_4="#999",_.SPOT_GREY_5="#808080",_.SPOT_GREY_6="#666",_.SPOT_GREY_7="#555",_.SPOT_GREY_8="#333",_.SPOT_GREY_9=T,_.SPOT_INDIGO="#8a2be2",_.SPOT_INDIGO_ALT="#310062",_.SPOT_ORANGE="#f70",_.SPOT_ORANGE_ALT="#f40",_.SPOT_PRIMARY="#f00",_.SPOT_PRIMARY_ALT="#a10",_.SPOT_RED=E,_.SPOT_RED_ALT=O,_.SPOT_SECONDARY="#1a1a1a",_.SPOT_SECONDARY_ALT="#1a1a1a",_.SPOT_VIOLET="#c77df3",_.SPOT_VIOLET_ALT="#4b0082",_.SPOT_WHITE="#fff",_.SPOT_YELLOW="#fd0",_.SPOT_YELLOW_ALT="#fb1",_.TABLET_HEIGHT=t,_.TABLET_WIDTH=a,Object.defineProperty(_,"__esModule",{value:!0})})); | ||
(function (global, factory) { | ||
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) : | ||
typeof define === 'function' && define.amd ? define(['exports'], factory) : | ||
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.Component = {})); | ||
}(this, (function (exports) { 'use strict'; | ||
const SPOT_BLACK = '#000'; | ||
const SPOT_GREY_9 = '#1a1a1a'; | ||
const SPOT_GREY_8 = '#333'; | ||
const SPOT_GREY_7 = '#555'; | ||
const SPOT_GREY_6 = '#666'; | ||
const SPOT_GREY_5 = '#808080'; | ||
const SPOT_GREY_4 = '#999'; | ||
const SPOT_GREY_3 = '#b3b3b3'; | ||
const SPOT_GREY_2 = '#ccc'; | ||
const SPOT_GREY_1 = '#e5e5e5'; | ||
const SPOT_GREY_0 = '#eee'; | ||
const SPOT_WHITE = '#fff'; | ||
const SPOT_RED = '#f00'; | ||
const SPOT_ORANGE = '#f70'; | ||
const SPOT_YELLOW = '#fd0'; | ||
const SPOT_GREEN = '#0f0'; | ||
const SPOT_BLUE = '#00f'; | ||
const SPOT_INDIGO = '#8a2be2'; | ||
const SPOT_VIOLET = '#c77df3'; | ||
const SPOT_RED_ALT = '#a10'; | ||
const SPOT_ORANGE_ALT = '#f40'; | ||
const SPOT_YELLOW_ALT = '#fb1'; | ||
const SPOT_GREEN_ALT = '#5a0'; | ||
const SPOT_BLUE_ALT = '#005'; | ||
const SPOT_INDIGO_ALT = '#310062'; | ||
const SPOT_VIOLET_ALT = '#4b0082'; | ||
const SPOT_PRIMARY = SPOT_RED; | ||
const SPOT_PRIMARY_ALT = SPOT_RED_ALT; | ||
const SPOT_SECONDARY = SPOT_GREY_9; | ||
const SPOT_SECONDARY_ALT = SPOT_GREY_9; | ||
const MAX_WIDTH = '1200px'; | ||
const MIX_WIDTH = '320px'; | ||
const PHONE_HEIGHT = '736px'; | ||
const PHONE_WIDTH = '414px'; | ||
const TABLET_HEIGHT = '1024px'; | ||
const TABLET_WIDTH = '768px'; | ||
const MEDIA_PHONE = `(max-width: ${PHONE_WIDTH})`; | ||
const MEDIA_TABLET = `(max-width: ${TABLET_WIDTH})`; | ||
const MEDIA_LANDSCAPE = '(orientation: landscape)'; | ||
const MEDIA_LANDSCAPE_PHONE = `(max-width: ${PHONE_HEIGHT}) and (orientation: landscape)`; | ||
const MEDIA_LANDSCAPE_TABLET = `(max-width: ${TABLET_HEIGHT}) and (orientation: landscape)`; | ||
const MEDIA_PORTRAIT = '(orientation: portrait)'; | ||
const MEDIA_PORTRAIT_PHONE = `(max-width: ${PHONE_WIDTH}) and (orientation: portrait)`; | ||
const MEDIA_PORTRAIT_TABLET = `(min-width: ${TABLET_WIDTH}) and (orientation: portrait)`; | ||
exports.MAX_WIDTH = MAX_WIDTH; | ||
exports.MEDIA_LANDSCAPE = MEDIA_LANDSCAPE; | ||
exports.MEDIA_LANDSCAPE_PHONE = MEDIA_LANDSCAPE_PHONE; | ||
exports.MEDIA_LANDSCAPE_TABLET = MEDIA_LANDSCAPE_TABLET; | ||
exports.MEDIA_PHONE = MEDIA_PHONE; | ||
exports.MEDIA_PORTRAIT = MEDIA_PORTRAIT; | ||
exports.MEDIA_PORTRAIT_PHONE = MEDIA_PORTRAIT_PHONE; | ||
exports.MEDIA_PORTRAIT_TABLET = MEDIA_PORTRAIT_TABLET; | ||
exports.MEDIA_TABLET = MEDIA_TABLET; | ||
exports.MIX_WIDTH = MIX_WIDTH; | ||
exports.PHONE_HEIGHT = PHONE_HEIGHT; | ||
exports.PHONE_WIDTH = PHONE_WIDTH; | ||
exports.SPOT_BLACK = SPOT_BLACK; | ||
exports.SPOT_BLUE = SPOT_BLUE; | ||
exports.SPOT_BLUE_ALT = SPOT_BLUE_ALT; | ||
exports.SPOT_GREEN = SPOT_GREEN; | ||
exports.SPOT_GREEN_ALT = SPOT_GREEN_ALT; | ||
exports.SPOT_GREY_0 = SPOT_GREY_0; | ||
exports.SPOT_GREY_1 = SPOT_GREY_1; | ||
exports.SPOT_GREY_2 = SPOT_GREY_2; | ||
exports.SPOT_GREY_3 = SPOT_GREY_3; | ||
exports.SPOT_GREY_4 = SPOT_GREY_4; | ||
exports.SPOT_GREY_5 = SPOT_GREY_5; | ||
exports.SPOT_GREY_6 = SPOT_GREY_6; | ||
exports.SPOT_GREY_7 = SPOT_GREY_7; | ||
exports.SPOT_GREY_8 = SPOT_GREY_8; | ||
exports.SPOT_GREY_9 = SPOT_GREY_9; | ||
exports.SPOT_INDIGO = SPOT_INDIGO; | ||
exports.SPOT_INDIGO_ALT = SPOT_INDIGO_ALT; | ||
exports.SPOT_ORANGE = SPOT_ORANGE; | ||
exports.SPOT_ORANGE_ALT = SPOT_ORANGE_ALT; | ||
exports.SPOT_PRIMARY = SPOT_PRIMARY; | ||
exports.SPOT_PRIMARY_ALT = SPOT_PRIMARY_ALT; | ||
exports.SPOT_RED = SPOT_RED; | ||
exports.SPOT_RED_ALT = SPOT_RED_ALT; | ||
exports.SPOT_SECONDARY = SPOT_SECONDARY; | ||
exports.SPOT_SECONDARY_ALT = SPOT_SECONDARY_ALT; | ||
exports.SPOT_VIOLET = SPOT_VIOLET; | ||
exports.SPOT_VIOLET_ALT = SPOT_VIOLET_ALT; | ||
exports.SPOT_WHITE = SPOT_WHITE; | ||
exports.SPOT_YELLOW = SPOT_YELLOW; | ||
exports.SPOT_YELLOW_ALT = SPOT_YELLOW_ALT; | ||
exports.TABLET_HEIGHT = TABLET_HEIGHT; | ||
exports.TABLET_WIDTH = TABLET_WIDTH; | ||
Object.defineProperty(exports, '__esModule', { value: true }); | ||
}))); |
{ | ||
"name": "@barguide/style-guide", | ||
"version": "0.0.15", | ||
"version": "0.1.0", | ||
"author": "Matthew D. Scholta", | ||
@@ -28,4 +28,4 @@ "bugs": { | ||
"license": "UNLICENSED", | ||
"main": "./dist/index.cjs.js", | ||
"module": "./dist/index.esm.js", | ||
"main": "./dist/index.cjs.min.js", | ||
"module": "./dist/index.esm.min.js", | ||
"private": false, | ||
@@ -47,5 +47,5 @@ "publishConfig": { | ||
"sideEffects": false, | ||
"style": "./dist/index.css", | ||
"style": "./dist/index.esm.min.css", | ||
"types": "./dist/index.d.ts", | ||
"gitHead": "9213b3df0a24ea415d9e41f8148cee4e5f9e36fe" | ||
"gitHead": "240bbd52801c16ed1f4f28e521d4aafa0daff886" | ||
} |
166410
67
1856