@popmenu/admin-ui 0.92.0 → 0.94.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.
@@ -194,6 +194,22 @@ export declare const adminDarkOptions: {
194
194
  };
195
195
  };
196
196
  overrides: {
197
+ MuiCssBaseline: {
198
+ '@global': {
199
+ '*::-webkit-scrollbar': {
200
+ width: string;
201
+ };
202
+ '*::-webkit-scrollbar-thumb': {
203
+ backgroundColor: string;
204
+ border: string;
205
+ borderRadius: string;
206
+ };
207
+ '*::-webkit-scrollbar-track': {
208
+ backgroundColor: string;
209
+ borderRadius: string;
210
+ };
211
+ };
212
+ };
197
213
  MuiSwitch: {
198
214
  checked: {};
199
215
  track: {};
@@ -201,7 +217,7 @@ export declare const adminDarkOptions: {
201
217
  '&$checked': {
202
218
  color: string;
203
219
  '& + $track': {
204
- background: string;
220
+ background: string; /** Legacy Properties. Avoid new usage. */
205
221
  };
206
222
  };
207
223
  };
@@ -195,6 +195,22 @@ export declare const adminLightOptions: {
195
195
  };
196
196
  };
197
197
  overrides: {
198
+ MuiCssBaseline: {
199
+ '@global': {
200
+ '*::-webkit-scrollbar': {
201
+ width: string;
202
+ };
203
+ '*::-webkit-scrollbar-thumb': {
204
+ backgroundColor: string;
205
+ border: string;
206
+ borderRadius: string;
207
+ };
208
+ '*::-webkit-scrollbar-track': {
209
+ backgroundColor: string;
210
+ borderRadius: string;
211
+ };
212
+ };
213
+ };
198
214
  MuiSwitch: {
199
215
  checked: {};
200
216
  track: {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@popmenu/admin-ui",
3
- "version": "0.92.0",
3
+ "version": "0.94.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": "b0a3bed29f2e4bcfc8bac174a10281ea651ee4c4"
35
+ "gitHead": "99cc925ead974a828b7ca099e9aa264babbc3b43"
36
36
  }