From a55d62e3b877df8142e501ffb8adc08a07ed274d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=BC=80=E6=9C=97?= Date: Mon, 23 Dec 2019 10:55:02 +0800 Subject: [PATCH] update: Wizard-icons to 0.0.2-beta.1 --- docs/package.json | 2 +- docs/yarn.lock | 8 ++++---- package.json | 4 ++-- src/components/TimePicker/style.scss | 2 +- yarn.lock | 8 ++++---- 5 files changed, 12 insertions(+), 12 deletions(-) diff --git a/docs/package.json b/docs/package.json index ff4b170a..25d29ee9 100644 --- a/docs/package.json +++ b/docs/package.json @@ -39,7 +39,7 @@ "react-router": "3.2.0", "ts-node": "^8.2.0", "react-addons-css-transition-group": "^15.6.2", - "wizard-icons": "0.0.1-beta.0" + "wizard-icons": "0.0.2-beta.1" }, "devDependencies": { "babel-loader": "8.0.5", diff --git a/docs/yarn.lock b/docs/yarn.lock index a32d2772..fa679fcf 100644 --- a/docs/yarn.lock +++ b/docs/yarn.lock @@ -13939,10 +13939,10 @@ with-open-file@^0.1.6: p-try "^2.1.0" pify "^4.0.1" -wizard-icons@0.0.1-beta.0: - version "0.0.1-beta.0" - resolved "https://registry.npmjs.org/wizard-icons/-/wizard-icons-0.0.1-beta.0.tgz#aa8d43899c409a6eec89a92dd79e657a56dfa0d1" - integrity sha512-goA0q5lJqu7pQYsrVAXh7pIXM5lT23wqtx/oWP2WVGVIACMQOGSgU2jXK0N8MAoKENCbVDHZOgslMt7DnAWbJQ== +wizard-icons@0.0.2-beta.1: + version "0.0.2-beta.1" + resolved "https://registry.npmjs.org/wizard-icons/-/wizard-icons-0.0.2-beta.1.tgz#6e0290594c8838b98f44d111b618fb4a711a6b5a" + integrity sha512-WevP3Er/YHD63qwAAqm+zzF3t31ETk1HKzZA5EgyAuemv285Y3C5bE0ye18VXOyjOGkH7R/Tp5Kzq5Le1mAj/Q== dependencies: "@types/lodash" "^4.14.136" "@types/node" "^12.6.2" diff --git a/package.json b/package.json index 503ad3a1..d77896cf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wizard-ui", - "version": "0.4.1-beta.6", + "version": "0.4.1-beta.7", "private": false, "main": "lib/index.js", "module": "esm/index.js", @@ -35,7 +35,7 @@ "react-bootstrap": "^0.31.1", "react-dev-utils": "^9.0.2", "react-ios-switch": "^0.1.19", - "wizard-icons": "0.0.2-beta.0" + "wizard-icons": "0.0.2-beta.1" }, "scripts": { "test": "jest --env=jsdom", diff --git a/src/components/TimePicker/style.scss b/src/components/TimePicker/style.scss index 84c09439..b609330a 100644 --- a/src/components/TimePicker/style.scss +++ b/src/components/TimePicker/style.scss @@ -1,7 +1,7 @@ .rc-time-picker { position: relative; } -.glyphicon-time { +.glyphicon.glyphicon-time { position: absolute; right: 6px; overflow: hidden; diff --git a/yarn.lock b/yarn.lock index 84b3896d..1f407b03 100644 --- a/yarn.lock +++ b/yarn.lock @@ -12894,10 +12894,10 @@ windows-release@^3.1.0: dependencies: execa "^1.0.0" -wizard-icons@0.0.2-beta.0: - version "0.0.2-beta.0" - resolved "https://registry.npmjs.org/wizard-icons/-/wizard-icons-0.0.2-beta.0.tgz#696ed17ac79d6b3dbf554b4f666bd1a2177ff025" - integrity sha512-8adtAEoZYuLSGnaXt+bC+yw8QXlljKkQFV+fzm4P8Kr/6YKci2JVTLCOtot8mMyQ6aKSUUc5xesry8N5g3VCZQ== +wizard-icons@0.0.2-beta.1: + version "0.0.2-beta.1" + resolved "https://registry.npmjs.org/wizard-icons/-/wizard-icons-0.0.2-beta.1.tgz#6e0290594c8838b98f44d111b618fb4a711a6b5a" + integrity sha512-WevP3Er/YHD63qwAAqm+zzF3t31ETk1HKzZA5EgyAuemv285Y3C5bE0ye18VXOyjOGkH7R/Tp5Kzq5Le1mAj/Q== dependencies: "@types/lodash" "^4.14.136" "@types/node" "^12.6.2"