@manamerge/mana-atomic-ui 1.0.154 → 1.0.156

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.
@@ -27,6 +27,9 @@ import pint3 from "./manamerge/layouts/pint3";
27
27
  // vSizes
28
28
  import fontsizes from "./manamerge/miscellaneous/fontsizes";
29
29
 
30
+ // colorPalette
31
+ import colors from "./manamerge/miscellaneous/colorpalette";
32
+
30
33
  // Styling
31
34
  // import filterListTheme from "./manamerge/styling/filter-list-theme.css.js";
32
35
  // import chatTheme from "./manamerge/styling/chat-theme.css.js";
@@ -144,6 +147,8 @@ export const ManamergeTheme = {
144
147
  breakpoints,
145
148
  // vSizes
146
149
  fontsizes,
150
+ // colorPalette
151
+ colors,
147
152
 
148
153
  pages: {
149
154
  vod: {
@@ -1280,6 +1280,36 @@ export declare const ManamergeTheme: {
1280
1280
  xxxl: string;
1281
1281
  xxxxl: string;
1282
1282
  };
1283
+ colors: {
1284
+ one: {
1285
+ a: string;
1286
+ b: string;
1287
+ c: string;
1288
+ d: string;
1289
+ e: string;
1290
+ f: string;
1291
+ g: string;
1292
+ h: string;
1293
+ i: string;
1294
+ };
1295
+ two: {
1296
+ a: string;
1297
+ b: string;
1298
+ c: string;
1299
+ d: string;
1300
+ e: string;
1301
+ f: string;
1302
+ };
1303
+ three: {
1304
+ a: string;
1305
+ b: string;
1306
+ c: string;
1307
+ };
1308
+ four: {
1309
+ a: string;
1310
+ b: string;
1311
+ };
1312
+ };
1283
1313
  pages: {
1284
1314
  vod: {
1285
1315
  top: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@manamerge/mana-atomic-ui",
3
- "version": "1.0.154",
3
+ "version": "1.0.156",
4
4
  "description": "Mana Merge design system",
5
5
  "license": "ISC",
6
6
  "author": "MM",