Skip to content
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.

Commit

Permalink
update: Wizard-icons to 0.0.2-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wangkailang committed Dec 23, 2019
1 parent 18efb7f commit a55d62e
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
8 changes: 4 additions & 4 deletions docs/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13939,10 +13939,10 @@ with-open-file@^0.1.6:
p-try "^2.1.0"
pify "^4.0.1"

[email protected].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==
[email protected].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"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/components/TimePicker/style.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.rc-time-picker {
position: relative;
}
.glyphicon-time {
.glyphicon.glyphicon-time {
position: absolute;
right: 6px;
overflow: hidden;
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12894,10 +12894,10 @@ windows-release@^3.1.0:
dependencies:
execa "^1.0.0"

[email protected].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==
[email protected].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"
Expand Down

0 comments on commit a55d62e

Please sign in to comment.