@popmenu/admin-ui 0.124.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.
- package/build/components/Button/ButtonStyles.d.ts +1 -1
- package/build/components/FullScreenStepperActions/util/augmentButtonProps.d.ts +1 -1
- package/build/components/SettingsIndexCard/SettingsIndexCardStyles.d.ts +1 -1
- package/build/theme/adminDarkTheme.d.ts +0 -25
- package/build/theme/adminLightTheme.d.ts +0 -25
- package/package.json +2 -2
|
@@ -4,4 +4,4 @@ export declare const buttonTypography: {
|
|
|
4
4
|
fontSize: string;
|
|
5
5
|
lineHeight: string;
|
|
6
6
|
};
|
|
7
|
-
export declare const useButtonStyles: (props: ButtonProps
|
|
7
|
+
export declare const useButtonStyles: (props: ButtonProps) => import("@material-ui/styles").ClassNameMap<string>;
|
|
@@ -2,4 +2,4 @@ import { FullScreenStepperTypes } from '../../FullScreenStepper/types';
|
|
|
2
2
|
import { ButtonProps } from '../../Button';
|
|
3
3
|
export declare const augmentButtonProps: (internalProps: {
|
|
4
4
|
onClick?: () => Promise<void>;
|
|
5
|
-
}, externalProps: ButtonProps
|
|
5
|
+
}, externalProps: ButtonProps | undefined, setStepCursor: FullScreenStepperTypes.SetStepCursor, stepCursor: FullScreenStepperTypes.StepCursor, incrementor: number) => ButtonProps;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { SettingsIndexCardProps } from './SettingsIndexCardProps';
|
|
2
|
-
export declare const useSettingsIndexCardStyles: (props: SettingsIndexCardProps
|
|
2
|
+
export declare const useSettingsIndexCardStyles: (props: SettingsIndexCardProps) => import("@material-ui/styles").ClassNameMap<string>;
|
|
@@ -44,34 +44,10 @@ export declare const adminDarkOptions: {
|
|
|
44
44
|
palette: {
|
|
45
45
|
data: {
|
|
46
46
|
blue: {
|
|
47
|
-
light: string;
|
|
48
47
|
main: string;
|
|
49
|
-
dark: string;
|
|
50
48
|
};
|
|
51
49
|
peach: {
|
|
52
|
-
light: string;
|
|
53
50
|
main: string;
|
|
54
|
-
dark: string;
|
|
55
|
-
};
|
|
56
|
-
pink: {
|
|
57
|
-
light: string;
|
|
58
|
-
main: string;
|
|
59
|
-
dark: string;
|
|
60
|
-
};
|
|
61
|
-
purple: {
|
|
62
|
-
light: string;
|
|
63
|
-
main: string;
|
|
64
|
-
dark: string;
|
|
65
|
-
};
|
|
66
|
-
marigold: {
|
|
67
|
-
light: string;
|
|
68
|
-
main: string;
|
|
69
|
-
dark: string;
|
|
70
|
-
};
|
|
71
|
-
teal: {
|
|
72
|
-
light: string;
|
|
73
|
-
main: string;
|
|
74
|
-
dark: string;
|
|
75
51
|
};
|
|
76
52
|
};
|
|
77
53
|
type: string;
|
|
@@ -117,7 +93,6 @@ export declare const adminDarkOptions: {
|
|
|
117
93
|
light: string;
|
|
118
94
|
main: string;
|
|
119
95
|
dark: string;
|
|
120
|
-
darker: string;
|
|
121
96
|
};
|
|
122
97
|
green: {
|
|
123
98
|
light: string;
|
|
@@ -44,34 +44,10 @@ export declare const adminLightOptions: {
|
|
|
44
44
|
palette: {
|
|
45
45
|
data: {
|
|
46
46
|
blue: {
|
|
47
|
-
light: string;
|
|
48
47
|
main: string;
|
|
49
|
-
dark: string;
|
|
50
48
|
};
|
|
51
49
|
peach: {
|
|
52
|
-
light: string;
|
|
53
50
|
main: string;
|
|
54
|
-
dark: string;
|
|
55
|
-
};
|
|
56
|
-
pink: {
|
|
57
|
-
light: string;
|
|
58
|
-
main: string;
|
|
59
|
-
dark: string;
|
|
60
|
-
};
|
|
61
|
-
purple: {
|
|
62
|
-
light: string;
|
|
63
|
-
main: string;
|
|
64
|
-
dark: string;
|
|
65
|
-
};
|
|
66
|
-
marigold: {
|
|
67
|
-
light: string;
|
|
68
|
-
main: string;
|
|
69
|
-
dark: string;
|
|
70
|
-
};
|
|
71
|
-
teal: {
|
|
72
|
-
light: string;
|
|
73
|
-
main: string;
|
|
74
|
-
dark: string;
|
|
75
51
|
};
|
|
76
52
|
};
|
|
77
53
|
type: string;
|
|
@@ -118,7 +94,6 @@ export declare const adminLightOptions: {
|
|
|
118
94
|
light: string;
|
|
119
95
|
main: string;
|
|
120
96
|
dark: string;
|
|
121
|
-
darker: string; /** Legacy Properties. Avoid new usage. */
|
|
122
97
|
};
|
|
123
98
|
green: {
|
|
124
99
|
light: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@popmenu/admin-ui",
|
|
3
|
-
"version": "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": "
|
|
35
|
+
"gitHead": "29a7ed10bcc157ce7445dfc0795c37892936915a"
|
|
36
36
|
}
|