dolphin-weex-ui 2.0.0-beta.2 → 2.0.0-beta.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/dist/index.native.js +8 -8
- package/dist/index.native.js.map +1 -1
- package/dist/index.web.js +10 -10
- package/dist/index.web.js.map +1 -1
- package/package.json +1 -1
- package/packages/dof-button/type.js +8 -8
package/dist/index.native.js
CHANGED
|
@@ -8087,21 +8087,21 @@ var COLMO_BUTTON_STYLE_MAP = exports.COLMO_BUTTON_STYLE_MAP = {
|
|
|
8087
8087
|
},
|
|
8088
8088
|
big: {
|
|
8089
8089
|
width: '688px',
|
|
8090
|
-
height: '
|
|
8091
|
-
borderRadius: '
|
|
8090
|
+
height: '96px',
|
|
8091
|
+
borderRadius: '0px',
|
|
8092
8092
|
paddingLeft: '46px',
|
|
8093
8093
|
paddingRight: '46px'
|
|
8094
8094
|
},
|
|
8095
8095
|
medium: {
|
|
8096
|
-
width: '
|
|
8097
|
-
height: '
|
|
8098
|
-
borderRadius: '
|
|
8096
|
+
width: '688px',
|
|
8097
|
+
height: '80px',
|
|
8098
|
+
borderRadius: '0px',
|
|
8099
8099
|
paddingLeft: '28px',
|
|
8100
8100
|
paddingRight: '28px'
|
|
8101
8101
|
},
|
|
8102
8102
|
small: {
|
|
8103
|
-
width: '
|
|
8104
|
-
height: '
|
|
8103
|
+
width: '128px',
|
|
8104
|
+
height: '56px',
|
|
8105
8105
|
borderRadius: '26px',
|
|
8106
8106
|
paddingLeft: '0px',
|
|
8107
8107
|
paddingRight: '0px'
|
|
@@ -8137,7 +8137,7 @@ var COLMO_TEXT_FONTSIZE_STYLE_MAP = exports.COLMO_TEXT_FONTSIZE_STYLE_MAP = {
|
|
|
8137
8137
|
fontSize: '32px'
|
|
8138
8138
|
},
|
|
8139
8139
|
medium: {
|
|
8140
|
-
fontSize: '
|
|
8140
|
+
fontSize: '32px'
|
|
8141
8141
|
},
|
|
8142
8142
|
small: {
|
|
8143
8143
|
fontSize: '24px'
|