@finema/core 1.4.185 → 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.185",
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.185";
5
+ const version = "1.4.186";
6
6
 
7
7
  const colorModeOptions = {
8
8
  preference: "light"
@@ -120,6 +120,15 @@ const colors = {
120
120
  600: "#616161",
121
121
  700: "#757575"
122
122
  },
123
+ cool: {
124
+ DEFAULT: "#9095A6",
125
+ disabled: "#C1C4D0",
126
+ border: "#E2E4EA",
127
+ fill: "#F4F5FA",
128
+ 50: "#E0E0E0",
129
+ 600: "#616161",
130
+ 700: "#757575"
131
+ },
123
132
  secondary: {
124
133
  DEFAULT: "#EE8B36",
125
134
  50: "#fdf1e7",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@finema/core",
3
- "version": "1.4.185",
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",