@alicloud/console-base-theme 1.9.3 → 1.9.4
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/build/cjs/mixin/reset.js +1 -1
- package/build/es/mixin/reset.js +1 -1
- package/build/es/var/index.js +0 -1
- package/package.json +5 -5
- package/LICENSE +0 -21
package/build/cjs/mixin/reset.js
CHANGED
|
@@ -19,5 +19,5 @@ var mixinInputReset = (0, _styledComponents.css)(["border:1px solid transparent;
|
|
|
19
19
|
* 4. 定义 disabled 的基础样式
|
|
20
20
|
*/
|
|
21
21
|
exports.mixinInputReset = mixinInputReset;
|
|
22
|
-
var mixinButtonReset = (0, _styledComponents.css)(["padding:0;border:1px solid transparent;box-sizing:border-box;outline:none;background:none;line-height:inherit;cursor:pointer;font-family:inherit;font-size:inherit;text-align:center;text-decoration:none;color:inherit;transition:all ease-out 0.3s;&:hover,&:link:hover{text-decoration:none;}&[disabled]{cursor:not-allowed;}"]);
|
|
22
|
+
var mixinButtonReset = (0, _styledComponents.css)(["padding:0;border:1px solid transparent;box-sizing:border-box;outline:none;background:none;line-height:inherit;cursor:pointer;font-family:inherit;font-size:inherit;text-align:center;text-decoration:none;color:inherit;transition:all ease-out 0.3s;&:hover,&:link:hover{text-decoration:none;}&:focus-visible{outline:1px dashed ", ";outline-offset:1px;}&[disabled]{cursor:not-allowed;}"], _var.COLOR.BORDER_ACCENT_HOVER);
|
|
23
23
|
exports.mixinButtonReset = mixinButtonReset;
|
package/build/es/mixin/reset.js
CHANGED
|
@@ -12,4 +12,4 @@ export var mixinInputReset = css(["border:1px solid transparent;box-sizing:borde
|
|
|
12
12
|
* 3. 避免 link hover 的样式干扰
|
|
13
13
|
* 4. 定义 disabled 的基础样式
|
|
14
14
|
*/
|
|
15
|
-
export var mixinButtonReset = css(["padding:0;border:1px solid transparent;box-sizing:border-box;outline:none;background:none;line-height:inherit;cursor:pointer;font-family:inherit;font-size:inherit;text-align:center;text-decoration:none;color:inherit;transition:all ease-out 0.3s;&:hover,&:link:hover{text-decoration:none;}&[disabled]{cursor:not-allowed;}"]);
|
|
15
|
+
export var mixinButtonReset = css(["padding:0;border:1px solid transparent;box-sizing:border-box;outline:none;background:none;line-height:inherit;cursor:pointer;font-family:inherit;font-size:inherit;text-align:center;text-decoration:none;color:inherit;transition:all ease-out 0.3s;&:hover,&:link:hover{text-decoration:none;}&:focus-visible{outline:1px dashed ", ";outline-offset:1px;}&[disabled]{cursor:not-allowed;}"], COLOR.BORDER_ACCENT_HOVER);
|
package/build/es/var/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alicloud/console-base-theme",
|
|
3
|
-
"version": "1.9.
|
|
3
|
+
"version": "1.9.4",
|
|
4
4
|
"description": "控制台主题 - 基于 css variable 和 styled-components",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -26,11 +26,11 @@
|
|
|
26
26
|
"@alicloud/demo-rc-elements": "^1.11.16",
|
|
27
27
|
"@alicloud/ts-config": "^1.1.3",
|
|
28
28
|
"@types/lodash-es": "^4.17.7",
|
|
29
|
-
"@types/react": "^17.0.
|
|
29
|
+
"@types/react": "^17.0.58",
|
|
30
30
|
"@types/styled-components": "^5.1.26",
|
|
31
31
|
"lodash-es": "^4.17.21",
|
|
32
32
|
"react": "^17.0.2",
|
|
33
|
-
"styled-components": "^5.3.
|
|
33
|
+
"styled-components": "^5.3.10",
|
|
34
34
|
"typescript": "^4.9.5"
|
|
35
35
|
},
|
|
36
36
|
"peerDependencies": {
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
40
|
"@alicloud/console-base-theme-color": "^1.5.10",
|
|
41
|
-
"@alicloud/mere-dom": "^1.
|
|
41
|
+
"@alicloud/mere-dom": "^1.7.0"
|
|
42
42
|
},
|
|
43
43
|
"scripts": {
|
|
44
44
|
"start": "breezr start-storybook",
|
|
@@ -51,5 +51,5 @@
|
|
|
51
51
|
"clean": "rm -rf build",
|
|
52
52
|
"prepublishOnly": "yarn clean && yarn build"
|
|
53
53
|
},
|
|
54
|
-
"gitHead": "
|
|
54
|
+
"gitHead": "e3daf0b177915f37e8beae4ecee204d8c62f9507"
|
|
55
55
|
}
|
package/LICENSE
DELETED
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
MIT License
|
|
2
|
-
|
|
3
|
-
Copyright (c) 2019 Alibaba Cloud
|
|
4
|
-
|
|
5
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
-
in the Software without restriction, including without limitation the rights
|
|
8
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
-
furnished to do so, subject to the following conditions:
|
|
11
|
-
|
|
12
|
-
The above copyright notice and this permission notice shall be included in all
|
|
13
|
-
copies or substantial portions of the Software.
|
|
14
|
-
|
|
15
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
-
SOFTWARE.
|