@aws/mynah-ui 4.36.7 → 4.36.8

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.
package/dist/static.d.ts CHANGED
@@ -513,7 +513,6 @@ type DropdownFormItem = BaseFormItem & {
513
513
  }>;
514
514
  disabled?: boolean;
515
515
  selectTooltip?: string;
516
- showDescriptionAsTooltip?: boolean;
517
516
  };
518
517
  type Stars = BaseFormItem & {
519
518
  type: 'stars';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws/mynah-ui",
3
3
  "displayName": "AWS Mynah UI",
4
- "version": "4.36.7",
4
+ "version": "4.36.8",
5
5
  "description": "AWS Toolkit VSCode and Intellij IDE Extension Mynah UI",
6
6
  "publisher": "Amazon Web Services",
7
7
  "license": "Apache License 2.0",
@@ -74,7 +74,7 @@
74
74
  "@types/jest": "^29.5.5",
75
75
  "@types/json-schema": "7.0.7",
76
76
  "@types/minimatch": "^5.1.2",
77
- "@types/node": "17.0.29",
77
+ "@types/node": "^24.0.0",
78
78
  "@types/sanitize-html": "^2.11.0",
79
79
  "@typescript-eslint/eslint-plugin": "^5.34.0",
80
80
  "@typescript-eslint/parser": "^5.62.0",