@gx-design-vue/pro-layout 0.1.0-alpha.21 → 0.1.0-alpha.23

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.
@@ -57,7 +57,7 @@ const genBreadcrumbStyle = (token) => {
57
57
  alignItems: "center",
58
58
  gap: token.marginXXS,
59
59
  marginInline: token.calc(token.marginXXS).mul(-1).equal(),
60
- "> .anticon": {
60
+ ">.anticon,>.pro-anticon": {
61
61
  marginInlineStart: token.marginXXS,
62
62
  fontSize: token.fontSizeIcon
63
63
  },
@@ -23,7 +23,7 @@ const genRightContentStyle = (token) => {
23
23
  fontSize: 14,
24
24
  cursor: "pointer",
25
25
  borderRadius: token.borderRadius,
26
- [`.anticon`]: {
26
+ [`.anticon,.pro-anticon`]: {
27
27
  color: token.headerColorTextRightActionsItem,
28
28
  transition: `color ${token.motionDurationMid}, background-color ${token.motionDurationMid}`,
29
29
  "&:hover": { color: token.headerColorTextRightActionsItemHover }
@@ -19,7 +19,7 @@ const genSearchStyle = (token) => {
19
19
  borderRadius: token.borderRadiusLG * 2,
20
20
  backgroundColor: token.headerColorBgRightActionsItemHover,
21
21
  transition: `all ${token.motionDurationMid} ${token.motionEaseInOut}`,
22
- ">.anticon": {
22
+ ">.anticon,>.pro-anticon": {
23
23
  fontSize: token.fontSize,
24
24
  color: token.colorTextTertiary
25
25
  },
@@ -73,7 +73,7 @@ const genSearchStyle = (token) => {
73
73
  display: "flex",
74
74
  alignItems: "center",
75
75
  gap: token.sizeStep,
76
- ">.anticon": { fontSize: `${fontSize}px` }
76
+ ">.anticon,>.pro-anticon": { fontSize: `${fontSize}px` }
77
77
  },
78
78
  "&.active": {
79
79
  backgroundColor: token.colorPrimary,
@@ -37,8 +37,7 @@ const genTabsStyle = (token) => {
37
37
  justifyContent: "center",
38
38
  width: 12,
39
39
  height: 12,
40
- fontSize: 10,
41
- color: token.colorPrimary
40
+ fontSize: 10
42
41
  },
43
42
  "&-close": {
44
43
  display: "inline-flex",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@gx-design-vue/pro-layout",
3
3
  "type": "module",
4
- "version": "0.1.0-alpha.21",
4
+ "version": "0.1.0-alpha.23",
5
5
  "description": "Gx Design Pro Layout",
6
6
  "author": {
7
7
  "name": "gx12358",
@@ -39,7 +39,7 @@
39
39
  "peerDependencies": {
40
40
  "@antdv-next/cssinjs": "^1.0.6",
41
41
  "@gx-design-vue/context": "^0.0.5-alpha.8",
42
- "@gx-design-vue/icon": "^0.0.1-alpha.13",
42
+ "@gx-design-vue/icon": "^0.0.1-alpha.15",
43
43
  "@gx-design-vue/pro-hooks": "^0.2.0-alpha.8",
44
44
  "@gx-design-vue/pro-provider": "^0.1.0-alpha.17",
45
45
  "@gx-design-vue/pro-utils": "^0.2.0-alpha.10",
@@ -60,10 +60,10 @@
60
60
  "vue": "^3.5.38",
61
61
  "@gx-design-vue/context": "^0.0.5-alpha.8",
62
62
  "@gx-design-vue/pro-hooks": "^0.2.0-alpha.8",
63
+ "@gx-design-vue/icon": "^0.0.1-alpha.15",
63
64
  "@gx-design-vue/pro-provider": "^0.1.0-alpha.17",
64
- "@gx-design-vue/icon": "^0.0.1-alpha.13",
65
- "@gx-design-vue/pro-utils": "^0.2.0-alpha.10",
66
- "@gx-design-vue/scrollbar": "^0.2.0-alpha.7"
65
+ "@gx-design-vue/scrollbar": "^0.2.0-alpha.7",
66
+ "@gx-design-vue/pro-utils": "^0.2.0-alpha.10"
67
67
  },
68
68
  "browserslist": [
69
69
  "> 1%",