From 00351a564fa097c3ed431972e2066b7e8e3ae490 Mon Sep 17 00:00:00 2001 From: neverland Date: Wed, 13 Jun 2018 20:36:36 +0800 Subject: [PATCH] [Improvement] stylelint (#1280) --- .stylelintrc | 10 + package.json | 4 +- packages/icon/config/template-local.js | 3 +- packages/icon/config/template.css | 5 +- packages/icon/vant-icon-9b71af.ttf | Bin 26200 -> 26200 bytes packages/vant-css/src/address-list.css | 2 +- packages/vant-css/src/button.css | 6 +- packages/vant-css/src/card.css | 2 + packages/vant-css/src/cell.css | 2 +- packages/vant-css/src/common/animation.css | 3 + packages/vant-css/src/contact-list.css | 2 +- packages/vant-css/src/coupon-list.css | 5 +- packages/vant-css/src/dialog.css | 2 +- packages/vant-css/src/goods-action.css | 4 +- packages/vant-css/src/icon-local.css | 2 +- packages/vant-css/src/icon.css | 287 +++++++---- packages/vant-css/src/loading.css | 2 + packages/vant-css/src/notice-bar.css | 7 +- packages/vant-css/src/number-keyboard.css | 6 +- packages/vant-css/src/picker.css | 2 +- packages/vant-css/src/popup.css | 3 +- packages/vant-css/src/pull-refresh.css | 2 +- packages/vant-css/src/reset.css | 156 +++++- packages/vant-css/src/row.css | 2 +- packages/vant-css/src/search.css | 2 +- packages/vant-css/src/sku.css | 1 + packages/vant-css/src/steps.css | 4 +- packages/vant-css/src/submit-bar.css | 2 +- packages/vant-css/src/switch-cell.css | 2 +- packages/vant-css/src/switch.css | 1 - packages/vant-css/src/toast.css | 2 +- packages/vant-css/src/tree-select.css | 4 +- yarn.lock | 542 ++++++++++++++++++++- 33 files changed, 905 insertions(+), 174 deletions(-) create mode 100644 .stylelintrc diff --git a/.stylelintrc b/.stylelintrc new file mode 100644 index 000000000..90e25c699 --- /dev/null +++ b/.stylelintrc @@ -0,0 +1,10 @@ +{ + "extends": "stylelint-config-standard", + "rules": { + "at-rule-no-unknown": null, + "number-leading-zero": null, + "no-descending-specificity": null, + "declaration-colon-newline-after": null, + "font-family-no-missing-generic-family-keyword": null + } +} diff --git a/package.json b/package.json index 81c248072..56fb35956 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "scripts": { "bootstrap": "yarn || npm i && cd ./packages/vant-css/ && yarn || npm i && cd ../../", "dev": "npm run build:file && webpack-serve --config build/webpack.dev.js", - "lint": "./node_modules/.bin/eslint ./packages --ext .js,.vue", + "lint": "eslint ./packages --ext .js,.vue && stylelint \"packages/vant-css/src/*.css\"", "build:file": "node build/build-entry.js", "build:components": "node build/build-components.js --color", "build:vant-css": "gulp build --gulpfile packages/vant-css/gulpfile.js --color", @@ -94,6 +94,8 @@ "shelljs": "^0.8.1", "signale": "^1.1.0", "style-loader": "^0.21.0", + "stylelint": "^9.2.1", + "stylelint-config-standard": "^18.2.0", "uppercamelcase": "^3.0.0", "url-loader": "^1.0.1", "vant-doc": "1.0.7", diff --git a/packages/icon/config/template-local.js b/packages/icon/config/template-local.js index c589ec0fa..b32e1d3a7 100644 --- a/packages/icon/config/template-local.js +++ b/packages/icon/config/template-local.js @@ -4,5 +4,6 @@ module.exports = (fontName, ttf) => { font-weight: normal; font-family: '${fontName}'; src: url('../icon/${ttf}') format('truetype'); -}`; +} +`; }; diff --git a/packages/icon/config/template.css b/packages/icon/config/template.css index ede58054f..f05681277 100644 --- a/packages/icon/config/template.css +++ b/packages/icon/config/template.css @@ -31,12 +31,13 @@ font-family: PingFang SC, Helvetica Neue, Arial, sans-serif; } - &:before { + &::before { display: inline-block; } } -<% _.each(glyphs, function(glyph) { %>.van-icon-<%= glyph.fileName %>:before { +<% _.each(glyphs, function(glyph) { %>.van-icon-<%= glyph.fileName %>::before { content: "\<%= glyph.codePoint %>"; } + <% }); %> diff --git a/packages/icon/vant-icon-9b71af.ttf b/packages/icon/vant-icon-9b71af.ttf index 88f14d53dd32346f89e09138bec3fe354a20d282..26ae2a9e7f34dd5b8029839f125cafb887788f08 100644 GIT binary patch delta 48 xcmca{hVjN3#tDJUv-bU;7&2A*@ZR!xew(ih+{`Z+fZ)2@URfBunT0VV6#)I^5(WSO delta 48 xcmca{hVjN3#tDJU-F#;!hD?=yEPFei-{va=H}eYyAh>S#lm$j_W?>9T1pwDp5eEPO diff --git a/packages/vant-css/src/address-list.css b/packages/vant-css/src/address-list.css index b38f2ef1e..2a1dba330 100644 --- a/packages/vant-css/src/address-list.css +++ b/packages/vant-css/src/address-list.css @@ -67,4 +67,4 @@ line-height: 1.2; } } -} \ No newline at end of file +} diff --git a/packages/vant-css/src/button.css b/packages/vant-css/src/button.css index 0b1bd259c..b2a991256 100644 --- a/packages/vant-css/src/button.css +++ b/packages/vant-css/src/button.css @@ -23,15 +23,15 @@ border: inherit; border-color: $black; background-color: $black; - border-radius: inherit;/* inherit parent's border radius */ - transform: translate(-50%, -50%); + border-radius: inherit; /* inherit parent's border radius */ + transform: translate(-50%, -50%); } &:active::before { opacity: .3; } - &--unclickable:before { + &--unclickable::before { display: none; } diff --git a/packages/vant-css/src/card.css b/packages/vant-css/src/card.css index b2be4ef29..67063a76a 100644 --- a/packages/vant-css/src/card.css +++ b/packages/vant-css/src/card.css @@ -57,6 +57,7 @@ &__title { max-height: 40px; + @mixin multi-ellipsis 2; } @@ -64,6 +65,7 @@ color: $gray-darker; font-size: 12px; max-height: 20px; + @mixin ellipsis; } diff --git a/packages/vant-css/src/cell.css b/packages/vant-css/src/cell.css index 5c83bc976..3e7da0e8a 100644 --- a/packages/vant-css/src/cell.css +++ b/packages/vant-css/src/cell.css @@ -44,7 +44,7 @@ text-align: left; } } - + &__left-icon { font-size: 16px; line-height: 24px; diff --git a/packages/vant-css/src/common/animation.css b/packages/vant-css/src/common/animation.css index 1c1330cf6..94acb20ee 100644 --- a/packages/vant-css/src/common/animation.css +++ b/packages/vant-css/src/common/animation.css @@ -14,6 +14,7 @@ from { opacity: 0; } + to { opacity: 1; } @@ -23,6 +24,7 @@ from { opacity: 1; } + to { opacity: 0; } @@ -32,6 +34,7 @@ from { transform: rotate(0deg); } + to { transform: rotate(360deg); } diff --git a/packages/vant-css/src/contact-list.css b/packages/vant-css/src/contact-list.css index 99cabe5d6..84640c90f 100644 --- a/packages/vant-css/src/contact-list.css +++ b/packages/vant-css/src/contact-list.css @@ -58,4 +58,4 @@ line-height: 1.2; } } -} \ No newline at end of file +} diff --git a/packages/vant-css/src/coupon-list.css b/packages/vant-css/src/coupon-list.css index 9b6a06072..018a79d9c 100644 --- a/packages/vant-css/src/coupon-list.css +++ b/packages/vant-css/src/coupon-list.css @@ -137,7 +137,6 @@ flex: 1; color: $white; display: flex; - margin-left: -1px; /* hack for flex space */ text-align: center; margin-left: -16px; flex-direction: column; @@ -158,6 +157,7 @@ margin: 0; font-size: 14px; font-weight: 300; + @mixin ellipsis; } } @@ -192,6 +192,7 @@ h2, span { line-height: 1.4; + @mixin ellipsis; } } @@ -213,7 +214,7 @@ right: -13px; color: $white; font-size: 12px; - + &::before { font-weight: bold; } diff --git a/packages/vant-css/src/dialog.css b/packages/vant-css/src/dialog.css index ad29b5437..ff127553e 100644 --- a/packages/vant-css/src/dialog.css +++ b/packages/vant-css/src/dialog.css @@ -51,7 +51,7 @@ &__confirm { &, &:active { - color: #00C000; + color: #00c000; } } diff --git a/packages/vant-css/src/goods-action.css b/packages/vant-css/src/goods-action.css index 6d0abb576..e3ce7bf56 100644 --- a/packages/vant-css/src/goods-action.css +++ b/packages/vant-css/src/goods-action.css @@ -11,7 +11,7 @@ flex: 1; padding: 0; - @media(max-width: 321px) { + @media (max-width: 321px) { font-size: 15px; } } @@ -22,7 +22,7 @@ height: 50px; font-size: 10px; min-width: 15%; - line-height: 1; + line-height: 1; text-align: center; background-color: $white; flex-direction: column; diff --git a/packages/vant-css/src/icon-local.css b/packages/vant-css/src/icon-local.css index 9e37b87c9..a4b8fffae 100644 --- a/packages/vant-css/src/icon-local.css +++ b/packages/vant-css/src/icon-local.css @@ -3,4 +3,4 @@ font-weight: normal; font-family: 'vant-icon'; src: url('../icon/vant-icon-9b71af.ttf') format('truetype'); -} \ No newline at end of file +} diff --git a/packages/vant-css/src/icon.css b/packages/vant-css/src/icon.css index 73e3c448c..5cbc1898a 100644 --- a/packages/vant-css/src/icon.css +++ b/packages/vant-css/src/icon.css @@ -31,293 +31,388 @@ font-family: PingFang SC, Helvetica Neue, Arial, sans-serif; } - &:before { + &::before { display: inline-block; } } -.van-icon-add-o:before { +.van-icon-add-o::before { content: "\F000"; } -.van-icon-add:before { + +.van-icon-add::before { content: "\F001"; } -.van-icon-add2:before { + +.van-icon-add2::before { content: "\F002"; } -.van-icon-after-sale:before { + +.van-icon-after-sale::before { content: "\F003"; } -.van-icon-alipay:before { + +.van-icon-alipay::before { content: "\F004"; } -.van-icon-arrow-left:before { + +.van-icon-arrow-left::before { content: "\F005"; } -.van-icon-arrow:before { + +.van-icon-arrow::before { content: "\F006"; } -.van-icon-balance-details:before { + +.van-icon-balance-details::before { content: "\F007"; } -.van-icon-balance-pay:before { + +.van-icon-balance-pay::before { content: "\F008"; } -.van-icon-birthday-privilege:before { + +.van-icon-birthday-privilege::before { content: "\F009"; } -.van-icon-browsing-history:before { + +.van-icon-browsing-history::before { content: "\F00A"; } -.van-icon-card:before { + +.van-icon-card::before { content: "\F00B"; } -.van-icon-cart:before { + +.van-icon-cart::before { content: "\F00C"; } -.van-icon-cash-back-record:before { + +.van-icon-cash-back-record::before { content: "\F00D"; } -.van-icon-cash-on-deliver:before { + +.van-icon-cash-on-deliver::before { content: "\F00E"; } -.van-icon-certificate:before { + +.van-icon-certificate::before { content: "\F00F"; } -.van-icon-chat:before { + +.van-icon-chat::before { content: "\F010"; } -.van-icon-check:before { + +.van-icon-check::before { content: "\F011"; } -.van-icon-checked:before { + +.van-icon-checked::before { content: "\F012"; } -.van-icon-clear:before { + +.van-icon-clear::before { content: "\F013"; } -.van-icon-clock:before { + +.van-icon-clock::before { content: "\F014"; } -.van-icon-close:before { + +.van-icon-close::before { content: "\F015"; } -.van-icon-completed:before { + +.van-icon-completed::before { content: "\F016"; } -.van-icon-contact:before { + +.van-icon-contact::before { content: "\F017"; } -.van-icon-coupon:before { + +.van-icon-coupon::before { content: "\F018"; } -.van-icon-credit-pay:before { + +.van-icon-credit-pay::before { content: "\F019"; } -.van-icon-debit-pay:before { + +.van-icon-debit-pay::before { content: "\F01A"; } -.van-icon-delete:before { + +.van-icon-delete::before { content: "\F01B"; } -.van-icon-description:before { + +.van-icon-description::before { content: "\F01C"; } -.van-icon-discount:before { + +.van-icon-discount::before { content: "\F01D"; } -.van-icon-ecard-pay:before { + +.van-icon-ecard-pay::before { content: "\F01E"; } -.van-icon-edit-data:before { + +.van-icon-edit-data::before { content: "\F01F"; } -.van-icon-edit:before { + +.van-icon-edit::before { content: "\F020"; } -.van-icon-exchange-record:before { + +.van-icon-exchange-record::before { content: "\F021"; } -.van-icon-exchange:before { + +.van-icon-exchange::before { content: "\F022"; } -.van-icon-fail:before { + +.van-icon-fail::before { content: "\F023"; } -.van-icon-free-postage:before { + +.van-icon-free-postage::before { content: "\F024"; } -.van-icon-gift-card-pay:before { + +.van-icon-gift-card-pay::before { content: "\F025"; } -.van-icon-gift-card:before { + +.van-icon-gift-card::before { content: "\F026"; } -.van-icon-gift:before { + +.van-icon-gift::before { content: "\F027"; } -.van-icon-gold-coin:before { + +.van-icon-gold-coin::before { content: "\F028"; } -.van-icon-goods-collect:before { + +.van-icon-goods-collect::before { content: "\F029"; } -.van-icon-home:before { + +.van-icon-home::before { content: "\F02A"; } -.van-icon-hot-sale:before { + +.van-icon-hot-sale::before { content: "\F02B"; } -.van-icon-hot:before { + +.van-icon-hot::before { content: "\F02C"; } -.van-icon-info-o:before { + +.van-icon-info-o::before { content: "\F02D"; } -.van-icon-like-o:before { + +.van-icon-like-o::before { content: "\F02E"; } -.van-icon-like:before { + +.van-icon-like::before { content: "\F02F"; } -.van-icon-location:before { + +.van-icon-location::before { content: "\F030"; } -.van-icon-logistics:before { + +.van-icon-logistics::before { content: "\F031"; } -.van-icon-member-day-privilege:before { + +.van-icon-member-day-privilege::before { content: "\F032"; } -.van-icon-more-o:before { + +.van-icon-more-o::before { content: "\F033"; } -.van-icon-more:before { + +.van-icon-more::before { content: "\F034"; } -.van-icon-new-arrival:before { + +.van-icon-new-arrival::before { content: "\F035"; } -.van-icon-new:before { + +.van-icon-new::before { content: "\F036"; } -.van-icon-other-pay:before { + +.van-icon-other-pay::before { content: "\F037"; } -.van-icon-passed:before { + +.van-icon-passed::before { content: "\F038"; } -.van-icon-password-not-view:before { + +.van-icon-password-not-view::before { content: "\F039"; } -.van-icon-password-view:before { + +.van-icon-password-view::before { content: "\F03A"; } -.van-icon-pause:before { + +.van-icon-pause::before { content: "\F03B"; } -.van-icon-peer-pay:before { + +.van-icon-peer-pay::before { content: "\F03C"; } -.van-icon-pending-deliver:before { + +.van-icon-pending-deliver::before { content: "\F03D"; } -.van-icon-pending-evaluate:before { + +.van-icon-pending-evaluate::before { content: "\F03E"; } -.van-icon-pending-orders:before { + +.van-icon-pending-orders::before { content: "\F03F"; } -.van-icon-pending-payment:before { + +.van-icon-pending-payment::before { content: "\F040"; } -.van-icon-phone:before { + +.van-icon-phone::before { content: "\F041"; } -.van-icon-photo:before { + +.van-icon-photo::before { content: "\F042"; } -.van-icon-photograph:before { + +.van-icon-photograph::before { content: "\F043"; } -.van-icon-play:before { + +.van-icon-play::before { content: "\F044"; } -.van-icon-point-gift:before { + +.van-icon-point-gift::before { content: "\F045"; } -.van-icon-points-mall:before { + +.van-icon-points-mall::before { content: "\F046"; } -.van-icon-points:before { + +.van-icon-points::before { content: "\F047"; } -.van-icon-qr-invalid:before { + +.van-icon-qr-invalid::before { content: "\F048"; } -.van-icon-qr:before { + +.van-icon-qr::before { content: "\F049"; } -.van-icon-question:before { + +.van-icon-question::before { content: "\F04A"; } -.van-icon-receive-gift:before { + +.van-icon-receive-gift::before { content: "\F04B"; } -.van-icon-records:before { + +.van-icon-records::before { content: "\F04C"; } -.van-icon-search:before { + +.van-icon-search::before { content: "\F04D"; } -.van-icon-send-gift:before { + +.van-icon-send-gift::before { content: "\F04E"; } -.van-icon-setting:before { + +.van-icon-setting::before { content: "\F04F"; } -.van-icon-share:before { + +.van-icon-share::before { content: "\F050"; } -.van-icon-shop-collect:before { + +.van-icon-shop-collect::before { content: "\F051"; } -.van-icon-shop:before { + +.van-icon-shop::before { content: "\F052"; } -.van-icon-shopping-cart:before { + +.van-icon-shopping-cart::before { content: "\F053"; } -.van-icon-sign:before { + +.van-icon-sign::before { content: "\F054"; } -.van-icon-stop:before { + +.van-icon-stop::before { content: "\F055"; } -.van-icon-success:before { + +.van-icon-success::before { content: "\F056"; } -.van-icon-tosend:before { + +.van-icon-tosend::before { content: "\F057"; } -.van-icon-underway:before { + +.van-icon-underway::before { content: "\F058"; } -.van-icon-upgrade:before { + +.van-icon-upgrade::before { content: "\F059"; } -.van-icon-value-card:before { + +.van-icon-value-card::before { content: "\F05A"; } -.van-icon-wap-home:before { + +.van-icon-wap-home::before { content: "\F05B"; } -.van-icon-wap-nav:before { + +.van-icon-wap-nav::before { content: "\F05C"; } -.van-icon-warn:before { + +.van-icon-warn::before { content: "\F05D"; } -.van-icon-wechat:before { + +.van-icon-wechat::before { content: "\F05E"; } + diff --git a/packages/vant-css/src/loading.css b/packages/vant-css/src/loading.css index f2954cf98..ab2e9d73b 100644 --- a/packages/vant-css/src/loading.css +++ b/packages/vant-css/src/loading.css @@ -114,10 +114,12 @@ stroke-dasharray: 1, 200; stroke-dashoffset: 0; } + 50% { stroke-dasharray: 90, 150; stroke-dashoffset: -40; } + 100% { stroke-dasharray: 90, 150; stroke-dashoffset: -120; diff --git a/packages/vant-css/src/notice-bar.css b/packages/vant-css/src/notice-bar.css index 5c7a536d0..a28911c0b 100644 --- a/packages/vant-css/src/notice-bar.css +++ b/packages/vant-css/src/notice-bar.css @@ -55,13 +55,14 @@ } } -/** +/** * Declare two same keyframes * In case that some mobile browsers can continue animation when className changed */ @keyframes van-notice-bar-play { - to { transform: translate3d(-100%, 0, 0) } + to { transform: translate3d(-100%, 0, 0); } } + @keyframes van-notice-bar-play-infinite { - to { transform: translate3d(-100%, 0, 0) } + to { transform: translate3d(-100%, 0, 0); } } diff --git a/packages/vant-css/src/number-keyboard.css b/packages/vant-css/src/number-keyboard.css index 202843c10..781547eba 100644 --- a/packages/vant-css/src/number-keyboard.css +++ b/packages/vant-css/src/number-keyboard.css @@ -52,7 +52,7 @@ $van-number-keyboard-key-height: 54px; } .van-key { - width: calc(100%/3); + width: calc(100% / 3); font-size: 24px; font-style: normal; text-align: center; @@ -66,7 +66,7 @@ $van-number-keyboard-key-height: 54px; } &--middle { - width: calc(200%/3); + width: calc(200% / 3); } &--big { @@ -96,7 +96,7 @@ $van-number-keyboard-key-height: 54px; } &--gray { - background-color: #F3F3F6; + background-color: #f3f3f6; } &--active { diff --git a/packages/vant-css/src/picker.css b/packages/vant-css/src/picker.css index 7b15e0fe4..4b652f01d 100644 --- a/packages/vant-css/src/picker.css +++ b/packages/vant-css/src/picker.css @@ -41,7 +41,7 @@ bottom: 0; z-index: 2; position: absolute; - background-color: rgba(255,255,255,.9); + background-color: rgba(255, 255, 255, .9); circle { stroke: $blue; diff --git a/packages/vant-css/src/popup.css b/packages/vant-css/src/popup.css index 4f7ffea78..95b31e64f 100644 --- a/packages/vant-css/src/popup.css +++ b/packages/vant-css/src/popup.css @@ -76,6 +76,7 @@ transform: translate3d(-50%, 100%, 0); } -.popup-slide-left-enter, .popup-slide-left-leave-active { +.popup-slide-left-enter, +.popup-slide-left-leave-active { transform: translate3d(-100%, -50%, 0); } diff --git a/packages/vant-css/src/pull-refresh.css b/packages/vant-css/src/pull-refresh.css index d903d42b4..02d50296d 100644 --- a/packages/vant-css/src/pull-refresh.css +++ b/packages/vant-css/src/pull-refresh.css @@ -38,4 +38,4 @@ &__text { display: block; } -} \ No newline at end of file +} diff --git a/packages/vant-css/src/reset.css b/packages/vant-css/src/reset.css index 30b06ae69..f3b86d87b 100644 --- a/packages/vant-css/src/reset.css +++ b/packages/vant-css/src/reset.css @@ -1,48 +1,146 @@ @import './common/var.css'; -html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { - margin: 0; - padding: 0; - border: 0; - font: inherit; - font-size: 100%; - vertical-align: baseline +html, +body, +div, +span, +applet, +object, +iframe, +h1, +h2, +h3, +h4, +h5, +h6, +p, +blockquote, +pre, +a, +abbr, +acronym, +address, +big, +cite, +code, +del, +dfn, +em, +img, +ins, +kbd, +q, +s, +samp, +small, +strike, +strong, +sub, +sup, +tt, +var, +b, +u, +i, +center, +dl, +dt, +dd, +ol, +ul, +li, +fieldset, +form, +label, +legend, +table, +caption, +tbody, +tfoot, +thead, +tr, +th, +td, +article, +aside, +canvas, +details, +embed, +figure, +figcaption, +footer, +header, +hgroup, +menu, +nav, +output, +ruby, +section, +summary, +time, +mark, +audio, +video { + margin: 0; + padding: 0; + border: 0; + font: inherit; + font-size: 100%; + vertical-align: baseline; } html { - line-height: 1; - -webkit-tap-highlight-color: rgba(0, 0, 0, 0); + line-height: 1; + -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } -ol, ul { - list-style: none +ol, +ul { + list-style: none; } table { - border-collapse: collapse; - border-spacing: 0 + border-collapse: collapse; + border-spacing: 0; } -caption, th, td { - font-weight: normal; - vertical-align: middle +caption, +th, +td { + font-weight: normal; + vertical-align: middle; } -q, blockquote { - quotes: none +q, +blockquote { + quotes: none; } -q:before, q:after, blockquote:before, blockquote:after { - content: ""; - content: none +q::before, +q::after, +blockquote::before, +blockquote::after { + content: ''; + content: none; } a img { - border: none + border: none; } -article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { - display: block +article, +aside, +details, +figcaption, +figure, +footer, +header, +hgroup, +menu, +nav, +section, +summary { + display: block; } * { @@ -50,8 +148,8 @@ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, } body { - font-family: Arial, Helvetica, "STHeiti STXihei", "Microsoft YaHei", Tohoma, sans-serif; - color: $text-color; + font-family: Arial, Helvetica, 'STHeiti STXihei', 'Microsoft YaHei', Tohoma, sans-serif; + color: $text-color; background-color: $background-color; } @@ -61,7 +159,11 @@ a { } button, -input[type='number'],input[type='text'],input[type='password'],input[type='email'],input[type='search'], +input[type='number'], +input[type='text'], +input[type='password'], +input[type='email'], +input[type='search'], select, textarea { font-family: inherit; diff --git a/packages/vant-css/src/row.css b/packages/vant-css/src/row.css index 8de86ca31..02e54810b 100644 --- a/packages/vant-css/src/row.css +++ b/packages/vant-css/src/row.css @@ -1,7 +1,7 @@ @import './common/var.css'; .van-row { - &:after { + &::after { content: ""; display: table; clear: both; diff --git a/packages/vant-css/src/search.css b/packages/vant-css/src/search.css index 27eaac86a..5f67cf688 100644 --- a/packages/vant-css/src/search.css +++ b/packages/vant-css/src/search.css @@ -52,6 +52,6 @@ } .van-icon-clear { - color: #BBB; + color: #bbb; } } diff --git a/packages/vant-css/src/sku.css b/packages/vant-css/src/sku.css index a0af82188..d8d2549fc 100644 --- a/packages/vant-css/src/sku.css +++ b/packages/vant-css/src/sku.css @@ -166,6 +166,7 @@ .van-cell__title { max-width: 90px; } + .van-cell__value { text-align: left; } diff --git a/packages/vant-css/src/steps.css b/packages/vant-css/src/steps.css index 8431a2ee1..c48514078 100644 --- a/packages/vant-css/src/steps.css +++ b/packages/vant-css/src/steps.css @@ -56,7 +56,7 @@ font-size: 14px; position: relative; color: $gray-dark; - + &--horizontal { float: left; @@ -105,7 +105,7 @@ .van-step__line { position: absolute; - left: 0px; + left: 0; top: 30px; width: 100%; height: 1px; diff --git a/packages/vant-css/src/submit-bar.css b/packages/vant-css/src/submit-bar.css index 5de3fe021..62238fa60 100644 --- a/packages/vant-css/src/submit-bar.css +++ b/packages/vant-css/src/submit-bar.css @@ -10,9 +10,9 @@ &__tip { color: $orange; + padding: 10px; font-size: 12px; line-height: 18px; - padding: 10px 10px; background-color: #fff7cc; } diff --git a/packages/vant-css/src/switch-cell.css b/packages/vant-css/src/switch-cell.css index 088a73cbb..133ad05e0 100644 --- a/packages/vant-css/src/switch-cell.css +++ b/packages/vant-css/src/switch-cell.css @@ -4,4 +4,4 @@ .van-switch { float: right; } -} \ No newline at end of file +} diff --git a/packages/vant-css/src/switch.css b/packages/vant-css/src/switch.css index bc75c88aa..81267b21c 100644 --- a/packages/vant-css/src/switch.css +++ b/packages/vant-css/src/switch.css @@ -6,7 +6,6 @@ display: inline-block; position: relative; background: $white; - border-radius: 16px; box-sizing: content-box; border: 1px solid rgba(0, 0, 0, .1); border-radius: 1em; diff --git a/packages/vant-css/src/toast.css b/packages/vant-css/src/toast.css index 1ecfc4d6f..25e9d39b2 100644 --- a/packages/vant-css/src/toast.css +++ b/packages/vant-css/src/toast.css @@ -4,7 +4,7 @@ position: fixed; top: 50%; left: 50%; - display: flex; + display: flex; color: $white; font-size: 12px; line-height: 1.2; diff --git a/packages/vant-css/src/tree-select.css b/packages/vant-css/src/tree-select.css index d255fd3e5..45572749f 100644 --- a/packages/vant-css/src/tree-select.css +++ b/packages/vant-css/src/tree-select.css @@ -31,13 +31,13 @@ overflow: scroll; -webkit-overflow-scrolling: touch; } - + &__item { position: relative; line-height: 44px; padding-left: 5px; padding-right: 18px; - + &--active { color: $button-danger-background-color; } diff --git a/yarn.lock b/yarn.lock index d14064dc2..176129e82 100644 --- a/yarn.lock +++ b/yarn.lock @@ -351,6 +351,10 @@ ajv-keywords@^2.1.0: version "2.1.1" resolved "https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-2.1.1.tgz#617997fc5f60576894c435f940d819e135b80762" +ajv-keywords@^3.0.0: + version "3.2.0" + resolved "https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-3.2.0.tgz#e86b819c602cf8821ad637413698f1dec021847a" + ajv-keywords@^3.1.0: version "3.1.0" resolved "https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-3.1.0.tgz#ac2b27939c543e95d2c06e7f7f5c27be4aa543be" @@ -364,6 +368,15 @@ ajv@^5.1.0, ajv@^5.2.3, ajv@^5.3.0: fast-json-stable-stringify "^2.0.0" json-schema-traverse "^0.3.0" +ajv@^6.0.1: + version "6.5.1" + resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.5.1.tgz#88ebc1263c7133937d108b80c5572e64e1d9322d" + dependencies: + fast-deep-equal "^2.0.1" + fast-json-stable-stringify "^2.0.0" + json-schema-traverse "^0.4.1" + uri-js "^4.2.1" + ajv@^6.1.0: version "6.4.0" resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.4.0.tgz#d3aff78e9277549771daf0164cff48482b754fc6" @@ -538,6 +551,10 @@ array-find-index@^1.0.1: version "1.0.2" resolved "https://registry.yarnpkg.com/array-find-index/-/array-find-index-1.0.2.tgz#df010aa1287e164bbda6f9723b0a96a1ec4187a1" +array-iterate@^1.0.0: + version "1.1.2" + resolved "https://registry.yarnpkg.com/array-iterate/-/array-iterate-1.1.2.tgz#f66a57e84426f8097f4197fbb6c051b8e5cdf7d8" + array-slice@^1.0.0: version "1.1.0" resolved "https://registry.yarnpkg.com/array-slice/-/array-slice-1.1.0.tgz#e368ea15f89bc7069f7ffb89aec3a6c7d4ac22d4" @@ -645,6 +662,17 @@ autoprefixer@^6.3.1: postcss "^5.2.16" postcss-value-parser "^3.2.3" +autoprefixer@^8.0.0: + version "8.6.2" + resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-8.6.2.tgz#51d42ff13243820a582a53ecca20dedaeb7f2efd" + dependencies: + browserslist "^3.2.8" + caniuse-lite "^1.0.30000851" + normalize-range "^0.1.2" + num2fraction "^1.2.2" + postcss "^6.0.22" + postcss-value-parser "^3.2.3" + autoprefixer@^8.6.0: version "8.6.0" resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-8.6.0.tgz#6da6b0791e15cb0ebf33c3f299414afd340672c0" @@ -1421,6 +1449,10 @@ babylon@~6.8.1: dependencies: babel-runtime "^6.0.0" +bail@^1.0.0: + version "1.0.3" + resolved "https://registry.yarnpkg.com/bail/-/bail-1.0.3.tgz#63cfb9ddbac829b02a3128cd53224be78e6c21a3" + balanced-match@0.1.0: version "0.1.0" resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-0.1.0.tgz#b504bd05869b39259dd0c5efc35d843176dccc4a" @@ -1783,6 +1815,10 @@ caniuse-lite@^1.0.30000847: version "1.0.30000847" resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30000847.tgz#be77f439be29bbc57ae08004b1e470b653b1ec1d" +caniuse-lite@^1.0.30000851: + version "1.0.30000853" + resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30000853.tgz#505249fc78d60e20ad47af3c13706d6f9fd209fd" + capture-stack-trace@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/capture-stack-trace/-/capture-stack-trace-1.0.0.tgz#4a6fa07399c26bba47f0b2496b4d0fb408c5550d" @@ -1791,6 +1827,10 @@ caseless@~0.12.0: version "0.12.0" resolved "https://registry.yarnpkg.com/caseless/-/caseless-0.12.0.tgz#1b681c21ff84033c826543090689420d187151dc" +ccount@^1.0.0: + version "1.0.3" + resolved "https://registry.yarnpkg.com/ccount/-/ccount-1.0.3.tgz#f1cec43f332e2ea5a569fd46f9f5bde4e6102aff" + center-align@^0.1.1: version "0.1.3" resolved "https://registry.yarnpkg.com/center-align/-/center-align-0.1.3.tgz#aa0d32629b6ee972200411cbd4461c907bc2b7ad" @@ -1834,6 +1874,22 @@ chalk@^2.4.1: escape-string-regexp "^1.0.5" supports-color "^5.3.0" +character-entities-html4@^1.0.0: + version "1.1.2" + resolved "https://registry.yarnpkg.com/character-entities-html4/-/character-entities-html4-1.1.2.tgz#c44fdde3ce66b52e8d321d6c1bf46101f0150610" + +character-entities-legacy@^1.0.0: + version "1.1.2" + resolved "https://registry.yarnpkg.com/character-entities-legacy/-/character-entities-legacy-1.1.2.tgz#7c6defb81648498222c9855309953d05f4d63a9c" + +character-entities@^1.0.0: + version "1.2.2" + resolved "https://registry.yarnpkg.com/character-entities/-/character-entities-1.2.2.tgz#58c8f371c0774ef0ba9b2aca5f00d8f100e6e363" + +character-reference-invalid@^1.0.0: + version "1.1.2" + resolved "https://registry.yarnpkg.com/character-reference-invalid/-/character-reference-invalid-1.1.2.tgz#21e421ad3d84055952dab4a43a04e73cd425d3ed" + chardet@^0.4.0: version "0.4.2" resolved "https://registry.yarnpkg.com/chardet/-/chardet-0.4.2.tgz#b5473b33dc97c424e5d98dc87d55d4d8a29c8bf2" @@ -2005,6 +2061,13 @@ cliui@^4.0.0: strip-ansi "^4.0.0" wrap-ansi "^2.0.0" +clone-regexp@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/clone-regexp/-/clone-regexp-1.0.1.tgz#051805cd33173375d82118fc0918606da39fd60f" + dependencies: + is-regexp "^1.0.0" + is-supported-regexp-flag "^1.0.0" + clone-stats@^0.0.1, clone-stats@~0.0.1: version "0.0.1" resolved "https://registry.yarnpkg.com/clone-stats/-/clone-stats-0.0.1.tgz#b88f94a82cf38b8791d58046ea4029ad88ca99d1" @@ -2043,6 +2106,10 @@ codecov@^3.0.0: request "^2.81.0" urlgrey "0.4.4" +collapse-white-space@^1.0.2: + version "1.0.4" + resolved "https://registry.yarnpkg.com/collapse-white-space/-/collapse-white-space-1.0.4.tgz#ce05cf49e54c3277ae573036a26851ba430a0091" + collection-visit@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/collection-visit/-/collection-visit-1.0.0.tgz#4bc0373c164bc3291b4d368c829cf1a80a59dca0" @@ -2241,6 +2308,14 @@ cosmiconfig@^2.1.0, cosmiconfig@^2.1.1: parse-json "^2.2.0" require-from-string "^1.1.0" +cosmiconfig@^5.0.0: + version "5.0.5" + resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-5.0.5.tgz#a809e3c2306891ce17ab70359dc8bdf661fe2cd0" + dependencies: + is-directory "^0.3.1" + js-yaml "^3.9.0" + parse-json "^4.0.0" + cosmiconfig@^5.0.2: version "5.0.3" resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-5.0.3.tgz#299c08ebce9d2df8a2c9ec3f11e55b1c2e897bf3" @@ -2515,7 +2590,7 @@ de-indent@^1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/de-indent/-/de-indent-1.0.2.tgz#b2038e846dc33baa5796128d0804b455b8c1e21d" -debug@*, debug@^3.0.1, debug@^3.1.0: +debug@*, debug@^3.0.0, debug@^3.0.1, debug@^3.1.0: version "3.1.0" resolved "https://registry.yarnpkg.com/debug/-/debug-3.1.0.tgz#5bb5a0672628b64149566ba16819e61518c67261" dependencies: @@ -2755,6 +2830,13 @@ diffie-hellman@^5.0.0: miller-rabin "^4.0.0" randombytes "^2.0.0" +dir-glob@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/dir-glob/-/dir-glob-2.0.0.tgz#0b205d2b6aef98238ca286598a8204d29d0a0034" + dependencies: + arrify "^1.0.1" + path-type "^3.0.0" + doctrine@^2.1.0: version "2.1.0" resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-2.1.0.tgz#5cd01fc101621b42c4cd7f5d1a66243716d3f39d" @@ -3169,6 +3251,12 @@ execa@^0.9.0: signal-exit "^3.0.0" strip-eof "^1.0.0" +execall@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/execall/-/execall-1.0.0.tgz#73d0904e395b3cab0658b08d09ec25307f29bb73" + dependencies: + clone-regexp "^1.0.0" + exit-hook@^1.0.0: version "1.1.1" resolved "https://registry.yarnpkg.com/exit-hook/-/exit-hook-1.1.1.tgz#f05ca233b48c05d54fff07765df8507e95c02ff8" @@ -3296,7 +3384,11 @@ fast-deep-equal@^1.0.0: version "1.1.0" resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-1.1.0.tgz#c053477817c86b51daa853c81e059b733d023614" -fast-glob@^2.2.2: +fast-deep-equal@^2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-2.0.1.tgz#7b05218ddf9667bf7f370bf7fdb2cb15fdd0aa49" + +fast-glob@^2.0.2, fast-glob@^2.2.2: version "2.2.2" resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-2.2.2.tgz#71723338ac9b4e0e2fff1d6748a2a13d5ed352bf" dependencies: @@ -3676,6 +3768,10 @@ get-stdin@^4.0.1: version "4.0.1" resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-4.0.1.tgz#b968c6b0a04384324902e8bf1a5df32579a450fe" +get-stdin@^6.0.0: + version "6.0.0" + resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-6.0.0.tgz#9e09bf712b360ab9225e812048f71fde9c89657b" + get-stream@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-3.0.0.tgz#8e943d1358dc37555054ecbe2edb05aa174ede14" @@ -3838,6 +3934,22 @@ globby@^6.1.0: pify "^2.0.0" pinkie-promise "^2.0.0" +globby@^8.0.0: + version "8.0.1" + resolved "https://registry.yarnpkg.com/globby/-/globby-8.0.1.tgz#b5ad48b8aa80b35b814fc1281ecc851f1d2b5b50" + dependencies: + array-union "^1.0.1" + dir-glob "^2.0.0" + fast-glob "^2.0.2" + glob "^7.1.2" + ignore "^3.3.5" + pify "^3.0.0" + slash "^1.0.0" + +globjoin@^0.1.4: + version "0.1.4" + resolved "https://registry.yarnpkg.com/globjoin/-/globjoin-0.1.4.tgz#2f4494ac8919e3767c5cbb691e9f463324285d43" + globule@~0.1.0: version "0.1.0" resolved "https://registry.yarnpkg.com/globule/-/globule-0.1.0.tgz#d9c8edde1da79d125a151b79533b978676346ae5" @@ -3852,6 +3964,12 @@ glogg@^1.0.0: dependencies: sparkles "^1.0.0" +gonzales-pe@4.2.3: + version "4.2.3" + resolved "https://registry.yarnpkg.com/gonzales-pe/-/gonzales-pe-4.2.3.tgz#41091703625433285e0aee3aa47829fc1fbeb6f2" + dependencies: + minimist "1.1.x" + gonzales-pe@^3.4.4: version "3.4.7" resolved "https://registry.yarnpkg.com/gonzales-pe/-/gonzales-pe-3.4.7.tgz#17c7be67ad6caff6277a3e387ac736e983d280ec" @@ -4210,6 +4328,10 @@ html-minifier@^3.2.3: relateurl "0.2.x" uglify-js "3.3.x" +html-tags@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/html-tags/-/html-tags-2.0.0.tgz#10b30a386085f43cede353cc8fa7cb0deeea668b" + html-webpack-plugin@3.2.0: version "3.2.0" resolved "https://registry.yarnpkg.com/html-webpack-plugin/-/html-webpack-plugin-3.2.0.tgz#b01abbd723acaaa7b37b6af4492ebda03d9dd37b" @@ -4222,7 +4344,7 @@ html-webpack-plugin@3.2.0: toposort "^1.0.0" util.promisify "1.0.0" -htmlparser2@^3.9.1: +htmlparser2@^3.9.1, htmlparser2@^3.9.2: version "3.9.2" resolved "https://registry.yarnpkg.com/htmlparser2/-/htmlparser2-3.9.2.tgz#1bdf87acca0f3f9e53fa4fcceb0f4b4cbb00b338" dependencies: @@ -4329,10 +4451,18 @@ ignore@^3.3.3: version "3.3.7" resolved "https://registry.yarnpkg.com/ignore/-/ignore-3.3.7.tgz#612289bfb3c220e186a58118618d5be8c1bab021" +ignore@^3.3.5: + version "3.3.8" + resolved "https://registry.yarnpkg.com/ignore/-/ignore-3.3.8.tgz#3f8e9c35d38708a3a7e0e9abb6c73e7ee7707b2b" + import-lazy@^2.1.0: version "2.1.0" resolved "https://registry.yarnpkg.com/import-lazy/-/import-lazy-2.1.0.tgz#05698e3d45c88e8d7e9d92cb0584e77f096f3e43" +import-lazy@^3.1.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/import-lazy/-/import-lazy-3.1.0.tgz#891279202c8a2280fdbd6674dbd8da1a1dfc67cc" + import-local@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/import-local/-/import-local-1.0.0.tgz#5e4ffdc03f4fe6c009c6729beb29631c2f8227bc" @@ -4459,6 +4589,21 @@ is-accessor-descriptor@^1.0.0: dependencies: kind-of "^6.0.0" +is-alphabetical@^1.0.0: + version "1.0.2" + resolved "https://registry.yarnpkg.com/is-alphabetical/-/is-alphabetical-1.0.2.tgz#1fa6e49213cb7885b75d15862fb3f3d96c884f41" + +is-alphanumeric@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/is-alphanumeric/-/is-alphanumeric-1.0.0.tgz#4a9cef71daf4c001c1d81d63d140cf53fd6889f4" + +is-alphanumerical@^1.0.0: + version "1.0.2" + resolved "https://registry.yarnpkg.com/is-alphanumerical/-/is-alphanumerical-1.0.2.tgz#1138e9ae5040158dc6ff76b820acd6b7a181fd40" + dependencies: + is-alphabetical "^1.0.0" + is-decimal "^1.0.0" + is-arrayish@^0.2.1: version "0.2.1" resolved "https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.2.1.tgz#77c99840527aa8ecb1a8ba697b80645a7a926a9d" @@ -4469,7 +4614,7 @@ is-binary-path@^1.0.0: dependencies: binary-extensions "^1.0.0" -is-buffer@^1.1.5: +is-buffer@^1.1.4, is-buffer@^1.1.5: version "1.1.6" resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-1.1.6.tgz#efaa2ea9daa0d7ab2ea13a97b2b8ad51fefbe8be" @@ -4505,6 +4650,10 @@ is-date-object@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/is-date-object/-/is-date-object-1.0.1.tgz#9aa20eb6aeebbff77fbd33e74ca01b33581d3a16" +is-decimal@^1.0.0: + version "1.0.2" + resolved "https://registry.yarnpkg.com/is-decimal/-/is-decimal-1.0.2.tgz#894662d6a8709d307f3a276ca4339c8fa5dff0ff" + is-descriptor@^0.1.0: version "0.1.6" resolved "https://registry.yarnpkg.com/is-descriptor/-/is-descriptor-0.1.6.tgz#366d8240dde487ca51823b1ab9f07a10a78251ca" @@ -4595,6 +4744,10 @@ is-glob@^4.0.0: dependencies: is-extglob "^2.1.1" +is-hexadecimal@^1.0.0: + version "1.0.2" + resolved "https://registry.yarnpkg.com/is-hexadecimal/-/is-hexadecimal-1.0.2.tgz#b6e710d7d07bb66b98cb8cece5c9b4921deeb835" + is-installed-globally@^0.1.0: version "0.1.0" resolved "https://registry.yarnpkg.com/is-installed-globally/-/is-installed-globally-0.1.0.tgz#0dfd98f5a9111716dd535dda6492f67bf3d25a80" @@ -4712,6 +4865,10 @@ is-stream@^1.0.0, is-stream@^1.1.0: version "1.1.0" resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-1.1.0.tgz#12d4a3dd4e68e0b79ceb8dbc84173ae80d91ca44" +is-supported-regexp-flag@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/is-supported-regexp-flag/-/is-supported-regexp-flag-1.0.1.tgz#21ee16518d2c1dd3edd3e9a0d57e50207ac364ca" + is-svg@^2.0.0: version "2.1.0" resolved "https://registry.yarnpkg.com/is-svg/-/is-svg-2.1.0.tgz#cf61090da0d9efbcab8722deba6f032208dbb0e9" @@ -4740,6 +4897,10 @@ is-utf8@^0.2.0: version "0.2.1" resolved "https://registry.yarnpkg.com/is-utf8/-/is-utf8-0.2.1.tgz#4b0da1442104d1b336340e80797e865cf39f7d72" +is-whitespace-character@^1.0.0: + version "1.0.2" + resolved "https://registry.yarnpkg.com/is-whitespace-character/-/is-whitespace-character-1.0.2.tgz#ede53b4c6f6fb3874533751ec9280d01928d03ed" + is-whitespace@^0.3.0: version "0.3.0" resolved "https://registry.yarnpkg.com/is-whitespace/-/is-whitespace-0.3.0.tgz#1639ecb1be036aec69a54cbb401cfbed7114ab7f" @@ -4748,6 +4909,10 @@ is-windows@^1.0.0, is-windows@^1.0.1, is-windows@^1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/is-windows/-/is-windows-1.0.2.tgz#d1850eb9791ecd18e6182ce12a30f396634bb19d" +is-word-character@^1.0.0: + version "1.0.2" + resolved "https://registry.yarnpkg.com/is-word-character/-/is-word-character-1.0.2.tgz#46a5dac3f2a1840898b91e576cd40d493f3ae553" + is-wsl@^1.1.0: version "1.1.0" resolved "https://registry.yarnpkg.com/is-wsl/-/is-wsl-1.1.0.tgz#1f16e4aa22b04d1336b66188a66af3c600c3a66d" @@ -5216,6 +5381,10 @@ json-schema-traverse@^0.3.0: version "0.3.1" resolved "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-0.3.1.tgz#349a6d44c53a51de89b40805c5d5e59b417d3340" +json-schema-traverse@^0.4.1: + version "0.4.1" + resolved "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz#69f6a87d9513ab8bb8fe63bdb0979c448e684660" + json-schema@0.2.3: version "0.2.3" resolved "https://registry.yarnpkg.com/json-schema/-/json-schema-0.2.3.tgz#b480c892e59a2f05954ce727bd3f2a4e882f9e13" @@ -5275,6 +5444,10 @@ kind-of@^6.0.0, kind-of@^6.0.2: version "6.0.2" resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-6.0.2.tgz#01146b36a6218e64e58f3a8d66de5d7fc6f6d051" +known-css-properties@^0.6.0: + version "0.6.1" + resolved "https://registry.yarnpkg.com/known-css-properties/-/known-css-properties-0.6.1.tgz#31b5123ad03d8d1a3f36bd4155459c981173478b" + koa-compose@^3.0.0: version "3.2.1" resolved "https://registry.yarnpkg.com/koa-compose/-/koa-compose-3.2.1.tgz#a85ccb40b7d986d8e5a345b3a1ace8eabcf54de7" @@ -5790,7 +5963,7 @@ log-symbols@^1.0.2: dependencies: chalk "^1.0.0" -log-symbols@^2.1.0, log-symbols@^2.2.0: +log-symbols@^2.0.0, log-symbols@^2.1.0, log-symbols@^2.2.0: version "2.2.0" resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-2.2.0.tgz#5740e1c5d6f0dfda4ad9323b5332107ef6b4c40a" dependencies: @@ -5814,6 +5987,10 @@ long@^3.2.0: version "3.2.0" resolved "https://registry.yarnpkg.com/long/-/long-3.2.0.tgz#d821b7138ca1cb581c172990ef14db200b5c474b" +longest-streak@^2.0.1: + version "2.0.2" + resolved "https://registry.yarnpkg.com/longest-streak/-/longest-streak-2.0.2.tgz#2421b6ba939a443bb9ffebf596585a50b4c38e2e" + longest@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/longest/-/longest-1.0.1.tgz#30a0b2da38f73770e8294a0d22e6625ed77d0097" @@ -5900,6 +6077,10 @@ map-visit@^1.0.0: dependencies: object-visit "^1.0.0" +markdown-escapes@^1.0.0: + version "1.0.2" + resolved "https://registry.yarnpkg.com/markdown-escapes/-/markdown-escapes-1.0.2.tgz#e639cbde7b99c841c0bacc8a07982873b46d2122" + markdown-it-container@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/markdown-it-container/-/markdown-it-container-2.0.0.tgz#0019b43fd02eefece2f1960a2895fba81a404695" @@ -5914,10 +6095,18 @@ markdown-it@^8.3.2, markdown-it@^8.4.0: mdurl "^1.0.1" uc.micro "^1.0.5" +markdown-table@^1.1.0: + version "1.1.2" + resolved "https://registry.yarnpkg.com/markdown-table/-/markdown-table-1.1.2.tgz#c78db948fa879903a41bce522e3b96f801c63786" + math-expression-evaluator@^1.2.14: version "1.2.17" resolved "https://registry.yarnpkg.com/math-expression-evaluator/-/math-expression-evaluator-1.2.17.tgz#de819fdbcd84dccd8fae59c6aeb79615b9d266ac" +mathml-tag-names@^2.0.1: + version "2.1.0" + resolved "https://registry.yarnpkg.com/mathml-tag-names/-/mathml-tag-names-2.1.0.tgz#490b70e062ee24636536e3d9481e333733d00f2c" + md5-file@^4.0.0: version "4.0.0" resolved "https://registry.yarnpkg.com/md5-file/-/md5-file-4.0.0.tgz#f3f7ba1e2dd1144d5bf1de698d0e5f44a4409584" @@ -5929,6 +6118,13 @@ md5.js@^1.3.4: hash-base "^3.0.0" inherits "^2.0.1" +mdast-util-compact@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/mdast-util-compact/-/mdast-util-compact-1.0.1.tgz#cdb5f84e2b6a2d3114df33bd05d9cb32e3c4083a" + dependencies: + unist-util-modify-children "^1.0.0" + unist-util-visit "^1.1.0" + mdurl@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/mdurl/-/mdurl-1.0.1.tgz#fe85b2ec75a59037f2adfec100fd6c601761152e" @@ -6442,6 +6638,10 @@ normalize-range@^0.1.2: version "0.1.2" resolved "https://registry.yarnpkg.com/normalize-range/-/normalize-range-0.1.2.tgz#2d10c06bdfd312ea9777695a4d28439456b75942" +normalize-selector@^0.2.0: + version "0.2.0" + resolved "https://registry.yarnpkg.com/normalize-selector/-/normalize-selector-0.2.0.tgz#d0b145eb691189c63a78d201dc4fdb1293ef0c03" + normalize-url@^1.0.0, normalize-url@^1.4.0: version "1.9.1" resolved "https://registry.yarnpkg.com/normalize-url/-/normalize-url-1.9.1.tgz#2cc0d66b31ea23036458436e3620d85954c66c3c" @@ -6761,6 +6961,17 @@ parse-asn1@^5.0.0: evp_bytestokey "^1.0.0" pbkdf2 "^3.0.3" +parse-entities@^1.0.2, parse-entities@^1.1.0: + version "1.1.2" + resolved "https://registry.yarnpkg.com/parse-entities/-/parse-entities-1.1.2.tgz#9eaf719b29dc3bd62246b4332009072e01527777" + dependencies: + character-entities "^1.0.0" + character-entities-legacy "^1.0.0" + character-reference-invalid "^1.0.0" + is-alphanumerical "^1.0.0" + is-decimal "^1.0.0" + is-hexadecimal "^1.0.0" + parse-filepath@^1.0.1: version "1.0.2" resolved "https://registry.yarnpkg.com/parse-filepath/-/parse-filepath-1.0.2.tgz#a632127f53aaf3d15876f5872f3ffac763d6c891" @@ -7083,6 +7294,12 @@ postcss-filter-plugins@^2.0.0: postcss "^5.0.4" uniqid "^4.0.0" +postcss-html@^0.23.6: + version "0.23.7" + resolved "https://registry.yarnpkg.com/postcss-html/-/postcss-html-0.23.7.tgz#47146c15e21b9c00746c40115dcff8270c439f32" + dependencies: + htmlparser2 "^3.9.2" + postcss-import@^10.0.0: version "10.0.0" resolved "https://registry.yarnpkg.com/postcss-import/-/postcss-import-10.0.0.tgz#4c85c97b099136cc5ea0240dc1dfdbfde4e2ebbe" @@ -7100,6 +7317,12 @@ postcss-js@^1.0.1: camelcase-css "^1.0.1" postcss "^6.0.11" +postcss-less@^1.1.5: + version "1.1.5" + resolved "https://registry.yarnpkg.com/postcss-less/-/postcss-less-1.1.5.tgz#a6f0ce180cf3797eeee1d4adc0e9e6d6db665609" + dependencies: + postcss "^5.2.16" + postcss-load-config@^1.2.0: version "1.2.0" resolved "https://registry.yarnpkg.com/postcss-load-config/-/postcss-load-config-1.2.0.tgz#539e9afc9ddc8620121ebf9d8c3673e0ce50d28a" @@ -7132,12 +7355,23 @@ postcss-loader@^2.1.5: postcss-load-config "^1.2.0" schema-utils "^0.4.0" +postcss-markdown@^0.23.6: + version "0.23.7" + resolved "https://registry.yarnpkg.com/postcss-markdown/-/postcss-markdown-0.23.7.tgz#7e3a398794295c425e51e4f0abdee6d13ad3d134" + dependencies: + remark "^9.0.0" + unist-util-find-all-after "^1.0.2" + postcss-media-minmax@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/postcss-media-minmax/-/postcss-media-minmax-3.0.0.tgz#675256037a43ef40bc4f0760bfd06d4dc69d48d2" dependencies: postcss "^6.0.1" +postcss-media-query-parser@^0.2.3: + version "0.2.3" + resolved "https://registry.yarnpkg.com/postcss-media-query-parser/-/postcss-media-query-parser-0.2.3.tgz#27b39c6f4d94f81b1a73b8f76351c609e5cef244" + postcss-merge-idents@^2.1.5: version "2.1.7" resolved "https://registry.yarnpkg.com/postcss-merge-idents/-/postcss-merge-idents-2.1.7.tgz#4c5530313c08e1d5b3bbf3d2bbc747e278eea270" @@ -7307,6 +7541,38 @@ postcss-reduce-transforms@^1.0.3: postcss "^5.0.8" postcss-value-parser "^3.0.1" +postcss-reporter@^5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/postcss-reporter/-/postcss-reporter-5.0.0.tgz#a14177fd1342829d291653f2786efd67110332c3" + dependencies: + chalk "^2.0.1" + lodash "^4.17.4" + log-symbols "^2.0.0" + postcss "^6.0.8" + +postcss-resolve-nested-selector@^0.1.1: + version "0.1.1" + resolved "https://registry.yarnpkg.com/postcss-resolve-nested-selector/-/postcss-resolve-nested-selector-0.1.1.tgz#29ccbc7c37dedfac304e9fff0bf1596b3f6a0e4e" + +postcss-safe-parser@^3.0.1: + version "3.0.1" + resolved "https://registry.yarnpkg.com/postcss-safe-parser/-/postcss-safe-parser-3.0.1.tgz#b753eff6c7c0aea5e8375fbe4cde8bf9063ff142" + dependencies: + postcss "^6.0.6" + +postcss-sass@^0.3.0: + version "0.3.2" + resolved "https://registry.yarnpkg.com/postcss-sass/-/postcss-sass-0.3.2.tgz#17f3074cecb28128b156f1a4407c6ad075d7e00c" + dependencies: + gonzales-pe "4.2.3" + postcss "6.0.22" + +postcss-scss@^1.0.2: + version "1.0.5" + resolved "https://registry.yarnpkg.com/postcss-scss/-/postcss-scss-1.0.5.tgz#40a10cfd03766accf0a3cf8e65a8af887b2bf6c4" + dependencies: + postcss "^6.0.21" + postcss-selector-matches@^3.0.0, postcss-selector-matches@^3.0.1: version "3.0.1" resolved "https://registry.yarnpkg.com/postcss-selector-matches/-/postcss-selector-matches-3.0.1.tgz#e5634011e13950881861bbdd58c2d0111ffc96ab" @@ -7329,7 +7595,7 @@ postcss-selector-parser@^2.0.0, postcss-selector-parser@^2.2.2, postcss-selector indexes-of "^1.0.1" uniq "^1.0.1" -postcss-selector-parser@^3.1.1: +postcss-selector-parser@^3.1.0, postcss-selector-parser@^3.1.1: version "3.1.1" resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-3.1.1.tgz#4f875f4afb0c96573d5cf4d74011aee250a7e865" dependencies: @@ -7352,6 +7618,10 @@ postcss-svgo@^2.1.1: postcss-value-parser "^3.2.3" svgo "^0.7.0" +postcss-syntax@^0.9.0: + version "0.9.1" + resolved "https://registry.yarnpkg.com/postcss-syntax/-/postcss-syntax-0.9.1.tgz#5dbd90af1631ab8805b8f594bef2c2e8002d3758" + postcss-unique-selectors@^2.0.2: version "2.0.2" resolved "https://registry.yarnpkg.com/postcss-unique-selectors/-/postcss-unique-selectors-2.0.2.tgz#981d57d29ddcb33e7b1dfe1fd43b8649f933ca1d" @@ -7380,6 +7650,14 @@ postcss-zindex@^2.0.1: postcss "^5.0.4" uniqs "^2.0.0" +postcss@6.0.22, postcss@^6.0.16, postcss@^6.0.22, postcss@^6.0.6, postcss@^6.0.8: + version "6.0.22" + resolved "https://registry.yarnpkg.com/postcss/-/postcss-6.0.22.tgz#e23b78314905c3b90cbd61702121e7a78848f2a3" + dependencies: + chalk "^2.4.1" + source-map "^0.6.1" + supports-color "^5.4.0" + postcss@^5.0.10, postcss@^5.0.11, postcss@^5.0.12, postcss@^5.0.13, postcss@^5.0.14, postcss@^5.0.16, postcss@^5.0.2, postcss@^5.0.4, postcss@^5.0.5, postcss@^5.0.6, postcss@^5.0.8, postcss@^5.2.16: version "5.2.18" resolved "https://registry.yarnpkg.com/postcss/-/postcss-5.2.18.tgz#badfa1497d46244f6390f58b319830d9107853c5" @@ -7397,14 +7675,6 @@ postcss@^6.0.0, postcss@^6.0.1, postcss@^6.0.11, postcss@^6.0.13, postcss@^6.0.1 source-map "^0.6.1" supports-color "^5.3.0" -postcss@^6.0.22: - version "6.0.22" - resolved "https://registry.yarnpkg.com/postcss/-/postcss-6.0.22.tgz#e23b78314905c3b90cbd61702121e7a78848f2a3" - dependencies: - chalk "^2.4.1" - source-map "^0.6.1" - supports-color "^5.4.0" - precinct@^4.1.0: version "4.1.0" resolved "https://registry.yarnpkg.com/precinct/-/precinct-4.1.0.tgz#8b7a365e950324c4204b7edb476737606d49725f" @@ -7838,6 +8108,53 @@ relateurl@0.2.x: version "0.2.7" resolved "https://registry.yarnpkg.com/relateurl/-/relateurl-0.2.7.tgz#54dbf377e51440aca90a4cd274600d3ff2d888a9" +remark-parse@^5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/remark-parse/-/remark-parse-5.0.0.tgz#4c077f9e499044d1d5c13f80d7a98cf7b9285d95" + dependencies: + collapse-white-space "^1.0.2" + is-alphabetical "^1.0.0" + is-decimal "^1.0.0" + is-whitespace-character "^1.0.0" + is-word-character "^1.0.0" + markdown-escapes "^1.0.0" + parse-entities "^1.1.0" + repeat-string "^1.5.4" + state-toggle "^1.0.0" + trim "0.0.1" + trim-trailing-lines "^1.0.0" + unherit "^1.0.4" + unist-util-remove-position "^1.0.0" + vfile-location "^2.0.0" + xtend "^4.0.1" + +remark-stringify@^5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/remark-stringify/-/remark-stringify-5.0.0.tgz#336d3a4d4a6a3390d933eeba62e8de4bd280afba" + dependencies: + ccount "^1.0.0" + is-alphanumeric "^1.0.0" + is-decimal "^1.0.0" + is-whitespace-character "^1.0.0" + longest-streak "^2.0.1" + markdown-escapes "^1.0.0" + markdown-table "^1.1.0" + mdast-util-compact "^1.0.0" + parse-entities "^1.0.2" + repeat-string "^1.5.4" + state-toggle "^1.0.0" + stringify-entities "^1.0.1" + unherit "^1.0.4" + xtend "^4.0.1" + +remark@^9.0.0: + version "9.0.0" + resolved "https://registry.yarnpkg.com/remark/-/remark-9.0.0.tgz#c5cfa8ec535c73a67c4b0f12bfdbd3a67d8b2f60" + dependencies: + remark-parse "^5.0.0" + remark-stringify "^5.0.0" + unified "^6.0.0" + remove-array-items@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/remove-array-items/-/remove-array-items-1.0.0.tgz#07bf42cb332f4cf6e85ead83b5e4e896d2326b21" @@ -7860,7 +8177,7 @@ repeat-element@^1.1.2: version "1.1.2" resolved "https://registry.yarnpkg.com/repeat-element/-/repeat-element-1.1.2.tgz#ef089a178d1483baae4d93eb98b4f9e4e11d990a" -repeat-string@^1.5.2, repeat-string@^1.6.1: +repeat-string@^1.5.2, repeat-string@^1.5.4, repeat-string@^1.6.1: version "1.6.1" resolved "https://registry.yarnpkg.com/repeat-string/-/repeat-string-1.6.1.tgz#8dcae470e1c88abc2d600fff4a776286da75e637" @@ -7874,6 +8191,10 @@ replace-ext@0.0.1: version "0.0.1" resolved "https://registry.yarnpkg.com/replace-ext/-/replace-ext-0.0.1.tgz#29bbd92078a739f0bcce2b4ee41e837953522924" +replace-ext@1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/replace-ext/-/replace-ext-1.0.0.tgz#de63128373fcbf7c3ccfa4de5a480c45a67958eb" + request-promise-core@1.1.1: version "1.1.1" resolved "https://registry.yarnpkg.com/request-promise-core/-/request-promise-core-1.1.1.tgz#3eee00b2c5aa83239cfb04c5700da36f81cd08b6" @@ -7996,6 +8317,10 @@ resolve-from@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-3.0.0.tgz#b22c7af7d9d6881bc8b6e653335eebcb0a188748" +resolve-from@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-4.0.0.tgz#4abcd852ad32dd7baabfe9b40e00a36db5f392e6" + resolve-path@^1.3.3: version "1.4.0" resolved "https://registry.yarnpkg.com/resolve-path/-/resolve-path-1.4.0.tgz#c4bda9f5efb2fce65247873ab36bb4d834fe16f7" @@ -8392,6 +8717,10 @@ spdx-license-ids@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/spdx-license-ids/-/spdx-license-ids-3.0.0.tgz#7a7cd28470cc6d3a1cfe6d66886f6bc430d3ac87" +specificity@^0.3.1: + version "0.3.2" + resolved "https://registry.yarnpkg.com/specificity/-/specificity-0.3.2.tgz#99e6511eceef0f8d9b57924937aac2cb13d13c42" + split-string@^3.0.1, split-string@^3.0.2: version "3.1.0" resolved "https://registry.yarnpkg.com/split-string/-/split-string-3.1.0.tgz#7cb09dda3a86585705c64b39a6466038682e8fe2" @@ -8430,6 +8759,10 @@ staged-git-files@1.1.1: version "1.1.1" resolved "https://registry.yarnpkg.com/staged-git-files/-/staged-git-files-1.1.1.tgz#37c2218ef0d6d26178b1310719309a16a59f8f7b" +state-toggle@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/state-toggle/-/state-toggle-1.0.1.tgz#c3cb0974f40a6a0f8e905b96789eb41afa1cde3a" + static-extend@^0.1.1: version "0.1.2" resolved "https://registry.yarnpkg.com/static-extend/-/static-extend-0.1.2.tgz#60809c39cbff55337226fd5e0b520f341f1fb5c6" @@ -8531,6 +8864,15 @@ string_decoder@~0.10.x: version "0.10.31" resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-0.10.31.tgz#62e203bc41766c6c28c9fc84301dab1c5310fa94" +stringify-entities@^1.0.1: + version "1.3.2" + resolved "https://registry.yarnpkg.com/stringify-entities/-/stringify-entities-1.3.2.tgz#a98417e5471fd227b3e45d3db1861c11caf668f7" + dependencies: + character-entities-html4 "^1.0.0" + character-entities-legacy "^1.0.0" + is-alphanumerical "^1.0.0" + is-hexadecimal "^1.0.0" + stringify-object@^3.2.1, stringify-object@^3.2.2: version "3.2.2" resolved "https://registry.yarnpkg.com/stringify-object/-/stringify-object-3.2.2.tgz#9853052e5a88fb605a44cd27445aa257ad7ffbcd" @@ -8613,6 +8955,68 @@ style-loader@^0.21.0: loader-utils "^1.1.0" schema-utils "^0.4.5" +style-search@^0.1.0: + version "0.1.0" + resolved "https://registry.yarnpkg.com/style-search/-/style-search-0.1.0.tgz#7958c793e47e32e07d2b5cafe5c0bf8e12e77902" + +stylelint-config-recommended@^2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/stylelint-config-recommended/-/stylelint-config-recommended-2.1.0.tgz#f526d5c771c6811186d9eaedbed02195fee30858" + +stylelint-config-standard@^18.2.0: + version "18.2.0" + resolved "https://registry.yarnpkg.com/stylelint-config-standard/-/stylelint-config-standard-18.2.0.tgz#6283149aba7f64f18731aef8f0abfb35cf619e06" + dependencies: + stylelint-config-recommended "^2.1.0" + +stylelint@^9.2.1: + version "9.2.1" + resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-9.2.1.tgz#fe63c169f6cd3bc81e77f0e3c6443df3267ec211" + dependencies: + autoprefixer "^8.0.0" + balanced-match "^1.0.0" + chalk "^2.4.1" + cosmiconfig "^5.0.0" + debug "^3.0.0" + execall "^1.0.0" + file-entry-cache "^2.0.0" + get-stdin "^6.0.0" + globby "^8.0.0" + globjoin "^0.1.4" + html-tags "^2.0.0" + ignore "^3.3.3" + import-lazy "^3.1.0" + imurmurhash "^0.1.4" + known-css-properties "^0.6.0" + lodash "^4.17.4" + log-symbols "^2.0.0" + mathml-tag-names "^2.0.1" + meow "^5.0.0" + micromatch "^2.3.11" + normalize-selector "^0.2.0" + pify "^3.0.0" + postcss "^6.0.16" + postcss-html "^0.23.6" + postcss-less "^1.1.5" + postcss-markdown "^0.23.6" + postcss-media-query-parser "^0.2.3" + postcss-reporter "^5.0.0" + postcss-resolve-nested-selector "^0.1.1" + postcss-safe-parser "^3.0.1" + postcss-sass "^0.3.0" + postcss-scss "^1.0.2" + postcss-selector-parser "^3.1.0" + postcss-syntax "^0.9.0" + postcss-value-parser "^3.3.0" + resolve-from "^4.0.0" + signal-exit "^3.0.2" + specificity "^0.3.1" + string-width "^2.1.0" + style-search "^0.1.0" + sugarss "^1.0.0" + svg-tags "^1.0.0" + table "^4.0.1" + stylus-lookup@^1.0.1: version "1.0.2" resolved "https://registry.yarnpkg.com/stylus-lookup/-/stylus-lookup-1.0.2.tgz#7959beac0bb557ebd13af3bc3acbeeffb27660d4" @@ -8651,6 +9055,10 @@ svg-pathdata@^4.0.1: version "4.0.1" resolved "https://registry.yarnpkg.com/svg-pathdata/-/svg-pathdata-4.0.1.tgz#7d880d05140ef3bda312c72a023db733e9d8ef7a" +svg-tags@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/svg-tags/-/svg-tags-1.0.0.tgz#58f71cee3bd519b59d4b2a843b6c7de64ac04764" + svg2ttf@^4.1.0: version "4.1.0" resolved "https://registry.yarnpkg.com/svg2ttf/-/svg2ttf-4.1.0.tgz#82022e568bd03c1abb668fdd8d15f008956a0e10" @@ -8713,6 +9121,17 @@ table@4.0.2: slice-ansi "1.0.0" string-width "^2.1.1" +table@^4.0.1: + version "4.0.3" + resolved "https://registry.yarnpkg.com/table/-/table-4.0.3.tgz#00b5e2b602f1794b9acaf9ca908a76386a7813bc" + dependencies: + ajv "^6.0.1" + ajv-keywords "^3.0.0" + chalk "^2.1.0" + lodash "^4.17.4" + slice-ansi "1.0.0" + string-width "^2.1.1" + tapable@^0.2.7: version "0.2.8" resolved "https://registry.yarnpkg.com/tapable/-/tapable-0.2.8.tgz#99372a5c999bf2df160afc0d74bed4f47948cd22" @@ -8916,6 +9335,18 @@ trim-right@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/trim-right/-/trim-right-1.0.1.tgz#cb2e1203067e0c8de1f614094b9fe45704ea6003" +trim-trailing-lines@^1.0.0: + version "1.1.1" + resolved "https://registry.yarnpkg.com/trim-trailing-lines/-/trim-trailing-lines-1.1.1.tgz#e0ec0810fd3c3f1730516b45f49083caaf2774d9" + +trim@0.0.1: + version "0.0.1" + resolved "https://registry.yarnpkg.com/trim/-/trim-0.0.1.tgz#5858547f6b290757ee95cccc666fb50084c460dd" + +trough@^1.0.0: + version "1.0.2" + resolved "https://registry.yarnpkg.com/trough/-/trough-1.0.2.tgz#7f1663ec55c480139e2de5e486c6aef6cc24a535" + tsconfig@^7.0.0: version "7.0.0" resolved "https://registry.yarnpkg.com/tsconfig/-/tsconfig-7.0.0.tgz#84538875a4dc216e5c4a5432b3a4dec3d54e91b7" @@ -9043,6 +9474,24 @@ unc-path-regex@^0.1.2: version "0.1.2" resolved "https://registry.yarnpkg.com/unc-path-regex/-/unc-path-regex-0.1.2.tgz#e73dd3d7b0d7c5ed86fbac6b0ae7d8c6a69d50fa" +unherit@^1.0.4: + version "1.1.1" + resolved "https://registry.yarnpkg.com/unherit/-/unherit-1.1.1.tgz#132748da3e88eab767e08fabfbb89c5e9d28628c" + dependencies: + inherits "^2.0.1" + xtend "^4.0.1" + +unified@^6.0.0: + version "6.2.0" + resolved "https://registry.yarnpkg.com/unified/-/unified-6.2.0.tgz#7fbd630f719126d67d40c644b7e3f617035f6dba" + dependencies: + bail "^1.0.0" + extend "^3.0.0" + is-plain-obj "^1.1.0" + trough "^1.0.0" + vfile "^2.0.0" + x-is-string "^0.1.0" + union-value@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/union-value/-/union-value-1.0.0.tgz#5c71c34cb5bad5dcebe3ea0cd08207ba5aa1aea4" @@ -9088,6 +9537,38 @@ unique-string@^1.0.0: dependencies: crypto-random-string "^1.0.0" +unist-util-find-all-after@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/unist-util-find-all-after/-/unist-util-find-all-after-1.0.2.tgz#9be49cfbae5ca1566b27536670a92836bf2f8d6d" + dependencies: + unist-util-is "^2.0.0" + +unist-util-is@^2.0.0, unist-util-is@^2.1.1: + version "2.1.2" + resolved "https://registry.yarnpkg.com/unist-util-is/-/unist-util-is-2.1.2.tgz#1193fa8f2bfbbb82150633f3a8d2eb9a1c1d55db" + +unist-util-modify-children@^1.0.0: + version "1.1.2" + resolved "https://registry.yarnpkg.com/unist-util-modify-children/-/unist-util-modify-children-1.1.2.tgz#c7f1b91712554ee59c47a05b551ed3e052a4e2d1" + dependencies: + array-iterate "^1.0.0" + +unist-util-remove-position@^1.0.0: + version "1.1.2" + resolved "https://registry.yarnpkg.com/unist-util-remove-position/-/unist-util-remove-position-1.1.2.tgz#86b5dad104d0bbfbeb1db5f5c92f3570575c12cb" + dependencies: + unist-util-visit "^1.1.0" + +unist-util-stringify-position@^1.0.0, unist-util-stringify-position@^1.1.1: + version "1.1.2" + resolved "https://registry.yarnpkg.com/unist-util-stringify-position/-/unist-util-stringify-position-1.1.2.tgz#3f37fcf351279dcbca7480ab5889bb8a832ee1c6" + +unist-util-visit@^1.1.0: + version "1.3.1" + resolved "https://registry.yarnpkg.com/unist-util-visit/-/unist-util-visit-1.3.1.tgz#c019ac9337a62486be58531bc27e7499ae7d55c7" + dependencies: + unist-util-is "^2.1.1" + universalify@^0.1.0: version "0.1.1" resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.1.1.tgz#fa71badd4437af4c148841e3b3b165f9e9e590b7" @@ -9138,6 +9619,12 @@ uri-js@^3.0.2: dependencies: punycode "^2.1.0" +uri-js@^4.2.1: + version "4.2.2" + resolved "https://registry.yarnpkg.com/uri-js/-/uri-js-4.2.2.tgz#94c540e1ff772956e2299507c010aea6c8838eb0" + dependencies: + punycode "^2.1.0" + urix@^0.1.0, urix@~0.1.0: version "0.1.0" resolved "https://registry.yarnpkg.com/urix/-/urix-0.1.0.tgz#da937f7a62e21fec1fd18d49b35c2935067a6c72" @@ -9265,6 +9752,25 @@ verror@1.10.0: core-util-is "1.0.2" extsprintf "^1.2.0" +vfile-location@^2.0.0: + version "2.0.3" + resolved "https://registry.yarnpkg.com/vfile-location/-/vfile-location-2.0.3.tgz#083ba80e50968e8d420be49dd1ea9a992131df77" + +vfile-message@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/vfile-message/-/vfile-message-1.0.1.tgz#51a2ccd8a6b97a7980bb34efb9ebde9632e93677" + dependencies: + unist-util-stringify-position "^1.1.1" + +vfile@^2.0.0: + version "2.3.0" + resolved "https://registry.yarnpkg.com/vfile/-/vfile-2.3.0.tgz#e62d8e72b20e83c324bc6c67278ee272488bf84a" + dependencies: + is-buffer "^1.1.4" + replace-ext "1.0.0" + unist-util-stringify-position "^1.0.0" + vfile-message "^1.0.0" + vinyl-fs@^0.3.0: version "0.3.14" resolved "https://registry.yarnpkg.com/vinyl-fs/-/vinyl-fs-0.3.14.tgz#9a6851ce1cac1c1cea5fe86c0931d620c2cfa9e6" @@ -9643,6 +10149,10 @@ ws@^4.0.0: async-limiter "~1.0.0" safe-buffer "~5.1.0" +x-is-string@^0.1.0: + version "0.1.0" + resolved "https://registry.yarnpkg.com/x-is-string/-/x-is-string-0.1.0.tgz#474b50865af3a49a9c4657f05acd145458f77d82" + xdg-basedir@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/xdg-basedir/-/xdg-basedir-3.0.0.tgz#496b2cc109eca8dbacfe2dc72b603c17c5870ad4" @@ -9655,7 +10165,7 @@ xmldom@~0.1.22: version "0.1.27" resolved "https://registry.yarnpkg.com/xmldom/-/xmldom-0.1.27.tgz#d501f97b3bdb403af8ef9ecc20573187aadac0e9" -"xtend@>=4.0.0 <4.1.0-0", xtend@^4.0.0, xtend@~4.0.1: +"xtend@>=4.0.0 <4.1.0-0", xtend@^4.0.0, xtend@^4.0.1, xtend@~4.0.1: version "4.0.1" resolved "https://registry.yarnpkg.com/xtend/-/xtend-4.0.1.tgz#a5c6d532be656e23db820efb943a1f04998d63af"