@sheinx/shineout-style 3.0.2 → 3.0.3

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/cjs/normalize.js CHANGED
@@ -14,14 +14,14 @@ var token = {
14
14
  color: 'var(--common-body-color, #141737)',
15
15
  fontSize: 'var(--font-size-base, 14px)',
16
16
  lineHeight: 'var(--common-line-heigh, 1.42857143)',
17
- linkColor: _theme.Token['Brand-6'],
17
+ linkColor: _theme.CommonToken['Brand-6'],
18
18
  linkHoverDecoration: 'none',
19
- linkDisabledColor: _theme.Token['Brand-3'],
19
+ linkDisabledColor: _theme.CommonToken['Brand-3'],
20
20
  headingsColor: 'inherit',
21
21
  headingsFontFamily: 'inherit',
22
22
  headingsFontWeight: 'bold',
23
23
  headingsLineHeight: '1.1',
24
- headingsSmallColor: '123'
24
+ headingsSmallColor: '#adb5bd'
25
25
  };
26
26
  var lineHeightComputed = '20px';
27
27
  var lineHeightComputed2 = '10px';
package/cjs/version.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- declare const _default: "3.0.2";
1
+ declare const _default: "3.0.3";
2
2
  export default _default;
3
3
  //# sourceMappingURL=version.d.ts.map
package/cjs/version.js CHANGED
@@ -4,4 +4,4 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.default = void 0;
7
- var _default = exports.default = '3.0.2';
7
+ var _default = exports.default = '3.0.3';
package/esm/normalize.js CHANGED
@@ -5,20 +5,20 @@
5
5
  // 5. Setting @viewport causes scrollbars to overlap content in IE11 and Edge, so
6
6
  // we force a non-overlapping, non-auto-hiding scrollbar to counteract.
7
7
  // 6. Change the default tap highlight to be completely transparent in iOS.
8
- import { Token as CommonTokens, setToken } from '@sheinx/theme';
8
+ import { CommonToken, setToken } from '@sheinx/theme';
9
9
  var token = {
10
10
  fontFamily: 'var(--common-body-font-family, PingFang SC, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Helvetica, Hiragino KaKu Gothic Pro, Microsoft YaHei, Arial, sans-serif )',
11
11
  color: 'var(--common-body-color, #141737)',
12
12
  fontSize: 'var(--font-size-base, 14px)',
13
13
  lineHeight: 'var(--common-line-heigh, 1.42857143)',
14
- linkColor: CommonTokens['Brand-6'],
14
+ linkColor: CommonToken['Brand-6'],
15
15
  linkHoverDecoration: 'none',
16
- linkDisabledColor: CommonTokens['Brand-3'],
16
+ linkDisabledColor: CommonToken['Brand-3'],
17
17
  headingsColor: 'inherit',
18
18
  headingsFontFamily: 'inherit',
19
19
  headingsFontWeight: 'bold',
20
20
  headingsLineHeight: '1.1',
21
- headingsSmallColor: '123'
21
+ headingsSmallColor: '#adb5bd'
22
22
  };
23
23
  var lineHeightComputed = '20px';
24
24
  var lineHeightComputed2 = '10px';
package/esm/version.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- declare const _default: "3.0.2";
1
+ declare const _default: "3.0.3";
2
2
  export default _default;
3
3
  //# sourceMappingURL=version.d.ts.map
package/esm/version.js CHANGED
@@ -1 +1 @@
1
- export default '3.0.2';
1
+ export default '3.0.3';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sheinx/shineout-style",
3
- "version": "3.0.2",
3
+ "version": "3.0.3",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "license": "MIT",
@@ -17,8 +17,8 @@
17
17
  "dependencies": {
18
18
  "jss": "10.9.2",
19
19
  "react-jss": "10.9.2",
20
- "@sheinx/theme": "3.0.2",
21
- "@sheinx/base": "3.0.2"
20
+ "@sheinx/theme": "3.0.3",
21
+ "@sheinx/base": "3.0.3"
22
22
  },
23
23
  "peerDependencies": {
24
24
  "core-js": ">=3"