@papyrus-ui/styles 0.1.3 → 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
1
  import { StyleRule } from '@vanilla-extract/css';
2
- import { BREAKPOINT } from '../const';
3
- export declare type Breakpoint = keyof typeof BREAKPOINT;
2
+ import { BREAKPOINTS } from '../const';
3
+ export declare type Breakpoint = keyof typeof BREAKPOINTS;
4
4
  export declare function bpUp(name: Breakpoint, content: StyleRule): StyleRule;
5
5
  export declare function bpDown(name: Breakpoint, content: StyleRule): StyleRule;
6
6
  export declare function bpBetween(min: Breakpoint, max: Breakpoint, content: StyleRule): StyleRule;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@papyrus-ui/styles",
3
- "version": "0.1.3",
3
+ "version": "0.2.0",
4
4
  "description": "Global styles, themes and style utilities for implementing components based on the Papyrus UI design system.",
5
5
  "files": [
6
6
  "CHANGELOG.md",