@pisell/date-picker 1.0.13 → 1.0.14

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.
@@ -8,9 +8,12 @@
8
8
  }
9
9
  .MuiOutlinedInput-notchedOutline {
10
10
  legend {
11
+ color: inherit;
11
12
  width: auto;
13
+ margin-bottom: 0.5em;
14
+ font-size: 1.5em;
12
15
  line-height: 11px;
13
- margin: 0;
16
+ border: none;
14
17
  }
15
18
  }
16
19
  }
@@ -8,7 +8,6 @@ var langMap = {
8
8
  "zh-TW": zhTW
9
9
  };
10
10
  export var getText = function getText(id) {
11
- console.log('id', id);
12
11
  if (!id) {
13
12
  return;
14
13
  }
@@ -8,9 +8,12 @@
8
8
  }
9
9
  .MuiOutlinedInput-notchedOutline {
10
10
  legend {
11
+ color: inherit;
11
12
  width: auto;
13
+ margin-bottom: 0.5em;
14
+ font-size: 1.5em;
12
15
  line-height: 11px;
13
- margin: 0;
16
+ border: none;
14
17
  }
15
18
  }
16
19
  }
@@ -42,7 +42,6 @@ var langMap = {
42
42
  "zh-TW": import_zh_TW.default
43
43
  };
44
44
  var getText = (id) => {
45
- console.log("id", id);
46
45
  if (!id) {
47
46
  return;
48
47
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pisell/date-picker",
3
- "version": "1.0.13",
3
+ "version": "1.0.14",
4
4
  "sideEffects": [
5
5
  "*.less"
6
6
  ],