@alicloud/console-base-theme 1.6.2 → 1.7.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/build/cjs/mixin/reset.js
CHANGED
|
@@ -10,7 +10,7 @@ var _styledComponents = require("styled-components");
|
|
|
10
10
|
var _var = require("../var");
|
|
11
11
|
|
|
12
12
|
// generated by generate-code-mixin-reset.ts
|
|
13
|
-
var mixinInputReset = (0, _styledComponents.css)(["border:1px solid transparent;box-sizing:border-box;outline:none;background-color:transparent;transition:all ease-in-out 0.3s;&::placeholder{color:", ";color:var(--cb-color-input-placeholder,", ");}&::-ms-clear{display:none;}"], _var.COLOR.INPUT_PLACEHOLDER, _var.COLOR.INPUT_PLACEHOLDER);
|
|
13
|
+
var mixinInputReset = (0, _styledComponents.css)(["border:1px solid transparent;box-sizing:border-box;outline:none;background-color:transparent;transition:all ease-in-out 0.3s;&::placeholder{font-size:12px;font-weight:200;color:", ";color:var(--cb-color-input-placeholder,", ");}&::-ms-clear{display:none;}"], _var.COLOR.INPUT_PLACEHOLDER, _var.COLOR.INPUT_PLACEHOLDER);
|
|
14
14
|
/**
|
|
15
15
|
* 对按钮样式进行重置:
|
|
16
16
|
*
|
package/build/es/mixin/reset.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// generated by generate-code-mixin-reset.ts
|
|
2
2
|
import { css } from 'styled-components';
|
|
3
3
|
import { COLOR } from '../var';
|
|
4
|
-
export var mixinInputReset = css(["border:1px solid transparent;box-sizing:border-box;outline:none;background-color:transparent;transition:all ease-in-out 0.3s;&::placeholder{color:", ";color:var(--cb-color-input-placeholder,", ");}&::-ms-clear{display:none;}"], COLOR.INPUT_PLACEHOLDER, COLOR.INPUT_PLACEHOLDER);
|
|
4
|
+
export var mixinInputReset = css(["border:1px solid transparent;box-sizing:border-box;outline:none;background-color:transparent;transition:all ease-in-out 0.3s;&::placeholder{font-size:12px;font-weight:200;color:", ";color:var(--cb-color-input-placeholder,", ");}&::-ms-clear{display:none;}"], COLOR.INPUT_PLACEHOLDER, COLOR.INPUT_PLACEHOLDER);
|
|
5
5
|
/**
|
|
6
6
|
* 对按钮样式进行重置:
|
|
7
7
|
*
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alicloud/console-base-theme",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.7.2",
|
|
4
4
|
"description": "控制台主题 - 基于 css variable 和 styled-components",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -26,10 +26,10 @@
|
|
|
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.
|
|
29
|
+
"@alicloud/demo-rc-elements": "^1.8.3",
|
|
30
30
|
"@types/lodash": "^4.14.182",
|
|
31
|
-
"@types/react": "^17.0.
|
|
32
|
-
"@types/styled-components": "^5.1.
|
|
31
|
+
"@types/react": "^17.0.48",
|
|
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",
|
|
@@ -39,8 +39,8 @@
|
|
|
39
39
|
"styled-components": ">=5"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@alicloud/console-base-theme-color": "^1.
|
|
43
|
-
"@alicloud/mere-dom": "^1.
|
|
42
|
+
"@alicloud/console-base-theme-color": "^1.4.2",
|
|
43
|
+
"@alicloud/mere-dom": "^1.5.1"
|
|
44
44
|
},
|
|
45
45
|
"scripts": {
|
|
46
46
|
"start": "breezr start-storybook",
|
|
@@ -53,5 +53,5 @@
|
|
|
53
53
|
"clean": "rm -rf build",
|
|
54
54
|
"prepublishOnly": "yarn clean && yarn build"
|
|
55
55
|
},
|
|
56
|
-
"gitHead": "
|
|
56
|
+
"gitHead": "607b3fb7bab41cc4508adac741e0f2238a57ec0d"
|
|
57
57
|
}
|