@nulogy/css
Advanced tools
Comparing version 0.12.0 to 0.13.0
import { configure, addParameters } from "@storybook/html"; | ||
import { create } from "@storybook/theming"; | ||
import "../src/nds.css"; | ||
import { theme } from "../index"; | ||
@@ -12,42 +11,3 @@ const req = require.context("../src/scss", true, /\.story\.js$/); | ||
const newViewports = { | ||
extraSmall: { | ||
name: "Extra small", | ||
styles: { | ||
width: "320px", | ||
height: "100%" | ||
} | ||
}, | ||
small: { | ||
name: "Small", | ||
styles: { | ||
width: theme.breakpoint.small, | ||
height: "100%" | ||
} | ||
}, | ||
medium: { | ||
name: "Medium", | ||
styles: { | ||
width: theme.breakpoint.medium, | ||
height: "100%" | ||
} | ||
}, | ||
large: { | ||
name: "Large", | ||
styles: { | ||
width: theme.breakpoint.large, | ||
height: "100%" | ||
} | ||
}, | ||
extraLarge: { | ||
name: "Extra large", | ||
styles: { | ||
width: theme.breakpoint.extraLarge, | ||
height: "100%" | ||
} | ||
} | ||
}; | ||
addParameters({ | ||
viewport: { viewports: newViewports }, | ||
options: { | ||
@@ -54,0 +14,0 @@ theme: create({ |
{ | ||
"name": "@nulogy/css", | ||
"version": "0.12.0", | ||
"version": "0.13.0", | ||
"description": "CSS for Nulogy Design System", | ||
@@ -27,5 +27,5 @@ "private": false, | ||
"dependencies": { | ||
"@nulogy/tokens": "^0.12.0" | ||
"@nulogy/tokens": "^0.13.0" | ||
}, | ||
"gitHead": "1189763e5abbca93f4fb68954b18ee567e691d36" | ||
"gitHead": "379a5ecdaeffa476ebf6f517056a85ad3a9e448c" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
144685
45
2351
+ Added@nulogy/tokens@0.13.1(transitive)
- Removed@nulogy/tokens@0.12.0(transitive)
Updated@nulogy/tokens@^0.13.0