@sinco/react 1.2.8-rc.4 → 1.2.8
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/index.esm.js +97 -23
- package/package.json +1 -1
package/index.esm.js
CHANGED
|
@@ -8104,23 +8104,97 @@ var BitakoraConfig = _objectSpread2(_objectSpread2({}, components), {}, {
|
|
|
8104
8104
|
},
|
|
8105
8105
|
MuiButton: {
|
|
8106
8106
|
styleOverrides: {
|
|
8107
|
+
root: {
|
|
8108
|
+
fontFamily: "Roboto",
|
|
8109
|
+
textTransform: "unset",
|
|
8110
|
+
fontWeightLight: 300,
|
|
8111
|
+
fontSize: "13px",
|
|
8112
|
+
lineHeight: "normal"
|
|
8113
|
+
},
|
|
8114
|
+
startIcon: {
|
|
8115
|
+
marginLeft: 2
|
|
8116
|
+
},
|
|
8117
|
+
endIcon: {
|
|
8118
|
+
marginRight: 2
|
|
8119
|
+
},
|
|
8107
8120
|
sizeSmall: {
|
|
8121
|
+
height: 26,
|
|
8108
8122
|
fontSize: 13,
|
|
8109
8123
|
lineHeight: "22px",
|
|
8110
|
-
padding: 4
|
|
8124
|
+
padding: 4,
|
|
8125
|
+
".MuiSvgIcon-fontSizeSmall": {
|
|
8126
|
+
height: 16,
|
|
8127
|
+
width: 16
|
|
8128
|
+
},
|
|
8129
|
+
".MuiSvgIcon-fontSizeMedium": {
|
|
8130
|
+
height: 18,
|
|
8131
|
+
width: 18
|
|
8132
|
+
},
|
|
8133
|
+
".MuiSvgIcon-fontSizeLarge": {
|
|
8134
|
+
height: 20,
|
|
8135
|
+
width: 20
|
|
8136
|
+
}
|
|
8111
8137
|
},
|
|
8112
8138
|
sizeMedium: {
|
|
8139
|
+
height: 32,
|
|
8113
8140
|
fontSize: 14,
|
|
8114
8141
|
lineHeight: "24px",
|
|
8115
|
-
padding: 6
|
|
8142
|
+
padding: 6,
|
|
8143
|
+
".MuiSvgIcon-fontSizeSmall": {
|
|
8144
|
+
height: 16,
|
|
8145
|
+
width: 16
|
|
8146
|
+
},
|
|
8147
|
+
".MuiSvgIcon-fontSizeMedium": {
|
|
8148
|
+
height: 18,
|
|
8149
|
+
width: 18
|
|
8150
|
+
},
|
|
8151
|
+
".MuiSvgIcon-fontSizeLarge": {
|
|
8152
|
+
height: 20,
|
|
8153
|
+
width: 20
|
|
8154
|
+
}
|
|
8116
8155
|
},
|
|
8117
8156
|
sizeLarge: {
|
|
8157
|
+
height: 38,
|
|
8118
8158
|
fontSize: 15,
|
|
8119
8159
|
lineHeight: "26px",
|
|
8120
|
-
padding: 8
|
|
8160
|
+
padding: 8,
|
|
8161
|
+
".MuiSvgIcon-fontSizeSmall": {
|
|
8162
|
+
height: 16,
|
|
8163
|
+
width: 16
|
|
8164
|
+
},
|
|
8165
|
+
"&.MuiSvgIcon-fontSizeMedium": {
|
|
8166
|
+
height: 18,
|
|
8167
|
+
width: 18
|
|
8168
|
+
}
|
|
8121
8169
|
}
|
|
8122
8170
|
}
|
|
8123
8171
|
},
|
|
8172
|
+
// MuiButton: {
|
|
8173
|
+
// styleOverrides: {
|
|
8174
|
+
// root: {
|
|
8175
|
+
// fontFamily: "Roboto",
|
|
8176
|
+
// textTransform: "unset",
|
|
8177
|
+
// fontWeightLight: 300,
|
|
8178
|
+
// fontSize: "13px",
|
|
8179
|
+
// lineHeight: "normal",
|
|
8180
|
+
// },
|
|
8181
|
+
// sizeSmall: {
|
|
8182
|
+
// fontSize: 13,
|
|
8183
|
+
// lineHeight: "22px",
|
|
8184
|
+
// padding: 4,
|
|
8185
|
+
// },
|
|
8186
|
+
// sizeMedium: {
|
|
8187
|
+
// fontSize: 14,
|
|
8188
|
+
// lineHeight: "24px",
|
|
8189
|
+
// padding: 6,
|
|
8190
|
+
// },
|
|
8191
|
+
// sizeLarge: {
|
|
8192
|
+
// fontSize: 15,
|
|
8193
|
+
// lineHeight: "26px",
|
|
8194
|
+
// padding: 8,
|
|
8195
|
+
// }
|
|
8196
|
+
// }
|
|
8197
|
+
// },
|
|
8124
8198
|
MuiIconButton: {
|
|
8125
8199
|
styleOverrides: {
|
|
8126
8200
|
sizeSmall: {
|
|
@@ -8370,28 +8444,28 @@ var BasicPalette = {
|
|
|
8370
8444
|
};
|
|
8371
8445
|
var paletteBitakora = _objectSpread2({
|
|
8372
8446
|
primary: {
|
|
8373
|
-
50: "#
|
|
8374
|
-
100: "#
|
|
8375
|
-
200: "#
|
|
8376
|
-
300: "#
|
|
8377
|
-
light: "#
|
|
8378
|
-
main: "#
|
|
8379
|
-
600: "#
|
|
8380
|
-
700: "#
|
|
8381
|
-
800: "#
|
|
8382
|
-
dark: "#
|
|
8447
|
+
50: "#E4E7EA",
|
|
8448
|
+
100: "#BBC2C9",
|
|
8449
|
+
200: "#8D9AA6",
|
|
8450
|
+
300: "#5F7182",
|
|
8451
|
+
light: "#3D5267",
|
|
8452
|
+
main: "#1B344C",
|
|
8453
|
+
600: "#182F45",
|
|
8454
|
+
700: "#14273C",
|
|
8455
|
+
800: "#102133",
|
|
8456
|
+
dark: "#081524"
|
|
8383
8457
|
},
|
|
8384
8458
|
secondary: {
|
|
8385
|
-
50: "#
|
|
8386
|
-
100: "#
|
|
8387
|
-
200: "#
|
|
8388
|
-
300: "#
|
|
8389
|
-
light: "#
|
|
8390
|
-
main: "#
|
|
8391
|
-
600: "#
|
|
8392
|
-
700: "#
|
|
8393
|
-
800: "#
|
|
8394
|
-
dark: "#
|
|
8459
|
+
50: "#E0F7FA",
|
|
8460
|
+
100: "#B3EBF2",
|
|
8461
|
+
200: "#80DEEA",
|
|
8462
|
+
300: "#4DD0E1",
|
|
8463
|
+
light: "#4DADCE",
|
|
8464
|
+
main: "#2D9FC5",
|
|
8465
|
+
600: "#00B6CF",
|
|
8466
|
+
700: "#00ADC9",
|
|
8467
|
+
800: "#00A5C3",
|
|
8468
|
+
dark: "#1172A3"
|
|
8395
8469
|
}
|
|
8396
8470
|
}, BasicPalette);
|
|
8397
8471
|
var paletteCosmos = _objectSpread2({
|