@alicloud/console-base-theme 1.8.1 → 1.8.2

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.
@@ -66,5 +66,5 @@ var mixinTypoElementsInline = (0, _styledComponents.css)(["a{text-decoration:non
66
66
  */
67
67
 
68
68
  exports.mixinTypoElementsInline = mixinTypoElementsInline;
69
- var mixinTypoElementsList = (0, _styledComponents.css)(["ul,ol,dl{margin:1em 0 1em 1em;padding:0;line-height:1.5 !important;font-size:inherit;color:inherit;&:first-child{margin-top:0;}&:last-child{margin-bottom:0;}li{margin:0.5em 0;list-style:inherit;}}ul{list-style:disc inside;ul{list-style-type:circle;ul{list-style-type:disc;}}}ol{list-style:decimal inside;ol{list-style-type:lower-roman;}}dl{dt{margin-top:1em;padding:0;font-weight:600;}dd{margin:0 0 1em 0;}}"]);
69
+ var mixinTypoElementsList = (0, _styledComponents.css)(["ul,ol,dl{margin:1em 0 1em 2em;padding:0;line-height:1.5 !important;font-size:inherit;color:inherit;&:first-child{margin-top:0;}&:last-child{margin-bottom:0;}li{margin:0.5em 0;list-style:inherit;}}ul{list-style:disc outside;ul{list-style-type:circle;ul{list-style-type:disc;}}}ol{list-style:decimal outside;ol{list-style-type:lower-roman;}}dl{dt{margin-top:1em;padding:0;font-weight:600;}dd{margin:0 0 1em 0;}}"]);
70
70
  exports.mixinTypoElementsList = mixinTypoElementsList;
@@ -38,4 +38,4 @@ export var mixinTypoElementsInline = css(["a{text-decoration:none;", " &:link:ho
38
38
  * 当某元素内部有 ul\ol\dl 元素需要有样式的时候,用它
39
39
  */
40
40
 
41
- export var mixinTypoElementsList = css(["ul,ol,dl{margin:1em 0 1em 1em;padding:0;line-height:1.5 !important;font-size:inherit;color:inherit;&:first-child{margin-top:0;}&:last-child{margin-bottom:0;}li{margin:0.5em 0;list-style:inherit;}}ul{list-style:disc inside;ul{list-style-type:circle;ul{list-style-type:disc;}}}ol{list-style:decimal inside;ol{list-style-type:lower-roman;}}dl{dt{margin-top:1em;padding:0;font-weight:600;}dd{margin:0 0 1em 0;}}"]);
41
+ export var mixinTypoElementsList = css(["ul,ol,dl{margin:1em 0 1em 2em;padding:0;line-height:1.5 !important;font-size:inherit;color:inherit;&:first-child{margin-top:0;}&:last-child{margin-bottom:0;}li{margin:0.5em 0;list-style:inherit;}}ul{list-style:disc outside;ul{list-style-type:circle;ul{list-style-type:disc;}}}ol{list-style:decimal outside;ol{list-style-type:lower-roman;}}dl{dt{margin-top:1em;padding:0;font-weight:600;}dd{margin:0 0 1em 0;}}"]);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alicloud/console-base-theme",
3
- "version": "1.8.1",
3
+ "version": "1.8.2",
4
4
  "description": "控制台主题 - 基于 css variable 和 styled-components",
5
5
  "license": "MIT",
6
6
  "sideEffects": false,
@@ -26,14 +26,14 @@
26
26
  "devDependencies": {
27
27
  "@alicloud/console-toolkit-cli": "^1.2.30",
28
28
  "@alicloud/console-toolkit-preset-component": "^1.2.61",
29
- "@alicloud/demo-rc-elements": "^1.10.0",
29
+ "@alicloud/demo-rc-elements": "^1.10.6",
30
30
  "@types/lodash": "^4.14.184",
31
31
  "@types/react": "^17.0.48",
32
32
  "@types/styled-components": "^5.1.26",
33
33
  "lodash": "^4.17.21",
34
34
  "react": "^17.0.2",
35
35
  "styled-components": "^5.3.5",
36
- "typescript": "^4.7.4"
36
+ "typescript": "^4.8.2"
37
37
  },
38
38
  "peerDependencies": {
39
39
  "styled-components": ">=5"