@skyux/modals 13.8.1 → 13.9.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.
Files changed (2) hide show
  1. package/index.d.ts +2 -2
  2. package/package.json +7 -7
package/index.d.ts CHANGED
@@ -332,8 +332,8 @@ interface SkyModalConfigurationInterface {
332
332
  */
333
333
  helpKey?: string;
334
334
  /**
335
- * The CSS class to add to the modal, such as `ag-custom-component-popup` for
336
- * using a modal as part of a cell editor in Data Entry Grid.
335
+ * The CSS class, such as `ag-custom-component-popup`, to add to the modal
336
+ * that you open from a cell in the data entry grid.
337
337
  */
338
338
  wrapperClass?: string;
339
339
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyux/modals",
3
- "version": "13.8.1",
3
+ "version": "13.9.0",
4
4
  "author": "Blackbaud, Inc.",
5
5
  "keywords": [
6
6
  "blackbaud",
@@ -20,12 +20,12 @@
20
20
  "@angular/common": "^20.3.0",
21
21
  "@angular/core": "^20.3.0",
22
22
  "@angular/router": "^20.3.0",
23
- "@skyux/core": "13.8.1",
24
- "@skyux/help-inline": "13.8.1",
25
- "@skyux/i18n": "13.8.1",
26
- "@skyux/icon": "13.8.1",
27
- "@skyux/indicators": "13.8.1",
28
- "@skyux/theme": "13.8.1"
23
+ "@skyux/core": "13.9.0",
24
+ "@skyux/help-inline": "13.9.0",
25
+ "@skyux/i18n": "13.9.0",
26
+ "@skyux/icon": "13.9.0",
27
+ "@skyux/indicators": "13.9.0",
28
+ "@skyux/theme": "13.9.0"
29
29
  },
30
30
  "dependencies": {
31
31
  "tslib": "^2.8.1"