tabexseriescomponents 0.0.356 → 0.0.357
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.cjs.js +2 -2
- package/dist/index.esm.js +2 -2
- package/dist/index.umd.js +2 -2
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -1245,14 +1245,14 @@ var selectcustomStylesTranslated = {
|
|
|
1245
1245
|
control: function control() {
|
|
1246
1246
|
return {
|
|
1247
1247
|
border: '2px solid #e6e6e6',
|
|
1248
|
-
boxShadow: '0 0 10px #e6e6e6',
|
|
1248
|
+
// boxShadow: '0 0 10px #e6e6e6',
|
|
1249
1249
|
borderRadius: '10px',
|
|
1250
1250
|
display: 'flex',
|
|
1251
1251
|
cursor: 'pointer',
|
|
1252
1252
|
transition: '.3s',
|
|
1253
1253
|
textAlign: 'right',
|
|
1254
1254
|
'&:hover': {
|
|
1255
|
-
boxShadow: '0px 9px 20px rgba(75, 72, 72, 0.3)'
|
|
1255
|
+
// boxShadow: '0px 9px 20px rgba(75, 72, 72, 0.3)',
|
|
1256
1256
|
}
|
|
1257
1257
|
};
|
|
1258
1258
|
},
|
package/dist/index.esm.js
CHANGED
|
@@ -1196,14 +1196,14 @@ var selectcustomStylesTranslated = {
|
|
|
1196
1196
|
control: function control() {
|
|
1197
1197
|
return {
|
|
1198
1198
|
border: '2px solid #e6e6e6',
|
|
1199
|
-
boxShadow: '0 0 10px #e6e6e6',
|
|
1199
|
+
// boxShadow: '0 0 10px #e6e6e6',
|
|
1200
1200
|
borderRadius: '10px',
|
|
1201
1201
|
display: 'flex',
|
|
1202
1202
|
cursor: 'pointer',
|
|
1203
1203
|
transition: '.3s',
|
|
1204
1204
|
textAlign: 'right',
|
|
1205
1205
|
'&:hover': {
|
|
1206
|
-
boxShadow: '0px 9px 20px rgba(75, 72, 72, 0.3)'
|
|
1206
|
+
// boxShadow: '0px 9px 20px rgba(75, 72, 72, 0.3)',
|
|
1207
1207
|
}
|
|
1208
1208
|
};
|
|
1209
1209
|
},
|
package/dist/index.umd.js
CHANGED
|
@@ -1079,14 +1079,14 @@
|
|
|
1079
1079
|
control: function control() {
|
|
1080
1080
|
return {
|
|
1081
1081
|
border: '2px solid #e6e6e6',
|
|
1082
|
-
boxShadow: '0 0 10px #e6e6e6',
|
|
1082
|
+
// boxShadow: '0 0 10px #e6e6e6',
|
|
1083
1083
|
borderRadius: '10px',
|
|
1084
1084
|
display: 'flex',
|
|
1085
1085
|
cursor: 'pointer',
|
|
1086
1086
|
transition: '.3s',
|
|
1087
1087
|
textAlign: 'right',
|
|
1088
1088
|
'&:hover': {
|
|
1089
|
-
boxShadow: '0px 9px 20px rgba(75, 72, 72, 0.3)'
|
|
1089
|
+
// boxShadow: '0px 9px 20px rgba(75, 72, 72, 0.3)',
|
|
1090
1090
|
}
|
|
1091
1091
|
};
|
|
1092
1092
|
},
|