@popmenu/admin-ui 0.123.0 → 0.125.0

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.
@@ -34,6 +34,7 @@ export declare const basePalette: {
34
34
  light: string;
35
35
  main: string;
36
36
  dark: string;
37
+ darker: string;
37
38
  };
38
39
  green: {
39
40
  light: string;
@@ -94,10 +95,34 @@ export declare const adminDarkPalette: {
94
95
  export declare const dataVizPalette: {
95
96
  data: {
96
97
  blue: {
98
+ light: string;
97
99
  main: string;
100
+ dark: string;
98
101
  };
99
102
  peach: {
103
+ light: string;
100
104
  main: string;
105
+ dark: string;
106
+ };
107
+ pink: {
108
+ light: string;
109
+ main: string;
110
+ dark: string;
111
+ };
112
+ purple: {
113
+ light: string;
114
+ main: string;
115
+ dark: string;
116
+ };
117
+ marigold: {
118
+ light: string;
119
+ main: string;
120
+ dark: string;
121
+ };
122
+ teal: {
123
+ light: string;
124
+ main: string;
125
+ dark: string;
101
126
  };
102
127
  };
103
128
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@popmenu/admin-ui",
3
- "version": "0.123.0",
3
+ "version": "0.125.0",
4
4
  "license": "MIT",
5
5
  "author": "Popmenu Design System Team",
6
6
  "description": "React components specifically for the MyPop web app.",
@@ -32,5 +32,5 @@
32
32
  "acorn-jsx": "^5.3.2"
33
33
  },
34
34
  "sideEffects": false,
35
- "gitHead": "a696dbecef0a8c3135cb9e68abfb938b396250e5"
35
+ "gitHead": "29a7ed10bcc157ce7445dfc0795c37892936915a"
36
36
  }