sparta-ui 3.44.3 → 3.45.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1 +1 @@
1
- .sp-password-input{height:44px;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:auto}.sp-password-input__security{zoom:1;cursor:pointer;width:100%}.sp-password-input__security:after{clear:both;content:" ";display:block;height:0;overflow:hidden;visibility:hidden}.sp-password-input__item{background-color:#f7f7f7;border:1px solid #f7f7f7;border-radius:6px;-webkit-box-sizing:border-box;box-sizing:border-box;float:left;font-size:18px;height:44px;line-height:44px;margin-right:6px;position:relative;text-align:center;-webkit-transition:all .2s cubic-bezier(.645,.045,.355,1);transition:all .2s cubic-bezier(.645,.045,.355,1);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:44px}.sp-password-input__item:last-child{margin-right:0}.sp-password-input__item.is--focus{border-color:#f7f7f7;-webkit-box-shadow:none;box-shadow:none}.sp-password-input__input{background:#fff;border:none;bottom:0;font-size:1;left:0;opacity:0;outline:none;position:absolute;right:0;text-indent:-9999px;top:0;z-index:-1}.sp-password-input__dot{background-color:#1a1a1a;border-radius:100%;height:8px;width:8px}.sp-password-input .is__animated,.sp-password-input__dot{left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.sp-password-input .is__animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:coruscate;animation-name:coruscate;background-color:#e8292c;content:"";display:block;height:50%;width:2px}@-webkit-keyframes coruscate{0%{opacity:0}25%{opacity:0}50%{opacity:1}75%{opacity:1}to{opacity:0}}@keyframes coruscate{0%{opacity:0}25%{opacity:0}50%{opacity:1}75%{opacity:1}to{opacity:0}}
1
+ .sp-password-input{height:44px;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:auto}.sp-password-input__security{zoom:1;cursor:pointer;width:100%}.sp-password-input__security:after{clear:both;content:" ";display:block;height:0;overflow:hidden;visibility:hidden}.sp-password-input__item{background-color:#fff;border:1px solid #eaeaea;border-radius:6px;-webkit-box-sizing:border-box;box-sizing:border-box;float:left;font-size:18px;height:44px;line-height:44px;margin-right:6px;position:relative;text-align:center;-webkit-transition:all .2s cubic-bezier(.645,.045,.355,1);transition:all .2s cubic-bezier(.645,.045,.355,1);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:44px}.sp-password-input__item:last-child{margin-right:0}.sp-password-input__item.is--focus{border-color:#ccc;-webkit-box-shadow:none;box-shadow:none}.sp-password-input__input{background:#fff;border:none;bottom:0;font-size:1;left:0;opacity:0;outline:none;position:absolute;right:0;text-indent:-9999px;top:0;z-index:-1}.sp-password-input__dot{background-color:#1a1a1a;border-radius:100%;height:8px;width:8px}.sp-password-input .is__animated,.sp-password-input__dot{left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.sp-password-input .is__animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:coruscate;animation-name:coruscate;background-color:#e8292c;content:"";display:block;height:50%;width:2px}@-webkit-keyframes coruscate{0%{opacity:0}25%{opacity:0}50%{opacity:1}75%{opacity:1}to{opacity:0}}@keyframes coruscate{0%{opacity:0}25%{opacity:0}50%{opacity:1}75%{opacity:1}to{opacity:0}}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sparta-ui",
3
- "version": "3.44.3",
3
+ "version": "3.45.0",
4
4
  "description": "网易支付PC组件库",
5
5
  "homepage": "https://github.com/CodeLittlePrince/sparta-ui",
6
6
  "repository": "https://github.com/CodeLittlePrince/sparta-ui.git",