@fluid-topics/ft-dialog 0.3.2 → 0.3.3

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.
@@ -95,6 +95,10 @@ export class FtDialog extends FtLitElement {
95
95
  }
96
96
 
97
97
  .ft-dialog-heading {
98
+ text-overflow: ellipsis;
99
+ overflow: hidden;
100
+ white-space: nowrap;
101
+
98
102
  display: flex;
99
103
  align-items: center;
100
104
  margin-bottom: 20px;
@@ -596,6 +596,10 @@ const D=Symbol.for(""),U=t=>{if((null==t?void 0:t.r)===D)return null==t?void 0:t
596
596
  }
597
597
 
598
598
  .ft-dialog-heading {
599
+ text-overflow: ellipsis;
600
+ overflow: hidden;
601
+ white-space: nowrap;
602
+
599
603
  display: flex;
600
604
  align-items: center;
601
605
  margin-bottom: 20px;
@@ -695,6 +695,10 @@ function(t,e,i){let o,n=t;return"object"==typeof t?(n=t.slot,o=t):o={flatten:e},
695
695
  }
696
696
 
697
697
  .ft-dialog-heading {
698
+ text-overflow: ellipsis;
699
+ overflow: hidden;
700
+ white-space: nowrap;
701
+
698
702
  display: flex;
699
703
  align-items: center;
700
704
  margin-bottom: 20px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-topics/ft-dialog",
3
- "version": "0.3.2",
3
+ "version": "0.3.3",
4
4
  "description": "A simple dialog component",
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-button": "0.3.2",
23
- "@fluid-topics/ft-icon": "0.3.2",
24
- "@fluid-topics/ft-typography": "0.3.2",
25
- "@fluid-topics/ft-wc-utils": "0.3.2",
22
+ "@fluid-topics/ft-button": "0.3.3",
23
+ "@fluid-topics/ft-icon": "0.3.3",
24
+ "@fluid-topics/ft-typography": "0.3.3",
25
+ "@fluid-topics/ft-wc-utils": "0.3.3",
26
26
  "lit": "2.2.8"
27
27
  },
28
- "gitHead": "c1ecfa5c8c0216ac178b5d8363142c3db3d75ef9"
28
+ "gitHead": "b8846f1a72db01834c7217897043ef8cbf7d06fb"
29
29
  }