refactor(ui): replace Tailwind utilities with local styles
This commit is contained in:
@@ -2098,6 +2098,23 @@ const MIGRATIONS: Migration[] = [
|
||||
// start painting where they previously rendered as nothing.
|
||||
},
|
||||
},
|
||||
{
|
||||
version: "0.8.7",
|
||||
id: "0.8.7-ui-component-depth",
|
||||
description:
|
||||
"Removes superseded UI scaffolds and moves the remaining utility-styled components to self-contained wire-* BEM styles.",
|
||||
apply() {
|
||||
// AdvancedDatePicker -> DatePicker; AdvancedRangeSlider -> RangeSlider;
|
||||
// FileUpload -> FileInput + FileUploadProgress (or @wrnexus/uploader);
|
||||
// Toast and ToastNotifications -> Toaster.
|
||||
//
|
||||
// List, InputNumber, Marquee, TextLink, Map, SearchBox and Timeline no
|
||||
// longer render Tailwind utility class names. Application CSS selecting
|
||||
// those internal utilities must move to the component's wire-* BEM
|
||||
// classes or its data-size/data-variant attributes. List now emits
|
||||
// select for non-link items as well as navigation items.
|
||||
},
|
||||
},
|
||||
];
|
||||
|
||||
/** Release tooling uses this to require an explicit migration entry per version. */
|
||||
|
||||
Reference in New Issue
Block a user