@invisionag/injixo-tokens
Advanced tools
Comparing version 1.1.4 to 1.1.5
@@ -11,9 +11,3 @@ // @flow | ||
}; | ||
const breakpoint = { | ||
xs: 640, | ||
sm: 960, | ||
md: 1280, | ||
lg: 1440, | ||
xl: 1920, | ||
}; | ||
const breakpoint = { xs: 640, sm: 960, md: 1280, lg: 1440 }; | ||
const color = { | ||
@@ -20,0 +14,0 @@ /** |
@@ -10,3 +10,2 @@ export declare const asset: { | ||
readonly lg: 1440; | ||
readonly xl: 1920; | ||
}; | ||
@@ -13,0 +12,0 @@ export declare const color: { |
@@ -5,9 +5,3 @@ const asset = { | ||
}; | ||
const breakpoint = { | ||
xs: 640, | ||
sm: 960, | ||
md: 1280, | ||
lg: 1440, | ||
xl: 1920, | ||
}; | ||
const breakpoint = { xs: 640, sm: 960, md: 1280, lg: 1440 }; | ||
const color = { | ||
@@ -14,0 +8,0 @@ /** |
{ | ||
"name": "@invisionag/injixo-tokens", | ||
"version": "1.1.4", | ||
"version": "1.1.5", | ||
"description": "injixo Design Tokens", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
181934
5201