s-material-react 1.4.21 → 1.4.22

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.
@@ -1,13 +1,13 @@
1
1
  @import '../../theme/regular';
2
2
 
3
3
  .afterSalesType {
4
- background-color: #F9FAFB;
4
+ background-color: #f9fafb;
5
5
  padding: 12px;
6
6
 
7
7
  .afterSalesTypeItem {
8
8
  width: 100%;
9
9
  padding: 12px;
10
- background-color: #FFFFFF;
10
+ background-color: #ffffff;
11
11
  border-radius: 6px;
12
12
  margin-bottom: 12px;
13
13
  box-sizing: border-box;
@@ -62,7 +62,7 @@
62
62
  .size {
63
63
  font-size: 12px;
64
64
  font-weight: 400;
65
- color: #888E9B;
65
+ color: #888e9b;
66
66
  line-height: 18px;
67
67
  }
68
68
 
@@ -79,11 +79,11 @@
79
79
 
80
80
  .tip {
81
81
  padding: 2px 6px;
82
- color: #888E9B;
82
+ color: #888e9b;
83
83
  font-size: 12px;
84
- background-color: #FFFFFF;
84
+ background-color: #ffffff;
85
85
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.06);
86
- border: 1px solid #EAEAEA;
86
+ border: 1px solid #eaeaea;
87
87
  margin-top: 4px;
88
88
  border-radius: 4px;
89
89
  line-height: 15px;
@@ -95,7 +95,7 @@
95
95
  .afterSalesTypeType {
96
96
  padding: 12px;
97
97
  border-radius: 6px;
98
- background-color: #FFFFFF;
98
+ background-color: #ffffff;
99
99
 
100
100
  .title {
101
101
  font-size: 14px;
@@ -1,2 +1,2 @@
1
1
  // 基础文字颜色
2
- $fontColor: #1C253A
2
+ $fontColor: #1c253a;
@@ -1,2 +1,2 @@
1
- import React from "react";
1
+ import React from 'react';
2
2
  export declare const Item: React.NamedExoticComponent<{}>;
@@ -1,4 +1,4 @@
1
- import React from "react";
1
+ import React from 'react';
2
2
  interface TypeJsxType {
3
3
  afterSalesType: number;
4
4
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "s-material-react",
3
- "version": "1.4.21",
3
+ "version": "1.4.22",
4
4
  "description": "'组件库'",
5
5
  "main": "dist/index.js",
6
6
  "sideEffects": [
@@ -1 +0,0 @@
1
- export declare const tipWord = "\u5982\u90E8\u5206\u5546\u54C1\u672A\u552E\u540E\u6210\u529F, \u5269\u4F59\u5546\u54C1\u5C06\u4E0D\u80FD\u7533\u8BF7\u552E\u540E";