dolphin-weex-bc 0.0.20 → 0.0.21
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/CHANGELOG.md
CHANGED
package/dist/index.native.js
CHANGED
|
@@ -69947,7 +69947,9 @@ module.exports = {
|
|
|
69947
69947
|
},
|
|
69948
69948
|
"calendar-container": {
|
|
69949
69949
|
"backgroundColor": "#ffffff",
|
|
69950
|
-
"
|
|
69950
|
+
"borderWidth": "1",
|
|
69951
|
+
"borderStyle": "solid",
|
|
69952
|
+
"borderColor": "#f3f4f5",
|
|
69951
69953
|
"borderRadius": "24",
|
|
69952
69954
|
"overflow": "hidden"
|
|
69953
69955
|
},
|
|
@@ -69996,7 +69998,9 @@ module.exports = {
|
|
|
69996
69998
|
"lineHeight": "40"
|
|
69997
69999
|
},
|
|
69998
70000
|
"adjusted-date": {
|
|
69999
|
-
"
|
|
70001
|
+
"borderWidth": "1",
|
|
70002
|
+
"borderStyle": "solid",
|
|
70003
|
+
"borderColor": "#00a4f2",
|
|
70000
70004
|
"borderRadius": 50,
|
|
70001
70005
|
"width": "48",
|
|
70002
70006
|
"height": "48",
|