@finema/core 1.4.184 → 1.4.186

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.184",
3
+ "version": "1.4.186",
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.184";
5
+ const version = "1.4.186";
6
6
 
7
7
  const colorModeOptions = {
8
8
  preference: "light"
@@ -117,7 +117,17 @@ const colors = {
117
117
  border: "#E2E4EA",
118
118
  fill: "#F4F5FA",
119
119
  50: "#E0E0E0",
120
- 600: "#616161"
120
+ 600: "#616161",
121
+ 700: "#757575"
122
+ },
123
+ cool: {
124
+ DEFAULT: "#9095A6",
125
+ disabled: "#C1C4D0",
126
+ border: "#E2E4EA",
127
+ fill: "#F4F5FA",
128
+ 50: "#E0E0E0",
129
+ 600: "#616161",
130
+ 700: "#757575"
121
131
  },
122
132
  secondary: {
123
133
  DEFAULT: "#EE8B36",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@finema/core",
3
- "version": "1.4.184",
3
+ "version": "1.4.186",
4
4
  "repository": "https://gitlab.finema.co/finema/ui-kit",
5
5
  "license": "MIT",
6
6
  "author": "Finema Dev Core Team",