@popmenu/admin-ui 0.32.0 → 0.33.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.
@@ -165,6 +165,12 @@ export declare const adminDarkOptions: {
165
165
  fontSize: string;
166
166
  lineHeight: string;
167
167
  };
168
+ subtitle1: {
169
+ fontWeight: number;
170
+ fontSize: string;
171
+ lineHeight: string;
172
+ color: string;
173
+ };
168
174
  button: {
169
175
  fontWeight: number;
170
176
  fontSize: string;
@@ -168,6 +168,12 @@ export declare const adminLightOptions: {
168
168
  fontSize: string;
169
169
  lineHeight: string;
170
170
  };
171
+ subtitle1: {
172
+ fontWeight: number;
173
+ fontSize: string;
174
+ lineHeight: string;
175
+ color: string;
176
+ };
171
177
  button: {
172
178
  fontWeight: number;
173
179
  fontSize: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@popmenu/admin-ui",
3
- "version": "0.32.0",
3
+ "version": "0.33.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": "dde3eef707adc5aa958686d4be5acb43296e1297"
35
+ "gitHead": "5e16f7f616f80cef94cf61f428ce684f4b32b87d"
36
36
  }