@titelmedia/bricks-theme
Advanced tools
Comparing version 0.1.9 to 0.1.10
@@ -6,2 +6,10 @@ # Change Log | ||
## [0.1.10](https://github.com/titel-media/bricks-lerna/compare/v0.1.9...v0.1.10) (2021-12-06) | ||
**Note:** Version bump only for package @titelmedia/bricks-theme | ||
## [0.1.9](https://github.com/titel-media/bricks-lerna/compare/v0.1.8...v0.1.9) (2021-12-06) | ||
@@ -8,0 +16,0 @@ |
@@ -26,2 +26,6 @@ "use strict"; | ||
var _universBlack = _interopRequireDefault(require("./fonts/univers-black.woff")); | ||
var _universBlack2 = _interopRequireDefault(require("./fonts/univers-black.woff2")); | ||
var _hsdevilleRoman = _interopRequireDefault(require("./fonts/hsdeville-roman.woff")); | ||
@@ -66,4 +70,4 @@ | ||
src: local("univers-black"), | ||
url(${_universBoldCond2.default}) format("woff2"), | ||
url(${_universBoldCond.default}) format("woff"); | ||
url(${_universBlack2.default}) format("woff2"), | ||
url(${_universBlack.default}) format("woff"); | ||
} | ||
@@ -70,0 +74,0 @@ |
@@ -20,3 +20,2 @@ "use strict"; | ||
margin: 0 auto; | ||
border: 1px solid red; | ||
`; | ||
@@ -23,0 +22,0 @@ let useSize = size || 'md'; |
@@ -10,4 +10,4 @@ import { createGlobalStyle } from 'styled-components'; | ||
import UniversBoldCondWoff2 from './fonts/univers-bold-cond.woff2'; | ||
import UniversBlackWoff from './fonts/univers-bold-cond.woff'; | ||
import UniversBlackWoff2 from './fonts/univers-bold-cond.woff2'; | ||
import UniversBlackWoff from './fonts/univers-black.woff'; | ||
import UniversBlackWoff2 from './fonts/univers-black.woff2'; | ||
import HSDevilleWoff from './fonts/hsdeville-roman.woff'; | ||
@@ -14,0 +14,0 @@ import HSDevilleWoff2 from './fonts/hsdeville-roman.woff2'; |
@@ -20,3 +20,2 @@ import { CONTAINERS } from '../variables/containers'; | ||
margin: 0 auto; | ||
border: 1px solid red; | ||
`; | ||
@@ -23,0 +22,0 @@ |
{ | ||
"name": "@titelmedia/bricks-theme", | ||
"version": "0.1.9", | ||
"version": "0.1.10", | ||
"description": "styles!", | ||
@@ -27,3 +27,3 @@ "author": "highsnob", | ||
}, | ||
"gitHead": "86829f80f1c8eb97b64f61163ee8f73abb29e2de" | ||
"gitHead": "64dab1e06b78d0f147a1d9e2352a741ee45f6e50" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
891686