@fluid-topics/ft-modal 1.1.121 → 1.2.1

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.
@@ -33,6 +33,7 @@ class FtdsModalConfirm extends FtLitElement {
33
33
  </ft-typography>
34
34
  <ftds-button slot="actions"
35
35
  tertiary
36
+ autofocus
36
37
  family="${DesignSystemFamily.neutral}"
37
38
  size="${DesignSystemSize.large}"
38
39
  icon="${this.cancelIcon}"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-topics/ft-modal",
3
- "version": "1.1.121",
3
+ "version": "1.2.1",
4
4
  "description": "Modal for Design System V2",
5
5
  "keywords": [
6
6
  "Lit"
@@ -19,11 +19,11 @@
19
19
  "url": "ssh://git@scm.mrs.antidot.net:2222/fluidtopics/ft-web-components.git"
20
20
  },
21
21
  "dependencies": {
22
- "@fluid-topics/ft-wc-utils": "1.1.121",
22
+ "@fluid-topics/ft-wc-utils": "1.2.1",
23
23
  "lit": "3.1.0"
24
24
  },
25
25
  "devDependencies": {
26
- "@fluid-topics/ft-wc-test-utils": "1.1.121"
26
+ "@fluid-topics/ft-wc-test-utils": "1.2.1"
27
27
  },
28
- "gitHead": "4807539dff1eb761cde7a11bd52bb7cb197a114d"
28
+ "gitHead": "bbad4c991ddc3e9bbff3b1120c7e56bc0bd6c916"
29
29
  }