dolphin-weex-bc 0.0.19 → 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
@@ -1,5 +1,15 @@
1
1
  # 升级日志
2
2
 
3
+ ## 0.0.21
4
+
5
+ - [ ! ] 修复节假日弹窗border不兼容问题
6
+ - [ ! ] date: 2025/12/24
7
+
8
+ ## 0.0.20
9
+
10
+ - [ ! ] 修复节假日弹窗background改为background-color
11
+ - [ ! ] date: 2025/12/16
12
+
3
13
  ## 0.0.19
4
14
 
5
15
  - [ ! ] 修复节假日弹窗出现竖线问题
@@ -69933,7 +69933,7 @@ module.exports = {
69933
69933
  "paddingRight": "24",
69934
69934
  "paddingBottom": "14",
69935
69935
  "paddingLeft": "24",
69936
- "background": "rgba(30, 46, 55, 0.05)"
69936
+ "backgroundColor": "rgba(30,46,55,0.05)"
69937
69937
  },
69938
69938
  "year-title": {
69939
69939
  "fontSize": "28",
@@ -69947,7 +69947,9 @@ module.exports = {
69947
69947
  },
69948
69948
  "calendar-container": {
69949
69949
  "backgroundColor": "#ffffff",
69950
- "border": "1px solid #f3f4f5",
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
- "border": "1px solid #00a4f2",
70001
+ "borderWidth": "1",
70002
+ "borderStyle": "solid",
70003
+ "borderColor": "#00a4f2",
70000
70004
  "borderRadius": 50,
70001
70005
  "width": "48",
70002
70006
  "height": "48",
@@ -70005,7 +70009,7 @@ module.exports = {
70005
70009
  "left": "8"
70006
70010
  },
70007
70011
  "adjusted-date-1": {
70008
- "background": "rgba(245, 100, 40, 0.1)",
70012
+ "backgroundColor": "rgba(245,100,40,0.1)",
70009
70013
  "borderRadius": 50,
70010
70014
  "width": "48",
70011
70015
  "height": "48",
@@ -70032,7 +70036,7 @@ module.exports = {
70032
70036
  "position": "absolute",
70033
70037
  "top": "4",
70034
70038
  "bottom": "0",
70035
- "background": "rgba(245, 100, 40, 0.1)"
70039
+ "backgroundColor": "rgba(245,100,40,0.1)"
70036
70040
  },
70037
70041
  "disabled": {
70038
70042
  "color": "#1e2e37",