@elliemae/ds-menu-button 3.51.0-rc.26 → 3.51.0-rc.27

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.
@@ -313,6 +313,8 @@ export declare const useSplitInherithedProps: ({ propsWithDefault, focusableNode
313
313
  unselectable?: "off" | "on" | undefined;
314
314
  inputMode?: "none" | "search" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
315
315
  is?: string | undefined;
316
+ exportparts?: string | undefined;
317
+ part?: string | undefined;
316
318
  accept?: string | undefined;
317
319
  acceptCharset?: string | undefined;
318
320
  action?: string | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-menu-button",
3
- "version": "3.51.0-rc.26",
3
+ "version": "3.51.0-rc.27",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Menu Button",
6
6
  "files": [
@@ -37,23 +37,23 @@
37
37
  },
38
38
  "dependencies": {
39
39
  "@xstyled/styled-components": "~3.7.3",
40
- "@elliemae/ds-button-v2": "3.51.0-rc.26",
41
- "@elliemae/ds-floating-context": "3.51.0-rc.26",
42
- "@elliemae/ds-grid": "3.51.0-rc.26",
43
- "@elliemae/ds-hooks-on-blur-out": "3.51.0-rc.26",
44
- "@elliemae/ds-props-helpers": "3.51.0-rc.26",
45
- "@elliemae/ds-menu-items-commons": "3.51.0-rc.26",
46
- "@elliemae/ds-icons": "3.51.0-rc.26",
47
- "@elliemae/ds-system": "3.51.0-rc.26",
48
- "@elliemae/ds-tree-model": "3.51.0-rc.26"
40
+ "@elliemae/ds-button-v2": "3.51.0-rc.27",
41
+ "@elliemae/ds-floating-context": "3.51.0-rc.27",
42
+ "@elliemae/ds-grid": "3.51.0-rc.27",
43
+ "@elliemae/ds-icons": "3.51.0-rc.27",
44
+ "@elliemae/ds-hooks-on-blur-out": "3.51.0-rc.27",
45
+ "@elliemae/ds-menu-items-commons": "3.51.0-rc.27",
46
+ "@elliemae/ds-system": "3.51.0-rc.27",
47
+ "@elliemae/ds-props-helpers": "3.51.0-rc.27",
48
+ "@elliemae/ds-tree-model": "3.51.0-rc.27"
49
49
  },
50
50
  "devDependencies": {
51
51
  "@elliemae/pui-cli": "9.0.0-next.55",
52
52
  "@elliemae/pui-theme": "~2.11.0",
53
53
  "jest": "~29.7.0",
54
54
  "styled-components": "~5.3.9",
55
- "@elliemae/ds-monorepo-devops": "3.51.0-rc.26",
56
- "@elliemae/ds-typescript-helpers": "3.51.0-rc.26"
55
+ "@elliemae/ds-typescript-helpers": "3.51.0-rc.27",
56
+ "@elliemae/ds-monorepo-devops": "3.51.0-rc.27"
57
57
  },
58
58
  "peerDependencies": {
59
59
  "@testing-library/jest-dom": "^6.6.3",