cc-core-cli 1.0.124 → 1.0.126

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cc-core-cli",
3
- "version": "1.0.124",
3
+ "version": "1.0.126",
4
4
  "description": "Command Line Interface tool for generating project templates for the (Your Platform's Name) platform.",
5
5
  "main": "bin/index.js",
6
6
  "scripts": {
@@ -0,0 +1,13 @@
1
+ import React, { PureComponent } from 'react'
2
+ import { ChangePasswordExpired } from '@shopstack/cc-admin-lib'
3
+
4
+ class ChangePasswordExpiredPage extends PureComponent {
5
+
6
+ render() {
7
+ return (
8
+ <ChangePasswordExpired {...this.props} />
9
+ )
10
+ }
11
+ }
12
+
13
+ export default ChangePasswordExpiredPage
@@ -27,6 +27,7 @@
27
27
  }
28
28
  }
29
29
 
30
+
30
31
  .form-item-related-one2one-select.ant-form-item-has-feedback.ant-form-item-has-error {
31
32
  .ant-form-item-children-icon {
32
33
  right: 46px;
@@ -2075,6 +2076,13 @@
2075
2076
  cursor: pointer;
2076
2077
  }
2077
2078
 
2079
+ .visibility-toggle {
2080
+ cursor: pointer;
2081
+ padding-top: 8px;
2082
+ padding-bottom: 8px;
2083
+ padding-inline-start: 8px;
2084
+ }
2085
+
2078
2086
  .remove {
2079
2087
  display: block;
2080
2088
  width: 30px;
@@ -2674,6 +2682,7 @@
2674
2682
  margin-right: 5px;
2675
2683
  }
2676
2684
 
2685
+
2677
2686
  .modal-change-password {
2678
2687
  .mutiline-format {
2679
2688
  margin-bottom: 0px;