@finema/core 1.4.179 → 1.4.180

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.179",
3
+ "version": "1.4.180",
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.179";
5
+ const version = "1.4.180";
6
6
 
7
7
  const colorModeOptions = {
8
8
  preference: "light"
@@ -136,7 +136,7 @@ const colors = {
136
136
  DEFAULT: "#0D8CEE",
137
137
  50: "#F3F9FE",
138
138
  100: "#E7F4FD",
139
- 200: "#C3E2FB",
139
+ 200: "#EBF6FF",
140
140
  300: "#9ED1F8",
141
141
  400: "#56AFF3",
142
142
  500: "#0D8CEE",
@@ -149,7 +149,7 @@ const colors = {
149
149
  DEFAULT: "#F25555",
150
150
  50: "#FEF7F7",
151
151
  100: "#FEEEEE",
152
- 200: "#FCD5D5",
152
+ 200: "#FFDFDF",
153
153
  300: "#FABBBB",
154
154
  400: "#F68888",
155
155
  500: "#F25555",
@@ -162,7 +162,7 @@ const colors = {
162
162
  DEFAULT: "#3FB061",
163
163
  50: "#F5FBF7",
164
164
  100: "#ECF7EF",
165
- 200: "#CFEBD8",
165
+ 200: "#DAEEE0",
166
166
  300: "#B2DFC0",
167
167
  400: "#79C890",
168
168
  500: "#3FB061",
@@ -175,7 +175,7 @@ const colors = {
175
175
  DEFAULT: "#FF9A35",
176
176
  50: "#FFFAF5",
177
177
  100: "#FFF5EB",
178
- 200: "#FFE6CD",
178
+ 200: "#FEF1CC",
179
179
  300: "#FFD7AE",
180
180
  400: "#FFB872",
181
181
  500: "#FF9A35",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@finema/core",
3
- "version": "1.4.179",
3
+ "version": "1.4.180",
4
4
  "repository": "https://gitlab.finema.co/finema/ui-kit",
5
5
  "license": "MIT",
6
6
  "author": "Finema Dev Core Team",