@arco-themes/react-cyansu-ob03 0.0.1 → 0.0.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.
- package/README.md +7 -0
- package/config.d.ts +1 -1
- package/config.js +5 -1
- package/css/arco.css +2 -2
- package/package.json +2 -2
- package/tokens.less +2 -2
- package/variables.less +2 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@arco-themes/react-cyansu-ob03",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.2",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Cyansu03",
|
|
6
6
|
"owners": [],
|
|
@@ -14,6 +14,6 @@
|
|
|
14
14
|
"depLibrary": "@arco-design/web-react",
|
|
15
15
|
"tag": "latest",
|
|
16
16
|
"peerDependencies": {
|
|
17
|
-
"@arco-design/web-react": "^2.66.
|
|
17
|
+
"@arco-design/web-react": "^2.66.3"
|
|
18
18
|
}
|
|
19
19
|
}
|
package/tokens.less
CHANGED
|
@@ -2089,7 +2089,7 @@
|
|
|
2089
2089
|
|
|
2090
2090
|
/*********** collapse ***********/
|
|
2091
2091
|
|
|
2092
|
-
@collapse-border-width:
|
|
2092
|
+
@collapse-border-width: 0;
|
|
2093
2093
|
@collapse-border-radius: var(--border-radius-medium);
|
|
2094
2094
|
@collapse-color-border: var(--color-neutral-3);
|
|
2095
2095
|
@collapse-line-height: 1.5715;
|
|
@@ -3456,7 +3456,7 @@
|
|
|
3456
3456
|
@tabs-color-title-text_hover: var(--color-text-2);
|
|
3457
3457
|
@tabs-color-title-text_disabled: var(--color-text-4);
|
|
3458
3458
|
@tabs-color-title-text_disabled_active: var(--color-primary-light-3);
|
|
3459
|
-
@tabs-line-size-header-border:
|
|
3459
|
+
@tabs-line-size-header-border: 0;
|
|
3460
3460
|
@tabs-line-color-header-border: var(--color-neutral-3);
|
|
3461
3461
|
@tabs-line-size-ink-stroke: 2px;
|
|
3462
3462
|
@tabs-line-color-ink-bg: rgb(var(--primary-6));
|
package/variables.less
CHANGED