@skedulo/breeze-ui 1.8.0 → 1.8.2

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.
@@ -7484,7 +7484,7 @@
7484
7484
  "text": "boolean"
7485
7485
  },
7486
7486
  "default": "false",
7487
- "description": "Hides the close button in header",
7487
+ "description": "Hides the close button in header and prevents closing the modal by clicking\non the overlay.",
7488
7488
  "fieldName": "noClose",
7489
7489
  "inheritedFrom": {
7490
7490
  "name": "Modal",
@@ -7528,24 +7528,13 @@
7528
7528
  "text": "boolean"
7529
7529
  },
7530
7530
  "default": "false",
7531
- "description": "Hides the close button in header",
7531
+ "description": "Hides the close button in header and prevents closing the modal by clicking\non the overlay.",
7532
7532
  "attribute": "no-close",
7533
7533
  "inheritedFrom": {
7534
7534
  "name": "Modal",
7535
7535
  "module": "src/components/modal/modal.ts"
7536
7536
  }
7537
7537
  },
7538
- {
7539
- "kind": "field",
7540
- "name": "trap",
7541
- "type": {
7542
- "text": "focusTrap.FocusTrap | undefined"
7543
- },
7544
- "inheritedFrom": {
7545
- "name": "Modal",
7546
- "module": "src/components/modal/modal.ts"
7547
- }
7548
- },
7549
7538
  {
7550
7539
  "kind": "method",
7551
7540
  "name": "handleTransitionEnd",
@@ -32082,8 +32071,18 @@
32082
32071
  },
32083
32072
  {
32084
32073
  "kind": "class",
32085
- "description": "Modal footer component.",
32074
+ "description": "Modal footer component. Usually contains buttons, e.g. Cancel, Confirm.",
32086
32075
  "name": "ModalFooter",
32076
+ "slots": [
32077
+ {
32078
+ "description": "Content to be aligned to the left of the footer",
32079
+ "name": "left"
32080
+ },
32081
+ {
32082
+ "description": "Content to be aligned to the right of the footer",
32083
+ "name": "right"
32084
+ }
32085
+ ],
32087
32086
  "members": [],
32088
32087
  "superclass": {
32089
32088
  "name": "LitElement",
@@ -32222,16 +32221,9 @@
32222
32221
  "text": "boolean"
32223
32222
  },
32224
32223
  "default": "false",
32225
- "description": "Hides the close button in header",
32224
+ "description": "Hides the close button in header and prevents closing the modal by clicking\non the overlay.",
32226
32225
  "attribute": "no-close"
32227
32226
  },
32228
- {
32229
- "kind": "field",
32230
- "name": "trap",
32231
- "type": {
32232
- "text": "focusTrap.FocusTrap | undefined"
32233
- }
32234
- },
32235
32227
  {
32236
32228
  "kind": "method",
32237
32229
  "name": "handleTransitionEnd",
@@ -32277,7 +32269,7 @@
32277
32269
  "text": "boolean"
32278
32270
  },
32279
32271
  "default": "false",
32280
- "description": "Hides the close button in header",
32272
+ "description": "Hides the close button in header and prevents closing the modal by clicking\non the overlay.",
32281
32273
  "fieldName": "noClose"
32282
32274
  }
32283
32275
  ],