@imj_media/ui 1.0.75 → 1.0.77
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/index.css +1 -1
- package/dist/index.esm.js +289 -286
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/shared/const/colors.d.ts +5 -2
- package/dist/shared/const/colors.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -89,12 +89,15 @@ export declare const COLORS_PROPS: {
|
|
|
89
89
|
};
|
|
90
90
|
};
|
|
91
91
|
export declare const COLORS_CSS_VARS: {
|
|
92
|
+
readonly blue_soft: "var(--ui-color-blue-500)";
|
|
92
93
|
readonly blue: "var(--ui-color-blue-700)";
|
|
93
|
-
readonly neutral: "var(--ui-color-neutral-700)";
|
|
94
94
|
readonly neutral_soft: "var(--ui-color-neutral-500)";
|
|
95
|
-
readonly
|
|
95
|
+
readonly neutral: "var(--ui-color-neutral-700)";
|
|
96
96
|
readonly red_soft: "var(--ui-color-red-500)";
|
|
97
|
+
readonly red: "var(--ui-color-red-700)";
|
|
98
|
+
readonly green_soft: "var(--ui-color-green-500)";
|
|
97
99
|
readonly green: "var(--ui-color-green-700)";
|
|
100
|
+
readonly yellow_soft: "var(--ui-color-yellow-500)";
|
|
98
101
|
readonly yellow: "var(--ui-color-yellow-700)";
|
|
99
102
|
readonly yellow_dark: "var(--ui-color-yellow-900)";
|
|
100
103
|
readonly white: "var(--ui-color-white)";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"colors.d.ts","sourceRoot":"","sources":["../../../src/shared/const/colors.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAwGxB,CAAA;AAGD,eAAO,MAAM,eAAe
|
|
1
|
+
{"version":3,"file":"colors.d.ts","sourceRoot":"","sources":["../../../src/shared/const/colors.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAwGxB,CAAA;AAGD,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;CAelB,CAAA"}
|