@sheinx/shineout-style 3.5.4-beta.6 → 3.5.4-beta.8

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
- {"version":3,"file":"steps.d.ts","sourceRoot":"","sources":["steps.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAE,MAAM,cAAc,CAAC;AAC5C,OAAO,EAAE,QAAQ,EAAE,MAAM,cAAc,CAAC;AAExC,MAAM,MAAM,cAAc,GAAG,MAAM,YAAY,CAAC;AAEhD,QAAA,MAAM,UAAU,EAAE,QAAQ,CAAC,cAAc,CAurBxC,CAAC;AAEF,eAAe,UAAU,CAAC"}
1
+ {"version":3,"file":"steps.d.ts","sourceRoot":"","sources":["steps.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAE,MAAM,cAAc,CAAC;AAC5C,OAAO,EAAE,QAAQ,EAAE,MAAM,cAAc,CAAC;AAExC,MAAM,MAAM,cAAc,GAAG,MAAM,YAAY,CAAC;AAEhD,QAAA,MAAM,UAAU,EAAE,QAAQ,CAAC,cAAc,CA8rBxC,CAAC;AAEF,eAAe,UAAU,CAAC"}
@@ -24,20 +24,20 @@ var stepsStyle = {
24
24
  transition: 'color ease 0.3s'
25
25
  },
26
26
  '&$arrow': {
27
- '& $step': {
27
+ '& $step:not($disabled)': {
28
28
  cursor: 'pointer'
29
29
  }
30
30
  },
31
31
  '&$default': {
32
- '& $step:not($process)': {
32
+ '& $step:not($process):not($disabled)': {
33
33
  cursor: 'pointer'
34
34
  },
35
- '& $step$wait:hover': {
35
+ '& $step$wait:not($disabled):hover': {
36
36
  '& $title,$description': {
37
37
  color: _theme.default.stepsWaitHoverFontColor
38
38
  }
39
39
  },
40
- '& $step$finish:hover': {
40
+ '& $step$finish:not($disabled):hover': {
41
41
  '& $title,$description': {
42
42
  color: _theme.default.stepsFinishHoverFontColor
43
43
  }
@@ -279,7 +279,14 @@ var stepsStyle = {
279
279
  marginRight: 0
280
280
  }
281
281
  },
282
- disabled: {},
282
+ disabled: {
283
+ '&$step': {
284
+ cursor: 'not-allowed'
285
+ },
286
+ '& $icon:not($process)': {
287
+ cursor: 'not-allowed'
288
+ }
289
+ },
283
290
  horizontalLabel: {
284
291
  '&$step': {
285
292
  overflow: 'hidden'
package/cjs/version.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- declare const _default: "3.5.4-beta.6";
1
+ declare const _default: "3.5.4-beta.8";
2
2
  export default _default;
3
3
  //# sourceMappingURL=version.d.ts.map
package/cjs/version.js CHANGED
@@ -4,4 +4,4 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.default = void 0;
7
- var _default = exports.default = '3.5.4-beta.6';
7
+ var _default = exports.default = '3.5.4-beta.8';
@@ -1 +1 @@
1
- {"version":3,"file":"steps.d.ts","sourceRoot":"","sources":["steps.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAE,MAAM,cAAc,CAAC;AAC5C,OAAO,EAAE,QAAQ,EAAE,MAAM,cAAc,CAAC;AAExC,MAAM,MAAM,cAAc,GAAG,MAAM,YAAY,CAAC;AAEhD,QAAA,MAAM,UAAU,EAAE,QAAQ,CAAC,cAAc,CAurBxC,CAAC;AAEF,eAAe,UAAU,CAAC"}
1
+ {"version":3,"file":"steps.d.ts","sourceRoot":"","sources":["steps.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAE,MAAM,cAAc,CAAC;AAC5C,OAAO,EAAE,QAAQ,EAAE,MAAM,cAAc,CAAC;AAExC,MAAM,MAAM,cAAc,GAAG,MAAM,YAAY,CAAC;AAEhD,QAAA,MAAM,UAAU,EAAE,QAAQ,CAAC,cAAc,CA8rBxC,CAAC;AAEF,eAAe,UAAU,CAAC"}
@@ -17,20 +17,20 @@ var stepsStyle = {
17
17
  transition: 'color ease 0.3s'
18
18
  },
19
19
  '&$arrow': {
20
- '& $step': {
20
+ '& $step:not($disabled)': {
21
21
  cursor: 'pointer'
22
22
  }
23
23
  },
24
24
  '&$default': {
25
- '& $step:not($process)': {
25
+ '& $step:not($process):not($disabled)': {
26
26
  cursor: 'pointer'
27
27
  },
28
- '& $step$wait:hover': {
28
+ '& $step$wait:not($disabled):hover': {
29
29
  '& $title,$description': {
30
30
  color: Token.stepsWaitHoverFontColor
31
31
  }
32
32
  },
33
- '& $step$finish:hover': {
33
+ '& $step$finish:not($disabled):hover': {
34
34
  '& $title,$description': {
35
35
  color: Token.stepsFinishHoverFontColor
36
36
  }
@@ -272,7 +272,14 @@ var stepsStyle = {
272
272
  marginRight: 0
273
273
  }
274
274
  },
275
- disabled: {},
275
+ disabled: {
276
+ '&$step': {
277
+ cursor: 'not-allowed'
278
+ },
279
+ '& $icon:not($process)': {
280
+ cursor: 'not-allowed'
281
+ }
282
+ },
276
283
  horizontalLabel: {
277
284
  '&$step': {
278
285
  overflow: 'hidden'
package/esm/version.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- declare const _default: "3.5.4-beta.6";
1
+ declare const _default: "3.5.4-beta.8";
2
2
  export default _default;
3
3
  //# sourceMappingURL=version.d.ts.map
package/esm/version.js CHANGED
@@ -1 +1 @@
1
- export default '3.5.4-beta.6';
1
+ export default '3.5.4-beta.8';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sheinx/shineout-style",
3
- "version": "3.5.4-beta.6",
3
+ "version": "3.5.4-beta.8",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "license": "MIT",
@@ -17,8 +17,8 @@
17
17
  "dependencies": {
18
18
  "jss": "10.9.2",
19
19
  "react-jss": "10.9.2",
20
- "@sheinx/theme": "3.5.4-beta.6",
21
- "@sheinx/base": "3.5.4-beta.6"
20
+ "@sheinx/theme": "3.5.4-beta.8",
21
+ "@sheinx/base": "3.5.4-beta.8"
22
22
  },
23
23
  "peerDependencies": {
24
24
  "core-js": ">=3"