File tree Expand file tree Collapse file tree 7 files changed +13
-22
lines changed
Expand file tree Collapse file tree 7 files changed +13
-22
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
77
88## [ Unreleased]
9+ ### Changed
10+ - Inline loading icon animation, prevent from loading global CSS files for icons.
911
1012## [ 0.17.0] - 2020-03-03
1113### Added
Original file line number Diff line number Diff line change @@ -4,8 +4,6 @@ import { useCssHandles } from 'vtex.css-handles'
44import Svg from './Svg'
55import Use from './Use'
66
7- import './icon.global.css'
8-
97const CSS_HANDLES = [
108 'arrowBackIcon' ,
119 'assistantSalesIcon' ,
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 3030 "tslint" : " ^5.11.0" ,
3131 "tslint-config-vtex" : " ^2.0.0" ,
3232 "tslint-eslint-rules" : " ^5.4.0" ,
33- "typescript" : " 3.7 .3"
33+ "typescript" : " 3.8 .3"
3434 },
3535 "resolutions" : {
3636 "babel-core" : " ^7.0.0-bridge.0"
Original file line number Diff line number Diff line change @@ -4919,10 +4919,10 @@ type-check@~0.3.2:
49194919 dependencies :
49204920 prelude-ls "~1.1.2"
49214921
4922- typescript@3.7 .3 :
4923- version "3.7 .3"
4924- resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.7 .3.tgz#b36840668a16458a7025b9eabfad11b66ab85c69 "
4925- integrity sha512-Mcr/Qk7hXqFBXMN7p7Lusj1ktCBydylfQM/FZCk5glCNQJrCUKPkMHdo9R0MTFWsC/4kPFvDS0fDPvukfCkFsw ==
4922+ typescript@3.8 .3 :
4923+ version "3.8 .3"
4924+ resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.8 .3.tgz#409eb8544ea0335711205869ec458ab109ee1061 "
4925+ integrity sha512-MYlEfn5VrLNsgudQTVJeNaQFUAI7DkhnOjdpAp4T+ku1TfQClewlbSuTVHiA+8skNBgaf02TL/kLOvig4y3G8w ==
49264926
49274927typescript@^3.3.3333 :
49284928 version "3.5.3"
You can’t perform that action at this time.
0 commit comments