@diana-ui/tokens
Advanced tools
Comparing version 0.1.8 to 0.1.9
@@ -1,1 +0,18 @@ | ||
export default {}; | ||
export default { | ||
fadeIn: { | ||
from: { | ||
opacity: 0 | ||
}, | ||
to: { | ||
opacity: 1 | ||
} | ||
}, | ||
fadeOut: { | ||
from: { | ||
opacity: 1 | ||
}, | ||
to: { | ||
opacity: 0 | ||
} | ||
} | ||
}; |
@@ -1,1 +0,1 @@ | ||
export { default as animation } from "./animations"; | ||
export { default as defaultAnimations } from "./animations"; |
@@ -1,2 +0,19 @@ | ||
declare const _default: {}; | ||
declare const _default: { | ||
fadeIn: { | ||
from: { | ||
opacity: number; | ||
}; | ||
to: { | ||
opacity: number; | ||
}; | ||
}; | ||
fadeOut: { | ||
from: { | ||
opacity: number; | ||
}; | ||
to: { | ||
opacity: number; | ||
}; | ||
}; | ||
}; | ||
export default _default; |
@@ -1,1 +0,18 @@ | ||
export default {}; | ||
export default { | ||
fadeIn: { | ||
from: { | ||
opacity: 0 | ||
}, | ||
to: { | ||
opacity: 1 | ||
} | ||
}, | ||
fadeOut: { | ||
from: { | ||
opacity: 1 | ||
}, | ||
to: { | ||
opacity: 0 | ||
} | ||
} | ||
}; |
@@ -1,1 +0,1 @@ | ||
export { default as animation } from "./animations"; | ||
export { default as defaultAnimations } from "./animations"; |
@@ -1,1 +0,1 @@ | ||
export { default as animation } from "./animations"; | ||
export { default as defaultAnimations } from "./animations"; |
@@ -40,2 +40,20 @@ import { FontWeight } from "./theme.default.types"; | ||
fonts: {}; | ||
animations: { | ||
fadeIn: { | ||
from: { | ||
opacity: number; | ||
}; | ||
to: { | ||
opacity: number; | ||
}; | ||
}; | ||
fadeOut: { | ||
from: { | ||
opacity: number; | ||
}; | ||
to: { | ||
opacity: number; | ||
}; | ||
}; | ||
}; | ||
icons: { | ||
@@ -42,0 +60,0 @@ add: typeof import("@diana-ui/assets").Add; |
import { defaultPalette } from "../palettes"; | ||
import { defaultIcons } from "../icons"; | ||
import { defaultAnimations } from "../animations"; | ||
import { FontWeight } from "./theme.default.types"; | ||
@@ -13,2 +14,3 @@ var spaceUnit = 16; | ||
fonts: {}, | ||
animations: defaultAnimations, | ||
icons: defaultIcons, | ||
@@ -15,0 +17,0 @@ spaceUnit: { |
@@ -1,2 +0,19 @@ | ||
declare const _default: {}; | ||
declare const _default: { | ||
fadeIn: { | ||
from: { | ||
opacity: number; | ||
}; | ||
to: { | ||
opacity: number; | ||
}; | ||
}; | ||
fadeOut: { | ||
from: { | ||
opacity: number; | ||
}; | ||
to: { | ||
opacity: number; | ||
}; | ||
}; | ||
}; | ||
export default _default; |
@@ -1,1 +0,18 @@ | ||
export default {}; | ||
export default { | ||
fadeIn: { | ||
from: { | ||
opacity: 0 | ||
}, | ||
to: { | ||
opacity: 1 | ||
} | ||
}, | ||
fadeOut: { | ||
from: { | ||
opacity: 1 | ||
}, | ||
to: { | ||
opacity: 0 | ||
} | ||
} | ||
}; |
@@ -1,1 +0,1 @@ | ||
export { default as animation } from "./animations"; | ||
export { default as defaultAnimations } from "./animations"; |
@@ -1,1 +0,1 @@ | ||
export { default as animation } from "./animations"; | ||
export { default as defaultAnimations } from "./animations"; |
@@ -40,2 +40,20 @@ import { FontWeight } from "./theme.default.types"; | ||
fonts: {}; | ||
animations: { | ||
fadeIn: { | ||
from: { | ||
opacity: number; | ||
}; | ||
to: { | ||
opacity: number; | ||
}; | ||
}; | ||
fadeOut: { | ||
from: { | ||
opacity: number; | ||
}; | ||
to: { | ||
opacity: number; | ||
}; | ||
}; | ||
}; | ||
icons: { | ||
@@ -42,0 +60,0 @@ add: typeof import("@diana-ui/assets").Add; |
import { defaultPalette } from "../palettes"; | ||
import { defaultIcons } from "../icons"; | ||
import { defaultAnimations } from "../animations"; | ||
import { FontWeight } from "./theme.default.types"; | ||
@@ -13,2 +14,3 @@ const spaceUnit = 16; | ||
fonts: {}, | ||
animations: defaultAnimations, | ||
icons: defaultIcons, | ||
@@ -15,0 +17,0 @@ spaceUnit: { |
{ | ||
"name": "@diana-ui/tokens", | ||
"version": "0.1.8", | ||
"version": "0.1.9", | ||
"main": "lib/index.js", | ||
@@ -35,3 +35,3 @@ "module": "module/index.js", | ||
}, | ||
"gitHead": "6279b4669fc82997a5545a35cc5a5412d3c96904" | ||
"gitHead": "322f2cb89dc50e3c5610e6051cb1d4a754b3f47f" | ||
} |
import { defaultPalette } from "../palettes"; | ||
import { defaultIcons } from "../icons"; | ||
import { defaultAnimations } from "../animations"; | ||
import { FontWeight } from "./theme.default.types"; | ||
@@ -15,2 +16,3 @@ | ||
fonts: {}, | ||
animations:defaultAnimations, | ||
icons: defaultIcons, | ||
@@ -17,0 +19,0 @@ spaceUnit: { |
30142
1156