@fluid-topics/ft-confirm-button 1.3.41 → 1.3.42

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.
@@ -1267,6 +1267,7 @@ Also for action icons.`,s.colorGray200),contentGlobalSubtle:r.extend("--ftds-con
1267
1267
 
1268
1268
  [part=heading] {
1269
1269
  flex-grow: 1;
1270
+ word-break: break-word;
1270
1271
  }
1271
1272
 
1272
1273
  [part=icon] {
@@ -1347,6 +1347,7 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:r.extend("--ftds-con
1347
1347
 
1348
1348
  [part=heading] {
1349
1349
  flex-grow: 1;
1350
+ word-break: break-word;
1350
1351
  }
1351
1352
 
1352
1353
  [part=icon] {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-topics/ft-confirm-button",
3
- "version": "1.3.41",
3
+ "version": "1.3.42",
4
4
  "description": "A two step confirmation button",
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.3.41",
22
+ "@fluid-topics/ft-wc-utils": "1.3.42",
23
23
  "lit": "3.1.0"
24
24
  },
25
25
  "devDependencies": {
26
- "@fluid-topics/ft-wc-test-utils": "1.3.41"
26
+ "@fluid-topics/ft-wc-test-utils": "1.3.42"
27
27
  },
28
- "gitHead": "befd5a39e849a1ef18dc1cf85da953e419ce520f"
28
+ "gitHead": "6178e397e69bf7c2af7e15f474a134be974bbfaa"
29
29
  }