@qlean/york-web
Advanced tools
Comparing version 0.1.1-1 to 0.1.1-2
{ | ||
"name": "@qlean/york-web", | ||
"version": "0.1.1-1", | ||
"version": "0.1.1-2", | ||
"main": "lib/index.js", | ||
@@ -49,3 +49,3 @@ "module": "es/index.js", | ||
"dependencies": { | ||
"@qlean/york-core": "^0.1.1-1", | ||
"@qlean/york-core": "^0.1.1-2", | ||
"prop-types": "^15.6.0", | ||
@@ -52,0 +52,0 @@ "styled-components": "^2.2.4" |
import React from 'react'; | ||
import PropTypes from 'prop-types'; | ||
import styled from 'styled-components'; | ||
import { colors } from 'york-core'; | ||
import { colors } from '@qlean/york-core'; | ||
@@ -6,0 +6,0 @@ const presets = { |
import { injectGlobal } from 'styled-components'; | ||
import MuseoSansCyrl300 from 'york-core/fonts/MuseoSansCyrl-300.otf'; | ||
import MuseoSansCyrl500 from 'york-core/fonts/MuseoSansCyrl-500.otf'; | ||
import MuseoSansCyrl700 from 'york-core/fonts/MuseoSansCyrl-700.otf'; | ||
import MuseoSansCyrl300 from '@qlean/york-core/fonts/MuseoSansCyrl-300.otf'; | ||
import MuseoSansCyrl500 from '@qlean/york-core/fonts/MuseoSansCyrl-500.otf'; | ||
import MuseoSansCyrl700 from '@qlean/york-core/fonts/MuseoSansCyrl-700.otf'; | ||
@@ -7,0 +7,0 @@ /* eslint-disable no-unused-expressions */ |
23969
Updated@qlean/york-core@^0.1.1-2