@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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@finema/core",
3
- "version": "1.4.176",
3
+ "version": "1.4.177",
4
4
  "configKey": "core",
5
5
  "compatibility": {
6
6
  "nuxt": "^3.7.4"
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.176";
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"]
@@ -1,4 +1,5 @@
1
1
  import { useToast } from "#imports";
2
+ const safeList = ["bg-success-200", "bg-info-200", "bg-danger-200", "bg-warning-200"];
2
3
  const ui = (ui2 = {}, titleClass) => ({
3
4
  background: "bg-{color}-200",
4
5
  title: titleClass,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@finema/core",
3
- "version": "1.4.176",
3
+ "version": "1.4.177",
4
4
  "repository": "https://gitlab.finema.co/finema/ui-kit",
5
5
  "license": "MIT",
6
6
  "author": "Finema Dev Core Team",