@finema/core 1.4.176 → 1.4.177
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/module.json
CHANGED
package/dist/module.mjs
CHANGED
|
@@ -2,7 +2,7 @@ import { defineNuxtModule, createResolver, installModule, addPlugin, addComponen
|
|
|
2
2
|
import { defu } from 'defu';
|
|
3
3
|
|
|
4
4
|
const name = "@finema/core";
|
|
5
|
-
const version = "1.4.
|
|
5
|
+
const version = "1.4.177";
|
|
6
6
|
|
|
7
7
|
const colorModeOptions = {
|
|
8
8
|
preference: "light"
|
|
@@ -216,12 +216,6 @@ const module = defineNuxtModule({
|
|
|
216
216
|
},
|
|
217
217
|
tailwindConfig.content
|
|
218
218
|
);
|
|
219
|
-
tailwindConfig.safelist = [
|
|
220
|
-
...tailwindConfig.safelist || [],
|
|
221
|
-
{
|
|
222
|
-
pattern: /^bg-(success|info|danger|warning)-200$/
|
|
223
|
-
}
|
|
224
|
-
];
|
|
225
219
|
});
|
|
226
220
|
await installModule("@nuxt/ui", {
|
|
227
221
|
safelistColors: ["secondary", "success", "info", "danger", "warning"]
|