@gitlab/ui 90.5.0 → 91.0.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.
@@ -33,8 +33,6 @@ export const HEX_REGEX = /^#([0-9a-fA-F]{3}|[0-9a-fA-F]{6})$/;
33
33
 
34
34
  export const LEFT_MOUSE_BUTTON = 0;
35
35
 
36
- export const glThemes = ['indigo', 'blue', 'light-blue', 'green', 'red', 'light-red'];
37
-
38
36
  export const variantOptions = {
39
37
  primary: 'primary',
40
38
  secondary: 'secondary',