@movable/ui 1.12.2 → 1.13.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.
@@ -11,6 +11,7 @@ declare class InkSelectPageObject {
11
11
  get options(): Cypress.Chainable<JQuery<HTMLElement>>;
12
12
  option(value: string): Cypress.Chainable<JQuery<HTMLElement>>;
13
13
  get helperText(): Cypress.Chainable<JQuery<HTMLElement>>;
14
+ hasHelperText(value: string): Cypress.Chainable<JQuery<HTMLElement>>;
14
15
  hasLabel(value: string): Cypress.Chainable<JQuery<HTMLElement>>;
15
16
  hasDisplayValue(value: string): Cypress.Chainable<JQuery<HTMLElement>>;
16
17
  hasValue(value: string): Cypress.Chainable<JQuery<HTMLElement>>;
@@ -34,6 +34,7 @@ declare const alert: {
34
34
  '& .MuiAlert-message': {
35
35
  color: string;
36
36
  };
37
+ border: string;
37
38
  };
38
39
  snackbar: ({ theme, ownerState, }: {
39
40
  theme: Theme;
@@ -2,7 +2,7 @@ declare const palette: {
2
2
  text: {
3
3
  primary: "#212121";
4
4
  secondary: "#616161";
5
- disabled: "#616161";
5
+ disabled: "#9e9e9e";
6
6
  };
7
7
  focusVisible: string;
8
8
  blue50: "#e3f2fd";
@@ -231,7 +231,7 @@ declare const palette: {
231
231
  selected: string;
232
232
  focus: string;
233
233
  disabledBackground: "#eeeeee";
234
- disabled: "#616161";
234
+ disabled: "#9e9e9e";
235
235
  };
236
236
  };
237
237
  export default palette;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@movable/ui",
3
- "version": "1.12.2",
3
+ "version": "1.13.0",
4
4
  "description": "Movable Ink's shared MUI components and MUI theme for our vite applications",
5
5
  "module": "lib/index.mjs",
6
6
  "types": "lib/index.d.ts",