@pingux/astro 2.144.1-alpha.1 → 2.144.1-alpha.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.
@@ -463,11 +463,6 @@ declare const _default: {
|
|
463
463
|
color: string;
|
464
464
|
};
|
465
465
|
};
|
466
|
-
overlayPanel: {
|
467
|
-
container: {
|
468
|
-
boxShadow: string;
|
469
|
-
};
|
470
|
-
};
|
471
466
|
dataTable: {
|
472
467
|
selectableTableRow: {
|
473
468
|
'&.is-selected': {
|
@@ -610,5 +605,11 @@ declare const _default: {
|
|
610
605
|
};
|
611
606
|
};
|
612
607
|
};
|
608
|
+
overlayPanel: {
|
609
|
+
container: {
|
610
|
+
border: string;
|
611
|
+
boxShadow: string;
|
612
|
+
};
|
613
|
+
};
|
613
614
|
};
|
614
615
|
export default _default;
|
@@ -170,11 +170,6 @@ var _default = {
|
|
170
170
|
skeleton: _skeleton["default"],
|
171
171
|
footer: _footer.footer,
|
172
172
|
tooltip: tooltip,
|
173
|
-
overlayPanel: {
|
174
|
-
container: {
|
175
|
-
boxShadow: 'none'
|
176
|
-
}
|
177
|
-
},
|
178
173
|
dataTable: {
|
179
174
|
selectableTableRow: {
|
180
175
|
'&.is-selected': {
|
@@ -232,6 +227,12 @@ var _default = {
|
|
232
227
|
color: 'success.bright'
|
233
228
|
}
|
234
229
|
}
|
230
|
+
},
|
231
|
+
overlayPanel: {
|
232
|
+
container: {
|
233
|
+
border: '1px solid border.separator',
|
234
|
+
boxShadow: 'none'
|
235
|
+
}
|
235
236
|
}
|
236
237
|
};
|
237
238
|
exports["default"] = _default;
|
@@ -162,11 +162,6 @@ export default {
|
|
162
162
|
skeleton: skeleton,
|
163
163
|
footer: footer,
|
164
164
|
tooltip: tooltip,
|
165
|
-
overlayPanel: {
|
166
|
-
container: {
|
167
|
-
boxShadow: 'none'
|
168
|
-
}
|
169
|
-
},
|
170
165
|
dataTable: {
|
171
166
|
selectableTableRow: {
|
172
167
|
'&.is-selected': {
|
@@ -224,5 +219,11 @@ export default {
|
|
224
219
|
color: 'success.bright'
|
225
220
|
}
|
226
221
|
}
|
222
|
+
},
|
223
|
+
overlayPanel: {
|
224
|
+
container: {
|
225
|
+
border: '1px solid border.separator',
|
226
|
+
boxShadow: 'none'
|
227
|
+
}
|
227
228
|
}
|
228
229
|
};
|