@movable/ui 2.15.4 → 2.15.6

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.
@@ -16,6 +16,7 @@ declare class InkSelectPageObject {
16
16
  hasDisplayValue(value: string): Cypress.Chainable<JQuery<HTMLElement>>;
17
17
  hasValue(value: string): Cypress.Chainable<JQuery<HTMLElement>>;
18
18
  hasOption(label: string, value: string, index?: number): void;
19
+ isDisabled(): Cypress.Chainable<JQuery<HTMLElement>>;
19
20
  closeMenu(): void;
20
21
  openMenu(): void;
21
22
  }
@@ -188,6 +188,7 @@ declare const form: {
188
188
  root: ({ theme }: {
189
189
  theme: Theme;
190
190
  }) => {
191
+ minWidth: number;
191
192
  '& input.Mui-disabled, & textarea.Mui-disabled': {
192
193
  cursor: string;
193
194
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@movable/ui",
3
- "version": "2.15.4",
3
+ "version": "2.15.6",
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",
@@ -49,7 +49,7 @@
49
49
  "@mui/material": "^5.16.7",
50
50
  "@mui/x-data-grid-generator": "^7.23.1",
51
51
  "@mui/x-data-grid-premium": "^6.19.5",
52
- "@percy/cli": "^1.28.2",
52
+ "@percy/cli": "^1.31.0",
53
53
  "@percy/cypress": "^3.1.2",
54
54
  "@percy/storybook": "^6.0.0",
55
55
  "@release-it/conventional-changelog": "^7.0.1",